@seamapi/types 1.65.0 → 1.67.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 +123 -80
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +317 -320
- package/lib/seam/connect/openapi.d.ts +254 -276
- package/lib/seam/connect/openapi.js +114 -71
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +62 -43
- package/lib/seam/connect/unstable/models/acs/access_group.js +1 -1
- package/lib/seam/connect/unstable/models/acs/access_group.js.map +1 -1
- package/lib/seam/connect/unstable/models/acs/user.d.ts +15 -6
- package/lib/seam/connect/unstable/models/acs/user.js +5 -2
- package/lib/seam/connect/unstable/models/acs/user.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/capabilities-supported.d.ts +1 -1
- package/lib/seam/connect/unstable/models/devices/capabilities-supported.js +1 -0
- package/lib/seam/connect/unstable/models/devices/capabilities-supported.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/device-type.d.ts +10 -1
- package/lib/seam/connect/unstable/models/devices/device-type.js +8 -0
- package/lib/seam/connect/unstable/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +6 -6
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +6 -6
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +114 -71
- package/src/lib/seam/connect/route-types.ts +129 -43
- package/src/lib/seam/connect/unstable/models/acs/access_group.ts +1 -1
- package/src/lib/seam/connect/unstable/models/acs/user.ts +5 -2
- package/src/lib/seam/connect/unstable/models/devices/capabilities-supported.ts +1 -0
- package/src/lib/seam/connect/unstable/models/devices/device-type.ts +20 -0
package/dist/connect.cjs
CHANGED
|
@@ -275,6 +275,7 @@ var openapi_default = {
|
|
|
275
275
|
type: "string"
|
|
276
276
|
},
|
|
277
277
|
email_address: { format: "email", type: "string" },
|
|
278
|
+
ends_at: { format: "date-time", type: "string" },
|
|
278
279
|
external_type: {
|
|
279
280
|
enum: ["pti_user", "brivo_user", "hid_cm_user", "salto_site_user"],
|
|
280
281
|
type: "string"
|
|
@@ -283,7 +284,9 @@ var openapi_default = {
|
|
|
283
284
|
full_name: { type: "string" },
|
|
284
285
|
hid_acs_system_id: { format: "uuid", type: "string" },
|
|
285
286
|
is_suspended: { type: "boolean" },
|
|
287
|
+
is_virtual: { type: "boolean" },
|
|
286
288
|
phone_number: { nullable: true, type: "string" },
|
|
289
|
+
starts_at: { format: "date-time", type: "string" },
|
|
287
290
|
workspace_id: { format: "uuid", type: "string" }
|
|
288
291
|
},
|
|
289
292
|
required: [
|
|
@@ -292,9 +295,8 @@ var openapi_default = {
|
|
|
292
295
|
"workspace_id",
|
|
293
296
|
"created_at",
|
|
294
297
|
"display_name",
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"is_suspended"
|
|
298
|
+
"is_suspended",
|
|
299
|
+
"is_virtual"
|
|
298
300
|
],
|
|
299
301
|
type: "object"
|
|
300
302
|
},
|
|
@@ -542,7 +544,8 @@ var openapi_default = {
|
|
|
542
544
|
"lock",
|
|
543
545
|
"noise_detection",
|
|
544
546
|
"thermostat",
|
|
545
|
-
"battery"
|
|
547
|
+
"battery",
|
|
548
|
+
"phone"
|
|
546
549
|
],
|
|
547
550
|
type: "string"
|
|
548
551
|
},
|
|
@@ -603,7 +606,8 @@ var openapi_default = {
|
|
|
603
606
|
{
|
|
604
607
|
enum: ["ecobee_thermostat", "nest_thermostat"],
|
|
605
608
|
type: "string"
|
|
606
|
-
}
|
|
609
|
+
},
|
|
610
|
+
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
607
611
|
]
|
|
608
612
|
},
|
|
609
613
|
errors: {
|
|
@@ -1768,7 +1772,8 @@ var openapi_default = {
|
|
|
1768
1772
|
"lock",
|
|
1769
1773
|
"noise_detection",
|
|
1770
1774
|
"thermostat",
|
|
1771
|
-
"battery"
|
|
1775
|
+
"battery",
|
|
1776
|
+
"phone"
|
|
1772
1777
|
],
|
|
1773
1778
|
type: "string"
|
|
1774
1779
|
},
|
|
@@ -1829,7 +1834,8 @@ var openapi_default = {
|
|
|
1829
1834
|
{
|
|
1830
1835
|
enum: ["ecobee_thermostat", "nest_thermostat"],
|
|
1831
1836
|
type: "string"
|
|
1832
|
-
}
|
|
1837
|
+
},
|
|
1838
|
+
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
1833
1839
|
]
|
|
1834
1840
|
},
|
|
1835
1841
|
errors: {
|
|
@@ -2061,6 +2067,7 @@ var openapi_default = {
|
|
|
2061
2067
|
is_offline_access_code: { type: "boolean" },
|
|
2062
2068
|
is_one_time_use: { type: "boolean" },
|
|
2063
2069
|
max_time_rounding: {
|
|
2070
|
+
default: "1hour",
|
|
2064
2071
|
enum: ["1hour", "1day", "1h", "1d"],
|
|
2065
2072
|
type: "string"
|
|
2066
2073
|
},
|
|
@@ -2145,6 +2152,7 @@ var openapi_default = {
|
|
|
2145
2152
|
is_offline_access_code: { type: "boolean" },
|
|
2146
2153
|
is_one_time_use: { type: "boolean" },
|
|
2147
2154
|
max_time_rounding: {
|
|
2155
|
+
default: "1hour",
|
|
2148
2156
|
enum: ["1hour", "1day", "1h", "1d"],
|
|
2149
2157
|
type: "string"
|
|
2150
2158
|
},
|
|
@@ -2226,6 +2234,7 @@ var openapi_default = {
|
|
|
2226
2234
|
is_offline_access_code: { type: "boolean" },
|
|
2227
2235
|
is_one_time_use: { type: "boolean" },
|
|
2228
2236
|
max_time_rounding: {
|
|
2237
|
+
default: "1hour",
|
|
2229
2238
|
enum: ["1hour", "1day", "1h", "1d"],
|
|
2230
2239
|
type: "string"
|
|
2231
2240
|
},
|
|
@@ -2954,6 +2963,7 @@ var openapi_default = {
|
|
|
2954
2963
|
is_offline_access_code: { type: "boolean" },
|
|
2955
2964
|
is_one_time_use: { type: "boolean" },
|
|
2956
2965
|
max_time_rounding: {
|
|
2966
|
+
default: "1hour",
|
|
2957
2967
|
enum: ["1hour", "1day", "1h", "1d"],
|
|
2958
2968
|
type: "string"
|
|
2959
2969
|
},
|
|
@@ -3028,6 +3038,7 @@ var openapi_default = {
|
|
|
3028
3038
|
is_offline_access_code: { type: "boolean" },
|
|
3029
3039
|
is_one_time_use: { type: "boolean" },
|
|
3030
3040
|
max_time_rounding: {
|
|
3041
|
+
default: "1hour",
|
|
3031
3042
|
enum: ["1hour", "1day", "1h", "1d"],
|
|
3032
3043
|
type: "string"
|
|
3033
3044
|
},
|
|
@@ -3104,6 +3115,7 @@ var openapi_default = {
|
|
|
3104
3115
|
is_offline_access_code: { type: "boolean" },
|
|
3105
3116
|
is_one_time_use: { type: "boolean" },
|
|
3106
3117
|
max_time_rounding: {
|
|
3118
|
+
default: "1hour",
|
|
3107
3119
|
enum: ["1hour", "1day", "1h", "1d"],
|
|
3108
3120
|
type: "string"
|
|
3109
3121
|
},
|
|
@@ -3328,9 +3340,9 @@ var openapi_default = {
|
|
|
3328
3340
|
401: { description: "Unauthorized" }
|
|
3329
3341
|
},
|
|
3330
3342
|
security: [
|
|
3331
|
-
{
|
|
3332
|
-
{
|
|
3333
|
-
{
|
|
3343
|
+
{ pat_with_workspace: [] },
|
|
3344
|
+
{ console_session: [] },
|
|
3345
|
+
{ api_key: [] }
|
|
3334
3346
|
],
|
|
3335
3347
|
summary: "/acs/access_groups/list",
|
|
3336
3348
|
tags: [],
|
|
@@ -3422,9 +3434,9 @@ var openapi_default = {
|
|
|
3422
3434
|
401: { description: "Unauthorized" }
|
|
3423
3435
|
},
|
|
3424
3436
|
security: [
|
|
3425
|
-
{
|
|
3426
|
-
{
|
|
3427
|
-
{
|
|
3437
|
+
{ pat_with_workspace: [] },
|
|
3438
|
+
{ console_session: [] },
|
|
3439
|
+
{ api_key: [] }
|
|
3428
3440
|
],
|
|
3429
3441
|
summary: "/acs/access_groups/remove_user",
|
|
3430
3442
|
tags: [],
|
|
@@ -3497,9 +3509,9 @@ var openapi_default = {
|
|
|
3497
3509
|
401: { description: "Unauthorized" }
|
|
3498
3510
|
},
|
|
3499
3511
|
security: [
|
|
3500
|
-
{
|
|
3501
|
-
{
|
|
3502
|
-
{
|
|
3512
|
+
{ pat_with_workspace: [] },
|
|
3513
|
+
{ console_session: [] },
|
|
3514
|
+
{ api_key: [] }
|
|
3503
3515
|
],
|
|
3504
3516
|
summary: "/acs/credential_pools/list",
|
|
3505
3517
|
tags: [],
|
|
@@ -3578,9 +3590,9 @@ var openapi_default = {
|
|
|
3578
3590
|
401: { description: "Unauthorized" }
|
|
3579
3591
|
},
|
|
3580
3592
|
security: [
|
|
3581
|
-
{
|
|
3582
|
-
{
|
|
3583
|
-
{
|
|
3593
|
+
{ pat_with_workspace: [] },
|
|
3594
|
+
{ console_session: [] },
|
|
3595
|
+
{ api_key: [] }
|
|
3584
3596
|
],
|
|
3585
3597
|
summary: "/acs/credential_provisioning_automations/launch",
|
|
3586
3598
|
tags: [],
|
|
@@ -3663,9 +3675,9 @@ var openapi_default = {
|
|
|
3663
3675
|
401: { description: "Unauthorized" }
|
|
3664
3676
|
},
|
|
3665
3677
|
security: [
|
|
3666
|
-
{
|
|
3667
|
-
{
|
|
3668
|
-
{
|
|
3678
|
+
{ pat_with_workspace: [] },
|
|
3679
|
+
{ console_session: [] },
|
|
3680
|
+
{ api_key: [] }
|
|
3669
3681
|
],
|
|
3670
3682
|
summary: "/acs/credentials/assign",
|
|
3671
3683
|
tags: [],
|
|
@@ -3745,9 +3757,9 @@ var openapi_default = {
|
|
|
3745
3757
|
401: { description: "Unauthorized" }
|
|
3746
3758
|
},
|
|
3747
3759
|
security: [
|
|
3748
|
-
{
|
|
3749
|
-
{
|
|
3750
|
-
{
|
|
3760
|
+
{ pat_with_workspace: [] },
|
|
3761
|
+
{ console_session: [] },
|
|
3762
|
+
{ api_key: [] }
|
|
3751
3763
|
],
|
|
3752
3764
|
summary: "/acs/credentials/assign",
|
|
3753
3765
|
tags: [],
|
|
@@ -3834,9 +3846,9 @@ var openapi_default = {
|
|
|
3834
3846
|
401: { description: "Unauthorized" }
|
|
3835
3847
|
},
|
|
3836
3848
|
security: [
|
|
3837
|
-
{
|
|
3838
|
-
{
|
|
3839
|
-
{
|
|
3849
|
+
{ pat_with_workspace: [] },
|
|
3850
|
+
{ console_session: [] },
|
|
3851
|
+
{ api_key: [] }
|
|
3840
3852
|
],
|
|
3841
3853
|
summary: "/acs/credentials/create",
|
|
3842
3854
|
tags: [],
|
|
@@ -3877,9 +3889,9 @@ var openapi_default = {
|
|
|
3877
3889
|
401: { description: "Unauthorized" }
|
|
3878
3890
|
},
|
|
3879
3891
|
security: [
|
|
3880
|
-
{
|
|
3881
|
-
{
|
|
3882
|
-
{
|
|
3892
|
+
{ pat_with_workspace: [] },
|
|
3893
|
+
{ console_session: [] },
|
|
3894
|
+
{ api_key: [] }
|
|
3883
3895
|
],
|
|
3884
3896
|
summary: "/acs/credentials/delete",
|
|
3885
3897
|
tags: [],
|
|
@@ -3961,9 +3973,9 @@ var openapi_default = {
|
|
|
3961
3973
|
401: { description: "Unauthorized" }
|
|
3962
3974
|
},
|
|
3963
3975
|
security: [
|
|
3964
|
-
{
|
|
3965
|
-
{
|
|
3966
|
-
{
|
|
3976
|
+
{ pat_with_workspace: [] },
|
|
3977
|
+
{ console_session: [] },
|
|
3978
|
+
{ api_key: [] }
|
|
3967
3979
|
],
|
|
3968
3980
|
summary: "/acs/credentials/get",
|
|
3969
3981
|
tags: [],
|
|
@@ -4153,9 +4165,9 @@ var openapi_default = {
|
|
|
4153
4165
|
401: { description: "Unauthorized" }
|
|
4154
4166
|
},
|
|
4155
4167
|
security: [
|
|
4156
|
-
{
|
|
4157
|
-
{
|
|
4158
|
-
{
|
|
4168
|
+
{ pat_with_workspace: [] },
|
|
4169
|
+
{ console_session: [] },
|
|
4170
|
+
{ api_key: [] }
|
|
4159
4171
|
],
|
|
4160
4172
|
summary: "/acs/credentials/unassign",
|
|
4161
4173
|
tags: [],
|
|
@@ -4235,9 +4247,9 @@ var openapi_default = {
|
|
|
4235
4247
|
401: { description: "Unauthorized" }
|
|
4236
4248
|
},
|
|
4237
4249
|
security: [
|
|
4238
|
-
{
|
|
4239
|
-
{
|
|
4240
|
-
{
|
|
4250
|
+
{ pat_with_workspace: [] },
|
|
4251
|
+
{ console_session: [] },
|
|
4252
|
+
{ api_key: [] }
|
|
4241
4253
|
],
|
|
4242
4254
|
summary: "/acs/credentials/unassign",
|
|
4243
4255
|
tags: [],
|
|
@@ -4320,9 +4332,9 @@ var openapi_default = {
|
|
|
4320
4332
|
401: { description: "Unauthorized" }
|
|
4321
4333
|
},
|
|
4322
4334
|
security: [
|
|
4323
|
-
{
|
|
4324
|
-
{
|
|
4325
|
-
{
|
|
4335
|
+
{ pat_with_workspace: [] },
|
|
4336
|
+
{ console_session: [] },
|
|
4337
|
+
{ api_key: [] }
|
|
4326
4338
|
],
|
|
4327
4339
|
summary: "/acs/credentials/update",
|
|
4328
4340
|
tags: [],
|
|
@@ -4402,9 +4414,9 @@ var openapi_default = {
|
|
|
4402
4414
|
401: { description: "Unauthorized" }
|
|
4403
4415
|
},
|
|
4404
4416
|
security: [
|
|
4405
|
-
{
|
|
4406
|
-
{
|
|
4407
|
-
{
|
|
4417
|
+
{ pat_with_workspace: [] },
|
|
4418
|
+
{ console_session: [] },
|
|
4419
|
+
{ api_key: [] }
|
|
4408
4420
|
],
|
|
4409
4421
|
summary: "/acs/credentials/update",
|
|
4410
4422
|
tags: [],
|
|
@@ -4617,9 +4629,9 @@ var openapi_default = {
|
|
|
4617
4629
|
401: { description: "Unauthorized" }
|
|
4618
4630
|
},
|
|
4619
4631
|
security: [
|
|
4620
|
-
{
|
|
4621
|
-
{
|
|
4622
|
-
{
|
|
4632
|
+
{ pat_with_workspace: [] },
|
|
4633
|
+
{ console_session: [] },
|
|
4634
|
+
{ api_key: [] }
|
|
4623
4635
|
],
|
|
4624
4636
|
summary: "/acs/systems/get",
|
|
4625
4637
|
tags: [],
|
|
@@ -4665,9 +4677,10 @@ var openapi_default = {
|
|
|
4665
4677
|
401: { description: "Unauthorized" }
|
|
4666
4678
|
},
|
|
4667
4679
|
security: [
|
|
4668
|
-
{
|
|
4669
|
-
{
|
|
4670
|
-
{
|
|
4680
|
+
{ client_session: [] },
|
|
4681
|
+
{ pat_with_workspace: [] },
|
|
4682
|
+
{ console_session: [] },
|
|
4683
|
+
{ api_key: [] }
|
|
4671
4684
|
],
|
|
4672
4685
|
summary: "/acs/systems/list",
|
|
4673
4686
|
tags: [],
|
|
@@ -4698,9 +4711,9 @@ var openapi_default = {
|
|
|
4698
4711
|
401: { description: "Unauthorized" }
|
|
4699
4712
|
},
|
|
4700
4713
|
security: [
|
|
4701
|
-
{
|
|
4702
|
-
{
|
|
4703
|
-
{
|
|
4714
|
+
{ pat_with_workspace: [] },
|
|
4715
|
+
{ console_session: [] },
|
|
4716
|
+
{ api_key: [] }
|
|
4704
4717
|
],
|
|
4705
4718
|
summary: "/acs/users/add_to_access_group",
|
|
4706
4719
|
tags: [],
|
|
@@ -4729,9 +4742,9 @@ var openapi_default = {
|
|
|
4729
4742
|
401: { description: "Unauthorized" }
|
|
4730
4743
|
},
|
|
4731
4744
|
security: [
|
|
4732
|
-
{
|
|
4733
|
-
{
|
|
4734
|
-
{
|
|
4745
|
+
{ pat_with_workspace: [] },
|
|
4746
|
+
{ console_session: [] },
|
|
4747
|
+
{ api_key: [] }
|
|
4735
4748
|
],
|
|
4736
4749
|
summary: "/acs/users/add_to_access_group",
|
|
4737
4750
|
tags: [],
|
|
@@ -4746,6 +4759,14 @@ var openapi_default = {
|
|
|
4746
4759
|
"application/json": {
|
|
4747
4760
|
schema: {
|
|
4748
4761
|
properties: {
|
|
4762
|
+
access_schedule: {
|
|
4763
|
+
properties: {
|
|
4764
|
+
ends_at: { format: "date-time", type: "string" },
|
|
4765
|
+
starts_at: { format: "date-time", type: "string" }
|
|
4766
|
+
},
|
|
4767
|
+
required: ["starts_at", "ends_at"],
|
|
4768
|
+
type: "object"
|
|
4769
|
+
},
|
|
4749
4770
|
acs_access_group_ids: {
|
|
4750
4771
|
default: [],
|
|
4751
4772
|
items: { format: "uuid", type: "string" },
|
|
@@ -4787,9 +4808,9 @@ var openapi_default = {
|
|
|
4787
4808
|
401: { description: "Unauthorized" }
|
|
4788
4809
|
},
|
|
4789
4810
|
security: [
|
|
4790
|
-
{
|
|
4791
|
-
{
|
|
4792
|
-
{
|
|
4811
|
+
{ pat_with_workspace: [] },
|
|
4812
|
+
{ console_session: [] },
|
|
4813
|
+
{ api_key: [] }
|
|
4793
4814
|
],
|
|
4794
4815
|
summary: "/acs/users/create",
|
|
4795
4816
|
tags: [],
|
|
@@ -4828,9 +4849,9 @@ var openapi_default = {
|
|
|
4828
4849
|
401: { description: "Unauthorized" }
|
|
4829
4850
|
},
|
|
4830
4851
|
security: [
|
|
4831
|
-
{
|
|
4832
|
-
{
|
|
4833
|
-
{
|
|
4852
|
+
{ pat_with_workspace: [] },
|
|
4853
|
+
{ console_session: [] },
|
|
4854
|
+
{ api_key: [] }
|
|
4834
4855
|
],
|
|
4835
4856
|
summary: "/acs/users/delete",
|
|
4836
4857
|
tags: [],
|
|
@@ -4872,9 +4893,9 @@ var openapi_default = {
|
|
|
4872
4893
|
401: { description: "Unauthorized" }
|
|
4873
4894
|
},
|
|
4874
4895
|
security: [
|
|
4875
|
-
{
|
|
4876
|
-
{
|
|
4877
|
-
{
|
|
4896
|
+
{ pat_with_workspace: [] },
|
|
4897
|
+
{ console_session: [] },
|
|
4898
|
+
{ api_key: [] }
|
|
4878
4899
|
],
|
|
4879
4900
|
summary: "/acs/users/get",
|
|
4880
4901
|
tags: [],
|
|
@@ -4921,9 +4942,10 @@ var openapi_default = {
|
|
|
4921
4942
|
401: { description: "Unauthorized" }
|
|
4922
4943
|
},
|
|
4923
4944
|
security: [
|
|
4924
|
-
{
|
|
4925
|
-
{
|
|
4926
|
-
{
|
|
4945
|
+
{ client_session: [] },
|
|
4946
|
+
{ pat_with_workspace: [] },
|
|
4947
|
+
{ console_session: [] },
|
|
4948
|
+
{ api_key: [] }
|
|
4927
4949
|
],
|
|
4928
4950
|
summary: "/acs/users/list",
|
|
4929
4951
|
tags: [],
|
|
@@ -4954,9 +4976,9 @@ var openapi_default = {
|
|
|
4954
4976
|
401: { description: "Unauthorized" }
|
|
4955
4977
|
},
|
|
4956
4978
|
security: [
|
|
4957
|
-
{
|
|
4958
|
-
{
|
|
4959
|
-
{
|
|
4979
|
+
{ pat_with_workspace: [] },
|
|
4980
|
+
{ console_session: [] },
|
|
4981
|
+
{ api_key: [] }
|
|
4960
4982
|
],
|
|
4961
4983
|
summary: "/acs/users/remove_from_access_group",
|
|
4962
4984
|
tags: [],
|
|
@@ -4995,9 +5017,9 @@ var openapi_default = {
|
|
|
4995
5017
|
401: { description: "Unauthorized" }
|
|
4996
5018
|
},
|
|
4997
5019
|
security: [
|
|
4998
|
-
{
|
|
4999
|
-
{
|
|
5000
|
-
{
|
|
5020
|
+
{ pat_with_workspace: [] },
|
|
5021
|
+
{ console_session: [] },
|
|
5022
|
+
{ api_key: [] }
|
|
5001
5023
|
],
|
|
5002
5024
|
summary: "/acs/users/suspend",
|
|
5003
5025
|
tags: [],
|
|
@@ -5830,6 +5852,7 @@ var openapi_default = {
|
|
|
5830
5852
|
"seam_passport",
|
|
5831
5853
|
"visionline",
|
|
5832
5854
|
"assa_abloy_credential_service",
|
|
5855
|
+
"seam_bridge",
|
|
5833
5856
|
"yale_access",
|
|
5834
5857
|
"hid_cm"
|
|
5835
5858
|
],
|
|
@@ -6443,7 +6466,8 @@ var openapi_default = {
|
|
|
6443
6466
|
{
|
|
6444
6467
|
enum: ["ecobee_thermostat", "nest_thermostat"],
|
|
6445
6468
|
type: "string"
|
|
6446
|
-
}
|
|
6469
|
+
},
|
|
6470
|
+
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
6447
6471
|
]
|
|
6448
6472
|
},
|
|
6449
6473
|
device_types: {
|
|
@@ -6486,6 +6510,10 @@ var openapi_default = {
|
|
|
6486
6510
|
{
|
|
6487
6511
|
enum: ["ecobee_thermostat", "nest_thermostat"],
|
|
6488
6512
|
type: "string"
|
|
6513
|
+
},
|
|
6514
|
+
{
|
|
6515
|
+
enum: ["ios_phone", "android_phone"],
|
|
6516
|
+
type: "string"
|
|
6489
6517
|
}
|
|
6490
6518
|
]
|
|
6491
6519
|
},
|
|
@@ -6735,7 +6763,8 @@ var openapi_default = {
|
|
|
6735
6763
|
{
|
|
6736
6764
|
enum: ["ecobee_thermostat", "nest_thermostat"],
|
|
6737
6765
|
type: "string"
|
|
6738
|
-
}
|
|
6766
|
+
},
|
|
6767
|
+
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
6739
6768
|
]
|
|
6740
6769
|
},
|
|
6741
6770
|
device_types: {
|
|
@@ -6778,6 +6807,10 @@ var openapi_default = {
|
|
|
6778
6807
|
{
|
|
6779
6808
|
enum: ["ecobee_thermostat", "nest_thermostat"],
|
|
6780
6809
|
type: "string"
|
|
6810
|
+
},
|
|
6811
|
+
{
|
|
6812
|
+
enum: ["ios_phone", "android_phone"],
|
|
6813
|
+
type: "string"
|
|
6781
6814
|
}
|
|
6782
6815
|
]
|
|
6783
6816
|
},
|
|
@@ -7543,7 +7576,8 @@ var openapi_default = {
|
|
|
7543
7576
|
{
|
|
7544
7577
|
enum: ["ecobee_thermostat", "nest_thermostat"],
|
|
7545
7578
|
type: "string"
|
|
7546
|
-
}
|
|
7579
|
+
},
|
|
7580
|
+
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
7547
7581
|
]
|
|
7548
7582
|
},
|
|
7549
7583
|
device_types: {
|
|
@@ -7586,6 +7620,10 @@ var openapi_default = {
|
|
|
7586
7620
|
{
|
|
7587
7621
|
enum: ["ecobee_thermostat", "nest_thermostat"],
|
|
7588
7622
|
type: "string"
|
|
7623
|
+
},
|
|
7624
|
+
{
|
|
7625
|
+
enum: ["ios_phone", "android_phone"],
|
|
7626
|
+
type: "string"
|
|
7589
7627
|
}
|
|
7590
7628
|
]
|
|
7591
7629
|
},
|
|
@@ -8908,7 +8946,8 @@ var openapi_default = {
|
|
|
8908
8946
|
{
|
|
8909
8947
|
enum: ["ecobee_thermostat", "nest_thermostat"],
|
|
8910
8948
|
type: "string"
|
|
8911
|
-
}
|
|
8949
|
+
},
|
|
8950
|
+
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
8912
8951
|
]
|
|
8913
8952
|
},
|
|
8914
8953
|
device_types: {
|
|
@@ -8951,6 +8990,10 @@ var openapi_default = {
|
|
|
8951
8990
|
{
|
|
8952
8991
|
enum: ["ecobee_thermostat", "nest_thermostat"],
|
|
8953
8992
|
type: "string"
|
|
8993
|
+
},
|
|
8994
|
+
{
|
|
8995
|
+
enum: ["ios_phone", "android_phone"],
|
|
8996
|
+
type: "string"
|
|
8954
8997
|
}
|
|
8955
8998
|
]
|
|
8956
8999
|
},
|