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
5,935 changes: 5,920 additions & 15 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ generation:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
persistentEdits: {}
python:
version: 0.28.1
version: 0.29.0
additionalDependencies:
dev: {}
main: {}
Expand Down Expand Up @@ -69,6 +70,7 @@ python:
outputModelSuffix: output
packageManager: poetry
packageName: apideck-unify
preApplyUnionDiscriminators: false
pytestFilterWarnings: []
pytestTimeout: 0
responseFormat: envelope-http
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:6cac89caec3303b60ccd873ec7cce13b11bccc8a5f73854f99475844d5327050
sourceBlobDigest: sha256:720de94b079bf5552c47cae53ff55d41dae55f0ed52a9bd2c8119132a819b5df
sourceRevisionDigest: sha256:fb7a82597d1077c15189749a482f116f0ce1837821d7b890f70989fa62d90ac8
sourceBlobDigest: sha256:c59a33c90c03ae0c1a5ae9a4251c586839a5880e44aa48282775734ade2fa9f2
tags:
- latest
- speakeasy-sdk-regen-1764264833
- 10.22.0
- speakeasy-sdk-regen-1765304860
- 10.23.1
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:6cac89caec3303b60ccd873ec7cce13b11bccc8a5f73854f99475844d5327050
sourceBlobDigest: sha256:720de94b079bf5552c47cae53ff55d41dae55f0ed52a9bd2c8119132a819b5df
sourceRevisionDigest: sha256:fb7a82597d1077c15189749a482f116f0ce1837821d7b890f70989fa62d90ac8
sourceBlobDigest: sha256:c59a33c90c03ae0c1a5ae9a4251c586839a5880e44aa48282775734ade2fa9f2
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:2c24a354650be92748cd09eaf7306e097a4dcbbae11448efaf6deaa45fa0fe0c
codeSamplesRevisionDigest: sha256:4fa81769f3173d740d8cc2fe13c69adbee327ad92bf9b22502cb84536d554f10
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 @@ -1008,4 +1008,14 @@ Based on:
### Generated
- [python v0.28.1] .
### Releases
- [PyPI v0.28.1] https://pypi.org/project/apideck-unify/0.28.1 - .
- [PyPI v0.28.1] https://pypi.org/project/apideck-unify/0.28.1 - .

