chatbot-nc 1.0.21 → 1.0.22
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/AWSConnectCases.d.ts +2 -1
- package/dist/cjs/aws/services/AWSConnectCases.js +18 -0
- package/dist/cjs/aws/services/AWSConnectCases.js.map +1 -1
- package/dist/cjs/aws/services/AWSCustomerProfiles.d.ts +2 -1
- package/dist/cjs/aws/services/AWSCustomerProfiles.js +19 -1
- package/dist/cjs/aws/services/AWSCustomerProfiles.js.map +1 -1
- package/dist/esm/aws/index.d.ts +2 -0
- package/dist/esm/aws/services/AWSConnectCases.d.ts +2 -1
- package/dist/esm/aws/services/AWSConnectCases.js +19 -1
- package/dist/esm/aws/services/AWSConnectCases.js.map +1 -1
- package/dist/esm/aws/services/AWSCustomerProfiles.d.ts +2 -1
- package/dist/esm/aws/services/AWSCustomerProfiles.js +20 -2
- package/dist/esm/aws/services/AWSCustomerProfiles.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/aws/index.d.ts
CHANGED
|
@@ -61,8 +61,10 @@ export declare const AWS: {
|
|
|
61
61
|
};
|
|
62
62
|
CustomerProfile: {
|
|
63
63
|
createCustomerProfile: (params: import("@aws-sdk/client-customer-profiles").CreateProfileCommandInput) => Promise<import("@aws-sdk/client-customer-profiles").CreateProfileCommandOutput | undefined>;
|
|
64
|
+
searchCustomerProfile: (params: import("@aws-sdk/client-customer-profiles").SearchProfilesCommandInput) => Promise<import("@aws-sdk/client-customer-profiles").SearchProfilesCommandOutput | undefined>;
|
|
64
65
|
};
|
|
65
66
|
ConnectCases: {
|
|
66
67
|
createCase: (params: import("@aws-sdk/client-connectcases").CreateCaseCommandInput) => Promise<import("@aws-sdk/client-connectcases").CreateCaseCommandOutput | undefined>;
|
|
68
|
+
getCase: (params: import("@aws-sdk/client-connectcases").SearchCasesCommandInput) => Promise<import("@aws-sdk/client-connectcases").SearchCasesCommandOutput | undefined>;
|
|
67
69
|
};
|
|
68
70
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { CreateCaseCommandInput } from "@aws-sdk/client-connectcases";
|
|
1
|
+
import { CreateCaseCommandInput, SearchCasesCommandInput } from "@aws-sdk/client-connectcases";
|
|
2
2
|
export declare const ConnectCases: {
|
|
3
3
|
createCase: (params: CreateCaseCommandInput) => Promise<import("@aws-sdk/client-connectcases").CreateCaseCommandOutput | undefined>;
|
|
4
|
+
getCase: (params: SearchCasesCommandInput) => Promise<import("@aws-sdk/client-connectcases").SearchCasesCommandOutput | undefined>;
|
|
4
5
|
};
|
|
@@ -30,7 +30,25 @@ const createCase = (params) => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
30
30
|
console.log("Error into create the case");
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
|
+
/**
|
|
34
|
+
* Get Case is used to get single case in AWS Connect
|
|
35
|
+
* @param params Parameter to create the new case
|
|
36
|
+
* @returns
|
|
37
|
+
*/
|
|
38
|
+
const getCase = (params) => __awaiter(void 0, void 0, void 0, function* () {
|
|
39
|
+
try {
|
|
40
|
+
const command = new client_connectcases_1.SearchCasesCommand(params);
|
|
41
|
+
const data = yield client.send(command);
|
|
42
|
+
console.log("get case response: ", data);
|
|
43
|
+
return data;
|
|
44
|
+
}
|
|
45
|
+
catch (error) {
|
|
46
|
+
console.log(error);
|
|
47
|
+
console.log("Error into create the case");
|
|
48
|
+
}
|
|
49
|
+
});
|
|
33
50
|
exports.ConnectCases = {
|
|
34
51
|
createCase,
|
|
52
|
+
getCase
|
|
35
53
|
};
|
|
36
54
|
//# sourceMappingURL=AWSConnectCases.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AWSConnectCases.js","sourceRoot":"","sources":["../../../../aws/services/AWSConnectCases.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"AWSConnectCases.js","sourceRoot":"","sources":["../../../../aws/services/AWSConnectCases.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sEAA0J;AAEzJ,MAAM,SAAS,GAAG,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,WAAW,CAAC;AAChE,MAAM,MAAM,GAAG,IAAI,wCAAkB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;AAE7D;;;;GAIG;AACH,MAAM,UAAU,GAAG,CAAO,MAA8B,EAAE,EAAE;IACzD,IAAI;QAED,MAAM,OAAO,GAAG,IAAI,uCAAiB,CAAC,MAAM,CAAC,CAAC;QAC9C,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,OAAO,CAAC,GAAG,CAAC,wBAAwB,EAAC,IAAI,CAAC,CAAC;QAC3C,OAAO,IAAI,CAAC;KACd;IAAC,OAAO,KAAK,EAAE;QACb,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACnB,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;KAC5C;AACJ,CAAC,CAAA,CAAA;AAED;;;;GAIG;AACH,MAAM,OAAO,GAAG,CAAO,MAA+B,EAAE,EAAE;IACxD,IAAI;QAED,MAAM,OAAO,GAAG,IAAI,wCAAkB,CAAC,MAAM,CAAC,CAAC;QAC/C,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAC,IAAI,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC;KACd;IAAC,OAAO,KAAK,EAAE;QACb,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACnB,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;KAC5C;AACJ,CAAC,CAAA,CAAA;AAKa,QAAA,YAAY,GAAG;IACzB,UAAU;IACV,OAAO;CACT,CAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { CreateProfileCommandInput } from "@aws-sdk/client-customer-profiles";
|
|
1
|
+
import { CreateProfileCommandInput, SearchProfilesCommandInput } from "@aws-sdk/client-customer-profiles";
|
|
2
2
|
export declare const CustomerProfile: {
|
|
3
3
|
createCustomerProfile: (params: CreateProfileCommandInput) => Promise<import("@aws-sdk/client-customer-profiles").CreateProfileCommandOutput | undefined>;
|
|
4
|
+
searchCustomerProfile: (params: SearchProfilesCommandInput) => Promise<import("@aws-sdk/client-customer-profiles").SearchProfilesCommandOutput | undefined>;
|
|
4
5
|
};
|
|
@@ -30,7 +30,25 @@ const createCustomerProfile = (params) => __awaiter(void 0, void 0, void 0, func
|
|
|
30
30
|
console.log("Error into create the profile");
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
|
+
/**
|
|
34
|
+
* Get Customer Profile for customer in AWS Connect
|
|
35
|
+
* @param params Parameter to create the new profile
|
|
36
|
+
* @returns
|
|
37
|
+
*/
|
|
38
|
+
const searchCustomerProfile = (params) => __awaiter(void 0, void 0, void 0, function* () {
|
|
39
|
+
try {
|
|
40
|
+
const command = new client_customer_profiles_1.SearchProfilesCommand(params);
|
|
41
|
+
const data = yield client.send(command);
|
|
42
|
+
console.log('Get profile response: ', data);
|
|
43
|
+
return data;
|
|
44
|
+
}
|
|
45
|
+
catch (error) {
|
|
46
|
+
console.log(error);
|
|
47
|
+
console.log("Error into create the profile");
|
|
48
|
+
}
|
|
49
|
+
});
|
|
33
50
|
exports.CustomerProfile = {
|
|
34
|
-
createCustomerProfile
|
|
51
|
+
createCustomerProfile,
|
|
52
|
+
searchCustomerProfile
|
|
35
53
|
};
|
|
36
54
|
//# sourceMappingURL=AWSCustomerProfiles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AWSCustomerProfiles.js","sourceRoot":"","sources":["../../../../aws/services/AWSCustomerProfiles.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"AWSCustomerProfiles.js","sourceRoot":"","sources":["../../../../aws/services/AWSCustomerProfiles.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gFAAgL;AAE/K,MAAM,SAAS,GAAG,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,WAAW,CAAC;AAChE,MAAM,MAAM,GAAG,IAAI,iDAAsB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;AAEjE;;;;GAIG;AACH,MAAM,qBAAqB,GAAG,CAAO,MAAiC,EAAE,EAAE;IACvE,IAAI;QAED,MAAM,OAAO,GAAG,IAAI,+CAAoB,CAAC,MAAM,CAAC,CAAC;QACjD,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,OAAO,CAAC,GAAG,CAAC,2BAA2B,EAAC,IAAI,CAAC,CAAC;QAC9C,OAAO,IAAI,CAAC;KAEd;IAAC,OAAO,KAAK,EAAE;QACb,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACnB,OAAO,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC;KAC/C;AACJ,CAAC,CAAA,CAAA;AAEA;;;;EAIE;AACF,MAAM,qBAAqB,GAAG,CAAO,MAAkC,EAAE,EAAE;IAC1E,IAAI;QAED,MAAM,OAAO,GAAG,IAAI,gDAAqB,CAAC,MAAM,CAAC,CAAC;QAClD,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,OAAO,CAAC,GAAG,CAAC,wBAAwB,EAAC,IAAI,CAAC,CAAC;QAC3C,OAAO,IAAI,CAAC;KAEd;IAAC,OAAO,KAAK,EAAE;QACb,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACnB,OAAO,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC;KAC/C;AACJ,CAAC,CAAA,CAAA;AAEa,QAAA,eAAe,GAAG;IAC5B,qBAAqB;IACrB,qBAAqB;CACvB,CAAA"}
|
package/dist/esm/aws/index.d.ts
CHANGED
|
@@ -61,8 +61,10 @@ export declare const AWS: {
|
|
|
61
61
|
};
|
|
62
62
|
CustomerProfile: {
|
|
63
63
|
createCustomerProfile: (params: import("@aws-sdk/client-customer-profiles").CreateProfileCommandInput) => Promise<import("@aws-sdk/client-customer-profiles").CreateProfileCommandOutput | undefined>;
|
|
64
|
+
searchCustomerProfile: (params: import("@aws-sdk/client-customer-profiles").SearchProfilesCommandInput) => Promise<import("@aws-sdk/client-customer-profiles").SearchProfilesCommandOutput | undefined>;
|
|
64
65
|
};
|
|
65
66
|
ConnectCases: {
|
|
66
67
|
createCase: (params: import("@aws-sdk/client-connectcases").CreateCaseCommandInput) => Promise<import("@aws-sdk/client-connectcases").CreateCaseCommandOutput | undefined>;
|
|
68
|
+
getCase: (params: import("@aws-sdk/client-connectcases").SearchCasesCommandInput) => Promise<import("@aws-sdk/client-connectcases").SearchCasesCommandOutput | undefined>;
|
|
67
69
|
};
|
|
68
70
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { CreateCaseCommandInput } from "@aws-sdk/client-connectcases";
|
|
1
|
+
import { CreateCaseCommandInput, SearchCasesCommandInput } from "@aws-sdk/client-connectcases";
|
|
2
2
|
export declare const ConnectCases: {
|
|
3
3
|
createCase: (params: CreateCaseCommandInput) => Promise<import("@aws-sdk/client-connectcases").CreateCaseCommandOutput | undefined>;
|
|
4
|
+
getCase: (params: SearchCasesCommandInput) => Promise<import("@aws-sdk/client-connectcases").SearchCasesCommandOutput | undefined>;
|
|
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 { ConnectCasesClient, CreateCaseCommand } from "@aws-sdk/client-connectcases";
|
|
10
|
+
import { ConnectCasesClient, CreateCaseCommand, SearchCasesCommand } from "@aws-sdk/client-connectcases";
|
|
11
11
|
const awsRegion = process.env.AWS_DEFAULT_REGION || 'us-east-1';
|
|
12
12
|
const client = new ConnectCasesClient({ region: awsRegion });
|
|
13
13
|
/**
|
|
@@ -27,7 +27,25 @@ const createCase = (params) => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
27
27
|
console.log("Error into create the case");
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
|
+
/**
|
|
31
|
+
* Get Case is used to get single case in AWS Connect
|
|
32
|
+
* @param params Parameter to create the new case
|
|
33
|
+
* @returns
|
|
34
|
+
*/
|
|
35
|
+
const getCase = (params) => __awaiter(void 0, void 0, void 0, function* () {
|
|
36
|
+
try {
|
|
37
|
+
const command = new SearchCasesCommand(params);
|
|
38
|
+
const data = yield client.send(command);
|
|
39
|
+
console.log("get case response: ", data);
|
|
40
|
+
return data;
|
|
41
|
+
}
|
|
42
|
+
catch (error) {
|
|
43
|
+
console.log(error);
|
|
44
|
+
console.log("Error into create the case");
|
|
45
|
+
}
|
|
46
|
+
});
|
|
30
47
|
export const ConnectCases = {
|
|
31
48
|
createCase,
|
|
49
|
+
getCase
|
|
32
50
|
};
|
|
33
51
|
//# sourceMappingURL=AWSConnectCases.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AWSConnectCases.js","sourceRoot":"","sources":["../../../../aws/services/AWSConnectCases.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAA0B,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"AWSConnectCases.js","sourceRoot":"","sources":["../../../../aws/services/AWSConnectCases.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAA0B,kBAAkB,EAA2B,MAAM,8BAA8B,CAAC;AAEzJ,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,UAAU,GAAG,CAAO,MAA8B,EAAE,EAAE;IACzD,IAAI;QAED,MAAM,OAAO,GAAG,IAAI,iBAAiB,CAAC,MAAM,CAAC,CAAC;QAC9C,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,OAAO,CAAC,GAAG,CAAC,wBAAwB,EAAC,IAAI,CAAC,CAAC;QAC3C,OAAO,IAAI,CAAC;KACd;IAAC,OAAO,KAAK,EAAE;QACb,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACnB,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;KAC5C;AACJ,CAAC,CAAA,CAAA;AAED;;;;GAIG;AACH,MAAM,OAAO,GAAG,CAAO,MAA+B,EAAE,EAAE;IACxD,IAAI;QAED,MAAM,OAAO,GAAG,IAAI,kBAAkB,CAAC,MAAM,CAAC,CAAC;QAC/C,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAC,IAAI,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC;KACd;IAAC,OAAO,KAAK,EAAE;QACb,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACnB,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;KAC5C;AACJ,CAAC,CAAA,CAAA;AAKA,MAAM,CAAC,MAAM,YAAY,GAAG;IACzB,UAAU;IACV,OAAO;CACT,CAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { CreateProfileCommandInput } from "@aws-sdk/client-customer-profiles";
|
|
1
|
+
import { CreateProfileCommandInput, SearchProfilesCommandInput } from "@aws-sdk/client-customer-profiles";
|
|
2
2
|
export declare const CustomerProfile: {
|
|
3
3
|
createCustomerProfile: (params: CreateProfileCommandInput) => Promise<import("@aws-sdk/client-customer-profiles").CreateProfileCommandOutput | undefined>;
|
|
4
|
+
searchCustomerProfile: (params: SearchProfilesCommandInput) => Promise<import("@aws-sdk/client-customer-profiles").SearchProfilesCommandOutput | undefined>;
|
|
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 { CustomerProfilesClient, CreateProfileCommand } from "@aws-sdk/client-customer-profiles";
|
|
10
|
+
import { CustomerProfilesClient, CreateProfileCommand, SearchProfilesCommand, } from "@aws-sdk/client-customer-profiles";
|
|
11
11
|
const awsRegion = process.env.AWS_DEFAULT_REGION || 'us-east-1';
|
|
12
12
|
const client = new CustomerProfilesClient({ region: awsRegion });
|
|
13
13
|
/**
|
|
@@ -27,7 +27,25 @@ const createCustomerProfile = (params) => __awaiter(void 0, void 0, void 0, func
|
|
|
27
27
|
console.log("Error into create the profile");
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
|
+
/**
|
|
31
|
+
* Get Customer Profile for customer in AWS Connect
|
|
32
|
+
* @param params Parameter to create the new profile
|
|
33
|
+
* @returns
|
|
34
|
+
*/
|
|
35
|
+
const searchCustomerProfile = (params) => __awaiter(void 0, void 0, void 0, function* () {
|
|
36
|
+
try {
|
|
37
|
+
const command = new SearchProfilesCommand(params);
|
|
38
|
+
const data = yield client.send(command);
|
|
39
|
+
console.log('Get profile response: ', data);
|
|
40
|
+
return data;
|
|
41
|
+
}
|
|
42
|
+
catch (error) {
|
|
43
|
+
console.log(error);
|
|
44
|
+
console.log("Error into create the profile");
|
|
45
|
+
}
|
|
46
|
+
});
|
|
30
47
|
export const CustomerProfile = {
|
|
31
|
-
createCustomerProfile
|
|
48
|
+
createCustomerProfile,
|
|
49
|
+
searchCustomerProfile
|
|
32
50
|
};
|
|
33
51
|
//# sourceMappingURL=AWSCustomerProfiles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AWSCustomerProfiles.js","sourceRoot":"","sources":["../../../../aws/services/AWSCustomerProfiles.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,sBAAsB,EAAE,oBAAoB,EAA6B,MAAM,mCAAmC,CAAC;
|
|
1
|
+
{"version":3,"file":"AWSCustomerProfiles.js","sourceRoot":"","sources":["../../../../aws/services/AWSCustomerProfiles.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,sBAAsB,EAAE,oBAAoB,EAA6B,qBAAqB,GAA+B,MAAM,mCAAmC,CAAC;AAE/K,MAAM,SAAS,GAAG,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,WAAW,CAAC;AAChE,MAAM,MAAM,GAAG,IAAI,sBAAsB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;AAEjE;;;;GAIG;AACH,MAAM,qBAAqB,GAAG,CAAO,MAAiC,EAAE,EAAE;IACvE,IAAI;QAED,MAAM,OAAO,GAAG,IAAI,oBAAoB,CAAC,MAAM,CAAC,CAAC;QACjD,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,OAAO,CAAC,GAAG,CAAC,2BAA2B,EAAC,IAAI,CAAC,CAAC;QAC9C,OAAO,IAAI,CAAC;KAEd;IAAC,OAAO,KAAK,EAAE;QACb,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACnB,OAAO,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC;KAC/C;AACJ,CAAC,CAAA,CAAA;AAEA;;;;EAIE;AACF,MAAM,qBAAqB,GAAG,CAAO,MAAkC,EAAE,EAAE;IAC1E,IAAI;QAED,MAAM,OAAO,GAAG,IAAI,qBAAqB,CAAC,MAAM,CAAC,CAAC;QAClD,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,OAAO,CAAC,GAAG,CAAC,wBAAwB,EAAC,IAAI,CAAC,CAAC;QAC3C,OAAO,IAAI,CAAC;KAEd;IAAC,OAAO,KAAK,EAAE;QACb,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACnB,OAAO,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC;KAC/C;AACJ,CAAC,CAAA,CAAA;AAEA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC5B,qBAAqB;IACrB,qBAAqB;CACvB,CAAA"}
|