@seamapi/types 1.144.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,7 +4244,16 @@ 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" },
4253
+ credential_manager_acs_system_id: {
4254
+ format: "uuid",
4255
+ type: "string"
4256
+ },
4248
4257
  ends_at: { format: "date-time", type: "string" },
4249
4258
  is_multi_phone_sync_credential: {
4250
4259
  default: false,