Skip to content

Commit 9a6ed6a

Browse files
authored
Merge pull request #124 from codatio/speakeasy-sdk-regen-1682643995
chore: speakeasy sdk regeneration - Generate Expenses SDK
2 parents 2eabd84 + 213cbf8 commit 9a6ed6a

Some content is hidden

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

58 files changed

+226
-336
lines changed

expenses/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ s = codatsyncexpenses.CodatSyncExpenses(
2222
),
2323
)
2424

25-
2625
req = operations.GetCompanyConfigurationRequest(
27-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
26+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
2827
)
2928

3029
res = s.configuration.get_company_configuration(req)

expenses/RELEASES.md

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,76 @@ Based on:
270270
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
271271
- Speakeasy CLI 1.26.1 (2.23.1) https://github.com/speakeasy-api/speakeasy
272272
### Releases
273-
- [PyPI v0.13.1] https://pypi.org/project/codat-sync-for-expenses/0.13.1 - expenses
273+
- [PyPI v0.13.1] https://pypi.org/project/codat-sync-for-expenses/0.13.1 - expenses
274+
275+
## 2023-04-28 01:06:33
276+
### Changes
277+
Based on:
278+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
279+
- Speakeasy CLI 1.26.2 (2.23.2) https://github.com/speakeasy-api/speakeasy
280+
### Releases
281+
- [PyPI v0.13.2] https://pypi.org/project/codat-sync-for-expenses/0.13.2 - expenses
282+
283+
## 2023-04-29 00:13:31
284+
### Changes
285+
Based on:
286+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
287+
- Speakeasy CLI 1.26.3 (2.23.3) https://github.com/speakeasy-api/speakeasy
288+
### Releases
289+
- [PyPI v0.13.3] https://pypi.org/project/codat-sync-for-expenses/0.13.3 - expenses
290+
291+
## 2023-04-30 00:15:08
292+
### Changes
293+
Based on:
294+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
295+
- Speakeasy CLI 1.26.4 (2.23.4) https://github.com/speakeasy-api/speakeasy
296+
### Releases
297+
- [PyPI v0.13.4] https://pypi.org/project/codat-sync-for-expenses/0.13.4 - expenses
298+
299+
## 2023-05-02 00:13:53
300+
### Changes
301+
Based on:
302+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
303+
- Speakeasy CLI 1.26.5 (2.23.6) https://github.com/speakeasy-api/speakeasy
304+
### Releases
305+
- [PyPI v0.13.5] https://pypi.org/project/codat-sync-for-expenses/0.13.5 - expenses
306+
307+
## 2023-05-03 00:13:09
308+
### Changes
309+
Based on:
310+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
311+
- Speakeasy CLI 1.27.0 (2.24.0) https://github.com/speakeasy-api/speakeasy
312+
### Releases
313+
- [PyPI v0.14.0] https://pypi.org/project/codat-sync-for-expenses/0.14.0 - expenses
314+
315+
## 2023-05-05 00:12:50
316+
### Changes
317+
Based on:
318+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
319+
- Speakeasy CLI 1.29.0 (2.26.0) https://github.com/speakeasy-api/speakeasy
320+
### Releases
321+
- [PyPI v0.15.0] https://pypi.org/project/codat-sync-for-expenses/0.15.0 - expenses
322+
323+
## 2023-05-06 00:13:04
324+
### Changes
325+
Based on:
326+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
327+
- Speakeasy CLI 1.29.1 (2.26.1) https://github.com/speakeasy-api/speakeasy
328+
### Releases
329+
- [PyPI v0.15.1] https://pypi.org/project/codat-sync-for-expenses/0.15.1 - expenses
330+
331+
## 2023-05-10 00:13:26
332+
### Changes
333+
Based on:
334+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
335+
- Speakeasy CLI 1.29.2 (2.26.2) https://github.com/speakeasy-api/speakeasy
336+
### Releases
337+
- [PyPI v0.15.2] https://pypi.org/project/codat-sync-for-expenses/0.15.2 - expenses
338+
339+
## 2023-05-11 00:13:22
340+
### Changes
341+
Based on:
342+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
343+
- Speakeasy CLI 1.30.0 (2.26.3) https://github.com/speakeasy-api/speakeasy
344+
### Releases
345+
- [PyPI v0.15.3] https://pypi.org/project/codat-sync-for-expenses/0.15.3 - expenses

expenses/USAGE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ s = codatsyncexpenses.CodatSyncExpenses(
99
),
1010
)
1111

12-
1312
req = operations.GetCompanyConfigurationRequest(
14-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
13+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
1514
)
1615

1716
res = s.configuration.get_company_configuration(req)

expenses/docs/configuration/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ s = codatsyncexpenses.CodatSyncExpenses(
2525
),
2626
)
2727

28-
2928
req = operations.GetCompanyConfigurationRequest(
30-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
29+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
3130
)
3231

3332
res = s.configuration.get_company_configuration(req)
@@ -52,20 +51,19 @@ s = codatsyncexpenses.CodatSyncExpenses(
5251
),
5352
)
5453

55-
5654
req = operations.SaveCompanyConfigurationRequest(
5755
company_configuration=shared.CompanyConfiguration(
5856
bank_account=shared.BankAccount(
59-
id="32",
57+
id='32',
6058
),
6159
customer=shared.Customer(
62-
id="142",
60+
id='142',
6361
),
6462
supplier=shared.Supplier(
65-
id="124",
63+
id='124',
6664
),
6765
),
68-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
66+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
6967
)
7068

7169
res = s.configuration.save_company_configuration(req)

expenses/docs/connections/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ s = codatsyncexpenses.CodatSyncExpenses(
2424
),
2525
)
2626

27-
2827
req = operations.CreatePartnerExpenseConnectionRequest(
29-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
28+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
3029
)
3130

3231
res = s.connections.create_partner_expense_connection(req)

0 commit comments

Comments
 (0)