@supernova-studio/client 1.51.0 → 1.52.0

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
@@ -344072,6 +344072,19 @@ declare const DTOSubscription: z$1.ZodObject<{
344072
344072
  errorReason: string;
344073
344073
  max?: number | undefined;
344074
344074
  }>;
344075
+ sandboxTemplates: z$1.ZodObject<{
344076
+ enabled: z$1.ZodBoolean;
344077
+ errorMessage: z$1.ZodString;
344078
+ errorReason: z$1.ZodString;
344079
+ }, "strip", z$1.ZodTypeAny, {
344080
+ errorMessage: string;
344081
+ errorReason: string;
344082
+ enabled: boolean;
344083
+ }, {
344084
+ errorMessage: string;
344085
+ errorReason: string;
344086
+ enabled: boolean;
344087
+ }>;
344075
344088
  }, "strip", z$1.ZodTypeAny, {
344076
344089
  analytics: {
344077
344090
  errorMessage: string;
@@ -344230,6 +344243,11 @@ declare const DTOSubscription: z$1.ZodObject<{
344230
344243
  errorReason: string;
344231
344244
  max?: number | undefined;
344232
344245
  };
344246
+ sandboxTemplates: {
344247
+ errorMessage: string;
344248
+ errorReason: string;
344249
+ enabled: boolean;
344250
+ };
344233
344251
  }, {
344234
344252
  analytics: {
344235
344253
  errorMessage: string;
@@ -344388,6 +344406,11 @@ declare const DTOSubscription: z$1.ZodObject<{
344388
344406
  errorReason: string;
344389
344407
  max?: number | undefined;
344390
344408
  };
344409
+ sandboxTemplates: {
344410
+ errorMessage: string;
344411
+ errorReason: string;
344412
+ enabled: boolean;
344413
+ };
344391
344414
  }>>;
344392
344415
  allowedRoles: z$1.ZodArray<z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>, "many">;
344393
344416
  /**
@@ -344640,6 +344663,11 @@ declare const DTOSubscription: z$1.ZodObject<{
344640
344663
  errorReason: string;
344641
344664
  max?: number | undefined;
344642
344665
  };
344666
+ sandboxTemplates: {
344667
+ errorMessage: string;
344668
+ errorReason: string;
344669
+ enabled: boolean;
344670
+ };
344643
344671
  } | undefined;
344644
344672
  stripeSubscriptionMainItemId?: string | undefined;
344645
344673
  currentPeriodStart?: string | undefined;
@@ -344842,6 +344870,11 @@ declare const DTOSubscription: z$1.ZodObject<{
344842
344870
  errorReason: string;
344843
344871
  max?: number | undefined;
344844
344872
  };
344873
+ sandboxTemplates: {
344874
+ errorMessage: string;
344875
+ errorReason: string;
344876
+ enabled: boolean;
344877
+ };
344845
344878
  } | undefined;
344846
344879
  stripeSubscriptionMainItemId?: string | undefined;
344847
344880
  currentPeriodStart?: string | undefined;
@@ -345282,6 +345315,19 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
345282
345315
  errorReason: string;
345283
345316
  max?: number | undefined;
345284
345317
  }>;
345318
+ sandboxTemplates: z$1.ZodObject<{
345319
+ enabled: z$1.ZodBoolean;
345320
+ errorMessage: z$1.ZodString;
345321
+ errorReason: z$1.ZodString;
345322
+ }, "strip", z$1.ZodTypeAny, {
345323
+ errorMessage: string;
345324
+ errorReason: string;
345325
+ enabled: boolean;
345326
+ }, {
345327
+ errorMessage: string;
345328
+ errorReason: string;
345329
+ enabled: boolean;
345330
+ }>;
345285
345331
  }, "strip", z$1.ZodTypeAny, {
345286
345332
  analytics: {
345287
345333
  errorMessage: string;
@@ -345440,6 +345486,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
345440
345486
  errorReason: string;
345441
345487
  max?: number | undefined;
345442
345488
  };
345489
+ sandboxTemplates: {
345490
+ errorMessage: string;
345491
+ errorReason: string;
345492
+ enabled: boolean;
345493
+ };
345443
345494
  }, {
345444
345495
  analytics: {
345445
345496
  errorMessage: string;
@@ -345598,6 +345649,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
345598
345649
  errorReason: string;
345599
345650
  max?: number | undefined;
345600
345651
  };
345652
+ sandboxTemplates: {
345653
+ errorMessage: string;
345654
+ errorReason: string;
345655
+ enabled: boolean;
345656
+ };
345601
345657
  }>>;
345602
345658
  allowedRoles: z$1.ZodArray<z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>, "many">;
345603
345659
  /**
@@ -345850,6 +345906,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
345850
345906
  errorReason: string;
345851
345907
  max?: number | undefined;
345852
345908
  };
345909
+ sandboxTemplates: {
345910
+ errorMessage: string;
345911
+ errorReason: string;
345912
+ enabled: boolean;
345913
+ };
345853
345914
  } | undefined;
345854
345915
  stripeSubscriptionMainItemId?: string | undefined;
345855
345916
  currentPeriodStart?: string | undefined;
@@ -346052,6 +346113,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
346052
346113
  errorReason: string;
346053
346114
  max?: number | undefined;
346054
346115
  };
346116
+ sandboxTemplates: {
346117
+ errorMessage: string;
346118
+ errorReason: string;
346119
+ enabled: boolean;
346120
+ };
346055
346121
  } | undefined;
346056
346122
  stripeSubscriptionMainItemId?: string | undefined;
346057
346123
  currentPeriodStart?: string | undefined;
@@ -346425,6 +346491,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
346425
346491
  errorReason: string;
346426
346492
  max?: number | undefined;
346427
346493
  };
346494
+ sandboxTemplates: {
346495
+ errorMessage: string;
346496
+ errorReason: string;
346497
+ enabled: boolean;
346498
+ };
346428
346499
  } | undefined;
346429
346500
  stripeSubscriptionMainItemId?: string | undefined;
346430
346501
  currentPeriodStart?: string | undefined;
@@ -346666,6 +346737,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
346666
346737
  errorReason: string;
346667
346738
  max?: number | undefined;
346668
346739
  };
346740
+ sandboxTemplates: {
346741
+ errorMessage: string;
346742
+ errorReason: string;
346743
+ enabled: boolean;
346744
+ };
346669
346745
  } | undefined;
346670
346746
  stripeSubscriptionMainItemId?: string | undefined;
346671
346747
  currentPeriodStart?: string | undefined;
@@ -369385,6 +369461,11 @@ declare class WorkspaceSubscriptionEndpoint {
369385
369461
  errorReason: string;
369386
369462
  max?: number | undefined;
369387
369463
  };
369464
+ sandboxTemplates: {
369465
+ errorMessage: string;
369466
+ errorReason: string;
369467
+ enabled: boolean;
369468
+ };
369388
369469
  } | undefined;
369389
369470
  stripeSubscriptionMainItemId?: string | undefined;
369390
369471
  currentPeriodStart?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -344072,6 +344072,19 @@ declare const DTOSubscription: z$1.ZodObject<{
344072
344072
  errorReason: string;
344073
344073
  max?: number | undefined;
344074
344074
  }>;
344075
+ sandboxTemplates: z$1.ZodObject<{
344076
+ enabled: z$1.ZodBoolean;
344077
+ errorMessage: z$1.ZodString;
344078
+ errorReason: z$1.ZodString;
344079
+ }, "strip", z$1.ZodTypeAny, {
344080
+ errorMessage: string;
344081
+ errorReason: string;
344082
+ enabled: boolean;
344083
+ }, {
344084
+ errorMessage: string;
344085
+ errorReason: string;
344086
+ enabled: boolean;
344087
+ }>;
344075
344088
  }, "strip", z$1.ZodTypeAny, {
344076
344089
  analytics: {
344077
344090
  errorMessage: string;
@@ -344230,6 +344243,11 @@ declare const DTOSubscription: z$1.ZodObject<{
344230
344243
  errorReason: string;
344231
344244
  max?: number | undefined;
344232
344245
  };
344246
+ sandboxTemplates: {
344247
+ errorMessage: string;
344248
+ errorReason: string;
344249
+ enabled: boolean;
344250
+ };
344233
344251
  }, {
344234
344252
  analytics: {
344235
344253
  errorMessage: string;
@@ -344388,6 +344406,11 @@ declare const DTOSubscription: z$1.ZodObject<{
344388
344406
  errorReason: string;
344389
344407
  max?: number | undefined;
344390
344408
  };
344409
+ sandboxTemplates: {
344410
+ errorMessage: string;
344411
+ errorReason: string;
344412
+ enabled: boolean;
344413
+ };
344391
344414
  }>>;
344392
344415
  allowedRoles: z$1.ZodArray<z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>, "many">;
344393
344416
  /**
@@ -344640,6 +344663,11 @@ declare const DTOSubscription: z$1.ZodObject<{
344640
344663
  errorReason: string;
344641
344664
  max?: number | undefined;
344642
344665
  };
344666
+ sandboxTemplates: {
344667
+ errorMessage: string;
344668
+ errorReason: string;
344669
+ enabled: boolean;
344670
+ };
344643
344671
  } | undefined;
344644
344672
  stripeSubscriptionMainItemId?: string | undefined;
344645
344673
  currentPeriodStart?: string | undefined;
@@ -344842,6 +344870,11 @@ declare const DTOSubscription: z$1.ZodObject<{
344842
344870
  errorReason: string;
344843
344871
  max?: number | undefined;
344844
344872
  };
344873
+ sandboxTemplates: {
344874
+ errorMessage: string;
344875
+ errorReason: string;
344876
+ enabled: boolean;
344877
+ };
344845
344878
  } | undefined;
344846
344879
  stripeSubscriptionMainItemId?: string | undefined;
344847
344880
  currentPeriodStart?: string | undefined;
@@ -345282,6 +345315,19 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
345282
345315
  errorReason: string;
345283
345316
  max?: number | undefined;
345284
345317
  }>;
345318
+ sandboxTemplates: z$1.ZodObject<{
345319
+ enabled: z$1.ZodBoolean;
345320
+ errorMessage: z$1.ZodString;
345321
+ errorReason: z$1.ZodString;
345322
+ }, "strip", z$1.ZodTypeAny, {
345323
+ errorMessage: string;
345324
+ errorReason: string;
345325
+ enabled: boolean;
345326
+ }, {
345327
+ errorMessage: string;
345328
+ errorReason: string;
345329
+ enabled: boolean;
345330
+ }>;
345285
345331
  }, "strip", z$1.ZodTypeAny, {
345286
345332
  analytics: {
345287
345333
  errorMessage: string;
@@ -345440,6 +345486,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
345440
345486
  errorReason: string;
345441
345487
  max?: number | undefined;
345442
345488
  };
345489
+ sandboxTemplates: {
345490
+ errorMessage: string;
345491
+ errorReason: string;
345492
+ enabled: boolean;
345493
+ };
345443
345494
  }, {
345444
345495
  analytics: {
345445
345496
  errorMessage: string;
@@ -345598,6 +345649,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
345598
345649
  errorReason: string;
345599
345650
  max?: number | undefined;
345600
345651
  };
345652
+ sandboxTemplates: {
345653
+ errorMessage: string;
345654
+ errorReason: string;
345655
+ enabled: boolean;
345656
+ };
345601
345657
  }>>;
345602
345658
  allowedRoles: z$1.ZodArray<z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>, "many">;
345603
345659
  /**
@@ -345850,6 +345906,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
345850
345906
  errorReason: string;
345851
345907
  max?: number | undefined;
345852
345908
  };
345909
+ sandboxTemplates: {
345910
+ errorMessage: string;
345911
+ errorReason: string;
345912
+ enabled: boolean;
345913
+ };
345853
345914
  } | undefined;
345854
345915
  stripeSubscriptionMainItemId?: string | undefined;
345855
345916
  currentPeriodStart?: string | undefined;
@@ -346052,6 +346113,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
346052
346113
  errorReason: string;
346053
346114
  max?: number | undefined;
346054
346115
  };
346116
+ sandboxTemplates: {
346117
+ errorMessage: string;
346118
+ errorReason: string;
346119
+ enabled: boolean;
346120
+ };
346055
346121
  } | undefined;
346056
346122
  stripeSubscriptionMainItemId?: string | undefined;
346057
346123
  currentPeriodStart?: string | undefined;
@@ -346425,6 +346491,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
346425
346491
  errorReason: string;
346426
346492
  max?: number | undefined;
346427
346493
  };
346494
+ sandboxTemplates: {
346495
+ errorMessage: string;
346496
+ errorReason: string;
346497
+ enabled: boolean;
346498
+ };
346428
346499
  } | undefined;
346429
346500
  stripeSubscriptionMainItemId?: string | undefined;
346430
346501
  currentPeriodStart?: string | undefined;
@@ -346666,6 +346737,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
346666
346737
  errorReason: string;
346667
346738
  max?: number | undefined;
346668
346739
  };
346740
+ sandboxTemplates: {
346741
+ errorMessage: string;
346742
+ errorReason: string;
346743
+ enabled: boolean;
346744
+ };
346669
346745
  } | undefined;
346670
346746
  stripeSubscriptionMainItemId?: string | undefined;
346671
346747
  currentPeriodStart?: string | undefined;
@@ -369385,6 +369461,11 @@ declare class WorkspaceSubscriptionEndpoint {
369385
369461
  errorReason: string;
369386
369462
  max?: number | undefined;
369387
369463
  };
369464
+ sandboxTemplates: {
369465
+ errorMessage: string;
369466
+ errorReason: string;
369467
+ enabled: boolean;
369468
+ };
369388
369469
  } | undefined;
369389
369470
  stripeSubscriptionMainItemId?: string | undefined;
369390
369471
  currentPeriodStart?: string | undefined;
package/dist/index.js CHANGED
@@ -350,7 +350,8 @@ var FeaturesSummary = _zod.z.object({
350
350
  forgeActiveFeaturesPerProject: featureLimitedSchema,
351
351
  forgeActiveDocumentsPerProject: featureLimitedSchema,
352
352
  forgePrivateProjects: featureToggleSchema,
353
- forgeActiveProjectContexts: featureLimitedSchema
353
+ forgeActiveProjectContexts: featureLimitedSchema,
354
+ sandboxTemplates: featureToggleSchema
354
355
  });
355
356
  var InvoiceSchema = _zod.z.object({
356
357
  id: _zod.z.string(),