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

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.
@@ -110,8 +110,8 @@ const statusClaim = {
110
110
  CLAIM_WAITING_PAYMENT_CLAIM: {
111
111
  code: '301',
112
112
  desc: {
113
- en: 'Waiting Payment Claim',
114
- id: 'Menunggu Pembayaran Claim'
113
+ en: 'Waiting Transfer Slip',
114
+ id: 'Menunggu Bukti Bayar'
115
115
  },
116
116
  },
117
117
  CLAIM_WAITING_TRANSFER_SLIP: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "1.7.26",
3
+ "version": "1.7.27",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {