@aldb2b/common 1.0.132 → 1.0.133

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.
@@ -3522,8 +3522,8 @@
3522
3522
  "affectsGlobalScope": false
3523
3523
  },
3524
3524
  "../src/types/meeting-type.enum.ts": {
3525
- "version": "554c65faf614e6eff5097954ed36b6628fa95bf83dd1790fe730c6c36ba7dbce",
3526
- "signature": "2cb14c4e28898615d60f2a24630365df730c32e22cc16abdce5ee1fe97fbd5d5",
3525
+ "version": "a8fa1f04a52e23c999e90961e2c40c05d6c22d97f4b69a428a620764b7ac6e67",
3526
+ "signature": "562f260425ba77f5cf2d8b54c362aeb5554bc54648fd8fdbf490cc43ed90f59a",
3527
3527
  "affectsGlobalScope": false
3528
3528
  },
3529
3529
  "../src/types/meeting-request-token.interface.ts": {
@@ -2,5 +2,6 @@ export declare enum MeetingType {
2
2
  IN_PERSON = "In-person",
3
3
  ZOOM = "Zoom",
4
4
  TEAMS = "Teams",
5
+ WHERE_BY = "Where By",
5
6
  ALADDIN_MEETING = "Aladdin Meeting"
6
7
  }
@@ -6,6 +6,7 @@ var MeetingType;
6
6
  MeetingType["IN_PERSON"] = "In-person";
7
7
  MeetingType["ZOOM"] = "Zoom";
8
8
  MeetingType["TEAMS"] = "Teams";
9
+ MeetingType["WHERE_BY"] = "Where By";
9
10
  MeetingType["ALADDIN_MEETING"] = "Aladdin Meeting";
10
11
  })(MeetingType = exports.MeetingType || (exports.MeetingType = {}));
11
12
  //# sourceMappingURL=meeting-type.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meeting-type.enum.js","sourceRoot":"","sources":["../../src/types/meeting-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,sCAAuB,CAAA;IACvB,4BAAa,CAAA;IACb,8BAAe,CAAA;IACf,kDAAmC,CAAA;AACrC,CAAC,EALW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAKtB"}
1
+ {"version":3,"file":"meeting-type.enum.js","sourceRoot":"","sources":["../../src/types/meeting-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAMX;AAND,WAAY,WAAW;IACrB,sCAAuB,CAAA;IACvB,4BAAa,CAAA;IACb,8BAAe,CAAA;IACf,oCAAqB,CAAA;IACrB,kDAAmC,CAAA;AACrC,CAAC,EANW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAMtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.132",
3
+ "version": "1.0.133",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",