arky-sdk 0.7.4 → 0.7.6
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 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -5
- package/dist/index.d.ts +1 -5
- package/dist/index.js +0 -12
- 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
|
@@ -1193,12 +1193,6 @@ var createCustomerApi = (apiConfig) => {
|
|
|
1193
1193
|
options
|
|
1194
1194
|
);
|
|
1195
1195
|
},
|
|
1196
|
-
async delete(params, options) {
|
|
1197
|
-
return apiConfig.httpClient.delete(
|
|
1198
|
-
`/v1/businesses/${params.businessId || apiConfig.businessId}/customers/${params.id}`,
|
|
1199
|
-
options
|
|
1200
|
-
);
|
|
1201
|
-
},
|
|
1202
1196
|
async merge(params, options) {
|
|
1203
1197
|
const businessId = params.businessId || apiConfig.businessId;
|
|
1204
1198
|
return apiConfig.httpClient.post(
|
|
@@ -1223,12 +1217,6 @@ var createCustomerApi = (apiConfig) => {
|
|
|
1223
1217
|
options
|
|
1224
1218
|
);
|
|
1225
1219
|
},
|
|
1226
|
-
async delete(params, options) {
|
|
1227
|
-
return apiConfig.httpClient.delete(
|
|
1228
|
-
`/v1/businesses/${apiConfig.businessId}/audiences/${params.id}`,
|
|
1229
|
-
options
|
|
1230
|
-
);
|
|
1231
|
-
},
|
|
1232
1220
|
async get(params, options) {
|
|
1233
1221
|
let identifier;
|
|
1234
1222
|
if (params.id) {
|