@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.mjs CHANGED
@@ -21641,7 +21641,7 @@ class Dynamiczone extends BaseRelation {
21641
21641
  }
21642
21642
  getPopulates() {
21643
21643
  const types = this.attribute.components
21644
- .map(componentItem => `${getComponentName(componentItem)}Query`)
21644
+ .map(componentItem => `{ '${componentItem}': ${getComponentName(componentItem)}Query }`)
21645
21645
  .join(' & ');
21646
21646
  return [{
21647
21647
  name: this.name,