chatbot-agentic 1.0.7 → 1.0.9

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.
@@ -19,4 +19,12 @@ export declare const AWS: {
19
19
  BedrockRuntime: {
20
20
  invokeModel: (data: import("@aws-sdk/client-bedrock-runtime").InvokeModelCommandInput) => Promise<import("@aws-sdk/client-bedrock-runtime").InvokeModelCommandOutput>;
21
21
  };
22
+ Rekognition: {
23
+ startLableDetection: (data: import("@aws-sdk/client-rekognition").StartLabelDetectionCommandInput) => Promise<import("@aws-sdk/client-rekognition").StartLabelDetectionCommandOutput>;
24
+ getLabelDetection: (data: import("@aws-sdk/client-rekognition").GetLabelDetectionCommandInput) => Promise<import("@aws-sdk/client-rekognition").GetLabelDetectionCommandOutput>;
25
+ };
26
+ Textract: {
27
+ startDocumentTextDetection: (data: import("@aws-sdk/client-textract").StartDocumentTextDetectionCommandInput) => Promise<import("@aws-sdk/client-textract").StartDocumentTextDetectionCommandOutput>;
28
+ getDocumentTextDetection: (data: import("@aws-sdk/client-textract").GetDocumentTextDetectionCommandInput) => Promise<import("@aws-sdk/client-textract").GetDocumentTextDetectionCommandOutput>;
29
+ };
22
30
  };
@@ -4,9 +4,13 @@ exports.AWS = void 0;
4
4
  const AWSBedrockAgent_1 = require("./services/AWSBedrockAgent");
5
5
  const AWSBedrockAgentRuntime_1 = require("./services/AWSBedrockAgentRuntime");
6
6
  const AWSBedrockRuntime_1 = require("./services/AWSBedrockRuntime");
7
+ const AWSRekognition_1 = require("./services/AWSRekognition");
8
+ const AWSTextTract_1 = require("./services/AWSTextTract");
7
9
  exports.AWS = {
8
10
  Agent: AWSBedrockAgent_1.Agent,
9
11
  AgentRuntime: AWSBedrockAgentRuntime_1.AgentRuntime,
10
- BedrockRuntime: AWSBedrockRuntime_1.BedrockRuntime
12
+ BedrockRuntime: AWSBedrockRuntime_1.BedrockRuntime,
13
+ Rekognition: AWSRekognition_1.Rekognition,
14
+ Textract: AWSTextTract_1.Textract
11
15
  };
