n8n-nodes-qlik-cloud 1.2.1 → 1.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.
package/README.md CHANGED
@@ -4,7 +4,7 @@ This package contains an n8n community node for integrating with **Qlik Cloud**
4
4
 
5
5
  ## Scope
6
6
 
7
- My goal is to deliver a complete integration with the Qlik Cloud REST APIs, covering all available endpoints. This is still a work in progress because Qlik Cloud continues to add new endpoints and methods. As of 12/29/2025, the integration includes 564 methods across 64 endpoints, and 82 calls were already implemented.
7
+ My goal is to deliver a complete integration with the Qlik Cloud REST APIs, covering all available endpoints. This is still a work in progress because Qlik Cloud continues to add new endpoints and methods. As of 12/29/2025, the integration includes 564 methods across 64 endpoints, and 98 calls were already implemented.
8
8
 
9
9
  - [ ] /apis/rest/.well-known: 1
10
10
  - [ ] /apis/rest/api-keys: 7
@@ -888,6 +888,10 @@ class QlikCloud {
888
888
  name: 'qlikCloudApi',
889
889
  required: true,
890
890
  },
891
+ {
892
+ name: 'qlikCloudOAuth2Api',
893
+ required: true,
894
+ },
891
895
  ],
892
896
  properties: [
893
897
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-qlik-cloud",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "n8n node for Qlik Cloud REST APIs integration",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1241,6 +1241,10 @@ export class QlikCloud implements INodeType {
1241
1241
  name: 'qlikCloudApi',
1242
1242
  required: true,
1243
1243
  },
1244
+ {
1245
+ name: 'qlikCloudOAuth2Api',
1246
+ required: true,
1247
+ },
1244
1248
  ],
1245
1249
  properties: [
1246
1250
  {