@smartytalent/openai-tools 0.1.33-dev.81 → 0.1.33-dev.83

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 +21 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -16185,6 +16185,27 @@
16185
16185
  }
16186
16186
  }
16187
16187
  }
16188
+ },
16189
+ "emails": {
16190
+ "title": "ConversationRelationshipsEmailsSchema",
16191
+ "type": "object",
16192
+ "properties": {
16193
+ "data": {
16194
+ "type": "array",
16195
+ "items": {
16196
+ "title": "ConversationRelationshipsEmailsDataSchema",
16197
+ "type": "object",
16198
+ "properties": {
16199
+ "type": {
16200
+ "type": "string"
16201
+ },
16202
+ "id": {
16203
+ "type": "string"
16204
+ }
16205
+ }
16206
+ }
16207
+ }
16208
+ }
16188
16209
  }
16189
16210
  }
16190
16211
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.81",
3
+ "version": "0.1.33-dev.83",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",