@seamapi/types 1.375.2 → 1.377.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 +1708 -529
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1588 -363
- package/lib/seam/connect/models/access-codes/managed-access-code.js +48 -23
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js +13 -2
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +182 -150
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +2 -3
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/index.d.ts +1 -1
- package/lib/seam/connect/models/acs/acs-users/index.js +1 -1
- package/lib/seam/connect/models/acs/acs-users/index.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/{pending-modifications.d.ts → pending-mutations.d.ts} +191 -106
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js +90 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js.map +1 -0
- package/lib/seam/connect/openapi.d.ts +257 -58
- package/lib/seam/connect/openapi.js +1588 -436
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1155 -161
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +95 -60
- package/src/lib/seam/connect/models/access-codes/unmanaged-access-code.ts +15 -2
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +2 -3
- package/src/lib/seam/connect/models/acs/acs-users/index.ts +1 -1
- package/src/lib/seam/connect/models/acs/acs-users/pending-mutations.ts +110 -0
- package/src/lib/seam/connect/openapi.ts +1928 -446
- package/src/lib/seam/connect/route-types.ts +1162 -161
- package/lib/seam/connect/models/acs/acs-users/pending-modifications.js +0 -85
- package/lib/seam/connect/models/acs/acs-users/pending-modifications.js.map +0 -1
- package/src/lib/seam/connect/models/acs/acs-users/pending-modifications.ts +0 -109
|
@@ -2,6 +2,7 @@ declare const _default: {
|
|
|
2
2
|
components: {
|
|
3
3
|
schemas: {
|
|
4
4
|
access_code: {
|
|
5
|
+
description: string;
|
|
5
6
|
properties: {
|
|
6
7
|
access_code_id: {
|
|
7
8
|
description: string;
|
|
@@ -44,9 +45,9 @@ declare const _default: {
|
|
|
44
45
|
description: string;
|
|
45
46
|
properties: {
|
|
46
47
|
created_at: {
|
|
48
|
+
description: string;
|
|
47
49
|
format: string;
|
|
48
50
|
type: string;
|
|
49
|
-
description?: never;
|
|
50
51
|
};
|
|
51
52
|
error_code: {
|
|
52
53
|
description: string;
|
|
@@ -54,10 +55,12 @@ declare const _default: {
|
|
|
54
55
|
type: string;
|
|
55
56
|
};
|
|
56
57
|
is_access_code_error: {
|
|
58
|
+
description: string;
|
|
57
59
|
enum: boolean[];
|
|
58
60
|
type: string;
|
|
59
61
|
};
|
|
60
62
|
message: {
|
|
63
|
+
description: string;
|
|
61
64
|
type: string;
|
|
62
65
|
};
|
|
63
66
|
is_connected_account_error?: never;
|
|
@@ -89,6 +92,7 @@ declare const _default: {
|
|
|
89
92
|
};
|
|
90
93
|
message: {
|
|
91
94
|
type: string;
|
|
95
|
+
description?: never;
|
|
92
96
|
};
|
|
93
97
|
is_access_code_error?: never;
|
|
94
98
|
is_bridge_error?: never;
|
|
@@ -114,6 +118,7 @@ declare const _default: {
|
|
|
114
118
|
};
|
|
115
119
|
message: {
|
|
116
120
|
type: string;
|
|
121
|
+
description?: never;
|
|
117
122
|
};
|
|
118
123
|
is_access_code_error?: never;
|
|
119
124
|
is_connected_account_error?: never;
|
|
@@ -143,6 +148,7 @@ declare const _default: {
|
|
|
143
148
|
};
|
|
144
149
|
message: {
|
|
145
150
|
type: string;
|
|
151
|
+
description?: never;
|
|
146
152
|
};
|
|
147
153
|
is_access_code_error?: never;
|
|
148
154
|
is_device_error?: never;
|
|
@@ -216,6 +222,7 @@ declare const _default: {
|
|
|
216
222
|
warnings: {
|
|
217
223
|
description: string;
|
|
218
224
|
items: {
|
|
225
|
+
description: string;
|
|
219
226
|
discriminator: {
|
|
220
227
|
propertyName: string;
|
|
221
228
|
};
|
|
@@ -223,10 +230,12 @@ declare const _default: {
|
|
|
223
230
|
description: string;
|
|
224
231
|
properties: {
|
|
225
232
|
created_at: {
|
|
233
|
+
description: string;
|
|
226
234
|
format: string;
|
|
227
235
|
type: string;
|
|
228
236
|
};
|
|
229
237
|
message: {
|
|
238
|
+
description: string;
|
|
230
239
|
type: string;
|
|
231
240
|
};
|
|
232
241
|
warning_code: {
|
|
@@ -1220,7 +1229,7 @@ declare const _default: {
|
|
|
1220
1229
|
type: string;
|
|
1221
1230
|
'x-undocumented': string;
|
|
1222
1231
|
};
|
|
1223
|
-
|
|
1232
|
+
pending_mutations: {
|
|
1224
1233
|
items: {
|
|
1225
1234
|
discriminator: {
|
|
1226
1235
|
propertyName: string;
|
|
@@ -1231,12 +1240,12 @@ declare const _default: {
|
|
|
1231
1240
|
format: string;
|
|
1232
1241
|
type: string;
|
|
1233
1242
|
};
|
|
1234
|
-
|
|
1243
|
+
mutation_code: {
|
|
1235
1244
|
enum: string[];
|
|
1236
1245
|
type: string;
|
|
1237
1246
|
};
|
|
1238
|
-
|
|
1239
|
-
|
|
1247
|
+
from?: never;
|
|
1248
|
+
to?: never;
|
|
1240
1249
|
};
|
|
1241
1250
|
required: string[];
|
|
1242
1251
|
type: string;
|
|
@@ -1246,11 +1255,7 @@ declare const _default: {
|
|
|
1246
1255
|
format: string;
|
|
1247
1256
|
type: string;
|
|
1248
1257
|
};
|
|
1249
|
-
|
|
1250
|
-
enum: string[];
|
|
1251
|
-
type: string;
|
|
1252
|
-
};
|
|
1253
|
-
modified_from: {
|
|
1258
|
+
from: {
|
|
1254
1259
|
properties: {
|
|
1255
1260
|
email_address: {
|
|
1256
1261
|
format: string;
|
|
@@ -1273,7 +1278,11 @@ declare const _default: {
|
|
|
1273
1278
|
type: string;
|
|
1274
1279
|
required?: never;
|
|
1275
1280
|
};
|
|
1276
|
-
|
|
1281
|
+
mutation_code: {
|
|
1282
|
+
enum: string[];
|
|
1283
|
+
type: string;
|
|
1284
|
+
};
|
|
1285
|
+
to: {
|
|
1277
1286
|
properties: {
|
|
1278
1287
|
email_address: {
|
|
1279
1288
|
format: string;
|
|
@@ -1305,11 +1314,7 @@ declare const _default: {
|
|
|
1305
1314
|
format: string;
|
|
1306
1315
|
type: string;
|
|
1307
1316
|
};
|
|
1308
|
-
|
|
1309
|
-
enum: string[];
|
|
1310
|
-
type: string;
|
|
1311
|
-
};
|
|
1312
|
-
modified_from: {
|
|
1317
|
+
from: {
|
|
1313
1318
|
properties: {
|
|
1314
1319
|
ends_at: {
|
|
1315
1320
|
description: string;
|
|
@@ -1331,7 +1336,11 @@ declare const _default: {
|
|
|
1331
1336
|
required: string[];
|
|
1332
1337
|
type: string;
|
|
1333
1338
|
};
|
|
1334
|
-
|
|
1339
|
+
mutation_code: {
|
|
1340
|
+
enum: string[];
|
|
1341
|
+
type: string;
|
|
1342
|
+
};
|
|
1343
|
+
to: {
|
|
1335
1344
|
properties: {
|
|
1336
1345
|
ends_at: {
|
|
1337
1346
|
description: string;
|
|
@@ -1362,11 +1371,7 @@ declare const _default: {
|
|
|
1362
1371
|
format: string;
|
|
1363
1372
|
type: string;
|
|
1364
1373
|
};
|
|
1365
|
-
|
|
1366
|
-
enum: string[];
|
|
1367
|
-
type: string;
|
|
1368
|
-
};
|
|
1369
|
-
modified_from: {
|
|
1374
|
+
from: {
|
|
1370
1375
|
properties: {
|
|
1371
1376
|
is_suspended: {
|
|
1372
1377
|
type: string;
|
|
@@ -1381,7 +1386,11 @@ declare const _default: {
|
|
|
1381
1386
|
required: string[];
|
|
1382
1387
|
type: string;
|
|
1383
1388
|
};
|
|
1384
|
-
|
|
1389
|
+
mutation_code: {
|
|
1390
|
+
enum: string[];
|
|
1391
|
+
type: string;
|
|
1392
|
+
};
|
|
1393
|
+
to: {
|
|
1385
1394
|
properties: {
|
|
1386
1395
|
is_suspended: {
|
|
1387
1396
|
type: string;
|
|
@@ -1405,11 +1414,7 @@ declare const _default: {
|
|
|
1405
1414
|
format: string;
|
|
1406
1415
|
type: string;
|
|
1407
1416
|
};
|
|
1408
|
-
|
|
1409
|
-
enum: string[];
|
|
1410
|
-
type: string;
|
|
1411
|
-
};
|
|
1412
|
-
modified_from: {
|
|
1417
|
+
from: {
|
|
1413
1418
|
properties: {
|
|
1414
1419
|
acs_access_group_id: {
|
|
1415
1420
|
format: string;
|
|
@@ -1426,7 +1431,11 @@ declare const _default: {
|
|
|
1426
1431
|
required: string[];
|
|
1427
1432
|
type: string;
|
|
1428
1433
|
};
|
|
1429
|
-
|
|
1434
|
+
mutation_code: {
|
|
1435
|
+
enum: string[];
|
|
1436
|
+
type: string;
|
|
1437
|
+
};
|
|
1438
|
+
to: {
|
|
1430
1439
|
properties: {
|
|
1431
1440
|
acs_access_group_id: {
|
|
1432
1441
|
format: string;
|
|
@@ -7873,6 +7882,7 @@ declare const _default: {
|
|
|
7873
7882
|
'x-route-path': string;
|
|
7874
7883
|
};
|
|
7875
7884
|
unmanaged_access_code: {
|
|
7885
|
+
description: string;
|
|
7876
7886
|
properties: {
|
|
7877
7887
|
access_code_id: {
|
|
7878
7888
|
description: string;
|
|
@@ -7910,9 +7920,9 @@ declare const _default: {
|
|
|
7910
7920
|
description: string;
|
|
7911
7921
|
properties: {
|
|
7912
7922
|
created_at: {
|
|
7923
|
+
description: string;
|
|
7913
7924
|
format: string;
|
|
7914
7925
|
type: string;
|
|
7915
|
-
description?: never;
|
|
7916
7926
|
};
|
|
7917
7927
|
error_code: {
|
|
7918
7928
|
description: string;
|
|
@@ -7920,10 +7930,12 @@ declare const _default: {
|
|
|
7920
7930
|
type: string;
|
|
7921
7931
|
};
|
|
7922
7932
|
is_access_code_error: {
|
|
7933
|
+
description: string;
|
|
7923
7934
|
enum: boolean[];
|
|
7924
7935
|
type: string;
|
|
7925
7936
|
};
|
|
7926
7937
|
message: {
|
|
7938
|
+
description: string;
|
|
7927
7939
|
type: string;
|
|
7928
7940
|
};
|
|
7929
7941
|
is_connected_account_error?: never;
|
|
@@ -7955,6 +7967,7 @@ declare const _default: {
|
|
|
7955
7967
|
};
|
|
7956
7968
|
message: {
|
|
7957
7969
|
type: string;
|
|
7970
|
+
description?: never;
|
|
7958
7971
|
};
|
|
7959
7972
|
is_access_code_error?: never;
|
|
7960
7973
|
is_bridge_error?: never;
|
|
@@ -7980,6 +7993,7 @@ declare const _default: {
|
|
|
7980
7993
|
};
|
|
7981
7994
|
message: {
|
|
7982
7995
|
type: string;
|
|
7996
|
+
description?: never;
|
|
7983
7997
|
};
|
|
7984
7998
|
is_access_code_error?: never;
|
|
7985
7999
|
is_connected_account_error?: never;
|
|
@@ -8009,6 +8023,7 @@ declare const _default: {
|
|
|
8009
8023
|
};
|
|
8010
8024
|
message: {
|
|
8011
8025
|
type: string;
|
|
8026
|
+
description?: never;
|
|
8012
8027
|
};
|
|
8013
8028
|
is_access_code_error?: never;
|
|
8014
8029
|
is_device_error?: never;
|
|
@@ -8020,6 +8035,7 @@ declare const _default: {
|
|
|
8020
8035
|
type: string;
|
|
8021
8036
|
};
|
|
8022
8037
|
is_managed: {
|
|
8038
|
+
description: string;
|
|
8023
8039
|
enum: boolean[];
|
|
8024
8040
|
type: string;
|
|
8025
8041
|
};
|
|
@@ -8035,6 +8051,7 @@ declare const _default: {
|
|
|
8035
8051
|
type: string;
|
|
8036
8052
|
};
|
|
8037
8053
|
status: {
|
|
8054
|
+
description: string;
|
|
8038
8055
|
enum: string[];
|
|
8039
8056
|
type: string;
|
|
8040
8057
|
};
|
|
@@ -8046,6 +8063,7 @@ declare const _default: {
|
|
|
8046
8063
|
warnings: {
|
|
8047
8064
|
description: string;
|
|
8048
8065
|
items: {
|
|
8066
|
+
description: string;
|
|
8049
8067
|
discriminator: {
|
|
8050
8068
|
propertyName: string;
|
|
8051
8069
|
};
|
|
@@ -8053,10 +8071,12 @@ declare const _default: {
|
|
|
8053
8071
|
description: string;
|
|
8054
8072
|
properties: {
|
|
8055
8073
|
created_at: {
|
|
8074
|
+
description: string;
|
|
8056
8075
|
format: string;
|
|
8057
8076
|
type: string;
|
|
8058
8077
|
};
|
|
8059
8078
|
message: {
|
|
8079
|
+
description: string;
|
|
8060
8080
|
type: string;
|
|
8061
8081
|
};
|
|
8062
8082
|
warning_code: {
|
|
@@ -8507,7 +8527,7 @@ declare const _default: {
|
|
|
8507
8527
|
type: string;
|
|
8508
8528
|
'x-undocumented': string;
|
|
8509
8529
|
};
|
|
8510
|
-
|
|
8530
|
+
pending_mutations: {
|
|
8511
8531
|
items: {
|
|
8512
8532
|
discriminator: {
|
|
8513
8533
|
propertyName: string;
|
|
@@ -8518,12 +8538,12 @@ declare const _default: {
|
|
|
8518
8538
|
format: string;
|
|
8519
8539
|
type: string;
|
|
8520
8540
|
};
|
|
8521
|
-
|
|
8541
|
+
mutation_code: {
|
|
8522
8542
|
enum: string[];
|
|
8523
8543
|
type: string;
|
|
8524
8544
|
};
|
|
8525
|
-
|
|
8526
|
-
|
|
8545
|
+
from?: never;
|
|
8546
|
+
to?: never;
|
|
8527
8547
|
};
|
|
8528
8548
|
required: string[];
|
|
8529
8549
|
type: string;
|
|
@@ -8533,11 +8553,7 @@ declare const _default: {
|
|
|
8533
8553
|
format: string;
|
|
8534
8554
|
type: string;
|
|
8535
8555
|
};
|
|
8536
|
-
|
|
8537
|
-
enum: string[];
|
|
8538
|
-
type: string;
|
|
8539
|
-
};
|
|
8540
|
-
modified_from: {
|
|
8556
|
+
from: {
|
|
8541
8557
|
properties: {
|
|
8542
8558
|
email_address: {
|
|
8543
8559
|
format: string;
|
|
@@ -8560,7 +8576,11 @@ declare const _default: {
|
|
|
8560
8576
|
type: string;
|
|
8561
8577
|
required?: never;
|
|
8562
8578
|
};
|
|
8563
|
-
|
|
8579
|
+
mutation_code: {
|
|
8580
|
+
enum: string[];
|
|
8581
|
+
type: string;
|
|
8582
|
+
};
|
|
8583
|
+
to: {
|
|
8564
8584
|
properties: {
|
|
8565
8585
|
email_address: {
|
|
8566
8586
|
format: string;
|
|
@@ -8592,11 +8612,7 @@ declare const _default: {
|
|
|
8592
8612
|
format: string;
|
|
8593
8613
|
type: string;
|
|
8594
8614
|
};
|
|
8595
|
-
|
|
8596
|
-
enum: string[];
|
|
8597
|
-
type: string;
|
|
8598
|
-
};
|
|
8599
|
-
modified_from: {
|
|
8615
|
+
from: {
|
|
8600
8616
|
properties: {
|
|
8601
8617
|
ends_at: {
|
|
8602
8618
|
description: string;
|
|
@@ -8618,7 +8634,11 @@ declare const _default: {
|
|
|
8618
8634
|
required: string[];
|
|
8619
8635
|
type: string;
|
|
8620
8636
|
};
|
|
8621
|
-
|
|
8637
|
+
mutation_code: {
|
|
8638
|
+
enum: string[];
|
|
8639
|
+
type: string;
|
|
8640
|
+
};
|
|
8641
|
+
to: {
|
|
8622
8642
|
properties: {
|
|
8623
8643
|
ends_at: {
|
|
8624
8644
|
description: string;
|
|
@@ -8649,11 +8669,7 @@ declare const _default: {
|
|
|
8649
8669
|
format: string;
|
|
8650
8670
|
type: string;
|
|
8651
8671
|
};
|
|
8652
|
-
|
|
8653
|
-
enum: string[];
|
|
8654
|
-
type: string;
|
|
8655
|
-
};
|
|
8656
|
-
modified_from: {
|
|
8672
|
+
from: {
|
|
8657
8673
|
properties: {
|
|
8658
8674
|
is_suspended: {
|
|
8659
8675
|
type: string;
|
|
@@ -8668,7 +8684,11 @@ declare const _default: {
|
|
|
8668
8684
|
required: string[];
|
|
8669
8685
|
type: string;
|
|
8670
8686
|
};
|
|
8671
|
-
|
|
8687
|
+
mutation_code: {
|
|
8688
|
+
enum: string[];
|
|
8689
|
+
type: string;
|
|
8690
|
+
};
|
|
8691
|
+
to: {
|
|
8672
8692
|
properties: {
|
|
8673
8693
|
is_suspended: {
|
|
8674
8694
|
type: string;
|
|
@@ -8692,11 +8712,7 @@ declare const _default: {
|
|
|
8692
8712
|
format: string;
|
|
8693
8713
|
type: string;
|
|
8694
8714
|
};
|
|
8695
|
-
|
|
8696
|
-
enum: string[];
|
|
8697
|
-
type: string;
|
|
8698
|
-
};
|
|
8699
|
-
modified_from: {
|
|
8715
|
+
from: {
|
|
8700
8716
|
properties: {
|
|
8701
8717
|
acs_access_group_id: {
|
|
8702
8718
|
format: string;
|
|
@@ -8713,7 +8729,11 @@ declare const _default: {
|
|
|
8713
8729
|
required: string[];
|
|
8714
8730
|
type: string;
|
|
8715
8731
|
};
|
|
8716
|
-
|
|
8732
|
+
mutation_code: {
|
|
8733
|
+
enum: string[];
|
|
8734
|
+
type: string;
|
|
8735
|
+
};
|
|
8736
|
+
to: {
|
|
8717
8737
|
properties: {
|
|
8718
8738
|
acs_access_group_id: {
|
|
8719
8739
|
format: string;
|
|
@@ -9316,6 +9336,7 @@ declare const _default: {
|
|
|
9316
9336
|
paths: {
|
|
9317
9337
|
'/access_codes/create': {
|
|
9318
9338
|
post: {
|
|
9339
|
+
description: string;
|
|
9319
9340
|
operationId: string;
|
|
9320
9341
|
requestBody: {
|
|
9321
9342
|
content: {
|
|
@@ -9323,6 +9344,7 @@ declare const _default: {
|
|
|
9323
9344
|
schema: {
|
|
9324
9345
|
properties: {
|
|
9325
9346
|
allow_external_modification: {
|
|
9347
|
+
description: string;
|
|
9326
9348
|
type: string;
|
|
9327
9349
|
};
|
|
9328
9350
|
attempt_for_offline_device: {
|
|
@@ -9330,53 +9352,67 @@ declare const _default: {
|
|
|
9330
9352
|
type: string;
|
|
9331
9353
|
};
|
|
9332
9354
|
code: {
|
|
9355
|
+
description: string;
|
|
9333
9356
|
maxLength: number;
|
|
9334
9357
|
minLength: number;
|
|
9335
9358
|
pattern: string;
|
|
9336
9359
|
type: string;
|
|
9337
9360
|
};
|
|
9338
9361
|
common_code_key: {
|
|
9362
|
+
description: string;
|
|
9339
9363
|
type: string;
|
|
9340
9364
|
};
|
|
9341
9365
|
device_id: {
|
|
9366
|
+
description: string;
|
|
9342
9367
|
format: string;
|
|
9343
9368
|
type: string;
|
|
9344
9369
|
};
|
|
9345
9370
|
ends_at: {
|
|
9371
|
+
description: string;
|
|
9346
9372
|
type: string;
|
|
9347
9373
|
};
|
|
9348
9374
|
is_external_modification_allowed: {
|
|
9375
|
+
description: string;
|
|
9349
9376
|
type: string;
|
|
9350
9377
|
};
|
|
9351
9378
|
is_offline_access_code: {
|
|
9379
|
+
description: string;
|
|
9352
9380
|
type: string;
|
|
9353
9381
|
};
|
|
9354
9382
|
is_one_time_use: {
|
|
9383
|
+
description: string;
|
|
9355
9384
|
type: string;
|
|
9356
9385
|
};
|
|
9357
9386
|
max_time_rounding: {
|
|
9358
9387
|
default: string;
|
|
9388
|
+
description: string;
|
|
9359
9389
|
enum: string[];
|
|
9360
9390
|
type: string;
|
|
9361
9391
|
};
|
|
9362
9392
|
name: {
|
|
9393
|
+
description: string;
|
|
9363
9394
|
type: string;
|
|
9364
9395
|
};
|
|
9365
9396
|
prefer_native_scheduling: {
|
|
9397
|
+
description: string;
|
|
9366
9398
|
type: string;
|
|
9367
9399
|
};
|
|
9368
9400
|
preferred_code_length: {
|
|
9401
|
+
description: string;
|
|
9369
9402
|
format: string;
|
|
9370
9403
|
type: string;
|
|
9371
9404
|
};
|
|
9372
9405
|
starts_at: {
|
|
9406
|
+
description: string;
|
|
9373
9407
|
type: string;
|
|
9374
9408
|
};
|
|
9375
9409
|
sync: {
|
|
9376
9410
|
default: boolean;
|
|
9377
9411
|
type: string;
|
|
9412
|
+
'x-undocumented': string;
|
|
9378
9413
|
};
|
|
9379
9414
|
use_backup_access_code_pool: {
|
|
9415
|
+
description: string;
|
|
9380
9416
|
type: string;
|
|
9381
9417
|
};
|
|
9382
9418
|
use_offline_access_code: {
|
|
@@ -9447,10 +9483,12 @@ declare const _default: {
|
|
|
9447
9483
|
'x-fern-sdk-method-name': string;
|
|
9448
9484
|
'x-fern-sdk-return-value': string;
|
|
9449
9485
|
'x-response-key': string;
|
|
9486
|
+
'x-title': string;
|
|
9450
9487
|
};
|
|
9451
9488
|
};
|
|
9452
9489
|
'/access_codes/create_multiple': {
|
|
9453
9490
|
post: {
|
|
9491
|
+
description: string;
|
|
9454
9492
|
operationId: string;
|
|
9455
9493
|
requestBody: {
|
|
9456
9494
|
content: {
|
|
@@ -9458,6 +9496,7 @@ declare const _default: {
|
|
|
9458
9496
|
schema: {
|
|
9459
9497
|
properties: {
|
|
9460
9498
|
allow_external_modification: {
|
|
9499
|
+
description: string;
|
|
9461
9500
|
type: string;
|
|
9462
9501
|
};
|
|
9463
9502
|
attempt_for_offline_device: {
|
|
@@ -9466,16 +9505,19 @@ declare const _default: {
|
|
|
9466
9505
|
};
|
|
9467
9506
|
behavior_when_code_cannot_be_shared: {
|
|
9468
9507
|
default: string;
|
|
9508
|
+
description: string;
|
|
9469
9509
|
enum: string[];
|
|
9470
9510
|
type: string;
|
|
9471
9511
|
};
|
|
9472
9512
|
code: {
|
|
9513
|
+
description: string;
|
|
9473
9514
|
maxLength: number;
|
|
9474
9515
|
minLength: number;
|
|
9475
9516
|
pattern: string;
|
|
9476
9517
|
type: string;
|
|
9477
9518
|
};
|
|
9478
9519
|
device_ids: {
|
|
9520
|
+
description: string;
|
|
9479
9521
|
items: {
|
|
9480
9522
|
format: string;
|
|
9481
9523
|
type: string;
|
|
@@ -9483,36 +9525,46 @@ declare const _default: {
|
|
|
9483
9525
|
type: string;
|
|
9484
9526
|
};
|
|
9485
9527
|
ends_at: {
|
|
9528
|
+
description: string;
|
|
9486
9529
|
type: string;
|
|
9487
9530
|
};
|
|
9488
9531
|
is_external_modification_allowed: {
|
|
9532
|
+
description: string;
|
|
9489
9533
|
type: string;
|
|
9490
9534
|
};
|
|
9491
9535
|
is_offline_access_code: {
|
|
9536
|
+
description: string;
|
|
9492
9537
|
type: string;
|
|
9493
9538
|
};
|
|
9494
9539
|
is_one_time_use: {
|
|
9540
|
+
description: string;
|
|
9495
9541
|
type: string;
|
|
9496
9542
|
};
|
|
9497
9543
|
max_time_rounding: {
|
|
9498
9544
|
default: string;
|
|
9545
|
+
description: string;
|
|
9499
9546
|
enum: string[];
|
|
9500
9547
|
type: string;
|
|
9501
9548
|
};
|
|
9502
9549
|
name: {
|
|
9550
|
+
description: string;
|
|
9503
9551
|
type: string;
|
|
9504
9552
|
};
|
|
9505
9553
|
prefer_native_scheduling: {
|
|
9554
|
+
description: string;
|
|
9506
9555
|
type: string;
|
|
9507
9556
|
};
|
|
9508
9557
|
preferred_code_length: {
|
|
9558
|
+
description: string;
|
|
9509
9559
|
format: string;
|
|
9510
9560
|
type: string;
|
|
9511
9561
|
};
|
|
9512
9562
|
starts_at: {
|
|
9563
|
+
description: string;
|
|
9513
9564
|
type: string;
|
|
9514
9565
|
};
|
|
9515
9566
|
use_backup_access_code_pool: {
|
|
9567
|
+
description: string;
|
|
9516
9568
|
type: string;
|
|
9517
9569
|
};
|
|
9518
9570
|
use_offline_access_code: {
|
|
@@ -9582,8 +9634,10 @@ declare const _default: {
|
|
|
9582
9634
|
'x-fern-sdk-method-name': string;
|
|
9583
9635
|
'x-fern-sdk-return-value': string;
|
|
9584
9636
|
'x-response-key': string;
|
|
9637
|
+
'x-title': string;
|
|
9585
9638
|
};
|
|
9586
9639
|
put: {
|
|
9640
|
+
description: string;
|
|
9587
9641
|
operationId: string;
|
|
9588
9642
|
requestBody: {
|
|
9589
9643
|
content: {
|
|
@@ -9591,6 +9645,7 @@ declare const _default: {
|
|
|
9591
9645
|
schema: {
|
|
9592
9646
|
properties: {
|
|
9593
9647
|
allow_external_modification: {
|
|
9648
|
+
description: string;
|
|
9594
9649
|
type: string;
|
|
9595
9650
|
};
|
|
9596
9651
|
attempt_for_offline_device: {
|
|
@@ -9599,16 +9654,19 @@ declare const _default: {
|
|
|
9599
9654
|
};
|
|
9600
9655
|
behavior_when_code_cannot_be_shared: {
|
|
9601
9656
|
default: string;
|
|
9657
|
+
description: string;
|
|
9602
9658
|
enum: string[];
|
|
9603
9659
|
type: string;
|
|
9604
9660
|
};
|
|
9605
9661
|
code: {
|
|
9662
|
+
description: string;
|
|
9606
9663
|
maxLength: number;
|
|
9607
9664
|
minLength: number;
|
|
9608
9665
|
pattern: string;
|
|
9609
9666
|
type: string;
|
|
9610
9667
|
};
|
|
9611
9668
|
device_ids: {
|
|
9669
|
+
description: string;
|
|
9612
9670
|
items: {
|
|
9613
9671
|
format: string;
|
|
9614
9672
|
type: string;
|
|
@@ -9616,36 +9674,46 @@ declare const _default: {
|
|
|
9616
9674
|
type: string;
|
|
9617
9675
|
};
|
|
9618
9676
|
ends_at: {
|
|
9677
|
+
description: string;
|
|
9619
9678
|
type: string;
|
|
9620
9679
|
};
|
|
9621
9680
|
is_external_modification_allowed: {
|
|
9681
|
+
description: string;
|
|
9622
9682
|
type: string;
|
|
9623
9683
|
};
|
|
9624
9684
|
is_offline_access_code: {
|
|
9685
|
+
description: string;
|
|
9625
9686
|
type: string;
|
|
9626
9687
|
};
|
|
9627
9688
|
is_one_time_use: {
|
|
9689
|
+
description: string;
|
|
9628
9690
|
type: string;
|
|
9629
9691
|
};
|
|
9630
9692
|
max_time_rounding: {
|
|
9631
9693
|
default: string;
|
|
9694
|
+
description: string;
|
|
9632
9695
|
enum: string[];
|
|
9633
9696
|
type: string;
|
|
9634
9697
|
};
|
|
9635
9698
|
name: {
|
|
9699
|
+
description: string;
|
|
9636
9700
|
type: string;
|
|
9637
9701
|
};
|
|
9638
9702
|
prefer_native_scheduling: {
|
|
9703
|
+
description: string;
|
|
9639
9704
|
type: string;
|
|
9640
9705
|
};
|
|
9641
9706
|
preferred_code_length: {
|
|
9707
|
+
description: string;
|
|
9642
9708
|
format: string;
|
|
9643
9709
|
type: string;
|
|
9644
9710
|
};
|
|
9645
9711
|
starts_at: {
|
|
9712
|
+
description: string;
|
|
9646
9713
|
type: string;
|
|
9647
9714
|
};
|
|
9648
9715
|
use_backup_access_code_pool: {
|
|
9716
|
+
description: string;
|
|
9649
9717
|
type: string;
|
|
9650
9718
|
};
|
|
9651
9719
|
use_offline_access_code: {
|
|
@@ -9713,10 +9781,12 @@ declare const _default: {
|
|
|
9713
9781
|
tags: string[];
|
|
9714
9782
|
'x-fern-ignore': boolean;
|
|
9715
9783
|
'x-response-key': string;
|
|
9784
|
+
'x-title': string;
|
|
9716
9785
|
};
|
|
9717
9786
|
};
|
|
9718
9787
|
'/access_codes/delete': {
|
|
9719
9788
|
post: {
|
|
9789
|
+
description: string;
|
|
9720
9790
|
operationId: string;
|
|
9721
9791
|
requestBody: {
|
|
9722
9792
|
content: {
|
|
@@ -9724,16 +9794,19 @@ declare const _default: {
|
|
|
9724
9794
|
schema: {
|
|
9725
9795
|
properties: {
|
|
9726
9796
|
access_code_id: {
|
|
9797
|
+
description: string;
|
|
9727
9798
|
format: string;
|
|
9728
9799
|
type: string;
|
|
9729
9800
|
};
|
|
9730
9801
|
device_id: {
|
|
9802
|
+
description: string;
|
|
9731
9803
|
format: string;
|
|
9732
9804
|
type: string;
|
|
9733
9805
|
};
|
|
9734
9806
|
sync: {
|
|
9735
9807
|
default: boolean;
|
|
9736
9808
|
type: string;
|
|
9809
|
+
'x-undocumented': string;
|
|
9737
9810
|
};
|
|
9738
9811
|
};
|
|
9739
9812
|
required: string[];
|
|
@@ -9796,6 +9869,7 @@ declare const _default: {
|
|
|
9796
9869
|
'x-fern-sdk-group-name': string[];
|
|
9797
9870
|
'x-fern-sdk-method-name': string;
|
|
9798
9871
|
'x-response-key': null;
|
|
9872
|
+
'x-title': string;
|
|
9799
9873
|
};
|
|
9800
9874
|
};
|
|
9801
9875
|
'/access_codes/generate_code': {
|
|
@@ -9875,6 +9949,7 @@ declare const _default: {
|
|
|
9875
9949
|
};
|
|
9876
9950
|
'/access_codes/get': {
|
|
9877
9951
|
post: {
|
|
9952
|
+
description: string;
|
|
9878
9953
|
operationId: string;
|
|
9879
9954
|
requestBody: {
|
|
9880
9955
|
content: {
|
|
@@ -9882,13 +9957,16 @@ declare const _default: {
|
|
|
9882
9957
|
schema: {
|
|
9883
9958
|
properties: {
|
|
9884
9959
|
access_code_id: {
|
|
9960
|
+
description: string;
|
|
9885
9961
|
format: string;
|
|
9886
9962
|
type: string;
|
|
9887
9963
|
};
|
|
9888
9964
|
code: {
|
|
9965
|
+
description: string;
|
|
9889
9966
|
type: string;
|
|
9890
9967
|
};
|
|
9891
9968
|
device_id: {
|
|
9969
|
+
description: string;
|
|
9892
9970
|
format: string;
|
|
9893
9971
|
type: string;
|
|
9894
9972
|
};
|
|
@@ -9952,10 +10030,12 @@ declare const _default: {
|
|
|
9952
10030
|
'x-fern-sdk-method-name': string;
|
|
9953
10031
|
'x-fern-sdk-return-value': string;
|
|
9954
10032
|
'x-response-key': string;
|
|
10033
|
+
'x-title': string;
|
|
9955
10034
|
};
|
|
9956
10035
|
};
|
|
9957
10036
|
'/access_codes/list': {
|
|
9958
10037
|
post: {
|
|
10038
|
+
description: string;
|
|
9959
10039
|
operationId: string;
|
|
9960
10040
|
requestBody: {
|
|
9961
10041
|
content: {
|
|
@@ -9963,6 +10043,7 @@ declare const _default: {
|
|
|
9963
10043
|
schema: {
|
|
9964
10044
|
properties: {
|
|
9965
10045
|
access_code_ids: {
|
|
10046
|
+
description: string;
|
|
9966
10047
|
items: {
|
|
9967
10048
|
format: string;
|
|
9968
10049
|
type: string;
|
|
@@ -9970,10 +10051,12 @@ declare const _default: {
|
|
|
9970
10051
|
type: string;
|
|
9971
10052
|
};
|
|
9972
10053
|
device_id: {
|
|
10054
|
+
description: string;
|
|
9973
10055
|
format: string;
|
|
9974
10056
|
type: string;
|
|
9975
10057
|
};
|
|
9976
10058
|
user_identifier_key: {
|
|
10059
|
+
description: string;
|
|
9977
10060
|
type: string;
|
|
9978
10061
|
};
|
|
9979
10062
|
};
|
|
@@ -10039,6 +10122,7 @@ declare const _default: {
|
|
|
10039
10122
|
'x-fern-sdk-method-name': string;
|
|
10040
10123
|
'x-fern-sdk-return-value': string;
|
|
10041
10124
|
'x-response-key': string;
|
|
10125
|
+
'x-title': string;
|
|
10042
10126
|
};
|
|
10043
10127
|
};
|
|
10044
10128
|
'/access_codes/pull_backup_access_code': {
|
|
@@ -10051,6 +10135,7 @@ declare const _default: {
|
|
|
10051
10135
|
schema: {
|
|
10052
10136
|
properties: {
|
|
10053
10137
|
access_code_id: {
|
|
10138
|
+
description: string;
|
|
10054
10139
|
format: string;
|
|
10055
10140
|
type: string;
|
|
10056
10141
|
};
|
|
@@ -10118,10 +10203,12 @@ declare const _default: {
|
|
|
10118
10203
|
'x-fern-sdk-method-name': string;
|
|
10119
10204
|
'x-fern-sdk-return-value': string;
|
|
10120
10205
|
'x-response-key': string;
|
|
10206
|
+
'x-title': string;
|
|
10121
10207
|
};
|
|
10122
10208
|
};
|
|
10123
10209
|
'/access_codes/simulate/create_unmanaged_access_code': {
|
|
10124
10210
|
post: {
|
|
10211
|
+
description: string;
|
|
10125
10212
|
operationId: string;
|
|
10126
10213
|
requestBody: {
|
|
10127
10214
|
content: {
|
|
@@ -10129,16 +10216,19 @@ declare const _default: {
|
|
|
10129
10216
|
schema: {
|
|
10130
10217
|
properties: {
|
|
10131
10218
|
code: {
|
|
10219
|
+
description: string;
|
|
10132
10220
|
maxLength: number;
|
|
10133
10221
|
minLength: number;
|
|
10134
10222
|
pattern: string;
|
|
10135
10223
|
type: string;
|
|
10136
10224
|
};
|
|
10137
10225
|
device_id: {
|
|
10226
|
+
description: string;
|
|
10138
10227
|
format: string;
|
|
10139
10228
|
type: string;
|
|
10140
10229
|
};
|
|
10141
10230
|
name: {
|
|
10231
|
+
description: string;
|
|
10142
10232
|
type: string;
|
|
10143
10233
|
};
|
|
10144
10234
|
};
|
|
@@ -10202,10 +10292,12 @@ declare const _default: {
|
|
|
10202
10292
|
'x-fern-sdk-method-name': string;
|
|
10203
10293
|
'x-fern-sdk-return-value': string;
|
|
10204
10294
|
'x-response-key': string;
|
|
10295
|
+
'x-title': string;
|
|
10205
10296
|
};
|
|
10206
10297
|
};
|
|
10207
10298
|
'/access_codes/unmanaged/convert_to_managed': {
|
|
10208
10299
|
patch: {
|
|
10300
|
+
description: string;
|
|
10209
10301
|
operationId: string;
|
|
10210
10302
|
requestBody: {
|
|
10211
10303
|
content: {
|
|
@@ -10213,21 +10305,26 @@ declare const _default: {
|
|
|
10213
10305
|
schema: {
|
|
10214
10306
|
properties: {
|
|
10215
10307
|
access_code_id: {
|
|
10308
|
+
description: string;
|
|
10216
10309
|
format: string;
|
|
10217
10310
|
type: string;
|
|
10218
10311
|
};
|
|
10219
10312
|
allow_external_modification: {
|
|
10313
|
+
description: string;
|
|
10220
10314
|
type: string;
|
|
10221
10315
|
};
|
|
10222
10316
|
force: {
|
|
10317
|
+
description: string;
|
|
10223
10318
|
type: string;
|
|
10224
10319
|
};
|
|
10225
10320
|
is_external_modification_allowed: {
|
|
10321
|
+
description: string;
|
|
10226
10322
|
type: string;
|
|
10227
10323
|
};
|
|
10228
10324
|
sync: {
|
|
10229
10325
|
default: boolean;
|
|
10230
10326
|
type: string;
|
|
10327
|
+
'x-undocumented': string;
|
|
10231
10328
|
};
|
|
10232
10329
|
};
|
|
10233
10330
|
required: string[];
|
|
@@ -10286,8 +10383,10 @@ declare const _default: {
|
|
|
10286
10383
|
'x-action-attempt-type': string;
|
|
10287
10384
|
'x-fern-ignore': boolean;
|
|
10288
10385
|
'x-response-key': null;
|
|
10386
|
+
'x-title': string;
|
|
10289
10387
|
};
|
|
10290
10388
|
post: {
|
|
10389
|
+
description: string;
|
|
10291
10390
|
operationId: string;
|
|
10292
10391
|
requestBody: {
|
|
10293
10392
|
content: {
|
|
@@ -10295,21 +10394,26 @@ declare const _default: {
|
|
|
10295
10394
|
schema: {
|
|
10296
10395
|
properties: {
|
|
10297
10396
|
access_code_id: {
|
|
10397
|
+
description: string;
|
|
10298
10398
|
format: string;
|
|
10299
10399
|
type: string;
|
|
10300
10400
|
};
|
|
10301
10401
|
allow_external_modification: {
|
|
10402
|
+
description: string;
|
|
10302
10403
|
type: string;
|
|
10303
10404
|
};
|
|
10304
10405
|
force: {
|
|
10406
|
+
description: string;
|
|
10305
10407
|
type: string;
|
|
10306
10408
|
};
|
|
10307
10409
|
is_external_modification_allowed: {
|
|
10410
|
+
description: string;
|
|
10308
10411
|
type: string;
|
|
10309
10412
|
};
|
|
10310
10413
|
sync: {
|
|
10311
10414
|
default: boolean;
|
|
10312
10415
|
type: string;
|
|
10416
|
+
'x-undocumented': string;
|
|
10313
10417
|
};
|
|
10314
10418
|
};
|
|
10315
10419
|
required: string[];
|
|
@@ -10369,10 +10473,12 @@ declare const _default: {
|
|
|
10369
10473
|
'x-fern-sdk-group-name': string[];
|
|
10370
10474
|
'x-fern-sdk-method-name': string;
|
|
10371
10475
|
'x-response-key': null;
|
|
10476
|
+
'x-title': string;
|
|
10372
10477
|
};
|
|
10373
10478
|
};
|
|
10374
10479
|
'/access_codes/unmanaged/delete': {
|
|
10375
10480
|
post: {
|
|
10481
|
+
description: string;
|
|
10376
10482
|
operationId: string;
|
|
10377
10483
|
requestBody: {
|
|
10378
10484
|
content: {
|
|
@@ -10380,12 +10486,14 @@ declare const _default: {
|
|
|
10380
10486
|
schema: {
|
|
10381
10487
|
properties: {
|
|
10382
10488
|
access_code_id: {
|
|
10489
|
+
description: string;
|
|
10383
10490
|
format: string;
|
|
10384
10491
|
type: string;
|
|
10385
10492
|
};
|
|
10386
10493
|
sync: {
|
|
10387
10494
|
default: boolean;
|
|
10388
10495
|
type: string;
|
|
10496
|
+
'x-undocumented': string;
|
|
10389
10497
|
};
|
|
10390
10498
|
};
|
|
10391
10499
|
required: string[];
|
|
@@ -10448,10 +10556,12 @@ declare const _default: {
|
|
|
10448
10556
|
'x-fern-sdk-group-name': string[];
|
|
10449
10557
|
'x-fern-sdk-method-name': string;
|
|
10450
10558
|
'x-response-key': null;
|
|
10559
|
+
'x-title': string;
|
|
10451
10560
|
};
|
|
10452
10561
|
};
|
|
10453
10562
|
'/access_codes/unmanaged/get': {
|
|
10454
10563
|
post: {
|
|
10564
|
+
description: string;
|
|
10455
10565
|
operationId: string;
|
|
10456
10566
|
requestBody: {
|
|
10457
10567
|
content: {
|
|
@@ -10459,13 +10569,16 @@ declare const _default: {
|
|
|
10459
10569
|
schema: {
|
|
10460
10570
|
properties: {
|
|
10461
10571
|
access_code_id: {
|
|
10572
|
+
description: string;
|
|
10462
10573
|
format: string;
|
|
10463
10574
|
type: string;
|
|
10464
10575
|
};
|
|
10465
10576
|
code: {
|
|
10577
|
+
description: string;
|
|
10466
10578
|
type: string;
|
|
10467
10579
|
};
|
|
10468
10580
|
device_id: {
|
|
10581
|
+
description: string;
|
|
10469
10582
|
format: string;
|
|
10470
10583
|
type: string;
|
|
10471
10584
|
};
|
|
@@ -10529,10 +10642,12 @@ declare const _default: {
|
|
|
10529
10642
|
'x-fern-sdk-method-name': string;
|
|
10530
10643
|
'x-fern-sdk-return-value': string;
|
|
10531
10644
|
'x-response-key': string;
|
|
10645
|
+
'x-title': string;
|
|
10532
10646
|
};
|
|
10533
10647
|
};
|
|
10534
10648
|
'/access_codes/unmanaged/list': {
|
|
10535
10649
|
post: {
|
|
10650
|
+
description: string;
|
|
10536
10651
|
operationId: string;
|
|
10537
10652
|
requestBody: {
|
|
10538
10653
|
content: {
|
|
@@ -10540,10 +10655,12 @@ declare const _default: {
|
|
|
10540
10655
|
schema: {
|
|
10541
10656
|
properties: {
|
|
10542
10657
|
device_id: {
|
|
10658
|
+
description: string;
|
|
10543
10659
|
format: string;
|
|
10544
10660
|
type: string;
|
|
10545
10661
|
};
|
|
10546
10662
|
user_identifier_key: {
|
|
10663
|
+
description: string;
|
|
10547
10664
|
type: string;
|
|
10548
10665
|
};
|
|
10549
10666
|
};
|
|
@@ -10610,10 +10727,12 @@ declare const _default: {
|
|
|
10610
10727
|
'x-fern-sdk-method-name': string;
|
|
10611
10728
|
'x-fern-sdk-return-value': string;
|
|
10612
10729
|
'x-response-key': string;
|
|
10730
|
+
'x-title': string;
|
|
10613
10731
|
};
|
|
10614
10732
|
};
|
|
10615
10733
|
'/access_codes/unmanaged/update': {
|
|
10616
10734
|
patch: {
|
|
10735
|
+
description: string;
|
|
10617
10736
|
operationId: string;
|
|
10618
10737
|
requestBody: {
|
|
10619
10738
|
content: {
|
|
@@ -10621,16 +10740,20 @@ declare const _default: {
|
|
|
10621
10740
|
schema: {
|
|
10622
10741
|
properties: {
|
|
10623
10742
|
access_code_id: {
|
|
10743
|
+
description: string;
|
|
10624
10744
|
format: string;
|
|
10625
10745
|
type: string;
|
|
10626
10746
|
};
|
|
10627
10747
|
allow_external_modification: {
|
|
10748
|
+
description: string;
|
|
10628
10749
|
type: string;
|
|
10629
10750
|
};
|
|
10630
10751
|
force: {
|
|
10752
|
+
description: string;
|
|
10631
10753
|
type: string;
|
|
10632
10754
|
};
|
|
10633
10755
|
is_external_modification_allowed: {
|
|
10756
|
+
description: string;
|
|
10634
10757
|
type: string;
|
|
10635
10758
|
};
|
|
10636
10759
|
is_managed: {
|
|
@@ -10692,8 +10815,10 @@ declare const _default: {
|
|
|
10692
10815
|
tags: string[];
|
|
10693
10816
|
'x-fern-ignore': boolean;
|
|
10694
10817
|
'x-response-key': null;
|
|
10818
|
+
'x-title': string;
|
|
10695
10819
|
};
|
|
10696
10820
|
post: {
|
|
10821
|
+
description: string;
|
|
10697
10822
|
operationId: string;
|
|
10698
10823
|
requestBody: {
|
|
10699
10824
|
content: {
|
|
@@ -10701,16 +10826,20 @@ declare const _default: {
|
|
|
10701
10826
|
schema: {
|
|
10702
10827
|
properties: {
|
|
10703
10828
|
access_code_id: {
|
|
10829
|
+
description: string;
|
|
10704
10830
|
format: string;
|
|
10705
10831
|
type: string;
|
|
10706
10832
|
};
|
|
10707
10833
|
allow_external_modification: {
|
|
10834
|
+
description: string;
|
|
10708
10835
|
type: string;
|
|
10709
10836
|
};
|
|
10710
10837
|
force: {
|
|
10838
|
+
description: string;
|
|
10711
10839
|
type: string;
|
|
10712
10840
|
};
|
|
10713
10841
|
is_external_modification_allowed: {
|
|
10842
|
+
description: string;
|
|
10714
10843
|
type: string;
|
|
10715
10844
|
};
|
|
10716
10845
|
is_managed: {
|
|
@@ -10773,10 +10902,12 @@ declare const _default: {
|
|
|
10773
10902
|
'x-fern-sdk-group-name': string[];
|
|
10774
10903
|
'x-fern-sdk-method-name': string;
|
|
10775
10904
|
'x-response-key': null;
|
|
10905
|
+
'x-title': string;
|
|
10776
10906
|
};
|
|
10777
10907
|
};
|
|
10778
10908
|
'/access_codes/update': {
|
|
10779
10909
|
patch: {
|
|
10910
|
+
description: string;
|
|
10780
10911
|
operationId: string;
|
|
10781
10912
|
requestBody: {
|
|
10782
10913
|
content: {
|
|
@@ -10784,10 +10915,12 @@ declare const _default: {
|
|
|
10784
10915
|
schema: {
|
|
10785
10916
|
properties: {
|
|
10786
10917
|
access_code_id: {
|
|
10918
|
+
description: string;
|
|
10787
10919
|
format: string;
|
|
10788
10920
|
type: string;
|
|
10789
10921
|
};
|
|
10790
10922
|
allow_external_modification: {
|
|
10923
|
+
description: string;
|
|
10791
10924
|
type: string;
|
|
10792
10925
|
};
|
|
10793
10926
|
attempt_for_offline_device: {
|
|
@@ -10795,57 +10928,72 @@ declare const _default: {
|
|
|
10795
10928
|
type: string;
|
|
10796
10929
|
};
|
|
10797
10930
|
code: {
|
|
10931
|
+
description: string;
|
|
10798
10932
|
maxLength: number;
|
|
10799
10933
|
minLength: number;
|
|
10800
10934
|
pattern: string;
|
|
10801
10935
|
type: string;
|
|
10802
10936
|
};
|
|
10803
10937
|
device_id: {
|
|
10938
|
+
description: string;
|
|
10804
10939
|
format: string;
|
|
10805
10940
|
type: string;
|
|
10806
10941
|
};
|
|
10807
10942
|
ends_at: {
|
|
10943
|
+
description: string;
|
|
10808
10944
|
type: string;
|
|
10809
10945
|
};
|
|
10810
10946
|
is_external_modification_allowed: {
|
|
10947
|
+
description: string;
|
|
10811
10948
|
type: string;
|
|
10812
10949
|
};
|
|
10813
10950
|
is_managed: {
|
|
10951
|
+
description: string;
|
|
10814
10952
|
type: string;
|
|
10815
10953
|
};
|
|
10816
10954
|
is_offline_access_code: {
|
|
10955
|
+
description: string;
|
|
10817
10956
|
type: string;
|
|
10818
10957
|
};
|
|
10819
10958
|
is_one_time_use: {
|
|
10959
|
+
description: string;
|
|
10820
10960
|
type: string;
|
|
10821
10961
|
};
|
|
10822
10962
|
max_time_rounding: {
|
|
10823
10963
|
default: string;
|
|
10964
|
+
description: string;
|
|
10824
10965
|
enum: string[];
|
|
10825
10966
|
type: string;
|
|
10826
10967
|
};
|
|
10827
10968
|
name: {
|
|
10969
|
+
description: string;
|
|
10828
10970
|
type: string;
|
|
10829
10971
|
};
|
|
10830
10972
|
prefer_native_scheduling: {
|
|
10973
|
+
description: string;
|
|
10831
10974
|
type: string;
|
|
10832
10975
|
};
|
|
10833
10976
|
preferred_code_length: {
|
|
10977
|
+
description: string;
|
|
10834
10978
|
format: string;
|
|
10835
10979
|
type: string;
|
|
10836
10980
|
};
|
|
10837
10981
|
starts_at: {
|
|
10982
|
+
description: string;
|
|
10838
10983
|
type: string;
|
|
10839
10984
|
};
|
|
10840
10985
|
sync: {
|
|
10841
10986
|
default: boolean;
|
|
10842
10987
|
type: string;
|
|
10988
|
+
'x-undocumented': string;
|
|
10843
10989
|
};
|
|
10844
10990
|
type: {
|
|
10991
|
+
description: string;
|
|
10845
10992
|
enum: string[];
|
|
10846
10993
|
type: string;
|
|
10847
10994
|
};
|
|
10848
10995
|
use_backup_access_code_pool: {
|
|
10996
|
+
description: string;
|
|
10849
10997
|
type: string;
|
|
10850
10998
|
};
|
|
10851
10999
|
use_offline_access_code: {
|
|
@@ -10911,8 +11059,10 @@ declare const _default: {
|
|
|
10911
11059
|
'x-action-attempt-type': string;
|
|
10912
11060
|
'x-fern-ignore': boolean;
|
|
10913
11061
|
'x-response-key': null;
|
|
11062
|
+
'x-title': string;
|
|
10914
11063
|
};
|
|
10915
11064
|
post: {
|
|
11065
|
+
description: string;
|
|
10916
11066
|
operationId: string;
|
|
10917
11067
|
requestBody: {
|
|
10918
11068
|
content: {
|
|
@@ -10920,10 +11070,12 @@ declare const _default: {
|
|
|
10920
11070
|
schema: {
|
|
10921
11071
|
properties: {
|
|
10922
11072
|
access_code_id: {
|
|
11073
|
+
description: string;
|
|
10923
11074
|
format: string;
|
|
10924
11075
|
type: string;
|
|
10925
11076
|
};
|
|
10926
11077
|
allow_external_modification: {
|
|
11078
|
+
description: string;
|
|
10927
11079
|
type: string;
|
|
10928
11080
|
};
|
|
10929
11081
|
attempt_for_offline_device: {
|
|
@@ -10931,57 +11083,72 @@ declare const _default: {
|
|
|
10931
11083
|
type: string;
|
|
10932
11084
|
};
|
|
10933
11085
|
code: {
|
|
11086
|
+
description: string;
|
|
10934
11087
|
maxLength: number;
|
|
10935
11088
|
minLength: number;
|
|
10936
11089
|
pattern: string;
|
|
10937
11090
|
type: string;
|
|
10938
11091
|
};
|
|
10939
11092
|
device_id: {
|
|
11093
|
+
description: string;
|
|
10940
11094
|
format: string;
|
|
10941
11095
|
type: string;
|
|
10942
11096
|
};
|
|
10943
11097
|
ends_at: {
|
|
11098
|
+
description: string;
|
|
10944
11099
|
type: string;
|
|
10945
11100
|
};
|
|
10946
11101
|
is_external_modification_allowed: {
|
|
11102
|
+
description: string;
|
|
10947
11103
|
type: string;
|
|
10948
11104
|
};
|
|
10949
11105
|
is_managed: {
|
|
11106
|
+
description: string;
|
|
10950
11107
|
type: string;
|
|
10951
11108
|
};
|
|
10952
11109
|
is_offline_access_code: {
|
|
11110
|
+
description: string;
|
|
10953
11111
|
type: string;
|
|
10954
11112
|
};
|
|
10955
11113
|
is_one_time_use: {
|
|
11114
|
+
description: string;
|
|
10956
11115
|
type: string;
|
|
10957
11116
|
};
|
|
10958
11117
|
max_time_rounding: {
|
|
10959
11118
|
default: string;
|
|
11119
|
+
description: string;
|
|
10960
11120
|
enum: string[];
|
|
10961
11121
|
type: string;
|
|
10962
11122
|
};
|
|
10963
11123
|
name: {
|
|
11124
|
+
description: string;
|
|
10964
11125
|
type: string;
|
|
10965
11126
|
};
|
|
10966
11127
|
prefer_native_scheduling: {
|
|
11128
|
+
description: string;
|
|
10967
11129
|
type: string;
|
|
10968
11130
|
};
|
|
10969
11131
|
preferred_code_length: {
|
|
11132
|
+
description: string;
|
|
10970
11133
|
format: string;
|
|
10971
11134
|
type: string;
|
|
10972
11135
|
};
|
|
10973
11136
|
starts_at: {
|
|
11137
|
+
description: string;
|
|
10974
11138
|
type: string;
|
|
10975
11139
|
};
|
|
10976
11140
|
sync: {
|
|
10977
11141
|
default: boolean;
|
|
10978
11142
|
type: string;
|
|
11143
|
+
'x-undocumented': string;
|
|
10979
11144
|
};
|
|
10980
11145
|
type: {
|
|
11146
|
+
description: string;
|
|
10981
11147
|
enum: string[];
|
|
10982
11148
|
type: string;
|
|
10983
11149
|
};
|
|
10984
11150
|
use_backup_access_code_pool: {
|
|
11151
|
+
description: string;
|
|
10985
11152
|
type: string;
|
|
10986
11153
|
};
|
|
10987
11154
|
use_offline_access_code: {
|
|
@@ -11048,8 +11215,10 @@ declare const _default: {
|
|
|
11048
11215
|
'x-fern-sdk-group-name': string[];
|
|
11049
11216
|
'x-fern-sdk-method-name': string;
|
|
11050
11217
|
'x-response-key': null;
|
|
11218
|
+
'x-title': string;
|
|
11051
11219
|
};
|
|
11052
11220
|
put: {
|
|
11221
|
+
description: string;
|
|
11053
11222
|
operationId: string;
|
|
11054
11223
|
requestBody: {
|
|
11055
11224
|
content: {
|
|
@@ -11057,10 +11226,12 @@ declare const _default: {
|
|
|
11057
11226
|
schema: {
|
|
11058
11227
|
properties: {
|
|
11059
11228
|
access_code_id: {
|
|
11229
|
+
description: string;
|
|
11060
11230
|
format: string;
|
|
11061
11231
|
type: string;
|
|
11062
11232
|
};
|
|
11063
11233
|
allow_external_modification: {
|
|
11234
|
+
description: string;
|
|
11064
11235
|
type: string;
|
|
11065
11236
|
};
|
|
11066
11237
|
attempt_for_offline_device: {
|
|
@@ -11068,57 +11239,72 @@ declare const _default: {
|
|
|
11068
11239
|
type: string;
|
|
11069
11240
|
};
|
|
11070
11241
|
code: {
|
|
11242
|
+
description: string;
|
|
11071
11243
|
maxLength: number;
|
|
11072
11244
|
minLength: number;
|
|
11073
11245
|
pattern: string;
|
|
11074
11246
|
type: string;
|
|
11075
11247
|
};
|
|
11076
11248
|
device_id: {
|
|
11249
|
+
description: string;
|
|
11077
11250
|
format: string;
|
|
11078
11251
|
type: string;
|
|
11079
11252
|
};
|
|
11080
11253
|
ends_at: {
|
|
11254
|
+
description: string;
|
|
11081
11255
|
type: string;
|
|
11082
11256
|
};
|
|
11083
11257
|
is_external_modification_allowed: {
|
|
11258
|
+
description: string;
|
|
11084
11259
|
type: string;
|
|
11085
11260
|
};
|
|
11086
11261
|
is_managed: {
|
|
11262
|
+
description: string;
|
|
11087
11263
|
type: string;
|
|
11088
11264
|
};
|
|
11089
11265
|
is_offline_access_code: {
|
|
11266
|
+
description: string;
|
|
11090
11267
|
type: string;
|
|
11091
11268
|
};
|
|
11092
11269
|
is_one_time_use: {
|
|
11270
|
+
description: string;
|
|
11093
11271
|
type: string;
|
|
11094
11272
|
};
|
|
11095
11273
|
max_time_rounding: {
|
|
11096
11274
|
default: string;
|
|
11275
|
+
description: string;
|
|
11097
11276
|
enum: string[];
|
|
11098
11277
|
type: string;
|
|
11099
11278
|
};
|
|
11100
11279
|
name: {
|
|
11280
|
+
description: string;
|
|
11101
11281
|
type: string;
|
|
11102
11282
|
};
|
|
11103
11283
|
prefer_native_scheduling: {
|
|
11284
|
+
description: string;
|
|
11104
11285
|
type: string;
|
|
11105
11286
|
};
|
|
11106
11287
|
preferred_code_length: {
|
|
11288
|
+
description: string;
|
|
11107
11289
|
format: string;
|
|
11108
11290
|
type: string;
|
|
11109
11291
|
};
|
|
11110
11292
|
starts_at: {
|
|
11293
|
+
description: string;
|
|
11111
11294
|
type: string;
|
|
11112
11295
|
};
|
|
11113
11296
|
sync: {
|
|
11114
11297
|
default: boolean;
|
|
11115
11298
|
type: string;
|
|
11299
|
+
'x-undocumented': string;
|
|
11116
11300
|
};
|
|
11117
11301
|
type: {
|
|
11302
|
+
description: string;
|
|
11118
11303
|
enum: string[];
|
|
11119
11304
|
type: string;
|
|
11120
11305
|
};
|
|
11121
11306
|
use_backup_access_code_pool: {
|
|
11307
|
+
description: string;
|
|
11122
11308
|
type: string;
|
|
11123
11309
|
};
|
|
11124
11310
|
use_offline_access_code: {
|
|
@@ -11184,10 +11370,12 @@ declare const _default: {
|
|
|
11184
11370
|
'x-action-attempt-type': string;
|
|
11185
11371
|
'x-fern-ignore': boolean;
|
|
11186
11372
|
'x-response-key': null;
|
|
11373
|
+
'x-title': string;
|
|
11187
11374
|
};
|
|
11188
11375
|
};
|
|
11189
11376
|
'/access_codes/update_multiple': {
|
|
11190
11377
|
patch: {
|
|
11378
|
+
description: string;
|
|
11191
11379
|
operationId: string;
|
|
11192
11380
|
requestBody: {
|
|
11193
11381
|
content: {
|
|
@@ -11195,15 +11383,19 @@ declare const _default: {
|
|
|
11195
11383
|
schema: {
|
|
11196
11384
|
properties: {
|
|
11197
11385
|
common_code_key: {
|
|
11386
|
+
description: string;
|
|
11198
11387
|
type: string;
|
|
11199
11388
|
};
|
|
11200
11389
|
ends_at: {
|
|
11390
|
+
description: string;
|
|
11201
11391
|
type: string;
|
|
11202
11392
|
};
|
|
11203
11393
|
name: {
|
|
11394
|
+
description: string;
|
|
11204
11395
|
type: string;
|
|
11205
11396
|
};
|
|
11206
11397
|
starts_at: {
|
|
11398
|
+
description: string;
|
|
11207
11399
|
type: string;
|
|
11208
11400
|
};
|
|
11209
11401
|
};
|
|
@@ -11262,8 +11454,10 @@ declare const _default: {
|
|
|
11262
11454
|
tags: string[];
|
|
11263
11455
|
'x-fern-ignore': boolean;
|
|
11264
11456
|
'x-response-key': null;
|
|
11457
|
+
'x-title': string;
|
|
11265
11458
|
};
|
|
11266
11459
|
post: {
|
|
11460
|
+
description: string;
|
|
11267
11461
|
operationId: string;
|
|
11268
11462
|
requestBody: {
|
|
11269
11463
|
content: {
|
|
@@ -11271,15 +11465,19 @@ declare const _default: {
|
|
|
11271
11465
|
schema: {
|
|
11272
11466
|
properties: {
|
|
11273
11467
|
common_code_key: {
|
|
11468
|
+
description: string;
|
|
11274
11469
|
type: string;
|
|
11275
11470
|
};
|
|
11276
11471
|
ends_at: {
|
|
11472
|
+
description: string;
|
|
11277
11473
|
type: string;
|
|
11278
11474
|
};
|
|
11279
11475
|
name: {
|
|
11476
|
+
description: string;
|
|
11280
11477
|
type: string;
|
|
11281
11478
|
};
|
|
11282
11479
|
starts_at: {
|
|
11480
|
+
description: string;
|
|
11283
11481
|
type: string;
|
|
11284
11482
|
};
|
|
11285
11483
|
};
|
|
@@ -11339,6 +11537,7 @@ declare const _default: {
|
|
|
11339
11537
|
'x-fern-sdk-group-name': string[];
|
|
11340
11538
|
'x-fern-sdk-method-name': string;
|
|
11341
11539
|
'x-response-key': null;
|
|
11540
|
+
'x-title': string;
|
|
11342
11541
|
};
|
|
11343
11542
|
};
|
|
11344
11543
|
'/acs/access_groups/add_user': {
|