@webex/event-dictionary-ts 1.0.1432 → 1.0.1434

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}$"
@@ -11382,6 +11391,9 @@
11382
11391
  },
11383
11392
  "isBridging": {
11384
11393
  "type": "boolean"
11394
+ },
11395
+ "isInterRegion": {
11396
+ "type": "boolean"
11385
11397
  }
11386
11398
  }
11387
11399
  },
@@ -13776,6 +13788,9 @@
13776
13788
  "globalMeetingId": {
13777
13789
  "type": "string"
13778
13790
  },
13791
+ "installationId": {
13792
+ "type": "string"
13793
+ },
13779
13794
  "ivrCallId": {
13780
13795
  "type": "string",
13781
13796
  "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 +22013,9 @@
21998
22013
  "globalMeetingId": {
21999
22014
  "type": "string"
22000
22015
  },
22016
+ "installationId": {
22017
+ "type": "string"
22018
+ },
22001
22019
  "ivrCallId": {
22002
22020
  "type": "string",
22003
22021
  "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;
@@ -4974,6 +4977,7 @@ export interface Event {
4974
4977
  additionalProperties?: false;
4975
4978
  };
4976
4979
  isBridging?: boolean;
4980
+ isInterRegion?: boolean;
4977
4981
  additionalProperties?: false;
4978
4982
  };
4979
4983
  /**
@@ -5748,6 +5752,7 @@ export interface Event {
5748
5752
  destinationVenueId?: string;
5749
5753
  deviceId?: string;
5750
5754
  globalMeetingId?: string;
5755
+ installationId?: string;
5751
5756
  ivrCallId?: string;
5752
5757
  ivrDialogId?: string;
5753
5758
  ivrId?: string;
@@ -8731,6 +8736,7 @@ export interface Event {
8731
8736
  destinationVenueId?: string;
8732
8737
  deviceId?: string;
8733
8738
  globalMeetingId?: string;
8739
+ installationId?: string;
8734
8740
  ivrCallId?: string;
8735
8741
  ivrDialogId?: string;
8736
8742
  ivrId?: string;
@@ -10525,6 +10531,7 @@ export interface ClientEvent {
10525
10531
  destinationVenueId?: string;
10526
10532
  deviceId?: string;
10527
10533
  globalMeetingId?: string;
10534
+ installationId?: string;
10528
10535
  ivrCallId?: string;
10529
10536
  ivrDialogId?: string;
10530
10537
  ivrId?: string;
@@ -13393,6 +13400,7 @@ export interface FeatureEvent {
13393
13400
  destinationVenueId?: string;
13394
13401
  deviceId?: string;
13395
13402
  globalMeetingId?: string;
13403
+ installationId?: string;
13396
13404
  ivrCallId?: string;
13397
13405
  ivrDialogId?: string;
13398
13406
  ivrId?: string;
@@ -14997,6 +15005,7 @@ export interface MediaQualityEvent {
14997
15005
  destinationVenueId?: string;
14998
15006
  deviceId?: string;
14999
15007
  globalMeetingId?: string;
15008
+ installationId?: string;
15000
15009
  ivrCallId?: string;
15001
15010
  ivrDialogId?: string;
15002
15011
  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.1434"
32
32
  }