@seamapi/types 1.417.0 → 1.418.1
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 +309 -89
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +490 -4
- package/lib/seam/connect/models/access-codes/managed-access-code.js +41 -7
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/devices/device.js +131 -67
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +490 -4
- package/lib/seam/connect/openapi.js +118 -18
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +45 -15
- package/src/lib/seam/connect/models/devices/device.ts +202 -150
- package/src/lib/seam/connect/openapi.ts +124 -18
package/dist/connect.d.cts
CHANGED
|
@@ -21754,6 +21754,7 @@ declare const _default: {
|
|
|
21754
21754
|
};
|
|
21755
21755
|
required: string[];
|
|
21756
21756
|
type: string;
|
|
21757
|
+
'x-variant-group-key'?: never;
|
|
21757
21758
|
} | {
|
|
21758
21759
|
description: string;
|
|
21759
21760
|
properties: {
|
|
@@ -21786,6 +21787,40 @@ declare const _default: {
|
|
|
21786
21787
|
};
|
|
21787
21788
|
required: string[];
|
|
21788
21789
|
type: string;
|
|
21790
|
+
'x-variant-group-key'?: never;
|
|
21791
|
+
} | {
|
|
21792
|
+
description: string;
|
|
21793
|
+
properties: {
|
|
21794
|
+
created_at: {
|
|
21795
|
+
description: string;
|
|
21796
|
+
format: string;
|
|
21797
|
+
type: string;
|
|
21798
|
+
};
|
|
21799
|
+
error_code: {
|
|
21800
|
+
description: string;
|
|
21801
|
+
enum: string[];
|
|
21802
|
+
type: string;
|
|
21803
|
+
};
|
|
21804
|
+
is_connected_account_error: {
|
|
21805
|
+
description: string;
|
|
21806
|
+
enum: boolean[];
|
|
21807
|
+
type: string;
|
|
21808
|
+
};
|
|
21809
|
+
is_device_error: {
|
|
21810
|
+
description: string;
|
|
21811
|
+
enum: boolean[];
|
|
21812
|
+
type: string;
|
|
21813
|
+
};
|
|
21814
|
+
message: {
|
|
21815
|
+
description: string;
|
|
21816
|
+
type: string;
|
|
21817
|
+
};
|
|
21818
|
+
is_access_code_error?: never;
|
|
21819
|
+
is_bridge_error?: never;
|
|
21820
|
+
};
|
|
21821
|
+
required: string[];
|
|
21822
|
+
type: string;
|
|
21823
|
+
'x-variant-group-key': string;
|
|
21789
21824
|
} | {
|
|
21790
21825
|
description: string;
|
|
21791
21826
|
properties: {
|
|
@@ -21814,6 +21849,36 @@ declare const _default: {
|
|
|
21814
21849
|
};
|
|
21815
21850
|
required: string[];
|
|
21816
21851
|
type: string;
|
|
21852
|
+
'x-variant-group-key'?: never;
|
|
21853
|
+
} | {
|
|
21854
|
+
description: string;
|
|
21855
|
+
properties: {
|
|
21856
|
+
created_at: {
|
|
21857
|
+
description: string;
|
|
21858
|
+
format: string;
|
|
21859
|
+
type: string;
|
|
21860
|
+
};
|
|
21861
|
+
error_code: {
|
|
21862
|
+
description: string;
|
|
21863
|
+
enum: string[];
|
|
21864
|
+
type: string;
|
|
21865
|
+
};
|
|
21866
|
+
is_device_error: {
|
|
21867
|
+
description: string;
|
|
21868
|
+
enum: boolean[];
|
|
21869
|
+
type: string;
|
|
21870
|
+
};
|
|
21871
|
+
message: {
|
|
21872
|
+
description: string;
|
|
21873
|
+
type: string;
|
|
21874
|
+
};
|
|
21875
|
+
is_access_code_error?: never;
|
|
21876
|
+
is_connected_account_error?: never;
|
|
21877
|
+
is_bridge_error?: never;
|
|
21878
|
+
};
|
|
21879
|
+
required: string[];
|
|
21880
|
+
type: string;
|
|
21881
|
+
'x-variant-group-key': string;
|
|
21817
21882
|
} | {
|
|
21818
21883
|
description: string;
|
|
21819
21884
|
properties: {
|
|
@@ -21845,9 +21910,33 @@ declare const _default: {
|
|
|
21845
21910
|
};
|
|
21846
21911
|
required: string[];
|
|
21847
21912
|
type: string;
|
|
21913
|
+
'x-variant-group-key'?: never;
|
|
21848
21914
|
})[];
|
|
21849
21915
|
};
|
|
21850
21916
|
type: string;
|
|
21917
|
+
'x-variant-groups': {
|
|
21918
|
+
access_codes: {
|
|
21919
|
+
name: string;
|
|
21920
|
+
};
|
|
21921
|
+
hardware: {
|
|
21922
|
+
name: string;
|
|
21923
|
+
};
|
|
21924
|
+
locks: {
|
|
21925
|
+
name: string;
|
|
21926
|
+
};
|
|
21927
|
+
noise_sensors: {
|
|
21928
|
+
name: string;
|
|
21929
|
+
};
|
|
21930
|
+
phones: {
|
|
21931
|
+
name: string;
|
|
21932
|
+
};
|
|
21933
|
+
provider_metadata: {
|
|
21934
|
+
name: string;
|
|
21935
|
+
};
|
|
21936
|
+
thermostats: {
|
|
21937
|
+
name: string;
|
|
21938
|
+
};
|
|
21939
|
+
};
|
|
21851
21940
|
};
|
|
21852
21941
|
is_backup: {
|
|
21853
21942
|
description: string;
|
|
@@ -21939,6 +22028,29 @@ declare const _default: {
|
|
|
21939
22028
|
}[];
|
|
21940
22029
|
};
|
|
21941
22030
|
type: string;
|
|
22031
|
+
'x-variant-groups': {
|
|
22032
|
+
access_codes: {
|
|
22033
|
+
name: string;
|
|
22034
|
+
};
|
|
22035
|
+
hardware: {
|
|
22036
|
+
name: string;
|
|
22037
|
+
};
|
|
22038
|
+
locks: {
|
|
22039
|
+
name: string;
|
|
22040
|
+
};
|
|
22041
|
+
noise_sensors: {
|
|
22042
|
+
name: string;
|
|
22043
|
+
};
|
|
22044
|
+
phones: {
|
|
22045
|
+
name: string;
|
|
22046
|
+
};
|
|
22047
|
+
provider_metadata: {
|
|
22048
|
+
name: string;
|
|
22049
|
+
};
|
|
22050
|
+
thermostats: {
|
|
22051
|
+
name: string;
|
|
22052
|
+
};
|
|
22053
|
+
};
|
|
21942
22054
|
};
|
|
21943
22055
|
};
|
|
21944
22056
|
required: string[];
|
|
@@ -25927,6 +26039,67 @@ declare const _default: {
|
|
|
25927
26039
|
};
|
|
25928
26040
|
required: string[];
|
|
25929
26041
|
type: string;
|
|
26042
|
+
'x-variant-group-key'?: never;
|
|
26043
|
+
} | {
|
|
26044
|
+
description: string;
|
|
26045
|
+
properties: {
|
|
26046
|
+
created_at: {
|
|
26047
|
+
description: string;
|
|
26048
|
+
format: string;
|
|
26049
|
+
type: string;
|
|
26050
|
+
};
|
|
26051
|
+
error_code: {
|
|
26052
|
+
description: string;
|
|
26053
|
+
enum: string[];
|
|
26054
|
+
type: string;
|
|
26055
|
+
};
|
|
26056
|
+
is_connected_account_error: {
|
|
26057
|
+
description: string;
|
|
26058
|
+
enum: boolean[];
|
|
26059
|
+
type: string;
|
|
26060
|
+
};
|
|
26061
|
+
is_device_error: {
|
|
26062
|
+
description: string;
|
|
26063
|
+
enum: boolean[];
|
|
26064
|
+
type: string;
|
|
26065
|
+
};
|
|
26066
|
+
message: {
|
|
26067
|
+
description: string;
|
|
26068
|
+
type: string;
|
|
26069
|
+
};
|
|
26070
|
+
is_bridge_error?: never;
|
|
26071
|
+
};
|
|
26072
|
+
required: string[];
|
|
26073
|
+
type: string;
|
|
26074
|
+
'x-variant-group-key': string;
|
|
26075
|
+
} | {
|
|
26076
|
+
description: string;
|
|
26077
|
+
properties: {
|
|
26078
|
+
created_at: {
|
|
26079
|
+
description: string;
|
|
26080
|
+
format: string;
|
|
26081
|
+
type: string;
|
|
26082
|
+
};
|
|
26083
|
+
error_code: {
|
|
26084
|
+
description: string;
|
|
26085
|
+
enum: string[];
|
|
26086
|
+
type: string;
|
|
26087
|
+
};
|
|
26088
|
+
is_device_error: {
|
|
26089
|
+
description: string;
|
|
26090
|
+
enum: boolean[];
|
|
26091
|
+
type: string;
|
|
26092
|
+
};
|
|
26093
|
+
message: {
|
|
26094
|
+
description: string;
|
|
26095
|
+
type: string;
|
|
26096
|
+
};
|
|
26097
|
+
is_connected_account_error?: never;
|
|
26098
|
+
is_bridge_error?: never;
|
|
26099
|
+
};
|
|
26100
|
+
required: string[];
|
|
26101
|
+
type: string;
|
|
26102
|
+
'x-variant-group-key'?: never;
|
|
25930
26103
|
} | {
|
|
25931
26104
|
description: string;
|
|
25932
26105
|
properties: {
|
|
@@ -25954,6 +26127,7 @@ declare const _default: {
|
|
|
25954
26127
|
};
|
|
25955
26128
|
required: string[];
|
|
25956
26129
|
type: string;
|
|
26130
|
+
'x-variant-group-key': string;
|
|
25957
26131
|
} | {
|
|
25958
26132
|
description: string;
|
|
25959
26133
|
properties: {
|
|
@@ -25984,9 +26158,33 @@ declare const _default: {
|
|
|
25984
26158
|
};
|
|
25985
26159
|
required: string[];
|
|
25986
26160
|
type: string;
|
|
26161
|
+
'x-variant-group-key'?: never;
|
|
25987
26162
|
})[];
|
|
25988
26163
|
};
|
|
25989
26164
|
type: string;
|
|
26165
|
+
'x-variant-groups': {
|
|
26166
|
+
access_codes: {
|
|
26167
|
+
name: string;
|
|
26168
|
+
};
|
|
26169
|
+
hardware: {
|
|
26170
|
+
name: string;
|
|
26171
|
+
};
|
|
26172
|
+
locks: {
|
|
26173
|
+
name: string;
|
|
26174
|
+
};
|
|
26175
|
+
noise_sensors: {
|
|
26176
|
+
name: string;
|
|
26177
|
+
};
|
|
26178
|
+
phones: {
|
|
26179
|
+
name: string;
|
|
26180
|
+
};
|
|
26181
|
+
provider_metadata: {
|
|
26182
|
+
name: string;
|
|
26183
|
+
};
|
|
26184
|
+
thermostats: {
|
|
26185
|
+
name: string;
|
|
26186
|
+
};
|
|
26187
|
+
};
|
|
25990
26188
|
};
|
|
25991
26189
|
is_managed: {
|
|
25992
26190
|
description: string;
|
|
@@ -27953,7 +28151,7 @@ declare const _default: {
|
|
|
27953
28151
|
discriminator: {
|
|
27954
28152
|
propertyName: string;
|
|
27955
28153
|
};
|
|
27956
|
-
oneOf: {
|
|
28154
|
+
oneOf: ({
|
|
27957
28155
|
description: string;
|
|
27958
28156
|
properties: {
|
|
27959
28157
|
created_at: {
|
|
@@ -27973,9 +28171,54 @@ declare const _default: {
|
|
|
27973
28171
|
};
|
|
27974
28172
|
required: string[];
|
|
27975
28173
|
type: string;
|
|
27976
|
-
|
|
28174
|
+
'x-variant-group-key': string;
|
|
28175
|
+
} | {
|
|
28176
|
+
description: string;
|
|
28177
|
+
properties: {
|
|
28178
|
+
created_at: {
|
|
28179
|
+
description: string;
|
|
28180
|
+
format: string;
|
|
28181
|
+
type: string;
|
|
28182
|
+
};
|
|
28183
|
+
message: {
|
|
28184
|
+
description: string;
|
|
28185
|
+
type: string;
|
|
28186
|
+
};
|
|
28187
|
+
warning_code: {
|
|
28188
|
+
description: string;
|
|
28189
|
+
enum: string[];
|
|
28190
|
+
type: string;
|
|
28191
|
+
};
|
|
28192
|
+
};
|
|
28193
|
+
required: string[];
|
|
28194
|
+
type: string;
|
|
28195
|
+
'x-variant-group-key'?: never;
|
|
28196
|
+
})[];
|
|
27977
28197
|
};
|
|
27978
28198
|
type: string;
|
|
28199
|
+
'x-variant-groups': {
|
|
28200
|
+
access_codes: {
|
|
28201
|
+
name: string;
|
|
28202
|
+
};
|
|
28203
|
+
hardware: {
|
|
28204
|
+
name: string;
|
|
28205
|
+
};
|
|
28206
|
+
locks: {
|
|
28207
|
+
name: string;
|
|
28208
|
+
};
|
|
28209
|
+
noise_sensors: {
|
|
28210
|
+
name: string;
|
|
28211
|
+
};
|
|
28212
|
+
phones: {
|
|
28213
|
+
name: string;
|
|
28214
|
+
};
|
|
28215
|
+
provider_metadata: {
|
|
28216
|
+
name: string;
|
|
28217
|
+
};
|
|
28218
|
+
thermostats: {
|
|
28219
|
+
name: string;
|
|
28220
|
+
};
|
|
28221
|
+
};
|
|
27979
28222
|
};
|
|
27980
28223
|
workspace_id: {
|
|
27981
28224
|
description: string;
|
|
@@ -32318,6 +32561,7 @@ declare const _default: {
|
|
|
32318
32561
|
};
|
|
32319
32562
|
required: string[];
|
|
32320
32563
|
type: string;
|
|
32564
|
+
'x-variant-group-key'?: never;
|
|
32321
32565
|
} | {
|
|
32322
32566
|
description: string;
|
|
32323
32567
|
properties: {
|
|
@@ -32350,6 +32594,40 @@ declare const _default: {
|
|
|
32350
32594
|
};
|
|
32351
32595
|
required: string[];
|
|
32352
32596
|
type: string;
|
|
32597
|
+
'x-variant-group-key'?: never;
|
|
32598
|
+
} | {
|
|
32599
|
+
description: string;
|
|
32600
|
+
properties: {
|
|
32601
|
+
created_at: {
|
|
32602
|
+
description: string;
|
|
32603
|
+
format: string;
|
|
32604
|
+
type: string;
|
|
32605
|
+
};
|
|
32606
|
+
error_code: {
|
|
32607
|
+
description: string;
|
|
32608
|
+
enum: string[];
|
|
32609
|
+
type: string;
|
|
32610
|
+
};
|
|
32611
|
+
is_connected_account_error: {
|
|
32612
|
+
description: string;
|
|
32613
|
+
enum: boolean[];
|
|
32614
|
+
type: string;
|
|
32615
|
+
};
|
|
32616
|
+
is_device_error: {
|
|
32617
|
+
description: string;
|
|
32618
|
+
enum: boolean[];
|
|
32619
|
+
type: string;
|
|
32620
|
+
};
|
|
32621
|
+
message: {
|
|
32622
|
+
description: string;
|
|
32623
|
+
type: string;
|
|
32624
|
+
};
|
|
32625
|
+
is_access_code_error?: never;
|
|
32626
|
+
is_bridge_error?: never;
|
|
32627
|
+
};
|
|
32628
|
+
required: string[];
|
|
32629
|
+
type: string;
|
|
32630
|
+
'x-variant-group-key': string;
|
|
32353
32631
|
} | {
|
|
32354
32632
|
description: string;
|
|
32355
32633
|
properties: {
|
|
@@ -32378,6 +32656,36 @@ declare const _default: {
|
|
|
32378
32656
|
};
|
|
32379
32657
|
required: string[];
|
|
32380
32658
|
type: string;
|
|
32659
|
+
'x-variant-group-key'?: never;
|
|
32660
|
+
} | {
|
|
32661
|
+
description: string;
|
|
32662
|
+
properties: {
|
|
32663
|
+
created_at: {
|
|
32664
|
+
description: string;
|
|
32665
|
+
format: string;
|
|
32666
|
+
type: string;
|
|
32667
|
+
};
|
|
32668
|
+
error_code: {
|
|
32669
|
+
description: string;
|
|
32670
|
+
enum: string[];
|
|
32671
|
+
type: string;
|
|
32672
|
+
};
|
|
32673
|
+
is_device_error: {
|
|
32674
|
+
description: string;
|
|
32675
|
+
enum: boolean[];
|
|
32676
|
+
type: string;
|
|
32677
|
+
};
|
|
32678
|
+
message: {
|
|
32679
|
+
description: string;
|
|
32680
|
+
type: string;
|
|
32681
|
+
};
|
|
32682
|
+
is_access_code_error?: never;
|
|
32683
|
+
is_connected_account_error?: never;
|
|
32684
|
+
is_bridge_error?: never;
|
|
32685
|
+
};
|
|
32686
|
+
required: string[];
|
|
32687
|
+
type: string;
|
|
32688
|
+
'x-variant-group-key': string;
|
|
32381
32689
|
} | {
|
|
32382
32690
|
description: string;
|
|
32383
32691
|
properties: {
|
|
@@ -32409,9 +32717,33 @@ declare const _default: {
|
|
|
32409
32717
|
};
|
|
32410
32718
|
required: string[];
|
|
32411
32719
|
type: string;
|
|
32720
|
+
'x-variant-group-key'?: never;
|
|
32412
32721
|
})[];
|
|
32413
32722
|
};
|
|
32414
32723
|
type: string;
|
|
32724
|
+
'x-variant-groups': {
|
|
32725
|
+
access_codes: {
|
|
32726
|
+
name: string;
|
|
32727
|
+
};
|
|
32728
|
+
hardware: {
|
|
32729
|
+
name: string;
|
|
32730
|
+
};
|
|
32731
|
+
locks: {
|
|
32732
|
+
name: string;
|
|
32733
|
+
};
|
|
32734
|
+
noise_sensors: {
|
|
32735
|
+
name: string;
|
|
32736
|
+
};
|
|
32737
|
+
phones: {
|
|
32738
|
+
name: string;
|
|
32739
|
+
};
|
|
32740
|
+
provider_metadata: {
|
|
32741
|
+
name: string;
|
|
32742
|
+
};
|
|
32743
|
+
thermostats: {
|
|
32744
|
+
name: string;
|
|
32745
|
+
};
|
|
32746
|
+
};
|
|
32415
32747
|
};
|
|
32416
32748
|
is_managed: {
|
|
32417
32749
|
description: string;
|
|
@@ -32469,6 +32801,29 @@ declare const _default: {
|
|
|
32469
32801
|
}[];
|
|
32470
32802
|
};
|
|
32471
32803
|
type: string;
|
|
32804
|
+
'x-variant-groups': {
|
|
32805
|
+
access_codes: {
|
|
32806
|
+
name: string;
|
|
32807
|
+
};
|
|
32808
|
+
hardware: {
|
|
32809
|
+
name: string;
|
|
32810
|
+
};
|
|
32811
|
+
locks: {
|
|
32812
|
+
name: string;
|
|
32813
|
+
};
|
|
32814
|
+
noise_sensors: {
|
|
32815
|
+
name: string;
|
|
32816
|
+
};
|
|
32817
|
+
phones: {
|
|
32818
|
+
name: string;
|
|
32819
|
+
};
|
|
32820
|
+
provider_metadata: {
|
|
32821
|
+
name: string;
|
|
32822
|
+
};
|
|
32823
|
+
thermostats: {
|
|
32824
|
+
name: string;
|
|
32825
|
+
};
|
|
32826
|
+
};
|
|
32472
32827
|
};
|
|
32473
32828
|
};
|
|
32474
32829
|
required: string[];
|
|
@@ -33384,6 +33739,67 @@ declare const _default: {
|
|
|
33384
33739
|
};
|
|
33385
33740
|
required: string[];
|
|
33386
33741
|
type: string;
|
|
33742
|
+
'x-variant-group-key'?: never;
|
|
33743
|
+
} | {
|
|
33744
|
+
description: string;
|
|
33745
|
+
properties: {
|
|
33746
|
+
created_at: {
|
|
33747
|
+
description: string;
|
|
33748
|
+
format: string;
|
|
33749
|
+
type: string;
|
|
33750
|
+
};
|
|
33751
|
+
error_code: {
|
|
33752
|
+
description: string;
|
|
33753
|
+
enum: string[];
|
|
33754
|
+
type: string;
|
|
33755
|
+
};
|
|
33756
|
+
is_connected_account_error: {
|
|
33757
|
+
description: string;
|
|
33758
|
+
enum: boolean[];
|
|
33759
|
+
type: string;
|
|
33760
|
+
};
|
|
33761
|
+
is_device_error: {
|
|
33762
|
+
description: string;
|
|
33763
|
+
enum: boolean[];
|
|
33764
|
+
type: string;
|
|
33765
|
+
};
|
|
33766
|
+
message: {
|
|
33767
|
+
description: string;
|
|
33768
|
+
type: string;
|
|
33769
|
+
};
|
|
33770
|
+
is_bridge_error?: never;
|
|
33771
|
+
};
|
|
33772
|
+
required: string[];
|
|
33773
|
+
type: string;
|
|
33774
|
+
'x-variant-group-key': string;
|
|
33775
|
+
} | {
|
|
33776
|
+
description: string;
|
|
33777
|
+
properties: {
|
|
33778
|
+
created_at: {
|
|
33779
|
+
description: string;
|
|
33780
|
+
format: string;
|
|
33781
|
+
type: string;
|
|
33782
|
+
};
|
|
33783
|
+
error_code: {
|
|
33784
|
+
description: string;
|
|
33785
|
+
enum: string[];
|
|
33786
|
+
type: string;
|
|
33787
|
+
};
|
|
33788
|
+
is_device_error: {
|
|
33789
|
+
description: string;
|
|
33790
|
+
enum: boolean[];
|
|
33791
|
+
type: string;
|
|
33792
|
+
};
|
|
33793
|
+
message: {
|
|
33794
|
+
description: string;
|
|
33795
|
+
type: string;
|
|
33796
|
+
};
|
|
33797
|
+
is_connected_account_error?: never;
|
|
33798
|
+
is_bridge_error?: never;
|
|
33799
|
+
};
|
|
33800
|
+
required: string[];
|
|
33801
|
+
type: string;
|
|
33802
|
+
'x-variant-group-key'?: never;
|
|
33387
33803
|
} | {
|
|
33388
33804
|
description: string;
|
|
33389
33805
|
properties: {
|
|
@@ -33411,6 +33827,7 @@ declare const _default: {
|
|
|
33411
33827
|
};
|
|
33412
33828
|
required: string[];
|
|
33413
33829
|
type: string;
|
|
33830
|
+
'x-variant-group-key': string;
|
|
33414
33831
|
} | {
|
|
33415
33832
|
description: string;
|
|
33416
33833
|
properties: {
|
|
@@ -33441,9 +33858,33 @@ declare const _default: {
|
|
|
33441
33858
|
};
|
|
33442
33859
|
required: string[];
|
|
33443
33860
|
type: string;
|
|
33861
|
+
'x-variant-group-key'?: never;
|
|
33444
33862
|
})[];
|
|
33445
33863
|
};
|
|
33446
33864
|
type: string;
|
|
33865
|
+
'x-variant-groups': {
|
|
33866
|
+
access_codes: {
|
|
33867
|
+
name: string;
|
|
33868
|
+
};
|
|
33869
|
+
hardware: {
|
|
33870
|
+
name: string;
|
|
33871
|
+
};
|
|
33872
|
+
locks: {
|
|
33873
|
+
name: string;
|
|
33874
|
+
};
|
|
33875
|
+
noise_sensors: {
|
|
33876
|
+
name: string;
|
|
33877
|
+
};
|
|
33878
|
+
phones: {
|
|
33879
|
+
name: string;
|
|
33880
|
+
};
|
|
33881
|
+
provider_metadata: {
|
|
33882
|
+
name: string;
|
|
33883
|
+
};
|
|
33884
|
+
thermostats: {
|
|
33885
|
+
name: string;
|
|
33886
|
+
};
|
|
33887
|
+
};
|
|
33447
33888
|
};
|
|
33448
33889
|
is_managed: {
|
|
33449
33890
|
enum: boolean[];
|
|
@@ -33628,7 +34069,7 @@ declare const _default: {
|
|
|
33628
34069
|
discriminator: {
|
|
33629
34070
|
propertyName: string;
|
|
33630
34071
|
};
|
|
33631
|
-
oneOf: {
|
|
34072
|
+
oneOf: ({
|
|
33632
34073
|
description: string;
|
|
33633
34074
|
properties: {
|
|
33634
34075
|
created_at: {
|
|
@@ -33648,9 +34089,54 @@ declare const _default: {
|
|
|
33648
34089
|
};
|
|
33649
34090
|
required: string[];
|
|
33650
34091
|
type: string;
|
|
33651
|
-
|
|
34092
|
+
'x-variant-group-key': string;
|
|
34093
|
+
} | {
|
|
34094
|
+
description: string;
|
|
34095
|
+
properties: {
|
|
34096
|
+
created_at: {
|
|
34097
|
+
description: string;
|
|
34098
|
+
format: string;
|
|
34099
|
+
type: string;
|
|
34100
|
+
};
|
|
34101
|
+
message: {
|
|
34102
|
+
description: string;
|
|
34103
|
+
type: string;
|
|
34104
|
+
};
|
|
34105
|
+
warning_code: {
|
|
34106
|
+
description: string;
|
|
34107
|
+
enum: string[];
|
|
34108
|
+
type: string;
|
|
34109
|
+
};
|
|
34110
|
+
};
|
|
34111
|
+
required: string[];
|
|
34112
|
+
type: string;
|
|
34113
|
+
'x-variant-group-key'?: never;
|
|
34114
|
+
})[];
|
|
33652
34115
|
};
|
|
33653
34116
|
type: string;
|
|
34117
|
+
'x-variant-groups': {
|
|
34118
|
+
access_codes: {
|
|
34119
|
+
name: string;
|
|
34120
|
+
};
|
|
34121
|
+
hardware: {
|
|
34122
|
+
name: string;
|
|
34123
|
+
};
|
|
34124
|
+
locks: {
|
|
34125
|
+
name: string;
|
|
34126
|
+
};
|
|
34127
|
+
noise_sensors: {
|
|
34128
|
+
name: string;
|
|
34129
|
+
};
|
|
34130
|
+
phones: {
|
|
34131
|
+
name: string;
|
|
34132
|
+
};
|
|
34133
|
+
provider_metadata: {
|
|
34134
|
+
name: string;
|
|
34135
|
+
};
|
|
34136
|
+
thermostats: {
|
|
34137
|
+
name: string;
|
|
34138
|
+
};
|
|
34139
|
+
};
|
|
33654
34140
|
};
|
|
33655
34141
|
workspace_id: {
|
|
33656
34142
|
description: string;
|