@seamapi/types 1.1071.0 → 1.1073.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/lib/seam/connect/models/devices/capability-properties/access-code.d.ts +0 -3
- package/lib/seam/connect/models/devices/capability-properties/access-code.js +0 -8
- package/lib/seam/connect/models/devices/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +0 -3
- package/lib/seam/connect/models/devices/device-metadata.js +1 -1
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +0 -5
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -3
- package/lib/seam/connect/openapi.js +1 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +17 -51
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +0 -8
- package/src/lib/seam/connect/models/devices/device-metadata.ts +3 -1
- package/src/lib/seam/connect/openapi.ts +1 -6
- package/src/lib/seam/connect/route-types.ts +17 -68
|
@@ -14766,7 +14766,7 @@ export type Routes = {
|
|
|
14766
14766
|
device_custom_name?: (string | undefined) | undefined
|
|
14767
14767
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
14768
14768
|
structure_name?: (string | undefined) | undefined
|
|
14769
|
-
/**
|
|
14769
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
14770
14770
|
display_name?: (string | undefined) | undefined
|
|
14771
14771
|
}
|
|
14772
14772
|
| undefined
|
|
@@ -15122,9 +15122,6 @@ export type Routes = {
|
|
|
15122
15122
|
| undefined
|
|
15123
15123
|
}) &
|
|
15124
15124
|
({
|
|
15125
|
-
/** */
|
|
15126
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
15127
|
-
(number[] | undefined) | undefined
|
|
15128
15125
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
15129
15126
|
code_constraints?:
|
|
15130
15127
|
| (
|
|
@@ -23275,7 +23272,7 @@ export type Routes = {
|
|
|
23275
23272
|
device_custom_name?: (string | undefined) | undefined
|
|
23276
23273
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
23277
23274
|
structure_name?: (string | undefined) | undefined
|
|
23278
|
-
/**
|
|
23275
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
23279
23276
|
display_name?: (string | undefined) | undefined
|
|
23280
23277
|
}
|
|
23281
23278
|
| undefined
|
|
@@ -23631,9 +23628,6 @@ export type Routes = {
|
|
|
23631
23628
|
| undefined
|
|
23632
23629
|
}) &
|
|
23633
23630
|
({
|
|
23634
|
-
/** */
|
|
23635
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
23636
|
-
(number[] | undefined) | undefined
|
|
23637
23631
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
23638
23632
|
code_constraints?:
|
|
23639
23633
|
| (
|
|
@@ -51619,7 +51613,7 @@ export type Routes = {
|
|
|
51619
51613
|
device_custom_name?: (string | undefined) | undefined
|
|
51620
51614
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
51621
51615
|
structure_name?: (string | undefined) | undefined
|
|
51622
|
-
/**
|
|
51616
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
51623
51617
|
display_name?: (string | undefined) | undefined
|
|
51624
51618
|
}
|
|
51625
51619
|
| undefined
|
|
@@ -51961,9 +51955,6 @@ export type Routes = {
|
|
|
51961
51955
|
| undefined
|
|
51962
51956
|
}) &
|
|
51963
51957
|
({
|
|
51964
|
-
/** */
|
|
51965
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
51966
|
-
(number[] | undefined) | undefined
|
|
51967
51958
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
51968
51959
|
code_constraints?:
|
|
51969
51960
|
| (
|
|
@@ -53760,7 +53751,7 @@ export type Routes = {
|
|
|
53760
53751
|
device_custom_name?: (string | undefined) | undefined
|
|
53761
53752
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
53762
53753
|
structure_name?: (string | undefined) | undefined
|
|
53763
|
-
/**
|
|
53754
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
53764
53755
|
display_name?: (string | undefined) | undefined
|
|
53765
53756
|
}
|
|
53766
53757
|
| undefined
|
|
@@ -54102,9 +54093,6 @@ export type Routes = {
|
|
|
54102
54093
|
| undefined
|
|
54103
54094
|
}) &
|
|
54104
54095
|
({
|
|
54105
|
-
/** */
|
|
54106
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
54107
|
-
(number[] | undefined) | undefined
|
|
54108
54096
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
54109
54097
|
code_constraints?:
|
|
54110
54098
|
| (
|
|
@@ -69263,7 +69251,7 @@ export type Routes = {
|
|
|
69263
69251
|
device_custom_name?: (string | undefined) | undefined
|
|
69264
69252
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
69265
69253
|
structure_name?: (string | undefined) | undefined
|
|
69266
|
-
/**
|
|
69254
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
69267
69255
|
display_name?: (string | undefined) | undefined
|
|
69268
69256
|
}
|
|
69269
69257
|
| undefined
|
|
@@ -69605,9 +69593,6 @@ export type Routes = {
|
|
|
69605
69593
|
| undefined
|
|
69606
69594
|
}) &
|
|
69607
69595
|
({
|
|
69608
|
-
/** */
|
|
69609
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
69610
|
-
(number[] | undefined) | undefined
|
|
69611
69596
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
69612
69597
|
code_constraints?:
|
|
69613
69598
|
| (
|
|
@@ -71154,7 +71139,7 @@ export type Routes = {
|
|
|
71154
71139
|
device_custom_name?: (string | undefined) | undefined
|
|
71155
71140
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
71156
71141
|
structure_name?: (string | undefined) | undefined
|
|
71157
|
-
/**
|
|
71142
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
71158
71143
|
display_name?: (string | undefined) | undefined
|
|
71159
71144
|
}
|
|
71160
71145
|
| undefined
|
|
@@ -71496,9 +71481,6 @@ export type Routes = {
|
|
|
71496
71481
|
| undefined
|
|
71497
71482
|
}) &
|
|
71498
71483
|
({
|
|
71499
|
-
/** */
|
|
71500
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
71501
|
-
(number[] | undefined) | undefined
|
|
71502
71484
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
71503
71485
|
code_constraints?:
|
|
71504
71486
|
| (
|
|
@@ -73173,7 +73155,7 @@ export type Routes = {
|
|
|
73173
73155
|
device_custom_name?: (string | undefined) | undefined
|
|
73174
73156
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
73175
73157
|
structure_name?: (string | undefined) | undefined
|
|
73176
|
-
/**
|
|
73158
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
73177
73159
|
display_name?: (string | undefined) | undefined
|
|
73178
73160
|
}
|
|
73179
73161
|
| undefined
|
|
@@ -73515,9 +73497,6 @@ export type Routes = {
|
|
|
73515
73497
|
| undefined
|
|
73516
73498
|
}) &
|
|
73517
73499
|
({
|
|
73518
|
-
/** */
|
|
73519
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
73520
|
-
(number[] | undefined) | undefined
|
|
73521
73500
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
73522
73501
|
code_constraints?:
|
|
73523
73502
|
| (
|
|
@@ -75063,7 +75042,7 @@ export type Routes = {
|
|
|
75063
75042
|
device_custom_name?: (string | undefined) | undefined
|
|
75064
75043
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
75065
75044
|
structure_name?: (string | undefined) | undefined
|
|
75066
|
-
/**
|
|
75045
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
75067
75046
|
display_name?: (string | undefined) | undefined
|
|
75068
75047
|
}
|
|
75069
75048
|
| undefined
|
|
@@ -75405,9 +75384,6 @@ export type Routes = {
|
|
|
75405
75384
|
| undefined
|
|
75406
75385
|
}) &
|
|
75407
75386
|
({
|
|
75408
|
-
/** */
|
|
75409
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
75410
|
-
(number[] | undefined) | undefined
|
|
75411
75387
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
75412
75388
|
code_constraints?:
|
|
75413
75389
|
| (
|
|
@@ -85447,7 +85423,7 @@ export type Routes = {
|
|
|
85447
85423
|
device_custom_name?: (string | undefined) | undefined
|
|
85448
85424
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
85449
85425
|
structure_name?: (string | undefined) | undefined
|
|
85450
|
-
/**
|
|
85426
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
85451
85427
|
display_name?: (string | undefined) | undefined
|
|
85452
85428
|
}
|
|
85453
85429
|
| undefined
|
|
@@ -85789,9 +85765,6 @@ export type Routes = {
|
|
|
85789
85765
|
| undefined
|
|
85790
85766
|
}) &
|
|
85791
85767
|
({
|
|
85792
|
-
/** */
|
|
85793
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
85794
|
-
(number[] | undefined) | undefined
|
|
85795
85768
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
85796
85769
|
code_constraints?:
|
|
85797
85770
|
| (
|
|
@@ -87337,7 +87310,7 @@ export type Routes = {
|
|
|
87337
87310
|
device_custom_name?: (string | undefined) | undefined
|
|
87338
87311
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
87339
87312
|
structure_name?: (string | undefined) | undefined
|
|
87340
|
-
/**
|
|
87313
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
87341
87314
|
display_name?: (string | undefined) | undefined
|
|
87342
87315
|
}
|
|
87343
87316
|
| undefined
|
|
@@ -87679,9 +87652,6 @@ export type Routes = {
|
|
|
87679
87652
|
| undefined
|
|
87680
87653
|
}) &
|
|
87681
87654
|
({
|
|
87682
|
-
/** */
|
|
87683
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
87684
|
-
(number[] | undefined) | undefined
|
|
87685
87655
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
87686
87656
|
code_constraints?:
|
|
87687
87657
|
| (
|
|
@@ -107720,7 +107690,7 @@ export type Routes = {
|
|
|
107720
107690
|
device_custom_name?: (string | undefined) | undefined
|
|
107721
107691
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
107722
107692
|
structure_name?: (string | undefined) | undefined
|
|
107723
|
-
/**
|
|
107693
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
107724
107694
|
display_name?: (string | undefined) | undefined
|
|
107725
107695
|
}
|
|
107726
107696
|
| undefined
|
|
@@ -108076,9 +108046,6 @@ export type Routes = {
|
|
|
108076
108046
|
| undefined
|
|
108077
108047
|
}) &
|
|
108078
108048
|
({
|
|
108079
|
-
/** */
|
|
108080
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
108081
|
-
(number[] | undefined) | undefined
|
|
108082
108049
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
108083
108050
|
code_constraints?:
|
|
108084
108051
|
| (
|
|
@@ -117229,7 +117196,7 @@ export type Routes = {
|
|
|
117229
117196
|
device_custom_name?: (string | undefined) | undefined
|
|
117230
117197
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
117231
117198
|
structure_name?: (string | undefined) | undefined
|
|
117232
|
-
/**
|
|
117199
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
117233
117200
|
display_name?: (string | undefined) | undefined
|
|
117234
117201
|
}
|
|
117235
117202
|
| undefined
|
|
@@ -117571,9 +117538,6 @@ export type Routes = {
|
|
|
117571
117538
|
| undefined
|
|
117572
117539
|
}) &
|
|
117573
117540
|
({
|
|
117574
|
-
/** */
|
|
117575
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
117576
|
-
(number[] | undefined) | undefined
|
|
117577
117541
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
117578
117542
|
code_constraints?:
|
|
117579
117543
|
| (
|
|
@@ -123418,7 +123382,7 @@ export type Routes = {
|
|
|
123418
123382
|
device_custom_name?: (string | undefined) | undefined
|
|
123419
123383
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
123420
123384
|
structure_name?: (string | undefined) | undefined
|
|
123421
|
-
/**
|
|
123385
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
123422
123386
|
display_name?: (string | undefined) | undefined
|
|
123423
123387
|
}
|
|
123424
123388
|
| undefined
|
|
@@ -123760,9 +123724,6 @@ export type Routes = {
|
|
|
123760
123724
|
| undefined
|
|
123761
123725
|
}) &
|
|
123762
123726
|
({
|
|
123763
|
-
/** */
|
|
123764
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
123765
|
-
(number[] | undefined) | undefined
|
|
123766
123727
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
123767
123728
|
code_constraints?:
|
|
123768
123729
|
| (
|
|
@@ -125308,7 +125269,7 @@ export type Routes = {
|
|
|
125308
125269
|
device_custom_name?: (string | undefined) | undefined
|
|
125309
125270
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
125310
125271
|
structure_name?: (string | undefined) | undefined
|
|
125311
|
-
/**
|
|
125272
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
125312
125273
|
display_name?: (string | undefined) | undefined
|
|
125313
125274
|
}
|
|
125314
125275
|
| undefined
|
|
@@ -125650,9 +125611,6 @@ export type Routes = {
|
|
|
125650
125611
|
| undefined
|
|
125651
125612
|
}) &
|
|
125652
125613
|
({
|
|
125653
|
-
/** */
|
|
125654
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
125655
|
-
(number[] | undefined) | undefined
|
|
125656
125614
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
125657
125615
|
code_constraints?:
|
|
125658
125616
|
| (
|
|
@@ -136716,7 +136674,7 @@ export type Routes = {
|
|
|
136716
136674
|
device_custom_name?: (string | undefined) | undefined
|
|
136717
136675
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
136718
136676
|
structure_name?: (string | undefined) | undefined
|
|
136719
|
-
/**
|
|
136677
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
136720
136678
|
display_name?: (string | undefined) | undefined
|
|
136721
136679
|
}
|
|
136722
136680
|
| undefined
|
|
@@ -137058,9 +137016,6 @@ export type Routes = {
|
|
|
137058
137016
|
| undefined
|
|
137059
137017
|
}) &
|
|
137060
137018
|
({
|
|
137061
|
-
/** */
|
|
137062
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
137063
|
-
(number[] | undefined) | undefined
|
|
137064
137019
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
137065
137020
|
code_constraints?:
|
|
137066
137021
|
| (
|
|
@@ -138608,7 +138563,7 @@ export type Routes = {
|
|
|
138608
138563
|
device_custom_name?: (string | undefined) | undefined
|
|
138609
138564
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
138610
138565
|
structure_name?: (string | undefined) | undefined
|
|
138611
|
-
/**
|
|
138566
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
138612
138567
|
display_name?: (string | undefined) | undefined
|
|
138613
138568
|
}
|
|
138614
138569
|
| undefined
|
|
@@ -138950,9 +138905,6 @@ export type Routes = {
|
|
|
138950
138905
|
| undefined
|
|
138951
138906
|
}) &
|
|
138952
138907
|
({
|
|
138953
|
-
/** */
|
|
138954
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
138955
|
-
(number[] | undefined) | undefined
|
|
138956
138908
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
138957
138909
|
code_constraints?:
|
|
138958
138910
|
| (
|
|
@@ -142050,7 +142002,7 @@ export type Routes = {
|
|
|
142050
142002
|
device_custom_name?: (string | undefined) | undefined
|
|
142051
142003
|
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
142052
142004
|
structure_name?: (string | undefined) | undefined
|
|
142053
|
-
/**
|
|
142005
|
+
/** Name of the Google Home room containing the device. The device owner sets this value. */
|
|
142054
142006
|
display_name?: (string | undefined) | undefined
|
|
142055
142007
|
}
|
|
142056
142008
|
| undefined
|
|
@@ -142406,9 +142358,6 @@ export type Routes = {
|
|
|
142406
142358
|
| undefined
|
|
142407
142359
|
}) &
|
|
142408
142360
|
({
|
|
142409
|
-
/** */
|
|
142410
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
142411
|
-
(number[] | undefined) | undefined
|
|
142412
142361
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
142413
142362
|
code_constraints?:
|
|
142414
142363
|
| (
|