Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 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: f306da52-7172-441d-9f8c-9d055cef9c2a
management:
docChecksum: f812b6f711e92ce366600fb1586396db
docVersion: 10.10.0
speakeasyVersion: 1.469.12
generationVersion: 2.493.34
releaseVersion: 0.4.1
configChecksum: 91bf8dd695e1c94bac7ae71d02aa2ef3
docChecksum: 8c4b36cd08c587e8f2b1dbac4f9b76d0
docVersion: 10.11.0
speakeasyVersion: 1.476.2
generationVersion: 2.495.1
releaseVersion: 0.5.0
configChecksum: 57e2da042a0b8ee037781388d4d3bf0d
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
published: true
features:
Expand Down Expand Up @@ -503,6 +503,8 @@ generatedFiles:
- docs/Models/Components/InvoiceItemType.md
- docs/Models/Components/InvoiceItemTypeType.md
- docs/Models/Components/InvoiceItemsFilter.md
- docs/Models/Components/InvoiceItemsSort.md
- docs/Models/Components/InvoiceItemsSortBy.md
- docs/Models/Components/InvoiceLineItem.md
- docs/Models/Components/InvoiceLineItemInput.md
- docs/Models/Components/InvoiceLineItemType.md
Expand Down Expand Up @@ -1909,6 +1911,8 @@ generatedFiles:
- src/ApideckUnifySdk/Models/Components/InvoiceItemType.cs
- src/ApideckUnifySdk/Models/Components/InvoiceItemTypeType.cs
- src/ApideckUnifySdk/Models/Components/InvoiceItemsFilter.cs
- src/ApideckUnifySdk/Models/Components/InvoiceItemsSort.cs
- src/ApideckUnifySdk/Models/Components/InvoiceItemsSortBy.cs
- src/ApideckUnifySdk/Models/Components/InvoiceLineItem.cs
- src/ApideckUnifySdk/Models/Components/InvoiceLineItemInput.cs
- src/ApideckUnifySdk/Models/Components/InvoiceLineItemType.cs
Expand Down Expand Up @@ -3295,6 +3299,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 @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
csharp:
version: 0.4.1
version: 0.5.0
additionalDependencies: []
author: Speakeasy
clientServerStatusCodesAsErrors: true
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:
sourceNamespace: apideck
sourceRevisionDigest: sha256:37aaf73e948ca996f72660591c50df38bd445311e317edd911e1a8d15fea8ac9
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
sourceRevisionDigest: sha256:846b20863394f7f4d33b9e8fae7ad142269d72553f9cb9d25c3dad3943234842
sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2
tags:
- latest
- speakeasy-sdk-regen-1737468394
- 10.10.0
- speakeasy-sdk-regen-1737545337
- 10.11.0
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:37aaf73e948ca996f72660591c50df38bd445311e317edd911e1a8d15fea8ac9
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
sourceRevisionDigest: sha256:846b20863394f7f4d33b9e8fae7ad142269d72553f9cb9d25c3dad3943234842
sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2
codeSamplesNamespace: apideck-csharp-code-samples
codeSamplesRevisionDigest: sha256:fc11e342dd30132ef481a4075a028a52674c690b9e808c137387a530b043feb2
codeSamplesRevisionDigest: sha256:9e59461bbb54dfc805bf7445cc5de7ed3656a99a82560bfe84bc41823e00bcd9
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 @@ -98,4 +98,14 @@ Based on:
### Generated
- [csharp v0.4.1] .
### Releases
- [NuGet v0.4.1] https://www.nuget.org/packages/ApideckUnifySdk/0.4.1 - .
- [NuGet v0.4.1] https://www.nuget.org/packages/ApideckUnifySdk/0.4.1 - .

## 2025-01-27 14:39:34
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.476.2 (2.495.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.5.0] .
### Releases
- [NuGet v0.5.0] https://www.nuget.org/packages/ApideckUnifySdk/0.5.0 - .
9 changes: 9 additions & 0 deletions docs/Models/Components/InvoiceItemsSort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# InvoiceItemsSort


## Fields

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

The field on which to sort the Invoice Items


## Values

| Name | Value |
| ----------- | ----------- |
| `CreatedAt` | created_at |
| `UpdatedAt` | 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 @@ -7,7 +7,7 @@
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `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` | *double* | :heavy_minus_sign: | The monetary value associated with the opportunity | 75000 |
Expand Down
Loading