@topconsultnpm/sdk-ts 6.21.0-dev3.5 → 6.21.0-dev4.2
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/types/Engine.d.ts
CHANGED
|
@@ -2125,6 +2125,24 @@ export declare enum Rentri_MetadataNames {
|
|
|
2125
2125
|
ProgressivoA_Assoluto = "Rentri_ProgressivoA_Assoluto",
|
|
2126
2126
|
NumeroRegistrazioni_Assoluto = "Rentri_NumeroRegistrazioni_Assoluto"
|
|
2127
2127
|
}
|
|
2128
|
+
export declare enum XFIR_MetadataNames {
|
|
2129
|
+
Partenza_DataEmissione = "XFIR_Partenza_DataEmissione",
|
|
2130
|
+
Partenza_NumeroFIR = "XFIR_Partenza_NumeroFIR",
|
|
2131
|
+
Partenza_Prod_CodiceFiscale = "XFIR_Partenza_Prod_CodiceFiscale",
|
|
2132
|
+
Partenza_Prod_Denominazione = "XFIR_Partenza_Prod_Denominazione",
|
|
2133
|
+
Partenza_Prod_NumIscrSito = "XFIR_Partenza_Prod_NumIscrSito",
|
|
2134
|
+
Partenza_Dest_CodiceFiscale = "XFIR_Partenza_Dest_CodiceFiscale",
|
|
2135
|
+
Partenza_Dest_Denominazione = "XFIR_Partenza_Dest_Denominazione",
|
|
2136
|
+
Partenza_Dest_Aut_Numero = "XFIR_Partenza_Dest_Aut_Numero",
|
|
2137
|
+
Partenza_Dest_Aut_Tipo = "XFIR_Partenza_Dest_Aut_Tipo",
|
|
2138
|
+
Partenza_Dest_Attivita = "XFIR_Partenza_Dest_Attivita",
|
|
2139
|
+
Partenza_Rifiuto_CodiceEER = "XFIR_Partenza_Rifiuto_CodiceEER",
|
|
2140
|
+
Partenza_Rifiuto_StatoFisico = "XFIR_Partenza_Rifiuto_StatoFisico",
|
|
2141
|
+
Partenza_Rifiuto_Quantita = "XFIR_Partenza_Rifiuto_Quantita",
|
|
2142
|
+
Accettazione_Tipo = "XFIR_Accettazione_Tipo",
|
|
2143
|
+
Accettazione_Quantita = "XFIR_Accettazione_Quantita",
|
|
2144
|
+
Accettazione_DataOraArrivo = "XFIR_Accettazione_DataOraArrivo"
|
|
2145
|
+
}
|
|
2128
2146
|
export declare enum FE_DistillazioneEstesa_MetadataNames {
|
|
2129
2147
|
Divisa = "Divisa",
|
|
2130
2148
|
Causale = "Causale",
|
|
@@ -2016,6 +2016,7 @@ export declare class CaseFlowAction extends BaseDescriptor {
|
|
|
2016
2016
|
assignees?: CaseFlowAssigneeDescriptor[] | undefined;
|
|
2017
2017
|
actionTID?: number;
|
|
2018
2018
|
assigneesSetRule?: WorkItemSetRules;
|
|
2019
|
+
completionMIDs?: number[] | undefined;
|
|
2019
2020
|
init(_data?: any): void;
|
|
2020
2021
|
static fromJS(data: any): CaseFlowAction;
|
|
2021
2022
|
toJSON(data?: any): any;
|
|
@@ -2491,6 +2492,8 @@ export declare class DcmtArchiveLicenseDescriptor {
|
|
|
2491
2492
|
surfer?: LicenseModule;
|
|
2492
2493
|
outlookConnector?: LicenseModule;
|
|
2493
2494
|
officeConnector?: LicenseModule;
|
|
2495
|
+
pecGest?: LicenseModule;
|
|
2496
|
+
naturalSearch?: LicenseModule;
|
|
2494
2497
|
surferArk?: LicenseModule;
|
|
2495
2498
|
wrkGroup?: LicenseModule;
|
|
2496
2499
|
dossier?: LicenseModule;
|
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-dev4.2",
|
|
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
|
+
}
|