12
16
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../aws/index.ts"],"names":[],"mappings":";;;AAAA,gEAAmD;AACnD,8EAAiE;AACjE,oEAA8D;AAGjD,QAAA,GAAG,GAAG;IACf,KAAK,EAAL,uBAAK;IACL,YAAY,EAAZ,qCAAY;IACZ,cAAc,EAAd,kCAAc;CACjB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../aws/index.ts"],"names":[],"mappings":";;;AAAA,gEAAmD;AACnD,8EAAiE;AACjE,oEAA8D;AAC9D,8DAAwD;AACxD,0DAAmD;AAItC,QAAA,GAAG,GAAG;IACf,KAAK,EAAL,uBAAK;IACL,YAAY,EAAZ,qCAAY;IACZ,cAAc,EAAd,kCAAc;IACd,WAAW,EAAX,4BAAW;IACX,QAAQ,EAAR,uBAAQ;CACX,CAAA"}
@@ -0,0 +1,5 @@
1
+ import { GetLabelDetectionCommandInput, StartLabelDetectionCommandInput } from "@aws-sdk/client-rekognition";
2
+ export declare const Rekognition: {
3
+ startLableDetection: (data: StartLabelDetectionCommandInput) => Promise<import("@aws-sdk/client-rekognition").StartLabelDetectionCommandOutput>;
4
+ getLabelDetection: (data: GetLabelDetectionCommandInput) => Promise<import("@aws-sdk/client-rekognition").GetLabelDetectionCommandOutput>;
5
+ };
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Rekognition = void 0;
4
+ const client_rekognition_1 = require("@aws-sdk/client-rekognition");
5
+ const environment = (process.env.NODE_ENVIRONMENT || 'Test');
6
+ const awsRegion = (process.env.AWS_DEFAULT_REGION || 'us-east-1');
7
+ const client = new client_rekognition_1.RekognitionClient({ region: awsRegion });
8
+ /**
9
+ * This is used to detect the label
10
+ * @param data
11
+ * @returns
12
+ */
13
+ const startLableDetection = async (data) => {
14
+ try {
15
+ const command = new client_rekognition_1.StartLabelDetectionCommand(data);
16
+ const response = await client.send(command);
17
+ return response;
18
+ }
19
+ catch (error) {
20
+ console.info(`error occured while lable detection`);
21
+ throw error;
22
+ }
23
+ };
24
+ const getLabelDetection = async (data) => {
25
+ try {
26
+ const command = new client_rekognition_1.GetLabelDetectionCommand(data);
27
+ const response = await client.send(command);
28
+ return response;
29
+ }
30
+ catch (error) {
31
+ console.info(`error occured while get lable detection details`);
32
+ throw error;
33
+ }
34
+ };
35
+ exports.Rekognition = {
36
+ startLableDetection,
37
+ getLabelDetection
38
+ };
39
+ //# sourceMappingURL=AWSRekognition.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AWSRekognition.js","sourceRoot":"","sources":["../../../../aws/services/AWSRekognition.ts"],"names":[],"mappings":";;;AAAA,oEAAsL;AAEtL,MAAM,WAAW,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,gBAAgB,IAAI,MAAM,CAAC,CAAC;AAC7D,MAAM,SAAS,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,WAAW,CAAC,CAAC;AAClE,MAAM,MAAM,GAAG,IAAI,sCAAiB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;AAE5D;;;;GAIG;AACH,MAAM,mBAAmB,GAAG,KAAK,EAAE,IAAoC,EAAG,EAAE;IAC1E,IAAI,CAAC;QACH,MAAM,OAAO,GAAG,IAAI,+CAA0B,CAAC,IAAI,CAAC,CAAC;QACrD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5C,OAAO,QAAQ,CAAC;IAClB,CAAC;IAAC,OAAO,KAAU,EAAE,CAAC;QACpB,OAAO,CAAC,IAAI,CAAC,qCAAqC,CAAC,CAAC;QACpD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAA;AAED,MAAM,iBAAiB,GAAE,KAAK,EAAE,IAAkC,EAAG,EAAE;IACrE,IAAI,CAAC;QACH,MAAM,OAAO,GAAG,IAAI,6CAAwB,CAAC,IAAI,CAAC,CAAC;QACnD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5C,OAAO,QAAQ,CAAC;IAClB,CAAC;IAAC,OAAO,KAAU,EAAE,CAAC;QACpB,OAAO,CAAC,IAAI,CAAC,iDAAiD,CAAC,CAAC;QAChE,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAA;AAGY,QAAA,WAAW,GAAG;IACxB,mBAAmB;IACnB,iBAAiB;CACnB,CAAA"}
@@ -0,0 +1,5 @@
1
+ import { StartDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandInput } from "@aws-sdk/client-textract";
2
+ export declare const Textract: {
3
+ startDocumentTextDetection: (data: StartDocumentTextDetectionCommandInput) => Promise<import("@aws-sdk/client-textract").StartDocumentTextDetectionCommandOutput>;
4
+ getDocumentTextDetection: (data: GetDocumentTextDetectionCommandInput) => Promise<import("@aws-sdk/client-textract").GetDocumentTextDetectionCommandOutput>;
5
+ };
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Textract = void 0;
4
+ const client_textract_1 = require("@aws-sdk/client-textract");
5
+ const environment = (process.env.NODE_ENVIRONMENT || 'Test');
6
+ const awsRegion = (process.env.AWS_DEFAULT_REGION || 'us-east-1');
7
+ const client = new client_textract_1.TextractClient({ region: awsRegion });
8
+ /**
9
+ * This is used to detect the text
10
+ * @param data
11
+ * @returns
12
+ */
13
+ const startDocumentTextDetection = async (data) => {
14
+ try {
15
+ const command = new client_textract_1.StartDocumentTextDetectionCommand(data);
16
+ const response = await client.send(command);
17
+ return response;
18
+ }
19
+ catch (error) {
20
+ console.info(`error occured while text detection`);
21
+ throw error;
22
+ }
23
+ };
24
+ /**
25
+ * This is used to get text detection details
26
+ * @param data
27
+ * @returns
28
+ */
29
+ const getDocumentTextDetection = async (data) => {
30
+ try {
31
+ const command = new client_textract_1.GetDocumentTextDetectionCommand(data);
32
+ const response = await client.send(command);
33
+ return response;
34
+ }
35
+ catch (error) {
36
+ console.info(`error occured while get text detection`);
37
+ throw error;
38
+ }
39
+ };
40
+ exports.Textract = {
41
+ startDocumentTextDetection,
42
+ getDocumentTextDetection
43
+ };
44
+ //# sourceMappingURL=AWSTextTract.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AWSTextTract.js","sourceRoot":"","sources":["../../../../aws/services/AWSTextTract.ts"],"names":[],"mappings":";;;AAAA,8DAA6M;AAE7M,MAAM,WAAW,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,gBAAgB,IAAI,MAAM,CAAC,CAAC;AAC7D,MAAM,SAAS,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,WAAW,CAAC,CAAC;AAClE,MAAM,MAAM,GAAG,IAAI,gCAAc,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;AAEzD;;;;GAIG;AACH,MAAM,0BAA0B,GAAG,KAAK,EAAE,IAA2C,EAAG,EAAE;IACxF,IAAI,CAAC;QACH,MAAM,OAAO,GAAG,IAAI,mDAAiC,CAAC,IAAI,CAAC,CAAC;QAC5D,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5C,OAAO,QAAQ,CAAC;IAClB,CAAC;IAAC,OAAO,KAAU,EAAE,CAAC;QACpB,OAAO,CAAC,IAAI,CAAC,oCAAoC,CAAC,CAAC;QACnD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAA;AAED;;;;GAIG;AACH,MAAM,wBAAwB,GAAG,KAAK,EAAE,IAAyC,EAAG,EAAE;IACpF,IAAI,CAAC;QACH,MAAM,OAAO,GAAG,IAAI,iDAA+B,CAAC,IAAI,CAAC,CAAC;QAC1D,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5C,OAAO,QAAQ,CAAC;IAClB,CAAC;IAAC,OAAO,KAAU,EAAE,CAAC;QACpB,OAAO,CAAC,IAAI,CAAC,wCAAwC,CAAC,CAAC;QACvD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAA;AAEY,QAAA,QAAQ,GAAG;IACrB,0BAA0B;IAC1B,wBAAwB;CAC1B,CAAA"}
@@ -19,4 +19,12 @@ export declare const AWS: {
19
19
  BedrockRuntime: {
20
20
  invokeModel: (data: import("@aws-sdk/client-bedrock-runtime").InvokeModelCommandInput) => Promise<import("@aws-sdk/client-bedrock-runtime").InvokeModelCommandOutput>;
21
21
  };
22
+ Rekognition: {
23
+ startLableDetection: (data: import("@aws-sdk/client-rekognition").StartLabelDetectionCommandInput) => Promise<import("@aws-sdk/client-rekognition").StartLabelDetectionCommandOutput>;
24
+ getLabelDetection: (data: import("@aws-sdk/client-rekognition").GetLabelDetectionCommandInput) => Promise<import("@aws-sdk/client-rekognition").GetLabelDetectionCommandOutput>;
25
+ };
26
+ Textract: {
27
+ startDocumentTextDetection: (data: import("@aws-sdk/client-textract").StartDocumentTextDetectionCommandInput) => Promise<import("@aws-sdk/client-textract").StartDocumentTextDetectionCommandOutput>;
28
+ getDocumentTextDetection: (data: import("@aws-sdk/client-textract").GetDocumentTextDetectionCommandInput) => Promise<import("@aws-sdk/client-textract").GetDocumentTextDetectionCommandOutput>;
29
+ };
22
30
  };
