@supernova-studio/client 1.4.17 → 1.4.18
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/index.d.mts +28 -1276
- package/dist/index.d.ts +28 -1276
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4083,11 +4083,8 @@ var UserSource = _zod.z.enum(["SignUp", "Invite", "SSO"]);
|
|
|
4083
4083
|
var User = _zod.z.object({
|
|
4084
4084
|
id: _zod.z.string(),
|
|
4085
4085
|
email: _zod.z.string(),
|
|
4086
|
-
emailVerified: _zod.z.boolean(),
|
|
4087
4086
|
createdAt: _zod.z.coerce.date(),
|
|
4088
|
-
trialExpiresAt: _zod.z.coerce.date().optional(),
|
|
4089
4087
|
profile: UserProfile,
|
|
4090
|
-
linkedIntegrations: UserLinkedIntegrations.optional(),
|
|
4091
4088
|
loggedOutAt: _zod.z.coerce.date().optional(),
|
|
4092
4089
|
isProtected: _zod.z.boolean(),
|
|
4093
4090
|
source: UserSource.optional()
|