@aldb2b/common 1.0.438 → 1.0.439

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.
@@ -4022,8 +4022,8 @@
4022
4022
  "affectsGlobalScope": false
4023
4023
  },
4024
4024
  "../src/types/encryptRecordType.enum.ts": {
4025
- "version": "dcea0a2aefa89dfbc7134958f7d0df0fa7ba1807db32b5b44fce60e246ab5558",
4026
- "signature": "db863b663ebca5a433ad0546fa7282cba511ed80b5d2f81ce4a39547c062fb59",
4025
+ "version": "71e593193ee9ba10d404f9f3bd986d466ecfaeb6e7f0d1db61b0066c15e465b9",
4026
+ "signature": "78c33bc9cd3f22b712c611a5a3363b6e9b9cb397e85884518a0dda77de95021d",
4027
4027
  "affectsGlobalScope": false
4028
4028
  },
4029
4029
  "../node_modules/@types/range-parser/index.d.ts": {
@@ -5,5 +5,7 @@ export declare enum EncryptRecordType {
5
5
  MEETING_REQUEST = "MeetingRequest",
6
6
  SHARED_LIST = "SharedList",
7
7
  MATCH_LIST = "MatchList",
8
- SURVEY = "survey"
8
+ SURVEY = "Survey",
9
+ RFQ = "Rfq",
10
+ QUOTATION = "Quotation"
9
11
  }
@@ -9,6 +9,8 @@ var EncryptRecordType;
9
9
  EncryptRecordType["MEETING_REQUEST"] = "MeetingRequest";
10
10
  EncryptRecordType["SHARED_LIST"] = "SharedList";
11
11
  EncryptRecordType["MATCH_LIST"] = "MatchList";
12
- EncryptRecordType["SURVEY"] = "survey";
12
+ EncryptRecordType["SURVEY"] = "Survey";
13
+ EncryptRecordType["RFQ"] = "Rfq";
14
+ EncryptRecordType["QUOTATION"] = "Quotation";
13
15
  })(EncryptRecordType = exports.EncryptRecordType || (exports.EncryptRecordType = {}));
14
16
  //# sourceMappingURL=encryptRecordType.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"encryptRecordType.enum.js","sourceRoot":"","sources":["../../src/types/encryptRecordType.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAQX;AARD,WAAY,iBAAiB;IACzB,wCAAmB,CAAA;IACnB,wCAAmB,CAAA;IACnB,wCAAmB,CAAA;IACnB,uDAAkC,CAAA;IAClC,+CAA0B,CAAA;IAC1B,6CAAwB,CAAA;IACxB,sCAAiB,CAAA;AACrB,CAAC,EARW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAQ5B"}
1
+ {"version":3,"file":"encryptRecordType.enum.js","sourceRoot":"","sources":["../../src/types/encryptRecordType.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAUX;AAVD,WAAY,iBAAiB;IACzB,wCAAmB,CAAA;IACnB,wCAAmB,CAAA;IACnB,wCAAmB,CAAA;IACnB,uDAAkC,CAAA;IAClC,+CAA0B,CAAA;IAC1B,6CAAwB,CAAA;IACxB,sCAAiB,CAAA;IACjB,gCAAW,CAAA;IACX,4CAAuB,CAAA;AAC3B,CAAC,EAVW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAU5B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.438",
3
+ "version": "1.0.439",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",