@smartytalent/openai-tools 0.5.4 → 0.6.0

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 +13 -10
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -2472,19 +2472,22 @@
2472
2472
  "title": "ApikeyRelationshipsSchema",
2473
2473
  "type": "object",
2474
2474
  "properties": {
2475
- "user": {
2476
- "title": "ApikeyRelationshipsUserSchema",
2475
+ "users": {
2476
+ "title": "ApikeyRelationshipsUsersSchema",
2477
2477
  "type": "object",
2478
2478
  "properties": {
2479
2479
  "data": {
2480
- "title": "ApikeyRelationshipsUserDataSchema",
2481
- "type": "object",
2482
- "properties": {
2483
- "type": {
2484
- "type": "string"
2485
- },
2486
- "id": {
2487
- "type": "string"
2480
+ "type": "array",
2481
+ "items": {
2482
+ "title": "ApikeyRelationshipsUsersDataSchema",
2483
+ "type": "object",
2484
+ "properties": {
2485
+ "type": {
2486
+ "type": "string"
2487
+ },
2488
+ "id": {
2489
+ "type": "string"
2490
+ }
2488
2491
  }
2489
2492
  }
2490
2493
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.5.4",
3
+ "version": "0.6.0",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",