@supernova-studio/client 1.90.1 → 1.90.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.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- 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
|
@@ -6337,7 +6337,8 @@ var FlaggedFeature = z208.enum([
|
|
|
6337
6337
|
"ForgeSandboxTimeout",
|
|
6338
6338
|
"ForgeFileUploadBatchSize",
|
|
6339
6339
|
"DSVersionRoomYJSStorageVersion",
|
|
6340
|
-
"ForgeTemplateUploadForAll"
|
|
6340
|
+
"ForgeTemplateUploadForAll",
|
|
6341
|
+
"LargeWorkspaceFileUpload"
|
|
6341
6342
|
]);
|
|
6342
6343
|
var FeatureFlagMap = z208.record(FlaggedFeature, z208.boolean());
|
|
6343
6344
|
var FeatureFlag = z208.object({
|
|
@@ -8486,6 +8487,7 @@ var DTOCodeSnapshotUploadInitPayload = z262.object({
|
|
|
8486
8487
|
archiveSize: z262.number(),
|
|
8487
8488
|
designSystemId: z262.string(),
|
|
8488
8489
|
repoId: z262.string(),
|
|
8490
|
+
repoName: z262.string(),
|
|
8489
8491
|
repoPackageName: z262.string(),
|
|
8490
8492
|
scannerType: DTOCodeSnapshotUploadInitScannerType
|
|
8491
8493
|
});
|