Skip to content

Commit ca3162f

Browse files
SDK update: Dec 18 2025
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent add67ed commit ca3162f

File tree

92 files changed

+3533
-3095
lines changed

Some content is hidden

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

92 files changed

+3533
-3095
lines changed

.mock/definition/accounting/__package__.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3663,6 +3663,7 @@ types:
36633663
docs: The address's city.
36643664
state:
36653665
type: optional<unknown>
3666+
docs: The address's state or region.
36663667
access: read-only
36673668
country_subdivision:
36683669
type: optional<string>
@@ -51606,6 +51607,9 @@ types:
5160651607
docs: The third-party API path that is being called.
5160751608
data:
5160851609
type: optional<unknown>
51610+
docs: >-
51611+
The data returned from the third-party for this object in its
51612+
original, unnormalized format.
5160951613
access: read-only
5161051614
source:
5161151615
openapi: openapi/openapi.yml

.mock/definition/accounting/addresses.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ service:
5959
street_1: 2920 Broadway
6060
street_2: 2nd Floor
6161
city: New York
62-
state:
63-
key: value
62+
state: NY
6463
country_subdivision: NY
6564
country: AF
6665
zip_code: '10027'

.mock/definition/accounting/asyncPassthrough.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ service:
5555
path: /scooters
5656
status: 200
5757
response:
58-
key: value
58+
scooters:
59+
- company: Lime
60+
model: Gen 2.5
61+
- company: Bird
62+
model: Bird Zero
5963
response_headers:
6064
X-Page-Token: value
6165
response_type: JSON

.mock/definition/accounting/balanceSheets.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ service:
115115
- remote_id: '10301'
116116
name: Revenue - New York
117117
value: 500
118+
company: 595c8f97-2ac4-45b7-b000-41bdf43240b5
118119
liabilities:
119120
- remote_id: '10011'
120121
created_at: '2021-09-15T00:00:00Z'
@@ -128,6 +129,7 @@ service:
128129
- remote_id: '10301'
129130
name: Revenue - New York
130131
value: 500
132+
company: 595c8f97-2ac4-45b7-b000-41bdf43240b5
131133
equity:
132134
- remote_id: '10012'
133135
created_at: '2021-09-15T00:00:00Z'
@@ -141,6 +143,7 @@ service:
141143
- remote_id: '10301'
142144
name: Revenue - New York
143145
value: 500
146+
company: 595c8f97-2ac4-45b7-b000-41bdf43240b5
144147
remote_generated_at: '2021-10-01T00:00:00Z'
145148
remote_was_deleted: true
146149
field_mappings:
@@ -150,6 +153,8 @@ service:
150153
custom_key: custom_value
151154
remote_data:
152155
- path: /platform-endpoint
156+
data:
157+
- Varies by platform
153158
retrieve:
154159
path: /accounting/v1/balance-sheets/{id}
155160
method: GET
@@ -257,6 +262,6 @@ service:
257262
remote_data:
258263
- path: /platform-endpoint
259264
data:
260-
key: value
265+
- Varies by platform
261266
source:
262267
openapi: openapi/openapi.yml

.mock/definition/accounting/cashFlowStatements.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ service:
118118
modified_at: '2021-09-18T00:00:00Z'
119119
name: Net Income
120120
value: 1097.13
121+
company: 595c8f97-2ac4-45b7-b000-41bdf43240b5
121122
investing_activities:
122123
- remote_id: '192406939'
123124
created_at: '2021-11-15T00:00:00Z'
@@ -129,17 +130,21 @@ service:
129130
modified_at: '2021-09-18T00:00:00Z'
130131
name: Equipment
131132
value: 1000
133+
company: 595c8f97-2ac4-45b7-b000-41bdf43240b5
132134
financing_activities:
133135
- remote_id: '192406939'
134136
created_at: '2021-11-15T00:00:00Z'
135137
modified_at: '2021-11-15T00:00:00Z'
138+
name: Revenue
139+
value: 1000
136140
sub_items:
137141
- remote_id: '10300'
138142
name: Revenue - San Francisco
139143
value: 500
140144
- remote_id: '10301'
141145
name: Revenue - New York
142146
value: 500
147+
company: 595c8f97-2ac4-45b7-b000-41bdf43240b5
143148
remote_generated_at: '2020-04-01T00:00:00Z'
144149
remote_was_deleted: true
145150
field_mappings:

.mock/definition/accounting/companyInfo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,14 @@ service:
126126
street_2: 2nd Floor
127127
city: New York
128128
state: NY
129+
country_subdivision: NY
129130
country: US
130131
zip_code: '10027'
131132
phone_numbers:
132133
- created_at: '2021-09-15T00:00:00Z'
133134
modified_at: '2021-10-16T00:00:00Z'
135+
number: '+3198675309'
136+
type: Mobile
134137
remote_was_deleted: true
135138
field_mappings:
136139
organization_defined_targets:

.mock/definition/accounting/contacts.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ service:
207207
- Varies by platform
208208
remote_fields:
209209
- remote_field_class: remote_field_class
210+
value: string
210211
create:
211212
path: /accounting/v1/contacts
212213
method: POST
@@ -278,6 +279,7 @@ service:
278279
- Varies by platform
279280
remote_fields:
280281
- remote_field_class: remote_field_class
282+
value: string
281283
warnings:
282284
- source:
283285
pointer: pointer
@@ -392,8 +394,7 @@ service:
392394
- Varies by platform
393395
remote_fields:
394396
- remote_field_class: remote_field_class
395-
value:
396-
key: value
397+
value: string
397398
partialUpdate:
398399
path: /accounting/v1/contacts/{id}
399400
method: PATCH
@@ -469,6 +470,7 @@ service:
469470
- Varies by platform
470471
remote_fields:
471472
- remote_field_class: remote_field_class
473+
value: string
472474
warnings:
473475
- source:
474476
pointer: pointer

