@memnexus-ai/typescript-sdk 1.31.1 → 1.32.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 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5199,7 +5199,7 @@ var user = import_zod.z.object({
|
|
|
5199
5199
|
plan: import_zod.z.enum(["free", "pro", "enterprise"]),
|
|
5200
5200
|
memoryLimit: import_zod.z.number(),
|
|
5201
5201
|
retentionDays: import_zod.z.number().nullable(),
|
|
5202
|
-
deletionStatus: import_zod.z.enum(["none", "pending_deletion", "deleting", "deleted"]),
|
|
5202
|
+
deletionStatus: import_zod.z.enum(["none", "pending_deletion", "deleting", "deleted", "deletion_failed"]),
|
|
5203
5203
|
deletionScheduledFor: import_zod.z.string().datetime().nullable(),
|
|
5204
5204
|
createdAt: import_zod.z.string().datetime(),
|
|
5205
5205
|
updatedAt: import_zod.z.string().datetime()
|