@supernova-studio/client 1.9.14 → 1.9.16

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.mjs CHANGED
@@ -330,7 +330,8 @@ var FeaturesSummary = z8.object({
330
330
  designSystemAccessModes: featureToggleSchema,
331
331
  designSystemRoles: featureToggleSchema,
332
332
  documentationPageRedirects: featureToggleSchema,
333
- analytics: featureLimitedSchema
333
+ analytics: featureLimitedSchema,
334
+ designSystemFileSize: featureLimitedSchema
334
335
  });
335
336
  var InvoiceSchema = z9.object({
336
337
  id: z9.string(),
@@ -6569,7 +6570,7 @@ var DTOFileUploadResponseItem = z213.object({
6569
6570
  url: z213.string(),
6570
6571
  size: z213.number()
6571
6572
  });
6572
- var DTOFileResponseItem = DTOFileUploadResponseItem.omit({ pendingUpload: true });
6573
+ var DTOFileResponseItem = DTOFileUploadResponseItem;
6573
6574
  var DTOUploadUrlItem = z213.object({
6574
6575
  fileId: z213.string(),
6575
6576
  uploadUrl: z213.string()