@supernova-studio/client 1.95.1 → 1.95.2
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 +162 -0
- package/dist/index.d.ts +162 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -378558,6 +378558,32 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
378558
378558
|
noImportJobsErrorReason: string;
|
|
378559
378559
|
max?: number | undefined;
|
|
378560
378560
|
}>;
|
|
378561
|
+
designSystemStorybookSources: z$1.ZodObject<{
|
|
378562
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
378563
|
+
errorMessage: z$1.ZodString;
|
|
378564
|
+
errorReason: z$1.ZodString;
|
|
378565
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
378566
|
+
errorMessage: string;
|
|
378567
|
+
errorReason: string;
|
|
378568
|
+
max?: number | undefined;
|
|
378569
|
+
}, {
|
|
378570
|
+
errorMessage: string;
|
|
378571
|
+
errorReason: string;
|
|
378572
|
+
max?: number | undefined;
|
|
378573
|
+
}>;
|
|
378574
|
+
documentationCustomCssAndJs: z$1.ZodObject<{
|
|
378575
|
+
enabled: z$1.ZodBoolean;
|
|
378576
|
+
errorMessage: z$1.ZodString;
|
|
378577
|
+
errorReason: z$1.ZodString;
|
|
378578
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
378579
|
+
errorMessage: string;
|
|
378580
|
+
errorReason: string;
|
|
378581
|
+
enabled: boolean;
|
|
378582
|
+
}, {
|
|
378583
|
+
errorMessage: string;
|
|
378584
|
+
errorReason: string;
|
|
378585
|
+
enabled: boolean;
|
|
378586
|
+
}>;
|
|
378561
378587
|
designSystemVersions: z$1.ZodObject<{
|
|
378562
378588
|
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
378563
378589
|
errorMessage: z$1.ZodString;
|
|
@@ -379062,6 +379088,16 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
379062
379088
|
noImportJobsErrorReason: string;
|
|
379063
379089
|
max?: number | undefined;
|
|
379064
379090
|
};
|
|
379091
|
+
designSystemStorybookSources: {
|
|
379092
|
+
errorMessage: string;
|
|
379093
|
+
errorReason: string;
|
|
379094
|
+
max?: number | undefined;
|
|
379095
|
+
};
|
|
379096
|
+
documentationCustomCssAndJs: {
|
|
379097
|
+
errorMessage: string;
|
|
379098
|
+
errorReason: string;
|
|
379099
|
+
enabled: boolean;
|
|
379100
|
+
};
|
|
379065
379101
|
designSystemVersions: {
|
|
379066
379102
|
errorMessage: string;
|
|
379067
379103
|
errorReason: string;
|
|
@@ -379260,6 +379296,16 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
379260
379296
|
noImportJobsErrorReason: string;
|
|
379261
379297
|
max?: number | undefined;
|
|
379262
379298
|
};
|
|
379299
|
+
designSystemStorybookSources: {
|
|
379300
|
+
errorMessage: string;
|
|
379301
|
+
errorReason: string;
|
|
379302
|
+
max?: number | undefined;
|
|
379303
|
+
};
|
|
379304
|
+
documentationCustomCssAndJs: {
|
|
379305
|
+
errorMessage: string;
|
|
379306
|
+
errorReason: string;
|
|
379307
|
+
enabled: boolean;
|
|
379308
|
+
};
|
|
379263
379309
|
designSystemVersions: {
|
|
379264
379310
|
errorMessage: string;
|
|
379265
379311
|
errorReason: string;
|
|
@@ -379566,6 +379612,16 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
379566
379612
|
noImportJobsErrorReason: string;
|
|
379567
379613
|
max?: number | undefined;
|
|
379568
379614
|
};
|
|
379615
|
+
designSystemStorybookSources: {
|
|
379616
|
+
errorMessage: string;
|
|
379617
|
+
errorReason: string;
|
|
379618
|
+
max?: number | undefined;
|
|
379619
|
+
};
|
|
379620
|
+
documentationCustomCssAndJs: {
|
|
379621
|
+
errorMessage: string;
|
|
379622
|
+
errorReason: string;
|
|
379623
|
+
enabled: boolean;
|
|
379624
|
+
};
|
|
379569
379625
|
designSystemVersions: {
|
|
379570
379626
|
errorMessage: string;
|
|
379571
379627
|
errorReason: string;
|
|
@@ -379808,6 +379864,16 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
379808
379864
|
noImportJobsErrorReason: string;
|
|
379809
379865
|
max?: number | undefined;
|
|
379810
379866
|
};
|
|
379867
|
+
designSystemStorybookSources: {
|
|
379868
|
+
errorMessage: string;
|
|
379869
|
+
errorReason: string;
|
|
379870
|
+
max?: number | undefined;
|
|
379871
|
+
};
|
|
379872
|
+
documentationCustomCssAndJs: {
|
|
379873
|
+
errorMessage: string;
|
|
379874
|
+
errorReason: string;
|
|
379875
|
+
enabled: boolean;
|
|
379876
|
+
};
|
|
379811
379877
|
designSystemVersions: {
|
|
379812
379878
|
errorMessage: string;
|
|
379813
379879
|
errorReason: string;
|
|
@@ -380032,6 +380098,32 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
380032
380098
|
noImportJobsErrorReason: string;
|
|
380033
380099
|
max?: number | undefined;
|
|
380034
380100
|
}>;
|
|
380101
|
+
designSystemStorybookSources: z$1.ZodObject<{
|
|
380102
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
380103
|
+
errorMessage: z$1.ZodString;
|
|
380104
|
+
errorReason: z$1.ZodString;
|
|
380105
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
380106
|
+
errorMessage: string;
|
|
380107
|
+
errorReason: string;
|
|
380108
|
+
max?: number | undefined;
|
|
380109
|
+
}, {
|
|
380110
|
+
errorMessage: string;
|
|
380111
|
+
errorReason: string;
|
|
380112
|
+
max?: number | undefined;
|
|
380113
|
+
}>;
|
|
380114
|
+
documentationCustomCssAndJs: z$1.ZodObject<{
|
|
380115
|
+
enabled: z$1.ZodBoolean;
|
|
380116
|
+
errorMessage: z$1.ZodString;
|
|
380117
|
+
errorReason: z$1.ZodString;
|
|
380118
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
380119
|
+
errorMessage: string;
|
|
380120
|
+
errorReason: string;
|
|
380121
|
+
enabled: boolean;
|
|
380122
|
+
}, {
|
|
380123
|
+
errorMessage: string;
|
|
380124
|
+
errorReason: string;
|
|
380125
|
+
enabled: boolean;
|
|
380126
|
+
}>;
|
|
380035
380127
|
designSystemVersions: z$1.ZodObject<{
|
|
380036
380128
|
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
380037
380129
|
errorMessage: z$1.ZodString;
|
|
@@ -380536,6 +380628,16 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
380536
380628
|
noImportJobsErrorReason: string;
|
|
380537
380629
|
max?: number | undefined;
|
|
380538
380630
|
};
|
|
380631
|
+
designSystemStorybookSources: {
|
|
380632
|
+
errorMessage: string;
|
|
380633
|
+
errorReason: string;
|
|
380634
|
+
max?: number | undefined;
|
|
380635
|
+
};
|
|
380636
|
+
documentationCustomCssAndJs: {
|
|
380637
|
+
errorMessage: string;
|
|
380638
|
+
errorReason: string;
|
|
380639
|
+
enabled: boolean;
|
|
380640
|
+
};
|
|
380539
380641
|
designSystemVersions: {
|
|
380540
380642
|
errorMessage: string;
|
|
380541
380643
|
errorReason: string;
|
|
@@ -380734,6 +380836,16 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
380734
380836
|
noImportJobsErrorReason: string;
|
|
380735
380837
|
max?: number | undefined;
|
|
380736
380838
|
};
|
|
380839
|
+
designSystemStorybookSources: {
|
|
380840
|
+
errorMessage: string;
|
|
380841
|
+
errorReason: string;
|
|
380842
|
+
max?: number | undefined;
|
|
380843
|
+
};
|
|
380844
|
+
documentationCustomCssAndJs: {
|
|
380845
|
+
errorMessage: string;
|
|
380846
|
+
errorReason: string;
|
|
380847
|
+
enabled: boolean;
|
|
380848
|
+
};
|
|
380737
380849
|
designSystemVersions: {
|
|
380738
380850
|
errorMessage: string;
|
|
380739
380851
|
errorReason: string;
|
|
@@ -381040,6 +381152,16 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
381040
381152
|
noImportJobsErrorReason: string;
|
|
381041
381153
|
max?: number | undefined;
|
|
381042
381154
|
};
|
|
381155
|
+
designSystemStorybookSources: {
|
|
381156
|
+
errorMessage: string;
|
|
381157
|
+
errorReason: string;
|
|
381158
|
+
max?: number | undefined;
|
|
381159
|
+
};
|
|
381160
|
+
documentationCustomCssAndJs: {
|
|
381161
|
+
errorMessage: string;
|
|
381162
|
+
errorReason: string;
|
|
381163
|
+
enabled: boolean;
|
|
381164
|
+
};
|
|
381043
381165
|
designSystemVersions: {
|
|
381044
381166
|
errorMessage: string;
|
|
381045
381167
|
errorReason: string;
|
|
@@ -381282,6 +381404,16 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
381282
381404
|
noImportJobsErrorReason: string;
|
|
381283
381405
|
max?: number | undefined;
|
|
381284
381406
|
};
|
|
381407
|
+
designSystemStorybookSources: {
|
|
381408
|
+
errorMessage: string;
|
|
381409
|
+
errorReason: string;
|
|
381410
|
+
max?: number | undefined;
|
|
381411
|
+
};
|
|
381412
|
+
documentationCustomCssAndJs: {
|
|
381413
|
+
errorMessage: string;
|
|
381414
|
+
errorReason: string;
|
|
381415
|
+
enabled: boolean;
|
|
381416
|
+
};
|
|
381285
381417
|
designSystemVersions: {
|
|
381286
381418
|
errorMessage: string;
|
|
381287
381419
|
errorReason: string;
|
|
@@ -381695,6 +381827,16 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
381695
381827
|
noImportJobsErrorReason: string;
|
|
381696
381828
|
max?: number | undefined;
|
|
381697
381829
|
};
|
|
381830
|
+
designSystemStorybookSources: {
|
|
381831
|
+
errorMessage: string;
|
|
381832
|
+
errorReason: string;
|
|
381833
|
+
max?: number | undefined;
|
|
381834
|
+
};
|
|
381835
|
+
documentationCustomCssAndJs: {
|
|
381836
|
+
errorMessage: string;
|
|
381837
|
+
errorReason: string;
|
|
381838
|
+
enabled: boolean;
|
|
381839
|
+
};
|
|
381698
381840
|
designSystemVersions: {
|
|
381699
381841
|
errorMessage: string;
|
|
381700
381842
|
errorReason: string;
|
|
@@ -381976,6 +382118,16 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
381976
382118
|
noImportJobsErrorReason: string;
|
|
381977
382119
|
max?: number | undefined;
|
|
381978
382120
|
};
|
|
382121
|
+
designSystemStorybookSources: {
|
|
382122
|
+
errorMessage: string;
|
|
382123
|
+
errorReason: string;
|
|
382124
|
+
max?: number | undefined;
|
|
382125
|
+
};
|
|
382126
|
+
documentationCustomCssAndJs: {
|
|
382127
|
+
errorMessage: string;
|
|
382128
|
+
errorReason: string;
|
|
382129
|
+
enabled: boolean;
|
|
382130
|
+
};
|
|
381979
382131
|
designSystemVersions: {
|
|
381980
382132
|
errorMessage: string;
|
|
381981
382133
|
errorReason: string;
|
|
@@ -406042,6 +406194,16 @@ declare class WorkspaceSubscriptionEndpoint {
|
|
|
406042
406194
|
noImportJobsErrorReason: string;
|
|
406043
406195
|
max?: number | undefined;
|
|
406044
406196
|
};
|
|
406197
|
+
designSystemStorybookSources: {
|
|
406198
|
+
errorMessage: string;
|
|
406199
|
+
errorReason: string;
|
|
406200
|
+
max?: number | undefined;
|
|
406201
|
+
};
|
|
406202
|
+
documentationCustomCssAndJs: {
|
|
406203
|
+
errorMessage: string;
|
|
406204
|
+
errorReason: string;
|
|
406205
|
+
enabled: boolean;
|
|
406206
|
+
};
|
|
406045
406207
|
designSystemVersions: {
|
|
406046
406208
|
errorMessage: string;
|
|
406047
406209
|
errorReason: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -378558,6 +378558,32 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
378558
378558
|
noImportJobsErrorReason: string;
|
|
378559
378559
|
max?: number | undefined;
|
|
378560
378560
|
}>;
|
|
378561
|
+
designSystemStorybookSources: z$1.ZodObject<{
|
|
378562
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
378563
|
+
errorMessage: z$1.ZodString;
|
|
378564
|
+
errorReason: z$1.ZodString;
|
|
378565
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
378566
|
+
errorMessage: string;
|
|
378567
|
+
errorReason: string;
|
|
378568
|
+
max?: number | undefined;
|
|
378569
|
+
}, {
|
|
378570
|
+
errorMessage: string;
|
|
378571
|
+
errorReason: string;
|
|
378572
|
+
max?: number | undefined;
|
|
378573
|
+
}>;
|
|
378574
|
+
documentationCustomCssAndJs: z$1.ZodObject<{
|
|
378575
|
+
enabled: z$1.ZodBoolean;
|
|
378576
|
+
errorMessage: z$1.ZodString;
|
|
378577
|
+
errorReason: z$1.ZodString;
|
|
378578
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
378579
|
+
errorMessage: string;
|
|
378580
|
+
errorReason: string;
|
|
378581
|
+
enabled: boolean;
|
|
378582
|
+
}, {
|
|
378583
|
+
errorMessage: string;
|
|
378584
|
+
errorReason: string;
|
|
378585
|
+
enabled: boolean;
|
|
378586
|
+
}>;
|
|
378561
378587
|
designSystemVersions: z$1.ZodObject<{
|
|
378562
378588
|
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
378563
378589
|
errorMessage: z$1.ZodString;
|
|
@@ -379062,6 +379088,16 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
379062
379088
|
noImportJobsErrorReason: string;
|
|
379063
379089
|
max?: number | undefined;
|
|
379064
379090
|
};
|
|
379091
|
+
designSystemStorybookSources: {
|
|
379092
|
+
errorMessage: string;
|
|
379093
|
+
errorReason: string;
|
|
379094
|
+
max?: number | undefined;
|
|
379095
|
+
};
|
|
379096
|
+
documentationCustomCssAndJs: {
|
|
379097
|
+
errorMessage: string;
|
|
379098
|
+
errorReason: string;
|
|
379099
|
+
enabled: boolean;
|
|
379100
|
+
};
|
|
379065
379101
|
designSystemVersions: {
|
|
379066
379102
|
errorMessage: string;
|
|
379067
379103
|
errorReason: string;
|
|
@@ -379260,6 +379296,16 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
379260
379296
|
noImportJobsErrorReason: string;
|
|
379261
379297
|
max?: number | undefined;
|
|
379262
379298
|
};
|
|
379299
|
+
designSystemStorybookSources: {
|
|
379300
|
+
errorMessage: string;
|
|
379301
|
+
errorReason: string;
|
|
379302
|
+
max?: number | undefined;
|
|
379303
|
+
};
|
|
379304
|
+
documentationCustomCssAndJs: {
|
|
379305
|
+
errorMessage: string;
|
|
379306
|
+
errorReason: string;
|
|
379307
|
+
enabled: boolean;
|
|
379308
|
+
};
|
|
379263
379309
|
designSystemVersions: {
|
|
379264
379310
|
errorMessage: string;
|
|
379265
379311
|
errorReason: string;
|
|
@@ -379566,6 +379612,16 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
379566
379612
|
noImportJobsErrorReason: string;
|
|
379567
379613
|
max?: number | undefined;
|
|
379568
379614
|
};
|
|
379615
|
+
designSystemStorybookSources: {
|
|
379616
|
+
errorMessage: string;
|
|
379617
|
+
errorReason: string;
|
|
379618
|
+
max?: number | undefined;
|
|
379619
|
+
};
|
|
379620
|
+
documentationCustomCssAndJs: {
|
|
379621
|
+
errorMessage: string;
|
|
379622
|
+
errorReason: string;
|
|
379623
|
+
enabled: boolean;
|
|
379624
|
+
};
|
|
379569
379625
|
designSystemVersions: {
|
|
379570
379626
|
errorMessage: string;
|
|
379571
379627
|
errorReason: string;
|
|
@@ -379808,6 +379864,16 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
379808
379864
|
noImportJobsErrorReason: string;
|
|
379809
379865
|
max?: number | undefined;
|
|
379810
379866
|
};
|
|
379867
|
+
designSystemStorybookSources: {
|
|
379868
|
+
errorMessage: string;
|
|
379869
|
+
errorReason: string;
|
|
379870
|
+
max?: number | undefined;
|
|
379871
|
+
};
|
|
379872
|
+
documentationCustomCssAndJs: {
|
|
379873
|
+
errorMessage: string;
|
|
379874
|
+
errorReason: string;
|
|
379875
|
+
enabled: boolean;
|
|
379876
|
+
};
|
|
379811
379877
|
designSystemVersions: {
|
|
379812
379878
|
errorMessage: string;
|
|
379813
379879
|
errorReason: string;
|
|
@@ -380032,6 +380098,32 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
380032
380098
|
noImportJobsErrorReason: string;
|
|
380033
380099
|
max?: number | undefined;
|
|
380034
380100
|
}>;
|
|
380101
|
+
designSystemStorybookSources: z$1.ZodObject<{
|
|
380102
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
380103
|
+
errorMessage: z$1.ZodString;
|
|
380104
|
+
errorReason: z$1.ZodString;
|
|
380105
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
380106
|
+
errorMessage: string;
|
|
380107
|
+
errorReason: string;
|
|
380108
|
+
max?: number | undefined;
|
|
380109
|
+
}, {
|
|
380110
|
+
errorMessage: string;
|
|
380111
|
+
errorReason: string;
|
|
380112
|
+
max?: number | undefined;
|
|
380113
|
+
}>;
|
|
380114
|
+
documentationCustomCssAndJs: z$1.ZodObject<{
|
|
380115
|
+
enabled: z$1.ZodBoolean;
|
|
380116
|
+
errorMessage: z$1.ZodString;
|
|
380117
|
+
errorReason: z$1.ZodString;
|
|
380118
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
380119
|
+
errorMessage: string;
|
|
380120
|
+
errorReason: string;
|
|
380121
|
+
enabled: boolean;
|
|
380122
|
+
}, {
|
|
380123
|
+
errorMessage: string;
|
|
380124
|
+
errorReason: string;
|
|
380125
|
+
enabled: boolean;
|
|
380126
|
+
}>;
|
|
380035
380127
|
designSystemVersions: z$1.ZodObject<{
|
|
380036
380128
|
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
380037
380129
|
errorMessage: z$1.ZodString;
|
|
@@ -380536,6 +380628,16 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
380536
380628
|
noImportJobsErrorReason: string;
|
|
380537
380629
|
max?: number | undefined;
|
|
380538
380630
|
};
|
|
380631
|
+
designSystemStorybookSources: {
|
|
380632
|
+
errorMessage: string;
|
|
380633
|
+
errorReason: string;
|
|
380634
|
+
max?: number | undefined;
|
|
380635
|
+
};
|
|
380636
|
+
documentationCustomCssAndJs: {
|
|
380637
|
+
errorMessage: string;
|
|
380638
|
+
errorReason: string;
|
|
380639
|
+
enabled: boolean;
|
|
380640
|
+
};
|
|
380539
380641
|
designSystemVersions: {
|
|
380540
380642
|
errorMessage: string;
|
|
380541
380643
|
errorReason: string;
|
|
@@ -380734,6 +380836,16 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
380734
380836
|
noImportJobsErrorReason: string;
|
|
380735
380837
|
max?: number | undefined;
|
|
380736
380838
|
};
|
|
380839
|
+
designSystemStorybookSources: {
|
|
380840
|
+
errorMessage: string;
|
|
380841
|
+
errorReason: string;
|
|
380842
|
+
max?: number | undefined;
|
|
380843
|
+
};
|
|
380844
|
+
documentationCustomCssAndJs: {
|
|
380845
|
+
errorMessage: string;
|
|
380846
|
+
errorReason: string;
|
|
380847
|
+
enabled: boolean;
|
|
380848
|
+
};
|
|
380737
380849
|
designSystemVersions: {
|
|
380738
380850
|
errorMessage: string;
|
|
380739
380851
|
errorReason: string;
|
|
@@ -381040,6 +381152,16 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
381040
381152
|
noImportJobsErrorReason: string;
|
|
381041
381153
|
max?: number | undefined;
|
|
381042
381154
|
};
|
|
381155
|
+
designSystemStorybookSources: {
|
|
381156
|
+
errorMessage: string;
|
|
381157
|
+
errorReason: string;
|
|
381158
|
+
max?: number | undefined;
|
|
381159
|
+
};
|
|
381160
|
+
documentationCustomCssAndJs: {
|
|
381161
|
+
errorMessage: string;
|
|
381162
|
+
errorReason: string;
|
|
381163
|
+
enabled: boolean;
|
|
381164
|
+
};
|
|
381043
381165
|
designSystemVersions: {
|
|
381044
381166
|
errorMessage: string;
|
|
381045
381167
|
errorReason: string;
|
|
@@ -381282,6 +381404,16 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
381282
381404
|
noImportJobsErrorReason: string;
|
|
381283
381405
|
max?: number | undefined;
|
|
381284
381406
|
};
|
|
381407
|
+
designSystemStorybookSources: {
|
|
381408
|
+
errorMessage: string;
|
|
381409
|
+
errorReason: string;
|
|
381410
|
+
max?: number | undefined;
|
|
381411
|
+
};
|
|
381412
|
+
documentationCustomCssAndJs: {
|
|
381413
|
+
errorMessage: string;
|
|
381414
|
+
errorReason: string;
|
|
381415
|
+
enabled: boolean;
|
|
381416
|
+
};
|
|
381285
381417
|
designSystemVersions: {
|
|
381286
381418
|
errorMessage: string;
|
|
381287
381419
|
errorReason: string;
|
|
@@ -381695,6 +381827,16 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
381695
381827
|
noImportJobsErrorReason: string;
|
|
381696
381828
|
max?: number | undefined;
|
|
381697
381829
|
};
|
|
381830
|
+
designSystemStorybookSources: {
|
|
381831
|
+
errorMessage: string;
|
|
381832
|
+
errorReason: string;
|
|
381833
|
+
max?: number | undefined;
|
|
381834
|
+
};
|
|
381835
|
+
documentationCustomCssAndJs: {
|
|
381836
|
+
errorMessage: string;
|
|
381837
|
+
errorReason: string;
|
|
381838
|
+
enabled: boolean;
|
|
381839
|
+
};
|
|
381698
381840
|
designSystemVersions: {
|
|
381699
381841
|
errorMessage: string;
|
|
381700
381842
|
errorReason: string;
|
|
@@ -381976,6 +382118,16 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
381976
382118
|
noImportJobsErrorReason: string;
|
|
381977
382119
|
max?: number | undefined;
|
|
381978
382120
|
};
|
|
382121
|
+
designSystemStorybookSources: {
|
|
382122
|
+
errorMessage: string;
|
|
382123
|
+
errorReason: string;
|
|
382124
|
+
max?: number | undefined;
|
|
382125
|
+
};
|
|
382126
|
+
documentationCustomCssAndJs: {
|
|
382127
|
+
errorMessage: string;
|
|
382128
|
+
errorReason: string;
|
|
382129
|
+
enabled: boolean;
|
|
382130
|
+
};
|
|
381979
382131
|
designSystemVersions: {
|
|
381980
382132
|
errorMessage: string;
|
|
381981
382133
|
errorReason: string;
|
|
@@ -406042,6 +406194,16 @@ declare class WorkspaceSubscriptionEndpoint {
|
|
|
406042
406194
|
noImportJobsErrorReason: string;
|
|
406043
406195
|
max?: number | undefined;
|
|
406044
406196
|
};
|
|
406197
|
+
designSystemStorybookSources: {
|
|
406198
|
+
errorMessage: string;
|
|
406199
|
+
errorReason: string;
|
|
406200
|
+
max?: number | undefined;
|
|
406201
|
+
};
|
|
406202
|
+
documentationCustomCssAndJs: {
|
|
406203
|
+
errorMessage: string;
|
|
406204
|
+
errorReason: string;
|
|
406205
|
+
enabled: boolean;
|
|
406206
|
+
};
|
|
406045
406207
|
designSystemVersions: {
|
|
406046
406208
|
errorMessage: string;
|
|
406047
406209
|
errorReason: string;
|
package/dist/index.js
CHANGED
|
@@ -126,6 +126,8 @@ var featureWithImportJobsSchema = featureLimitedSchema.extend({
|
|
|
126
126
|
var FeaturesSummary = _zod.z.object({
|
|
127
127
|
designSystems: featureLimitedSchema,
|
|
128
128
|
designSystemSources: featureWithImportJobsSchema,
|
|
129
|
+
designSystemStorybookSources: featureLimitedSchema,
|
|
130
|
+
documentationCustomCssAndJs: featureToggleSchema,
|
|
129
131
|
designSystemVersions: featureLimitedSchema,
|
|
130
132
|
themes: featureLimitedSchema,
|
|
131
133
|
brands: featureLimitedSchema,
|