chatbot-nc 1.0.55 → 1.0.56
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 +1 -1
- package/dist/cjs/aws/services/AWSGatewayManagement.d.ts +2 -2
- package/dist/cjs/aws/services/AWSGatewayManagement.js.map +1 -1
- package/dist/esm/aws/index.d.ts +1 -1
- package/dist/esm/aws/services/AWSGatewayManagement.d.ts +2 -2
- package/dist/esm/aws/services/AWSGatewayManagement.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/aws/index.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export declare const AWS: {
|
|
|
75
75
|
};
|
|
76
76
|
GatewayManagement: {
|
|
77
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").
|
|
78
|
+
deleteConnection: (endpoint: string, params: import("@aws-sdk/client-apigatewaymanagementapi").DeleteConnectionCommandInput) => Promise<import("@aws-sdk/client-apigatewaymanagementapi").DeleteConnectionCommandOutput | null>;
|
|
79
79
|
};
|
|
80
80
|
Comprehend: {
|
|
81
81
|
recognizeLanguage: (message: string) => Promise<import("@aws-sdk/client-comprehend").DetectDominantLanguageCommandOutput>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PostToConnectionCommandInput } from "@aws-sdk/client-apigatewaymanagementapi";
|
|
1
|
+
import { DeleteConnectionCommandInput, 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:
|
|
4
|
+
deleteConnection: (endpoint: string, params: DeleteConnectionCommandInput) => Promise<import("@aws-sdk/client-apigatewaymanagementapi").DeleteConnectionCommandOutput | null>;
|
|
5
5
|
};
|
|
@@ -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,4FAAiM;AAEjM;;;;;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"}
|
package/dist/esm/aws/index.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export declare const AWS: {
|
|
|
75
75
|
};
|
|
76
76
|
GatewayManagement: {
|
|
77
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").
|
|
78
|
+
deleteConnection: (endpoint: string, params: import("@aws-sdk/client-apigatewaymanagementapi").DeleteConnectionCommandInput) => Promise<import("@aws-sdk/client-apigatewaymanagementapi").DeleteConnectionCommandOutput | null>;
|
|
79
79
|
};
|
|
80
80
|
Comprehend: {
|
|
81
81
|
recognizeLanguage: (message: string) => Promise<import("@aws-sdk/client-comprehend").DetectDominantLanguageCommandOutput>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PostToConnectionCommandInput } from "@aws-sdk/client-apigatewaymanagementapi";
|
|
1
|
+
import { DeleteConnectionCommandInput, 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:
|
|
4
|
+
deleteConnection: (endpoint: string, params: DeleteConnectionCommandInput) => Promise<import("@aws-sdk/client-apigatewaymanagementapi").DeleteConnectionCommandOutput | null>;
|
|
5
5
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AWSGatewayManagement.js","sourceRoot":"","sources":["../../../../aws/services/AWSGatewayManagement.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAC,6BAA6B,EAAC,uBAAuB,
|
|
1
|
+
{"version":3,"file":"AWSGatewayManagement.js","sourceRoot":"","sources":["../../../../aws/services/AWSGatewayManagement.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAC,6BAA6B,EAAC,uBAAuB,EAA8B,uBAAuB,EAA+B,MAAM,yCAAyC,CAAC;AAEjM;;;;;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"}
|