@medipass/utils 11.82.3 → 11.82.4

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/constants.d.ts CHANGED
@@ -165,6 +165,7 @@ export declare const STATUSES: {
165
165
  export declare const BUSINESS_STATUSES: {
166
166
  readonly ACTIVE: "ACTIVE";
167
167
  readonly SUSPENDED: "SUSPENDED";
168
+ readonly DISABLED: "DISABLED";
168
169
  };
169
170
  export declare const PAYMENT_STATUSES: {
170
171
  readonly ACCEPTED: "accepted";
package/constants.js CHANGED
@@ -201,7 +201,8 @@ var STATUSES = {
201
201
 
202
202
  var BUSINESS_STATUSES = {
203
203
  ACTIVE: 'ACTIVE',
204
- SUSPENDED: 'SUSPENDED'
204
+ SUSPENDED: 'SUSPENDED',
205
+ DISABLED: 'DISABLED'
205
206
  };
206
207
  /* ====== END: BUSINESS STATUSES ======= */
207
208
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/utils",
3
- "version": "11.82.3",
3
+ "version": "11.82.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -51,5 +51,5 @@
51
51
  "rimraf": "^2.6.2",
52
52
  "typescript": "4.8.4"
53
53
  },
54
- "gitHead": "e0ef9aeb40fd9afb9e019feb2001da6f16cfbbb4"
54
+ "gitHead": "39af081d6d761731fd5d6efc9c35f168ed29a8e1"
55
55
  }