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

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 +0 -8
  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",
@@ -8638,10 +8634,6 @@
8638
8634
  "attributes": {
8639
8635
  "title": "ScheduleAttributesSchema",
8640
8636
  "type": "object",
8641
- "required": [
8642
- "fireAt",
8643
- "target"
8644
- ],
8645
8637
  "properties": {
8646
8638
  "name": {
8647
8639
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.11",
3
+ "version": "0.1.33-dev.13",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",