@aldb2b/common 1.0.324 → 1.0.326

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.
@@ -3842,8 +3842,8 @@
3842
3842
  "affectsGlobalScope": false
3843
3843
  },
3844
3844
  "../src/types/meeting-type.enum.ts": {
3845
- "version": "a8fa1f04a52e23c999e90961e2c40c05d6c22d97f4b69a428a620764b7ac6e67",
3846
- "signature": "562f260425ba77f5cf2d8b54c362aeb5554bc54648fd8fdbf490cc43ed90f59a",
3845
+ "version": "f95ae79c1efd6eed2f059c32f8fc95f0227424bd9f37590795234191d0017d52",
3846
+ "signature": "8ea04b7be95f32deb59ccd59f208ff135ecd4389bb0be17470239769cd69a5ba",
3847
3847
  "affectsGlobalScope": false
3848
3848
  },
3849
3849
  "../src/types/meeting-request-token.interface.ts": {
@@ -3,5 +3,6 @@ export declare enum MeetingType {
3
3
  ZOOM = "Zoom",
4
4
  TEAMS = "Teams",
5
5
  WHERE_BY = "Where By",
6
+ CUSTOM_VIRTUAL = "Custom Virtual",
6
7
  ALADDIN_MEETING = "Aladdin Meeting"
7
8
  }
@@ -7,6 +7,7 @@ var MeetingType;
7
7
  MeetingType["ZOOM"] = "Zoom";
8
8
  MeetingType["TEAMS"] = "Teams";
9
9
  MeetingType["WHERE_BY"] = "Where By";
10
+ MeetingType["CUSTOM_VIRTUAL"] = "Custom Virtual";
10
11
  MeetingType["ALADDIN_MEETING"] = "Aladdin Meeting";
11
12
  })(MeetingType = exports.MeetingType || (exports.MeetingType = {}));
12
13
  //# 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,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"}
1
+ {"version":3,"file":"meeting-type.enum.js","sourceRoot":"","sources":["../../src/types/meeting-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,sCAAuB,CAAA;IACvB,4BAAa,CAAA;IACb,8BAAe,CAAA;IACf,oCAAqB,CAAA;IACrB,gDAAgC,CAAA;IAChC,kDAAmC,CAAA;AACrC,CAAC,EAPW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAOtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.324",
3
+ "version": "1.0.326",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",