@aldb2b/common 1.0.121 → 1.0.122

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.
@@ -342,8 +342,8 @@
342
342
  "affectsGlobalScope": false
343
343
  },
344
344
  "../src/types/notification-event.enum.ts": {
345
- "version": "d3ec32fc4c8c023f9e026da3fa7ecaad0379459ca48cabfbcda65865c143a40d",
346
- "signature": "e64bc995bcaf7f554d2c435abdddf7afc27f35afafcf65c97042c9274990823f",
345
+ "version": "08a4368a3e638476cb1625472f2370991b6c32370471f398e6775faf8222cb10",
346
+ "signature": "d31a07b1a1d1d8a7c24e957a319af8b77db43b33ad9e9216635b3d21e2507a20",
347
347
  "affectsGlobalScope": false
348
348
  },
349
349
  "../src/types/notification-type.enum.ts": {
@@ -5,6 +5,7 @@ export declare enum NotificationEvent {
5
5
  REJECT_REQUEST_MEETING = "RejectRequestMeeting",
6
6
  RESCHEDULE_REQUEST_MEETING = "RescheduleRequestMeeting",
7
7
  CANCEL_REQUEST_MEETING = "CancelRequestMeeting",
8
+ UPDATE_REQUEST_MEETING = "UpdateRequestMeeting",
8
9
  CONFERENCE_AGENDA_SESSION_REMINDER = "ConferenceAgendaSessionReminder",
9
10
  SURVEY_NOTIFICATION = "SurveyNotificaiton",
10
11
  MEETING_START_SOON = "MeetingStartSoon",
@@ -9,6 +9,7 @@ var NotificationEvent;
9
9
  NotificationEvent["REJECT_REQUEST_MEETING"] = "RejectRequestMeeting";
10
10
  NotificationEvent["RESCHEDULE_REQUEST_MEETING"] = "RescheduleRequestMeeting";
11
11
  NotificationEvent["CANCEL_REQUEST_MEETING"] = "CancelRequestMeeting";
12
+ NotificationEvent["UPDATE_REQUEST_MEETING"] = "UpdateRequestMeeting";
12
13
  NotificationEvent["CONFERENCE_AGENDA_SESSION_REMINDER"] = "ConferenceAgendaSessionReminder";
13
14
  NotificationEvent["SURVEY_NOTIFICATION"] = "SurveyNotificaiton";
14
15
  NotificationEvent["MEETING_START_SOON"] = "MeetingStartSoon";
@@ -1 +1 @@
1
- {"version":3,"file":"notification-event.enum.js","sourceRoot":"","sources":["../../src/types/notification-event.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAcX;AAdD,WAAY,iBAAiB;IAC3B,iEAA4C,CAAA;IAC5C,8DAAyC,CAAA;IACzC,oEAA+C,CAAA;IAC/C,oEAA+C,CAAA;IAC/C,4EAAuD,CAAA;IACvD,oEAA+C,CAAA;IAC/C,2FAAsE,CAAA;IACtE,+DAA0C,CAAA;IAC1C,4DAAuC,CAAA;IACvC,yDAAoC,CAAA;IACpC,6DAAwC,CAAA;IACxC,qDAAgC,CAAA;IAChC,yDAAoC,CAAA;AACtC,CAAC,EAdW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAc5B"}
1
+ {"version":3,"file":"notification-event.enum.js","sourceRoot":"","sources":["../../src/types/notification-event.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAeX;AAfD,WAAY,iBAAiB;IAC3B,iEAA4C,CAAA;IAC5C,8DAAyC,CAAA;IACzC,oEAA+C,CAAA;IAC/C,oEAA+C,CAAA;IAC/C,4EAAuD,CAAA;IACvD,oEAA+C,CAAA;IAC/C,oEAA+C,CAAA;IAC/C,2FAAsE,CAAA;IACtE,+DAA0C,CAAA;IAC1C,4DAAuC,CAAA;IACvC,yDAAoC,CAAA;IACpC,6DAAwC,CAAA;IACxC,qDAAgC,CAAA;IAChC,yDAAoC,CAAA;AACtC,CAAC,EAfW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAe5B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.121",
3
+ "version": "1.0.122",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",