Skip to content

Commit e28ebbf

Browse files
committed
SDK regeneration
1 parent 8dd62e0 commit e28ebbf

File tree

540 files changed

+5747
-2009
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

540 files changed

+5747
-2009
lines changed

.mock/definition/ATS/accountDetails.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ service:
77
retrieve:
88
path: /ats/v1/account-details
99
method: GET
10-
auth: true
10+
auth:
11+
- tokenAuth: []
1112
docs: Get details for a linked account.
1213
source:
1314
openapi: ats_v3.yml

.mock/definition/ATS/accountToken.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ service:
77
retrieve:
88
path: /ats/v1/account-token/{public_token}
99
method: GET
10-
auth: true
10+
auth:
11+
- tokenAuth: []
1112
docs: >-
1213
Returns the account token for the end user with the provided public
1314
token.

.mock/definition/ATS/activities.yml

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ service:
4040
list:
4141
path: /ats/v1/activities
4242
method: GET
43-
auth: true
43+
auth:
44+
- tokenAuth: []
4445
docs: Returns a list of `Activity` objects.
4546
pagination:
4647
cursor: $request.cursor
@@ -121,7 +122,19 @@ service:
121122
status-code: 200
122123
examples:
123124
- query-parameters:
125+
created_after: '2024-01-15T09:30:00Z'
126+
created_before: '2024-01-15T09:30:00Z'
124127
cursor: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
128+
include_deleted_data: true
129+
include_remote_data: true
130+
include_shell_data: true
131+
modified_after: '2024-01-15T09:30:00Z'
132+
modified_before: '2024-01-15T09:30:00Z'
133+
page_size: 1
134+
remote_fields: activity_type
135+
remote_id: remote_id
136+
show_enum_origins: activity_type
137+
user_id: user_id
125138
headers:
126139
X-Account-Token: X-Account-Token
127140
response:
@@ -153,7 +166,8 @@ service:
153166
create:
154167
path: /ats/v1/activities
155168
method: POST
156-
auth: true
169+
auth:
170+
- tokenAuth: []
157171
docs: Creates an `Activity` object with the given values.
158172
source:
159173
openapi: ats_v3.yml
@@ -178,7 +192,10 @@ service:
178192
type: atsRoot.ActivityResponse
179193
status-code: 201
180194
examples:
181-
- headers:
195+
- query-parameters:
196+
is_debug_mode: true
197+
run_async: true
198+
headers:
182199
X-Account-Token: X-Account-Token
183200
request:
184201
model: {}
@@ -230,7 +247,8 @@ service:
230247
retrieve:
231248
path: /ats/v1/activities/{id}
232249
method: GET
233-
auth: true
250+
auth:
251+
- tokenAuth: []
234252
docs: Returns an `Activity` object with the given `id`.
235253
source:
236254
openapi: ats_v3.yml
@@ -272,6 +290,11 @@ service:
272290
examples:
273291
- path-parameters:
274292
id: id
293+
query-parameters:
294+
include_remote_data: true
295+
include_shell_data: true
296+
remote_fields: activity_type
297+
show_enum_origins: activity_type
275298
headers:
276299
X-Account-Token: X-Account-Token
277300
response:
@@ -300,7 +323,8 @@ service:
300323
metaPostRetrieve:
301324
path: /ats/v1/activities/meta/post
302325
method: GET
303-
auth: true
326+
auth:
327+
- tokenAuth: []
304328
docs: Returns metadata for `Activity` POSTs.
305329
source:
306330
openapi: ats_v3.yml

.mock/definition/ATS/applications.yml

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ service:
3434
list:
3535
path: /ats/v1/applications
3636
method: GET
37-
auth: true
37+
auth:
38+
- tokenAuth: []
3839
docs: Returns a list of `Application` objects.
3940
pagination:
4041
cursor: $request.cursor
@@ -124,7 +125,22 @@ service:
124125
status-code: 200
125126
examples:
126127
- query-parameters:
128+
candidate_id: candidate_id
129+
created_after: '2024-01-15T09:30:00Z'
130+
created_before: '2024-01-15T09:30:00Z'
131+
credited_to_id: credited_to_id
132+
current_stage_id: current_stage_id
127133
cursor: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
134+
include_deleted_data: true
135+
include_remote_data: true
136+
include_shell_data: true
137+
job_id: job_id
138+
modified_after: '2024-01-15T09:30:00Z'
139+
modified_before: '2024-01-15T09:30:00Z'
140+
page_size: 1
141+
reject_reason_id: reject_reason_id
142+
remote_id: remote_id
143+
source: source
128144
headers:
129145
X-Account-Token: X-Account-Token
130146
response:
@@ -162,7 +178,8 @@ service:
162178
create:
163179
path: /ats/v1/applications
164180
method: POST
165-
auth: true
181+
auth:
182+
- tokenAuth: []
166183
docs: >
167184
Creates an `Application` object with the given values.
168185
@@ -198,7 +215,10 @@ service:
198215
type: atsRoot.ApplicationResponse
199216
status-code: 201
200217
examples:
201-
- headers:
218+
- query-parameters:
219+
is_debug_mode: true
220+
run_async: true
221+
headers:
202222
X-Account-Token: X-Account-Token
203223
request:
204224
model: {}
@@ -256,7 +276,8 @@ service:
256276
retrieve:
257277
path: /ats/v1/applications/{id}
258278
method: GET
259-
auth: true
279+
auth:
280+
- tokenAuth: []
260281
docs: Returns an `Application` object with the given `id`.
261282
source:
262283
openapi: ats_v3.yml
@@ -288,6 +309,9 @@ service:
288309
examples:
289310
- path-parameters:
290311
id: id
312+
query-parameters:
313+
include_remote_data: true
314+
include_shell_data: true
291315
headers:
292316
X-Account-Token: X-Account-Token
293317
response:
@@ -322,7 +346,8 @@ service:
322346
changeStageCreate:
323347
path: /ats/v1/applications/{id}/change-stage
324348
method: POST
325-
auth: true
349+
auth:
350+
- tokenAuth: []
326351
docs: Updates the `current_stage` field of an `Application` object
327352
source:
328353
openapi: ats_v3.yml
@@ -358,6 +383,9 @@ service:
358383
examples:
359384
- path-parameters:
360385
id: id
386+
query-parameters:
387+
is_debug_mode: true
388+
run_async: true
361389
headers:
362390
X-Account-Token: X-Account-Token
363391
request: {}
@@ -414,7 +442,8 @@ service:
414442
metaPostRetrieve:
415443
path: /ats/v1/applications/meta/post
416444
method: GET
417-
auth: true
445+
auth:
446+
- tokenAuth: []
418447
docs: Returns metadata for `Application` POSTs.
419448
source:
420449
openapi: ats_v3.yml
@@ -431,7 +460,9 @@ service:
431460
type: atsRoot.MetaResponse
432461
status-code: 200
433462
examples:
434-
- headers:
463+
- query-parameters:
464+
application_remote_template_id: application_remote_template_id
465+
headers:
435466
X-Account-Token: X-Account-Token
436467
response:
437468
body:

