n8n-nodes-couchbase 1.0.0 → 1.1.0

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.
Files changed (91) hide show
  1. package/README.md +9 -103
  2. package/dist/nodes/Couchbase/Couchbase.node.d.ts +6 -27
  3. package/dist/nodes/Couchbase/Couchbase.node.js +14 -144
  4. package/dist/nodes/Couchbase/Couchbase.node.js.map +1 -1
  5. package/dist/nodes/Couchbase/Couchbase.node.json +3 -3
  6. package/dist/nodes/Couchbase/CouchbaseProperties.js +53 -20
  7. package/dist/nodes/Couchbase/CouchbaseProperties.js.map +1 -1
  8. package/dist/nodes/icons/couchbase.dark.svg +14 -0
  9. package/dist/nodes/icons/couchbase.svg +14 -0
  10. package/dist/nodes/vector_store/VectorStoreCouchbaseSearch/VectorStoreCouchbaseSearch.node.d.ts +16 -0
  11. package/dist/nodes/vector_store/VectorStoreCouchbaseSearch/VectorStoreCouchbaseSearch.node.js +335 -0
  12. package/dist/nodes/vector_store/VectorStoreCouchbaseSearch/VectorStoreCouchbaseSearch.node.js.map +1 -0
  13. package/dist/nodes/vector_store/shared/createVectorStoreNode/createVectorStoreNode.js.map +1 -1
  14. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/insertOperation.js.map +1 -1
  15. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/updateOperation.js +1 -1
  16. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/updateOperation.js.map +1 -1
  17. package/dist/nodes/vector_store/shared/processDocuments.d.ts +0 -9
  18. package/dist/nodes/vector_store/shared/processDocuments.js +6 -24
  19. package/dist/nodes/vector_store/shared/processDocuments.js.map +1 -1
  20. package/dist/package.json +14 -6
  21. package/dist/tsconfig.tsbuildinfo +1 -1
  22. package/dist/utils/couchbase/connectToCouchbase.d.ts +6 -0
  23. package/dist/utils/couchbase/connectToCouchbase.js +88 -0
  24. package/dist/utils/couchbase/connectToCouchbase.js.map +1 -0
  25. package/dist/utils/couchbase/populateCouchbaseRLs.d.ts +25 -0
  26. package/dist/utils/couchbase/populateCouchbaseRLs.js +121 -0
  27. package/dist/utils/couchbase/populateCouchbaseRLs.js.map +1 -0
  28. package/dist/utils/couchbase/validateBucketScopeCollection.d.ts +2 -0
  29. package/dist/utils/couchbase/validateBucketScopeCollection.js +53 -0
  30. package/dist/utils/couchbase/validateBucketScopeCollection.js.map +1 -0
  31. package/dist/utils/helpers.d.ts +1 -14
  32. package/dist/utils/helpers.js +0 -111
  33. package/dist/utils/helpers.js.map +1 -1
  34. package/dist/utils/logWrapper.d.ts +1 -8
  35. package/dist/utils/logWrapper.js +0 -12
  36. package/dist/utils/logWrapper.js.map +1 -1
  37. package/dist/utils/sharedFields.js.map +1 -1
  38. package/package.json +14 -6
  39. package/dist/credentials/ExampleCredentialsApi.credentials.d.ts +0 -8
  40. package/dist/credentials/ExampleCredentialsApi.credentials.js +0 -46
  41. package/dist/credentials/ExampleCredentialsApi.credentials.js.map +0 -1
  42. package/dist/credentials/HttpBinApi.credentials.d.ts +0 -9
  43. package/dist/credentials/HttpBinApi.credentials.js +0 -43
  44. package/dist/credentials/HttpBinApi.credentials.js.map +0 -1
  45. package/dist/nodes/Couchbase/CBLogomark.svg +0 -350
  46. package/dist/nodes/ExampleNode/ExampleNode.node.d.ts +0 -5
  47. package/dist/nodes/ExampleNode/ExampleNode.node.js +0 -59
  48. package/dist/nodes/ExampleNode/ExampleNode.node.js.map +0 -1
  49. package/dist/nodes/HttpBin/HttpBin.node.d.ts +0 -4
  50. package/dist/nodes/HttpBin/HttpBin.node.js +0 -55
  51. package/dist/nodes/HttpBin/HttpBin.node.js.map +0 -1
  52. package/dist/nodes/HttpBin/HttpBin.node.json +0 -18
  53. package/dist/nodes/HttpBin/HttpVerbDescription.d.ts +0 -3
  54. package/dist/nodes/HttpBin/HttpVerbDescription.js +0 -236
  55. package/dist/nodes/HttpBin/HttpVerbDescription.js.map +0 -1
  56. package/dist/nodes/vector_store/VectorStoreCouchbase/VectorStoreCouchbase.node.d.ts +0 -16
  57. package/dist/nodes/vector_store/VectorStoreCouchbase/VectorStoreCouchbase.node.js +0 -407
  58. package/dist/nodes/vector_store/VectorStoreCouchbase/VectorStoreCouchbase.node.js.map +0 -1
  59. package/dist/nodes/vector_store/VectorStoreCouchbase/couchbase.svg +0 -350
  60. package/dist/nodes/vector_store/VectorStoreCouchbase/mongodb.dark.svg +0 -3
  61. package/dist/nodes/vector_store/VectorStoreCouchbase/mongodb.svg +0 -3
  62. package/dist/nodes/vector_store/shared/createVectorStoreNode/__tests__/utils.test.d.ts +0 -0
  63. package/dist/nodes/vector_store/shared/createVectorStoreNode/__tests__/utils.test.js +0 -2
  64. package/dist/nodes/vector_store/shared/createVectorStoreNode/__tests__/utils.test.js.map +0 -1
  65. package/dist/nodes/vector_store/shared/createVectorStoreNode/createVectorStoreNode.test.d.ts +0 -0
  66. package/dist/nodes/vector_store/shared/createVectorStoreNode/createVectorStoreNode.test.js +0 -2
  67. package/dist/nodes/vector_store/shared/createVectorStoreNode/createVectorStoreNode.test.js.map +0 -1
  68. package/dist/nodes/vector_store/shared/createVectorStoreNode/methods/listSearch.d.ts +0 -0
  69. package/dist/nodes/vector_store/shared/createVectorStoreNode/methods/listSearch.js +0 -2
  70. package/dist/nodes/vector_store/shared/createVectorStoreNode/methods/listSearch.js.map +0 -1
  71. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/insertOperation.test.d.ts +0 -0
  72. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/insertOperation.test.js +0 -2
  73. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/insertOperation.test.js.map +0 -1
  74. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/loadOperation.test.d.ts +0 -0
  75. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/loadOperation.test.js +0 -2
  76. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/loadOperation.test.js.map +0 -1
  77. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/operationHandlers.test.d.ts +0 -0
  78. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/operationHandlers.test.js +0 -2
  79. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/operationHandlers.test.js.map +0 -1
  80. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/retrieveAsToolOperation.test.d.ts +0 -0
  81. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/retrieveAsToolOperation.test.js +0 -2
  82. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/retrieveAsToolOperation.test.js.map +0 -1
  83. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/retrieveOperation.test.d.ts +0 -0
  84. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/retrieveOperation.test.js +0 -2
  85. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/retrieveOperation.test.js.map +0 -1
  86. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/updateOperation.test.d.ts +0 -0
  87. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/updateOperation.test.js +0 -2
  88. package/dist/nodes/vector_store/shared/createVectorStoreNode/operations/__tests__/updateOperation.test.js.map +0 -1
  89. package/dist/utils/N8nTool.d.ts +0 -10
  90. package/dist/utils/N8nTool.js +0 -86
  91. package/dist/utils/N8nTool.js.map +0 -1
