n8n-nodes-reka 0.4.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.
Files changed (41) hide show
  1. package/LICENSE.md +19 -0
  2. package/README.md +56 -0
  3. package/dist/credentials/RekaApi.credentials.d.ts +10 -0
  4. package/dist/credentials/RekaApi.credentials.js +40 -0
  5. package/dist/credentials/RekaApi.credentials.js.map +1 -0
  6. package/dist/icons/reka-stacked-black.svg +30 -0
  7. package/dist/icons/reka-stacked-offwhite.svg +22 -0
  8. package/dist/nodes/Reka/Vision/RekaVision.node.d.ts +4 -0
  9. package/dist/nodes/Reka/Vision/RekaVision.node.js +69 -0
  10. package/dist/nodes/Reka/Vision/RekaVision.node.js.map +1 -0
  11. package/dist/nodes/Reka/Vision/RekaVision.node.json +18 -0
  12. package/dist/nodes/Reka/Vision/resources/clip/createClip.d.ts +2 -0
  13. package/dist/nodes/Reka/Vision/resources/clip/createClip.js +168 -0
  14. package/dist/nodes/Reka/Vision/resources/clip/createClip.js.map +1 -0
  15. package/dist/nodes/Reka/Vision/resources/clip/getClipStatus.d.ts +2 -0
  16. package/dist/nodes/Reka/Vision/resources/clip/getClipStatus.js +25 -0
  17. package/dist/nodes/Reka/Vision/resources/clip/getClipStatus.js.map +1 -0
  18. package/dist/nodes/Reka/Vision/resources/clip/index.d.ts +2 -0
  19. package/dist/nodes/Reka/Vision/resources/clip/index.js +47 -0
  20. package/dist/nodes/Reka/Vision/resources/clip/index.js.map +1 -0
  21. package/dist/nodes/Reka/Vision/resources/imageManagement/imageId.d.ts +2 -0
  22. package/dist/nodes/Reka/Vision/resources/imageManagement/imageId.js +25 -0
  23. package/dist/nodes/Reka/Vision/resources/imageManagement/imageId.js.map +1 -0
  24. package/dist/nodes/Reka/Vision/resources/imageManagement/imageUpload.d.ts +2 -0
  25. package/dist/nodes/Reka/Vision/resources/imageManagement/imageUpload.js +56 -0
  26. package/dist/nodes/Reka/Vision/resources/imageManagement/imageUpload.js.map +1 -0
  27. package/dist/nodes/Reka/Vision/resources/imageManagement/index.d.ts +2 -0
  28. package/dist/nodes/Reka/Vision/resources/imageManagement/index.js +70 -0
  29. package/dist/nodes/Reka/Vision/resources/imageManagement/index.js.map +1 -0
  30. package/dist/nodes/Reka/Vision/resources/videoManagement/index.d.ts +2 -0
  31. package/dist/nodes/Reka/Vision/resources/videoManagement/index.js +82 -0
  32. package/dist/nodes/Reka/Vision/resources/videoManagement/index.js.map +1 -0
  33. package/dist/nodes/Reka/Vision/resources/videoManagement/videoId.d.ts +2 -0
  34. package/dist/nodes/Reka/Vision/resources/videoManagement/videoId.js +25 -0
  35. package/dist/nodes/Reka/Vision/resources/videoManagement/videoId.js.map +1 -0
  36. package/dist/nodes/Reka/Vision/resources/videoManagement/videoUpload.d.ts +2 -0
  37. package/dist/nodes/Reka/Vision/resources/videoManagement/videoUpload.js +131 -0
  38. package/dist/nodes/Reka/Vision/resources/videoManagement/videoUpload.js.map +1 -0
  39. package/dist/package.json +53 -0
  40. package/dist/tsconfig.tsbuildinfo +1 -0
  41. package/package.json +53 -0
