Skip to content

Commit

Permalink
Merge pull request #2 from apideck-libraries/speakeasy-sdk-regen-1733…
Browse files Browse the repository at this point in the history
…502108

chore: 🐝 Update SDK - Generate 0.0.3
  • Loading branch information
Amzani authored Dec 6, 2024
2 parents 8ded859 + 9bb81f3 commit 090a1d5
Show file tree
Hide file tree
Showing 58 changed files with 574 additions and 151 deletions.
199 changes: 108 additions & 91 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
php:
version: 0.0.2
version: 0.0.3
clientServerStatusCodesAsErrors: true
defaultErrorName: APIException
flattenGlobalSecurity: true
Expand Down
15 changes: 8 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,27 @@ speakeasyVersion: 1.453.0
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:fa0799358f2c0a80c78698039cda0586cf8c876582e3edcac3c6b48a089897dc
sourceBlobDigest: sha256:39c96f8d4a5fbecf9ab7034eea61ed5d4c8230f961e142764bc3cf69306b06a7
sourceRevisionDigest: sha256:0b5c1d9084456845b39928c8770817584e9e6b460f251fa25ba6a52f2cd5b584
sourceBlobDigest: sha256:c78223a6f6e3fb5b1d9f0d663d8bd72bf35ecc3ed8435dd81561c45569a9f642
tags:
- latest
- 10.8.1
- speakeasy-sdk-regen-1733502108
- 10.8.3
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:fa0799358f2c0a80c78698039cda0586cf8c876582e3edcac3c6b48a089897dc
sourceBlobDigest: sha256:39c96f8d4a5fbecf9ab7034eea61ed5d4c8230f961e142764bc3cf69306b06a7
sourceRevisionDigest: sha256:0b5c1d9084456845b39928c8770817584e9e6b460f251fa25ba6a52f2cd5b584
sourceBlobDigest: sha256:c78223a6f6e3fb5b1d9f0d663d8bd72bf35ecc3ed8435dd81561c45569a9f642
codeSamplesNamespace: apideck-php-code-samples
codeSamplesRevisionDigest: sha256:171a65c2a9c561323ef948937ca4f88b197938e815585ec19715109b36239f0c
codeSamplesRevisionDigest: sha256:7d5b42a9f7fc00e6906f6d824349da197434acf00cda00270de112a3c14be53e
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
Apideck:
inputs:
- location: ../unify/speakeasy-spec.yml
- location: https://ci-spec-unify.s3.eu-central-1.amazonaws.com/speakeasy-spec.yml
registry:
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck
targets:
Expand Down
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


## 2024-12-06 16:21:44
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.453.0 (2.472.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.0.3] .
### Releases
- [Composer v0.0.3] https://packagist.org/packages/apideck-libraries/sdk-php#v0.0.3 - .
10 changes: 6 additions & 4 deletions docs/Models/Components/BalanceSheetFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
| `startDate` | *?string* | :heavy_minus_sign: | Filter by start date. If start date is given, end date is required. | 2021-01-01 |
| `endDate` | *?string* | :heavy_minus_sign: | Filter by end date. If end date is given, start date is required. | 2021-12-31 |
| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `startDate` | *?string* | :heavy_minus_sign: | The start date of the period to include in the resource. | 2021-01-01 |
| `endDate` | *?string* | :heavy_minus_sign: | The end date of the period to include in the resource. | 2021-12-31 |
| `periodCount` | *?int* | :heavy_minus_sign: | The number of periods to include in the resource. | 3 |
| `periodType` | [?Components\PeriodType](../../Models/Components/PeriodType.md) | :heavy_minus_sign: | The type of period to include in the resource: month, quarter, year. | month |
1 change: 1 addition & 0 deletions docs/Models/Components/Expense.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
| `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. | |
| `number` | *?string* | :heavy_minus_sign: | Number. | OIT00546 |
| `companyId` | *?string* | :heavy_minus_sign: | The company or subsidiary id the transaction belongs to | 12345 |
| `paymentType` | [?Components\ExpensePaymentType](../../Models/Components/ExpensePaymentType.md) | :heavy_minus_sign: | The type of payment for the expense. | cash |
| `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 |
| `currencyRate` | *?float* | :heavy_minus_sign: | Currency Exchange Rate at the time entity was recorded/generated. | 0.69 |
| `type` | [?Components\ExpenseType](../../Models/Components/ExpenseType.md) | :heavy_minus_sign: | The type of expense. | expense |
Expand Down
1 change: 1 addition & 0 deletions docs/Models/Components/ExpenseInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
| `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. | |
| `number` | *?string* | :heavy_minus_sign: | Number. | OIT00546 |
| `companyId` | *?string* | :heavy_minus_sign: | The company or subsidiary id the transaction belongs to | 12345 |
| `paymentType` | [?Components\ExpensePaymentType](../../Models/Components/ExpensePaymentType.md) | :heavy_minus_sign: | The type of payment for the expense. | cash |
| `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 |
| `currencyRate` | *?float* | :heavy_minus_sign: | Currency Exchange Rate at the time entity was recorded/generated. | 0.69 |
| `type` | [?Components\ExpenseType](../../Models/Components/ExpenseType.md) | :heavy_minus_sign: | The type of expense. | expense |
Expand Down
12 changes: 12 additions & 0 deletions docs/Models/Components/ExpensePaymentType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ExpensePaymentType

The type of payment for the expense.


## Values

| Name | Value |
| ------------ | ------------ |
| `Cash` | cash |
| `Check` | check |
| `CreditCard` | credit_card |
Loading

0 comments on commit 090a1d5

Please sign in to comment.