bpjs-bridge 1.0.13-beta.2 → 1.0.13-beta.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DataObject, DataPaginate } from "../../../types/global";
|
|
2
2
|
import { KunjunganPayload, KunjunganRujukanType, KunjunganType, RiwayatKunjunganType } from "../../../types/kunjungan";
|
|
3
3
|
import { PcareService } from "../pcare.service";
|
|
4
4
|
export declare class KunjunganModule {
|
|
@@ -9,7 +9,7 @@ export declare class KunjunganModule {
|
|
|
9
9
|
* @param nomorKunjungan
|
|
10
10
|
* @returns
|
|
11
11
|
*/
|
|
12
|
-
getRujukan(nomorKunjungan: string): Promise<
|
|
12
|
+
getRujukan(nomorKunjungan: string): Promise<DataObject<KunjunganRujukanType>>;
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @param nomorKartu
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpjs-bridge",
|
|
3
|
-
"version": "1.0.13-beta.
|
|
3
|
+
"version": "1.0.13-beta.3",
|
|
4
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",
|