package/LICENSE.md ADDED
@@ -0,0 +1,19 @@
1
+ Copyright 2022 n8n
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
4
+ this software and associated documentation files (the "Software"), to deal in
5
+ the Software without restriction, including without limitation the rights to
6
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7
+ of the Software, and to permit persons to whom the Software is furnished to do
8
+ so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,56 @@
1
+
2
+
3
+ # n8n-nodes-reka
4
+
5
+ [![version](https://img.shields.io/npm/v/n8n-nodes-text-manipulation.svg)](https://www.npmjs.org/package/n8n-nodes-text-manipulation)
6
+
7
+ Official Reka community node that provides various capability with AI Vision. (soon Research, Speech, and Text)
8
+
9
+ ## Operations
10
+
11
+ ### Video Clipping
12
+
13
+ - Automatically clip a video from a URL
14
+ - Automatically clip a video from a file
15
+
16
+ ### Vision
17
+
18
+ - Question and Answer (Q&A) from video
19
+ - Question and Answer (Q&A) from image
20
+
21
+ ### Speech
22
+
23
+ - soon
24
+
25
+ ### Research
26
+
27
+ - soon
28
+
29
+ ## Credentials
30
+
31
+ Theses nodes requires an API Key from Reka, You can generate one by going to your [Dashboard](https://link.reka.ai/free).
32
+
33
+ ## Installation
34
+
35
+ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
36
+
37
+ ## Usage
38
+
39
+ We are working on a more detailed documentation, meanwhile have a look to this [blog post](https://www.frankysnotes.com/2025/12/building-ai-powered-youtube-clipper.html) or [video](https://www.youtube.com/watch?v=6YV6K94m_FA) to learn How to Automate Clipping Using Reka's community node.
40
+
41
+ ## Resources
42
+
43
+ - **[n8n Node Documentation](https://docs.n8n.io/integrations/creating-nodes/)** - Complete guide to building nodes
44
+ - **[n8n Community Forum](https://community.n8n.io/)** - Get help and share your nodes
45
+ - **[Reka Community Discord](https://link.reka.ai/discord)** - Get help and share your workflows
46
+ - **[Reka API Documentaion](https://docs.reka.ai)** - Get help and share your workflows
47
+
48
+ ## 🤝 Contributions
49
+
50
+ If you find a bug or would like to add a feature, please read our [Code of Conduct](CODE_OF_CONDUCT.md) and the [Contributing Guide](CONTRIBUTING.md).
51
+
52
+ Feel free to open an issue or submit a PR—feedback and improvements are welcome.
53
+
54
+ ## License
55
+
56
+ [MIT](https://github.com/n8n-io/n8n-nodes-starter/blob/master/LICENSE.md)
@@ -0,0 +1,10 @@
1
+ import { IAuthenticateGeneric, Icon, ICredentialType, INodeProperties, ICredentialTestRequest } from 'n8n-workflow';
2
+ export declare class RekaApi 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,40 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RekaApi = void 0;
4
+ class RekaApi {
5
+ constructor() {
6
+ this.name = 'rekaApi';
7
+ this.displayName = 'Reka API';
8
+ this.icon = {
9
+ light: 'file:../icons/reka-stacked-black.svg',
10
+ dark: 'file:../icons/reka-stacked-offwhite.svg',
11
+ };
12
+ this.documentationUrl = 'https://docs.n8n.io/integrations/creating-nodes/build/declarative-style-node/';
13
+ this.properties = [
14
+ {
15
+ displayName: 'API Key',
16
+ name: 'apiKey',
17
+ type: 'string',
18
+ typeOptions: { password: true },
19
+ default: '',
20
+ },
21
+ ];
22
+ this.authenticate = {
23
+ type: 'generic',
24
+ properties: {
25
+ headers: {
26
+ 'X-API-KEY': '={{$credentials.apiKey}}',
27
+ },
28
+ },
29
+ };
30
+ this.test = {
31
+ request: {
32
+ baseURL: 'https://api.reka.ai/v1',
33
+ url: '/models',
34
+ method: 'GET',
35
+ },
36
+ };
37
+ }
38
+ }
39
+ exports.RekaApi = RekaApi;
40
+ //# sourceMappingURL=RekaApi.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RekaApi.credentials.js","sourceRoot":"","sources":["../../credentials/RekaApi.credentials.ts"],"names":[],"mappings":";;;AAQA,MAAa,OAAO;IAApB;QACC,SAAI,GAAG,SAAS,CAAC;QAEjB,gBAAW,GAAG,UAAU,CAAC;QAEzB,SAAI,GAAS;YACZ,KAAK,EAAE,sCAAsC;YAC7C,IAAI,EAAE,yCAAyC;SAC/C,CAAC;QAEF,qBAAgB,GACf,+EAA+E,CAAC;QAEjF,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,WAAW,EAAE,0BAA0B;iBACvC;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,wBAAwB;gBACjC,GAAG,EAAE,SAAS;gBACd,MAAM,EAAE,KAAK;aACb;SACD,CAAC;IACH,CAAC;CAAA;AAvCD,0BAuCC"}
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 666.94 681.26">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: none;
7
+ }
8
+
9
+ .cls-2 {
10
+ fill: #2e2f2f;
11
+ }
12
+
13
+ .cls-3 {
14
+ clip-path: url(#clippath);
15
+ }
16
+ </style>
17
+ <clipPath id="clippath">
18
+ <rect class="cls-1" x="-.29" y="-.19" width="667.22" height="681.33"/>
19
+ </clipPath>
20
+ </defs>
21
+ <g class="cls-3">
22
+ <g>
23
+ <path class="cls-2" d="M318.34,0L82.67.16C36.85.19-.29,37.38-.29,83.27v235.12h74.93V71.75h243.73V0h-.03Z"/>
24
+ <path class="cls-2" d="M72.97,362.97H0v318.16h72.97v-318.16Z"/>
25
+ <path class="cls-2" d="M315.33,362.84h-99.13l-109.5,107.29c-13.95,13.68-21.82,32.37-21.82,51.92s7.86,38.24,21.82,51.92l109.5,107.29h101.63l-162.45-161.72,159.95-156.67v-.03Z"/>
26
+ <path class="cls-2" d="M348.59,82.92v152.23c0,45.92,37.16,83.11,83.05,83.11h230.28v-71.78h-240.33V85.87c0-7.74,6.28-14.06,14.05-14.06h144.32c7.74,0,14.05,6.28,14.05,14.06,0,5.9-3.71,11.17-9.23,13.2l-147.45,56.23v70.73l174.57-62.2c33.04-11.8,55.11-43.13,55.11-78.26v-2.67C667,37,629.8-.19,583.95-.19h-152.27c-45.89,0-83.05,37.19-83.05,83.11h-.03Z"/>
27
+ <path class="cls-2" d="M666.94,598.12v-152.23c0-45.89-37.16-83.11-83.05-83.11h-230.28v71.78h240.33v160.61c0,7.74-6.28,14.06-14.05,14.06h-144.31c-7.74,0-14.05-6.28-14.05-14.06,0-5.9,3.71-11.17,9.23-13.2l147.45-56.23v-70.73l-174.57,62.2c-33.04,11.8-55.11,43.13-55.11,78.26v2.67c0,45.92,37.16,83.11,83.05,83.11h152.27c45.89,0,83.05-37.19,83.05-83.11h.03Z"/>
28
+ </g>
29
+ </g>
30
+ </svg>
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 666.94 681.26">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: none;
7
+ }
8
+
9
+ .cls-2 {
10
+ fill: #f1eee7;
11
+ }
12
+ </style>
13
+ </defs>
14
+ <rect class="cls-1" x="-.29" y="-.19" width="667.22" height="681.33"/>
15
+ <g>
16
+ <path class="cls-2" d="M318.34,0L82.67.16C36.85.19-.29,37.38-.29,83.27v235.12h74.93V71.75h243.73V0h-.03Z"/>
17
+ <path class="cls-2" d="M72.97,362.97H0v318.16h72.97v-318.16Z"/>
18
+ <path class="cls-2" d="M315.33,362.84h-99.13l-109.5,107.29c-13.95,13.68-21.82,32.37-21.82,51.92s7.86,38.24,21.82,51.92l109.5,107.29h101.63l-162.45-161.72,159.95-156.67v-.03Z"/>
19
+ <path class="cls-2" d="M348.59,82.92v152.23c0,45.92,37.16,83.11,83.05,83.11h230.28v-71.78h-240.33V85.87c0-7.74,6.28-14.06,14.05-14.06h144.32c7.74,0,14.05,6.28,14.05,14.06,0,5.9-3.71,11.17-9.23,13.2l-147.45,56.23v70.73l174.57-62.2c33.04-11.8,55.11-43.13,55.11-78.26v-2.67C667,37,629.8-.19,583.95-.19h-152.27c-45.89,0-83.05,37.19-83.05,83.11h-.03Z"/>
20
+ <path class="cls-2" d="M666.94,598.12v-152.23c0-45.89-37.16-83.11-83.05-83.11h-230.28v71.78h240.33v160.61c0,7.74-6.28,14.06-14.05,14.06h-144.31c-7.74,0-14.05-6.28-14.05-14.06,0-5.9,3.71-11.17,9.23-13.2l147.45-56.23v-70.73l-174.57,62.2c-33.04,11.8-55.11,43.13-55.11,78.26v2.67c0,45.92,37.16,83.11,83.05,83.11h152.27c45.89,0,83.05-37.19,83.05-83.11h.03Z"/>
21
+ </g>
22
+ </svg>
@@ -0,0 +1,4 @@
1
+ import { INodeType, INodeTypeDescription } from 'n8n-workflow';
2
+ export declare class RekaVision implements INodeType {
3
+ description: INodeTypeDescription;
4
+ }
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RekaVision = void 0;
4
+ const clip_1 = require("./resources/clip");
5
+ const videoManagement_1 = require("./resources/videoManagement");
6
+ const imageManagement_1 = require("./resources/imageManagement");
7
+ class RekaVision {
8
+ constructor() {
9
+ this.description = {
10
+ displayName: 'Reka Vision',
11
+ name: 'rekaVision',
12
+ icon: {
13
+ light: 'file:../../../icons/reka-stacked-black.svg',
14
+ dark: 'file:../../../icons/reka-stacked-offwhite.svg',
15
+ },
16
+ group: ['transform'],
17
+ version: 1,
18
+ subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
19
+ description: 'Get data from Reka AI APIs',
20
+ defaults: {
21
+ name: 'Reka Vision',
22
+ },
23
+ inputs: ['main'],
24
+ outputs: ['main'],
25
+ credentials: [
26
+ {
27
+ name: 'rekaApi',
28
+ required: true,
29
+ },
30
+ ],
31
+ requestDefaults: {
32
+ baseURL: 'https://vision-agent.api.reka.ai/v1',
33
+ headers: {
34
+ Accept: 'application/json',
35
+ 'Content-Type': 'application/json',
36
+ },
37
+ },
38
+ usableAsTool: true,
39
+ properties: [
40
+ {
41
+ displayName: 'Resource',
42
+ name: 'resource',
43
+ type: 'options',
44
+ noDataExpression: true,
45
+ options: [
46
+ {
47
+ name: 'Clip',
48
+ value: 'clip',
49
+ },
50
+ {
51
+ name: 'Video Management',
52
+ value: 'videoManagement',
53
+ },
54
+ {
55
+ name: 'Image Management',
56
+ value: 'imageManagement',
57
+ },
58
+ ],
59
+ default: 'clip',
60
+ },
61
+ ...clip_1.clipDescription,
62
+ ...videoManagement_1.videoManagementDescription,
63
+ ...imageManagement_1.imageManagementDescription,
64
+ ],
65
+ };
66
+ }
67
+ }
68
+ exports.RekaVision = RekaVision;
69
+ //# sourceMappingURL=RekaVision.node.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RekaVision.node.js","sourceRoot":"","sources":["../../../../nodes/Reka/Vision/RekaVision.node.ts"],"names":[],"mappings":";;;AACA,2CAAmD;AACnD,iEAAyE;AACzE,iEAAyE;AAEzE,MAAa,UAAU;IAAvB;QACC,gBAAW,GAAyB;YAEnC,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,YAAY;YAElB,IAAI,EAAE;gBACL,KAAK,EAAE,4CAA4C;gBACnD,IAAI,EAAE,+CAA+C;aACrD;YAED,KAAK,EAAE,CAAC,WAAW,CAAC;YACpB,OAAO,EAAE,CAAC;YACV,QAAQ,EAAE,8DAA8D;YACxE,WAAW,EAAE,4BAA4B;YACzC,QAAQ,EAAE;gBACT,IAAI,EAAE,aAAa;aACnB;YACD,MAAM,EAAE,CAAC,MAAM,CAAC;YAChB,OAAO,EAAE,CAAC,MAAM,CAAC;YACjB,WAAW,EAAE;gBACZ;oBACC,IAAI,EAAE,SAAS;oBACf,QAAQ,EAAE,IAAI;iBACd;aACD;YACD,eAAe,EAAE;gBAChB,OAAO,EAAE,qCAAqC;gBAC9C,OAAO,EAAE;oBACR,MAAM,EAAE,kBAAkB;oBAC1B,cAAc,EAAE,kBAAkB;iBAClC;aACD;YACD,YAAY,EAAE,IAAI;YAClB,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,MAAM;4BACZ,KAAK,EAAE,MAAM;yBACb;wBACD;4BACC,IAAI,EAAE,kBAAkB;4BACxB,KAAK,EAAE,iBAAiB;yBACxB;wBACD;4BACC,IAAI,EAAE,kBAAkB;4BACxB,KAAK,EAAE,iBAAiB;yBACxB;qBACD;oBACD,OAAO,EAAE,MAAM;iBACf;gBACD,GAAG,sBAAe;gBAClB,GAAG,4CAA0B;gBAC7B,GAAG,4CAA0B;aAC7B;SACD,CAAC;IACH,CAAC;CAAA;AA7DD,gCA6DC"}
@@ -0,0 +1,18 @@
1
+ {
2
+ "node": "n8n-nodes-base.rekavision",
3
+ "nodeVersion": "1.0",
4
+ "codexVersion": "1.0",
5
+ "categories": ["Miscellaneous"],
6
+ "resources": {
7
+ "credentialDocumentation": [
8
+ {
9
+ "url": "https://docs.reka.ai/quick-start"
10
+ }
11
+ ],
12
+ "primaryDocumentation": [
13
+ {
14
+ "url": "https://docs.reka.ai"
15
+ }
16
+ ]
17
+ }
18
+ }
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const createClipParams: INodeProperties[];
@@ -0,0 +1,168 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createClipParams = void 0;
4
+ exports.createClipParams = [
5
+ {
6
+ displayName: 'Video URL',
7
+ description: 'URL of input video',
8
+ required: true,
9
+ name: 'video_urls',
10
+ type: 'string',
11
+ routing: {
12
+ send: {
13
+ type: 'body',
14
+ property: 'video_urls',
15
+ value: '={{ [$value] }}',
16
+ },
17
+ },
18
+ default: '',
19
+ displayOptions: {
20
+ show: {
21
+ resource: ['clip'],
22
+ operation: ['createClip'],
23
+ },
24
+ },
25
+ },
26
+ {
27
+ displayName: 'Prompt',
28
+ description: 'Description of the reel to generate',
29
+ required: true,
30
+ name: 'prompt',
31
+ type: 'string',
32
+ routing: {
33
+ send: {
34
+ type: 'body',
35
+ property: 'prompt',
36
+ },
37
+ },
38
+ default: 'Create an engaging short video highlighting the best moments',
39
+ displayOptions: {
40
+ show: {
41
+ resource: ['clip'],
42
+ operation: ['createClip'],
43
+ },
44
+ },
45
+ },
46
+ {
47
+ displayName: 'Additional Fields',
48
+ name: 'additionalFields',
49
+ type: 'collection',
50
+ placeholder: 'Add Field',
51
+ default: {},
52
+ displayOptions: {
53
+ show: {
54
+ resource: ['clip'],
55
+ operation: ['createClip'],
56
+ },
57
+ },
58
+ options: [
59
+ {
60
+ displayName: 'Aspect Ratio',
61
+ description: 'Aspect ratio of the output video',
62
+ name: 'aspect_ratio',
63
+ type: 'options',
64
+ options: [
65
+ {
66
+ name: '9:16',
67
+ value: '9:16',
68
+ },
69
+ {
70
+ name: '16:9',
71
+ value: '16:9',
72
+ },
73
+ {
74
+ name: '4:5',
75
+ value: '4:5',
76
+ },
77
+ {
78
+ name: '1:1',
79
+ value: '1:1',
80
+ },
81
+ ],
82
+ routing: {
83
+ send: {
84
+ type: 'body',
85
+ property: 'rendering_config.aspect_ratio',
86
+ },
87
+ },
88
+ default: '9:16',
89
+ },
90
+ {
91
+ displayName: 'Max Duration Seconds',
92
+ description: 'Maximum duration of the output video in seconds',
93
+ name: 'max_duration_seconds',
94
+ type: 'number',
95
+ routing: {
96
+ send: {
97
+ type: 'body',
98
+ property: 'generation_config.max_duration_seconds',
99
+ },
100
+ },
101
+ default: 60,
102
+ },
103
+ {
104
+ displayName: 'Min Duration Seconds',
105
+ description: 'Minimum duration of the output video in seconds',
106
+ name: 'min_duration_seconds',
107
+ type: 'number',
108
+ routing: {
109
+ send: {
110
+ type: 'body',
111
+ property: 'generation_config.min_duration_seconds',
112
+ },
113
+ },
114
+ default: 30,
115
+ },
116
+ {
117
+ displayName: 'Number of Generations',
118
+ description: 'Number of generations to produce',
119
+ name: 'num_generations',
120
+ type: 'number',
121
+ routing: {
122
+ send: {
123
+ type: 'body',
124
+ property: 'generation_config.num_generations',
125
+ },
126
+ },
127
+ default: 1,
128
+ },
129
+ {
130
+ displayName: 'Subtitles',
131
+ description: 'Whether to include subtitles in the reel',
132
+ name: 'subtitles',
133
+ type: 'boolean',
134
+ routing: {
135
+ send: {
136
+ type: 'body',
137
+ property: 'rendering_config.subtitles',
138
+ },
139
+ },
140
+ default: true,
141
+ },
142
+ {
143
+ displayName: 'Template',
144
+ description: 'Template to use for generation',
145
+ name: 'template',
146
+ type: 'options',
147
+ options: [
148
+ {
149
+ name: 'Moments',
150
+ value: 'moments',
151
+ },
152
+ {
153
+ name: 'Compilation',
154
+ value: 'compilation',
155
+ },
156
+ ],
157
+ routing: {
158
+ send: {
159
+ type: 'body',
160
+ property: 'generation_config.template',
161
+ },
162
+ },
163
+ default: 'moments',
164
+ },
165
+ ],
166
+ },
167
+ ];
168
+ //# sourceMappingURL=createClip.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createClip.js","sourceRoot":"","sources":["../../../../../../nodes/Reka/Vision/resources/clip/createClip.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const clipStatusParams: INodeProperties[];
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.clipStatusParams = void 0;
4
+ exports.clipStatusParams = [
5
+ {
6
+ displayName: 'Job ID',
7
+ description: 'Job ID to get the status for',
8
+ required: true,
9
+ name: 'jobId',
10
+ type: 'string',
11
+ routing: {
12
+ request: {
13
+ url: '=/creator/reels/{{$value}}',
14
+ },
15
+ },
16
+ default: '',
17
+ displayOptions: {
18
+ show: {
19
+ resource: ['clip'],
20
+ operation: ['getJobtatus'],
21
+ },
22
+ },
23
+ },
24
+ ];
25
+ //# sourceMappingURL=getClipStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getClipStatus.js","sourceRoot":"","sources":["../../../../../../nodes/Reka/Vision/resources/clip/getClipStatus.ts"],"names":[],"mappings":";;;AAGa,QAAA,gBAAgB,GAAsB;IAClD;QACC,WAAW,EAAE,QAAQ;QACrB,WAAW,EAAE,8BAA8B;QAC3C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE;YACR,OAAO,EAAE;gBACR,GAAG,EAAE,4BAA4B;aACjC;SACD;QACD,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,MAAM,CAAC;gBAClB,SAAS,EAAE,CAAC,aAAa,CAAC;aAC1B;SACD;KACD;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const clipDescription: INodeProperties[];
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.clipDescription = void 0;
4
+ const getClipStatus_1 = require("./getClipStatus");
5
+ const createClip_1 = require("./createClip");
6
+ exports.clipDescription = [
7
+ {
8
+ displayName: 'Operation',
9
+ name: 'operation',
10
+ type: 'options',
11
+ noDataExpression: true,
12
+ displayOptions: {
13
+ show: {
14
+ resource: ['clip'],
15
+ },
16
+ },
17
+ options: [
18
+ {
19
+ name: 'CREATE CLIP',
20
+ value: 'createClip',
21
+ action: 'Create a clip',
22
+ description: 'Create a new clip job on Reka side',
23
+ routing: {
24
+ request: {
25
+ method: 'POST',
26
+ url: '/creator/reels',
27
+ },
28
+ },
29
+ },
30
+ {
31
+ name: 'GET JOB STATUS',
32
+ value: 'getJobtatus',
33
+ action: 'Get clip status',
34
+ description: 'Get the status of a clip job on Reka side',
35
+ routing: {
36
+ request: {
37
+ method: 'GET',
38
+ },
39
+ },
40
+ },
41
+ ],
42
+ default: 'createClip',
43
+ },
44
+ ...getClipStatus_1.clipStatusParams,
45
+ ...createClip_1.createClipParams,
46
+ ];
47
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/Reka/Vision/resources/clip/index.ts"],"names":[],"mappings":";;;AACA,mDAAmD;AACnD,6CAAgD;AAGnC,QAAA,eAAe,GAAsB;IAEjD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,MAAM,CAAC;aAClB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,aAAa;gBACnB,KAAK,EAAE,YAAY;gBACnB,MAAM,EAAE,eAAe;gBACvB,WAAW,EAAE,oCAAoC;gBACjD,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,MAAM;wBACd,GAAG,EAAE,gBAAgB;qBACrB;iBACD;aACD;YACD;gBACC,IAAI,EAAE,gBAAgB;gBACtB,KAAK,EAAE,aAAa;gBACpB,MAAM,EAAE,iBAAiB;gBACzB,WAAW,EAAE,2CAA2C;gBACxD,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;qBACb;iBACD;aACD;SACD;QACD,OAAO,EAAE,YAAY;KACrB;IAGD,GAAG,gCAAgB;IAGnB,GAAG,6BAAgB;CACnB,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const imageIdParams: INodeProperties[];
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.imageIdParams = void 0;
4
+ exports.imageIdParams = [
5
+ {
6
+ displayName: 'Image ID',
7
+ description: 'Image ID to get the details for',
8
+ required: true,
9
+ name: 'image_id',
10
+ type: 'string',
11
+ routing: {
12
+ request: {
13
+ url: '=/images/{{$value}}',
14
+ },
15
+ },
16
+ default: '',
17
+ displayOptions: {
18
+ show: {
19
+ resource: ['imageManagement'],
20
+ operation: ['getImage', 'deleteImage'],
21
+ },
22
+ },
23
+ },
24
+ ];
25
+ //# sourceMappingURL=imageId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"imageId.js","sourceRoot":"","sources":["../../../../../../nodes/Reka/Vision/resources/imageManagement/imageId.ts"],"names":[],"mappings":";;;AAGa,QAAA,aAAa,GAAsB;IAC/C;QACC,WAAW,EAAE,UAAU;QACvB,WAAW,EAAE,iCAAiC;QAC9C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE;YACR,OAAO,EAAE;gBACR,GAAG,EAAE,qBAAqB;aAC1B;SACD;QACD,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,iBAAiB,CAAC;gBAC7B,SAAS,EAAE,CAAC,UAAU,EAAE,aAAa,CAAC;aACtC;SACD;KACD;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const imageUploadParams: INodeProperties[];
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.imageUploadParams = void 0;
4
+ exports.imageUploadParams = [
5
+ {
6
+ displayName: 'Image File',
7
+ description: 'Image file to upload',
8
+ required: true,
9
+ name: 'image_file',
10
+ type: 'string',
11
+ routing: {
12
+ send: {
13
+ type: 'body',
14
+ property: 'images',
15
+ value: '={{ $value }}',
16
+ },
17
+ },
18
+ default: '',
19
+ displayOptions: {
20
+ show: {
21
+ resource: ['imageManagement'],
22
+ operation: ['uploadImageFile'],
23
+ },
24
+ },
25
+ },
26
+ {
27
+ displayName: 'Additional Fields',
28
+ name: 'additionalFields',
29
+ type: 'collection',
30
+ placeholder: 'Add Field',
31
+ default: {},
32
+ displayOptions: {
33
+ show: {
34
+ resource: ['imageManagement'],
35
+ operation: ['uploadImageFile'],
36
+ },
37
+ },
38
+ options: [
39
+ {
40
+ displayName: 'Search Indexing',
41
+ description: 'Whether to index the image for search and Q&A',
42
+ name: 'index',
43
+ type: 'boolean',
44
+ routing: {
45
+ send: {
46
+ type: 'body',
47
+ property: 'metadata.indexing_config.index',
48
+ value: '={{ $value }}',
49
+ },
50
+ },
51
+ default: true,
52
+ },
53
+ ],
54
+ },
55
+ ];
56
+ //# sourceMappingURL=imageUpload.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"imageUpload.js","sourceRoot":"","sources":["../../../../../../nodes/Reka/Vision/resources/imageManagement/imageUpload.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAsB;IACnD;QACC,WAAW,EAAE,YAAY;QACzB,WAAW,EAAE,sBAAsB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,MAAM;gBACZ,QAAQ,EAAE,QAAQ;gBAClB,KAAK,EAAE,eAAe;aACtB;SACD;QACD,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,iBAAiB,CAAC;gBAC7B,SAAS,EAAE,CAAC,iBAAiB,CAAC;aAC9B;SACD;KACD;IAGD;QACC,WAAW,EAAE,mBAAmB;QAChC,IAAI,EAAE,kBAAkB;QACxB,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,WAAW;QACxB,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,iBAAiB,CAAC;gBAC7B,SAAS,EAAE,CAAC,iBAAiB,CAAC;aAC9B;SACD;QACD,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,iBAAiB;gBAC9B,WAAW,EAAE,+CAA+C;gBAC5D,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACR,IAAI,EAAE;wBACL,IAAI,EAAE,MAAM;wBACZ,QAAQ,EAAE,gCAAgC;wBAC1C,KAAK,EAAE,eAAe;qBACtB;iBACD;gBACD,OAAO,EAAE,IAAI;aACb;SACD;KACD;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const imageManagementDescription: INodeProperties[];
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.imageManagementDescription = void 0;
4
+ const imageId_1 = require("./imageId");
5
+ const imageUpload_1 = require("./imageUpload");
6
+ exports.imageManagementDescription = [
7
+ {
8
+ displayName: 'Operation',
9
+ name: 'operation',
10
+ type: 'options',
11
+ noDataExpression: true,
12
+ displayOptions: {
13
+ show: {
14
+ resource: ['imageManagement'],
15
+ },
16
+ },
17
+ options: [
18
+ {
19
+ name: 'DELETE IMAGE',
20
+ value: 'deleteImage',
21
+ action: 'Delete image',
22
+ description: 'Delete image from your Reka account library',
23
+ routing: {
24
+ request: {
25
+ method: 'DELETE',
26
+ },
27
+ },
28
+ },
29
+ {
30
+ name: 'GET IMAGE',
31
+ value: 'getImage',
32
+ action: 'Get image',
33
+ description: 'Get an image details from your Reka account library',
34
+ routing: {
35
+ request: {
36
+ method: 'GET',
37
+ },
38
+ },
39
+ },
40
+ {
41
+ name: 'LIST IMAGES',
42
+ value: 'listImages',
43
+ action: 'List images',
44
+ description: 'List images in your Reka account library',
45
+ routing: {
46
+ request: {
47
+ method: 'GET',
48
+ url: '/images',
49
+ },
50
+ },
51
+ },
52
+ {
53
+ name: 'UPLOAD IMAGE FILE',
54
+ value: 'uploadImageFile',
55
+ action: 'Upload image file',
56
+ description: 'Upload an image to your Reka account library using a file as source',
57
+ routing: {
58
+ request: {
59
+ method: 'POST',
60
+ url: '/images/upload',
61
+ },
62
+ },
63
+ },
64
+ ],
65
+ default: 'listImages',
66
+ },
67
+ ...imageId_1.imageIdParams,
68
+ ...imageUpload_1.imageUploadParams,
69
+ ];
70
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/Reka/Vision/resources/imageManagement/index.ts"],"names":[],"mappings":";;;AACA,uCAA0C;AAC1C,+CAAkD;AAGrC,QAAA,0BAA0B,GAAsB;IAE5D;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,iBAAiB,CAAC;aAC7B;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,cAAc;gBACpB,KAAK,EAAE,aAAa;gBACpB,MAAM,EAAE,cAAc;gBACtB,WAAW,EAAE,6CAA6C;gBAC1D,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,QAAQ;qBAChB;iBACD;aACD;YACD;gBACC,IAAI,EAAE,WAAW;gBACjB,KAAK,EAAE,UAAU;gBACjB,MAAM,EAAE,WAAW;gBACnB,WAAW,EAAE,qDAAqD;gBAClE,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;qBACb;iBACD;aACD;YACD;gBACC,IAAI,EAAE,aAAa;gBACnB,KAAK,EAAE,YAAY;gBACnB,MAAM,EAAE,aAAa;gBACrB,WAAW,EAAE,0CAA0C;gBACvD,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,SAAS;qBACd;iBACD;aACD;YACD;gBACC,IAAI,EAAE,mBAAmB;gBACzB,KAAK,EAAE,iBAAiB;gBACxB,MAAM,EAAE,mBAAmB;gBAC3B,WAAW,EAAE,qEAAqE;gBAClF,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,MAAM;wBACd,GAAG,EAAE,gBAAgB;qBACrB;iBACD;aACD;SACD;QACD,OAAO,EAAE,YAAY;KACrB;IAGD,GAAG,uBAAa;IAGhB,GAAG,+BAAiB;CACpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const videoManagementDescription: INodeProperties[];
@@ -0,0 +1,82 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.videoManagementDescription = void 0;
4
+ const videoId_1 = require("./videoId");
5
+ const videoUpload_1 = require("./videoUpload");
6
+ exports.videoManagementDescription = [
7
+ {
8
+ displayName: 'Operation',
9
+ name: 'operation',
10
+ type: 'options',
11
+ noDataExpression: true,
12
+ displayOptions: {
13
+ show: {
14
+ resource: ['videoManagement'],
15
+ },
16
+ },
17
+ options: [
18
+ {
19
+ name: 'DELETE VIDEO',
20
+ value: 'deleteVideo',
21
+ action: 'Delete video',
22
+ description: 'Delete video from your Reka account library',
23
+ routing: {
24
+ request: {
25
+ method: 'DELETE',
26
+ },
27
+ },
28
+ },
29
+ {
30
+ name: 'GET VIDEO',
31
+ value: 'getVideo',
32
+ action: 'Get video',
33
+ description: 'Get a video details from your Reka account library',
34
+ routing: {
35
+ request: {
36
+ method: 'GET',
37
+ },
38
+ },
39
+ },
40
+ {
41
+ name: 'LIST VIDEOS',
42
+ value: 'listVideos',
43
+ action: 'List videos',
44
+ description: 'List videos in your Reka account library',
45
+ routing: {
46
+ request: {
47
+ method: 'GET',
48
+ url: '/videos',
49
+ },
50
+ },
51
+ },
52
+ {
53
+ name: 'UPLOAD VIDEO FILE',
54
+ value: 'uploadVideoFile',
55
+ action: 'Upload video file',
56
+ description: 'Upload a video to your Reka account library using a file as source',
57
+ routing: {
58
+ request: {
59
+ method: 'POST',
60
+ url: '/videos/upload',
61
+ },
62
+ },
63
+ },
64
+ {
65
+ name: 'UPLOAD VIDEO FROM URL',
66
+ value: 'uploadVideoFromUrl',
67
+ action: 'Upload video by URL',
68
+ description: 'Upload a video to your Reka account library using a URL as source',
69
+ routing: {
70
+ request: {
71
+ method: 'POST',
72
+ url: '/videos/upload',
73
+ },
74
+ },
75
+ },
76
+ ],
77
+ default: 'listVideos',
78
+ },
79
+ ...videoId_1.videoIdParams,
80
+ ...videoUpload_1.videoUploadParams,
81
+ ];
82
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/Reka/Vision/resources/videoManagement/index.ts"],"names":[],"mappings":";;;AACA,uCAA0C;AAC1C,+CAAkD;AAGrC,QAAA,0BAA0B,GAAsB;IAE5D;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,iBAAiB,CAAC;aAC7B;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,cAAc;gBACpB,KAAK,EAAE,aAAa;gBACpB,MAAM,EAAE,cAAc;gBACtB,WAAW,EAAE,6CAA6C;gBAC1D,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,QAAQ;qBAChB;iBACD;aACD;YACD;gBACC,IAAI,EAAE,WAAW;gBACjB,KAAK,EAAE,UAAU;gBACjB,MAAM,EAAE,WAAW;gBACnB,WAAW,EAAE,oDAAoD;gBACjE,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;qBACb;iBACD;aACD;YACD;gBACC,IAAI,EAAE,aAAa;gBACnB,KAAK,EAAE,YAAY;gBACnB,MAAM,EAAE,aAAa;gBACrB,WAAW,EAAE,0CAA0C;gBACvD,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,SAAS;qBACd;iBACD;aACD;YACD;gBACC,IAAI,EAAE,mBAAmB;gBACzB,KAAK,EAAE,iBAAiB;gBACxB,MAAM,EAAE,mBAAmB;gBAC3B,WAAW,EAAE,oEAAoE;gBACjF,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,MAAM;wBACd,GAAG,EAAE,gBAAgB;qBACrB;iBACD;aACD;YACD;gBACC,IAAI,EAAE,uBAAuB;gBAC7B,KAAK,EAAE,oBAAoB;gBAC3B,MAAM,EAAE,qBAAqB;gBAC7B,WAAW,EAAE,mEAAmE;gBAChF,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,MAAM;wBACd,GAAG,EAAE,gBAAgB;qBACrB;iBACD;aACD;SACD;QACD,OAAO,EAAE,YAAY;KACrB;IAGD,GAAG,uBAAa;IAGhB,GAAG,+BAAiB;CACpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const videoIdParams: INodeProperties[];
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.videoIdParams = void 0;
4
+ exports.videoIdParams = [
5
+ {
6
+ displayName: 'Video ID',
7
+ description: 'Video ID to get the details for',
8
+ required: true,
9
+ name: 'video_id',
10
+ type: 'string',
11
+ routing: {
12
+ request: {
13
+ url: '=/videos/{{$value}}',
14
+ },
15
+ },
16
+ default: '',
17
+ displayOptions: {
18
+ show: {
19
+ resource: ['videoManagement'],
20
+ operation: ['getVideo', 'deleteVideo'],
21
+ },
22
+ },
23
+ },
24
+ ];
25
+ //# sourceMappingURL=videoId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"videoId.js","sourceRoot":"","sources":["../../../../../../nodes/Reka/Vision/resources/videoManagement/videoId.ts"],"names":[],"mappings":";;;AAGa,QAAA,aAAa,GAAsB;IAC/C;QACC,WAAW,EAAE,UAAU;QACvB,WAAW,EAAE,iCAAiC;QAC9C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE;YACR,OAAO,EAAE;gBACR,GAAG,EAAE,qBAAqB;aAC1B;SACD;QACD,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,iBAAiB,CAAC;gBAC7B,SAAS,EAAE,CAAC,UAAU,EAAE,aAAa,CAAC;aACtC;SACD;KACD;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const videoUploadParams: INodeProperties[];
@@ -0,0 +1,131 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.videoUploadParams = void 0;
4
+ exports.videoUploadParams = [
5
+ {
6
+ displayName: 'Video URL',
7
+ description: 'Video URL to upload',
8
+ required: true,
9
+ name: 'video_url',
10
+ type: 'string',
11
+ routing: {
12
+ send: {
13
+ type: 'body',
14
+ property: 'video_url',
15
+ value: '={{ $value }}',
16
+ },
17
+ },
18
+ default: '',
19
+ displayOptions: {
20
+ show: {
21
+ resource: ['videoManagement'],
22
+ operation: ['uploadVideoFromUrl'],
23
+ },
24
+ },
25
+ },
26
+ {
27
+ displayName: 'Video File',
28
+ description: 'Video file to upload',
29
+ required: true,
30
+ name: 'video_file',
31
+ type: 'string',
32
+ routing: {
33
+ send: {
34
+ type: 'body',
35
+ property: 'video_file',
36
+ value: '={{ $value }}',
37
+ },
38
+ },
39
+ default: '',
40
+ displayOptions: {
41
+ show: {
42
+ resource: ['videoManagement'],
43
+ operation: ['uploadVideoFile'],
44
+ },
45
+ },
46
+ },
47
+ {
48
+ displayName: 'Video Name',
49
+ description: 'Name of the video',
50
+ required: true,
51
+ name: 'video_name',
52
+ type: 'string',
53
+ routing: {
54
+ send: {
55
+ type: 'body',
56
+ property: 'video_name',
57
+ value: '={{ $value }}',
58
+ },
59
+ },
60
+ default: '',
61
+ displayOptions: {
62
+ show: {
63
+ resource: ['videoManagement'],
64
+ operation: ['uploadVideoFromUrl', 'uploadVideoFile'],
65
+ },
66
+ },
67
+ },
68
+ {
69
+ displayName: 'Search Indexing',
70
+ description: 'Whether to index the video for search and Q&A',
71
+ required: true,
72
+ name: 'index',
73
+ type: 'boolean',
74
+ routing: {
75
+ send: {
76
+ type: 'body',
77
+ property: 'index',
78
+ value: '={{ $value }}',
79
+ },
80
+ },
81
+ default: true,
82
+ displayOptions: {
83
+ show: {
84
+ resource: ['videoManagement'],
85
+ operation: ['uploadVideoFromUrl', 'uploadVideoFile'],
86
+ },
87
+ },
88
+ },
89
+ {
90
+ displayName: 'Additional Fields',
91
+ name: 'additionalFields',
92
+ type: 'collection',
93
+ placeholder: 'Add Field',
94
+ default: {},
95
+ displayOptions: {
96
+ show: {
97
+ resource: ['videoManagement'],
98
+ operation: ['uploadVideoFromUrl', 'uploadVideoFile'],
99
+ },
100
+ },
101
+ options: [
102
+ {
103
+ displayName: 'Group ID',
104
+ description: 'Video group ID to attach the upload to. Defaults to default when omitted, and cannot be changed after upload.',
105
+ name: 'group_id',
106
+ type: 'string',
107
+ routing: {
108
+ send: {
109
+ type: 'body',
110
+ property: 'group_id',
111
+ },
112
+ },
113
+ default: 'default',
114
+ },
115
+ {
116
+ displayName: 'Video Absolute Start Timestamp',
117
+ description: 'ISO 8601 timestamp',
118
+ name: 'video_absolute_start_timestamp',
119
+ type: 'string',
120
+ routing: {
121
+ send: {
122
+ type: 'body',
123
+ property: 'video_absolute_start_timestamp',
124
+ },
125
+ },
126
+ default: '',
127
+ },
128
+ ],
129
+ },
130
+ ];
131
+ //# sourceMappingURL=videoUpload.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"videoUpload.js","sourceRoot":"","sources":["../../../../../../nodes/Reka/Vision/resources/videoManagement/videoUpload.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,53 @@
1
+ {
2
+ "name": "n8n-nodes-reka",
3
+ "version": "0.4.1",
4
+ "description": "Implement nodes for n8n to interact with Reka APIs",
5
+ "license": "MIT",
6
+ "homepage": "https://reka.ai",
7
+ "keywords": [
8
+ "n8n-community-node-package"
9
+ ],
10
+ "author": {
11
+ "name": "Frank Boucher",
12
+ "email": "frank@reka.ai"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/reka-ai/n8n-nodes-reka.git"
17
+ },
18
+ "scripts": {
19
+ "build": "n8n-node build",
20
+ "build:watch": "tsc --watch",
21
+ "dev": "n8n-node dev",
22
+ "lint": "n8n-node lint",
23
+ "lint:fix": "n8n-node lint --fix",
24
+ "release": "n8n-node release",
25
+ "prepublishOnly": "n8n-node prerelease"
26
+ },
27
+ "files": [
28
+ "dist"
29
+ ],
30
+ "n8n": {
31
+ "n8nNodesApiVersion": 1,
32
+ "strict": true,
33
+ "credentials": [
34
+ "dist/credentials/RekaApi.credentials.js"
35
+ ],
36
+ "nodes": [
37
+ "dist/nodes/Reka/Vision/RekaVision.node.js"
38
+ ]
39
+ },
40
+ "devDependencies": {
41
+ "@n8n/node-cli": "*",
42
+ "eslint": "9.32.0",
43
+ "prettier": "3.6.2",
44
+ "release-it": "^19.0.4",
45
+ "typescript": "5.9.2"
46
+ },
47
+ "peerDependencies": {
48
+ "n8n-workflow": "*"
49
+ },
50
+ "publishConfig": {
51
+ "access": "public"
52
+ }
53
+ }
@@ -0,0 +1 @@
1
+ {"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2016.intl.d.ts","../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/typescript/lib/lib.es2022.error.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/form-data/index.d.ts","../node_modules/n8n-workflow/dist/esm/constants.d.ts","../node_modules/n8n-workflow/dist/esm/data-table.types.d.ts","../node_modules/n8n-workflow/dist/esm/deferred-promise.d.ts","../node_modules/@n8n/errors/dist/types.d.ts","../node_modules/@n8n/errors/dist/application.error.d.ts","../node_modules/@n8n/errors/dist/index.d.ts","../node_modules/n8n-workflow/dist/esm/errors/base/base.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/base/operational.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/base/unexpected.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/base/user.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/abstract/execution-base.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/expression.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/execution-cancelled.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/abstract/node.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/node-api.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/node-operation.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/workflow-configuration.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/node-ssl.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/workflow-activation.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/webhook-taken.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/workflow-deactivation.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/workflow-operation.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/subworkflow-operation.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/cli-subworkflow-operation.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/trigger-close.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/expression-extension.error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/db-connection-timeout-error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/ensure-error.d.ts","../node_modules/n8n-workflow/dist/esm/errors/index.d.ts","../node_modules/n8n-workflow/dist/esm/execution-status.d.ts","../node_modules/n8n-workflow/dist/esm/result.d.ts","../node_modules/n8n-workflow/dist/esm/expression.d.ts","../node_modules/n8n-workflow/dist/esm/workflow.d.ts","../node_modules/n8n-workflow/dist/esm/workflow-data-proxy-env-provider.d.ts","../node_modules/n8n-workflow/dist/esm/interfaces.d.ts","../node_modules/n8n-workflow/dist/esm/logger-proxy.d.ts","../node_modules/n8n-workflow/dist/esm/node-helpers.d.ts","../node_modules/n8n-workflow/dist/esm/observable-object.d.ts","../node_modules/n8n-workflow/dist/esm/telemetry-helpers.d.ts","../node_modules/n8n-workflow/dist/esm/common/get-child-nodes.d.ts","../node_modules/n8n-workflow/dist/esm/common/get-connected-nodes.d.ts","../node_modules/n8n-workflow/dist/esm/common/get-node-by-name.d.ts","../node_modules/n8n-workflow/dist/esm/common/get-parent-nodes.d.ts","../node_modules/n8n-workflow/dist/esm/common/map-connections-by-destination.d.ts","../node_modules/n8n-workflow/dist/esm/common/index.d.ts","../node_modules/n8n-workflow/dist/esm/cron.d.ts","../node_modules/n8n-workflow/dist/esm/global-state.d.ts","../node_modules/n8n-workflow/dist/esm/message-event-bus.d.ts","../node_modules/n8n-workflow/dist/esm/expressions/expression-helpers.d.ts","../node_modules/zod/dist/types/v3/helpers/typealiases.d.ts","../node_modules/zod/dist/types/v3/helpers/util.d.ts","../node_modules/zod/dist/types/v3/zoderror.d.ts","../node_modules/zod/dist/types/v3/locales/en.d.ts","../node_modules/zod/dist/types/v3/errors.d.ts","../node_modules/zod/dist/types/v3/helpers/parseutil.d.ts","../node_modules/zod/dist/types/v3/helpers/enumutil.d.ts","../node_modules/zod/dist/types/v3/helpers/errorutil.d.ts","../node_modules/zod/dist/types/v3/helpers/partialutil.d.ts","../node_modules/zod/dist/types/v3/standard-schema.d.ts","../node_modules/zod/dist/types/v3/types.d.ts","../node_modules/zod/dist/types/v3/external.d.ts","../node_modules/zod/dist/types/v3/index.d.ts","../node_modules/zod/dist/types/index.d.ts","../node_modules/n8n-workflow/dist/esm/from-ai-parse-utils.d.ts","../node_modules/n8n-workflow/dist/esm/tool-helpers.d.ts","../node_modules/n8n-workflow/dist/esm/node-reference-parser-utils.d.ts","../node_modules/n8n-workflow/dist/esm/metadata-utils.d.ts","../node_modules/n8n-workflow/dist/esm/workflow-data-proxy.d.ts","../node_modules/n8n-workflow/dist/esm/versioned-node-type.d.ts","../node_modules/n8n-workflow/dist/esm/type-validation.d.ts","../node_modules/n8n-workflow/dist/esm/utils.d.ts","../node_modules/n8n-workflow/dist/esm/type-guards.d.ts","../node_modules/n8n-workflow/dist/esm/graph/graph-utils.d.ts","../node_modules/n8n-workflow/dist/esm/extensions/extensions.d.ts","../node_modules/n8n-workflow/dist/esm/extensions/expression-extension.d.ts","../node_modules/n8n-workflow/dist/esm/extensions/index.d.ts","../node_modules/n8n-workflow/dist/esm/extensions/expression-parser.d.ts","../node_modules/n8n-workflow/dist/esm/native-methods/index.d.ts","../node_modules/n8n-workflow/dist/esm/node-parameters/filter-parameter.d.ts","../node_modules/n8n-workflow/dist/esm/node-parameters/parameter-type-validation.d.ts","../node_modules/n8n-workflow/dist/esm/node-parameters/path-utils.d.ts","../node_modules/n8n-workflow/dist/esm/evaluation-helpers.d.ts","../node_modules/n8n-workflow/dist/esm/index.d.ts","../credentials/rekaapi.credentials.ts","../nodes/reka/vision/resources/clip/getclipstatus.ts","../nodes/reka/vision/resources/clip/createclip.ts","../nodes/reka/vision/resources/clip/index.ts","../nodes/reka/vision/resources/videomanagement/videoid.ts","../nodes/reka/vision/resources/videomanagement/videoupload.ts","../nodes/reka/vision/resources/videomanagement/index.ts","../nodes/reka/vision/resources/imagemanagement/imageid.ts","../nodes/reka/vision/resources/imagemanagement/imageupload.ts","../nodes/reka/vision/resources/imagemanagement/index.ts","../nodes/reka/vision/rekavision.node.ts","../nodes/reka/vision/rekavision.node.json","../package.json","../node_modules/@types/estree/index.d.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/parse-path/index.d.ts","../node_modules/@types/semver/functions/inc.d.ts","../node_modules/@types/semver/classes/semver.d.ts","../node_modules/@types/semver/functions/parse.d.ts","../node_modules/@types/semver/functions/valid.d.ts","../node_modules/@types/semver/functions/clean.d.ts","../node_modules/@types/semver/functions/diff.d.ts","../node_modules/@types/semver/functions/major.d.ts","../node_modules/@types/semver/functions/minor.d.ts","../node_modules/@types/semver/functions/patch.d.ts","../node_modules/@types/semver/functions/prerelease.d.ts","../node_modules/@types/semver/functions/compare.d.ts","../node_modules/@types/semver/functions/rcompare.d.ts","../node_modules/@types/semver/functions/compare-loose.d.ts","../node_modules/@types/semver/functions/compare-build.d.ts","../node_modules/@types/semver/functions/sort.d.ts","../node_modules/@types/semver/functions/rsort.d.ts","../node_modules/@types/semver/functions/gt.d.ts","../node_modules/@types/semver/functions/lt.d.ts","../node_modules/@types/semver/functions/eq.d.ts","../node_modules/@types/semver/functions/neq.d.ts","../node_modules/@types/semver/functions/gte.d.ts","../node_modules/@types/semver/functions/lte.d.ts","../node_modules/@types/semver/functions/cmp.d.ts","../node_modules/@types/semver/functions/coerce.d.ts","../node_modules/@types/semver/classes/comparator.d.ts","../node_modules/@types/semver/classes/range.d.ts","../node_modules/@types/semver/functions/satisfies.d.ts","../node_modules/@types/semver/ranges/max-satisfying.d.ts","../node_modules/@types/semver/ranges/min-satisfying.d.ts","../node_modules/@types/semver/ranges/to-comparators.d.ts","../node_modules/@types/semver/ranges/min-version.d.ts","../node_modules/@types/semver/ranges/valid.d.ts","../node_modules/@types/semver/ranges/outside.d.ts","../node_modules/@types/semver/ranges/gtr.d.ts","../node_modules/@types/semver/ranges/ltr.d.ts","../node_modules/@types/semver/ranges/intersects.d.ts","../node_modules/@types/semver/ranges/simplify.d.ts","../node_modules/@types/semver/ranges/subset.d.ts","../node_modules/@types/semver/internals/identifiers.d.ts","../node_modules/@types/semver/index.d.ts"],"fileIdsList":[[131],[52],[52,53],[149,187],[149,172,187],[148,187],[187],[149],[149,173,187],[148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186],[173,187],[83],[88,89,90,91,92],[54,83],[59,83],[54],[55],[71],[59],[60],[54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76],[54,62,83],[62,63,83],[70],[67],[54,59,83],[64],[81,83],[122],[122,123],[111],[49,50,51,77,78,79,80,81,82,83,84,85,86,87,93,94,95,96,97,112,113,114,115,116,117,118,119,120,121,124,125,126,127,128,129,130],[48,49,50,51,60,63,64,67,70,77,78,79,81,82],[81,82,83],[80,83],[110],[100,101],[98,99,100,102,103,108],[99,100],[108],[109],[100],[98,99,100,103,104,105,106,107],[98,99,110],[131,135,138,141],[131,133,134],[131,139,140],[131,136,137]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","impliedFormat":1},{"version":"0d5f371d676acc073f0166b7fd967adeb6afa5f0967b9821d83c106f66cc458d","impliedFormat":1},{"version":"a588d1f897adf938963ef3d90c8038c3c5cd19ef88fbedda4cb1a77b8b7ba3e6","impliedFormat":1},{"version":"a0981ee0c7ac06bdb575558bd09bac190e1c0c7888ddcb63d8bf648f23a30e8c","impliedFormat":1},{"version":"00f11c3ec667314eaa2adfe253b5ebebbbdbb82510e04460c2f09d1c3b521d31","impliedFormat":1},{"version":"5c7a516e25a2fd1dc5e054c6161fe3c8ba46364f3784ef98f3fca48ab685231c","impliedFormat":1},{"version":"3ff739b7f819cfc12b330f9adcc4c3abbbd5e9f9ca68f53243222a049a8361a2","impliedFormat":1},{"version":"d762b92c1af47b7b3c4eef92fe9a3806194d9edc5dae6901342fc87ef21d7f4a","impliedFormat":1},{"version":"41d14b690d8d8c2a9b7395e8c36de6ca981010736723216ab9f35eb598e09ad9","impliedFormat":1},{"version":"3fdcca6b893ffd38b61b792772f649c82ae28077c360802cec25360eabca24c0","impliedFormat":1},{"version":"299924f7545be254b02278e4dcff7038611f2325d30f0e5ae4bcac906847c164","impliedFormat":1},{"version":"be1d650f04c9f472f0ad0ead3e1b7059dd1e0ff918f7bcb707786d27c3bbeadd","impliedFormat":1},{"version":"1e16c1b1c4d8600a146b15a933f9a880cc275c01f39dc436625f22d3cca46272","impliedFormat":1},{"version":"a631639d7f79f49f68a0ef6553baa1b977e06b230e768511812952709fe5c1f0","impliedFormat":1},{"version":"bf2aefef15e0b4d6bc8f4e19f967494b59b5f90a834de503c373df042513d924","impliedFormat":1},{"version":"4085248a1c89ee865cf9498402c90611d16920a6c9929f701ddc0b963ddad230","impliedFormat":1},{"version":"1a1acd3311ff1794be8401ee394efc3beeb1746068244eb0ee1d51d08e457401","impliedFormat":1},{"version":"ce0b4440a3dd75e14ca94b6d6b27fa26ca89e776d91b8803b3c86c4e8f06ed1a","impliedFormat":1},{"version":"37020cf15e16fa6e1c6e2485cd51d6cbe74adee3b860ab49fb7528ca7e8e518e","impliedFormat":1},{"version":"b6b1a3ff9ba1ddf1a908cfd1bcd471334ecd218a366460fc64c4561d6d0467a4","impliedFormat":1},{"version":"1950d2a49c05c7aa6decfe409b552c4ea5fb156894cf0541b34999819bd778ea","impliedFormat":1},{"version":"32fe829960ff7120843f6dd20197e863aee3e81ecded415641a7500654d1bda7","impliedFormat":1},{"version":"da73778888d41d0abe7d28a24529ba13ff0a9311d55e1902feee7ab97dc6a67d","impliedFormat":1},{"version":"393b1ed0dca4f0aac333e65f2e40dfedfa8b37ac60571e02b152d32d8c84d340","impliedFormat":1},{"version":"f46d50c283425bcc59d68ccf067b3672fb727f802652dc7d60d2e470fb956370","impliedFormat":1},{"version":"0e10fd1d283b4ba7b94f5abb1bc30a2070ccb16c22f86a2780bea8ddc48f3bf7","impliedFormat":1},{"version":"0b4b6ca509cdb152e18ceeed526d17bb416e7e518508d859a0174977195f9a35","impliedFormat":1},{"version":"79b9e661f99d6d01ad0031fbffbb20a8570ca526125a1b01ef5643c00348a8c4","impliedFormat":1},{"version":"deb85dff5a350bd77f24fb5665b7a3c95aa0d4556a0d45ab423ebf3ffcbc70ce","impliedFormat":1},{"version":"f3e1a9f8c28c949f8432b0ef8f0d2686ccc3e38dcc338bbc8a02f956bc7a0725","impliedFormat":1},{"version":"3226c2a2af36d14aa551babd4154ad18042c0deb1509a61058c6b066cfddc30a","impliedFormat":1},{"version":"64c9811ebae7d6bdd3749155911ca473017944d6e9787cec3d11549b05b19de9","impliedFormat":1},{"version":"9de23b9733565858ecfb3971e409970aaf7ec3bd2567aea9373c3b7cfd62f053","impliedFormat":1},{"version":"18c4c5d4069ae6ddce9443a6057fcf333688556b0d644813a78e604812f82bb3","impliedFormat":1},{"version":"6481b29f54e19becbeb7236c60043e2daa47b45cb4fd7e88f287df09250f2405","impliedFormat":1},{"version":"a553adf8952ac188c56be4ed845807e8619d2351b20fc3388039ab990a75a43c","impliedFormat":1},{"version":"01658146c02cba2e49ee7beaa0b90864e7a17c3d02cc39cd8b643b5be3a1a438","impliedFormat":1},{"version":"fcbfe8a05b4b1d990aaf289b951ca3fb16bd5aa18004f576283576069be59939","impliedFormat":1},{"version":"db18ec88a0f1512b153a28a0ed1e19f34530885bca1d00e5f17a6e9b3184697f","impliedFormat":1},{"version":"21f166065c0725ca16281aa2f05f5ee9fb556795c8426049bf44ee36bdca9afd","impliedFormat":1},{"version":"36cd04c9f4116122a3545fcc6da5e522861d739718ab3a3cb7ff2268612531aa","impliedFormat":1},{"version":"9ae86dde42766df895cde73c60dc13347cc30829c6696de3cc54036b3120a5ba","impliedFormat":1},{"version":"6823cce79c10482d0860d40ebbfc29f00ddf7f99bca0aa23330599ddd8baead4","impliedFormat":1},{"version":"30ed6587fb249cc1b0585bab7ce2ca81ef193bfe2934241b6f06ffefdaaf4bf9","impliedFormat":1},{"version":"aa18fcf8ad877a9eb0c357c247708f019e25c4d906e3025d73604b66de8d7f11","impliedFormat":1},{"version":"cfc5482e113e44dae9712ae0a4e412788622221ae5eb1327fb69a13a0f5af662","impliedFormat":1},{"version":"5e620d0ed3eeb9a9a767355547123c85aea7e8f26d90e94d0cc3fa457f1c2035","impliedFormat":1},{"version":"304b0d21771513c0a36ed7179a9d1069bfa776e95f50b789ce898f3ef2b71514","impliedFormat":1},{"version":"4904d7124f9731d2368b613523070ca594cbc82f172023b4b5678018be7b6022","impliedFormat":1},{"version":"18c078c2b34901a328c1fc3e5a2f5bd51aa0fef06a548418198955e0af5eaf39","impliedFormat":1},{"version":"d3cfde44f8089768ebb08098c96d01ca260b88bccf238d55eee93f1c620ff5a5","impliedFormat":1},{"version":"293eadad9dead44c6fd1db6de552663c33f215c55a1bfa2802a1bceed88ff0ec","impliedFormat":1},{"version":"54f6ec6ea75acea6eb23635617252d249145edbc7bcd9d53f2d70280d2aef953","impliedFormat":1},{"version":"c25ce98cca43a3bfa885862044be0d59557be4ecd06989b2001a83dcf69620fd","impliedFormat":1},{"version":"8e71e53b02c152a38af6aec45e288cc65bede077b92b9b43b3cb54a37978bb33","impliedFormat":1},{"version":"754a9396b14ca3a4241591afb4edc644b293ccc8a3397f49be4dfd520c08acb3","impliedFormat":1},{"version":"f672c876c1a04a223cf2023b3d91e8a52bb1544c576b81bf64a8fec82be9969c","impliedFormat":1},{"version":"e4b03ddcf8563b1c0aee782a185286ed85a255ce8a30df8453aade2188bbc904","impliedFormat":1},{"version":"de2316e90fc6d379d83002f04ad9698bc1e5285b4d52779778f454dd12ce9f44","impliedFormat":1},{"version":"25b3f581e12ede11e5739f57a86e8668fbc0124f6649506def306cad2c59d262","impliedFormat":1},{"version":"2da997a01a6aa5c5c09de5d28f0f4407b597c5e1aecfd32f1815809c532650a2","impliedFormat":1},{"version":"5d26d2e47e2352def36f89a3e8bf8581da22b7f857e07ef3114cd52cf4813445","impliedFormat":1},{"version":"3db2efd285e7328d8014b54a7fce3f4861ebcdc655df40517092ed0050983617","impliedFormat":1},{"version":"d5d39a24c759df40480a4bfc0daffd364489702fdbcbdfc1711cde34f8739995","impliedFormat":1},{"version":"581b97f369056070fafbe168120a192e918e67763116dfbbb2782bbca5f32111","impliedFormat":1},{"version":"74f9797560463a8c9070dd72c04b38cc17b79759b841e2a4175a11742f2ecd11","impliedFormat":1},{"version":"ce22b96ece23ecc9bc1f2a445afefa0a487f299986a1584887e4e4217e196963","impliedFormat":1},{"version":"4788f58342a67af140858e23a24cdf62457ec1ff79af68ac71b9d3c0c89bb53b","impliedFormat":1},{"version":"be19e5bce1b45d5c0ef87d46c3a95a991a3cd8b6c7cb4d756791756e69cc3568","impliedFormat":1},{"version":"e9634e0306920990ddca8f667e3cb624597ea7a4cd25d557a599c0e175419879","impliedFormat":1},{"version":"d4866c666180e89bdc142940cb2986a8fa9f3d2a363cc757bb61cef698b6e976","impliedFormat":1},{"version":"e73799489c16d7281d0466925ba620e9f804bb78400e0dbe04997b98407b1ab5","impliedFormat":1},{"version":"cb279466d8f2d95f3ee0a24637506b18d18d9b1cb869b4dbb534b7597b06daec","impliedFormat":1},{"version":"b33057a3c7ea75948a207a5b784726118ec60f882eeb875bd64e932b4cd41041","impliedFormat":1},{"version":"b773bcdaeda86c0f58910cecd6c77a0bd60be763127c42cad5a64fe66799b1f6","impliedFormat":1},{"version":"9e2e0b4711f1efef5c3c488616334ba2e5b911648a8784fd77fc8beb1e5047c9","impliedFormat":1},{"version":"ca1c4f7d0c786d90ab15a363d59d0e18269b393191ed7b2841547c0e187a8d35","impliedFormat":1},{"version":"0494f89b64c5e8906ce5284194e09bad42b56837757d79cb9e62ce16aae88ab4","impliedFormat":1},{"version":"28f1497962f8853339b46d766384abe7a907900998f551cf43cd793cdcb98e3d","impliedFormat":1},{"version":"e4cce0b510957aab4b12a0dc21a3b4857b8f8a85bbded2b8b81f836ca3c83dbc","impliedFormat":1},{"version":"79a0953f85a27dcaab70dd0e3791a3564631dfd5d85c637513027747c6844357","impliedFormat":1},{"version":"678c7436b7aa03dad934a96850ea395c018637013aa0b52a65898f502b4d6e2a","impliedFormat":1},{"version":"1c18a09d1deaf0e9906100ab54592f256f87fc94c67cce61bfc1c2ea44ac3d13","impliedFormat":1},{"version":"8a4470294a22dd13943cf7b946548fc302b79a10c618abae42a1bd6b2836df2d","impliedFormat":1},{"version":"705d13f5465b5b93d6a5aa8b201a4c82c65a526f881cecb45739aa463da3ab58","signature":"f86e410f81f00b86224f9916138592d6dbd0ce4b98f8fa417facd5f818c40705"},{"version":"5c0872ca34a1432b3688249476703ce816e40ed6ed827fa4193f86ab1d396cf9","signature":"af6d21d92269d49c551e39dc45d062974041a4851247befef025f0d45da4ed1e"},{"version":"784d92a28d17060cd7093ea536b4e0d7acd0a47749d465d169ffb13dfc4264a6","signature":"6b22978a606c536227fc52462836d6e1ba5648daa64545c0c18e5977e8b7bd1a"},{"version":"e1a3a2e4259309f6b4835d62a52e6f668e85479d8acfcc15cc28e7ee1996ff05","signature":"dba0692b04b0147245797f0869263c38727142cd791fec25a9926a8d97f075b7"},{"version":"7d799c78af99a3db36ca38bcc65bc58a376caee1e18b9c0d35b3c7afb4da2dd0","signature":"482545b55e4ae9c38b5e17dc4a98f015f824dcc3ae73b48cd94a6c53552b7ea0"},{"version":"573485d98fb32393c874727a4908c2661475ab945aec72aa65cd538d9f153b82","signature":"ab7195a2cb135fdd7b46d5f01d5fabddf52662da2dd03b510c8f155b815d13a5"},{"version":"a9a6a24c09029aa7dd921d2adf0dd4687211702c288f38672d78a4391dc16a2d","signature":"ff8551809b86fd29dc689ec1abf888528c65e2e850f4f9a5097c777b1a214104"},{"version":"5bfe5bbb453a8be612f07e09aa11a21c9c8088fb097cf939972aee58e67de889","signature":"42d57cc803b281ab8025836fa97fb08925c509c1241c53c86eb80f0a1178af9d"},{"version":"1ad66bc393e8fb7af87b182156e7d151814e802ff57dd897d6a94bfc90bb9a3d","signature":"27561defa78b99a1fd428ec4701dcde6a1a962ba74479ba92d59ed61ac4deb60"},{"version":"2ca318d2ff80f1ddd17aa8756733e3b6bd63d75cdd63cadebffd0c44dae01e13","signature":"48310e015d144deb9d46314d2ba054e4cf9d1374e2856b62c21721c85f8e1b4c"},{"version":"5429f68d31ab5403f6188580394023a51be70d29ee21507f4e6e95757c6c11b4","signature":"5355aaeb58fa9f38097de1150a69f984b49c807359f44fb9f15c701874566db1"},"da6e86a68f911e31421245f43e6d4640dca4ed1aeb8a9f799c6b9273cbc0bf0a","f36410f70e8785bd64066d26f6056eb97fb33dcf501221634f5734468c125778",{"version":"151ff381ef9ff8da2da9b9663ebf657eac35c4c9a19183420c05728f31a6761d","impliedFormat":1},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},{"version":"e72bcd16c134dae5a840b1d5d0e8b87e1d07fbbff01d66e9a7b913da3cd39b8e","impliedFormat":1},{"version":"ce6a3f09b8db73a7e9701aca91a04b4fabaf77436dd35b24482f9ee816016b17","impliedFormat":1},{"version":"20e086e5b64fdd52396de67761cc0e94693494deadb731264aac122adf08de3f","impliedFormat":1},{"version":"6e78f75403b3ec65efb41c70d392aeda94360f11cedc9fb2c039c9ea23b30962","impliedFormat":1},{"version":"c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","impliedFormat":1},{"version":"8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","impliedFormat":1},{"version":"42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","impliedFormat":1},{"version":"ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","impliedFormat":1},{"version":"83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","impliedFormat":1},{"version":"1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","impliedFormat":1},{"version":"0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","impliedFormat":1},{"version":"cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","impliedFormat":1},{"version":"c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","impliedFormat":1},{"version":"eefd2bbc8edb14c3bd1246794e5c070a80f9b8f3730bd42efb80df3cc50b9039","impliedFormat":1},{"version":"0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","impliedFormat":1},{"version":"7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","impliedFormat":1},{"version":"bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","impliedFormat":1},{"version":"52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","impliedFormat":1},{"version":"770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","impliedFormat":1},{"version":"d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","impliedFormat":1},{"version":"799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","impliedFormat":1},{"version":"2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","impliedFormat":1},{"version":"9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","impliedFormat":1},{"version":"397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","impliedFormat":1},{"version":"a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","impliedFormat":1},{"version":"a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","impliedFormat":1},{"version":"c2576a4083232b0e2d9bd06875dd43d371dee2e090325a9eac0133fd5650c1cb","impliedFormat":1},{"version":"4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","impliedFormat":1},{"version":"f40ac11d8859092d20f953aae14ba967282c3bb056431a37fced1866ec7a2681","impliedFormat":1},{"version":"cc11e9e79d4746cc59e0e17473a59d6f104692fd0eeea1bdb2e206eabed83b03","impliedFormat":1},{"version":"b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","impliedFormat":1},{"version":"c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","impliedFormat":1},{"version":"14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","impliedFormat":1},{"version":"a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","impliedFormat":1},{"version":"f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","impliedFormat":1},{"version":"3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","impliedFormat":1},{"version":"662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","impliedFormat":1},{"version":"c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","impliedFormat":1},{"version":"2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","impliedFormat":1},{"version":"34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","impliedFormat":1},{"version":"a56fe175741cc8841835eb72e61fa5a34adcbc249ede0e3494c229f0750f6b85","impliedFormat":1}],"root":[[132,144]],"options":{"declaration":true,"esModuleInterop":true,"module":1,"noImplicitAny":true,"noImplicitReturns":true,"noUnusedLocals":true,"outDir":"./","preserveConstEnums":true,"removeComments":true,"skipLibCheck":true,"sourceMap":true,"strict":true,"strictNullChecks":true,"target":6,"useUnknownInCatchVariables":false},"referencedMap":[[132,1],[53,2],[54,3],[172,4],[173,5],[149,6],[152,7],[170,4],[171,4],[161,4],[160,8],[158,4],[153,4],[166,4],[164,4],[168,4],[148,4],[165,4],[169,4],[154,4],[155,4],[167,4],[150,4],[156,4],[157,4],[159,4],[163,4],[174,9],[162,4],[151,4],[187,10],[181,9],[183,11],[182,9],[175,9],[176,9],[178,9],[180,9],[184,11],[185,11],[177,11],[179,11],[88,12],[89,12],[90,12],[91,12],[93,13],[92,12],[94,12],[59,14],[62,15],[55,16],[56,17],[57,17],[58,17],[72,18],[75,16],[61,19],[74,20],[60,19],[77,21],[63,22],[64,23],[66,19],[71,24],[73,14],[68,25],[67,26],[65,27],[69,25],[70,15],[80,28],[123,29],[124,30],[112,31],[121,12],[131,32],[83,33],[84,12],[96,12],[115,1],[126,29],[85,28],[127,14],[128,12],[114,12],[86,12],[87,12],[113,12],[120,12],[118,12],[119,12],[117,12],[116,34],[81,35],[111,36],[102,37],[109,38],[103,39],[106,40],[110,41],[101,42],[108,43],[100,44],[142,45],[134,1],[133,1],[135,46],[139,1],[140,1],[141,47],[138,48],[136,1],[137,1]],"version":"5.9.2"}
package/package.json ADDED
@@ -0,0 +1,53 @@
1
+ {
2
+ "name": "n8n-nodes-reka",
3
+ "version": "0.4.2",
4
+ "description": "Implement nodes for n8n to interact with Reka APIs",
5
+ "license": "MIT",
6
+ "homepage": "https://reka.ai",
7
+ "keywords": [
8
+ "n8n-community-node-package"
9
+ ],
10
+ "author": {
11
+ "name": "Frank Boucher",
12
+ "email": "frank@reka.ai"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/reka-ai/n8n-nodes-reka.git"
17
+ },
18
+ "scripts": {
19
+ "build": "n8n-node build",
20
+ "build:watch": "tsc --watch",
21
+ "dev": "n8n-node dev",
22
+ "lint": "n8n-node lint",
23
+ "lint:fix": "n8n-node lint --fix",
24
+ "release": "n8n-node release",
25
+ "prepublishOnly": "n8n-node prerelease"
26
+ },
27
+ "files": [
28
+ "dist"
29
+ ],
30
+ "n8n": {
31
+ "n8nNodesApiVersion": 1,
32
+ "strict": true,
33
+ "credentials": [
34
+ "dist/credentials/RekaApi.credentials.js"
35
+ ],
36
+ "nodes": [
37
+ "dist/nodes/Reka/Vision/RekaVision.node.js"
38
+ ]
39
+ },
40
+ "devDependencies": {
41
+ "@n8n/node-cli": "*",
42
+ "eslint": "9.32.0",
43
+ "prettier": "3.6.2",
44
+ "release-it": "^19.0.4",
45
+ "typescript": "5.9.2"
46
+ },
47
+ "peerDependencies": {
48
+ "n8n-workflow": "*"
49
+ },
50
+ "publishConfig": {
51
+ "access": "public"
52
+ }
53
+ }