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
57 changes: 36 additions & 21 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generation:
persistentEdits: {}
versioningStrategy: automatic
python:
version: 0.31.18
version: 0.31.19
additionalDependencies:
dev: {}
main: {}
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:322190b067d37418eadd9842f02e42f648321bc4e026e25d51e6bc16b7a640f6
sourceBlobDigest: sha256:1811cdbdd3ca0cf729a3e682b5124df929dd4ec8a89db97ed7be963fd3def52e
sourceRevisionDigest: sha256:6dba88913734e0f668fc4a3f5d5e08056a1c2a262c63671cf33987880d732fc6
sourceBlobDigest: sha256:20cec00e0883a655242b06dd7ae001907270ad4cfc5c2d4986a9256e99522206
tags:
- latest
- speakeasy-sdk-regen-1780503233
- 10.24.39
- speakeasy-sdk-regen-1780664707
- 10.24.40
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:322190b067d37418eadd9842f02e42f648321bc4e026e25d51e6bc16b7a640f6
sourceBlobDigest: sha256:1811cdbdd3ca0cf729a3e682b5124df929dd4ec8a89db97ed7be963fd3def52e
sourceRevisionDigest: sha256:6dba88913734e0f668fc4a3f5d5e08056a1c2a262c63671cf33987880d732fc6
sourceBlobDigest: sha256:20cec00e0883a655242b06dd7ae001907270ad4cfc5c2d4986a9256e99522206
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:0362f2c313132bd983982c46218513babdb3a325f7131e6772d6346a855d9cac
codeSamplesRevisionDigest: sha256:b4c5ae4325307a7a8c2133cf42481eaeff43d8100c1ed0deb49e0e052628cc55
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 @@ -1248,4 +1248,14 @@ Based on:
### Generated
- [python v0.31.18] .
### Releases
- [PyPI v0.31.18] https://pypi.org/project/apideck-unify/0.31.18 - .
- [PyPI v0.31.18] https://pypi.org/project/apideck-unify/0.31.18 - .

## 2026-06-06 00:48:16
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.31.19] .
### Releases
- [PyPI v0.31.19] https://pypi.org/project/apideck-unify/0.31.19 - .
1 change: 1 addition & 0 deletions docs/models/crmnotesallrequest.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/models/crmusersallrequest.md

Large diffs are not rendered by default.

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


## Fields

| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `title` | *Optional[str]* | :heavy_minus_sign: | Title of the note to filter on | Follow up call |
| `owner_id` | *Optional[str]* | :heavy_minus_sign: | Owner ID to filter on | 1234 |
| `updated_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
| `created_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
1 change: 1 addition & 0 deletions docs/models/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| `id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier for the user | 12345 |
| `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The parent user id | 54321 |
| `username` | *OptionalNullable[str]* | :heavy_minus_sign: | The username of the user | masterofcoin |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the resource. | Acme Inc. |
| `first_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The first name of the person. | Elon |
| `last_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The last name of the person. | Musk |
| `title` | *OptionalNullable[str]* | :heavy_minus_sign: | The job title of the person. | CEO |
Expand Down
Loading