@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.d.mts +384 -4
- package/dist/index.d.ts +384 -4
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -330,7 +330,8 @@ var FeaturesSummary = _zod.z.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 = _zod.z.object({
|
|
336
337
|
id: _zod.z.string(),
|
|
@@ -6569,7 +6570,7 @@ var DTOFileUploadResponseItem = _zod.z.object({
|
|
|
6569
6570
|
url: _zod.z.string(),
|
|
6570
6571
|
size: _zod.z.number()
|
|
6571
6572
|
});
|
|
6572
|
-
var DTOFileResponseItem = DTOFileUploadResponseItem
|
|
6573
|
+
var DTOFileResponseItem = DTOFileUploadResponseItem;
|
|
6573
6574
|
var DTOUploadUrlItem = _zod.z.object({
|
|
6574
6575
|
fileId: _zod.z.string(),
|
|
6575
6576
|
uploadUrl: _zod.z.string()
|