@seamapi/types 1.367.2 → 1.368.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 +96 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +190 -0
- package/lib/seam/connect/openapi.d.ts +166 -0
- package/lib/seam/connect/openapi.js +94 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +24 -0
- package/package.json +3 -3
- package/src/lib/seam/connect/openapi.ts +94 -0
- package/src/lib/seam/connect/route-types.ts +24 -0
package/dist/connect.d.cts
CHANGED
|
@@ -36937,6 +36937,140 @@ declare const _default: {
|
|
|
36937
36937
|
'x-response-key': string;
|
|
36938
36938
|
};
|
|
36939
36939
|
};
|
|
36940
|
+
'/devices/simulate/access_code_lock': {
|
|
36941
|
+
post: {
|
|
36942
|
+
operationId: string;
|
|
36943
|
+
requestBody: {
|
|
36944
|
+
content: {
|
|
36945
|
+
'application/json': {
|
|
36946
|
+
schema: {
|
|
36947
|
+
properties: {
|
|
36948
|
+
access_code_id: {
|
|
36949
|
+
format: string;
|
|
36950
|
+
type: string;
|
|
36951
|
+
};
|
|
36952
|
+
device_id: {
|
|
36953
|
+
format: string;
|
|
36954
|
+
type: string;
|
|
36955
|
+
};
|
|
36956
|
+
};
|
|
36957
|
+
required: string[];
|
|
36958
|
+
type: string;
|
|
36959
|
+
};
|
|
36960
|
+
};
|
|
36961
|
+
};
|
|
36962
|
+
};
|
|
36963
|
+
responses: {
|
|
36964
|
+
200: {
|
|
36965
|
+
content: {
|
|
36966
|
+
'application/json': {
|
|
36967
|
+
schema: {
|
|
36968
|
+
properties: {
|
|
36969
|
+
ok: {
|
|
36970
|
+
type: string;
|
|
36971
|
+
};
|
|
36972
|
+
};
|
|
36973
|
+
required: string[];
|
|
36974
|
+
type: string;
|
|
36975
|
+
};
|
|
36976
|
+
};
|
|
36977
|
+
};
|
|
36978
|
+
description: string;
|
|
36979
|
+
};
|
|
36980
|
+
400: {
|
|
36981
|
+
description: string;
|
|
36982
|
+
};
|
|
36983
|
+
401: {
|
|
36984
|
+
description: string;
|
|
36985
|
+
};
|
|
36986
|
+
};
|
|
36987
|
+
security: ({
|
|
36988
|
+
api_key: never[];
|
|
36989
|
+
pat_with_workspace?: never;
|
|
36990
|
+
console_session_with_workspace?: never;
|
|
36991
|
+
} | {
|
|
36992
|
+
pat_with_workspace: never[];
|
|
36993
|
+
api_key?: never;
|
|
36994
|
+
console_session_with_workspace?: never;
|
|
36995
|
+
} | {
|
|
36996
|
+
console_session_with_workspace: never[];
|
|
36997
|
+
api_key?: never;
|
|
36998
|
+
pat_with_workspace?: never;
|
|
36999
|
+
})[];
|
|
37000
|
+
summary: string;
|
|
37001
|
+
tags: string[];
|
|
37002
|
+
'x-fern-sdk-group-name': string[];
|
|
37003
|
+
'x-fern-sdk-method-name': string;
|
|
37004
|
+
'x-response-key': null;
|
|
37005
|
+
};
|
|
37006
|
+
};
|
|
37007
|
+
'/devices/simulate/access_code_unlock': {
|
|
37008
|
+
post: {
|
|
37009
|
+
operationId: string;
|
|
37010
|
+
requestBody: {
|
|
37011
|
+
content: {
|
|
37012
|
+
'application/json': {
|
|
37013
|
+
schema: {
|
|
37014
|
+
properties: {
|
|
37015
|
+
access_code_id: {
|
|
37016
|
+
format: string;
|
|
37017
|
+
type: string;
|
|
37018
|
+
};
|
|
37019
|
+
device_id: {
|
|
37020
|
+
format: string;
|
|
37021
|
+
type: string;
|
|
37022
|
+
};
|
|
37023
|
+
};
|
|
37024
|
+
required: string[];
|
|
37025
|
+
type: string;
|
|
37026
|
+
};
|
|
37027
|
+
};
|
|
37028
|
+
};
|
|
37029
|
+
};
|
|
37030
|
+
responses: {
|
|
37031
|
+
200: {
|
|
37032
|
+
content: {
|
|
37033
|
+
'application/json': {
|
|
37034
|
+
schema: {
|
|
37035
|
+
properties: {
|
|
37036
|
+
ok: {
|
|
37037
|
+
type: string;
|
|
37038
|
+
};
|
|
37039
|
+
};
|
|
37040
|
+
required: string[];
|
|
37041
|
+
type: string;
|
|
37042
|
+
};
|
|
37043
|
+
};
|
|
37044
|
+
};
|
|
37045
|
+
description: string;
|
|
37046
|
+
};
|
|
37047
|
+
400: {
|
|
37048
|
+
description: string;
|
|
37049
|
+
};
|
|
37050
|
+
401: {
|
|
37051
|
+
description: string;
|
|
37052
|
+
};
|
|
37053
|
+
};
|
|
37054
|
+
security: ({
|
|
37055
|
+
api_key: never[];
|
|
37056
|
+
pat_with_workspace?: never;
|
|
37057
|
+
console_session_with_workspace?: never;
|
|
37058
|
+
} | {
|
|
37059
|
+
pat_with_workspace: never[];
|
|
37060
|
+
api_key?: never;
|
|
37061
|
+
console_session_with_workspace?: never;
|
|
37062
|
+
} | {
|
|
37063
|
+
console_session_with_workspace: never[];
|
|
37064
|
+
api_key?: never;
|
|
37065
|
+
pat_with_workspace?: never;
|
|
37066
|
+
})[];
|
|
37067
|
+
summary: string;
|
|
37068
|
+
tags: string[];
|
|
37069
|
+
'x-fern-sdk-group-name': string[];
|
|
37070
|
+
'x-fern-sdk-method-name': string;
|
|
37071
|
+
'x-response-key': null;
|
|
37072
|
+
};
|
|
37073
|
+
};
|
|
36940
37074
|
'/devices/simulate/connect': {
|
|
36941
37075
|
post: {
|
|
36942
37076
|
operationId: string;
|
|
@@ -40593,15 +40727,23 @@ declare const _default: {
|
|
|
40593
40727
|
};
|
|
40594
40728
|
};
|
|
40595
40729
|
security: ({
|
|
40730
|
+
client_session: never[];
|
|
40731
|
+
pat_with_workspace?: never;
|
|
40732
|
+
console_session_with_workspace?: never;
|
|
40733
|
+
api_key?: never;
|
|
40734
|
+
} | {
|
|
40596
40735
|
pat_with_workspace: never[];
|
|
40736
|
+
client_session?: never;
|
|
40597
40737
|
console_session_with_workspace?: never;
|
|
40598
40738
|
api_key?: never;
|
|
40599
40739
|
} | {
|
|
40600
40740
|
console_session_with_workspace: never[];
|
|
40741
|
+
client_session?: never;
|
|
40601
40742
|
pat_with_workspace?: never;
|
|
40602
40743
|
api_key?: never;
|
|
40603
40744
|
} | {
|
|
40604
40745
|
api_key: never[];
|
|
40746
|
+
client_session?: never;
|
|
40605
40747
|
pat_with_workspace?: never;
|
|
40606
40748
|
console_session_with_workspace?: never;
|
|
40607
40749
|
})[];
|
|
@@ -40663,15 +40805,23 @@ declare const _default: {
|
|
|
40663
40805
|
};
|
|
40664
40806
|
};
|
|
40665
40807
|
security: ({
|
|
40808
|
+
client_session: never[];
|
|
40809
|
+
pat_with_workspace?: never;
|
|
40810
|
+
console_session_with_workspace?: never;
|
|
40811
|
+
api_key?: never;
|
|
40812
|
+
} | {
|
|
40666
40813
|
pat_with_workspace: never[];
|
|
40814
|
+
client_session?: never;
|
|
40667
40815
|
console_session_with_workspace?: never;
|
|
40668
40816
|
api_key?: never;
|
|
40669
40817
|
} | {
|
|
40670
40818
|
console_session_with_workspace: never[];
|
|
40819
|
+
client_session?: never;
|
|
40671
40820
|
pat_with_workspace?: never;
|
|
40672
40821
|
api_key?: never;
|
|
40673
40822
|
} | {
|
|
40674
40823
|
api_key: never[];
|
|
40824
|
+
client_session?: never;
|
|
40675
40825
|
pat_with_workspace?: never;
|
|
40676
40826
|
console_session_with_workspace?: never;
|
|
40677
40827
|
})[];
|
|
@@ -42636,14 +42786,22 @@ declare const _default: {
|
|
|
42636
42786
|
pat_with_workspace: never[];
|
|
42637
42787
|
console_session_with_workspace?: never;
|
|
42638
42788
|
api_key?: never;
|
|
42789
|
+
client_session?: never;
|
|
42639
42790
|
} | {
|
|
42640
42791
|
console_session_with_workspace: never[];
|
|
42641
42792
|
pat_with_workspace?: never;
|
|
42642
42793
|
api_key?: never;
|
|
42794
|
+
client_session?: never;
|
|
42643
42795
|
} | {
|
|
42644
42796
|
api_key: never[];
|
|
42645
42797
|
pat_with_workspace?: never;
|
|
42646
42798
|
console_session_with_workspace?: never;
|
|
42799
|
+
client_session?: never;
|
|
42800
|
+
} | {
|
|
42801
|
+
client_session: never[];
|
|
42802
|
+
pat_with_workspace?: never;
|
|
42803
|
+
console_session_with_workspace?: never;
|
|
42804
|
+
api_key?: never;
|
|
42647
42805
|
})[];
|
|
42648
42806
|
summary: string;
|
|
42649
42807
|
tags: string[];
|
|
@@ -42745,14 +42903,22 @@ declare const _default: {
|
|
|
42745
42903
|
pat_with_workspace: never[];
|
|
42746
42904
|
console_session_with_workspace?: never;
|
|
42747
42905
|
api_key?: never;
|
|
42906
|
+
client_session?: never;
|
|
42748
42907
|
} | {
|
|
42749
42908
|
console_session_with_workspace: never[];
|
|
42750
42909
|
pat_with_workspace?: never;
|
|
42751
42910
|
api_key?: never;
|
|
42911
|
+
client_session?: never;
|
|
42752
42912
|
} | {
|
|
42753
42913
|
api_key: never[];
|
|
42754
42914
|
pat_with_workspace?: never;
|
|
42755
42915
|
console_session_with_workspace?: never;
|
|
42916
|
+
client_session?: never;
|
|
42917
|
+
} | {
|
|
42918
|
+
client_session: never[];
|
|
42919
|
+
pat_with_workspace?: never;
|
|
42920
|
+
console_session_with_workspace?: never;
|
|
42921
|
+
api_key?: never;
|
|
42756
42922
|
})[];
|
|
42757
42923
|
summary: string;
|
|
42758
42924
|
tags: string[];
|
|
@@ -62121,6 +62287,30 @@ interface Routes {
|
|
|
62121
62287
|
}>;
|
|
62122
62288
|
};
|
|
62123
62289
|
};
|
|
62290
|
+
'/devices/simulate/access_code_lock': {
|
|
62291
|
+
route: '/devices/simulate/access_code_lock';
|
|
62292
|
+
method: 'POST';
|
|
62293
|
+
queryParams: {};
|
|
62294
|
+
jsonBody: {
|
|
62295
|
+
device_id: string;
|
|
62296
|
+
access_code_id: string;
|
|
62297
|
+
};
|
|
62298
|
+
commonParams: {};
|
|
62299
|
+
formData: {};
|
|
62300
|
+
jsonResponse: {};
|
|
62301
|
+
};
|
|
62302
|
+
'/devices/simulate/access_code_unlock': {
|
|
62303
|
+
route: '/devices/simulate/access_code_unlock';
|
|
62304
|
+
method: 'POST';
|
|
62305
|
+
queryParams: {};
|
|
62306
|
+
jsonBody: {
|
|
62307
|
+
device_id: string;
|
|
62308
|
+
access_code_id: string;
|
|
62309
|
+
};
|
|
62310
|
+
commonParams: {};
|
|
62311
|
+
formData: {};
|
|
62312
|
+
jsonResponse: {};
|
|
62313
|
+
};
|
|
62124
62314
|
'/devices/simulate/connect': {
|
|
62125
62315
|
route: '/devices/simulate/connect';
|
|
62126
62316
|
method: 'POST';
|
|
@@ -17675,6 +17675,140 @@ declare const _default: {
|
|
|
17675
17675
|
'x-response-key': string;
|
|
17676
17676
|
};
|
|
17677
17677
|
};
|
|
17678
|
+
'/devices/simulate/access_code_lock': {
|
|
17679
|
+
post: {
|
|
17680
|
+
operationId: string;
|
|
17681
|
+
requestBody: {
|
|
17682
|
+
content: {
|
|
17683
|
+
'application/json': {
|
|
17684
|
+
schema: {
|
|
17685
|
+
properties: {
|
|
17686
|
+
access_code_id: {
|
|
17687
|
+
format: string;
|
|
17688
|
+
type: string;
|
|
17689
|
+
};
|
|
17690
|
+
device_id: {
|
|
17691
|
+
format: string;
|
|
17692
|
+
type: string;
|
|
17693
|
+
};
|
|
17694
|
+
};
|
|
17695
|
+
required: string[];
|
|
17696
|
+
type: string;
|
|
17697
|
+
};
|
|
17698
|
+
};
|
|
17699
|
+
};
|
|
17700
|
+
};
|
|
17701
|
+
responses: {
|
|
17702
|
+
200: {
|
|
17703
|
+
content: {
|
|
17704
|
+
'application/json': {
|
|
17705
|
+
schema: {
|
|
17706
|
+
properties: {
|
|
17707
|
+
ok: {
|
|
17708
|
+
type: string;
|
|
17709
|
+
};
|
|
17710
|
+
};
|
|
17711
|
+
required: string[];
|
|
17712
|
+
type: string;
|
|
17713
|
+
};
|
|
17714
|
+
};
|
|
17715
|
+
};
|
|
17716
|
+
description: string;
|
|
17717
|
+
};
|
|
17718
|
+
400: {
|
|
17719
|
+
description: string;
|
|
17720
|
+
};
|
|
17721
|
+
401: {
|
|
17722
|
+
description: string;
|
|
17723
|
+
};
|
|
17724
|
+
};
|
|
17725
|
+
security: ({
|
|
17726
|
+
api_key: never[];
|
|
17727
|
+
pat_with_workspace?: never;
|
|
17728
|
+
console_session_with_workspace?: never;
|
|
17729
|
+
} | {
|
|
17730
|
+
pat_with_workspace: never[];
|
|
17731
|
+
api_key?: never;
|
|
17732
|
+
console_session_with_workspace?: never;
|
|
17733
|
+
} | {
|
|
17734
|
+
console_session_with_workspace: never[];
|
|
17735
|
+
api_key?: never;
|
|
17736
|
+
pat_with_workspace?: never;
|
|
17737
|
+
})[];
|
|
17738
|
+
summary: string;
|
|
17739
|
+
tags: string[];
|
|
17740
|
+
'x-fern-sdk-group-name': string[];
|
|
17741
|
+
'x-fern-sdk-method-name': string;
|
|
17742
|
+
'x-response-key': null;
|
|
17743
|
+
};
|
|
17744
|
+
};
|
|
17745
|
+
'/devices/simulate/access_code_unlock': {
|
|
17746
|
+
post: {
|
|
17747
|
+
operationId: string;
|
|
17748
|
+
requestBody: {
|
|
17749
|
+
content: {
|
|
17750
|
+
'application/json': {
|
|
17751
|
+
schema: {
|
|
17752
|
+
properties: {
|
|
17753
|
+
access_code_id: {
|
|
17754
|
+
format: string;
|
|
17755
|
+
type: string;
|
|
17756
|
+
};
|
|
17757
|
+
device_id: {
|
|
17758
|
+
format: string;
|
|
17759
|
+
type: string;
|
|
17760
|
+
};
|
|
17761
|
+
};
|
|
17762
|
+
required: string[];
|
|
17763
|
+
type: string;
|
|
17764
|
+
};
|
|
17765
|
+
};
|
|
17766
|
+
};
|
|
17767
|
+
};
|
|
17768
|
+
responses: {
|
|
17769
|
+
200: {
|
|
17770
|
+
content: {
|
|
17771
|
+
'application/json': {
|
|
17772
|
+
schema: {
|
|
17773
|
+
properties: {
|
|
17774
|
+
ok: {
|
|
17775
|
+
type: string;
|
|
17776
|
+
};
|
|
17777
|
+
};
|
|
17778
|
+
required: string[];
|
|
17779
|
+
type: string;
|
|
17780
|
+
};
|
|
17781
|
+
};
|
|
17782
|
+
};
|
|
17783
|
+
description: string;
|
|
17784
|
+
};
|
|
17785
|
+
400: {
|
|
17786
|
+
description: string;
|
|
17787
|
+
};
|
|
17788
|
+
401: {
|
|
17789
|
+
description: string;
|
|
17790
|
+
};
|
|
17791
|
+
};
|
|
17792
|
+
security: ({
|
|
17793
|
+
api_key: never[];
|
|
17794
|
+
pat_with_workspace?: never;
|
|
17795
|
+
console_session_with_workspace?: never;
|
|
17796
|
+
} | {
|
|
17797
|
+
pat_with_workspace: never[];
|
|
17798
|
+
api_key?: never;
|
|
17799
|
+
console_session_with_workspace?: never;
|
|
17800
|
+
} | {
|
|
17801
|
+
console_session_with_workspace: never[];
|
|
17802
|
+
api_key?: never;
|
|
17803
|
+
pat_with_workspace?: never;
|
|
17804
|
+
})[];
|
|
17805
|
+
summary: string;
|
|
17806
|
+
tags: string[];
|
|
17807
|
+
'x-fern-sdk-group-name': string[];
|
|
17808
|
+
'x-fern-sdk-method-name': string;
|
|
17809
|
+
'x-response-key': null;
|
|
17810
|
+
};
|
|
17811
|
+
};
|
|
17678
17812
|
'/devices/simulate/connect': {
|
|
17679
17813
|
post: {
|
|
17680
17814
|
operationId: string;
|
|
@@ -21331,15 +21465,23 @@ declare const _default: {
|
|
|
21331
21465
|
};
|
|
21332
21466
|
};
|
|
21333
21467
|
security: ({
|
|
21468
|
+
client_session: never[];
|
|
21469
|
+
pat_with_workspace?: never;
|
|
21470
|
+
console_session_with_workspace?: never;
|
|
21471
|
+
api_key?: never;
|
|
21472
|
+
} | {
|
|
21334
21473
|
pat_with_workspace: never[];
|
|
21474
|
+
client_session?: never;
|
|
21335
21475
|
console_session_with_workspace?: never;
|
|
21336
21476
|
api_key?: never;
|
|
21337
21477
|
} | {
|
|
21338
21478
|
console_session_with_workspace: never[];
|
|
21479
|
+
client_session?: never;
|
|
21339
21480
|
pat_with_workspace?: never;
|
|
21340
21481
|
api_key?: never;
|
|
21341
21482
|
} | {
|
|
21342
21483
|
api_key: never[];
|
|
21484
|
+
client_session?: never;
|
|
21343
21485
|
pat_with_workspace?: never;
|
|
21344
21486
|
console_session_with_workspace?: never;
|
|
21345
21487
|
})[];
|
|
@@ -21401,15 +21543,23 @@ declare const _default: {
|
|
|
21401
21543
|
};
|
|
21402
21544
|
};
|
|
21403
21545
|
security: ({
|
|
21546
|
+
client_session: never[];
|
|
21547
|
+
pat_with_workspace?: never;
|
|
21548
|
+
console_session_with_workspace?: never;
|
|
21549
|
+
api_key?: never;
|
|
21550
|
+
} | {
|
|
21404
21551
|
pat_with_workspace: never[];
|
|
21552
|
+
client_session?: never;
|
|
21405
21553
|
console_session_with_workspace?: never;
|
|
21406
21554
|
api_key?: never;
|
|
21407
21555
|
} | {
|
|
21408
21556
|
console_session_with_workspace: never[];
|
|
21557
|
+
client_session?: never;
|
|
21409
21558
|
pat_with_workspace?: never;
|
|
21410
21559
|
api_key?: never;
|
|
21411
21560
|
} | {
|
|
21412
21561
|
api_key: never[];
|
|
21562
|
+
client_session?: never;
|
|
21413
21563
|
pat_with_workspace?: never;
|
|
21414
21564
|
console_session_with_workspace?: never;
|
|
21415
21565
|
})[];
|
|
@@ -23374,14 +23524,22 @@ declare const _default: {
|
|
|
23374
23524
|
pat_with_workspace: never[];
|
|
23375
23525
|
console_session_with_workspace?: never;
|
|
23376
23526
|
api_key?: never;
|
|
23527
|
+
client_session?: never;
|
|
23377
23528
|
} | {
|
|
23378
23529
|
console_session_with_workspace: never[];
|
|
23379
23530
|
pat_with_workspace?: never;
|
|
23380
23531
|
api_key?: never;
|
|
23532
|
+
client_session?: never;
|
|
23381
23533
|
} | {
|
|
23382
23534
|
api_key: never[];
|
|
23383
23535
|
pat_with_workspace?: never;
|
|
23384
23536
|
console_session_with_workspace?: never;
|
|
23537
|
+
client_session?: never;
|
|
23538
|
+
} | {
|
|
23539
|
+
client_session: never[];
|
|
23540
|
+
pat_with_workspace?: never;
|
|
23541
|
+
console_session_with_workspace?: never;
|
|
23542
|
+
api_key?: never;
|
|
23385
23543
|
})[];
|
|
23386
23544
|
summary: string;
|
|
23387
23545
|
tags: string[];
|
|
@@ -23483,14 +23641,22 @@ declare const _default: {
|
|
|
23483
23641
|
pat_with_workspace: never[];
|
|
23484
23642
|
console_session_with_workspace?: never;
|
|
23485
23643
|
api_key?: never;
|
|
23644
|
+
client_session?: never;
|
|
23486
23645
|
} | {
|
|
23487
23646
|
console_session_with_workspace: never[];
|
|
23488
23647
|
pat_with_workspace?: never;
|
|
23489
23648
|
api_key?: never;
|
|
23649
|
+
client_session?: never;
|
|
23490
23650
|
} | {
|
|
23491
23651
|
api_key: never[];
|
|
23492
23652
|
pat_with_workspace?: never;
|
|
23493
23653
|
console_session_with_workspace?: never;
|
|
23654
|
+
client_session?: never;
|
|
23655
|
+
} | {
|
|
23656
|
+
client_session: never[];
|
|
23657
|
+
pat_with_workspace?: never;
|
|
23658
|
+
console_session_with_workspace?: never;
|
|
23659
|
+
api_key?: never;
|
|
23494
23660
|
})[];
|
|
23495
23661
|
summary: string;
|
|
23496
23662
|
tags: string[];
|
|
@@ -21221,6 +21221,96 @@ export default {
|
|
|
21221
21221
|
'x-response-key': 'device_providers',
|
|
21222
21222
|
},
|
|
21223
21223
|
},
|
|
21224
|
+
'/devices/simulate/access_code_lock': {
|
|
21225
|
+
post: {
|
|
21226
|
+
operationId: 'devicesSimulateAccessCodeLockPost',
|
|
21227
|
+
requestBody: {
|
|
21228
|
+
content: {
|
|
21229
|
+
'application/json': {
|
|
21230
|
+
schema: {
|
|
21231
|
+
properties: {
|
|
21232
|
+
access_code_id: { format: 'uuid', type: 'string' },
|
|
21233
|
+
device_id: { format: 'uuid', type: 'string' },
|
|
21234
|
+
},
|
|
21235
|
+
required: ['device_id', 'access_code_id'],
|
|
21236
|
+
type: 'object',
|
|
21237
|
+
},
|
|
21238
|
+
},
|
|
21239
|
+
},
|
|
21240
|
+
},
|
|
21241
|
+
responses: {
|
|
21242
|
+
200: {
|
|
21243
|
+
content: {
|
|
21244
|
+
'application/json': {
|
|
21245
|
+
schema: {
|
|
21246
|
+
properties: { ok: { type: 'boolean' } },
|
|
21247
|
+
required: ['ok'],
|
|
21248
|
+
type: 'object',
|
|
21249
|
+
},
|
|
21250
|
+
},
|
|
21251
|
+
},
|
|
21252
|
+
description: 'OK',
|
|
21253
|
+
},
|
|
21254
|
+
400: { description: 'Bad Request' },
|
|
21255
|
+
401: { description: 'Unauthorized' },
|
|
21256
|
+
},
|
|
21257
|
+
security: [
|
|
21258
|
+
{ api_key: [] },
|
|
21259
|
+
{ pat_with_workspace: [] },
|
|
21260
|
+
{ console_session_with_workspace: [] },
|
|
21261
|
+
],
|
|
21262
|
+
summary: '/devices/simulate/access_code_lock',
|
|
21263
|
+
tags: ['/devices'],
|
|
21264
|
+
'x-fern-sdk-group-name': ['devices', 'simulate'],
|
|
21265
|
+
'x-fern-sdk-method-name': 'access_code_lock',
|
|
21266
|
+
'x-response-key': null,
|
|
21267
|
+
},
|
|
21268
|
+
},
|
|
21269
|
+
'/devices/simulate/access_code_unlock': {
|
|
21270
|
+
post: {
|
|
21271
|
+
operationId: 'devicesSimulateAccessCodeUnlockPost',
|
|
21272
|
+
requestBody: {
|
|
21273
|
+
content: {
|
|
21274
|
+
'application/json': {
|
|
21275
|
+
schema: {
|
|
21276
|
+
properties: {
|
|
21277
|
+
access_code_id: { format: 'uuid', type: 'string' },
|
|
21278
|
+
device_id: { format: 'uuid', type: 'string' },
|
|
21279
|
+
},
|
|
21280
|
+
required: ['device_id', 'access_code_id'],
|
|
21281
|
+
type: 'object',
|
|
21282
|
+
},
|
|
21283
|
+
},
|
|
21284
|
+
},
|
|
21285
|
+
},
|
|
21286
|
+
responses: {
|
|
21287
|
+
200: {
|
|
21288
|
+
content: {
|
|
21289
|
+
'application/json': {
|
|
21290
|
+
schema: {
|
|
21291
|
+
properties: { ok: { type: 'boolean' } },
|
|
21292
|
+
required: ['ok'],
|
|
21293
|
+
type: 'object',
|
|
21294
|
+
},
|
|
21295
|
+
},
|
|
21296
|
+
},
|
|
21297
|
+
description: 'OK',
|
|
21298
|
+
},
|
|
21299
|
+
400: { description: 'Bad Request' },
|
|
21300
|
+
401: { description: 'Unauthorized' },
|
|
21301
|
+
},
|
|
21302
|
+
security: [
|
|
21303
|
+
{ api_key: [] },
|
|
21304
|
+
{ pat_with_workspace: [] },
|
|
21305
|
+
{ console_session_with_workspace: [] },
|
|
21306
|
+
],
|
|
21307
|
+
summary: '/devices/simulate/access_code_unlock',
|
|
21308
|
+
tags: ['/devices'],
|
|
21309
|
+
'x-fern-sdk-group-name': ['devices', 'simulate'],
|
|
21310
|
+
'x-fern-sdk-method-name': 'access_code_unlock',
|
|
21311
|
+
'x-response-key': null,
|
|
21312
|
+
},
|
|
21313
|
+
},
|
|
21224
21314
|
'/devices/simulate/connect': {
|
|
21225
21315
|
post: {
|
|
21226
21316
|
operationId: 'devicesSimulateConnectPost',
|
|
@@ -24603,6 +24693,7 @@ export default {
|
|
|
24603
24693
|
401: { description: 'Unauthorized' },
|
|
24604
24694
|
},
|
|
24605
24695
|
security: [
|
|
24696
|
+
{ client_session: [] },
|
|
24606
24697
|
{ pat_with_workspace: [] },
|
|
24607
24698
|
{ console_session_with_workspace: [] },
|
|
24608
24699
|
{ api_key: [] },
|
|
@@ -24657,6 +24748,7 @@ export default {
|
|
|
24657
24748
|
401: { description: 'Unauthorized' },
|
|
24658
24749
|
},
|
|
24659
24750
|
security: [
|
|
24751
|
+
{ client_session: [] },
|
|
24660
24752
|
{ pat_with_workspace: [] },
|
|
24661
24753
|
{ console_session_with_workspace: [] },
|
|
24662
24754
|
{ api_key: [] },
|
|
@@ -26375,6 +26467,7 @@ export default {
|
|
|
26375
26467
|
{ pat_with_workspace: [] },
|
|
26376
26468
|
{ console_session_with_workspace: [] },
|
|
26377
26469
|
{ api_key: [] },
|
|
26470
|
+
{ client_session: [] },
|
|
26378
26471
|
],
|
|
26379
26472
|
summary: '/thermostats/update_climate_preset',
|
|
26380
26473
|
tags: ['/thermostats'],
|
|
@@ -26472,6 +26565,7 @@ export default {
|
|
|
26472
26565
|
{ pat_with_workspace: [] },
|
|
26473
26566
|
{ console_session_with_workspace: [] },
|
|
26474
26567
|
{ api_key: [] },
|
|
26568
|
+
{ client_session: [] },
|
|
26475
26569
|
],
|
|
26476
26570
|
summary: '/thermostats/update_climate_preset',
|
|
26477
26571
|
tags: ['/thermostats'],
|