Skip to content

🌿 Fern Regeneration -- July 10, 2025 #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
32,829 changes: 32,829 additions & 0 deletions .mock/accounting_v3.yml

Large diffs are not rendered by default.

10,845 changes: 10,845 additions & 0 deletions .mock/ats_v3.yml

Large diffs are not rendered by default.

12,652 changes: 12,652 additions & 0 deletions .mock/crm_v3.yml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
imports:
root: __package__.yml
atsRoot: __package__.yml
service:
auth: false
base-path: ''
Expand All @@ -10,10 +10,10 @@ service:
auth: true
docs: Get details for a linked account.
source:
openapi: openapi/openapi.yml
openapi: ats_v3.yml
response:
docs: ''
type: root.AccountDetails
type: atsRoot.AccountDetails
status-code: 200
examples:
- headers: {}
Expand All @@ -33,4 +33,4 @@ service:
account_type: PRODUCTION
completed_at: '2024-08-26T20:11:19Z'
source:
openapi: openapi/openapi.yml
openapi: ats_v3.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
imports:
root: __package__.yml
atsRoot: __package__.yml
service:
auth: false
base-path: ''
Expand All @@ -12,12 +12,12 @@ service:
Returns the account token for the end user with the provided public
token.
source:
openapi: openapi/openapi.yml
openapi: ats_v3.yml
path-parameters:
public_token: string
response:
docs: ''
type: root.AccountToken
type: atsRoot.AccountToken
status-code: 200
examples:
- path-parameters:
Expand All @@ -41,4 +41,4 @@ service:
key: value
id: 0496d4c2-42e6-4072-80b3-7b69bfdc76fd
source:
openapi: openapi/openapi.yml
openapi: ats_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@ types:
name: ActivityTypeVisibility
- visibility
source:
openapi: openapi/openapi.yml
openapi: ats_v3.yml
ActivitiesListRequestShowEnumOrigins:
enum:
- activity_type
- value: activity_type,visibility
name: ActivityTypeVisibility
- visibility
source:
openapi: openapi/openapi.yml
openapi: ats_v3.yml
ActivitiesRetrieveRequestRemoteFields:
enum:
- activity_type
- value: activity_type,visibility
name: ActivityTypeVisibility
- visibility
source:
openapi: openapi/openapi.yml
openapi: ats_v3.yml
ActivitiesRetrieveRequestShowEnumOrigins:
enum:
- activity_type
- value: activity_type,visibility
name: ActivityTypeVisibility
- visibility
source:
openapi: openapi/openapi.yml
openapi: ats_v3.yml
imports:
root: __package__.yml
atsRoot: __package__.yml
service:
auth: false
base-path: ''
Expand All @@ -42,8 +42,12 @@ service:
method: GET
auth: true
docs: Returns a list of `Activity` objects.
pagination:
cursor: $request.cursor
next_cursor: $response.next
results: $response.results
source:
openapi: openapi/openapi.yml
openapi: ats_v3.yml
request:
name: ActivitiesListRequest
query-parameters:
Expand All @@ -60,6 +64,7 @@ service:
docs: The pagination cursor value.
expand:
type: optional<literal<"user">>
allow-multiple: true
docs: >-
Which relations should be returned in expanded form. Multiple
relation names should be comma separated without spaces.
Expand Down Expand Up @@ -112,7 +117,7 @@ service:
docs: If provided, will only return activities done by this user.
response:
docs: ''
type: root.PaginatedActivityList
type: atsRoot.PaginatedActivityList
status-code: 200
examples:
- headers: {}
Expand Down Expand Up @@ -148,7 +153,7 @@ service:
auth: true
docs: Creates an `Activity` object with the given values.
source:
openapi: openapi/openapi.yml
openapi: ats_v3.yml
request:
name: ActivityEndpointRequest
query-parameters:
Expand All @@ -162,12 +167,12 @@ service:
docs: Whether or not third-party updates should be run asynchronously.
body:
properties:
model: root.ActivityRequest
model: atsRoot.ActivityRequest
remote_user_id: string
content-type: application/json
response:
docs: ''
type: root.ActivityResponse
type: atsRoot.ActivityResponse
status-code: 201
examples:
- headers: {}
Expand Down Expand Up @@ -224,14 +229,15 @@ service:
auth: true
docs: Returns an `Activity` object with the given `id`.
source:
openapi: openapi/openapi.yml
openapi: ats_v3.yml
path-parameters:
id: string
request:
name: ActivitiesRetrieveRequest
query-parameters:
expand:
type: optional<literal<"user">>
allow-multiple: true
docs: >-
Which relations should be returned in expanded form. Multiple
relation names should be comma separated without spaces.
Expand All @@ -257,7 +263,7 @@ service:
more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)
response:
docs: ''
type: root.Activity
type: atsRoot.Activity
status-code: 200
examples:
- path-parameters:
Expand Down Expand Up @@ -292,10 +298,10 @@ service:
auth: true
docs: Returns metadata for `Activity` POSTs.
source:
openapi: openapi/openapi.yml
openapi: ats_v3.yml
response:
docs: ''
type: root.MetaResponse
type: atsRoot.MetaResponse
status-code: 200
examples:
- headers: {}
Expand Down Expand Up @@ -471,4 +477,4 @@ service:
has_conditional_params: true
has_required_linked_account_params: true
source:
openapi: openapi/openapi.yml
openapi: ats_v3.yml
Loading