Skip to content

Commit 090a1d5

Browse files
authored
Merge pull request #2 from apideck-libraries/speakeasy-sdk-regen-1733502108
chore: 🐝 Update SDK - Generate 0.0.3
2 parents 8ded859 + 9bb81f3 commit 090a1d5

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

+574
-151
lines changed

.speakeasy/gen.lock

Lines changed: 108 additions & 91 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
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: true
1414
oAuth2PasswordEnabled: true
1515
php:
16-
version: 0.0.2
16+
version: 0.0.3
1717
clientServerStatusCodesAsErrors: true
1818
defaultErrorName: APIException
1919
flattenGlobalSecurity: true

.speakeasy/workflow.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,27 @@ speakeasyVersion: 1.453.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:fa0799358f2c0a80c78698039cda0586cf8c876582e3edcac3c6b48a089897dc
6-
sourceBlobDigest: sha256:39c96f8d4a5fbecf9ab7034eea61ed5d4c8230f961e142764bc3cf69306b06a7
5+
sourceRevisionDigest: sha256:0b5c1d9084456845b39928c8770817584e9e6b460f251fa25ba6a52f2cd5b584
6+
sourceBlobDigest: sha256:c78223a6f6e3fb5b1d9f0d663d8bd72bf35ecc3ed8435dd81561c45569a9f642
77
tags:
88
- latest
9-
- 10.8.1
9+
- speakeasy-sdk-regen-1733502108
10+
- 10.8.3
1011
targets:
1112
apideck:
1213
source: Apideck
1314
sourceNamespace: apideck
14-
sourceRevisionDigest: sha256:fa0799358f2c0a80c78698039cda0586cf8c876582e3edcac3c6b48a089897dc
15-
sourceBlobDigest: sha256:39c96f8d4a5fbecf9ab7034eea61ed5d4c8230f961e142764bc3cf69306b06a7
15+
sourceRevisionDigest: sha256:0b5c1d9084456845b39928c8770817584e9e6b460f251fa25ba6a52f2cd5b584
16+
sourceBlobDigest: sha256:c78223a6f6e3fb5b1d9f0d663d8bd72bf35ecc3ed8435dd81561c45569a9f642
1617
codeSamplesNamespace: apideck-php-code-samples
17-
codeSamplesRevisionDigest: sha256:171a65c2a9c561323ef948937ca4f88b197938e815585ec19715109b36239f0c
18+
codeSamplesRevisionDigest: sha256:7d5b42a9f7fc00e6906f6d824349da197434acf00cda00270de112a3c14be53e
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest
2122
sources:
2223
Apideck:
2324
inputs:
24-
- location: ../unify/speakeasy-spec.yml
25+
- location: https://ci-spec-unify.s3.eu-central-1.amazonaws.com/speakeasy-spec.yml
2526
registry:
2627
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck
2728
targets:

RELEASES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
## 2024-12-06 16:21:44
4+
### Changes
5+
Based on:
6+
- OpenAPI Doc
7+
- Speakeasy CLI 1.453.0 (2.472.1) https://github.com/speakeasy-api/speakeasy
8+
### Generated
9+
- [php v0.0.3] .
10+
### Releases
11+
- [Composer v0.0.3] https://packagist.org/packages/apideck-libraries/sdk-php#v0.0.3 - .

docs/Models/Components/BalanceSheetFilter.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
8-
| `startDate` | *?string* | :heavy_minus_sign: | Filter by start date. If start date is given, end date is required. | 2021-01-01 |
9-
| `endDate` | *?string* | :heavy_minus_sign: | Filter by end date. If end date is given, start date is required. | 2021-12-31 |
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
8+
| `startDate` | *?string* | :heavy_minus_sign: | The start date of the period to include in the resource. | 2021-01-01 |
9+
| `endDate` | *?string* | :heavy_minus_sign: | The end date of the period to include in the resource. | 2021-12-31 |
10+
| `periodCount` | *?int* | :heavy_minus_sign: | The number of periods to include in the resource. | 3 |
11+
| `periodType` | [?Components\PeriodType](../../Models/Components/PeriodType.md) | :heavy_minus_sign: | The type of period to include in the resource: month, quarter, year. | month |

docs/Models/Components/Expense.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
| `passThrough` | array<[Components\PassThroughBody](../../Models/Components/PassThroughBody.md)> | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |
1818
| `number` | *?string* | :heavy_minus_sign: | Number. | OIT00546 |
1919
| `companyId` | *?string* | :heavy_minus_sign: | The company or subsidiary id the transaction belongs to | 12345 |
20+
| `paymentType` | [?Components\ExpensePaymentType](../../Models/Components/ExpensePaymentType.md) | :heavy_minus_sign: | The type of payment for the expense. | cash |
2021
| `currency` | [?Components\Currency](../../Models/Components/Currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |
2122
| `currencyRate` | *?float* | :heavy_minus_sign: | Currency Exchange Rate at the time entity was recorded/generated. | 0.69 |
2223
| `type` | [?Components\ExpenseType](../../Models/Components/ExpenseType.md) | :heavy_minus_sign: | The type of expense. | expense |

docs/Models/Components/ExpenseInput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| `passThrough` | array<[Components\PassThroughBody](../../Models/Components/PassThroughBody.md)> | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |
1717
| `number` | *?string* | :heavy_minus_sign: | Number. | OIT00546 |
1818
| `companyId` | *?string* | :heavy_minus_sign: | The company or subsidiary id the transaction belongs to | 12345 |
19+
| `paymentType` | [?Components\ExpensePaymentType](../../Models/Components/ExpensePaymentType.md) | :heavy_minus_sign: | The type of payment for the expense. | cash |
1920
| `currency` | [?Components\Currency](../../Models/Components/Currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |
2021
| `currencyRate` | *?float* | :heavy_minus_sign: | Currency Exchange Rate at the time entity was recorded/generated. | 0.69 |
2122
| `type` | [?Components\ExpenseType](../../Models/Components/ExpenseType.md) | :heavy_minus_sign: | The type of expense. | expense |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# ExpensePaymentType
2+
3+
The type of payment for the expense.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ------------ | ------------ |
10+
| `Cash` | cash |
11+
| `Check` | check |
12+
| `CreditCard` | credit_card |

0 commit comments

Comments
 (0)