@supernova-studio/client 1.59.0 → 1.60.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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -5809,6 +5809,7 @@ var FlaggedFeature = z208.enum([
|
|
|
5809
5809
|
"ForgeE2BTemplate",
|
|
5810
5810
|
"ForgeOnDemandIterations",
|
|
5811
5811
|
"ForgeAutoRetryOnErrors",
|
|
5812
|
+
"ForgeAiBackendMigrated",
|
|
5812
5813
|
"CustomForgeTemplate"
|
|
5813
5814
|
]);
|
|
5814
5815
|
var FeatureFlagMap = z208.record(FlaggedFeature, z208.boolean());
|
|
@@ -10699,7 +10700,7 @@ var DTOForgeProjectArtifactContentResponse = z328.object({
|
|
|
10699
10700
|
|
|
10700
10701
|
// src/api/dto/forge/project-feature.ts
|
|
10701
10702
|
import z329 from "zod";
|
|
10702
|
-
var
|
|
10703
|
+
var DTOFeaturePublishedStateUpdateInput = FeaturePublishedState.pick({
|
|
10703
10704
|
iterationId: true,
|
|
10704
10705
|
hideSupernovaUI: true,
|
|
10705
10706
|
visibility: true
|
|
@@ -10739,7 +10740,7 @@ var DTOForgeProjectFeatureUpdateInput = z329.object({
|
|
|
10739
10740
|
/**
|
|
10740
10741
|
* Sending null will result in feature unpublish
|
|
10741
10742
|
*/
|
|
10742
|
-
publishedState:
|
|
10743
|
+
publishedState: DTOFeaturePublishedStateUpdateInput.nullish()
|
|
10743
10744
|
});
|
|
10744
10745
|
var DTOForgeProjectFeatureDeleteInput = z329.object({
|
|
10745
10746
|
id: Id
|
|
@@ -20315,6 +20316,7 @@ export {
|
|
|
20315
20316
|
DTOFeatureMessageSystemSender,
|
|
20316
20317
|
DTOFeatureMessageUpdateInput,
|
|
20317
20318
|
DTOFeatureMessageUserSender,
|
|
20319
|
+
DTOFeaturePublishedStateUpdateInput,
|
|
20318
20320
|
DTOFeatureSandbox,
|
|
20319
20321
|
DTOFeatureUpdateThemeInput,
|
|
20320
20322
|
DTOFigmaComponent,
|
|
@@ -20470,7 +20472,6 @@ export {
|
|
|
20470
20472
|
DTOForgeProjectFeatureListResponse,
|
|
20471
20473
|
DTOForgeProjectFeatureMoveInput,
|
|
20472
20474
|
DTOForgeProjectFeaturePreview,
|
|
20473
|
-
DTOForgeProjectFeaturePublishedState,
|
|
20474
20475
|
DTOForgeProjectFeatureUpdateInput,
|
|
20475
20476
|
DTOForgeProjectFigmaNode,
|
|
20476
20477
|
DTOForgeProjectFigmaNodeRenderInput,
|