@supernova-studio/model 0.54.17 → 0.54.19
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 +31 -1
- package/dist/index.d.ts +31 -1
- 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/src/dsm/design-system.ts +1 -0
- package/src/dsm/membership/design-system-membership.ts +3 -0
package/dist/index.mjs
CHANGED
|
@@ -4081,6 +4081,7 @@ var DesignSystem = z117.object({
|
|
|
4081
4081
|
isApprovalFeatureEnabled: z117.boolean(),
|
|
4082
4082
|
approvalRequiredForPublishing: z117.boolean(),
|
|
4083
4083
|
accessMode: DesignSystemAccessMode,
|
|
4084
|
+
membersGenerated: z117.boolean(),
|
|
4084
4085
|
createdAt: z117.coerce.date(),
|
|
4085
4086
|
updatedAt: z117.coerce.date()
|
|
4086
4087
|
});
|