@smartytalent/openai-tools 0.1.33-dev.10 → 0.1.33-dev.11

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 +8 -4
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -8392,8 +8392,10 @@
8392
8392
  "pending",
8393
8393
  "fired",
8394
8394
  "cancelled",
8395
- "failed"
8396
- ]
8395
+ "failed",
8396
+ "paused"
8397
+ ],
8398
+ "description": "Lifecycle. `pending` is armed and will fire. `fired`/`failed` are terminal. `cancelled` is terminal (hard cancel via DELETE). `paused` is pause-for-edit: EventBridge entry is removed but the row stays re-activatable by PATCH back to `pending` with a new `fireAt`."
8397
8399
  },
8398
8400
  "fireAt": {
8399
8401
  "type": "string",
@@ -8651,8 +8653,10 @@
8651
8653
  "pending",
8652
8654
  "fired",
8653
8655
  "cancelled",
8654
- "failed"
8655
- ]
8656
+ "failed",
8657
+ "paused"
8658
+ ],
8659
+ "description": "Lifecycle. `pending` is armed and will fire. `fired`/`failed` are terminal. `cancelled` is terminal (hard cancel via DELETE). `paused` is pause-for-edit: EventBridge entry is removed but the row stays re-activatable by PATCH back to `pending` with a new `fireAt`."
8656
8660
  },
8657
8661
  "fireAt": {
8658
8662
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.10",
3
+ "version": "0.1.33-dev.11",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",