@seamapi/types 1.153.1 → 1.154.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
@@ -507,9 +507,10 @@ 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
+ user_identity_full_name: { nullable: true, type: "string" },
511
512
  user_identity_id: { type: "string" },
512
- user_identity_phone_number: { type: "string" },
513
+ user_identity_phone_number: { nullable: true, type: "string" },
513
514
  workspace_id: { format: "uuid", type: "string" }
514
515
  },
515
516
  required: [