mfance-shark-v1 1.0.20 → 1.0.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mfance-shark-v1",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "Shared library for MFA microservices",
5
5
  "author": "MFA Team",
6
6
  "private": false,
@@ -1,8 +0,0 @@
1
- export declare enum CrudDoc {
2
- CREATE = "Create an Item",
3
- UPDATE = "Update an Item",
4
- GET_ONE_BY_ID = "Get One By Item Id",
5
- GET_MANY = "Get Many Items",
6
- DELETE = "Delete an Item",
7
- CHANGE_STATUS = "Change Status"
8
- }
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CrudDoc = void 0;
4
- var CrudDoc;
5
- (function (CrudDoc) {
6
- CrudDoc["CREATE"] = "Create an Item";
7
- CrudDoc["UPDATE"] = "Update an Item";
8
- CrudDoc["GET_ONE_BY_ID"] = "Get One By Item Id";
9
- CrudDoc["GET_MANY"] = "Get Many Items";
10
- CrudDoc["DELETE"] = "Delete an Item";
11
- CrudDoc["CHANGE_STATUS"] = "Change Status";
12
- })(CrudDoc || (exports.CrudDoc = CrudDoc = {}));
13
- //# sourceMappingURL=crud-doc.enum%20copy.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"crud-doc.enum copy.js","sourceRoot":"","sources":["../../../src/common/enums/crud-doc.enum copy.ts"],"names":[],"mappings":";;;AAAA,IAAY,OAOX;AAPD,WAAY,OAAO;IACjB,oCAAyB,CAAA;IACzB,oCAAyB,CAAA;IACzB,+CAAoC,CAAA;IACpC,sCAA2B,CAAA;IAC3B,oCAAyB,CAAA;IACzB,0CAA+B,CAAA;AACjC,CAAC,EAPW,OAAO,uBAAP,OAAO,QAOlB"}