Skip to content

Commit f65eb84

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.31.19 (#168)
* ## Python SDK Changes Detected: * `apideck.crm.notes.list()`: `request.filter` **Added** * `apideck.crm.users.list()`: * `request.filter` **Added** * `response.data.[].name` **Added** * `apideck.crm.users.create()`: `request.name` **Added** * `apideck.crm.users.get()`: `response.data.name` **Added** * `apideck.crm.users.update()`: `request.name` **Added** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent c7a9533 commit f65eb84

23 files changed

Lines changed: 228 additions & 38 deletions

.speakeasy/gen.lock

Lines changed: 36 additions & 21 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ generation:
3232
persistentEdits: {}
3333
versioningStrategy: automatic
3434
python:
35-
version: 0.31.18
35+
version: 0.31.19
3636
additionalDependencies:
3737
dev: {}
3838
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:322190b067d37418eadd9842f02e42f648321bc4e026e25d51e6bc16b7a640f6
6-
sourceBlobDigest: sha256:1811cdbdd3ca0cf729a3e682b5124df929dd4ec8a89db97ed7be963fd3def52e
5+
sourceRevisionDigest: sha256:6dba88913734e0f668fc4a3f5d5e08056a1c2a262c63671cf33987880d732fc6
6+
sourceBlobDigest: sha256:20cec00e0883a655242b06dd7ae001907270ad4cfc5c2d4986a9256e99522206
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1780503233
10-
- 10.24.39
9+
- speakeasy-sdk-regen-1780664707
10+
- 10.24.40
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:322190b067d37418eadd9842f02e42f648321bc4e026e25d51e6bc16b7a640f6
16-
sourceBlobDigest: sha256:1811cdbdd3ca0cf729a3e682b5124df929dd4ec8a89db97ed7be963fd3def52e
15+
sourceRevisionDigest: sha256:6dba88913734e0f668fc4a3f5d5e08056a1c2a262c63671cf33987880d732fc6
16+
sourceBlobDigest: sha256:20cec00e0883a655242b06dd7ae001907270ad4cfc5c2d4986a9256e99522206
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:0362f2c313132bd983982c46218513babdb3a325f7131e6772d6346a855d9cac
18+
codeSamplesRevisionDigest: sha256:b4c5ae4325307a7a8c2133cf42481eaeff43d8100c1ed0deb49e0e052628cc55
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,4 +1248,14 @@ Based on:
12481248
### Generated
12491249
- [python v0.31.18] .
12501250
### Releases
1251-
- [PyPI v0.31.18] https://pypi.org/project/apideck-unify/0.31.18 - .
1251+
- [PyPI v0.31.18] https://pypi.org/project/apideck-unify/0.31.18 - .
1252+
1253+
## 2026-06-06 00:48:16
1254+
### Changes
1255+
Based on:
1256+
- OpenAPI Doc
1257+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
1258+
### Generated
1259+
- [python v0.31.19] .
1260+
### Releases
1261+
- [PyPI v0.31.19] https://pypi.org/project/apideck-unify/0.31.19 - .

docs/models/crmnotesallrequest.md

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

docs/models/crmusersallrequest.md

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

docs/models/notesfilter.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# NotesFilter
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
8+
| `title` | *Optional[str]* | :heavy_minus_sign: | Title of the note to filter on | Follow up call |
9+
| `owner_id` | *Optional[str]* | :heavy_minus_sign: | Owner ID to filter on | 1234 |
10+
| `updated_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
11+
| `created_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |

docs/models/user.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
| `id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier for the user | 12345 |
99
| `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The parent user id | 54321 |
1010
| `username` | *OptionalNullable[str]* | :heavy_minus_sign: | The username of the user | masterofcoin |
11+
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the resource. | Acme Inc. |
1112
| `first_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The first name of the person. | Elon |
1213
| `last_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The last name of the person. | Musk |
1314
| `title` | *OptionalNullable[str]* | :heavy_minus_sign: | The job title of the person. | CEO |

0 commit comments

Comments
 (0)