@seamapi/types 1.265.0 → 1.266.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
@@ -1347,6 +1347,14 @@ zod.z.object({
1347
1347
  salto_ks_subscription_limit_almost_reached: salto_ks_subscription_limit_almost_reached.optional().nullable()
1348
1348
  });
1349
1349
  var acs_system = zod.z.object({
1350
+ default_credential_manager_acs_system_id: zod.z.string().uuid().nullable().optional().describe(
1351
+ `
1352
+ ---
1353
+ draft: Needs review
1354
+ ---
1355
+ ID of the default credential manager acs_system for this access control system.
1356
+ `
1357
+ ),
1350
1358
  acs_system_id: zod.z.string().uuid().describe("ID of the `acs_system`."),
1351
1359
  external_type: acs_system_external_type.describe("Brand-specific terminology for the `acs_system` type.").optional(),
1352
1360
  external_type_display_name: zod.z.string().describe(
@@ -3034,6 +3042,13 @@ var openapi_default = {
3034
3042
  format: "date-time",
3035
3043
  type: "string"
3036
3044
  },
3045
+ default_credential_manager_acs_system_id: {
3046
+ description: "ID of the default credential manager acs_system for this access control system.",
3047
+ format: "uuid",
3048
+ nullable: true,
3049
+ type: "string",
3050
+ "x-draft": "Needs review"
3051
+ },
3037
3052
  errors: {
3038
3053
  description: "Errors associated with the `acs_system`.",
3039
3054
  items: {