@supernova-studio/model 1.14.1 → 1.14.3
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6427,7 +6427,8 @@ var ForgeProject = z204.object({
|
|
|
6427
6427
|
updatedAt: z204.coerce.date().optional(),
|
|
6428
6428
|
workspaceId: z204.string(),
|
|
6429
6429
|
accessMode: ForgeProjectAccessMode,
|
|
6430
|
-
isArchived: z204.boolean().optional()
|
|
6430
|
+
isArchived: z204.boolean().optional(),
|
|
6431
|
+
emoji: z204.string().optional()
|
|
6431
6432
|
});
|
|
6432
6433
|
|
|
6433
6434
|
// src/integrations/external-oauth-request.ts
|