arky-sdk 0.3.46 → 0.3.48
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 +1 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +0 -1
- package/dist/types.d.ts +0 -1
- package/package.json +1 -1
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
|
}
|