@smartytalent/openai-tools 0.1.33-dev.0 → 0.1.33-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tools.json +12 -3
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -6494,12 +6494,21 @@
|
|
|
6494
6494
|
"properties": {
|
|
6495
6495
|
"filterStatus": {
|
|
6496
6496
|
"type": "string",
|
|
6497
|
-
"description": "
|
|
6497
|
+
"description": "Filter by the email's lifecycle status. Omit to return all statuses.",
|
|
6498
6498
|
"enum": [
|
|
6499
|
-
"
|
|
6500
|
-
"
|
|
6499
|
+
"draft",
|
|
6500
|
+
"scheduled",
|
|
6501
|
+
"sent",
|
|
6502
|
+
"suppressed",
|
|
6503
|
+
"archived",
|
|
6504
|
+
"failed",
|
|
6505
|
+
"pending"
|
|
6501
6506
|
]
|
|
6502
6507
|
},
|
|
6508
|
+
"filterConversationId": {
|
|
6509
|
+
"type": "string",
|
|
6510
|
+
"description": "Return only emails belonging to this conversation. Resolved via the ConversationIdIndex GSI (top-level denormalisation of relationships.conversations[0].data.id). Pass the full conversation id (e.g. `980434e7...-2`)."
|
|
6511
|
+
},
|
|
6503
6512
|
"filterCreatedFrom": {
|
|
6504
6513
|
"type": "string",
|
|
6505
6514
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|