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
48 changes: 24 additions & 24 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.57
version: 0.35.58
additionalDependencies:
dev: {}
main: {}
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.592.2
sources:
SyllableSDK:
sourceNamespace: syllable-sdk-oas
sourceRevisionDigest: sha256:b7ad6b03517ce54691d4d75b57a8b8125efc0cc020f395074e96b909f72562a1
sourceBlobDigest: sha256:087184cb06aa594a1ed351c1b02417fe5f40ba648f7a8a7a5eb2e5b758174f2a
sourceRevisionDigest: sha256:c35383f00acc314beadde8e28133431ddf5d753553f98a5646172ad094922e63
sourceBlobDigest: sha256:ec7c8b666b170ae24066340dddfebae8477590e98f9927a41119f6fbf6cff914
tags:
- latest
- speakeasy-sdk-regen-1753897961
- speakeasy-sdk-regen-1753920579
- 0.0.2
targets:
syllable-sdk:
source: SyllableSDK
sourceNamespace: syllable-sdk-oas
sourceRevisionDigest: sha256:b7ad6b03517ce54691d4d75b57a8b8125efc0cc020f395074e96b909f72562a1
sourceBlobDigest: sha256:087184cb06aa594a1ed351c1b02417fe5f40ba648f7a8a7a5eb2e5b758174f2a
sourceRevisionDigest: sha256:c35383f00acc314beadde8e28133431ddf5d753553f98a5646172ad094922e63
sourceBlobDigest: sha256:ec7c8b666b170ae24066340dddfebae8477590e98f9927a41119f6fbf6cff914
codeSamplesNamespace: code-samples-python-sdk-syllable-sdk-oas-code-samples
codeSamplesRevisionDigest: sha256:79e5925abffebac09df66e4993da324f85bd75ccec0cc4dd9453b10e39705378
codeSamplesRevisionDigest: sha256:c91cbdbc5b67c5ea7a5890b1926a11b63ca57d9a18ee04fac98d919e5f5ff9f9
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 @@ -1716,4 +1716,14 @@ Based on:
### Generated
- [python v0.35.57] .
### Releases
- [PyPI v0.35.57] https://pypi.org/project/syllable-sdk/0.35.57 - .
- [PyPI v0.35.57] https://pypi.org/project/syllable-sdk/0.35.57 - .

## 2025-07-31 00:09:22
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.592.2 (2.668.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.35.58] .
### Releases
- [PyPI v0.35.58] https://pypi.org/project/syllable-sdk/0.35.58 - .
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-07-29T00:00:00Z"),
"end_datetime": parse_datetime("2025-07-30T00:00:00Z"),
"start_datetime": parse_datetime("2025-07-30T00:00:00Z"),
"end_datetime": parse_datetime("2025-07-31T00:00:00Z"),
})

# Handle response
Expand Down Expand Up @@ -1551,8 +1551,8 @@ actions:
"sheet_name": "Q1 Sales Data",
},
},
"start_datetime": parse_datetime("2025-07-29T00:00:00Z"),
"end_datetime": parse_datetime("2025-07-30T00:00:00Z"),
"start_datetime": parse_datetime("2025-07-30T00:00:00Z"),
"end_datetime": parse_datetime("2025-07-31T00: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": "20250730.9",
"batch_id": "20250731.9",
"campaign_id": 1,
"expires_on": parse_datetime("2025-07-31T00:00:00Z"),
"expires_on": parse_datetime("2025-08-01T00: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 | 20250730.9 |
| `batch_id` | *str* | :heavy_check_mark: | Unique ID for conversation batch | 20250731.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-31T00:00:00Z |
| `expires_on` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch expiration | 2025-08-01T00: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-30T00:00:00Z |
| `deleted_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch deletion | 2025-07-30T00:00:00Z |
| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch creation | 2025-07-31T00:00:00Z |
| `deleted_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp of batch deletion | 2025-07-31T00: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-30T00: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-31T00: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