@aws-sdk/client-textract 3.362.0 → 3.369.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/dist-cjs/Textract.js +1 -1
- package/dist-cjs/TextractClient.js +5 -5
- package/dist-cjs/commands/AnalyzeDocumentCommand.js +3 -3
- package/dist-cjs/commands/AnalyzeExpenseCommand.js +3 -3
- package/dist-cjs/commands/AnalyzeIDCommand.js +3 -3
- package/dist-cjs/commands/DetectDocumentTextCommand.js +3 -3
- package/dist-cjs/commands/GetDocumentAnalysisCommand.js +3 -3
- package/dist-cjs/commands/GetDocumentTextDetectionCommand.js +3 -3
- package/dist-cjs/commands/GetExpenseAnalysisCommand.js +3 -3
- package/dist-cjs/commands/GetLendingAnalysisCommand.js +3 -3
- package/dist-cjs/commands/GetLendingAnalysisSummaryCommand.js +3 -3
- package/dist-cjs/commands/StartDocumentAnalysisCommand.js +3 -3
- package/dist-cjs/commands/StartDocumentTextDetectionCommand.js +3 -3
- package/dist-cjs/commands/StartExpenseAnalysisCommand.js +3 -3
- package/dist-cjs/commands/StartLendingAnalysisCommand.js +3 -3
- package/dist-cjs/models/TextractServiceException.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-es/Textract.js +1 -1
- package/dist-es/TextractClient.js +5 -5
- package/dist-es/commands/AnalyzeDocumentCommand.js +3 -3
- package/dist-es/commands/AnalyzeExpenseCommand.js +3 -3
- package/dist-es/commands/AnalyzeIDCommand.js +3 -3
- package/dist-es/commands/DetectDocumentTextCommand.js +3 -3
- package/dist-es/commands/GetDocumentAnalysisCommand.js +3 -3
- package/dist-es/commands/GetDocumentTextDetectionCommand.js +3 -3
- package/dist-es/commands/GetExpenseAnalysisCommand.js +3 -3
- package/dist-es/commands/GetLendingAnalysisCommand.js +3 -3
- package/dist-es/commands/GetLendingAnalysisSummaryCommand.js +3 -3
- package/dist-es/commands/StartDocumentAnalysisCommand.js +3 -3
- package/dist-es/commands/StartDocumentTextDetectionCommand.js +3 -3
- package/dist-es/commands/StartExpenseAnalysisCommand.js +3 -3
- package/dist-es/commands/StartLendingAnalysisCommand.js +3 -3
- package/dist-es/models/TextractServiceException.js +1 -1
- package/dist-es/protocols/Aws_json1_1.js +1 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-types/Textract.d.ts +1 -1
- package/dist-types/TextractClient.d.ts +8 -8
- package/dist-types/commands/AnalyzeDocumentCommand.d.ts +3 -3
- package/dist-types/commands/AnalyzeExpenseCommand.d.ts +3 -3
- package/dist-types/commands/AnalyzeIDCommand.d.ts +3 -3
- package/dist-types/commands/DetectDocumentTextCommand.d.ts +3 -3
- package/dist-types/commands/GetDocumentAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/GetDocumentTextDetectionCommand.d.ts +3 -3
- package/dist-types/commands/GetExpenseAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/GetLendingAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/GetLendingAnalysisSummaryCommand.d.ts +3 -3
- package/dist-types/commands/StartDocumentAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/StartDocumentTextDetectionCommand.d.ts +3 -3
- package/dist-types/commands/StartExpenseAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/StartLendingAnalysisCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/TextractServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/Textract.d.ts +1 -1
- package/dist-types/ts3.4/TextractClient.d.ts +19 -21
- package/dist-types/ts3.4/commands/AnalyzeDocumentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/AnalyzeExpenseCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/AnalyzeIDCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DetectDocumentTextCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetDocumentAnalysisCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetDocumentTextDetectionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetExpenseAnalysisCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetLendingAnalysisCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetLendingAnalysisSummaryCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartDocumentAnalysisCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartDocumentTextDetectionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartExpenseAnalysisCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartLendingAnalysisCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/TextractServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +34 -33
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-textract",
|
|
3
3
|
"description": "AWS SDK for JavaScript Textract Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.369.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,43 +21,44 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/
|
|
26
|
-
"@aws-sdk/
|
|
27
|
-
"@aws-sdk/
|
|
28
|
-
"@aws-sdk/
|
|
29
|
-
"@aws-sdk/
|
|
30
|
-
"@aws-sdk/middleware-
|
|
31
|
-
"@aws-sdk/
|
|
32
|
-
"@aws-sdk/
|
|
33
|
-
"@aws-sdk/
|
|
34
|
-
"@aws-sdk/
|
|
35
|
-
"@
|
|
36
|
-
"@
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.357.0",
|
|
51
|
-
"@aws-sdk/util-retry": "3.362.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
54
|
-
"@aws-sdk/util-utf8": "3.310.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.369.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.369.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.369.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.369.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.369.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.369.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.369.0",
|
|
31
|
+
"@aws-sdk/types": "3.369.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.369.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.369.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.369.0",
|
|
35
|
+
"@smithy/config-resolver": "^1.0.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^1.0.1",
|
|
37
|
+
"@smithy/hash-node": "^1.0.1",
|
|
38
|
+
"@smithy/invalid-dependency": "^1.0.1",
|
|
39
|
+
"@smithy/middleware-content-length": "^1.0.1",
|
|
40
|
+
"@smithy/middleware-endpoint": "^1.0.1",
|
|
41
|
+
"@smithy/middleware-retry": "^1.0.2",
|
|
42
|
+
"@smithy/middleware-serde": "^1.0.1",
|
|
43
|
+
"@smithy/middleware-stack": "^1.0.1",
|
|
44
|
+
"@smithy/node-config-provider": "^1.0.1",
|
|
45
|
+
"@smithy/node-http-handler": "^1.0.2",
|
|
55
46
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
|
-
"@smithy/
|
|
47
|
+
"@smithy/smithy-client": "^1.0.3",
|
|
48
|
+
"@smithy/types": "^1.1.0",
|
|
49
|
+
"@smithy/url-parser": "^1.0.1",
|
|
50
|
+
"@smithy/util-base64": "^1.0.1",
|
|
51
|
+
"@smithy/util-body-length-browser": "^1.0.1",
|
|
52
|
+
"@smithy/util-body-length-node": "^1.0.1",
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^1.0.1",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^1.0.1",
|
|
55
|
+
"@smithy/util-retry": "^1.0.2",
|
|
56
|
+
"@smithy/util-utf8": "^1.0.1",
|
|
57
57
|
"tslib": "^2.5.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
61
|
+
"@smithy/service-client-documentation-generator": "^1.0.1",
|
|
61
62
|
"@tsconfig/node14": "1.0.3",
|
|
62
63
|
"@types/node": "^14.14.31",
|
|
63
64
|
"concurrently": "7.0.0",
|