@provis/provis-common-be-module 2.3.7 → 2.3.9

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.
@@ -48,19 +48,5 @@ declare const _default: {
48
48
  en: string;
49
49
  };
50
50
  }[];
51
- PERSONAL: {
52
- order: number;
53
- desc: {
54
- id: string;
55
- en: string;
56
- };
57
- }[];
58
- BUSINESS: {
59
- order: number;
60
- desc: {
61
- id: string;
62
- en: string;
63
- };
64
- }[];
65
51
  };
66
52
  export default _default;
@@ -121,6 +121,13 @@ exports.default = {
121
121
  en: "Waiver of KADITSERSE Letter, subject to be replaced by BLOCKING LETTER issued by SAMSAT (Deductible: 10% of Claim)",
122
122
  },
123
123
  },
124
+ {
125
+ order: 28,
126
+ desc: {
127
+ id: "",
128
+ en: "Waiver of Subrogation Clause (against subsidiary, affiliated companies and associated companies) – for group / company",
129
+ },
130
+ },
124
131
  ],
125
132
  "TBOD": [
126
133
  {
@@ -204,22 +211,4 @@ exports.default = {
204
211
  },
205
212
  },
206
213
  ],
207
- "PERSONAL": [
208
- {
209
- order: 28,
210
- desc: {
211
- id: "",
212
- en: "Waiver of Subrogation Clause (against subsidiary only) – for Individual",
213
- },
214
- },
215
- ],
216
- "BUSINESS": [
217
- {
218
- order: 28,
219
- desc: {
220
- id: "",
221
- en: "Waiver of Subrogation Clause (against subsidiary, affiliated companies and associated companies) – for group / company",
222
- },
223
- },
224
- ],
225
214
  };
@@ -3,6 +3,7 @@ declare const policy: {
3
3
  DRAFT: string;
4
4
  SUBMITED: string;
5
5
  ENDROSEMENT: string;
6
+ CANCEL: string;
6
7
  };
7
8
  };
8
9
  export default policy;
@@ -5,6 +5,7 @@ const policy = {
5
5
  DRAFT: '0',
6
6
  SUBMITED: '100',
7
7
  ENDROSEMENT: '200',
8
+ CANCEL: '300',
8
9
  },
9
10
  };
10
11
  exports.default = policy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.3.7",
3
+ "version": "2.3.9",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {