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
52 changes: 26 additions & 26 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.36.4
version: 0.36.5
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.609.0
speakeasyVersion: 1.611.0
sources:
SyllableSDK:
sourceNamespace: syllable-sdk-oas
sourceRevisionDigest: sha256:59f15087f65f46a92dfcf30a51223c42727afe925a45b5a7ce007c4a5dafd8d6
sourceBlobDigest: sha256:f72fa39a9b5af975e16dd43901b7f515a8a249d3e41fb537e7b4a488a6d4095e
sourceRevisionDigest: sha256:17a1aa14029a7679ab4fa06947907dc62b477e2be52bb8ee8b5091a0440b0b24
sourceBlobDigest: sha256:6e8ec647d3c7ad30e75d2da343e34a3521d4509ab7b241b1a0405f977d51a257
tags:
- latest
- speakeasy-sdk-regen-1757012930
- speakeasy-sdk-regen-1757102856
- 0.0.2
targets:
syllable-sdk:
source: SyllableSDK
sourceNamespace: syllable-sdk-oas
sourceRevisionDigest: sha256:59f15087f65f46a92dfcf30a51223c42727afe925a45b5a7ce007c4a5dafd8d6
sourceBlobDigest: sha256:f72fa39a9b5af975e16dd43901b7f515a8a249d3e41fb537e7b4a488a6d4095e
sourceRevisionDigest: sha256:17a1aa14029a7679ab4fa06947907dc62b477e2be52bb8ee8b5091a0440b0b24
sourceBlobDigest: sha256:6e8ec647d3c7ad30e75d2da343e34a3521d4509ab7b241b1a0405f977d51a257
codeSamplesNamespace: code-samples-python-sdk-syllable-sdk-oas-code-samples
codeSamplesRevisionDigest: sha256:d8a2f105161d584a11e4387e9eaf24a605cc666ab8f36b8c2f98b5d5a503f16b
codeSamplesRevisionDigest: sha256:598404984a3a53414b85cd145004029f02eac63067d2c94986b15e4afba238de
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 @@ -2056,4 +2056,14 @@ Based on:
### Generated
- [python v0.36.4] .
### Releases
- [PyPI v0.36.4] https://pypi.org/project/syllable-sdk/0.36.4 - .
- [PyPI v0.36.4] https://pypi.org/project/syllable-sdk/0.36.4 - .

## 2025-09-05 20:07:17
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.611.0 (2.694.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.36.5] .
### Releases
- [PyPI v0.36.5] https://pypi.org/project/syllable-sdk/0.36.5 - .
12 changes: 6 additions & 6 deletions codeSamples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1437,8 +1437,8 @@ actions:
"sheet_name": "Q1 Sales Data",
},
},
"start_datetime": parse_datetime("2025-09-03T00:00:00Z"),
"end_datetime": parse_datetime("2025-09-04T00:00:00Z"),
"start_datetime": parse_datetime("2025-09-04T00:00:00Z"),
"end_datetime": parse_datetime("2025-09-05T00:00:00Z"),
})

# Handle response
Expand Down Expand Up @@ -1551,8 +1551,8 @@ actions:
"sheet_name": "Q1 Sales Data",
},
},
"start_datetime": parse_datetime("2025-09-03T00:00:00Z"),
"end_datetime": parse_datetime("2025-09-04T00:00:00Z"),
"start_datetime": parse_datetime("2025-09-04T00:00:00Z"),
"end_datetime": parse_datetime("2025-09-05T00:00:00Z"),
})

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

res = ss_client.outbound.batches.create(request={
"batch_id": "20250904.9",
"batch_id": "20250905.9",
"campaign_id": 1,
"expires_on": parse_datetime("2025-09-05T00:00:00Z"),
"expires_on": parse_datetime("2025-09-06T00:00:00Z"),
"paused": True,
})

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 | 20250904.9 |
| `batch_id` | *str* | :heavy_check_mark: | Unique ID for conversation batch | 20250905.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-09-05T00:00:00Z |
| `expires_on` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch expiration | 2025-09-06T00: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-09-04T00:00:00Z |
| `deleted_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch deletion | 2025-09-04T00:00:00Z |
| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch creation | 2025-09-05T00:00:00Z |
| `deleted_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch deletion | 2025-09-05T00: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-09-04T00: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-09-05T00: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