@seamapi/types 1.509.0 → 1.510.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.
@@ -30361,6 +30361,8 @@ export type Routes = {
30361
30361
  queryParams: {};
30362
30362
  jsonBody: {};
30363
30363
  commonParams: {
30364
+ /** Customer key for which you want to list connect webviews. */
30365
+ customer_key?: string | undefined;
30364
30366
  /** Your user ID for the user by which you want to filter Connect Webviews. */
30365
30367
  user_identifier_key?: string | undefined;
30366
30368
  /** Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs. */
@@ -32700,6 +32702,8 @@ export type Routes = {
32700
32702
  jsonBody: {};
32701
32703
  commonParams: {
32702
32704
  customer_ids?: string[] | undefined;
32705
+ /** Customer key for which you want to list devices. */
32706
+ customer_key?: string | undefined;
32703
32707
  /** ID of the connected account for which you want to list devices. */
32704
32708
  connected_account_id?: string | undefined;
32705
32709
  /** Array of IDs of the connected accounts for which you want to list devices. */
@@ -34425,6 +34429,8 @@ export type Routes = {
34425
34429
  jsonBody: {};
34426
34430
  commonParams: {
34427
34431
  customer_ids?: string[] | undefined;
34432
+ /** Customer key for which you want to list devices. */
34433
+ customer_key?: string | undefined;
34428
34434
  /** ID of the connected account for which you want to list devices. */
34429
34435
  connected_account_id?: string | undefined;
34430
34436
  /** Array of IDs of the connected accounts for which you want to list devices. */
@@ -41074,6 +41080,8 @@ export type Routes = {
41074
41080
  jsonBody: {};
41075
41081
  commonParams: {
41076
41082
  customer_ids?: string[] | undefined;
41083
+ /** Customer key for which you want to list devices. */
41084
+ customer_key?: string | undefined;
41077
41085
  /** ID of the connected account for which you want to list devices. */
41078
41086
  connected_account_id?: string | undefined;
41079
41087
  /** Array of IDs of the connected accounts for which you want to list devices. */
@@ -48501,6 +48509,8 @@ export type Routes = {
48501
48509
  jsonBody: {};
48502
48510
  commonParams: {
48503
48511
  customer_ids?: string[] | undefined;
48512
+ /** Customer key for which you want to list devices. */
48513
+ customer_key?: string | undefined;
48504
48514
  /** ID of the connected account for which you want to list devices. */
48505
48515
  connected_account_id?: string | undefined;
48506
48516
  /** Array of IDs of the connected accounts for which you want to list devices. */
@@ -67337,6 +67347,8 @@ export type Routes = {
67337
67347
  jsonBody: {};
67338
67348
  commonParams: {
67339
67349
  customer_ids?: string[] | undefined;
67350
+ /** Customer key for which you want to list devices. */
67351
+ customer_key?: string | undefined;
67340
67352
  /** ID of the connected account for which you want to list devices. */
67341
67353
  connected_account_id?: string | undefined;
67342
67354
  /** Array of IDs of the connected accounts for which you want to list devices. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.509.0",
3
+ "version": "1.510.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -37448,6 +37448,15 @@ export default {
37448
37448
  'Returns a list of all [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews).',
37449
37449
  operationId: 'connectWebviewsListGet',
37450
37450
  parameters: [
37451
+ {
37452
+ in: 'query',
37453
+ name: 'customer_key',
37454
+ schema: {
37455
+ description:
37456
+ 'Customer key for which you want to list connect webviews.',
37457
+ type: 'string',
37458
+ },
37459
+ },
37451
37460
  {
37452
37461
  in: 'query',
37453
37462
  name: 'user_identifier_key',
@@ -37545,6 +37554,11 @@ export default {
37545
37554
  'Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs.',
37546
37555
  type: 'object',
37547
37556
  },
37557
+ customer_key: {
37558
+ description:
37559
+ 'Customer key for which you want to list connect webviews.',
37560
+ type: 'string',
37561
+ },
37548
37562
  limit: {
37549
37563
  default: 500,
37550
37564
  description:
@@ -40214,6 +40228,14 @@ export default {
40214
40228
  type: 'array',
40215
40229
  },
40216
40230
  },
40231
+ {
40232
+ in: 'query',
40233
+ name: 'customer_key',
40234
+ schema: {
40235
+ description: 'Customer key for which you want to list devices.',
40236
+ type: 'string',
40237
+ },
40238
+ },
40217
40239
  {
40218
40240
  in: 'query',
40219
40241
  name: 'connected_account_id',
@@ -40675,6 +40697,11 @@ export default {
40675
40697
  items: { format: 'uuid', type: 'string' },
40676
40698
  type: 'array',
40677
40699
  },
40700
+ customer_key: {
40701
+ description:
40702
+ 'Customer key for which you want to list devices.',
40703
+ type: 'string',
40704
+ },
40678
40705
  device_ids: {
40679
40706
  description:
40680
40707
  'Array of device IDs for which you want to list devices.',
@@ -41505,6 +41532,14 @@ export default {
41505
41532
  type: 'array',
41506
41533
  },
41507
41534
  },
41535
+ {
41536
+ in: 'query',
41537
+ name: 'customer_key',
41538
+ schema: {
41539
+ description: 'Customer key for which you want to list devices.',
41540
+ type: 'string',
41541
+ },
41542
+ },
41508
41543
  {
41509
41544
  in: 'query',
41510
41545
  name: 'connected_account_id',
@@ -41963,6 +41998,11 @@ export default {
41963
41998
  items: { format: 'uuid', type: 'string' },
41964
41999
  type: 'array',
41965
42000
  },
42001
+ customer_key: {
42002
+ description:
42003
+ 'Customer key for which you want to list devices.',
42004
+ type: 'string',
42005
+ },
41966
42006
  device_ids: {
41967
42007
  description:
41968
42008
  'Array of device IDs for which you want to list devices.',
@@ -43862,6 +43902,14 @@ export default {
43862
43902
  type: 'array',
43863
43903
  },
43864
43904
  },
43905
+ {
43906
+ in: 'query',
43907
+ name: 'customer_key',
43908
+ schema: {
43909
+ description: 'Customer key for which you want to list devices.',
43910
+ type: 'string',
43911
+ },
43912
+ },
43865
43913
  {
43866
43914
  in: 'query',
43867
43915
  name: 'connected_account_id',
@@ -44259,6 +44307,11 @@ export default {
44259
44307
  items: { format: 'uuid', type: 'string' },
44260
44308
  type: 'array',
44261
44309
  },
44310
+ customer_key: {
44311
+ description:
44312
+ 'Customer key for which you want to list devices.',
44313
+ type: 'string',
44314
+ },
44262
44315
  device_ids: {
44263
44316
  description:
44264
44317
  'Array of device IDs for which you want to list devices.',
@@ -44771,6 +44824,14 @@ export default {
44771
44824
  type: 'array',
44772
44825
  },
44773
44826
  },
44827
+ {
44828
+ in: 'query',
44829
+ name: 'customer_key',
44830
+ schema: {
44831
+ description: 'Customer key for which you want to list devices.',
44832
+ type: 'string',
44833
+ },
44834
+ },
44774
44835
  {
44775
44836
  in: 'query',
44776
44837
  name: 'connected_account_id',
@@ -45086,6 +45147,11 @@ export default {
45086
45147
  items: { format: 'uuid', type: 'string' },
45087
45148
  type: 'array',
45088
45149
  },
45150
+ customer_key: {
45151
+ description:
45152
+ 'Customer key for which you want to list devices.',
45153
+ type: 'string',
45154
+ },
45089
45155
  device_ids: {
45090
45156
  description:
45091
45157
  'Array of device IDs for which you want to list devices.',
@@ -51548,6 +51614,14 @@ export default {
51548
51614
  type: 'array',
51549
51615
  },
51550
51616
  },
51617
+ {
51618
+ in: 'query',
51619
+ name: 'customer_key',
51620
+ schema: {
51621
+ description: 'Customer key for which you want to list devices.',
51622
+ type: 'string',
51623
+ },
51624
+ },
51551
51625
  {
51552
51626
  in: 'query',
51553
51627
  name: 'connected_account_id',
@@ -51884,6 +51958,11 @@ export default {
51884
51958
  items: { format: 'uuid', type: 'string' },
51885
51959
  type: 'array',
51886
51960
  },
51961
+ customer_key: {
51962
+ description:
51963
+ 'Customer key for which you want to list devices.',
51964
+ type: 'string',
51965
+ },
51887
51966
  device_ids: {
51888
51967
  description:
51889
51968
  'Array of device IDs for which you want to list devices.',
@@ -35200,6 +35200,8 @@ export type Routes = {
35200
35200
  queryParams: {}
35201
35201
  jsonBody: {}
35202
35202
  commonParams: {
35203
+ /** Customer key for which you want to list connect webviews. */
35204
+ customer_key?: string | undefined
35203
35205
  /** Your user ID for the user by which you want to filter Connect Webviews. */
35204
35206
  user_identifier_key?: string | undefined
35205
35207
  /** Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs. */
@@ -37975,6 +37977,8 @@ export type Routes = {
37975
37977
  jsonBody: {}
37976
37978
  commonParams: {
37977
37979
  customer_ids?: string[] | undefined
37980
+ /** Customer key for which you want to list devices. */
37981
+ customer_key?: string | undefined
37978
37982
  /** ID of the connected account for which you want to list devices. */
37979
37983
  connected_account_id?: string | undefined
37980
37984
  /** Array of IDs of the connected accounts for which you want to list devices. */
@@ -40317,6 +40321,8 @@ export type Routes = {
40317
40321
  jsonBody: {}
40318
40322
  commonParams: {
40319
40323
  customer_ids?: string[] | undefined
40324
+ /** Customer key for which you want to list devices. */
40325
+ customer_key?: string | undefined
40320
40326
  /** ID of the connected account for which you want to list devices. */
40321
40327
  connected_account_id?: string | undefined
40322
40328
  /** Array of IDs of the connected accounts for which you want to list devices. */
@@ -48679,6 +48685,8 @@ export type Routes = {
48679
48685
  jsonBody: {}
48680
48686
  commonParams: {
48681
48687
  customer_ids?: string[] | undefined
48688
+ /** Customer key for which you want to list devices. */
48689
+ customer_key?: string | undefined
48682
48690
  /** ID of the connected account for which you want to list devices. */
48683
48691
  connected_account_id?: string | undefined
48684
48692
  /** Array of IDs of the connected accounts for which you want to list devices. */
@@ -57565,6 +57573,8 @@ export type Routes = {
57565
57573
  jsonBody: {}
57566
57574
  commonParams: {
57567
57575
  customer_ids?: string[] | undefined
57576
+ /** Customer key for which you want to list devices. */
57577
+ customer_key?: string | undefined
57568
57578
  /** ID of the connected account for which you want to list devices. */
57569
57579
  connected_account_id?: string | undefined
57570
57580
  /** Array of IDs of the connected accounts for which you want to list devices. */
@@ -79929,6 +79939,8 @@ export type Routes = {
79929
79939
  jsonBody: {}
79930
79940
  commonParams: {
79931
79941
  customer_ids?: string[] | undefined
79942
+ /** Customer key for which you want to list devices. */
79943
+ customer_key?: string | undefined
79932
79944
  /** ID of the connected account for which you want to list devices. */
79933
79945
  connected_account_id?: string | undefined
79934
79946
  /** Array of IDs of the connected accounts for which you want to list devices. */