@topconsultnpm/sdk-ts 6.21.0-dev2.7 → 6.21.0-gp17
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.
|
@@ -4438,6 +4438,7 @@ export declare enum OcrCommandTypes {
|
|
|
4438
4438
|
RegEx = "RegEx",
|
|
4439
4439
|
RegExAndMerge = "RegExAndMerge",
|
|
4440
4440
|
RegExAndReplace = "RegExAndReplace",
|
|
4441
|
+
RegExAndJoin = "RegExAndJoin",
|
|
4441
4442
|
Trim = "Trim",
|
|
4442
4443
|
TrimAll = "TrimAll",
|
|
4443
4444
|
RemoveWhitespace = "RemoveWhitespace",
|
|
@@ -4458,9 +4459,6 @@ export declare enum OcrCommandTypes {
|
|
|
4458
4459
|
ParseDate = "ParseDate",
|
|
4459
4460
|
FormatDecimal = "FormatDecimal",
|
|
4460
4461
|
RemoveCurrency = "RemoveCurrency",
|
|
4461
|
-
NormalizeItalianTaxId = "NormalizeItalianTaxId",
|
|
4462
|
-
NormalizeCITES = "NormalizeCITES",
|
|
4463
|
-
ExtractInvoiceNumber = "ExtractInvoiceNumber",
|
|
4464
4462
|
Required = "Required"
|
|
4465
4463
|
}
|
|
4466
4464
|
export declare class OcrSixJobDescriptor extends JobDescriptor {
|
package/package.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name":
|
|
3
|
-
"version":
|
|
4
|
-
"description":
|
|
5
|
-
"main":
|
|
6
|
-
"types":
|
|
7
|
-
"scripts":
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"files":
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"dependencies":
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"author":
|
|
26
|
-
"license":
|
|
27
|
-
"devDependencies":
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
2
|
+
"name": "@topconsultnpm/sdk-ts",
|
|
3
|
+
"version": "6.21.0-gp17",
|
|
4
|
+
"description": "TopMedia SDK typescript",
|
|
5
|
+
"main": "dist/lib/index.js",
|
|
6
|
+
"types": "dist/types/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" \u0026\u0026 exit 1",
|
|
9
|
+
"tm-terser": "terser dist/lib/openAPIs/TopMediaServiceClient.js -c toplevel,passes=2 -m toplevel -o dist/lib/openAPIs/TopMediaServiceClient.js",
|
|
10
|
+
"tm-build": "tsc \u0026\u0026 npm run tm-terser",
|
|
11
|
+
"tm-watch": "tsc -w",
|
|
12
|
+
"tm-publish": "npm publish --tag latest",
|
|
13
|
+
"tm-publish_wl": "npm publish"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist/lib/**/*",
|
|
17
|
+
"dist/types/**/*"
|
|
18
|
+
],
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"@azure/msal-browser": "^4.28.1",
|
|
21
|
+
"@babel/runtime": "^7.28.4",
|
|
22
|
+
"async-mutex": "^0.4.0",
|
|
23
|
+
"axios": "1.15.0"
|
|
24
|
+
},
|
|
25
|
+
"author": "TopConsult",
|
|
26
|
+
"license": "ISC",
|
|
27
|
+
"devDependencies": {
|
|
28
|
+
"@types/node": "^18.11.18",
|
|
29
|
+
"terser": "^5.44.0",
|
|
30
|
+
"typescript": "^5.9.3"
|
|
31
|
+
}
|
|
32
|
+
}
|