@supernova-studio/model 1.40.1 → 1.40.3

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
@@ -35,8 +35,7 @@ var AuthV2Request = z3.object({
35
35
  codeChallenge: z3.string(),
36
36
  codeChallengeMethod: z3.string(),
37
37
  redirectUri: z3.string(),
38
- sessionId: z3.string(),
39
- clientApp: z3.string().optional()
38
+ sessionId: z3.string()
40
39
  });
41
40
 
42
41
  // src/auth/session.ts
@@ -5966,6 +5965,8 @@ var ProjectFeature = z178.object({
5966
5965
  name: z178.string(),
5967
5966
  projectId: z178.string(),
5968
5967
  sectionId: Id.optional(),
5968
+ e2bTemplateId: z178.string().nullish(),
5969
+ e2bIterationId: z178.string().nullish(),
5969
5970
  sortOrder: SortOrder.default(0),
5970
5971
  status: ProjectFeatureStatus.default("Draft"),
5971
5972
  updatedAt: z178.coerce.date().optional(),
@@ -6538,7 +6539,8 @@ var FlaggedFeature = z207.enum([
6538
6539
  "PulsarPreloadData",
6539
6540
  "PulsarConcurrencyMode",
6540
6541
  "PulsarConcurrency",
6541
- "PulsarProfilerMode"
6542
+ "PulsarProfilerMode",
6543
+ "ForgeE2BTemplate"
6542
6544
  ]);
6543
6545
  var FeatureFlagDefaults = {
6544
6546
  DocumentationIgnoreSnapshotsOnPublish: "route-bff+route-p3"