Skip to content

Commit

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

chore: 🐝 Update SDK - Generate 0.1.0
  • Loading branch information
Amzani authored Dec 13, 2024
2 parents e368030 + b6038cd commit 3878ad0
Show file tree
Hide file tree
Showing 39 changed files with 1,767 additions and 22 deletions.
100 changes: 92 additions & 8 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.4
version: 0.1.0
additionalDependencies:
autoload: {}
autoload-dev: {}
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.454.0
speakeasyVersion: 1.454.2
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:1c2ab08139231ee4ce3aa2e75d21f8660b997b38a72c8508f2e010f1e4f01212
sourceBlobDigest: sha256:86718b5c608b0821aa024e8ed3a416e4347cbac957b0e241d46daf111903fdc0
sourceRevisionDigest: sha256:0d266eae23010b4f78aa526b207cfc91e976de1776027a7b3e857de854bd345d
sourceBlobDigest: sha256:a0cd86792611bf77ca36f489820781456d8f53c5080c0c67fe9e04c81af80345
tags:
- latest
- speakeasy-sdk-regen-1733922060
- 10.8.3
- speakeasy-sdk-regen-1733946806
- 10.9.0
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:1c2ab08139231ee4ce3aa2e75d21f8660b997b38a72c8508f2e010f1e4f01212
sourceBlobDigest: sha256:86718b5c608b0821aa024e8ed3a416e4347cbac957b0e241d46daf111903fdc0
sourceRevisionDigest: sha256:0d266eae23010b4f78aa526b207cfc91e976de1776027a7b3e857de854bd345d
sourceBlobDigest: sha256:a0cd86792611bf77ca36f489820781456d8f53c5080c0c67fe9e04c81af80345
codeSamplesNamespace: apideck-php-code-samples
codeSamplesRevisionDigest: sha256:54aa4c61991565aef222572e6c223e47e2e0c78fc8299e4db4f8c2700e435596
codeSamplesRevisionDigest: sha256:2b6e9ed41e97aec2ccbb98e48deefc11092c3abb9b4ae166a3d6dcc873a8d5ff
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ if ($response->getTaxRatesResponse !== null) {
### [accounting](docs/sdks/accounting/README.md)


#### [accounting->agedCreditors](docs/sdks/agedcreditors/README.md)

* [get](docs/sdks/agedcreditors/README.md#get) - Get Aged Creditors

#### [accounting->agedDebtors](docs/sdks/ageddebtors/README.md)

* [get](docs/sdks/ageddebtors/README.md#get) - Get Aged Debtors

#### [accounting->attachments](docs/sdks/attachments/README.md)

* [list](docs/sdks/attachments/README.md#list) - List Attachments
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ Based on:
### Generated
- [php v0.0.4] .
### Releases
- [Composer v0.0.4] https://packagist.org/packages/apideck-libraries/sdk-php#v0.0.4 - .
- [Composer v0.0.4] https://packagist.org/packages/apideck-libraries/sdk-php#v0.0.4 - .

## 2024-12-13 00:02:14
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.454.2 (2.477.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.1.0] .
### Releases
- [Composer v0.1.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.1.0 - .
12 changes: 12 additions & 0 deletions docs/Models/Components/AgedCreditors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# AgedCreditors


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `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 |
| `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 |
| `periodCount` | *?int* | :heavy_minus_sign: | Number of aging periods shown in the report. | 4 |
| `periodLength` | *?int* | :heavy_minus_sign: | Length of each aging period in days. | 30 |
| `outstandingBalances` | array<[Components\OutstandingBalance](../../Models/Components/OutstandingBalance.md)> | :heavy_minus_sign: | N/A | |
12 changes: 12 additions & 0 deletions docs/Models/Components/AgedDebtors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# AgedDebtors


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `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 |
| `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 |
| `periodCount` | *?int* | :heavy_minus_sign: | Number of aging periods shown in the report. | 4 |
| `periodLength` | *?int* | :heavy_minus_sign: | Length of each aging period in days. | 30 |
| `outstandingBalances` | array<[Components\OutstandingBalance](../../Models/Components/OutstandingBalance.md)> | :heavy_minus_sign: | N/A | |
11 changes: 11 additions & 0 deletions docs/Models/Components/AgedReportFilter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AgedReportFilter


## Fields

| Field | Type | Required | Description | Example |
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
| `customerId` | *?string* | :heavy_minus_sign: | Filter by customer id | 123abc |
| `reportAsOfDate` | *?string* | :heavy_minus_sign: | The cutoff date for considering transactions | 2024-01-01 |
| `periodCount` | *?int* | :heavy_minus_sign: | Number of periods to split the aged creditors report into | 3 |
| `periodLength` | *?int* | :heavy_minus_sign: | Length of each period in days | 30 |
11 changes: 11 additions & 0 deletions docs/Models/Components/BalanceByPeriod.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# BalanceByPeriod


## Fields

| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| `startDate` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | Start date of the period. | 2024-01-01 |
| `endDate` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | End date of the period. | 2024-01-30 |
| `totalAmount` | *?float* | :heavy_minus_sign: | Total amount of the period. | 1500 |
| `balancesByTransaction` | array<[Components\BalanceByTransaction](../../Models/Components/BalanceByTransaction.md)> | :heavy_minus_sign: | N/A | |
13 changes: 13 additions & 0 deletions docs/Models/Components/BalanceByTransaction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# BalanceByTransaction


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `transactionId` | *?string* | :heavy_minus_sign: | Unique identifier for the transaction. | INV-1001 |
| `transactionDate` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | Date of the transaction. | 2024-01-15 |
| `transactionType` | [?Components\TransactionType](../../Models/Components/TransactionType.md) | :heavy_minus_sign: | Type of the transaction. | invoice |
| `dueDate` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | Due date of the transaction. | 2024-02-15 |
| `originalAmount` | *?float* | :heavy_minus_sign: | Original amount of the transaction. | 1000 |
| `outstandingBalance` | *?float* | :heavy_minus_sign: | Outstanding balance of the transaction. | 800 |
15 changes: 15 additions & 0 deletions docs/Models/Components/GetAgedCreditorsResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# GetAgedCreditorsResponse

Aged Creditors


## Fields

| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `statusCode` | *int* | :heavy_check_mark: | HTTP Response Status Code | 200 |
| `status` | *string* | :heavy_check_mark: | HTTP Response Status | OK |
| `service` | *string* | :heavy_check_mark: | Apideck ID of service provider | quickbooks |
| `resource` | *string* | :heavy_check_mark: | Unified API resource name | AgedCreditors |
| `operation` | *string* | :heavy_check_mark: | Operation performed | one |
| `data` | [Components\AgedCreditors](../../Models/Components/AgedCreditors.md) | :heavy_check_mark: | N/A | |
Loading

0 comments on commit 3878ad0

Please sign in to comment.