@snokam/mcp-api 2.60.1 → 2.61.0
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/test/accounting.json +226 -284
- package/specs/test/blog.json +167 -151
- package/specs/test/broker.json +1 -2
- package/specs/test/chatgpt.json +167 -280
- package/specs/test/employees.json +686 -739
- package/specs/test/events.json +47 -35
- package/specs/test/recruitment.json +55 -55
- package/specs/test/sales.json +229 -427
- package/specs/test/sanity.json +14253 -34276
package/specs/test/chatgpt.json
CHANGED
|
@@ -980,25 +980,20 @@
|
|
|
980
980
|
"authorization": {
|
|
981
981
|
"type": "object",
|
|
982
982
|
"properties": {
|
|
983
|
-
"
|
|
984
|
-
"type": "object"
|
|
985
|
-
"nullable": true
|
|
983
|
+
"enterpriseId": {
|
|
984
|
+
"type": "object"
|
|
986
985
|
},
|
|
987
|
-
"
|
|
988
|
-
"type": "string"
|
|
989
|
-
"nullable": true
|
|
986
|
+
"teamId": {
|
|
987
|
+
"type": "string"
|
|
990
988
|
},
|
|
991
|
-
"
|
|
992
|
-
"type": "string"
|
|
993
|
-
"nullable": true
|
|
989
|
+
"userId": {
|
|
990
|
+
"type": "string"
|
|
994
991
|
},
|
|
995
|
-
"
|
|
996
|
-
"type": "boolean"
|
|
997
|
-
"nullable": true
|
|
992
|
+
"isBot": {
|
|
993
|
+
"type": "boolean"
|
|
998
994
|
},
|
|
999
|
-
"
|
|
1000
|
-
"type": "boolean"
|
|
1001
|
-
"nullable": true
|
|
995
|
+
"isEnterpriseInstall": {
|
|
996
|
+
"type": "boolean"
|
|
1002
997
|
}
|
|
1003
998
|
}
|
|
1004
999
|
},
|
|
@@ -1023,16 +1018,13 @@
|
|
|
1023
1018
|
"type": "object",
|
|
1024
1019
|
"properties": {
|
|
1025
1020
|
"value": {
|
|
1026
|
-
"type": "string"
|
|
1027
|
-
"nullable": true
|
|
1021
|
+
"type": "string"
|
|
1028
1022
|
},
|
|
1029
|
-
"
|
|
1023
|
+
"expiresAt": {
|
|
1030
1024
|
"type": "integer",
|
|
1031
|
-
"format": "int64"
|
|
1032
|
-
"nullable": true
|
|
1025
|
+
"format": "int64"
|
|
1033
1026
|
}
|
|
1034
|
-
}
|
|
1035
|
-
"nullable": true
|
|
1027
|
+
}
|
|
1036
1028
|
},
|
|
1037
1029
|
"emailContentResponse": {
|
|
1038
1030
|
"type": "object",
|
|
@@ -1081,228 +1073,178 @@
|
|
|
1081
1073
|
"type": "object",
|
|
1082
1074
|
"properties": {
|
|
1083
1075
|
"type": {
|
|
1084
|
-
"type": "string"
|
|
1085
|
-
"nullable": true
|
|
1076
|
+
"type": "string"
|
|
1086
1077
|
},
|
|
1087
1078
|
"text": {
|
|
1088
|
-
"type": "string"
|
|
1089
|
-
"nullable": true
|
|
1079
|
+
"type": "string"
|
|
1090
1080
|
},
|
|
1091
1081
|
"files": {
|
|
1092
1082
|
"type": "array",
|
|
1093
1083
|
"items": {
|
|
1094
1084
|
"$ref": "#/components/schemas/file"
|
|
1095
|
-
}
|
|
1096
|
-
"nullable": true
|
|
1085
|
+
}
|
|
1097
1086
|
},
|
|
1098
1087
|
"upload": {
|
|
1099
|
-
"type": "boolean"
|
|
1100
|
-
"nullable": true
|
|
1088
|
+
"type": "boolean"
|
|
1101
1089
|
},
|
|
1102
1090
|
"user": {
|
|
1103
|
-
"type": "string"
|
|
1104
|
-
"nullable": true
|
|
1091
|
+
"type": "string"
|
|
1105
1092
|
},
|
|
1106
|
-
"
|
|
1107
|
-
"type": "boolean"
|
|
1108
|
-
"nullable": true
|
|
1093
|
+
"displayAsBot": {
|
|
1094
|
+
"type": "boolean"
|
|
1109
1095
|
},
|
|
1110
|
-
"
|
|
1111
|
-
"type": "string"
|
|
1112
|
-
"nullable": true
|
|
1096
|
+
"botId": {
|
|
1097
|
+
"type": "string"
|
|
1113
1098
|
},
|
|
1114
1099
|
"ts": {
|
|
1115
|
-
"type": "string"
|
|
1116
|
-
"nullable": true
|
|
1100
|
+
"type": "string"
|
|
1117
1101
|
},
|
|
1118
1102
|
"channel": {
|
|
1119
|
-
"type": "string"
|
|
1120
|
-
"nullable": true
|
|
1103
|
+
"type": "string"
|
|
1121
1104
|
},
|
|
1122
1105
|
"subtype": {
|
|
1123
|
-
"type": "string"
|
|
1124
|
-
"nullable": true
|
|
1106
|
+
"type": "string"
|
|
1125
1107
|
},
|
|
1126
|
-
"
|
|
1127
|
-
"type": "string"
|
|
1128
|
-
"nullable": true
|
|
1108
|
+
"eventTs": {
|
|
1109
|
+
"type": "string"
|
|
1129
1110
|
},
|
|
1130
|
-
"
|
|
1131
|
-
"type": "string"
|
|
1132
|
-
"nullable": true
|
|
1111
|
+
"channelType": {
|
|
1112
|
+
"type": "string"
|
|
1133
1113
|
}
|
|
1134
|
-
}
|
|
1135
|
-
"nullable": true
|
|
1114
|
+
}
|
|
1136
1115
|
},
|
|
1137
1116
|
"file": {
|
|
1138
1117
|
"type": "object",
|
|
1139
1118
|
"properties": {
|
|
1140
1119
|
"id": {
|
|
1141
|
-
"type": "string"
|
|
1142
|
-
"nullable": true
|
|
1120
|
+
"type": "string"
|
|
1143
1121
|
},
|
|
1144
1122
|
"created": {
|
|
1145
1123
|
"type": "integer",
|
|
1146
|
-
"format": "int32"
|
|
1147
|
-
"nullable": true
|
|
1124
|
+
"format": "int32"
|
|
1148
1125
|
},
|
|
1149
1126
|
"timestamp": {
|
|
1150
1127
|
"type": "integer",
|
|
1151
|
-
"format": "int32"
|
|
1152
|
-
"nullable": true
|
|
1128
|
+
"format": "int32"
|
|
1153
1129
|
},
|
|
1154
1130
|
"name": {
|
|
1155
|
-
"type": "string"
|
|
1156
|
-
"nullable": true
|
|
1131
|
+
"type": "string"
|
|
1157
1132
|
},
|
|
1158
1133
|
"title": {
|
|
1159
|
-
"type": "string"
|
|
1160
|
-
"nullable": true
|
|
1134
|
+
"type": "string"
|
|
1161
1135
|
},
|
|
1162
1136
|
"mimetype": {
|
|
1163
|
-
"type": "string"
|
|
1164
|
-
"nullable": true
|
|
1137
|
+
"type": "string"
|
|
1165
1138
|
},
|
|
1166
1139
|
"filetype": {
|
|
1167
|
-
"type": "string"
|
|
1168
|
-
"nullable": true
|
|
1140
|
+
"type": "string"
|
|
1169
1141
|
},
|
|
1170
|
-
"
|
|
1171
|
-
"type": "string"
|
|
1172
|
-
"nullable": true
|
|
1142
|
+
"prettyType": {
|
|
1143
|
+
"type": "string"
|
|
1173
1144
|
},
|
|
1174
1145
|
"user": {
|
|
1175
|
-
"type": "string"
|
|
1176
|
-
"nullable": true
|
|
1146
|
+
"type": "string"
|
|
1177
1147
|
},
|
|
1178
|
-
"
|
|
1179
|
-
"type": "string"
|
|
1180
|
-
"nullable": true
|
|
1148
|
+
"userTeam": {
|
|
1149
|
+
"type": "string"
|
|
1181
1150
|
},
|
|
1182
1151
|
"editable": {
|
|
1183
|
-
"type": "boolean"
|
|
1184
|
-
"nullable": true
|
|
1152
|
+
"type": "boolean"
|
|
1185
1153
|
},
|
|
1186
1154
|
"size": {
|
|
1187
1155
|
"type": "integer",
|
|
1188
|
-
"format": "int32"
|
|
1189
|
-
"nullable": true
|
|
1156
|
+
"format": "int32"
|
|
1190
1157
|
},
|
|
1191
1158
|
"mode": {
|
|
1192
|
-
"type": "string"
|
|
1193
|
-
"nullable": true
|
|
1159
|
+
"type": "string"
|
|
1194
1160
|
},
|
|
1195
|
-
"
|
|
1196
|
-
"type": "boolean"
|
|
1197
|
-
"nullable": true
|
|
1161
|
+
"isExternal": {
|
|
1162
|
+
"type": "boolean"
|
|
1198
1163
|
},
|
|
1199
|
-
"
|
|
1200
|
-
"type": "string"
|
|
1201
|
-
"nullable": true
|
|
1164
|
+
"externalType": {
|
|
1165
|
+
"type": "string"
|
|
1202
1166
|
},
|
|
1203
|
-
"
|
|
1204
|
-
"type": "boolean"
|
|
1205
|
-
"nullable": true
|
|
1167
|
+
"isPublic": {
|
|
1168
|
+
"type": "boolean"
|
|
1206
1169
|
},
|
|
1207
|
-
"
|
|
1208
|
-
"type": "boolean"
|
|
1209
|
-
"nullable": true
|
|
1170
|
+
"publicUrlShared": {
|
|
1171
|
+
"type": "boolean"
|
|
1210
1172
|
},
|
|
1211
|
-
"
|
|
1212
|
-
"type": "boolean"
|
|
1213
|
-
"nullable": true
|
|
1173
|
+
"displayAsBot": {
|
|
1174
|
+
"type": "boolean"
|
|
1214
1175
|
},
|
|
1215
1176
|
"username": {
|
|
1216
|
-
"type": "string"
|
|
1217
|
-
"nullable": true
|
|
1177
|
+
"type": "string"
|
|
1218
1178
|
},
|
|
1219
|
-
"
|
|
1220
|
-
"type": "string"
|
|
1221
|
-
"nullable": true
|
|
1179
|
+
"urlPrivate": {
|
|
1180
|
+
"type": "string"
|
|
1222
1181
|
},
|
|
1223
|
-
"
|
|
1224
|
-
"type": "string"
|
|
1225
|
-
"nullable": true
|
|
1182
|
+
"urlPrivateDownload": {
|
|
1183
|
+
"type": "string"
|
|
1226
1184
|
},
|
|
1227
1185
|
"permalink": {
|
|
1228
|
-
"type": "string"
|
|
1229
|
-
"nullable": true
|
|
1186
|
+
"type": "string"
|
|
1230
1187
|
},
|
|
1231
|
-
"
|
|
1232
|
-
"type": "string"
|
|
1233
|
-
"nullable": true
|
|
1188
|
+
"permalinkPublic": {
|
|
1189
|
+
"type": "string"
|
|
1234
1190
|
},
|
|
1235
1191
|
"subject": {
|
|
1236
|
-
"type": "string"
|
|
1237
|
-
"nullable": true
|
|
1192
|
+
"type": "string"
|
|
1238
1193
|
},
|
|
1239
1194
|
"to": {
|
|
1240
1195
|
"type": "array",
|
|
1241
1196
|
"items": {
|
|
1242
1197
|
"$ref": "#/components/schemas/to"
|
|
1243
|
-
}
|
|
1244
|
-
"nullable": true
|
|
1198
|
+
}
|
|
1245
1199
|
},
|
|
1246
1200
|
"from": {
|
|
1247
1201
|
"type": "array",
|
|
1248
1202
|
"items": {
|
|
1249
1203
|
"$ref": "#/components/schemas/from"
|
|
1250
|
-
}
|
|
1251
|
-
"nullable": true
|
|
1204
|
+
}
|
|
1252
1205
|
},
|
|
1253
1206
|
"cc": {
|
|
1254
1207
|
"type": "array",
|
|
1255
1208
|
"items": {
|
|
1256
1209
|
"type": "object"
|
|
1257
|
-
}
|
|
1258
|
-
"nullable": true
|
|
1210
|
+
}
|
|
1259
1211
|
},
|
|
1260
1212
|
"attachments": {
|
|
1261
1213
|
"type": "array",
|
|
1262
1214
|
"items": {
|
|
1263
1215
|
"type": "object"
|
|
1264
|
-
}
|
|
1265
|
-
"nullable": true
|
|
1216
|
+
}
|
|
1266
1217
|
},
|
|
1267
|
-
"
|
|
1218
|
+
"originalAttachmentCount": {
|
|
1268
1219
|
"type": "integer",
|
|
1269
|
-
"format": "int32"
|
|
1270
|
-
"nullable": true
|
|
1220
|
+
"format": "int32"
|
|
1271
1221
|
},
|
|
1272
|
-
"
|
|
1273
|
-
"type": "string"
|
|
1274
|
-
"nullable": true
|
|
1222
|
+
"plainText": {
|
|
1223
|
+
"type": "string"
|
|
1275
1224
|
},
|
|
1276
1225
|
"preview": {
|
|
1277
|
-
"type": "string"
|
|
1278
|
-
"nullable": true
|
|
1226
|
+
"type": "string"
|
|
1279
1227
|
},
|
|
1280
|
-
"
|
|
1281
|
-
"type": "string"
|
|
1282
|
-
"nullable": true
|
|
1228
|
+
"previewPlainText": {
|
|
1229
|
+
"type": "string"
|
|
1283
1230
|
},
|
|
1284
1231
|
"headers": {
|
|
1285
1232
|
"$ref": "#/components/schemas/headers"
|
|
1286
1233
|
},
|
|
1287
|
-
"
|
|
1288
|
-
"type": "boolean"
|
|
1289
|
-
"nullable": true
|
|
1234
|
+
"hasMore": {
|
|
1235
|
+
"type": "boolean"
|
|
1290
1236
|
},
|
|
1291
|
-
"
|
|
1292
|
-
"type": "boolean"
|
|
1293
|
-
"nullable": true
|
|
1237
|
+
"sentToSelf": {
|
|
1238
|
+
"type": "boolean"
|
|
1294
1239
|
},
|
|
1295
|
-
"
|
|
1296
|
-
"type": "string"
|
|
1297
|
-
"nullable": true
|
|
1240
|
+
"botId": {
|
|
1241
|
+
"type": "string"
|
|
1298
1242
|
},
|
|
1299
|
-
"
|
|
1300
|
-
"type": "boolean"
|
|
1301
|
-
"nullable": true
|
|
1243
|
+
"hasRichPreview": {
|
|
1244
|
+
"type": "boolean"
|
|
1302
1245
|
},
|
|
1303
|
-
"
|
|
1304
|
-
"type": "string"
|
|
1305
|
-
"nullable": true
|
|
1246
|
+
"fileAccess": {
|
|
1247
|
+
"type": "string"
|
|
1306
1248
|
}
|
|
1307
1249
|
}
|
|
1308
1250
|
},
|
|
@@ -1330,16 +1272,13 @@
|
|
|
1330
1272
|
"type": "object",
|
|
1331
1273
|
"properties": {
|
|
1332
1274
|
"address": {
|
|
1333
|
-
"type": "string"
|
|
1334
|
-
"nullable": true
|
|
1275
|
+
"type": "string"
|
|
1335
1276
|
},
|
|
1336
1277
|
"name": {
|
|
1337
|
-
"type": "string"
|
|
1338
|
-
"nullable": true
|
|
1278
|
+
"type": "string"
|
|
1339
1279
|
},
|
|
1340
1280
|
"original": {
|
|
1341
|
-
"type": "string"
|
|
1342
|
-
"nullable": true
|
|
1281
|
+
"type": "string"
|
|
1343
1282
|
}
|
|
1344
1283
|
}
|
|
1345
1284
|
},
|
|
@@ -1347,23 +1286,18 @@
|
|
|
1347
1286
|
"type": "object",
|
|
1348
1287
|
"properties": {
|
|
1349
1288
|
"date": {
|
|
1350
|
-
"type": "string"
|
|
1351
|
-
"nullable": true
|
|
1289
|
+
"type": "string"
|
|
1352
1290
|
},
|
|
1353
|
-
"
|
|
1354
|
-
"type": "string"
|
|
1355
|
-
"nullable": true
|
|
1291
|
+
"inReplyTo": {
|
|
1292
|
+
"type": "string"
|
|
1356
1293
|
},
|
|
1357
|
-
"
|
|
1358
|
-
"type": "object"
|
|
1359
|
-
"nullable": true
|
|
1294
|
+
"replyTo": {
|
|
1295
|
+
"type": "object"
|
|
1360
1296
|
},
|
|
1361
|
-
"
|
|
1362
|
-
"type": "string"
|
|
1363
|
-
"nullable": true
|
|
1297
|
+
"messageId": {
|
|
1298
|
+
"type": "string"
|
|
1364
1299
|
}
|
|
1365
|
-
}
|
|
1366
|
-
"nullable": true
|
|
1300
|
+
}
|
|
1367
1301
|
},
|
|
1368
1302
|
"inputChatMessage": {
|
|
1369
1303
|
"type": "object",
|
|
@@ -1406,36 +1340,30 @@
|
|
|
1406
1340
|
"type": "object",
|
|
1407
1341
|
"properties": {
|
|
1408
1342
|
"type": {
|
|
1409
|
-
"type": "string"
|
|
1410
|
-
"nullable": true
|
|
1343
|
+
"type": "string"
|
|
1411
1344
|
},
|
|
1412
1345
|
"properties": {
|
|
1413
1346
|
"type": "object",
|
|
1414
1347
|
"additionalProperties": {
|
|
1415
1348
|
"$ref": "#/components/schemas/property"
|
|
1416
|
-
}
|
|
1417
|
-
"nullable": true
|
|
1349
|
+
}
|
|
1418
1350
|
},
|
|
1419
1351
|
"required": {
|
|
1420
1352
|
"type": "array",
|
|
1421
1353
|
"items": {
|
|
1422
1354
|
"type": "string"
|
|
1423
|
-
}
|
|
1424
|
-
"nullable": true
|
|
1355
|
+
}
|
|
1425
1356
|
}
|
|
1426
|
-
}
|
|
1427
|
-
"nullable": true
|
|
1357
|
+
}
|
|
1428
1358
|
},
|
|
1429
1359
|
"property": {
|
|
1430
1360
|
"type": "object",
|
|
1431
1361
|
"properties": {
|
|
1432
1362
|
"type": {
|
|
1433
|
-
"type": "string"
|
|
1434
|
-
"nullable": true
|
|
1363
|
+
"type": "string"
|
|
1435
1364
|
},
|
|
1436
1365
|
"description": {
|
|
1437
|
-
"type": "string"
|
|
1438
|
-
"nullable": true
|
|
1366
|
+
"type": "string"
|
|
1439
1367
|
}
|
|
1440
1368
|
}
|
|
1441
1369
|
},
|
|
@@ -1454,86 +1382,69 @@
|
|
|
1454
1382
|
"type": "object",
|
|
1455
1383
|
"properties": {
|
|
1456
1384
|
"id": {
|
|
1457
|
-
"type": "string"
|
|
1458
|
-
"nullable": true
|
|
1385
|
+
"type": "string"
|
|
1459
1386
|
},
|
|
1460
|
-
"
|
|
1461
|
-
"type": "string"
|
|
1462
|
-
"nullable": true
|
|
1387
|
+
"objectType": {
|
|
1388
|
+
"type": "string"
|
|
1463
1389
|
},
|
|
1464
|
-
"
|
|
1390
|
+
"expiresAt": {
|
|
1465
1391
|
"type": "integer",
|
|
1466
|
-
"format": "int64"
|
|
1467
|
-
"nullable": true
|
|
1392
|
+
"format": "int64"
|
|
1468
1393
|
},
|
|
1469
|
-
"
|
|
1470
|
-
"type": "object"
|
|
1471
|
-
"nullable": true
|
|
1394
|
+
"inputAudioNoiseReduction": {
|
|
1395
|
+
"type": "object"
|
|
1472
1396
|
},
|
|
1473
|
-
"
|
|
1397
|
+
"turnDetection": {
|
|
1474
1398
|
"$ref": "#/components/schemas/turnDetection"
|
|
1475
1399
|
},
|
|
1476
|
-
"
|
|
1477
|
-
"type": "string"
|
|
1478
|
-
"nullable": true
|
|
1400
|
+
"inputAudioFormat": {
|
|
1401
|
+
"type": "string"
|
|
1479
1402
|
},
|
|
1480
|
-
"
|
|
1481
|
-
"type": "object"
|
|
1482
|
-
"nullable": true
|
|
1403
|
+
"inputAudioTranscription": {
|
|
1404
|
+
"type": "object"
|
|
1483
1405
|
},
|
|
1484
|
-
"
|
|
1406
|
+
"clientSecret": {
|
|
1485
1407
|
"$ref": "#/components/schemas/clientSecret"
|
|
1486
1408
|
},
|
|
1487
|
-
"
|
|
1488
|
-
"type": "string"
|
|
1489
|
-
"nullable": true
|
|
1409
|
+
"realtimeUrl": {
|
|
1410
|
+
"type": "string"
|
|
1490
1411
|
},
|
|
1491
1412
|
"include": {
|
|
1492
|
-
"type": "object"
|
|
1493
|
-
"nullable": true
|
|
1413
|
+
"type": "object"
|
|
1494
1414
|
},
|
|
1495
1415
|
"model": {
|
|
1496
|
-
"type": "string"
|
|
1497
|
-
"nullable": true
|
|
1416
|
+
"type": "string"
|
|
1498
1417
|
},
|
|
1499
1418
|
"modalities": {
|
|
1500
1419
|
"type": "array",
|
|
1501
1420
|
"items": {
|
|
1502
1421
|
"type": "string"
|
|
1503
|
-
}
|
|
1504
|
-
"nullable": true
|
|
1422
|
+
}
|
|
1505
1423
|
},
|
|
1506
1424
|
"instructions": {
|
|
1507
|
-
"type": "string"
|
|
1508
|
-
"nullable": true
|
|
1425
|
+
"type": "string"
|
|
1509
1426
|
},
|
|
1510
1427
|
"voice": {
|
|
1511
|
-
"type": "string"
|
|
1512
|
-
"nullable": true
|
|
1428
|
+
"type": "string"
|
|
1513
1429
|
},
|
|
1514
|
-
"
|
|
1515
|
-
"type": "string"
|
|
1516
|
-
"nullable": true
|
|
1430
|
+
"outputAudioFormat": {
|
|
1431
|
+
"type": "string"
|
|
1517
1432
|
},
|
|
1518
|
-
"
|
|
1519
|
-
"type": "string"
|
|
1520
|
-
"nullable": true
|
|
1433
|
+
"toolChoice": {
|
|
1434
|
+
"type": "string"
|
|
1521
1435
|
},
|
|
1522
1436
|
"temperature": {
|
|
1523
1437
|
"type": "number",
|
|
1524
|
-
"format": "double"
|
|
1525
|
-
"nullable": true
|
|
1438
|
+
"format": "double"
|
|
1526
1439
|
},
|
|
1527
|
-
"
|
|
1528
|
-
"type": "string"
|
|
1529
|
-
"nullable": true
|
|
1440
|
+
"maxResponseOutputTokens": {
|
|
1441
|
+
"type": "string"
|
|
1530
1442
|
},
|
|
1531
1443
|
"tools": {
|
|
1532
1444
|
"type": "array",
|
|
1533
1445
|
"items": {
|
|
1534
1446
|
"$ref": "#/components/schemas/tool"
|
|
1535
|
-
}
|
|
1536
|
-
"nullable": true
|
|
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": {
|