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.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
|
}
|