arky-sdk 0.5.79 → 0.5.81
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 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +2 -6
- package/dist/types.d.ts +2 -6
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1389,7 +1389,7 @@ var createAudienceApi = (apiConfig) => {
|
|
|
1389
1389
|
},
|
|
1390
1390
|
async removeSubscriber(params, options) {
|
|
1391
1391
|
return apiConfig.httpClient.delete(
|
|
1392
|
-
`/v1/businesses/${apiConfig.businessId}/audiences/${params.id}/subscribers/${params.
|
|
1392
|
+
`/v1/businesses/${apiConfig.businessId}/audiences/${params.id}/subscribers/${params.customerId}`,
|
|
1393
1393
|
options
|
|
1394
1394
|
);
|
|
1395
1395
|
}
|