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