@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.mjs CHANGED
@@ -5965,6 +5965,8 @@ var ProjectFeature = z178.object({
5965
5965
  name: z178.string(),
5966
5966
  projectId: z178.string(),
5967
5967
  sectionId: Id.optional(),
5968
+ e2bTemplateId: z178.string().nullish(),
5969
+ e2bIterationId: z178.string().nullish(),
5968
5970
  sortOrder: SortOrder.default(0),
5969
5971
  status: ProjectFeatureStatus.default("Draft"),
5970
5972
  updatedAt: z178.coerce.date().optional(),
@@ -6537,7 +6539,8 @@ var FlaggedFeature = z207.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"