chatbot-nc 1.0.53 → 1.0.55
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/dist/cjs/aws/index.d.ts +2 -0
- package/dist/cjs/aws/services/AWSGatewayManagement.d.ts +1 -0
- package/dist/cjs/aws/services/AWSGatewayManagement.js +22 -1
- package/dist/cjs/aws/services/AWSGatewayManagement.js.map +1 -1
- package/dist/cjs/aws/services/AWSLexRuntime.d.ts +2 -1
- package/dist/cjs/aws/services/AWSLexRuntime.js +21 -1
- package/dist/cjs/aws/services/AWSLexRuntime.js.map +1 -1
- package/dist/esm/aws/index.d.ts +2 -0
- package/dist/esm/aws/services/AWSGatewayManagement.d.ts +1 -0
- package/dist/esm/aws/services/AWSGatewayManagement.js +23 -2
- package/dist/esm/aws/services/AWSGatewayManagement.js.map +1 -1
- package/dist/esm/aws/services/AWSLexRuntime.d.ts +2 -1
- package/dist/esm/aws/services/AWSLexRuntime.js +22 -2
- package/dist/esm/aws/services/AWSLexRuntime.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/aws/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export declare const AWS: {
|
|
|
13
13
|
};
|
|
14
14
|
LexRuntime: {
|
|
15
15
|
recognizeText: (lexParams: import("@aws-sdk/client-lex-runtime-v2").RecognizeTextCommandInput) => Promise<import("@aws-sdk/client-lex-runtime-v2").RecognizeTextCommandOutput>;
|
|
16
|
+
getSession: (lexSessionParams: import("@aws-sdk/client-lex-runtime-v2").GetSessionCommandInput) => Promise<import("@aws-sdk/client-lex-runtime-v2").GetSessionCommandOutput>;
|
|
16
17
|
};
|
|
17
18
|
LexModel: {
|
|
18
19
|
createBot: (botInput: import("@aws-sdk/client-lex-models-v2").CreateBotCommandInput) => Promise<import("@aws-sdk/client-lex-models-v2").CreateBotCommandOutput>;
|
|
@@ -74,6 +75,7 @@ export declare const AWS: {
|
|
|
74
75
|
};
|
|
75
76
|
GatewayManagement: {
|
|
76
77
|
sendToClient: (endpoint: string, params: import("@aws-sdk/client-apigatewaymanagementapi").PostToConnectionCommandInput) => Promise<import("@aws-sdk/client-apigatewaymanagementapi").PostToConnectionCommandOutput | null>;
|
|
78
|
+
deleteConnection: (endpoint: string, params: import("@aws-sdk/client-apigatewaymanagementapi").PostToConnectionCommandInput) => Promise<import("@aws-sdk/client-apigatewaymanagementapi").DeleteConnectionCommandOutput | null>;
|
|
77
79
|
};
|
|
78
80
|
Comprehend: {
|
|
79
81
|
recognizeLanguage: (message: string) => Promise<import("@aws-sdk/client-comprehend").DetectDominantLanguageCommandOutput>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PostToConnectionCommandInput } from "@aws-sdk/client-apigatewaymanagementapi";
|
|
2
2
|
export declare const GatewayManagement: {
|
|
3
3
|
sendToClient: (endpoint: string, params: PostToConnectionCommandInput) => Promise<import("@aws-sdk/client-apigatewaymanagementapi").PostToConnectionCommandOutput | null>;
|
|
4
|
+
deleteConnection: (endpoint: string, params: PostToConnectionCommandInput) => Promise<import("@aws-sdk/client-apigatewaymanagementapi").DeleteConnectionCommandOutput | null>;
|
|
4
5
|
};
|
|
@@ -31,7 +31,28 @@ const sendToClient = (endpoint, params) => __awaiter(void 0, void 0, void 0, fun
|
|
|
31
31
|
return null;
|
|
32
32
|
}
|
|
33
33
|
});
|
|
34
|
+
/**
|
|
35
|
+
* This is used to delete the session
|
|
36
|
+
* @param endpoint //endpoint of websockect
|
|
37
|
+
* @param params //null
|
|
38
|
+
* @returns
|
|
39
|
+
*/
|
|
40
|
+
const deleteConnection = (endpoint, params) => __awaiter(void 0, void 0, void 0, function* () {
|
|
41
|
+
try {
|
|
42
|
+
const client = new client_apigatewaymanagementapi_1.ApiGatewayManagementApiClient({
|
|
43
|
+
endpoint: endpoint
|
|
44
|
+
});
|
|
45
|
+
const command = new client_apigatewaymanagementapi_1.DeleteConnectionCommand(params);
|
|
46
|
+
const response = yield client.send(command);
|
|
47
|
+
return response;
|
|
48
|
+
}
|
|
49
|
+
catch (error) {
|
|
50
|
+
console.log(error);
|
|
51
|
+
return null;
|
|
52
|
+
}
|
|
53
|
+
});
|
|
34
54
|
exports.GatewayManagement = {
|
|
35
|
-
sendToClient
|
|
55
|
+
sendToClient,
|
|
56
|
+
deleteConnection
|
|
36
57
|
};
|
|
37
58
|
//# sourceMappingURL=AWSGatewayManagement.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AWSGatewayManagement.js","sourceRoot":"","sources":["../../../../aws/services/AWSGatewayManagement.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"AWSGatewayManagement.js","sourceRoot":"","sources":["../../../../aws/services/AWSGatewayManagement.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4FAAoK;AAEpK;;;;;GAKG;AACH,MAAM,YAAY,GAAG,CAAO,QAAe,EAAC,MAAmC,EAAE,EAAE;IAC/E,IAAI;QACA,MAAM,MAAM,GAAG,IAAI,8DAA6B,CAAC;YAC9C,QAAQ,EAAE,QAAQ;SACpB,CAAC,CAAC;QACH,MAAM,OAAO,GAAG,IAAI,wDAAuB,CAAC,MAAM,CAAC,CAAC;QACpD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5C,OAAO,QAAQ,CAAC;KAEnB;IAAC,OAAO,KAAK,EAAE;QACZ,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAA;QAClB,OAAO,IAAI,CAAA;KACd;AACL,CAAC,CAAA,CAAA;AAED;;;;;GAKG;AACH,MAAM,gBAAgB,GAAG,CAAO,QAAe,EAAC,MAAmC,EAAE,EAAE;IACnF,IAAI;QACA,MAAM,MAAM,GAAG,IAAI,8DAA6B,CAAC;YAC9C,QAAQ,EAAE,QAAQ;SACpB,CAAC,CAAC;QACH,MAAM,OAAO,GAAG,IAAI,wDAAuB,CAAC,MAAM,CAAC,CAAC;QACpD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5C,OAAO,QAAQ,CAAC;KAEnB;IAAC,OAAO,KAAK,EAAE;QACZ,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAA;QAClB,OAAO,IAAI,CAAA;KACd;AACL,CAAC,CAAA,CAAA;AAEY,QAAA,iBAAiB,GAAG;IAC7B,YAAY;IACZ,gBAAgB;CACnB,CAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { RecognizeTextCommandInput } from "@aws-sdk/client-lex-runtime-v2";
|
|
1
|
+
import { GetSessionCommandInput, RecognizeTextCommandInput } from "@aws-sdk/client-lex-runtime-v2";
|
|
2
2
|
export declare const LexRuntime: {
|
|
3
3
|
recognizeText: (lexParams: RecognizeTextCommandInput) => Promise<import("@aws-sdk/client-lex-runtime-v2").RecognizeTextCommandOutput>;
|
|
4
|
+
getSession: (lexSessionParams: GetSessionCommandInput) => Promise<import("@aws-sdk/client-lex-runtime-v2").GetSessionCommandOutput>;
|
|
4
5
|
};
|
|
@@ -32,7 +32,27 @@ const recognizeText = (lexParams) => __awaiter(void 0, void 0, void 0, function*
|
|
|
32
32
|
throw new Error('lex Error');
|
|
33
33
|
}
|
|
34
34
|
});
|
|
35
|
+
/**
|
|
36
|
+
* This method to use get lex bot session
|
|
37
|
+
* @param lexSessionParams
|
|
38
|
+
* @returns
|
|
39
|
+
*/
|
|
40
|
+
const getSession = (lexSessionParams) => __awaiter(void 0, void 0, void 0, function* () {
|
|
41
|
+
try {
|
|
42
|
+
let param = lexSessionParams;
|
|
43
|
+
const command = new client_lex_runtime_v2_1.GetSessionCommand(param);
|
|
44
|
+
const response = yield client.send(command);
|
|
45
|
+
console.log("response received from lex with session");
|
|
46
|
+
console.log(JSON.stringify(response));
|
|
47
|
+
return response;
|
|
48
|
+
}
|
|
49
|
+
catch (error) {
|
|
50
|
+
console.log(error);
|
|
51
|
+
throw new Error('lex Error to get session');
|
|
52
|
+
}
|
|
53
|
+
});
|
|
35
54
|
exports.LexRuntime = {
|
|
36
|
-
recognizeText
|
|
55
|
+
recognizeText,
|
|
56
|
+
getSession
|
|
37
57
|
};
|
|
38
58
|
//# sourceMappingURL=AWSLexRuntime.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AWSLexRuntime.js","sourceRoot":"","sources":["../../../../aws/services/AWSLexRuntime.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"AWSLexRuntime.js","sourceRoot":"","sources":["../../../../aws/services/AWSLexRuntime.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0EAMwC;AAExC,MAAM,SAAS,GAAG,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,WAAW,CAAC;AAChE,MAAM,MAAM,GAAG,IAAI,0CAAkB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;AAE7D;;;;GAIG;AACH,MAAM,aAAa,GAAG,CAAO,SAAoC,EAAE,EAAE;IACnE,IAAI;QACF,IAAI,KAAK,GAAG,SAAS,CAAC;QACtB,MAAM,OAAO,GAAG,IAAI,4CAAoB,CAAC,KAAK,CAAC,CAAC;QAChD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAE5C,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;QAC1C,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC;QACtC,OAAO,QAAQ,CAAC;KAEjB;IAAC,OAAO,KAAK,EAAE;QACd,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACnB,MAAM,IAAI,KAAK,CAAC,WAAW,CAAC,CAAC;KAC9B;AACH,CAAC,CAAA,CAAA;AAED;;;;GAIG;AACH,MAAM,UAAU,GAAG,CAAO,gBAAwC,EAAE,EAAE;IACpE,IAAI;QACF,IAAI,KAAK,GAAG,gBAAgB,CAAC;QAC7B,MAAM,OAAO,GAAG,IAAI,yCAAiB,CAAC,KAAK,CAAC,CAAC;QAC7C,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAE5C,OAAO,CAAC,GAAG,CAAC,yCAAyC,CAAC,CAAC;QACvD,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC;QACtC,OAAO,QAAQ,CAAC;KAEjB;IAAC,OAAO,KAAK,EAAE;QACd,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACnB,MAAM,IAAI,KAAK,CAAC,0BAA0B,CAAC,CAAC;KAC7C;AACH,CAAC,CAAA,CAAA;AAIY,QAAA,UAAU,GAAG;IACxB,aAAa;IACb,UAAU;CACX,CAAA"}
|
package/dist/esm/aws/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export declare const AWS: {
|
|
|
13
13
|
};
|
|
14
14
|
LexRuntime: {
|
|
15
15
|
recognizeText: (lexParams: import("@aws-sdk/client-lex-runtime-v2").RecognizeTextCommandInput) => Promise<import("@aws-sdk/client-lex-runtime-v2").RecognizeTextCommandOutput>;
|
|
16
|
+
getSession: (lexSessionParams: import("@aws-sdk/client-lex-runtime-v2").GetSessionCommandInput) => Promise<import("@aws-sdk/client-lex-runtime-v2").GetSessionCommandOutput>;
|
|
16
17
|
};
|
|
17
18
|
LexModel: {
|
|
18
19
|
createBot: (botInput: import("@aws-sdk/client-lex-models-v2").CreateBotCommandInput) => Promise<import("@aws-sdk/client-lex-models-v2").CreateBotCommandOutput>;
|
|
@@ -74,6 +75,7 @@ export declare const AWS: {
|
|
|
74
75
|
};
|
|
75
76
|
GatewayManagement: {
|
|
76
77
|
sendToClient: (endpoint: string, params: import("@aws-sdk/client-apigatewaymanagementapi").PostToConnectionCommandInput) => Promise<import("@aws-sdk/client-apigatewaymanagementapi").PostToConnectionCommandOutput | null>;
|
|
78
|
+
deleteConnection: (endpoint: string, params: import("@aws-sdk/client-apigatewaymanagementapi").PostToConnectionCommandInput) => Promise<import("@aws-sdk/client-apigatewaymanagementapi").DeleteConnectionCommandOutput | null>;
|
|
77
79
|
};
|
|
78
80
|
Comprehend: {
|
|
79
81
|
recognizeLanguage: (message: string) => Promise<import("@aws-sdk/client-comprehend").DetectDominantLanguageCommandOutput>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PostToConnectionCommandInput } from "@aws-sdk/client-apigatewaymanagementapi";
|
|
2
2
|
export declare const GatewayManagement: {
|
|
3
3
|
sendToClient: (endpoint: string, params: PostToConnectionCommandInput) => Promise<import("@aws-sdk/client-apigatewaymanagementapi").PostToConnectionCommandOutput | null>;
|
|
4
|
+
deleteConnection: (endpoint: string, params: PostToConnectionCommandInput) => Promise<import("@aws-sdk/client-apigatewaymanagementapi").DeleteConnectionCommandOutput | null>;
|
|
4
5
|
};
|
|
@@ -7,7 +7,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
7
7
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
|
-
import { ApiGatewayManagementApiClient, PostToConnectionCommand } from "@aws-sdk/client-apigatewaymanagementapi";
|
|
10
|
+
import { ApiGatewayManagementApiClient, DeleteConnectionCommand, PostToConnectionCommand } from "@aws-sdk/client-apigatewaymanagementapi";
|
|
11
11
|
/**
|
|
12
12
|
* This is used to send reply back to client
|
|
13
13
|
* @param endpoint //endpoint of websockect
|
|
@@ -28,7 +28,28 @@ const sendToClient = (endpoint, params) => __awaiter(void 0, void 0, void 0, fun
|
|
|
28
28
|
return null;
|
|
29
29
|
}
|
|
30
30
|
});
|
|
31
|
+
/**
|
|
32
|
+
* This is used to delete the session
|
|
33
|
+
* @param endpoint //endpoint of websockect
|
|
34
|
+
* @param params //null
|
|
35
|
+
* @returns
|
|
36
|
+
*/
|
|
37
|
+
const deleteConnection = (endpoint, params) => __awaiter(void 0, void 0, void 0, function* () {
|
|
38
|
+
try {
|
|
39
|
+
const client = new ApiGatewayManagementApiClient({
|
|
40
|
+
endpoint: endpoint
|
|
41
|
+
});
|
|
42
|
+
const command = new DeleteConnectionCommand(params);
|
|
43
|
+
const response = yield client.send(command);
|
|
44
|
+
return response;
|
|
45
|
+
}
|
|
46
|
+
catch (error) {
|
|
47
|
+
console.log(error);
|
|
48
|
+
return null;
|
|
49
|
+
}
|
|
50
|
+
});
|
|
31
51
|
export const GatewayManagement = {
|
|
32
|
-
sendToClient
|
|
52
|
+
sendToClient,
|
|
53
|
+
deleteConnection
|
|
33
54
|
};
|
|
34
55
|
//# sourceMappingURL=AWSGatewayManagement.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AWSGatewayManagement.js","sourceRoot":"","sources":["../../../../aws/services/AWSGatewayManagement.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAC,6BAA6B,EAAC,uBAAuB,EAA+B,MAAM,yCAAyC,CAAC;
|
|
1
|
+
{"version":3,"file":"AWSGatewayManagement.js","sourceRoot":"","sources":["../../../../aws/services/AWSGatewayManagement.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAC,6BAA6B,EAAC,uBAAuB,EAAC,uBAAuB,EAA+B,MAAM,yCAAyC,CAAC;AAEpK;;;;;GAKG;AACH,MAAM,YAAY,GAAG,CAAO,QAAe,EAAC,MAAmC,EAAE,EAAE;IAC/E,IAAI;QACA,MAAM,MAAM,GAAG,IAAI,6BAA6B,CAAC;YAC9C,QAAQ,EAAE,QAAQ;SACpB,CAAC,CAAC;QACH,MAAM,OAAO,GAAG,IAAI,uBAAuB,CAAC,MAAM,CAAC,CAAC;QACpD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5C,OAAO,QAAQ,CAAC;KAEnB;IAAC,OAAO,KAAK,EAAE;QACZ,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAA;QAClB,OAAO,IAAI,CAAA;KACd;AACL,CAAC,CAAA,CAAA;AAED;;;;;GAKG;AACH,MAAM,gBAAgB,GAAG,CAAO,QAAe,EAAC,MAAmC,EAAE,EAAE;IACnF,IAAI;QACA,MAAM,MAAM,GAAG,IAAI,6BAA6B,CAAC;YAC9C,QAAQ,EAAE,QAAQ;SACpB,CAAC,CAAC;QACH,MAAM,OAAO,GAAG,IAAI,uBAAuB,CAAC,MAAM,CAAC,CAAC;QACpD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5C,OAAO,QAAQ,CAAC;KAEnB;IAAC,OAAO,KAAK,EAAE;QACZ,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAA;QAClB,OAAO,IAAI,CAAA;KACd;AACL,CAAC,CAAA,CAAA;AAED,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC7B,YAAY;IACZ,gBAAgB;CACnB,CAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { RecognizeTextCommandInput } from "@aws-sdk/client-lex-runtime-v2";
|
|
1
|
+
import { GetSessionCommandInput, RecognizeTextCommandInput } from "@aws-sdk/client-lex-runtime-v2";
|
|
2
2
|
export declare const LexRuntime: {
|
|
3
3
|
recognizeText: (lexParams: RecognizeTextCommandInput) => Promise<import("@aws-sdk/client-lex-runtime-v2").RecognizeTextCommandOutput>;
|
|
4
|
+
getSession: (lexSessionParams: GetSessionCommandInput) => Promise<import("@aws-sdk/client-lex-runtime-v2").GetSessionCommandOutput>;
|
|
4
5
|
};
|
|
@@ -7,7 +7,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
7
7
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
|
-
import { LexRuntimeV2Client, RecognizeTextCommand } from "@aws-sdk/client-lex-runtime-v2";
|
|
10
|
+
import { GetSessionCommand, LexRuntimeV2Client, RecognizeTextCommand } from "@aws-sdk/client-lex-runtime-v2";
|
|
11
11
|
const awsRegion = process.env.AWS_DEFAULT_REGION || 'us-east-1';
|
|
12
12
|
const client = new LexRuntimeV2Client({ region: awsRegion });
|
|
13
13
|
/**
|
|
@@ -29,7 +29,27 @@ const recognizeText = (lexParams) => __awaiter(void 0, void 0, void 0, function*
|
|
|
29
29
|
throw new Error('lex Error');
|
|
30
30
|
}
|
|
31
31
|
});
|
|
32
|
+
/**
|
|
33
|
+
* This method to use get lex bot session
|
|
34
|
+
* @param lexSessionParams
|
|
35
|
+
* @returns
|
|
36
|
+
*/
|
|
37
|
+
const getSession = (lexSessionParams) => __awaiter(void 0, void 0, void 0, function* () {
|
|
38
|
+
try {
|
|
39
|
+
let param = lexSessionParams;
|
|
40
|
+
const command = new GetSessionCommand(param);
|
|
41
|
+
const response = yield client.send(command);
|
|
42
|
+
console.log("response received from lex with session");
|
|
43
|
+
console.log(JSON.stringify(response));
|
|
44
|
+
return response;
|
|
45
|
+
}
|
|
46
|
+
catch (error) {
|
|
47
|
+
console.log(error);
|
|
48
|
+
throw new Error('lex Error to get session');
|
|
49
|
+
}
|
|
50
|
+
});
|
|
32
51
|
export const LexRuntime = {
|
|
33
|
-
recognizeText
|
|
52
|
+
recognizeText,
|
|
53
|
+
getSession
|
|
34
54
|
};
|
|
35
55
|
//# sourceMappingURL=AWSLexRuntime.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AWSLexRuntime.js","sourceRoot":"","sources":["../../../../aws/services/AWSLexRuntime.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"AWSLexRuntime.js","sourceRoot":"","sources":["../../../../aws/services/AWSLexRuntime.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,iBAAiB,EAEjB,kBAAkB,EAClB,oBAAoB,EAErB,MAAM,gCAAgC,CAAC;AAExC,MAAM,SAAS,GAAG,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,WAAW,CAAC;AAChE,MAAM,MAAM,GAAG,IAAI,kBAAkB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;AAE7D;;;;GAIG;AACH,MAAM,aAAa,GAAG,CAAO,SAAoC,EAAE,EAAE;IACnE,IAAI;QACF,IAAI,KAAK,GAAG,SAAS,CAAC;QACtB,MAAM,OAAO,GAAG,IAAI,oBAAoB,CAAC,KAAK,CAAC,CAAC;QAChD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAE5C,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;QAC1C,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC;QACtC,OAAO,QAAQ,CAAC;KAEjB;IAAC,OAAO,KAAK,EAAE;QACd,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACnB,MAAM,IAAI,KAAK,CAAC,WAAW,CAAC,CAAC;KAC9B;AACH,CAAC,CAAA,CAAA;AAED;;;;GAIG;AACH,MAAM,UAAU,GAAG,CAAO,gBAAwC,EAAE,EAAE;IACpE,IAAI;QACF,IAAI,KAAK,GAAG,gBAAgB,CAAC;QAC7B,MAAM,OAAO,GAAG,IAAI,iBAAiB,CAAC,KAAK,CAAC,CAAC;QAC7C,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAE5C,OAAO,CAAC,GAAG,CAAC,yCAAyC,CAAC,CAAC;QACvD,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC;QACtC,OAAO,QAAQ,CAAC;KAEjB;IAAC,OAAO,KAAK,EAAE;QACd,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACnB,MAAM,IAAI,KAAK,CAAC,0BAA0B,CAAC,CAAC;KAC7C;AACH,CAAC,CAAA,CAAA;AAID,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,aAAa;IACb,UAAU;CACX,CAAA"}
|