@memnexus-ai/typescript-sdk 1.40.7 → 1.41.1
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.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5367,6 +5367,7 @@ var user = import_zod.z.object({
|
|
|
5367
5367
|
plan: import_zod.z.enum(["free", "pro", "enterprise"]),
|
|
5368
5368
|
memoryLimit: import_zod.z.number(),
|
|
5369
5369
|
retentionDays: import_zod.z.number().nullable(),
|
|
5370
|
+
isTestUser: import_zod.z.boolean(),
|
|
5370
5371
|
deletionStatus: import_zod.z.enum(["none", "pending_deletion", "deleting", "deleted", "deletion_failed"]),
|
|
5371
5372
|
deletionScheduledFor: import_zod.z.string().datetime().nullable(),
|
|
5372
5373
|
createdAt: import_zod.z.string().datetime(),
|