n8n-nodes-linq 0.1.13 → 0.1.14

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.
@@ -469,7 +469,7 @@ class Linq {
469
469
  if (perPage && perPage !== 25)
470
470
  qs.per_page = perPage;
471
471
  if (phoneNumber)
472
- qs.phone = formatPhoneNumber(phoneNumber);
472
+ qs.phone_number = formatPhoneNumber(phoneNumber);
473
473
  responseData = await this.helpers.request({
474
474
  method: 'GET',
475
475
  url: 'https://api.linqapp.com/api/partner/v2/chats',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-linq",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Linq API integration for n8n",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",