@supernova-studio/client 1.69.5 → 1.69.6

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
@@ -83295,22 +83295,27 @@ declare const DTOSandboxTemplateVersionCreated: z$1.ZodObject<{
83295
83295
  data: z$1.ZodObject<{
83296
83296
  templateId: z$1.ZodString;
83297
83297
  version: z$1.ZodString;
83298
+ designSystemId: z$1.ZodString;
83298
83299
  }, "strip", z$1.ZodTypeAny, {
83300
+ designSystemId: string;
83299
83301
  version: string;
83300
83302
  templateId: string;
83301
83303
  }, {
83304
+ designSystemId: string;
83302
83305
  version: string;
83303
83306
  templateId: string;
83304
83307
  }>;
83305
83308
  }, "strip", z$1.ZodTypeAny, {
83306
83309
  type: "SandboxTemplateVersionCreated";
83307
83310
  data: {
83311
+ designSystemId: string;
83308
83312
  version: string;
83309
83313
  templateId: string;
83310
83314
  };
83311
83315
  }, {
83312
83316
  type: "SandboxTemplateVersionCreated";
83313
83317
  data: {
83318
+ designSystemId: string;
83314
83319
  version: string;
83315
83320
  templateId: string;
83316
83321
  };
@@ -111436,22 +111441,27 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
111436
111441
  data: z$1.ZodObject<{
111437
111442
  templateId: z$1.ZodString;
111438
111443
  version: z$1.ZodString;
111444
+ designSystemId: z$1.ZodString;
111439
111445
  }, "strip", z$1.ZodTypeAny, {
111446
+ designSystemId: string;
111440
111447
  version: string;
111441
111448
  templateId: string;
111442
111449
  }, {
111450
+ designSystemId: string;
111443
111451
  version: string;
111444
111452
  templateId: string;
111445
111453
  }>;
111446
111454
  }, "strip", z$1.ZodTypeAny, {
111447
111455
  type: "SandboxTemplateVersionCreated";
111448
111456
  data: {
111457
+ designSystemId: string;
111449
111458
  version: string;
111450
111459
  templateId: string;
111451
111460
  };
111452
111461
  }, {
111453
111462
  type: "SandboxTemplateVersionCreated";
111454
111463
  data: {
111464
+ designSystemId: string;
111455
111465
  version: string;
111456
111466
  templateId: string;
111457
111467
  };
package/dist/index.d.ts CHANGED
@@ -83295,22 +83295,27 @@ declare const DTOSandboxTemplateVersionCreated: z$1.ZodObject<{
83295
83295
  data: z$1.ZodObject<{
83296
83296
  templateId: z$1.ZodString;
83297
83297
  version: z$1.ZodString;
83298
+ designSystemId: z$1.ZodString;
83298
83299
  }, "strip", z$1.ZodTypeAny, {
83300
+ designSystemId: string;
83299
83301
  version: string;
83300
83302
  templateId: string;
83301
83303
  }, {
83304
+ designSystemId: string;
83302
83305
  version: string;
83303
83306
  templateId: string;
83304
83307
  }>;
83305
83308
  }, "strip", z$1.ZodTypeAny, {
83306
83309
  type: "SandboxTemplateVersionCreated";
83307
83310
  data: {
83311
+ designSystemId: string;
83308
83312
  version: string;
83309
83313
  templateId: string;
83310
83314
  };
83311
83315
  }, {
83312
83316
  type: "SandboxTemplateVersionCreated";
83313
83317
  data: {
83318
+ designSystemId: string;
83314
83319
  version: string;
83315
83320
  templateId: string;
83316
83321
  };
@@ -111436,22 +111441,27 @@ declare const DTOWorkspaceRoomEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodO
111436
111441
  data: z$1.ZodObject<{
111437
111442
  templateId: z$1.ZodString;
111438
111443
  version: z$1.ZodString;
111444
+ designSystemId: z$1.ZodString;
111439
111445
  }, "strip", z$1.ZodTypeAny, {
111446
+ designSystemId: string;
111440
111447
  version: string;
111441
111448
  templateId: string;
111442
111449
  }, {
111450
+ designSystemId: string;
111443
111451
  version: string;
111444
111452
  templateId: string;
111445
111453
  }>;
111446
111454
  }, "strip", z$1.ZodTypeAny, {
111447
111455
  type: "SandboxTemplateVersionCreated";
111448
111456
  data: {
111457
+ designSystemId: string;
111449
111458
  version: string;
111450
111459
  templateId: string;
111451
111460
  };
111452
111461
  }, {
111453
111462
  type: "SandboxTemplateVersionCreated";
111454
111463
  data: {
111464
+ designSystemId: string;
111455
111465
  version: string;
111456
111466
  templateId: string;
111457
111467
  };
package/dist/index.js CHANGED
@@ -11145,7 +11145,8 @@ var DTOSandboxTemplateVersionCreated = _zod2.default.object({
11145
11145
  type: _zod2.default.literal("SandboxTemplateVersionCreated"),
11146
11146
  data: _zod2.default.object({
11147
11147
  templateId: _zod2.default.string(),
11148
- version: _zod2.default.string()
11148
+ version: _zod2.default.string(),
11149
+ designSystemId: _zod2.default.string()
11149
11150
  })
11150
11151
  });
11151
11152
  var DTOSandboxTemplateBuildCreated = _zod2.default.object({