## 2025-12-12 14:21:22
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.29.0] .
### Releases
- [PyPI v0.29.0] https://pypi.org/project/apideck-unify/0.29.0 - .
1 change: 1 addition & 0 deletions docs/models/accountingbankaccountsonerequest.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/models/accountingbillpaymentsallrequest.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/models/accountingpaymentsallrequest.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/models/bankaccountfilter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# BankAccountFilter


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| `account_type` | [Optional[models.BankAccountFilterAccountType]](../models/bankaccountfilteraccounttype.md) | :heavy_minus_sign: | Filter by account type | checking |
16 changes: 16 additions & 0 deletions docs/models/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 |
| `CREDIT_CARD` | credit_card |
| `MONEY_MARKET` | money_market |
| `LINE_OF_CREDIT` | line_of_credit |
| `OTHER` | other |
| `CASH` | cash |
4 changes: 2 additions & 2 deletions docs/models/connectionvalue.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ value: float = /* values here */
value: bool = /* values here */
```

### `List[models.ConnectionValue5]`
### `List[models.Value5]`

```python
value: List[models.ConnectionValue5] = /* values here */
value: List[models.Value5] = /* values here */
```

22 changes: 14 additions & 8 deletions docs/models/customfield.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# CustomField


## Fields

| Field | Type | Required | Description | Example |
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
| `id` | *Nullable[str]* | :heavy_check_mark: | Unique identifier for the custom field. | 2389328923893298 |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | Name of the custom field. | employee_level |
| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | More information about the custom field | Employee Level |
| `value` | [OptionalNullable[models.Value]](../models/value.md) | :heavy_minus_sign: | N/A | |
## Supported Types

### `models.CustomField1`

```python
value: models.CustomField1 = /* values here */
```

### `models.CustomField2`

```python
value: models.CustomField2 = /* values here */
```

11 changes: 11 additions & 0 deletions docs/models/customfield1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CustomField1


## Fields

| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| `id` | *Nullable[str]* | :heavy_check_mark: | Unique identifier for the custom field. | 2389328923893298 |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | Name of the custom field. | employee_level |
| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | More information about the custom field | Employee Level |
| `value` | [OptionalNullable[models.CustomField1Value]](../models/customfield1value.md) | :heavy_minus_sign: | N/A | |
35 changes: 35 additions & 0 deletions docs/models/customfield1value.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# CustomField1Value


## Supported Types

### `str`

```python
value: str = /* values here */
```

### `float`

```python
value: float = /* values here */
```

### `bool`

```python
value: bool = /* values here */
```

### `Dict[str, Any]`

```python
value: Dict[str, Any] = /* values here */
```

### `List[Nullable[models.CustomFieldValue5]]`

```python
value: List[Nullable[models.CustomFieldValue5]] = /* values here */
```

11 changes: 11 additions & 0 deletions docs/models/customfield2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CustomField2


## Fields

| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| `id` | *OptionalNullable[str]* | :heavy_minus_sign: | Unique identifier for the custom field. | 2389328923893298 |
| `name` | *Nullable[str]* | :heavy_check_mark: | Name of the custom field. | employee_level |
| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | More information about the custom field | Employee Level |
| `value` | [OptionalNullable[models.CustomFieldValue]](../models/customfieldvalue.md) | :heavy_minus_sign: | N/A | |
35 changes: 35 additions & 0 deletions docs/models/customfieldvalue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# CustomFieldValue


## Supported Types

### `str`

```python
value: str = /* values here */
```

### `float`

```python
value: float = /* values here */
```

### `bool`

```python
value: bool = /* values here */
```

### `Dict[str, Any]`

```python
value: Dict[str, Any] = /* values here */
```

### `List[Nullable[models.CustomFieldValue25]]`

```python
value: List[Nullable[models.CustomFieldValue25]] = /* values here */
```

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SimpleFormFieldOptionValue
# CustomFieldValue25


## Supported Types
Expand All @@ -9,12 +9,6 @@
value: str = /* values here */
```

### `int`

```python
value: int = /* values here */
```

### `float`

```python
Expand All @@ -27,9 +21,9 @@ value: float = /* values here */
value: bool = /* values here */
```

### `List[models.Value5]`
### `Dict[str, Any]`

```python
value: List[models.Value5] = /* values here */
value: Dict[str, Any] = /* values here */
```

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ConnectionValue5
# CustomFieldValue5


## Supported Types
Expand All @@ -9,15 +9,21 @@
value: str = /* values here */
```

### `int`
### `float`

```python
value: int = /* values here */
value: float = /* values here */
```

### `float`
### `bool`

```python
value: float = /* values here */
value: bool = /* values here */
```

### `Dict[str, Any]`

```python
value: Dict[str, Any] = /* values here */
```

2 changes: 1 addition & 1 deletion docs/models/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
| `product_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for the product associated with the line item. | def456 |
| `variant_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for the variant of the product associated with the line item, if applicable. | ghi789 |
| `sku` | *OptionalNullable[str]* | :heavy_minus_sign: | The SKU of the product or variant associated with the line item. | MBP123-16GB-SILVER-13 |
| `name` | *Nullable[str]* | :heavy_check_mark: | The name of the product or variant associated with the line item. | Midnight 16inch MacBook Pro |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the product or variant associated with the line item. | Midnight 16inch MacBook Pro |
| `description` | *OptionalNullable[str]* | :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[[models.Options](../models/options.md)] | :heavy_minus_sign: | N/A | |
| `quantity` | *Nullable[str]* | :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/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 |
| ------------ | ------------ |
| `CREATED_AT` | created_at |
| `UPDATED_AT` | updated_at |
| `NAME` | name |
14 changes: 4 additions & 10 deletions docs/models/five.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,15 @@
value: str = /* values here */
```

### `float`

```python
value: float = /* values here */
```

### `bool`
### `int`

```python
value: bool = /* values here */
value: int = /* values here */
```

### `Dict[str, Any]`
### `float`

```python
value: Dict[str, Any] = /* values here */
value: float = /* values here */
```

Loading