.mock/definition/accounting/creditNotes.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,8 @@ service:
732732
- a9a94a75-19c1-41fe-90d8-d9ba959c38e5
733733
accounting_period: accounting_period
734734
applied_to_lines:
735-
- created_at: '2021-09-15T00:00:00Z'
735+
- remote_id: '088899'
736+
created_at: '2021-09-15T00:00:00Z'
736737
modified_at: '2021-10-16T00:00:00Z'
737738
invoice: 5b3c1341-a20f-4e51-b72c-f3830a16c97b
738739
applied_date: '2020-03-31T00:00:00Z'
@@ -833,7 +834,8 @@ service:
833834
- a9a94a75-19c1-41fe-90d8-d9ba959c38e5
834835
accounting_period: accounting_period
835836
applied_to_lines:
836-
- created_at: '2021-09-15T00:00:00Z'
837+
- remote_id: '088899'
838+
created_at: '2021-09-15T00:00:00Z'
837839
modified_at: '2021-10-16T00:00:00Z'
838840
invoice: 5b3c1341-a20f-4e51-b72c-f3830a16c97b
839841
applied_date: '2020-03-31T00:00:00Z'

.mock/definition/accounting/expenseReports.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ service:
338338
- Varies by platform
339339
remote_fields:
340340
- remote_field_class: remote_field_class
341+
value: string
341342
create:
342343
path: /accounting/v1/expense-reports
343344
method: POST
@@ -433,6 +434,7 @@ service:
433434
- Varies by platform
434435
remote_fields:
435436
- remote_field_class: remote_field_class
437+
value: string
436438
warnings:
437439
- source:
438440
pointer: pointer
@@ -551,6 +553,7 @@ service:
551553
remote_was_deleted: true
552554
remote_fields:
553555
- remote_field_class: remote_field_class
556+
value: string
554557
retrieve:
555558
path: /accounting/v1/expense-reports/{id}
556559
method: GET
@@ -637,6 +640,7 @@ service:
637640
remote_was_deleted: false
638641
remote_fields:
639642
- remote_field_class: remote_field_class
643+
value: string
640644
currency: XUA
641645
description: January 2024 Travel Expenses
642646
accounting_period: 7d793c67-9f72-4a6b-9256-3936f237b0d9
@@ -656,8 +660,7 @@ service:
656660
- Varies by platform
657661
remote_fields:
658662
- remote_field_class: remote_field_class
659-
value:
660-
key: value
663+
value: string
661664
linesRemoteFieldClassesList:
662665
path: /accounting/v1/expense-reports/lines/remote-field-classes
663666
method: GET

.mock/definition/accounting/expenses.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,11 @@ service:
405405
- b38c59b0-a9d7-4740-b1ee-5436c6751e3d
406406
- 9b840d2-686a-465a-8a8e-7b028498f8e4
407407
- a47e11b6-c73b-4a0c-be31-130fc48177fa
408+
company: 595c8f97-2ac4-45b7-b000-41bdf43240b5
408409
account: 2a56344a-a491-11ec-b909-0242ac120002
409410
description: Desk Lamp
411+
exchange_rate: '2.9'
412+
tax_rate: a12e7c20-1922-9df7-s75n-edfeewnn7384
410413
tracking_categories:
411414
- b38c59b0-a9d7-4740-b1ee-5436c6751e3d
412415
- 9b840d2-686a-465a-8a8e-7b028498f8e4
@@ -424,6 +427,7 @@ service:
424427
- Varies by platform
425428
remote_fields:
426429
- remote_field_class: remote_field_class
430+
value: string
427431
create:
428432
path: /accounting/v1/expenses
429433
method: POST
@@ -509,8 +513,11 @@ service:
509513
- b38c59b0-a9d7-4740-b1ee-5436c6751e3d
510514
- 9b840d2-686a-465a-8a8e-7b028498f8e4
511515
- a47e11b6-c73b-4a0c-be31-130fc48177fa
516+
company: 595c8f97-2ac4-45b7-b000-41bdf43240b5
512517
account: 2a56344a-a491-11ec-b909-0242ac120002
513518
description: Desk Lamp
519+
exchange_rate: '2.9'
520+
tax_rate: a12e7c20-1922-9df7-s75n-edfeewnn7384
514521
tracking_categories:
515522
- b38c59b0-a9d7-4740-b1ee-5436c6751e3d
516523
- 9b840d2-686a-465a-8a8e-7b028498f8e4
@@ -528,6 +535,7 @@ service:
528535
- Varies by platform
529536
remote_fields:
530537
- remote_field_class: remote_field_class
538+
value: string
531539
warnings:
532540
- source:
533541
pointer: pointer
@@ -672,8 +680,7 @@ service:
672680
- Varies by platform
673681
remote_fields:
674682
- remote_field_class: remote_field_class
675-
value:
676-
key: value
683+
value: string
677684
linesRemoteFieldClassesList:
678685
path: /accounting/v1/expenses/lines/remote-field-classes
679686
method: GET

0 commit comments

Comments
 (0)