@smartytalent/openai-tools 0.1.33-dev.18 → 0.1.33-dev.19
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 +5 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -6501,6 +6501,7 @@
|
|
|
6501
6501
|
"sent",
|
|
6502
6502
|
"suppressed",
|
|
6503
6503
|
"archived",
|
|
6504
|
+
"trashed",
|
|
6504
6505
|
"failed",
|
|
6505
6506
|
"pending"
|
|
6506
6507
|
]
|
|
@@ -6613,10 +6614,11 @@
|
|
|
6613
6614
|
"received",
|
|
6614
6615
|
"suppressed",
|
|
6615
6616
|
"archived",
|
|
6617
|
+
"trashed",
|
|
6616
6618
|
"failed",
|
|
6617
6619
|
"pending"
|
|
6618
6620
|
],
|
|
6619
|
-
"description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = outbound delivered to SES, received = inbound accepted by broker (replaces the legacy `sent` value used for inbound), suppressed = SES bounce/complaint, archived = user soft
|
|
6621
|
+
"description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = outbound delivered to SES, received = inbound accepted by broker (replaces the legacy `sent` value used for inbound), suppressed = SES bounce/complaint, archived = user explicitly archived (kept indefinitely, hidden from inbox view), trashed = user moved to Trash bin (default soft DELETE; recoverable, candidate for periodic permanent purge), failed = internal error, pending = transitional."
|
|
6620
6622
|
},
|
|
6621
6623
|
"direction": {
|
|
6622
6624
|
"type": "string",
|
|
@@ -6967,10 +6969,11 @@
|
|
|
6967
6969
|
"received",
|
|
6968
6970
|
"suppressed",
|
|
6969
6971
|
"archived",
|
|
6972
|
+
"trashed",
|
|
6970
6973
|
"failed",
|
|
6971
6974
|
"pending"
|
|
6972
6975
|
],
|
|
6973
|
-
"description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = outbound delivered to SES, received = inbound accepted by broker (replaces the legacy `sent` value used for inbound), suppressed = SES bounce/complaint, archived = user soft
|
|
6976
|
+
"description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = outbound delivered to SES, received = inbound accepted by broker (replaces the legacy `sent` value used for inbound), suppressed = SES bounce/complaint, archived = user explicitly archived (kept indefinitely, hidden from inbox view), trashed = user moved to Trash bin (default soft DELETE; recoverable, candidate for periodic permanent purge), failed = internal error, pending = transitional."
|
|
6974
6977
|
},
|
|
6975
6978
|
"direction": {
|
|
6976
6979
|
"type": "string",
|