@supernova-studio/client 0.50.0 → 0.51.0
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 +165 -0
- package/dist/index.d.ts +165 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4858,6 +4858,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
4858
4858
|
designSystemIds: string[];
|
|
4859
4859
|
} | null | undefined>;
|
|
4860
4860
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
4861
|
+
approvalRequiredForPublishing: z.ZodBoolean;
|
|
4861
4862
|
createdAt: z.ZodDate;
|
|
4862
4863
|
updatedAt: z.ZodDate;
|
|
4863
4864
|
}, "description" | "name" | "docExporterId">, {
|
|
@@ -4890,6 +4891,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
4890
4891
|
isMultibrand: boolean;
|
|
4891
4892
|
basePrefixes: string[];
|
|
4892
4893
|
isApprovalFeatureEnabled: boolean;
|
|
4894
|
+
approvalRequiredForPublishing: boolean;
|
|
4893
4895
|
docUserSlug?: string | undefined;
|
|
4894
4896
|
docViewUrl?: string | undefined;
|
|
4895
4897
|
designSystemSwitcher?: {
|
|
@@ -4913,6 +4915,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
4913
4915
|
isMultibrand: boolean;
|
|
4914
4916
|
basePrefixes: string[];
|
|
4915
4917
|
isApprovalFeatureEnabled: boolean;
|
|
4918
|
+
approvalRequiredForPublishing: boolean;
|
|
4916
4919
|
docUserSlug?: string | null | undefined;
|
|
4917
4920
|
docViewUrl?: string | null | undefined;
|
|
4918
4921
|
designSystemSwitcher?: {
|
|
@@ -33777,6 +33780,19 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
33777
33780
|
errorReason: string;
|
|
33778
33781
|
enabled: boolean;
|
|
33779
33782
|
}>;
|
|
33783
|
+
approvals: z.ZodObject<{
|
|
33784
|
+
enabled: z.ZodBoolean;
|
|
33785
|
+
errorMessage: z.ZodString;
|
|
33786
|
+
errorReason: z.ZodString;
|
|
33787
|
+
}, "strip", z.ZodTypeAny, {
|
|
33788
|
+
errorMessage: string;
|
|
33789
|
+
errorReason: string;
|
|
33790
|
+
enabled: boolean;
|
|
33791
|
+
}, {
|
|
33792
|
+
errorMessage: string;
|
|
33793
|
+
errorReason: string;
|
|
33794
|
+
enabled: boolean;
|
|
33795
|
+
}>;
|
|
33780
33796
|
}, "strip", z.ZodTypeAny, {
|
|
33781
33797
|
designSystems: {
|
|
33782
33798
|
max: number;
|
|
@@ -33870,6 +33886,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
33870
33886
|
errorReason: string;
|
|
33871
33887
|
enabled: boolean;
|
|
33872
33888
|
};
|
|
33889
|
+
approvals: {
|
|
33890
|
+
errorMessage: string;
|
|
33891
|
+
errorReason: string;
|
|
33892
|
+
enabled: boolean;
|
|
33893
|
+
};
|
|
33873
33894
|
}, {
|
|
33874
33895
|
designSystems: {
|
|
33875
33896
|
max: number;
|
|
@@ -33963,6 +33984,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
33963
33984
|
errorReason: string;
|
|
33964
33985
|
enabled: boolean;
|
|
33965
33986
|
};
|
|
33987
|
+
approvals: {
|
|
33988
|
+
errorMessage: string;
|
|
33989
|
+
errorReason: string;
|
|
33990
|
+
enabled: boolean;
|
|
33991
|
+
};
|
|
33966
33992
|
}>>;
|
|
33967
33993
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
33968
33994
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -34123,6 +34149,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
34123
34149
|
errorReason: string;
|
|
34124
34150
|
enabled: boolean;
|
|
34125
34151
|
};
|
|
34152
|
+
approvals: {
|
|
34153
|
+
errorMessage: string;
|
|
34154
|
+
errorReason: string;
|
|
34155
|
+
enabled: boolean;
|
|
34156
|
+
};
|
|
34126
34157
|
} | undefined;
|
|
34127
34158
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
34128
34159
|
currentPeriodStart?: string | undefined;
|
|
@@ -34250,6 +34281,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
34250
34281
|
errorReason: string;
|
|
34251
34282
|
enabled: boolean;
|
|
34252
34283
|
};
|
|
34284
|
+
approvals: {
|
|
34285
|
+
errorMessage: string;
|
|
34286
|
+
errorReason: string;
|
|
34287
|
+
enabled: boolean;
|
|
34288
|
+
};
|
|
34253
34289
|
} | undefined;
|
|
34254
34290
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
34255
34291
|
currentPeriodStart?: string | undefined;
|
|
@@ -34436,6 +34472,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
34436
34472
|
errorReason: string;
|
|
34437
34473
|
enabled: boolean;
|
|
34438
34474
|
};
|
|
34475
|
+
approvals: {
|
|
34476
|
+
errorMessage: string;
|
|
34477
|
+
errorReason: string;
|
|
34478
|
+
enabled: boolean;
|
|
34479
|
+
};
|
|
34439
34480
|
} | undefined;
|
|
34440
34481
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
34441
34482
|
currentPeriodStart?: string | undefined;
|
|
@@ -34600,6 +34641,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
34600
34641
|
errorReason: string;
|
|
34601
34642
|
enabled: boolean;
|
|
34602
34643
|
};
|
|
34644
|
+
approvals: {
|
|
34645
|
+
errorMessage: string;
|
|
34646
|
+
errorReason: string;
|
|
34647
|
+
enabled: boolean;
|
|
34648
|
+
};
|
|
34603
34649
|
} | undefined;
|
|
34604
34650
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
34605
34651
|
currentPeriodStart?: string | undefined;
|
|
@@ -34769,6 +34815,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
34769
34815
|
errorReason: string;
|
|
34770
34816
|
enabled: boolean;
|
|
34771
34817
|
};
|
|
34818
|
+
approvals: {
|
|
34819
|
+
errorMessage: string;
|
|
34820
|
+
errorReason: string;
|
|
34821
|
+
enabled: boolean;
|
|
34822
|
+
};
|
|
34772
34823
|
} | undefined;
|
|
34773
34824
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
34774
34825
|
currentPeriodStart?: string | undefined;
|
|
@@ -34937,6 +34988,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
34937
34988
|
errorReason: string;
|
|
34938
34989
|
enabled: boolean;
|
|
34939
34990
|
};
|
|
34991
|
+
approvals: {
|
|
34992
|
+
errorMessage: string;
|
|
34993
|
+
errorReason: string;
|
|
34994
|
+
enabled: boolean;
|
|
34995
|
+
};
|
|
34940
34996
|
} | undefined;
|
|
34941
34997
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
34942
34998
|
currentPeriodStart?: string | undefined;
|
|
@@ -35324,6 +35380,19 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
35324
35380
|
errorReason: string;
|
|
35325
35381
|
enabled: boolean;
|
|
35326
35382
|
}>;
|
|
35383
|
+
approvals: z.ZodObject<{
|
|
35384
|
+
enabled: z.ZodBoolean;
|
|
35385
|
+
errorMessage: z.ZodString;
|
|
35386
|
+
errorReason: z.ZodString;
|
|
35387
|
+
}, "strip", z.ZodTypeAny, {
|
|
35388
|
+
errorMessage: string;
|
|
35389
|
+
errorReason: string;
|
|
35390
|
+
enabled: boolean;
|
|
35391
|
+
}, {
|
|
35392
|
+
errorMessage: string;
|
|
35393
|
+
errorReason: string;
|
|
35394
|
+
enabled: boolean;
|
|
35395
|
+
}>;
|
|
35327
35396
|
}, "strip", z.ZodTypeAny, {
|
|
35328
35397
|
designSystems: {
|
|
35329
35398
|
max: number;
|
|
@@ -35417,6 +35486,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
35417
35486
|
errorReason: string;
|
|
35418
35487
|
enabled: boolean;
|
|
35419
35488
|
};
|
|
35489
|
+
approvals: {
|
|
35490
|
+
errorMessage: string;
|
|
35491
|
+
errorReason: string;
|
|
35492
|
+
enabled: boolean;
|
|
35493
|
+
};
|
|
35420
35494
|
}, {
|
|
35421
35495
|
designSystems: {
|
|
35422
35496
|
max: number;
|
|
@@ -35510,6 +35584,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
35510
35584
|
errorReason: string;
|
|
35511
35585
|
enabled: boolean;
|
|
35512
35586
|
};
|
|
35587
|
+
approvals: {
|
|
35588
|
+
errorMessage: string;
|
|
35589
|
+
errorReason: string;
|
|
35590
|
+
enabled: boolean;
|
|
35591
|
+
};
|
|
35513
35592
|
}>>;
|
|
35514
35593
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
35515
35594
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -35670,6 +35749,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
35670
35749
|
errorReason: string;
|
|
35671
35750
|
enabled: boolean;
|
|
35672
35751
|
};
|
|
35752
|
+
approvals: {
|
|
35753
|
+
errorMessage: string;
|
|
35754
|
+
errorReason: string;
|
|
35755
|
+
enabled: boolean;
|
|
35756
|
+
};
|
|
35673
35757
|
} | undefined;
|
|
35674
35758
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
35675
35759
|
currentPeriodStart?: string | undefined;
|
|
@@ -35797,6 +35881,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
35797
35881
|
errorReason: string;
|
|
35798
35882
|
enabled: boolean;
|
|
35799
35883
|
};
|
|
35884
|
+
approvals: {
|
|
35885
|
+
errorMessage: string;
|
|
35886
|
+
errorReason: string;
|
|
35887
|
+
enabled: boolean;
|
|
35888
|
+
};
|
|
35800
35889
|
} | undefined;
|
|
35801
35890
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
35802
35891
|
currentPeriodStart?: string | undefined;
|
|
@@ -35983,6 +36072,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
35983
36072
|
errorReason: string;
|
|
35984
36073
|
enabled: boolean;
|
|
35985
36074
|
};
|
|
36075
|
+
approvals: {
|
|
36076
|
+
errorMessage: string;
|
|
36077
|
+
errorReason: string;
|
|
36078
|
+
enabled: boolean;
|
|
36079
|
+
};
|
|
35986
36080
|
} | undefined;
|
|
35987
36081
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
35988
36082
|
currentPeriodStart?: string | undefined;
|
|
@@ -36147,6 +36241,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
36147
36241
|
errorReason: string;
|
|
36148
36242
|
enabled: boolean;
|
|
36149
36243
|
};
|
|
36244
|
+
approvals: {
|
|
36245
|
+
errorMessage: string;
|
|
36246
|
+
errorReason: string;
|
|
36247
|
+
enabled: boolean;
|
|
36248
|
+
};
|
|
36150
36249
|
} | undefined;
|
|
36151
36250
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
36152
36251
|
currentPeriodStart?: string | undefined;
|
|
@@ -36316,6 +36415,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
36316
36415
|
errorReason: string;
|
|
36317
36416
|
enabled: boolean;
|
|
36318
36417
|
};
|
|
36418
|
+
approvals: {
|
|
36419
|
+
errorMessage: string;
|
|
36420
|
+
errorReason: string;
|
|
36421
|
+
enabled: boolean;
|
|
36422
|
+
};
|
|
36319
36423
|
} | undefined;
|
|
36320
36424
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
36321
36425
|
currentPeriodStart?: string | undefined;
|
|
@@ -36484,6 +36588,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
36484
36588
|
errorReason: string;
|
|
36485
36589
|
enabled: boolean;
|
|
36486
36590
|
};
|
|
36591
|
+
approvals: {
|
|
36592
|
+
errorMessage: string;
|
|
36593
|
+
errorReason: string;
|
|
36594
|
+
enabled: boolean;
|
|
36595
|
+
};
|
|
36487
36596
|
} | undefined;
|
|
36488
36597
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
36489
36598
|
currentPeriodStart?: string | undefined;
|
|
@@ -36654,6 +36763,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
36654
36763
|
errorReason: string;
|
|
36655
36764
|
enabled: boolean;
|
|
36656
36765
|
};
|
|
36766
|
+
approvals: {
|
|
36767
|
+
errorMessage: string;
|
|
36768
|
+
errorReason: string;
|
|
36769
|
+
enabled: boolean;
|
|
36770
|
+
};
|
|
36657
36771
|
} | undefined;
|
|
36658
36772
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
36659
36773
|
currentPeriodStart?: string | undefined;
|
|
@@ -36824,6 +36938,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
36824
36938
|
errorReason: string;
|
|
36825
36939
|
enabled: boolean;
|
|
36826
36940
|
};
|
|
36941
|
+
approvals: {
|
|
36942
|
+
errorMessage: string;
|
|
36943
|
+
errorReason: string;
|
|
36944
|
+
enabled: boolean;
|
|
36945
|
+
};
|
|
36827
36946
|
} | undefined;
|
|
36828
36947
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
36829
36948
|
currentPeriodStart?: string | undefined;
|
|
@@ -37250,6 +37369,19 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
37250
37369
|
errorReason: string;
|
|
37251
37370
|
enabled: boolean;
|
|
37252
37371
|
}>;
|
|
37372
|
+
approvals: z.ZodObject<{
|
|
37373
|
+
enabled: z.ZodBoolean;
|
|
37374
|
+
errorMessage: z.ZodString;
|
|
37375
|
+
errorReason: z.ZodString;
|
|
37376
|
+
}, "strip", z.ZodTypeAny, {
|
|
37377
|
+
errorMessage: string;
|
|
37378
|
+
errorReason: string;
|
|
37379
|
+
enabled: boolean;
|
|
37380
|
+
}, {
|
|
37381
|
+
errorMessage: string;
|
|
37382
|
+
errorReason: string;
|
|
37383
|
+
enabled: boolean;
|
|
37384
|
+
}>;
|
|
37253
37385
|
}, "strip", z.ZodTypeAny, {
|
|
37254
37386
|
designSystems: {
|
|
37255
37387
|
max: number;
|
|
@@ -37343,6 +37475,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
37343
37475
|
errorReason: string;
|
|
37344
37476
|
enabled: boolean;
|
|
37345
37477
|
};
|
|
37478
|
+
approvals: {
|
|
37479
|
+
errorMessage: string;
|
|
37480
|
+
errorReason: string;
|
|
37481
|
+
enabled: boolean;
|
|
37482
|
+
};
|
|
37346
37483
|
}, {
|
|
37347
37484
|
designSystems: {
|
|
37348
37485
|
max: number;
|
|
@@ -37436,6 +37573,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
37436
37573
|
errorReason: string;
|
|
37437
37574
|
enabled: boolean;
|
|
37438
37575
|
};
|
|
37576
|
+
approvals: {
|
|
37577
|
+
errorMessage: string;
|
|
37578
|
+
errorReason: string;
|
|
37579
|
+
enabled: boolean;
|
|
37580
|
+
};
|
|
37439
37581
|
}>>;
|
|
37440
37582
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
37441
37583
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -37596,6 +37738,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
37596
37738
|
errorReason: string;
|
|
37597
37739
|
enabled: boolean;
|
|
37598
37740
|
};
|
|
37741
|
+
approvals: {
|
|
37742
|
+
errorMessage: string;
|
|
37743
|
+
errorReason: string;
|
|
37744
|
+
enabled: boolean;
|
|
37745
|
+
};
|
|
37599
37746
|
} | undefined;
|
|
37600
37747
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
37601
37748
|
currentPeriodStart?: string | undefined;
|
|
@@ -37723,6 +37870,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
37723
37870
|
errorReason: string;
|
|
37724
37871
|
enabled: boolean;
|
|
37725
37872
|
};
|
|
37873
|
+
approvals: {
|
|
37874
|
+
errorMessage: string;
|
|
37875
|
+
errorReason: string;
|
|
37876
|
+
enabled: boolean;
|
|
37877
|
+
};
|
|
37726
37878
|
} | undefined;
|
|
37727
37879
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
37728
37880
|
currentPeriodStart?: string | undefined;
|
|
@@ -37909,6 +38061,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
37909
38061
|
errorReason: string;
|
|
37910
38062
|
enabled: boolean;
|
|
37911
38063
|
};
|
|
38064
|
+
approvals: {
|
|
38065
|
+
errorMessage: string;
|
|
38066
|
+
errorReason: string;
|
|
38067
|
+
enabled: boolean;
|
|
38068
|
+
};
|
|
37912
38069
|
} | undefined;
|
|
37913
38070
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
37914
38071
|
currentPeriodStart?: string | undefined;
|
|
@@ -38073,6 +38230,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
38073
38230
|
errorReason: string;
|
|
38074
38231
|
enabled: boolean;
|
|
38075
38232
|
};
|
|
38233
|
+
approvals: {
|
|
38234
|
+
errorMessage: string;
|
|
38235
|
+
errorReason: string;
|
|
38236
|
+
enabled: boolean;
|
|
38237
|
+
};
|
|
38076
38238
|
} | undefined;
|
|
38077
38239
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
38078
38240
|
currentPeriodStart?: string | undefined;
|
|
@@ -38210,6 +38372,7 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
38210
38372
|
designSystemIds: string[];
|
|
38211
38373
|
} | null | undefined>>;
|
|
38212
38374
|
isApprovalFeatureEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
38375
|
+
approvalRequiredForPublishing: z.ZodOptional<z.ZodBoolean>;
|
|
38213
38376
|
createdAt: z.ZodOptional<z.ZodDate>;
|
|
38214
38377
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
38215
38378
|
}, "id" | "createdAt" | "updatedAt" | "workspaceId" | "docSlug" | "docViewUrl">, {
|
|
@@ -38241,6 +38404,7 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
38241
38404
|
designSystemIds: string[];
|
|
38242
38405
|
} | undefined;
|
|
38243
38406
|
isApprovalFeatureEnabled?: boolean | undefined;
|
|
38407
|
+
approvalRequiredForPublishing?: boolean | undefined;
|
|
38244
38408
|
}, {
|
|
38245
38409
|
name?: string | undefined;
|
|
38246
38410
|
description?: string | undefined;
|
|
@@ -38259,6 +38423,7 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
38259
38423
|
designSystemIds: string[];
|
|
38260
38424
|
} | null | undefined;
|
|
38261
38425
|
isApprovalFeatureEnabled?: boolean | undefined;
|
|
38426
|
+
approvalRequiredForPublishing?: boolean | undefined;
|
|
38262
38427
|
}>;
|
|
38263
38428
|
type DTODesignSystemUpdateInput = z.infer<typeof DTODesignSystemUpdateInput>;
|
|
38264
38429
|
|
package/dist/index.js
CHANGED
|
@@ -293,7 +293,8 @@ var FeaturesSummary = _zod.z.object({
|
|
|
293
293
|
workspacePaidSeats: featureLimitedSchema,
|
|
294
294
|
workspaceViewers: featureLimitedSchema,
|
|
295
295
|
customDocumentationExporter: featureToggleSchema,
|
|
296
|
-
protectedPages: featureToggleSchema
|
|
296
|
+
protectedPages: featureToggleSchema,
|
|
297
|
+
approvals: featureToggleSchema
|
|
297
298
|
});
|
|
298
299
|
var InvoiceSchema = _zod.z.object({
|
|
299
300
|
id: _zod.z.string(),
|
|
@@ -3635,6 +3636,7 @@ var DesignSystem = _zod.z.object({
|
|
|
3635
3636
|
basePrefixes: _zod.z.array(_zod.z.string()),
|
|
3636
3637
|
designSystemSwitcher: nullishToOptional(DesignSystemSwitcher),
|
|
3637
3638
|
isApprovalFeatureEnabled: _zod.z.boolean(),
|
|
3639
|
+
approvalRequiredForPublishing: _zod.z.boolean(),
|
|
3638
3640
|
createdAt: _zod.z.coerce.date(),
|
|
3639
3641
|
updatedAt: _zod.z.coerce.date()
|
|
3640
3642
|
});
|