@malevich-studio/strapi-sdk-typescript 1.0.10 → 1.0.12
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/cli.cjs +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/cli.mjs.map +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -21398,7 +21398,7 @@ class Media extends BaseRelation {
|
|
|
21398
21398
|
return this.attribute.multiple ? 'File[]' : 'File';
|
|
21399
21399
|
}
|
|
21400
21400
|
getInputType() {
|
|
21401
|
-
return '
|
|
21401
|
+
return 'number[]';
|
|
21402
21402
|
}
|
|
21403
21403
|
getPopulates() {
|
|
21404
21404
|
return [{
|