@supernova-studio/model 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 +29 -0
- package/dist/index.d.ts +29 -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/src/dsm/design-system.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -2908,6 +2908,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2908
2908
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
2909
2909
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
2910
2910
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
2911
|
+
membersGenerated: z.ZodBoolean;
|
|
2911
2912
|
createdAt: z.ZodDate;
|
|
2912
2913
|
updatedAt: z.ZodDate;
|
|
2913
2914
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2925,6 +2926,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2925
2926
|
isApprovalFeatureEnabled: boolean;
|
|
2926
2927
|
approvalRequiredForPublishing: boolean;
|
|
2927
2928
|
accessMode: "Open" | "InviteOnly";
|
|
2929
|
+
membersGenerated: boolean;
|
|
2928
2930
|
docExporterId?: string | undefined;
|
|
2929
2931
|
docUserSlug?: string | undefined;
|
|
2930
2932
|
docViewUrl?: string | undefined;
|
|
@@ -2947,6 +2949,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2947
2949
|
isApprovalFeatureEnabled: boolean;
|
|
2948
2950
|
approvalRequiredForPublishing: boolean;
|
|
2949
2951
|
accessMode: "Open" | "InviteOnly";
|
|
2952
|
+
membersGenerated: boolean;
|
|
2950
2953
|
docExporterId?: string | null | undefined;
|
|
2951
2954
|
docUserSlug?: string | null | undefined;
|
|
2952
2955
|
docViewUrl?: string | null | undefined;
|
|
@@ -6031,6 +6034,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6031
6034
|
isApprovalFeatureEnabled: boolean;
|
|
6032
6035
|
approvalRequiredForPublishing: boolean;
|
|
6033
6036
|
accessMode: "Open" | "InviteOnly";
|
|
6037
|
+
membersGenerated: boolean;
|
|
6034
6038
|
docExporterId?: string | undefined;
|
|
6035
6039
|
docUserSlug?: string | undefined;
|
|
6036
6040
|
docViewUrl?: string | undefined;
|
|
@@ -6461,6 +6465,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6461
6465
|
isApprovalFeatureEnabled: boolean;
|
|
6462
6466
|
approvalRequiredForPublishing: boolean;
|
|
6463
6467
|
accessMode: "Open" | "InviteOnly";
|
|
6468
|
+
membersGenerated: boolean;
|
|
6464
6469
|
docExporterId?: string | null | undefined;
|
|
6465
6470
|
docUserSlug?: string | null | undefined;
|
|
6466
6471
|
docViewUrl?: string | null | undefined;
|
|
@@ -11905,6 +11910,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11905
11910
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
11906
11911
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
11907
11912
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
11913
|
+
membersGenerated: z.ZodBoolean;
|
|
11908
11914
|
createdAt: z.ZodDate;
|
|
11909
11915
|
updatedAt: z.ZodDate;
|
|
11910
11916
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11922,6 +11928,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11922
11928
|
isApprovalFeatureEnabled: boolean;
|
|
11923
11929
|
approvalRequiredForPublishing: boolean;
|
|
11924
11930
|
accessMode: "Open" | "InviteOnly";
|
|
11931
|
+
membersGenerated: boolean;
|
|
11925
11932
|
docExporterId?: string | undefined;
|
|
11926
11933
|
docUserSlug?: string | undefined;
|
|
11927
11934
|
docViewUrl?: string | undefined;
|
|
@@ -11944,6 +11951,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11944
11951
|
isApprovalFeatureEnabled: boolean;
|
|
11945
11952
|
approvalRequiredForPublishing: boolean;
|
|
11946
11953
|
accessMode: "Open" | "InviteOnly";
|
|
11954
|
+
membersGenerated: boolean;
|
|
11947
11955
|
docExporterId?: string | null | undefined;
|
|
11948
11956
|
docUserSlug?: string | null | undefined;
|
|
11949
11957
|
docViewUrl?: string | null | undefined;
|
|
@@ -15028,6 +15036,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15028
15036
|
isApprovalFeatureEnabled: boolean;
|
|
15029
15037
|
approvalRequiredForPublishing: boolean;
|
|
15030
15038
|
accessMode: "Open" | "InviteOnly";
|
|
15039
|
+
membersGenerated: boolean;
|
|
15031
15040
|
docExporterId?: string | undefined;
|
|
15032
15041
|
docUserSlug?: string | undefined;
|
|
15033
15042
|
docViewUrl?: string | undefined;
|
|
@@ -15458,6 +15467,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15458
15467
|
isApprovalFeatureEnabled: boolean;
|
|
15459
15468
|
approvalRequiredForPublishing: boolean;
|
|
15460
15469
|
accessMode: "Open" | "InviteOnly";
|
|
15470
|
+
membersGenerated: boolean;
|
|
15461
15471
|
docExporterId?: string | null | undefined;
|
|
15462
15472
|
docUserSlug?: string | null | undefined;
|
|
15463
15473
|
docViewUrl?: string | null | undefined;
|
|
@@ -17083,6 +17093,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17083
17093
|
isApprovalFeatureEnabled: boolean;
|
|
17084
17094
|
approvalRequiredForPublishing: boolean;
|
|
17085
17095
|
accessMode: "Open" | "InviteOnly";
|
|
17096
|
+
membersGenerated: boolean;
|
|
17086
17097
|
docExporterId?: string | undefined;
|
|
17087
17098
|
docUserSlug?: string | undefined;
|
|
17088
17099
|
docViewUrl?: string | undefined;
|
|
@@ -17894,6 +17905,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17894
17905
|
isApprovalFeatureEnabled: boolean;
|
|
17895
17906
|
approvalRequiredForPublishing: boolean;
|
|
17896
17907
|
accessMode: "Open" | "InviteOnly";
|
|
17908
|
+
membersGenerated: boolean;
|
|
17897
17909
|
docExporterId?: string | null | undefined;
|
|
17898
17910
|
docUserSlug?: string | null | undefined;
|
|
17899
17911
|
docViewUrl?: string | null | undefined;
|
|
@@ -18707,6 +18719,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18707
18719
|
isApprovalFeatureEnabled: boolean;
|
|
18708
18720
|
approvalRequiredForPublishing: boolean;
|
|
18709
18721
|
accessMode: "Open" | "InviteOnly";
|
|
18722
|
+
membersGenerated: boolean;
|
|
18710
18723
|
docExporterId?: string | undefined;
|
|
18711
18724
|
docUserSlug?: string | undefined;
|
|
18712
18725
|
docViewUrl?: string | undefined;
|
|
@@ -19590,6 +19603,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19590
19603
|
isApprovalFeatureEnabled: boolean;
|
|
19591
19604
|
approvalRequiredForPublishing: boolean;
|
|
19592
19605
|
accessMode: "Open" | "InviteOnly";
|
|
19606
|
+
membersGenerated: boolean;
|
|
19593
19607
|
docExporterId?: string | null | undefined;
|
|
19594
19608
|
docUserSlug?: string | null | undefined;
|
|
19595
19609
|
docViewUrl?: string | null | undefined;
|
|
@@ -21931,6 +21945,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21931
21945
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
21932
21946
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
21933
21947
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
21948
|
+
membersGenerated: z.ZodBoolean;
|
|
21934
21949
|
createdAt: z.ZodDate;
|
|
21935
21950
|
updatedAt: z.ZodDate;
|
|
21936
21951
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21948,6 +21963,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21948
21963
|
isApprovalFeatureEnabled: boolean;
|
|
21949
21964
|
approvalRequiredForPublishing: boolean;
|
|
21950
21965
|
accessMode: "Open" | "InviteOnly";
|
|
21966
|
+
membersGenerated: boolean;
|
|
21951
21967
|
docExporterId?: string | undefined;
|
|
21952
21968
|
docUserSlug?: string | undefined;
|
|
21953
21969
|
docViewUrl?: string | undefined;
|
|
@@ -21970,6 +21986,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21970
21986
|
isApprovalFeatureEnabled: boolean;
|
|
21971
21987
|
approvalRequiredForPublishing: boolean;
|
|
21972
21988
|
accessMode: "Open" | "InviteOnly";
|
|
21989
|
+
membersGenerated: boolean;
|
|
21973
21990
|
docExporterId?: string | null | undefined;
|
|
21974
21991
|
docUserSlug?: string | null | undefined;
|
|
21975
21992
|
docViewUrl?: string | null | undefined;
|
|
@@ -25054,6 +25071,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25054
25071
|
isApprovalFeatureEnabled: boolean;
|
|
25055
25072
|
approvalRequiredForPublishing: boolean;
|
|
25056
25073
|
accessMode: "Open" | "InviteOnly";
|
|
25074
|
+
membersGenerated: boolean;
|
|
25057
25075
|
docExporterId?: string | undefined;
|
|
25058
25076
|
docUserSlug?: string | undefined;
|
|
25059
25077
|
docViewUrl?: string | undefined;
|
|
@@ -25484,6 +25502,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25484
25502
|
isApprovalFeatureEnabled: boolean;
|
|
25485
25503
|
approvalRequiredForPublishing: boolean;
|
|
25486
25504
|
accessMode: "Open" | "InviteOnly";
|
|
25505
|
+
membersGenerated: boolean;
|
|
25487
25506
|
docExporterId?: string | null | undefined;
|
|
25488
25507
|
docUserSlug?: string | null | undefined;
|
|
25489
25508
|
docViewUrl?: string | null | undefined;
|
|
@@ -27109,6 +27128,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27109
27128
|
isApprovalFeatureEnabled: boolean;
|
|
27110
27129
|
approvalRequiredForPublishing: boolean;
|
|
27111
27130
|
accessMode: "Open" | "InviteOnly";
|
|
27131
|
+
membersGenerated: boolean;
|
|
27112
27132
|
docExporterId?: string | undefined;
|
|
27113
27133
|
docUserSlug?: string | undefined;
|
|
27114
27134
|
docViewUrl?: string | undefined;
|
|
@@ -27920,6 +27940,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27920
27940
|
isApprovalFeatureEnabled: boolean;
|
|
27921
27941
|
approvalRequiredForPublishing: boolean;
|
|
27922
27942
|
accessMode: "Open" | "InviteOnly";
|
|
27943
|
+
membersGenerated: boolean;
|
|
27923
27944
|
docExporterId?: string | null | undefined;
|
|
27924
27945
|
docUserSlug?: string | null | undefined;
|
|
27925
27946
|
docViewUrl?: string | null | undefined;
|
|
@@ -128685,6 +128706,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128685
128706
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
128686
128707
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
128687
128708
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
128709
|
+
membersGenerated: z.ZodBoolean;
|
|
128688
128710
|
createdAt: z.ZodDate;
|
|
128689
128711
|
updatedAt: z.ZodDate;
|
|
128690
128712
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -128702,6 +128724,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128702
128724
|
isApprovalFeatureEnabled: boolean;
|
|
128703
128725
|
approvalRequiredForPublishing: boolean;
|
|
128704
128726
|
accessMode: "Open" | "InviteOnly";
|
|
128727
|
+
membersGenerated: boolean;
|
|
128705
128728
|
docExporterId?: string | undefined;
|
|
128706
128729
|
docUserSlug?: string | undefined;
|
|
128707
128730
|
docViewUrl?: string | undefined;
|
|
@@ -128724,6 +128747,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128724
128747
|
isApprovalFeatureEnabled: boolean;
|
|
128725
128748
|
approvalRequiredForPublishing: boolean;
|
|
128726
128749
|
accessMode: "Open" | "InviteOnly";
|
|
128750
|
+
membersGenerated: boolean;
|
|
128727
128751
|
docExporterId?: string | null | undefined;
|
|
128728
128752
|
docUserSlug?: string | null | undefined;
|
|
128729
128753
|
docViewUrl?: string | null | undefined;
|
|
@@ -165715,6 +165739,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165715
165739
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
165716
165740
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
165717
165741
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
165742
|
+
membersGenerated: z.ZodBoolean;
|
|
165718
165743
|
createdAt: z.ZodDate;
|
|
165719
165744
|
updatedAt: z.ZodDate;
|
|
165720
165745
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -165732,6 +165757,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165732
165757
|
isApprovalFeatureEnabled: boolean;
|
|
165733
165758
|
approvalRequiredForPublishing: boolean;
|
|
165734
165759
|
accessMode: "Open" | "InviteOnly";
|
|
165760
|
+
membersGenerated: boolean;
|
|
165735
165761
|
docExporterId?: string | undefined;
|
|
165736
165762
|
docUserSlug?: string | undefined;
|
|
165737
165763
|
docViewUrl?: string | undefined;
|
|
@@ -165754,6 +165780,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165754
165780
|
isApprovalFeatureEnabled: boolean;
|
|
165755
165781
|
approvalRequiredForPublishing: boolean;
|
|
165756
165782
|
accessMode: "Open" | "InviteOnly";
|
|
165783
|
+
membersGenerated: boolean;
|
|
165757
165784
|
docExporterId?: string | null | undefined;
|
|
165758
165785
|
docUserSlug?: string | null | undefined;
|
|
165759
165786
|
docViewUrl?: string | null | undefined;
|
|
@@ -165778,6 +165805,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165778
165805
|
isApprovalFeatureEnabled: boolean;
|
|
165779
165806
|
approvalRequiredForPublishing: boolean;
|
|
165780
165807
|
accessMode: "Open" | "InviteOnly";
|
|
165808
|
+
membersGenerated: boolean;
|
|
165781
165809
|
docExporterId?: string | undefined;
|
|
165782
165810
|
docUserSlug?: string | undefined;
|
|
165783
165811
|
docViewUrl?: string | undefined;
|
|
@@ -166005,6 +166033,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
166005
166033
|
isApprovalFeatureEnabled: boolean;
|
|
166006
166034
|
approvalRequiredForPublishing: boolean;
|
|
166007
166035
|
accessMode: "Open" | "InviteOnly";
|
|
166036
|
+
membersGenerated: boolean;
|
|
166008
166037
|
docExporterId?: string | null | undefined;
|
|
166009
166038
|
docUserSlug?: string | null | undefined;
|
|
166010
166039
|
docViewUrl?: string | null | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -2908,6 +2908,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2908
2908
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
2909
2909
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
2910
2910
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
2911
|
+
membersGenerated: z.ZodBoolean;
|
|
2911
2912
|
createdAt: z.ZodDate;
|
|
2912
2913
|
updatedAt: z.ZodDate;
|
|
2913
2914
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2925,6 +2926,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2925
2926
|
isApprovalFeatureEnabled: boolean;
|
|
2926
2927
|
approvalRequiredForPublishing: boolean;
|
|
2927
2928
|
accessMode: "Open" | "InviteOnly";
|
|
2929
|
+
membersGenerated: boolean;
|
|
2928
2930
|
docExporterId?: string | undefined;
|
|
2929
2931
|
docUserSlug?: string | undefined;
|
|
2930
2932
|
docViewUrl?: string | undefined;
|
|
@@ -2947,6 +2949,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2947
2949
|
isApprovalFeatureEnabled: boolean;
|
|
2948
2950
|
approvalRequiredForPublishing: boolean;
|
|
2949
2951
|
accessMode: "Open" | "InviteOnly";
|
|
2952
|
+
membersGenerated: boolean;
|
|
2950
2953
|
docExporterId?: string | null | undefined;
|
|
2951
2954
|
docUserSlug?: string | null | undefined;
|
|
2952
2955
|
docViewUrl?: string | null | undefined;
|
|
@@ -6031,6 +6034,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6031
6034
|
isApprovalFeatureEnabled: boolean;
|
|
6032
6035
|
approvalRequiredForPublishing: boolean;
|
|
6033
6036
|
accessMode: "Open" | "InviteOnly";
|
|
6037
|
+
membersGenerated: boolean;
|
|
6034
6038
|
docExporterId?: string | undefined;
|
|
6035
6039
|
docUserSlug?: string | undefined;
|
|
6036
6040
|
docViewUrl?: string | undefined;
|
|
@@ -6461,6 +6465,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6461
6465
|
isApprovalFeatureEnabled: boolean;
|
|
6462
6466
|
approvalRequiredForPublishing: boolean;
|
|
6463
6467
|
accessMode: "Open" | "InviteOnly";
|
|
6468
|
+
membersGenerated: boolean;
|
|
6464
6469
|
docExporterId?: string | null | undefined;
|
|
6465
6470
|
docUserSlug?: string | null | undefined;
|
|
6466
6471
|
docViewUrl?: string | null | undefined;
|
|
@@ -11905,6 +11910,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11905
11910
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
11906
11911
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
11907
11912
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
11913
|
+
membersGenerated: z.ZodBoolean;
|
|
11908
11914
|
createdAt: z.ZodDate;
|
|
11909
11915
|
updatedAt: z.ZodDate;
|
|
11910
11916
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11922,6 +11928,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11922
11928
|
isApprovalFeatureEnabled: boolean;
|
|
11923
11929
|
approvalRequiredForPublishing: boolean;
|
|
11924
11930
|
accessMode: "Open" | "InviteOnly";
|
|
11931
|
+
membersGenerated: boolean;
|
|
11925
11932
|
docExporterId?: string | undefined;
|
|
11926
11933
|
docUserSlug?: string | undefined;
|
|
11927
11934
|
docViewUrl?: string | undefined;
|
|
@@ -11944,6 +11951,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11944
11951
|
isApprovalFeatureEnabled: boolean;
|
|
11945
11952
|
approvalRequiredForPublishing: boolean;
|
|
11946
11953
|
accessMode: "Open" | "InviteOnly";
|
|
11954
|
+
membersGenerated: boolean;
|
|
11947
11955
|
docExporterId?: string | null | undefined;
|
|
11948
11956
|
docUserSlug?: string | null | undefined;
|
|
11949
11957
|
docViewUrl?: string | null | undefined;
|
|
@@ -15028,6 +15036,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15028
15036
|
isApprovalFeatureEnabled: boolean;
|
|
15029
15037
|
approvalRequiredForPublishing: boolean;
|
|
15030
15038
|
accessMode: "Open" | "InviteOnly";
|
|
15039
|
+
membersGenerated: boolean;
|
|
15031
15040
|
docExporterId?: string | undefined;
|
|
15032
15041
|
docUserSlug?: string | undefined;
|
|
15033
15042
|
docViewUrl?: string | undefined;
|
|
@@ -15458,6 +15467,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15458
15467
|
isApprovalFeatureEnabled: boolean;
|
|
15459
15468
|
approvalRequiredForPublishing: boolean;
|
|
15460
15469
|
accessMode: "Open" | "InviteOnly";
|
|
15470
|
+
membersGenerated: boolean;
|
|
15461
15471
|
docExporterId?: string | null | undefined;
|
|
15462
15472
|
docUserSlug?: string | null | undefined;
|
|
15463
15473
|
docViewUrl?: string | null | undefined;
|
|
@@ -17083,6 +17093,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17083
17093
|
isApprovalFeatureEnabled: boolean;
|
|
17084
17094
|
approvalRequiredForPublishing: boolean;
|
|
17085
17095
|
accessMode: "Open" | "InviteOnly";
|
|
17096
|
+
membersGenerated: boolean;
|
|
17086
17097
|
docExporterId?: string | undefined;
|
|
17087
17098
|
docUserSlug?: string | undefined;
|
|
17088
17099
|
docViewUrl?: string | undefined;
|
|
@@ -17894,6 +17905,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17894
17905
|
isApprovalFeatureEnabled: boolean;
|
|
17895
17906
|
approvalRequiredForPublishing: boolean;
|
|
17896
17907
|
accessMode: "Open" | "InviteOnly";
|
|
17908
|
+
membersGenerated: boolean;
|
|
17897
17909
|
docExporterId?: string | null | undefined;
|
|
17898
17910
|
docUserSlug?: string | null | undefined;
|
|
17899
17911
|
docViewUrl?: string | null | undefined;
|
|
@@ -18707,6 +18719,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18707
18719
|
isApprovalFeatureEnabled: boolean;
|
|
18708
18720
|
approvalRequiredForPublishing: boolean;
|
|
18709
18721
|
accessMode: "Open" | "InviteOnly";
|
|
18722
|
+
membersGenerated: boolean;
|
|
18710
18723
|
docExporterId?: string | undefined;
|
|
18711
18724
|
docUserSlug?: string | undefined;
|
|
18712
18725
|
docViewUrl?: string | undefined;
|
|
@@ -19590,6 +19603,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19590
19603
|
isApprovalFeatureEnabled: boolean;
|
|
19591
19604
|
approvalRequiredForPublishing: boolean;
|
|
19592
19605
|
accessMode: "Open" | "InviteOnly";
|
|
19606
|
+
membersGenerated: boolean;
|
|
19593
19607
|
docExporterId?: string | null | undefined;
|
|
19594
19608
|
docUserSlug?: string | null | undefined;
|
|
19595
19609
|
docViewUrl?: string | null | undefined;
|
|
@@ -21931,6 +21945,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21931
21945
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
21932
21946
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
21933
21947
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
21948
|
+
membersGenerated: z.ZodBoolean;
|
|
21934
21949
|
createdAt: z.ZodDate;
|
|
21935
21950
|
updatedAt: z.ZodDate;
|
|
21936
21951
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21948,6 +21963,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21948
21963
|
isApprovalFeatureEnabled: boolean;
|
|
21949
21964
|
approvalRequiredForPublishing: boolean;
|
|
21950
21965
|
accessMode: "Open" | "InviteOnly";
|
|
21966
|
+
membersGenerated: boolean;
|
|
21951
21967
|
docExporterId?: string | undefined;
|
|
21952
21968
|
docUserSlug?: string | undefined;
|
|
21953
21969
|
docViewUrl?: string | undefined;
|
|
@@ -21970,6 +21986,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21970
21986
|
isApprovalFeatureEnabled: boolean;
|
|
21971
21987
|
approvalRequiredForPublishing: boolean;
|
|
21972
21988
|
accessMode: "Open" | "InviteOnly";
|
|
21989
|
+
membersGenerated: boolean;
|
|
21973
21990
|
docExporterId?: string | null | undefined;
|
|
21974
21991
|
docUserSlug?: string | null | undefined;
|
|
21975
21992
|
docViewUrl?: string | null | undefined;
|
|
@@ -25054,6 +25071,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25054
25071
|
isApprovalFeatureEnabled: boolean;
|
|
25055
25072
|
approvalRequiredForPublishing: boolean;
|
|
25056
25073
|
accessMode: "Open" | "InviteOnly";
|
|
25074
|
+
membersGenerated: boolean;
|
|
25057
25075
|
docExporterId?: string | undefined;
|
|
25058
25076
|
docUserSlug?: string | undefined;
|
|
25059
25077
|
docViewUrl?: string | undefined;
|
|
@@ -25484,6 +25502,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25484
25502
|
isApprovalFeatureEnabled: boolean;
|
|
25485
25503
|
approvalRequiredForPublishing: boolean;
|
|
25486
25504
|
accessMode: "Open" | "InviteOnly";
|
|
25505
|
+
membersGenerated: boolean;
|
|
25487
25506
|
docExporterId?: string | null | undefined;
|
|
25488
25507
|
docUserSlug?: string | null | undefined;
|
|
25489
25508
|
docViewUrl?: string | null | undefined;
|
|
@@ -27109,6 +27128,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27109
27128
|
isApprovalFeatureEnabled: boolean;
|
|
27110
27129
|
approvalRequiredForPublishing: boolean;
|
|
27111
27130
|
accessMode: "Open" | "InviteOnly";
|
|
27131
|
+
membersGenerated: boolean;
|
|
27112
27132
|
docExporterId?: string | undefined;
|
|
27113
27133
|
docUserSlug?: string | undefined;
|
|
27114
27134
|
docViewUrl?: string | undefined;
|
|
@@ -27920,6 +27940,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27920
27940
|
isApprovalFeatureEnabled: boolean;
|
|
27921
27941
|
approvalRequiredForPublishing: boolean;
|
|
27922
27942
|
accessMode: "Open" | "InviteOnly";
|
|
27943
|
+
membersGenerated: boolean;
|
|
27923
27944
|
docExporterId?: string | null | undefined;
|
|
27924
27945
|
docUserSlug?: string | null | undefined;
|
|
27925
27946
|
docViewUrl?: string | null | undefined;
|
|
@@ -128685,6 +128706,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128685
128706
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
128686
128707
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
128687
128708
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
128709
|
+
membersGenerated: z.ZodBoolean;
|
|
128688
128710
|
createdAt: z.ZodDate;
|
|
128689
128711
|
updatedAt: z.ZodDate;
|
|
128690
128712
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -128702,6 +128724,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128702
128724
|
isApprovalFeatureEnabled: boolean;
|
|
128703
128725
|
approvalRequiredForPublishing: boolean;
|
|
128704
128726
|
accessMode: "Open" | "InviteOnly";
|
|
128727
|
+
membersGenerated: boolean;
|
|
128705
128728
|
docExporterId?: string | undefined;
|
|
128706
128729
|
docUserSlug?: string | undefined;
|
|
128707
128730
|
docViewUrl?: string | undefined;
|
|
@@ -128724,6 +128747,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128724
128747
|
isApprovalFeatureEnabled: boolean;
|
|
128725
128748
|
approvalRequiredForPublishing: boolean;
|
|
128726
128749
|
accessMode: "Open" | "InviteOnly";
|
|
128750
|
+
membersGenerated: boolean;
|
|
128727
128751
|
docExporterId?: string | null | undefined;
|
|
128728
128752
|
docUserSlug?: string | null | undefined;
|
|
128729
128753
|
docViewUrl?: string | null | undefined;
|
|
@@ -165715,6 +165739,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165715
165739
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
165716
165740
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
165717
165741
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
165742
|
+
membersGenerated: z.ZodBoolean;
|
|
165718
165743
|
createdAt: z.ZodDate;
|
|
165719
165744
|
updatedAt: z.ZodDate;
|
|
165720
165745
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -165732,6 +165757,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165732
165757
|
isApprovalFeatureEnabled: boolean;
|
|
165733
165758
|
approvalRequiredForPublishing: boolean;
|
|
165734
165759
|
accessMode: "Open" | "InviteOnly";
|
|
165760
|
+
membersGenerated: boolean;
|
|
165735
165761
|
docExporterId?: string | undefined;
|
|
165736
165762
|
docUserSlug?: string | undefined;
|
|
165737
165763
|
docViewUrl?: string | undefined;
|
|
@@ -165754,6 +165780,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165754
165780
|
isApprovalFeatureEnabled: boolean;
|
|
165755
165781
|
approvalRequiredForPublishing: boolean;
|
|
165756
165782
|
accessMode: "Open" | "InviteOnly";
|
|
165783
|
+
membersGenerated: boolean;
|
|
165757
165784
|
docExporterId?: string | null | undefined;
|
|
165758
165785
|
docUserSlug?: string | null | undefined;
|
|
165759
165786
|
docViewUrl?: string | null | undefined;
|
|
@@ -165778,6 +165805,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165778
165805
|
isApprovalFeatureEnabled: boolean;
|
|
165779
165806
|
approvalRequiredForPublishing: boolean;
|
|
165780
165807
|
accessMode: "Open" | "InviteOnly";
|
|
165808
|
+
membersGenerated: boolean;
|
|
165781
165809
|
docExporterId?: string | undefined;
|
|
165782
165810
|
docUserSlug?: string | undefined;
|
|
165783
165811
|
docViewUrl?: string | undefined;
|
|
@@ -166005,6 +166033,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
166005
166033
|
isApprovalFeatureEnabled: boolean;
|
|
166006
166034
|
approvalRequiredForPublishing: boolean;
|
|
166007
166035
|
accessMode: "Open" | "InviteOnly";
|
|
166036
|
+
membersGenerated: boolean;
|
|
166008
166037
|
docExporterId?: string | null | undefined;
|
|
166009
166038
|
docUserSlug?: string | null | undefined;
|
|
166010
166039
|
docViewUrl?: string | null | undefined;
|
package/dist/index.js
CHANGED
|
@@ -4081,6 +4081,7 @@ var DesignSystem = _zod.z.object({
|
|
|
4081
4081
|
isApprovalFeatureEnabled: _zod.z.boolean(),
|
|
4082
4082
|
approvalRequiredForPublishing: _zod.z.boolean(),
|
|
4083
4083
|
accessMode: DesignSystemAccessMode,
|
|
4084
|
+
membersGenerated: _zod.z.boolean(),
|
|
4084
4085
|
createdAt: _zod.z.coerce.date(),
|
|
4085
4086
|
updatedAt: _zod.z.coerce.date()
|
|
4086
4087
|
});
|