@seamapi/types 1.472.0 → 1.474.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 +318 -1270
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +870 -2263
- package/dist/index.cjs +318 -1270
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +126 -0
- package/lib/seam/connect/models/batch.js +3 -0
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/index.d.ts +0 -1
- package/lib/seam/connect/models/index.js +0 -1
- package/lib/seam/connect/models/index.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +185 -1473
- package/lib/seam/connect/openapi.js +199 -1176
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +48 -216
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +0 -2
- package/src/lib/seam/connect/models/batch.ts +3 -0
- package/src/lib/seam/connect/models/index.ts +0 -1
- package/src/lib/seam/connect/openapi.ts +210 -1209
- package/src/lib/seam/connect/route-types.ts +52 -228
- package/lib/seam/connect/models/locations/index.d.ts +0 -1
- package/lib/seam/connect/models/locations/index.js +0 -2
- package/lib/seam/connect/models/locations/index.js.map +0 -1
- package/lib/seam/connect/models/locations/location.d.ts +0 -52
- package/lib/seam/connect/models/locations/location.js +0 -31
- package/lib/seam/connect/models/locations/location.js.map +0 -1
- package/src/lib/seam/connect/models/locations/index.ts +0 -1
- package/src/lib/seam/connect/models/locations/location.ts +0 -36
|
@@ -10382,56 +10382,6 @@ declare const _default: {
|
|
|
10382
10382
|
type: string;
|
|
10383
10383
|
'x-route-path': string;
|
|
10384
10384
|
};
|
|
10385
|
-
location: {
|
|
10386
|
-
properties: {
|
|
10387
|
-
created_at: {
|
|
10388
|
-
description: string;
|
|
10389
|
-
format: string;
|
|
10390
|
-
type: string;
|
|
10391
|
-
};
|
|
10392
|
-
display_name: {
|
|
10393
|
-
description: string;
|
|
10394
|
-
type: string;
|
|
10395
|
-
};
|
|
10396
|
-
geolocation: {
|
|
10397
|
-
description: string;
|
|
10398
|
-
properties: {
|
|
10399
|
-
latitude: {
|
|
10400
|
-
format: string;
|
|
10401
|
-
type: string;
|
|
10402
|
-
};
|
|
10403
|
-
longitude: {
|
|
10404
|
-
format: string;
|
|
10405
|
-
type: string;
|
|
10406
|
-
};
|
|
10407
|
-
};
|
|
10408
|
-
required: string[];
|
|
10409
|
-
type: string;
|
|
10410
|
-
};
|
|
10411
|
-
location_id: {
|
|
10412
|
-
description: string;
|
|
10413
|
-
format: string;
|
|
10414
|
-
type: string;
|
|
10415
|
-
};
|
|
10416
|
-
name: {
|
|
10417
|
-
description: string;
|
|
10418
|
-
type: string;
|
|
10419
|
-
};
|
|
10420
|
-
time_zone: {
|
|
10421
|
-
description: string;
|
|
10422
|
-
type: string;
|
|
10423
|
-
};
|
|
10424
|
-
workspace_id: {
|
|
10425
|
-
description: string;
|
|
10426
|
-
format: string;
|
|
10427
|
-
type: string;
|
|
10428
|
-
};
|
|
10429
|
-
};
|
|
10430
|
-
required: string[];
|
|
10431
|
-
type: string;
|
|
10432
|
-
'x-route-path': string;
|
|
10433
|
-
'x-undocumented': string;
|
|
10434
|
-
};
|
|
10435
10385
|
magic_link: {
|
|
10436
10386
|
description: string;
|
|
10437
10387
|
properties: {
|
|
@@ -18153,6 +18103,12 @@ declare const _default: {
|
|
|
18153
18103
|
batch: {
|
|
18154
18104
|
description: string;
|
|
18155
18105
|
properties: {
|
|
18106
|
+
access_methods: {
|
|
18107
|
+
items: {
|
|
18108
|
+
$ref: string;
|
|
18109
|
+
};
|
|
18110
|
+
type: string;
|
|
18111
|
+
};
|
|
18156
18112
|
acs_access_groups: {
|
|
18157
18113
|
items: {
|
|
18158
18114
|
$ref: string;
|
|
@@ -18338,6 +18294,12 @@ declare const _default: {
|
|
|
18338
18294
|
batch: {
|
|
18339
18295
|
description: string;
|
|
18340
18296
|
properties: {
|
|
18297
|
+
access_methods: {
|
|
18298
|
+
items: {
|
|
18299
|
+
$ref: string;
|
|
18300
|
+
};
|
|
18301
|
+
type: string;
|
|
18302
|
+
};
|
|
18341
18303
|
acs_access_groups: {
|
|
18342
18304
|
items: {
|
|
18343
18305
|
$ref: string;
|
|
@@ -44344,7 +44306,7 @@ declare const _default: {
|
|
|
44344
44306
|
'x-title': string;
|
|
44345
44307
|
};
|
|
44346
44308
|
};
|
|
44347
|
-
'/
|
|
44309
|
+
'/unstable_partner/building_blocks/connect_accounts': {
|
|
44348
44310
|
post: {
|
|
44349
44311
|
description: string;
|
|
44350
44312
|
operationId: string;
|
|
@@ -44353,18 +44315,8 @@ declare const _default: {
|
|
|
44353
44315
|
'application/json': {
|
|
44354
44316
|
schema: {
|
|
44355
44317
|
properties: {
|
|
44356
|
-
|
|
44357
|
-
description: string;
|
|
44358
|
-
items: {
|
|
44359
|
-
format: string;
|
|
44360
|
-
type: string;
|
|
44361
|
-
};
|
|
44362
|
-
minItems: number;
|
|
44363
|
-
type: string;
|
|
44364
|
-
};
|
|
44365
|
-
location_id: {
|
|
44318
|
+
customer_key: {
|
|
44366
44319
|
description: string;
|
|
44367
|
-
format: string;
|
|
44368
44320
|
type: string;
|
|
44369
44321
|
};
|
|
44370
44322
|
};
|
|
@@ -44380,6 +44332,9 @@ declare const _default: {
|
|
|
44380
44332
|
'application/json': {
|
|
44381
44333
|
schema: {
|
|
44382
44334
|
properties: {
|
|
44335
|
+
magic_link: {
|
|
44336
|
+
$ref: string;
|
|
44337
|
+
};
|
|
44383
44338
|
ok: {
|
|
44384
44339
|
type: string;
|
|
44385
44340
|
};
|
|
@@ -44415,11 +44370,110 @@ declare const _default: {
|
|
|
44415
44370
|
tags: never[];
|
|
44416
44371
|
'x-fern-sdk-group-name': string[];
|
|
44417
44372
|
'x-fern-sdk-method-name': string;
|
|
44418
|
-
'x-
|
|
44373
|
+
'x-fern-sdk-return-value': string;
|
|
44374
|
+
'x-response-key': string;
|
|
44419
44375
|
'x-title': string;
|
|
44420
44376
|
'x-undocumented': string;
|
|
44421
44377
|
};
|
|
44422
|
-
|
|
44378
|
+
};
|
|
44379
|
+
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
44380
|
+
get: {
|
|
44381
|
+
description: string;
|
|
44382
|
+
operationId: string;
|
|
44383
|
+
parameters: ({
|
|
44384
|
+
in: string;
|
|
44385
|
+
name: string;
|
|
44386
|
+
required: boolean;
|
|
44387
|
+
schema: {
|
|
44388
|
+
description: string;
|
|
44389
|
+
enum: string[];
|
|
44390
|
+
type: string;
|
|
44391
|
+
items?: never;
|
|
44392
|
+
};
|
|
44393
|
+
} | {
|
|
44394
|
+
in: string;
|
|
44395
|
+
name: string;
|
|
44396
|
+
required: boolean;
|
|
44397
|
+
schema: {
|
|
44398
|
+
description: string;
|
|
44399
|
+
type: string;
|
|
44400
|
+
enum?: never;
|
|
44401
|
+
items?: never;
|
|
44402
|
+
};
|
|
44403
|
+
} | {
|
|
44404
|
+
in: string;
|
|
44405
|
+
name: string;
|
|
44406
|
+
required: boolean;
|
|
44407
|
+
schema: {
|
|
44408
|
+
description: string;
|
|
44409
|
+
items: {
|
|
44410
|
+
properties: {
|
|
44411
|
+
name: {
|
|
44412
|
+
description: string;
|
|
44413
|
+
type: string;
|
|
44414
|
+
};
|
|
44415
|
+
space_key: {
|
|
44416
|
+
description: string;
|
|
44417
|
+
type: string;
|
|
44418
|
+
};
|
|
44419
|
+
};
|
|
44420
|
+
required: string[];
|
|
44421
|
+
type: string;
|
|
44422
|
+
};
|
|
44423
|
+
type: string;
|
|
44424
|
+
enum?: never;
|
|
44425
|
+
};
|
|
44426
|
+
})[];
|
|
44427
|
+
responses: {
|
|
44428
|
+
200: {
|
|
44429
|
+
content: {
|
|
44430
|
+
'application/json': {
|
|
44431
|
+
schema: {
|
|
44432
|
+
properties: {
|
|
44433
|
+
magic_link: {
|
|
44434
|
+
$ref: string;
|
|
44435
|
+
};
|
|
44436
|
+
ok: {
|
|
44437
|
+
type: string;
|
|
44438
|
+
};
|
|
44439
|
+
};
|
|
44440
|
+
required: string[];
|
|
44441
|
+
type: string;
|
|
44442
|
+
};
|
|
44443
|
+
};
|
|
44444
|
+
};
|
|
44445
|
+
description: string;
|
|
44446
|
+
};
|
|
44447
|
+
400: {
|
|
44448
|
+
description: string;
|
|
44449
|
+
};
|
|
44450
|
+
401: {
|
|
44451
|
+
description: string;
|
|
44452
|
+
};
|
|
44453
|
+
};
|
|
44454
|
+
security: ({
|
|
44455
|
+
pat_with_workspace: never[];
|
|
44456
|
+
console_session_with_workspace?: never;
|
|
44457
|
+
api_key?: never;
|
|
44458
|
+
} | {
|
|
44459
|
+
console_session_with_workspace: never[];
|
|
44460
|
+
pat_with_workspace?: never;
|
|
44461
|
+
api_key?: never;
|
|
44462
|
+
} | {
|
|
44463
|
+
api_key: never[];
|
|
44464
|
+
pat_with_workspace?: never;
|
|
44465
|
+
console_session_with_workspace?: never;
|
|
44466
|
+
})[];
|
|
44467
|
+
summary: string;
|
|
44468
|
+
tags: never[];
|
|
44469
|
+
'x-fern-sdk-group-name': string[];
|
|
44470
|
+
'x-fern-sdk-method-name': string;
|
|
44471
|
+
'x-fern-sdk-return-value': string;
|
|
44472
|
+
'x-response-key': string;
|
|
44473
|
+
'x-title': string;
|
|
44474
|
+
'x-undocumented': string;
|
|
44475
|
+
};
|
|
44476
|
+
post: {
|
|
44423
44477
|
description: string;
|
|
44424
44478
|
operationId: string;
|
|
44425
44479
|
requestBody: {
|
|
@@ -44427,18 +44481,31 @@ declare const _default: {
|
|
|
44427
44481
|
'application/json': {
|
|
44428
44482
|
schema: {
|
|
44429
44483
|
properties: {
|
|
44430
|
-
|
|
44484
|
+
building_block_type: {
|
|
44431
44485
|
description: string;
|
|
44432
|
-
|
|
44433
|
-
format: string;
|
|
44434
|
-
type: string;
|
|
44435
|
-
};
|
|
44436
|
-
minItems: number;
|
|
44486
|
+
enum: string[];
|
|
44437
44487
|
type: string;
|
|
44438
44488
|
};
|
|
44439
|
-
|
|
44489
|
+
customer_key: {
|
|
44440
44490
|
description: string;
|
|
44441
|
-
|
|
44491
|
+
type: string;
|
|
44492
|
+
};
|
|
44493
|
+
spaces: {
|
|
44494
|
+
description: string;
|
|
44495
|
+
items: {
|
|
44496
|
+
properties: {
|
|
44497
|
+
name: {
|
|
44498
|
+
description: string;
|
|
44499
|
+
type: string;
|
|
44500
|
+
};
|
|
44501
|
+
space_key: {
|
|
44502
|
+
description: string;
|
|
44503
|
+
type: string;
|
|
44504
|
+
};
|
|
44505
|
+
};
|
|
44506
|
+
required: string[];
|
|
44507
|
+
type: string;
|
|
44508
|
+
};
|
|
44442
44509
|
type: string;
|
|
44443
44510
|
};
|
|
44444
44511
|
};
|
|
@@ -44454,6 +44521,9 @@ declare const _default: {
|
|
|
44454
44521
|
'application/json': {
|
|
44455
44522
|
schema: {
|
|
44456
44523
|
properties: {
|
|
44524
|
+
magic_link: {
|
|
44525
|
+
$ref: string;
|
|
44526
|
+
};
|
|
44457
44527
|
ok: {
|
|
44458
44528
|
type: string;
|
|
44459
44529
|
};
|
|
@@ -44489,12 +44559,13 @@ declare const _default: {
|
|
|
44489
44559
|
tags: never[];
|
|
44490
44560
|
'x-fern-sdk-group-name': string[];
|
|
44491
44561
|
'x-fern-sdk-method-name': string;
|
|
44492
|
-
'x-
|
|
44562
|
+
'x-fern-sdk-return-value': string;
|
|
44563
|
+
'x-response-key': string;
|
|
44493
44564
|
'x-title': string;
|
|
44494
44565
|
'x-undocumented': string;
|
|
44495
44566
|
};
|
|
44496
44567
|
};
|
|
44497
|
-
'/
|
|
44568
|
+
'/unstable_partner/building_blocks/manage_devices': {
|
|
44498
44569
|
post: {
|
|
44499
44570
|
description: string;
|
|
44500
44571
|
operationId: string;
|
|
@@ -44503,18 +44574,8 @@ declare const _default: {
|
|
|
44503
44574
|
'application/json': {
|
|
44504
44575
|
schema: {
|
|
44505
44576
|
properties: {
|
|
44506
|
-
|
|
44507
|
-
description: string;
|
|
44508
|
-
items: {
|
|
44509
|
-
format: string;
|
|
44510
|
-
type: string;
|
|
44511
|
-
};
|
|
44512
|
-
minItems: number;
|
|
44513
|
-
type: string;
|
|
44514
|
-
};
|
|
44515
|
-
location_id: {
|
|
44577
|
+
customer_key: {
|
|
44516
44578
|
description: string;
|
|
44517
|
-
format: string;
|
|
44518
44579
|
type: string;
|
|
44519
44580
|
};
|
|
44520
44581
|
};
|
|
@@ -44530,6 +44591,9 @@ declare const _default: {
|
|
|
44530
44591
|
'application/json': {
|
|
44531
44592
|
schema: {
|
|
44532
44593
|
properties: {
|
|
44594
|
+
magic_link: {
|
|
44595
|
+
$ref: string;
|
|
44596
|
+
};
|
|
44533
44597
|
ok: {
|
|
44534
44598
|
type: string;
|
|
44535
44599
|
};
|
|
@@ -44565,11 +44629,14 @@ declare const _default: {
|
|
|
44565
44629
|
tags: never[];
|
|
44566
44630
|
'x-fern-sdk-group-name': string[];
|
|
44567
44631
|
'x-fern-sdk-method-name': string;
|
|
44568
|
-
'x-
|
|
44632
|
+
'x-fern-sdk-return-value': string;
|
|
44633
|
+
'x-response-key': string;
|
|
44569
44634
|
'x-title': string;
|
|
44570
44635
|
'x-undocumented': string;
|
|
44571
44636
|
};
|
|
44572
|
-
|
|
44637
|
+
};
|
|
44638
|
+
'/unstable_partner/building_blocks/organize_spaces': {
|
|
44639
|
+
post: {
|
|
44573
44640
|
description: string;
|
|
44574
44641
|
operationId: string;
|
|
44575
44642
|
requestBody: {
|
|
@@ -44577,18 +44644,26 @@ declare const _default: {
|
|
|
44577
44644
|
'application/json': {
|
|
44578
44645
|
schema: {
|
|
44579
44646
|
properties: {
|
|
44580
|
-
|
|
44647
|
+
customer_key: {
|
|
44581
44648
|
description: string;
|
|
44582
|
-
items: {
|
|
44583
|
-
format: string;
|
|
44584
|
-
type: string;
|
|
44585
|
-
};
|
|
44586
|
-
minItems: number;
|
|
44587
44649
|
type: string;
|
|
44588
44650
|
};
|
|
44589
|
-
|
|
44651
|
+
spaces: {
|
|
44590
44652
|
description: string;
|
|
44591
|
-
|
|
44653
|
+
items: {
|
|
44654
|
+
properties: {
|
|
44655
|
+
name: {
|
|
44656
|
+
description: string;
|
|
44657
|
+
type: string;
|
|
44658
|
+
};
|
|
44659
|
+
space_key: {
|
|
44660
|
+
description: string;
|
|
44661
|
+
type: string;
|
|
44662
|
+
};
|
|
44663
|
+
};
|
|
44664
|
+
required: string[];
|
|
44665
|
+
type: string;
|
|
44666
|
+
};
|
|
44592
44667
|
type: string;
|
|
44593
44668
|
};
|
|
44594
44669
|
};
|
|
@@ -44604,1384 +44679,9 @@ declare const _default: {
|
|
|
44604
44679
|
'application/json': {
|
|
44605
44680
|
schema: {
|
|
44606
44681
|
properties: {
|
|
44607
|
-
|
|
44608
|
-
|
|
44609
|
-
};
|
|
44610
|
-
};
|
|
44611
|
-
required: string[];
|
|
44612
|
-
type: string;
|
|
44613
|
-
};
|
|
44614
|
-
};
|
|
44615
|
-
};
|
|
44616
|
-
description: string;
|
|
44617
|
-
};
|
|
44618
|
-
400: {
|
|
44619
|
-
description: string;
|
|
44620
|
-
};
|
|
44621
|
-
401: {
|
|
44622
|
-
description: string;
|
|
44623
|
-
};
|
|
44624
|
-
};
|
|
44625
|
-
security: ({
|
|
44626
|
-
pat_with_workspace: never[];
|
|
44627
|
-
console_session_with_workspace?: never;
|
|
44628
|
-
api_key?: never;
|
|
44629
|
-
} | {
|
|
44630
|
-
console_session_with_workspace: never[];
|
|
44631
|
-
pat_with_workspace?: never;
|
|
44632
|
-
api_key?: never;
|
|
44633
|
-
} | {
|
|
44634
|
-
api_key: never[];
|
|
44635
|
-
pat_with_workspace?: never;
|
|
44636
|
-
console_session_with_workspace?: never;
|
|
44637
|
-
})[];
|
|
44638
|
-
summary: string;
|
|
44639
|
-
tags: never[];
|
|
44640
|
-
'x-fern-sdk-group-name': string[];
|
|
44641
|
-
'x-fern-sdk-method-name': string;
|
|
44642
|
-
'x-response-key': null;
|
|
44643
|
-
'x-title': string;
|
|
44644
|
-
'x-undocumented': string;
|
|
44645
|
-
};
|
|
44646
|
-
};
|
|
44647
|
-
'/unstable_locations/create': {
|
|
44648
|
-
post: {
|
|
44649
|
-
description: string;
|
|
44650
|
-
operationId: string;
|
|
44651
|
-
requestBody: {
|
|
44652
|
-
content: {
|
|
44653
|
-
'application/json': {
|
|
44654
|
-
schema: {
|
|
44655
|
-
properties: {
|
|
44656
|
-
acs_entrance_ids: {
|
|
44657
|
-
description: string;
|
|
44658
|
-
items: {
|
|
44659
|
-
format: string;
|
|
44660
|
-
type: string;
|
|
44661
|
-
};
|
|
44662
|
-
type: string;
|
|
44663
|
-
};
|
|
44664
|
-
device_ids: {
|
|
44665
|
-
description: string;
|
|
44666
|
-
items: {
|
|
44667
|
-
format: string;
|
|
44668
|
-
type: string;
|
|
44669
|
-
};
|
|
44670
|
-
type: string;
|
|
44671
|
-
};
|
|
44672
|
-
geolocation: {
|
|
44673
|
-
description: string;
|
|
44674
|
-
properties: {
|
|
44675
|
-
latitude: {
|
|
44676
|
-
format: string;
|
|
44677
|
-
type: string;
|
|
44678
|
-
};
|
|
44679
|
-
longitude: {
|
|
44680
|
-
format: string;
|
|
44681
|
-
type: string;
|
|
44682
|
-
};
|
|
44683
|
-
};
|
|
44684
|
-
required: string[];
|
|
44685
|
-
type: string;
|
|
44686
|
-
};
|
|
44687
|
-
name: {
|
|
44688
|
-
description: string;
|
|
44689
|
-
type: string;
|
|
44690
|
-
};
|
|
44691
|
-
time_zone: {
|
|
44692
|
-
description: string;
|
|
44693
|
-
type: string;
|
|
44694
|
-
};
|
|
44695
|
-
};
|
|
44696
|
-
required: string[];
|
|
44697
|
-
type: string;
|
|
44698
|
-
};
|
|
44699
|
-
};
|
|
44700
|
-
};
|
|
44701
|
-
};
|
|
44702
|
-
responses: {
|
|
44703
|
-
200: {
|
|
44704
|
-
content: {
|
|
44705
|
-
'application/json': {
|
|
44706
|
-
schema: {
|
|
44707
|
-
properties: {
|
|
44708
|
-
location: {
|
|
44709
|
-
$ref: string;
|
|
44710
|
-
};
|
|
44711
|
-
ok: {
|
|
44712
|
-
type: string;
|
|
44713
|
-
};
|
|
44714
|
-
};
|
|
44715
|
-
required: string[];
|
|
44716
|
-
type: string;
|
|
44717
|
-
};
|
|
44718
|
-
};
|
|
44719
|
-
};
|
|
44720
|
-
description: string;
|
|
44721
|
-
};
|
|
44722
|
-
400: {
|
|
44723
|
-
description: string;
|
|
44724
|
-
};
|
|
44725
|
-
401: {
|
|
44726
|
-
description: string;
|
|
44727
|
-
};
|
|
44728
|
-
};
|
|
44729
|
-
security: ({
|
|
44730
|
-
pat_with_workspace: never[];
|
|
44731
|
-
console_session_with_workspace?: never;
|
|
44732
|
-
api_key?: never;
|
|
44733
|
-
} | {
|
|
44734
|
-
console_session_with_workspace: never[];
|
|
44735
|
-
pat_with_workspace?: never;
|
|
44736
|
-
api_key?: never;
|
|
44737
|
-
} | {
|
|
44738
|
-
api_key: never[];
|
|
44739
|
-
pat_with_workspace?: never;
|
|
44740
|
-
console_session_with_workspace?: never;
|
|
44741
|
-
})[];
|
|
44742
|
-
summary: string;
|
|
44743
|
-
tags: never[];
|
|
44744
|
-
'x-fern-sdk-group-name': string[];
|
|
44745
|
-
'x-fern-sdk-method-name': string;
|
|
44746
|
-
'x-fern-sdk-return-value': string;
|
|
44747
|
-
'x-response-key': string;
|
|
44748
|
-
'x-title': string;
|
|
44749
|
-
'x-undocumented': string;
|
|
44750
|
-
};
|
|
44751
|
-
};
|
|
44752
|
-
'/unstable_locations/delete': {
|
|
44753
|
-
delete: {
|
|
44754
|
-
description: string;
|
|
44755
|
-
operationId: string;
|
|
44756
|
-
requestBody: {
|
|
44757
|
-
content: {
|
|
44758
|
-
'application/json': {
|
|
44759
|
-
schema: {
|
|
44760
|
-
properties: {
|
|
44761
|
-
location_id: {
|
|
44762
|
-
description: string;
|
|
44763
|
-
format: string;
|
|
44764
|
-
type: string;
|
|
44765
|
-
};
|
|
44766
|
-
};
|
|
44767
|
-
required: string[];
|
|
44768
|
-
type: string;
|
|
44769
|
-
};
|
|
44770
|
-
};
|
|
44771
|
-
};
|
|
44772
|
-
};
|
|
44773
|
-
responses: {
|
|
44774
|
-
200: {
|
|
44775
|
-
content: {
|
|
44776
|
-
'application/json': {
|
|
44777
|
-
schema: {
|
|
44778
|
-
properties: {
|
|
44779
|
-
ok: {
|
|
44780
|
-
type: string;
|
|
44781
|
-
};
|
|
44782
|
-
};
|
|
44783
|
-
required: string[];
|
|
44784
|
-
type: string;
|
|
44785
|
-
};
|
|
44786
|
-
};
|
|
44787
|
-
};
|
|
44788
|
-
description: string;
|
|
44789
|
-
};
|
|
44790
|
-
400: {
|
|
44791
|
-
description: string;
|
|
44792
|
-
};
|
|
44793
|
-
401: {
|
|
44794
|
-
description: string;
|
|
44795
|
-
};
|
|
44796
|
-
};
|
|
44797
|
-
security: ({
|
|
44798
|
-
pat_with_workspace: never[];
|
|
44799
|
-
console_session_with_workspace?: never;
|
|
44800
|
-
api_key?: never;
|
|
44801
|
-
} | {
|
|
44802
|
-
console_session_with_workspace: never[];
|
|
44803
|
-
pat_with_workspace?: never;
|
|
44804
|
-
api_key?: never;
|
|
44805
|
-
} | {
|
|
44806
|
-
api_key: never[];
|
|
44807
|
-
pat_with_workspace?: never;
|
|
44808
|
-
console_session_with_workspace?: never;
|
|
44809
|
-
})[];
|
|
44810
|
-
summary: string;
|
|
44811
|
-
tags: never[];
|
|
44812
|
-
'x-fern-sdk-group-name': string[];
|
|
44813
|
-
'x-fern-sdk-method-name': string;
|
|
44814
|
-
'x-response-key': null;
|
|
44815
|
-
'x-title': string;
|
|
44816
|
-
'x-undocumented': string;
|
|
44817
|
-
};
|
|
44818
|
-
post: {
|
|
44819
|
-
description: string;
|
|
44820
|
-
operationId: string;
|
|
44821
|
-
requestBody: {
|
|
44822
|
-
content: {
|
|
44823
|
-
'application/json': {
|
|
44824
|
-
schema: {
|
|
44825
|
-
properties: {
|
|
44826
|
-
location_id: {
|
|
44827
|
-
description: string;
|
|
44828
|
-
format: string;
|
|
44829
|
-
type: string;
|
|
44830
|
-
};
|
|
44831
|
-
};
|
|
44832
|
-
required: string[];
|
|
44833
|
-
type: string;
|
|
44834
|
-
};
|
|
44835
|
-
};
|
|
44836
|
-
};
|
|
44837
|
-
};
|
|
44838
|
-
responses: {
|
|
44839
|
-
200: {
|
|
44840
|
-
content: {
|
|
44841
|
-
'application/json': {
|
|
44842
|
-
schema: {
|
|
44843
|
-
properties: {
|
|
44844
|
-
ok: {
|
|
44845
|
-
type: string;
|
|
44846
|
-
};
|
|
44847
|
-
};
|
|
44848
|
-
required: string[];
|
|
44849
|
-
type: string;
|
|
44850
|
-
};
|
|
44851
|
-
};
|
|
44852
|
-
};
|
|
44853
|
-
description: string;
|
|
44854
|
-
};
|
|
44855
|
-
400: {
|
|
44856
|
-
description: string;
|
|
44857
|
-
};
|
|
44858
|
-
401: {
|
|
44859
|
-
description: string;
|
|
44860
|
-
};
|
|
44861
|
-
};
|
|
44862
|
-
security: ({
|
|
44863
|
-
pat_with_workspace: never[];
|
|
44864
|
-
console_session_with_workspace?: never;
|
|
44865
|
-
api_key?: never;
|
|
44866
|
-
} | {
|
|
44867
|
-
console_session_with_workspace: never[];
|
|
44868
|
-
pat_with_workspace?: never;
|
|
44869
|
-
api_key?: never;
|
|
44870
|
-
} | {
|
|
44871
|
-
api_key: never[];
|
|
44872
|
-
pat_with_workspace?: never;
|
|
44873
|
-
console_session_with_workspace?: never;
|
|
44874
|
-
})[];
|
|
44875
|
-
summary: string;
|
|
44876
|
-
tags: never[];
|
|
44877
|
-
'x-fern-sdk-group-name': string[];
|
|
44878
|
-
'x-fern-sdk-method-name': string;
|
|
44879
|
-
'x-response-key': null;
|
|
44880
|
-
'x-title': string;
|
|
44881
|
-
'x-undocumented': string;
|
|
44882
|
-
};
|
|
44883
|
-
};
|
|
44884
|
-
'/unstable_locations/get': {
|
|
44885
|
-
get: {
|
|
44886
|
-
description: string;
|
|
44887
|
-
operationId: string;
|
|
44888
|
-
parameters: {
|
|
44889
|
-
in: string;
|
|
44890
|
-
name: string;
|
|
44891
|
-
required: boolean;
|
|
44892
|
-
schema: {
|
|
44893
|
-
description: string;
|
|
44894
|
-
format: string;
|
|
44895
|
-
type: string;
|
|
44896
|
-
};
|
|
44897
|
-
}[];
|
|
44898
|
-
responses: {
|
|
44899
|
-
200: {
|
|
44900
|
-
content: {
|
|
44901
|
-
'application/json': {
|
|
44902
|
-
schema: {
|
|
44903
|
-
properties: {
|
|
44904
|
-
location: {
|
|
44905
|
-
$ref: string;
|
|
44906
|
-
};
|
|
44907
|
-
ok: {
|
|
44908
|
-
type: string;
|
|
44909
|
-
};
|
|
44910
|
-
};
|
|
44911
|
-
required: string[];
|
|
44912
|
-
type: string;
|
|
44913
|
-
};
|
|
44914
|
-
};
|
|
44915
|
-
};
|
|
44916
|
-
description: string;
|
|
44917
|
-
};
|
|
44918
|
-
400: {
|
|
44919
|
-
description: string;
|
|
44920
|
-
};
|
|
44921
|
-
401: {
|
|
44922
|
-
description: string;
|
|
44923
|
-
};
|
|
44924
|
-
};
|
|
44925
|
-
security: ({
|
|
44926
|
-
pat_with_workspace: never[];
|
|
44927
|
-
console_session_with_workspace?: never;
|
|
44928
|
-
api_key?: never;
|
|
44929
|
-
} | {
|
|
44930
|
-
console_session_with_workspace: never[];
|
|
44931
|
-
pat_with_workspace?: never;
|
|
44932
|
-
api_key?: never;
|
|
44933
|
-
} | {
|
|
44934
|
-
api_key: never[];
|
|
44935
|
-
pat_with_workspace?: never;
|
|
44936
|
-
console_session_with_workspace?: never;
|
|
44937
|
-
})[];
|
|
44938
|
-
summary: string;
|
|
44939
|
-
tags: never[];
|
|
44940
|
-
'x-fern-sdk-group-name': string[];
|
|
44941
|
-
'x-fern-sdk-method-name': string;
|
|
44942
|
-
'x-fern-sdk-return-value': string;
|
|
44943
|
-
'x-response-key': string;
|
|
44944
|
-
'x-title': string;
|
|
44945
|
-
'x-undocumented': string;
|
|
44946
|
-
};
|
|
44947
|
-
post: {
|
|
44948
|
-
description: string;
|
|
44949
|
-
operationId: string;
|
|
44950
|
-
requestBody: {
|
|
44951
|
-
content: {
|
|
44952
|
-
'application/json': {
|
|
44953
|
-
schema: {
|
|
44954
|
-
properties: {
|
|
44955
|
-
location_id: {
|
|
44956
|
-
description: string;
|
|
44957
|
-
format: string;
|
|
44958
|
-
type: string;
|
|
44959
|
-
};
|
|
44960
|
-
};
|
|
44961
|
-
required: string[];
|
|
44962
|
-
type: string;
|
|
44963
|
-
};
|
|
44964
|
-
};
|
|
44965
|
-
};
|
|
44966
|
-
};
|
|
44967
|
-
responses: {
|
|
44968
|
-
200: {
|
|
44969
|
-
content: {
|
|
44970
|
-
'application/json': {
|
|
44971
|
-
schema: {
|
|
44972
|
-
properties: {
|
|
44973
|
-
location: {
|
|
44974
|
-
$ref: string;
|
|
44975
|
-
};
|
|
44976
|
-
ok: {
|
|
44977
|
-
type: string;
|
|
44978
|
-
};
|
|
44979
|
-
};
|
|
44980
|
-
required: string[];
|
|
44981
|
-
type: string;
|
|
44982
|
-
};
|
|
44983
|
-
};
|
|
44984
|
-
};
|
|
44985
|
-
description: string;
|
|
44986
|
-
};
|
|
44987
|
-
400: {
|
|
44988
|
-
description: string;
|
|
44989
|
-
};
|
|
44990
|
-
401: {
|
|
44991
|
-
description: string;
|
|
44992
|
-
};
|
|
44993
|
-
};
|
|
44994
|
-
security: ({
|
|
44995
|
-
pat_with_workspace: never[];
|
|
44996
|
-
console_session_with_workspace?: never;
|
|
44997
|
-
api_key?: never;
|
|
44998
|
-
} | {
|
|
44999
|
-
console_session_with_workspace: never[];
|
|
45000
|
-
pat_with_workspace?: never;
|
|
45001
|
-
api_key?: never;
|
|
45002
|
-
} | {
|
|
45003
|
-
api_key: never[];
|
|
45004
|
-
pat_with_workspace?: never;
|
|
45005
|
-
console_session_with_workspace?: never;
|
|
45006
|
-
})[];
|
|
45007
|
-
summary: string;
|
|
45008
|
-
tags: never[];
|
|
45009
|
-
'x-fern-sdk-group-name': string[];
|
|
45010
|
-
'x-fern-sdk-method-name': string;
|
|
45011
|
-
'x-fern-sdk-return-value': string;
|
|
45012
|
-
'x-response-key': string;
|
|
45013
|
-
'x-title': string;
|
|
45014
|
-
'x-undocumented': string;
|
|
45015
|
-
};
|
|
45016
|
-
};
|
|
45017
|
-
'/unstable_locations/list': {
|
|
45018
|
-
get: {
|
|
45019
|
-
description: string;
|
|
45020
|
-
operationId: string;
|
|
45021
|
-
responses: {
|
|
45022
|
-
200: {
|
|
45023
|
-
content: {
|
|
45024
|
-
'application/json': {
|
|
45025
|
-
schema: {
|
|
45026
|
-
properties: {
|
|
45027
|
-
locations: {
|
|
45028
|
-
items: {
|
|
45029
|
-
$ref: string;
|
|
45030
|
-
};
|
|
45031
|
-
type: string;
|
|
45032
|
-
};
|
|
45033
|
-
ok: {
|
|
45034
|
-
type: string;
|
|
45035
|
-
};
|
|
45036
|
-
};
|
|
45037
|
-
required: string[];
|
|
45038
|
-
type: string;
|
|
45039
|
-
};
|
|
45040
|
-
};
|
|
45041
|
-
};
|
|
45042
|
-
description: string;
|
|
45043
|
-
};
|
|
45044
|
-
400: {
|
|
45045
|
-
description: string;
|
|
45046
|
-
};
|
|
45047
|
-
401: {
|
|
45048
|
-
description: string;
|
|
45049
|
-
};
|
|
45050
|
-
};
|
|
45051
|
-
security: ({
|
|
45052
|
-
pat_with_workspace: never[];
|
|
45053
|
-
console_session_with_workspace?: never;
|
|
45054
|
-
api_key?: never;
|
|
45055
|
-
} | {
|
|
45056
|
-
console_session_with_workspace: never[];
|
|
45057
|
-
pat_with_workspace?: never;
|
|
45058
|
-
api_key?: never;
|
|
45059
|
-
} | {
|
|
45060
|
-
api_key: never[];
|
|
45061
|
-
pat_with_workspace?: never;
|
|
45062
|
-
console_session_with_workspace?: never;
|
|
45063
|
-
})[];
|
|
45064
|
-
summary: string;
|
|
45065
|
-
tags: never[];
|
|
45066
|
-
'x-fern-sdk-group-name': string[];
|
|
45067
|
-
'x-fern-sdk-method-name': string;
|
|
45068
|
-
'x-fern-sdk-return-value': string;
|
|
45069
|
-
'x-response-key': string;
|
|
45070
|
-
'x-title': string;
|
|
45071
|
-
'x-undocumented': string;
|
|
45072
|
-
};
|
|
45073
|
-
post: {
|
|
45074
|
-
description: string;
|
|
45075
|
-
operationId: string;
|
|
45076
|
-
responses: {
|
|
45077
|
-
200: {
|
|
45078
|
-
content: {
|
|
45079
|
-
'application/json': {
|
|
45080
|
-
schema: {
|
|
45081
|
-
properties: {
|
|
45082
|
-
locations: {
|
|
45083
|
-
items: {
|
|
45084
|
-
$ref: string;
|
|
45085
|
-
};
|
|
45086
|
-
type: string;
|
|
45087
|
-
};
|
|
45088
|
-
ok: {
|
|
45089
|
-
type: string;
|
|
45090
|
-
};
|
|
45091
|
-
};
|
|
45092
|
-
required: string[];
|
|
45093
|
-
type: string;
|
|
45094
|
-
};
|
|
45095
|
-
};
|
|
45096
|
-
};
|
|
45097
|
-
description: string;
|
|
45098
|
-
};
|
|
45099
|
-
400: {
|
|
45100
|
-
description: string;
|
|
45101
|
-
};
|
|
45102
|
-
401: {
|
|
45103
|
-
description: string;
|
|
45104
|
-
};
|
|
45105
|
-
};
|
|
45106
|
-
security: ({
|
|
45107
|
-
pat_with_workspace: never[];
|
|
45108
|
-
console_session_with_workspace?: never;
|
|
45109
|
-
api_key?: never;
|
|
45110
|
-
} | {
|
|
45111
|
-
console_session_with_workspace: never[];
|
|
45112
|
-
pat_with_workspace?: never;
|
|
45113
|
-
api_key?: never;
|
|
45114
|
-
} | {
|
|
45115
|
-
api_key: never[];
|
|
45116
|
-
pat_with_workspace?: never;
|
|
45117
|
-
console_session_with_workspace?: never;
|
|
45118
|
-
})[];
|
|
45119
|
-
summary: string;
|
|
45120
|
-
tags: never[];
|
|
45121
|
-
'x-fern-sdk-group-name': string[];
|
|
45122
|
-
'x-fern-sdk-method-name': string;
|
|
45123
|
-
'x-fern-sdk-return-value': string;
|
|
45124
|
-
'x-response-key': string;
|
|
45125
|
-
'x-title': string;
|
|
45126
|
-
'x-undocumented': string;
|
|
45127
|
-
};
|
|
45128
|
-
};
|
|
45129
|
-
'/unstable_locations/remove_acs_entrances': {
|
|
45130
|
-
delete: {
|
|
45131
|
-
description: string;
|
|
45132
|
-
operationId: string;
|
|
45133
|
-
parameters: ({
|
|
45134
|
-
in: string;
|
|
45135
|
-
name: string;
|
|
45136
|
-
required: boolean;
|
|
45137
|
-
schema: {
|
|
45138
|
-
description: string;
|
|
45139
|
-
format: string;
|
|
45140
|
-
type: string;
|
|
45141
|
-
items?: never;
|
|
45142
|
-
};
|
|
45143
|
-
} | {
|
|
45144
|
-
in: string;
|
|
45145
|
-
name: string;
|
|
45146
|
-
required: boolean;
|
|
45147
|
-
schema: {
|
|
45148
|
-
description: string;
|
|
45149
|
-
items: {
|
|
45150
|
-
format: string;
|
|
45151
|
-
type: string;
|
|
45152
|
-
};
|
|
45153
|
-
type: string;
|
|
45154
|
-
format?: never;
|
|
45155
|
-
};
|
|
45156
|
-
})[];
|
|
45157
|
-
responses: {
|
|
45158
|
-
200: {
|
|
45159
|
-
content: {
|
|
45160
|
-
'application/json': {
|
|
45161
|
-
schema: {
|
|
45162
|
-
properties: {
|
|
45163
|
-
ok: {
|
|
45164
|
-
type: string;
|
|
45165
|
-
};
|
|
45166
|
-
};
|
|
45167
|
-
required: string[];
|
|
45168
|
-
type: string;
|
|
45169
|
-
};
|
|
45170
|
-
};
|
|
45171
|
-
};
|
|
45172
|
-
description: string;
|
|
45173
|
-
};
|
|
45174
|
-
400: {
|
|
45175
|
-
description: string;
|
|
45176
|
-
};
|
|
45177
|
-
401: {
|
|
45178
|
-
description: string;
|
|
45179
|
-
};
|
|
45180
|
-
};
|
|
45181
|
-
security: ({
|
|
45182
|
-
pat_with_workspace: never[];
|
|
45183
|
-
console_session_with_workspace?: never;
|
|
45184
|
-
api_key?: never;
|
|
45185
|
-
} | {
|
|
45186
|
-
console_session_with_workspace: never[];
|
|
45187
|
-
pat_with_workspace?: never;
|
|
45188
|
-
api_key?: never;
|
|
45189
|
-
} | {
|
|
45190
|
-
api_key: never[];
|
|
45191
|
-
pat_with_workspace?: never;
|
|
45192
|
-
console_session_with_workspace?: never;
|
|
45193
|
-
})[];
|
|
45194
|
-
summary: string;
|
|
45195
|
-
tags: never[];
|
|
45196
|
-
'x-fern-sdk-group-name': string[];
|
|
45197
|
-
'x-fern-sdk-method-name': string;
|
|
45198
|
-
'x-response-key': null;
|
|
45199
|
-
'x-title': string;
|
|
45200
|
-
'x-undocumented': string;
|
|
45201
|
-
};
|
|
45202
|
-
post: {
|
|
45203
|
-
description: string;
|
|
45204
|
-
operationId: string;
|
|
45205
|
-
requestBody: {
|
|
45206
|
-
content: {
|
|
45207
|
-
'application/json': {
|
|
45208
|
-
schema: {
|
|
45209
|
-
properties: {
|
|
45210
|
-
acs_entrance_ids: {
|
|
45211
|
-
description: string;
|
|
45212
|
-
items: {
|
|
45213
|
-
format: string;
|
|
45214
|
-
type: string;
|
|
45215
|
-
};
|
|
45216
|
-
type: string;
|
|
45217
|
-
};
|
|
45218
|
-
location_id: {
|
|
45219
|
-
description: string;
|
|
45220
|
-
format: string;
|
|
45221
|
-
type: string;
|
|
45222
|
-
};
|
|
45223
|
-
};
|
|
45224
|
-
required: string[];
|
|
45225
|
-
type: string;
|
|
45226
|
-
};
|
|
45227
|
-
};
|
|
45228
|
-
};
|
|
45229
|
-
};
|
|
45230
|
-
responses: {
|
|
45231
|
-
200: {
|
|
45232
|
-
content: {
|
|
45233
|
-
'application/json': {
|
|
45234
|
-
schema: {
|
|
45235
|
-
properties: {
|
|
45236
|
-
ok: {
|
|
45237
|
-
type: string;
|
|
45238
|
-
};
|
|
45239
|
-
};
|
|
45240
|
-
required: string[];
|
|
45241
|
-
type: string;
|
|
45242
|
-
};
|
|
45243
|
-
};
|
|
45244
|
-
};
|
|
45245
|
-
description: string;
|
|
45246
|
-
};
|
|
45247
|
-
400: {
|
|
45248
|
-
description: string;
|
|
45249
|
-
};
|
|
45250
|
-
401: {
|
|
45251
|
-
description: string;
|
|
45252
|
-
};
|
|
45253
|
-
};
|
|
45254
|
-
security: ({
|
|
45255
|
-
pat_with_workspace: never[];
|
|
45256
|
-
console_session_with_workspace?: never;
|
|
45257
|
-
api_key?: never;
|
|
45258
|
-
} | {
|
|
45259
|
-
console_session_with_workspace: never[];
|
|
45260
|
-
pat_with_workspace?: never;
|
|
45261
|
-
api_key?: never;
|
|
45262
|
-
} | {
|
|
45263
|
-
api_key: never[];
|
|
45264
|
-
pat_with_workspace?: never;
|
|
45265
|
-
console_session_with_workspace?: never;
|
|
45266
|
-
})[];
|
|
45267
|
-
summary: string;
|
|
45268
|
-
tags: never[];
|
|
45269
|
-
'x-fern-sdk-group-name': string[];
|
|
45270
|
-
'x-fern-sdk-method-name': string;
|
|
45271
|
-
'x-response-key': null;
|
|
45272
|
-
'x-title': string;
|
|
45273
|
-
'x-undocumented': string;
|
|
45274
|
-
};
|
|
45275
|
-
};
|
|
45276
|
-
'/unstable_locations/remove_devices': {
|
|
45277
|
-
delete: {
|
|
45278
|
-
description: string;
|
|
45279
|
-
operationId: string;
|
|
45280
|
-
parameters: ({
|
|
45281
|
-
in: string;
|
|
45282
|
-
name: string;
|
|
45283
|
-
required: boolean;
|
|
45284
|
-
schema: {
|
|
45285
|
-
description: string;
|
|
45286
|
-
format: string;
|
|
45287
|
-
type: string;
|
|
45288
|
-
items?: never;
|
|
45289
|
-
};
|
|
45290
|
-
} | {
|
|
45291
|
-
in: string;
|
|
45292
|
-
name: string;
|
|
45293
|
-
required: boolean;
|
|
45294
|
-
schema: {
|
|
45295
|
-
description: string;
|
|
45296
|
-
items: {
|
|
45297
|
-
format: string;
|
|
45298
|
-
type: string;
|
|
45299
|
-
};
|
|
45300
|
-
type: string;
|
|
45301
|
-
format?: never;
|
|
45302
|
-
};
|
|
45303
|
-
})[];
|
|
45304
|
-
responses: {
|
|
45305
|
-
200: {
|
|
45306
|
-
content: {
|
|
45307
|
-
'application/json': {
|
|
45308
|
-
schema: {
|
|
45309
|
-
properties: {
|
|
45310
|
-
ok: {
|
|
45311
|
-
type: string;
|
|
45312
|
-
};
|
|
45313
|
-
};
|
|
45314
|
-
required: string[];
|
|
45315
|
-
type: string;
|
|
45316
|
-
};
|
|
45317
|
-
};
|
|
45318
|
-
};
|
|
45319
|
-
description: string;
|
|
45320
|
-
};
|
|
45321
|
-
400: {
|
|
45322
|
-
description: string;
|
|
45323
|
-
};
|
|
45324
|
-
401: {
|
|
45325
|
-
description: string;
|
|
45326
|
-
};
|
|
45327
|
-
};
|
|
45328
|
-
security: ({
|
|
45329
|
-
pat_with_workspace: never[];
|
|
45330
|
-
console_session_with_workspace?: never;
|
|
45331
|
-
api_key?: never;
|
|
45332
|
-
} | {
|
|
45333
|
-
console_session_with_workspace: never[];
|
|
45334
|
-
pat_with_workspace?: never;
|
|
45335
|
-
api_key?: never;
|
|
45336
|
-
} | {
|
|
45337
|
-
api_key: never[];
|
|
45338
|
-
pat_with_workspace?: never;
|
|
45339
|
-
console_session_with_workspace?: never;
|
|
45340
|
-
})[];
|
|
45341
|
-
summary: string;
|
|
45342
|
-
tags: never[];
|
|
45343
|
-
'x-fern-sdk-group-name': string[];
|
|
45344
|
-
'x-fern-sdk-method-name': string;
|
|
45345
|
-
'x-response-key': null;
|
|
45346
|
-
'x-title': string;
|
|
45347
|
-
'x-undocumented': string;
|
|
45348
|
-
};
|
|
45349
|
-
post: {
|
|
45350
|
-
description: string;
|
|
45351
|
-
operationId: string;
|
|
45352
|
-
requestBody: {
|
|
45353
|
-
content: {
|
|
45354
|
-
'application/json': {
|
|
45355
|
-
schema: {
|
|
45356
|
-
properties: {
|
|
45357
|
-
device_ids: {
|
|
45358
|
-
description: string;
|
|
45359
|
-
items: {
|
|
45360
|
-
format: string;
|
|
45361
|
-
type: string;
|
|
45362
|
-
};
|
|
45363
|
-
type: string;
|
|
45364
|
-
};
|
|
45365
|
-
location_id: {
|
|
45366
|
-
description: string;
|
|
45367
|
-
format: string;
|
|
45368
|
-
type: string;
|
|
45369
|
-
};
|
|
45370
|
-
};
|
|
45371
|
-
required: string[];
|
|
45372
|
-
type: string;
|
|
45373
|
-
};
|
|
45374
|
-
};
|
|
45375
|
-
};
|
|
45376
|
-
};
|
|
45377
|
-
responses: {
|
|
45378
|
-
200: {
|
|
45379
|
-
content: {
|
|
45380
|
-
'application/json': {
|
|
45381
|
-
schema: {
|
|
45382
|
-
properties: {
|
|
45383
|
-
ok: {
|
|
45384
|
-
type: string;
|
|
45385
|
-
};
|
|
45386
|
-
};
|
|
45387
|
-
required: string[];
|
|
45388
|
-
type: string;
|
|
45389
|
-
};
|
|
45390
|
-
};
|
|
45391
|
-
};
|
|
45392
|
-
description: string;
|
|
45393
|
-
};
|
|
45394
|
-
400: {
|
|
45395
|
-
description: string;
|
|
45396
|
-
};
|
|
45397
|
-
401: {
|
|
45398
|
-
description: string;
|
|
45399
|
-
};
|
|
45400
|
-
};
|
|
45401
|
-
security: ({
|
|
45402
|
-
pat_with_workspace: never[];
|
|
45403
|
-
console_session_with_workspace?: never;
|
|
45404
|
-
api_key?: never;
|
|
45405
|
-
} | {
|
|
45406
|
-
console_session_with_workspace: never[];
|
|
45407
|
-
pat_with_workspace?: never;
|
|
45408
|
-
api_key?: never;
|
|
45409
|
-
} | {
|
|
45410
|
-
api_key: never[];
|
|
45411
|
-
pat_with_workspace?: never;
|
|
45412
|
-
console_session_with_workspace?: never;
|
|
45413
|
-
})[];
|
|
45414
|
-
summary: string;
|
|
45415
|
-
tags: never[];
|
|
45416
|
-
'x-fern-sdk-group-name': string[];
|
|
45417
|
-
'x-fern-sdk-method-name': string;
|
|
45418
|
-
'x-response-key': null;
|
|
45419
|
-
'x-title': string;
|
|
45420
|
-
'x-undocumented': string;
|
|
45421
|
-
};
|
|
45422
|
-
};
|
|
45423
|
-
'/unstable_locations/update': {
|
|
45424
|
-
patch: {
|
|
45425
|
-
description: string;
|
|
45426
|
-
operationId: string;
|
|
45427
|
-
requestBody: {
|
|
45428
|
-
content: {
|
|
45429
|
-
'application/json': {
|
|
45430
|
-
schema: {
|
|
45431
|
-
properties: {
|
|
45432
|
-
geolocation: {
|
|
45433
|
-
description: string;
|
|
45434
|
-
properties: {
|
|
45435
|
-
latitude: {
|
|
45436
|
-
format: string;
|
|
45437
|
-
type: string;
|
|
45438
|
-
};
|
|
45439
|
-
longitude: {
|
|
45440
|
-
format: string;
|
|
45441
|
-
type: string;
|
|
45442
|
-
};
|
|
45443
|
-
};
|
|
45444
|
-
required: string[];
|
|
45445
|
-
type: string;
|
|
45446
|
-
};
|
|
45447
|
-
location_id: {
|
|
45448
|
-
description: string;
|
|
45449
|
-
format: string;
|
|
45450
|
-
type: string;
|
|
45451
|
-
};
|
|
45452
|
-
name: {
|
|
45453
|
-
description: string;
|
|
45454
|
-
type: string;
|
|
45455
|
-
};
|
|
45456
|
-
time_zone: {
|
|
45457
|
-
description: string;
|
|
45458
|
-
type: string;
|
|
45459
|
-
};
|
|
45460
|
-
};
|
|
45461
|
-
required: string[];
|
|
45462
|
-
type: string;
|
|
45463
|
-
};
|
|
45464
|
-
};
|
|
45465
|
-
};
|
|
45466
|
-
};
|
|
45467
|
-
responses: {
|
|
45468
|
-
200: {
|
|
45469
|
-
content: {
|
|
45470
|
-
'application/json': {
|
|
45471
|
-
schema: {
|
|
45472
|
-
properties: {
|
|
45473
|
-
location: {
|
|
45474
|
-
$ref: string;
|
|
45475
|
-
};
|
|
45476
|
-
ok: {
|
|
45477
|
-
type: string;
|
|
45478
|
-
};
|
|
45479
|
-
};
|
|
45480
|
-
required: string[];
|
|
45481
|
-
type: string;
|
|
45482
|
-
};
|
|
45483
|
-
};
|
|
45484
|
-
};
|
|
45485
|
-
description: string;
|
|
45486
|
-
};
|
|
45487
|
-
400: {
|
|
45488
|
-
description: string;
|
|
45489
|
-
};
|
|
45490
|
-
401: {
|
|
45491
|
-
description: string;
|
|
45492
|
-
};
|
|
45493
|
-
};
|
|
45494
|
-
security: ({
|
|
45495
|
-
pat_with_workspace: never[];
|
|
45496
|
-
console_session_with_workspace?: never;
|
|
45497
|
-
api_key?: never;
|
|
45498
|
-
} | {
|
|
45499
|
-
console_session_with_workspace: never[];
|
|
45500
|
-
pat_with_workspace?: never;
|
|
45501
|
-
api_key?: never;
|
|
45502
|
-
} | {
|
|
45503
|
-
api_key: never[];
|
|
45504
|
-
pat_with_workspace?: never;
|
|
45505
|
-
console_session_with_workspace?: never;
|
|
45506
|
-
})[];
|
|
45507
|
-
summary: string;
|
|
45508
|
-
tags: never[];
|
|
45509
|
-
'x-fern-sdk-group-name': string[];
|
|
45510
|
-
'x-fern-sdk-method-name': string;
|
|
45511
|
-
'x-fern-sdk-return-value': string;
|
|
45512
|
-
'x-response-key': string;
|
|
45513
|
-
'x-title': string;
|
|
45514
|
-
'x-undocumented': string;
|
|
45515
|
-
};
|
|
45516
|
-
post: {
|
|
45517
|
-
description: string;
|
|
45518
|
-
operationId: string;
|
|
45519
|
-
requestBody: {
|
|
45520
|
-
content: {
|
|
45521
|
-
'application/json': {
|
|
45522
|
-
schema: {
|
|
45523
|
-
properties: {
|
|
45524
|
-
geolocation: {
|
|
45525
|
-
description: string;
|
|
45526
|
-
properties: {
|
|
45527
|
-
latitude: {
|
|
45528
|
-
format: string;
|
|
45529
|
-
type: string;
|
|
45530
|
-
};
|
|
45531
|
-
longitude: {
|
|
45532
|
-
format: string;
|
|
45533
|
-
type: string;
|
|
45534
|
-
};
|
|
45535
|
-
};
|
|
45536
|
-
required: string[];
|
|
45537
|
-
type: string;
|
|
45538
|
-
};
|
|
45539
|
-
location_id: {
|
|
45540
|
-
description: string;
|
|
45541
|
-
format: string;
|
|
45542
|
-
type: string;
|
|
45543
|
-
};
|
|
45544
|
-
name: {
|
|
45545
|
-
description: string;
|
|
45546
|
-
type: string;
|
|
45547
|
-
};
|
|
45548
|
-
time_zone: {
|
|
45549
|
-
description: string;
|
|
45550
|
-
type: string;
|
|
45551
|
-
};
|
|
45552
|
-
};
|
|
45553
|
-
required: string[];
|
|
45554
|
-
type: string;
|
|
45555
|
-
};
|
|
45556
|
-
};
|
|
45557
|
-
};
|
|
45558
|
-
};
|
|
45559
|
-
responses: {
|
|
45560
|
-
200: {
|
|
45561
|
-
content: {
|
|
45562
|
-
'application/json': {
|
|
45563
|
-
schema: {
|
|
45564
|
-
properties: {
|
|
45565
|
-
location: {
|
|
45566
|
-
$ref: string;
|
|
45567
|
-
};
|
|
45568
|
-
ok: {
|
|
45569
|
-
type: string;
|
|
45570
|
-
};
|
|
45571
|
-
};
|
|
45572
|
-
required: string[];
|
|
45573
|
-
type: string;
|
|
45574
|
-
};
|
|
45575
|
-
};
|
|
45576
|
-
};
|
|
45577
|
-
description: string;
|
|
45578
|
-
};
|
|
45579
|
-
400: {
|
|
45580
|
-
description: string;
|
|
45581
|
-
};
|
|
45582
|
-
401: {
|
|
45583
|
-
description: string;
|
|
45584
|
-
};
|
|
45585
|
-
};
|
|
45586
|
-
security: ({
|
|
45587
|
-
pat_with_workspace: never[];
|
|
45588
|
-
console_session_with_workspace?: never;
|
|
45589
|
-
api_key?: never;
|
|
45590
|
-
} | {
|
|
45591
|
-
console_session_with_workspace: never[];
|
|
45592
|
-
pat_with_workspace?: never;
|
|
45593
|
-
api_key?: never;
|
|
45594
|
-
} | {
|
|
45595
|
-
api_key: never[];
|
|
45596
|
-
pat_with_workspace?: never;
|
|
45597
|
-
console_session_with_workspace?: never;
|
|
45598
|
-
})[];
|
|
45599
|
-
summary: string;
|
|
45600
|
-
tags: never[];
|
|
45601
|
-
'x-fern-sdk-group-name': string[];
|
|
45602
|
-
'x-fern-sdk-method-name': string;
|
|
45603
|
-
'x-fern-sdk-return-value': string;
|
|
45604
|
-
'x-response-key': string;
|
|
45605
|
-
'x-title': string;
|
|
45606
|
-
'x-undocumented': string;
|
|
45607
|
-
};
|
|
45608
|
-
};
|
|
45609
|
-
'/unstable_partner/building_blocks/connect_accounts': {
|
|
45610
|
-
post: {
|
|
45611
|
-
description: string;
|
|
45612
|
-
operationId: string;
|
|
45613
|
-
requestBody: {
|
|
45614
|
-
content: {
|
|
45615
|
-
'application/json': {
|
|
45616
|
-
schema: {
|
|
45617
|
-
properties: {
|
|
45618
|
-
customer_key: {
|
|
45619
|
-
description: string;
|
|
45620
|
-
type: string;
|
|
45621
|
-
};
|
|
45622
|
-
};
|
|
45623
|
-
required: string[];
|
|
45624
|
-
type: string;
|
|
45625
|
-
};
|
|
45626
|
-
};
|
|
45627
|
-
};
|
|
45628
|
-
};
|
|
45629
|
-
responses: {
|
|
45630
|
-
200: {
|
|
45631
|
-
content: {
|
|
45632
|
-
'application/json': {
|
|
45633
|
-
schema: {
|
|
45634
|
-
properties: {
|
|
45635
|
-
magic_link: {
|
|
45636
|
-
$ref: string;
|
|
45637
|
-
};
|
|
45638
|
-
ok: {
|
|
45639
|
-
type: string;
|
|
45640
|
-
};
|
|
45641
|
-
};
|
|
45642
|
-
required: string[];
|
|
45643
|
-
type: string;
|
|
45644
|
-
};
|
|
45645
|
-
};
|
|
45646
|
-
};
|
|
45647
|
-
description: string;
|
|
45648
|
-
};
|
|
45649
|
-
400: {
|
|
45650
|
-
description: string;
|
|
45651
|
-
};
|
|
45652
|
-
401: {
|
|
45653
|
-
description: string;
|
|
45654
|
-
};
|
|
45655
|
-
};
|
|
45656
|
-
security: ({
|
|
45657
|
-
pat_with_workspace: never[];
|
|
45658
|
-
console_session_with_workspace?: never;
|
|
45659
|
-
api_key?: never;
|
|
45660
|
-
} | {
|
|
45661
|
-
console_session_with_workspace: never[];
|
|
45662
|
-
pat_with_workspace?: never;
|
|
45663
|
-
api_key?: never;
|
|
45664
|
-
} | {
|
|
45665
|
-
api_key: never[];
|
|
45666
|
-
pat_with_workspace?: never;
|
|
45667
|
-
console_session_with_workspace?: never;
|
|
45668
|
-
})[];
|
|
45669
|
-
summary: string;
|
|
45670
|
-
tags: never[];
|
|
45671
|
-
'x-fern-sdk-group-name': string[];
|
|
45672
|
-
'x-fern-sdk-method-name': string;
|
|
45673
|
-
'x-fern-sdk-return-value': string;
|
|
45674
|
-
'x-response-key': string;
|
|
45675
|
-
'x-title': string;
|
|
45676
|
-
'x-undocumented': string;
|
|
45677
|
-
};
|
|
45678
|
-
};
|
|
45679
|
-
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
45680
|
-
get: {
|
|
45681
|
-
description: string;
|
|
45682
|
-
operationId: string;
|
|
45683
|
-
parameters: ({
|
|
45684
|
-
in: string;
|
|
45685
|
-
name: string;
|
|
45686
|
-
required: boolean;
|
|
45687
|
-
schema: {
|
|
45688
|
-
description: string;
|
|
45689
|
-
enum: string[];
|
|
45690
|
-
type: string;
|
|
45691
|
-
items?: never;
|
|
45692
|
-
};
|
|
45693
|
-
} | {
|
|
45694
|
-
in: string;
|
|
45695
|
-
name: string;
|
|
45696
|
-
required: boolean;
|
|
45697
|
-
schema: {
|
|
45698
|
-
description: string;
|
|
45699
|
-
type: string;
|
|
45700
|
-
enum?: never;
|
|
45701
|
-
items?: never;
|
|
45702
|
-
};
|
|
45703
|
-
} | {
|
|
45704
|
-
in: string;
|
|
45705
|
-
name: string;
|
|
45706
|
-
required: boolean;
|
|
45707
|
-
schema: {
|
|
45708
|
-
description: string;
|
|
45709
|
-
items: {
|
|
45710
|
-
properties: {
|
|
45711
|
-
name: {
|
|
45712
|
-
description: string;
|
|
45713
|
-
type: string;
|
|
45714
|
-
};
|
|
45715
|
-
space_key: {
|
|
45716
|
-
description: string;
|
|
45717
|
-
type: string;
|
|
45718
|
-
};
|
|
45719
|
-
};
|
|
45720
|
-
required: string[];
|
|
45721
|
-
type: string;
|
|
45722
|
-
};
|
|
45723
|
-
type: string;
|
|
45724
|
-
enum?: never;
|
|
45725
|
-
};
|
|
45726
|
-
})[];
|
|
45727
|
-
responses: {
|
|
45728
|
-
200: {
|
|
45729
|
-
content: {
|
|
45730
|
-
'application/json': {
|
|
45731
|
-
schema: {
|
|
45732
|
-
properties: {
|
|
45733
|
-
magic_link: {
|
|
45734
|
-
$ref: string;
|
|
45735
|
-
};
|
|
45736
|
-
ok: {
|
|
45737
|
-
type: string;
|
|
45738
|
-
};
|
|
45739
|
-
};
|
|
45740
|
-
required: string[];
|
|
45741
|
-
type: string;
|
|
45742
|
-
};
|
|
45743
|
-
};
|
|
45744
|
-
};
|
|
45745
|
-
description: string;
|
|
45746
|
-
};
|
|
45747
|
-
400: {
|
|
45748
|
-
description: string;
|
|
45749
|
-
};
|
|
45750
|
-
401: {
|
|
45751
|
-
description: string;
|
|
45752
|
-
};
|
|
45753
|
-
};
|
|
45754
|
-
security: ({
|
|
45755
|
-
pat_with_workspace: never[];
|
|
45756
|
-
console_session_with_workspace?: never;
|
|
45757
|
-
api_key?: never;
|
|
45758
|
-
} | {
|
|
45759
|
-
console_session_with_workspace: never[];
|
|
45760
|
-
pat_with_workspace?: never;
|
|
45761
|
-
api_key?: never;
|
|
45762
|
-
} | {
|
|
45763
|
-
api_key: never[];
|
|
45764
|
-
pat_with_workspace?: never;
|
|
45765
|
-
console_session_with_workspace?: never;
|
|
45766
|
-
})[];
|
|
45767
|
-
summary: string;
|
|
45768
|
-
tags: never[];
|
|
45769
|
-
'x-fern-sdk-group-name': string[];
|
|
45770
|
-
'x-fern-sdk-method-name': string;
|
|
45771
|
-
'x-fern-sdk-return-value': string;
|
|
45772
|
-
'x-response-key': string;
|
|
45773
|
-
'x-title': string;
|
|
45774
|
-
'x-undocumented': string;
|
|
45775
|
-
};
|
|
45776
|
-
post: {
|
|
45777
|
-
description: string;
|
|
45778
|
-
operationId: string;
|
|
45779
|
-
requestBody: {
|
|
45780
|
-
content: {
|
|
45781
|
-
'application/json': {
|
|
45782
|
-
schema: {
|
|
45783
|
-
properties: {
|
|
45784
|
-
building_block_type: {
|
|
45785
|
-
description: string;
|
|
45786
|
-
enum: string[];
|
|
45787
|
-
type: string;
|
|
45788
|
-
};
|
|
45789
|
-
customer_key: {
|
|
45790
|
-
description: string;
|
|
45791
|
-
type: string;
|
|
45792
|
-
};
|
|
45793
|
-
spaces: {
|
|
45794
|
-
description: string;
|
|
45795
|
-
items: {
|
|
45796
|
-
properties: {
|
|
45797
|
-
name: {
|
|
45798
|
-
description: string;
|
|
45799
|
-
type: string;
|
|
45800
|
-
};
|
|
45801
|
-
space_key: {
|
|
45802
|
-
description: string;
|
|
45803
|
-
type: string;
|
|
45804
|
-
};
|
|
45805
|
-
};
|
|
45806
|
-
required: string[];
|
|
45807
|
-
type: string;
|
|
45808
|
-
};
|
|
45809
|
-
type: string;
|
|
45810
|
-
};
|
|
45811
|
-
};
|
|
45812
|
-
required: string[];
|
|
45813
|
-
type: string;
|
|
45814
|
-
};
|
|
45815
|
-
};
|
|
45816
|
-
};
|
|
45817
|
-
};
|
|
45818
|
-
responses: {
|
|
45819
|
-
200: {
|
|
45820
|
-
content: {
|
|
45821
|
-
'application/json': {
|
|
45822
|
-
schema: {
|
|
45823
|
-
properties: {
|
|
45824
|
-
magic_link: {
|
|
45825
|
-
$ref: string;
|
|
45826
|
-
};
|
|
45827
|
-
ok: {
|
|
45828
|
-
type: string;
|
|
45829
|
-
};
|
|
45830
|
-
};
|
|
45831
|
-
required: string[];
|
|
45832
|
-
type: string;
|
|
45833
|
-
};
|
|
45834
|
-
};
|
|
45835
|
-
};
|
|
45836
|
-
description: string;
|
|
45837
|
-
};
|
|
45838
|
-
400: {
|
|
45839
|
-
description: string;
|
|
45840
|
-
};
|
|
45841
|
-
401: {
|
|
45842
|
-
description: string;
|
|
45843
|
-
};
|
|
45844
|
-
};
|
|
45845
|
-
security: ({
|
|
45846
|
-
pat_with_workspace: never[];
|
|
45847
|
-
console_session_with_workspace?: never;
|
|
45848
|
-
api_key?: never;
|
|
45849
|
-
} | {
|
|
45850
|
-
console_session_with_workspace: never[];
|
|
45851
|
-
pat_with_workspace?: never;
|
|
45852
|
-
api_key?: never;
|
|
45853
|
-
} | {
|
|
45854
|
-
api_key: never[];
|
|
45855
|
-
pat_with_workspace?: never;
|
|
45856
|
-
console_session_with_workspace?: never;
|
|
45857
|
-
})[];
|
|
45858
|
-
summary: string;
|
|
45859
|
-
tags: never[];
|
|
45860
|
-
'x-fern-sdk-group-name': string[];
|
|
45861
|
-
'x-fern-sdk-method-name': string;
|
|
45862
|
-
'x-fern-sdk-return-value': string;
|
|
45863
|
-
'x-response-key': string;
|
|
45864
|
-
'x-title': string;
|
|
45865
|
-
'x-undocumented': string;
|
|
45866
|
-
};
|
|
45867
|
-
};
|
|
45868
|
-
'/unstable_partner/building_blocks/manage_devices': {
|
|
45869
|
-
post: {
|
|
45870
|
-
description: string;
|
|
45871
|
-
operationId: string;
|
|
45872
|
-
requestBody: {
|
|
45873
|
-
content: {
|
|
45874
|
-
'application/json': {
|
|
45875
|
-
schema: {
|
|
45876
|
-
properties: {
|
|
45877
|
-
customer_key: {
|
|
45878
|
-
description: string;
|
|
45879
|
-
type: string;
|
|
45880
|
-
};
|
|
45881
|
-
};
|
|
45882
|
-
required: string[];
|
|
45883
|
-
type: string;
|
|
45884
|
-
};
|
|
45885
|
-
};
|
|
45886
|
-
};
|
|
45887
|
-
};
|
|
45888
|
-
responses: {
|
|
45889
|
-
200: {
|
|
45890
|
-
content: {
|
|
45891
|
-
'application/json': {
|
|
45892
|
-
schema: {
|
|
45893
|
-
properties: {
|
|
45894
|
-
magic_link: {
|
|
45895
|
-
$ref: string;
|
|
45896
|
-
};
|
|
45897
|
-
ok: {
|
|
45898
|
-
type: string;
|
|
45899
|
-
};
|
|
45900
|
-
};
|
|
45901
|
-
required: string[];
|
|
45902
|
-
type: string;
|
|
45903
|
-
};
|
|
45904
|
-
};
|
|
45905
|
-
};
|
|
45906
|
-
description: string;
|
|
45907
|
-
};
|
|
45908
|
-
400: {
|
|
45909
|
-
description: string;
|
|
45910
|
-
};
|
|
45911
|
-
401: {
|
|
45912
|
-
description: string;
|
|
45913
|
-
};
|
|
45914
|
-
};
|
|
45915
|
-
security: ({
|
|
45916
|
-
pat_with_workspace: never[];
|
|
45917
|
-
console_session_with_workspace?: never;
|
|
45918
|
-
api_key?: never;
|
|
45919
|
-
} | {
|
|
45920
|
-
console_session_with_workspace: never[];
|
|
45921
|
-
pat_with_workspace?: never;
|
|
45922
|
-
api_key?: never;
|
|
45923
|
-
} | {
|
|
45924
|
-
api_key: never[];
|
|
45925
|
-
pat_with_workspace?: never;
|
|
45926
|
-
console_session_with_workspace?: never;
|
|
45927
|
-
})[];
|
|
45928
|
-
summary: string;
|
|
45929
|
-
tags: never[];
|
|
45930
|
-
'x-fern-sdk-group-name': string[];
|
|
45931
|
-
'x-fern-sdk-method-name': string;
|
|
45932
|
-
'x-fern-sdk-return-value': string;
|
|
45933
|
-
'x-response-key': string;
|
|
45934
|
-
'x-title': string;
|
|
45935
|
-
'x-undocumented': string;
|
|
45936
|
-
};
|
|
45937
|
-
};
|
|
45938
|
-
'/unstable_partner/building_blocks/organize_spaces': {
|
|
45939
|
-
post: {
|
|
45940
|
-
description: string;
|
|
45941
|
-
operationId: string;
|
|
45942
|
-
requestBody: {
|
|
45943
|
-
content: {
|
|
45944
|
-
'application/json': {
|
|
45945
|
-
schema: {
|
|
45946
|
-
properties: {
|
|
45947
|
-
customer_key: {
|
|
45948
|
-
description: string;
|
|
45949
|
-
type: string;
|
|
45950
|
-
};
|
|
45951
|
-
spaces: {
|
|
45952
|
-
description: string;
|
|
45953
|
-
items: {
|
|
45954
|
-
properties: {
|
|
45955
|
-
name: {
|
|
45956
|
-
description: string;
|
|
45957
|
-
type: string;
|
|
45958
|
-
};
|
|
45959
|
-
space_key: {
|
|
45960
|
-
description: string;
|
|
45961
|
-
type: string;
|
|
45962
|
-
};
|
|
45963
|
-
};
|
|
45964
|
-
required: string[];
|
|
45965
|
-
type: string;
|
|
45966
|
-
};
|
|
45967
|
-
type: string;
|
|
45968
|
-
};
|
|
45969
|
-
};
|
|
45970
|
-
required: string[];
|
|
45971
|
-
type: string;
|
|
45972
|
-
};
|
|
45973
|
-
};
|
|
45974
|
-
};
|
|
45975
|
-
};
|
|
45976
|
-
responses: {
|
|
45977
|
-
200: {
|
|
45978
|
-
content: {
|
|
45979
|
-
'application/json': {
|
|
45980
|
-
schema: {
|
|
45981
|
-
properties: {
|
|
45982
|
-
magic_link: {
|
|
45983
|
-
$ref: string;
|
|
45984
|
-
};
|
|
44682
|
+
magic_link: {
|
|
44683
|
+
$ref: string;
|
|
44684
|
+
};
|
|
45985
44685
|
ok: {
|
|
45986
44686
|
type: string;
|
|
45987
44687
|
};
|
|
@@ -49022,6 +47722,12 @@ declare const _default: {
|
|
|
49022
47722
|
batch: {
|
|
49023
47723
|
description: string;
|
|
49024
47724
|
properties: {
|
|
47725
|
+
access_methods: {
|
|
47726
|
+
items: {
|
|
47727
|
+
$ref: string;
|
|
47728
|
+
};
|
|
47729
|
+
type: string;
|
|
47730
|
+
};
|
|
49025
47731
|
acs_access_groups: {
|
|
49026
47732
|
items: {
|
|
49027
47733
|
$ref: string;
|
|
@@ -49182,6 +47888,12 @@ declare const _default: {
|
|
|
49182
47888
|
batch: {
|
|
49183
47889
|
description: string;
|
|
49184
47890
|
properties: {
|
|
47891
|
+
access_methods: {
|
|
47892
|
+
items: {
|
|
47893
|
+
$ref: string;
|
|
47894
|
+
};
|
|
47895
|
+
type: string;
|
|
47896
|
+
};
|
|
49185
47897
|
acs_access_groups: {
|
|
49186
47898
|
items: {
|
|
49187
47899
|
$ref: string;
|