@smartytalent/openai-tools 0.1.33-dev.82 → 0.1.33-dev.84
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.
- package/dist/tools.json +7 -6
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -9855,6 +9855,7 @@
|
|
|
9855
9855
|
"received",
|
|
9856
9856
|
"processing",
|
|
9857
9857
|
"processed",
|
|
9858
|
+
"accepted",
|
|
9858
9859
|
"failed"
|
|
9859
9860
|
]
|
|
9860
9861
|
},
|
|
@@ -10154,6 +10155,7 @@
|
|
|
10154
10155
|
"received",
|
|
10155
10156
|
"processing",
|
|
10156
10157
|
"processed",
|
|
10158
|
+
"accepted",
|
|
10157
10159
|
"failed"
|
|
10158
10160
|
]
|
|
10159
10161
|
},
|
|
@@ -16188,12 +16190,11 @@
|
|
|
16188
16190
|
},
|
|
16189
16191
|
"emails": {
|
|
16190
16192
|
"title": "ConversationRelationshipsEmailsSchema",
|
|
16191
|
-
"type": "
|
|
16192
|
-
"
|
|
16193
|
-
"
|
|
16194
|
-
|
|
16195
|
-
|
|
16196
|
-
"data": {
|
|
16193
|
+
"type": "object",
|
|
16194
|
+
"properties": {
|
|
16195
|
+
"data": {
|
|
16196
|
+
"type": "array",
|
|
16197
|
+
"items": {
|
|
16197
16198
|
"title": "ConversationRelationshipsEmailsDataSchema",
|
|
16198
16199
|
"type": "object",
|
|
16199
16200
|
"properties": {
|