@smartytalent/openai-tools 0.1.33-dev.80 → 0.1.33-dev.82

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 +29 -4
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -16185,6 +16185,28 @@
16185
16185
  }
16186
16186
  }
16187
16187
  }
16188
+ },
16189
+ "emails": {
16190
+ "title": "ConversationRelationshipsEmailsSchema",
16191
+ "type": "array",
16192
+ "items": {
16193
+ "title": "ConversationRelationshipsEmailsInnerSchema",
16194
+ "type": "object",
16195
+ "properties": {
16196
+ "data": {
16197
+ "title": "ConversationRelationshipsEmailsDataSchema",
16198
+ "type": "object",
16199
+ "properties": {
16200
+ "type": {
16201
+ "type": "string"
16202
+ },
16203
+ "id": {
16204
+ "type": "string"
16205
+ }
16206
+ }
16207
+ }
16208
+ }
16209
+ }
16188
16210
  }
16189
16211
  }
16190
16212
  }
@@ -20007,14 +20029,15 @@
20007
20029
  },
20008
20030
  "filterType": {
20009
20031
  "type": "string",
20010
- "description": "Returns finders with the specified type (talents, candidates, jobs, emails, users, reports).",
20032
+ "description": "Returns finders with the specified type (talents, candidates, jobs, emails, users, reports, briefs).",
20011
20033
  "enum": [
20012
20034
  "talents",
20013
20035
  "candidates",
20014
20036
  "jobs",
20015
20037
  "emails",
20016
20038
  "users",
20017
- "reports"
20039
+ "reports",
20040
+ "briefs"
20018
20041
  ]
20019
20042
  },
20020
20043
  "filterCreatedFrom": {
@@ -20099,7 +20122,8 @@
20099
20122
  "jobs",
20100
20123
  "emails",
20101
20124
  "users",
20102
- "reports"
20125
+ "reports",
20126
+ "briefs"
20103
20127
  ],
20104
20128
  "description": "The type of search to perform"
20105
20129
  },
@@ -20364,7 +20388,8 @@
20364
20388
  "jobs",
20365
20389
  "emails",
20366
20390
  "users",
20367
- "reports"
20391
+ "reports",
20392
+ "briefs"
20368
20393
  ],
20369
20394
  "description": "The type of search to perform"
20370
20395
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.80",
3
+ "version": "0.1.33-dev.82",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",