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