@seamapi/types 1.471.0 → 1.473.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.
Files changed (39) hide show
  1. package/dist/connect.cjs +32 -993
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +388 -1812
  4. package/dist/index.cjs +32 -993
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/acs/acs-entrance.d.ts +13 -0
  7. package/lib/seam/connect/models/acs/acs-entrance.js +4 -0
  8. package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
  9. package/lib/seam/connect/models/acs/metadata/dormakaba-ambiance.d.ts +9 -0
  10. package/lib/seam/connect/models/acs/metadata/dormakaba-ambiance.js +9 -0
  11. package/lib/seam/connect/models/acs/metadata/dormakaba-ambiance.js.map +1 -0
  12. package/lib/seam/connect/models/acs/metadata/index.d.ts +1 -0
  13. package/lib/seam/connect/models/acs/metadata/index.js +1 -0
  14. package/lib/seam/connect/models/acs/metadata/index.js.map +1 -1
  15. package/lib/seam/connect/models/batch.d.ts +95 -0
  16. package/lib/seam/connect/models/index.d.ts +0 -1
  17. package/lib/seam/connect/models/index.js +0 -1
  18. package/lib/seam/connect/models/index.js.map +1 -1
  19. package/lib/seam/connect/models/phones/phone-session.d.ts +56 -0
  20. package/lib/seam/connect/openapi.d.ts +22 -1312
  21. package/lib/seam/connect/openapi.js +22 -993
  22. package/lib/seam/connect/openapi.js.map +1 -1
  23. package/lib/seam/connect/route-types.d.ts +50 -216
  24. package/package.json +1 -1
  25. package/src/lib/seam/connect/internal/schemas.ts +0 -2
  26. package/src/lib/seam/connect/models/acs/acs-entrance.ts +6 -0
  27. package/src/lib/seam/connect/models/acs/metadata/dormakaba-ambiance.ts +17 -0
  28. package/src/lib/seam/connect/models/acs/metadata/index.ts +1 -0
  29. package/src/lib/seam/connect/models/index.ts +0 -1
  30. package/src/lib/seam/connect/openapi.ts +26 -1015
  31. package/src/lib/seam/connect/route-types.ts +70 -228
  32. package/lib/seam/connect/models/locations/index.d.ts +0 -1
  33. package/lib/seam/connect/models/locations/index.js +0 -2
  34. package/lib/seam/connect/models/locations/index.js.map +0 -1
  35. package/lib/seam/connect/models/locations/location.d.ts +0 -52
  36. package/lib/seam/connect/models/locations/location.js +0 -31
  37. package/lib/seam/connect/models/locations/location.js.map +0 -1
  38. package/src/lib/seam/connect/models/locations/index.ts +0 -1
  39. package/src/lib/seam/connect/models/locations/location.ts +0 -36
@@ -1094,6 +1094,17 @@ declare const _default: {
1094
1094
  description: string;
1095
1095
  type: string;
1096
1096
  };
