n8n-nodes-quepasa-api-yurisilva_pro 2.2.1 → 2.2.2
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.
|
@@ -41,9 +41,12 @@ class QuePasaApi {
|
|
|
41
41
|
request: {
|
|
42
42
|
baseURL: '={{$credentials.baseUrl}}',
|
|
43
43
|
url: '/info',
|
|
44
|
+
method: 'GET',
|
|
44
45
|
headers: {
|
|
45
46
|
'X-QUEPASA-TOKEN': '={{$credentials.token}}',
|
|
46
47
|
},
|
|
48
|
+
skipSslCertificateValidation: true,
|
|
49
|
+
timeout: 10000,
|
|
47
50
|
},
|
|
48
51
|
};
|
|
49
52
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-quepasa-api-yurisilva_pro",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "Complete n8n integration for QuePasa WhatsApp API - 48 operations, multi-account support, 100% API v4 coverage",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|