Skip to content

Commit

Permalink
Merge pull request #24 from apideck-libraries/speakeasy-sdk-regen-173…
Browse files Browse the repository at this point in the history
…7545334

chore: 🐝 Update SDK - Generate 0.16.0
  • Loading branch information
nicklloyd authored Jan 27, 2025
2 parents 12a8d57 + 38703c8 commit 46ecd21
Show file tree
Hide file tree
Showing 24 changed files with 234 additions and 36 deletions.
16 changes: 10 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 7bffa198-5d29-4efa-9942-d549cc832085
management:
docChecksum: f812b6f711e92ce366600fb1586396db
docVersion: 10.10.0
speakeasyVersion: 1.469.12
generationVersion: 2.493.34
releaseVersion: 0.15.0
configChecksum: dfdd323bc59552f36fdee66768e8447d
docChecksum: 8c4b36cd08c587e8f2b1dbac4f9b76d0
docVersion: 10.11.0
speakeasyVersion: 1.476.2
generationVersion: 2.495.1
releaseVersion: 0.16.0
configChecksum: c23b78eea035b93a4aeccb6c1fa24bff
repoURL: https://github.com/apideck-libraries/sdk-typescript.git
installationURL: https://github.com/apideck-libraries/sdk-typescript
published: true
Expand Down Expand Up @@ -510,6 +510,8 @@ generatedFiles:
- docs/models/components/invoiceitempurchasedetails.md
- docs/models/components/invoiceitemsalesdetails.md
- docs/models/components/invoiceitemsfilter.md
- docs/models/components/invoiceitemssort.md
- docs/models/components/invoiceitemssortby.md
- docs/models/components/invoiceitemtype.md
- docs/models/components/invoiceitemtypetype.md
- docs/models/components/invoicelineitem.md
Expand Down Expand Up @@ -2278,6 +2280,7 @@ generatedFiles:
- src/models/components/invoiceitem.ts
- src/models/components/invoiceitemfilter.ts
- src/models/components/invoiceitemsfilter.ts
- src/models/components/invoiceitemssort.ts
- src/models/components/invoicelineitem.ts
- src/models/components/invoiceresponse.ts
- src/models/components/invoicesfilter.ts
Expand Down Expand Up @@ -3358,6 +3361,7 @@ examples:
filter: {"name": "Widgets Large", "type": "service"}
pass_through: {"search": "San Francisco"}
fields: "id,updated_at"
sort: {"by": "updated_at", "direction": "desc"}
header:
x-apideck-consumer-id: "test-consumer"
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
typescript:
version: 0.15.0
version: 0.16.0
additionalDependencies:
dependencies: {}
devDependencies: {}
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.469.12
speakeasyVersion: 1.476.2
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:50654a01ad993b1092dd13e7c0d217fb7aa191de721d0864a02e17f0876044be
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
sourceRevisionDigest: sha256:772ce4587e2340c0ffbaa3058d37e02c864938297f8753aa2a953d108fd4c90e
sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2
tags:
- latest
- speakeasy-sdk-regen-1737468226
- 10.10.0
- speakeasy-sdk-regen-1737545334
- 10.11.0
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:50654a01ad993b1092dd13e7c0d217fb7aa191de721d0864a02e17f0876044be
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
sourceRevisionDigest: sha256:772ce4587e2340c0ffbaa3058d37e02c864938297f8753aa2a953d108fd4c90e
sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2
codeSamplesNamespace: apideck-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:563ddf7c3411b34f0514ce04a54fab07a8771bd175b65b26ffe2be93d799a9bd
codeSamplesRevisionDigest: sha256:bb7706ae08e909922bed525157019fc72dc4067e3d4a263259c673278b63b846
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,14 @@ Based on:
### Generated
- [typescript v0.15.0] .
### Releases
- [NPM v0.15.0] https://www.npmjs.com/package/@apideck/unify/v/0.15.0 - .
- [NPM v0.15.0] https://www.npmjs.com/package/@apideck/unify/v/0.15.0 - .

## 2025-01-27 14:39:30
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.476.2 (2.495.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.16.0] .
### Releases
- [NPM v0.16.0] https://www.npmjs.com/package/@apideck/unify/v/0.16.0 - .
19 changes: 19 additions & 0 deletions docs/models/components/invoiceitemssort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# InvoiceItemsSort

## Example Usage

```typescript
import { InvoiceItemsSort } from "@apideck/unify/models/components";

let value: InvoiceItemsSort = {
by: "updated_at",
direction: "desc",
};
```

## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| `by` | [components.InvoiceItemsSortBy](../../models/components/invoiceitemssortby.md) | :heavy_minus_sign: | The field on which to sort the Invoice Items | updated_at |
| `direction` | [components.SortDirection](../../models/components/sortdirection.md) | :heavy_minus_sign: | The direction in which to sort the results | |
17 changes: 17 additions & 0 deletions docs/models/components/invoiceitemssortby.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# InvoiceItemsSortBy

The field on which to sort the Invoice Items

## Example Usage

```typescript
import { InvoiceItemsSortBy } from "@apideck/unify/models/components";

let value: InvoiceItemsSortBy = "updated_at";
```

## Values

```typescript
"created_at" | "updated_at"
```
2 changes: 1 addition & 1 deletion docs/models/components/opportunity.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ let value: Opportunity = {
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id` | *string* | :heavy_minus_sign: | A unique identifier for the opportunity. | 12345 |
| `title` | *string* | :heavy_check_mark: | The title or name of the opportunity. | New Rocket |
| `primaryContactId` | *string* | :heavy_check_mark: | The unique identifier of the primary contact associated with the opportunity. | 12345 |
| `primaryContactId` | *string* | :heavy_minus_sign: | The unique identifier of the primary contact associated with the opportunity. | 12345 |
| `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. |
| `type` | *string* | :heavy_minus_sign: | The type of the opportunity | Existing Customer - Upgrade |
| `monetaryAmount` | *number* | :heavy_minus_sign: | The monetary value associated with the opportunity | 75000 |
Expand Down
Loading

0 comments on commit 46ecd21

Please sign in to comment.