@supernova-studio/client 0.54.17 → 0.54.18
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 +11 -0
- package/dist/index.d.ts +11 -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
|
@@ -3631,6 +3631,7 @@ var DesignSystem = z117.object({
|
|
|
3631
3631
|
isApprovalFeatureEnabled: z117.boolean(),
|
|
3632
3632
|
approvalRequiredForPublishing: z117.boolean(),
|
|
3633
3633
|
accessMode: DesignSystemAccessMode,
|
|
3634
|
+
membersGenerated: z117.boolean(),
|
|
3634
3635
|
createdAt: z117.coerce.date(),
|
|
3635
3636
|
updatedAt: z117.coerce.date()
|
|
3636
3637
|
});
|