ravcredit-lib 0.0.30 → 0.0.31
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/package.json +1 -1
- package/src/index.d.ts +56 -54
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -2,63 +2,65 @@
|
|
|
2
2
|
* Public API Surface of ravcredit-lib
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
export * from './lib/v1/objects/oVerification';
|
|
5
|
+
export * from './lib/ravcredit-lib.service';
|
|
6
|
+
export * from './lib/ravcredit-lib.component';
|
|
7
|
+
export * from './lib/v1/objects/oAddress';
|
|
8
|
+
export * from './lib/v1/objects/oBusiness';
|
|
9
|
+
// export * from './lib/v1/objects/oClient';
|
|
10
|
+
export * from './lib/v1/objects/oConekta';
|
|
11
|
+
export * from './lib/v1/objects/oContract';
|
|
12
|
+
export * from './lib/v1/objects/oContractAll';
|
|
13
|
+
export * from './lib/v1/objects/oCustomer';
|
|
14
|
+
export * from './lib/v1/objects/oDevice';
|
|
15
|
+
export * from './lib/v1/objects/oFinancial';
|
|
16
|
+
export * from './lib/v1/objects/oLogIn';
|
|
17
|
+
export * from './lib/v1/objects/oNewPayment';
|
|
18
|
+
export * from './lib/v1/objects/oNotification';
|
|
19
|
+
export * from './lib/v1/objects/oPassport';
|
|
20
|
+
export * from './lib/v1/objects/oUser';
|
|
21
|
+
export * from './lib/v1/objects/oVerification';
|
|
23
22
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
23
|
+
export * from './lib/v1/util/UtilClient';
|
|
24
|
+
export * from './lib/v1/util/UtilsHttp'
|
|
25
|
+
export * from './lib/v1/util/UtilBusiness';
|
|
26
|
+
export * from './lib/v1/util/UtilDynamiCore';
|
|
27
|
+
export * from './lib/v1/util/UtilContract';
|
|
28
|
+
export * from './lib/v1/util/UtilConekta';
|
|
29
|
+
export * from './lib/v1/util/UtilNotification';
|
|
30
|
+
export * from './lib/v1/util/UtilTime';
|
|
31
|
+
export * from './lib/v1/util/UtilDashboard';
|
|
32
|
+
export * from './lib/v1/util/UtilPassport';
|
|
33
|
+
export * from './lib/v1/util/UtilPayment';
|
|
35
34
|
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
export * from './lib/v1/idb/indexed-db.service';
|
|
36
|
+
export * from './lib/v1/const/constants';
|
|
38
37
|
|
|
39
|
-
|
|
40
|
-
|
|
38
|
+
export * from './lib/v2/constant/constants';
|
|
39
|
+
export * from './lib/v2/constant/messages';
|
|
41
40
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
41
|
+
export * from './lib/v2/objects/oAsset';
|
|
42
|
+
export * from './lib/v2/objects/oAws';
|
|
43
|
+
export * from './lib/v2/objects/oCatalog';
|
|
44
|
+
export * from './lib/v2/objects/oClient';
|
|
45
|
+
export * from './lib/v2/objects/oCompany';
|
|
46
|
+
export * from './lib/v2/objects/oContract';
|
|
47
|
+
export * from './lib/v2/objects/oHttp';
|
|
48
|
+
export * from './lib/v2/objects/oMediaDto';
|
|
49
|
+
export * from './lib/v2/objects/oMessaging';
|
|
50
|
+
export * from './lib/v2/objects/oScoreDto';
|
|
51
|
+
export * from './lib/v2/objects/oUtil';
|
|
49
52
|
|
|
50
|
-
|
|
51
|
-
|
|
53
|
+
export * from './lib/v2/objects/oUtil';
|
|
54
|
+
export * from './lib/v2/objects/oHttp';
|
|
52
55
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}
|
|
56
|
+
export * from './lib/v2/enum/EnumAsset';
|
|
57
|
+
export * from './lib/v2/enum/EnumAuth';
|
|
58
|
+
export * from './lib/v2/enum/EnumClient';
|
|
59
|
+
export * from './lib/v2/enum/EnumConekta';
|
|
60
|
+
export * from './lib/v2/enum/EnumDynamic';
|
|
61
|
+
export * from './lib/v2/enum/EnumNotification';
|
|
62
|
+
export * from './lib/v2/enum/EnumPassport';
|
|
63
|
+
export * from './lib/v2/enum/EnumRoles';
|
|
64
|
+
export * from './lib/v2/enum/EnumToken';
|
|
65
|
+
export * from './lib/v2/enum/EnumUtil';
|
|
66
|
+
export * from './lib/v2/enum/EnumVerification';
|