@malevich-studio/strapi-sdk-typescript 1.0.11 → 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.cjs
CHANGED
|
@@ -21418,7 +21418,7 @@ class Media extends BaseRelation {
|
|
|
21418
21418
|
return this.attribute.multiple ? 'File[]' : 'File';
|
|
21419
21419
|
}
|
|
21420
21420
|
getInputType() {
|
|
21421
|
-
return '
|
|
21421
|
+
return 'number[]';
|
|
21422
21422
|
}
|
|
21423
21423
|
getPopulates() {
|
|
21424
21424
|
return [{
|