@seamapi/types 1.241.0 → 1.242.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/dist/connect.cjs +204 -95
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +250 -120
- package/lib/seam/connect/models/acs/acs-user.d.ts +169 -140
- package/lib/seam/connect/models/acs/acs-user.js +32 -30
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +36 -18
- package/lib/seam/connect/openapi.js +173 -69
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +112 -42
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-user.ts +41 -35
- package/src/lib/seam/connect/openapi.ts +200 -69
- package/src/lib/seam/connect/route-types.ts +119 -42
package/dist/connect.d.cts
CHANGED
|
@@ -1023,58 +1023,71 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
1023
1023
|
message: string;
|
|
1024
1024
|
warning_code: "salto_ks_user_not_subscribed";
|
|
1025
1025
|
created_at: string;
|
|
1026
|
+
}>]>, "many">;
|
|
1027
|
+
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
1028
|
+
created_at: z.ZodString;
|
|
1029
|
+
message: z.ZodString;
|
|
1030
|
+
}, {
|
|
1031
|
+
error_code: z.ZodLiteral<"deleted_externally">;
|
|
1032
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1033
|
+
message: string;
|
|
1034
|
+
error_code: "deleted_externally";
|
|
1035
|
+
created_at: string;
|
|
1036
|
+
}, {
|
|
1037
|
+
message: string;
|
|
1038
|
+
error_code: "deleted_externally";
|
|
1039
|
+
created_at: string;
|
|
1026
1040
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1027
1041
|
created_at: z.ZodString;
|
|
1028
1042
|
message: z.ZodString;
|
|
1029
1043
|
}, {
|
|
1030
|
-
|
|
1044
|
+
error_code: z.ZodLiteral<"salto_ks_subscription_limit_exceeded">;
|
|
1031
1045
|
}>, "strip", z.ZodTypeAny, {
|
|
1032
1046
|
message: string;
|
|
1033
|
-
|
|
1047
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
1034
1048
|
created_at: string;
|
|
1035
1049
|
}, {
|
|
1036
1050
|
message: string;
|
|
1037
|
-
|
|
1051
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
1038
1052
|
created_at: string;
|
|
1039
|
-
}
|
|
1040
|
-
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
1053
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1041
1054
|
created_at: z.ZodString;
|
|
1042
1055
|
message: z.ZodString;
|
|
1043
1056
|
}, {
|
|
1044
|
-
|
|
1057
|
+
warning_code: z.ZodLiteral<"failed_to_create_on_acs_system">;
|
|
1045
1058
|
}>, "strip", z.ZodTypeAny, {
|
|
1046
1059
|
message: string;
|
|
1047
|
-
|
|
1060
|
+
warning_code: "failed_to_create_on_acs_system";
|
|
1048
1061
|
created_at: string;
|
|
1049
1062
|
}, {
|
|
1050
1063
|
message: string;
|
|
1051
|
-
|
|
1064
|
+
warning_code: "failed_to_create_on_acs_system";
|
|
1052
1065
|
created_at: string;
|
|
1053
1066
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1054
1067
|
created_at: z.ZodString;
|
|
1055
1068
|
message: z.ZodString;
|
|
1056
1069
|
}, {
|
|
1057
|
-
|
|
1070
|
+
warning_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
1058
1071
|
}>, "strip", z.ZodTypeAny, {
|
|
1059
1072
|
message: string;
|
|
1060
|
-
|
|
1073
|
+
warning_code: "failed_to_update_on_acs_system";
|
|
1061
1074
|
created_at: string;
|
|
1062
1075
|
}, {
|
|
1063
1076
|
message: string;
|
|
1064
|
-
|
|
1077
|
+
warning_code: "failed_to_update_on_acs_system";
|
|
1065
1078
|
created_at: string;
|
|
1066
1079
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1067
1080
|
created_at: z.ZodString;
|
|
1068
1081
|
message: z.ZodString;
|
|
1069
1082
|
}, {
|
|
1070
|
-
|
|
1083
|
+
warning_code: z.ZodLiteral<"failed_to_delete_on_acs_system">;
|
|
1071
1084
|
}>, "strip", z.ZodTypeAny, {
|
|
1072
1085
|
message: string;
|
|
1073
|
-
|
|
1086
|
+
warning_code: "failed_to_delete_on_acs_system";
|
|
1074
1087
|
created_at: string;
|
|
1075
1088
|
}, {
|
|
1076
1089
|
message: string;
|
|
1077
|
-
|
|
1090
|
+
warning_code: "failed_to_delete_on_acs_system";
|
|
1078
1091
|
created_at: string;
|
|
1079
1092
|
}>]>, "many">;
|
|
1080
1093
|
}, {
|
|
@@ -1088,7 +1101,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
1088
1101
|
created_at: string;
|
|
1089
1102
|
errors: ({
|
|
1090
1103
|
message: string;
|
|
1091
|
-
error_code: "
|
|
1104
|
+
error_code: "deleted_externally";
|
|
1092
1105
|
created_at: string;
|
|
1093
1106
|
} | {
|
|
1094
1107
|
message: string;
|
|
@@ -1096,24 +1109,28 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
1096
1109
|
created_at: string;
|
|
1097
1110
|
} | {
|
|
1098
1111
|
message: string;
|
|
1099
|
-
|
|
1112
|
+
warning_code: "failed_to_create_on_acs_system";
|
|
1100
1113
|
created_at: string;
|
|
1101
|
-
}
|
|
1102
|
-
warnings: ({
|
|
1114
|
+
} | {
|
|
1103
1115
|
message: string;
|
|
1104
|
-
warning_code: "
|
|
1116
|
+
warning_code: "failed_to_update_on_acs_system";
|
|
1105
1117
|
created_at: string;
|
|
1106
1118
|
} | {
|
|
1107
1119
|
message: string;
|
|
1108
|
-
warning_code: "
|
|
1120
|
+
warning_code: "failed_to_delete_on_acs_system";
|
|
1109
1121
|
created_at: string;
|
|
1110
|
-
}
|
|
1122
|
+
})[];
|
|
1123
|
+
warnings: ({
|
|
1111
1124
|
message: string;
|
|
1112
1125
|
warning_code: "failed_to_update_on_acs_system";
|
|
1113
1126
|
created_at: string;
|
|
1114
1127
|
} | {
|
|
1115
1128
|
message: string;
|
|
1116
|
-
warning_code: "
|
|
1129
|
+
warning_code: "being_deleted";
|
|
1130
|
+
created_at: string;
|
|
1131
|
+
} | {
|
|
1132
|
+
message: string;
|
|
1133
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
1117
1134
|
created_at: string;
|
|
1118
1135
|
})[];
|
|
1119
1136
|
display_name: string;
|
|
@@ -1143,7 +1160,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
1143
1160
|
created_at: string;
|
|
1144
1161
|
errors: ({
|
|
1145
1162
|
message: string;
|
|
1146
|
-
error_code: "
|
|
1163
|
+
error_code: "deleted_externally";
|
|
1147
1164
|
created_at: string;
|
|
1148
1165
|
} | {
|
|
1149
1166
|
message: string;
|
|
@@ -1151,24 +1168,28 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
1151
1168
|
created_at: string;
|
|
1152
1169
|
} | {
|
|
1153
1170
|
message: string;
|
|
1154
|
-
|
|
1171
|
+
warning_code: "failed_to_create_on_acs_system";
|
|
1155
1172
|
created_at: string;
|
|
1156
|
-
}
|
|
1157
|
-
warnings: ({
|
|
1173
|
+
} | {
|
|
1158
1174
|
message: string;
|
|
1159
|
-
warning_code: "
|
|
1175
|
+
warning_code: "failed_to_update_on_acs_system";
|
|
1160
1176
|
created_at: string;
|
|
1161
1177
|
} | {
|
|
1162
1178
|
message: string;
|
|
1163
|
-
warning_code: "
|
|
1179
|
+
warning_code: "failed_to_delete_on_acs_system";
|
|
1164
1180
|
created_at: string;
|
|
1165
|
-
}
|
|
1181
|
+
})[];
|
|
1182
|
+
warnings: ({
|
|
1166
1183
|
message: string;
|
|
1167
1184
|
warning_code: "failed_to_update_on_acs_system";
|
|
1168
1185
|
created_at: string;
|
|
1169
1186
|
} | {
|
|
1170
1187
|
message: string;
|
|
1171
|
-
warning_code: "
|
|
1188
|
+
warning_code: "being_deleted";
|
|
1189
|
+
created_at: string;
|
|
1190
|
+
} | {
|
|
1191
|
+
message: string;
|
|
1192
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
1172
1193
|
created_at: string;
|
|
1173
1194
|
})[];
|
|
1174
1195
|
display_name: string;
|
|
@@ -1260,58 +1281,71 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
1260
1281
|
message: string;
|
|
1261
1282
|
warning_code: "salto_ks_user_not_subscribed";
|
|
1262
1283
|
created_at: string;
|
|
1284
|
+
}>]>, "many">;
|
|
1285
|
+
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
1286
|
+
created_at: z.ZodString;
|
|
1287
|
+
message: z.ZodString;
|
|
1288
|
+
}, {
|
|
1289
|
+
error_code: z.ZodLiteral<"deleted_externally">;
|
|
1290
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1291
|
+
message: string;
|
|
1292
|
+
error_code: "deleted_externally";
|
|
1293
|
+
created_at: string;
|
|
1294
|
+
}, {
|
|
1295
|
+
message: string;
|
|
1296
|
+
error_code: "deleted_externally";
|
|
1297
|
+
created_at: string;
|
|
1263
1298
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1264
1299
|
created_at: z.ZodString;
|
|
1265
1300
|
message: z.ZodString;
|
|
1266
1301
|
}, {
|
|
1267
|
-
|
|
1302
|
+
error_code: z.ZodLiteral<"salto_ks_subscription_limit_exceeded">;
|
|
1268
1303
|
}>, "strip", z.ZodTypeAny, {
|
|
1269
1304
|
message: string;
|
|
1270
|
-
|
|
1305
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
1271
1306
|
created_at: string;
|
|
1272
1307
|
}, {
|
|
1273
1308
|
message: string;
|
|
1274
|
-
|
|
1309
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
1275
1310
|
created_at: string;
|
|
1276
|
-
}
|
|
1277
|
-
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
1311
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1278
1312
|
created_at: z.ZodString;
|
|
1279
1313
|
message: z.ZodString;
|
|
1280
1314
|
}, {
|
|
1281
|
-
|
|
1315
|
+
warning_code: z.ZodLiteral<"failed_to_create_on_acs_system">;
|
|
1282
1316
|
}>, "strip", z.ZodTypeAny, {
|
|
1283
1317
|
message: string;
|
|
1284
|
-
|
|
1318
|
+
warning_code: "failed_to_create_on_acs_system";
|
|
1285
1319
|
created_at: string;
|
|
1286
1320
|
}, {
|
|
1287
1321
|
message: string;
|
|
1288
|
-
|
|
1322
|
+
warning_code: "failed_to_create_on_acs_system";
|
|
1289
1323
|
created_at: string;
|
|
1290
1324
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1291
1325
|
created_at: z.ZodString;
|
|
1292
1326
|
message: z.ZodString;
|
|
1293
1327
|
}, {
|
|
1294
|
-
|
|
1328
|
+
warning_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
1295
1329
|
}>, "strip", z.ZodTypeAny, {
|
|
1296
1330
|
message: string;
|
|
1297
|
-
|
|
1331
|
+
warning_code: "failed_to_update_on_acs_system";
|
|
1298
1332
|
created_at: string;
|
|
1299
1333
|
}, {
|
|
1300
1334
|
message: string;
|
|
1301
|
-
|
|
1335
|
+
warning_code: "failed_to_update_on_acs_system";
|
|
1302
1336
|
created_at: string;
|
|
1303
1337
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1304
1338
|
created_at: z.ZodString;
|
|
1305
1339
|
message: z.ZodString;
|
|
1306
1340
|
}, {
|
|
1307
|
-
|
|
1341
|
+
warning_code: z.ZodLiteral<"failed_to_delete_on_acs_system">;
|
|
1308
1342
|
}>, "strip", z.ZodTypeAny, {
|
|
1309
1343
|
message: string;
|
|
1310
|
-
|
|
1344
|
+
warning_code: "failed_to_delete_on_acs_system";
|
|
1311
1345
|
created_at: string;
|
|
1312
1346
|
}, {
|
|
1313
1347
|
message: string;
|
|
1314
|
-
|
|
1348
|
+
warning_code: "failed_to_delete_on_acs_system";
|
|
1315
1349
|
created_at: string;
|
|
1316
1350
|
}>]>, "many">;
|
|
1317
1351
|
}, {
|
|
@@ -1325,7 +1359,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
1325
1359
|
created_at: string;
|
|
1326
1360
|
errors: ({
|
|
1327
1361
|
message: string;
|
|
1328
|
-
error_code: "
|
|
1362
|
+
error_code: "deleted_externally";
|
|
1329
1363
|
created_at: string;
|
|
1330
1364
|
} | {
|
|
1331
1365
|
message: string;
|
|
@@ -1333,24 +1367,28 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
1333
1367
|
created_at: string;
|
|
1334
1368
|
} | {
|
|
1335
1369
|
message: string;
|
|
1336
|
-
|
|
1370
|
+
warning_code: "failed_to_create_on_acs_system";
|
|
1337
1371
|
created_at: string;
|
|
1338
|
-
}
|
|
1339
|
-
warnings: ({
|
|
1372
|
+
} | {
|
|
1340
1373
|
message: string;
|
|
1341
|
-
warning_code: "
|
|
1374
|
+
warning_code: "failed_to_update_on_acs_system";
|
|
1342
1375
|
created_at: string;
|
|
1343
1376
|
} | {
|
|
1344
1377
|
message: string;
|
|
1345
|
-
warning_code: "
|
|
1378
|
+
warning_code: "failed_to_delete_on_acs_system";
|
|
1346
1379
|
created_at: string;
|
|
1347
|
-
}
|
|
1380
|
+
})[];
|
|
1381
|
+
warnings: ({
|
|
1348
1382
|
message: string;
|
|
1349
1383
|
warning_code: "failed_to_update_on_acs_system";
|
|
1350
1384
|
created_at: string;
|
|
1351
1385
|
} | {
|
|
1352
1386
|
message: string;
|
|
1353
|
-
warning_code: "
|
|
1387
|
+
warning_code: "being_deleted";
|
|
1388
|
+
created_at: string;
|
|
1389
|
+
} | {
|
|
1390
|
+
message: string;
|
|
1391
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
1354
1392
|
created_at: string;
|
|
1355
1393
|
})[];
|
|
1356
1394
|
display_name: string;
|
|
@@ -1380,7 +1418,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
1380
1418
|
created_at: string;
|
|
1381
1419
|
errors: ({
|
|
1382
1420
|
message: string;
|
|
1383
|
-
error_code: "
|
|
1421
|
+
error_code: "deleted_externally";
|
|
1384
1422
|
created_at: string;
|
|
1385
1423
|
} | {
|
|
1386
1424
|
message: string;
|
|
@@ -1388,24 +1426,28 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
1388
1426
|
created_at: string;
|
|
1389
1427
|
} | {
|
|
1390
1428
|
message: string;
|
|
1391
|
-
|
|
1429
|
+
warning_code: "failed_to_create_on_acs_system";
|
|
1392
1430
|
created_at: string;
|
|
1393
|
-
}
|
|
1394
|
-
warnings: ({
|
|
1431
|
+
} | {
|
|
1395
1432
|
message: string;
|
|
1396
|
-
warning_code: "
|
|
1433
|
+
warning_code: "failed_to_update_on_acs_system";
|
|
1397
1434
|
created_at: string;
|
|
1398
1435
|
} | {
|
|
1399
1436
|
message: string;
|
|
1400
|
-
warning_code: "
|
|
1437
|
+
warning_code: "failed_to_delete_on_acs_system";
|
|
1401
1438
|
created_at: string;
|
|
1402
|
-
}
|
|
1439
|
+
})[];
|
|
1440
|
+
warnings: ({
|
|
1403
1441
|
message: string;
|
|
1404
1442
|
warning_code: "failed_to_update_on_acs_system";
|
|
1405
1443
|
created_at: string;
|
|
1406
1444
|
} | {
|
|
1407
1445
|
message: string;
|
|
1408
|
-
warning_code: "
|
|
1446
|
+
warning_code: "being_deleted";
|
|
1447
|
+
created_at: string;
|
|
1448
|
+
} | {
|
|
1449
|
+
message: string;
|
|
1450
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
1409
1451
|
created_at: string;
|
|
1410
1452
|
})[];
|
|
1411
1453
|
display_name: string;
|
|
@@ -9824,28 +9866,30 @@ declare const _default: {
|
|
|
9824
9866
|
description: string;
|
|
9825
9867
|
type: string;
|
|
9826
9868
|
};
|
|
9869
|
+
warning_code?: never;
|
|
9827
9870
|
};
|
|
9828
9871
|
required: string[];
|
|
9829
9872
|
type: string;
|
|
9830
9873
|
} | {
|
|
9874
|
+
description: string;
|
|
9831
9875
|
properties: {
|
|
9832
9876
|
created_at: {
|
|
9833
9877
|
description: string;
|
|
9834
9878
|
format: string;
|
|
9835
9879
|
type: string;
|
|
9836
9880
|
};
|
|
9837
|
-
error_code: {
|
|
9838
|
-
enum: string[];
|
|
9839
|
-
type: string;
|
|
9840
|
-
};
|
|
9841
9881
|
message: {
|
|
9842
9882
|
description: string;
|
|
9843
9883
|
type: string;
|
|
9844
9884
|
};
|
|
9885
|
+
warning_code: {
|
|
9886
|
+
enum: string[];
|
|
9887
|
+
type: string;
|
|
9888
|
+
};
|
|
9889
|
+
error_code?: never;
|
|
9845
9890
|
};
|
|
9846
9891
|
required: string[];
|
|
9847
9892
|
type: string;
|
|
9848
|
-
description?: never;
|
|
9849
9893
|
})[];
|
|
9850
9894
|
};
|
|
9851
9895
|
type: string;
|
|
@@ -9905,9 +9949,11 @@ declare const _default: {
|
|
|
9905
9949
|
created_at: {
|
|
9906
9950
|
format: string;
|
|
9907
9951
|
type: string;
|
|
9952
|
+
description?: never;
|
|
9908
9953
|
};
|
|
9909
9954
|
message: {
|
|
9910
9955
|
type: string;
|
|
9956
|
+
description?: never;
|
|
9911
9957
|
};
|
|
9912
9958
|
warning_code: {
|
|
9913
9959
|
enum: string[];
|
|
@@ -9917,12 +9963,15 @@ declare const _default: {
|
|
|
9917
9963
|
required: string[];
|
|
9918
9964
|
type: string;
|
|
9919
9965
|
} | {
|
|
9966
|
+
description: string;
|
|
9920
9967
|
properties: {
|
|
9921
9968
|
created_at: {
|
|
9969
|
+
description: string;
|
|
9922
9970
|
format: string;
|
|
9923
9971
|
type: string;
|
|
9924
9972
|
};
|
|
9925
9973
|
message: {
|
|
9974
|
+
description: string;
|
|
9926
9975
|
type: string;
|
|
9927
9976
|
};
|
|
9928
9977
|
warning_code: {
|
|
@@ -9932,7 +9981,6 @@ declare const _default: {
|
|
|
9932
9981
|
};
|
|
9933
9982
|
required: string[];
|
|
9934
9983
|
type: string;
|
|
9935
|
-
description?: never;
|
|
9936
9984
|
})[];
|
|
9937
9985
|
};
|
|
9938
9986
|
type: string;
|
|
@@ -18100,28 +18148,30 @@ declare const _default: {
|
|
|
18100
18148
|
description: string;
|
|
18101
18149
|
type: string;
|
|
18102
18150
|
};
|
|
18151
|
+
warning_code?: never;
|
|
18103
18152
|
};
|
|
18104
18153
|
required: string[];
|
|
18105
18154
|
type: string;
|
|
18106
18155
|
} | {
|
|
18156
|
+
description: string;
|
|
18107
18157
|
properties: {
|
|
18108
18158
|
created_at: {
|
|
18109
18159
|
description: string;
|
|
18110
18160
|
format: string;
|
|
18111
18161
|
type: string;
|
|
18112
18162
|
};
|
|
18113
|
-
error_code: {
|
|
18114
|
-
enum: string[];
|
|
18115
|
-
type: string;
|
|
18116
|
-
};
|
|
18117
18163
|
message: {
|
|
18118
18164
|
description: string;
|
|
18119
18165
|
type: string;
|
|
18120
18166
|
};
|
|
18167
|
+
warning_code: {
|
|
18168
|
+
enum: string[];
|
|
18169
|
+
type: string;
|
|
18170
|
+
};
|
|
18171
|
+
error_code?: never;
|
|
18121
18172
|
};
|
|
18122
18173
|
required: string[];
|
|
18123
18174
|
type: string;
|
|
18124
|
-
description?: never;
|
|
18125
18175
|
})[];
|
|
18126
18176
|
};
|
|
18127
18177
|
type: string;
|
|
@@ -18181,9 +18231,11 @@ declare const _default: {
|
|
|
18181
18231
|
created_at: {
|
|
18182
18232
|
format: string;
|
|
18183
18233
|
type: string;
|
|
18234
|
+
description?: never;
|
|
18184
18235
|
};
|
|
18185
18236
|
message: {
|
|
18186
18237
|
type: string;
|
|
18238
|
+
description?: never;
|
|
18187
18239
|
};
|
|
18188
18240
|
warning_code: {
|
|
18189
18241
|
enum: string[];
|
|
@@ -18193,12 +18245,15 @@ declare const _default: {
|
|
|
18193
18245
|
required: string[];
|
|
18194
18246
|
type: string;
|
|
18195
18247
|
} | {
|
|
18248
|
+
description: string;
|
|
18196
18249
|
properties: {
|
|
18197
18250
|
created_at: {
|
|
18251
|
+
description: string;
|
|
18198
18252
|
format: string;
|
|
18199
18253
|
type: string;
|
|
18200
18254
|
};
|
|
18201
18255
|
message: {
|
|
18256
|
+
description: string;
|
|
18202
18257
|
type: string;
|
|
18203
18258
|
};
|
|
18204
18259
|
warning_code: {
|
|
@@ -18208,7 +18263,6 @@ declare const _default: {
|
|
|
18208
18263
|
};
|
|
18209
18264
|
required: string[];
|
|
18210
18265
|
type: string;
|
|
18211
|
-
description?: never;
|
|
18212
18266
|
})[];
|
|
18213
18267
|
};
|
|
18214
18268
|
type: string;
|
|
@@ -18348,28 +18402,30 @@ declare const _default: {
|
|
|
18348
18402
|
description: string;
|
|
18349
18403
|
type: string;
|
|
18350
18404
|
};
|
|
18405
|
+
warning_code?: never;
|
|
18351
18406
|
};
|
|
18352
18407
|
required: string[];
|
|
18353
18408
|
type: string;
|
|
18354
18409
|
} | {
|
|
18410
|
+
description: string;
|
|
18355
18411
|
properties: {
|
|
18356
18412
|
created_at: {
|
|
18357
18413
|
description: string;
|
|
18358
18414
|
format: string;
|
|
18359
18415
|
type: string;
|
|
18360
18416
|
};
|
|
18361
|
-
error_code: {
|
|
18362
|
-
enum: string[];
|
|
18363
|
-
type: string;
|
|
18364
|
-
};
|
|
18365
18417
|
message: {
|
|
18366
18418
|
description: string;
|
|
18367
18419
|
type: string;
|
|
18368
18420
|
};
|
|
18421
|
+
warning_code: {
|
|
18422
|
+
enum: string[];
|
|
18423
|
+
type: string;
|
|
18424
|
+
};
|
|
18425
|
+
error_code?: never;
|
|
18369
18426
|
};
|
|
18370
18427
|
required: string[];
|
|
18371
18428
|
type: string;
|
|
18372
|
-
description?: never;
|
|
18373
18429
|
})[];
|
|
18374
18430
|
};
|
|
18375
18431
|
type: string;
|
|
@@ -18429,9 +18485,11 @@ declare const _default: {
|
|
|
18429
18485
|
created_at: {
|
|
18430
18486
|
format: string;
|
|
18431
18487
|
type: string;
|
|
18488
|
+
description?: never;
|
|
18432
18489
|
};
|
|
18433
18490
|
message: {
|
|
18434
18491
|
type: string;
|
|
18492
|
+
description?: never;
|
|
18435
18493
|
};
|
|
18436
18494
|
warning_code: {
|
|
18437
18495
|
enum: string[];
|
|
@@ -18441,12 +18499,15 @@ declare const _default: {
|
|
|
18441
18499
|
required: string[];
|
|
18442
18500
|
type: string;
|
|
18443
18501
|
} | {
|
|
18502
|
+
description: string;
|
|
18444
18503
|
properties: {
|
|
18445
18504
|
created_at: {
|
|
18505
|
+
description: string;
|
|
18446
18506
|
format: string;
|
|
18447
18507
|
type: string;
|
|
18448
18508
|
};
|
|
18449
18509
|
message: {
|
|
18510
|
+
description: string;
|
|
18450
18511
|
type: string;
|
|
18451
18512
|
};
|
|
18452
18513
|
warning_code: {
|
|
@@ -18456,7 +18517,6 @@ declare const _default: {
|
|
|
18456
18517
|
};
|
|
18457
18518
|
required: string[];
|
|
18458
18519
|
type: string;
|
|
18459
|
-
description?: never;
|
|
18460
18520
|
})[];
|
|
18461
18521
|
};
|
|
18462
18522
|
type: string;
|
|
@@ -29504,24 +29564,22 @@ interface Routes {
|
|
|
29504
29564
|
message: string;
|
|
29505
29565
|
warning_code: 'being_deleted';
|
|
29506
29566
|
} | {
|
|
29567
|
+
/** Date and time at which Seam created the error. */
|
|
29507
29568
|
created_at: string;
|
|
29569
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29508
29570
|
message: string;
|
|
29509
29571
|
warning_code: 'failed_to_update_on_acs_system';
|
|
29510
29572
|
} | {
|
|
29511
29573
|
created_at: string;
|
|
29512
29574
|
message: string;
|
|
29513
29575
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
29514
|
-
} | {
|
|
29515
|
-
created_at: string;
|
|
29516
|
-
message: string;
|
|
29517
|
-
warning_code: 'salto_site_user_suspended';
|
|
29518
29576
|
}>;
|
|
29519
29577
|
errors: Array<{
|
|
29520
29578
|
/** Date and time at which Seam created the error. */
|
|
29521
29579
|
created_at: string;
|
|
29522
29580
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29523
29581
|
message: string;
|
|
29524
|
-
error_code: '
|
|
29582
|
+
error_code: 'deleted_externally';
|
|
29525
29583
|
} | {
|
|
29526
29584
|
/** Date and time at which Seam created the error. */
|
|
29527
29585
|
created_at: string;
|
|
@@ -29533,7 +29591,19 @@ interface Routes {
|
|
|
29533
29591
|
created_at: string;
|
|
29534
29592
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29535
29593
|
message: string;
|
|
29536
|
-
|
|
29594
|
+
warning_code: 'failed_to_create_on_acs_system';
|
|
29595
|
+
} | {
|
|
29596
|
+
/** Date and time at which Seam created the error. */
|
|
29597
|
+
created_at: string;
|
|
29598
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29599
|
+
message: string;
|
|
29600
|
+
warning_code: 'failed_to_update_on_acs_system';
|
|
29601
|
+
} | {
|
|
29602
|
+
/** Date and time at which Seam created the error. */
|
|
29603
|
+
created_at: string;
|
|
29604
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29605
|
+
message: string;
|
|
29606
|
+
warning_code: 'failed_to_delete_on_acs_system';
|
|
29537
29607
|
}>;
|
|
29538
29608
|
full_name?: string | undefined;
|
|
29539
29609
|
/**
|
|
@@ -30606,24 +30676,22 @@ interface Routes {
|
|
|
30606
30676
|
message: string;
|
|
30607
30677
|
warning_code: 'being_deleted';
|
|
30608
30678
|
} | {
|
|
30679
|
+
/** Date and time at which Seam created the error. */
|
|
30609
30680
|
created_at: string;
|
|
30681
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30610
30682
|
message: string;
|
|
30611
30683
|
warning_code: 'failed_to_update_on_acs_system';
|
|
30612
30684
|
} | {
|
|
30613
30685
|
created_at: string;
|
|
30614
30686
|
message: string;
|
|
30615
30687
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
30616
|
-
} | {
|
|
30617
|
-
created_at: string;
|
|
30618
|
-
message: string;
|
|
30619
|
-
warning_code: 'salto_site_user_suspended';
|
|
30620
30688
|
}>;
|
|
30621
30689
|
errors: Array<{
|
|
30622
30690
|
/** Date and time at which Seam created the error. */
|
|
30623
30691
|
created_at: string;
|
|
30624
30692
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30625
30693
|
message: string;
|
|
30626
|
-
error_code: '
|
|
30694
|
+
error_code: 'deleted_externally';
|
|
30627
30695
|
} | {
|
|
30628
30696
|
/** Date and time at which Seam created the error. */
|
|
30629
30697
|
created_at: string;
|
|
@@ -30635,7 +30703,19 @@ interface Routes {
|
|
|
30635
30703
|
created_at: string;
|
|
30636
30704
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30637
30705
|
message: string;
|
|
30638
|
-
|
|
30706
|
+
warning_code: 'failed_to_create_on_acs_system';
|
|
30707
|
+
} | {
|
|
30708
|
+
/** Date and time at which Seam created the error. */
|
|
30709
|
+
created_at: string;
|
|
30710
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30711
|
+
message: string;
|
|
30712
|
+
warning_code: 'failed_to_update_on_acs_system';
|
|
30713
|
+
} | {
|
|
30714
|
+
/** Date and time at which Seam created the error. */
|
|
30715
|
+
created_at: string;
|
|
30716
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30717
|
+
message: string;
|
|
30718
|
+
warning_code: 'failed_to_delete_on_acs_system';
|
|
30639
30719
|
}>;
|
|
30640
30720
|
full_name?: string | undefined;
|
|
30641
30721
|
/**
|
|
@@ -30693,24 +30773,22 @@ interface Routes {
|
|
|
30693
30773
|
message: string;
|
|
30694
30774
|
warning_code: 'being_deleted';
|
|
30695
30775
|
} | {
|
|
30776
|
+
/** Date and time at which Seam created the error. */
|
|
30696
30777
|
created_at: string;
|
|
30778
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30697
30779
|
message: string;
|
|
30698
30780
|
warning_code: 'failed_to_update_on_acs_system';
|
|
30699
30781
|
} | {
|
|
30700
30782
|
created_at: string;
|
|
30701
30783
|
message: string;
|
|
30702
30784
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
30703
|
-
} | {
|
|
30704
|
-
created_at: string;
|
|
30705
|
-
message: string;
|
|
30706
|
-
warning_code: 'salto_site_user_suspended';
|
|
30707
30785
|
}>;
|
|
30708
30786
|
errors: Array<{
|
|
30709
30787
|
/** Date and time at which Seam created the error. */
|
|
30710
30788
|
created_at: string;
|
|
30711
30789
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30712
30790
|
message: string;
|
|
30713
|
-
error_code: '
|
|
30791
|
+
error_code: 'deleted_externally';
|
|
30714
30792
|
} | {
|
|
30715
30793
|
/** Date and time at which Seam created the error. */
|
|
30716
30794
|
created_at: string;
|
|
@@ -30722,7 +30800,19 @@ interface Routes {
|
|
|
30722
30800
|
created_at: string;
|
|
30723
30801
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30724
30802
|
message: string;
|
|
30725
|
-
|
|
30803
|
+
warning_code: 'failed_to_create_on_acs_system';
|
|
30804
|
+
} | {
|
|
30805
|
+
/** Date and time at which Seam created the error. */
|
|
30806
|
+
created_at: string;
|
|
30807
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30808
|
+
message: string;
|
|
30809
|
+
warning_code: 'failed_to_update_on_acs_system';
|
|
30810
|
+
} | {
|
|
30811
|
+
/** Date and time at which Seam created the error. */
|
|
30812
|
+
created_at: string;
|
|
30813
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30814
|
+
message: string;
|
|
30815
|
+
warning_code: 'failed_to_delete_on_acs_system';
|
|
30726
30816
|
}>;
|
|
30727
30817
|
full_name?: string | undefined;
|
|
30728
30818
|
/**
|
|
@@ -30774,24 +30864,22 @@ interface Routes {
|
|
|
30774
30864
|
message: string;
|
|
30775
30865
|
warning_code: 'being_deleted';
|
|
30776
30866
|
} | {
|
|
30867
|
+
/** Date and time at which Seam created the error. */
|
|
30777
30868
|
created_at: string;
|
|
30869
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30778
30870
|
message: string;
|
|
30779
30871
|
warning_code: 'failed_to_update_on_acs_system';
|
|
30780
30872
|
} | {
|
|
30781
30873
|
created_at: string;
|
|
30782
30874
|
message: string;
|
|
30783
30875
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
30784
|
-
} | {
|
|
30785
|
-
created_at: string;
|
|
30786
|
-
message: string;
|
|
30787
|
-
warning_code: 'salto_site_user_suspended';
|
|
30788
30876
|
}>;
|
|
30789
30877
|
errors: Array<{
|
|
30790
30878
|
/** Date and time at which Seam created the error. */
|
|
30791
30879
|
created_at: string;
|
|
30792
30880
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30793
30881
|
message: string;
|
|
30794
|
-
error_code: '
|
|
30882
|
+
error_code: 'deleted_externally';
|
|
30795
30883
|
} | {
|
|
30796
30884
|
/** Date and time at which Seam created the error. */
|
|
30797
30885
|
created_at: string;
|
|
@@ -30803,7 +30891,19 @@ interface Routes {
|
|
|
30803
30891
|
created_at: string;
|
|
30804
30892
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30805
30893
|
message: string;
|
|
30806
|
-
|
|
30894
|
+
warning_code: 'failed_to_create_on_acs_system';
|
|
30895
|
+
} | {
|
|
30896
|
+
/** Date and time at which Seam created the error. */
|
|
30897
|
+
created_at: string;
|
|
30898
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30899
|
+
message: string;
|
|
30900
|
+
warning_code: 'failed_to_update_on_acs_system';
|
|
30901
|
+
} | {
|
|
30902
|
+
/** Date and time at which Seam created the error. */
|
|
30903
|
+
created_at: string;
|
|
30904
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30905
|
+
message: string;
|
|
30906
|
+
warning_code: 'failed_to_delete_on_acs_system';
|
|
30807
30907
|
}>;
|
|
30808
30908
|
full_name?: string | undefined;
|
|
30809
30909
|
/**
|
|
@@ -30920,24 +31020,22 @@ interface Routes {
|
|
|
30920
31020
|
message: string;
|
|
30921
31021
|
warning_code: 'being_deleted';
|
|
30922
31022
|
} | {
|
|
31023
|
+
/** Date and time at which Seam created the error. */
|
|
30923
31024
|
created_at: string;
|
|
31025
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30924
31026
|
message: string;
|
|
30925
31027
|
warning_code: 'failed_to_update_on_acs_system';
|
|
30926
31028
|
} | {
|
|
30927
31029
|
created_at: string;
|
|
30928
31030
|
message: string;
|
|
30929
31031
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
30930
|
-
} | {
|
|
30931
|
-
created_at: string;
|
|
30932
|
-
message: string;
|
|
30933
|
-
warning_code: 'salto_site_user_suspended';
|
|
30934
31032
|
}>;
|
|
30935
31033
|
errors: Array<{
|
|
30936
31034
|
/** Date and time at which Seam created the error. */
|
|
30937
31035
|
created_at: string;
|
|
30938
31036
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30939
31037
|
message: string;
|
|
30940
|
-
error_code: '
|
|
31038
|
+
error_code: 'deleted_externally';
|
|
30941
31039
|
} | {
|
|
30942
31040
|
/** Date and time at which Seam created the error. */
|
|
30943
31041
|
created_at: string;
|
|
@@ -30949,7 +31047,19 @@ interface Routes {
|
|
|
30949
31047
|
created_at: string;
|
|
30950
31048
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30951
31049
|
message: string;
|
|
30952
|
-
|
|
31050
|
+
warning_code: 'failed_to_create_on_acs_system';
|
|
31051
|
+
} | {
|
|
31052
|
+
/** Date and time at which Seam created the error. */
|
|
31053
|
+
created_at: string;
|
|
31054
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31055
|
+
message: string;
|
|
31056
|
+
warning_code: 'failed_to_update_on_acs_system';
|
|
31057
|
+
} | {
|
|
31058
|
+
/** Date and time at which Seam created the error. */
|
|
31059
|
+
created_at: string;
|
|
31060
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31061
|
+
message: string;
|
|
31062
|
+
warning_code: 'failed_to_delete_on_acs_system';
|
|
30953
31063
|
}>;
|
|
30954
31064
|
full_name?: string | undefined;
|
|
30955
31065
|
/**
|
|
@@ -31000,24 +31110,22 @@ interface Routes {
|
|
|
31000
31110
|
message: string;
|
|
31001
31111
|
warning_code: 'being_deleted';
|
|
31002
31112
|
} | {
|
|
31113
|
+
/** Date and time at which Seam created the error. */
|
|
31003
31114
|
created_at: string;
|
|
31115
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31004
31116
|
message: string;
|
|
31005
31117
|
warning_code: 'failed_to_update_on_acs_system';
|
|
31006
31118
|
} | {
|
|
31007
31119
|
created_at: string;
|
|
31008
31120
|
message: string;
|
|
31009
31121
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
31010
|
-
} | {
|
|
31011
|
-
created_at: string;
|
|
31012
|
-
message: string;
|
|
31013
|
-
warning_code: 'salto_site_user_suspended';
|
|
31014
31122
|
}>;
|
|
31015
31123
|
errors: Array<{
|
|
31016
31124
|
/** Date and time at which Seam created the error. */
|
|
31017
31125
|
created_at: string;
|
|
31018
31126
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31019
31127
|
message: string;
|
|
31020
|
-
error_code: '
|
|
31128
|
+
error_code: 'deleted_externally';
|
|
31021
31129
|
} | {
|
|
31022
31130
|
/** Date and time at which Seam created the error. */
|
|
31023
31131
|
created_at: string;
|
|
@@ -31029,7 +31137,19 @@ interface Routes {
|
|
|
31029
31137
|
created_at: string;
|
|
31030
31138
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31031
31139
|
message: string;
|
|
31032
|
-
|
|
31140
|
+
warning_code: 'failed_to_create_on_acs_system';
|
|
31141
|
+
} | {
|
|
31142
|
+
/** Date and time at which Seam created the error. */
|
|
31143
|
+
created_at: string;
|
|
31144
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31145
|
+
message: string;
|
|
31146
|
+
warning_code: 'failed_to_update_on_acs_system';
|
|
31147
|
+
} | {
|
|
31148
|
+
/** Date and time at which Seam created the error. */
|
|
31149
|
+
created_at: string;
|
|
31150
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31151
|
+
message: string;
|
|
31152
|
+
warning_code: 'failed_to_delete_on_acs_system';
|
|
31033
31153
|
}>;
|
|
31034
31154
|
full_name?: string | undefined;
|
|
31035
31155
|
/**
|
|
@@ -43052,24 +43172,22 @@ interface Routes {
|
|
|
43052
43172
|
message: string;
|
|
43053
43173
|
warning_code: 'being_deleted';
|
|
43054
43174
|
} | {
|
|
43175
|
+
/** Date and time at which Seam created the error. */
|
|
43055
43176
|
created_at: string;
|
|
43177
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43056
43178
|
message: string;
|
|
43057
43179
|
warning_code: 'failed_to_update_on_acs_system';
|
|
43058
43180
|
} | {
|
|
43059
43181
|
created_at: string;
|
|
43060
43182
|
message: string;
|
|
43061
43183
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
43062
|
-
} | {
|
|
43063
|
-
created_at: string;
|
|
43064
|
-
message: string;
|
|
43065
|
-
warning_code: 'salto_site_user_suspended';
|
|
43066
43184
|
}>;
|
|
43067
43185
|
errors: Array<{
|
|
43068
43186
|
/** Date and time at which Seam created the error. */
|
|
43069
43187
|
created_at: string;
|
|
43070
43188
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43071
43189
|
message: string;
|
|
43072
|
-
error_code: '
|
|
43190
|
+
error_code: 'deleted_externally';
|
|
43073
43191
|
} | {
|
|
43074
43192
|
/** Date and time at which Seam created the error. */
|
|
43075
43193
|
created_at: string;
|
|
@@ -43081,7 +43199,19 @@ interface Routes {
|
|
|
43081
43199
|
created_at: string;
|
|
43082
43200
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43083
43201
|
message: string;
|
|
43084
|
-
|
|
43202
|
+
warning_code: 'failed_to_create_on_acs_system';
|
|
43203
|
+
} | {
|
|
43204
|
+
/** Date and time at which Seam created the error. */
|
|
43205
|
+
created_at: string;
|
|
43206
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43207
|
+
message: string;
|
|
43208
|
+
warning_code: 'failed_to_update_on_acs_system';
|
|
43209
|
+
} | {
|
|
43210
|
+
/** Date and time at which Seam created the error. */
|
|
43211
|
+
created_at: string;
|
|
43212
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43213
|
+
message: string;
|
|
43214
|
+
warning_code: 'failed_to_delete_on_acs_system';
|
|
43085
43215
|
}>;
|
|
43086
43216
|
full_name?: string | undefined;
|
|
43087
43217
|
/**
|