.mock/definition/ATS/asyncPassthrough.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ service:
77
create:
88
path: /ats/v1/async-passthrough
99
method: POST
10-
auth: true
10+
auth:
11+
- tokenAuth: []
1112
docs: >-
1213
Asynchronously pull data from an endpoint not currently supported by
1314
Merge.
@@ -32,7 +33,8 @@ service:
3233
retrieve:
3334
path: /ats/v1/async-passthrough/{async_passthrough_receipt_id}
3435
method: GET
35-
auth: true
36+
auth:
37+
- tokenAuth: []
3638
docs: Retrieves data from earlier async-passthrough POST request
3739
source:
3840
openapi: ats_v3.yml

.mock/definition/ATS/attachments.yml

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ service:
77
list:
88
path: /ats/v1/attachments
99
method: GET
10-
auth: true
10+
auth:
11+
- tokenAuth: []
1112
docs: Returns a list of `Attachment` objects.
1213
pagination:
1314
cursor: $request.cursor
@@ -88,7 +89,19 @@ service:
8889
status-code: 200
8990
examples:
9091
- query-parameters:
92+
candidate_id: candidate_id
93+
created_after: '2024-01-15T09:30:00Z'
94+
created_before: '2024-01-15T09:30:00Z'
9195
cursor: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
96+
include_deleted_data: true
97+
include_remote_data: true
98+
include_shell_data: true
99+
modified_after: '2024-01-15T09:30:00Z'
100+
modified_before: '2024-01-15T09:30:00Z'
101+
page_size: 1
102+
remote_fields: attachment_type
103+
remote_id: remote_id
104+
show_enum_origins: attachment_type
92105
headers:
93106
X-Account-Token: X-Account-Token
94107
response:
@@ -117,7 +130,8 @@ service:
117130
create:
118131
path: /ats/v1/attachments
119132
method: POST
120-
auth: true
133+
auth:
134+
- tokenAuth: []
121135
docs: Creates an `Attachment` object with the given values.
122136
source:
123137
openapi: ats_v3.yml
@@ -142,7 +156,10 @@ service:
142156
type: atsRoot.AttachmentResponse
143157
status-code: 201
144158
examples:
145-
- headers:
159+
- query-parameters:
160+
is_debug_mode: true
161+
run_async: true
162+
headers:
146163
X-Account-Token: X-Account-Token
147164
request:
148165
model: {}
@@ -191,7 +208,8 @@ service:
191208
retrieve:
192209
path: /ats/v1/attachments/{id}
193210
method: GET
194-
auth: true
211+
auth:
212+
- tokenAuth: []
195213
docs: Returns an `Attachment` object with the given `id`.
196214
source:
197215
openapi: ats_v3.yml
@@ -233,6 +251,11 @@ service:
233251
examples:
234252
- path-parameters:
235253
id: id
254+
query-parameters:
255+
include_remote_data: true
256+
include_shell_data: true
257+
remote_fields: attachment_type
258+
show_enum_origins: attachment_type
236259
headers:
237260
X-Account-Token: X-Account-Token
238261
response:
@@ -258,7 +281,8 @@ service:
258281
metaPostRetrieve:
259282
path: /ats/v1/attachments/meta/post
260283
method: GET
261-
auth: true
284+
auth:
285+
- tokenAuth: []
262286
docs: Returns metadata for `Attachment` POSTs.
263287
source:
264288
openapi: ats_v3.yml

.mock/definition/ATS/auditTrail.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ service:
77
list:
88
path: /ats/v1/audit-trail
99
method: GET
10-
auth: true
10+
auth:
11+
- tokenAuth: []
1112
docs: Gets a list of audit trail events.
1213
pagination:
1314
cursor: $request.cursor
@@ -81,6 +82,11 @@ service:
8182
examples:
8283
- query-parameters:
8384
cursor: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
85+
end_date: end_date
86+
event_type: event_type
87+
page_size: 1
88+
start_date: start_date
89+
user_email: user_email
8490
headers:
8591
X-Account-Token: '[object Object]'
8692
response:

.mock/definition/ATS/availableActions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ service:
77
retrieve:
88
path: /ats/v1/available-actions
99
method: GET
10-
auth: true
10+
auth:
11+
- tokenAuth: []
1112
docs: Returns a list of models and actions available for an account.
1213
source:
1314
openapi: ats_v3.yml

0 commit comments

Comments
 (0)