Skip to content
Open
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
19,349 changes: 16,124 additions & 3,225 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ generation:
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
csharp:
version: 0.20.0
version: 0.21.0
additionalDependencies: []
author: Speakeasy
baseErrorName: BaseException
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.665.0
speakeasyVersion: 1.675.4
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:a3c2b704c81a2a480d76ed868356bfc1a18b82e65d07dbe9dd4860ae9bb1742a
sourceBlobDigest: sha256:e0d9c9d1d1513bd87f6ba4661e0050bbfa653fcf35f34d606671dd3539241afb
tags:
- latest
- speakeasy-sdk-regen-1764264828
- 10.22.0
- speakeasy-sdk-regen-1764663873
- 10.23.1
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:a3c2b704c81a2a480d76ed868356bfc1a18b82e65d07dbe9dd4860ae9bb1742a
sourceBlobDigest: sha256:e0d9c9d1d1513bd87f6ba4661e0050bbfa653fcf35f34d606671dd3539241afb
codeSamplesNamespace: apideck-csharp-code-samples
codeSamplesRevisionDigest: sha256:1a443d8143cd6842c0b2893702a9cf9ec7daabda491eaf0b79da9f27aac3ce2b
codeSamplesRevisionDigest: sha256:0a36c72f70a0b0b6a42cdfbf139f7e5605f74a4524da226da4322a655fe8d7c0
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
170 changes: 85 additions & 85 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,4 +618,14 @@ Based on:
### Generated
- [csharp v0.20.0] .
### Releases
- [NuGet v0.20.0] https://www.nuget.org/packages/ApideckUnifySdk/0.20.0 - .
- [NuGet v0.20.0] https://www.nuget.org/packages/ApideckUnifySdk/0.20.0 - .

## 2025-12-12 14:21:25
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.675.4 (2.779.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.21.0] .
### Releases
- [NuGet v0.21.0] https://www.nuget.org/packages/ApideckUnifySdk/0.21.0 - .
8 changes: 8 additions & 0 deletions docs/Models/Components/BankAccountFilter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# BankAccountFilter


## Fields

| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `AccountType` | [BankAccountFilterAccountType](../../Models/Components/BankAccountFilterAccountType.md) | :heavy_minus_sign: | Filter by account type | checking |
16 changes: 16 additions & 0 deletions docs/Models/Components/BankAccountFilterAccountType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# BankAccountFilterAccountType

Filter by account type


## Values

