@smartytalent/openai-tools 0.1.33-dev.13 → 0.1.33-dev.14

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.
Files changed (2) hide show
  1. package/dist/tools.json +4 -2
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -6610,12 +6610,13 @@
6610
6610
  "draft",
6611
6611
  "scheduled",
6612
6612
  "sent",
6613
+ "received",
6613
6614
  "suppressed",
6614
6615
  "archived",
6615
6616
  "failed",
6616
6617
  "pending"
6617
6618
  ],
6618
- "description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = delivered to SES, suppressed = SES bounce/complaint, archived = user soft-deleted, failed = internal error, pending = transitional."
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-deleted, failed = internal error, pending = transitional."
6619
6620
  },
6620
6621
  "direction": {
6621
6622
  "type": "string",
@@ -6963,12 +6964,13 @@
6963
6964
  "draft",
6964
6965
  "scheduled",
6965
6966
  "sent",
6967
+ "received",
6966
6968
  "suppressed",
6967
6969
  "archived",
6968
6970
  "failed",
6969
6971
  "pending"
6970
6972
  ],
6971
- "description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = delivered to SES, suppressed = SES bounce/complaint, archived = user soft-deleted, failed = internal error, pending = transitional."
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-deleted, failed = internal error, pending = transitional."
6972
6974
  },
6973
6975
  "direction": {
6974
6976
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.13",
3
+ "version": "0.1.33-dev.14",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",