@seamapi/types 1.243.0 → 1.243.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/dist/connect.cjs +49 -121
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +63 -273
- package/lib/seam/connect/models/acs/acs-user.d.ts +45 -100
- package/lib/seam/connect/models/acs/acs-user.js +4 -8
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +12 -138
- package/lib/seam/connect/openapi.js +45 -113
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +21 -63
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-user.ts +4 -8
- package/src/lib/seam/connect/openapi.ts +45 -122
- package/src/lib/seam/connect/route-types.ts +21 -70
package/dist/connect.d.cts
CHANGED
|
@@ -1021,19 +1021,6 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
1021
1021
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1022
1022
|
created_at: z.ZodString;
|
|
1023
1023
|
message: z.ZodString;
|
|
1024
|
-
}, {
|
|
1025
|
-
warning_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
1026
|
-
}>, "strip", z.ZodTypeAny, {
|
|
1027
|
-
message: string;
|
|
1028
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1029
|
-
created_at: string;
|
|
1030
|
-
}, {
|
|
1031
|
-
message: string;
|
|
1032
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1033
|
-
created_at: string;
|
|
1034
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1035
|
-
created_at: z.ZodString;
|
|
1036
|
-
message: z.ZodString;
|
|
1037
1024
|
}, {
|
|
1038
1025
|
warning_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
|
|
1039
1026
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1075,40 +1062,40 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
1075
1062
|
created_at: z.ZodString;
|
|
1076
1063
|
message: z.ZodString;
|
|
1077
1064
|
}, {
|
|
1078
|
-
|
|
1065
|
+
error_code: z.ZodLiteral<"failed_to_create_on_acs_system">;
|
|
1079
1066
|
}>, "strip", z.ZodTypeAny, {
|
|
1080
1067
|
message: string;
|
|
1081
|
-
|
|
1068
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1082
1069
|
created_at: string;
|
|
1083
1070
|
}, {
|
|
1084
1071
|
message: string;
|
|
1085
|
-
|
|
1072
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1086
1073
|
created_at: string;
|
|
1087
1074
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1088
1075
|
created_at: z.ZodString;
|
|
1089
1076
|
message: z.ZodString;
|
|
1090
1077
|
}, {
|
|
1091
|
-
|
|
1078
|
+
error_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
1092
1079
|
}>, "strip", z.ZodTypeAny, {
|
|
1093
1080
|
message: string;
|
|
1094
|
-
|
|
1081
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1095
1082
|
created_at: string;
|
|
1096
1083
|
}, {
|
|
1097
1084
|
message: string;
|
|
1098
|
-
|
|
1085
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1099
1086
|
created_at: string;
|
|
1100
1087
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1101
1088
|
created_at: z.ZodString;
|
|
1102
1089
|
message: z.ZodString;
|
|
1103
1090
|
}, {
|
|
1104
|
-
|
|
1091
|
+
error_code: z.ZodLiteral<"failed_to_delete_on_acs_system">;
|
|
1105
1092
|
}>, "strip", z.ZodTypeAny, {
|
|
1106
1093
|
message: string;
|
|
1107
|
-
|
|
1094
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1108
1095
|
created_at: string;
|
|
1109
1096
|
}, {
|
|
1110
1097
|
message: string;
|
|
1111
|
-
|
|
1098
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1112
1099
|
created_at: string;
|
|
1113
1100
|
}>]>, "many">;
|
|
1114
1101
|
}, {
|
|
@@ -1130,22 +1117,18 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
1130
1117
|
created_at: string;
|
|
1131
1118
|
} | {
|
|
1132
1119
|
message: string;
|
|
1133
|
-
|
|
1120
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1134
1121
|
created_at: string;
|
|
1135
1122
|
} | {
|
|
1136
1123
|
message: string;
|
|
1137
|
-
|
|
1124
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1138
1125
|
created_at: string;
|
|
1139
1126
|
} | {
|
|
1140
1127
|
message: string;
|
|
1141
|
-
|
|
1128
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1142
1129
|
created_at: string;
|
|
1143
1130
|
})[];
|
|
1144
1131
|
warnings: ({
|
|
1145
|
-
message: string;
|
|
1146
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1147
|
-
created_at: string;
|
|
1148
|
-
} | {
|
|
1149
1132
|
message: string;
|
|
1150
1133
|
warning_code: "being_deleted";
|
|
1151
1134
|
created_at: string;
|
|
@@ -1189,22 +1172,18 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
1189
1172
|
created_at: string;
|
|
1190
1173
|
} | {
|
|
1191
1174
|
message: string;
|
|
1192
|
-
|
|
1175
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1193
1176
|
created_at: string;
|
|
1194
1177
|
} | {
|
|
1195
1178
|
message: string;
|
|
1196
|
-
|
|
1179
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1197
1180
|
created_at: string;
|
|
1198
1181
|
} | {
|
|
1199
1182
|
message: string;
|
|
1200
|
-
|
|
1183
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1201
1184
|
created_at: string;
|
|
1202
1185
|
})[];
|
|
1203
1186
|
warnings: ({
|
|
1204
|
-
message: string;
|
|
1205
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1206
|
-
created_at: string;
|
|
1207
|
-
} | {
|
|
1208
1187
|
message: string;
|
|
1209
1188
|
warning_code: "being_deleted";
|
|
1210
1189
|
created_at: string;
|
|
@@ -1279,19 +1258,6 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
1279
1258
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1280
1259
|
created_at: z.ZodString;
|
|
1281
1260
|
message: z.ZodString;
|
|
1282
|
-
}, {
|
|
1283
|
-
warning_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
1284
|
-
}>, "strip", z.ZodTypeAny, {
|
|
1285
|
-
message: string;
|
|
1286
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1287
|
-
created_at: string;
|
|
1288
|
-
}, {
|
|
1289
|
-
message: string;
|
|
1290
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1291
|
-
created_at: string;
|
|
1292
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1293
|
-
created_at: z.ZodString;
|
|
1294
|
-
message: z.ZodString;
|
|
1295
1261
|
}, {
|
|
1296
1262
|
warning_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
|
|
1297
1263
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1333,40 +1299,40 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
1333
1299
|
created_at: z.ZodString;
|
|
1334
1300
|
message: z.ZodString;
|
|
1335
1301
|
}, {
|
|
1336
|
-
|
|
1302
|
+
error_code: z.ZodLiteral<"failed_to_create_on_acs_system">;
|
|
1337
1303
|
}>, "strip", z.ZodTypeAny, {
|
|
1338
1304
|
message: string;
|
|
1339
|
-
|
|
1305
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1340
1306
|
created_at: string;
|
|
1341
1307
|
}, {
|
|
1342
1308
|
message: string;
|
|
1343
|
-
|
|
1309
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1344
1310
|
created_at: string;
|
|
1345
1311
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1346
1312
|
created_at: z.ZodString;
|
|
1347
1313
|
message: z.ZodString;
|
|
1348
1314
|
}, {
|
|
1349
|
-
|
|
1315
|
+
error_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
1350
1316
|
}>, "strip", z.ZodTypeAny, {
|
|
1351
1317
|
message: string;
|
|
1352
|
-
|
|
1318
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1353
1319
|
created_at: string;
|
|
1354
1320
|
}, {
|
|
1355
1321
|
message: string;
|
|
1356
|
-
|
|
1322
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1357
1323
|
created_at: string;
|
|
1358
1324
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1359
1325
|
created_at: z.ZodString;
|
|
1360
1326
|
message: z.ZodString;
|
|
1361
1327
|
}, {
|
|
1362
|
-
|
|
1328
|
+
error_code: z.ZodLiteral<"failed_to_delete_on_acs_system">;
|
|
1363
1329
|
}>, "strip", z.ZodTypeAny, {
|
|
1364
1330
|
message: string;
|
|
1365
|
-
|
|
1331
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1366
1332
|
created_at: string;
|
|
1367
1333
|
}, {
|
|
1368
1334
|
message: string;
|
|
1369
|
-
|
|
1335
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1370
1336
|
created_at: string;
|
|
1371
1337
|
}>]>, "many">;
|
|
1372
1338
|
}, {
|
|
@@ -1388,22 +1354,18 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
1388
1354
|
created_at: string;
|
|
1389
1355
|
} | {
|
|
1390
1356
|
message: string;
|
|
1391
|
-
|
|
1357
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1392
1358
|
created_at: string;
|
|
1393
1359
|
} | {
|
|
1394
1360
|
message: string;
|
|
1395
|
-
|
|
1361
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1396
1362
|
created_at: string;
|
|
1397
1363
|
} | {
|
|
1398
1364
|
message: string;
|
|
1399
|
-
|
|
1365
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1400
1366
|
created_at: string;
|
|
1401
1367
|
})[];
|
|
1402
1368
|
warnings: ({
|
|
1403
|
-
message: string;
|
|
1404
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1405
|
-
created_at: string;
|
|
1406
|
-
} | {
|
|
1407
1369
|
message: string;
|
|
1408
1370
|
warning_code: "being_deleted";
|
|
1409
1371
|
created_at: string;
|
|
@@ -1447,22 +1409,18 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
1447
1409
|
created_at: string;
|
|
1448
1410
|
} | {
|
|
1449
1411
|
message: string;
|
|
1450
|
-
|
|
1412
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1451
1413
|
created_at: string;
|
|
1452
1414
|
} | {
|
|
1453
1415
|
message: string;
|
|
1454
|
-
|
|
1416
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1455
1417
|
created_at: string;
|
|
1456
1418
|
} | {
|
|
1457
1419
|
message: string;
|
|
1458
|
-
|
|
1420
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1459
1421
|
created_at: string;
|
|
1460
1422
|
})[];
|
|
1461
1423
|
warnings: ({
|
|
1462
|
-
message: string;
|
|
1463
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1464
|
-
created_at: string;
|
|
1465
|
-
} | {
|
|
1466
1424
|
message: string;
|
|
1467
1425
|
warning_code: "being_deleted";
|
|
1468
1426
|
created_at: string;
|
|
@@ -10051,7 +10009,7 @@ declare const _default: {
|
|
|
10051
10009
|
errors: {
|
|
10052
10010
|
items: {
|
|
10053
10011
|
description: string;
|
|
10054
|
-
oneOf:
|
|
10012
|
+
oneOf: {
|
|
10055
10013
|
description: string;
|
|
10056
10014
|
properties: {
|
|
10057
10015
|
created_at: {
|
|
@@ -10067,31 +10025,10 @@ declare const _default: {
|
|
|
10067
10025
|
description: string;
|
|
10068
10026
|
type: string;
|
|
10069
10027
|
};
|
|
10070
|
-
warning_code?: never;
|
|
10071
10028
|
};
|
|
10072
10029
|
required: string[];
|
|
10073
10030
|
type: string;
|
|
10074
|
-
}
|
|
10075
|
-
description: string;
|
|
10076
|
-
properties: {
|
|
10077
|
-
created_at: {
|
|
10078
|
-
description: string;
|
|
10079
|
-
format: string;
|
|
10080
|
-
type: string;
|
|
10081
|
-
};
|
|
10082
|
-
message: {
|
|
10083
|
-
description: string;
|
|
10084
|
-
type: string;
|
|
10085
|
-
};
|
|
10086
|
-
warning_code: {
|
|
10087
|
-
enum: string[];
|
|
10088
|
-
type: string;
|
|
10089
|
-
};
|
|
10090
|
-
error_code?: never;
|
|
10091
|
-
};
|
|
10092
|
-
required: string[];
|
|
10093
|
-
type: string;
|
|
10094
|
-
})[];
|
|
10031
|
+
}[];
|
|
10095
10032
|
};
|
|
10096
10033
|
type: string;
|
|
10097
10034
|
};
|
|
@@ -10144,35 +10081,14 @@ declare const _default: {
|
|
|
10144
10081
|
warnings: {
|
|
10145
10082
|
items: {
|
|
10146
10083
|
description: string;
|
|
10147
|
-
oneOf:
|
|
10148
|
-
description: string;
|
|
10149
|
-
properties: {
|
|
10150
|
-
created_at: {
|
|
10151
|
-
format: string;
|
|
10152
|
-
type: string;
|
|
10153
|
-
description?: never;
|
|
10154
|
-
};
|
|
10155
|
-
message: {
|
|
10156
|
-
type: string;
|
|
10157
|
-
description?: never;
|
|
10158
|
-
};
|
|
10159
|
-
warning_code: {
|
|
10160
|
-
enum: string[];
|
|
10161
|
-
type: string;
|
|
10162
|
-
};
|
|
10163
|
-
};
|
|
10164
|
-
required: string[];
|
|
10165
|
-
type: string;
|
|
10166
|
-
} | {
|
|
10084
|
+
oneOf: {
|
|
10167
10085
|
description: string;
|
|
10168
10086
|
properties: {
|
|
10169
10087
|
created_at: {
|
|
10170
|
-
description: string;
|
|
10171
10088
|
format: string;
|
|
10172
10089
|
type: string;
|
|
10173
10090
|
};
|
|
10174
10091
|
message: {
|
|
10175
|
-
description: string;
|
|
10176
10092
|
type: string;
|
|
10177
10093
|
};
|
|
10178
10094
|
warning_code: {
|
|
@@ -10182,7 +10098,7 @@ declare const _default: {
|
|
|
10182
10098
|
};
|
|
10183
10099
|
required: string[];
|
|
10184
10100
|
type: string;
|
|
10185
|
-
}
|
|
10101
|
+
}[];
|
|
10186
10102
|
};
|
|
10187
10103
|
type: string;
|
|
10188
10104
|
};
|
|
@@ -18376,7 +18292,7 @@ declare const _default: {
|
|
|
18376
18292
|
errors: {
|
|
18377
18293
|
items: {
|
|
18378
18294
|
description: string;
|
|
18379
|
-
oneOf:
|
|
18295
|
+
oneOf: {
|
|
18380
18296
|
description: string;
|
|
18381
18297
|
properties: {
|
|
18382
18298
|
created_at: {
|
|
@@ -18392,31 +18308,10 @@ declare const _default: {
|
|
|
18392
18308
|
description: string;
|
|
18393
18309
|
type: string;
|
|
18394
18310
|
};
|
|
18395
|
-
warning_code?: never;
|
|
18396
18311
|
};
|
|
18397
18312
|
required: string[];
|
|
18398
18313
|
type: string;
|
|
18399
|
-
}
|
|
18400
|
-
description: string;
|
|
18401
|
-
properties: {
|
|
18402
|
-
created_at: {
|
|
18403
|
-
description: string;
|
|
18404
|
-
format: string;
|
|
18405
|
-
type: string;
|
|
18406
|
-
};
|
|
18407
|
-
message: {
|
|
18408
|
-
description: string;
|
|
18409
|
-
type: string;
|
|
18410
|
-
};
|
|
18411
|
-
warning_code: {
|
|
18412
|
-
enum: string[];
|
|
18413
|
-
type: string;
|
|
18414
|
-
};
|
|
18415
|
-
error_code?: never;
|
|
18416
|
-
};
|
|
18417
|
-
required: string[];
|
|
18418
|
-
type: string;
|
|
18419
|
-
})[];
|
|
18314
|
+
}[];
|
|
18420
18315
|
};
|
|
18421
18316
|
type: string;
|
|
18422
18317
|
};
|
|
@@ -18469,17 +18364,15 @@ declare const _default: {
|
|
|
18469
18364
|
warnings: {
|
|
18470
18365
|
items: {
|
|
18471
18366
|
description: string;
|
|
18472
|
-
oneOf:
|
|
18367
|
+
oneOf: {
|
|
18473
18368
|
description: string;
|
|
18474
18369
|
properties: {
|
|
18475
18370
|
created_at: {
|
|
18476
18371
|
format: string;
|
|
18477
18372
|
type: string;
|
|
18478
|
-
description?: never;
|
|
18479
18373
|
};
|
|
18480
18374
|
message: {
|
|
18481
18375
|
type: string;
|
|
18482
|
-
description?: never;
|
|
18483
18376
|
};
|
|
18484
18377
|
warning_code: {
|
|
18485
18378
|
enum: string[];
|
|
@@ -18488,26 +18381,7 @@ declare const _default: {
|
|
|
18488
18381
|
};
|
|
18489
18382
|
required: string[];
|
|
18490
18383
|
type: string;
|
|
18491
|
-
}
|
|
18492
|
-
description: string;
|
|
18493
|
-
properties: {
|
|
18494
|
-
created_at: {
|
|
18495
|
-
description: string;
|
|
18496
|
-
format: string;
|
|
18497
|
-
type: string;
|
|
18498
|
-
};
|
|
18499
|
-
message: {
|
|
18500
|
-
description: string;
|
|
18501
|
-
type: string;
|
|
18502
|
-
};
|
|
18503
|
-
warning_code: {
|
|
18504
|
-
enum: string[];
|
|
18505
|
-
type: string;
|
|
18506
|
-
};
|
|
18507
|
-
};
|
|
18508
|
-
required: string[];
|
|
18509
|
-
type: string;
|
|
18510
|
-
})[];
|
|
18384
|
+
}[];
|
|
18511
18385
|
};
|
|
18512
18386
|
type: string;
|
|
18513
18387
|
};
|
|
@@ -18630,7 +18504,7 @@ declare const _default: {
|
|
|
18630
18504
|
errors: {
|
|
18631
18505
|
items: {
|
|
18632
18506
|
description: string;
|
|
18633
|
-
oneOf:
|
|
18507
|
+
oneOf: {
|
|
18634
18508
|
description: string;
|
|
18635
18509
|
properties: {
|
|
18636
18510
|
created_at: {
|
|
@@ -18646,31 +18520,10 @@ declare const _default: {
|
|
|
18646
18520
|
description: string;
|
|
18647
18521
|
type: string;
|
|
18648
18522
|
};
|
|
18649
|
-
warning_code?: never;
|
|
18650
|
-
};
|
|
18651
|
-
required: string[];
|
|
18652
|
-
type: string;
|
|
18653
|
-
} | {
|
|
18654
|
-
description: string;
|
|
18655
|
-
properties: {
|
|
18656
|
-
created_at: {
|
|
18657
|
-
description: string;
|
|
18658
|
-
format: string;
|
|
18659
|
-
type: string;
|
|
18660
|
-
};
|
|
18661
|
-
message: {
|
|
18662
|
-
description: string;
|
|
18663
|
-
type: string;
|
|
18664
|
-
};
|
|
18665
|
-
warning_code: {
|
|
18666
|
-
enum: string[];
|
|
18667
|
-
type: string;
|
|
18668
|
-
};
|
|
18669
|
-
error_code?: never;
|
|
18670
18523
|
};
|
|
18671
18524
|
required: string[];
|
|
18672
18525
|
type: string;
|
|
18673
|
-
}
|
|
18526
|
+
}[];
|
|
18674
18527
|
};
|
|
18675
18528
|
type: string;
|
|
18676
18529
|
};
|
|
@@ -18723,35 +18576,14 @@ declare const _default: {
|
|
|
18723
18576
|
warnings: {
|
|
18724
18577
|
items: {
|
|
18725
18578
|
description: string;
|
|
18726
|
-
oneOf:
|
|
18727
|
-
description: string;
|
|
18728
|
-
properties: {
|
|
18729
|
-
created_at: {
|
|
18730
|
-
format: string;
|
|
18731
|
-
type: string;
|
|
18732
|
-
description?: never;
|
|
18733
|
-
};
|
|
18734
|
-
message: {
|
|
18735
|
-
type: string;
|
|
18736
|
-
description?: never;
|
|
18737
|
-
};
|
|
18738
|
-
warning_code: {
|
|
18739
|
-
enum: string[];
|
|
18740
|
-
type: string;
|
|
18741
|
-
};
|
|
18742
|
-
};
|
|
18743
|
-
required: string[];
|
|
18744
|
-
type: string;
|
|
18745
|
-
} | {
|
|
18579
|
+
oneOf: {
|
|
18746
18580
|
description: string;
|
|
18747
18581
|
properties: {
|
|
18748
18582
|
created_at: {
|
|
18749
|
-
description: string;
|
|
18750
18583
|
format: string;
|
|
18751
18584
|
type: string;
|
|
18752
18585
|
};
|
|
18753
18586
|
message: {
|
|
18754
|
-
description: string;
|
|
18755
18587
|
type: string;
|
|
18756
18588
|
};
|
|
18757
18589
|
warning_code: {
|
|
@@ -18761,7 +18593,7 @@ declare const _default: {
|
|
|
18761
18593
|
};
|
|
18762
18594
|
required: string[];
|
|
18763
18595
|
type: string;
|
|
18764
|
-
}
|
|
18596
|
+
}[];
|
|
18765
18597
|
};
|
|
18766
18598
|
type: string;
|
|
18767
18599
|
};
|
|
@@ -29813,12 +29645,6 @@ interface Routes {
|
|
|
29813
29645
|
created_at: string;
|
|
29814
29646
|
message: string;
|
|
29815
29647
|
warning_code: 'being_deleted';
|
|
29816
|
-
} | {
|
|
29817
|
-
/** Date and time at which Seam created the error. */
|
|
29818
|
-
created_at: string;
|
|
29819
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29820
|
-
message: string;
|
|
29821
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
29822
29648
|
} | {
|
|
29823
29649
|
created_at: string;
|
|
29824
29650
|
message: string;
|
|
@@ -29841,19 +29667,19 @@ interface Routes {
|
|
|
29841
29667
|
created_at: string;
|
|
29842
29668
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29843
29669
|
message: string;
|
|
29844
|
-
|
|
29670
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
29845
29671
|
} | {
|
|
29846
29672
|
/** Date and time at which Seam created the error. */
|
|
29847
29673
|
created_at: string;
|
|
29848
29674
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29849
29675
|
message: string;
|
|
29850
|
-
|
|
29676
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
29851
29677
|
} | {
|
|
29852
29678
|
/** Date and time at which Seam created the error. */
|
|
29853
29679
|
created_at: string;
|
|
29854
29680
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29855
29681
|
message: string;
|
|
29856
|
-
|
|
29682
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
29857
29683
|
}>;
|
|
29858
29684
|
full_name?: string | undefined;
|
|
29859
29685
|
/**
|
|
@@ -30946,12 +30772,6 @@ interface Routes {
|
|
|
30946
30772
|
created_at: string;
|
|
30947
30773
|
message: string;
|
|
30948
30774
|
warning_code: 'being_deleted';
|
|
30949
|
-
} | {
|
|
30950
|
-
/** Date and time at which Seam created the error. */
|
|
30951
|
-
created_at: string;
|
|
30952
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30953
|
-
message: string;
|
|
30954
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
30955
30775
|
} | {
|
|
30956
30776
|
created_at: string;
|
|
30957
30777
|
message: string;
|
|
@@ -30974,19 +30794,19 @@ interface Routes {
|
|
|
30974
30794
|
created_at: string;
|
|
30975
30795
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30976
30796
|
message: string;
|
|
30977
|
-
|
|
30797
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
30978
30798
|
} | {
|
|
30979
30799
|
/** Date and time at which Seam created the error. */
|
|
30980
30800
|
created_at: string;
|
|
30981
30801
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30982
30802
|
message: string;
|
|
30983
|
-
|
|
30803
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
30984
30804
|
} | {
|
|
30985
30805
|
/** Date and time at which Seam created the error. */
|
|
30986
30806
|
created_at: string;
|
|
30987
30807
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30988
30808
|
message: string;
|
|
30989
|
-
|
|
30809
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
30990
30810
|
}>;
|
|
30991
30811
|
full_name?: string | undefined;
|
|
30992
30812
|
/**
|
|
@@ -31043,12 +30863,6 @@ interface Routes {
|
|
|
31043
30863
|
created_at: string;
|
|
31044
30864
|
message: string;
|
|
31045
30865
|
warning_code: 'being_deleted';
|
|
31046
|
-
} | {
|
|
31047
|
-
/** Date and time at which Seam created the error. */
|
|
31048
|
-
created_at: string;
|
|
31049
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31050
|
-
message: string;
|
|
31051
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
31052
30866
|
} | {
|
|
31053
30867
|
created_at: string;
|
|
31054
30868
|
message: string;
|
|
@@ -31071,19 +30885,19 @@ interface Routes {
|
|
|
31071
30885
|
created_at: string;
|
|
31072
30886
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31073
30887
|
message: string;
|
|
31074
|
-
|
|
30888
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
31075
30889
|
} | {
|
|
31076
30890
|
/** Date and time at which Seam created the error. */
|
|
31077
30891
|
created_at: string;
|
|
31078
30892
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31079
30893
|
message: string;
|
|
31080
|
-
|
|
30894
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
31081
30895
|
} | {
|
|
31082
30896
|
/** Date and time at which Seam created the error. */
|
|
31083
30897
|
created_at: string;
|
|
31084
30898
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31085
30899
|
message: string;
|
|
31086
|
-
|
|
30900
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
31087
30901
|
}>;
|
|
31088
30902
|
full_name?: string | undefined;
|
|
31089
30903
|
/**
|
|
@@ -31134,12 +30948,6 @@ interface Routes {
|
|
|
31134
30948
|
created_at: string;
|
|
31135
30949
|
message: string;
|
|
31136
30950
|
warning_code: 'being_deleted';
|
|
31137
|
-
} | {
|
|
31138
|
-
/** Date and time at which Seam created the error. */
|
|
31139
|
-
created_at: string;
|
|
31140
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31141
|
-
message: string;
|
|
31142
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
31143
30951
|
} | {
|
|
31144
30952
|
created_at: string;
|
|
31145
30953
|
message: string;
|
|
@@ -31162,19 +30970,19 @@ interface Routes {
|
|
|
31162
30970
|
created_at: string;
|
|
31163
30971
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31164
30972
|
message: string;
|
|
31165
|
-
|
|
30973
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
31166
30974
|
} | {
|
|
31167
30975
|
/** Date and time at which Seam created the error. */
|
|
31168
30976
|
created_at: string;
|
|
31169
30977
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31170
30978
|
message: string;
|
|
31171
|
-
|
|
30979
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
31172
30980
|
} | {
|
|
31173
30981
|
/** Date and time at which Seam created the error. */
|
|
31174
30982
|
created_at: string;
|
|
31175
30983
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31176
30984
|
message: string;
|
|
31177
|
-
|
|
30985
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
31178
30986
|
}>;
|
|
31179
30987
|
full_name?: string | undefined;
|
|
31180
30988
|
/**
|
|
@@ -31290,12 +31098,6 @@ interface Routes {
|
|
|
31290
31098
|
created_at: string;
|
|
31291
31099
|
message: string;
|
|
31292
31100
|
warning_code: 'being_deleted';
|
|
31293
|
-
} | {
|
|
31294
|
-
/** Date and time at which Seam created the error. */
|
|
31295
|
-
created_at: string;
|
|
31296
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31297
|
-
message: string;
|
|
31298
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
31299
31101
|
} | {
|
|
31300
31102
|
created_at: string;
|
|
31301
31103
|
message: string;
|
|
@@ -31318,19 +31120,19 @@ interface Routes {
|
|
|
31318
31120
|
created_at: string;
|
|
31319
31121
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31320
31122
|
message: string;
|
|
31321
|
-
|
|
31123
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
31322
31124
|
} | {
|
|
31323
31125
|
/** Date and time at which Seam created the error. */
|
|
31324
31126
|
created_at: string;
|
|
31325
31127
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31326
31128
|
message: string;
|
|
31327
|
-
|
|
31129
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
31328
31130
|
} | {
|
|
31329
31131
|
/** Date and time at which Seam created the error. */
|
|
31330
31132
|
created_at: string;
|
|
31331
31133
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31332
31134
|
message: string;
|
|
31333
|
-
|
|
31135
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
31334
31136
|
}>;
|
|
31335
31137
|
full_name?: string | undefined;
|
|
31336
31138
|
/**
|
|
@@ -31380,12 +31182,6 @@ interface Routes {
|
|
|
31380
31182
|
created_at: string;
|
|
31381
31183
|
message: string;
|
|
31382
31184
|
warning_code: 'being_deleted';
|
|
31383
|
-
} | {
|
|
31384
|
-
/** Date and time at which Seam created the error. */
|
|
31385
|
-
created_at: string;
|
|
31386
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31387
|
-
message: string;
|
|
31388
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
31389
31185
|
} | {
|
|
31390
31186
|
created_at: string;
|
|
31391
31187
|
message: string;
|
|
@@ -31408,19 +31204,19 @@ interface Routes {
|
|
|
31408
31204
|
created_at: string;
|
|
31409
31205
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31410
31206
|
message: string;
|
|
31411
|
-
|
|
31207
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
31412
31208
|
} | {
|
|
31413
31209
|
/** Date and time at which Seam created the error. */
|
|
31414
31210
|
created_at: string;
|
|
31415
31211
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31416
31212
|
message: string;
|
|
31417
|
-
|
|
31213
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
31418
31214
|
} | {
|
|
31419
31215
|
/** Date and time at which Seam created the error. */
|
|
31420
31216
|
created_at: string;
|
|
31421
31217
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31422
31218
|
message: string;
|
|
31423
|
-
|
|
31219
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
31424
31220
|
}>;
|
|
31425
31221
|
full_name?: string | undefined;
|
|
31426
31222
|
/**
|
|
@@ -43593,12 +43389,6 @@ interface Routes {
|
|
|
43593
43389
|
created_at: string;
|
|
43594
43390
|
message: string;
|
|
43595
43391
|
warning_code: 'being_deleted';
|
|
43596
|
-
} | {
|
|
43597
|
-
/** Date and time at which Seam created the error. */
|
|
43598
|
-
created_at: string;
|
|
43599
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43600
|
-
message: string;
|
|
43601
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
43602
43392
|
} | {
|
|
43603
43393
|
created_at: string;
|
|
43604
43394
|
message: string;
|
|
@@ -43621,19 +43411,19 @@ interface Routes {
|
|
|
43621
43411
|
created_at: string;
|
|
43622
43412
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43623
43413
|
message: string;
|
|
43624
|
-
|
|
43414
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
43625
43415
|
} | {
|
|
43626
43416
|
/** Date and time at which Seam created the error. */
|
|
43627
43417
|
created_at: string;
|
|
43628
43418
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43629
43419
|
message: string;
|
|
43630
|
-
|
|
43420
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
43631
43421
|
} | {
|
|
43632
43422
|
/** Date and time at which Seam created the error. */
|
|
43633
43423
|
created_at: string;
|
|
43634
43424
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43635
43425
|
message: string;
|
|
43636
|
-
|
|
43426
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
43637
43427
|
}>;
|
|
43638
43428
|
full_name?: string | undefined;
|
|
43639
43429
|
/**
|