| Name | Value |
| -------------- | -------------- |
| `Checking` | checking |
| `Savings` | savings |
| `CreditCard` | credit_card |
| `MoneyMarket` | money_market |
| `LineOfCredit` | line_of_credit |
| `Other` | other |
| `Cash` | cash |
4 changes: 2 additions & 2 deletions docs/Models/Components/ConnectionValue.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ ConnectionValue.CreateNumber(/* values here */);
ConnectionValue.CreateBoolean(/* values here */);
```

### ArrayOfConnectionValue5
### ArrayOfValue5

```csharp
ConnectionValue.CreateArrayOfConnectionValue5(/* values here */);
ConnectionValue.CreateArrayOfValue5(/* values here */);
```
21 changes: 13 additions & 8 deletions docs/Models/Components/CustomField.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# CustomField


## Fields

| Field | Type | Required | Description | Example |
| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
| `Id` | *string* | :heavy_check_mark: | Unique identifier for the custom field. | 2389328923893298 |
| `Name` | *string* | :heavy_minus_sign: | Name of the custom field. | employee_level |
| `Description` | *string* | :heavy_minus_sign: | More information about the custom field | Employee Level |
| `Value` | [Value](../../Models/Components/Value.md) | :heavy_minus_sign: | N/A | |
## Supported Types

### CustomField1

```csharp
CustomField.CreateCustomField1(/* values here */);
```

### CustomField2

```csharp
CustomField.CreateCustomField2(/* values here */);
```
11 changes: 11 additions & 0 deletions docs/Models/Components/CustomField1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CustomField1


## Fields

| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
| `Id` | *string* | :heavy_check_mark: | Unique identifier for the custom field. | 2389328923893298 |
| `Name` | *string* | :heavy_minus_sign: | Name of the custom field. | employee_level |
| `Description` | *string* | :heavy_minus_sign: | More information about the custom field | Employee Level |
| `Value` | [CustomField1Value](../../Models/Components/CustomField1Value.md) | :heavy_minus_sign: | N/A | |
34 changes: 34 additions & 0 deletions docs/Models/Components/CustomField1Value.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# CustomField1Value


## Supported Types

### Str

```csharp
CustomField1Value.CreateStr(/* values here */);
```

### Number

```csharp
CustomField1Value.CreateNumber(/* values here */);
```

### Boolean

```csharp
CustomField1Value.CreateBoolean(/* values here */);
```

### MapOfAny

```csharp
CustomField1Value.CreateMapOfAny(/* values here */);
```

### ArrayOfCustomFieldValue5

```csharp
CustomField1Value.CreateArrayOfCustomFieldValue5(/* values here */);
```
11 changes: 11 additions & 0 deletions docs/Models/Components/CustomField2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CustomField2


## Fields

| Field | Type | Required | Description | Example |
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
| `Id` | *string* | :heavy_minus_sign: | Unique identifier for the custom field. | 2389328923893298 |
| `Name` | *string* | :heavy_check_mark: | Name of the custom field. | employee_level |
| `Description` | *string* | :heavy_minus_sign: | More information about the custom field | Employee Level |
| `Value` | [CustomFieldValue](../../Models/Components/CustomFieldValue.md) | :heavy_minus_sign: | N/A | |
34 changes: 34 additions & 0 deletions docs/Models/Components/CustomFieldValue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# CustomFieldValue


## Supported Types

### Str

```csharp
CustomFieldValue.CreateStr(/* values here */);
```

### Number

```csharp
CustomFieldValue.CreateNumber(/* values here */);
```

### Boolean

```csharp
CustomFieldValue.CreateBoolean(/* values here */);
```

### MapOfAny

```csharp
CustomFieldValue.CreateMapOfAny(/* values here */);
```

### ArrayOfCustomFieldValue25

```csharp
CustomFieldValue.CreateArrayOfCustomFieldValue25(/* values here */);
```
28 changes: 28 additions & 0 deletions docs/Models/Components/CustomFieldValue25.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# CustomFieldValue25


## Supported Types

### Str

```csharp
CustomFieldValue25.CreateStr(/* values here */);
```

### Number

```csharp
CustomFieldValue25.CreateNumber(/* values here */);
```

### Boolean

```csharp
CustomFieldValue25.CreateBoolean(/* values here */);
```

### MapOfAny

```csharp
CustomFieldValue25.CreateMapOfAny(/* values here */);
```
28 changes: 28 additions & 0 deletions docs/Models/Components/CustomFieldValue5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# CustomFieldValue5


## Supported Types

### Str

```csharp
CustomFieldValue5.CreateStr(/* values here */);
```

### Number

```csharp
CustomFieldValue5.CreateNumber(/* values here */);
```

### Boolean

```csharp
CustomFieldValue5.CreateBoolean(/* values here */);
```

### MapOfAny

```csharp
CustomFieldValue5.CreateMapOfAny(/* values here */);
```
2 changes: 1 addition & 1 deletion docs/Models/Components/EcommerceOrderLineItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A single line item of an ecommerce order, representing a product or variant with
| `ProductId` | *string* | :heavy_minus_sign: | A unique identifier for the product associated with the line item. | def456 |
| `VariantId` | *string* | :heavy_minus_sign: | A unique identifier for the variant of the product associated with the line item, if applicable. | ghi789 |
| `Sku` | *string* | :heavy_minus_sign: | The SKU of the product or variant associated with the line item. | MBP123-16GB-SILVER-13 |
| `Name` | *string* | :heavy_check_mark: | The name of the product or variant associated with the line item. | Midnight 16inch MacBook Pro |
| `Name` | *string* | :heavy_minus_sign: | The name of the product or variant associated with the line item. | Midnight 16inch MacBook Pro |
| `Description` | *string* | :heavy_minus_sign: | The description of the product or variant associated with the line item. | Powerful and portable, the MacBook Pro is perfect for professionals and creatives. |
| `Options` | List<[Options](../../Models/Components/Options.md)> | :heavy_minus_sign: | N/A | |
| `Quantity` | *string* | :heavy_check_mark: | The quantity of the product or variant associated with the line item. | 2 |
Expand Down
1 change: 1 addition & 0 deletions docs/Models/Components/FilesSortBy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ The field on which to sort the Files

| Name | Value |
| ----------- | ----------- |
| `CreatedAt` | created_at |
| `UpdatedAt` | updated_at |
| `Name` | name |
14 changes: 4 additions & 10 deletions docs/Models/Components/Five.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,14 @@
Five.CreateStr(/* values here */);
```

### Number

```csharp
Five.CreateNumber(/* values here */);
```

### Boolean
### Integer

```csharp
Five.CreateBoolean(/* values here */);
Five.CreateInteger(/* values here */);
```

### MapOfAny
### Number

```csharp
Five.CreateMapOfAny(/* values here */);
Five.CreateNumber(/* values here */);
```
Loading