@esfaenza/httpservice 15.2.3 → 15.2.5
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/esm2020/lib/config/HttpServiceExtensions.mjs +9 -1
- package/esm2020/lib/config/HttpServiceModuleConfig.mjs +1 -1
- package/esm2020/lib/httpservice.module.mjs +6 -11
- package/esm2020/lib/httpservice.service.mjs +91 -83
- package/esm2020/lib/tokens.mjs +1 -5
- package/fesm2015/esfaenza-httpservice.mjs +124 -143
- package/fesm2015/esfaenza-httpservice.mjs.map +1 -1
- package/fesm2020/esfaenza-httpservice.mjs +100 -120
- package/fesm2020/esfaenza-httpservice.mjs.map +1 -1
- package/lib/config/HttpServiceExtensions.d.ts +3 -0
- package/lib/config/HttpServiceModuleConfig.d.ts +0 -4
- package/lib/httpservice.service.d.ts +6 -5
- package/lib/tokens.d.ts +0 -4
- package/package.json +2 -1
- package/esm2020/lib/httpservice.service.loc.mjs +0 -28
- package/lib/httpservice.service.loc.d.ts +0 -93
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Oggetto statico di localizzazione per i messaggi
|
|
3
|
-
*/
|
|
4
|
-
export declare const Loc: {
|
|
5
|
-
"Result for": {
|
|
6
|
-
"en-US": string;
|
|
7
|
-
"it-IT": string;
|
|
8
|
-
};
|
|
9
|
-
"retrieved from cache": {
|
|
10
|
-
"en-US": string;
|
|
11
|
-
"it-IT": string;
|
|
12
|
-
};
|
|
13
|
-
"Cached result for": {
|
|
14
|
-
"en-US": string;
|
|
15
|
-
"it-IT": string;
|
|
16
|
-
};
|
|
17
|
-
"Starting call": {
|
|
18
|
-
"en-US": string;
|
|
19
|
-
"it-IT": string;
|
|
20
|
-
};
|
|
21
|
-
"at URL": {
|
|
22
|
-
"en-US": string;
|
|
23
|
-
"it-IT": string;
|
|
24
|
-
};
|
|
25
|
-
"Invlalidating cache element": {
|
|
26
|
-
"en-US": string;
|
|
27
|
-
"it-IT": string;
|
|
28
|
-
};
|
|
29
|
-
"Finalizing call": {
|
|
30
|
-
"en-US": string;
|
|
31
|
-
"it-IT": string;
|
|
32
|
-
};
|
|
33
|
-
"with status": {
|
|
34
|
-
"en-US": string;
|
|
35
|
-
"it-IT": string;
|
|
36
|
-
};
|
|
37
|
-
Success: {
|
|
38
|
-
"en-US": string;
|
|
39
|
-
"it-IT": string;
|
|
40
|
-
};
|
|
41
|
-
Failure: {
|
|
42
|
-
"en-US": string;
|
|
43
|
-
"it-IT": string;
|
|
44
|
-
};
|
|
45
|
-
"Error 401 on call": {
|
|
46
|
-
"en-US": string;
|
|
47
|
-
"it-IT": string;
|
|
48
|
-
};
|
|
49
|
-
"with redirect already in progress. Ignoring this event": {
|
|
50
|
-
"en-US": string;
|
|
51
|
-
"it-IT": string;
|
|
52
|
-
};
|
|
53
|
-
"redirecting to login": {
|
|
54
|
-
"en-US": string;
|
|
55
|
-
"it-IT": string;
|
|
56
|
-
};
|
|
57
|
-
"Redirecting to Login, ignoring HTTP error on call": {
|
|
58
|
-
"en-US": string;
|
|
59
|
-
"it-IT": string;
|
|
60
|
-
};
|
|
61
|
-
"Already Handling an error, ignoring HTTP error on call": {
|
|
62
|
-
"en-US": string;
|
|
63
|
-
"it-IT": string;
|
|
64
|
-
};
|
|
65
|
-
"Error 444 on call": {
|
|
66
|
-
"en-US": string;
|
|
67
|
-
"it-IT": string;
|
|
68
|
-
};
|
|
69
|
-
"Resource not found": {
|
|
70
|
-
"en-US": string;
|
|
71
|
-
"it-IT": string;
|
|
72
|
-
};
|
|
73
|
-
"Converted old storage system to new one": {
|
|
74
|
-
"en-US": string;
|
|
75
|
-
"it-IT": string;
|
|
76
|
-
};
|
|
77
|
-
"Marking cache to be persisted as soon as possible": {
|
|
78
|
-
"en-US": string;
|
|
79
|
-
"it-IT": string;
|
|
80
|
-
};
|
|
81
|
-
"No more HTTP calls to be executed, entering idle state and persisting modified caches": {
|
|
82
|
-
"en-US": string;
|
|
83
|
-
"it-IT": string;
|
|
84
|
-
};
|
|
85
|
-
"Caches succesfully persisted": {
|
|
86
|
-
"en-US": string;
|
|
87
|
-
"it-IT": string;
|
|
88
|
-
};
|
|
89
|
-
"Errors persisting modified caches": {
|
|
90
|
-
"en-US": string;
|
|
91
|
-
"it-IT": string;
|
|
92
|
-
};
|
|
93
|
-
};
|