@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 +1 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +9 -0
- package/lib/seam/connect/models/acs/user.d.ts +3 -0
- package/lib/seam/connect/models/acs/user.js +1 -0
- package/lib/seam/connect/models/acs/user.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/user.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +1 -0
- package/src/lib/seam/connect/route-types.ts +5 -0
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" }
|