Skip to content

Commit 46ecd21

Browse files
authored
Merge pull request #24 from apideck-libraries/speakeasy-sdk-regen-1737545334
chore: 🐝 Update SDK - Generate 0.16.0
2 parents 12a8d57 + 38703c8 commit 46ecd21

24 files changed

+234
-36
lines changed

.speakeasy/gen.lock

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 7bffa198-5d29-4efa-9942-d549cc832085
33
management:
4-
docChecksum: f812b6f711e92ce366600fb1586396db
5-
docVersion: 10.10.0
6-
speakeasyVersion: 1.469.12
7-
generationVersion: 2.493.34
8-
releaseVersion: 0.15.0
9-
configChecksum: dfdd323bc59552f36fdee66768e8447d
4+
docChecksum: 8c4b36cd08c587e8f2b1dbac4f9b76d0
5+
docVersion: 10.11.0
6+
speakeasyVersion: 1.476.2
7+
generationVersion: 2.495.1
8+
releaseVersion: 0.16.0
9+
configChecksum: c23b78eea035b93a4aeccb6c1fa24bff
1010
repoURL: https://github.com/apideck-libraries/sdk-typescript.git
1111
installationURL: https://github.com/apideck-libraries/sdk-typescript
1212
published: true
@@ -510,6 +510,8 @@ generatedFiles:
510510
- docs/models/components/invoiceitempurchasedetails.md
511511
- docs/models/components/invoiceitemsalesdetails.md
512512
- docs/models/components/invoiceitemsfilter.md
513+
- docs/models/components/invoiceitemssort.md
514+
- docs/models/components/invoiceitemssortby.md
513515
- docs/models/components/invoiceitemtype.md
514516
- docs/models/components/invoiceitemtypetype.md
515517
- docs/models/components/invoicelineitem.md
@@ -2278,6 +2280,7 @@ generatedFiles:
22782280
- src/models/components/invoiceitem.ts
22792281
- src/models/components/invoiceitemfilter.ts
22802282
- src/models/components/invoiceitemsfilter.ts
2283+
- src/models/components/invoiceitemssort.ts
22812284
- src/models/components/invoicelineitem.ts
22822285
- src/models/components/invoiceresponse.ts
22832286
- src/models/components/invoicesfilter.ts
@@ -3358,6 +3361,7 @@ examples:
33583361
filter: {"name": "Widgets Large", "type": "service"}
33593362
pass_through: {"search": "San Francisco"}
33603363
fields: "id,updated_at"
3364+
sort: {"by": "updated_at", "direction": "desc"}
33613365
header:
33623366
x-apideck-consumer-id: "test-consumer"
33633367
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: true
1818
typescript:
19-
version: 0.15.0
19+
version: 0.16.0
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}

.speakeasy/workflow.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.469.12
1+
speakeasyVersion: 1.476.2
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:50654a01ad993b1092dd13e7c0d217fb7aa191de721d0864a02e17f0876044be
6-
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
5+
sourceRevisionDigest: sha256:772ce4587e2340c0ffbaa3058d37e02c864938297f8753aa2a953d108fd4c90e
6+
sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737468226
10-
- 10.10.0
9+
- speakeasy-sdk-regen-1737545334
10+
- 10.11.0
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:50654a01ad993b1092dd13e7c0d217fb7aa191de721d0864a02e17f0876044be
16-
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
15+
sourceRevisionDigest: sha256:772ce4587e2340c0ffbaa3058d37e02c864938297f8753aa2a953d108fd4c90e
16+
sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:563ddf7c3411b34f0514ce04a54fab07a8771bd175b65b26ffe2be93d799a9bd
18+
codeSamplesRevisionDigest: sha256:bb7706ae08e909922bed525157019fc72dc4067e3d4a263259c673278b63b846
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,14 @@ Based on:
138138
### Generated
139139
- [typescript v0.15.0] .
140140
### Releases
141-
- [NPM v0.15.0] https://www.npmjs.com/package/@apideck/unify/v/0.15.0 - .
141+
- [NPM v0.15.0] https://www.npmjs.com/package/@apideck/unify/v/0.15.0 - .
142+
143+
## 2025-01-27 14:39:30
144+
### Changes
145+
Based on:
146+
- OpenAPI Doc
147+
- Speakeasy CLI 1.476.2 (2.495.1) https://github.com/speakeasy-api/speakeasy
148+
### Generated
149+
- [typescript v0.16.0] .
150+
### Releases
151+
- [NPM v0.16.0] https://www.npmjs.com/package/@apideck/unify/v/0.16.0 - .
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# InvoiceItemsSort
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { InvoiceItemsSort } from "@apideck/unify/models/components";
7+
8+
let value: InvoiceItemsSort = {
9+
by: "updated_at",
10+
direction: "desc",
11+
};
12+
```
13+
14+
## Fields
15+
16+
| Field | Type | Required | Description | Example |
17+
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
18+
| `by` | [components.InvoiceItemsSortBy](../../models/components/invoiceitemssortby.md) | :heavy_minus_sign: | The field on which to sort the Invoice Items | updated_at |
19+
| `direction` | [components.SortDirection](../../models/components/sortdirection.md) | :heavy_minus_sign: | The direction in which to sort the results | |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# InvoiceItemsSortBy
2+
3+
The field on which to sort the Invoice Items
4+
5+
## Example Usage
6+
7+
```typescript
8+
import { InvoiceItemsSortBy } from "@apideck/unify/models/components";
9+
10+
let value: InvoiceItemsSortBy = "updated_at";
11+
```
12+
13+
## Values
14+
15+
```typescript
16+
"created_at" | "updated_at"
17+
```

docs/models/components/opportunity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ let value: Opportunity = {
8585
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8686
| `id` | *string* | :heavy_minus_sign: | A unique identifier for the opportunity. | 12345 |
8787
| `title` | *string* | :heavy_check_mark: | The title or name of the opportunity. | New Rocket |
88-
| `primaryContactId` | *string* | :heavy_check_mark: | The unique identifier of the primary contact associated with the opportunity. | 12345 |
88+
| `primaryContactId` | *string* | :heavy_minus_sign: | The unique identifier of the primary contact associated with the opportunity. | 12345 |
8989
| `description` | *string* | :heavy_minus_sign: | A description of the opportunity. | Opportunities are created for People and Companies that are interested in buying your products or services. Create Opportunities for People and Companies to move them through one of your Pipelines. |
9090
| `type` | *string* | :heavy_minus_sign: | The type of the opportunity | Existing Customer - Upgrade |
9191
| `monetaryAmount` | *number* | :heavy_minus_sign: | The monetary value associated with the opportunity | 75000 |

0 commit comments

Comments
 (0)