1097
+ dormakaba_ambiance_metadata: {
1098
+ description: string;
1099
+ properties: {
1100
+ access_point_name: {
1101
+ description: string;
1102
+ type: string;
1103
+ };
1104
+ };
1105
+ required: string[];
1106
+ type: string;
1107
+ };
1097
1108
  dormakaba_community_metadata: {
1098
1109
  description: string;
1099
1110
  properties: {
@@ -10371,56 +10382,6 @@ declare const _default: {
10371
10382
  type: string;
10372
10383
  'x-route-path': string;
10373
10384
  };
10374
- location: {
10375
- properties: {
10376
- created_at: {
10377
- description: string;
10378
- format: string;
10379
- type: string;
10380
- };
10381
- display_name: {
10382
- description: string;
10383
- type: string;
10384
- };
10385
- geolocation: {
10386
- description: string;
10387
- properties: {
10388
- latitude: {
10389
- format: string;
10390
- type: string;
10391
- };
10392
- longitude: {
10393
- format: string;
10394
- type: string;
10395
- };
10396
- };
10397
- required: string[];
10398
- type: string;
10399
- };
10400
- location_id: {
10401
- description: string;
10402
- format: string;
10403
- type: string;
10404
- };
10405
- name: {
10406
- description: string;
10407
- type: string;
10408
- };
10409
- time_zone: {
10410
- description: string;
10411
- type: string;
10412
- };
10413
- workspace_id: {
10414
- description: string;
10415
- format: string;
10416
- type: string;
10417
- };
10418
- };
10419
- required: string[];
10420
- type: string;
10421
- 'x-route-path': string;
10422
- 'x-undocumented': string;
10423
- };
10424
10385
  magic_link: {
10425
10386
  description: string;
10426
10387
  properties: {
@@ -10769,6 +10730,17 @@ declare const _default: {
10769
10730
  description: string;
10770
10731
  type: string;
10771
10732
  };
10733
+ dormakaba_ambiance_metadata: {
10734
+ description: string;
10735
+ properties: {
10736
+ access_point_name: {
10737
+ description: string;
10738
+ type: string;
10739
+ };
10740
+ };
10741
+ required: string[];
10742
+ type: string;
10743
+ };
10772
10744
  dormakaba_community_metadata: {
10773
10745
  description: string;
10774
10746
  properties: {
@@ -44322,1268 +44294,6 @@ declare const _default: {
44322
44294
  'x-title': string;
44323
44295
  };
44324
44296
  };
44325
- '/unstable_locations/add_acs_entrances': {
44326
- post: {
44327
- description: string;
44328
- operationId: string;
44329
- requestBody: {
44330
- content: {
44331
- 'application/json': {
44332
- schema: {
44333
- properties: {
44334
- acs_entrance_ids: {
44335
- description: string;
44336
- items: {
44337
- format: string;
44338
- type: string;
44339
- };
44340
- minItems: number;
44341
- type: string;
44342
- };
44343
- location_id: {
44344
- description: string;
44345
- format: string;
44346
- type: string;
44347
- };
44348
- };
44349
- required: string[];
44350
- type: string;
44351
- };
44352
- };
44353
- };
44354
- };
44355
- responses: {
44356
- 200: {
44357
- content: {
44358
- 'application/json': {
44359
- schema: {
44360
- properties: {
44361
- ok: {
44362
- type: string;
44363
- };
44364
- };
44365
- required: string[];
44366
- type: string;
44367
- };
44368
- };
44369
- };
44370
- description: string;
44371
- };
44372
- 400: {
44373
- description: string;
44374
- };
44375
- 401: {
44376
- description: string;
44377
- };
44378
- };
44379
- security: ({
44380
- pat_with_workspace: never[];
44381
- console_session_with_workspace?: never;
44382
- api_key?: never;
44383
- } | {
44384
- console_session_with_workspace: never[];
44385
- pat_with_workspace?: never;
44386
- api_key?: never;
44387
- } | {
44388
- api_key: never[];
44389
- pat_with_workspace?: never;
44390
- console_session_with_workspace?: never;
44391
- })[];
44392
- summary: string;
44393
- tags: never[];
44394
- 'x-fern-sdk-group-name': string[];
44395
- 'x-fern-sdk-method-name': string;
44396
- 'x-response-key': null;
44397
- 'x-title': string;
44398
- 'x-undocumented': string;
44399
- };
44400
- put: {
44401
- description: string;
44402
- operationId: string;
44403
- requestBody: {
44404
- content: {
44405
- 'application/json': {
44406
- schema: {
44407
- properties: {
44408
- acs_entrance_ids: {
44409
- description: string;
44410
- items: {
44411
- format: string;
44412
- type: string;
44413
- };
44414
- minItems: number;
44415
- type: string;
44416
- };
44417
- location_id: {
44418
- description: string;
44419
- format: string;
44420
- type: string;
44421
- };
44422
- };
44423
- required: string[];
44424
- type: string;
44425
- };
44426
- };
44427
- };
44428
- };
44429
- responses: {
44430
- 200: {
44431
- content: {
44432
- 'application/json': {
44433
- schema: {
44434
- properties: {
44435
- ok: {
44436
- type: string;
44437
- };
44438
- };
44439
- required: string[];
44440
- type: string;
44441
- };
44442
- };
44443
- };
44444
- description: string;
44445
- };
44446
- 400: {
44447
- description: string;
44448
- };
44449
- 401: {
44450
- description: string;
44451
- };
44452
- };
44453
- security: ({
44454
- pat_with_workspace: never[];
44455
- console_session_with_workspace?: never;
44456
- api_key?: never;
44457
- } | {
44458
- console_session_with_workspace: never[];
44459
- pat_with_workspace?: never;
44460
- api_key?: never;
44461
- } | {
44462
- api_key: never[];
44463
- pat_with_workspace?: never;
44464
- console_session_with_workspace?: never;
44465
- })[];
44466
- summary: string;
44467
- tags: never[];
44468
- 'x-fern-sdk-group-name': string[];
44469
- 'x-fern-sdk-method-name': string;
44470
- 'x-response-key': null;
44471
- 'x-title': string;
44472
- 'x-undocumented': string;
44473
- };
44474
- };
44475
- '/unstable_locations/add_devices': {
44476
- post: {
44477
- description: string;
44478
- operationId: string;
44479
- requestBody: {
44480
- content: {
44481
- 'application/json': {
44482
- schema: {
44483
- properties: {
44484
- device_ids: {
44485
- description: string;
44486
- items: {
44487
- format: string;
44488
- type: string;
44489
- };
44490
- minItems: number;
44491
- type: string;
44492
- };
44493
- location_id: {
44494
- description: string;
44495
- format: string;
44496
- type: string;
44497
- };
44498
- };
44499
- required: string[];
44500
- type: string;
44501
- };
44502
- };
44503
- };
44504
- };
44505
- responses: {
44506
- 200: {
44507
- content: {
44508
- 'application/json': {
44509
- schema: {
44510
- properties: {
44511
- ok: {
44512
- type: string;
44513
- };
44514
- };
44515
- required: string[];
44516
- type: string;
44517
- };
44518
- };
44519
- };
44520
- description: string;
44521
- };
44522
- 400: {
44523
- description: string;
44524
- };
44525
- 401: {
44526
- description: string;
44527
- };
44528
- };
44529
- security: ({
44530
- pat_with_workspace: never[];
44531
- console_session_with_workspace?: never;
44532
- api_key?: never;
44533
- } | {
44534
- console_session_with_workspace: never[];
44535
- pat_with_workspace?: never;
44536
- api_key?: never;
44537
- } | {
44538
- api_key: never[];
44539
- pat_with_workspace?: never;
44540
- console_session_with_workspace?: never;
44541
- })[];
44542
- summary: string;
44543
- tags: never[];
44544
- 'x-fern-sdk-group-name': string[];
44545
- 'x-fern-sdk-method-name': string;
44546
- 'x-response-key': null;
44547
- 'x-title': string;
44548
- 'x-undocumented': string;
44549
- };
44550
- put: {
44551
- description: string;
44552
- operationId: string;
44553
- requestBody: {
44554
- content: {
44555
- 'application/json': {
44556
- schema: {
44557
- properties: {
44558
- device_ids: {
44559
- description: string;
44560
- items: {
44561
- format: string;
44562
- type: string;
44563
- };
44564
- minItems: number;
44565
- type: string;
44566
- };
44567
- location_id: {
44568
- description: string;
44569
- format: string;
44570
- type: string;
44571
- };
44572
- };
44573
- required: string[];
44574
- type: string;
44575
- };
44576
- };
44577
- };
44578
- };
44579
- responses: {
44580
- 200: {
44581
- content: {
44582
- 'application/json': {
44583
- schema: {
44584
- properties: {
44585
- ok: {
44586
- type: string;
44587
- };
44588
- };
44589
- required: string[];
44590
- type: string;
44591
- };
44592
- };
44593
- };
44594
- description: string;
44595
- };
44596
- 400: {
44597
- description: string;
44598
- };
44599
- 401: {
44600
- description: string;
44601
- };
44602
- };
44603
- security: ({
44604
- pat_with_workspace: never[];
44605
- console_session_with_workspace?: never;
44606
- api_key?: never;
44607
- } | {
44608
- console_session_with_workspace: never[];
44609
- pat_with_workspace?: never;
44610
- api_key?: never;
44611
- } | {
44612
- api_key: never[];
44613
- pat_with_workspace?: never;
44614
- console_session_with_workspace?: never;
44615
- })[];
44616
- summary: string;
44617
- tags: never[];
44618
- 'x-fern-sdk-group-name': string[];
44619
- 'x-fern-sdk-method-name': string;
44620
- 'x-response-key': null;
44621
- 'x-title': string;
44622
- 'x-undocumented': string;
44623
- };
44624
- };
44625
- '/unstable_locations/create': {
44626
- post: {
44627
- description: string;
44628
- operationId: string;
44629
- requestBody: {
44630
- content: {
44631
- 'application/json': {
44632
- schema: {
44633
- properties: {
44634
- acs_entrance_ids: {
44635
- description: string;
44636
- items: {
44637
- format: string;
44638
- type: string;
44639
- };
44640
- type: string;
44641
- };
44642
- device_ids: {
44643
- description: string;
44644
- items: {
44645
- format: string;
44646
- type: string;
44647
- };
44648
- type: string;
44649
- };
44650
- geolocation: {
44651
- description: string;
44652
- properties: {
44653
- latitude: {
44654
- format: string;
44655
- type: string;
44656
- };
44657
- longitude: {
44658
- format: string;
44659
- type: string;
44660
- };
44661
- };
44662
- required: string[];
44663
- type: string;
44664
- };
44665
- name: {
44666
- description: string;
44667
- type: string;
44668
- };
44669
- time_zone: {
44670
- description: string;
44671
- type: string;
44672
- };
44673
- };
44674
- required: string[];
44675
- type: string;
44676
- };
44677
- };
44678
- };
44679
- };
44680
- responses: {
44681
- 200: {
44682
- content: {
44683
- 'application/json': {
44684
- schema: {
44685
- properties: {
44686
- location: {
44687
- $ref: string;
44688
- };
44689
- ok: {
44690
- type: string;
44691
- };
44692
- };
44693
- required: string[];
44694
- type: string;
44695
- };
44696
- };
44697
- };
44698
- description: string;
44699
- };
44700
- 400: {
44701
- description: string;
44702
- };
44703
- 401: {
44704
- description: string;
44705
- };
44706
- };
44707
- security: ({
44708
- pat_with_workspace: never[];
44709
- console_session_with_workspace?: never;
44710
- api_key?: never;
44711
- } | {
44712
- console_session_with_workspace: never[];
44713
- pat_with_workspace?: never;
44714
- api_key?: never;
44715
- } | {
44716
- api_key: never[];
44717
- pat_with_workspace?: never;
44718
- console_session_with_workspace?: never;
44719
- })[];
44720
- summary: string;
44721
- tags: never[];
44722
- 'x-fern-sdk-group-name': string[];
44723
- 'x-fern-sdk-method-name': string;
44724
- 'x-fern-sdk-return-value': string;
44725
- 'x-response-key': string;
44726
- 'x-title': string;
44727
- 'x-undocumented': string;
44728
- };
44729
- };
44730
- '/unstable_locations/delete': {
44731
- delete: {
44732
- description: string;
44733
- operationId: string;
44734
- requestBody: {
44735
- content: {
44736
- 'application/json': {
44737
- schema: {
44738
- properties: {
44739
- location_id: {
44740
- description: string;
44741
- format: string;
44742
- type: string;
44743
- };
44744
- };
44745
- required: string[];
44746
- type: string;
44747
- };
44748
- };
44749
- };
44750
- };
44751
- responses: {
44752
- 200: {
44753
- content: {
44754
- 'application/json': {
44755
- schema: {
44756
- properties: {
44757
- ok: {
44758
- type: string;
44759
- };
44760
- };
44761
- required: string[];
44762
- type: string;
44763
- };
44764
- };
44765
- };
44766
- description: string;
44767
- };
44768
- 400: {
44769
- description: string;
44770
- };
44771
- 401: {
44772
- description: string;
44773
- };
44774
- };
44775
- security: ({
44776
- pat_with_workspace: never[];
44777
- console_session_with_workspace?: never;
44778
- api_key?: never;
44779
- } | {
44780
- console_session_with_workspace: never[];
44781
- pat_with_workspace?: never;
44782
- api_key?: never;
44783
- } | {
44784
- api_key: never[];
44785
- pat_with_workspace?: never;
44786
- console_session_with_workspace?: never;
44787
- })[];
44788
- summary: string;
44789
- tags: never[];
44790
- 'x-fern-sdk-group-name': string[];
44791
- 'x-fern-sdk-method-name': string;
44792
- 'x-response-key': null;
44793
- 'x-title': string;
44794
- 'x-undocumented': string;
44795
- };
44796
- post: {
44797
- description: string;
44798
- operationId: string;
44799
- requestBody: {
44800
- content: {
44801
- 'application/json': {
44802
- schema: {
44803
- properties: {
44804
- location_id: {
44805
- description: string;
44806
- format: string;
44807
- type: string;
44808
- };
44809
- };
44810
- required: string[];
44811
- type: string;
44812
- };
44813
- };
44814
- };
44815
- };
44816
- responses: {
44817
- 200: {
44818
- content: {
44819
- 'application/json': {
44820
- schema: {
44821
- properties: {
44822
- ok: {
44823
- type: string;
44824
- };
44825
- };
44826
- required: string[];
44827
- type: string;
44828
- };
44829
- };
44830
- };
44831
- description: string;
44832
- };
44833
- 400: {
44834
- description: string;
44835
- };
44836
- 401: {
44837
- description: string;
44838
- };
44839
- };
44840
- security: ({
44841
- pat_with_workspace: never[];
44842
- console_session_with_workspace?: never;
44843
- api_key?: never;
44844
- } | {
44845
- console_session_with_workspace: never[];
44846
- pat_with_workspace?: never;
44847
- api_key?: never;
44848
- } | {
44849
- api_key: never[];
44850
- pat_with_workspace?: never;
44851
- console_session_with_workspace?: never;
44852
- })[];
44853
- summary: string;
44854
- tags: never[];
44855
- 'x-fern-sdk-group-name': string[];
44856
- 'x-fern-sdk-method-name': string;
44857
- 'x-response-key': null;
44858
- 'x-title': string;
44859
- 'x-undocumented': string;
44860
- };
44861
- };
44862
- '/unstable_locations/get': {
44863
- get: {
44864
- description: string;
44865
- operationId: string;
44866
- parameters: {
44867
- in: string;
44868
- name: string;
44869
- required: boolean;
44870
- schema: {
44871
- description: string;
44872
- format: string;
44873
- type: string;
44874
- };
44875
- }[];
44876
- responses: {
44877
- 200: {
44878
- content: {
44879
- 'application/json': {
44880
- schema: {
44881
- properties: {
44882
- location: {
44883
- $ref: string;
44884
- };
44885
- ok: {
44886
- type: string;
44887
- };
44888
- };
44889
- required: string[];
44890
- type: string;
44891
- };
44892
- };
44893
- };
44894
- description: string;
44895
- };
44896
- 400: {
44897
- description: string;
44898
- };
44899
- 401: {
44900
- description: string;
44901
- };
44902
- };
44903
- security: ({
44904
- pat_with_workspace: never[];
44905
- console_session_with_workspace?: never;
44906
- api_key?: never;
44907
- } | {
44908
- console_session_with_workspace: never[];
44909
- pat_with_workspace?: never;
44910
- api_key?: never;
44911
- } | {
44912
- api_key: never[];
44913
- pat_with_workspace?: never;
44914
- console_session_with_workspace?: never;
44915
- })[];
44916
- summary: string;
44917
- tags: never[];
44918
- 'x-fern-sdk-group-name': string[];
44919
- 'x-fern-sdk-method-name': string;
44920
- 'x-fern-sdk-return-value': string;
44921
- 'x-response-key': string;
44922
- 'x-title': string;
44923
- 'x-undocumented': string;
44924
- };
44925
- post: {
44926
- description: string;
44927
- operationId: string;
44928
- requestBody: {
44929
- content: {
44930
- 'application/json': {
44931
- schema: {
44932
- properties: {
44933
- location_id: {
44934
- description: string;
44935
- format: string;
44936
- type: string;
44937
- };
44938
- };
44939
- required: string[];
44940
- type: string;
44941
- };
44942
- };
44943
- };
44944
- };
44945
- responses: {
44946
- 200: {
44947
- content: {
44948
- 'application/json': {
44949
- schema: {
44950
- properties: {
44951
- location: {
44952
- $ref: string;
44953
- };
44954
- ok: {
44955
- type: string;
44956
- };
44957
- };
44958
- required: string[];
44959
- type: string;
44960
- };
44961
- };
44962
- };
44963
- description: string;
44964
- };
44965
- 400: {
44966
- description: string;
44967
- };
44968
- 401: {
44969
- description: string;
44970
- };
44971
- };
44972
- security: ({
44973
- pat_with_workspace: never[];
44974
- console_session_with_workspace?: never;
44975
- api_key?: never;
44976
- } | {
44977
- console_session_with_workspace: never[];
44978
- pat_with_workspace?: never;
44979
- api_key?: never;
44980
- } | {
44981
- api_key: never[];
44982
- pat_with_workspace?: never;
44983
- console_session_with_workspace?: never;
44984
- })[];
44985
- summary: string;
44986
- tags: never[];
44987
- 'x-fern-sdk-group-name': string[];
44988
- 'x-fern-sdk-method-name': string;
44989
- 'x-fern-sdk-return-value': string;
44990
- 'x-response-key': string;
44991
- 'x-title': string;
44992
- 'x-undocumented': string;
44993
- };
44994
- };
44995
- '/unstable_locations/list': {
44996
- get: {
44997
- description: string;
44998
- operationId: string;
44999
- responses: {
45000
- 200: {
45001
- content: {
45002
- 'application/json': {
45003
- schema: {
45004
- properties: {
45005
- locations: {
45006
- items: {
45007
- $ref: string;
45008
- };
45009
- type: string;
45010
- };
45011
- ok: {
45012
- type: string;
45013
- };
45014
- };
45015
- required: string[];
45016
- type: string;
45017
- };
45018
- };
45019
- };
45020
- description: string;
45021
- };
45022
- 400: {
45023
- description: string;
45024
- };
45025
- 401: {
45026
- description: string;
45027
- };
45028
- };
45029
- security: ({
45030
- pat_with_workspace: never[];
45031
- console_session_with_workspace?: never;
45032
- api_key?: never;
45033
- } | {
45034
- console_session_with_workspace: never[];
45035
- pat_with_workspace?: never;
45036
- api_key?: never;
45037
- } | {
45038
- api_key: never[];
45039
- pat_with_workspace?: never;
45040
- console_session_with_workspace?: never;
45041
- })[];
45042
- summary: string;
45043
- tags: never[];
45044
- 'x-fern-sdk-group-name': string[];
45045
- 'x-fern-sdk-method-name': string;
45046
- 'x-fern-sdk-return-value': string;
45047
- 'x-response-key': string;
45048
- 'x-title': string;
45049
- 'x-undocumented': string;
45050
- };
45051
- post: {
45052
- description: string;
45053
- operationId: string;
45054
- responses: {
45055
- 200: {
45056
- content: {
45057
- 'application/json': {
45058
- schema: {
45059
- properties: {
45060
- locations: {
45061
- items: {
45062
- $ref: string;
45063
- };
45064
- type: string;
45065
- };
45066
- ok: {
45067
- type: string;
45068
- };
45069
- };
45070
- required: string[];
45071
- type: string;
45072
- };
45073
- };
45074
- };
45075
- description: string;
45076
- };
45077
- 400: {
45078
- description: string;
45079
- };
45080
- 401: {
45081
- description: string;
45082
- };
45083
- };
45084
- security: ({
45085
- pat_with_workspace: never[];
45086
- console_session_with_workspace?: never;
45087
- api_key?: never;
45088
- } | {
45089
- console_session_with_workspace: never[];
45090
- pat_with_workspace?: never;
45091
- api_key?: never;
45092
- } | {
45093
- api_key: never[];
45094
- pat_with_workspace?: never;
45095
- console_session_with_workspace?: never;
45096
- })[];
45097
- summary: string;
45098
- tags: never[];
45099
- 'x-fern-sdk-group-name': string[];
45100
- 'x-fern-sdk-method-name': string;
45101
- 'x-fern-sdk-return-value': string;
45102
- 'x-response-key': string;
45103
- 'x-title': string;
45104
- 'x-undocumented': string;
45105
- };
45106
- };
45107
- '/unstable_locations/remove_acs_entrances': {
45108
- delete: {
45109
- description: string;
45110
- operationId: string;
45111
- parameters: ({
45112
- in: string;
45113
- name: string;
45114
- required: boolean;
45115
- schema: {
45116
- description: string;
45117
- format: string;
45118
- type: string;
45119
- items?: never;
45120
- };
45121
- } | {
45122
- in: string;
45123
- name: string;
45124
- required: boolean;
45125
- schema: {
45126
- description: string;
45127
- items: {
45128
- format: string;
45129
- type: string;
45130
- };
45131
- type: string;
45132
- format?: never;
45133
- };
45134
- })[];
45135
- responses: {
45136
- 200: {
45137
- content: {
45138
- 'application/json': {
45139
- schema: {
45140
- properties: {
45141
- ok: {
45142
- type: string;
45143
- };
45144
- };
45145
- required: string[];
45146
- type: string;
45147
- };
45148
- };
45149
- };
45150
- description: string;
45151
- };
45152
- 400: {
45153
- description: string;
45154
- };
45155
- 401: {
45156
- description: string;
45157
- };
45158
- };
45159
- security: ({
45160
- pat_with_workspace: never[];
45161
- console_session_with_workspace?: never;
45162
- api_key?: never;
45163
- } | {
45164
- console_session_with_workspace: never[];
45165
- pat_with_workspace?: never;
45166
- api_key?: never;
45167
- } | {
45168
- api_key: never[];
45169
- pat_with_workspace?: never;
45170
- console_session_with_workspace?: never;
45171
- })[];
45172
- summary: string;
45173
- tags: never[];
45174
- 'x-fern-sdk-group-name': string[];
45175
- 'x-fern-sdk-method-name': string;
45176
- 'x-response-key': null;
45177
- 'x-title': string;
45178
- 'x-undocumented': string;
45179
- };
45180
- post: {
45181
- description: string;
45182
- operationId: string;
45183
- requestBody: {
45184
- content: {
45185
- 'application/json': {
45186
- schema: {
45187
- properties: {
45188
- acs_entrance_ids: {
45189
- description: string;
45190
- items: {
45191
- format: string;
45192
- type: string;
45193
- };
45194
- type: string;
45195
- };
45196
- location_id: {
45197
- description: string;
45198
- format: string;
45199
- type: string;
45200
- };
45201
- };
45202
- required: string[];
45203
- type: string;
45204
- };
45205
- };
45206
- };
45207
- };
45208
- responses: {
45209
- 200: {
45210
- content: {
45211
- 'application/json': {
45212
- schema: {
45213
- properties: {
45214
- ok: {
45215
- type: string;
45216
- };
45217
- };
45218
- required: string[];
45219
- type: string;
45220
- };
45221
- };
45222
- };
45223
- description: string;
45224
- };
45225
- 400: {
45226
- description: string;
45227
- };
45228
- 401: {
45229
- description: string;
45230
- };
45231
- };
45232
- security: ({
45233
- pat_with_workspace: never[];
45234
- console_session_with_workspace?: never;
45235
- api_key?: never;
45236
- } | {
45237
- console_session_with_workspace: never[];
45238
- pat_with_workspace?: never;
45239
- api_key?: never;
45240
- } | {
45241
- api_key: never[];
45242
- pat_with_workspace?: never;
45243
- console_session_with_workspace?: never;
45244
- })[];
45245
- summary: string;
45246
- tags: never[];
45247
- 'x-fern-sdk-group-name': string[];
45248
- 'x-fern-sdk-method-name': string;
45249
- 'x-response-key': null;
45250
- 'x-title': string;
45251
- 'x-undocumented': string;
45252
- };
45253
- };
45254
- '/unstable_locations/remove_devices': {
45255
- delete: {
45256
- description: string;
45257
- operationId: string;
45258
- parameters: ({
45259
- in: string;
45260
- name: string;
45261
- required: boolean;
45262
- schema: {
45263
- description: string;
45264
- format: string;
45265
- type: string;
45266
- items?: never;
45267
- };
45268
- } | {
45269
- in: string;
45270
- name: string;
45271
- required: boolean;
45272
- schema: {
45273
- description: string;
45274
- items: {
45275
- format: string;
45276
- type: string;
45277
- };
45278
- type: string;
45279
- format?: never;
45280
- };
45281
- })[];
45282
- responses: {
45283
- 200: {
45284
- content: {
45285
- 'application/json': {
45286
- schema: {
45287
- properties: {
45288
- ok: {
45289
- type: string;
45290
- };
45291
- };
45292
- required: string[];
45293
- type: string;
45294
- };
45295
- };
45296
- };
45297
- description: string;
45298
- };
45299
- 400: {
45300
- description: string;
45301
- };
45302
- 401: {
45303
- description: string;
45304
- };
45305
- };
45306
- security: ({
45307
- pat_with_workspace: never[];
45308
- console_session_with_workspace?: never;
45309
- api_key?: never;
45310
- } | {
45311
- console_session_with_workspace: never[];
45312
- pat_with_workspace?: never;
45313
- api_key?: never;
45314
- } | {
45315
- api_key: never[];
45316
- pat_with_workspace?: never;
45317
- console_session_with_workspace?: never;
45318
- })[];
45319
- summary: string;
45320
- tags: never[];
45321
- 'x-fern-sdk-group-name': string[];
45322
- 'x-fern-sdk-method-name': string;
45323
- 'x-response-key': null;
45324
- 'x-title': string;
45325
- 'x-undocumented': string;
45326
- };
45327
- post: {
45328
- description: string;
45329
- operationId: string;
45330
- requestBody: {
45331
- content: {
45332
- 'application/json': {
45333
- schema: {
45334
- properties: {
45335
- device_ids: {
45336
- description: string;
45337
- items: {
45338
- format: string;
45339
- type: string;
45340
- };
45341
- type: string;
45342
- };
45343
- location_id: {
45344
- description: string;
45345
- format: string;
45346
- type: string;
45347
- };
45348
- };
45349
- required: string[];
45350
- type: string;
45351
- };
45352
- };
45353
- };
45354
- };
45355
- responses: {
45356
- 200: {
45357
- content: {
45358
- 'application/json': {
45359
- schema: {
45360
- properties: {
45361
- ok: {
45362
- type: string;
45363
- };
45364
- };
45365
- required: string[];
45366
- type: string;
45367
- };
45368
- };
45369
- };
45370
- description: string;
45371
- };
45372
- 400: {
45373
- description: string;
45374
- };
45375
- 401: {
45376
- description: string;
45377
- };
45378
- };
45379
- security: ({
45380
- pat_with_workspace: never[];
45381
- console_session_with_workspace?: never;
45382
- api_key?: never;
45383
- } | {
45384
- console_session_with_workspace: never[];
45385
- pat_with_workspace?: never;
45386
- api_key?: never;
45387
- } | {
45388
- api_key: never[];
45389
- pat_with_workspace?: never;
45390
- console_session_with_workspace?: never;
45391
- })[];
45392
- summary: string;
45393
- tags: never[];
45394
- 'x-fern-sdk-group-name': string[];
45395
- 'x-fern-sdk-method-name': string;
45396
- 'x-response-key': null;
45397
- 'x-title': string;
45398
- 'x-undocumented': string;
45399
- };
45400
- };
45401
- '/unstable_locations/update': {
45402
- patch: {
45403
- description: string;
45404
- operationId: string;
45405
- requestBody: {
45406
- content: {
45407
- 'application/json': {
45408
- schema: {
45409
- properties: {
45410
- geolocation: {
45411
- description: string;
45412
- properties: {
45413
- latitude: {
45414
- format: string;
45415
- type: string;
45416
- };
45417
- longitude: {
45418
- format: string;
45419
- type: string;
45420
- };
45421
- };
45422
- required: string[];
45423
- type: string;
45424
- };
45425
- location_id: {
45426
- description: string;
45427
- format: string;
45428
- type: string;
45429
- };
45430
- name: {
45431
- description: string;
45432
- type: string;
45433
- };
45434
- time_zone: {
45435
- description: string;
45436
- type: string;
45437
- };
45438
- };
45439
- required: string[];
45440
- type: string;
45441
- };
45442
- };
45443
- };
45444
- };
45445
- responses: {
45446
- 200: {
45447
- content: {
45448
- 'application/json': {
45449
- schema: {
45450
- properties: {
45451
- location: {
45452
- $ref: string;
45453
- };
45454
- ok: {
45455
- type: string;
45456
- };
45457
- };
45458
- required: string[];
45459
- type: string;
45460
- };
45461
- };
45462
- };
45463
- description: string;
45464
- };
45465
- 400: {
45466
- description: string;
45467
- };
45468
- 401: {
45469
- description: string;
45470
- };
45471
- };
45472
- security: ({
45473
- pat_with_workspace: never[];
45474
- console_session_with_workspace?: never;
45475
- api_key?: never;
45476
- } | {
45477
- console_session_with_workspace: never[];
45478
- pat_with_workspace?: never;
45479
- api_key?: never;
45480
- } | {
45481
- api_key: never[];
45482
- pat_with_workspace?: never;
45483
- console_session_with_workspace?: never;
45484
- })[];
45485
- summary: string;
45486
- tags: never[];
45487
- 'x-fern-sdk-group-name': string[];
45488
- 'x-fern-sdk-method-name': string;
45489
- 'x-fern-sdk-return-value': string;
45490
- 'x-response-key': string;
45491
- 'x-title': string;
45492
- 'x-undocumented': string;
45493
- };
45494
- post: {
45495
- description: string;
45496
- operationId: string;
45497
- requestBody: {
45498
- content: {
45499
- 'application/json': {
45500
- schema: {
45501
- properties: {
45502
- geolocation: {
45503
- description: string;
45504
- properties: {
45505
- latitude: {
45506
- format: string;
45507
- type: string;
45508
- };
45509
- longitude: {
45510
- format: string;
45511
- type: string;
45512
- };
45513
- };
45514
- required: string[];
45515
- type: string;
45516
- };
45517
- location_id: {
45518
- description: string;
45519
- format: string;
45520
- type: string;
45521
- };
45522
- name: {
45523
- description: string;
45524
- type: string;
45525
- };
45526
- time_zone: {
45527
- description: string;
45528
- type: string;
45529
- };
45530
- };
45531
- required: string[];
45532
- type: string;
45533
- };
45534
- };
45535
- };
45536
- };
45537
- responses: {
45538
- 200: {
45539
- content: {
45540
- 'application/json': {
45541
- schema: {
45542
- properties: {
45543
- location: {
45544
- $ref: string;
45545
- };
45546
- ok: {
45547
- type: string;
45548
- };
45549
- };
45550
- required: string[];
45551
- type: string;
45552
- };
45553
- };
45554
- };
45555
- description: string;
45556
- };
45557
- 400: {
45558
- description: string;
45559
- };
45560
- 401: {
45561
- description: string;
45562
- };
45563
- };
45564
- security: ({
45565
- pat_with_workspace: never[];
45566
- console_session_with_workspace?: never;
45567
- api_key?: never;
45568
- } | {
45569
- console_session_with_workspace: never[];
45570
- pat_with_workspace?: never;
45571
- api_key?: never;
45572
- } | {
45573
- api_key: never[];
45574
- pat_with_workspace?: never;
45575
- console_session_with_workspace?: never;
45576
- })[];
45577
- summary: string;
45578
- tags: never[];
45579
- 'x-fern-sdk-group-name': string[];
45580
- 'x-fern-sdk-method-name': string;
45581
- 'x-fern-sdk-return-value': string;
45582
- 'x-response-key': string;
45583
- 'x-title': string;
45584
- 'x-undocumented': string;
45585
- };
45586
- };
45587
44297
  '/unstable_partner/building_blocks/connect_accounts': {
45588
44298
  post: {
45589
44299
  description: string;