n8n-nodes-zenlayer 0.1.4

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 ADDED
@@ -0,0 +1,3 @@
1
+ # n8n-nodes-zenlayer
2
+
3
+ This is an n8n community node, which provides integration with Zenlayer services.
@@ -0,0 +1,10 @@
1
+ import type { IAuthenticateGeneric, Icon, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class ZenlayerApi implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ documentationUrl: string;
6
+ icon: Icon;
7
+ properties: INodeProperties[];
8
+ authenticate: IAuthenticateGeneric;
9
+ test: ICredentialTestRequest;
10
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ZenlayerApi = void 0;
4
+ class ZenlayerApi {
5
+ constructor() {
6
+ this.name = 'zenlayerApi';
7
+ this.displayName = 'Zenlayer API';
8
+ this.documentationUrl = 'https://www.zenlayer.com/';
9
+ this.icon = 'file:../icons/zenlayer.svg';
10
+ this.properties = [
11
+ {
12
+ displayName: 'API Key',
13
+ name: 'apiKey',
14
+ type: 'string',
15
+ typeOptions: { password: true },
16
+ required: true,
17
+ default: '',
18
+ },
19
+ {
20
+ displayName: 'Base URL',
21
+ name: 'url',
22
+ type: 'string',
23
+ required: true,
24
+ default: 'https://gateway.theturbo.ai/v1',
25
+ },
26
+ ];
27
+ this.authenticate = {
28
+ type: 'generic',
29
+ properties: {
30
+ headers: {
31
+ Authorization: '=Bearer {{$credentials.apiKey}}',
32
+ },
33
+ },
34
+ };
35
+ this.test = {
36
+ request: {
37
+ baseURL: '={{ $credentials.url }}',
38
+ url: '/key',
39
+ },
40
+ };
41
+ }
42
+ }
43
+ exports.ZenlayerApi = ZenlayerApi;
44
+ //# sourceMappingURL=ZenlayerApi.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ZenlayerApi.credentials.js","sourceRoot":"","sources":["../../credentials/ZenlayerApi.credentials.ts"],"names":[],"mappings":";;;AAWA,MAAa,WAAW;IAAxB;QACC,SAAI,GAAG,aAAa,CAAC;QACrB,gBAAW,GAAG,cAAc,CAAC;QAC7B,qBAAgB,GAAG,2BAA2B,CAAC;QAC/C,SAAI,GAAS,4BAA4B,CAAC;QAE1C,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,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,gCAAgC;aACzC;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,iCAAiC;iBAChD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,yBAAyB;gBAClC,GAAG,EAAE,MAAM;aACX;SACD,CAAC;IACH,CAAC;CAAA;AAvCD,kCAuCC"}
@@ -0,0 +1,3 @@
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.0165 0C8.94791 0 0 9.01388 0 20.1653C0 29.0792 5.73324 36.6246 13.6868 39.2952C14.6812 39.496 15.0454 38.8613 15.0454 38.3274C15.0454 37.8599 15.0126 36.2575 15.0126 34.5879C9.4445 35.79 8.28498 32.1841 8.28498 32.1841C7.39015 29.847 6.06429 29.2463 6.06429 29.2463C4.24185 28.011 6.19704 28.011 6.19704 28.011C8.21861 28.1446 9.27938 30.081 9.27938 30.081C11.0686 33.1522 13.9518 32.2844 15.1118 31.7502C15.2773 30.4481 15.8079 29.5467 16.3713 29.046C11.9303 28.5785 7.25781 26.8425 7.25781 19.0967C7.25781 16.8932 8.05267 15.0905 9.31216 13.6884C9.11344 13.1877 8.41732 11.1174 9.51128 8.34644C9.51128 8.34644 11.2014 7.81217 15.0122 10.4164C16.6438 9.97495 18.3263 9.7504 20.0165 9.74851C21.7067 9.74851 23.4295 9.98246 25.0205 10.4164C28.8317 7.81217 30.5218 8.34644 30.5218 8.34644C31.6158 11.1174 30.9192 13.1877 30.7205 13.6884C32.0132 15.0905 32.7753 16.8932 32.7753 19.0967C32.7753 26.8425 28.1028 28.5449 23.6287 29.046C24.358 29.6802 24.9873 30.882 24.9873 32.7851C24.9873 35.4893 24.9545 37.6596 24.9545 38.327C24.9545 38.8613 25.3192 39.496 26.3132 39.2956C34.2667 36.6242 39.9999 29.0792 39.9999 20.1653C40.0327 9.01388 31.052 0 20.0165 0Z" fill="white"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.0165 0C8.94791 0 0 9.01388 0 20.1653C0 29.0792 5.73324 36.6246 13.6868 39.2952C14.6812 39.496 15.0454 38.8613 15.0454 38.3274C15.0454 37.8599 15.0126 36.2575 15.0126 34.5879C9.4445 35.79 8.28498 32.1841 8.28498 32.1841C7.39015 29.847 6.06429 29.2463 6.06429 29.2463C4.24185 28.011 6.19704 28.011 6.19704 28.011C8.21861 28.1446 9.27938 30.081 9.27938 30.081C11.0686 33.1522 13.9518 32.2844 15.1118 31.7502C15.2773 30.4481 15.8079 29.5467 16.3713 29.046C11.9303 28.5785 7.25781 26.8425 7.25781 19.0967C7.25781 16.8932 8.05267 15.0905 9.31216 13.6884C9.11344 13.1877 8.41732 11.1174 9.51128 8.34644C9.51128 8.34644 11.2014 7.81217 15.0122 10.4164C16.6438 9.97495 18.3263 9.7504 20.0165 9.74851C21.7067 9.74851 23.4295 9.98246 25.0205 10.4164C28.8317 7.81217 30.5218 8.34644 30.5218 8.34644C31.6158 11.1174 30.9192 13.1877 30.7205 13.6884C32.0132 15.0905 32.7753 16.8932 32.7753 19.0967C32.7753 26.8425 28.1028 28.5449 23.6287 29.046C24.358 29.6802 24.9873 30.882 24.9873 32.7851C24.9873 35.4893 24.9545 37.6596 24.9545 38.327C24.9545 38.8613 25.3192 39.496 26.3132 39.2956C34.2667 36.6242 39.9999 29.0792 39.9999 20.1653C40.0327 9.01388 31.052 0 20.0165 0Z" fill="#24292F"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="&#x56FE;&#x5C42;_1" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"><style type="text/css"> .st0{fill:url(#SVGID_1_);} .st1{fill:url(#SVGID_2_);} .st2{fill:url(#SVGID_3_);}</style><title>Icon-Blue</title><g> <g id="&#x56FE;&#x5C42;_1-2"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1.67" y1="19.9122" x2="28.86" y2="8.9822" gradientTransform="matrix(1 0 0 -1 0 32)"> <stop offset="0" style="stop-color:#1DBFFF"></stop> <stop offset="1" style="stop-color:#1EA0F3"></stop> </linearGradient> <path class="st0" d="M19.3,3.9c-1-0.4-2.1-0.7-3.3-0.7h-0.4h-0.2C9.8,3.2,5.2,7.8,5.2,13.4c0,1.2,0.2,2.5,0.7,3.6 c0-0.2,0-0.3,0-0.5c0-5.2,4.2-9.4,9.4-9.4s9.4,4.2,9.4,9.4c0,0.5,0,1.1-0.1,1.6c0,0.3-0.1,0.6-0.2,0.9c-0.3,1-0.7,2-1.3,2.9 c-3.6,5.8-11.3,7.6-17.1,4c-3.7-2.2-5.9-6.1-6-10.4v0.4c0,8.8,7.2,16,16,16c2,0,3.9-0.4,5.8-1.1c7.1-4,9.6-13,5.6-20.1 C25.6,7.5,22.7,5.1,19.3,3.9z"></path> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="1.0254" y1="21.1328" x2="23.9885" y2="12.3155" gradientTransform="matrix(1 0 0 -1 0 32)"> <stop offset="0" style="stop-color:#2BCDFD"></stop> <stop offset="1" style="stop-color:#87E6FF"></stop> </linearGradient> <path class="st1" d="M15.3,25.9c-5,0-9.1-3.9-9.4-8.9c-0.4-1.1-0.7-2.4-0.7-3.6c0-5.6,4.6-10.2,10.2-10.2l0,0h0.2H16h-0.5 c-0.4,0-0.8,0-1.2,0c-6.4,0-11.6,3.6-13.9,9.2c0,0-0.1,0.2-0.1,0.4C0.1,13.6,0,14.4,0,15.2v0.3c0.1,6.9,5.8,12.4,12.7,12.3 c4.3-0.1,8.2-2.3,10.4-5.9C21.4,24.4,18.3,25.9,15.3,25.9z"></path> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.8733" y1="27.2293" x2="32.0433" y2="9.2493" gradientTransform="matrix(1 0 0 -1 0 32)"> <stop offset="0" style="stop-color:#32B4F8"></stop> <stop offset="1" style="stop-color:#1073D8"></stop> </linearGradient> <path class="st2" d="M16,0C9.3,0,3.3,4.1,1,10.4c-0.3,0.8-0.6,1.6-0.7,2.4c0-0.1,0.1-0.4,0.1-0.4c2.3-5.6,7.8-9.3,13.9-9.2 c0.4,0,0.8,0,1.2,0H16c1.1,0.1,2.2,0.3,3.2,0.7c7.7,2.6,11.9,11,9.3,18.7c-1.2,3.4-3.6,6.3-6.7,8.1C30,27.5,33.9,18.2,30.6,10 C28.2,4,22.4,0.1,16,0z"></path> </g></g></svg>
@@ -0,0 +1,140 @@
1
+ export type ImageInputContent = {
2
+ type: string;
3
+ text: string;
4
+ } | {
5
+ type: string;
6
+ image_url: string | {
7
+ url: string;
8
+ };
9
+ };
10
+ export type ImageInputMessage = {
11
+ role: string;
12
+ content: ImageInputContent[];
13
+ };
14
+ export interface ResponseTextInputMessage {
15
+ type: string;
16
+ role: string;
17
+ content: string;
18
+ }
19
+ export interface ResponseTextFunctionCall {
20
+ type: 'function_call';
21
+ name: string;
22
+ arguments: string;
23
+ call_id: string;
24
+ }
25
+ export interface ResponseTextFunctionCallOutPut {
26
+ type: 'function_call_output';
27
+ call_id: string;
28
+ output: string;
29
+ }
30
+ export interface ChatTextMessage {
31
+ role: string;
32
+ content: string;
33
+ }
34
+ export interface ChatMessageToolCall {
35
+ role: string;
36
+ tool_calls: object;
37
+ }
38
+ export interface ChatMessageToolCallOutput {
39
+ role: string;
40
+ tool_call_id: string;
41
+ content: string;
42
+ }
43
+ type ToolsRequest = {
44
+ type: string | 'function';
45
+ function: {
46
+ name: string;
47
+ description: string;
48
+ parameters: object;
49
+ };
50
+ } | {
51
+ type: string | 'function';
52
+ name: string;
53
+ description: string;
54
+ parameters: object;
55
+ };
56
+ export interface ZenOptions {
57
+ background?: boolean;
58
+ maxRetries?: number;
59
+ maxTokens?: number;
60
+ responseFormat?: string;
61
+ temperature?: number;
62
+ timeout?: number;
63
+ topP?: number;
64
+ parallelToolCalls?: boolean;
65
+ store?: boolean;
66
+ toolChoice?: string;
67
+ }
68
+ export interface TextResourceRequest {
69
+ model: string;
70
+ messages?: Array<ChatTextMessage | ChatMessageToolCall | ChatMessageToolCallOutput>;
71
+ input?: Array<ResponseTextInputMessage | ResponseTextFunctionCall | ResponseTextFunctionCallOutPut>;
72
+ max_tokens?: number;
73
+ temperature?: number;
74
+ top_p?: number;
75
+ response_format?: {
76
+ type: string;
77
+ };
78
+ tools?: Array<ToolsRequest>;
79
+ tool_choice?: string;
80
+ parallel_tool_calls?: boolean;
81
+ store?: boolean;
82
+ background?: boolean;
83
+ }
84
+ export interface ImageResourceRequest {
85
+ model: string;
86
+ input?: ImageInputMessage[];
87
+ messages?: ImageInputMessage[];
88
+ }
89
+ export type IResourceRequest = TextResourceRequest | ImageResourceRequest;
90
+ export interface IToolCall {
91
+ type: string | 'function';
92
+ id: string;
93
+ function: {
94
+ name: string;
95
+ arguments: string;
96
+ };
97
+ }
98
+ export type TextResponseOutput = {
99
+ id: string;
100
+ type: string;
101
+ summary: object;
102
+ } | {
103
+ id: string;
104
+ type: string;
105
+ status: string;
106
+ content: object;
107
+ role: string;
108
+ } | {
109
+ id: string;
110
+ type: string;
111
+ name: string;
112
+ arguments: string;
113
+ call_id: string;
114
+ status: string;
115
+ };
116
+ export interface TextResponseData {
117
+ id: string;
118
+ object: string;
119
+ created_at: number;
120
+ model: string;
121
+ output: TextResponseOutput[];
122
+ }
123
+ export type ChatResponseChoice = {
124
+ index: number;
125
+ message: {
126
+ role: string;
127
+ content?: string;
128
+ tool_calls?: IToolCall[];
129
+ };
130
+ finish_reason: string;
131
+ };
132
+ export interface TextChatRespData {
133
+ id: string;
134
+ object: string;
135
+ created: number;
136
+ model: string;
137
+ choices: ChatResponseChoice[];
138
+ }
139
+ export type TextResponse = TextResponseData | TextChatRespData;
140
+ export {};
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Zenlayer.constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Zenlayer.constants.js","sourceRoot":"","sources":["../../../nodes/Zenlayer/Zenlayer.constants.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ import { IExecuteFunctions } from 'n8n-workflow';
2
+ import { IResourceRequest } from './Zenlayer.constants';
3
+ export declare function handleImageResource(context: IExecuteFunctions, i: number, model: string, mode: string): Promise<IResourceRequest>;
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.handleImageResource = handleImageResource;
4
+ const n8n_workflow_1 = require("n8n-workflow");
5
+ async function handleImageResource(context, i, model, mode) {
6
+ const operation = context.getNodeParameter('zenOperation', i, 'analyze');
7
+ if (operation === 'analyze') {
8
+ const imagePrompt = context.getNodeParameter('imagePrompt', i);
9
+ const imageUrl = context.getNodeParameter('imageUrls', i);
10
+ const input = [{
11
+ role: 'user',
12
+ content: [{ type: mode === 'chat' ? 'text' : 'input_text', text: imagePrompt }],
13
+ }];
14
+ const urls = imageUrl.split(',').map((u) => u.trim()).filter(Boolean);
15
+ for (const url of urls) {
16
+ const inputImage = {
17
+ type: mode === 'chat' ? 'image_url' : 'input_image',
18
+ image_url: mode === 'chat' ? {
19
+ url: url,
20
+ } : url
21
+ };
22
+ input[0].content.push(inputImage);
23
+ }
24
+ if (mode === 'chat') {
25
+ return {
26
+ model,
27
+ messages: input,
28
+ };
29
+ }
30
+ else {
31
+ return {
32
+ model,
33
+ input: input,
34
+ };
35
+ }
36
+ }
37
+ throw new n8n_workflow_1.NodeOperationError(context.getNode(), 'Unsupported image operation.');
38
+ }
39
+ //# sourceMappingURL=Zenlayer.image.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Zenlayer.image.js","sourceRoot":"","sources":["../../../nodes/Zenlayer/Zenlayer.image.ts"],"names":[],"mappings":";;AAGA,kDAyCC;AA5CD,+CAAqE;AAG9D,KAAK,UAAU,mBAAmB,CACrC,OAA0B,EAC1B,CAAS,EACT,KAAa,EAChB,IAAY;IAET,MAAM,SAAS,GAAG,OAAO,CAAC,gBAAgB,CAAC,cAAc,EAAE,CAAC,EAAE,SAAS,CAAW,CAAC;IACnF,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;QAC1B,MAAM,WAAW,GAAG,OAAO,CAAC,gBAAgB,CAAC,aAAa,EAAE,CAAC,CAAW,CAAC;QACzE,MAAM,QAAQ,GAAG,OAAO,CAAC,gBAAgB,CAAC,WAAW,EAAE,CAAC,CAAW,CAAC;QAEpE,MAAM,KAAK,GACjB,CAAC;gBACA,IAAI,EAAE,MAAM;gBACZ,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,YAAY,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;aAC/E,CAAC,CAAC;QAEG,MAAM,IAAI,GAAG,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QACtE,KAAK,MAAM,GAAG,IAAI,IAAI,EAAE,CAAC;YAC9B,MAAM,UAAU,GAAG;gBAClB,IAAI,EAAE,IAAI,KAAK,MAAM,CAAC,CAAC,CAAA,WAAW,CAAC,CAAC,CAAC,aAAa;gBAClD,SAAS,EAAE,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC;oBAC5B,GAAG,EAAE,GAAG;iBACR,CAAC,CAAC,CAAC,GAAG;aACP,CAAC;YACF,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC7B,CAAC;QAED,IAAI,IAAI,KAAK,MAAM,EAAE,CAAC;YAC3B,OAAO;gBACN,KAAK;gBACL,QAAQ,EAAE,KAAK;aACf,CAAC;QACH,CAAC;aAAK,CAAC;YACN,OAAO;gBACN,KAAK;gBACL,KAAK,EAAE,KAAK;aACZ,CAAC;QACH,CAAC;IACC,CAAC;IACD,MAAM,IAAI,iCAAkB,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,8BAA8B,CAAC,CAAC;AACpF,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
2
+ export declare class Zenlayer implements INodeType {
3
+ description: INodeTypeDescription;
4
+ execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
5
+ }
@@ -0,0 +1,488 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Zenlayer = void 0;
4
+ const n8n_workflow_1 = require("n8n-workflow");
5
+ const Zenlayer_image_1 = require("./Zenlayer.image");
6
+ const Zenlayer_text_1 = require("./Zenlayer.text");
7
+ class Zenlayer {
8
+ constructor() {
9
+ this.description = {
10
+ displayName: 'Zenlayer',
11
+ name: 'zenlayer',
12
+ icon: 'file:../../icons/zenlayer.svg',
13
+ group: ['transform'],
14
+ version: [1],
15
+ description: 'Consume Zenlayer AI Gateway APIs',
16
+ subtitle: '={{$parameter["resource"] === "text" ? "Message a Model" : "Analyze Image"}}',
17
+ defaults: {
18
+ name: 'Zenlayer',
19
+ },
20
+ usableAsTool: true,
21
+ codex: {
22
+ categories: ['AI'],
23
+ resources: {
24
+ primaryDocumentation: [
25
+ {
26
+ url: 'https://docs.n8n.io',
27
+ },
28
+ ],
29
+ },
30
+ },
31
+ inputs: ['main', 'ai_tool'],
32
+ inputNames: ['', 'Tools'],
33
+ outputs: ['main'],
34
+ credentials: [
35
+ {
36
+ name: 'zenlayerApi',
37
+ required: true,
38
+ },
39
+ ],
40
+ requestDefaults: {
41
+ baseURL: '={{ $credentials.url }}',
42
+ },
43
+ properties: [
44
+ {
45
+ displayName: 'Resource',
46
+ name: 'resource',
47
+ type: 'options',
48
+ default: 'text',
49
+ noDataExpression: true,
50
+ options: [
51
+ { name: 'Text', value: 'text' },
52
+ { name: 'Image', value: 'image' },
53
+ ],
54
+ description: 'Choose the resource to use',
55
+ },
56
+ {
57
+ displayName: 'Operation',
58
+ name: 'zenOperation',
59
+ type: 'options',
60
+ default: 'messageModel',
61
+ noDataExpression: true,
62
+ options: [
63
+ {
64
+ name: 'Message a Model',
65
+ value: 'messageModel',
66
+ action: 'Message a model',
67
+ description: 'Send messages to a language model and receive responses',
68
+ },
69
+ ],
70
+ displayOptions: {
71
+ show: { '/resource': ['text'] },
72
+ },
73
+ },
74
+ {
75
+ displayName: 'Operation',
76
+ name: 'zenOperation',
77
+ type: 'options',
78
+ default: 'analyze',
79
+ noDataExpression: true,
80
+ options: [
81
+ {
82
+ name: 'Analyze Image',
83
+ value: 'analyze',
84
+ action: 'Analyze image',
85
+ description: 'Analyze images and get descriptions or insights'
86
+ },
87
+ ],
88
+ displayOptions: {
89
+ show: { '/resource': ['image'] },
90
+ },
91
+ },
92
+ {
93
+ displayName: 'Model',
94
+ name: 'model',
95
+ type: 'options',
96
+ default: '',
97
+ description: 'Select a model provided by your Zenlayer AI Gateway',
98
+ typeOptions: {
99
+ loadOptions: {
100
+ routing: {
101
+ request: {
102
+ method: 'GET',
103
+ url: '/models',
104
+ },
105
+ output: {
106
+ postReceive: [
107
+ {
108
+ type: 'rootProperty',
109
+ properties: {
110
+ property: 'data',
111
+ },
112
+ },
113
+ {
114
+ type: 'setKeyValue',
115
+ properties: {
116
+ name: '={{$responseItem.id}}',
117
+ value: '={{$responseItem.id}}',
118
+ },
119
+ },
120
+ { type: 'sort', properties: { key: 'name' } },
121
+ ],
122
+ },
123
+ },
124
+ },
125
+ },
126
+ displayOptions: {
127
+ hide: {
128
+ '/descriptionType': ['auto', 'manual'],
129
+ },
130
+ },
131
+ },
132
+ {
133
+ displayName: 'Model',
134
+ name: 'model',
135
+ type: 'options',
136
+ default: 'gpt-5',
137
+ options: [
138
+ { name: 'gpt-5', value: 'gpt-5' },
139
+ { name: 'gpt-4o', value: 'gpt-4o' },
140
+ ],
141
+ description: 'Select a model provided by your Zenlayer AI Gateway',
142
+ displayOptions: {
143
+ show: {
144
+ '/descriptionType': ['auto', 'manual'],
145
+ },
146
+ },
147
+ },
148
+ {
149
+ displayName: 'Request Mode',
150
+ name: 'requestMode',
151
+ type: 'options',
152
+ default: 'chat',
153
+ options: [
154
+ { name: 'Chat Completions', value: 'chat' },
155
+ { name: 'Responses API', value: 'responses' },
156
+ ],
157
+ description: 'Choose which Zenlayer endpoint to call',
158
+ },
159
+ {
160
+ displayName: 'Prompt',
161
+ name: 'prompt',
162
+ type: 'fixedCollection',
163
+ typeOptions: {
164
+ sortable: true,
165
+ multipleValues: true,
166
+ },
167
+ placeholder: 'Add Messages',
168
+ default: {},
169
+ options: [
170
+ {
171
+ displayName: 'Messages',
172
+ name: 'messages',
173
+ values: [
174
+ {
175
+ displayName: 'Role',
176
+ name: 'role',
177
+ type: 'options',
178
+ options: [
179
+ {
180
+ name: 'Assistant',
181
+ value: 'assistant',
182
+ },
183
+ {
184
+ name: 'System',
185
+ value: 'system',
186
+ },
187
+ {
188
+ name: 'User',
189
+ value: 'user',
190
+ },
191
+ ],
192
+ default: 'user',
193
+ },
194
+ {
195
+ displayName: 'Content',
196
+ name: 'content',
197
+ type: 'string',
198
+ default: '',
199
+ },
200
+ ],
201
+ },
202
+ ],
203
+ routing: {
204
+ send: {
205
+ type: 'body',
206
+ property: 'messages',
207
+ value: '={{ $value.messages }}',
208
+ },
209
+ },
210
+ displayOptions: {
211
+ show: {
212
+ '/resource': ['text'],
213
+ },
214
+ },
215
+ },
216
+ {
217
+ displayName: 'Text Input',
218
+ name: 'imagePrompt',
219
+ type: 'string',
220
+ typeOptions: {
221
+ rows: 4,
222
+ },
223
+ default: "What's in this image?",
224
+ displayOptions: {
225
+ show: {
226
+ '/resource': ['image'],
227
+ },
228
+ },
229
+ },
230
+ {
231
+ displayName: 'URL(s)',
232
+ name: 'imageUrls',
233
+ type: 'string',
234
+ default: '',
235
+ placeholder: 'e.g. https://example.com/image.jpeg',
236
+ displayOptions: {
237
+ show: {
238
+ '/resource': ['image'],
239
+ },
240
+ },
241
+ },
242
+ {
243
+ displayName: 'Options',
244
+ name: 'options',
245
+ type: 'collection',
246
+ default: {},
247
+ options: [
248
+ {
249
+ displayName: 'Background',
250
+ name: 'background',
251
+ type: 'boolean',
252
+ default: false,
253
+ description: 'Whether Run request in background (Responses API only)',
254
+ displayOptions: {
255
+ show: {
256
+ '/requestMode': ['responses'],
257
+ },
258
+ },
259
+ },
260
+ {
261
+ displayName: 'Max Retries',
262
+ name: 'maxRetries',
263
+ type: 'number',
264
+ default: 2,
265
+ },
266
+ {
267
+ displayName: 'Max Tokens',
268
+ name: 'maxTokens',
269
+ type: 'number',
270
+ default: -1,
271
+ },
272
+ {
273
+ displayName: 'Parallel Tool Calls',
274
+ name: 'parallelToolCalls',
275
+ type: 'boolean',
276
+ default: true,
277
+ description: 'Whether Enable parallel tool calls (only for Responses API)',
278
+ displayOptions: {
279
+ show: {
280
+ '/requestMode': ['responses'],
281
+ },
282
+ },
283
+ },
284
+ {
285
+ displayName: 'Response Format',
286
+ name: 'responseFormat',
287
+ type: 'options',
288
+ default: 'text',
289
+ options: [
290
+ { name: 'Text', value: 'text' },
291
+ { name: 'JSON', value: 'json_object' },
292
+ ],
293
+ },
294
+ {
295
+ displayName: 'Store',
296
+ name: 'store',
297
+ type: 'boolean',
298
+ default: false,
299
+ description: 'Whether to store the response in the server (only for Responses API)',
300
+ displayOptions: {
301
+ show: {
302
+ '/requestMode': ['responses'],
303
+ },
304
+ },
305
+ },
306
+ {
307
+ displayName: 'Temperature',
308
+ name: 'temperature',
309
+ type: 'number',
310
+ default: 0.7,
311
+ typeOptions: { maxValue: 2, minValue: 0, numberPrecision: 1 },
312
+ },
313
+ {
314
+ displayName: 'Timeout',
315
+ name: 'timeout',
316
+ type: 'number',
317
+ default: 60000,
318
+ },
319
+ {
320
+ displayName: 'Tool Choice',
321
+ name: 'toolChoice',
322
+ type: 'options',
323
+ default: 'auto',
324
+ options: [
325
+ { name: 'Auto', value: 'auto' },
326
+ { name: 'None', value: 'none' },
327
+ ],
328
+ description: 'Preference for tool usage during inference',
329
+ displayOptions: {
330
+ show: {
331
+ '/resource': ['text'],
332
+ },
333
+ },
334
+ },
335
+ {
336
+ displayName: 'Top P',
337
+ name: 'topP',
338
+ type: 'number',
339
+ default: 1,
340
+ typeOptions: { maxValue: 1, minValue: 0, numberPrecision: 1 },
341
+ },
342
+ ],
343
+ },
344
+ ],
345
+ };
346
+ }
347
+ async execute() {
348
+ var _a, _b;
349
+ const items = this.getInputData();
350
+ const returnData = [];
351
+ for (let i = 0; i < items.length; i++) {
352
+ const requestMode = this.getNodeParameter('requestMode', i, 'chat');
353
+ const model = this.getNodeParameter('model', i);
354
+ const resource = this.getNodeParameter('resource', i);
355
+ const options = this.getNodeParameter('options', i, {});
356
+ const maxRetries = (_a = options.maxRetries) !== null && _a !== void 0 ? _a : 2;
357
+ const timeout = (_b = options.timeout) !== null && _b !== void 0 ? _b : 60000;
358
+ const body = resource === 'image'
359
+ ? await (0, Zenlayer_image_1.handleImageResource)(this, i, model, requestMode)
360
+ : await (0, Zenlayer_text_1.handleChatResource)(this, i, model, requestMode, options);
361
+ let responseData = await zenlayerRequest(this, {
362
+ method: 'POST',
363
+ url: requestMode === 'chat' ? '/chat/completions' : '/responses',
364
+ body,
365
+ timeout,
366
+ maxRetries,
367
+ });
368
+ this.logger.info(`responseData: ${JSON.stringify(responseData)}`);
369
+ if (resource === 'text') {
370
+ responseData = await handleToolLoop(this, requestMode, body, responseData, async (reqBody) => {
371
+ return await zenlayerRequest(this, {
372
+ method: 'POST',
373
+ url: requestMode === 'chat' ? '/chat/completions' : '/responses',
374
+ body: reqBody,
375
+ timeout,
376
+ maxRetries,
377
+ });
378
+ });
379
+ }
380
+ returnData.push({ json: responseData });
381
+ }
382
+ return this.prepareOutputData(returnData);
383
+ }
384
+ }
385
+ exports.Zenlayer = Zenlayer;
386
+ async function executeTool(context, toolCall) {
387
+ const tools = await context.getInputConnectionData(n8n_workflow_1.NodeConnectionTypes.AiTool, 0);
388
+ if (!tools || !Array.isArray(tools)) {
389
+ throw new n8n_workflow_1.NodeOperationError(context.getNode(), 'No tool inputs found');
390
+ }
391
+ const tool = tools.find((t) => t.name === toolCall.function.name);
392
+ if (!tool) {
393
+ throw new n8n_workflow_1.NodeOperationError(context.getNode(), `Tool "${toolCall.function.name}" not found`);
394
+ }
395
+ const args = JSON.parse(toolCall.function.arguments || '{}');
396
+ const result = await tool.invoke(args);
397
+ context.logger.info(`Executing tool: ${toolCall.function.name}`);
398
+ return {
399
+ callId: toolCall.id,
400
+ output: typeof result === 'string' ? result : JSON.stringify(result),
401
+ };
402
+ }
403
+ async function handleToolLoop(context, mode, request, response, callApi) {
404
+ var _a, _b, _c;
405
+ while (true) {
406
+ const calls = mode === 'chat'
407
+ ? (_b = (_a = response.choices[0].message) === null || _a === void 0 ? void 0 : _a.tool_calls) !== null && _b !== void 0 ? _b : []
408
+ : ((_c = response.output) !== null && _c !== void 0 ? _c : []).filter((o) => o.type === 'function_call');
409
+ if (calls.length === 0)
410
+ break;
411
+ if (mode === 'chat') {
412
+ if (Array.isArray(request.messages)) {
413
+ request.messages.push({
414
+ role: 'assistant',
415
+ tool_calls: calls,
416
+ });
417
+ }
418
+ for (const call of calls) {
419
+ const result = await executeTool(context, call);
420
+ if (Array.isArray(request.messages)) {
421
+ request.messages.push({
422
+ role: 'tool',
423
+ tool_call_id: result.callId,
424
+ content: result.output,
425
+ });
426
+ }
427
+ }
428
+ }
429
+ else {
430
+ const toolEvents = Array();
431
+ for (const call of calls) {
432
+ const result = await executeTool(context, {
433
+ id: call.id,
434
+ function: {
435
+ name: call.name,
436
+ arguments: call.arguments,
437
+ },
438
+ type: 'function',
439
+ });
440
+ toolEvents.push({
441
+ type: 'function_call',
442
+ name: call.name,
443
+ arguments: call.arguments,
444
+ call_id: call.id,
445
+ }, {
446
+ type: 'function_call_output',
447
+ call_id: result.callId,
448
+ output: result.output,
449
+ });
450
+ }
451
+ if (Array.isArray(request.input)) {
452
+ request.input = request.input.concat(toolEvents);
453
+ }
454
+ }
455
+ response = await callApi(request);
456
+ }
457
+ return response;
458
+ }
459
+ async function zenlayerRequest(context, params) {
460
+ const credentials = await context.getCredentials('zenlayerApi');
461
+ const baseURL = credentials.url;
462
+ const apiKey = credentials.apiKey;
463
+ if (!baseURL || !apiKey) {
464
+ throw new n8n_workflow_1.NodeOperationError(context.getNode(), 'Zenlayer API credentials not configured properly.');
465
+ }
466
+ let attempt = 0;
467
+ while (true) {
468
+ try {
469
+ return await context.helpers.httpRequest({
470
+ method: params.method,
471
+ url: `${baseURL}${params.url}`,
472
+ headers: {
473
+ Authorization: `Bearer ${apiKey}`,
474
+ 'Content-Type': 'application/json',
475
+ },
476
+ body: params.body,
477
+ timeout: params.timeout,
478
+ json: true,
479
+ });
480
+ }
481
+ catch (error) {
482
+ if (attempt++ >= params.maxRetries) {
483
+ throw new n8n_workflow_1.NodeApiError(context.getNode(), error);
484
+ }
485
+ }
486
+ }
487
+ }
488
+ //# sourceMappingURL=Zenlayer.node.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Zenlayer.node.js","sourceRoot":"","sources":["../../../nodes/Zenlayer/Zenlayer.node.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import { IExecuteFunctions } from 'n8n-workflow';
2
+ import { IResourceRequest, ZenOptions } from './Zenlayer.constants';
3
+ export declare function handleChatResource(context: IExecuteFunctions, i: number, model: string, mode: string, options: ZenOptions): Promise<IResourceRequest>;
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.handleChatResource = handleChatResource;
4
+ const n8n_workflow_1 = require("n8n-workflow");
5
+ const zod_to_json_schema_1 = require("zod-to-json-schema");
6
+ async function buildTools(context) {
7
+ const tools = await context.getInputConnectionData(n8n_workflow_1.NodeConnectionTypes.AiTool, 0);
8
+ if (!tools || !Array.isArray(tools)) {
9
+ throw new n8n_workflow_1.NodeOperationError(context.getNode(), 'No tool inputs found');
10
+ }
11
+ return (tools !== null && tools !== void 0 ? tools : []).map((t) => {
12
+ var _a;
13
+ return ({
14
+ type: (_a = t.type) !== null && _a !== void 0 ? _a : 'function',
15
+ name: t.name,
16
+ description: t.description,
17
+ parameters: (0, zod_to_json_schema_1.zodToJsonSchema)(t.schema) || {},
18
+ });
19
+ });
20
+ }
21
+ async function handleChatResource(context, i, model, mode, options) {
22
+ var _a, _b, _c, _d, _e, _f, _g;
23
+ const inputTools = await buildTools(context);
24
+ const promptCollection = context.getNodeParameter('prompt', i, {});
25
+ if (mode === 'chat') {
26
+ return {
27
+ model,
28
+ messages: ((_a = promptCollection.messages) !== null && _a !== void 0 ? _a : []).map(msg => ({
29
+ role: msg.role,
30
+ content: msg.content,
31
+ })),
32
+ max_tokens: options.maxTokens === -1 ? undefined : options.maxTokens,
33
+ temperature: options.temperature,
34
+ top_p: options.topP,
35
+ response_format: options.responseFormat === 'json_object'
36
+ ? { type: 'json_object' }
37
+ : undefined,
38
+ tools: (inputTools !== null && inputTools !== void 0 ? inputTools : []).map((t) => {
39
+ var _a;
40
+ return ({
41
+ type: (_a = t.type) !== null && _a !== void 0 ? _a : 'function',
42
+ function: {
43
+ name: t.name,
44
+ description: t.description,
45
+ parameters: t.parameters,
46
+ },
47
+ });
48
+ }),
49
+ tool_choice: (_b = options.toolChoice) !== null && _b !== void 0 ? _b : 'auto',
50
+ };
51
+ }
52
+ else if (mode === 'responses') {
53
+ return {
54
+ model,
55
+ input: ((_c = promptCollection.messages) !== null && _c !== void 0 ? _c : []).map(msg => ({
56
+ type: 'message',
57
+ role: msg.role,
58
+ content: msg.content,
59
+ })),
60
+ max_tokens: options.maxTokens === -1 ? undefined : options.maxTokens,
61
+ temperature: options.temperature,
62
+ top_p: options.topP,
63
+ response_format: options.responseFormat === 'json_object'
64
+ ? { type: 'json_object' }
65
+ : undefined,
66
+ parallel_tool_calls: (_d = options.parallelToolCalls) !== null && _d !== void 0 ? _d : true,
67
+ store: (_e = options.store) !== null && _e !== void 0 ? _e : false,
68
+ background: (_f = options.background) !== null && _f !== void 0 ? _f : false,
69
+ tools: (inputTools !== null && inputTools !== void 0 ? inputTools : []).map((t) => {
70
+ var _a;
71
+ return ({
72
+ type: (_a = t.type) !== null && _a !== void 0 ? _a : 'function',
73
+ name: t.name,
74
+ description: t.description,
75
+ parameters: t.parameters,
76
+ });
77
+ }),
78
+ tool_choice: (_g = options.toolChoice) !== null && _g !== void 0 ? _g : 'auto',
79
+ };
80
+ }
81
+ throw new n8n_workflow_1.NodeOperationError(context.getNode(), 'Unsupported chat operation.');
82
+ }
83
+ //# sourceMappingURL=Zenlayer.text.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Zenlayer.text.js","sourceRoot":"","sources":["../../../nodes/Zenlayer/Zenlayer.text.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "n8n-nodes-zenlayer",
3
+ "version": "0.1.4",
4
+ "description": "n8n community nodes package for Zenlayer.",
5
+ "license": "MIT",
6
+ "homepage": "",
7
+ "keywords": [
8
+ "n8n-community-node-package"
9
+ ],
10
+ "author": {
11
+ "name": "allen",
12
+ "email": "allen.gao@zenlayer.com"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/gwraith/n8n-nodes-zenlayer.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/ZenlayerApi.credentials.js"
35
+ ],
36
+ "nodes": [
37
+ "dist/nodes/Zenlayer/Zenlayer.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
+ "zod-to-json-schema": "^3.25.1"
47
+ },
48
+ "peerDependencies": {
49
+ "n8n-workflow": "*",
50
+ "zod-to-json-schema": "^3.25.1"
51
+ }
52
+ }
@@ -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/node_modules/zod/dist/types/v4/core/standard-schema.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/util.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/versions.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/schemas.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/checks.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/errors.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/core.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/parse.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/regexes.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/ar.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/az.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/be.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/ca.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/cs.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/de.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/en.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/es.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/fa.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/fi.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/fr.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/fr-ca.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/he.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/hu.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/id.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/it.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/ja.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/kh.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/ko.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/mk.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/ms.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/nl.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/no.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/ota.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/ps.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/pl.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/pt.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/ru.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/sl.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/sv.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/ta.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/th.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/tr.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/ua.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/ur.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/vi.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/zh-cn.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/zh-tw.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/locales/index.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/registries.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/doc.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/function.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/api.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/json-schema.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/to-json-schema.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/core/index.d.ts","../node_modules/n8n-workflow/node_modules/zod/v4/core/index.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/classic/errors.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/classic/parse.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/classic/schemas.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/classic/checks.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/classic/compat.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/classic/iso.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/classic/coerce.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/classic/external.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/classic/index.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v4/index.d.ts","../node_modules/n8n-workflow/node_modules/zod/v4/index.d.ts","../node_modules/n8n-workflow/dist/esm/execution-context.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/run-execution-data/run-execution-data.v0.d.ts","../node_modules/n8n-workflow/dist/esm/run-execution-data/run-execution-data.v1.d.ts","../node_modules/n8n-workflow/dist/esm/run-execution-data/run-execution-data.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/execution-context-establishment-hooks.d.ts","../node_modules/n8n-workflow/dist/esm/global-state.d.ts","../node_modules/n8n-workflow/dist/esm/run-execution-data-factory.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/n8n-workflow/node_modules/zod/dist/types/v3/helpers/typealiases.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v3/helpers/util.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v3/zoderror.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v3/locales/en.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v3/errors.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v3/helpers/parseutil.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v3/helpers/enumutil.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v3/helpers/errorutil.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v3/helpers/partialutil.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v3/standard-schema.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v3/types.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v3/external.d.ts","../node_modules/n8n-workflow/node_modules/zod/dist/types/v3/index.d.ts","../node_modules/n8n-workflow/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-checksum.d.ts","../node_modules/n8n-workflow/dist/esm/workflow-data-proxy.d.ts","../node_modules/n8n-workflow/dist/esm/workflow-validation.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/schemas.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/workflow-diff.d.ts","../node_modules/n8n-workflow/dist/esm/index.d.ts","../credentials/zenlayerapi.credentials.ts","../nodes/zenlayer/zenlayer.constants.ts","../nodes/zenlayer/zenlayer.image.ts","../node_modules/zod/v3/helpers/typealiases.d.cts","../node_modules/zod/v3/helpers/util.d.cts","../node_modules/zod/v3/zoderror.d.cts","../node_modules/zod/v3/locales/en.d.cts","../node_modules/zod/v3/errors.d.cts","../node_modules/zod/v3/helpers/parseutil.d.cts","../node_modules/zod/v3/helpers/enumutil.d.cts","../node_modules/zod/v3/helpers/errorutil.d.cts","../node_modules/zod/v3/helpers/partialutil.d.cts","../node_modules/zod/v3/standard-schema.d.cts","../node_modules/zod/v3/types.d.cts","../node_modules/zod/v3/external.d.cts","../node_modules/zod/v3/index.d.cts","../node_modules/zod-to-json-schema/dist/types/parsers/any.d.ts","../node_modules/zod-to-json-schema/dist/types/errormessages.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/array.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/bigint.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/boolean.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/number.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/date.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/enum.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/intersection.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/literal.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/record.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/map.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/nativeenum.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/never.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/null.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/nullable.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/object.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/set.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/tuple.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/undefined.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/union.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/unknown.d.ts","../node_modules/zod-to-json-schema/dist/types/parsetypes.d.ts","../node_modules/zod-to-json-schema/dist/types/refs.d.ts","../node_modules/zod-to-json-schema/dist/types/options.d.ts","../node_modules/zod-to-json-schema/dist/types/getrelativepath.d.ts","../node_modules/zod-to-json-schema/dist/types/parsedef.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/branded.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/catch.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/default.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/effects.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/optional.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/pipeline.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/promise.d.ts","../node_modules/zod-to-json-schema/dist/types/parsers/readonly.d.ts","../node_modules/zod-to-json-schema/dist/types/selectparser.d.ts","../node_modules/zod-to-json-schema/dist/types/zodtojsonschema.d.ts","../node_modules/zod-to-json-schema/dist/types/index.d.ts","../nodes/zenlayer/zenlayer.text.ts","../nodes/zenlayer/zenlayer.node.ts","../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":[[208],[52],[52,53],[271,309],[271,294,309],[270,309],[309],[271],[271,295,309],[270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308],[295,309],[154],[159,160,161,162,163],[54,154],[59,154],[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,154],[62,63,154],[70],[67],[54,59,154],[64],[144],[150,152,154],[198],[198,199],[184],[49,50,51,77,145,146,147,150,151,152,153,154,155,156,157,158,164,165,166,167,168,169,170,185,186,187,188,189,190,191,192,193,194,195,196,197,200,201,202,203,204,205,206,207],[48,49,50,51,60,63,64,67,70,77,145,146,147,150,152,153],[145,150,154],[148,149],[148,208],[154,184],[150,152,153,154],[151,154],[183],[173,174],[171,172,173,175,176,181],[172,173],[181],[182],[173],[171,172,173,176,177,178,179,180],[171,172,183],[133],[133,136],[125,133,134,135,136,137,138,139,140],[141],[133,134],[133,135],[79,81,82,83,84],[79,81,83,84],[79,81,83],[79,81,82,84],[79,81,84],[79,80,81,82,83,84,85,86,125,126,127,128,129,130,131],[81,84],[78,79,80,82,83,84],[81,126,130],[81,82,83,84],[142],[83],[87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124],[132],[143],[248,249],[225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262],[224,248,249],[249],[224,226,248,249],[224,226,249],[224,226,230,249,250],[224],[224,249],[224,236,248,249],[225,249],[224,240,248,249],[224,233,248,249],[224,232,235,248,249],[225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247],[224,248,250],[214,215],[212,213,214,216,217,222],[213,214],[222],[223],[214],[212,213,214,217,218,219,220,221],[212,213,224],[208,210],[208,210,211,264],[208,210,263]],"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":"be3bdbef789f7db5c924464b3e85933b38d7b7f5fa831cee8e85fdb0ef1891a9","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":"7d5dd008a087b517daee2c66b15e5767389c08f9f8d66c434d26d4f6cb3f55c3","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":"02e111d59cded9f75529d7fe3e282cb36b55a8c9fe3472e742dfdc14ac8fdac8","impliedFormat":1},{"version":"309ebd217636d68cf8784cbc3272c16fb94fb8e969e18b6fe88c35200340aef1","impliedFormat":1},{"version":"6e4fde24e4d82d79eaff2daa7f5dffa79ba53de2a6b8aef76c178a5a370764bb","impliedFormat":1},{"version":"ef9b6279acc69002a779d0172916ef22e8be5de2d2469ff2f4bb019a21e89de2","impliedFormat":1},{"version":"12b8d97a20b0fb267b69c4a6be0dfad7c88851d2dcab6150aa4218f40efa45f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"0e86102dbab93227b2702cba0ba06cb638961394577dc28cd5b856f0184c3156","impliedFormat":1},{"version":"6c859096094c744d2dd7b733189293a5b2af535e15f7794e69a3b4288b70dcfc","impliedFormat":1},{"version":"915d51e1bcd9b06ab8c922360b3f74ffe70c2ab6264f759f2b3e5f4130df0149","impliedFormat":1},{"version":"716a022c6d311c8367d830d2839fe017699564de2d0f5446b4a6f3f022a5c0c6","impliedFormat":1},{"version":"c939cb12cb000b4ec9c3eca3fe7dee1fe373ccb801237631d9252bad10206d61","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"3b25e966fd93475d8ca2834194ea78321d741a21ca9d1f606b25ec99c1bbc29a","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"3b25e966fd93475d8ca2834194ea78321d741a21ca9d1f606b25ec99c1bbc29a","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"7ceb8bc679a90951354f89379bc37228e7cf87b753069cd7b62310d5cbbe1f11","impliedFormat":1},{"version":"92d777bf731e4062397081e864fbc384054934ab64af7723dfbf1df21824db31","impliedFormat":1},{"version":"ee415a173162328db8ab33496db05790b7d6b4a48272ff4a6c35cf9540ac3a60","impliedFormat":1},{"version":"80e653fbbec818eecfe95d182dc65a1d107b343d970159a71922ac4491caa0af","impliedFormat":1},{"version":"f978b1b63ad690ff2a8f16d6f784acaa0ba0f4bcfc64211d79a2704de34f5913","impliedFormat":1},{"version":"00c7c66bbd6675c5bc24b58bac2f9cbdeb9f619b295813cabf780c08034cfaba","impliedFormat":1},{"version":"9078205849121a5d37a642949d687565498da922508eacb0e5a0c3de427f0ae5","impliedFormat":1},{"version":"0ce71e5ee7c489209494c14028e351ccb1ffe455187d98a889f8e07ae2458ef7","impliedFormat":1},{"version":"f5c8f2ef9603893e25ed86c7112cd2cc60d53e5387b9146c904bce3e707c55de","impliedFormat":1},{"version":"db3ea1212b188ff23aa4f32b63e459c9b55d34b44b57bcbdf401f291352483f0","impliedFormat":99},{"version":"dc01facbb7d88bc5e2eabb7c6eee80a0241538d50a5c3b210fb745683faa1dab","impliedFormat":1},{"version":"5c5197a46686814821229b28e4cfd601ef0a32f2d2d29b9a99050bac0ab03c99","impliedFormat":1},{"version":"2f3a88381874ec5fd76116a07b4ec3ed2eb667d00cff57f4f21e58cc0e970ca8","impliedFormat":1},{"version":"2c6c3af3957e38e6a5190258a666a06893ba5a11e3501585243129afecefd037","impliedFormat":1},{"version":"13e5ea921d6f62171aab19f33a6690e3c6658eecd2e5672425e49ac30d4305e6","impliedFormat":1},{"version":"1e28020a23b28743d5bd708b9e4c7b75fdff606aa080fbaf5b8db3600d5c99cf","impliedFormat":1},{"version":"49e7f03e7e7288397725e823654fdfe61892bb5082f391057e61b9c4f1b54f16","impliedFormat":1},{"version":"7b368e9be7bfea145983add6818f4e9ad5d83e5cabc8f771211d77c0feb8db94","impliedFormat":1},{"version":"d49030b9a324bab9bcf9f663a70298391b0f5a25328409174d86617512bf3037","impliedFormat":1},{"version":"a4b634bb8c97cc700dbf165f3bb0095ec669042da72eaf28a7c5e2ddd98169ce","impliedFormat":1},{"version":"a7578eb8461c2d07440749f89aba22881d5fca09a1d1cd46974628869fbadfa1","impliedFormat":99},{"version":"59c348f04c0ae867f85d63e75a4b3b29fde55b3e483114bc96c4743c3bd326fc","impliedFormat":1},{"version":"3226c2a2af36d14aa551babd4154ad18042c0deb1509a61058c6b066cfddc30a","impliedFormat":1},{"version":"64c9811ebae7d6bdd3749155911ca473017944d6e9787cec3d11549b05b19de9","impliedFormat":1},{"version":"c875801a2ebbfe47d596ffc79c9ae98a0004caa3156dccd7027e0abced34369a","impliedFormat":1},{"version":"103c05a4c0773cf2ac87c535a51970dbe084218b1eee8f07bd768259b6f8d6ca","impliedFormat":1},{"version":"8ce9640581a9f826721db6e15aed360ea47f18357a10f5e23c24f36ac125ec4c","impliedFormat":1},{"version":"fcc64cf81ce0790cf7a687fe2cc08efb88a111b67534d4f57b5b055276dd3f31","impliedFormat":1},{"version":"18c4c5d4069ae6ddce9443a6057fcf333688556b0d644813a78e604812f82bb3","impliedFormat":1},{"version":"6481b29f54e19becbeb7236c60043e2daa47b45cb4fd7e88f287df09250f2405","impliedFormat":1},{"version":"f213dbc0ae5563f37c7bc30329fe723be3bc16197538b286f22f6b9342401c83","impliedFormat":1},{"version":"01658146c02cba2e49ee7beaa0b90864e7a17c3d02cc39cd8b643b5be3a1a438","impliedFormat":1},{"version":"fa986c72fc29e9f8c62e37338db6ba96f1ccdc02f0ae65bdb85d804774690ad7","impliedFormat":1},{"version":"db18ec88a0f1512b153a28a0ed1e19f34530885bca1d00e5f17a6e9b3184697f","impliedFormat":1},{"version":"65d581663663be2adeb0a5ac83f9fb077ab1e173d9ba06df33f959aaa1303491","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":"0815e5a89c584bb0b0f2b1eddf7148e7d2a7e6fb58dfe46143a0ec3eac88460c","impliedFormat":1},{"version":"304b0d21771513c0a36ed7179a9d1069bfa776e95f50b789ce898f3ef2b71514","impliedFormat":1},{"version":"6950710d5c94466e03d24a17dfe4ae0ceed9f1bfea492742597804acb24d5949","impliedFormat":1},{"version":"890e7c66817a492bf44c807ba0b602f712d62fb5b6970316c2273aa03f19fc5e","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":"c56d30cadef4528d6d568207e6ca4dd401d474843aee160e6c3a24d790ede0fd","impliedFormat":1},{"version":"3796c5046a2f6f5927bb181e7a665ac273ef353a8325d849618748498275db22","impliedFormat":1},{"version":"33650b1a5cdb1bf423ae5bace3a0447f4673bfc9e1d982bcbafa1b6d9720d747","impliedFormat":1},{"version":"e9634e0306920990ddca8f667e3cb624597ea7a4cd25d557a599c0e175419879","impliedFormat":1},{"version":"d4866c666180e89bdc142940cb2986a8fa9f3d2a363cc757bb61cef698b6e976","impliedFormat":1},{"version":"57ddd5365af8170402df45b71f0fb0045fe3d55cbe9262dc759fbebaff8b4f11","impliedFormat":1},{"version":"af4ab2ef8af2034abc62236d6e245ba95b3b668b3276b180d2a98841f4a924f5","impliedFormat":1},{"version":"cb279466d8f2d95f3ee0a24637506b18d18d9b1cb869b4dbb534b7597b06daec","impliedFormat":1},{"version":"b33057a3c7ea75948a207a5b784726118ec60f882eeb875bd64e932b4cd41041","impliedFormat":1},{"version":"e3059fe953b72c20fec9f74878dd7879b661d81657875907336c41e3b817c84b","impliedFormat":1},{"version":"9e2e0b4711f1efef5c3c488616334ba2e5b911648a8784fd77fc8beb1e5047c9","impliedFormat":1},{"version":"315b8bc4d809525b2f6635eb0237af1fe03501cc57bb0b722c672d0634bb8bb1","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":"9a219b97f267aa2fd94370e73d9678c244c0bbacdca6a1bb3e0c8ab9d859c25b","impliedFormat":1},{"version":"53582f99636ab0283bd090ecb0674decfc6d1828e73774acc13deb3ee8ca9b67","impliedFormat":1},{"version":"b4e229a06449b0501c0c97f8183fb0ab59442c1d69cf4c098a46161af27f86a0","signature":"3552c5f57a3a91737dfe8c83c1c3b7325d473c6743c37ee79b9b4736edfab6a7"},{"version":"63bdc4976d6acf14197b2f6bcb79d5e1c2dd5089f70319f1e56b7d1eb7b560cd","signature":"4a06583fe36598afa35635577b4e5f146eb65e2d4ecf9e92facda1fbf565a216"},{"version":"6437fedc3d8c68bb4824edc4c502e230d3e250f0b33d3d62fd5cddb861b8238a","signature":"2e8645a3629af36040a8a19a85d09715c2b00feeb0626029b08caa3b859eab17"},{"version":"d3cfde44f8089768ebb08098c96d01ca260b88bccf238d55eee93f1c620ff5a5","impliedFormat":1},{"version":"293eadad9dead44c6fd1db6de552663c33f215c55a1bfa2802a1bceed88ff0ec","impliedFormat":1},{"version":"36eb5babc665b890786550d4a8cb20ef7105673a6d5551fbdd7012877bb26942","impliedFormat":1},{"version":"fec412ded391a7239ef58f455278154b62939370309c1fed322293d98c8796a6","impliedFormat":1},{"version":"e3498cf5e428e6c6b9e97bd88736f26d6cf147dedbfa5a8ad3ed8e05e059af8a","impliedFormat":1},{"version":"dba3f34531fd9b1b6e072928b6f885aa4d28dd6789cbd0e93563d43f4b62da53","impliedFormat":1},{"version":"f672c876c1a04a223cf2023b3d91e8a52bb1544c576b81bf64a8fec82be9969c","impliedFormat":1},{"version":"e4b03ddcf8563b1c0aee782a185286ed85a255ce8a30df8453aade2188bbc904","impliedFormat":1},{"version":"2329d90062487e1eaca87b5e06abcbbeeecf80a82f65f949fd332cfcf824b87b","impliedFormat":1},{"version":"25b3f581e12ede11e5739f57a86e8668fbc0124f6649506def306cad2c59d262","impliedFormat":1},{"version":"93c3e73824ad57f98fd23b39335dbdae2db0bd98199b0dc0b9ccc60bf3c5134a","impliedFormat":1},{"version":"a9ebb67d6bbead6044b43714b50dcb77b8f7541ffe803046fdec1714c1eba206","impliedFormat":1},{"version":"833e92c058d033cde3f29a6c7603f517001d1ddd8020bc94d2067a3bc69b2a8e","impliedFormat":1},{"version":"ef38456e22b0bffcd9ff28dc1a7138e84918a212e6960dd620cc3000341c0ebe","impliedFormat":1},{"version":"07a1cea63a067c0845029ea6e1933af842783efa3006510f504b1f09bd2ebff0","impliedFormat":1},{"version":"814187370f99638f6bb69c838d19dcdb20a41cb65627cfc16a04d9cc4522fc82","impliedFormat":1},{"version":"7df3ea6fcd7e74ab59724700357df41a12d8f57e22f3e5da36dc645f20753152","impliedFormat":1},{"version":"0e8edbe744dfc3ce65e9fa2283f1f0eb2c0aaaec4df19765f51c346e45452cda","impliedFormat":1},{"version":"a7559733f2f5f9ae4d071cef99c505870e167ee830c75faf121f34408b99afbe","impliedFormat":1},{"version":"9b6e899f6fa0cf536eead034fcae436ab6ecd9442153ee06a0fb5b01475bff85","impliedFormat":1},{"version":"1b399336f32abd1c83610e5c95337fdcf2dd5414cf4b44c1ff4927d2cd8f1cf2","impliedFormat":1},{"version":"55ddb00c1810d07a092af6a816f89a6e63c3c4ef04c9c27d36a7dd59bf59b5ae","impliedFormat":1},{"version":"5ecb3df85ac1c4a7e7a1e9761a5bfb52a65eef8e94e1280e1bff6389cd453099","impliedFormat":1},{"version":"9af342002e6b793ca8a69b322cf8347250c129b45dbca8731baaa66ec553561b","impliedFormat":1},{"version":"e01ab496375025f3e54f832d43f840c589e57eb2e5986421f791f51bbcbc494e","impliedFormat":1},{"version":"539cc98696e783f3fe32422a89f8a34479ce056adb211dd60b6a89550d3b9b7f","impliedFormat":1},{"version":"11d5d9c9b11fbd1537ecec72ec38f993d0358c42f7c98569998a04bbbf57d07c","impliedFormat":1},{"version":"c26c383b08e47dfbd741193ef1e7f8f002ac3b0d2f6bf3d4b6b9a99ee2d9378e","impliedFormat":1},{"version":"75473b178a514d8768d6ead4a4da267aa6bedeeb792cd9437e45b46fa2dcf608","impliedFormat":1},{"version":"e82a6fc9b90adc5270daa1e467feb3a2ae5393180839d7a347acd1d9ebe04493","impliedFormat":1},{"version":"3d877e9f51aabdb77efeea746c0c09464274dcaf7364e6e64880e9c2eaa8c990","impliedFormat":1},{"version":"9830d91d01b457b113b36b56d4534ba8fc42bc3c195a2108dc3431e9f77340c7","impliedFormat":1},{"version":"1e7d16304d31f287ec09753214b755eb78e1122432d06dc771f5c123199273b1","impliedFormat":1},{"version":"acca4486b08bf5dc91c23d65f47181bd13f82571969c85e8df474fa6bc5c2a88","impliedFormat":1},{"version":"296dcaf11fa0122dfe78a1d97bea96aa9bccb73098bc739ab253281ad192dffb","impliedFormat":1},{"version":"971dc452ac09307ee049acb21bbd30a82d1c163377465d6b33fd4d677ed2385d","impliedFormat":1},{"version":"226b58896f4f01f4c669d908f32c657bcab1a83f3aebb2f3d711a4fe7ba2a2d6","impliedFormat":1},{"version":"8a818c9cf372e5c5818d846d761ff59c531caa3b0aa62c5686be1df31dc08296","impliedFormat":1},{"version":"f01c60b06afe23316efccaaa8b6ccb5f507b8e6eadf5e2a84c6fe350aebaa1bd","impliedFormat":1},{"version":"9a447607a90667c6db7737f30d2429f6f06efde55a47a2a3eeebc52e866d153e","impliedFormat":1},{"version":"ecc6f977713316ef4339f32631ecb619a40a3061fa86ff3776591920d9977e24","impliedFormat":1},{"version":"0aea84fed0ab80d54f32a40aaf5f4d58c8a5259dd5f9fe39dbcd584575dbb100","impliedFormat":1},{"version":"a1769100f50f3e190c2ea2ed2a711e6798c70f9ad806b54c597a5b64488007b0","impliedFormat":1},{"version":"8105a77b1ce063fd0f60080d8985e01cb92516237cb4a254547ce7548e8916e5","impliedFormat":1},{"version":"dc6b3b3383218cc2c556687fd7ac7b6b1d9ad3abaf50da7f04a2d7a01abaee19","impliedFormat":1},{"version":"879443705ef53b56d8f5b944ea2c24bd5b37a1341eb0142789c2e2567d6bb6e1","impliedFormat":1},{"version":"44c18ff24c5c5b7883ca2e1b1d4236db715ca5cfd9b87705e1a7e4591b4b445e","impliedFormat":1},{"version":"3cceb8a1fe59bc1d233764bfef78e6c72a468e2af1e06a92e282b1848c78bc31","impliedFormat":1},{"version":"ed96d25fa3170958d1d376e653ade8e653638d3fb819a4792a503a5505eea849","impliedFormat":1},{"version":"a005dc547fff460703595b4c0faccb7ec68a5870a4d0e5a2932dc1fd59cc9856","impliedFormat":1},{"version":"dccbbf8ce85ea99cdbdc2269d55f75bc1fbad77d96c40fd82bd73af3fb8f39e4","impliedFormat":1},{"version":"449babe88138e129aef94c1696b527898f9e13ab62bce129daee0e85266e48a7","impliedFormat":1},{"version":"014fce134889ebf30b0ff9cf473e26b224678471479e7f0b661eced130387ee5","signature":"a177679531dd080317921d7d88253e4d41076dee1bb8d0f33983bf4962c92a61"},{"version":"2513bd17bfe9e77fce34b5691feeaff8e3986a8d7d199eacc48d21efbe2e633b","signature":"5e25833f5e7d757c4dbc0e144bfd24fdd7bcde3456e279123b9110bbb5cecf80"},{"version":"e749ad890a7d5dcbbd8ecdb7f096786ee132ff2156b5749f508b5b2758a21ded","signature":"73edacdb4921b2b7eae14bb1e3250d0b589e41120a288e18694de7fa564a179a"},{"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":[[209,211],[264,266]],"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":[[209,1],[53,2],[54,3],[294,4],[295,5],[271,6],[274,7],[292,4],[293,4],[283,4],[282,8],[280,4],[275,4],[288,4],[286,4],[290,4],[270,4],[287,4],[291,4],[276,4],[277,4],[289,4],[272,4],[278,4],[279,4],[281,4],[285,4],[296,9],[284,4],[273,4],[309,10],[303,9],[305,11],[304,9],[297,9],[298,9],[300,9],[302,9],[306,11],[307,11],[299,11],[301,11],[159,12],[160,12],[161,12],[162,12],[164,13],[163,12],[165,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],[166,28],[145,28],[151,29],[199,30],[200,31],[185,32],[197,12],[208,33],[154,34],[155,12],[169,12],[188,1],[202,30],[156,29],[203,14],[204,12],[187,12],[157,12],[168,35],[150,36],[148,1],[149,37],[194,38],[158,12],[186,12],[196,12],[193,12],[195,12],[192,12],[189,12],[190,39],[207,1],[191,12],[152,40],[184,41],[175,42],[182,43],[176,44],[179,45],[183,46],[174,47],[181,48],[173,49],[137,50],[140,51],[138,51],[134,50],[141,52],[142,53],[139,51],[135,54],[136,55],[129,56],[82,57],[84,58],[83,59],[128,60],[132,61],[85,57],[126,62],[81,63],[131,64],[79,65],[143,66],[87,67],[88,67],[89,67],[90,67],[91,67],[92,67],[93,67],[94,67],[95,67],[96,67],[98,67],[97,67],[99,67],[100,67],[101,67],[125,68],[102,67],[103,67],[104,67],[105,67],[106,67],[107,67],[108,67],[109,67],[110,67],[112,67],[111,67],[113,67],[114,67],[115,67],[116,67],[117,67],[118,67],[119,67],[120,67],[121,67],[122,67],[123,67],[124,67],[133,69],[144,70],[226,71],[263,72],[250,73],[252,73],[225,74],[227,75],[228,76],[253,73],[254,73],[231,77],[255,73],[256,73],[232,78],[233,73],[234,79],[237,80],[238,78],[239,81],[240,74],[241,82],[230,76],[242,73],[257,73],[258,83],[259,73],[260,73],[236,84],[243,75],[235,76],[244,73],[245,81],[246,73],[247,81],[248,85],[249,86],[261,73],[262,86],[216,87],[223,88],[217,89],[220,90],[224,91],[215,92],[222,93],[214,94],[211,95],[265,96],[264,97]],"version":"5.9.2"}
package/package.json ADDED
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "n8n-nodes-zenlayer",
3
+ "version": "0.1.4",
4
+ "description": "n8n community nodes package for Zenlayer.",
5
+ "license": "MIT",
6
+ "homepage": "",
7
+ "keywords": [
8
+ "n8n-community-node-package"
9
+ ],
10
+ "author": {
11
+ "name": "allen",
12
+ "email": "allen.gao@zenlayer.com"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/gwraith/n8n-nodes-zenlayer.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/ZenlayerApi.credentials.js"
35
+ ],
36
+ "nodes": [
37
+ "dist/nodes/Zenlayer/Zenlayer.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
+ "zod-to-json-schema": "^3.25.1"
47
+ },
48
+ "peerDependencies": {
49
+ "n8n-workflow": "*",
50
+ "zod-to-json-schema": "^3.25.1"
51
+ }
52
+ }