Skip to content

Commit 9c8e7e0

Browse files
committed
feat: Sync with Seam API via 2aada4fa7d4499b836e6b818d3e71243f545a218
1 parent 158d5e5 commit 9c8e7e0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

src/lib/seam/connect/openapi.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50595,7 +50595,7 @@ export default {
5059550595
name: 'search',
5059650596
schema: {
5059750597
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`.',
5059950599
minLength: 1,
5060050600
type: 'string',
5060150601
},
@@ -50955,7 +50955,7 @@ export default {
5095550955
},
5095650956
search: {
5095750957
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`.',
5095950959
minLength: 1,
5096050960
type: 'string',
5096150961
},
@@ -52466,7 +52466,7 @@ export default {
5246652466
name: 'search',
5246752467
schema: {
5246852468
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`.',
5247052470
minLength: 1,
5247152471
type: 'string',
5247252472
},
@@ -52836,7 +52836,7 @@ export default {
5283652836
},
5283752837
search: {
5283852838
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`.',
5284052840
minLength: 1,
5284152841
type: 'string',
5284252842
},
@@ -55071,7 +55071,7 @@ export default {
5507155071
name: 'search',
5507255072
schema: {
5507355073
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`.',
5507555075
minLength: 1,
5507655076
type: 'string',
5507755077
},
@@ -55354,7 +55354,7 @@ export default {
5535455354
},
5535555355
search: {
5535655356
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`.',
5535855358
minLength: 1,
5535955359
type: 'string',
5536055360
},
@@ -55906,7 +55906,7 @@ export default {
5590655906
name: 'search',
5590755907
schema: {
5590855908
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`.',
5591055910
minLength: 1,
5591155911
type: 'string',
5591255912
},
@@ -56097,7 +56097,7 @@ export default {
5609756097
},
5609856098
search: {
5609956099
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`.',
5610156101
minLength: 1,
5610256102
type: 'string',
5610356103
},
@@ -68596,7 +68596,7 @@ export default {
6859668596
name: 'search',
6859768597
schema: {
6859868598
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`.',
6860068600
minLength: 1,
6860168601
type: 'string',
6860268602
},
@@ -68808,7 +68808,7 @@ export default {
6880868808
},
6880968809
search: {
6881068810
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`.',
6881268812
minLength: 1,
6881368813
type: 'string',
6881468814
},

src/lib/seam/connect/route-types.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34699,7 +34699,7 @@ export type Routes = {
3469934699
unstable_location_id?: (string | null) | undefined
3470034700
/** ID of the space for which you want to list devices. */
3470134701
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`. */
3470334703
search?: string | undefined
3470434704
}
3470534705
formData: {}
@@ -37692,7 +37692,7 @@ export type Routes = {
3769237692
unstable_location_id?: (string | null) | undefined
3769337693
/** ID of the space for which you want to list devices. */
3769437694
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`. */
3769637696
search?: string | undefined
3769737697
/** Numerical limit on the number of devices to return. */
3769837698
limit?: number
@@ -48151,7 +48151,7 @@ export type Routes = {
4815148151
unstable_location_id?: (string | null) | undefined
4815248152
/** ID of the space for which you want to list devices. */
4815348153
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`. */
4815548155
search?: string | undefined
4815648156
}
4815748157
formData: {}
@@ -57318,7 +57318,7 @@ export type Routes = {
5731857318
unstable_location_id?: (string | null) | undefined
5731957319
/** ID of the space for which you want to list devices. */
5732057320
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`. */
5732257322
search?: string | undefined
5732357323
}
5732457324
formData: {}
@@ -84510,7 +84510,7 @@ export type Routes = {
8451084510
unstable_location_id?: (string | null) | undefined
8451184511
/** ID of the space for which you want to list devices. */
8451284512
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`. */
8451484514
search?: string | undefined
8451584515
}
8451684516
formData: {}

0 commit comments

Comments
 (0)