@supernova-studio/model 1.90.3 → 1.90.5
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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6720,7 +6720,8 @@ var FlaggedFeature = z208.enum([
|
|
|
6720
6720
|
"ForgeFileUploadBatchSize",
|
|
6721
6721
|
"DSVersionRoomYJSStorageVersion",
|
|
6722
6722
|
"ForgeTemplateUploadForAll",
|
|
6723
|
-
"LargeWorkspaceFileUpload"
|
|
6723
|
+
"LargeWorkspaceFileUpload",
|
|
6724
|
+
"CliMinimumVersion"
|
|
6724
6725
|
]);
|
|
6725
6726
|
var FeatureFlagDefaults = {
|
|
6726
6727
|
DocumentationIgnoreSnapshotsOnPublish: "route-bff+route-p3",
|
|
@@ -6733,6 +6734,7 @@ var FeatureFlag = z208.object({
|
|
|
6733
6734
|
createdAt: z208.coerce.date(),
|
|
6734
6735
|
enabled: z208.boolean(),
|
|
6735
6736
|
designSystemId: z208.string().optional(),
|
|
6737
|
+
workspaceId: z208.string().optional(),
|
|
6736
6738
|
data: z208.record(z208.any()).nullable().optional()
|
|
6737
6739
|
});
|
|
6738
6740
|
|