@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.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 'RelationInput';
21401
+ return 'number[]';
21402
21402
  }
21403
21403
  getPopulates() {
21404
21404
  return [{