@webex/event-dictionary-ts 1.0.1502 → 1.0.1503

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.
@@ -2326,6 +2326,7 @@
2326
2326
  "client.roap-message.received",
2327
2327
  "client.roap-message.sent",
2328
2328
  "client.scheduling.initiate",
2329
+ "client.scheduling.notification",
2329
2330
  "client.share.floor-accept.notification",
2330
2331
  "client.share.floor-grant.cancel-request",
2331
2332
  "client.share.floor-grant.notification",
@@ -3287,7 +3288,6 @@
3287
3288
  "description": "this defines the major client types for scheduling",
3288
3289
  "enum": [
3289
3290
  "GOOGLE_ADDON",
3290
- "GOOGLE_NOTIFICATION_ADDON",
3291
3291
  "GOOGLE_NOTIFICATION_CALENDAR",
3292
3292
  "MSFT_NOTIFICATION_ADDIN",
3293
3293
  "MSFT_NOTIFICATION_CALENDAR",
@@ -241,7 +241,6 @@
241
241
  "description": "this defines the major client types for scheduling",
242
242
  "enum": [
243
243
  "GOOGLE_ADDON",
244
- "GOOGLE_NOTIFICATION_ADDON",
245
244
  "GOOGLE_NOTIFICATION_CALENDAR",
246
245
  "MSFT_NOTIFICATION_ADDIN",
247
246
  "MSFT_NOTIFICATION_CALENDAR",
@@ -2828,6 +2827,7 @@
2828
2827
  "client.roap-message.received",
2829
2828
  "client.roap-message.sent",
2830
2829
  "client.scheduling.initiate",
2830
+ "client.scheduling.notification",
2831
2831
  "client.share.floor-accept.notification",
2832
2832
  "client.share.floor-grant.cancel-request",
2833
2833
  "client.share.floor-grant.notification",
@@ -3789,7 +3789,6 @@
3789
3789
  "description": "this defines the major client types for scheduling",
3790
3790
  "enum": [
3791
3791
  "GOOGLE_ADDON",
3792
- "GOOGLE_NOTIFICATION_ADDON",
3793
3792
  "GOOGLE_NOTIFICATION_CALENDAR",
3794
3793
  "MSFT_NOTIFICATION_ADDIN",
3795
3794
  "MSFT_NOTIFICATION_CALENDAR",
@@ -159,7 +159,6 @@ export interface Event {
159
159
  */
160
160
  schedulingClientType?:
161
161
  | "GOOGLE_ADDON"
162
- | "GOOGLE_NOTIFICATION_ADDON"
163
162
  | "GOOGLE_NOTIFICATION_CALENDAR"
164
163
  | "MSFT_NOTIFICATION_ADDIN"
165
164
  | "MSFT_NOTIFICATION_CALENDAR"
@@ -1133,6 +1132,7 @@ export interface Event {
1133
1132
  | "client.roap-message.received"
1134
1133
  | "client.roap-message.sent"
1135
1134
  | "client.scheduling.initiate"
1135
+ | "client.scheduling.notification"
1136
1136
  | "client.share.floor-accept.notification"
1137
1137
  | "client.share.floor-grant.cancel-request"
1138
1138
  | "client.share.floor-grant.notification"
@@ -1607,7 +1607,6 @@ export interface Event {
1607
1607
  */
1608
1608
  schedulingClientType?:
1609
1609
  | "GOOGLE_ADDON"
1610
- | "GOOGLE_NOTIFICATION_ADDON"
1611
1610
  | "GOOGLE_NOTIFICATION_CALENDAR"
1612
1611
  | "MSFT_NOTIFICATION_ADDIN"
1613
1612
  | "MSFT_NOTIFICATION_CALENDAR"
@@ -12462,6 +12461,7 @@ export interface ClientEvent {
12462
12461
  | "client.roap-message.received"
12463
12462
  | "client.roap-message.sent"
12464
12463
  | "client.scheduling.initiate"
12464
+ | "client.scheduling.notification"
12465
12465
  | "client.share.floor-accept.notification"
12466
12466
  | "client.share.floor-grant.cancel-request"
12467
12467
  | "client.share.floor-grant.notification"
@@ -12936,7 +12936,6 @@ export interface ClientEvent {
12936
12936
  */
12937
12937
  schedulingClientType?:
12938
12938
  | "GOOGLE_ADDON"
12939
- | "GOOGLE_NOTIFICATION_ADDON"
12940
12939
  | "GOOGLE_NOTIFICATION_CALENDAR"
12941
12940
  | "MSFT_NOTIFICATION_ADDIN"
12942
12941
  | "MSFT_NOTIFICATION_CALENDAR"
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1502"
31
+ "version": "1.0.1503"
32
32
  }