Skip to content

Commit 70998b9

Browse files
committed
## Typescript SDK Changes Detected:
* `apideck.accounting.taxRates.list()`: `response.data.[].displayId` **Added** * `apideck.accounting.taxRates.create()`: * `request.taxRate.displayId` **Added** * `apideck.accounting.taxRates.get()`: `response.data.displayId` **Added** * `apideck.accounting.taxRates.update()`: * `request.taxRate.displayId` **Added** * `apideck.accounting.bills.list()`: * `request.filter` **Changed** * `apideck.accounting.invoiceItems.list()`: `response.data.[].displayId` **Added** * `apideck.accounting.invoiceItems.create()`: * `request.invoiceItem.displayId` **Added** * `apideck.accounting.invoiceItems.get()`: `response.data.displayId` **Added** * `apideck.accounting.invoiceItems.update()`: * `request.invoiceItem.displayId` **Added** * `apideck.accounting.companyInfo.get()`: `response.data.defaultSalesTax.displayId` **Added** * `apideck.accounting.journalEntries.list()`: `response.data.[].displayId` **Added** * `apideck.accounting.journalEntries.create()`: * `request.journalEntry.displayId` **Added** * `apideck.accounting.journalEntries.get()`: `response.data.displayId` **Added** * `apideck.accounting.journalEntries.update()`: * `request.journalEntry.displayId` **Added** * `apideck.accounting.purchaseOrders.list()`: `response.data.[].displayId` **Added** * `apideck.accounting.purchaseOrders.create()`: * `request.purchaseOrder.displayId` **Added** * `apideck.accounting.purchaseOrders.get()`: `response.data.displayId` **Added** * `apideck.accounting.purchaseOrders.update()`: * `request.purchaseOrder.displayId` **Added** * `apideck.accounting.subsidiaries.list()`: `response.data.[].displayId` **Added** * `apideck.accounting.subsidiaries.create()`: * `request.subsidiary.displayId` **Added** * `apideck.accounting.subsidiaries.get()`: `response.data.displayId` **Added** * `apideck.accounting.subsidiaries.update()`: * `request.subsidiary.displayId` **Added** * `apideck.accounting.categories.list()`: `response.data.[].displayId` **Added** * `apideck.accounting.categories.get()`: `response.data.displayId` **Added**
1 parent b0c8091 commit 70998b9

File tree

64 files changed

+428
-56
lines changed

Some content is hidden

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

64 files changed

+428
-56
lines changed

.speakeasy/gen.lock

Lines changed: 28 additions & 26 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
@@ -27,7 +27,7 @@ generation:
2727
generateNewTests: true
2828
skipResponseBodyAssertions: false
2929
typescript:
30-
version: 0.32.0
30+
version: 0.33.0
3131
acceptHeaderEnum: true
3232
additionalDependencies:
3333
dependencies: {}

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.642.2
1+
speakeasyVersion: 1.645.2
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:5b6c0235edad5f3daeef4825e5a4b8785d9547a679177c294401792e78d0853d
6-
sourceBlobDigest: sha256:fe56b100fce6d46d4c5ed224c831a86c6b241ede97d5ea883e9d0cc19e651a07
5+
sourceRevisionDigest: sha256:a62fc826d25c334c6b7dfbc7876df9837b1d95617da0c8171bf38b9cd303d443
6+
sourceBlobDigest: sha256:ad5612c25f95a1d44d4bd002fbb3e32fd1328ab48b262c5c9e1bb9f55360d857
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1761736944
10-
- 10.21.7
9+
- speakeasy-sdk-regen-1761781307
10+
- 10.21.10
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:5b6c0235edad5f3daeef4825e5a4b8785d9547a679177c294401792e78d0853d
16-
sourceBlobDigest: sha256:fe56b100fce6d46d4c5ed224c831a86c6b241ede97d5ea883e9d0cc19e651a07
15+
sourceRevisionDigest: sha256:a62fc826d25c334c6b7dfbc7876df9837b1d95617da0c8171bf38b9cd303d443
16+
sourceBlobDigest: sha256:ad5612c25f95a1d44d4bd002fbb3e32fd1328ab48b262c5c9e1bb9f55360d857
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:12df38f69bf3fda5cd4af4301773d77a6cb133d35d766c98650fce7fac396621
18+
codeSamplesRevisionDigest: sha256:e4a73dd107029b59d46123e88208fa3016772aa3be63608fcdaed72d658d7c96
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
@@ -538,4 +538,14 @@ Based on:
538538
### Generated
539539
- [typescript v0.32.0] .
540540
### Releases
541-
- [NPM v0.32.0] https://www.npmjs.com/package/@apideck/unify/v/0.32.0 - .
541+
- [NPM v0.32.0] https://www.npmjs.com/package/@apideck/unify/v/0.32.0 - .
542+
543+
## 2025-11-03 00:03:00
544+
### Changes
545+
Based on:
546+
- OpenAPI Doc
547+
- Speakeasy CLI 1.645.2 (2.735.1) https://github.com/speakeasy-api/speakeasy
548+
### Generated
549+
- [typescript v0.33.0] .
550+
### Releases
551+
- [NPM v0.33.0] https://www.npmjs.com/package/@apideck/unify/v/0.33.0 - .

