@seamapi/types 1.153.2 → 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
@@ -508,6 +508,7 @@ var openapi_default = {
508
508
  is_suspended: { type: "boolean" },
509
509
  phone_number: { nullable: true, type: "string" },
510
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
513
  user_identity_phone_number: { nullable: true, type: "string" },
513
514
  workspace_id: { format: "uuid", type: "string" }