arky-sdk 0.3.46 → 0.3.47

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
@@ -853,10 +853,7 @@ var createCmsApi = (apiConfig) => {
853
853
  async subscribeToCollection(params, options) {
854
854
  return apiConfig.httpClient.put(
855
855
  `/v1/businesses/${apiConfig.businessId}/collections/${params.collectionId}/subscribe`,
856
- {
857
- market: apiConfig.market,
858
- ...params
859
- },
856
+ params,
860
857
  options
861
858
  );
862
859
  }