@topconsultnpm/sdk-ts 6.20.0 → 6.21.0-dev1.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/lib/Engine.d.ts +1734 -0
- package/dist/lib/Engine.js +111 -0
- package/dist/lib/TopMediaServer.d.ts +26 -0
- package/dist/lib/TopMediaServiceClientEx.d.ts +20 -0
- package/dist/lib/TopMediaSession.d.ts +120 -0
- package/dist/lib/helper/ExtMethods.d.ts +4 -0
- package/dist/lib/helper/LocalStorageService.d.ts +10 -0
- package/dist/lib/helper/PlatformObjectValidator.d.ts +43 -0
- package/dist/lib/helper/SDK_CacheServices.d.ts +104 -0
- package/dist/lib/helper/SDK_Globals.d.ts +35 -0
- package/dist/lib/helper/SDK_Localizator.d.ts +136 -0
- package/dist/lib/helper/StandardHelper.d.ts +4 -0
- package/dist/lib/helper/StringHelper.d.ts +4 -0
- package/dist/lib/helper/index.d.ts +7 -0
- package/dist/lib/helper/utils.d.ts +12 -0
- package/dist/lib/index.d.ts +6 -0
- package/dist/lib/openAPIs/TopMediaServiceClient.d.ts +8158 -0
- package/dist/types/Engine.d.ts +105 -0
- package/package.json +1 -1
package/dist/types/Engine.d.ts
CHANGED
|
@@ -1879,6 +1879,48 @@ export declare enum SystemTIDs {
|
|
|
1879
1879
|
Chronology = 15,
|
|
1880
1880
|
Users = 1000001
|
|
1881
1881
|
}
|
|
1882
|
+
export declare enum IdCRequiredMd_DocInf {
|
|
1883
|
+
ModalitaFormazione = 103,
|
|
1884
|
+
TipologiaDocumentale = 104,
|
|
1885
|
+
ChiaveDescrittiva_ParoleChiave = 105,
|
|
1886
|
+
DatiRegistrazione_TipologiaFlusso = 106,
|
|
1887
|
+
DatiRegistrazione_TipoRegistro = 107,
|
|
1888
|
+
DatiRegistrazione_DataRegistrazione = 108,
|
|
1889
|
+
DatiRegistrazione_NumeroDocumento = 109,
|
|
1890
|
+
DatiRegistrazione_IdRegistro = 110,
|
|
1891
|
+
Soggetti_Autore_TipoSoggetto = 113,
|
|
1892
|
+
Soggetti_Autore_Cognome = 111,
|
|
1893
|
+
Soggetti_Autore_Nome = 112,
|
|
1894
|
+
Soggetti_Autore_Denominazione = 114,
|
|
1895
|
+
Soggetti_Autore_Denominazione2 = 171,
|
|
1896
|
+
Soggetti_Autore_Denominazione3 = 116,
|
|
1897
|
+
Soggetti_Autore_Codice = 115,
|
|
1898
|
+
Soggetti_Autore_IndirizziDigitali = 117,
|
|
1899
|
+
Soggetti_Mittente_TipoSoggetto = 118,
|
|
1900
|
+
Soggetti_Mittente_Cognome = 172,
|
|
1901
|
+
Soggetti_Mittente_Nome = 173,
|
|
1902
|
+
Soggetti_Mittente_Denominazione = 119,
|
|
1903
|
+
Soggetti_Mittente_Denominazione2 = 174,
|
|
1904
|
+
Soggetti_Mittente_Denominazione3 = 121,
|
|
1905
|
+
Soggetti_Mittente_Codice = 120,
|
|
1906
|
+
Soggetti_Mittente_IndirizziDigitali = 122,
|
|
1907
|
+
Soggetti_SER_TipoSoggetto = 206,
|
|
1908
|
+
Soggetti_SER_Cognome = 207,
|
|
1909
|
+
Soggetti_SER_Nome = 208,
|
|
1910
|
+
Soggetti_SER_Denominazione = 209,
|
|
1911
|
+
Soggetti_SER_Denominazione2 = 210,
|
|
1912
|
+
Soggetti_SER_Denominazione3 = 211,
|
|
1913
|
+
Soggetti_SER_Codice = 212,
|
|
1914
|
+
Soggetti_SER_IndirizziDigitali = 213,
|
|
1915
|
+
Riservato = 154,
|
|
1916
|
+
IdFormato_Formato = 155,
|
|
1917
|
+
IdFormato_NomeProdotto = 156,
|
|
1918
|
+
IdFormato_VersioneProdotto = 157,
|
|
1919
|
+
IdFormato_Produttore = 158,
|
|
1920
|
+
NomeDelDocumento = 218,
|
|
1921
|
+
TempoConservazione = 169,
|
|
1922
|
+
Note = 170
|
|
1923
|
+
}
|
|
1882
1924
|
export declare enum FEAttach_MetadataNames {
|
|
1883
1925
|
Numero = "Numero",
|
|
1884
1926
|
Nome = "Nome",
|
|
@@ -1971,6 +2013,14 @@ export declare enum CICO_MetadataNames {
|
|
|
1971
2013
|
CICO_CheckoutDate = "CICO_CheckoutDate",
|
|
1972
2014
|
CICO_Version = "CICO_Version"
|
|
1973
2015
|
}
|
|
2016
|
+
export declare enum IVisto_MetadataNames {
|
|
2017
|
+
ExitCode = "IVisto_ExitCode",
|
|
2018
|
+
ExitDate = "IVisto_ExitDate",
|
|
2019
|
+
ExitRefNumber = "IVisto_ExitRefNumber",
|
|
2020
|
+
ExportRefNumber = "IVisto_ExportRefNumber",
|
|
2021
|
+
MRN = "IVisto_MRN",
|
|
2022
|
+
Transit = "IVisto_Transit"
|
|
2023
|
+
}
|
|
1974
2024
|
export declare enum NSONotif_MetadataNames {
|
|
1975
2025
|
TipoNotifica = "Tipo notifica",
|
|
1976
2026
|
NomeFile = "NomeFile",
|
|
@@ -1983,6 +2033,21 @@ export declare enum NSONotif_MetadataNames {
|
|
|
1983
2033
|
Note = "Note",
|
|
1984
2034
|
MailMessageID = "MailMessageID"
|
|
1985
2035
|
}
|
|
2036
|
+
export declare enum NSO_DistillazioneEstesa_MetadataNames {
|
|
2037
|
+
IdFiscCliente = "IdFiscale Cliente",
|
|
2038
|
+
IdFiscForn = "IdFiscale Fornitore",
|
|
2039
|
+
RifCliente = "Rif. Cliente",
|
|
2040
|
+
RifQuotazione = "Rif. Quotazione",
|
|
2041
|
+
CIG = "CIG",
|
|
2042
|
+
CUP = "CUP",
|
|
2043
|
+
ContattoClienteMail = "Contatto Cliente (Mail)",
|
|
2044
|
+
ContattoClienteNome = "Contatto Cliente (Nome)",
|
|
2045
|
+
ContattoClienteTel = "Contatto Cliente (Tel)",
|
|
2046
|
+
ContattoFornMail = "Contatto Fornitore (Mail)",
|
|
2047
|
+
ContattoFornNome = "Contatto Fornitore (Nome)",
|
|
2048
|
+
ContattoFornTel = "Contatto Fornitore (Tel)",
|
|
2049
|
+
DenomPrimaLineaOrdine = "Denom. prima linea ordine"
|
|
2050
|
+
}
|
|
1986
2051
|
export declare enum PagoPA_Receipt_MetadataNames {
|
|
1987
2052
|
IstitutoAttestante = "Istituto attestante",
|
|
1988
2053
|
SoggettoVersantePagatore = "Soggetto versante-pagatore",
|
|
@@ -1996,6 +2061,12 @@ export declare enum PagoPA_Receipt_MetadataNames {
|
|
|
1996
2061
|
TipoXML = "TipoXML",
|
|
1997
2062
|
CodiceCliente = "Codice Cliente"
|
|
1998
2063
|
}
|
|
2064
|
+
export declare enum PEPPOL_MetadataNames {
|
|
2065
|
+
CanaleInvio = "Canale invio",
|
|
2066
|
+
MsgID = "PEPPOL MsgID",
|
|
2067
|
+
DataInvio = "PEPPOL Data invio",
|
|
2068
|
+
Status = "PEPPOL Status"
|
|
2069
|
+
}
|
|
1999
2070
|
export declare enum Rentri_MetadataNames {
|
|
2000
2071
|
Anno = "Rentri_Anno",
|
|
2001
2072
|
AutoreRichiesta = "Rentri_AutoreRichiesta",
|
|
@@ -2019,6 +2090,40 @@ export declare enum Rentri_MetadataNames {
|
|
|
2019
2090
|
ProgressivoA_Assoluto = "Rentri_ProgressivoA_Assoluto",
|
|
2020
2091
|
NumeroRegistrazioni_Assoluto = "Rentri_NumeroRegistrazioni_Assoluto"
|
|
2021
2092
|
}
|
|
2093
|
+
export declare enum FE_DistillazioneEstesa_MetadataNames {
|
|
2094
|
+
Divisa = "Divisa",
|
|
2095
|
+
Causale = "Causale",
|
|
2096
|
+
OdA_IdDocumento = "OdA_IdDocumento",
|
|
2097
|
+
OdA_Data = "OdA_Data",
|
|
2098
|
+
OdA_CodCommConv = "OdA_CodCommessaConv",
|
|
2099
|
+
TriplettaNSO = "TriplettaNSO",
|
|
2100
|
+
ImponibileImporto = "ImponibileImporto",
|
|
2101
|
+
Imposta = "Imposta",
|
|
2102
|
+
ModalitaPagamento = "ModalitaPagamento",
|
|
2103
|
+
DataScadenzaPagamento = "DataScadenzaPagamento",
|
|
2104
|
+
IBAN = "IBAN",
|
|
2105
|
+
RifAmministrazione = "RifAmministrazione",
|
|
2106
|
+
NumeroDDT = "NumeroDDT",
|
|
2107
|
+
DataDDT = "DataDDT",
|
|
2108
|
+
DFC_IdDocumento = "DFC_IdDocumento",
|
|
2109
|
+
DFC_Data = "DFC_Data",
|
|
2110
|
+
IdPaeseCliente = "IdPaese Cliente",
|
|
2111
|
+
IdPaeseForn = "IdPaese Fornitore"
|
|
2112
|
+
}
|
|
2113
|
+
export declare enum SAP_MetadataNames {
|
|
2114
|
+
SAP_DocID = "SAP_DocID",
|
|
2115
|
+
SAP_CompID = "SAP_CompID",
|
|
2116
|
+
SAP_ContentType = "SAP_ContentType",
|
|
2117
|
+
SAP_Deleted = "SAP_Deleted",
|
|
2118
|
+
SAP_Barcode_Value = "SAP_Barcode_Value",
|
|
2119
|
+
SAP_Barcode_XferStatus = "SAP_Barcode_XferStatus",
|
|
2120
|
+
SAP_Barcode_XferDate = "SAP_Barcode_XferDate",
|
|
2121
|
+
SAP_Barcode_XferNumber = "SAP_Barcode_XferNumber",
|
|
2122
|
+
SAP_Barcode_XferMessage = "SAP_Barcode_XferMessage",
|
|
2123
|
+
SAP_Align_XferStatus = "SAP_Align_XferStatus",
|
|
2124
|
+
SAP_Align_XferDate = "SAP_Align_XferDate",
|
|
2125
|
+
SAP_Align_XferMessage = "SAP_Align_XferMessage"
|
|
2126
|
+
}
|
|
2022
2127
|
export declare enum WorkItemMetadataNames {
|
|
2023
2128
|
WI_From = "WI_From",
|
|
2024
2129
|
WI_CreationTime = "WI_CreationTime",
|