mailmeteor 0.0.8 → 0.0.9
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.d.ts +42 -45
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types/generated-sdk/sdk.gen.d.ts +29 -30
- package/dist/types/generated-sdk/sdk.gen.d.ts.map +1 -1
- package/dist/types/generated-sdk/types.gen.d.ts +18 -20
- package/dist/types/generated-sdk/types.gen.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1283,7 +1283,7 @@ class ContactLists2 extends HeyApiClient {
|
|
|
1283
1283
|
ContactLists2.__registry = new HeyApiRegistry4();
|
|
1284
1284
|
class Contacts extends HeyApiClient {
|
|
1285
1285
|
delAll(parameters, options) {
|
|
1286
|
-
const params = buildClientParams([parameters], [{ args: [{ in: 'body', key: '
|
|
1286
|
+
const params = buildClientParams([parameters], [{ args: [{ in: 'body', key: 'contact_list' }] }]);
|
|
1287
1287
|
return (options?.client ?? this.client).delete({
|
|
1288
1288
|
responseStyle: 'data',
|
|
1289
1289
|
url: '/contacts',
|