@supernova-studio/model 1.40.0 → 1.40.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 +31 -5
- package/dist/index.d.ts +31 -5
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -153652,26 +153652,26 @@ type FeatureFlagWithDefaults = keyof typeof FeatureFlagDefaults;
|
|
|
153652
153652
|
type FeatureFlagDefaultsTypes = {
|
|
153653
153653
|
[K in FeatureFlagWithDefaults]: (typeof FeatureFlagDefaults)[K];
|
|
153654
153654
|
};
|
|
153655
|
-
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>;
|
|
153655
|
+
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate"]>;
|
|
153656
153656
|
type FlaggedFeature = z.infer<typeof FlaggedFeature>;
|
|
153657
|
-
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>, z.ZodBoolean>;
|
|
153657
|
+
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate"]>, z.ZodBoolean>;
|
|
153658
153658
|
type FeatureFlagMap = z.infer<typeof FeatureFlagMap>;
|
|
153659
153659
|
declare const FeatureFlag: z.ZodObject<{
|
|
153660
153660
|
id: z.ZodString;
|
|
153661
|
-
feature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>;
|
|
153661
|
+
feature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate"]>;
|
|
153662
153662
|
createdAt: z.ZodDate;
|
|
153663
153663
|
enabled: z.ZodBoolean;
|
|
153664
153664
|
designSystemId: z.ZodOptional<z.ZodString>;
|
|
153665
153665
|
data: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
153666
153666
|
}, "strip", z.ZodTypeAny, {
|
|
153667
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode";
|
|
153667
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate";
|
|
153668
153668
|
id: string;
|
|
153669
153669
|
createdAt: Date;
|
|
153670
153670
|
enabled: boolean;
|
|
153671
153671
|
data?: Record<string, any> | null | undefined;
|
|
153672
153672
|
designSystemId?: string | undefined;
|
|
153673
153673
|
}, {
|
|
153674
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode";
|
|
153674
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate";
|
|
153675
153675
|
id: string;
|
|
153676
153676
|
createdAt: Date;
|
|
153677
153677
|
enabled: boolean;
|
|
@@ -157471,6 +157471,8 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157471
157471
|
name: z.ZodString;
|
|
157472
157472
|
projectId: z.ZodString;
|
|
157473
157473
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
157474
|
+
e2bTemplateId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
157475
|
+
e2bIterationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
157474
157476
|
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
157475
157477
|
status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
157476
157478
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
@@ -157493,6 +157495,8 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157493
157495
|
threadId?: string | undefined;
|
|
157494
157496
|
sectionId?: string | undefined;
|
|
157495
157497
|
isArchived?: boolean | undefined;
|
|
157498
|
+
e2bTemplateId?: string | null | undefined;
|
|
157499
|
+
e2bIterationId?: string | null | undefined;
|
|
157496
157500
|
lastReplyTimestamp?: Date | undefined;
|
|
157497
157501
|
}, {
|
|
157498
157502
|
id: string;
|
|
@@ -157507,6 +157511,8 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157507
157511
|
sortOrder?: number | undefined;
|
|
157508
157512
|
sectionId?: string | undefined;
|
|
157509
157513
|
isArchived?: boolean | undefined;
|
|
157514
|
+
e2bTemplateId?: string | null | undefined;
|
|
157515
|
+
e2bIterationId?: string | null | undefined;
|
|
157510
157516
|
numberOfIterations?: number | undefined;
|
|
157511
157517
|
numberOfBookmarkedIterations?: number | undefined;
|
|
157512
157518
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188132,6 +188138,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188132
188138
|
name: z.ZodString;
|
|
188133
188139
|
projectId: z.ZodString;
|
|
188134
188140
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
188141
|
+
e2bTemplateId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
188142
|
+
e2bIterationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
188135
188143
|
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
188136
188144
|
status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
188137
188145
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
@@ -188154,6 +188162,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188154
188162
|
threadId?: string | undefined;
|
|
188155
188163
|
sectionId?: string | undefined;
|
|
188156
188164
|
isArchived?: boolean | undefined;
|
|
188165
|
+
e2bTemplateId?: string | null | undefined;
|
|
188166
|
+
e2bIterationId?: string | null | undefined;
|
|
188157
188167
|
lastReplyTimestamp?: Date | undefined;
|
|
188158
188168
|
}, {
|
|
188159
188169
|
id: string;
|
|
@@ -188168,6 +188178,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188168
188178
|
sortOrder?: number | undefined;
|
|
188169
188179
|
sectionId?: string | undefined;
|
|
188170
188180
|
isArchived?: boolean | undefined;
|
|
188181
|
+
e2bTemplateId?: string | null | undefined;
|
|
188182
|
+
e2bIterationId?: string | null | undefined;
|
|
188171
188183
|
numberOfIterations?: number | undefined;
|
|
188172
188184
|
numberOfBookmarkedIterations?: number | undefined;
|
|
188173
188185
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188238,6 +188250,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188238
188250
|
threadId?: string | undefined;
|
|
188239
188251
|
sectionId?: string | undefined;
|
|
188240
188252
|
isArchived?: boolean | undefined;
|
|
188253
|
+
e2bTemplateId?: string | null | undefined;
|
|
188254
|
+
e2bIterationId?: string | null | undefined;
|
|
188241
188255
|
lastReplyTimestamp?: Date | undefined;
|
|
188242
188256
|
}[];
|
|
188243
188257
|
artifacts: {
|
|
@@ -188285,6 +188299,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188285
188299
|
sortOrder?: number | undefined;
|
|
188286
188300
|
sectionId?: string | undefined;
|
|
188287
188301
|
isArchived?: boolean | undefined;
|
|
188302
|
+
e2bTemplateId?: string | null | undefined;
|
|
188303
|
+
e2bIterationId?: string | null | undefined;
|
|
188288
188304
|
numberOfIterations?: number | undefined;
|
|
188289
188305
|
numberOfBookmarkedIterations?: number | undefined;
|
|
188290
188306
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188370,6 +188386,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188370
188386
|
name: z.ZodString;
|
|
188371
188387
|
projectId: z.ZodString;
|
|
188372
188388
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
188389
|
+
e2bTemplateId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
188390
|
+
e2bIterationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
188373
188391
|
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
188374
188392
|
status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
188375
188393
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
@@ -188392,6 +188410,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188392
188410
|
threadId?: string | undefined;
|
|
188393
188411
|
sectionId?: string | undefined;
|
|
188394
188412
|
isArchived?: boolean | undefined;
|
|
188413
|
+
e2bTemplateId?: string | null | undefined;
|
|
188414
|
+
e2bIterationId?: string | null | undefined;
|
|
188395
188415
|
lastReplyTimestamp?: Date | undefined;
|
|
188396
188416
|
}, {
|
|
188397
188417
|
id: string;
|
|
@@ -188406,6 +188426,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188406
188426
|
sortOrder?: number | undefined;
|
|
188407
188427
|
sectionId?: string | undefined;
|
|
188408
188428
|
isArchived?: boolean | undefined;
|
|
188429
|
+
e2bTemplateId?: string | null | undefined;
|
|
188430
|
+
e2bIterationId?: string | null | undefined;
|
|
188409
188431
|
numberOfIterations?: number | undefined;
|
|
188410
188432
|
numberOfBookmarkedIterations?: number | undefined;
|
|
188411
188433
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188480,6 +188502,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188480
188502
|
threadId?: string | undefined;
|
|
188481
188503
|
sectionId?: string | undefined;
|
|
188482
188504
|
isArchived?: boolean | undefined;
|
|
188505
|
+
e2bTemplateId?: string | null | undefined;
|
|
188506
|
+
e2bIterationId?: string | null | undefined;
|
|
188483
188507
|
lastReplyTimestamp?: Date | undefined;
|
|
188484
188508
|
}[] | undefined;
|
|
188485
188509
|
executedTransactionIds?: string[] | undefined;
|
|
@@ -188532,6 +188556,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188532
188556
|
sortOrder?: number | undefined;
|
|
188533
188557
|
sectionId?: string | undefined;
|
|
188534
188558
|
isArchived?: boolean | undefined;
|
|
188559
|
+
e2bTemplateId?: string | null | undefined;
|
|
188560
|
+
e2bIterationId?: string | null | undefined;
|
|
188535
188561
|
numberOfIterations?: number | undefined;
|
|
188536
188562
|
numberOfBookmarkedIterations?: number | undefined;
|
|
188537
188563
|
lastReplyTimestamp?: Date | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -153652,26 +153652,26 @@ type FeatureFlagWithDefaults = keyof typeof FeatureFlagDefaults;
|
|
|
153652
153652
|
type FeatureFlagDefaultsTypes = {
|
|
153653
153653
|
[K in FeatureFlagWithDefaults]: (typeof FeatureFlagDefaults)[K];
|
|
153654
153654
|
};
|
|
153655
|
-
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>;
|
|
153655
|
+
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate"]>;
|
|
153656
153656
|
type FlaggedFeature = z.infer<typeof FlaggedFeature>;
|
|
153657
|
-
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>, z.ZodBoolean>;
|
|
153657
|
+
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate"]>, z.ZodBoolean>;
|
|
153658
153658
|
type FeatureFlagMap = z.infer<typeof FeatureFlagMap>;
|
|
153659
153659
|
declare const FeatureFlag: z.ZodObject<{
|
|
153660
153660
|
id: z.ZodString;
|
|
153661
|
-
feature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>;
|
|
153661
|
+
feature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate"]>;
|
|
153662
153662
|
createdAt: z.ZodDate;
|
|
153663
153663
|
enabled: z.ZodBoolean;
|
|
153664
153664
|
designSystemId: z.ZodOptional<z.ZodString>;
|
|
153665
153665
|
data: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
153666
153666
|
}, "strip", z.ZodTypeAny, {
|
|
153667
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode";
|
|
153667
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate";
|
|
153668
153668
|
id: string;
|
|
153669
153669
|
createdAt: Date;
|
|
153670
153670
|
enabled: boolean;
|
|
153671
153671
|
data?: Record<string, any> | null | undefined;
|
|
153672
153672
|
designSystemId?: string | undefined;
|
|
153673
153673
|
}, {
|
|
153674
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode";
|
|
153674
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate";
|
|
153675
153675
|
id: string;
|
|
153676
153676
|
createdAt: Date;
|
|
153677
153677
|
enabled: boolean;
|
|
@@ -157471,6 +157471,8 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157471
157471
|
name: z.ZodString;
|
|
157472
157472
|
projectId: z.ZodString;
|
|
157473
157473
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
157474
|
+
e2bTemplateId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
157475
|
+
e2bIterationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
157474
157476
|
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
157475
157477
|
status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
157476
157478
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
@@ -157493,6 +157495,8 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157493
157495
|
threadId?: string | undefined;
|
|
157494
157496
|
sectionId?: string | undefined;
|
|
157495
157497
|
isArchived?: boolean | undefined;
|
|
157498
|
+
e2bTemplateId?: string | null | undefined;
|
|
157499
|
+
e2bIterationId?: string | null | undefined;
|
|
157496
157500
|
lastReplyTimestamp?: Date | undefined;
|
|
157497
157501
|
}, {
|
|
157498
157502
|
id: string;
|
|
@@ -157507,6 +157511,8 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157507
157511
|
sortOrder?: number | undefined;
|
|
157508
157512
|
sectionId?: string | undefined;
|
|
157509
157513
|
isArchived?: boolean | undefined;
|
|
157514
|
+
e2bTemplateId?: string | null | undefined;
|
|
157515
|
+
e2bIterationId?: string | null | undefined;
|
|
157510
157516
|
numberOfIterations?: number | undefined;
|
|
157511
157517
|
numberOfBookmarkedIterations?: number | undefined;
|
|
157512
157518
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188132,6 +188138,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188132
188138
|
name: z.ZodString;
|
|
188133
188139
|
projectId: z.ZodString;
|
|
188134
188140
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
188141
|
+
e2bTemplateId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
188142
|
+
e2bIterationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
188135
188143
|
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
188136
188144
|
status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
188137
188145
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
@@ -188154,6 +188162,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188154
188162
|
threadId?: string | undefined;
|
|
188155
188163
|
sectionId?: string | undefined;
|
|
188156
188164
|
isArchived?: boolean | undefined;
|
|
188165
|
+
e2bTemplateId?: string | null | undefined;
|
|
188166
|
+
e2bIterationId?: string | null | undefined;
|
|
188157
188167
|
lastReplyTimestamp?: Date | undefined;
|
|
188158
188168
|
}, {
|
|
188159
188169
|
id: string;
|
|
@@ -188168,6 +188178,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188168
188178
|
sortOrder?: number | undefined;
|
|
188169
188179
|
sectionId?: string | undefined;
|
|
188170
188180
|
isArchived?: boolean | undefined;
|
|
188181
|
+
e2bTemplateId?: string | null | undefined;
|
|
188182
|
+
e2bIterationId?: string | null | undefined;
|
|
188171
188183
|
numberOfIterations?: number | undefined;
|
|
188172
188184
|
numberOfBookmarkedIterations?: number | undefined;
|
|
188173
188185
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188238,6 +188250,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188238
188250
|
threadId?: string | undefined;
|
|
188239
188251
|
sectionId?: string | undefined;
|
|
188240
188252
|
isArchived?: boolean | undefined;
|
|
188253
|
+
e2bTemplateId?: string | null | undefined;
|
|
188254
|
+
e2bIterationId?: string | null | undefined;
|
|
188241
188255
|
lastReplyTimestamp?: Date | undefined;
|
|
188242
188256
|
}[];
|
|
188243
188257
|
artifacts: {
|
|
@@ -188285,6 +188299,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188285
188299
|
sortOrder?: number | undefined;
|
|
188286
188300
|
sectionId?: string | undefined;
|
|
188287
188301
|
isArchived?: boolean | undefined;
|
|
188302
|
+
e2bTemplateId?: string | null | undefined;
|
|
188303
|
+
e2bIterationId?: string | null | undefined;
|
|
188288
188304
|
numberOfIterations?: number | undefined;
|
|
188289
188305
|
numberOfBookmarkedIterations?: number | undefined;
|
|
188290
188306
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188370,6 +188386,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188370
188386
|
name: z.ZodString;
|
|
188371
188387
|
projectId: z.ZodString;
|
|
188372
188388
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
188389
|
+
e2bTemplateId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
188390
|
+
e2bIterationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
188373
188391
|
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
188374
188392
|
status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
188375
188393
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
@@ -188392,6 +188410,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188392
188410
|
threadId?: string | undefined;
|
|
188393
188411
|
sectionId?: string | undefined;
|
|
188394
188412
|
isArchived?: boolean | undefined;
|
|
188413
|
+
e2bTemplateId?: string | null | undefined;
|
|
188414
|
+
e2bIterationId?: string | null | undefined;
|
|
188395
188415
|
lastReplyTimestamp?: Date | undefined;
|
|
188396
188416
|
}, {
|
|
188397
188417
|
id: string;
|
|
@@ -188406,6 +188426,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188406
188426
|
sortOrder?: number | undefined;
|
|
188407
188427
|
sectionId?: string | undefined;
|
|
188408
188428
|
isArchived?: boolean | undefined;
|
|
188429
|
+
e2bTemplateId?: string | null | undefined;
|
|
188430
|
+
e2bIterationId?: string | null | undefined;
|
|
188409
188431
|
numberOfIterations?: number | undefined;
|
|
188410
188432
|
numberOfBookmarkedIterations?: number | undefined;
|
|
188411
188433
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188480,6 +188502,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188480
188502
|
threadId?: string | undefined;
|
|
188481
188503
|
sectionId?: string | undefined;
|
|
188482
188504
|
isArchived?: boolean | undefined;
|
|
188505
|
+
e2bTemplateId?: string | null | undefined;
|
|
188506
|
+
e2bIterationId?: string | null | undefined;
|
|
188483
188507
|
lastReplyTimestamp?: Date | undefined;
|
|
188484
188508
|
}[] | undefined;
|
|
188485
188509
|
executedTransactionIds?: string[] | undefined;
|
|
@@ -188532,6 +188556,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188532
188556
|
sortOrder?: number | undefined;
|
|
188533
188557
|
sectionId?: string | undefined;
|
|
188534
188558
|
isArchived?: boolean | undefined;
|
|
188559
|
+
e2bTemplateId?: string | null | undefined;
|
|
188560
|
+
e2bIterationId?: string | null | undefined;
|
|
188535
188561
|
numberOfIterations?: number | undefined;
|
|
188536
188562
|
numberOfBookmarkedIterations?: number | undefined;
|
|
188537
188563
|
lastReplyTimestamp?: Date | undefined;
|
package/dist/index.js
CHANGED
|
@@ -5965,6 +5965,8 @@ var ProjectFeature = _zod.z.object({
|
|
|
5965
5965
|
name: _zod.z.string(),
|
|
5966
5966
|
projectId: _zod.z.string(),
|
|
5967
5967
|
sectionId: Id.optional(),
|
|
5968
|
+
e2bTemplateId: _zod.z.string().nullish(),
|
|
5969
|
+
e2bIterationId: _zod.z.string().nullish(),
|
|
5968
5970
|
sortOrder: SortOrder.default(0),
|
|
5969
5971
|
status: ProjectFeatureStatus.default("Draft"),
|
|
5970
5972
|
updatedAt: _zod.z.coerce.date().optional(),
|
|
@@ -6537,7 +6539,8 @@ var FlaggedFeature = _zod.z.enum([
|
|
|
6537
6539
|
"PulsarPreloadData",
|
|
6538
6540
|
"PulsarConcurrencyMode",
|
|
6539
6541
|
"PulsarConcurrency",
|
|
6540
|
-
"PulsarProfilerMode"
|
|
6542
|
+
"PulsarProfilerMode",
|
|
6543
|
+
"ForgeE2BTemplate"
|
|
6541
6544
|
]);
|
|
6542
6545
|
var FeatureFlagDefaults = {
|
|
6543
6546
|
DocumentationIgnoreSnapshotsOnPublish: "route-bff+route-p3"
|