Skip to content

Commit 48b93da

Browse files
authored
Merge pull request #8 from apideck-libraries/speakeasy-sdk-regen-1735225949
chore: 🐝 Update SDK - Generate 0.2.1
2 parents df31643 + 36d8f3b commit 48b93da

27 files changed

+194
-82
lines changed

.speakeasy/gen.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 0e1578f5-5df8-4086-96d6-369ac62fc49d
33
management:
4-
docChecksum: 00527826e00802057f1f1f32cd5fa2ff
4+
docChecksum: 7dcfb4378c6b67f6f82c84503a30eb9f
55
docVersion: 10.9.0
6-
speakeasyVersion: 1.460.2
6+
speakeasyVersion: 1.460.3
77
generationVersion: 2.484.0
8-
releaseVersion: 0.2.0
9-
configChecksum: 236753ff2eaa619d8b8c448b59dee7ea
8+
releaseVersion: 0.2.1
9+
configChecksum: 6f5320d1ee1c87c751c46c07b06b2f27
1010
repoURL: https://github.com/apideck-libraries/sdk-php.git
1111
installationURL: https://github.com/apideck-libraries/sdk-php
1212
published: true
@@ -585,8 +585,9 @@ generatedFiles:
585585
- docs/Models/Components/Options.md
586586
- docs/Models/Components/OrdersSort.md
587587
- docs/Models/Components/OrdersSortBy.md
588-
- docs/Models/Components/OutstandingBalance.md
589588
- docs/Models/Components/OutstandingBalanceByCurrency.md
589+
- docs/Models/Components/OutstandingBalanceByCustomer.md
590+
- docs/Models/Components/OutstandingBalanceBySupplier.md
590591
- docs/Models/Components/Owner.md
591592
- docs/Models/Components/PaginationCoverage.md
592593
- docs/Models/Components/PaginationCoverageMode.md
@@ -2023,8 +2024,9 @@ generatedFiles:
20232024
- src/Models/Components/Options.php
20242025
- src/Models/Components/OrdersSort.php
20252026
- src/Models/Components/OrdersSortBy.php
2026-
- src/Models/Components/OutstandingBalance.php
20272027
- src/Models/Components/OutstandingBalanceByCurrency.php
2028+
- src/Models/Components/OutstandingBalanceByCustomer.php
2029+
- src/Models/Components/OutstandingBalanceBySupplier.php
20282030
- src/Models/Components/Owner.php
20292031
- src/Models/Components/PaginationCoverage.php
20302032
- src/Models/Components/PaginationCoverageMode.php
@@ -9475,7 +9477,7 @@ examples:
94759477
"":
94769478
parameters:
94779479
query:
9478-
filter: {"customer_id": "123abc", "report_as_of_date": "2024-01-01", "period_count": 3, "period_length": 30}
9480+
filter: {"customer_id": "123abc", "supplier_id": "123abc", "report_as_of_date": "2024-01-01", "period_count": 3, "period_length": 30}
94799481
pass_through: {"search": "San Francisco"}
94809482
fields: "id,updated_at"
94819483
header:
@@ -9484,7 +9486,7 @@ examples:
94849486
x-apideck-service-id: "salesforce"
94859487
responses:
94869488
"200":
9487-
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "AgedCreditors", "operation": "one", "data": {"report_generated_at": "2024-11-14T12:00:00.000Z", "report_as_of_date": "2024-11-13", "period_count": 4, "period_length": 30, "outstanding_balances": [{"customer_id": "123", "customer_name": "Super Store", "outstanding_balances_by_currency": [{"currency": "USD", "balances_by_period": [{"start_date": "2024-01-01", "end_date": "2024-01-30", "total_amount": 1500, "balances_by_transaction": [{"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}, {"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}]}, {"start_date": "2024-01-01", "end_date": "2024-01-30", "total_amount": 1500, "balances_by_transaction": [{"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}, {"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}, {"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}]}]}, {"currency": "USD", "balances_by_period": [{"start_date": "2024-01-01", "end_date": "2024-01-30", "total_amount": 1500, "balances_by_transaction": [{"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}]}]}]}, {"customer_id": "123", "customer_name": "Super Store", "outstanding_balances_by_currency": [{"currency": "USD", "balances_by_period": []}]}]}}
9489+
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "AgedCreditors", "operation": "one", "data": {"report_generated_at": "2024-11-14T12:00:00.000Z", "report_as_of_date": "2024-11-13", "period_count": 4, "period_length": 30, "outstanding_balances": [{"outstanding_balances_by_currency": [{"currency": "USD", "balances_by_period": [{"start_date": "2024-01-01", "end_date": "2024-01-30", "total_amount": 1500, "balances_by_transaction": [{"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}, {"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}]}, {"start_date": "2024-01-01", "end_date": "2024-01-30", "total_amount": 1500, "balances_by_transaction": [{"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}, {"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}, {"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}]}]}, {"currency": "USD", "balances_by_period": [{"start_date": "2024-01-01", "end_date": "2024-01-30", "total_amount": 1500, "balances_by_transaction": [{"transaction_id": "INV-1001", "transaction_date": "2024-01-15", "transaction_type": "invoice", "due_date": "2024-02-15", "original_amount": 1000, "outstanding_balance": 800}]}]}]}, {"outstanding_balances_by_currency": [{"currency": "USD", "balances_by_period": []}]}]}}
94889490
"400":
94899491
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestValidationError", "message": "Invalid Params", "detail": {"missing": [{"foobar": "required"}]}, "ref": "https://developers.apideck.com/errors#requestvalidationerror"}
94909492
"401":
@@ -9501,7 +9503,7 @@ examples:
95019503
"":
95029504
parameters:
95039505
query:
9504-
filter: {"customer_id": "123abc", "report_as_of_date": "2024-01-01", "period_count": 3, "period_length": 30}
9506+
filter: {"customer_id": "123abc", "supplier_id": "123abc", "report_as_of_date": "2024-01-01", "period_count": 3, "period_length": 30}
95059507
pass_through: {"search": "San Francisco"}
95069508
fields: "id,updated_at"
95079509
header:

.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.2.0
16+
version: 0.2.1
1717
additionalDependencies:
1818
autoload: {}
1919
autoload-dev: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.460.2
1+
speakeasyVersion: 1.460.3
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:8ffa6bb63ffbea34b1922c2cbca4b5b8f328d850e3c5d86e29a6f598d23afc20
6-
sourceBlobDigest: sha256:2387ea8d9d23982c568313b9885a37ac801333e6aba340789bb8b193cb5eb772
5+
sourceRevisionDigest: sha256:8d88085b547fe4eadbe16eec774574625b6d45335843bb765f5c096747a86a82
6+
sourceBlobDigest: sha256:6f14d7b19054d88262d5b57d85b909579b0fa66e54405da78a9dee274ab1c557
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1734368306
9+
- speakeasy-sdk-regen-1735225949
1010
- 10.9.0
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:8ffa6bb63ffbea34b1922c2cbca4b5b8f328d850e3c5d86e29a6f598d23afc20
16-
sourceBlobDigest: sha256:2387ea8d9d23982c568313b9885a37ac801333e6aba340789bb8b193cb5eb772
15+
sourceRevisionDigest: sha256:8d88085b547fe4eadbe16eec774574625b6d45335843bb765f5c096747a86a82
16+
sourceBlobDigest: sha256:6f14d7b19054d88262d5b57d85b909579b0fa66e54405da78a9dee274ab1c557
1717
codeSamplesNamespace: apideck-php-code-samples
18-
codeSamplesRevisionDigest: sha256:59d93392ab01736eac0cfd36b928c415784b25046823c9ec91ac1602007a7803
18+
codeSamplesRevisionDigest: sha256:27961cfb9aa691898c4eeea6ebd60dd427f8539ff74f0d93ff9f003c8a06ffc9
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
@@ -38,4 +38,14 @@ Based on:
3838
### Generated
3939
- [php v0.2.0] .
4040
### Releases
41-
- [Composer v0.2.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.2.0 - .
41+
- [Composer v0.2.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.2.0 - .
42+
43+
## 2024-12-27 00:02:07
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc
47+
- Speakeasy CLI 1.460.3 (2.484.0) https://github.com/speakeasy-api/speakeasy
48+
### Generated
49+
- [php v0.2.1] .
50+
### Releases
51+
- [Composer v0.2.1] https://packagist.org/packages/apideck-libraries/sdk-php#v0.2.1 - .

docs/Models/Components/AgedCreditors.md

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `reportGeneratedAt` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | The exact date and time the report was generated. | 2024-11-14T12:00:00.000Z |
9-
| `reportAsOfDate` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | The cutoff date for transactions included in the report. | 2024-11-13 |
10-
| `periodCount` | *?int* | :heavy_minus_sign: | Number of aging periods shown in the report. | 4 |
11-
| `periodLength` | *?int* | :heavy_minus_sign: | Length of each aging period in days. | 30 |
12-
| `outstandingBalances` | array<[Components\OutstandingBalance](../../Models/Components/OutstandingBalance.md)> | :heavy_minus_sign: | N/A | |
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
8+
| `reportGeneratedAt` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | The exact date and time the report was generated. | 2024-11-14T12:00:00.000Z |
9+
| `reportAsOfDate` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | The cutoff date for transactions included in the report. | 2024-11-13 |
10+
| `periodCount` | *?int* | :heavy_minus_sign: | Number of aging periods shown in the report. | 4 |
11+
| `periodLength` | *?int* | :heavy_minus_sign: | Length of each aging period in days. | 30 |
12+
| `outstandingBalances` | array<[Components\OutstandingBalanceBySupplier](../../Models/Components/OutstandingBalanceBySupplier.md)> | :heavy_minus_sign: | N/A | |

0 commit comments

Comments
 (0)