n8n-nodes-linq 0.1.10 → 0.1.11

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.
@@ -453,7 +453,7 @@ class Linq {
453
453
  qs,
454
454
  headers: {
455
455
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
456
- 'Accept': 'application/json'
456
+ 'Accept': 'application/pdf'
457
457
  },
458
458
  json: true,
459
459
  });
@@ -465,7 +465,7 @@ class Linq {
465
465
  url: `https://api.linqapp.com/api/partner/v2/chats/${chatId}`,
466
466
  headers: {
467
467
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
468
- 'Accept': 'application/json'
468
+ 'Accept': 'application/pdf'
469
469
  },
470
470
  json: true,
471
471
  });
@@ -483,7 +483,7 @@ class Linq {
483
483
  qs,
484
484
  headers: {
485
485
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
486
- 'Accept': 'application/json'
486
+ 'Accept': 'application/pdf'
487
487
  },
488
488
  json: true,
489
489
  });
@@ -542,7 +542,7 @@ class Linq {
542
542
  qs: { chat_id: chatId },
543
543
  headers: {
544
544
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
545
- 'Accept': 'application/json'
545
+ 'Accept': 'application/pdf'
546
546
  },
547
547
  json: true,
548
548
  });
@@ -554,7 +554,7 @@ class Linq {
554
554
  url: `https://api.linqapp.com/api/partner/v2/chat_messages/${chatMessageId}`,
555
555
  headers: {
556
556
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
557
- 'Accept': 'application/json'
557
+ 'Accept': 'application/pdf'
558
558
  },
559
559
  json: true,
560
560
  });
@@ -585,7 +585,7 @@ class Linq {
585
585
  url: `https://api.linqapp.com/api/partner/v2/chat_messages/${chatMessageId}`,
586
586
  headers: {
587
587
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
588
- 'Accept': 'application/json'
588
+ 'Accept': 'application/pdf'
589
589
  },
590
590
  json: true,
591
591
  });
@@ -633,7 +633,7 @@ class Linq {
633
633
  url: `https://api.linqapp.com/api/partner/v2/chat_messages/${chatMessageId}/reaction`,
634
634
  headers: {
635
635
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
636
- 'Accept': 'application/json'
636
+ 'Accept': 'application/pdf'
637
637
  },
638
638
  json: true,
639
639
  });
@@ -647,7 +647,7 @@ class Linq {
647
647
  url: 'https://api.linqapp.com/api/partner/v2/phone_numbers',
648
648
  headers: {
649
649
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
650
- 'Accept': 'application/json'
650
+ 'Accept': 'application/pdf'
651
651
  },
652
652
  json: true,
653
653
  });
@@ -678,7 +678,7 @@ class Linq {
678
678
  url: 'https://api.linqapp.com/api/partner/v2/webhook_subscriptions',
679
679
  headers: {
680
680
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
681
- 'Accept': 'application/json'
681
+ 'Accept': 'application/pdf'
682
682
  },
683
683
  json: true,
684
684
  });
@@ -690,7 +690,7 @@ class Linq {
690
690
  url: `https://api.linqapp.com/api/partner/v2/webhook_subscriptions/${webhookSubscriptionId}`,
691
691
  headers: {
692
692
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
693
- 'Accept': 'application/json'
693
+ 'Accept': 'application/pdf'
694
694
  },
695
695
  json: true,
696
696
  });
@@ -755,7 +755,7 @@ class Linq {
755
755
  url: `https://api.linqapp.com/api/partner/v2/webhook_subscriptions/${webhookSubscriptionId}`,
756
756
  headers: {
757
757
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
758
- 'Accept': 'application/json'
758
+ 'Accept': 'application/pdf'
759
759
  },
760
760
  json: true,
761
761
  });
@@ -807,7 +807,7 @@ class Linq {
807
807
  url: `https://api.linqapp.com/api/partner/v2/contacts/${contactId}`,
808
808
  headers: {
809
809
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
810
- 'Accept': 'application/json'
810
+ 'Accept': 'application/pdf'
811
811
  },
812
812
  json: true,
813
813
  });
@@ -844,7 +844,7 @@ class Linq {
844
844
  headers: {
845
845
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
846
846
  'Content-Type': 'application/json',
847
- 'Accept': 'application/json'
847
+ 'Accept': 'application/pdf'
848
848
  },
849
849
  body: body,
850
850
  json: true,
@@ -857,7 +857,7 @@ class Linq {
857
857
  url: `https://api.linqapp.com/api/partner/v2/contacts/${contactId}`,
858
858
  headers: {
859
859
  'X-LINQ-INTEGRATION-TOKEN': credentials.integrationToken,
860
- 'Accept': 'application/json'
860
+ 'Accept': 'application/pdf'
861
861
  },
862
862
  json: true,
863
863
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-linq",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Linq API integration for n8n",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",