n8n-nodes-redlib 0.1.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +101 -201
- package/dist/credentials/RedlibApi.credentials.d.ts +10 -0
- package/dist/credentials/RedlibApi.credentials.js +80 -0
- package/dist/credentials/RedlibApi.credentials.js.map +1 -0
- package/dist/icons/redlib.dark.svg +11 -0
- package/dist/icons/redlib.svg +11 -0
- package/dist/nodes/Redlib/Redlib.node.d.ts +5 -0
- package/dist/nodes/Redlib/Redlib.node.js +322 -0
- package/dist/nodes/Redlib/Redlib.node.js.map +1 -0
- package/dist/nodes/Redlib/Redlib.node.json +18 -0
- package/dist/nodes/Redlib/resources/post/get.d.ts +2 -0
- package/dist/nodes/Redlib/resources/post/get.js +31 -0
- package/dist/nodes/Redlib/resources/post/get.js.map +1 -0
- package/dist/nodes/Redlib/resources/post/getAll.d.ts +2 -0
- package/dist/nodes/Redlib/resources/post/getAll.js +60 -0
- package/dist/nodes/Redlib/resources/post/getAll.js.map +1 -0
- package/dist/nodes/Redlib/resources/post/index.d.ts +2 -0
- package/dist/nodes/Redlib/resources/post/index.js +67 -0
- package/dist/nodes/Redlib/resources/post/index.js.map +1 -0
- package/dist/nodes/Redlib/resources/post/search.d.ts +2 -0
- package/dist/nodes/Redlib/resources/post/search.js +113 -0
- package/dist/nodes/Redlib/resources/post/search.js.map +1 -0
- package/dist/nodes/Redlib/resources/postComment/get.d.ts +2 -0
- package/dist/nodes/Redlib/resources/postComment/get.js +44 -0
- package/dist/nodes/Redlib/resources/postComment/get.js.map +1 -0
- package/dist/nodes/Redlib/resources/postComment/getAll.d.ts +2 -0
- package/dist/nodes/Redlib/resources/postComment/getAll.js +44 -0
- package/dist/nodes/Redlib/resources/postComment/getAll.js.map +1 -0
- package/dist/nodes/Redlib/resources/postComment/index.d.ts +2 -0
- package/dist/nodes/Redlib/resources/postComment/index.js +67 -0
- package/dist/nodes/Redlib/resources/postComment/index.js.map +1 -0
- package/dist/nodes/Redlib/resources/postComment/search.d.ts +2 -0
- package/dist/nodes/Redlib/resources/postComment/search.js +44 -0
- package/dist/nodes/Redlib/resources/postComment/search.js.map +1 -0
- package/dist/nodes/Redlib/resources/subreddit/get.d.ts +2 -0
- package/dist/nodes/Redlib/resources/subreddit/get.js +19 -0
- package/dist/nodes/Redlib/resources/subreddit/get.js.map +1 -0
- package/dist/nodes/Redlib/resources/subreddit/getAll.d.ts +2 -0
- package/dist/nodes/Redlib/resources/subreddit/getAll.js +29 -0
- package/dist/nodes/Redlib/resources/subreddit/getAll.js.map +1 -0
- package/dist/nodes/Redlib/resources/subreddit/index.d.ts +2 -0
- package/dist/nodes/Redlib/resources/subreddit/index.js +67 -0
- package/dist/nodes/Redlib/resources/subreddit/index.js.map +1 -0
- package/dist/nodes/Redlib/resources/subreddit/search.d.ts +2 -0
- package/dist/nodes/Redlib/resources/subreddit/search.js +32 -0
- package/dist/nodes/Redlib/resources/subreddit/search.js.map +1 -0
- package/dist/nodes/Redlib/shared/utils.d.ts +85 -0
- package/dist/nodes/Redlib/shared/utils.js +313 -0
- package/dist/nodes/Redlib/shared/utils.js.map +1 -0
- package/dist/package.json +8 -7
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -7
- package/dist/credentials/GithubIssuesApi.credentials.d.ts +0 -10
- package/dist/credentials/GithubIssuesApi.credentials.js +0 -37
- package/dist/credentials/GithubIssuesApi.credentials.js.map +0 -1
- package/dist/credentials/GithubIssuesOAuth2Api.credentials.d.ts +0 -9
- package/dist/credentials/GithubIssuesOAuth2Api.credentials.js +0 -54
- package/dist/credentials/GithubIssuesOAuth2Api.credentials.js.map +0 -1
- package/dist/icons/github.dark.svg +0 -3
- package/dist/icons/github.svg +0 -3
- package/dist/nodes/Example/Example.node.d.ts +0 -5
- package/dist/nodes/Example/Example.node.js +0 -61
- package/dist/nodes/Example/Example.node.js.map +0 -1
- package/dist/nodes/Example/Example.node.json +0 -18
- package/dist/nodes/Example/example.dark.svg +0 -13
- package/dist/nodes/Example/example.svg +0 -13
- package/dist/nodes/GithubIssues/GithubIssues.node.d.ts +0 -14
- package/dist/nodes/GithubIssues/GithubIssues.node.js +0 -101
- package/dist/nodes/GithubIssues/GithubIssues.node.js.map +0 -1
- package/dist/nodes/GithubIssues/GithubIssues.node.json +0 -18
- package/dist/nodes/GithubIssues/listSearch/getIssues.d.ts +0 -2
- package/dist/nodes/GithubIssues/listSearch/getIssues.js +0 -28
- package/dist/nodes/GithubIssues/listSearch/getIssues.js.map +0 -1
- package/dist/nodes/GithubIssues/listSearch/getRepositories.d.ts +0 -2
- package/dist/nodes/GithubIssues/listSearch/getRepositories.js +0 -31
- package/dist/nodes/GithubIssues/listSearch/getRepositories.js.map +0 -1
- package/dist/nodes/GithubIssues/listSearch/getUsers.d.ts +0 -2
- package/dist/nodes/GithubIssues/listSearch/getUsers.js +0 -29
- package/dist/nodes/GithubIssues/listSearch/getUsers.js.map +0 -1
- package/dist/nodes/GithubIssues/resources/issue/create.d.ts +0 -2
- package/dist/nodes/GithubIssues/resources/issue/create.js +0 -75
- package/dist/nodes/GithubIssues/resources/issue/create.js.map +0 -1
- package/dist/nodes/GithubIssues/resources/issue/get.d.ts +0 -2
- package/dist/nodes/GithubIssues/resources/issue/get.js +0 -15
- package/dist/nodes/GithubIssues/resources/issue/get.js.map +0 -1
- package/dist/nodes/GithubIssues/resources/issue/getAll.d.ts +0 -2
- package/dist/nodes/GithubIssues/resources/issue/getAll.js +0 -125
- package/dist/nodes/GithubIssues/resources/issue/getAll.js.map +0 -1
- package/dist/nodes/GithubIssues/resources/issue/index.d.ts +0 -2
- package/dist/nodes/GithubIssues/resources/issue/index.js +0 -76
- package/dist/nodes/GithubIssues/resources/issue/index.js.map +0 -1
- package/dist/nodes/GithubIssues/resources/issueComment/getAll.d.ts +0 -2
- package/dist/nodes/GithubIssues/resources/issueComment/getAll.js +0 -66
- package/dist/nodes/GithubIssues/resources/issueComment/getAll.js.map +0 -1
- package/dist/nodes/GithubIssues/resources/issueComment/index.d.ts +0 -2
- package/dist/nodes/GithubIssues/resources/issueComment/index.js +0 -48
- package/dist/nodes/GithubIssues/resources/issueComment/index.js.map +0 -1
- package/dist/nodes/GithubIssues/shared/descriptions.d.ts +0 -4
- package/dist/nodes/GithubIssues/shared/descriptions.js +0 -151
- package/dist/nodes/GithubIssues/shared/descriptions.js.map +0 -1
- package/dist/nodes/GithubIssues/shared/transport.d.ts +0 -2
- package/dist/nodes/GithubIssues/shared/transport.js +0 -16
- package/dist/nodes/GithubIssues/shared/transport.js.map +0 -1
- package/dist/nodes/GithubIssues/shared/utils.d.ts +0 -3
- package/dist/nodes/GithubIssues/shared/utils.js +0 -17
- package/dist/nodes/GithubIssues/shared/utils.js.map +0 -1
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.issueCommentDescription = void 0;
|
|
4
|
-
const descriptions_1 = require("../../shared/descriptions");
|
|
5
|
-
const getAll_1 = require("./getAll");
|
|
6
|
-
const showOnlyForIssueComments = {
|
|
7
|
-
resource: ['issueComment'],
|
|
8
|
-
};
|
|
9
|
-
exports.issueCommentDescription = [
|
|
10
|
-
{
|
|
11
|
-
displayName: 'Operation',
|
|
12
|
-
name: 'operation',
|
|
13
|
-
type: 'options',
|
|
14
|
-
noDataExpression: true,
|
|
15
|
-
displayOptions: {
|
|
16
|
-
show: showOnlyForIssueComments,
|
|
17
|
-
},
|
|
18
|
-
options: [
|
|
19
|
-
{
|
|
20
|
-
name: 'Get Many',
|
|
21
|
-
value: 'getAll',
|
|
22
|
-
action: 'Get issue comments',
|
|
23
|
-
description: 'Get issue comments',
|
|
24
|
-
routing: {
|
|
25
|
-
request: {
|
|
26
|
-
method: 'GET',
|
|
27
|
-
url: '=/repos/{{$parameter.owner}}/{{$parameter.repository}}/issues/comments',
|
|
28
|
-
},
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
],
|
|
32
|
-
default: 'getAll',
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
...descriptions_1.repoOwnerSelect,
|
|
36
|
-
displayOptions: {
|
|
37
|
-
show: showOnlyForIssueComments,
|
|
38
|
-
},
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
...descriptions_1.repoNameSelect,
|
|
42
|
-
displayOptions: {
|
|
43
|
-
show: showOnlyForIssueComments,
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
...getAll_1.issueCommentGetManyDescription,
|
|
47
|
-
];
|
|
48
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GithubIssues/resources/issueComment/index.ts"],"names":[],"mappings":";;;AACA,4DAA4E;AAC5E,qCAA0D;AAE1D,MAAM,wBAAwB,GAAG;IAChC,QAAQ,EAAE,CAAC,cAAc,CAAC;CAC1B,CAAC;AAEW,QAAA,uBAAuB,GAAsB;IACzD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE,wBAAwB;SAC9B;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,oBAAoB;gBAC5B,WAAW,EAAE,oBAAoB;gBACjC,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,wEAAwE;qBAC7E;iBACD;aACD;SACD;QACD,OAAO,EAAE,QAAQ;KACjB;IACD;QACC,GAAG,8BAAe;QAClB,cAAc,EAAE;YACf,IAAI,EAAE,wBAAwB;SAC9B;KACD;IACD;QACC,GAAG,6BAAc;QACjB,cAAc,EAAE;YACf,IAAI,EAAE,wBAAwB;SAC9B;KACD;IACD,GAAG,uCAA8B;CACjC,CAAC"}
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.issueSelect = exports.repoNameSelect = exports.repoOwnerSelect = void 0;
|
|
4
|
-
exports.repoOwnerSelect = {
|
|
5
|
-
displayName: 'Repository Owner',
|
|
6
|
-
name: 'owner',
|
|
7
|
-
type: 'resourceLocator',
|
|
8
|
-
default: { mode: 'list', value: '' },
|
|
9
|
-
required: true,
|
|
10
|
-
modes: [
|
|
11
|
-
{
|
|
12
|
-
displayName: 'Repository Owner',
|
|
13
|
-
name: 'list',
|
|
14
|
-
type: 'list',
|
|
15
|
-
placeholder: 'Select an owner...',
|
|
16
|
-
typeOptions: {
|
|
17
|
-
searchListMethod: 'getUsers',
|
|
18
|
-
searchable: true,
|
|
19
|
-
searchFilterRequired: false,
|
|
20
|
-
},
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
displayName: 'Link',
|
|
24
|
-
name: 'url',
|
|
25
|
-
type: 'string',
|
|
26
|
-
placeholder: 'e.g. https://github.com/n8n-io',
|
|
27
|
-
extractValue: {
|
|
28
|
-
type: 'regex',
|
|
29
|
-
regex: 'https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)',
|
|
30
|
-
},
|
|
31
|
-
validation: [
|
|
32
|
-
{
|
|
33
|
-
type: 'regex',
|
|
34
|
-
properties: {
|
|
35
|
-
regex: 'https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)(?:.*)',
|
|
36
|
-
errorMessage: 'Not a valid GitHub URL',
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
],
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
displayName: 'By Name',
|
|
43
|
-
name: 'name',
|
|
44
|
-
type: 'string',
|
|
45
|
-
placeholder: 'e.g. n8n-io',
|
|
46
|
-
validation: [
|
|
47
|
-
{
|
|
48
|
-
type: 'regex',
|
|
49
|
-
properties: {
|
|
50
|
-
regex: '[-_a-zA-Z0-9]+',
|
|
51
|
-
errorMessage: 'Not a valid GitHub Owner Name',
|
|
52
|
-
},
|
|
53
|
-
},
|
|
54
|
-
],
|
|
55
|
-
url: '=https://github.com/{{$value}}',
|
|
56
|
-
},
|
|
57
|
-
],
|
|
58
|
-
};
|
|
59
|
-
exports.repoNameSelect = {
|
|
60
|
-
displayName: 'Repository Name',
|
|
61
|
-
name: 'repository',
|
|
62
|
-
type: 'resourceLocator',
|
|
63
|
-
default: {
|
|
64
|
-
mode: 'list',
|
|
65
|
-
value: '',
|
|
66
|
-
},
|
|
67
|
-
required: true,
|
|
68
|
-
modes: [
|
|
69
|
-
{
|
|
70
|
-
displayName: 'Repository Name',
|
|
71
|
-
name: 'list',
|
|
72
|
-
type: 'list',
|
|
73
|
-
placeholder: 'Select an Repository...',
|
|
74
|
-
typeOptions: {
|
|
75
|
-
searchListMethod: 'getRepositories',
|
|
76
|
-
searchable: true,
|
|
77
|
-
},
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
displayName: 'Link',
|
|
81
|
-
name: 'url',
|
|
82
|
-
type: 'string',
|
|
83
|
-
placeholder: 'e.g. https://github.com/n8n-io/n8n',
|
|
84
|
-
extractValue: {
|
|
85
|
-
type: 'regex',
|
|
86
|
-
regex: 'https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)',
|
|
87
|
-
},
|
|
88
|
-
validation: [
|
|
89
|
-
{
|
|
90
|
-
type: 'regex',
|
|
91
|
-
properties: {
|
|
92
|
-
regex: 'https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)(?:.*)',
|
|
93
|
-
errorMessage: 'Not a valid GitHub Repository URL',
|
|
94
|
-
},
|
|
95
|
-
},
|
|
96
|
-
],
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
displayName: 'By Name',
|
|
100
|
-
name: 'name',
|
|
101
|
-
type: 'string',
|
|
102
|
-
placeholder: 'e.g. n8n',
|
|
103
|
-
validation: [
|
|
104
|
-
{
|
|
105
|
-
type: 'regex',
|
|
106
|
-
properties: {
|
|
107
|
-
regex: '[-_.0-9a-zA-Z]+',
|
|
108
|
-
errorMessage: 'Not a valid GitHub Repository Name',
|
|
109
|
-
},
|
|
110
|
-
},
|
|
111
|
-
],
|
|
112
|
-
url: '=https://github.com/{{$parameter["owner"]}}/{{$value}}',
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
displayOptions: {
|
|
116
|
-
hide: {
|
|
117
|
-
resource: ['user', 'organization'],
|
|
118
|
-
operation: ['getRepositories'],
|
|
119
|
-
},
|
|
120
|
-
},
|
|
121
|
-
};
|
|
122
|
-
exports.issueSelect = {
|
|
123
|
-
displayName: 'Issue',
|
|
124
|
-
name: 'issue',
|
|
125
|
-
type: 'resourceLocator',
|
|
126
|
-
default: {
|
|
127
|
-
mode: 'list',
|
|
128
|
-
value: '',
|
|
129
|
-
},
|
|
130
|
-
required: true,
|
|
131
|
-
modes: [
|
|
132
|
-
{
|
|
133
|
-
displayName: 'Issue',
|
|
134
|
-
name: 'list',
|
|
135
|
-
type: 'list',
|
|
136
|
-
placeholder: 'Select an Issue...',
|
|
137
|
-
typeOptions: {
|
|
138
|
-
searchListMethod: 'getIssues',
|
|
139
|
-
searchable: true,
|
|
140
|
-
},
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
displayName: 'By ID',
|
|
144
|
-
name: 'name',
|
|
145
|
-
type: 'string',
|
|
146
|
-
placeholder: 'e.g. 123',
|
|
147
|
-
url: '=https://github.com/{{$parameter.owner}}/{{$parameter.repository}}/issues/{{$value}}',
|
|
148
|
-
},
|
|
149
|
-
],
|
|
150
|
-
};
|
|
151
|
-
//# sourceMappingURL=descriptions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"descriptions.js","sourceRoot":"","sources":["../../../../nodes/GithubIssues/shared/descriptions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import type { IHookFunctions, IExecuteFunctions, IExecuteSingleFunctions, ILoadOptionsFunctions, IHttpRequestMethods, IDataObject } from 'n8n-workflow';
|
|
2
|
-
export declare function githubApiRequest(this: IHookFunctions | IExecuteFunctions | IExecuteSingleFunctions | ILoadOptionsFunctions, method: IHttpRequestMethods, resource: string, qs?: IDataObject, body?: IDataObject | undefined): Promise<any>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.githubApiRequest = githubApiRequest;
|
|
4
|
-
async function githubApiRequest(method, resource, qs = {}, body = undefined) {
|
|
5
|
-
const authenticationMethod = this.getNodeParameter('authentication', 0);
|
|
6
|
-
const options = {
|
|
7
|
-
method: method,
|
|
8
|
-
qs,
|
|
9
|
-
body,
|
|
10
|
-
url: `https://api.github.com${resource}`,
|
|
11
|
-
json: true,
|
|
12
|
-
};
|
|
13
|
-
const credentialType = authenticationMethod === 'accessToken' ? 'githubIssuesApi' : 'githubIssuesOAuth2Api';
|
|
14
|
-
return this.helpers.httpRequestWithAuthentication.call(this, credentialType, options);
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=transport.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"transport.js","sourceRoot":"","sources":["../../../../nodes/GithubIssues/shared/transport.ts"],"names":[],"mappings":";;AAUA,4CAqBC;AArBM,KAAK,UAAU,gBAAgB,CAErC,MAA2B,EAC3B,QAAgB,EAChB,KAAkB,EAAE,EACpB,OAAgC,SAAS;IAEzC,MAAM,oBAAoB,GAAG,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;IAExE,MAAM,OAAO,GAAwB;QACpC,MAAM,EAAE,MAAM;QACd,EAAE;QACF,IAAI;QACJ,GAAG,EAAE,yBAAyB,QAAQ,EAAE;QACxC,IAAI,EAAE,IAAI;KACV,CAAC;IAEF,MAAM,cAAc,GACnB,oBAAoB,KAAK,aAAa,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,uBAAuB,CAAC;IAEtF,OAAO,IAAI,CAAC,OAAO,CAAC,6BAA6B,CAAC,IAAI,CAAC,IAAI,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;AACvF,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.parseLinkHeader = parseLinkHeader;
|
|
4
|
-
function parseLinkHeader(header) {
|
|
5
|
-
var _a;
|
|
6
|
-
const links = {};
|
|
7
|
-
for (const part of (_a = header === null || header === void 0 ? void 0 : header.split(',')) !== null && _a !== void 0 ? _a : []) {
|
|
8
|
-
const section = part.trim();
|
|
9
|
-
const match = section.match(/^<([^>]+)>\s*;\s*rel="?([^"]+)"?/);
|
|
10
|
-
if (match) {
|
|
11
|
-
const [, url, rel] = match;
|
|
12
|
-
links[rel] = url;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
return links;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=utils.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../nodes/GithubIssues/shared/utils.ts"],"names":[],"mappings":";;AAAA,0CAaC;AAbD,SAAgB,eAAe,CAAC,MAAe;;IAC9C,MAAM,KAAK,GAA8B,EAAE,CAAC;IAE5C,KAAK,MAAM,IAAI,IAAI,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,KAAK,CAAC,GAAG,CAAC,mCAAI,EAAE,EAAE,CAAC;QAC7C,MAAM,OAAO,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC;QAC5B,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,kCAAkC,CAAC,CAAC;QAChE,IAAI,KAAK,EAAE,CAAC;YACX,MAAM,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,KAAK,CAAC;YAC3B,KAAK,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC;QAClB,CAAC;IACF,CAAC;IAED,OAAO,KAAK,CAAC;AACd,CAAC"}
|