@seamapi/types 1.469.0 → 1.471.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 +2 -853
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +450 -1847
- package/dist/index.cjs +2 -853
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/instant-keys/instant-key.js +1 -2
- package/lib/seam/connect/models/instant-keys/instant-key.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -1084
- package/lib/seam/connect/openapi.js +1 -851
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -313
- package/package.json +1 -1
- package/src/lib/seam/connect/models/instant-keys/instant-key.ts +1 -2
- package/src/lib/seam/connect/openapi.ts +1 -877
- package/src/lib/seam/connect/route-types.ts +0 -318
|
@@ -10370,7 +10370,6 @@ declare const _default: {
|
|
|
10370
10370
|
required: string[];
|
|
10371
10371
|
type: string;
|
|
10372
10372
|
'x-route-path': string;
|
|
10373
|
-
'x-undocumented': string;
|
|
10374
10373
|
};
|
|
10375
10374
|
location: {
|
|
10376
10375
|
properties: {
|
|
@@ -44323,1089 +44322,6 @@ declare const _default: {
|
|
|
44323
44322
|
'x-title': string;
|
|
44324
44323
|
};
|
|
44325
44324
|
};
|
|
44326
|
-
'/unstable_access_grants/create': {
|
|
44327
|
-
post: {
|
|
44328
|
-
description: string;
|
|
44329
|
-
operationId: string;
|
|
44330
|
-
requestBody: {
|
|
44331
|
-
content: {
|
|
44332
|
-
'application/json': {
|
|
44333
|
-
schema: {
|
|
44334
|
-
allOf: ({
|
|
44335
|
-
oneOf: ({
|
|
44336
|
-
properties: {
|
|
44337
|
-
user_identity_id: {
|
|
44338
|
-
description: string;
|
|
44339
|
-
format: string;
|
|
44340
|
-
type: string;
|
|
44341
|
-
};
|
|
44342
|
-
user_identity?: never;
|
|
44343
|
-
};
|
|
44344
|
-
required: string[];
|
|
44345
|
-
type: string;
|
|
44346
|
-
} | {
|
|
44347
|
-
properties: {
|
|
44348
|
-
user_identity: {
|
|
44349
|
-
description: string;
|
|
44350
|
-
properties: {
|
|
44351
|
-
email_address: {
|
|
44352
|
-
description: string;
|
|
44353
|
-
format: string;
|
|
44354
|
-
nullable: boolean;
|
|
44355
|
-
type: string;
|
|
44356
|
-
};
|
|
44357
|
-
full_name: {
|
|
44358
|
-
minLength: number;
|
|
44359
|
-
nullable: boolean;
|
|
44360
|
-
type: string;
|
|
44361
|
-
};
|
|
44362
|
-
phone_number: {
|
|
44363
|
-
description: string;
|
|
44364
|
-
nullable: boolean;
|
|
44365
|
-
type: string;
|
|
44366
|
-
};
|
|
44367
|
-
};
|
|
44368
|
-
type: string;
|
|
44369
|
-
};
|
|
44370
|
-
user_identity_id?: never;
|
|
44371
|
-
};
|
|
44372
|
-
required: string[];
|
|
44373
|
-
type: string;
|
|
44374
|
-
})[];
|
|
44375
|
-
properties?: never;
|
|
44376
|
-
required?: never;
|
|
44377
|
-
type?: never;
|
|
44378
|
-
} | {
|
|
44379
|
-
properties: {
|
|
44380
|
-
acs_entrance_ids: {
|
|
44381
|
-
default: never[];
|
|
44382
|
-
description: string;
|
|
44383
|
-
items: {
|
|
44384
|
-
format: string;
|
|
44385
|
-
type: string;
|
|
44386
|
-
};
|
|
44387
|
-
type: string;
|
|
44388
|
-
};
|
|
44389
|
-
device_ids: {
|
|
44390
|
-
default: never[];
|
|
44391
|
-
description: string;
|
|
44392
|
-
items: {
|
|
44393
|
-
format: string;
|
|
44394
|
-
type: string;
|
|
44395
|
-
};
|
|
44396
|
-
type: string;
|
|
44397
|
-
};
|
|
44398
|
-
ends_at: {
|
|
44399
|
-
description: string;
|
|
44400
|
-
format: string;
|
|
44401
|
-
type: string;
|
|
44402
|
-
};
|
|
44403
|
-
location: {
|
|
44404
|
-
description: string;
|
|
44405
|
-
properties: {
|
|
44406
|
-
acs_entrance_ids: {
|
|
44407
|
-
default: never[];
|
|
44408
|
-
deprecated: boolean;
|
|
44409
|
-
items: {
|
|
44410
|
-
format: string;
|
|
44411
|
-
type: string;
|
|
44412
|
-
};
|
|
44413
|
-
type: string;
|
|
44414
|
-
'x-deprecated': string;
|
|
44415
|
-
};
|
|
44416
|
-
device_ids: {
|
|
44417
|
-
default: never[];
|
|
44418
|
-
deprecated: boolean;
|
|
44419
|
-
items: {
|
|
44420
|
-
format: string;
|
|
44421
|
-
type: string;
|
|
44422
|
-
};
|
|
44423
|
-
type: string;
|
|
44424
|
-
'x-deprecated': string;
|
|
44425
|
-
};
|
|
44426
|
-
name: {
|
|
44427
|
-
description: string;
|
|
44428
|
-
type: string;
|
|
44429
|
-
};
|
|
44430
|
-
};
|
|
44431
|
-
type: string;
|
|
44432
|
-
};
|
|
44433
|
-
location_ids: {
|
|
44434
|
-
deprecated: boolean;
|
|
44435
|
-
items: {
|
|
44436
|
-
format: string;
|
|
44437
|
-
type: string;
|
|
44438
|
-
};
|
|
44439
|
-
type: string;
|
|
44440
|
-
'x-deprecated': string;
|
|
44441
|
-
};
|
|
44442
|
-
requested_access_methods: {
|
|
44443
|
-
items: {
|
|
44444
|
-
properties: {
|
|
44445
|
-
mode: {
|
|
44446
|
-
description: string;
|
|
44447
|
-
enum: string[];
|
|
44448
|
-
type: string;
|
|
44449
|
-
};
|
|
44450
|
-
};
|
|
44451
|
-
required: string[];
|
|
44452
|
-
type: string;
|
|
44453
|
-
};
|
|
44454
|
-
type: string;
|
|
44455
|
-
};
|
|
44456
|
-
space_ids: {
|
|
44457
|
-
description: string;
|
|
44458
|
-
items: {
|
|
44459
|
-
format: string;
|
|
44460
|
-
type: string;
|
|
44461
|
-
};
|
|
44462
|
-
type: string;
|
|
44463
|
-
};
|
|
44464
|
-
starts_at: {
|
|
44465
|
-
description: string;
|
|
44466
|
-
format: string;
|
|
44467
|
-
type: string;
|
|
44468
|
-
};
|
|
44469
|
-
};
|
|
44470
|
-
required: string[];
|
|
44471
|
-
type: string;
|
|
44472
|
-
oneOf?: never;
|
|
44473
|
-
})[];
|
|
44474
|
-
};
|
|
44475
|
-
};
|
|
44476
|
-
};
|
|
44477
|
-
};
|
|
44478
|
-
responses: {
|
|
44479
|
-
200: {
|
|
44480
|
-
content: {
|
|
44481
|
-
'application/json': {
|
|
44482
|
-
schema: {
|
|
44483
|
-
properties: {
|
|
44484
|
-
access_grant: {
|
|
44485
|
-
$ref: string;
|
|
44486
|
-
};
|
|
44487
|
-
ok: {
|
|
44488
|
-
type: string;
|
|
44489
|
-
};
|
|
44490
|
-
};
|
|
44491
|
-
required: string[];
|
|
44492
|
-
type: string;
|
|
44493
|
-
};
|
|
44494
|
-
};
|
|
44495
|
-
};
|
|
44496
|
-
description: string;
|
|
44497
|
-
};
|
|
44498
|
-
400: {
|
|
44499
|
-
description: string;
|
|
44500
|
-
};
|
|
44501
|
-
401: {
|
|
44502
|
-
description: string;
|
|
44503
|
-
};
|
|
44504
|
-
};
|
|
44505
|
-
security: ({
|
|
44506
|
-
pat_with_workspace: never[];
|
|
44507
|
-
console_session_with_workspace?: never;
|
|
44508
|
-
api_key?: never;
|
|
44509
|
-
client_session_with_customer?: never;
|
|
44510
|
-
} | {
|
|
44511
|
-
console_session_with_workspace: never[];
|
|
44512
|
-
pat_with_workspace?: never;
|
|
44513
|
-
api_key?: never;
|
|
44514
|
-
client_session_with_customer?: never;
|
|
44515
|
-
} | {
|
|
44516
|
-
api_key: never[];
|
|
44517
|
-
pat_with_workspace?: never;
|
|
44518
|
-
console_session_with_workspace?: never;
|
|
44519
|
-
client_session_with_customer?: never;
|
|
44520
|
-
} | {
|
|
44521
|
-
client_session_with_customer: never[];
|
|
44522
|
-
pat_with_workspace?: never;
|
|
44523
|
-
console_session_with_workspace?: never;
|
|
44524
|
-
api_key?: never;
|
|
44525
|
-
})[];
|
|
44526
|
-
summary: string;
|
|
44527
|
-
tags: never[];
|
|
44528
|
-
'x-fern-sdk-group-name': string[];
|
|
44529
|
-
'x-fern-sdk-method-name': string;
|
|
44530
|
-
'x-fern-sdk-return-value': string;
|
|
44531
|
-
'x-response-key': string;
|
|
44532
|
-
'x-title': string;
|
|
44533
|
-
'x-undocumented': string;
|
|
44534
|
-
};
|
|
44535
|
-
};
|
|
44536
|
-
'/unstable_access_grants/delete': {
|
|
44537
|
-
delete: {
|
|
44538
|
-
description: string;
|
|
44539
|
-
operationId: string;
|
|
44540
|
-
parameters: {
|
|
44541
|
-
in: string;
|
|
44542
|
-
name: string;
|
|
44543
|
-
required: boolean;
|
|
44544
|
-
schema: {
|
|
44545
|
-
description: string;
|
|
44546
|
-
format: string;
|
|
44547
|
-
type: string;
|
|
44548
|
-
};
|
|
44549
|
-
}[];
|
|
44550
|
-
responses: {
|
|
44551
|
-
200: {
|
|
44552
|
-
content: {
|
|
44553
|
-
'application/json': {
|
|
44554
|
-
schema: {
|
|
44555
|
-
properties: {
|
|
44556
|
-
ok: {
|
|
44557
|
-
type: string;
|
|
44558
|
-
};
|
|
44559
|
-
};
|
|
44560
|
-
required: string[];
|
|
44561
|
-
type: string;
|
|
44562
|
-
};
|
|
44563
|
-
};
|
|
44564
|
-
};
|
|
44565
|
-
description: string;
|
|
44566
|
-
};
|
|
44567
|
-
400: {
|
|
44568
|
-
description: string;
|
|
44569
|
-
};
|
|
44570
|
-
401: {
|
|
44571
|
-
description: string;
|
|
44572
|
-
};
|
|
44573
|
-
};
|
|
44574
|
-
security: ({
|
|
44575
|
-
pat_with_workspace: never[];
|
|
44576
|
-
console_session_with_workspace?: never;
|
|
44577
|
-
api_key?: never;
|
|
44578
|
-
client_session_with_customer?: never;
|
|
44579
|
-
} | {
|
|
44580
|
-
console_session_with_workspace: never[];
|
|
44581
|
-
pat_with_workspace?: never;
|
|
44582
|
-
api_key?: never;
|
|
44583
|
-
client_session_with_customer?: never;
|
|
44584
|
-
} | {
|
|
44585
|
-
api_key: never[];
|
|
44586
|
-
pat_with_workspace?: never;
|
|
44587
|
-
console_session_with_workspace?: never;
|
|
44588
|
-
client_session_with_customer?: never;
|
|
44589
|
-
} | {
|
|
44590
|
-
client_session_with_customer: never[];
|
|
44591
|
-
pat_with_workspace?: never;
|
|
44592
|
-
console_session_with_workspace?: never;
|
|
44593
|
-
api_key?: never;
|
|
44594
|
-
})[];
|
|
44595
|
-
summary: string;
|
|
44596
|
-
tags: never[];
|
|
44597
|
-
'x-fern-sdk-group-name': string[];
|
|
44598
|
-
'x-fern-sdk-method-name': string;
|
|
44599
|
-
'x-response-key': null;
|
|
44600
|
-
'x-title': string;
|
|
44601
|
-
'x-undocumented': string;
|
|
44602
|
-
};
|
|
44603
|
-
post: {
|
|
44604
|
-
description: string;
|
|
44605
|
-
operationId: string;
|
|
44606
|
-
requestBody: {
|
|
44607
|
-
content: {
|
|
44608
|
-
'application/json': {
|
|
44609
|
-
schema: {
|
|
44610
|
-
properties: {
|
|
44611
|
-
access_grant_id: {
|
|
44612
|
-
description: string;
|
|
44613
|
-
format: string;
|
|
44614
|
-
type: string;
|
|
44615
|
-
};
|
|
44616
|
-
};
|
|
44617
|
-
required: string[];
|
|
44618
|
-
type: string;
|
|
44619
|
-
};
|
|
44620
|
-
};
|
|
44621
|
-
};
|
|
44622
|
-
};
|
|
44623
|
-
responses: {
|
|
44624
|
-
200: {
|
|
44625
|
-
content: {
|
|
44626
|
-
'application/json': {
|
|
44627
|
-
schema: {
|
|
44628
|
-
properties: {
|
|
44629
|
-
ok: {
|
|
44630
|
-
type: string;
|
|
44631
|
-
};
|
|
44632
|
-
};
|
|
44633
|
-
required: string[];
|
|
44634
|
-
type: string;
|
|
44635
|
-
};
|
|
44636
|
-
};
|
|
44637
|
-
};
|
|
44638
|
-
description: string;
|
|
44639
|
-
};
|
|
44640
|
-
400: {
|
|
44641
|
-
description: string;
|
|
44642
|
-
};
|
|
44643
|
-
401: {
|
|
44644
|
-
description: string;
|
|
44645
|
-
};
|
|
44646
|
-
};
|
|
44647
|
-
security: ({
|
|
44648
|
-
pat_with_workspace: never[];
|
|
44649
|
-
console_session_with_workspace?: never;
|
|
44650
|
-
api_key?: never;
|
|
44651
|
-
client_session_with_customer?: never;
|
|
44652
|
-
} | {
|
|
44653
|
-
console_session_with_workspace: never[];
|
|
44654
|
-
pat_with_workspace?: never;
|
|
44655
|
-
api_key?: never;
|
|
44656
|
-
client_session_with_customer?: never;
|
|
44657
|
-
} | {
|
|
44658
|
-
api_key: never[];
|
|
44659
|
-
pat_with_workspace?: never;
|
|
44660
|
-
console_session_with_workspace?: never;
|
|
44661
|
-
client_session_with_customer?: never;
|
|
44662
|
-
} | {
|
|
44663
|
-
client_session_with_customer: never[];
|
|
44664
|
-
pat_with_workspace?: never;
|
|
44665
|
-
console_session_with_workspace?: never;
|
|
44666
|
-
api_key?: never;
|
|
44667
|
-
})[];
|
|
44668
|
-
summary: string;
|
|
44669
|
-
tags: never[];
|
|
44670
|
-
'x-fern-sdk-group-name': string[];
|
|
44671
|
-
'x-fern-sdk-method-name': string;
|
|
44672
|
-
'x-response-key': null;
|
|
44673
|
-
'x-title': string;
|
|
44674
|
-
'x-undocumented': string;
|
|
44675
|
-
};
|
|
44676
|
-
};
|
|
44677
|
-
'/unstable_access_grants/get': {
|
|
44678
|
-
get: {
|
|
44679
|
-
description: string;
|
|
44680
|
-
operationId: string;
|
|
44681
|
-
parameters: {
|
|
44682
|
-
in: string;
|
|
44683
|
-
name: string;
|
|
44684
|
-
required: boolean;
|
|
44685
|
-
schema: {
|
|
44686
|
-
description: string;
|
|
44687
|
-
format: string;
|
|
44688
|
-
type: string;
|
|
44689
|
-
};
|
|
44690
|
-
}[];
|
|
44691
|
-
responses: {
|
|
44692
|
-
200: {
|
|
44693
|
-
content: {
|
|
44694
|
-
'application/json': {
|
|
44695
|
-
schema: {
|
|
44696
|
-
properties: {
|
|
44697
|
-
access_grant: {
|
|
44698
|
-
$ref: string;
|
|
44699
|
-
};
|
|
44700
|
-
ok: {
|
|
44701
|
-
type: string;
|
|
44702
|
-
};
|
|
44703
|
-
};
|
|
44704
|
-
required: string[];
|
|
44705
|
-
type: string;
|
|
44706
|
-
};
|
|
44707
|
-
};
|
|
44708
|
-
};
|
|
44709
|
-
description: string;
|
|
44710
|
-
};
|
|
44711
|
-
400: {
|
|
44712
|
-
description: string;
|
|
44713
|
-
};
|
|
44714
|
-
401: {
|
|
44715
|
-
description: string;
|
|
44716
|
-
};
|
|
44717
|
-
};
|
|
44718
|
-
security: ({
|
|
44719
|
-
pat_with_workspace: never[];
|
|
44720
|
-
console_session_with_workspace?: never;
|
|
44721
|
-
api_key?: never;
|
|
44722
|
-
client_session_with_customer?: never;
|
|
44723
|
-
} | {
|
|
44724
|
-
console_session_with_workspace: never[];
|
|
44725
|
-
pat_with_workspace?: never;
|
|
44726
|
-
api_key?: never;
|
|
44727
|
-
client_session_with_customer?: never;
|
|
44728
|
-
} | {
|
|
44729
|
-
api_key: never[];
|
|
44730
|
-
pat_with_workspace?: never;
|
|
44731
|
-
console_session_with_workspace?: never;
|
|
44732
|
-
client_session_with_customer?: never;
|
|
44733
|
-
} | {
|
|
44734
|
-
client_session_with_customer: never[];
|
|
44735
|
-
pat_with_workspace?: never;
|
|
44736
|
-
console_session_with_workspace?: never;
|
|
44737
|
-
api_key?: never;
|
|
44738
|
-
})[];
|
|
44739
|
-
summary: string;
|
|
44740
|
-
tags: never[];
|
|
44741
|
-
'x-fern-sdk-group-name': string[];
|
|
44742
|
-
'x-fern-sdk-method-name': string;
|
|
44743
|
-
'x-fern-sdk-return-value': string;
|
|
44744
|
-
'x-response-key': string;
|
|
44745
|
-
'x-title': string;
|
|
44746
|
-
'x-undocumented': string;
|
|
44747
|
-
};
|
|
44748
|
-
post: {
|
|
44749
|
-
description: string;
|
|
44750
|
-
operationId: string;
|
|
44751
|
-
requestBody: {
|
|
44752
|
-
content: {
|
|
44753
|
-
'application/json': {
|
|
44754
|
-
schema: {
|
|
44755
|
-
properties: {
|
|
44756
|
-
access_grant_id: {
|
|
44757
|
-
description: string;
|
|
44758
|
-
format: string;
|
|
44759
|
-
type: string;
|
|
44760
|
-
};
|
|
44761
|
-
};
|
|
44762
|
-
required: string[];
|
|
44763
|
-
type: string;
|
|
44764
|
-
};
|
|
44765
|
-
};
|
|
44766
|
-
};
|
|
44767
|
-
};
|
|
44768
|
-
responses: {
|
|
44769
|
-
200: {
|
|
44770
|
-
content: {
|
|
44771
|
-
'application/json': {
|
|
44772
|
-
schema: {
|
|
44773
|
-
properties: {
|
|
44774
|
-
access_grant: {
|
|
44775
|
-
$ref: string;
|
|
44776
|
-
};
|
|
44777
|
-
ok: {
|
|
44778
|
-
type: string;
|
|
44779
|
-
};
|
|
44780
|
-
};
|
|
44781
|
-
required: string[];
|
|
44782
|
-
type: string;
|
|
44783
|
-
};
|
|
44784
|
-
};
|
|
44785
|
-
};
|
|
44786
|
-
description: string;
|
|
44787
|
-
};
|
|
44788
|
-
400: {
|
|
44789
|
-
description: string;
|
|
44790
|
-
};
|
|
44791
|
-
401: {
|
|
44792
|
-
description: string;
|
|
44793
|
-
};
|
|
44794
|
-
};
|
|
44795
|
-
security: ({
|
|
44796
|
-
pat_with_workspace: never[];
|
|
44797
|
-
console_session_with_workspace?: never;
|
|
44798
|
-
api_key?: never;
|
|
44799
|
-
client_session_with_customer?: never;
|
|
44800
|
-
} | {
|
|
44801
|
-
console_session_with_workspace: never[];
|
|
44802
|
-
pat_with_workspace?: never;
|
|
44803
|
-
api_key?: never;
|
|
44804
|
-
client_session_with_customer?: never;
|
|
44805
|
-
} | {
|
|
44806
|
-
api_key: never[];
|
|
44807
|
-
pat_with_workspace?: never;
|
|
44808
|
-
console_session_with_workspace?: never;
|
|
44809
|
-
client_session_with_customer?: never;
|
|
44810
|
-
} | {
|
|
44811
|
-
client_session_with_customer: never[];
|
|
44812
|
-
pat_with_workspace?: never;
|
|
44813
|
-
console_session_with_workspace?: never;
|
|
44814
|
-
api_key?: never;
|
|
44815
|
-
})[];
|
|
44816
|
-
summary: string;
|
|
44817
|
-
tags: never[];
|
|
44818
|
-
'x-fern-sdk-group-name': string[];
|
|
44819
|
-
'x-fern-sdk-method-name': string;
|
|
44820
|
-
'x-fern-sdk-return-value': string;
|
|
44821
|
-
'x-response-key': string;
|
|
44822
|
-
'x-title': string;
|
|
44823
|
-
'x-undocumented': string;
|
|
44824
|
-
};
|
|
44825
|
-
};
|
|
44826
|
-
'/unstable_access_grants/list': {
|
|
44827
|
-
get: {
|
|
44828
|
-
description: string;
|
|
44829
|
-
operationId: string;
|
|
44830
|
-
parameters: ({
|
|
44831
|
-
in: string;
|
|
44832
|
-
name: string;
|
|
44833
|
-
schema: {
|
|
44834
|
-
description: string;
|
|
44835
|
-
format: string;
|
|
44836
|
-
type: string;
|
|
44837
|
-
deprecated?: never;
|
|
44838
|
-
'x-deprecated'?: never;
|
|
44839
|
-
};
|
|
44840
|
-
} | {
|
|
44841
|
-
in: string;
|
|
44842
|
-
name: string;
|
|
44843
|
-
schema: {
|
|
44844
|
-
deprecated: boolean;
|
|
44845
|
-
format: string;
|
|
44846
|
-
type: string;
|
|
44847
|
-
'x-deprecated': string;
|
|
44848
|
-
description?: never;
|
|
44849
|
-
};
|
|
44850
|
-
})[];
|
|
44851
|
-
responses: {
|
|
44852
|
-
200: {
|
|
44853
|
-
content: {
|
|
44854
|
-
'application/json': {
|
|
44855
|
-
schema: {
|
|
44856
|
-
properties: {
|
|
44857
|
-
access_grants: {
|
|
44858
|
-
items: {
|
|
44859
|
-
$ref: string;
|
|
44860
|
-
};
|
|
44861
|
-
type: string;
|
|
44862
|
-
};
|
|
44863
|
-
ok: {
|
|
44864
|
-
type: string;
|
|
44865
|
-
};
|
|
44866
|
-
};
|
|
44867
|
-
required: string[];
|
|
44868
|
-
type: string;
|
|
44869
|
-
};
|
|
44870
|
-
};
|
|
44871
|
-
};
|
|
44872
|
-
description: string;
|
|
44873
|
-
};
|
|
44874
|
-
400: {
|
|
44875
|
-
description: string;
|
|
44876
|
-
};
|
|
44877
|
-
401: {
|
|
44878
|
-
description: string;
|
|
44879
|
-
};
|
|
44880
|
-
};
|
|
44881
|
-
security: ({
|
|
44882
|
-
pat_with_workspace: never[];
|
|
44883
|
-
console_session_with_workspace?: never;
|
|
44884
|
-
api_key?: never;
|
|
44885
|
-
client_session_with_customer?: never;
|
|
44886
|
-
} | {
|
|
44887
|
-
console_session_with_workspace: never[];
|
|
44888
|
-
pat_with_workspace?: never;
|
|
44889
|
-
api_key?: never;
|
|
44890
|
-
client_session_with_customer?: never;
|
|
44891
|
-
} | {
|
|
44892
|
-
api_key: never[];
|
|
44893
|
-
pat_with_workspace?: never;
|
|
44894
|
-
console_session_with_workspace?: never;
|
|
44895
|
-
client_session_with_customer?: never;
|
|
44896
|
-
} | {
|
|
44897
|
-
client_session_with_customer: never[];
|
|
44898
|
-
pat_with_workspace?: never;
|
|
44899
|
-
console_session_with_workspace?: never;
|
|
44900
|
-
api_key?: never;
|
|
44901
|
-
})[];
|
|
44902
|
-
summary: string;
|
|
44903
|
-
tags: never[];
|
|
44904
|
-
'x-fern-sdk-group-name': string[];
|
|
44905
|
-
'x-fern-sdk-method-name': string;
|
|
44906
|
-
'x-fern-sdk-return-value': string;
|
|
44907
|
-
'x-response-key': string;
|
|
44908
|
-
'x-title': string;
|
|
44909
|
-
'x-undocumented': string;
|
|
44910
|
-
};
|
|
44911
|
-
post: {
|
|
44912
|
-
description: string;
|
|
44913
|
-
operationId: string;
|
|
44914
|
-
requestBody: {
|
|
44915
|
-
content: {
|
|
44916
|
-
'application/json': {
|
|
44917
|
-
schema: {
|
|
44918
|
-
properties: {
|
|
44919
|
-
acs_entrance_id: {
|
|
44920
|
-
description: string;
|
|
44921
|
-
format: string;
|
|
44922
|
-
type: string;
|
|
44923
|
-
};
|
|
44924
|
-
acs_system_id: {
|
|
44925
|
-
description: string;
|
|
44926
|
-
format: string;
|
|
44927
|
-
type: string;
|
|
44928
|
-
};
|
|
44929
|
-
location_id: {
|
|
44930
|
-
deprecated: boolean;
|
|
44931
|
-
format: string;
|
|
44932
|
-
type: string;
|
|
44933
|
-
'x-deprecated': string;
|
|
44934
|
-
};
|
|
44935
|
-
space_id: {
|
|
44936
|
-
description: string;
|
|
44937
|
-
format: string;
|
|
44938
|
-
type: string;
|
|
44939
|
-
};
|
|
44940
|
-
user_identity_id: {
|
|
44941
|
-
description: string;
|
|
44942
|
-
format: string;
|
|
44943
|
-
type: string;
|
|
44944
|
-
};
|
|
44945
|
-
};
|
|
44946
|
-
type: string;
|
|
44947
|
-
};
|
|
44948
|
-
};
|
|
44949
|
-
};
|
|
44950
|
-
};
|
|
44951
|
-
responses: {
|
|
44952
|
-
200: {
|
|
44953
|
-
content: {
|
|
44954
|
-
'application/json': {
|
|
44955
|
-
schema: {
|
|
44956
|
-
properties: {
|
|
44957
|
-
access_grants: {
|
|
44958
|
-
items: {
|
|
44959
|
-
$ref: string;
|
|
44960
|
-
};
|
|
44961
|
-
type: string;
|
|
44962
|
-
};
|
|
44963
|
-
ok: {
|
|
44964
|
-
type: string;
|
|
44965
|
-
};
|
|
44966
|
-
};
|
|
44967
|
-
required: string[];
|
|
44968
|
-
type: string;
|
|
44969
|
-
};
|
|
44970
|
-
};
|
|
44971
|
-
};
|
|
44972
|
-
description: string;
|
|
44973
|
-
};
|
|
44974
|
-
400: {
|
|
44975
|
-
description: string;
|
|
44976
|
-
};
|
|
44977
|
-
401: {
|
|
44978
|
-
description: string;
|
|
44979
|
-
};
|
|
44980
|
-
};
|
|
44981
|
-
security: ({
|
|
44982
|
-
pat_with_workspace: never[];
|
|
44983
|
-
console_session_with_workspace?: never;
|
|
44984
|
-
api_key?: never;
|
|
44985
|
-
client_session_with_customer?: never;
|
|
44986
|
-
} | {
|
|
44987
|
-
console_session_with_workspace: never[];
|
|
44988
|
-
pat_with_workspace?: never;
|
|
44989
|
-
api_key?: never;
|
|
44990
|
-
client_session_with_customer?: never;
|
|
44991
|
-
} | {
|
|
44992
|
-
api_key: never[];
|
|
44993
|
-
pat_with_workspace?: never;
|
|
44994
|
-
console_session_with_workspace?: never;
|
|
44995
|
-
client_session_with_customer?: never;
|
|
44996
|
-
} | {
|
|
44997
|
-
client_session_with_customer: never[];
|
|
44998
|
-
pat_with_workspace?: never;
|
|
44999
|
-
console_session_with_workspace?: never;
|
|
45000
|
-
api_key?: never;
|
|
45001
|
-
})[];
|
|
45002
|
-
summary: string;
|
|
45003
|
-
tags: never[];
|
|
45004
|
-
'x-fern-sdk-group-name': string[];
|
|
45005
|
-
'x-fern-sdk-method-name': string;
|
|
45006
|
-
'x-fern-sdk-return-value': string;
|
|
45007
|
-
'x-response-key': string;
|
|
45008
|
-
'x-title': string;
|
|
45009
|
-
'x-undocumented': string;
|
|
45010
|
-
};
|
|
45011
|
-
};
|
|
45012
|
-
'/unstable_access_methods/delete': {
|
|
45013
|
-
delete: {
|
|
45014
|
-
description: string;
|
|
45015
|
-
operationId: string;
|
|
45016
|
-
parameters: {
|
|
45017
|
-
in: string;
|
|
45018
|
-
name: string;
|
|
45019
|
-
required: boolean;
|
|
45020
|
-
schema: {
|
|
45021
|
-
description: string;
|
|
45022
|
-
format: string;
|
|
45023
|
-
type: string;
|
|
45024
|
-
};
|
|
45025
|
-
}[];
|
|
45026
|
-
responses: {
|
|
45027
|
-
200: {
|
|
45028
|
-
content: {
|
|
45029
|
-
'application/json': {
|
|
45030
|
-
schema: {
|
|
45031
|
-
properties: {
|
|
45032
|
-
ok: {
|
|
45033
|
-
type: string;
|
|
45034
|
-
};
|
|
45035
|
-
};
|
|
45036
|
-
required: string[];
|
|
45037
|
-
type: string;
|
|
45038
|
-
};
|
|
45039
|
-
};
|
|
45040
|
-
};
|
|
45041
|
-
description: string;
|
|
45042
|
-
};
|
|
45043
|
-
400: {
|
|
45044
|
-
description: string;
|
|
45045
|
-
};
|
|
45046
|
-
401: {
|
|
45047
|
-
description: string;
|
|
45048
|
-
};
|
|
45049
|
-
};
|
|
45050
|
-
security: ({
|
|
45051
|
-
pat_with_workspace: never[];
|
|
45052
|
-
console_session_with_workspace?: never;
|
|
45053
|
-
api_key?: never;
|
|
45054
|
-
} | {
|
|
45055
|
-
console_session_with_workspace: never[];
|
|
45056
|
-
pat_with_workspace?: never;
|
|
45057
|
-
api_key?: never;
|
|
45058
|
-
} | {
|
|
45059
|
-
api_key: never[];
|
|
45060
|
-
pat_with_workspace?: never;
|
|
45061
|
-
console_session_with_workspace?: never;
|
|
45062
|
-
})[];
|
|
45063
|
-
summary: string;
|
|
45064
|
-
tags: never[];
|
|
45065
|
-
'x-fern-sdk-group-name': string[];
|
|
45066
|
-
'x-fern-sdk-method-name': string;
|
|
45067
|
-
'x-response-key': null;
|
|
45068
|
-
'x-title': string;
|
|
45069
|
-
'x-undocumented': string;
|
|
45070
|
-
};
|
|
45071
|
-
post: {
|
|
45072
|
-
description: string;
|
|
45073
|
-
operationId: string;
|
|
45074
|
-
requestBody: {
|
|
45075
|
-
content: {
|
|
45076
|
-
'application/json': {
|
|
45077
|
-
schema: {
|
|
45078
|
-
properties: {
|
|
45079
|
-
access_method_id: {
|
|
45080
|
-
description: string;
|
|
45081
|
-
format: string;
|
|
45082
|
-
type: string;
|
|
45083
|
-
};
|
|
45084
|
-
};
|
|
45085
|
-
required: string[];
|
|
45086
|
-
type: string;
|
|
45087
|
-
};
|
|
45088
|
-
};
|
|
45089
|
-
};
|
|
45090
|
-
};
|
|
45091
|
-
responses: {
|
|
45092
|
-
200: {
|
|
45093
|
-
content: {
|
|
45094
|
-
'application/json': {
|
|
45095
|
-
schema: {
|
|
45096
|
-
properties: {
|
|
45097
|
-
ok: {
|
|
45098
|
-
type: string;
|
|
45099
|
-
};
|
|
45100
|
-
};
|
|
45101
|
-
required: string[];
|
|
45102
|
-
type: string;
|
|
45103
|
-
};
|
|
45104
|
-
};
|
|
45105
|
-
};
|
|
45106
|
-
description: string;
|
|
45107
|
-
};
|
|
45108
|
-
400: {
|
|
45109
|
-
description: string;
|
|
45110
|
-
};
|
|
45111
|
-
401: {
|
|
45112
|
-
description: string;
|
|
45113
|
-
};
|
|
45114
|
-
};
|
|
45115
|
-
security: ({
|
|
45116
|
-
pat_with_workspace: never[];
|
|
45117
|
-
console_session_with_workspace?: never;
|
|
45118
|
-
api_key?: never;
|
|
45119
|
-
} | {
|
|
45120
|
-
console_session_with_workspace: never[];
|
|
45121
|
-
pat_with_workspace?: never;
|
|
45122
|
-
api_key?: never;
|
|
45123
|
-
} | {
|
|
45124
|
-
api_key: never[];
|
|
45125
|
-
pat_with_workspace?: never;
|
|
45126
|
-
console_session_with_workspace?: never;
|
|
45127
|
-
})[];
|
|
45128
|
-
summary: string;
|
|
45129
|
-
tags: never[];
|
|
45130
|
-
'x-fern-sdk-group-name': string[];
|
|
45131
|
-
'x-fern-sdk-method-name': string;
|
|
45132
|
-
'x-response-key': null;
|
|
45133
|
-
'x-title': string;
|
|
45134
|
-
'x-undocumented': string;
|
|
45135
|
-
};
|
|
45136
|
-
};
|
|
45137
|
-
'/unstable_access_methods/get': {
|
|
45138
|
-
get: {
|
|
45139
|
-
description: string;
|
|
45140
|
-
operationId: string;
|
|
45141
|
-
parameters: {
|
|
45142
|
-
in: string;
|
|
45143
|
-
name: string;
|
|
45144
|
-
required: boolean;
|
|
45145
|
-
schema: {
|
|
45146
|
-
description: string;
|
|
45147
|
-
format: string;
|
|
45148
|
-
type: string;
|
|
45149
|
-
};
|
|
45150
|
-
}[];
|
|
45151
|
-
responses: {
|
|
45152
|
-
200: {
|
|
45153
|
-
content: {
|
|
45154
|
-
'application/json': {
|
|
45155
|
-
schema: {
|
|
45156
|
-
properties: {
|
|
45157
|
-
access_method: {
|
|
45158
|
-
$ref: string;
|
|
45159
|
-
};
|
|
45160
|
-
ok: {
|
|
45161
|
-
type: string;
|
|
45162
|
-
};
|
|
45163
|
-
};
|
|
45164
|
-
required: string[];
|
|
45165
|
-
type: string;
|
|
45166
|
-
};
|
|
45167
|
-
};
|
|
45168
|
-
};
|
|
45169
|
-
description: string;
|
|
45170
|
-
};
|
|
45171
|
-
400: {
|
|
45172
|
-
description: string;
|
|
45173
|
-
};
|
|
45174
|
-
401: {
|
|
45175
|
-
description: string;
|
|
45176
|
-
};
|
|
45177
|
-
};
|
|
45178
|
-
security: ({
|
|
45179
|
-
pat_with_workspace: never[];
|
|
45180
|
-
console_session_with_workspace?: never;
|
|
45181
|
-
api_key?: never;
|
|
45182
|
-
} | {
|
|
45183
|
-
console_session_with_workspace: never[];
|
|
45184
|
-
pat_with_workspace?: never;
|
|
45185
|
-
api_key?: never;
|
|
45186
|
-
} | {
|
|
45187
|
-
api_key: never[];
|
|
45188
|
-
pat_with_workspace?: never;
|
|
45189
|
-
console_session_with_workspace?: never;
|
|
45190
|
-
})[];
|
|
45191
|
-
summary: string;
|
|
45192
|
-
tags: never[];
|
|
45193
|
-
'x-fern-sdk-group-name': string[];
|
|
45194
|
-
'x-fern-sdk-method-name': string;
|
|
45195
|
-
'x-fern-sdk-return-value': string;
|
|
45196
|
-
'x-response-key': string;
|
|
45197
|
-
'x-title': string;
|
|
45198
|
-
'x-undocumented': string;
|
|
45199
|
-
};
|
|
45200
|
-
post: {
|
|
45201
|
-
description: string;
|
|
45202
|
-
operationId: string;
|
|
45203
|
-
requestBody: {
|
|
45204
|
-
content: {
|
|
45205
|
-
'application/json': {
|
|
45206
|
-
schema: {
|
|
45207
|
-
properties: {
|
|
45208
|
-
access_method_id: {
|
|
45209
|
-
description: string;
|
|
45210
|
-
format: string;
|
|
45211
|
-
type: string;
|
|
45212
|
-
};
|
|
45213
|
-
};
|
|
45214
|
-
required: string[];
|
|
45215
|
-
type: string;
|
|
45216
|
-
};
|
|
45217
|
-
};
|
|
45218
|
-
};
|
|
45219
|
-
};
|
|
45220
|
-
responses: {
|
|
45221
|
-
200: {
|
|
45222
|
-
content: {
|
|
45223
|
-
'application/json': {
|
|
45224
|
-
schema: {
|
|
45225
|
-
properties: {
|
|
45226
|
-
access_method: {
|
|
45227
|
-
$ref: string;
|
|
45228
|
-
};
|
|
45229
|
-
ok: {
|
|
45230
|
-
type: string;
|
|
45231
|
-
};
|
|
45232
|
-
};
|
|
45233
|
-
required: string[];
|
|
45234
|
-
type: string;
|
|
45235
|
-
};
|
|
45236
|
-
};
|
|
45237
|
-
};
|
|
45238
|
-
description: string;
|
|
45239
|
-
};
|
|
45240
|
-
400: {
|
|
45241
|
-
description: string;
|
|
45242
|
-
};
|
|
45243
|
-
401: {
|
|
45244
|
-
description: string;
|
|
45245
|
-
};
|
|
45246
|
-
};
|
|
45247
|
-
security: ({
|
|
45248
|
-
pat_with_workspace: never[];
|
|
45249
|
-
console_session_with_workspace?: never;
|
|
45250
|
-
api_key?: never;
|
|
45251
|
-
} | {
|
|
45252
|
-
console_session_with_workspace: never[];
|
|
45253
|
-
pat_with_workspace?: never;
|
|
45254
|
-
api_key?: never;
|
|
45255
|
-
} | {
|
|
45256
|
-
api_key: never[];
|
|
45257
|
-
pat_with_workspace?: never;
|
|
45258
|
-
console_session_with_workspace?: never;
|
|
45259
|
-
})[];
|
|
45260
|
-
summary: string;
|
|
45261
|
-
tags: never[];
|
|
45262
|
-
'x-fern-sdk-group-name': string[];
|
|
45263
|
-
'x-fern-sdk-method-name': string;
|
|
45264
|
-
'x-fern-sdk-return-value': string;
|
|
45265
|
-
'x-response-key': string;
|
|
45266
|
-
'x-title': string;
|
|
45267
|
-
'x-undocumented': string;
|
|
45268
|
-
};
|
|
45269
|
-
};
|
|
45270
|
-
'/unstable_access_methods/list': {
|
|
45271
|
-
get: {
|
|
45272
|
-
description: string;
|
|
45273
|
-
operationId: string;
|
|
45274
|
-
parameters: {
|
|
45275
|
-
in: string;
|
|
45276
|
-
name: string;
|
|
45277
|
-
required: boolean;
|
|
45278
|
-
schema: {
|
|
45279
|
-
description: string;
|
|
45280
|
-
format: string;
|
|
45281
|
-
type: string;
|
|
45282
|
-
};
|
|
45283
|
-
}[];
|
|
45284
|
-
responses: {
|
|
45285
|
-
200: {
|
|
45286
|
-
content: {
|
|
45287
|
-
'application/json': {
|
|
45288
|
-
schema: {
|
|
45289
|
-
properties: {
|
|
45290
|
-
access_methods: {
|
|
45291
|
-
items: {
|
|
45292
|
-
$ref: string;
|
|
45293
|
-
};
|
|
45294
|
-
type: string;
|
|
45295
|
-
};
|
|
45296
|
-
ok: {
|
|
45297
|
-
type: string;
|
|
45298
|
-
};
|
|
45299
|
-
};
|
|
45300
|
-
required: string[];
|
|
45301
|
-
type: string;
|
|
45302
|
-
};
|
|
45303
|
-
};
|
|
45304
|
-
};
|
|
45305
|
-
description: string;
|
|
45306
|
-
};
|
|
45307
|
-
400: {
|
|
45308
|
-
description: string;
|
|
45309
|
-
};
|
|
45310
|
-
401: {
|
|
45311
|
-
description: string;
|
|
45312
|
-
};
|
|
45313
|
-
};
|
|
45314
|
-
security: ({
|
|
45315
|
-
pat_with_workspace: never[];
|
|
45316
|
-
console_session_with_workspace?: never;
|
|
45317
|
-
api_key?: never;
|
|
45318
|
-
} | {
|
|
45319
|
-
console_session_with_workspace: never[];
|
|
45320
|
-
pat_with_workspace?: never;
|
|
45321
|
-
api_key?: never;
|
|
45322
|
-
} | {
|
|
45323
|
-
api_key: never[];
|
|
45324
|
-
pat_with_workspace?: never;
|
|
45325
|
-
console_session_with_workspace?: never;
|
|
45326
|
-
})[];
|
|
45327
|
-
summary: string;
|
|
45328
|
-
tags: never[];
|
|
45329
|
-
'x-fern-sdk-group-name': string[];
|
|
45330
|
-
'x-fern-sdk-method-name': string;
|
|
45331
|
-
'x-fern-sdk-return-value': string;
|
|
45332
|
-
'x-response-key': string;
|
|
45333
|
-
'x-title': string;
|
|
45334
|
-
'x-undocumented': string;
|
|
45335
|
-
};
|
|
45336
|
-
post: {
|
|
45337
|
-
description: string;
|
|
45338
|
-
operationId: string;
|
|
45339
|
-
requestBody: {
|
|
45340
|
-
content: {
|
|
45341
|
-
'application/json': {
|
|
45342
|
-
schema: {
|
|
45343
|
-
properties: {
|
|
45344
|
-
access_grant_id: {
|
|
45345
|
-
description: string;
|
|
45346
|
-
format: string;
|
|
45347
|
-
type: string;
|
|
45348
|
-
};
|
|
45349
|
-
};
|
|
45350
|
-
required: string[];
|
|
45351
|
-
type: string;
|
|
45352
|
-
};
|
|
45353
|
-
};
|
|
45354
|
-
};
|
|
45355
|
-
};
|
|
45356
|
-
responses: {
|
|
45357
|
-
200: {
|
|
45358
|
-
content: {
|
|
45359
|
-
'application/json': {
|
|
45360
|
-
schema: {
|
|
45361
|
-
properties: {
|
|
45362
|
-
access_methods: {
|
|
45363
|
-
items: {
|
|
45364
|
-
$ref: string;
|
|
45365
|
-
};
|
|
45366
|
-
type: string;
|
|
45367
|
-
};
|
|
45368
|
-
ok: {
|
|
45369
|
-
type: string;
|
|
45370
|
-
};
|
|
45371
|
-
};
|
|
45372
|
-
required: string[];
|
|
45373
|
-
type: string;
|
|
45374
|
-
};
|
|
45375
|
-
};
|
|
45376
|
-
};
|
|
45377
|
-
description: string;
|
|
45378
|
-
};
|
|
45379
|
-
400: {
|
|
45380
|
-
description: string;
|
|
45381
|
-
};
|
|
45382
|
-
401: {
|
|
45383
|
-
description: string;
|
|
45384
|
-
};
|
|
45385
|
-
};
|
|
45386
|
-
security: ({
|
|
45387
|
-
pat_with_workspace: never[];
|
|
45388
|
-
console_session_with_workspace?: never;
|
|
45389
|
-
api_key?: never;
|
|
45390
|
-
} | {
|
|
45391
|
-
console_session_with_workspace: never[];
|
|
45392
|
-
pat_with_workspace?: never;
|
|
45393
|
-
api_key?: never;
|
|
45394
|
-
} | {
|
|
45395
|
-
api_key: never[];
|
|
45396
|
-
pat_with_workspace?: never;
|
|
45397
|
-
console_session_with_workspace?: never;
|
|
45398
|
-
})[];
|
|
45399
|
-
summary: string;
|
|
45400
|
-
tags: never[];
|
|
45401
|
-
'x-fern-sdk-group-name': string[];
|
|
45402
|
-
'x-fern-sdk-method-name': string;
|
|
45403
|
-
'x-fern-sdk-return-value': string;
|
|
45404
|
-
'x-response-key': string;
|
|
45405
|
-
'x-title': string;
|
|
45406
|
-
'x-undocumented': string;
|
|
45407
|
-
};
|
|
45408
|
-
};
|
|
45409
44325
|
'/unstable_locations/add_acs_entrances': {
|
|
45410
44326
|
post: {
|
|
45411
44327
|
description: string;
|