@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.
package/dist/connect.cjs CHANGED
@@ -5075,7 +5075,11 @@ var openapi_default = {
5075
5075
  schema: {
5076
5076
  properties: {
5077
5077
  connect_webview_id: { format: "uuid", type: "string" },
5078
- connected_account_id: { format: "uuid", type: "string" },
5078
+ connected_account_id: {
5079
+ description: "List all devices owned by this connected account",
5080
+ format: "uuid",
5081
+ type: "string"
5082
+ },
5079
5083
  connected_account_ids: {
5080
5084
  items: { format: "uuid", type: "string" },
5081
5085
  minItems: 1,
@@ -5380,7 +5384,11 @@ var openapi_default = {
5380
5384
  schema: {
5381
5385
  properties: {
5382
5386
  connect_webview_id: { format: "uuid", type: "string" },
5383
- connected_account_id: { format: "uuid", type: "string" },
5387
+ connected_account_id: {
5388
+ description: "List all devices owned by this connected account",
5389
+ format: "uuid",
5390
+ type: "string"
5391
+ },
5384
5392
  connected_account_ids: {
5385
5393
  items: { format: "uuid", type: "string" },
5386
5394
  minItems: 1,
@@ -6177,7 +6185,11 @@ var openapi_default = {
6177
6185
  schema: {
6178
6186
  properties: {
6179
6187
  connect_webview_id: { format: "uuid", type: "string" },
6180
- connected_account_id: { format: "uuid", type: "string" },
6188
+ connected_account_id: {
6189
+ description: "List all devices owned by this connected account",
6190
+ format: "uuid",
6191
+ type: "string"
6192
+ },
6181
6193
  connected_account_ids: {
6182
6194
  items: { format: "uuid", type: "string" },
6183
6195
  minItems: 1,
@@ -7523,7 +7535,11 @@ var openapi_default = {
7523
7535
  schema: {
7524
7536
  properties: {
7525
7537
  connect_webview_id: { format: "uuid", type: "string" },
7526
- connected_account_id: { format: "uuid", type: "string" },
7538
+ connected_account_id: {
7539
+ description: "List all devices owned by this connected account",
7540
+ format: "uuid",
7541
+ type: "string"
7542
+ },
7527
7543
  connected_account_ids: {
7528
7544
  items: { format: "uuid", type: "string" },
7529
7545
  minItems: 1,