Skip to content

Commit 00b908e

Browse files
authored
Merge pull request #3 from apideck-libraries/speakeasy-sdk-regen-1733946806
chore: 🐝 Update SDK - Generate 0.1.0
2 parents 5220205 + 33ea216 commit 00b908e

File tree

123 files changed

+1906
-357
lines changed

Some content is hidden

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

123 files changed

+1906
-357
lines changed

.speakeasy/gen.lock

Lines changed: 90 additions & 6 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
csharp:
16-
version: 0.0.5
16+
version: 0.1.0
1717
additionalDependencies: []
1818
author: Speakeasy
1919
clientServerStatusCodesAsErrors: true

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.454.0
1+
speakeasyVersion: 1.454.2
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:1e636b3c2454eb0b1f12a8fd7903a01f9d9111eb4b71c255cc6c79f9fa118f67
6-
sourceBlobDigest: sha256:86718b5c608b0821aa024e8ed3a416e4347cbac957b0e241d46daf111903fdc0
5+
sourceRevisionDigest: sha256:08d08aa653ebbb11b067cb51c06ee0aafda9b10909bd71f6cdc3b03ac5e1670b
6+
sourceBlobDigest: sha256:a0cd86792611bf77ca36f489820781456d8f53c5080c0c67fe9e04c81af80345
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1733922052
10-
- 10.8.3
9+
- speakeasy-sdk-regen-1733946806
10+
- 10.9.0
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:1e636b3c2454eb0b1f12a8fd7903a01f9d9111eb4b71c255cc6c79f9fa118f67
16-
sourceBlobDigest: sha256:86718b5c608b0821aa024e8ed3a416e4347cbac957b0e241d46daf111903fdc0
15+
sourceRevisionDigest: sha256:08d08aa653ebbb11b067cb51c06ee0aafda9b10909bd71f6cdc3b03ac5e1670b
16+
sourceBlobDigest: sha256:a0cd86792611bf77ca36f489820781456d8f53c5080c0c67fe9e04c81af80345
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:b1ccbb5f69da34783838bff85611b5143b45938d71f0121373aac810f3e521ff
18+
codeSamplesRevisionDigest: sha256:8264d312ebc2602832bd35fc0ccf0035da7cbf3025ce744d13e292c9c8113b43
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,14 @@ var res = await sdk.Accounting.TaxRates.ListAsync(req);
145145
### [Accounting](docs/sdks/accounting/README.md)
146146

147147

148+
#### [Accounting.AgedCreditors](docs/sdks/agedcreditors/README.md)
149+
150+
* [Get](docs/sdks/agedcreditors/README.md#get) - Get Aged Creditors
151+
152+
#### [Accounting.AgedDebtors](docs/sdks/ageddebtors/README.md)
153+
154+
* [Get](docs/sdks/ageddebtors/README.md#get) - Get Aged Debtors
155+
148156
#### [Accounting.Attachments](docs/sdks/attachments/README.md)
149157

150158
* [List](docs/sdks/attachments/README.md#list) - List Attachments

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ Based on:
1818
### Generated
1919
- [csharp v0.0.5] .
2020
### Releases
21-
- [NuGet v0.0.5] https://www.nuget.org/packages/ApideckUnifySdk/0.0.5 - .
21+
- [NuGet v0.0.5] https://www.nuget.org/packages/ApideckUnifySdk/0.0.5 - .
22+
23+
## 2024-12-13 00:12:22
24+
### Changes
25+
Based on:
26+
- OpenAPI Doc
27+
- Speakeasy CLI 1.454.2 (2.477.4) https://github.com/speakeasy-api/speakeasy
28+
### Generated
29+
- [csharp v0.1.0] .
30+
### Releases
31+
- [NuGet v0.1.0] https://www.nuget.org/packages/ApideckUnifySdk/0.1.0 - .
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AgedCreditors
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `ReportGeneratedAt` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The exact date and time the report was generated. | 2024-11-14T12:00:00.000Z |
9+
| `ReportAsOfDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | The cutoff date for transactions included in the report. | 2024-11-13 |
10+
| `PeriodCount` | *long* | :heavy_minus_sign: | Number of aging periods shown in the report. | 4 |
11+
| `PeriodLength` | *long* | :heavy_minus_sign: | Length of each aging period in days. | 30 |
12+
| `OutstandingBalances` | List<[OutstandingBalance](../../Models/Components/OutstandingBalance.md)> | :heavy_minus_sign: | N/A | |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AgedDebtors
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `ReportGeneratedAt` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The exact date and time the report was generated. | 2024-11-14T12:00:00.000Z |
9+
| `ReportAsOfDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | The cutoff date for transactions included in the report. | 2024-11-13 |
10+
| `PeriodCount` | *long* | :heavy_minus_sign: | Number of aging periods shown in the report. | 4 |
11+
| `PeriodLength` | *long* | :heavy_minus_sign: | Length of each aging period in days. | 30 |
12+
| `OutstandingBalances` | List<[OutstandingBalance](../../Models/Components/OutstandingBalance.md)> | :heavy_minus_sign: | N/A | |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AgedReportFilter
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
8+
| `CustomerId` | *string* | :heavy_minus_sign: | Filter by customer id | 123abc |
9+
| `ReportAsOfDate` | *string* | :heavy_minus_sign: | The cutoff date for considering transactions | 2024-01-01 |
10+
| `PeriodCount` | *long* | :heavy_minus_sign: | Number of periods to split the aged creditors report into | 3 |
11+
| `PeriodLength` | *long* | :heavy_minus_sign: | Length of each period in days | 30 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BalanceByPeriod
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
8+
| `StartDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | Start date of the period. | 2024-01-01 |
9+
| `EndDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | End date of the period. | 2024-01-30 |
10+
| `TotalAmount` | *double* | :heavy_minus_sign: | Total amount of the period. | 1500 |
11+
| `BalancesByTransaction` | List<[BalanceByTransaction](../../Models/Components/BalanceByTransaction.md)> | :heavy_minus_sign: | N/A | |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# BalanceByTransaction
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
8+
| `TransactionId` | *string* | :heavy_minus_sign: | Unique identifier for the transaction. | INV-1001 |
9+
| `TransactionDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | Date of the transaction. | 2024-01-15 |
10+
| `TransactionType` | [TransactionType](../../Models/Components/TransactionType.md) | :heavy_minus_sign: | Type of the transaction. | invoice |
11+
| `DueDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | Due date of the transaction. | 2024-02-15 |
12+
| `OriginalAmount` | *double* | :heavy_minus_sign: | Original amount of the transaction. | 1000 |
13+
| `OutstandingBalance` | *double* | :heavy_minus_sign: | Outstanding balance of the transaction. | 800 |

0 commit comments

Comments
 (0)