@malevich-studio/strapi-sdk-typescript 1.0.16 → 1.0.17

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 CHANGED
@@ -21661,7 +21661,7 @@ class Dynamiczone extends BaseRelation {
21661
21661
  }
21662
21662
  getPopulates() {
21663
21663
  const types = this.attribute.components
21664
- .map(componentItem => `${getComponentName(componentItem)}Query`)
21664
+ .map(componentItem => `{ '${componentItem}': ${getComponentName(componentItem)}Query }`)
21665
21665
  .join(' & ');
21666
21666
  return [{
21667
21667
  name: this.name,