@webex/event-dictionary-ts 1.0.2117 → 1.0.2119

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.
@@ -350,6 +350,7 @@
350
350
  "ScheduledMeeting",
351
351
  "Webcast",
352
352
  "Webinar",
353
+ "LargeScaleWebinar",
353
354
  "others"
354
355
  ]
355
356
  },
@@ -7058,7 +7059,7 @@
7058
7059
  },
7059
7060
  "memoryMegaBytes": {
7060
7061
  "type": "number",
7061
- "minimum": 1.0,
7062
+ "minimum": -9223372036854776000.0,
7062
7063
  "maximum": 9223372036854776000.0
7063
7064
  }
7064
7065
  }
@@ -912,6 +912,7 @@
912
912
  "ScheduledMeeting",
913
913
  "Webcast",
914
914
  "Webinar",
915
+ "LargeScaleWebinar",
915
916
  "others"
916
917
  ]
917
918
  },
@@ -7620,7 +7621,7 @@
7620
7621
  },
7621
7622
  "memoryMegaBytes": {
7622
7623
  "type": "number",
7623
- "minimum": 1.0,
7624
+ "minimum": -9223372036854776000.0,
7624
7625
  "maximum": 9223372036854776000.0
7625
7626
  }
7626
7627
  }
@@ -9290,6 +9291,7 @@
9290
9291
  "ScheduledMeeting",
9291
9292
  "Webcast",
9292
9293
  "Webinar",
9294
+ "LargeScaleWebinar",
9293
9295
  "others"
9294
9296
  ]
9295
9297
  },
@@ -14022,6 +14024,7 @@
14022
14024
  "ScheduledMeeting",
14023
14025
  "Webcast",
14024
14026
  "Webinar",
14027
+ "LargeScaleWebinar",
14025
14028
  "others"
14026
14029
  ]
14027
14030
  },
@@ -17359,7 +17362,7 @@
17359
17362
  },
17360
17363
  "memoryMegaBytes": {
17361
17364
  "type": "number",
17362
- "minimum": 1.0,
17365
+ "minimum": -9223372036854776000.0,
17363
17366
  "maximum": 9223372036854776000.0
17364
17367
  }
17365
17368
  }
@@ -25947,6 +25950,7 @@
25947
25950
  "ScheduledMeeting",
25948
25951
  "Webcast",
25949
25952
  "Webinar",
25953
+ "LargeScaleWebinar",
25950
25954
  "others"
25951
25955
  ]
25952
25956
  },
@@ -30126,6 +30130,7 @@
30126
30130
  "ScheduledMeeting",
30127
30131
  "Webcast",
30128
30132
  "Webinar",
30133
+ "LargeScaleWebinar",
30129
30134
  "others"
30130
30135
  ]
30131
30136
  },
@@ -33379,7 +33384,7 @@
33379
33384
  },
33380
33385
  "memoryMegaBytes": {
33381
33386
  "type": "number",
33382
- "minimum": 1.0,
33387
+ "minimum": -9223372036854776000.0,
33383
33388
  "maximum": 9223372036854776000.0
33384
33389
  }
33385
33390
  }
@@ -36059,6 +36064,7 @@
36059
36064
  "ScheduledMeeting",
36060
36065
  "Webcast",
36061
36066
  "Webinar",
36067
+ "LargeScaleWebinar",
36062
36068
  "others"
36063
36069
  ]
36064
36070
  },
@@ -350,6 +350,7 @@
350
350
  "ScheduledMeeting",
351
351
  "Webcast",
352
352
  "Webinar",
353
+ "LargeScaleWebinar",
353
354
  "others"
354
355
  ]
355
356
  },
@@ -351,6 +351,7 @@
351
351
  "ScheduledMeeting",
352
352
  "Webcast",
353
353
  "Webinar",
354
+ "LargeScaleWebinar",
354
355
  "others"
355
356
  ]
356
357
  },
@@ -3688,7 +3689,7 @@
3688
3689
  },
3689
3690
  "memoryMegaBytes": {
3690
3691
  "type": "number",
3691
- "minimum": 1.0,
3692
+ "minimum": -9223372036854776000.0,
3692
3693
  "maximum": 9223372036854776000.0
3693
3694
  }
3694
3695
  }
@@ -429,6 +429,7 @@ export interface Event {
429
429
  | "ScheduledMeeting"
430
430
  | "Webcast"
431
431
  | "Webinar"
432
+ | "LargeScaleWebinar"
432
433
  | "others";
433
434
  ivrDialogType?:
434
435
  | "MEDIA_ON_HOLD"
@@ -4353,6 +4354,7 @@ export interface Event {
4353
4354
  | "ScheduledMeeting"
4354
4355
  | "Webcast"
4355
4356
  | "Webinar"
4357
+ | "LargeScaleWebinar"
4356
4358
  | "others";
4357
4359
  ivrDialogType?:
4358
4360
  | "MEDIA_ON_HOLD"
@@ -6404,6 +6406,7 @@ export interface Event {
6404
6406
  | "ScheduledMeeting"
6405
6407
  | "Webcast"
6406
6408
  | "Webinar"
6409
+ | "LargeScaleWebinar"
6407
6410
  | "others";
6408
6411
  ivrDialogType?:
6409
6412
  | "MEDIA_ON_HOLD"
@@ -11327,6 +11330,7 @@ export interface Event {
11327
11330
  | "ScheduledMeeting"
11328
11331
  | "Webcast"
11329
11332
  | "Webinar"
11333
+ | "LargeScaleWebinar"
11330
11334
  | "others";
11331
11335
  ivrDialogType?:
11332
11336
  | "MEDIA_ON_HOLD"
@@ -13150,6 +13154,7 @@ export interface Event {
13150
13154
  | "ScheduledMeeting"
13151
13155
  | "Webcast"
13152
13156
  | "Webinar"
13157
+ | "LargeScaleWebinar"
13153
13158
  | "others";
13154
13159
  ivrDialogType?:
13155
13160
  | "MEDIA_ON_HOLD"
@@ -15169,6 +15174,7 @@ export interface Event {
15169
15174
  | "ScheduledMeeting"
15170
15175
  | "Webcast"
15171
15176
  | "Webinar"
15177
+ | "LargeScaleWebinar"
15172
15178
  | "others";
15173
15179
  ivrDialogType?:
15174
15180
  | "MEDIA_ON_HOLD"
@@ -16277,6 +16283,7 @@ export interface ClientEvent {
16277
16283
  | "ScheduledMeeting"
16278
16284
  | "Webcast"
16279
16285
  | "Webinar"
16286
+ | "LargeScaleWebinar"
16280
16287
  | "others";
16281
16288
  ivrDialogType?:
16282
16289
  | "MEDIA_ON_HOLD"
@@ -20105,6 +20112,7 @@ export interface FeatureEvent {
20105
20112
  | "ScheduledMeeting"
20106
20113
  | "Webcast"
20107
20114
  | "Webinar"
20115
+ | "LargeScaleWebinar"
20108
20116
  | "others";
20109
20117
  ivrDialogType?:
20110
20118
  | "MEDIA_ON_HOLD"
@@ -21933,6 +21941,7 @@ export interface MediaQualityEvent {
21933
21941
  | "ScheduledMeeting"
21934
21942
  | "Webcast"
21935
21943
  | "Webinar"
21944
+ | "LargeScaleWebinar"
21936
21945
  | "others";
21937
21946
  ivrDialogType?:
21938
21947
  | "MEDIA_ON_HOLD"
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.2117"
30
+ "version": "1.0.2119"
31
31
  }