@supernova-studio/client 1.44.0 → 1.44.1
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 +214 -26
- package/dist/index.d.ts +214 -26
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9154,6 +9154,8 @@ var DTOFileReference = DTOFile.pick({
|
|
|
9154
9154
|
id: true,
|
|
9155
9155
|
url: true,
|
|
9156
9156
|
source: true
|
|
9157
|
+
}).extend({
|
|
9158
|
+
name: DTOFile.shape.name.optional()
|
|
9157
9159
|
});
|
|
9158
9160
|
var DTOFileUploadOwnerUser = _zod2.default.object({
|
|
9159
9161
|
ownerType: _zod2.default.literal("User")
|