Skip to content

Commit ce816d4

Browse files
authored
Merge pull request #136 from apideck-libraries/speakeasy-sdk-regen-1769019593
chore: 🐝 Update SDK - Generate 0.30.0
2 parents 8175fb8 + 9391677 commit ce816d4

225 files changed

Lines changed: 6694 additions & 2150 deletions

File tree

Some content is hidden

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

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ generation:
3030
skipResponseBodyAssertions: false
3131
persistentEdits: {}
3232
python:
33-
version: 0.29.0
33+
version: 0.30.0
3434
additionalDependencies:
3535
dev: {}
3636
main: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:055c03d6c30b45d9794a53f5a559af82f42cf84e7a4c43ef391eacf7b2af351f
6-
sourceBlobDigest: sha256:20503fa105ee3a09b46df31da36be02544d8aadc0d77b9a7602066a82e69990f
5+
sourceRevisionDigest: sha256:74c0bfebd358e63d9e0a4070b5afc71208c5982cdeb9273803fef34aa94050e5
6+
sourceBlobDigest: sha256:f3d9b649c16965b20c9b89b0527d0e7b60a566e921276c5a3e2ba299825bfac0
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1768568153
9+
- speakeasy-sdk-regen-1769019593
1010
- 10.23.10
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:055c03d6c30b45d9794a53f5a559af82f42cf84e7a4c43ef391eacf7b2af351f
16-
sourceBlobDigest: sha256:20503fa105ee3a09b46df31da36be02544d8aadc0d77b9a7602066a82e69990f
15+
sourceRevisionDigest: sha256:74c0bfebd358e63d9e0a4070b5afc71208c5982cdeb9273803fef34aa94050e5
16+
sourceBlobDigest: sha256:f3d9b649c16965b20c9b89b0527d0e7b60a566e921276c5a3e2ba299825bfac0
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:e417c35278c0c620ab72dac7a73cc2b11849d40d7482f0926d7ead0bd3ea359a
18+
codeSamplesRevisionDigest: sha256:20332cbdab3331027a0016454bbc2b8fb327bda24d4be78a844e4fd6a747e0d6
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,4 +1018,14 @@ Based on:
10181018
### Generated
10191019
- [python v0.29.0] .
10201020
### Releases
1021-
- [PyPI v0.29.0] https://pypi.org/project/apideck-unify/0.29.0 - .
1021+
- [PyPI v0.29.0] https://pypi.org/project/apideck-unify/0.29.0 - .
1022+
1023+
## 2026-01-22 00:22:48
1024+
### Changes
1025+
Based on:
1026+
- OpenAPI Doc
1027+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
1028+
### Generated
1029+
- [python v0.30.0] .
1030+
### Releases
1031+
- [PyPI v0.30.0] https://pypi.org/project/apideck-unify/0.30.0 - .

docs/models/applicant.md

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

docs/models/applicantinput.md

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

docs/models/balancesheetfilter.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| ~~`start_date`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The start date of the period to include in the resource. | 2021-01-01 |
9-
| `end_date` | *Optional[str]* | :heavy_minus_sign: | The end date of the period to include in the resource. | 2021-12-31 |
10-
| `period_count` | *Optional[int]* | :heavy_minus_sign: | The number of periods to include in the resource. | 3 |
11-
| `period_type` | [Optional[models.PeriodType]](../models/periodtype.md) | :heavy_minus_sign: | The type of period to include in the resource: month, quarter, year. | month |
12-
| `location_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the location to include in the resource. | 123 |
13-
| `accounting_method` | [Optional[models.AccountingMethod]](../models/accountingmethod.md) | :heavy_minus_sign: | The accounting method used for the report: cash or accrual. | accrual |
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| ~~`start_date`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This field is deprecated and may be removed in a future version..<br/><br/>The start date of the period to include in the resource. | 2021-01-01 |
9+
| `end_date` | *Optional[str]* | :heavy_minus_sign: | The end date of the period to include in the resource. | 2021-12-31 |
10+
| `period_count` | *Optional[int]* | :heavy_minus_sign: | The number of periods to include in the resource. | 3 |
11+
| `period_type` | [Optional[models.PeriodType]](../models/periodtype.md) | :heavy_minus_sign: | The type of period to include in the resource: month, quarter, year. | month |
12+
| `location_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the location to include in the resource. | 123 |
13+
| `accounting_method` | [Optional[models.AccountingMethod]](../models/accountingmethod.md) | :heavy_minus_sign: | The accounting method used for the report: cash or accrual. | accrual |

0 commit comments

Comments
 (0)