@supernova-studio/model 0.47.68 → 0.47.69
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 +35 -0
- package/dist/index.d.ts +35 -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/src/dsm/version.ts +8 -9
package/dist/index.d.mts
CHANGED
|
@@ -3288,6 +3288,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3288
3288
|
isReadonly: z.ZodBoolean;
|
|
3289
3289
|
changeLog: z.ZodString;
|
|
3290
3290
|
parentId: z.ZodOptional<z.ZodString>;
|
|
3291
|
+
isDraftsFeatureAdopted: z.ZodBoolean;
|
|
3291
3292
|
}, "strip", z.ZodTypeAny, {
|
|
3292
3293
|
id: string;
|
|
3293
3294
|
createdAt: Date;
|
|
@@ -3297,6 +3298,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3297
3298
|
comment: string;
|
|
3298
3299
|
isReadonly: boolean;
|
|
3299
3300
|
changeLog: string;
|
|
3301
|
+
isDraftsFeatureAdopted: boolean;
|
|
3300
3302
|
parentId?: string | undefined;
|
|
3301
3303
|
}, {
|
|
3302
3304
|
id: string;
|
|
@@ -3307,6 +3309,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3307
3309
|
comment: string;
|
|
3308
3310
|
isReadonly: boolean;
|
|
3309
3311
|
changeLog: string;
|
|
3312
|
+
isDraftsFeatureAdopted: boolean;
|
|
3310
3313
|
parentId?: string | undefined;
|
|
3311
3314
|
}>;
|
|
3312
3315
|
brands: z.ZodArray<z.ZodObject<{
|
|
@@ -5106,6 +5109,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5106
5109
|
comment: string;
|
|
5107
5110
|
isReadonly: boolean;
|
|
5108
5111
|
changeLog: string;
|
|
5112
|
+
isDraftsFeatureAdopted: boolean;
|
|
5109
5113
|
parentId?: string | undefined;
|
|
5110
5114
|
};
|
|
5111
5115
|
elements: {
|
|
@@ -5384,6 +5388,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5384
5388
|
comment: string;
|
|
5385
5389
|
isReadonly: boolean;
|
|
5386
5390
|
changeLog: string;
|
|
5391
|
+
isDraftsFeatureAdopted: boolean;
|
|
5387
5392
|
parentId?: string | undefined;
|
|
5388
5393
|
};
|
|
5389
5394
|
elements: {
|
|
@@ -5916,6 +5921,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5916
5921
|
comment: string;
|
|
5917
5922
|
isReadonly: boolean;
|
|
5918
5923
|
changeLog: string;
|
|
5924
|
+
isDraftsFeatureAdopted: boolean;
|
|
5919
5925
|
parentId?: string | undefined;
|
|
5920
5926
|
};
|
|
5921
5927
|
elements: {
|
|
@@ -6342,6 +6348,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6342
6348
|
comment: string;
|
|
6343
6349
|
isReadonly: boolean;
|
|
6344
6350
|
changeLog: string;
|
|
6351
|
+
isDraftsFeatureAdopted: boolean;
|
|
6345
6352
|
parentId?: string | undefined;
|
|
6346
6353
|
};
|
|
6347
6354
|
elements: {
|
|
@@ -7225,6 +7232,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
7225
7232
|
isReadonly: z.ZodBoolean;
|
|
7226
7233
|
changeLog: z.ZodString;
|
|
7227
7234
|
parentId: z.ZodOptional<z.ZodString>;
|
|
7235
|
+
isDraftsFeatureAdopted: z.ZodBoolean;
|
|
7228
7236
|
}, "strip", z.ZodTypeAny, {
|
|
7229
7237
|
id: string;
|
|
7230
7238
|
createdAt: Date;
|
|
@@ -7234,6 +7242,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
7234
7242
|
comment: string;
|
|
7235
7243
|
isReadonly: boolean;
|
|
7236
7244
|
changeLog: string;
|
|
7245
|
+
isDraftsFeatureAdopted: boolean;
|
|
7237
7246
|
parentId?: string | undefined;
|
|
7238
7247
|
}, {
|
|
7239
7248
|
id: string;
|
|
@@ -7244,6 +7253,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
7244
7253
|
comment: string;
|
|
7245
7254
|
isReadonly: boolean;
|
|
7246
7255
|
changeLog: string;
|
|
7256
|
+
isDraftsFeatureAdopted: boolean;
|
|
7247
7257
|
parentId?: string | undefined;
|
|
7248
7258
|
}>;
|
|
7249
7259
|
brands: z.ZodArray<z.ZodObject<{
|
|
@@ -9043,6 +9053,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9043
9053
|
comment: string;
|
|
9044
9054
|
isReadonly: boolean;
|
|
9045
9055
|
changeLog: string;
|
|
9056
|
+
isDraftsFeatureAdopted: boolean;
|
|
9046
9057
|
parentId?: string | undefined;
|
|
9047
9058
|
};
|
|
9048
9059
|
elements: {
|
|
@@ -9321,6 +9332,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9321
9332
|
comment: string;
|
|
9322
9333
|
isReadonly: boolean;
|
|
9323
9334
|
changeLog: string;
|
|
9335
|
+
isDraftsFeatureAdopted: boolean;
|
|
9324
9336
|
parentId?: string | undefined;
|
|
9325
9337
|
};
|
|
9326
9338
|
elements: {
|
|
@@ -12158,6 +12170,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12158
12170
|
isReadonly: z.ZodBoolean;
|
|
12159
12171
|
changeLog: z.ZodString;
|
|
12160
12172
|
parentId: z.ZodOptional<z.ZodString>;
|
|
12173
|
+
isDraftsFeatureAdopted: z.ZodBoolean;
|
|
12161
12174
|
}, "strip", z.ZodTypeAny, {
|
|
12162
12175
|
id: string;
|
|
12163
12176
|
createdAt: Date;
|
|
@@ -12167,6 +12180,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12167
12180
|
comment: string;
|
|
12168
12181
|
isReadonly: boolean;
|
|
12169
12182
|
changeLog: string;
|
|
12183
|
+
isDraftsFeatureAdopted: boolean;
|
|
12170
12184
|
parentId?: string | undefined;
|
|
12171
12185
|
}, {
|
|
12172
12186
|
id: string;
|
|
@@ -12177,6 +12191,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12177
12191
|
comment: string;
|
|
12178
12192
|
isReadonly: boolean;
|
|
12179
12193
|
changeLog: string;
|
|
12194
|
+
isDraftsFeatureAdopted: boolean;
|
|
12180
12195
|
parentId?: string | undefined;
|
|
12181
12196
|
}>;
|
|
12182
12197
|
brands: z.ZodArray<z.ZodObject<{
|
|
@@ -13976,6 +13991,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
13976
13991
|
comment: string;
|
|
13977
13992
|
isReadonly: boolean;
|
|
13978
13993
|
changeLog: string;
|
|
13994
|
+
isDraftsFeatureAdopted: boolean;
|
|
13979
13995
|
parentId?: string | undefined;
|
|
13980
13996
|
};
|
|
13981
13997
|
elements: {
|
|
@@ -14254,6 +14270,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
14254
14270
|
comment: string;
|
|
14255
14271
|
isReadonly: boolean;
|
|
14256
14272
|
changeLog: string;
|
|
14273
|
+
isDraftsFeatureAdopted: boolean;
|
|
14257
14274
|
parentId?: string | undefined;
|
|
14258
14275
|
};
|
|
14259
14276
|
elements: {
|
|
@@ -14786,6 +14803,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
14786
14803
|
comment: string;
|
|
14787
14804
|
isReadonly: boolean;
|
|
14788
14805
|
changeLog: string;
|
|
14806
|
+
isDraftsFeatureAdopted: boolean;
|
|
14789
14807
|
parentId?: string | undefined;
|
|
14790
14808
|
};
|
|
14791
14809
|
elements: {
|
|
@@ -15212,6 +15230,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15212
15230
|
comment: string;
|
|
15213
15231
|
isReadonly: boolean;
|
|
15214
15232
|
changeLog: string;
|
|
15233
|
+
isDraftsFeatureAdopted: boolean;
|
|
15215
15234
|
parentId?: string | undefined;
|
|
15216
15235
|
};
|
|
15217
15236
|
elements: {
|
|
@@ -16728,6 +16747,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16728
16747
|
comment: string;
|
|
16729
16748
|
isReadonly: boolean;
|
|
16730
16749
|
changeLog: string;
|
|
16750
|
+
isDraftsFeatureAdopted: boolean;
|
|
16731
16751
|
parentId?: string | undefined;
|
|
16732
16752
|
};
|
|
16733
16753
|
elements: {
|
|
@@ -17511,6 +17531,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17511
17531
|
comment: string;
|
|
17512
17532
|
isReadonly: boolean;
|
|
17513
17533
|
changeLog: string;
|
|
17534
|
+
isDraftsFeatureAdopted: boolean;
|
|
17514
17535
|
parentId?: string | undefined;
|
|
17515
17536
|
};
|
|
17516
17537
|
elements: {
|
|
@@ -18296,6 +18317,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18296
18317
|
comment: string;
|
|
18297
18318
|
isReadonly: boolean;
|
|
18298
18319
|
changeLog: string;
|
|
18320
|
+
isDraftsFeatureAdopted: boolean;
|
|
18299
18321
|
parentId?: string | undefined;
|
|
18300
18322
|
};
|
|
18301
18323
|
elements: {
|
|
@@ -19149,6 +19171,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19149
19171
|
comment: string;
|
|
19150
19172
|
isReadonly: boolean;
|
|
19151
19173
|
changeLog: string;
|
|
19174
|
+
isDraftsFeatureAdopted: boolean;
|
|
19152
19175
|
parentId?: string | undefined;
|
|
19153
19176
|
};
|
|
19154
19177
|
elements: {
|
|
@@ -21855,6 +21878,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21855
21878
|
isReadonly: z.ZodBoolean;
|
|
21856
21879
|
changeLog: z.ZodString;
|
|
21857
21880
|
parentId: z.ZodOptional<z.ZodString>;
|
|
21881
|
+
isDraftsFeatureAdopted: z.ZodBoolean;
|
|
21858
21882
|
}, "strip", z.ZodTypeAny, {
|
|
21859
21883
|
id: string;
|
|
21860
21884
|
createdAt: Date;
|
|
@@ -21864,6 +21888,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21864
21888
|
comment: string;
|
|
21865
21889
|
isReadonly: boolean;
|
|
21866
21890
|
changeLog: string;
|
|
21891
|
+
isDraftsFeatureAdopted: boolean;
|
|
21867
21892
|
parentId?: string | undefined;
|
|
21868
21893
|
}, {
|
|
21869
21894
|
id: string;
|
|
@@ -21874,6 +21899,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21874
21899
|
comment: string;
|
|
21875
21900
|
isReadonly: boolean;
|
|
21876
21901
|
changeLog: string;
|
|
21902
|
+
isDraftsFeatureAdopted: boolean;
|
|
21877
21903
|
parentId?: string | undefined;
|
|
21878
21904
|
}>;
|
|
21879
21905
|
brands: z.ZodArray<z.ZodObject<{
|
|
@@ -23673,6 +23699,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23673
23699
|
comment: string;
|
|
23674
23700
|
isReadonly: boolean;
|
|
23675
23701
|
changeLog: string;
|
|
23702
|
+
isDraftsFeatureAdopted: boolean;
|
|
23676
23703
|
parentId?: string | undefined;
|
|
23677
23704
|
};
|
|
23678
23705
|
elements: {
|
|
@@ -23951,6 +23978,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23951
23978
|
comment: string;
|
|
23952
23979
|
isReadonly: boolean;
|
|
23953
23980
|
changeLog: string;
|
|
23981
|
+
isDraftsFeatureAdopted: boolean;
|
|
23954
23982
|
parentId?: string | undefined;
|
|
23955
23983
|
};
|
|
23956
23984
|
elements: {
|
|
@@ -24483,6 +24511,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24483
24511
|
comment: string;
|
|
24484
24512
|
isReadonly: boolean;
|
|
24485
24513
|
changeLog: string;
|
|
24514
|
+
isDraftsFeatureAdopted: boolean;
|
|
24486
24515
|
parentId?: string | undefined;
|
|
24487
24516
|
};
|
|
24488
24517
|
elements: {
|
|
@@ -24909,6 +24938,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24909
24938
|
comment: string;
|
|
24910
24939
|
isReadonly: boolean;
|
|
24911
24940
|
changeLog: string;
|
|
24941
|
+
isDraftsFeatureAdopted: boolean;
|
|
24912
24942
|
parentId?: string | undefined;
|
|
24913
24943
|
};
|
|
24914
24944
|
elements: {
|
|
@@ -26425,6 +26455,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26425
26455
|
comment: string;
|
|
26426
26456
|
isReadonly: boolean;
|
|
26427
26457
|
changeLog: string;
|
|
26458
|
+
isDraftsFeatureAdopted: boolean;
|
|
26428
26459
|
parentId?: string | undefined;
|
|
26429
26460
|
};
|
|
26430
26461
|
elements: {
|
|
@@ -27208,6 +27239,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27208
27239
|
comment: string;
|
|
27209
27240
|
isReadonly: boolean;
|
|
27210
27241
|
changeLog: string;
|
|
27242
|
+
isDraftsFeatureAdopted: boolean;
|
|
27211
27243
|
parentId?: string | undefined;
|
|
27212
27244
|
};
|
|
27213
27245
|
elements: {
|
|
@@ -128047,6 +128079,7 @@ declare const DesignSystemVersion: z.ZodObject<{
|
|
|
128047
128079
|
isReadonly: z.ZodBoolean;
|
|
128048
128080
|
changeLog: z.ZodString;
|
|
128049
128081
|
parentId: z.ZodOptional<z.ZodString>;
|
|
128082
|
+
isDraftsFeatureAdopted: z.ZodBoolean;
|
|
128050
128083
|
}, "strip", z.ZodTypeAny, {
|
|
128051
128084
|
id: string;
|
|
128052
128085
|
createdAt: Date;
|
|
@@ -128056,6 +128089,7 @@ declare const DesignSystemVersion: z.ZodObject<{
|
|
|
128056
128089
|
comment: string;
|
|
128057
128090
|
isReadonly: boolean;
|
|
128058
128091
|
changeLog: string;
|
|
128092
|
+
isDraftsFeatureAdopted: boolean;
|
|
128059
128093
|
parentId?: string | undefined;
|
|
128060
128094
|
}, {
|
|
128061
128095
|
id: string;
|
|
@@ -128066,6 +128100,7 @@ declare const DesignSystemVersion: z.ZodObject<{
|
|
|
128066
128100
|
comment: string;
|
|
128067
128101
|
isReadonly: boolean;
|
|
128068
128102
|
changeLog: string;
|
|
128103
|
+
isDraftsFeatureAdopted: boolean;
|
|
128069
128104
|
parentId?: string | undefined;
|
|
128070
128105
|
}>;
|
|
128071
128106
|
type DesignSystemVersion = z.infer<typeof DesignSystemVersion>;
|
package/dist/index.d.ts
CHANGED
|
@@ -3288,6 +3288,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3288
3288
|
isReadonly: z.ZodBoolean;
|
|
3289
3289
|
changeLog: z.ZodString;
|
|
3290
3290
|
parentId: z.ZodOptional<z.ZodString>;
|
|
3291
|
+
isDraftsFeatureAdopted: z.ZodBoolean;
|
|
3291
3292
|
}, "strip", z.ZodTypeAny, {
|
|
3292
3293
|
id: string;
|
|
3293
3294
|
createdAt: Date;
|
|
@@ -3297,6 +3298,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3297
3298
|
comment: string;
|
|
3298
3299
|
isReadonly: boolean;
|
|
3299
3300
|
changeLog: string;
|
|
3301
|
+
isDraftsFeatureAdopted: boolean;
|
|
3300
3302
|
parentId?: string | undefined;
|
|
3301
3303
|
}, {
|
|
3302
3304
|
id: string;
|
|
@@ -3307,6 +3309,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3307
3309
|
comment: string;
|
|
3308
3310
|
isReadonly: boolean;
|
|
3309
3311
|
changeLog: string;
|
|
3312
|
+
isDraftsFeatureAdopted: boolean;
|
|
3310
3313
|
parentId?: string | undefined;
|
|
3311
3314
|
}>;
|
|
3312
3315
|
brands: z.ZodArray<z.ZodObject<{
|
|
@@ -5106,6 +5109,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5106
5109
|
comment: string;
|
|
5107
5110
|
isReadonly: boolean;
|
|
5108
5111
|
changeLog: string;
|
|
5112
|
+
isDraftsFeatureAdopted: boolean;
|
|
5109
5113
|
parentId?: string | undefined;
|
|
5110
5114
|
};
|
|
5111
5115
|
elements: {
|
|
@@ -5384,6 +5388,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5384
5388
|
comment: string;
|
|
5385
5389
|
isReadonly: boolean;
|
|
5386
5390
|
changeLog: string;
|
|
5391
|
+
isDraftsFeatureAdopted: boolean;
|
|
5387
5392
|
parentId?: string | undefined;
|
|
5388
5393
|
};
|
|
5389
5394
|
elements: {
|
|
@@ -5916,6 +5921,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5916
5921
|
comment: string;
|
|
5917
5922
|
isReadonly: boolean;
|
|
5918
5923
|
changeLog: string;
|
|
5924
|
+
isDraftsFeatureAdopted: boolean;
|
|
5919
5925
|
parentId?: string | undefined;
|
|
5920
5926
|
};
|
|
5921
5927
|
elements: {
|
|
@@ -6342,6 +6348,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6342
6348
|
comment: string;
|
|
6343
6349
|
isReadonly: boolean;
|
|
6344
6350
|
changeLog: string;
|
|
6351
|
+
isDraftsFeatureAdopted: boolean;
|
|
6345
6352
|
parentId?: string | undefined;
|
|
6346
6353
|
};
|
|
6347
6354
|
elements: {
|
|
@@ -7225,6 +7232,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
7225
7232
|
isReadonly: z.ZodBoolean;
|
|
7226
7233
|
changeLog: z.ZodString;
|
|
7227
7234
|
parentId: z.ZodOptional<z.ZodString>;
|
|
7235
|
+
isDraftsFeatureAdopted: z.ZodBoolean;
|
|
7228
7236
|
}, "strip", z.ZodTypeAny, {
|
|
7229
7237
|
id: string;
|
|
7230
7238
|
createdAt: Date;
|
|
@@ -7234,6 +7242,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
7234
7242
|
comment: string;
|
|
7235
7243
|
isReadonly: boolean;
|
|
7236
7244
|
changeLog: string;
|
|
7245
|
+
isDraftsFeatureAdopted: boolean;
|
|
7237
7246
|
parentId?: string | undefined;
|
|
7238
7247
|
}, {
|
|
7239
7248
|
id: string;
|
|
@@ -7244,6 +7253,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
7244
7253
|
comment: string;
|
|
7245
7254
|
isReadonly: boolean;
|
|
7246
7255
|
changeLog: string;
|
|
7256
|
+
isDraftsFeatureAdopted: boolean;
|
|
7247
7257
|
parentId?: string | undefined;
|
|
7248
7258
|
}>;
|
|
7249
7259
|
brands: z.ZodArray<z.ZodObject<{
|
|
@@ -9043,6 +9053,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9043
9053
|
comment: string;
|
|
9044
9054
|
isReadonly: boolean;
|
|
9045
9055
|
changeLog: string;
|
|
9056
|
+
isDraftsFeatureAdopted: boolean;
|
|
9046
9057
|
parentId?: string | undefined;
|
|
9047
9058
|
};
|
|
9048
9059
|
elements: {
|
|
@@ -9321,6 +9332,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9321
9332
|
comment: string;
|
|
9322
9333
|
isReadonly: boolean;
|
|
9323
9334
|
changeLog: string;
|
|
9335
|
+
isDraftsFeatureAdopted: boolean;
|
|
9324
9336
|
parentId?: string | undefined;
|
|
9325
9337
|
};
|
|
9326
9338
|
elements: {
|
|
@@ -12158,6 +12170,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12158
12170
|
isReadonly: z.ZodBoolean;
|
|
12159
12171
|
changeLog: z.ZodString;
|
|
12160
12172
|
parentId: z.ZodOptional<z.ZodString>;
|
|
12173
|
+
isDraftsFeatureAdopted: z.ZodBoolean;
|
|
12161
12174
|
}, "strip", z.ZodTypeAny, {
|
|
12162
12175
|
id: string;
|
|
12163
12176
|
createdAt: Date;
|
|
@@ -12167,6 +12180,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12167
12180
|
comment: string;
|
|
12168
12181
|
isReadonly: boolean;
|
|
12169
12182
|
changeLog: string;
|
|
12183
|
+
isDraftsFeatureAdopted: boolean;
|
|
12170
12184
|
parentId?: string | undefined;
|
|
12171
12185
|
}, {
|
|
12172
12186
|
id: string;
|
|
@@ -12177,6 +12191,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12177
12191
|
comment: string;
|
|
12178
12192
|
isReadonly: boolean;
|
|
12179
12193
|
changeLog: string;
|
|
12194
|
+
isDraftsFeatureAdopted: boolean;
|
|
12180
12195
|
parentId?: string | undefined;
|
|
12181
12196
|
}>;
|
|
12182
12197
|
brands: z.ZodArray<z.ZodObject<{
|
|
@@ -13976,6 +13991,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
13976
13991
|
comment: string;
|
|
13977
13992
|
isReadonly: boolean;
|
|
13978
13993
|
changeLog: string;
|
|
13994
|
+
isDraftsFeatureAdopted: boolean;
|
|
13979
13995
|
parentId?: string | undefined;
|
|
13980
13996
|
};
|
|
13981
13997
|
elements: {
|
|
@@ -14254,6 +14270,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
14254
14270
|
comment: string;
|
|
14255
14271
|
isReadonly: boolean;
|
|
14256
14272
|
changeLog: string;
|
|
14273
|
+
isDraftsFeatureAdopted: boolean;
|
|
14257
14274
|
parentId?: string | undefined;
|
|
14258
14275
|
};
|
|
14259
14276
|
elements: {
|
|
@@ -14786,6 +14803,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
14786
14803
|
comment: string;
|
|
14787
14804
|
isReadonly: boolean;
|
|
14788
14805
|
changeLog: string;
|
|
14806
|
+
isDraftsFeatureAdopted: boolean;
|
|
14789
14807
|
parentId?: string | undefined;
|
|
14790
14808
|
};
|
|
14791
14809
|
elements: {
|
|
@@ -15212,6 +15230,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15212
15230
|
comment: string;
|
|
15213
15231
|
isReadonly: boolean;
|
|
15214
15232
|
changeLog: string;
|
|
15233
|
+
isDraftsFeatureAdopted: boolean;
|
|
15215
15234
|
parentId?: string | undefined;
|
|
15216
15235
|
};
|
|
15217
15236
|
elements: {
|
|
@@ -16728,6 +16747,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16728
16747
|
comment: string;
|
|
16729
16748
|
isReadonly: boolean;
|
|
16730
16749
|
changeLog: string;
|
|
16750
|
+
isDraftsFeatureAdopted: boolean;
|
|
16731
16751
|
parentId?: string | undefined;
|
|
16732
16752
|
};
|
|
16733
16753
|
elements: {
|
|
@@ -17511,6 +17531,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17511
17531
|
comment: string;
|
|
17512
17532
|
isReadonly: boolean;
|
|
17513
17533
|
changeLog: string;
|
|
17534
|
+
isDraftsFeatureAdopted: boolean;
|
|
17514
17535
|
parentId?: string | undefined;
|
|
17515
17536
|
};
|
|
17516
17537
|
elements: {
|
|
@@ -18296,6 +18317,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18296
18317
|
comment: string;
|
|
18297
18318
|
isReadonly: boolean;
|
|
18298
18319
|
changeLog: string;
|
|
18320
|
+
isDraftsFeatureAdopted: boolean;
|
|
18299
18321
|
parentId?: string | undefined;
|
|
18300
18322
|
};
|
|
18301
18323
|
elements: {
|
|
@@ -19149,6 +19171,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19149
19171
|
comment: string;
|
|
19150
19172
|
isReadonly: boolean;
|
|
19151
19173
|
changeLog: string;
|
|
19174
|
+
isDraftsFeatureAdopted: boolean;
|
|
19152
19175
|
parentId?: string | undefined;
|
|
19153
19176
|
};
|
|
19154
19177
|
elements: {
|
|
@@ -21855,6 +21878,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21855
21878
|
isReadonly: z.ZodBoolean;
|
|
21856
21879
|
changeLog: z.ZodString;
|
|
21857
21880
|
parentId: z.ZodOptional<z.ZodString>;
|
|
21881
|
+
isDraftsFeatureAdopted: z.ZodBoolean;
|
|
21858
21882
|
}, "strip", z.ZodTypeAny, {
|
|
21859
21883
|
id: string;
|
|
21860
21884
|
createdAt: Date;
|
|
@@ -21864,6 +21888,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21864
21888
|
comment: string;
|
|
21865
21889
|
isReadonly: boolean;
|
|
21866
21890
|
changeLog: string;
|
|
21891
|
+
isDraftsFeatureAdopted: boolean;
|
|
21867
21892
|
parentId?: string | undefined;
|
|
21868
21893
|
}, {
|
|
21869
21894
|
id: string;
|
|
@@ -21874,6 +21899,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21874
21899
|
comment: string;
|
|
21875
21900
|
isReadonly: boolean;
|
|
21876
21901
|
changeLog: string;
|
|
21902
|
+
isDraftsFeatureAdopted: boolean;
|
|
21877
21903
|
parentId?: string | undefined;
|
|
21878
21904
|
}>;
|
|
21879
21905
|
brands: z.ZodArray<z.ZodObject<{
|
|
@@ -23673,6 +23699,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23673
23699
|
comment: string;
|
|
23674
23700
|
isReadonly: boolean;
|
|
23675
23701
|
changeLog: string;
|
|
23702
|
+
isDraftsFeatureAdopted: boolean;
|
|
23676
23703
|
parentId?: string | undefined;
|
|
23677
23704
|
};
|
|
23678
23705
|
elements: {
|
|
@@ -23951,6 +23978,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23951
23978
|
comment: string;
|
|
23952
23979
|
isReadonly: boolean;
|
|
23953
23980
|
changeLog: string;
|
|
23981
|
+
isDraftsFeatureAdopted: boolean;
|
|
23954
23982
|
parentId?: string | undefined;
|
|
23955
23983
|
};
|
|
23956
23984
|
elements: {
|
|
@@ -24483,6 +24511,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24483
24511
|
comment: string;
|
|
24484
24512
|
isReadonly: boolean;
|
|
24485
24513
|
changeLog: string;
|
|
24514
|
+
isDraftsFeatureAdopted: boolean;
|
|
24486
24515
|
parentId?: string | undefined;
|
|
24487
24516
|
};
|
|
24488
24517
|
elements: {
|
|
@@ -24909,6 +24938,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24909
24938
|
comment: string;
|
|
24910
24939
|
isReadonly: boolean;
|
|
24911
24940
|
changeLog: string;
|
|
24941
|
+
isDraftsFeatureAdopted: boolean;
|
|
24912
24942
|
parentId?: string | undefined;
|
|
24913
24943
|
};
|
|
24914
24944
|
elements: {
|
|
@@ -26425,6 +26455,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26425
26455
|
comment: string;
|
|
26426
26456
|
isReadonly: boolean;
|
|
26427
26457
|
changeLog: string;
|
|
26458
|
+
isDraftsFeatureAdopted: boolean;
|
|
26428
26459
|
parentId?: string | undefined;
|
|
26429
26460
|
};
|
|
26430
26461
|
elements: {
|
|
@@ -27208,6 +27239,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27208
27239
|
comment: string;
|
|
27209
27240
|
isReadonly: boolean;
|
|
27210
27241
|
changeLog: string;
|
|
27242
|
+
isDraftsFeatureAdopted: boolean;
|
|
27211
27243
|
parentId?: string | undefined;
|
|
27212
27244
|
};
|
|
27213
27245
|
elements: {
|
|
@@ -128047,6 +128079,7 @@ declare const DesignSystemVersion: z.ZodObject<{
|
|
|
128047
128079
|
isReadonly: z.ZodBoolean;
|
|
128048
128080
|
changeLog: z.ZodString;
|
|
128049
128081
|
parentId: z.ZodOptional<z.ZodString>;
|
|
128082
|
+
isDraftsFeatureAdopted: z.ZodBoolean;
|
|
128050
128083
|
}, "strip", z.ZodTypeAny, {
|
|
128051
128084
|
id: string;
|
|
128052
128085
|
createdAt: Date;
|
|
@@ -128056,6 +128089,7 @@ declare const DesignSystemVersion: z.ZodObject<{
|
|
|
128056
128089
|
comment: string;
|
|
128057
128090
|
isReadonly: boolean;
|
|
128058
128091
|
changeLog: string;
|
|
128092
|
+
isDraftsFeatureAdopted: boolean;
|
|
128059
128093
|
parentId?: string | undefined;
|
|
128060
128094
|
}, {
|
|
128061
128095
|
id: string;
|
|
@@ -128066,6 +128100,7 @@ declare const DesignSystemVersion: z.ZodObject<{
|
|
|
128066
128100
|
comment: string;
|
|
128067
128101
|
isReadonly: boolean;
|
|
128068
128102
|
changeLog: string;
|
|
128103
|
+
isDraftsFeatureAdopted: boolean;
|
|
128069
128104
|
parentId?: string | undefined;
|
|
128070
128105
|
}>;
|
|
128071
128106
|
type DesignSystemVersion = z.infer<typeof DesignSystemVersion>;
|
package/dist/index.js
CHANGED
|
@@ -3156,7 +3156,8 @@ var DesignSystemVersion = _zod.z.object({
|
|
|
3156
3156
|
comment: _zod.z.string(),
|
|
3157
3157
|
isReadonly: _zod.z.boolean(),
|
|
3158
3158
|
changeLog: _zod.z.string(),
|
|
3159
|
-
parentId: _zod.z.string().optional()
|
|
3159
|
+
parentId: _zod.z.string().optional(),
|
|
3160
|
+
isDraftsFeatureAdopted: _zod.z.boolean()
|
|
3160
3161
|
});
|
|
3161
3162
|
var VersionCreationJobStatus = _zod.z.enum(["Success", "InProgress", "Error"]);
|
|
3162
3163
|
var VersionCreationJob = _zod.z.object({
|