@seamapi/types 1.145.0 → 1.146.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
@@ -4244,6 +4244,11 @@ var openapi_default = {
4244
4244
  type: "string"
4245
4245
  },
4246
4246
  acs_user_id: { format: "uuid", type: "string" },
4247
+ allowed_acs_entrance_ids: {
4248
+ default: [],
4249
+ items: { format: "uuid", type: "string" },
4250
+ type: "array"
4251
+ },
4247
4252
  code: { pattern: "^\\d+$", type: "string" },
4248
4253
  credential_manager_acs_system_id: {
4249
4254
  format: "uuid",