@snokam/mcp-api 2.60.1 → 2.61.1
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/package.json +1 -1
- package/specs/production/accounting.json +376 -334
- package/specs/production/blog.json +740 -711
- package/specs/production/broker.json +1 -2
- package/specs/production/chatgpt.json +184 -297
- package/specs/production/employees.json +1024 -940
- package/specs/production/events.json +424 -345
- package/specs/production/recruitment.json +253 -156
- package/specs/production/sales.json +229 -427
- package/specs/production/sanity.json +14253 -34276
- package/specs/test/accounting.json +376 -334
- package/specs/test/blog.json +740 -711
- package/specs/test/broker.json +1 -2
- package/specs/test/chatgpt.json +184 -297
- package/specs/test/employees.json +1024 -940
- package/specs/test/events.json +424 -345
- package/specs/test/recruitment.json +253 -156
- package/specs/test/sales.json +229 -427
- package/specs/test/sanity.json +14253 -34276
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
"content": {
|
|
543
543
|
"application/json": {
|
|
544
544
|
"schema": {
|
|
545
|
-
"$ref": "#/components/schemas/
|
|
545
|
+
"$ref": "#/components/schemas/sanityAzureBlobStorageCredentials"
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
548
|
},
|
|
@@ -980,42 +980,20 @@
|
|
|
980
980
|
"authorization": {
|
|
981
981
|
"type": "object",
|
|
982
982
|
"properties": {
|
|
983
|
-
"
|
|
984
|
-
"type": "object"
|
|
985
|
-
"nullable": true
|
|
986
|
-
},
|
|
987
|
-
"team_id": {
|
|
988
|
-
"type": "string",
|
|
989
|
-
"nullable": true
|
|
990
|
-
},
|
|
991
|
-
"user_id": {
|
|
992
|
-
"type": "string",
|
|
993
|
-
"nullable": true
|
|
983
|
+
"enterpriseId": {
|
|
984
|
+
"type": "object"
|
|
994
985
|
},
|
|
995
|
-
"
|
|
996
|
-
"type": "boolean",
|
|
997
|
-
"nullable": true
|
|
998
|
-
},
|
|
999
|
-
"is_enterprise_install": {
|
|
1000
|
-
"type": "boolean",
|
|
1001
|
-
"nullable": true
|
|
1002
|
-
}
|
|
1003
|
-
}
|
|
1004
|
-
},
|
|
1005
|
-
"azureBlobStorageCredentials": {
|
|
1006
|
-
"type": "object",
|
|
1007
|
-
"properties": {
|
|
1008
|
-
"blobUrl": {
|
|
986
|
+
"teamId": {
|
|
1009
987
|
"type": "string"
|
|
1010
988
|
},
|
|
1011
|
-
"
|
|
989
|
+
"userId": {
|
|
1012
990
|
"type": "string"
|
|
1013
991
|
},
|
|
1014
|
-
"
|
|
1015
|
-
"type": "
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
992
|
+
"isBot": {
|
|
993
|
+
"type": "boolean"
|
|
994
|
+
},
|
|
995
|
+
"isEnterpriseInstall": {
|
|
996
|
+
"type": "boolean"
|
|
1019
997
|
}
|
|
1020
998
|
}
|
|
1021
999
|
},
|
|
@@ -1023,16 +1001,13 @@
|
|
|
1023
1001
|
"type": "object",
|
|
1024
1002
|
"properties": {
|
|
1025
1003
|
"value": {
|
|
1026
|
-
"type": "string"
|
|
1027
|
-
"nullable": true
|
|
1004
|
+
"type": "string"
|
|
1028
1005
|
},
|
|
1029
|
-
"
|
|
1006
|
+
"expiresAt": {
|
|
1030
1007
|
"type": "integer",
|
|
1031
|
-
"format": "int64"
|
|
1032
|
-
"nullable": true
|
|
1008
|
+
"format": "int64"
|
|
1033
1009
|
}
|
|
1034
|
-
}
|
|
1035
|
-
"nullable": true
|
|
1010
|
+
}
|
|
1036
1011
|
},
|
|
1037
1012
|
"emailContentResponse": {
|
|
1038
1013
|
"type": "object",
|
|
@@ -1081,228 +1056,178 @@
|
|
|
1081
1056
|
"type": "object",
|
|
1082
1057
|
"properties": {
|
|
1083
1058
|
"type": {
|
|
1084
|
-
"type": "string"
|
|
1085
|
-
"nullable": true
|
|
1059
|
+
"type": "string"
|
|
1086
1060
|
},
|
|
1087
1061
|
"text": {
|
|
1088
|
-
"type": "string"
|
|
1089
|
-
"nullable": true
|
|
1062
|
+
"type": "string"
|
|
1090
1063
|
},
|
|
1091
1064
|
"files": {
|
|
1092
1065
|
"type": "array",
|
|
1093
1066
|
"items": {
|
|
1094
1067
|
"$ref": "#/components/schemas/file"
|
|
1095
|
-
}
|
|
1096
|
-
"nullable": true
|
|
1068
|
+
}
|
|
1097
1069
|
},
|
|
1098
1070
|
"upload": {
|
|
1099
|
-
"type": "boolean"
|
|
1100
|
-
"nullable": true
|
|
1071
|
+
"type": "boolean"
|
|
1101
1072
|
},
|
|
1102
1073
|
"user": {
|
|
1103
|
-
"type": "string"
|
|
1104
|
-
"nullable": true
|
|
1074
|
+
"type": "string"
|
|
1105
1075
|
},
|
|
1106
|
-
"
|
|
1107
|
-
"type": "boolean"
|
|
1108
|
-
"nullable": true
|
|
1076
|
+
"displayAsBot": {
|
|
1077
|
+
"type": "boolean"
|
|
1109
1078
|
},
|
|
1110
|
-
"
|
|
1111
|
-
"type": "string"
|
|
1112
|
-
"nullable": true
|
|
1079
|
+
"botId": {
|
|
1080
|
+
"type": "string"
|
|
1113
1081
|
},
|
|
1114
1082
|
"ts": {
|
|
1115
|
-
"type": "string"
|
|
1116
|
-
"nullable": true
|
|
1083
|
+
"type": "string"
|
|
1117
1084
|
},
|
|
1118
1085
|
"channel": {
|
|
1119
|
-
"type": "string"
|
|
1120
|
-
"nullable": true
|
|
1086
|
+
"type": "string"
|
|
1121
1087
|
},
|
|
1122
1088
|
"subtype": {
|
|
1123
|
-
"type": "string"
|
|
1124
|
-
"nullable": true
|
|
1089
|
+
"type": "string"
|
|
1125
1090
|
},
|
|
1126
|
-
"
|
|
1127
|
-
"type": "string"
|
|
1128
|
-
"nullable": true
|
|
1091
|
+
"eventTs": {
|
|
1092
|
+
"type": "string"
|
|
1129
1093
|
},
|
|
1130
|
-
"
|
|
1131
|
-
"type": "string"
|
|
1132
|
-
"nullable": true
|
|
1094
|
+
"channelType": {
|
|
1095
|
+
"type": "string"
|
|
1133
1096
|
}
|
|
1134
|
-
}
|
|
1135
|
-
"nullable": true
|
|
1097
|
+
}
|
|
1136
1098
|
},
|
|
1137
1099
|
"file": {
|
|
1138
1100
|
"type": "object",
|
|
1139
1101
|
"properties": {
|
|
1140
1102
|
"id": {
|
|
1141
|
-
"type": "string"
|
|
1142
|
-
"nullable": true
|
|
1103
|
+
"type": "string"
|
|
1143
1104
|
},
|
|
1144
1105
|
"created": {
|
|
1145
1106
|
"type": "integer",
|
|
1146
|
-
"format": "int32"
|
|
1147
|
-
"nullable": true
|
|
1107
|
+
"format": "int32"
|
|
1148
1108
|
},
|
|
1149
1109
|
"timestamp": {
|
|
1150
1110
|
"type": "integer",
|
|
1151
|
-
"format": "int32"
|
|
1152
|
-
"nullable": true
|
|
1111
|
+
"format": "int32"
|
|
1153
1112
|
},
|
|
1154
1113
|
"name": {
|
|
1155
|
-
"type": "string"
|
|
1156
|
-
"nullable": true
|
|
1114
|
+
"type": "string"
|
|
1157
1115
|
},
|
|
1158
1116
|
"title": {
|
|
1159
|
-
"type": "string"
|
|
1160
|
-
"nullable": true
|
|
1117
|
+
"type": "string"
|
|
1161
1118
|
},
|
|
1162
1119
|
"mimetype": {
|
|
1163
|
-
"type": "string"
|
|
1164
|
-
"nullable": true
|
|
1120
|
+
"type": "string"
|
|
1165
1121
|
},
|
|
1166
1122
|
"filetype": {
|
|
1167
|
-
"type": "string"
|
|
1168
|
-
"nullable": true
|
|
1123
|
+
"type": "string"
|
|
1169
1124
|
},
|
|
1170
|
-
"
|
|
1171
|
-
"type": "string"
|
|
1172
|
-
"nullable": true
|
|
1125
|
+
"prettyType": {
|
|
1126
|
+
"type": "string"
|
|
1173
1127
|
},
|
|
1174
1128
|
"user": {
|
|
1175
|
-
"type": "string"
|
|
1176
|
-
"nullable": true
|
|
1129
|
+
"type": "string"
|
|
1177
1130
|
},
|
|
1178
|
-
"
|
|
1179
|
-
"type": "string"
|
|
1180
|
-
"nullable": true
|
|
1131
|
+
"userTeam": {
|
|
1132
|
+
"type": "string"
|
|
1181
1133
|
},
|
|
1182
1134
|
"editable": {
|
|
1183
|
-
"type": "boolean"
|
|
1184
|
-
"nullable": true
|
|
1135
|
+
"type": "boolean"
|
|
1185
1136
|
},
|
|
1186
1137
|
"size": {
|
|
1187
1138
|
"type": "integer",
|
|
1188
|
-
"format": "int32"
|
|
1189
|
-
"nullable": true
|
|
1139
|
+
"format": "int32"
|
|
1190
1140
|
},
|
|
1191
1141
|
"mode": {
|
|
1192
|
-
"type": "string"
|
|
1193
|
-
"nullable": true
|
|
1142
|
+
"type": "string"
|
|
1194
1143
|
},
|
|
1195
|
-
"
|
|
1196
|
-
"type": "boolean"
|
|
1197
|
-
"nullable": true
|
|
1144
|
+
"isExternal": {
|
|
1145
|
+
"type": "boolean"
|
|
1198
1146
|
},
|
|
1199
|
-
"
|
|
1200
|
-
"type": "string"
|
|
1201
|
-
"nullable": true
|
|
1147
|
+
"externalType": {
|
|
1148
|
+
"type": "string"
|
|
1202
1149
|
},
|
|
1203
|
-
"
|
|
1204
|
-
"type": "boolean"
|
|
1205
|
-
"nullable": true
|
|
1150
|
+
"isPublic": {
|
|
1151
|
+
"type": "boolean"
|
|
1206
1152
|
},
|
|
1207
|
-
"
|
|
1208
|
-
"type": "boolean"
|
|
1209
|
-
"nullable": true
|
|
1153
|
+
"publicUrlShared": {
|
|
1154
|
+
"type": "boolean"
|
|
1210
1155
|
},
|
|
1211
|
-
"
|
|
1212
|
-
"type": "boolean"
|
|
1213
|
-
"nullable": true
|
|
1156
|
+
"displayAsBot": {
|
|
1157
|
+
"type": "boolean"
|
|
1214
1158
|
},
|
|
1215
1159
|
"username": {
|
|
1216
|
-
"type": "string"
|
|
1217
|
-
"nullable": true
|
|
1160
|
+
"type": "string"
|
|
1218
1161
|
},
|
|
1219
|
-
"
|
|
1220
|
-
"type": "string"
|
|
1221
|
-
"nullable": true
|
|
1162
|
+
"urlPrivate": {
|
|
1163
|
+
"type": "string"
|
|
1222
1164
|
},
|
|
1223
|
-
"
|
|
1224
|
-
"type": "string"
|
|
1225
|
-
"nullable": true
|
|
1165
|
+
"urlPrivateDownload": {
|
|
1166
|
+
"type": "string"
|
|
1226
1167
|
},
|
|
1227
1168
|
"permalink": {
|
|
1228
|
-
"type": "string"
|
|
1229
|
-
"nullable": true
|
|
1169
|
+
"type": "string"
|
|
1230
1170
|
},
|
|
1231
|
-
"
|
|
1232
|
-
"type": "string"
|
|
1233
|
-
"nullable": true
|
|
1171
|
+
"permalinkPublic": {
|
|
1172
|
+
"type": "string"
|
|
1234
1173
|
},
|
|
1235
1174
|
"subject": {
|
|
1236
|
-
"type": "string"
|
|
1237
|
-
"nullable": true
|
|
1175
|
+
"type": "string"
|
|
1238
1176
|
},
|
|
1239
1177
|
"to": {
|
|
1240
1178
|
"type": "array",
|
|
1241
1179
|
"items": {
|
|
1242
1180
|
"$ref": "#/components/schemas/to"
|
|
1243
|
-
}
|
|
1244
|
-
"nullable": true
|
|
1181
|
+
}
|
|
1245
1182
|
},
|
|
1246
1183
|
"from": {
|
|
1247
1184
|
"type": "array",
|
|
1248
1185
|
"items": {
|
|
1249
1186
|
"$ref": "#/components/schemas/from"
|
|
1250
|
-
}
|
|
1251
|
-
"nullable": true
|
|
1187
|
+
}
|
|
1252
1188
|
},
|
|
1253
1189
|
"cc": {
|
|
1254
1190
|
"type": "array",
|
|
1255
1191
|
"items": {
|
|
1256
1192
|
"type": "object"
|
|
1257
|
-
}
|
|
1258
|
-
"nullable": true
|
|
1193
|
+
}
|
|
1259
1194
|
},
|
|
1260
1195
|
"attachments": {
|
|
1261
1196
|
"type": "array",
|
|
1262
1197
|
"items": {
|
|
1263
1198
|
"type": "object"
|
|
1264
|
-
}
|
|
1265
|
-
"nullable": true
|
|
1199
|
+
}
|
|
1266
1200
|
},
|
|
1267
|
-
"
|
|
1201
|
+
"originalAttachmentCount": {
|
|
1268
1202
|
"type": "integer",
|
|
1269
|
-
"format": "int32"
|
|
1270
|
-
"nullable": true
|
|
1203
|
+
"format": "int32"
|
|
1271
1204
|
},
|
|
1272
|
-
"
|
|
1273
|
-
"type": "string"
|
|
1274
|
-
"nullable": true
|
|
1205
|
+
"plainText": {
|
|
1206
|
+
"type": "string"
|
|
1275
1207
|
},
|
|
1276
1208
|
"preview": {
|
|
1277
|
-
"type": "string"
|
|
1278
|
-
"nullable": true
|
|
1209
|
+
"type": "string"
|
|
1279
1210
|
},
|
|
1280
|
-
"
|
|
1281
|
-
"type": "string"
|
|
1282
|
-
"nullable": true
|
|
1211
|
+
"previewPlainText": {
|
|
1212
|
+
"type": "string"
|
|
1283
1213
|
},
|
|
1284
1214
|
"headers": {
|
|
1285
1215
|
"$ref": "#/components/schemas/headers"
|
|
1286
1216
|
},
|
|
1287
|
-
"
|
|
1288
|
-
"type": "boolean"
|
|
1289
|
-
"nullable": true
|
|
1217
|
+
"hasMore": {
|
|
1218
|
+
"type": "boolean"
|
|
1290
1219
|
},
|
|
1291
|
-
"
|
|
1292
|
-
"type": "boolean"
|
|
1293
|
-
"nullable": true
|
|
1220
|
+
"sentToSelf": {
|
|
1221
|
+
"type": "boolean"
|
|
1294
1222
|
},
|
|
1295
|
-
"
|
|
1296
|
-
"type": "string"
|
|
1297
|
-
"nullable": true
|
|
1223
|
+
"botId": {
|
|
1224
|
+
"type": "string"
|
|
1298
1225
|
},
|
|
1299
|
-
"
|
|
1300
|
-
"type": "boolean"
|
|
1301
|
-
"nullable": true
|
|
1226
|
+
"hasRichPreview": {
|
|
1227
|
+
"type": "boolean"
|
|
1302
1228
|
},
|
|
1303
|
-
"
|
|
1304
|
-
"type": "string"
|
|
1305
|
-
"nullable": true
|
|
1229
|
+
"fileAccess": {
|
|
1230
|
+
"type": "string"
|
|
1306
1231
|
}
|
|
1307
1232
|
}
|
|
1308
1233
|
},
|
|
@@ -1330,16 +1255,13 @@
|
|
|
1330
1255
|
"type": "object",
|
|
1331
1256
|
"properties": {
|
|
1332
1257
|
"address": {
|
|
1333
|
-
"type": "string"
|
|
1334
|
-
"nullable": true
|
|
1258
|
+
"type": "string"
|
|
1335
1259
|
},
|
|
1336
1260
|
"name": {
|
|
1337
|
-
"type": "string"
|
|
1338
|
-
"nullable": true
|
|
1261
|
+
"type": "string"
|
|
1339
1262
|
},
|
|
1340
1263
|
"original": {
|
|
1341
|
-
"type": "string"
|
|
1342
|
-
"nullable": true
|
|
1264
|
+
"type": "string"
|
|
1343
1265
|
}
|
|
1344
1266
|
}
|
|
1345
1267
|
},
|
|
@@ -1347,23 +1269,18 @@
|
|
|
1347
1269
|
"type": "object",
|
|
1348
1270
|
"properties": {
|
|
1349
1271
|
"date": {
|
|
1350
|
-
"type": "string"
|
|
1351
|
-
"nullable": true
|
|
1272
|
+
"type": "string"
|
|
1352
1273
|
},
|
|
1353
|
-
"
|
|
1354
|
-
"type": "string"
|
|
1355
|
-
"nullable": true
|
|
1274
|
+
"inReplyTo": {
|
|
1275
|
+
"type": "string"
|
|
1356
1276
|
},
|
|
1357
|
-
"
|
|
1358
|
-
"type": "object"
|
|
1359
|
-
"nullable": true
|
|
1277
|
+
"replyTo": {
|
|
1278
|
+
"type": "object"
|
|
1360
1279
|
},
|
|
1361
|
-
"
|
|
1362
|
-
"type": "string"
|
|
1363
|
-
"nullable": true
|
|
1280
|
+
"messageId": {
|
|
1281
|
+
"type": "string"
|
|
1364
1282
|
}
|
|
1365
|
-
}
|
|
1366
|
-
"nullable": true
|
|
1283
|
+
}
|
|
1367
1284
|
},
|
|
1368
1285
|
"inputChatMessage": {
|
|
1369
1286
|
"type": "object",
|
|
@@ -1406,36 +1323,30 @@
|
|
|
1406
1323
|
"type": "object",
|
|
1407
1324
|
"properties": {
|
|
1408
1325
|
"type": {
|
|
1409
|
-
"type": "string"
|
|
1410
|
-
"nullable": true
|
|
1326
|
+
"type": "string"
|
|
1411
1327
|
},
|
|
1412
1328
|
"properties": {
|
|
1413
1329
|
"type": "object",
|
|
1414
1330
|
"additionalProperties": {
|
|
1415
1331
|
"$ref": "#/components/schemas/property"
|
|
1416
|
-
}
|
|
1417
|
-
"nullable": true
|
|
1332
|
+
}
|
|
1418
1333
|
},
|
|
1419
1334
|
"required": {
|
|
1420
1335
|
"type": "array",
|
|
1421
1336
|
"items": {
|
|
1422
1337
|
"type": "string"
|
|
1423
|
-
}
|
|
1424
|
-
"nullable": true
|
|
1338
|
+
}
|
|
1425
1339
|
}
|
|
1426
|
-
}
|
|
1427
|
-
"nullable": true
|
|
1340
|
+
}
|
|
1428
1341
|
},
|
|
1429
1342
|
"property": {
|
|
1430
1343
|
"type": "object",
|
|
1431
1344
|
"properties": {
|
|
1432
1345
|
"type": {
|
|
1433
|
-
"type": "string"
|
|
1434
|
-
"nullable": true
|
|
1346
|
+
"type": "string"
|
|
1435
1347
|
},
|
|
1436
1348
|
"description": {
|
|
1437
|
-
"type": "string"
|
|
1438
|
-
"nullable": true
|
|
1349
|
+
"type": "string"
|
|
1439
1350
|
}
|
|
1440
1351
|
}
|
|
1441
1352
|
},
|
|
@@ -1454,86 +1365,86 @@
|
|
|
1454
1365
|
"type": "object",
|
|
1455
1366
|
"properties": {
|
|
1456
1367
|
"id": {
|
|
1457
|
-
"type": "string"
|
|
1458
|
-
"nullable": true
|
|
1368
|
+
"type": "string"
|
|
1459
1369
|
},
|
|
1460
|
-
"
|
|
1461
|
-
"type": "string"
|
|
1462
|
-
"nullable": true
|
|
1370
|
+
"objectType": {
|
|
1371
|
+
"type": "string"
|
|
1463
1372
|
},
|
|
1464
|
-
"
|
|
1373
|
+
"expiresAt": {
|
|
1465
1374
|
"type": "integer",
|
|
1466
|
-
"format": "int64"
|
|
1467
|
-
"nullable": true
|
|
1375
|
+
"format": "int64"
|
|
1468
1376
|
},
|
|
1469
|
-
"
|
|
1470
|
-
"type": "object"
|
|
1471
|
-
"nullable": true
|
|
1377
|
+
"inputAudioNoiseReduction": {
|
|
1378
|
+
"type": "object"
|
|
1472
1379
|
},
|
|
1473
|
-
"
|
|
1380
|
+
"turnDetection": {
|
|
1474
1381
|
"$ref": "#/components/schemas/turnDetection"
|
|
1475
1382
|
},
|
|
1476
|
-
"
|
|
1477
|
-
"type": "string"
|
|
1478
|
-
"nullable": true
|
|
1383
|
+
"inputAudioFormat": {
|
|
1384
|
+
"type": "string"
|
|
1479
1385
|
},
|
|
1480
|
-
"
|
|
1481
|
-
"type": "object"
|
|
1482
|
-
"nullable": true
|
|
1386
|
+
"inputAudioTranscription": {
|
|
1387
|
+
"type": "object"
|
|
1483
1388
|
},
|
|
1484
|
-
"
|
|
1389
|
+
"clientSecret": {
|
|
1485
1390
|
"$ref": "#/components/schemas/clientSecret"
|
|
1486
1391
|
},
|
|
1487
|
-
"
|
|
1488
|
-
"type": "string"
|
|
1489
|
-
"nullable": true
|
|
1392
|
+
"realtimeUrl": {
|
|
1393
|
+
"type": "string"
|
|
1490
1394
|
},
|
|
1491
1395
|
"include": {
|
|
1492
|
-
"type": "object"
|
|
1493
|
-
"nullable": true
|
|
1396
|
+
"type": "object"
|
|
1494
1397
|
},
|
|
1495
1398
|
"model": {
|
|
1496
|
-
"type": "string"
|
|
1497
|
-
"nullable": true
|
|
1399
|
+
"type": "string"
|
|
1498
1400
|
},
|
|
1499
1401
|
"modalities": {
|
|
1500
1402
|
"type": "array",
|
|
1501
1403
|
"items": {
|
|
1502
1404
|
"type": "string"
|
|
1503
|
-
}
|
|
1504
|
-
"nullable": true
|
|
1405
|
+
}
|
|
1505
1406
|
},
|
|
1506
1407
|
"instructions": {
|
|
1507
|
-
"type": "string"
|
|
1508
|
-
"nullable": true
|
|
1408
|
+
"type": "string"
|
|
1509
1409
|
},
|
|
1510
1410
|
"voice": {
|
|
1511
|
-
"type": "string"
|
|
1512
|
-
"nullable": true
|
|
1411
|
+
"type": "string"
|
|
1513
1412
|
},
|
|
1514
|
-
"
|
|
1515
|
-
"type": "string"
|
|
1516
|
-
"nullable": true
|
|
1413
|
+
"outputAudioFormat": {
|
|
1414
|
+
"type": "string"
|
|
1517
1415
|
},
|
|
1518
|
-
"
|
|
1519
|
-
"type": "string"
|
|
1520
|
-
"nullable": true
|
|
1416
|
+
"toolChoice": {
|
|
1417
|
+
"type": "string"
|
|
1521
1418
|
},
|
|
1522
1419
|
"temperature": {
|
|
1523
1420
|
"type": "number",
|
|
1524
|
-
"format": "double"
|
|
1525
|
-
"nullable": true
|
|
1421
|
+
"format": "double"
|
|
1526
1422
|
},
|
|
1527
|
-
"
|
|
1528
|
-
"type": "string"
|
|
1529
|
-
"nullable": true
|
|
1423
|
+
"maxResponseOutputTokens": {
|
|
1424
|
+
"type": "string"
|
|
1530
1425
|
},
|
|
1531
1426
|
"tools": {
|
|
1532
1427
|
"type": "array",
|
|
1533
1428
|
"items": {
|
|
1534
1429
|
"$ref": "#/components/schemas/tool"
|
|
1535
|
-
}
|
|
1536
|
-
|
|
1430
|
+
}
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1434
|
+
"sanityAzureBlobStorageCredentials": {
|
|
1435
|
+
"type": "object",
|
|
1436
|
+
"properties": {
|
|
1437
|
+
"blobUrl": {
|
|
1438
|
+
"type": "string"
|
|
1439
|
+
},
|
|
1440
|
+
"sasToken": {
|
|
1441
|
+
"type": "string"
|
|
1442
|
+
},
|
|
1443
|
+
"additionalProperties": {
|
|
1444
|
+
"type": "object",
|
|
1445
|
+
"additionalProperties": {
|
|
1446
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
1447
|
+
}
|
|
1537
1448
|
}
|
|
1538
1449
|
}
|
|
1539
1450
|
},
|
|
@@ -1549,55 +1460,44 @@
|
|
|
1549
1460
|
"type": "object",
|
|
1550
1461
|
"properties": {
|
|
1551
1462
|
"token": {
|
|
1552
|
-
"type": "string"
|
|
1553
|
-
"nullable": true
|
|
1463
|
+
"type": "string"
|
|
1554
1464
|
},
|
|
1555
|
-
"
|
|
1556
|
-
"type": "string"
|
|
1557
|
-
"nullable": true
|
|
1465
|
+
"teamId": {
|
|
1466
|
+
"type": "string"
|
|
1558
1467
|
},
|
|
1559
|
-
"
|
|
1560
|
-
"type": "string"
|
|
1561
|
-
"nullable": true
|
|
1468
|
+
"contextTeamId": {
|
|
1469
|
+
"type": "string"
|
|
1562
1470
|
},
|
|
1563
|
-
"
|
|
1564
|
-
"type": "object"
|
|
1565
|
-
"nullable": true
|
|
1471
|
+
"contextEnterpriseId": {
|
|
1472
|
+
"type": "object"
|
|
1566
1473
|
},
|
|
1567
|
-
"
|
|
1568
|
-
"type": "string"
|
|
1569
|
-
"nullable": true
|
|
1474
|
+
"apiAppId": {
|
|
1475
|
+
"type": "string"
|
|
1570
1476
|
},
|
|
1571
1477
|
"event": {
|
|
1572
1478
|
"$ref": "#/components/schemas/event"
|
|
1573
1479
|
},
|
|
1574
1480
|
"type": {
|
|
1575
|
-
"type": "string"
|
|
1576
|
-
"nullable": true
|
|
1481
|
+
"type": "string"
|
|
1577
1482
|
},
|
|
1578
|
-
"
|
|
1579
|
-
"type": "string"
|
|
1580
|
-
"nullable": true
|
|
1483
|
+
"eventId": {
|
|
1484
|
+
"type": "string"
|
|
1581
1485
|
},
|
|
1582
|
-
"
|
|
1486
|
+
"eventTime": {
|
|
1583
1487
|
"type": "integer",
|
|
1584
|
-
"format": "int32"
|
|
1585
|
-
"nullable": true
|
|
1488
|
+
"format": "int32"
|
|
1586
1489
|
},
|
|
1587
1490
|
"authorizations": {
|
|
1588
1491
|
"type": "array",
|
|
1589
1492
|
"items": {
|
|
1590
1493
|
"$ref": "#/components/schemas/authorization"
|
|
1591
|
-
}
|
|
1592
|
-
"nullable": true
|
|
1494
|
+
}
|
|
1593
1495
|
},
|
|
1594
|
-
"
|
|
1595
|
-
"type": "boolean"
|
|
1596
|
-
"nullable": true
|
|
1496
|
+
"isExtSharedChannel": {
|
|
1497
|
+
"type": "boolean"
|
|
1597
1498
|
},
|
|
1598
|
-
"
|
|
1599
|
-
"type": "string"
|
|
1600
|
-
"nullable": true
|
|
1499
|
+
"eventContext": {
|
|
1500
|
+
"type": "string"
|
|
1601
1501
|
}
|
|
1602
1502
|
}
|
|
1603
1503
|
},
|
|
@@ -1605,16 +1505,13 @@
|
|
|
1605
1505
|
"type": "object",
|
|
1606
1506
|
"properties": {
|
|
1607
1507
|
"address": {
|
|
1608
|
-
"type": "string"
|
|
1609
|
-
"nullable": true
|
|
1508
|
+
"type": "string"
|
|
1610
1509
|
},
|
|
1611
1510
|
"name": {
|
|
1612
|
-
"type": "string"
|
|
1613
|
-
"nullable": true
|
|
1511
|
+
"type": "string"
|
|
1614
1512
|
},
|
|
1615
1513
|
"original": {
|
|
1616
|
-
"type": "string"
|
|
1617
|
-
"nullable": true
|
|
1514
|
+
"type": "string"
|
|
1618
1515
|
}
|
|
1619
1516
|
}
|
|
1620
1517
|
},
|
|
@@ -1622,19 +1519,16 @@
|
|
|
1622
1519
|
"type": "object",
|
|
1623
1520
|
"properties": {
|
|
1624
1521
|
"name": {
|
|
1625
|
-
"type": "string"
|
|
1626
|
-
"nullable": true
|
|
1522
|
+
"type": "string"
|
|
1627
1523
|
},
|
|
1628
1524
|
"description": {
|
|
1629
|
-
"type": "string"
|
|
1630
|
-
"nullable": true
|
|
1525
|
+
"type": "string"
|
|
1631
1526
|
},
|
|
1632
1527
|
"parameters": {
|
|
1633
1528
|
"$ref": "#/components/schemas/parameters"
|
|
1634
1529
|
},
|
|
1635
1530
|
"type": {
|
|
1636
|
-
"type": "string"
|
|
1637
|
-
"nullable": true
|
|
1531
|
+
"type": "string"
|
|
1638
1532
|
}
|
|
1639
1533
|
}
|
|
1640
1534
|
},
|
|
@@ -1642,34 +1536,27 @@
|
|
|
1642
1536
|
"type": "object",
|
|
1643
1537
|
"properties": {
|
|
1644
1538
|
"type": {
|
|
1645
|
-
"type": "string"
|
|
1646
|
-
"nullable": true
|
|
1539
|
+
"type": "string"
|
|
1647
1540
|
},
|
|
1648
1541
|
"threshold": {
|
|
1649
1542
|
"type": "number",
|
|
1650
|
-
"format": "double"
|
|
1651
|
-
"nullable": true
|
|
1543
|
+
"format": "double"
|
|
1652
1544
|
},
|
|
1653
|
-
"
|
|
1545
|
+
"prefixPaddingMs": {
|
|
1654
1546
|
"type": "integer",
|
|
1655
|
-
"format": "int32"
|
|
1656
|
-
"nullable": true
|
|
1547
|
+
"format": "int32"
|
|
1657
1548
|
},
|
|
1658
|
-
"
|
|
1549
|
+
"silenceDurationMs": {
|
|
1659
1550
|
"type": "integer",
|
|
1660
|
-
"format": "int32"
|
|
1661
|
-
"nullable": true
|
|
1551
|
+
"format": "int32"
|
|
1662
1552
|
},
|
|
1663
|
-
"
|
|
1664
|
-
"type": "boolean"
|
|
1665
|
-
"nullable": true
|
|
1553
|
+
"createResponse": {
|
|
1554
|
+
"type": "boolean"
|
|
1666
1555
|
},
|
|
1667
|
-
"
|
|
1668
|
-
"type": "boolean"
|
|
1669
|
-
"nullable": true
|
|
1556
|
+
"interruptResponse": {
|
|
1557
|
+
"type": "boolean"
|
|
1670
1558
|
}
|
|
1671
|
-
}
|
|
1672
|
-
"nullable": true
|
|
1559
|
+
}
|
|
1673
1560
|
}
|
|
1674
1561
|
},
|
|
1675
1562
|
"securitySchemes": {
|