arky-sdk 0.7.3 → 0.7.5
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 +0 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1217,12 +1217,6 @@ var createCustomerApi = (apiConfig) => {
|
|
|
1217
1217
|
options
|
|
1218
1218
|
);
|
|
1219
1219
|
},
|
|
1220
|
-
async delete(params, options) {
|
|
1221
|
-
return apiConfig.httpClient.delete(
|
|
1222
|
-
`/v1/businesses/${apiConfig.businessId}/audiences/${params.id}`,
|
|
1223
|
-
options
|
|
1224
|
-
);
|
|
1225
|
-
},
|
|
1226
1220
|
async get(params, options) {
|
|
1227
1221
|
let identifier;
|
|
1228
1222
|
if (params.id) {
|