@probo/n8n-nodes-probo 0.194.0 → 0.196.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@probo/n8n-nodes-probo",
3
- "version": "0.194.0",
3
+ "version": "0.196.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "build": "n8n-node build",
@@ -56,6 +56,6 @@
56
56
  },
57
57
  "devDependencies": {
58
58
  "@n8n/node-cli": "^0.24.1",
59
- "eslint": "^9.39.2"
59
+ "eslint": "^9.39.4"
60
60
  }
61
61
  }
@@ -1,3 +0,0 @@
1
- import type { INodeProperties, IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
2
- export declare const description: INodeProperties[];
3
- export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData>;
@@ -1,37 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.description = void 0;
4
- exports.execute = execute;
5
- const GenericFunctions_1 = require("../../GenericFunctions");
6
- exports.description = [
7
- {
8
- displayName: 'Organization ID',
9
- name: 'organizationId',
10
- type: 'string',
11
- displayOptions: {
12
- show: {
13
- resource: ['document'],
14
- operation: ['sendSigningNotifications'],
15
- },
16
- },
17
- default: '',
18
- description: 'The ID of the organization',
19
- required: true,
20
- },
21
- ];
22
- async function execute(itemIndex) {
23
- const organizationId = this.getNodeParameter('organizationId', itemIndex);
24
- const query = `
25
- mutation SendSigningNotifications($input: SendSigningNotificationsInput!) {
26
- sendSigningNotifications(input: $input) {
27
- success
28
- }
29
- }
30
- `;
31
- const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input: { organizationId } });
32
- return {
33
- json: responseData,
34
- pairedItem: { item: itemIndex },
35
- };
36
- }
37
- //# sourceMappingURL=sendSigningNotifications.operation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sendSigningNotifications.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/document/sendSigningNotifications.operation.ts"],"names":[],"mappings":";;;AAkCA,0BAoBC;AAvCD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,iBAAiB;QAC9B,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;gBACtB,SAAS,EAAE,CAAC,0BAA0B,CAAC;aACvC;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,4BAA4B;QACzC,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,cAAc,GAAG,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,SAAS,CAAW,CAAC;IAEpF,MAAM,KAAK,GAAG;;;;;;EAMb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAAE,cAAc,EAAE,EAAE,CAAC,CAAC;IAE5F,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}