@seamapi/types 1.153.1 → 1.153.2

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
@@ -507,9 +507,9 @@ var openapi_default = {
507
507
  hid_acs_system_id: { format: "uuid", type: "string" },
508
508
  is_suspended: { type: "boolean" },
509
509
  phone_number: { nullable: true, type: "string" },
510
- user_identity_email_address: { type: "string" },
510
+ user_identity_email_address: { nullable: true, type: "string" },
511
511
  user_identity_id: { type: "string" },
512
- user_identity_phone_number: { type: "string" },
512
+ user_identity_phone_number: { nullable: true, type: "string" },
513
513
  workspace_id: { format: "uuid", type: "string" }
514
514
  },
515
515
  required: [