@seamapi/types 1.1023.0 → 1.1025.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
|
},
|
|
@@ -61217,7 +61229,6 @@ const openapi = {
|
|
|
61217
61229
|
required: false,
|
|
61218
61230
|
schema: {
|
|
61219
61231
|
description: 'Identifies the specific page of results to return. Specify `null` or omit this parameter to return the first page.',
|
|
61220
|
-
minLength: 1,
|
|
61221
61232
|
nullable: true,
|
|
61222
61233
|
type: 'string',
|
|
61223
61234
|
},
|
|
@@ -61604,7 +61615,6 @@ const openapi = {
|
|
|
61604
61615
|
},
|
|
61605
61616
|
page_cursor: {
|
|
61606
61617
|
description: 'Identifies the specific page of results to return. Specify `null` or omit this parameter to return the first page.',
|
|
61607
|
-
minLength: 1,
|
|
61608
61618
|
nullable: true,
|
|
61609
61619
|
type: 'string',
|
|
61610
61620
|
},
|
|
@@ -75519,6 +75529,7 @@ const openapi = {
|
|
|
75519
75529
|
name: 'name',
|
|
75520
75530
|
schema: {
|
|
75521
75531
|
description: 'Name of the thermostat device that you want to retrieve.',
|
|
75532
|
+
minLength: 1,
|
|
75522
75533
|
type: 'string',
|
|
75523
75534
|
},
|
|
75524
75535
|
},
|
|
@@ -75574,6 +75585,7 @@ const openapi = {
|
|
|
75574
75585
|
},
|
|
75575
75586
|
name: {
|
|
75576
75587
|
description: 'Name of the thermostat device that you want to retrieve.',
|
|
75588
|
+
minLength: 1,
|
|
75577
75589
|
type: 'string',
|
|
75578
75590
|
},
|
|
75579
75591
|
},
|
|
@@ -80542,6 +80554,7 @@ const openapi = {
|
|
|
80542
80554
|
required: true,
|
|
80543
80555
|
schema: {
|
|
80544
80556
|
description: 'ID of the webhook that you want to delete.',
|
|
80557
|
+
minLength: 1,
|
|
80545
80558
|
type: 'string',
|
|
80546
80559
|
},
|
|
80547
80560
|
},
|
|
@@ -80584,6 +80597,7 @@ const openapi = {
|
|
|
80584
80597
|
properties: {
|
|
80585
80598
|
webhook_id: {
|
|
80586
80599
|
description: 'ID of the webhook that you want to delete.',
|
|
80600
|
+
minLength: 1,
|
|
80587
80601
|
type: 'string',
|
|
80588
80602
|
},
|
|
80589
80603
|
},
|
|
@@ -80633,6 +80647,7 @@ const openapi = {
|
|
|
80633
80647
|
required: true,
|
|
80634
80648
|
schema: {
|
|
80635
80649
|
description: 'ID of the webhook that you want to get.',
|
|
80650
|
+
minLength: 1,
|
|
80636
80651
|
type: 'string',
|
|
80637
80652
|
},
|
|
80638
80653
|
},
|
|
@@ -80679,6 +80694,7 @@ const openapi = {
|
|
|
80679
80694
|
properties: {
|
|
80680
80695
|
webhook_id: {
|
|
80681
80696
|
description: 'ID of the webhook that you want to get.',
|
|
80697
|
+
minLength: 1,
|
|
80682
80698
|
type: 'string',
|
|
80683
80699
|
},
|
|
80684
80700
|
},
|