@smartytalent/openai-tools 0.9.15 → 0.9.16

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 +2 -2
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -7935,7 +7935,7 @@
7935
7935
  "failed",
7936
7936
  "pending"
7937
7937
  ],
7938
- "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."
7938
+ "description": "Lifecycle status. draft = composing, scheduled = workflow owns\nthe send, sent = outbound delivered to SES, received = inbound\naccepted by broker (replaces the legacy `sent` value used for\ninbound), suppressed = SES bounce/complaint, archived = user\nexplicitly archived (kept indefinitely, hidden from inbox view),\ntrashed = user moved to Trash bin (default soft DELETE;\nrecoverable, candidate for periodic permanent purge), failed =\ninternal error, pending = transitional.\n\n**Read a status by what the row ACHIEVED, never by what it is\nnot.** Four groups, and every consumer that branches on status\nshould cover all four - a rule written as \"not draft and not\nscheduled\" silently admits the other five, which is how a\ntrashed row passed as delivered in three separate layers on\n2026-09-01 (a summary sentence, a whose-turn-is-it counter, and\na reply-offer gate):\n * REACHED someone: `sent`, `received`. Only these two.\n * PREPARED, not out yet: `draft`, `scheduled`, `pending`.\n * ATTEMPTED and did not arrive: `failed`, `suppressed`. This\n group is a warning, not a neutral state.\n * TAKEN OUT of the working view: `trashed`, `archived`.\n Neither outstanding work nor proof anything was answered."
7939
7939
  },
7940
7940
  "direction": {
7941
7941
  "type": "string",
@@ -8435,7 +8435,7 @@
8435
8435
  "failed",
8436
8436
  "pending"
8437
8437
  ],
8438
- "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."
8438
+ "description": "Lifecycle status. draft = composing, scheduled = workflow owns\nthe send, sent = outbound delivered to SES, received = inbound\naccepted by broker (replaces the legacy `sent` value used for\ninbound), suppressed = SES bounce/complaint, archived = user\nexplicitly archived (kept indefinitely, hidden from inbox view),\ntrashed = user moved to Trash bin (default soft DELETE;\nrecoverable, candidate for periodic permanent purge), failed =\ninternal error, pending = transitional.\n\n**Read a status by what the row ACHIEVED, never by what it is\nnot.** Four groups, and every consumer that branches on status\nshould cover all four - a rule written as \"not draft and not\nscheduled\" silently admits the other five, which is how a\ntrashed row passed as delivered in three separate layers on\n2026-09-01 (a summary sentence, a whose-turn-is-it counter, and\na reply-offer gate):\n * REACHED someone: `sent`, `received`. Only these two.\n * PREPARED, not out yet: `draft`, `scheduled`, `pending`.\n * ATTEMPTED and did not arrive: `failed`, `suppressed`. This\n group is a warning, not a neutral state.\n * TAKEN OUT of the working view: `trashed`, `archived`.\n Neither outstanding work nor proof anything was answered."
8439
8439
  },
8440
8440
  "direction": {
8441
8441
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.9.15",
3
+ "version": "0.9.16",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",