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

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 -12
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -8377,10 +8377,6 @@
8377
8377
  "attributes": {
8378
8378
  "title": "ScheduleAttributesSchema",
8379
8379
  "type": "object",
8380
- "required": [
8381
- "fireAt",
8382
- "target"
8383
- ],
8384
8380
  "properties": {
8385
8381
  "name": {
8386
8382
  "type": "string",
@@ -8392,8 +8388,10 @@
8392
8388
  "pending",
8393
8389
  "fired",
8394
8390
  "cancelled",
8395
- "failed"
8396
- ]
8391
+ "failed",
8392
+ "paused"
8393
+ ],
8394
+ "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
8395
  },
8398
8396
  "fireAt": {
8399
8397
  "type": "string",
@@ -8636,10 +8634,6 @@
8636
8634
  "attributes": {
8637
8635
  "title": "ScheduleAttributesSchema",
8638
8636
  "type": "object",
8639
- "required": [
8640
- "fireAt",
8641
- "target"
8642
- ],
8643
8637
  "properties": {
8644
8638
  "name": {
8645
8639
  "type": "string",
@@ -8651,8 +8645,10 @@
8651
8645
  "pending",
8652
8646
  "fired",
8653
8647
  "cancelled",
8654
- "failed"
8655
- ]
8648
+ "failed",
8649
+ "paused"
8650
+ ],
8651
+ "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
8652
  },
8657
8653
  "fireAt": {
8658
8654
  "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.12",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",