@supernova-studio/client 1.90.1 → 1.90.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.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8486,6 +8486,7 @@ var DTOCodeSnapshotUploadInitPayload = z262.object({
|
|
|
8486
8486
|
archiveSize: z262.number(),
|
|
8487
8487
|
designSystemId: z262.string(),
|
|
8488
8488
|
repoId: z262.string(),
|
|
8489
|
+
repoName: z262.string(),
|
|
8489
8490
|
repoPackageName: z262.string(),
|
|
8490
8491
|
scannerType: DTOCodeSnapshotUploadInitScannerType
|
|
8491
8492
|
});
|