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 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: 'owner' }, { in: 'body', key: 'contact_list' }] }]);
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',