@supernova-studio/client 1.46.2 → 1.46.4
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 +19 -0
- package/dist/index.d.ts +19 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10442,6 +10442,7 @@ var DTOForgeProject = z331.object({
|
|
|
10442
10442
|
emoji: z331.string().optional(),
|
|
10443
10443
|
createdAt: z331.coerce.date(),
|
|
10444
10444
|
createdByUserId: z331.string().optional(),
|
|
10445
|
+
lastUserActivityAt: z331.coerce.date().optional(),
|
|
10445
10446
|
updatedAt: z331.coerce.date(),
|
|
10446
10447
|
documents: DTOForgeProjectDocumentPreview.array(),
|
|
10447
10448
|
features: DTOForgeProjectFeaturePreview.array(),
|