docs/models/components/billsfilter.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ import { BillsFilter } from "@apideck/unify/models/components";
77

88
let value: BillsFilter = {
99
updatedSince: new Date("2020-09-30T07:43:32.000Z"),
10+
status: "paid",
1011
};
1112
```
1213

1314
## Fields
1415

1516
| Field | Type | Required | Description | Example |
1617
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
17-
| `updatedSince` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
18+
| `updatedSince` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
19+
| `status` | [components.BillsFilterStatus](../../models/components/billsfilterstatus.md) | :heavy_minus_sign: | Filter by bill status | paid |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# BillsFilterStatus
2+
3+
Filter by bill status
4+
5+
## Example Usage
6+
7+
```typescript
8+
import { BillsFilterStatus } from "@apideck/unify/models/components";
9+
10+
let value: BillsFilterStatus = "paid";
11+
```
12+
13+
## Values
14+
15+
```typescript
16+
"paid" | "unpaid" | "partially_paid"
17+
```

docs/models/components/category.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { Category } from "@apideck/unify/models/components";
88
let value: Category = {
99
id: "12345",
1010
name: "Insurance",
11+
displayId: "12345",
1112
type: "expense",
1213
status: "active",
1314
rowVersion: "1-12345",
@@ -39,6 +40,7 @@ let value: Category = {
3940
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
4041
| `id` | *string* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
4142
| `name` | *string* | :heavy_minus_sign: | The name of the category. | Insurance |
43+
| `displayId` | *string* | :heavy_minus_sign: | Display ID of the category | 12345 |
4244
| `type` | [components.CategoryType](../../models/components/categorytype.md) | :heavy_minus_sign: | The type of the category. | expense |
4345
| `status` | [components.CategoryStatus](../../models/components/categorystatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
4446
| `customMappings` | Record<string, *any*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |

docs/models/components/companyinfo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ let value: CompanyInfo = {
1515
salesTaxNumber: "111.222.333",
1616
defaultSalesTax: {
1717
id: "1234",
18+
displayId: "12345",
1819
name: "GST on Purchases",
1920
code: "ABN",
2021
description: "Reduced rate GST Purchases",

docs/models/components/ecommerceorderpaymentstatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ let value: EcommerceOrderPaymentStatus = "paid";
1313
## Values
1414

1515
```typescript
16-
"pending" | "authorized" | "paid" | "partial" | "refunded" | "voided" | "unknown"
16+
"pending" | "authorized" | "paid" | "partial" | "refunded" | "voided" | "unknown" | "partially_refunded"
1717
```

docs/models/components/getcategoriesresponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ let value: GetCategoriesResponse = {
1717
{
1818
id: "12345",
1919
name: "Insurance",
20+
displayId: "12345",
2021
type: "expense",
2122
status: "active",
2223
rowVersion: "1-12345",

0 commit comments

Comments
 (0)