@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 CHANGED
@@ -383615,6 +383615,7 @@ declare const DTOCodeSnapshotUploadInitPayload: z.ZodObject<{
383615
383615
  archiveSize: z.ZodNumber;
383616
383616
  designSystemId: z.ZodString;
383617
383617
  repoId: z.ZodString;
383618
+ repoName: z.ZodString;
383618
383619
  repoPackageName: z.ZodString;
383619
383620
  scannerType: z.ZodEnum<["Components", "Usage"]>;
383620
383621
  }, "strip", z.ZodTypeAny, {
@@ -383623,6 +383624,7 @@ declare const DTOCodeSnapshotUploadInitPayload: z.ZodObject<{
383623
383624
  archiveName: string;
383624
383625
  archiveSize: number;
383625
383626
  repoId: string;
383627
+ repoName: string;
383626
383628
  repoPackageName: string;
383627
383629
  scannerType: "Components" | "Usage";
383628
383630
  }, {
@@ -383631,6 +383633,7 @@ declare const DTOCodeSnapshotUploadInitPayload: z.ZodObject<{
383631
383633
  archiveName: string;
383632
383634
  archiveSize: number;
383633
383635
  repoId: string;
383636
+ repoName: string;
383634
383637
  repoPackageName: string;
383635
383638
  scannerType: "Components" | "Usage";
383636
383639
  }>;
package/dist/index.d.ts CHANGED
@@ -383615,6 +383615,7 @@ declare const DTOCodeSnapshotUploadInitPayload: z.ZodObject<{
383615
383615
  archiveSize: z.ZodNumber;
383616
383616
  designSystemId: z.ZodString;
383617
383617
  repoId: z.ZodString;
383618
+ repoName: z.ZodString;
383618
383619
  repoPackageName: z.ZodString;
383619
383620
  scannerType: z.ZodEnum<["Components", "Usage"]>;
383620
383621
  }, "strip", z.ZodTypeAny, {
@@ -383623,6 +383624,7 @@ declare const DTOCodeSnapshotUploadInitPayload: z.ZodObject<{
383623
383624
  archiveName: string;
383624
383625
  archiveSize: number;
383625
383626
  repoId: string;
383627
+ repoName: string;
383626
383628
  repoPackageName: string;
383627
383629
  scannerType: "Components" | "Usage";
383628
383630
  }, {
@@ -383631,6 +383633,7 @@ declare const DTOCodeSnapshotUploadInitPayload: z.ZodObject<{
383631
383633
  archiveName: string;
383632
383634
  archiveSize: number;
383633
383635
  repoId: string;
383636
+ repoName: string;
383634
383637
  repoPackageName: string;
383635
383638
  scannerType: "Components" | "Usage";
383636
383639
  }>;
package/dist/index.js CHANGED
@@ -8486,6 +8486,7 @@ var DTOCodeSnapshotUploadInitPayload = _zod.z.object({
8486
8486
  archiveSize: _zod.z.number(),
8487
8487
  designSystemId: _zod.z.string(),
8488
8488
  repoId: _zod.z.string(),
8489
+ repoName: _zod.z.string(),
8489
8490
  repoPackageName: _zod.z.string(),
8490
8491
  scannerType: DTOCodeSnapshotUploadInitScannerType
8491
8492
  });