@@ -1,9 +1,13 @@
1
1
  import { Agent } from "./services/AWSBedrockAgent";
2
2
  import { AgentRuntime } from "./services/AWSBedrockAgentRuntime";
3
3
  import { BedrockRuntime } from "./services/AWSBedrockRuntime";
4
+ import { Rekognition } from "./services/AWSRekognition";
5
+ import { Textract } from "./services/AWSTextTract";
4
6
  export const AWS = {
5
7
  Agent,
6
8
  AgentRuntime,
7
- BedrockRuntime
9
+ BedrockRuntime,
10
+ Rekognition,
11
+ Textract
8
12
  };
9
13
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../aws/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAG9D,MAAM,CAAC,MAAM,GAAG,GAAG;IACf,KAAK;IACL,YAAY;IACZ,cAAc;CACjB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../aws/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAInD,MAAM,CAAC,MAAM,GAAG,GAAG;IACf,KAAK;IACL,YAAY;IACZ,cAAc;IACd,WAAW;IACX,QAAQ;CACX,CAAA"}
@@ -0,0 +1,5 @@
1
+ import { GetLabelDetectionCommandInput, StartLabelDetectionCommandInput } from "@aws-sdk/client-rekognition";
2
+ export declare const Rekognition: {
3
+ startLableDetection: (data: StartLabelDetectionCommandInput) => Promise<import("@aws-sdk/client-rekognition").StartLabelDetectionCommandOutput>;
4
+ getLabelDetection: (data: GetLabelDetectionCommandInput) => Promise<import("@aws-sdk/client-rekognition").GetLabelDetectionCommandOutput>;
5
+ };
@@ -0,0 +1,45 @@
1
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
+ return new (P || (P = Promise))(function (resolve, reject) {
4
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
8
+ });
9
+ };
10
+ import { GetLabelDetectionCommand, RekognitionClient, StartLabelDetectionCommand } from "@aws-sdk/client-rekognition";
11
+ const environment = (process.env.NODE_ENVIRONMENT || 'Test');
12
+ const awsRegion = (process.env.AWS_DEFAULT_REGION || 'us-east-1');
13
+ const client = new RekognitionClient({ region: awsRegion });
14
+ /**
15
+ * This is used to detect the label
16
+ * @param data
17
+ * @returns
18
+ */
19
+ const startLableDetection = (data) => __awaiter(void 0, void 0, void 0, function* () {
20
+ try {
21
+ const command = new StartLabelDetectionCommand(data);
22
+ const response = yield client.send(command);
23
+ return response;
24
+ }
25
+ catch (error) {
26
+ console.info(`error occured while lable detection`);
27
+ throw error;
28
+ }
29
+ });
30
+ const getLabelDetection = (data) => __awaiter(void 0, void 0, void 0, function* () {
31
+ try {
32
+ const command = new GetLabelDetectionCommand(data);
33
+ const response = yield client.send(command);
34
+ return response;
35
+ }
36
+ catch (error) {
37
+ console.info(`error occured while get lable detection details`);
38
+ throw error;
39
+ }
40
+ });
41
+ export const Rekognition = {
42
+ startLableDetection,
43
+ getLabelDetection
44
+ };
45
+ //# sourceMappingURL=AWSRekognition.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AWSRekognition.js","sourceRoot":"","sources":["../../../../aws/services/AWSRekognition.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,wBAAwB,EAAiC,iBAAiB,EAAC,0BAA0B,EAAoC,MAAM,6BAA6B,CAAC;AAEtL,MAAM,WAAW,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,gBAAgB,IAAI,MAAM,CAAC,CAAC;AAC7D,MAAM,SAAS,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,WAAW,CAAC,CAAC;AAClE,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;AAE5D;;;;GAIG;AACH,MAAM,mBAAmB,GAAG,CAAO,IAAoC,EAAG,EAAE;IAC1E,IAAI,CAAC;QACH,MAAM,OAAO,GAAG,IAAI,0BAA0B,CAAC,IAAI,CAAC,CAAC;QACrD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5C,OAAO,QAAQ,CAAC;IAClB,CAAC;IAAC,OAAO,KAAU,EAAE,CAAC;QACpB,OAAO,CAAC,IAAI,CAAC,qCAAqC,CAAC,CAAC;QACpD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAA,CAAA;AAED,MAAM,iBAAiB,GAAE,CAAO,IAAkC,EAAG,EAAE;IACrE,IAAI,CAAC;QACH,MAAM,OAAO,GAAG,IAAI,wBAAwB,CAAC,IAAI,CAAC,CAAC;QACnD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5C,OAAO,QAAQ,CAAC;IAClB,CAAC;IAAC,OAAO,KAAU,EAAE,CAAC;QACpB,OAAO,CAAC,IAAI,CAAC,iDAAiD,CAAC,CAAC;QAChE,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAA,CAAA;AAGD,MAAM,CAAC,MAAM,WAAW,GAAG;IACxB,mBAAmB;IACnB,iBAAiB;CACnB,CAAA"}
@@ -0,0 +1,5 @@
1
+ import { StartDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandInput } from "@aws-sdk/client-textract";
2
+ export declare const Textract: {
3
+ startDocumentTextDetection: (data: StartDocumentTextDetectionCommandInput) => Promise<import("@aws-sdk/client-textract").StartDocumentTextDetectionCommandOutput>;
4
+ getDocumentTextDetection: (data: GetDocumentTextDetectionCommandInput) => Promise<import("@aws-sdk/client-textract").GetDocumentTextDetectionCommandOutput>;
5
+ };
@@ -0,0 +1,50 @@
1
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
+ return new (P || (P = Promise))(function (resolve, reject) {
4
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
8
+ });
9
+ };
10
+ import { TextractClient, StartDocumentTextDetectionCommand, GetDocumentTextDetectionCommand } from "@aws-sdk/client-textract";
11
+ const environment = (process.env.NODE_ENVIRONMENT || 'Test');
12
+ const awsRegion = (process.env.AWS_DEFAULT_REGION || 'us-east-1');
13
+ const client = new TextractClient({ region: awsRegion });
14
+ /**
15
+ * This is used to detect the text
16
+ * @param data
17
+ * @returns
18
+ */
19
+ const startDocumentTextDetection = (data) => __awaiter(void 0, void 0, void 0, function* () {
20
+ try {
21
+ const command = new StartDocumentTextDetectionCommand(data);
22
+ const response = yield client.send(command);
23
+ return response;
24
+ }
25
+ catch (error) {
26
+ console.info(`error occured while text detection`);
27
+ throw error;
28
+ }
29
+ });
30
+ /**
31
+ * This is used to get text detection details
32
+ * @param data
33
+ * @returns
34
+ */
35
+ const getDocumentTextDetection = (data) => __awaiter(void 0, void 0, void 0, function* () {
36
+ try {
37
+ const command = new GetDocumentTextDetectionCommand(data);
38
+ const response = yield client.send(command);
39
+ return response;
40
+ }
41
+ catch (error) {
42
+ console.info(`error occured while get text detection`);
43
+ throw error;
44
+ }
45
+ });
46
+ export const Textract = {
47
+ startDocumentTextDetection,
48
+ getDocumentTextDetection
49
+ };
50
+ //# sourceMappingURL=AWSTextTract.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AWSTextTract.js","sourceRoot":"","sources":["../../../../aws/services/AWSTextTract.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,cAAc,EAAE,iCAAiC,EAAgF,+BAA+B,EAAG,MAAM,0BAA0B,CAAC;AAE7M,MAAM,WAAW,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,gBAAgB,IAAI,MAAM,CAAC,CAAC;AAC7D,MAAM,SAAS,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,WAAW,CAAC,CAAC;AAClE,MAAM,MAAM,GAAG,IAAI,cAAc,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;AAEzD;;;;GAIG;AACH,MAAM,0BAA0B,GAAG,CAAO,IAA2C,EAAG,EAAE;IACxF,IAAI,CAAC;QACH,MAAM,OAAO,GAAG,IAAI,iCAAiC,CAAC,IAAI,CAAC,CAAC;QAC5D,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5C,OAAO,QAAQ,CAAC;IAClB,CAAC;IAAC,OAAO,KAAU,EAAE,CAAC;QACpB,OAAO,CAAC,IAAI,CAAC,oCAAoC,CAAC,CAAC;QACnD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAA,CAAA;AAED;;;;GAIG;AACH,MAAM,wBAAwB,GAAG,CAAO,IAAyC,EAAG,EAAE;IACpF,IAAI,CAAC;QACH,MAAM,OAAO,GAAG,IAAI,+BAA+B,CAAC,IAAI,CAAC,CAAC;QAC1D,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5C,OAAO,QAAQ,CAAC;IAClB,CAAC;IAAC,OAAO,KAAU,EAAE,CAAC;QACpB,OAAO,CAAC,IAAI,CAAC,wCAAwC,CAAC,CAAC;QACvD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAA,CAAA;AAED,MAAM,CAAC,MAAM,QAAQ,GAAG;IACrB,0BAA0B;IAC1B,wBAAwB;CAC1B,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chatbot-agentic",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -19,7 +19,9 @@
19
19
  "dependencies": {
20
20
  "@aws-sdk/client-bedrock-agent": "^3.936.0",
21
21
  "@aws-sdk/client-bedrock-agent-runtime": "^3.846.0",
22
- "@aws-sdk/client-bedrock-runtime": "^3.966.0"
22
+ "@aws-sdk/client-bedrock-runtime": "^3.966.0",
23
+ "@aws-sdk/client-rekognition": "^3.966.0",
24
+ "@aws-sdk/client-textract": "^3.966.0"
23
25
  },
24
26
  "devDependencies": {
25
27
  "@types/ms": "^0.7.31",