@@ -1,55 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.HttpBin = void 0;
4
- const HttpVerbDescription_1 = require("./HttpVerbDescription");
5
- class HttpBin {
6
- constructor() {
7
- this.description = {
8
- displayName: 'HttpBin',
9
- name: 'httpBin',
10
- icon: 'file:httpbin.svg',
11
- group: ['transform'],
12
- version: 1,
13
- subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
14
- description: 'Interact with HttpBin API',
15
- defaults: {
16
- name: 'HttpBin',
17
- },
18
- inputs: ['main'],
19
- outputs: ['main'],
20
- credentials: [
21
- {
22
- name: 'httpbinApi',
23
- required: false,
24
- },
25
- ],
26
- requestDefaults: {
27
- baseURL: 'https://httpbin.org',
28
- url: '',
29
- headers: {
30
- Accept: 'application/json',
31
- 'Content-Type': 'application/json',
32
- },
33
- },
34
- properties: [
35
- {
36
- displayName: 'Resource',
37
- name: 'resource',
38
- type: 'options',
39
- noDataExpression: true,
40
- options: [
41
- {
42
- name: 'HTTP Verb',
43
- value: 'httpVerb',
44
- },
45
- ],
46
- default: 'httpVerb',
47
- },
48
- ...HttpVerbDescription_1.httpVerbOperations,
49
- ...HttpVerbDescription_1.httpVerbFields,
50
- ],
51
- };
52
- }
53
- }
54
- exports.HttpBin = HttpBin;
55
- //# sourceMappingURL=HttpBin.node.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HttpBin.node.js","sourceRoot":"","sources":["../../../nodes/HttpBin/HttpBin.node.ts"],"names":[],"mappings":";;;AACA,+DAA2E;AAE3E,MAAa,OAAO;IAApB;QACC,gBAAW,GAAyB;YACnC,WAAW,EAAE,SAAS;YACtB,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,kBAAkB;YACxB,KAAK,EAAE,CAAC,WAAW,CAAC;YACpB,OAAO,EAAE,CAAC;YACV,QAAQ,EAAE,8DAA8D;YACxE,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE;gBACT,IAAI,EAAE,SAAS;aACf;YACD,MAAM,EAAE,CAAC,MAAM,CAAC;YAChB,OAAO,EAAE,CAAC,MAAM,CAAC;YACjB,WAAW,EAAE;gBACZ;oBACC,IAAI,EAAE,YAAY;oBAClB,QAAQ,EAAE,KAAK;iBACf;aACD;YACD,eAAe,EAAE;gBAChB,OAAO,EAAE,qBAAqB;gBAC9B,GAAG,EAAE,EAAE;gBACP,OAAO,EAAE;oBACR,MAAM,EAAE,kBAAkB;oBAC1B,cAAc,EAAE,kBAAkB;iBAClC;aACD;YAYD,UAAU,EAAE;gBACX;oBACC,WAAW,EAAE,UAAU;oBACvB,IAAI,EAAE,UAAU;oBAChB,IAAI,EAAE,SAAS;oBACf,gBAAgB,EAAE,IAAI;oBACtB,OAAO,EAAE;wBACR;4BACC,IAAI,EAAE,WAAW;4BACjB,KAAK,EAAE,UAAU;yBACjB;qBACD;oBACD,OAAO,EAAE,UAAU;iBACnB;gBAED,GAAG,wCAAkB;gBACrB,GAAG,oCAAc;aACjB;SACD,CAAC;IACH,CAAC;CAAA;AA1DD,0BA0DC"}
@@ -1,18 +0,0 @@
1
- {
2
- "node": "n8n-nodes-base.httpbin",
3
- "nodeVersion": "1.0",
4
- "codexVersion": "1.0",
5
- "categories": ["Development", "Developer Tools"],
6
- "resources": {
7
- "credentialDocumentation": [
8
- {
9
- "url": "http://httpbin.org/#/Auth/get_bearer"
10
- }
11
- ],
12
- "primaryDocumentation": [
13
- {
14
- "url": "http://httpbin.org/"
15
- }
16
- ]
17
- }
18
- }
@@ -1,3 +0,0 @@
1
- import { INodeProperties } from 'n8n-workflow';
2
- export declare const httpVerbOperations: INodeProperties[];
3
- export declare const httpVerbFields: INodeProperties[];
@@ -1,236 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.httpVerbFields = exports.httpVerbOperations = void 0;
4
- exports.httpVerbOperations = [
5
- {
6
- displayName: 'Operation',
7
- name: 'operation',
8
- type: 'options',
9
- noDataExpression: true,
10
- displayOptions: {
11
- show: {
12
- resource: ['httpVerb'],
13
- },
14
- },
15
- options: [
16
- {
17
- name: 'GET',
18
- value: 'get',
19
- description: 'Perform a GET request',
20
- routing: {
21
- request: {
22
- method: 'GET',
23
- url: '/get',
24
- },
25
- },
26
- action: 'Get a http verb',
27
- },
28
- {
29
- name: 'DELETE',
30
- value: 'delete',
31
- description: 'Perform a DELETE request',
32
- routing: {
33
- request: {
34
- method: 'DELETE',
35
- url: '/delete',
36
- },
37
- },
38
- action: 'Delete a http verb',
39
- },
40
- ],
41
- default: 'get',
42
- },
43
- ];
44
- const getOperation = [
45
- {
46
- displayName: 'Type of Data',
47
- name: 'typeofData',
48
- default: 'queryParameter',
49
- description: 'Select type of data to send [Query Parameters]',
50
- displayOptions: {
51
- show: {
52
- resource: ['httpVerb'],
53
- operation: ['get'],
54
- },
55
- },
56
- type: 'options',
57
- options: [
58
- {
59
- name: 'Query',
60
- value: 'queryParameter',
61
- },
62
- ],
63
- required: true,
64
- },
65
- {
66
- displayName: 'Query Parameters',
67
- name: 'arguments',
68
- default: {},
69
- description: "The request's query parameters",
70
- displayOptions: {
71
- show: {
72
- resource: ['httpVerb'],
73
- operation: ['get'],
74
- },
75
- },
76
- options: [
77
- {
78
- name: 'keyvalue',
79
- displayName: 'Key:Value',
80
- values: [
81
- {
82
- displayName: 'Key',
83
- name: 'key',
84
- type: 'string',
85
- default: '',
86
- required: true,
87
- description: 'Key of query parameter',
88
- },
89
- {
90
- displayName: 'Value',
91
- name: 'value',
92
- type: 'string',
93
- default: '',
94
- routing: {
95
- send: {
96
- property: '={{$parent.key}}',
97
- type: 'query',
98
- },
99
- },
100
- required: true,
101
- description: 'Value of query parameter',
102
- },
103
- ],
104
- },
105
- ],
106
- type: 'fixedCollection',
107
- typeOptions: {
108
- multipleValues: true,
109
- },
110
- },
111
- ];
112
- const deleteOperation = [
113
- {
114
- displayName: 'Type of Data',
115
- name: 'typeofData',
116
- default: 'queryParameter',
117
- description: 'Select type of data to send [Query Parameter Arguments, JSON-Body]',
118
- displayOptions: {
119
- show: {
120
- resource: ['httpVerb'],
121
- operation: ['delete'],
122
- },
123
- },
124
- options: [
125
- {
126
- name: 'Query',
127
- value: 'queryParameter',
128
- },
129
- {
130
- name: 'JSON',
131
- value: 'jsonData',
132
- },
133
- ],
134
- required: true,
135
- type: 'options',
136
- },
137
- {
138
- displayName: 'Query Parameters',
139
- name: 'arguments',
140
- default: {},
141
- description: "The request's query parameters",
142
- displayOptions: {
143
- show: {
144
- resource: ['httpVerb'],
145
- operation: ['delete'],
146
- typeofData: ['queryParameter'],
147
- },
148
- },
149
- options: [
150
- {
151
- name: 'keyvalue',
152
- displayName: 'Key:Value',
153
- values: [
154
- {
155
- displayName: 'Key',
156
- name: 'key',
157
- type: 'string',
158
- default: '',
159
- required: true,
160
- description: 'Key of query parameter',
161
- },
162
- {
163
- displayName: 'Value',
164
- name: 'value',
165
- type: 'string',
166
- default: '',
167
- routing: {
168
- send: {
169
- property: '={{$parent.key}}',
170
- type: 'query',
171
- },
172
- },
173
- required: true,
174
- description: 'Value of query parameter',
175
- },
176
- ],
177
- },
178
- ],
179
- type: 'fixedCollection',
180
- typeOptions: {
181
- multipleValues: true,
182
- },
183
- },
184
- {
185
- displayName: 'JSON Object',
186
- name: 'arguments',
187
- default: {},
188
- description: "The request's JSON properties",
189
- displayOptions: {
190
- show: {
191
- resource: ['httpVerb'],
192
- operation: ['delete'],
193
- typeofData: ['jsonData'],
194
- },
195
- },
196
- options: [
197
- {
198
- name: 'keyvalue',
199
- displayName: 'Key:Value',
200
- values: [
201
- {
202
- displayName: 'Key',
203
- name: 'key',
204
- type: 'string',
205
- default: '',
206
- required: true,
207
- description: 'Key of JSON property',
208
- },
209
- {
210
- displayName: 'Value',
211
- name: 'value',
212
- type: 'string',
213
- default: '',
214
- routing: {
215
- send: {
216
- property: '={{$parent.key}}',
217
- type: 'body',
218
- },
219
- },
220
- required: true,
221
- description: 'Value of JSON property',
222
- },
223
- ],
224
- },
225
- ],
226
- type: 'fixedCollection',
227
- typeOptions: {
228
- multipleValues: true,
229
- },
230
- },
231
- ];
232
- exports.httpVerbFields = [
233
- ...getOperation,
234
- ...deleteOperation,
235
- ];
236
- //# sourceMappingURL=HttpVerbDescription.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HttpVerbDescription.js","sourceRoot":"","sources":["../../../nodes/HttpBin/HttpVerbDescription.ts"],"names":[],"mappings":"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"}
@@ -1,16 +0,0 @@
1
- import { type ILoadOptionsFunctions } from 'n8n-workflow';
2
- declare const VectorStoreCouchbase_base: {
3
- new (): {
4
- description: import("n8n-workflow").INodeTypeDescription;
5
- methods: {
6
- listSearch?: {
7
- [key: string]: (this: ILoadOptionsFunctions, filter?: string, paginationToken?: string) => Promise<import("n8n-workflow").INodeListSearchResult>;
8
- };
9
- } | undefined;
10
- execute(this: import("n8n-workflow").IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[][]>;
11
- supplyData(this: import("n8n-workflow").ISupplyDataFunctions, itemIndex: number): Promise<import("n8n-workflow").SupplyData>;
12
- };
13
- };
14
- export declare class VectorStoreCouchbase extends VectorStoreCouchbase_base {
15
- }
16
- export {};