@seamapi/types 1.482.0 → 1.483.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
@@ -679,7 +679,7 @@ zod.z.object({
679
679
  salto_ks_subscription_limit_almost_reached: salto_ks_subscription_limit_almost_reached.nullable().optional()
680
680
  });
681
681
  var connected_account = zod.z.object({
682
- connected_account_id: zod.z.string().uuid().optional().describe("ID of the connected account."),
682
+ connected_account_id: zod.z.string().uuid().describe("ID of the connected account."),
683
683
  created_at: zod.z.string().datetime().optional().describe("Date and time at which the connected account was created."),
684
684
  user_identifier: zod.z.object({
685
685
  username: zod.z.string().optional().describe(
@@ -4207,6 +4207,7 @@ zod.z.object({
4207
4207
  unmanaged_acs_users: unmanaged_acs_user.array().optional(),
4208
4208
  unmanaged_acs_access_groups: unmanaged_acs_access_group.array().optional(),
4209
4209
  unmanaged_devices: unmanaged_device.array().optional(),
4210
+ connected_accounts: connected_account.array().optional(),
4210
4211
  connect_webviews: connect_webview.array().optional(),
4211
4212
  access_methods: access_method.array().optional(),
4212
4213
  access_grants: access_grant.array().optional()
@@ -13624,6 +13625,7 @@ var openapi_default = {
13624
13625
  }
13625
13626
  },
13626
13627
  required: [
13628
+ "connected_account_id",
13627
13629
  "account_type_display_name",
13628
13630
  "errors",
13629
13631
  "warnings",