@smartytalent/openai-tools 0.1.33-dev.82 → 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 +5 -6
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -16188,12 +16188,11 @@
16188
16188
  },
16189
16189
  "emails": {
16190
16190
  "title": "ConversationRelationshipsEmailsSchema",
16191
- "type": "array",
16192
- "items": {
16193
- "title": "ConversationRelationshipsEmailsInnerSchema",
16194
- "type": "object",
16195
- "properties": {
16196
- "data": {
16191
+ "type": "object",
16192
+ "properties": {
16193
+ "data": {
16194
+ "type": "array",
16195
+ "items": {
16197
16196
  "title": "ConversationRelationshipsEmailsDataSchema",
16198
16197
  "type": "object",
16199
16198
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.82",
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",