@aldb2b/common 1.0.274 → 1.0.275

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.
@@ -352,8 +352,8 @@
352
352
  "affectsGlobalScope": false
353
353
  },
354
354
  "../src/types/record-type.enum.ts": {
355
- "version": "c633b22926a2076330ccf558f5d3c95c5dca79806fd1d136e573fd8405b243bb",
356
- "signature": "a67ccb838d6b823ce2d8d91df23892a6391769baf57e12a22da3707fe30f5b90",
355
+ "version": "6ed7ca36a4695351d1bf00ae5d280e74e16fb06d1f4d58b3c1f2f2677d968eca",
356
+ "signature": "705bec222fcfc49ec1d8523768198bbbe6e06168a410caf62bd9cdb145a9a9d4",
357
357
  "affectsGlobalScope": false
358
358
  },
359
359
  "../src/types/user-language.enum.ts": {
@@ -3797,8 +3797,8 @@
3797
3797
  "affectsGlobalScope": false
3798
3798
  },
3799
3799
  "../src/types/calendar-source-type.enum.ts": {
3800
- "version": "203b47309e5471443e8cf578b6f7ac4e8da400d21a84f490639ca4d9032329be",
3801
- "signature": "734993bc270bebab85c84551c3f782db9357b6d1a9f347b48e88b0a9c716b46b",
3800
+ "version": "329f953ffbfcf5cca9a87081efd4891ec9275d95e10fd0bfe3331b7b013e5894",
3801
+ "signature": "ed9a5b7affb7090c89f0fab4583f5bf5acc19cb20fe8e3108fd53dacf72dbc4e",
3802
3802
  "affectsGlobalScope": false
3803
3803
  },
3804
3804
  "../src/types/endpoint-type.enum.ts": {
@@ -3,5 +3,5 @@ export declare enum CalendarSourceType {
3
3
  OUTLOOK = "Outlook",
4
4
  CALENDLY = "Calendly",
5
5
  ALADDIN = "Aladdin",
6
- MANUAL = "Manually sey"
6
+ MANUAL = "Manually set"
7
7
  }
@@ -7,6 +7,6 @@ var CalendarSourceType;
7
7
  CalendarSourceType["OUTLOOK"] = "Outlook";
8
8
  CalendarSourceType["CALENDLY"] = "Calendly";
9
9
  CalendarSourceType["ALADDIN"] = "Aladdin";
10
- CalendarSourceType["MANUAL"] = "Manually sey";
10
+ CalendarSourceType["MANUAL"] = "Manually set";
11
11
  })(CalendarSourceType = exports.CalendarSourceType || (exports.CalendarSourceType = {}));
12
12
  //# sourceMappingURL=calendar-source-type.enum.js.map
@@ -8,5 +8,6 @@ export declare enum RecordType {
8
8
  RFQ = "RFQ",
9
9
  QUOTATION = "Quotation",
10
10
  SHARED_LIST = "SharedList",
11
- WISH_LIST = "WishList"
11
+ WISH_LIST = "WishList",
12
+ SURVEY = "Survey"
12
13
  }
@@ -13,5 +13,6 @@ var RecordType;
13
13
  RecordType["QUOTATION"] = "Quotation";
14
14
  RecordType["SHARED_LIST"] = "SharedList";
15
15
  RecordType["WISH_LIST"] = "WishList";
16
+ RecordType["SURVEY"] = "Survey";
16
17
  })(RecordType = exports.RecordType || (exports.RecordType = {}));
17
18
  //# sourceMappingURL=record-type.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"record-type.enum.js","sourceRoot":"","sources":["../../src/types/record-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAWX;AAXD,WAAY,UAAU;IACpB,iCAAmB,CAAA;IACnB,iCAAmB,CAAA;IACnB,iCAAmB,CAAA;IACnB,gDAAkC,CAAA;IAClC,iCAAmB,CAAA;IACnB,iCAAmB,CAAA;IACnB,yBAAW,CAAA;IACX,qCAAuB,CAAA;IACvB,wCAA0B,CAAA;IAC1B,oCAAsB,CAAA;AACxB,CAAC,EAXW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAWrB"}
1
+ {"version":3,"file":"record-type.enum.js","sourceRoot":"","sources":["../../src/types/record-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAYX;AAZD,WAAY,UAAU;IACpB,iCAAmB,CAAA;IACnB,iCAAmB,CAAA;IACnB,iCAAmB,CAAA;IACnB,gDAAkC,CAAA;IAClC,iCAAmB,CAAA;IACnB,iCAAmB,CAAA;IACnB,yBAAW,CAAA;IACX,qCAAuB,CAAA;IACvB,wCAA0B,CAAA;IAC1B,oCAAsB,CAAA;IACtB,+BAAiB,CAAA;AACnB,CAAC,EAZW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAYrB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.274",
3
+ "version": "1.0.275",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",