@supernova-studio/client 1.48.21 → 1.49.1
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 +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -93756,6 +93756,7 @@ declare const DTOProjectContextOverride: z$1.ZodObject<{
|
|
|
93756
93756
|
aliasTo?: string | null | undefined;
|
|
93757
93757
|
} | undefined;
|
|
93758
93758
|
}>;
|
|
93759
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
93759
93760
|
}, "strip", z$1.ZodTypeAny, {
|
|
93760
93761
|
theme: {
|
|
93761
93762
|
card?: {
|
|
@@ -94706,6 +94707,7 @@ declare const DTOProjectContextOverride: z$1.ZodObject<{
|
|
|
94706
94707
|
} | undefined;
|
|
94707
94708
|
};
|
|
94708
94709
|
projectId: string;
|
|
94710
|
+
themePreset?: string | undefined;
|
|
94709
94711
|
}, {
|
|
94710
94712
|
theme: {
|
|
94711
94713
|
card?: {
|
|
@@ -95656,6 +95658,7 @@ declare const DTOProjectContextOverride: z$1.ZodObject<{
|
|
|
95656
95658
|
} | undefined;
|
|
95657
95659
|
};
|
|
95658
95660
|
projectId: string;
|
|
95661
|
+
themePreset?: string | undefined;
|
|
95659
95662
|
}>;
|
|
95660
95663
|
type DTOProjectContextOverride = z$1.infer<typeof DTOProjectContextOverride>;
|
|
95661
95664
|
declare const DTOProjectContextOverrideInput: z$1.ZodObject<{
|
|
@@ -102244,6 +102247,7 @@ declare const DTOProjectContextOverrideInput: z$1.ZodObject<{
|
|
|
102244
102247
|
aliasTo?: string | null | undefined;
|
|
102245
102248
|
} | undefined;
|
|
102246
102249
|
}>;
|
|
102250
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
102247
102251
|
}, "strip", z$1.ZodTypeAny, {
|
|
102248
102252
|
theme: {
|
|
102249
102253
|
card?: {
|
|
@@ -103193,6 +103197,7 @@ declare const DTOProjectContextOverrideInput: z$1.ZodObject<{
|
|
|
103193
103197
|
aliasTo?: string | undefined;
|
|
103194
103198
|
} | undefined;
|
|
103195
103199
|
};
|
|
103200
|
+
themePreset?: string | undefined;
|
|
103196
103201
|
updateSharedContext?: boolean | undefined;
|
|
103197
103202
|
}, {
|
|
103198
103203
|
theme: {
|
|
@@ -104143,6 +104148,7 @@ declare const DTOProjectContextOverrideInput: z$1.ZodObject<{
|
|
|
104143
104148
|
aliasTo?: string | null | undefined;
|
|
104144
104149
|
} | undefined;
|
|
104145
104150
|
};
|
|
104151
|
+
themePreset?: string | undefined;
|
|
104146
104152
|
updateSharedContext?: boolean | undefined;
|
|
104147
104153
|
}>;
|
|
104148
104154
|
type DTOProjectContextOverrideInput = z$1.infer<typeof DTOProjectContextOverrideInput>;
|
|
@@ -110733,6 +110739,7 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
|
|
|
110733
110739
|
aliasTo?: string | null | undefined;
|
|
110734
110740
|
} | undefined;
|
|
110735
110741
|
}>;
|
|
110742
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
110736
110743
|
}, "strip", z$1.ZodTypeAny, {
|
|
110737
110744
|
theme: {
|
|
110738
110745
|
card?: {
|
|
@@ -111683,6 +111690,7 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
|
|
|
111683
111690
|
} | undefined;
|
|
111684
111691
|
};
|
|
111685
111692
|
projectId: string;
|
|
111693
|
+
themePreset?: string | undefined;
|
|
111686
111694
|
}, {
|
|
111687
111695
|
theme: {
|
|
111688
111696
|
card?: {
|
|
@@ -112633,6 +112641,7 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
|
|
|
112633
112641
|
} | undefined;
|
|
112634
112642
|
};
|
|
112635
112643
|
projectId: string;
|
|
112644
|
+
themePreset?: string | undefined;
|
|
112636
112645
|
}>;
|
|
112637
112646
|
originalContext: z$1.ZodObject<{
|
|
112638
112647
|
id: z$1.ZodString;
|
|
@@ -130891,6 +130900,7 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
|
|
|
130891
130900
|
} | undefined;
|
|
130892
130901
|
};
|
|
130893
130902
|
projectId: string;
|
|
130903
|
+
themePreset?: string | undefined;
|
|
130894
130904
|
};
|
|
130895
130905
|
originalContext: {
|
|
130896
130906
|
id: string;
|
|
@@ -133817,6 +133827,7 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
|
|
|
133817
133827
|
} | undefined;
|
|
133818
133828
|
};
|
|
133819
133829
|
projectId: string;
|
|
133830
|
+
themePreset?: string | undefined;
|
|
133820
133831
|
};
|
|
133821
133832
|
originalContext: {
|
|
133822
133833
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -93756,6 +93756,7 @@ declare const DTOProjectContextOverride: z$1.ZodObject<{
|
|
|
93756
93756
|
aliasTo?: string | null | undefined;
|
|
93757
93757
|
} | undefined;
|
|
93758
93758
|
}>;
|
|
93759
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
93759
93760
|
}, "strip", z$1.ZodTypeAny, {
|
|
93760
93761
|
theme: {
|
|
93761
93762
|
card?: {
|
|
@@ -94706,6 +94707,7 @@ declare const DTOProjectContextOverride: z$1.ZodObject<{
|
|
|
94706
94707
|
} | undefined;
|
|
94707
94708
|
};
|
|
94708
94709
|
projectId: string;
|
|
94710
|
+
themePreset?: string | undefined;
|
|
94709
94711
|
}, {
|
|
94710
94712
|
theme: {
|
|
94711
94713
|
card?: {
|
|
@@ -95656,6 +95658,7 @@ declare const DTOProjectContextOverride: z$1.ZodObject<{
|
|
|
95656
95658
|
} | undefined;
|
|
95657
95659
|
};
|
|
95658
95660
|
projectId: string;
|
|
95661
|
+
themePreset?: string | undefined;
|
|
95659
95662
|
}>;
|
|
95660
95663
|
type DTOProjectContextOverride = z$1.infer<typeof DTOProjectContextOverride>;
|
|
95661
95664
|
declare const DTOProjectContextOverrideInput: z$1.ZodObject<{
|
|
@@ -102244,6 +102247,7 @@ declare const DTOProjectContextOverrideInput: z$1.ZodObject<{
|
|
|
102244
102247
|
aliasTo?: string | null | undefined;
|
|
102245
102248
|
} | undefined;
|
|
102246
102249
|
}>;
|
|
102250
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
102247
102251
|
}, "strip", z$1.ZodTypeAny, {
|
|
102248
102252
|
theme: {
|
|
102249
102253
|
card?: {
|
|
@@ -103193,6 +103197,7 @@ declare const DTOProjectContextOverrideInput: z$1.ZodObject<{
|
|
|
103193
103197
|
aliasTo?: string | undefined;
|
|
103194
103198
|
} | undefined;
|
|
103195
103199
|
};
|
|
103200
|
+
themePreset?: string | undefined;
|
|
103196
103201
|
updateSharedContext?: boolean | undefined;
|
|
103197
103202
|
}, {
|
|
103198
103203
|
theme: {
|
|
@@ -104143,6 +104148,7 @@ declare const DTOProjectContextOverrideInput: z$1.ZodObject<{
|
|
|
104143
104148
|
aliasTo?: string | null | undefined;
|
|
104144
104149
|
} | undefined;
|
|
104145
104150
|
};
|
|
104151
|
+
themePreset?: string | undefined;
|
|
104146
104152
|
updateSharedContext?: boolean | undefined;
|
|
104147
104153
|
}>;
|
|
104148
104154
|
type DTOProjectContextOverrideInput = z$1.infer<typeof DTOProjectContextOverrideInput>;
|
|
@@ -110733,6 +110739,7 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
|
|
|
110733
110739
|
aliasTo?: string | null | undefined;
|
|
110734
110740
|
} | undefined;
|
|
110735
110741
|
}>;
|
|
110742
|
+
themePreset: z$1.ZodOptional<z$1.ZodString>;
|
|
110736
110743
|
}, "strip", z$1.ZodTypeAny, {
|
|
110737
110744
|
theme: {
|
|
110738
110745
|
card?: {
|
|
@@ -111683,6 +111690,7 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
|
|
|
111683
111690
|
} | undefined;
|
|
111684
111691
|
};
|
|
111685
111692
|
projectId: string;
|
|
111693
|
+
themePreset?: string | undefined;
|
|
111686
111694
|
}, {
|
|
111687
111695
|
theme: {
|
|
111688
111696
|
card?: {
|
|
@@ -112633,6 +112641,7 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
|
|
|
112633
112641
|
} | undefined;
|
|
112634
112642
|
};
|
|
112635
112643
|
projectId: string;
|
|
112644
|
+
themePreset?: string | undefined;
|
|
112636
112645
|
}>;
|
|
112637
112646
|
originalContext: z$1.ZodObject<{
|
|
112638
112647
|
id: z$1.ZodString;
|
|
@@ -130891,6 +130900,7 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
|
|
|
130891
130900
|
} | undefined;
|
|
130892
130901
|
};
|
|
130893
130902
|
projectId: string;
|
|
130903
|
+
themePreset?: string | undefined;
|
|
130894
130904
|
};
|
|
130895
130905
|
originalContext: {
|
|
130896
130906
|
id: string;
|
|
@@ -133817,6 +133827,7 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
|
|
|
133817
133827
|
} | undefined;
|
|
133818
133828
|
};
|
|
133819
133829
|
projectId: string;
|
|
133830
|
+
themePreset?: string | undefined;
|
|
133820
133831
|
};
|
|
133821
133832
|
originalContext: {
|
|
133822
133833
|
id: string;
|
package/dist/index.js
CHANGED
|
@@ -10393,11 +10393,13 @@ var DTOForgeProjectContextListResponseV2 = _zod.z.object({ contexts: _zod.z.arra
|
|
|
10393
10393
|
// src/api/dto/forge/project-context-override.ts
|
|
10394
10394
|
var DTOProjectContextOverride = _zod2.default.object({
|
|
10395
10395
|
projectId: _zod2.default.string(),
|
|
10396
|
-
theme: DTOForgeProjectTheme.partial()
|
|
10396
|
+
theme: DTOForgeProjectTheme.partial(),
|
|
10397
|
+
themePreset: _zod2.default.string().optional()
|
|
10397
10398
|
});
|
|
10398
10399
|
var DTOProjectContextOverrideInput = _zod2.default.object({
|
|
10399
10400
|
updateSharedContext: _zod2.default.boolean().optional(),
|
|
10400
|
-
theme: DTOForgeProjectTheme.partial()
|
|
10401
|
+
theme: DTOForgeProjectTheme.partial(),
|
|
10402
|
+
themePreset: _zod2.default.string().optional()
|
|
10401
10403
|
});
|
|
10402
10404
|
var DTOProjectContextOverrideResponse = _zod2.default.object({
|
|
10403
10405
|
override: DTOProjectContextOverride,
|