You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/seam/connect/openapi.ts
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -50595,7 +50595,7 @@ export default {
50595
50595
name: 'search',
50596
50596
schema: {
50597
50597
description:
50598
-
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
50598
+
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
50599
50599
minLength: 1,
50600
50600
type: 'string',
50601
50601
},
@@ -50955,7 +50955,7 @@ export default {
50955
50955
},
50956
50956
search: {
50957
50957
description:
50958
-
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
50958
+
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
50959
50959
minLength: 1,
50960
50960
type: 'string',
50961
50961
},
@@ -52466,7 +52466,7 @@ export default {
52466
52466
name: 'search',
52467
52467
schema: {
52468
52468
description:
52469
-
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
52469
+
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
52470
52470
minLength: 1,
52471
52471
type: 'string',
52472
52472
},
@@ -52836,7 +52836,7 @@ export default {
52836
52836
},
52837
52837
search: {
52838
52838
description:
52839
-
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
52839
+
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
52840
52840
minLength: 1,
52841
52841
type: 'string',
52842
52842
},
@@ -55071,7 +55071,7 @@ export default {
55071
55071
name: 'search',
55072
55072
schema: {
55073
55073
description:
55074
-
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
55074
+
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
55075
55075
minLength: 1,
55076
55076
type: 'string',
55077
55077
},
@@ -55354,7 +55354,7 @@ export default {
55354
55354
},
55355
55355
search: {
55356
55356
description:
55357
-
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
55357
+
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
55358
55358
minLength: 1,
55359
55359
type: 'string',
55360
55360
},
@@ -55906,7 +55906,7 @@ export default {
55906
55906
name: 'search',
55907
55907
schema: {
55908
55908
description:
55909
-
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
55909
+
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
55910
55910
minLength: 1,
55911
55911
type: 'string',
55912
55912
},
@@ -56097,7 +56097,7 @@ export default {
56097
56097
},
56098
56098
search: {
56099
56099
description:
56100
-
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
56100
+
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
56101
56101
minLength: 1,
56102
56102
type: 'string',
56103
56103
},
@@ -68596,7 +68596,7 @@ export default {
68596
68596
name: 'search',
68597
68597
schema: {
68598
68598
description:
68599
-
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
68599
+
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
68600
68600
minLength: 1,
68601
68601
type: 'string',
68602
68602
},
@@ -68808,7 +68808,7 @@ export default {
68808
68808
},
68809
68809
search: {
68810
68810
description:
68811
-
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
68811
+
'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
/** ID of the space for which you want to list devices. */
34701
34701
space_id?: string | undefined
34702
-
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
34702
+
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`. */
/** ID of the space for which you want to list devices. */
37694
37694
space_id?: string | undefined
37695
-
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
37695
+
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`. */
37696
37696
search?: string | undefined
37697
37697
/** Numerical limit on the number of devices to return. */
/** ID of the space for which you want to list devices. */
48153
48153
space_id?: string | undefined
48154
-
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
48154
+
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`. */
/** ID of the space for which you want to list devices. */
57320
57320
space_id?: string | undefined
57321
-
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
57321
+
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`. */
/** ID of the space for which you want to list devices. */
84512
84512
space_id?: string | undefined
84513
-
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
84513
+
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`. */
0 commit comments