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