ravcredit-lib 0.0.28 → 0.0.30

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ravcredit-lib",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "types": "./index.d.ts",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
package/src/index.d.ts CHANGED
@@ -2,60 +2,63 @@
2
2
  * Public API Surface of ravcredit-lib
3
3
  */
4
4
 
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';
22
-
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';
34
-
35
- export * from './lib/v1/idb/indexed-db.service';
36
- export * from './lib/v1/const/constants';
37
-
38
- export * from './lib/v2/constant/constants';
39
- export * from './lib/v2/constant/messages';
40
-
41
- export * from './lib/v2/objects/oAws';
42
- export * from './lib/v2/objects/oCatalog';
43
- export * from './lib/v2/objects/oContract';
44
- export * from './lib/v2/objects/oAsset';
45
- export * from './lib/v2/objects/oCompany';
46
- export * from './lib/v2/objects/oScoreDto';
47
- export * from './lib/v2/objects/oMediaDto';
48
-
49
- export * from './lib/v2/objects/oUtil';
50
- export * from './lib/v2/objects/oHttp';
51
-
52
- export * from './lib/v2/enum/EnumAsset';
53
- export * from './lib/v2/enum/EnumAuth';
54
- export * from './lib/v2/enum/EnumClient';
55
- export * from './lib/v2/enum/EnumConekta';
56
- export * from './lib/v2/enum/EnumDynamic';
57
- export * from './lib/v2/enum/EnumNotification';
58
- export * from './lib/v2/enum/EnumPassport';
59
- export * from './lib/v2/enum/EnumRoles';
60
- export * from './lib/v2/enum/EnumUtil';
61
- export * from './lib/v2/enum/EnumVerification';
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';
23
+
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';
35
+
36
+ export * from './lib/v1/idb/indexed-db.service';
37
+ export * from './lib/v1/const/constants';
38
+
39
+ export * from './lib/v2/constant/constants';
40
+ export * from './lib/v2/constant/messages';
41
+
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';
49
+
50
+ export * from './lib/v2/objects/oUtil';
51
+ export * from './lib/v2/objects/oHttp';
52
+
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
+ }
package/tsconfig.lib.json CHANGED
@@ -7,7 +7,9 @@
7
7
  "declaration": true,
8
8
  "declarationMap": true,
9
9
  "inlineSources": true,
10
- "types": []
10
+ "types": [
11
+ "./src/index.d.ts"
12
+ ]
11
13
  },
12
14
  "exclude": [
13
15
  "**/*.spec.ts"