@continuumtracker/n8n-nodes-continuum-tracker 1.0.1
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 +79 -0
- package/dist/credentials/ContinuumTrackerApi.credentials.d.ts +10 -0
- package/dist/credentials/ContinuumTrackerApi.credentials.js +42 -0
- package/dist/credentials/ContinuumTrackerApi.credentials.js.map +1 -0
- package/dist/nodes/ContinuumTracker/ContinuumTracker.node.d.ts +10 -0
- package/dist/nodes/ContinuumTracker/ContinuumTracker.node.js +62 -0
- package/dist/nodes/ContinuumTracker/ContinuumTracker.node.js.map +1 -0
- package/dist/nodes/ContinuumTracker/ContinuumTracker.node.json +18 -0
- package/dist/nodes/ContinuumTracker/continuumTracker.dark.svg +6 -0
- package/dist/nodes/ContinuumTracker/continuumTracker.svg +6 -0
- package/dist/nodes/ContinuumTracker/methods/loadOptions.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/methods/loadOptions.js +31 -0
- package/dist/nodes/ContinuumTracker/methods/loadOptions.js.map +1 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/archive.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/archive.js +19 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/archive.js.map +1 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/create.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/create.js +92 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/create.js.map +1 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/get.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/get.js +34 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/get.js.map +1 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/getAll.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/getAll.js +142 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/getAll.js.map +1 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/index.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/index.js +101 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/index.js.map +1 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/update.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/update.js +86 -0
- package/dist/nodes/ContinuumTracker/resources/feedback/update.js.map +1 -0
- package/dist/nodes/ContinuumTracker/resources/me/index.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/resources/me/index.js +46 -0
- package/dist/nodes/ContinuumTracker/resources/me/index.js.map +1 -0
- package/dist/nodes/ContinuumTracker/resources/signal/create.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/resources/signal/create.js +133 -0
- package/dist/nodes/ContinuumTracker/resources/signal/create.js.map +1 -0
- package/dist/nodes/ContinuumTracker/resources/signal/delete.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/resources/signal/delete.js +19 -0
- package/dist/nodes/ContinuumTracker/resources/signal/delete.js.map +1 -0
- package/dist/nodes/ContinuumTracker/resources/signal/get.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/resources/signal/get.js +19 -0
- package/dist/nodes/ContinuumTracker/resources/signal/get.js.map +1 -0
- package/dist/nodes/ContinuumTracker/resources/signal/getAll.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/resources/signal/getAll.js +160 -0
- package/dist/nodes/ContinuumTracker/resources/signal/getAll.js.map +1 -0
- package/dist/nodes/ContinuumTracker/resources/signal/index.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/resources/signal/index.js +73 -0
- package/dist/nodes/ContinuumTracker/resources/signal/index.js.map +1 -0
- package/dist/nodes/ContinuumTracker/resources/signal/update.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/resources/signal/update.js +83 -0
- package/dist/nodes/ContinuumTracker/resources/signal/update.js.map +1 -0
- package/dist/nodes/ContinuumTracker/shared/constants.d.ts +1 -0
- package/dist/nodes/ContinuumTracker/shared/constants.js +5 -0
- package/dist/nodes/ContinuumTracker/shared/constants.js.map +1 -0
- package/dist/nodes/ContinuumTracker/shared/projectId.d.ts +2 -0
- package/dist/nodes/ContinuumTracker/shared/projectId.js +20 -0
- package/dist/nodes/ContinuumTracker/shared/projectId.js.map +1 -0
- package/dist/package.json +53 -0
- package/dist/preview.png +0 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +63 -0
package/README.md
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# @continuumtracker/n8n-nodes-continuum-tracker
|
|
2
|
+
|
|
3
|
+
This is an n8n community node. It lets you interact with the [Continuum Tracker](https://www.continuumtracker.com) public API from your n8n workflows.
|
|
4
|
+
|
|
5
|
+
**Continuum Tracker** is an AI-powered platform that helps product teams prioritize features by analyzing customer feedback and market data to inform strategic product development decisions. It automates feedback collection from multiple sources, clusters it into themes, and drives backlog prioritization based on market intelligence — built for product managers, investment funds and software agencies that need data-driven decision support.
|
|
6
|
+
|
|
7
|
+
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/sustainable-use-license/) workflow automation platform.
|
|
8
|
+
|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
- [Installation](#installation)
|
|
12
|
+
- [Operations](#operations)
|
|
13
|
+
- [Credentials](#credentials)
|
|
14
|
+
- [Usage](#usage)
|
|
15
|
+
- [Resources](#resources)
|
|
16
|
+
|
|
17
|
+
## Installation
|
|
18
|
+
|
|
19
|
+
Follow the [official installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) for n8n community nodes.
|
|
20
|
+
|
|
21
|
+
**Quick install (self-hosted n8n):**
|
|
22
|
+
|
|
23
|
+
1. In n8n, go to **Settings → Community nodes**.
|
|
24
|
+
2. Click **Install**.
|
|
25
|
+
3. Enter the package name: `@continuumtracker/n8n-nodes-continuum-tracker`.
|
|
26
|
+
4. Agree to the risks of using community nodes and click **Install**.
|
|
27
|
+
|
|
28
|
+
After the install completes the **Continuum Tracker** node appears in the nodes panel.
|
|
29
|
+
|
|
30
|
+
> **Note:** Community nodes are only available on self-hosted n8n instances. They are not available on n8n Cloud unless approved by n8n.
|
|
31
|
+
|
|
32
|
+
## Operations
|
|
33
|
+
|
|
34
|
+
The node exposes the following resources and operations:
|
|
35
|
+
|
|
36
|
+
- **Feedback**
|
|
37
|
+
- Get Many — list feedbacks for a project (paginated, filterable)
|
|
38
|
+
- Get — fetch a single feedback by ID (optionally with embedded painpoints)
|
|
39
|
+
- Create — create a new feedback
|
|
40
|
+
- Update — update an existing feedback
|
|
41
|
+
- Archive — archive (soft-delete) a feedback
|
|
42
|
+
- **Signal**
|
|
43
|
+
- Get Many — list signals for a project (paginated, filterable)
|
|
44
|
+
- Get — fetch a single signal by ID
|
|
45
|
+
- Create — create a manual signal
|
|
46
|
+
- **Me**
|
|
47
|
+
- Get — get the currently authenticated user
|
|
48
|
+
|
|
49
|
+
## Credentials
|
|
50
|
+
|
|
51
|
+
You need a Continuum Tracker API key to use this node.
|
|
52
|
+
|
|
53
|
+
1. Sign in to [Continuum Tracker](https://app.continuumtracker.com).
|
|
54
|
+
2. Go to **Settings → Access** (`/settings/access`).
|
|
55
|
+
3. **Generate** a new API key (or rotate an existing one) and copy it.
|
|
56
|
+
4. In n8n, create new credentials of type **Continuum Tracker API** and paste the key into the **Access Token** field.
|
|
57
|
+
|
|
58
|
+
Authentication is sent as a bearer token in the `Authorization` header on every request.
|
|
59
|
+
|
|
60
|
+
## Usage
|
|
61
|
+
|
|
62
|
+
A typical workflow: continuously pull customer feedback from a product-management tool like Productboard, Intercom, Zendesk or a typeform survey, and push it into Continuum Tracker so the AI engine can cluster it into themes and prioritize the backlog.
|
|
63
|
+
|
|
64
|
+
1. **Trigger** — Productboard / Intercom / Zendesk webhook or a Schedule Trigger that polls the source every N minutes.
|
|
65
|
+
2. **Source node** — fetch new feedback items (e.g. *Productboard → Get Notes*, *Intercom → List Conversations*).
|
|
66
|
+
3. **Set / Edit Fields** — map the source fields onto Continuum Tracker's shape: `feedback_original` (the raw text), optional `name`, `author`, `author_type`, `source` (e.g. `"Productboard"`, `"Intercom"`).
|
|
67
|
+
4. **Continuum Tracker** — Resource: `Feedback`, Operation: `Create`, Project: pick from list. Feeds the item into Continuum Tracker, which will automatically cluster it and turn it into prioritization signals.
|
|
68
|
+
|
|
69
|
+
Tips:
|
|
70
|
+
|
|
71
|
+
- For *Get Many* operations, toggle **Return All** to auto-paginate through every page; otherwise use **Limit** to cap the result count.
|
|
72
|
+
- The node strips the paginator envelope and returns feedback/signal items directly, one item per n8n item.
|
|
73
|
+
- The **Me** operation is useful as a credential health-check or to look up the authenticated organization context.
|
|
74
|
+
|
|
75
|
+
## Resources
|
|
76
|
+
|
|
77
|
+
- [Continuum Tracker website](https://www.continuumtracker.com)
|
|
78
|
+
- [n8n community nodes documentation](https://docs.n8n.io/integrations/#community-nodes)
|
|
79
|
+
- [CHANGELOG](CHANGELOG.md)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IAuthenticateGeneric, Icon, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
|
+
export declare class ContinuumTrackerApi implements ICredentialType {
|
|
3
|
+
name: string;
|
|
4
|
+
displayName: string;
|
|
5
|
+
icon: Icon;
|
|
6
|
+
documentationUrl: string;
|
|
7
|
+
properties: INodeProperties[];
|
|
8
|
+
authenticate: IAuthenticateGeneric;
|
|
9
|
+
test: ICredentialTestRequest;
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ContinuumTrackerApi = void 0;
|
|
4
|
+
const constants_1 = require("../nodes/ContinuumTracker/shared/constants");
|
|
5
|
+
class ContinuumTrackerApi {
|
|
6
|
+
constructor() {
|
|
7
|
+
this.name = 'continuumTrackerApi';
|
|
8
|
+
this.displayName = 'Continuum Tracker API';
|
|
9
|
+
this.icon = {
|
|
10
|
+
light: 'file:../nodes/ContinuumTracker/continuumTracker.svg',
|
|
11
|
+
dark: 'file:../nodes/ContinuumTracker/continuumTracker.dark.svg',
|
|
12
|
+
};
|
|
13
|
+
this.documentationUrl = 'https://github.com/development-continuumtracker/n8n-nodes-continuum-tracker?tab=readme-ov-file#credentials';
|
|
14
|
+
this.properties = [
|
|
15
|
+
{
|
|
16
|
+
displayName: 'Access Token',
|
|
17
|
+
name: 'accessToken',
|
|
18
|
+
type: 'string',
|
|
19
|
+
typeOptions: { password: true },
|
|
20
|
+
required: true,
|
|
21
|
+
default: '',
|
|
22
|
+
description: 'Generate or rotate a key in the web app at /settings/access',
|
|
23
|
+
},
|
|
24
|
+
];
|
|
25
|
+
this.authenticate = {
|
|
26
|
+
type: 'generic',
|
|
27
|
+
properties: {
|
|
28
|
+
headers: {
|
|
29
|
+
Authorization: '=Bearer {{$credentials.accessToken}}',
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
this.test = {
|
|
34
|
+
request: {
|
|
35
|
+
baseURL: constants_1.CONTINUUM_TRACKER_API_BASE_URL,
|
|
36
|
+
url: '/v1/me',
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.ContinuumTrackerApi = ContinuumTrackerApi;
|
|
42
|
+
//# sourceMappingURL=ContinuumTrackerApi.credentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContinuumTrackerApi.credentials.js","sourceRoot":"","sources":["../../credentials/ContinuumTrackerApi.credentials.ts"],"names":[],"mappings":";;;AAOA,0EAA4F;AAE5F,MAAa,mBAAmB;IAAhC;QACC,SAAI,GAAG,qBAAqB,CAAC;QAE7B,gBAAW,GAAG,uBAAuB,CAAC;QAEtC,SAAI,GAAS;YACZ,KAAK,EAAE,qDAAqD;YAC5D,IAAI,EAAE,0DAA0D;SAChE,CAAC;QAEF,qBAAgB,GACf,4GAA4G,CAAC;QAE9G,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,6DAA6D;aAC1E;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,sCAAsC;iBACrD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,0CAA8B;gBACvC,GAAG,EAAE,QAAQ;aACb;SACD,CAAC;IACH,CAAC;CAAA;AAxCD,kDAwCC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { type INodeType, type INodeTypeDescription } from 'n8n-workflow';
|
|
2
|
+
import { getProjects } from './methods/loadOptions';
|
|
3
|
+
export declare class ContinuumTracker implements INodeType {
|
|
4
|
+
description: INodeTypeDescription;
|
|
5
|
+
methods: {
|
|
6
|
+
loadOptions: {
|
|
7
|
+
getProjects: typeof getProjects;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ContinuumTracker = void 0;
|
|
4
|
+
const n8n_workflow_1 = require("n8n-workflow");
|
|
5
|
+
const feedback_1 = require("./resources/feedback");
|
|
6
|
+
const signal_1 = require("./resources/signal");
|
|
7
|
+
const me_1 = require("./resources/me");
|
|
8
|
+
const projectId_1 = require("./shared/projectId");
|
|
9
|
+
const constants_1 = require("./shared/constants");
|
|
10
|
+
const loadOptions_1 = require("./methods/loadOptions");
|
|
11
|
+
class ContinuumTracker {
|
|
12
|
+
constructor() {
|
|
13
|
+
this.description = {
|
|
14
|
+
displayName: 'Continuum Tracker',
|
|
15
|
+
name: 'continuumTracker',
|
|
16
|
+
icon: { light: 'file:continuumTracker.svg', dark: 'file:continuumTracker.dark.svg' },
|
|
17
|
+
group: ['transform'],
|
|
18
|
+
version: 1,
|
|
19
|
+
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
|
20
|
+
description: 'Interact with the Continuum Tracker API',
|
|
21
|
+
defaults: {
|
|
22
|
+
name: 'Continuum Tracker',
|
|
23
|
+
},
|
|
24
|
+
usableAsTool: true,
|
|
25
|
+
inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
26
|
+
outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
27
|
+
credentials: [{ name: 'continuumTrackerApi', required: true }],
|
|
28
|
+
requestDefaults: {
|
|
29
|
+
baseURL: constants_1.CONTINUUM_TRACKER_API_BASE_URL,
|
|
30
|
+
headers: {
|
|
31
|
+
Accept: 'application/json',
|
|
32
|
+
'Content-Type': 'application/json',
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
properties: [
|
|
36
|
+
{
|
|
37
|
+
displayName: 'Resource',
|
|
38
|
+
name: 'resource',
|
|
39
|
+
type: 'options',
|
|
40
|
+
noDataExpression: true,
|
|
41
|
+
options: [
|
|
42
|
+
{ name: 'Feedback', value: 'feedback' },
|
|
43
|
+
{ name: 'Me', value: 'me' },
|
|
44
|
+
{ name: 'Signal', value: 'signal' },
|
|
45
|
+
],
|
|
46
|
+
default: 'feedback',
|
|
47
|
+
},
|
|
48
|
+
projectId_1.projectIdProperty,
|
|
49
|
+
...feedback_1.feedbackDescription,
|
|
50
|
+
...signal_1.signalDescription,
|
|
51
|
+
...me_1.meDescription,
|
|
52
|
+
],
|
|
53
|
+
};
|
|
54
|
+
this.methods = {
|
|
55
|
+
loadOptions: {
|
|
56
|
+
getProjects: loadOptions_1.getProjects,
|
|
57
|
+
},
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.ContinuumTracker = ContinuumTracker;
|
|
62
|
+
//# sourceMappingURL=ContinuumTracker.node.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContinuumTracker.node.js","sourceRoot":"","sources":["../../../nodes/ContinuumTracker/ContinuumTracker.node.ts"],"names":[],"mappings":";;;AAAA,+CAA8F;AAC9F,mDAA2D;AAC3D,+CAAuD;AACvD,uCAA+C;AAC/C,kDAAuD;AACvD,kDAAoE;AACpE,uDAAoD;AAEpD,MAAa,gBAAgB;IAA7B;QACC,gBAAW,GAAyB;YACnC,WAAW,EAAE,mBAAmB;YAChC,IAAI,EAAE,kBAAkB;YACxB,IAAI,EAAE,EAAE,KAAK,EAAE,2BAA2B,EAAE,IAAI,EAAE,gCAAgC,EAAE;YACpF,KAAK,EAAE,CAAC,WAAW,CAAC;YACpB,OAAO,EAAE,CAAC;YACV,QAAQ,EAAE,8DAA8D;YACxE,WAAW,EAAE,yCAAyC;YACtD,QAAQ,EAAE;gBACT,IAAI,EAAE,mBAAmB;aACzB;YACD,YAAY,EAAE,IAAI;YAClB,MAAM,EAAE,CAAC,kCAAmB,CAAC,IAAI,CAAC;YAClC,OAAO,EAAE,CAAC,kCAAmB,CAAC,IAAI,CAAC;YACnC,WAAW,EAAE,CAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;YAC9D,eAAe,EAAE;gBAChB,OAAO,EAAE,0CAA8B;gBACvC,OAAO,EAAE;oBACR,MAAM,EAAE,kBAAkB;oBAC1B,cAAc,EAAE,kBAAkB;iBAClC;aACD;YACD,UAAU,EAAE;gBACX;oBACC,WAAW,EAAE,UAAU;oBACvB,IAAI,EAAE,UAAU;oBAChB,IAAI,EAAE,SAAS;oBACf,gBAAgB,EAAE,IAAI;oBACtB,OAAO,EAAE;wBACR,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;wBACvC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE;wBAC3B,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE;qBACnC;oBACD,OAAO,EAAE,UAAU;iBACnB;gBACD,6BAAiB;gBACjB,GAAG,8BAAmB;gBACtB,GAAG,0BAAiB;gBACpB,GAAG,kBAAa;aAChB;SACD,CAAC;QAEF,YAAO,GAAG;YACT,WAAW,EAAE;gBACZ,WAAW,EAAX,yBAAW;aACX;SACD,CAAC;IACH,CAAC;CAAA;AAhDD,4CAgDC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"node": "@continuumtracker/n8n-nodes-continuum-tracker",
|
|
3
|
+
"nodeVersion": "1.0",
|
|
4
|
+
"codexVersion": "1.0",
|
|
5
|
+
"categories": ["Development", "Developer Tools"],
|
|
6
|
+
"resources": {
|
|
7
|
+
"credentialDocumentation": [
|
|
8
|
+
{
|
|
9
|
+
"url": "https://github.com/development-continuumtracker/n8n-nodes-continuum-tracker?tab=readme-ov-file#credentials"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"primaryDocumentation": [
|
|
13
|
+
{
|
|
14
|
+
"url": "https://github.com/development-continuumtracker/n8n-nodes-continuum-tracker?tab=readme-ov-file"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="42" height="41" viewBox="0 0 42 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="41.8555" height="40.5227" rx="4" fill="#484848"/>
|
|
3
|
+
<path d="M24.8049 20.437L22.1333 22.0744C31.9793 29.529 37.0424 22.0744 32.2809 18.261C34.7155 23.4964 29.7602 24.6598 24.8049 20.437Z" fill="#8186FF" stroke="#8186FF"/>
|
|
4
|
+
<path d="M21.0125 18.1102C15.6262 15.1801 8.73187 15.9342 9.61521 21.4712C9.87375 19.6112 11.9119 16.6538 17.9962 19.7045L21.0125 18.1102Z" fill="#8186FF" stroke="#8186FF"/>
|
|
5
|
+
<path d="M10.2401 15.6756C2.46237 13.241 4.01363 33.7087 24.826 20.4155C35.5338 13.2626 36.5895 21.0403 34.0472 23.7765C39.5842 19.4459 34.7151 10.7634 23.2317 18.1102C5.5543 29.4197 4.98312 14.9431 10.2401 15.6756Z" fill="#F1F5F9" stroke="#F1F5F9"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="42" height="41" viewBox="0 0 42 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="41.8555" height="40.5227" rx="4" fill="#F5F5F5"/>
|
|
3
|
+
<path d="M24.8049 20.437L22.1333 22.0744C31.9793 29.529 37.0424 22.0744 32.2809 18.261C34.7155 23.4964 29.7602 24.6598 24.8049 20.437Z" fill="#8186FF" stroke="#8186FF"/>
|
|
4
|
+
<path d="M21.0125 18.1102C15.6262 15.1801 8.73187 15.9342 9.61521 21.4712C9.87375 19.6112 11.9119 16.6538 17.9962 19.7045L21.0125 18.1102Z" fill="#8186FF" stroke="#8186FF"/>
|
|
5
|
+
<path d="M10.2401 15.6756C2.46237 13.241 4.01363 33.7087 24.826 20.4155C35.5338 13.2626 36.5895 21.0403 34.0472 23.7765C39.5842 19.4459 34.7151 10.7634 23.2317 18.1102C5.5543 29.4197 4.98312 14.9431 10.2401 15.6756Z" fill="#0F172A" stroke="#0F172A"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getProjects = getProjects;
|
|
4
|
+
const constants_1 = require("../shared/constants");
|
|
5
|
+
async function getProjects() {
|
|
6
|
+
var _a, _b, _c, _d;
|
|
7
|
+
const options = [];
|
|
8
|
+
let page = 1;
|
|
9
|
+
const limit = 100;
|
|
10
|
+
let totalPages = 1;
|
|
11
|
+
do {
|
|
12
|
+
const response = (await this.helpers.httpRequestWithAuthentication.call(this, 'continuumTrackerApi', {
|
|
13
|
+
method: 'GET',
|
|
14
|
+
baseURL: constants_1.CONTINUUM_TRACKER_API_BASE_URL,
|
|
15
|
+
url: '/v1/projects',
|
|
16
|
+
qs: { page, limit },
|
|
17
|
+
json: true,
|
|
18
|
+
}));
|
|
19
|
+
for (const project of (_a = response.items) !== null && _a !== void 0 ? _a : []) {
|
|
20
|
+
options.push({
|
|
21
|
+
name: (_b = project.name) !== null && _b !== void 0 ? _b : project.id,
|
|
22
|
+
value: project.id,
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
totalPages = (_d = (_c = response.pagination) === null || _c === void 0 ? void 0 : _c.total_pages) !== null && _d !== void 0 ? _d : 1;
|
|
26
|
+
page += 1;
|
|
27
|
+
} while (page <= totalPages);
|
|
28
|
+
options.sort((a, b) => a.name.localeCompare(b.name));
|
|
29
|
+
return options;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=loadOptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loadOptions.js","sourceRoot":"","sources":["../../../../nodes/ContinuumTracker/methods/loadOptions.ts"],"names":[],"mappings":";;AAkBA,kCAkCC;AAnDD,mDAAqE;AAiB9D,KAAK,UAAU,WAAW;;IAGhC,MAAM,OAAO,GAA2B,EAAE,CAAC;IAC3C,IAAI,IAAI,GAAG,CAAC,CAAC;IACb,MAAM,KAAK,GAAG,GAAG,CAAC;IAClB,IAAI,UAAU,GAAG,CAAC,CAAC;IAEnB,GAAG,CAAC;QACH,MAAM,QAAQ,GAAG,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,6BAA6B,CAAC,IAAI,CACtE,IAAI,EACJ,qBAAqB,EACrB;YACC,MAAM,EAAE,KAAK;YACb,OAAO,EAAE,0CAA8B;YACvC,GAAG,EAAE,cAAc;YACnB,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAiB;YAClC,IAAI,EAAE,IAAI;SACV,CACD,CAAwB,CAAC;QAE1B,KAAK,MAAM,OAAO,IAAI,MAAA,QAAQ,CAAC,KAAK,mCAAI,EAAE,EAAE,CAAC;YAC5C,OAAO,CAAC,IAAI,CAAC;gBACZ,IAAI,EAAE,MAAA,OAAO,CAAC,IAAI,mCAAI,OAAO,CAAC,EAAE;gBAChC,KAAK,EAAE,OAAO,CAAC,EAAE;aACjB,CAAC,CAAC;QACJ,CAAC;QAED,UAAU,GAAG,MAAA,MAAA,QAAQ,CAAC,UAAU,0CAAE,WAAW,mCAAI,CAAC,CAAC;QACnD,IAAI,IAAI,CAAC,CAAC;IACX,CAAC,QAAQ,IAAI,IAAI,UAAU,EAAE;IAE7B,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;IACrD,OAAO,OAAO,CAAC;AAChB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.feedbackArchiveDescription = void 0;
|
|
4
|
+
const showOnlyForFeedbackArchive = {
|
|
5
|
+
operation: ['archive'],
|
|
6
|
+
resource: ['feedback'],
|
|
7
|
+
};
|
|
8
|
+
exports.feedbackArchiveDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: 'Feedback ID',
|
|
11
|
+
name: 'feedbackId',
|
|
12
|
+
type: 'string',
|
|
13
|
+
required: true,
|
|
14
|
+
displayOptions: { show: showOnlyForFeedbackArchive },
|
|
15
|
+
default: '',
|
|
16
|
+
description: 'UUID of the feedback to archive',
|
|
17
|
+
},
|
|
18
|
+
];
|
|
19
|
+
//# sourceMappingURL=archive.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"archive.js","sourceRoot":"","sources":["../../../../../nodes/ContinuumTracker/resources/feedback/archive.ts"],"names":[],"mappings":";;;AAEA,MAAM,0BAA0B,GAAG;IAClC,SAAS,EAAE,CAAC,SAAS,CAAC;IACtB,QAAQ,EAAE,CAAC,UAAU,CAAC;CACtB,CAAC;AAEW,QAAA,0BAA0B,GAAsB;IAC5D;QACC,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE;QACpD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,iCAAiC;KAC9C;CACD,CAAC"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.feedbackCreateDescription = void 0;
|
|
4
|
+
const showOnlyForFeedbackCreate = {
|
|
5
|
+
operation: ['create'],
|
|
6
|
+
resource: ['feedback'],
|
|
7
|
+
};
|
|
8
|
+
exports.feedbackCreateDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: 'Feedback Text',
|
|
11
|
+
name: 'feedback_original',
|
|
12
|
+
type: 'string',
|
|
13
|
+
typeOptions: { rows: 4 },
|
|
14
|
+
required: true,
|
|
15
|
+
displayOptions: { show: showOnlyForFeedbackCreate },
|
|
16
|
+
default: '',
|
|
17
|
+
description: 'Original feedback text',
|
|
18
|
+
routing: {
|
|
19
|
+
send: {
|
|
20
|
+
type: 'body',
|
|
21
|
+
property: 'feedback_original',
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
displayName: 'Additional Fields',
|
|
27
|
+
name: 'additionalFields',
|
|
28
|
+
type: 'collection',
|
|
29
|
+
placeholder: 'Add Field',
|
|
30
|
+
displayOptions: { show: showOnlyForFeedbackCreate },
|
|
31
|
+
default: {},
|
|
32
|
+
options: [
|
|
33
|
+
{
|
|
34
|
+
displayName: 'Author',
|
|
35
|
+
name: 'author',
|
|
36
|
+
type: 'string',
|
|
37
|
+
default: '',
|
|
38
|
+
description: 'Author of the feedback',
|
|
39
|
+
routing: {
|
|
40
|
+
send: {
|
|
41
|
+
type: 'body',
|
|
42
|
+
property: 'author',
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
displayName: 'Author Type',
|
|
48
|
+
name: 'author_type',
|
|
49
|
+
type: 'options',
|
|
50
|
+
default: 'External',
|
|
51
|
+
options: [
|
|
52
|
+
{ name: 'External', value: 'External' },
|
|
53
|
+
{ name: 'Internal', value: 'Internal' },
|
|
54
|
+
],
|
|
55
|
+
description: 'Type of feedback author',
|
|
56
|
+
routing: {
|
|
57
|
+
send: {
|
|
58
|
+
type: 'body',
|
|
59
|
+
property: 'author_type',
|
|
60
|
+
},
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
displayName: 'Name',
|
|
65
|
+
name: 'name',
|
|
66
|
+
type: 'string',
|
|
67
|
+
default: '',
|
|
68
|
+
description: 'Name/title of the feedback',
|
|
69
|
+
routing: {
|
|
70
|
+
send: {
|
|
71
|
+
type: 'body',
|
|
72
|
+
property: 'name',
|
|
73
|
+
},
|
|
74
|
+
},
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
displayName: 'Source',
|
|
78
|
+
name: 'source',
|
|
79
|
+
type: 'string',
|
|
80
|
+
default: '',
|
|
81
|
+
description: 'Source of the feedback (e.g. "Email", "Survey", "Interview")',
|
|
82
|
+
routing: {
|
|
83
|
+
send: {
|
|
84
|
+
type: 'body',
|
|
85
|
+
property: 'source',
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
],
|
|
90
|
+
},
|
|
91
|
+
];
|
|
92
|
+
//# sourceMappingURL=create.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../../nodes/ContinuumTracker/resources/feedback/create.ts"],"names":[],"mappings":";;;AAEA,MAAM,yBAAyB,GAAG;IACjC,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,UAAU,CAAC;CACtB,CAAC;AAEW,QAAA,yBAAyB,GAAsB;IAC3D;QACC,WAAW,EAAE,eAAe;QAC5B,IAAI,EAAE,mBAAmB;QACzB,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE;QACxB,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE;QACnD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,wBAAwB;QACrC,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,MAAM;gBACZ,QAAQ,EAAE,mBAAmB;aAC7B;SACD;KACD;IACD;QACC,WAAW,EAAE,mBAAmB;QAChC,IAAI,EAAE,kBAAkB;QACxB,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,WAAW;QACxB,cAAc,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE;QACnD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,QAAQ;gBACrB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,wBAAwB;gBACrC,OAAO,EAAE;oBACR,IAAI,EAAE;wBACL,IAAI,EAAE,MAAM;wBACZ,QAAQ,EAAE,QAAQ;qBAClB;iBACD;aACD;YACD;gBACC,WAAW,EAAE,aAAa;gBAC1B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,UAAU;gBACnB,OAAO,EAAE;oBACR,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;oBACvC,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;iBACvC;gBACD,WAAW,EAAE,yBAAyB;gBACtC,OAAO,EAAE;oBACR,IAAI,EAAE;wBACL,IAAI,EAAE,MAAM;wBACZ,QAAQ,EAAE,aAAa;qBACvB;iBACD;aACD;YACD;gBACC,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,4BAA4B;gBACzC,OAAO,EAAE;oBACR,IAAI,EAAE;wBACL,IAAI,EAAE,MAAM;wBACZ,QAAQ,EAAE,MAAM;qBAChB;iBACD;aACD;YACD;gBACC,WAAW,EAAE,QAAQ;gBACrB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,8DAA8D;gBAC3E,OAAO,EAAE;oBACR,IAAI,EAAE;wBACL,IAAI,EAAE,MAAM;wBACZ,QAAQ,EAAE,QAAQ;qBAClB;iBACD;aACD;SACD;KACD;CACD,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.feedbackGetDescription = void 0;
|
|
4
|
+
const showOnlyForFeedbackGet = {
|
|
5
|
+
operation: ['get'],
|
|
6
|
+
resource: ['feedback'],
|
|
7
|
+
};
|
|
8
|
+
exports.feedbackGetDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: 'Feedback ID',
|
|
11
|
+
name: 'feedbackId',
|
|
12
|
+
type: 'string',
|
|
13
|
+
required: true,
|
|
14
|
+
displayOptions: { show: showOnlyForFeedbackGet },
|
|
15
|
+
default: '',
|
|
16
|
+
description: 'UUID of the feedback to retrieve',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
displayName: 'Include Painpoints',
|
|
20
|
+
name: 'includePainpoints',
|
|
21
|
+
type: 'boolean',
|
|
22
|
+
displayOptions: { show: showOnlyForFeedbackGet },
|
|
23
|
+
default: false,
|
|
24
|
+
description: 'Whether to embed related painpoints in the response',
|
|
25
|
+
routing: {
|
|
26
|
+
request: {
|
|
27
|
+
qs: {
|
|
28
|
+
include: '={{ $value ? "painpoint" : undefined }}',
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=get.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../../nodes/ContinuumTracker/resources/feedback/get.ts"],"names":[],"mappings":";;;AAEA,MAAM,sBAAsB,GAAG;IAC9B,SAAS,EAAE,CAAC,KAAK,CAAC;IAClB,QAAQ,EAAE,CAAC,UAAU,CAAC;CACtB,CAAC;AAEW,QAAA,sBAAsB,GAAsB;IACxD;QACC,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE;QAChD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,kCAAkC;KAC/C;IACD;QACC,WAAW,EAAE,oBAAoB;QACjC,IAAI,EAAE,mBAAmB;QACzB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE;QAChD,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,qDAAqD;QAClE,OAAO,EAAE;YACR,OAAO,EAAE;gBACR,EAAE,EAAE;oBACH,OAAO,EAAE,yCAAyC;iBAClD;aACD;SACD;KACD;CACD,CAAC"}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.feedbackGetManyDescription = void 0;
|
|
4
|
+
const showOnlyForFeedbackGetMany = {
|
|
5
|
+
operation: ['getAll'],
|
|
6
|
+
resource: ['feedback'],
|
|
7
|
+
};
|
|
8
|
+
exports.feedbackGetManyDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: 'Return All',
|
|
11
|
+
name: 'returnAll',
|
|
12
|
+
type: 'boolean',
|
|
13
|
+
displayOptions: {
|
|
14
|
+
show: showOnlyForFeedbackGetMany,
|
|
15
|
+
},
|
|
16
|
+
default: false,
|
|
17
|
+
description: 'Whether to return all results or only up to a given limit',
|
|
18
|
+
routing: {
|
|
19
|
+
send: {
|
|
20
|
+
paginate: '={{ $value }}',
|
|
21
|
+
type: 'query',
|
|
22
|
+
property: 'limit',
|
|
23
|
+
value: '100',
|
|
24
|
+
},
|
|
25
|
+
operations: {
|
|
26
|
+
pagination: {
|
|
27
|
+
type: 'generic',
|
|
28
|
+
properties: {
|
|
29
|
+
continue: '={{ $response.body?.pagination?.page < $response.body?.pagination?.total_pages }}',
|
|
30
|
+
request: {
|
|
31
|
+
qs: {
|
|
32
|
+
page: '={{ ($response.body?.pagination?.page ?? 0) + 1 }}',
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
displayName: 'Limit',
|
|
42
|
+
name: 'limit',
|
|
43
|
+
type: 'number',
|
|
44
|
+
displayOptions: {
|
|
45
|
+
show: {
|
|
46
|
+
...showOnlyForFeedbackGetMany,
|
|
47
|
+
returnAll: [false],
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
typeOptions: {
|
|
51
|
+
minValue: 1,
|
|
52
|
+
maxValue: 1000,
|
|
53
|
+
},
|
|
54
|
+
default: 50,
|
|
55
|
+
routing: {
|
|
56
|
+
send: {
|
|
57
|
+
type: 'query',
|
|
58
|
+
property: 'limit',
|
|
59
|
+
},
|
|
60
|
+
output: {
|
|
61
|
+
maxResults: '={{$value}}',
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
description: 'Max number of results to return',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
displayName: 'Filters',
|
|
68
|
+
name: 'filters',
|
|
69
|
+
type: 'collection',
|
|
70
|
+
placeholder: 'Add Filter',
|
|
71
|
+
displayOptions: {
|
|
72
|
+
show: showOnlyForFeedbackGetMany,
|
|
73
|
+
},
|
|
74
|
+
default: {},
|
|
75
|
+
options: [
|
|
76
|
+
{
|
|
77
|
+
displayName: 'Include Archived',
|
|
78
|
+
name: 'include_archived',
|
|
79
|
+
type: 'boolean',
|
|
80
|
+
default: false,
|
|
81
|
+
description: 'Whether to include archived (soft-deleted) feedbacks',
|
|
82
|
+
routing: {
|
|
83
|
+
request: {
|
|
84
|
+
qs: {
|
|
85
|
+
include_archived: '={{$value}}',
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
displayName: 'Search',
|
|
92
|
+
name: 'search',
|
|
93
|
+
type: 'string',
|
|
94
|
+
default: '',
|
|
95
|
+
description: 'Search query (filters by name or feedback original)',
|
|
96
|
+
routing: {
|
|
97
|
+
request: {
|
|
98
|
+
qs: {
|
|
99
|
+
search: '={{$value}}',
|
|
100
|
+
},
|
|
101
|
+
},
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
displayName: 'Sort By',
|
|
106
|
+
name: 'sort_by',
|
|
107
|
+
type: 'options',
|
|
108
|
+
default: 'created_at',
|
|
109
|
+
options: [
|
|
110
|
+
{ name: 'Created At', value: 'created_at' },
|
|
111
|
+
{ name: 'Name', value: 'name' },
|
|
112
|
+
{ name: 'Status', value: 'status' },
|
|
113
|
+
],
|
|
114
|
+
routing: {
|
|
115
|
+
request: {
|
|
116
|
+
qs: {
|
|
117
|
+
sort_by: '={{$value}}',
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
},
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
displayName: 'Sort Direction',
|
|
124
|
+
name: 'sort_dir',
|
|
125
|
+
type: 'options',
|
|
126
|
+
default: 'desc',
|
|
127
|
+
options: [
|
|
128
|
+
{ name: 'Ascending', value: 'asc' },
|
|
129
|
+
{ name: 'Descending', value: 'desc' },
|
|
130
|
+
],
|
|
131
|
+
routing: {
|
|
132
|
+
request: {
|
|
133
|
+
qs: {
|
|
134
|
+
sort_dir: '={{$value}}',
|
|
135
|
+
},
|
|
136
|
+
},
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
},
|
|
141
|
+
];
|
|
142
|
+
//# sourceMappingURL=getAll.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAll.js","sourceRoot":"","sources":["../../../../../nodes/ContinuumTracker/resources/feedback/getAll.ts"],"names":[],"mappings":";;;AAEA,MAAM,0BAA0B,GAAG;IAClC,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,UAAU,CAAC;CACtB,CAAC;AAEW,QAAA,0BAA0B,GAAsB;IAC5D;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE;YACf,IAAI,EAAE,0BAA0B;SAChC;QACD,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,2DAA2D;QACxE,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,QAAQ,EAAE,eAAe;gBACzB,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,OAAO;gBACjB,KAAK,EAAE,KAAK;aACZ;YACD,UAAU,EAAE;gBACX,UAAU,EAAE;oBACX,IAAI,EAAE,SAAS;oBACf,UAAU,EAAE;wBACX,QAAQ,EACP,mFAAmF;wBACpF,OAAO,EAAE;4BACR,EAAE,EAAE;gCACH,IAAI,EAAE,oDAAoD;6BAC1D;yBACD;qBACD;iBACD;aACD;SACD;KACD;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,GAAG,0BAA0B;gBAC7B,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;YACX,QAAQ,EAAE,IAAI;SACd;QACD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,OAAO;aACjB;YACD,MAAM,EAAE;gBACP,UAAU,EAAE,aAAa;aACzB;SACD;QACD,WAAW,EAAE,iCAAiC;KAC9C;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,YAAY;QACzB,cAAc,EAAE;YACf,IAAI,EAAE,0BAA0B;SAChC;QACD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,sDAAsD;gBACnE,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,EAAE,EAAE;4BACH,gBAAgB,EAAE,aAAa;yBAC/B;qBACD;iBACD;aACD;YACD;gBACC,WAAW,EAAE,QAAQ;gBACrB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,qDAAqD;gBAClE,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,EAAE,EAAE;4BACH,MAAM,EAAE,aAAa;yBACrB;qBACD;iBACD;aACD;YACD;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,YAAY;gBACrB,OAAO,EAAE;oBACR,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;oBAC3C,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;oBAC/B,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE;iBACnC;gBACD,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,EAAE,EAAE;4BACH,OAAO,EAAE,aAAa;yBACtB;qBACD;iBACD;aACD;YACD;gBACC,WAAW,EAAE,gBAAgB;gBAC7B,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,MAAM;gBACf,OAAO,EAAE;oBACR,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE;oBACnC,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,EAAE;iBACrC;gBACD,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,EAAE,EAAE;4BACH,QAAQ,EAAE,aAAa;yBACvB;qBACD;iBACD;aACD;SACD;KACD;CACD,CAAC"}
|