@seamapi/types 1.376.0 → 1.378.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 +1669 -398
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1461 -183
- 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 +28 -28
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.d.ts +195 -10
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js +16 -3
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/bridges/bridge-client-session.d.ts +80 -80
- package/lib/seam/connect/models/bridges/bridge-client-session.js +5 -0
- package/lib/seam/connect/models/bridges/bridge-client-session.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +295 -10
- package/lib/seam/connect/openapi.js +1587 -347
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1113 -120
- 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/pending-mutations.ts +17 -3
- package/src/lib/seam/connect/models/bridges/bridge-client-session.ts +5 -0
- package/src/lib/seam/connect/openapi.ts +1923 -360
- package/src/lib/seam/connect/route-types.ts +1113 -120
|
@@ -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: {
|
|
@@ -1308,14 +1317,13 @@ declare const _default: {
|
|
|
1308
1317
|
from: {
|
|
1309
1318
|
properties: {
|
|
1310
1319
|
ends_at: {
|
|
1311
|
-
description: string;
|
|
1312
1320
|
format: string;
|
|
1313
1321
|
nullable: boolean;
|
|
1314
1322
|
type: string;
|
|
1315
1323
|
};
|
|
1316
1324
|
starts_at: {
|
|
1317
|
-
description: string;
|
|
1318
1325
|
format: string;
|
|
1326
|
+
nullable: boolean;
|
|
1319
1327
|
type: string;
|
|
1320
1328
|
};
|
|
1321
1329
|
email_address?: never;
|
|
@@ -1334,14 +1342,13 @@ declare const _default: {
|
|
|
1334
1342
|
to: {
|
|
1335
1343
|
properties: {
|
|
1336
1344
|
ends_at: {
|
|
1337
|
-
description: string;
|
|
1338
1345
|
format: string;
|
|
1339
1346
|
nullable: boolean;
|
|
1340
1347
|
type: string;
|
|
1341
1348
|
};
|
|
1342
1349
|
starts_at: {
|
|
1343
|
-
description: string;
|
|
1344
1350
|
format: string;
|
|
1351
|
+
nullable: boolean;
|
|
1345
1352
|
type: string;
|
|
1346
1353
|
};
|
|
1347
1354
|
email_address?: never;
|
|
@@ -7873,6 +7880,7 @@ declare const _default: {
|
|
|
7873
7880
|
'x-route-path': string;
|
|
7874
7881
|
};
|
|
7875
7882
|
unmanaged_access_code: {
|
|
7883
|
+
description: string;
|
|
7876
7884
|
properties: {
|
|
7877
7885
|
access_code_id: {
|
|
7878
7886
|
description: string;
|
|
@@ -7910,9 +7918,9 @@ declare const _default: {
|
|
|
7910
7918
|
description: string;
|
|
7911
7919
|
properties: {
|
|
7912
7920
|
created_at: {
|
|
7921
|
+
description: string;
|
|
7913
7922
|
format: string;
|
|
7914
7923
|
type: string;
|
|
7915
|
-
description?: never;
|
|
7916
7924
|
};
|
|
7917
7925
|
error_code: {
|
|
7918
7926
|
description: string;
|
|
@@ -7920,10 +7928,12 @@ declare const _default: {
|
|
|
7920
7928
|
type: string;
|
|
7921
7929
|
};
|
|
7922
7930
|
is_access_code_error: {
|
|
7931
|
+
description: string;
|
|
7923
7932
|
enum: boolean[];
|
|
7924
7933
|
type: string;
|
|
7925
7934
|
};
|
|
7926
7935
|
message: {
|
|
7936
|
+
description: string;
|
|
7927
7937
|
type: string;
|
|
7928
7938
|
};
|
|
7929
7939
|
is_connected_account_error?: never;
|
|
@@ -7955,6 +7965,7 @@ declare const _default: {
|
|
|
7955
7965
|
};
|
|
7956
7966
|
message: {
|
|
7957
7967
|
type: string;
|
|
7968
|
+
description?: never;
|
|
7958
7969
|
};
|
|
7959
7970
|
is_access_code_error?: never;
|
|
7960
7971
|
is_bridge_error?: never;
|
|
@@ -7980,6 +7991,7 @@ declare const _default: {
|
|
|
7980
7991
|
};
|
|
7981
7992
|
message: {
|
|
7982
7993
|
type: string;
|
|
7994
|
+
description?: never;
|
|
7983
7995
|
};
|
|
7984
7996
|
is_access_code_error?: never;
|
|
7985
7997
|
is_connected_account_error?: never;
|
|
@@ -8009,6 +8021,7 @@ declare const _default: {
|
|
|
8009
8021
|
};
|
|
8010
8022
|
message: {
|
|
8011
8023
|
type: string;
|
|
8024
|
+
description?: never;
|
|
8012
8025
|
};
|
|
8013
8026
|
is_access_code_error?: never;
|
|
8014
8027
|
is_device_error?: never;
|
|
@@ -8020,6 +8033,7 @@ declare const _default: {
|
|
|
8020
8033
|
type: string;
|
|
8021
8034
|
};
|
|
8022
8035
|
is_managed: {
|
|
8036
|
+
description: string;
|
|
8023
8037
|
enum: boolean[];
|
|
8024
8038
|
type: string;
|
|
8025
8039
|
};
|
|
@@ -8035,6 +8049,7 @@ declare const _default: {
|
|
|
8035
8049
|
type: string;
|
|
8036
8050
|
};
|
|
8037
8051
|
status: {
|
|
8052
|
+
description: string;
|
|
8038
8053
|
enum: string[];
|
|
8039
8054
|
type: string;
|
|
8040
8055
|
};
|
|
@@ -8046,6 +8061,7 @@ declare const _default: {
|
|
|
8046
8061
|
warnings: {
|
|
8047
8062
|
description: string;
|
|
8048
8063
|
items: {
|
|
8064
|
+
description: string;
|
|
8049
8065
|
discriminator: {
|
|
8050
8066
|
propertyName: string;
|
|
8051
8067
|
};
|
|
@@ -8053,10 +8069,12 @@ declare const _default: {
|
|
|
8053
8069
|
description: string;
|
|
8054
8070
|
properties: {
|
|
8055
8071
|
created_at: {
|
|
8072
|
+
description: string;
|
|
8056
8073
|
format: string;
|
|
8057
8074
|
type: string;
|
|
8058
8075
|
};
|
|
8059
8076
|
message: {
|
|
8077
|
+
description: string;
|
|
8060
8078
|
type: string;
|
|
8061
8079
|
};
|
|
8062
8080
|
warning_code: {
|
|
@@ -8595,14 +8613,13 @@ declare const _default: {
|
|
|
8595
8613
|
from: {
|
|
8596
8614
|
properties: {
|
|
8597
8615
|
ends_at: {
|
|
8598
|
-
description: string;
|
|
8599
8616
|
format: string;
|
|
8600
8617
|
nullable: boolean;
|
|
8601
8618
|
type: string;
|
|
8602
8619
|
};
|
|
8603
8620
|
starts_at: {
|
|
8604
|
-
description: string;
|
|
8605
8621
|
format: string;
|
|
8622
|
+
nullable: boolean;
|
|
8606
8623
|
type: string;
|
|
8607
8624
|
};
|
|
8608
8625
|
email_address?: never;
|
|
@@ -8621,14 +8638,13 @@ declare const _default: {
|
|
|
8621
8638
|
to: {
|
|
8622
8639
|
properties: {
|
|
8623
8640
|
ends_at: {
|
|
8624
|
-
description: string;
|
|
8625
8641
|
format: string;
|
|
8626
8642
|
nullable: boolean;
|
|
8627
8643
|
type: string;
|
|
8628
8644
|
};
|
|
8629
8645
|
starts_at: {
|
|
8630
|
-
description: string;
|
|
8631
8646
|
format: string;
|
|
8647
|
+
nullable: boolean;
|
|
8632
8648
|
type: string;
|
|
8633
8649
|
};
|
|
8634
8650
|
email_address?: never;
|
|
@@ -9316,6 +9332,7 @@ declare const _default: {
|
|
|
9316
9332
|
paths: {
|
|
9317
9333
|
'/access_codes/create': {
|
|
9318
9334
|
post: {
|
|
9335
|
+
description: string;
|
|
9319
9336
|
operationId: string;
|
|
9320
9337
|
requestBody: {
|
|
9321
9338
|
content: {
|
|
@@ -9323,6 +9340,7 @@ declare const _default: {
|
|
|
9323
9340
|
schema: {
|
|
9324
9341
|
properties: {
|
|
9325
9342
|
allow_external_modification: {
|
|
9343
|
+
description: string;
|
|
9326
9344
|
type: string;
|
|
9327
9345
|
};
|
|
9328
9346
|
attempt_for_offline_device: {
|
|
@@ -9330,53 +9348,67 @@ declare const _default: {
|
|
|
9330
9348
|
type: string;
|
|
9331
9349
|
};
|
|
9332
9350
|
code: {
|
|
9351
|
+
description: string;
|
|
9333
9352
|
maxLength: number;
|
|
9334
9353
|
minLength: number;
|
|
9335
9354
|
pattern: string;
|
|
9336
9355
|
type: string;
|
|
9337
9356
|
};
|
|
9338
9357
|
common_code_key: {
|
|
9358
|
+
description: string;
|
|
9339
9359
|
type: string;
|
|
9340
9360
|
};
|
|
9341
9361
|
device_id: {
|
|
9362
|
+
description: string;
|
|
9342
9363
|
format: string;
|
|
9343
9364
|
type: string;
|
|
9344
9365
|
};
|
|
9345
9366
|
ends_at: {
|
|
9367
|
+
description: string;
|
|
9346
9368
|
type: string;
|
|
9347
9369
|
};
|
|
9348
9370
|
is_external_modification_allowed: {
|
|
9371
|
+
description: string;
|
|
9349
9372
|
type: string;
|
|
9350
9373
|
};
|
|
9351
9374
|
is_offline_access_code: {
|
|
9375
|
+
description: string;
|
|
9352
9376
|
type: string;
|
|
9353
9377
|
};
|
|
9354
9378
|
is_one_time_use: {
|
|
9379
|
+
description: string;
|
|
9355
9380
|
type: string;
|
|
9356
9381
|
};
|
|
9357
9382
|
max_time_rounding: {
|
|
9358
9383
|
default: string;
|
|
9384
|
+
description: string;
|
|
9359
9385
|
enum: string[];
|
|
9360
9386
|
type: string;
|
|
9361
9387
|
};
|
|
9362
9388
|
name: {
|
|
9389
|
+
description: string;
|
|
9363
9390
|
type: string;
|
|
9364
9391
|
};
|
|
9365
9392
|
prefer_native_scheduling: {
|
|
9393
|
+
description: string;
|
|
9366
9394
|
type: string;
|
|
9367
9395
|
};
|
|
9368
9396
|
preferred_code_length: {
|
|
9397
|
+
description: string;
|
|
9369
9398
|
format: string;
|
|
9370
9399
|
type: string;
|
|
9371
9400
|
};
|
|
9372
9401
|
starts_at: {
|
|
9402
|
+
description: string;
|
|
9373
9403
|
type: string;
|
|
9374
9404
|
};
|
|
9375
9405
|
sync: {
|
|
9376
9406
|
default: boolean;
|
|
9377
9407
|
type: string;
|
|
9408
|
+
'x-undocumented': string;
|
|
9378
9409
|
};
|
|
9379
9410
|
use_backup_access_code_pool: {
|
|
9411
|
+
description: string;
|
|
9380
9412
|
type: string;
|
|
9381
9413
|
};
|
|
9382
9414
|
use_offline_access_code: {
|
|
@@ -9447,10 +9479,12 @@ declare const _default: {
|
|
|
9447
9479
|
'x-fern-sdk-method-name': string;
|
|
9448
9480
|
'x-fern-sdk-return-value': string;
|
|
9449
9481
|
'x-response-key': string;
|
|
9482
|
+
'x-title': string;
|
|
9450
9483
|
};
|
|
9451
9484
|
};
|
|
9452
9485
|
'/access_codes/create_multiple': {
|
|
9453
9486
|
post: {
|
|
9487
|
+
description: string;
|
|
9454
9488
|
operationId: string;
|
|
9455
9489
|
requestBody: {
|
|
9456
9490
|
content: {
|
|
@@ -9458,6 +9492,7 @@ declare const _default: {
|
|
|
9458
9492
|
schema: {
|
|
9459
9493
|
properties: {
|
|
9460
9494
|
allow_external_modification: {
|
|
9495
|
+
description: string;
|
|
9461
9496
|
type: string;
|
|
9462
9497
|
};
|
|
9463
9498
|
attempt_for_offline_device: {
|
|
@@ -9466,16 +9501,19 @@ declare const _default: {
|
|
|
9466
9501
|
};
|
|
9467
9502
|
behavior_when_code_cannot_be_shared: {
|
|
9468
9503
|
default: string;
|
|
9504
|
+
description: string;
|
|
9469
9505
|
enum: string[];
|
|
9470
9506
|
type: string;
|
|
9471
9507
|
};
|
|
9472
9508
|
code: {
|
|
9509
|
+
description: string;
|
|
9473
9510
|
maxLength: number;
|
|
9474
9511
|
minLength: number;
|
|
9475
9512
|
pattern: string;
|
|
9476
9513
|
type: string;
|
|
9477
9514
|
};
|
|
9478
9515
|
device_ids: {
|
|
9516
|
+
description: string;
|
|
9479
9517
|
items: {
|
|
9480
9518
|
format: string;
|
|
9481
9519
|
type: string;
|
|
@@ -9483,36 +9521,46 @@ declare const _default: {
|
|
|
9483
9521
|
type: string;
|
|
9484
9522
|
};
|
|
9485
9523
|
ends_at: {
|
|
9524
|
+
description: string;
|
|
9486
9525
|
type: string;
|
|
9487
9526
|
};
|
|
9488
9527
|
is_external_modification_allowed: {
|
|
9528
|
+
description: string;
|
|
9489
9529
|
type: string;
|
|
9490
9530
|
};
|
|
9491
9531
|
is_offline_access_code: {
|
|
9532
|
+
description: string;
|
|
9492
9533
|
type: string;
|
|
9493
9534
|
};
|
|
9494
9535
|
is_one_time_use: {
|
|
9536
|
+
description: string;
|
|
9495
9537
|
type: string;
|
|
9496
9538
|
};
|
|
9497
9539
|
max_time_rounding: {
|
|
9498
9540
|
default: string;
|
|
9541
|
+
description: string;
|
|
9499
9542
|
enum: string[];
|
|
9500
9543
|
type: string;
|
|
9501
9544
|
};
|
|
9502
9545
|
name: {
|
|
9546
|
+
description: string;
|
|
9503
9547
|
type: string;
|
|
9504
9548
|
};
|
|
9505
9549
|
prefer_native_scheduling: {
|
|
9550
|
+
description: string;
|
|
9506
9551
|
type: string;
|
|
9507
9552
|
};
|
|
9508
9553
|
preferred_code_length: {
|
|
9554
|
+
description: string;
|
|
9509
9555
|
format: string;
|
|
9510
9556
|
type: string;
|
|
9511
9557
|
};
|
|
9512
9558
|
starts_at: {
|
|
9559
|
+
description: string;
|
|
9513
9560
|
type: string;
|
|
9514
9561
|
};
|
|
9515
9562
|
use_backup_access_code_pool: {
|
|
9563
|
+
description: string;
|
|
9516
9564
|
type: string;
|
|
9517
9565
|
};
|
|
9518
9566
|
use_offline_access_code: {
|
|
@@ -9582,8 +9630,10 @@ declare const _default: {
|
|
|
9582
9630
|
'x-fern-sdk-method-name': string;
|
|
9583
9631
|
'x-fern-sdk-return-value': string;
|
|
9584
9632
|
'x-response-key': string;
|
|
9633
|
+
'x-title': string;
|
|
9585
9634
|
};
|
|
9586
9635
|
put: {
|
|
9636
|
+
description: string;
|
|
9587
9637
|
operationId: string;
|
|
9588
9638
|
requestBody: {
|
|
9589
9639
|
content: {
|
|
@@ -9591,6 +9641,7 @@ declare const _default: {
|
|
|
9591
9641
|
schema: {
|
|
9592
9642
|
properties: {
|
|
9593
9643
|
allow_external_modification: {
|
|
9644
|
+
description: string;
|
|
9594
9645
|
type: string;
|
|
9595
9646
|
};
|
|
9596
9647
|
attempt_for_offline_device: {
|
|
@@ -9599,16 +9650,19 @@ declare const _default: {
|
|
|
9599
9650
|
};
|
|
9600
9651
|
behavior_when_code_cannot_be_shared: {
|
|
9601
9652
|
default: string;
|
|
9653
|
+
description: string;
|
|
9602
9654
|
enum: string[];
|
|
9603
9655
|
type: string;
|
|
9604
9656
|
};
|
|
9605
9657
|
code: {
|
|
9658
|
+
description: string;
|
|
9606
9659
|
maxLength: number;
|
|
9607
9660
|
minLength: number;
|
|
9608
9661
|
pattern: string;
|
|
9609
9662
|
type: string;
|
|
9610
9663
|
};
|
|
9611
9664
|
device_ids: {
|
|
9665
|
+
description: string;
|
|
9612
9666
|
items: {
|
|
9613
9667
|
format: string;
|
|
9614
9668
|
type: string;
|
|
@@ -9616,36 +9670,46 @@ declare const _default: {
|
|
|
9616
9670
|
type: string;
|
|
9617
9671
|
};
|
|
9618
9672
|
ends_at: {
|
|
9673
|
+
description: string;
|
|
9619
9674
|
type: string;
|
|
9620
9675
|
};
|
|
9621
9676
|
is_external_modification_allowed: {
|
|
9677
|
+
description: string;
|
|
9622
9678
|
type: string;
|
|
9623
9679
|
};
|
|
9624
9680
|
is_offline_access_code: {
|
|
9681
|
+
description: string;
|
|
9625
9682
|
type: string;
|
|
9626
9683
|
};
|
|
9627
9684
|
is_one_time_use: {
|
|
9685
|
+
description: string;
|
|
9628
9686
|
type: string;
|
|
9629
9687
|
};
|
|
9630
9688
|
max_time_rounding: {
|
|
9631
9689
|
default: string;
|
|
9690
|
+
description: string;
|
|
9632
9691
|
enum: string[];
|
|
9633
9692
|
type: string;
|
|
9634
9693
|
};
|
|
9635
9694
|
name: {
|
|
9695
|
+
description: string;
|
|
9636
9696
|
type: string;
|
|
9637
9697
|
};
|
|
9638
9698
|
prefer_native_scheduling: {
|
|
9699
|
+
description: string;
|
|
9639
9700
|
type: string;
|
|
9640
9701
|
};
|
|
9641
9702
|
preferred_code_length: {
|
|
9703
|
+
description: string;
|
|
9642
9704
|
format: string;
|
|
9643
9705
|
type: string;
|
|
9644
9706
|
};
|
|
9645
9707
|
starts_at: {
|
|
9708
|
+
description: string;
|
|
9646
9709
|
type: string;
|
|
9647
9710
|
};
|
|
9648
9711
|
use_backup_access_code_pool: {
|
|
9712
|
+
description: string;
|
|
9649
9713
|
type: string;
|
|
9650
9714
|
};
|
|
9651
9715
|
use_offline_access_code: {
|
|
@@ -9713,10 +9777,12 @@ declare const _default: {
|
|
|
9713
9777
|
tags: string[];
|
|
9714
9778
|
'x-fern-ignore': boolean;
|
|
9715
9779
|
'x-response-key': string;
|
|
9780
|
+
'x-title': string;
|
|
9716
9781
|
};
|
|
9717
9782
|
};
|
|
9718
9783
|
'/access_codes/delete': {
|
|
9719
9784
|
post: {
|
|
9785
|
+
description: string;
|
|
9720
9786
|
operationId: string;
|
|
9721
9787
|
requestBody: {
|
|
9722
9788
|
content: {
|
|
@@ -9724,16 +9790,19 @@ declare const _default: {
|
|
|
9724
9790
|
schema: {
|
|
9725
9791
|
properties: {
|
|
9726
9792
|
access_code_id: {
|
|
9793
|
+
description: string;
|
|
9727
9794
|
format: string;
|
|
9728
9795
|
type: string;
|
|
9729
9796
|
};
|
|
9730
9797
|
device_id: {
|
|
9798
|
+
description: string;
|
|
9731
9799
|
format: string;
|
|
9732
9800
|
type: string;
|
|
9733
9801
|
};
|
|
9734
9802
|
sync: {
|
|
9735
9803
|
default: boolean;
|
|
9736
9804
|
type: string;
|
|
9805
|
+
'x-undocumented': string;
|
|
9737
9806
|
};
|
|
9738
9807
|
};
|
|
9739
9808
|
required: string[];
|
|
@@ -9796,6 +9865,7 @@ declare const _default: {
|
|
|
9796
9865
|
'x-fern-sdk-group-name': string[];
|
|
9797
9866
|
'x-fern-sdk-method-name': string;
|
|
9798
9867
|
'x-response-key': null;
|
|
9868
|
+
'x-title': string;
|
|
9799
9869
|
};
|
|
9800
9870
|
};
|
|
9801
9871
|
'/access_codes/generate_code': {
|
|
@@ -9875,6 +9945,7 @@ declare const _default: {
|
|
|
9875
9945
|
};
|
|
9876
9946
|
'/access_codes/get': {
|
|
9877
9947
|
post: {
|
|
9948
|
+
description: string;
|
|
9878
9949
|
operationId: string;
|
|
9879
9950
|
requestBody: {
|
|
9880
9951
|
content: {
|
|
@@ -9882,13 +9953,16 @@ declare const _default: {
|
|
|
9882
9953
|
schema: {
|
|
9883
9954
|
properties: {
|
|
9884
9955
|
access_code_id: {
|
|
9956
|
+
description: string;
|
|
9885
9957
|
format: string;
|
|
9886
9958
|
type: string;
|
|
9887
9959
|
};
|
|
9888
9960
|
code: {
|
|
9961
|
+
description: string;
|
|
9889
9962
|
type: string;
|
|
9890
9963
|
};
|
|
9891
9964
|
device_id: {
|
|
9965
|
+
description: string;
|
|
9892
9966
|
format: string;
|
|
9893
9967
|
type: string;
|
|
9894
9968
|
};
|
|
@@ -9952,10 +10026,12 @@ declare const _default: {
|
|
|
9952
10026
|
'x-fern-sdk-method-name': string;
|
|
9953
10027
|
'x-fern-sdk-return-value': string;
|
|
9954
10028
|
'x-response-key': string;
|
|
10029
|
+
'x-title': string;
|
|
9955
10030
|
};
|
|
9956
10031
|
};
|
|
9957
10032
|
'/access_codes/list': {
|
|
9958
10033
|
post: {
|
|
10034
|
+
description: string;
|
|
9959
10035
|
operationId: string;
|
|
9960
10036
|
requestBody: {
|
|
9961
10037
|
content: {
|
|
@@ -9963,6 +10039,7 @@ declare const _default: {
|
|
|
9963
10039
|
schema: {
|
|
9964
10040
|
properties: {
|
|
9965
10041
|
access_code_ids: {
|
|
10042
|
+
description: string;
|
|
9966
10043
|
items: {
|
|
9967
10044
|
format: string;
|
|
9968
10045
|
type: string;
|
|
@@ -9970,10 +10047,12 @@ declare const _default: {
|
|
|
9970
10047
|
type: string;
|
|
9971
10048
|
};
|
|
9972
10049
|
device_id: {
|
|
10050
|
+
description: string;
|
|
9973
10051
|
format: string;
|
|
9974
10052
|
type: string;
|
|
9975
10053
|
};
|
|
9976
10054
|
user_identifier_key: {
|
|
10055
|
+
description: string;
|
|
9977
10056
|
type: string;
|
|
9978
10057
|
};
|
|
9979
10058
|
};
|
|
@@ -10039,6 +10118,7 @@ declare const _default: {
|
|
|
10039
10118
|
'x-fern-sdk-method-name': string;
|
|
10040
10119
|
'x-fern-sdk-return-value': string;
|
|
10041
10120
|
'x-response-key': string;
|
|
10121
|
+
'x-title': string;
|
|
10042
10122
|
};
|
|
10043
10123
|
};
|
|
10044
10124
|
'/access_codes/pull_backup_access_code': {
|
|
@@ -10051,6 +10131,7 @@ declare const _default: {
|
|
|
10051
10131
|
schema: {
|
|
10052
10132
|
properties: {
|
|
10053
10133
|
access_code_id: {
|
|
10134
|
+
description: string;
|
|
10054
10135
|
format: string;
|
|
10055
10136
|
type: string;
|
|
10056
10137
|
};
|
|
@@ -10118,10 +10199,12 @@ declare const _default: {
|
|
|
10118
10199
|
'x-fern-sdk-method-name': string;
|
|
10119
10200
|
'x-fern-sdk-return-value': string;
|
|
10120
10201
|
'x-response-key': string;
|
|
10202
|
+
'x-title': string;
|
|
10121
10203
|
};
|
|
10122
10204
|
};
|
|
10123
10205
|
'/access_codes/simulate/create_unmanaged_access_code': {
|
|
10124
10206
|
post: {
|
|
10207
|
+
description: string;
|
|
10125
10208
|
operationId: string;
|
|
10126
10209
|
requestBody: {
|
|
10127
10210
|
content: {
|
|
@@ -10129,16 +10212,19 @@ declare const _default: {
|
|
|
10129
10212
|
schema: {
|
|
10130
10213
|
properties: {
|
|
10131
10214
|
code: {
|
|
10215
|
+
description: string;
|
|
10132
10216
|
maxLength: number;
|
|
10133
10217
|
minLength: number;
|
|
10134
10218
|
pattern: string;
|
|
10135
10219
|
type: string;
|
|
10136
10220
|
};
|
|
10137
10221
|
device_id: {
|
|
10222
|
+
description: string;
|
|
10138
10223
|
format: string;
|
|
10139
10224
|
type: string;
|
|
10140
10225
|
};
|
|
10141
10226
|
name: {
|
|
10227
|
+
description: string;
|
|
10142
10228
|
type: string;
|
|
10143
10229
|
};
|
|
10144
10230
|
};
|
|
@@ -10202,10 +10288,12 @@ declare const _default: {
|
|
|
10202
10288
|
'x-fern-sdk-method-name': string;
|
|
10203
10289
|
'x-fern-sdk-return-value': string;
|
|
10204
10290
|
'x-response-key': string;
|
|
10291
|
+
'x-title': string;
|
|
10205
10292
|
};
|
|
10206
10293
|
};
|
|
10207
10294
|
'/access_codes/unmanaged/convert_to_managed': {
|
|
10208
10295
|
patch: {
|
|
10296
|
+
description: string;
|
|
10209
10297
|
operationId: string;
|
|
10210
10298
|
requestBody: {
|
|
10211
10299
|
content: {
|
|
@@ -10213,21 +10301,26 @@ declare const _default: {
|
|
|
10213
10301
|
schema: {
|
|
10214
10302
|
properties: {
|
|
10215
10303
|
access_code_id: {
|
|
10304
|
+
description: string;
|
|
10216
10305
|
format: string;
|
|
10217
10306
|
type: string;
|
|
10218
10307
|
};
|
|
10219
10308
|
allow_external_modification: {
|
|
10309
|
+
description: string;
|
|
10220
10310
|
type: string;
|
|
10221
10311
|
};
|
|
10222
10312
|
force: {
|
|
10313
|
+
description: string;
|
|
10223
10314
|
type: string;
|
|
10224
10315
|
};
|
|
10225
10316
|
is_external_modification_allowed: {
|
|
10317
|
+
description: string;
|
|
10226
10318
|
type: string;
|
|
10227
10319
|
};
|
|
10228
10320
|
sync: {
|
|
10229
10321
|
default: boolean;
|
|
10230
10322
|
type: string;
|
|
10323
|
+
'x-undocumented': string;
|
|
10231
10324
|
};
|
|
10232
10325
|
};
|
|
10233
10326
|
required: string[];
|
|
@@ -10286,8 +10379,10 @@ declare const _default: {
|
|
|
10286
10379
|
'x-action-attempt-type': string;
|
|
10287
10380
|
'x-fern-ignore': boolean;
|
|
10288
10381
|
'x-response-key': null;
|
|
10382
|
+
'x-title': string;
|
|
10289
10383
|
};
|
|
10290
10384
|
post: {
|
|
10385
|
+
description: string;
|
|
10291
10386
|
operationId: string;
|
|
10292
10387
|
requestBody: {
|
|
10293
10388
|
content: {
|
|
@@ -10295,21 +10390,26 @@ declare const _default: {
|
|
|
10295
10390
|
schema: {
|
|
10296
10391
|
properties: {
|
|
10297
10392
|
access_code_id: {
|
|
10393
|
+
description: string;
|
|
10298
10394
|
format: string;
|
|
10299
10395
|
type: string;
|
|
10300
10396
|
};
|
|
10301
10397
|
allow_external_modification: {
|
|
10398
|
+
description: string;
|
|
10302
10399
|
type: string;
|
|
10303
10400
|
};
|
|
10304
10401
|
force: {
|
|
10402
|
+
description: string;
|
|
10305
10403
|
type: string;
|
|
10306
10404
|
};
|
|
10307
10405
|
is_external_modification_allowed: {
|
|
10406
|
+
description: string;
|
|
10308
10407
|
type: string;
|
|
10309
10408
|
};
|
|
10310
10409
|
sync: {
|
|
10311
10410
|
default: boolean;
|
|
10312
10411
|
type: string;
|
|
10412
|
+
'x-undocumented': string;
|
|
10313
10413
|
};
|
|
10314
10414
|
};
|
|
10315
10415
|
required: string[];
|
|
@@ -10369,10 +10469,12 @@ declare const _default: {
|
|
|
10369
10469
|
'x-fern-sdk-group-name': string[];
|
|
10370
10470
|
'x-fern-sdk-method-name': string;
|
|
10371
10471
|
'x-response-key': null;
|
|
10472
|
+
'x-title': string;
|
|
10372
10473
|
};
|
|
10373
10474
|
};
|
|
10374
10475
|
'/access_codes/unmanaged/delete': {
|
|
10375
10476
|
post: {
|
|
10477
|
+
description: string;
|
|
10376
10478
|
operationId: string;
|
|
10377
10479
|
requestBody: {
|
|
10378
10480
|
content: {
|
|
@@ -10380,12 +10482,14 @@ declare const _default: {
|
|
|
10380
10482
|
schema: {
|
|
10381
10483
|
properties: {
|
|
10382
10484
|
access_code_id: {
|
|
10485
|
+
description: string;
|
|
10383
10486
|
format: string;
|
|
10384
10487
|
type: string;
|
|
10385
10488
|
};
|
|
10386
10489
|
sync: {
|
|
10387
10490
|
default: boolean;
|
|
10388
10491
|
type: string;
|
|
10492
|
+
'x-undocumented': string;
|
|
10389
10493
|
};
|
|
10390
10494
|
};
|
|
10391
10495
|
required: string[];
|
|
@@ -10448,10 +10552,12 @@ declare const _default: {
|
|
|
10448
10552
|
'x-fern-sdk-group-name': string[];
|
|
10449
10553
|
'x-fern-sdk-method-name': string;
|
|
10450
10554
|
'x-response-key': null;
|
|
10555
|
+
'x-title': string;
|
|
10451
10556
|
};
|
|
10452
10557
|
};
|
|
10453
10558
|
'/access_codes/unmanaged/get': {
|
|
10454
10559
|
post: {
|
|
10560
|
+
description: string;
|
|
10455
10561
|
operationId: string;
|
|
10456
10562
|
requestBody: {
|
|
10457
10563
|
content: {
|
|
@@ -10459,13 +10565,16 @@ declare const _default: {
|
|
|
10459
10565
|
schema: {
|
|
10460
10566
|
properties: {
|
|
10461
10567
|
access_code_id: {
|
|
10568
|
+
description: string;
|
|
10462
10569
|
format: string;
|
|
10463
10570
|
type: string;
|
|
10464
10571
|
};
|
|
10465
10572
|
code: {
|
|
10573
|
+
description: string;
|
|
10466
10574
|
type: string;
|
|
10467
10575
|
};
|
|
10468
10576
|
device_id: {
|
|
10577
|
+
description: string;
|
|
10469
10578
|
format: string;
|
|
10470
10579
|
type: string;
|
|
10471
10580
|
};
|
|
@@ -10529,10 +10638,12 @@ declare const _default: {
|
|
|
10529
10638
|
'x-fern-sdk-method-name': string;
|
|
10530
10639
|
'x-fern-sdk-return-value': string;
|
|
10531
10640
|
'x-response-key': string;
|
|
10641
|
+
'x-title': string;
|
|
10532
10642
|
};
|
|
10533
10643
|
};
|
|
10534
10644
|
'/access_codes/unmanaged/list': {
|
|
10535
10645
|
post: {
|
|
10646
|
+
description: string;
|
|
10536
10647
|
operationId: string;
|
|
10537
10648
|
requestBody: {
|
|
10538
10649
|
content: {
|
|
@@ -10540,10 +10651,12 @@ declare const _default: {
|
|
|
10540
10651
|
schema: {
|
|
10541
10652
|
properties: {
|
|
10542
10653
|
device_id: {
|
|
10654
|
+
description: string;
|
|
10543
10655
|
format: string;
|
|
10544
10656
|
type: string;
|
|
10545
10657
|
};
|
|
10546
10658
|
user_identifier_key: {
|
|
10659
|
+
description: string;
|
|
10547
10660
|
type: string;
|
|
10548
10661
|
};
|
|
10549
10662
|
};
|
|
@@ -10610,10 +10723,12 @@ declare const _default: {
|
|
|
10610
10723
|
'x-fern-sdk-method-name': string;
|
|
10611
10724
|
'x-fern-sdk-return-value': string;
|
|
10612
10725
|
'x-response-key': string;
|
|
10726
|
+
'x-title': string;
|
|
10613
10727
|
};
|
|
10614
10728
|
};
|
|
10615
10729
|
'/access_codes/unmanaged/update': {
|
|
10616
10730
|
patch: {
|
|
10731
|
+
description: string;
|
|
10617
10732
|
operationId: string;
|
|
10618
10733
|
requestBody: {
|
|
10619
10734
|
content: {
|
|
@@ -10621,16 +10736,20 @@ declare const _default: {
|
|
|
10621
10736
|
schema: {
|
|
10622
10737
|
properties: {
|
|
10623
10738
|
access_code_id: {
|
|
10739
|
+
description: string;
|
|
10624
10740
|
format: string;
|
|
10625
10741
|
type: string;
|
|
10626
10742
|
};
|
|
10627
10743
|
allow_external_modification: {
|
|
10744
|
+
description: string;
|
|
10628
10745
|
type: string;
|
|
10629
10746
|
};
|
|
10630
10747
|
force: {
|
|
10748
|
+
description: string;
|
|
10631
10749
|
type: string;
|
|
10632
10750
|
};
|
|
10633
10751
|
is_external_modification_allowed: {
|
|
10752
|
+
description: string;
|
|
10634
10753
|
type: string;
|
|
10635
10754
|
};
|
|
10636
10755
|
is_managed: {
|
|
@@ -10692,8 +10811,10 @@ declare const _default: {
|
|
|
10692
10811
|
tags: string[];
|
|
10693
10812
|
'x-fern-ignore': boolean;
|
|
10694
10813
|
'x-response-key': null;
|
|
10814
|
+
'x-title': string;
|
|
10695
10815
|
};
|
|
10696
10816
|
post: {
|
|
10817
|
+
description: string;
|
|
10697
10818
|
operationId: string;
|
|
10698
10819
|
requestBody: {
|
|
10699
10820
|
content: {
|
|
@@ -10701,16 +10822,20 @@ declare const _default: {
|
|
|
10701
10822
|
schema: {
|
|
10702
10823
|
properties: {
|
|
10703
10824
|
access_code_id: {
|
|
10825
|
+
description: string;
|
|
10704
10826
|
format: string;
|
|
10705
10827
|
type: string;
|
|
10706
10828
|
};
|
|
10707
10829
|
allow_external_modification: {
|
|
10830
|
+
description: string;
|
|
10708
10831
|
type: string;
|
|
10709
10832
|
};
|
|
10710
10833
|
force: {
|
|
10834
|
+
description: string;
|
|
10711
10835
|
type: string;
|
|
10712
10836
|
};
|
|
10713
10837
|
is_external_modification_allowed: {
|
|
10838
|
+
description: string;
|
|
10714
10839
|
type: string;
|
|
10715
10840
|
};
|
|
10716
10841
|
is_managed: {
|
|
@@ -10773,10 +10898,12 @@ declare const _default: {
|
|
|
10773
10898
|
'x-fern-sdk-group-name': string[];
|
|
10774
10899
|
'x-fern-sdk-method-name': string;
|
|
10775
10900
|
'x-response-key': null;
|
|
10901
|
+
'x-title': string;
|
|
10776
10902
|
};
|
|
10777
10903
|
};
|
|
10778
10904
|
'/access_codes/update': {
|
|
10779
10905
|
patch: {
|
|
10906
|
+
description: string;
|
|
10780
10907
|
operationId: string;
|
|
10781
10908
|
requestBody: {
|
|
10782
10909
|
content: {
|
|
@@ -10784,10 +10911,12 @@ declare const _default: {
|
|
|
10784
10911
|
schema: {
|
|
10785
10912
|
properties: {
|
|
10786
10913
|
access_code_id: {
|
|
10914
|
+
description: string;
|
|
10787
10915
|
format: string;
|
|
10788
10916
|
type: string;
|
|
10789
10917
|
};
|
|
10790
10918
|
allow_external_modification: {
|
|
10919
|
+
description: string;
|
|
10791
10920
|
type: string;
|
|
10792
10921
|
};
|
|
10793
10922
|
attempt_for_offline_device: {
|
|
@@ -10795,57 +10924,72 @@ declare const _default: {
|
|
|
10795
10924
|
type: string;
|
|
10796
10925
|
};
|
|
10797
10926
|
code: {
|
|
10927
|
+
description: string;
|
|
10798
10928
|
maxLength: number;
|
|
10799
10929
|
minLength: number;
|
|
10800
10930
|
pattern: string;
|
|
10801
10931
|
type: string;
|
|
10802
10932
|
};
|
|
10803
10933
|
device_id: {
|
|
10934
|
+
description: string;
|
|
10804
10935
|
format: string;
|
|
10805
10936
|
type: string;
|
|
10806
10937
|
};
|
|
10807
10938
|
ends_at: {
|
|
10939
|
+
description: string;
|
|
10808
10940
|
type: string;
|
|
10809
10941
|
};
|
|
10810
10942
|
is_external_modification_allowed: {
|
|
10943
|
+
description: string;
|
|
10811
10944
|
type: string;
|
|
10812
10945
|
};
|
|
10813
10946
|
is_managed: {
|
|
10947
|
+
description: string;
|
|
10814
10948
|
type: string;
|
|
10815
10949
|
};
|
|
10816
10950
|
is_offline_access_code: {
|
|
10951
|
+
description: string;
|
|
10817
10952
|
type: string;
|
|
10818
10953
|
};
|
|
10819
10954
|
is_one_time_use: {
|
|
10955
|
+
description: string;
|
|
10820
10956
|
type: string;
|
|
10821
10957
|
};
|
|
10822
10958
|
max_time_rounding: {
|
|
10823
10959
|
default: string;
|
|
10960
|
+
description: string;
|
|
10824
10961
|
enum: string[];
|
|
10825
10962
|
type: string;
|
|
10826
10963
|
};
|
|
10827
10964
|
name: {
|
|
10965
|
+
description: string;
|
|
10828
10966
|
type: string;
|
|
10829
10967
|
};
|
|
10830
10968
|
prefer_native_scheduling: {
|
|
10969
|
+
description: string;
|
|
10831
10970
|
type: string;
|
|
10832
10971
|
};
|
|
10833
10972
|
preferred_code_length: {
|
|
10973
|
+
description: string;
|
|
10834
10974
|
format: string;
|
|
10835
10975
|
type: string;
|
|
10836
10976
|
};
|
|
10837
10977
|
starts_at: {
|
|
10978
|
+
description: string;
|
|
10838
10979
|
type: string;
|
|
10839
10980
|
};
|
|
10840
10981
|
sync: {
|
|
10841
10982
|
default: boolean;
|
|
10842
10983
|
type: string;
|
|
10984
|
+
'x-undocumented': string;
|
|
10843
10985
|
};
|
|
10844
10986
|
type: {
|
|
10987
|
+
description: string;
|
|
10845
10988
|
enum: string[];
|
|
10846
10989
|
type: string;
|
|
10847
10990
|
};
|
|
10848
10991
|
use_backup_access_code_pool: {
|
|
10992
|
+
description: string;
|
|
10849
10993
|
type: string;
|
|
10850
10994
|
};
|
|
10851
10995
|
use_offline_access_code: {
|
|
@@ -10911,8 +11055,10 @@ declare const _default: {
|
|
|
10911
11055
|
'x-action-attempt-type': string;
|
|
10912
11056
|
'x-fern-ignore': boolean;
|
|
10913
11057
|
'x-response-key': null;
|
|
11058
|
+
'x-title': string;
|
|
10914
11059
|
};
|
|
10915
11060
|
post: {
|
|
11061
|
+
description: string;
|
|
10916
11062
|
operationId: string;
|
|
10917
11063
|
requestBody: {
|
|
10918
11064
|
content: {
|
|
@@ -10920,10 +11066,12 @@ declare const _default: {
|
|
|
10920
11066
|
schema: {
|
|
10921
11067
|
properties: {
|
|
10922
11068
|
access_code_id: {
|
|
11069
|
+
description: string;
|
|
10923
11070
|
format: string;
|
|
10924
11071
|
type: string;
|
|
10925
11072
|
};
|
|
10926
11073
|
allow_external_modification: {
|
|
11074
|
+
description: string;
|
|
10927
11075
|
type: string;
|
|
10928
11076
|
};
|
|
10929
11077
|
attempt_for_offline_device: {
|
|
@@ -10931,57 +11079,72 @@ declare const _default: {
|
|
|
10931
11079
|
type: string;
|
|
10932
11080
|
};
|
|
10933
11081
|
code: {
|
|
11082
|
+
description: string;
|
|
10934
11083
|
maxLength: number;
|
|
10935
11084
|
minLength: number;
|
|
10936
11085
|
pattern: string;
|
|
10937
11086
|
type: string;
|
|
10938
11087
|
};
|
|
10939
11088
|
device_id: {
|
|
11089
|
+
description: string;
|
|
10940
11090
|
format: string;
|
|
10941
11091
|
type: string;
|
|
10942
11092
|
};
|
|
10943
11093
|
ends_at: {
|
|
11094
|
+
description: string;
|
|
10944
11095
|
type: string;
|
|
10945
11096
|
};
|
|
10946
11097
|
is_external_modification_allowed: {
|
|
11098
|
+
description: string;
|
|
10947
11099
|
type: string;
|
|
10948
11100
|
};
|
|
10949
11101
|
is_managed: {
|
|
11102
|
+
description: string;
|
|
10950
11103
|
type: string;
|
|
10951
11104
|
};
|
|
10952
11105
|
is_offline_access_code: {
|
|
11106
|
+
description: string;
|
|
10953
11107
|
type: string;
|
|
10954
11108
|
};
|
|
10955
11109
|
is_one_time_use: {
|
|
11110
|
+
description: string;
|
|
10956
11111
|
type: string;
|
|
10957
11112
|
};
|
|
10958
11113
|
max_time_rounding: {
|
|
10959
11114
|
default: string;
|
|
11115
|
+
description: string;
|
|
10960
11116
|
enum: string[];
|
|
10961
11117
|
type: string;
|
|
10962
11118
|
};
|
|
10963
11119
|
name: {
|
|
11120
|
+
description: string;
|
|
10964
11121
|
type: string;
|
|
10965
11122
|
};
|
|
10966
11123
|
prefer_native_scheduling: {
|
|
11124
|
+
description: string;
|
|
10967
11125
|
type: string;
|
|
10968
11126
|
};
|
|
10969
11127
|
preferred_code_length: {
|
|
11128
|
+
description: string;
|
|
10970
11129
|
format: string;
|
|
10971
11130
|
type: string;
|
|
10972
11131
|
};
|
|
10973
11132
|
starts_at: {
|
|
11133
|
+
description: string;
|
|
10974
11134
|
type: string;
|
|
10975
11135
|
};
|
|
10976
11136
|
sync: {
|
|
10977
11137
|
default: boolean;
|
|
10978
11138
|
type: string;
|
|
11139
|
+
'x-undocumented': string;
|
|
10979
11140
|
};
|
|
10980
11141
|
type: {
|
|
11142
|
+
description: string;
|
|
10981
11143
|
enum: string[];
|
|
10982
11144
|
type: string;
|
|
10983
11145
|
};
|
|
10984
11146
|
use_backup_access_code_pool: {
|
|
11147
|
+
description: string;
|
|
10985
11148
|
type: string;
|
|
10986
11149
|
};
|
|
10987
11150
|
use_offline_access_code: {
|
|
@@ -11048,8 +11211,10 @@ declare const _default: {
|
|
|
11048
11211
|
'x-fern-sdk-group-name': string[];
|
|
11049
11212
|
'x-fern-sdk-method-name': string;
|
|
11050
11213
|
'x-response-key': null;
|
|
11214
|
+
'x-title': string;
|
|
11051
11215
|
};
|
|
11052
11216
|
put: {
|
|
11217
|
+
description: string;
|
|
11053
11218
|
operationId: string;
|
|
11054
11219
|
requestBody: {
|
|
11055
11220
|
content: {
|
|
@@ -11057,10 +11222,12 @@ declare const _default: {
|
|
|
11057
11222
|
schema: {
|
|
11058
11223
|
properties: {
|
|
11059
11224
|
access_code_id: {
|
|
11225
|
+
description: string;
|
|
11060
11226
|
format: string;
|
|
11061
11227
|
type: string;
|
|
11062
11228
|
};
|
|
11063
11229
|
allow_external_modification: {
|
|
11230
|
+
description: string;
|
|
11064
11231
|
type: string;
|
|
11065
11232
|
};
|
|
11066
11233
|
attempt_for_offline_device: {
|
|
@@ -11068,57 +11235,72 @@ declare const _default: {
|
|
|
11068
11235
|
type: string;
|
|
11069
11236
|
};
|
|
11070
11237
|
code: {
|
|
11238
|
+
description: string;
|
|
11071
11239
|
maxLength: number;
|
|
11072
11240
|
minLength: number;
|
|
11073
11241
|
pattern: string;
|
|
11074
11242
|
type: string;
|
|
11075
11243
|
};
|
|
11076
11244
|
device_id: {
|
|
11245
|
+
description: string;
|
|
11077
11246
|
format: string;
|
|
11078
11247
|
type: string;
|
|
11079
11248
|
};
|
|
11080
11249
|
ends_at: {
|
|
11250
|
+
description: string;
|
|
11081
11251
|
type: string;
|
|
11082
11252
|
};
|
|
11083
11253
|
is_external_modification_allowed: {
|
|
11254
|
+
description: string;
|
|
11084
11255
|
type: string;
|
|
11085
11256
|
};
|
|
11086
11257
|
is_managed: {
|
|
11258
|
+
description: string;
|
|
11087
11259
|
type: string;
|
|
11088
11260
|
};
|
|
11089
11261
|
is_offline_access_code: {
|
|
11262
|
+
description: string;
|
|
11090
11263
|
type: string;
|
|
11091
11264
|
};
|
|
11092
11265
|
is_one_time_use: {
|
|
11266
|
+
description: string;
|
|
11093
11267
|
type: string;
|
|
11094
11268
|
};
|
|
11095
11269
|
max_time_rounding: {
|
|
11096
11270
|
default: string;
|
|
11271
|
+
description: string;
|
|
11097
11272
|
enum: string[];
|
|
11098
11273
|
type: string;
|
|
11099
11274
|
};
|
|
11100
11275
|
name: {
|
|
11276
|
+
description: string;
|
|
11101
11277
|
type: string;
|
|
11102
11278
|
};
|
|
11103
11279
|
prefer_native_scheduling: {
|
|
11280
|
+
description: string;
|
|
11104
11281
|
type: string;
|
|
11105
11282
|
};
|
|
11106
11283
|
preferred_code_length: {
|
|
11284
|
+
description: string;
|
|
11107
11285
|
format: string;
|
|
11108
11286
|
type: string;
|
|
11109
11287
|
};
|
|
11110
11288
|
starts_at: {
|
|
11289
|
+
description: string;
|
|
11111
11290
|
type: string;
|
|
11112
11291
|
};
|
|
11113
11292
|
sync: {
|
|
11114
11293
|
default: boolean;
|
|
11115
11294
|
type: string;
|
|
11295
|
+
'x-undocumented': string;
|
|
11116
11296
|
};
|
|
11117
11297
|
type: {
|
|
11298
|
+
description: string;
|
|
11118
11299
|
enum: string[];
|
|
11119
11300
|
type: string;
|
|
11120
11301
|
};
|
|
11121
11302
|
use_backup_access_code_pool: {
|
|
11303
|
+
description: string;
|
|
11122
11304
|
type: string;
|
|
11123
11305
|
};
|
|
11124
11306
|
use_offline_access_code: {
|
|
@@ -11184,10 +11366,12 @@ declare const _default: {
|
|
|
11184
11366
|
'x-action-attempt-type': string;
|
|
11185
11367
|
'x-fern-ignore': boolean;
|
|
11186
11368
|
'x-response-key': null;
|
|
11369
|
+
'x-title': string;
|
|
11187
11370
|
};
|
|
11188
11371
|
};
|
|
11189
11372
|
'/access_codes/update_multiple': {
|
|
11190
11373
|
patch: {
|
|
11374
|
+
description: string;
|
|
11191
11375
|
operationId: string;
|
|
11192
11376
|
requestBody: {
|
|
11193
11377
|
content: {
|
|
@@ -11195,15 +11379,19 @@ declare const _default: {
|
|
|
11195
11379
|
schema: {
|
|
11196
11380
|
properties: {
|
|
11197
11381
|
common_code_key: {
|
|
11382
|
+
description: string;
|
|
11198
11383
|
type: string;
|
|
11199
11384
|
};
|
|
11200
11385
|
ends_at: {
|
|
11386
|
+
description: string;
|
|
11201
11387
|
type: string;
|
|
11202
11388
|
};
|
|
11203
11389
|
name: {
|
|
11390
|
+
description: string;
|
|
11204
11391
|
type: string;
|
|
11205
11392
|
};
|
|
11206
11393
|
starts_at: {
|
|
11394
|
+
description: string;
|
|
11207
11395
|
type: string;
|
|
11208
11396
|
};
|
|
11209
11397
|
};
|
|
@@ -11262,8 +11450,10 @@ declare const _default: {
|
|
|
11262
11450
|
tags: string[];
|
|
11263
11451
|
'x-fern-ignore': boolean;
|
|
11264
11452
|
'x-response-key': null;
|
|
11453
|
+
'x-title': string;
|
|
11265
11454
|
};
|
|
11266
11455
|
post: {
|
|
11456
|
+
description: string;
|
|
11267
11457
|
operationId: string;
|
|
11268
11458
|
requestBody: {
|
|
11269
11459
|
content: {
|
|
@@ -11271,15 +11461,19 @@ declare const _default: {
|
|
|
11271
11461
|
schema: {
|
|
11272
11462
|
properties: {
|
|
11273
11463
|
common_code_key: {
|
|
11464
|
+
description: string;
|
|
11274
11465
|
type: string;
|
|
11275
11466
|
};
|
|
11276
11467
|
ends_at: {
|
|
11468
|
+
description: string;
|
|
11277
11469
|
type: string;
|
|
11278
11470
|
};
|
|
11279
11471
|
name: {
|
|
11472
|
+
description: string;
|
|
11280
11473
|
type: string;
|
|
11281
11474
|
};
|
|
11282
11475
|
starts_at: {
|
|
11476
|
+
description: string;
|
|
11283
11477
|
type: string;
|
|
11284
11478
|
};
|
|
11285
11479
|
};
|
|
@@ -11339,6 +11533,7 @@ declare const _default: {
|
|
|
11339
11533
|
'x-fern-sdk-group-name': string[];
|
|
11340
11534
|
'x-fern-sdk-method-name': string;
|
|
11341
11535
|
'x-response-key': null;
|
|
11536
|
+
'x-title': string;
|
|
11342
11537
|
};
|
|
11343
11538
|
};
|
|
11344
11539
|
'/acs/access_groups/add_user': {
|
|
@@ -13485,6 +13680,76 @@ declare const _default: {
|
|
|
13485
13680
|
'x-title': string;
|
|
13486
13681
|
};
|
|
13487
13682
|
};
|
|
13683
|
+
'/acs/encoders/get': {
|
|
13684
|
+
post: {
|
|
13685
|
+
description: string;
|
|
13686
|
+
operationId: string;
|
|
13687
|
+
requestBody: {
|
|
13688
|
+
content: {
|
|
13689
|
+
'application/json': {
|
|
13690
|
+
schema: {
|
|
13691
|
+
properties: {
|
|
13692
|
+
acs_encoder_id: {
|
|
13693
|
+
description: string;
|
|
13694
|
+
format: string;
|
|
13695
|
+
type: string;
|
|
13696
|
+
};
|
|
13697
|
+
};
|
|
13698
|
+
required: string[];
|
|
13699
|
+
type: string;
|
|
13700
|
+
};
|
|
13701
|
+
};
|
|
13702
|
+
};
|
|
13703
|
+
};
|
|
13704
|
+
responses: {
|
|
13705
|
+
200: {
|
|
13706
|
+
content: {
|
|
13707
|
+
'application/json': {
|
|
13708
|
+
schema: {
|
|
13709
|
+
properties: {
|
|
13710
|
+
acs_encoder: {
|
|
13711
|
+
$ref: string;
|
|
13712
|
+
};
|
|
13713
|
+
ok: {
|
|
13714
|
+
type: string;
|
|
13715
|
+
};
|
|
13716
|
+
};
|
|
13717
|
+
required: string[];
|
|
13718
|
+
type: string;
|
|
13719
|
+
};
|
|
13720
|
+
};
|
|
13721
|
+
};
|
|
13722
|
+
description: string;
|
|
13723
|
+
};
|
|
13724
|
+
400: {
|
|
13725
|
+
description: string;
|
|
13726
|
+
};
|
|
13727
|
+
401: {
|
|
13728
|
+
description: string;
|
|
13729
|
+
};
|
|
13730
|
+
};
|
|
13731
|
+
security: ({
|
|
13732
|
+
pat_with_workspace: never[];
|
|
13733
|
+
console_session_with_workspace?: never;
|
|
13734
|
+
api_key?: never;
|
|
13735
|
+
} | {
|
|
13736
|
+
console_session_with_workspace: never[];
|
|
13737
|
+
pat_with_workspace?: never;
|
|
13738
|
+
api_key?: never;
|
|
13739
|
+
} | {
|
|
13740
|
+
api_key: never[];
|
|
13741
|
+
pat_with_workspace?: never;
|
|
13742
|
+
console_session_with_workspace?: never;
|
|
13743
|
+
})[];
|
|
13744
|
+
summary: string;
|
|
13745
|
+
tags: string[];
|
|
13746
|
+
'x-fern-sdk-group-name': string[];
|
|
13747
|
+
'x-fern-sdk-method-name': string;
|
|
13748
|
+
'x-fern-sdk-return-value': string;
|
|
13749
|
+
'x-response-key': string;
|
|
13750
|
+
'x-title': string;
|
|
13751
|
+
};
|
|
13752
|
+
};
|
|
13488
13753
|
'/acs/encoders/list': {
|
|
13489
13754
|
post: {
|
|
13490
13755
|
description: string;
|
|
@@ -20845,10 +21110,12 @@ declare const _default: {
|
|
|
20845
21110
|
properties: {
|
|
20846
21111
|
can_tailscale_proxy_reach_bridge: {
|
|
20847
21112
|
description: string;
|
|
21113
|
+
nullable: boolean;
|
|
20848
21114
|
type: string;
|
|
20849
21115
|
};
|
|
20850
21116
|
can_tailscale_proxy_reach_tailscale_network: {
|
|
20851
21117
|
description: string;
|
|
21118
|
+
nullable: boolean;
|
|
20852
21119
|
type: string;
|
|
20853
21120
|
};
|
|
20854
21121
|
created_at: {
|
|
@@ -20862,14 +21129,17 @@ declare const _default: {
|
|
|
20862
21129
|
};
|
|
20863
21130
|
is_bridge_socks_server_healthy: {
|
|
20864
21131
|
description: string;
|
|
21132
|
+
nullable: boolean;
|
|
20865
21133
|
type: string;
|
|
20866
21134
|
};
|
|
20867
21135
|
is_tailscale_proxy_reachable: {
|
|
20868
21136
|
description: string;
|
|
21137
|
+
nullable: boolean;
|
|
20869
21138
|
type: string;
|
|
20870
21139
|
};
|
|
20871
21140
|
is_tailscale_proxy_socks_server_healthy: {
|
|
20872
21141
|
description: string;
|
|
21142
|
+
nullable: boolean;
|
|
20873
21143
|
type: string;
|
|
20874
21144
|
};
|
|
20875
21145
|
message: {
|
|
@@ -21001,10 +21271,12 @@ declare const _default: {
|
|
|
21001
21271
|
properties: {
|
|
21002
21272
|
can_tailscale_proxy_reach_bridge: {
|
|
21003
21273
|
description: string;
|
|
21274
|
+
nullable: boolean;
|
|
21004
21275
|
type: string;
|
|
21005
21276
|
};
|
|
21006
21277
|
can_tailscale_proxy_reach_tailscale_network: {
|
|
21007
21278
|
description: string;
|
|
21279
|
+
nullable: boolean;
|
|
21008
21280
|
type: string;
|
|
21009
21281
|
};
|
|
21010
21282
|
created_at: {
|
|
@@ -21018,14 +21290,17 @@ declare const _default: {
|
|
|
21018
21290
|
};
|
|
21019
21291
|
is_bridge_socks_server_healthy: {
|
|
21020
21292
|
description: string;
|
|
21293
|
+
nullable: boolean;
|
|
21021
21294
|
type: string;
|
|
21022
21295
|
};
|
|
21023
21296
|
is_tailscale_proxy_reachable: {
|
|
21024
21297
|
description: string;
|
|
21298
|
+
nullable: boolean;
|
|
21025
21299
|
type: string;
|
|
21026
21300
|
};
|
|
21027
21301
|
is_tailscale_proxy_socks_server_healthy: {
|
|
21028
21302
|
description: string;
|
|
21303
|
+
nullable: boolean;
|
|
21029
21304
|
type: string;
|
|
21030
21305
|
};
|
|
21031
21306
|
message: {
|
|
@@ -21153,10 +21428,12 @@ declare const _default: {
|
|
|
21153
21428
|
properties: {
|
|
21154
21429
|
can_tailscale_proxy_reach_bridge: {
|
|
21155
21430
|
description: string;
|
|
21431
|
+
nullable: boolean;
|
|
21156
21432
|
type: string;
|
|
21157
21433
|
};
|
|
21158
21434
|
can_tailscale_proxy_reach_tailscale_network: {
|
|
21159
21435
|
description: string;
|
|
21436
|
+
nullable: boolean;
|
|
21160
21437
|
type: string;
|
|
21161
21438
|
};
|
|
21162
21439
|
created_at: {
|
|
@@ -21170,14 +21447,17 @@ declare const _default: {
|
|
|
21170
21447
|
};
|
|
21171
21448
|
is_bridge_socks_server_healthy: {
|
|
21172
21449
|
description: string;
|
|
21450
|
+
nullable: boolean;
|
|
21173
21451
|
type: string;
|
|
21174
21452
|
};
|
|
21175
21453
|
is_tailscale_proxy_reachable: {
|
|
21176
21454
|
description: string;
|
|
21455
|
+
nullable: boolean;
|
|
21177
21456
|
type: string;
|
|
21178
21457
|
};
|
|
21179
21458
|
is_tailscale_proxy_socks_server_healthy: {
|
|
21180
21459
|
description: string;
|
|
21460
|
+
nullable: boolean;
|
|
21181
21461
|
type: string;
|
|
21182
21462
|
};
|
|
21183
21463
|
message: {
|
|
@@ -21309,10 +21589,12 @@ declare const _default: {
|
|
|
21309
21589
|
properties: {
|
|
21310
21590
|
can_tailscale_proxy_reach_bridge: {
|
|
21311
21591
|
description: string;
|
|
21592
|
+
nullable: boolean;
|
|
21312
21593
|
type: string;
|
|
21313
21594
|
};
|
|
21314
21595
|
can_tailscale_proxy_reach_tailscale_network: {
|
|
21315
21596
|
description: string;
|
|
21597
|
+
nullable: boolean;
|
|
21316
21598
|
type: string;
|
|
21317
21599
|
};
|
|
21318
21600
|
created_at: {
|
|
@@ -21326,14 +21608,17 @@ declare const _default: {
|
|
|
21326
21608
|
};
|
|
21327
21609
|
is_bridge_socks_server_healthy: {
|
|
21328
21610
|
description: string;
|
|
21611
|
+
nullable: boolean;
|
|
21329
21612
|
type: string;
|
|
21330
21613
|
};
|
|
21331
21614
|
is_tailscale_proxy_reachable: {
|
|
21332
21615
|
description: string;
|
|
21616
|
+
nullable: boolean;
|
|
21333
21617
|
type: string;
|
|
21334
21618
|
};
|
|
21335
21619
|
is_tailscale_proxy_socks_server_healthy: {
|
|
21336
21620
|
description: string;
|
|
21621
|
+
nullable: boolean;
|
|
21337
21622
|
type: string;
|
|
21338
21623
|
};
|
|
21339
21624
|
message: {
|