@arsedizioni/ars-utils 18.2.203 → 18.2.205
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/clipper.common/common/definitions.d.ts +10 -10
- package/clipper.common/common/services/clipper.service.d.ts +1 -1
- package/esm2022/clipper.common/common/definitions.mjs +11 -11
- package/esm2022/clipper.common/common/services/clipper.service.mjs +6 -16
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +15 -25
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/package.json +7 -7
|
@@ -16,16 +16,16 @@ export declare enum ClipperModuleGroup {
|
|
|
16
16
|
Archivio = 12
|
|
17
17
|
}
|
|
18
18
|
export declare enum ClipperModule {
|
|
19
|
-
NormativaVigente =
|
|
20
|
-
News =
|
|
21
|
-
GazzetteBollettiniEFontiDiverse =
|
|
22
|
-
Giurisprudenza =
|
|
23
|
-
ModificheAbrogazioniERinvii =
|
|
24
|
-
ScadenzeESegnalazioni =
|
|
25
|
-
AllerteAlimentari =
|
|
26
|
-
Approfondimenti =
|
|
27
|
-
QuesitiECasiRisolti =
|
|
28
|
-
MetodiDiAnalisi =
|
|
19
|
+
NormativaVigente = 4,
|
|
20
|
+
News = 1,
|
|
21
|
+
GazzetteBollettiniEFontiDiverse = 2,
|
|
22
|
+
Giurisprudenza = 5,
|
|
23
|
+
ModificheAbrogazioniERinvii = 3,
|
|
24
|
+
ScadenzeESegnalazioni = 12,
|
|
25
|
+
AllerteAlimentari = 8,
|
|
26
|
+
Approfondimenti = 6,
|
|
27
|
+
QuesitiECasiRisolti = 10,
|
|
28
|
+
MetodiDiAnalisi = 11,
|
|
29
29
|
Search = 999
|
|
30
30
|
}
|
|
31
31
|
export declare enum ClipperModel {
|