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.cjs CHANGED
@@ -745,7 +745,7 @@ var ItemsAPI = class {
745
745
  async bulkCreate(accountId, campaignId, items) {
746
746
  return this.http.post(
747
747
  `${accountId}/campaigns/${campaignId}/items/mass`,
748
- items
748
+ { collection: items }
749
749
  );
750
750
  }
751
751
  /**