@seamapi/types 1.1023.0 → 1.1024.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.
|
@@ -33542,6 +33542,7 @@ const openapi = {
|
|
|
33542
33542
|
name: 'code',
|
|
33543
33543
|
schema: {
|
|
33544
33544
|
description: 'Code of the access code that you want to get. You must specify either `access_code_id` or both `device_id` and `code`.',
|
|
33545
|
+
minLength: 1,
|
|
33545
33546
|
type: 'string',
|
|
33546
33547
|
},
|
|
33547
33548
|
},
|
|
@@ -33598,6 +33599,7 @@ const openapi = {
|
|
|
33598
33599
|
},
|
|
33599
33600
|
code: {
|
|
33600
33601
|
description: 'Code of the access code that you want to get. You must specify either `access_code_id` or both `device_id` and `code`.',
|
|
33602
|
+
minLength: 1,
|
|
33601
33603
|
type: 'string',
|
|
33602
33604
|
},
|
|
33603
33605
|
device_id: {
|
|
@@ -34843,6 +34845,7 @@ const openapi = {
|
|
|
34843
34845
|
name: 'code',
|
|
34844
34846
|
schema: {
|
|
34845
34847
|
description: 'Code of the unmanaged access code that you want to get. You must specify either `access_code_id` or both `device_id` and `code`.',
|
|
34848
|
+
minLength: 1,
|
|
34846
34849
|
type: 'string',
|
|
34847
34850
|
},
|
|
34848
34851
|
},
|
|
@@ -34901,6 +34904,7 @@ const openapi = {
|
|
|
34901
34904
|
},
|
|
34902
34905
|
code: {
|
|
34903
34906
|
description: 'Code of the unmanaged access code that you want to get. You must specify either `access_code_id` or both `device_id` and `code`.',
|
|
34907
|
+
minLength: 1,
|
|
34904
34908
|
type: 'string',
|
|
34905
34909
|
},
|
|
34906
34910
|
device_id: {
|
|
@@ -50032,6 +50036,7 @@ const openapi = {
|
|
|
50032
50036
|
name: 'name',
|
|
50033
50037
|
schema: {
|
|
50034
50038
|
description: 'Name of the device that you want to get.',
|
|
50039
|
+
minLength: 1,
|
|
50035
50040
|
type: 'string',
|
|
50036
50041
|
},
|
|
50037
50042
|
},
|
|
@@ -50088,6 +50093,7 @@ const openapi = {
|
|
|
50088
50093
|
},
|
|
50089
50094
|
name: {
|
|
50090
50095
|
description: 'Name of the device that you want to get.',
|
|
50096
|
+
minLength: 1,
|
|
50091
50097
|
type: 'string',
|
|
50092
50098
|
},
|
|
50093
50099
|
},
|
|
@@ -52819,6 +52825,7 @@ const openapi = {
|
|
|
52819
52825
|
name: 'name',
|
|
52820
52826
|
schema: {
|
|
52821
52827
|
description: 'Name of the unmanaged device that you want to get.',
|
|
52828
|
+
minLength: 1,
|
|
52822
52829
|
type: 'string',
|
|
52823
52830
|
},
|
|
52824
52831
|
},
|
|
@@ -52873,6 +52880,7 @@ const openapi = {
|
|
|
52873
52880
|
},
|
|
52874
52881
|
name: {
|
|
52875
52882
|
description: 'Name of the unmanaged device that you want to get.',
|
|
52883
|
+
minLength: 1,
|
|
52876
52884
|
type: 'string',
|
|
52877
52885
|
},
|
|
52878
52886
|
},
|
|
@@ -54019,6 +54027,7 @@ const openapi = {
|
|
|
54019
54027
|
name: 'event_type',
|
|
54020
54028
|
schema: {
|
|
54021
54029
|
description: 'Type of the event that you want to get.',
|
|
54030
|
+
minLength: 1,
|
|
54022
54031
|
type: 'string',
|
|
54023
54032
|
},
|
|
54024
54033
|
},
|
|
@@ -54090,6 +54099,7 @@ const openapi = {
|
|
|
54090
54099
|
},
|
|
54091
54100
|
event_type: {
|
|
54092
54101
|
description: 'Type of the event that you want to get.',
|
|
54102
|
+
minLength: 1,
|
|
54093
54103
|
type: 'string',
|
|
54094
54104
|
},
|
|
54095
54105
|
},
|
|
@@ -55491,6 +55501,7 @@ const openapi = {
|
|
|
55491
55501
|
name: 'name',
|
|
55492
55502
|
schema: {
|
|
55493
55503
|
description: 'Name of the lock that you want to get.',
|
|
55504
|
+
minLength: 1,
|
|
55494
55505
|
type: 'string',
|
|
55495
55506
|
},
|
|
55496
55507
|
},
|
|
@@ -55547,6 +55558,7 @@ const openapi = {
|
|
|
55547
55558
|
},
|
|
55548
55559
|
name: {
|
|
55549
55560
|
description: 'Name of the lock that you want to get.',
|
|
55561
|
+
minLength: 1,
|
|
55550
55562
|
type: 'string',
|
|
55551
55563
|
},
|
|
55552
55564
|
},
|
|
@@ -75519,6 +75531,7 @@ const openapi = {
|
|
|
75519
75531
|
name: 'name',
|
|
75520
75532
|
schema: {
|
|
75521
75533
|
description: 'Name of the thermostat device that you want to retrieve.',
|
|
75534
|
+
minLength: 1,
|
|
75522
75535
|
type: 'string',
|
|
75523
75536
|
},
|
|
75524
75537
|
},
|
|
@@ -75574,6 +75587,7 @@ const openapi = {
|
|
|
75574
75587
|
},
|
|
75575
75588
|
name: {
|
|
75576
75589
|
description: 'Name of the thermostat device that you want to retrieve.',
|
|
75590
|
+
minLength: 1,
|
|
75577
75591
|
type: 'string',
|
|
75578
75592
|
},
|
|
75579
75593
|
},
|
|
@@ -80542,6 +80556,7 @@ const openapi = {
|
|
|
80542
80556
|
required: true,
|
|
80543
80557
|
schema: {
|
|
80544
80558
|
description: 'ID of the webhook that you want to delete.',
|
|
80559
|
+
minLength: 1,
|
|
80545
80560
|
type: 'string',
|
|
80546
80561
|
},
|
|
80547
80562
|
},
|
|
@@ -80584,6 +80599,7 @@ const openapi = {
|
|
|
80584
80599
|
properties: {
|
|
80585
80600
|
webhook_id: {
|
|
80586
80601
|
description: 'ID of the webhook that you want to delete.',
|
|
80602
|
+
minLength: 1,
|
|
80587
80603
|
type: 'string',
|
|
80588
80604
|
},
|
|
80589
80605
|
},
|
|
@@ -80633,6 +80649,7 @@ const openapi = {
|
|
|
80633
80649
|
required: true,
|
|
80634
80650
|
schema: {
|
|
80635
80651
|
description: 'ID of the webhook that you want to get.',
|
|
80652
|
+
minLength: 1,
|
|
80636
80653
|
type: 'string',
|
|
80637
80654
|
},
|
|
80638
80655
|
},
|
|
@@ -80679,6 +80696,7 @@ const openapi = {
|
|
|
80679
80696
|
properties: {
|
|
80680
80697
|
webhook_id: {
|
|
80681
80698
|
description: 'ID of the webhook that you want to get.',
|
|
80699
|
+
minLength: 1,
|
|
80682
80700
|
type: 'string',
|
|
80683
80701
|
},
|
|
80684
80702
|
},
|