@seamapi/types 1.29.0 → 1.30.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.
@@ -7419,6 +7419,7 @@ declare const _default: {
7419
7419
  type: string;
7420
7420
  };
7421
7421
  connected_account_id: {
7422
+ description: string;
7422
7423
  format: string;
7423
7424
  type: string;
7424
7425
  };
@@ -7701,6 +7702,7 @@ declare const _default: {
7701
7702
  type: string;
7702
7703
  };
7703
7704
  connected_account_id: {
7705
+ description: string;
7704
7706
  format: string;
7705
7707
  type: string;
7706
7708
  };
@@ -8601,6 +8603,7 @@ declare const _default: {
8601
8603
  type: string;
8602
8604
  };
8603
8605
  connected_account_id: {
8606
+ description: string;
8604
8607
  format: string;
8605
8608
  type: string;
8606
8609
  };
@@ -10506,6 +10509,7 @@ declare const _default: {
10506
10509
  type: string;
10507
10510
  };
10508
10511
  connected_account_id: {
10512
+ description: string;
10509
10513
  format: string;
10510
10514
  type: string;
10511
10515
  };
@@ -13212,6 +13216,7 @@ interface Routes {
13212
13216
  queryParams: {};
13213
13217
  jsonBody: {};
13214
13218
  commonParams: {
13219
+ /** List all devices owned by this connected account */
13215
13220
  connected_account_id?: string | undefined;
13216
13221
  connected_account_ids?: string[] | undefined;
13217
13222
  connect_webview_id?: string | undefined;
@@ -13679,6 +13684,7 @@ interface Routes {
13679
13684
  queryParams: {};
13680
13685
  jsonBody: {};
13681
13686
  commonParams: {
13687
+ /** List all devices owned by this connected account */
13682
13688
  connected_account_id?: string | undefined;
13683
13689
  connected_account_ids?: string[] | undefined;
13684
13690
  connect_webview_id?: string | undefined;
@@ -13898,6 +13904,7 @@ interface Routes {
13898
13904
  queryParams: {};
13899
13905
  jsonBody: {};
13900
13906
  commonParams: {
13907
+ /** List all devices owned by this connected account */
13901
13908
  connected_account_id?: string | undefined;
13902
13909
  connected_account_ids?: string[] | undefined;
13903
13910
  connect_webview_id?: string | undefined;
@@ -14758,6 +14765,7 @@ interface Routes {
14758
14765
  queryParams: {};
14759
14766
  jsonBody: {};
14760
14767
  commonParams: {
14768
+ /** List all devices owned by this connected account */
14761
14769
  connected_account_id?: string | undefined;
14762
14770
  connected_account_ids?: string[] | undefined;
14763
14771
  connect_webview_id?: string | undefined;
@@ -7368,6 +7368,7 @@ declare const _default: {
7368
7368
  type: string;
7369
7369
  };
7370
7370
  connected_account_id: {
7371
+ description: string;
7371
7372
  format: string;
7372
7373
  type: string;
7373
7374
  };
@@ -7650,6 +7651,7 @@ declare const _default: {
7650
7651
  type: string;
7651
7652
  };
7652
7653
  connected_account_id: {
7654
+ description: string;
7653
7655
  format: string;
7654
7656
  type: string;
7655
7657
  };
@@ -8550,6 +8552,7 @@ declare const _default: {
8550
8552
  type: string;
8551
8553
  };
8552
8554
  connected_account_id: {
8555
+ description: string;
8553
8556
  format: string;
8554
8557
  type: string;
8555
8558
  };
@@ -10455,6 +10458,7 @@ declare const _default: {
10455
10458
  type: string;
10456
10459
  };
10457
10460
  connected_account_id: {
10461
+ description: string;
10458
10462
  format: string;
10459
10463
  type: string;
10460
10464
  };
@@ -5044,7 +5044,11 @@ export default {
5044
5044
  schema: {
5045
5045
  properties: {
5046
5046
  connect_webview_id: { format: 'uuid', type: 'string' },
5047
- connected_account_id: { format: 'uuid', type: 'string' },
5047
+ connected_account_id: {
5048
+ description: 'List all devices owned by this connected account',
5049
+ format: 'uuid',
5050
+ type: 'string',
5051
+ },
5048
5052
  connected_account_ids: {
5049
5053
  items: { format: 'uuid', type: 'string' },
5050
5054
  minItems: 1,
@@ -5349,7 +5353,11 @@ export default {
5349
5353
  schema: {
5350
5354
  properties: {
5351
5355
  connect_webview_id: { format: 'uuid', type: 'string' },
5352
- connected_account_id: { format: 'uuid', type: 'string' },
5356
+ connected_account_id: {
5357
+ description: 'List all devices owned by this connected account',
5358
+ format: 'uuid',
5359
+ type: 'string',
5360
+ },
5353
5361
  connected_account_ids: {
5354
5362
  items: { format: 'uuid', type: 'string' },
5355
5363
  minItems: 1,
@@ -6146,7 +6154,11 @@ export default {
6146
6154
  schema: {
6147
6155
  properties: {
6148
6156
  connect_webview_id: { format: 'uuid', type: 'string' },
6149
- connected_account_id: { format: 'uuid', type: 'string' },
6157
+ connected_account_id: {
6158
+ description: 'List all devices owned by this connected account',
6159
+ format: 'uuid',
6160
+ type: 'string',
6161
+ },
6150
6162
  connected_account_ids: {
6151
6163
  items: { format: 'uuid', type: 'string' },
6152
6164
  minItems: 1,
@@ -7492,7 +7504,11 @@ export default {
7492
7504
  schema: {
7493
7505
  properties: {
7494
7506
  connect_webview_id: { format: 'uuid', type: 'string' },
7495
- connected_account_id: { format: 'uuid', type: 'string' },
7507
+ connected_account_id: {
7508
+ description: 'List all devices owned by this connected account',
7509
+ format: 'uuid',
7510
+ type: 'string',
7511
+ },
7496
7512
  connected_account_ids: {
7497
7513
  items: { format: 'uuid', type: 'string' },
7498
7514
  minItems: 1,