@provis/provis-common-be-module 1.7.27 → 1.7.29

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.
@@ -112,13 +112,6 @@ declare const statusClaim: {
112
112
  id: string;
113
113
  };
114
114
  };
115
- CLAIM_WAITING_TRANSFER_SLIP: {
116
- code: string;
117
- desc: {
118
- en: string;
119
- id: string;
120
- };
121
- };
122
115
  CLAIM_PAID: {
123
116
  code: string;
124
117
  desc: {
@@ -114,13 +114,6 @@ const statusClaim = {
114
114
  id: 'Menunggu Bukti Bayar'
115
115
  },
116
116
  },
117
- CLAIM_WAITING_TRANSFER_SLIP: {
118
- code: '302',
119
- desc: {
120
- en: 'Waiting Transfer Slip',
121
- id: 'Klaim Berhasil Dibayarkan'
122
- },
123
- },
124
117
  CLAIM_PAID: {
125
118
  code: '310',
126
119
  desc: {
@@ -160,7 +153,6 @@ statusClaim.LIST_ACTIVE = [
160
153
  statusClaim.SUBMIT_DOC_CLAIM_TO_INSURANCE.code,
161
154
  statusClaim.CLAIM_APPROVED.code,
162
155
  statusClaim.CLAIM_WAITING_PAYMENT_CLAIM.code,
163
- statusClaim.CLAIM_WAITING_TRANSFER_SLIP.code,
164
156
  statusClaim.CLAIM_REJECTED.code,
165
157
  statusClaim.CLAIM_PAID.code,
166
158
  statusClaim.CLAIM_WITHDRAWAL.code,
@@ -4,7 +4,7 @@ const config_1 = require("../constants/config");
4
4
  const getCurrentDate_1 = require("./getCurrentDate");
5
5
  const monthIndo = [
6
6
  'Januari',
7
- 'Febuari',
7
+ 'Februari',
8
8
  'Maret',
9
9
  'April',
10
10
  'Mei',
@@ -18,7 +18,7 @@ const monthIndo = [
18
18
  ];
19
19
  const monthEng = [
20
20
  'January',
21
- 'Febuary',
21
+ 'February',
22
22
  'March',
23
23
  'April',
24
24
  'May',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "1.7.27",
3
+ "version": "1.7.29",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {