Skip to content

Commit b64fbd3

Browse files
🌿 Fern Regeneration -- June 12, 2025 (#86)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 22e0134 commit b64fbd3

File tree

1,464 files changed

+264934
-3254
lines changed

Some content is hidden

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

1,464 files changed

+264934
-3254
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

Lines changed: 4734 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
imports:
2+
atsRoot: __package__.yml
3+
service:
4+
auth: false
5+
base-path: ''
6+
endpoints:
7+
retrieve:
8+
path: /ats/v1/account-details
9+
method: GET
10+
auth: true
11+
docs: Get details for a linked account.
12+
source:
13+
openapi: ats_v3.yml
14+
response:
15+
docs: ''
16+
type: atsRoot.AccountDetails
17+
status-code: 200
18+
examples:
19+
- headers: {}
20+
response:
21+
body:
22+
id: 0496d4c2-42e6-4072-80b3-7b69bfdc76fd
23+
integration: BambooHR
24+
integration_slug: bamboohr
25+
category: hris
26+
end_user_origin_id: 3fa85f64-5717-4562-b3fc-2c963f66afa6
27+
end_user_organization_name: Waystar Royco
28+
end_user_email_address: [email protected]
29+
status: COMPLETE
30+
webhook_listener_url: >-
31+
https://api.merge.dev/api/integrations/webhook-listener/7fc3mee0UW8ecV4
32+
is_duplicate: true
33+
account_type: PRODUCTION
34+
completed_at: '2024-08-26T20:11:19Z'
35+
source:
36+
openapi: ats_v3.yml

.mock/definition/ATS/accountToken.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
imports:
2+
atsRoot: __package__.yml
3+
service:
4+
auth: false
5+
base-path: ''
6+
endpoints:
7+
retrieve:
8+
path: /ats/v1/account-token/{public_token}
9+
method: GET
10+
auth: true
11+
docs: >-
12+
Returns the account token for the end user with the provided public
13+
token.
14+
source:
15+
openapi: ats_v3.yml
16+
path-parameters:
17+
public_token: string
18+
response:
19+
docs: ''
20+
type: atsRoot.AccountToken
21+
status-code: 200
22+
examples:
23+
- path-parameters:
24+
public_token: public_token
25+
response:
26+
body:
27+
account_token: T9klMDQrcHdm9jrtHuOS2Nf06BIHwMNjpPXPMB
28+
integration:
29+
name: name
30+
abbreviated_name: abbreviated_name
31+
categories:
32+
- hris
33+
image: image
34+
square_image: square_image
35+
color: color
36+
slug: slug
37+
api_endpoints_to_documentation_urls:
38+
key: value
39+
webhook_setup_guide_url: webhook_setup_guide_url
40+
category_beta_status:
41+
key: value
42+
id: 0496d4c2-42e6-4072-80b3-7b69bfdc76fd
43+
source:
44+
openapi: ats_v3.yml

0 commit comments

Comments
 (0)