Skip to content

Commit d2523f2

Browse files
committed
SDK regeneration
1 parent 13ad407 commit d2523f2

File tree

919 files changed

+121463
-149872
lines changed

Some content is hidden

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

919 files changed

+121463
-149872
lines changed

.mock/accounting_v3.yml

Lines changed: 32829 additions & 0 deletions
Large diffs are not rendered by default.

.mock/ats_v3.yml

Lines changed: 10845 additions & 0 deletions
Large diffs are not rendered by default.

.mock/crm_v3.yml

Lines changed: 12652 additions & 0 deletions
Large diffs are not rendered by default.

.mock/definition/ats/__package__.yml renamed to .mock/definition/ATS/__package__.yml

Lines changed: 236 additions & 232 deletions
Large diffs are not rendered by default.

.mock/definition/ats/accountDetails.yml renamed to .mock/definition/ATS/accountDetails.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
imports:
2-
root: __package__.yml
2+
atsRoot: __package__.yml
33
service:
44
auth: false
55
base-path: ''
@@ -10,10 +10,10 @@ service:
1010
auth: true
1111
docs: Get details for a linked account.
1212
source:
13-
openapi: openapi/openapi.yml
13+
openapi: ats_v3.yml
1414
response:
1515
docs: ''
16-
type: root.AccountDetails
16+
type: atsRoot.AccountDetails
1717
status-code: 200
1818
examples:
1919
- headers: {}
@@ -33,4 +33,4 @@ service:
3333
account_type: PRODUCTION
3434
completed_at: '2024-08-26T20:11:19Z'
3535
source:
36-
openapi: openapi/openapi.yml
36+
openapi: ats_v3.yml

.mock/definition/ats/accountToken.yml renamed to .mock/definition/ATS/accountToken.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
imports:
2-
root: __package__.yml
2+
atsRoot: __package__.yml
33
service:
44
auth: false
55
base-path: ''
@@ -12,12 +12,12 @@ service:
1212
Returns the account token for the end user with the provided public
1313
token.
1414
source:
15-
openapi: openapi/openapi.yml
15+
openapi: ats_v3.yml
1616
path-parameters:
1717
public_token: string
1818
response:
1919
docs: ''
20-
type: root.AccountToken
20+
type: atsRoot.AccountToken
2121
status-code: 200
2222
examples:
2323
- path-parameters:
@@ -41,4 +41,4 @@ service:
4141
key: value
4242
id: 0496d4c2-42e6-4072-80b3-7b69bfdc76fd
4343
source:
44-
openapi: openapi/openapi.yml
44+
openapi: ats_v3.yml

.mock/definition/ats/activities.yml renamed to .mock/definition/ATS/activities.yml

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@ types:
66
name: ActivityTypeVisibility
77
- visibility
88
source:
9-
openapi: openapi/openapi.yml
9+
openapi: ats_v3.yml
1010
ActivitiesListRequestShowEnumOrigins:
1111
enum:
1212
- activity_type
1313
- value: activity_type,visibility
1414
name: ActivityTypeVisibility
1515
- visibility
1616
source:
17-
openapi: openapi/openapi.yml
17+
openapi: ats_v3.yml
1818
ActivitiesRetrieveRequestRemoteFields:
1919
enum:
2020
- activity_type
2121
- value: activity_type,visibility
2222
name: ActivityTypeVisibility
2323
- visibility
2424
source:
25-
openapi: openapi/openapi.yml
25+
openapi: ats_v3.yml
2626
ActivitiesRetrieveRequestShowEnumOrigins:
2727
enum:
2828
- activity_type
2929
- value: activity_type,visibility
3030
name: ActivityTypeVisibility
3131
- visibility
3232
source:
33-
openapi: openapi/openapi.yml
33+
openapi: ats_v3.yml
3434
imports:
35-
root: __package__.yml
35+
atsRoot: __package__.yml
3636
service:
3737
auth: false
3838
base-path: ''
@@ -42,8 +42,12 @@ service:
4242
method: GET
4343
auth: true
4444
docs: Returns a list of `Activity` objects.
45+
pagination:
46+
cursor: $request.cursor
47+
next_cursor: $response.next
48+
results: $response.results
4549
source:
46-
openapi: openapi/openapi.yml
50+
openapi: ats_v3.yml
4751
request:
4852
name: ActivitiesListRequest
4953
query-parameters:
@@ -60,6 +64,7 @@ service:
6064
docs: The pagination cursor value.
6165
expand:
6266
type: optional<literal<"user">>
67+
allow-multiple: true
6368
docs: >-
6469
Which relations should be returned in expanded form. Multiple
6570
relation names should be comma separated without spaces.
@@ -112,7 +117,7 @@ service:
112117
docs: If provided, will only return activities done by this user.
113118
response:
114119
docs: ''
115-
type: root.PaginatedActivityList
120+
type: atsRoot.PaginatedActivityList
116121
status-code: 200
117122
examples:
118123
- headers: {}
@@ -148,7 +153,7 @@ service:
148153
auth: true
149154
docs: Creates an `Activity` object with the given values.
150155
source:
151-
openapi: openapi/openapi.yml
156+
openapi: ats_v3.yml
152157
request:
153158
name: ActivityEndpointRequest
154159
query-parameters:
@@ -162,12 +167,12 @@ service:
162167
docs: Whether or not third-party updates should be run asynchronously.
163168
body:
164169
properties:
165-
model: root.ActivityRequest
170+
model: atsRoot.ActivityRequest
166171
remote_user_id: string
167172
content-type: application/json
168173
response:
169174
docs: ''
170-
type: root.ActivityResponse
175+
type: atsRoot.ActivityResponse
171176
status-code: 201
172177
examples:
173178
- headers: {}
@@ -224,14 +229,15 @@ service:
224229
auth: true
225230
docs: Returns an `Activity` object with the given `id`.
226231
source:
227-
openapi: openapi/openapi.yml
232+
openapi: ats_v3.yml
228233
path-parameters:
229234
id: string
230235
request:
231236
name: ActivitiesRetrieveRequest
232237
query-parameters:
233238
expand:
234239
type: optional<literal<"user">>
240+
allow-multiple: true
235241
docs: >-
236242
Which relations should be returned in expanded form. Multiple
237243
relation names should be comma separated without spaces.
@@ -257,7 +263,7 @@ service:
257263
more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)
258264
response:
259265
docs: ''
260-
type: root.Activity
266+
type: atsRoot.Activity
261267
status-code: 200
262268
examples:
263269
- path-parameters:
@@ -292,10 +298,10 @@ service:
292298
auth: true
293299
docs: Returns metadata for `Activity` POSTs.
294300
source:
295-
openapi: openapi/openapi.yml
301+
openapi: ats_v3.yml
296302
response:
297303
docs: ''
298-
type: root.MetaResponse
304+
type: atsRoot.MetaResponse
299305
status-code: 200
300306
examples:
301307
- headers: {}
@@ -471,4 +477,4 @@ service:
471477
has_conditional_params: true
472478
has_required_linked_account_params: true
473479
source:
474-
openapi: openapi/openapi.yml
480+
openapi: ats_v3.yml

0 commit comments

Comments
 (0)