taboola-backstage-sdk 0.6.1 → 0.6.2

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/index.js CHANGED
@@ -739,7 +739,7 @@ var ItemsAPI = class {
739
739
  async bulkCreate(accountId, campaignId, items) {
740
740
  return this.http.post(
741
741
  `${accountId}/campaigns/${campaignId}/items/mass`,
742
- items
742
+ { collection: items }
743
743
  );
744
744
  }
745
745
  /**