@webex/event-dictionary-ts 1.0.1432 → 1.0.1433

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.
@@ -2370,6 +2370,9 @@
2370
2370
  "globalMeetingId": {
2371
2371
  "type": "string"
2372
2372
  },
2373
+ "installationId": {
2374
+ "type": "string"
2375
+ },
2373
2376
  "ivrCallId": {
2374
2377
  "type": "string",
2375
2378
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
@@ -2846,6 +2846,9 @@
2846
2846
  "globalMeetingId": {
2847
2847
  "type": "string"
2848
2848
  },
2849
+ "installationId": {
2850
+ "type": "string"
2851
+ },
2849
2852
  "ivrCallId": {
2850
2853
  "type": "string",
2851
2854
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
@@ -7502,6 +7505,9 @@
7502
7505
  "globalMeetingId": {
7503
7506
  "type": "string"
7504
7507
  },
7508
+ "installationId": {
7509
+ "type": "string"
7510
+ },
7505
7511
  "ivrCallId": {
7506
7512
  "type": "string",
7507
7513
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
@@ -10112,6 +10118,9 @@
10112
10118
  "globalMeetingId": {
10113
10119
  "type": "string"
10114
10120
  },
10121
+ "installationId": {
10122
+ "type": "string"
10123
+ },
10115
10124
  "ivrCallId": {
10116
10125
  "type": "string",
10117
10126
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
@@ -13776,6 +13785,9 @@
13776
13785
  "globalMeetingId": {
13777
13786
  "type": "string"
13778
13787
  },
13788
+ "installationId": {
13789
+ "type": "string"
13790
+ },
13779
13791
  "ivrCallId": {
13780
13792
  "type": "string",
13781
13793
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
@@ -21998,6 +22010,9 @@
21998
22010
  "globalMeetingId": {
21999
22011
  "type": "string"
22000
22012
  },
22013
+ "installationId": {
22014
+ "type": "string"
22015
+ },
22001
22016
  "ivrCallId": {
22002
22017
  "type": "string",
22003
22018
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
@@ -2233,6 +2233,9 @@
2233
2233
  "globalMeetingId": {
2234
2234
  "type": "string"
2235
2235
  },
2236
+ "installationId": {
2237
+ "type": "string"
2238
+ },
2236
2239
  "ivrCallId": {
2237
2240
  "type": "string",
2238
2241
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
@@ -2274,6 +2274,9 @@
2274
2274
  "globalMeetingId": {
2275
2275
  "type": "string"
2276
2276
  },
2277
+ "installationId": {
2278
+ "type": "string"
2279
+ },
2277
2280
  "ivrCallId": {
2278
2281
  "type": "string",
2279
2282
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
@@ -1125,6 +1125,7 @@ export interface Event {
1125
1125
  destinationVenueId?: string;
1126
1126
  deviceId?: string;
1127
1127
  globalMeetingId?: string;
1128
+ installationId?: string;
1128
1129
  ivrCallId?: string;
1129
1130
  ivrDialogId?: string;
1130
1131
  ivrId?: string;
@@ -3378,6 +3379,7 @@ export interface Event {
3378
3379
  destinationVenueId?: string;
3379
3380
  deviceId?: string;
3380
3381
  globalMeetingId?: string;
3382
+ installationId?: string;
3381
3383
  ivrCallId?: string;
3382
3384
  ivrDialogId?: string;
3383
3385
  ivrId?: string;
@@ -4375,6 +4377,7 @@ export interface Event {
4375
4377
  destinationVenueId?: string;
4376
4378
  deviceId?: string;
4377
4379
  globalMeetingId?: string;
4380
+ installationId?: string;
4378
4381
  ivrCallId?: string;
4379
4382
  ivrDialogId?: string;
4380
4383
  ivrId?: string;
@@ -5748,6 +5751,7 @@ export interface Event {
5748
5751
  destinationVenueId?: string;
5749
5752
  deviceId?: string;
5750
5753
  globalMeetingId?: string;
5754
+ installationId?: string;
5751
5755
  ivrCallId?: string;
5752
5756
  ivrDialogId?: string;
5753
5757
  ivrId?: string;
@@ -8731,6 +8735,7 @@ export interface Event {
8731
8735
  destinationVenueId?: string;
8732
8736
  deviceId?: string;
8733
8737
  globalMeetingId?: string;
8738
+ installationId?: string;
8734
8739
  ivrCallId?: string;
8735
8740
  ivrDialogId?: string;
8736
8741
  ivrId?: string;
@@ -10525,6 +10530,7 @@ export interface ClientEvent {
10525
10530
  destinationVenueId?: string;
10526
10531
  deviceId?: string;
10527
10532
  globalMeetingId?: string;
10533
+ installationId?: string;
10528
10534
  ivrCallId?: string;
10529
10535
  ivrDialogId?: string;
10530
10536
  ivrId?: string;
@@ -13393,6 +13399,7 @@ export interface FeatureEvent {
13393
13399
  destinationVenueId?: string;
13394
13400
  deviceId?: string;
13395
13401
  globalMeetingId?: string;
13402
+ installationId?: string;
13396
13403
  ivrCallId?: string;
13397
13404
  ivrDialogId?: string;
13398
13405
  ivrId?: string;
@@ -14997,6 +15004,7 @@ export interface MediaQualityEvent {
14997
15004
  destinationVenueId?: string;
14998
15005
  deviceId?: string;
14999
15006
  globalMeetingId?: string;
15007
+ installationId?: string;
15000
15008
  ivrCallId?: string;
15001
15009
  ivrDialogId?: string;
15002
15010
  ivrId?: string;
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.1432"
31
+ "version": "1.0.1433"
32
32
  }