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