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
58 changes: 28 additions & 30 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 @@ -24,7 +24,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.35.45
version: 0.35.46
additionalDependencies:
dev: {}
main: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.584.0
speakeasyVersion: 1.586.0
sources:
SyllableSDK:
sourceNamespace: syllable-sdk-oas
sourceRevisionDigest: sha256:abf7fdbd23c336d181b3e6ede757c0b57020bd0252e851d4821bd26cb9e56cf7
sourceBlobDigest: sha256:cfe015285dc0b547c00381a55352032720dddd9ebda68aba3c66b0777548e0de
sourceRevisionDigest: sha256:f93b6309bc39383b424519410bd5a1fe499899a9b2ed8d4a43be85e304990d75
sourceBlobDigest: sha256:9c261f985648e109601f50df2d3a8498b5bac763b15fc09bafa5291ea596ecf0
tags:
- latest
- speakeasy-sdk-regen-1753130763
- speakeasy-sdk-regen-1753190725
- 0.0.2
targets:
syllable-sdk:
source: SyllableSDK
sourceNamespace: syllable-sdk-oas
sourceRevisionDigest: sha256:abf7fdbd23c336d181b3e6ede757c0b57020bd0252e851d4821bd26cb9e56cf7
sourceBlobDigest: sha256:cfe015285dc0b547c00381a55352032720dddd9ebda68aba3c66b0777548e0de
sourceRevisionDigest: sha256:f93b6309bc39383b424519410bd5a1fe499899a9b2ed8d4a43be85e304990d75
sourceBlobDigest: sha256:9c261f985648e109601f50df2d3a8498b5bac763b15fc09bafa5291ea596ecf0
codeSamplesNamespace: code-samples-python-sdk-syllable-sdk-oas-code-samples
codeSamplesRevisionDigest: sha256:b5bb5fa1acebebec85983a72923415b59d089c99f909467a0fcba20860596d91
codeSamplesRevisionDigest: sha256:46bf0dd21fd31d7b312aaab137dca7c7f7e2b512ac356d7500748215fc586424
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 @@ -1596,4 +1596,14 @@ Based on:
### Generated
- [python v0.35.45] .
### Releases
- [PyPI v0.35.45] https://pypi.org/project/syllable-sdk/0.35.45 - .
- [PyPI v0.35.45] https://pypi.org/project/syllable-sdk/0.35.45 - .

## 2025-07-22 13:25:07
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.586.0 (2.661.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.35.46] .
### Releases
- [PyPI v0.35.46] https://pypi.org/project/syllable-sdk/0.35.46 - .
22 changes: 14 additions & 8 deletions codeSamples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1374,8 +1374,8 @@ actions:
"sheet_name": "Q1 Sales Data",
},
},
"start_datetime": parse_datetime("2025-07-20T00:00:00Z"),
"end_datetime": parse_datetime("2025-07-21T00:00:00Z"),
"start_datetime": parse_datetime("2025-07-21T00:00:00Z"),
"end_datetime": parse_datetime("2025-07-22T00:00:00Z"),
})

# Handle response
Expand Down Expand Up @@ -1488,8 +1488,8 @@ actions:
"sheet_name": "Q1 Sales Data",
},
},
"start_datetime": parse_datetime("2025-07-20T00:00:00Z"),
"end_datetime": parse_datetime("2025-07-21T00:00:00Z"),
"start_datetime": parse_datetime("2025-07-21T00:00:00Z"),
"end_datetime": parse_datetime("2025-07-22T00:00:00Z"),
})

# Handle response
Expand Down Expand Up @@ -1819,9 +1819,9 @@ actions:
) as ss_client:

res = ss_client.outbound.batches.create(request={
"batch_id": "20250721.9",
"batch_id": "20250722.9",
"campaign_id": 1,
"expires_on": parse_datetime("2025-07-22T00:00:00Z"),
"expires_on": parse_datetime("2025-07-23T00:00:00Z"),
"paused": True,
})

Expand Down Expand Up @@ -2438,7 +2438,10 @@ actions:
"name": "Weather tools",
"description": "Service containing tools for fetching weather information",
"auth_type": models.ToolAuthType.BASIC,
"auth_values": {},
"auth_values": {
"username": "my-username",
"password": "my-password",
},
})

# Handle response
Expand All @@ -2461,7 +2464,10 @@ actions:
"name": "Weather tools",
"description": "Service containing tools for fetching weather information",
"auth_type": models.ToolAuthType.BASIC,
"auth_values": {},
"auth_values": {
"username": "my-username",
"password": "my-password",
},
"id": 1,
"last_updated_comments": "Updated description to correct typo",
})
Expand Down
10 changes: 5 additions & 5 deletions docs/models/batchdetails.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| `batch_id` | *str* | :heavy_check_mark: | Unique ID for conversation batch | 20250721.9 |
| `batch_id` | *str* | :heavy_check_mark: | Unique ID for conversation batch | 20250722.9 |
| `campaign_id` | *int* | :heavy_check_mark: | Unique ID for campaign | 1 |
| `expires_on` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch expiration | 2025-07-22T00:00:00Z |
| `expires_on` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch expiration | 2025-07-23T00:00:00Z |
| `paused` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the batch is on HOLD. When on HOLD, no outreach will be made. | true |
| `status` | [Optional[models.BatchStatus]](../models/batchstatus.md) | :heavy_minus_sign: | Status of a communication batch. | |
| `upload_filename` | *OptionalNullable[str]* | :heavy_minus_sign: | Name of file used to create batch | LATE_PAYMENTS_20250401.csv |
| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch creation | 2025-07-21T00:00:00Z |
| `deleted_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch deletion | 2025-07-21T00:00:00Z |
| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch creation | 2025-07-22T00:00:00Z |
| `deleted_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch deletion | 2025-07-22T00:00:00Z |
| `deleted_reason` | *OptionalNullable[str]* | :heavy_minus_sign: | Reason for batch deletion | User request |
| `last_updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of last change to batch | 2025-07-21T00:00:00Z |
| `last_updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of last change to batch | 2025-07-22T00:00:00Z |
| `last_updated_by` | *str* | :heavy_check_mark: | Email of user who last updated campaign | user@email.com |
| `error_message` | *OptionalNullable[str]* | :heavy_minus_sign: | Error message if batch upload failed | Invalid file format |
| `status_counts` | Dict[str, *int*] | :heavy_minus_sign: | Counts of requests by status | {<br/>"CANCELED": 7,<br/>"CONNECTED": 100,<br/>"DUPLICATE": 5,<br/>"FAILED": 10,<br/>"INITIATED": 20,<br/>"PENDING": 10<br/>} |
Loading