bpjs-bridge 1.0.2 → 1.0.3
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/dist/index.d.ts +1 -0
- package/dist/index.js +4 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.BpjsError = void 0;
|
|
17
18
|
__exportStar(require("./core/httpClient"), exports);
|
|
18
19
|
__exportStar(require("./core/configHelper"), exports);
|
|
19
20
|
__exportStar(require("./services/pcare/pcare.service"), exports);
|
|
@@ -30,3 +31,6 @@ __exportStar(require("./types/pendaftaran"), exports);
|
|
|
30
31
|
__exportStar(require("./types/spesialis"), exports);
|
|
31
32
|
__exportStar(require("./types/antreanFktp"), exports);
|
|
32
33
|
__exportStar(require("./types/icare"), exports);
|
|
34
|
+
// error
|
|
35
|
+
var globalErroModule_1 = require("./types/globalErroModule");
|
|
36
|
+
Object.defineProperty(exports, "BpjsError", { enumerable: true, get: function () { return globalErroModule_1.BpjsError; } });
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpjs-bridge",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "Integrasi BPJS PCare, Antrean FKTP, VClaim, dan iCare dengan dukungan Redis Cache, Logging, dan Modular Service Architecture. ",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"module": "dist/index.mjs",
|