@supernova-studio/model 1.84.1 → 1.85.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 +8 -5
- package/dist/index.d.ts +8 -5
- 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.mjs
CHANGED
|
@@ -6575,7 +6575,8 @@ var ExporterFunctionPayload = z203.object({
|
|
|
6575
6575
|
exportContextId: z203.string(),
|
|
6576
6576
|
designSystemId: z203.string(),
|
|
6577
6577
|
workspaceId: z203.string(),
|
|
6578
|
-
exporterId: z203.string()
|
|
6578
|
+
exporterId: z203.string(),
|
|
6579
|
+
runnerType: z203.enum(["High", "Low"])
|
|
6579
6580
|
});
|
|
6580
6581
|
|
|
6581
6582
|
// src/export/export-jobs.ts
|
|
@@ -6708,7 +6709,8 @@ var FlaggedFeature = z208.enum([
|
|
|
6708
6709
|
"CustomForgeTemplate",
|
|
6709
6710
|
"ForgeRestartPlaywright",
|
|
6710
6711
|
"ForgeCopyTemplatePreset",
|
|
6711
|
-
"ForgeSandboxTimeout"
|
|
6712
|
+
"ForgeSandboxTimeout",
|
|
6713
|
+
"ForgeFileUploadBatchSize"
|
|
6712
6714
|
]);
|
|
6713
6715
|
var FeatureFlagDefaults = {
|
|
6714
6716
|
DocumentationIgnoreSnapshotsOnPublish: "route-bff+route-p3"
|