@smartytalent/openai-tools 0.1.13 → 0.1.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 +1 -3
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -5536,9 +5536,7 @@
5536
5536
  "meta": {
5537
5537
  "title": "ResourceMetaSchema",
5538
5538
  "type": "object",
5539
- "additionalProperties": {
5540
- "type": "string"
5541
- }
5539
+ "additionalProperties": true
5542
5540
  }
5543
5541
  }
5544
5542
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",