@seamapi/types 1.122.0 → 1.123.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
@@ -8440,7 +8440,8 @@ var openapi_default = {
8440
8440
  "noise_sensor.noise_threshold_triggered",
8441
8441
  "access_code.backup_access_code_pulled",
8442
8442
  "acs_user.deleted",
8443
- "acs_credential.deleted"
8443
+ "acs_credential.deleted",
8444
+ "enrollment_automation.deleted"
8444
8445
  ],
8445
8446
  type: "string"
8446
8447
  },
@@ -8494,7 +8495,8 @@ var openapi_default = {
8494
8495
  "noise_sensor.noise_threshold_triggered",
8495
8496
  "access_code.backup_access_code_pulled",
8496
8497
  "acs_user.deleted",
8497
- "acs_credential.deleted"
8498
+ "acs_credential.deleted",
8499
+ "enrollment_automation.deleted"
8498
8500
  ],
8499
8501
  type: "string"
8500
8502
  },
@@ -9766,10 +9768,6 @@ var openapi_default = {
9766
9768
  "application/json": {
9767
9769
  schema: {
9768
9770
  properties: {
9769
- assa_abloy_credential_service_acs_system_id: {
9770
- format: "uuid",
9771
- type: "string"
9772
- },
9773
9771
  assa_abloy_metadata: {
9774
9772
  default: {},
9775
9773
  properties: {
@@ -9805,10 +9803,7 @@ var openapi_default = {
9805
9803
  },
9806
9804
  user_identity_id: { format: "uuid", type: "string" }
9807
9805
  },
9808
- required: [
9809
- "assa_abloy_credential_service_acs_system_id",
9810
- "user_identity_id"
9811
- ],
9806
+ required: ["user_identity_id"],
9812
9807
  type: "object"
9813
9808
  }
9814
9809
  }