@webex/event-dictionary-ts 1.0.1806 → 1.0.1807

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.
@@ -2758,6 +2758,9 @@
2758
2758
  "clientCorrelationId": {
2759
2759
  "type": "string"
2760
2760
  },
2761
+ "idForEndpointAB": {
2762
+ "type": "string"
2763
+ },
2761
2764
  "correlationId": {
2762
2765
  "type": "string"
2763
2766
  }
@@ -3278,6 +3278,9 @@
3278
3278
  "clientCorrelationId": {
3279
3279
  "type": "string"
3280
3280
  },
3281
+ "idForEndpointAB": {
3282
+ "type": "string"
3283
+ },
3281
3284
  "correlationId": {
3282
3285
  "type": "string"
3283
3286
  }
@@ -8580,6 +8583,9 @@
8580
8583
  },
8581
8584
  "clientCorrelationId": {
8582
8585
  "type": "string"
8586
+ },
8587
+ "idForEndpointAB": {
8588
+ "type": "string"
8583
8589
  }
8584
8590
  }
8585
8591
  },
@@ -11435,6 +11441,9 @@
11435
11441
  },
11436
11442
  "clientCorrelationId": {
11437
11443
  "type": "string"
11444
+ },
11445
+ "idForEndpointAB": {
11446
+ "type": "string"
11438
11447
  }
11439
11448
  }
11440
11449
  },
@@ -15462,6 +15471,9 @@
15462
15471
  "clientCorrelationId": {
15463
15472
  "type": "string"
15464
15473
  },
15474
+ "idForEndpointAB": {
15475
+ "type": "string"
15476
+ },
15465
15477
  "correlationId": {
15466
15478
  "type": "string"
15467
15479
  }
@@ -25298,6 +25310,9 @@
25298
25310
  "clientCorrelationId": {
25299
25311
  "type": "string"
25300
25312
  },
25313
+ "idForEndpointAB": {
25314
+ "type": "string"
25315
+ },
25301
25316
  "correlationId": {
25302
25317
  "type": "string"
25303
25318
  }
@@ -29298,6 +29313,9 @@
29298
29313
  "clientCorrelationId": {
29299
29314
  "type": "string"
29300
29315
  },
29316
+ "idForEndpointAB": {
29317
+ "type": "string"
29318
+ },
29301
29319
  "correlationId": {
29302
29320
  "type": "string"
29303
29321
  }
@@ -34615,6 +34633,9 @@
34615
34633
  "clientCorrelationId": {
34616
34634
  "type": "string"
34617
34635
  },
34636
+ "idForEndpointAB": {
34637
+ "type": "string"
34638
+ },
34618
34639
  "correlationId": {
34619
34640
  "type": "string"
34620
34641
  }
@@ -2572,6 +2572,9 @@
2572
2572
  "clientCorrelationId": {
2573
2573
  "type": "string"
2574
2574
  },
2575
+ "idForEndpointAB": {
2576
+ "type": "string"
2577
+ },
2575
2578
  "correlationId": {
2576
2579
  "type": "string"
2577
2580
  }
@@ -2614,6 +2614,9 @@
2614
2614
  "clientCorrelationId": {
2615
2615
  "type": "string"
2616
2616
  },
2617
+ "idForEndpointAB": {
2618
+ "type": "string"
2619
+ },
2617
2620
  "correlationId": {
2618
2621
  "type": "string"
2619
2622
  }
@@ -1410,6 +1410,7 @@ export interface Event {
1410
1410
  webexWebDomain?: string;
1411
1411
  recordingId?: string;
1412
1412
  clientCorrelationId?: string;
1413
+ idForEndpointAB?: string;
1413
1414
  correlationId: string;
1414
1415
  additionalProperties?: false;
1415
1416
  };
@@ -4020,6 +4021,7 @@ export interface Event {
4020
4021
  webexWebDomain?: string;
4021
4022
  recordingId?: string;
4022
4023
  clientCorrelationId?: string;
4024
+ idForEndpointAB?: string;
4023
4025
  additionalProperties?: false;
4024
4026
  };
4025
4027
  homeDataCenter?: string;
@@ -5235,6 +5237,7 @@ export interface Event {
5235
5237
  webexWebDomain?: string;
5236
5238
  recordingId?: string;
5237
5239
  clientCorrelationId?: string;
5240
+ idForEndpointAB?: string;
5238
5241
  additionalProperties?: false;
5239
5242
  };
5240
5243
  pstnDialStatus?:
@@ -6826,6 +6829,7 @@ export interface Event {
6826
6829
  webexWebDomain?: string;
6827
6830
  recordingId?: string;
6828
6831
  clientCorrelationId?: string;
6832
+ idForEndpointAB?: string;
6829
6833
  correlationId: string;
6830
6834
  additionalProperties?: false;
6831
6835
  };
@@ -10664,6 +10668,7 @@ export interface Event {
10664
10668
  webexWebDomain?: string;
10665
10669
  recordingId?: string;
10666
10670
  clientCorrelationId?: string;
10671
+ idForEndpointAB?: string;
10667
10672
  correlationId: string;
10668
10673
  additionalProperties?: false;
10669
10674
  };
@@ -12393,6 +12398,7 @@ export interface Event {
12393
12398
  webexWebDomain?: string;
12394
12399
  recordingId?: string;
12395
12400
  clientCorrelationId?: string;
12401
+ idForEndpointAB?: string;
12396
12402
  correlationId: string;
12397
12403
  additionalProperties?: false;
12398
12404
  };
@@ -14218,6 +14224,7 @@ export interface Event {
14218
14224
  webexWebDomain?: string;
14219
14225
  recordingId?: string;
14220
14226
  clientCorrelationId?: string;
14227
+ idForEndpointAB?: string;
14221
14228
  correlationId: string;
14222
14229
  additionalProperties?: false;
14223
14230
  };
@@ -15445,6 +15452,7 @@ export interface ClientEvent {
15445
15452
  webexWebDomain?: string;
15446
15453
  recordingId?: string;
15447
15454
  clientCorrelationId?: string;
15455
+ idForEndpointAB?: string;
15448
15456
  correlationId: string;
15449
15457
  additionalProperties?: false;
15450
15458
  };
@@ -18807,6 +18815,7 @@ export interface FeatureEvent {
18807
18815
  webexWebDomain?: string;
18808
18816
  recordingId?: string;
18809
18817
  clientCorrelationId?: string;
18818
+ idForEndpointAB?: string;
18810
18819
  correlationId: string;
18811
18820
  additionalProperties?: false;
18812
18821
  };
@@ -20562,6 +20571,7 @@ export interface MediaQualityEvent {
20562
20571
  webexWebDomain?: string;
20563
20572
  recordingId?: string;
20564
20573
  clientCorrelationId?: string;
20574
+ idForEndpointAB?: string;
20565
20575
  correlationId: string;
20566
20576
  additionalProperties?: false;
20567
20577
  };
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.1806"
30
+ "version": "1.0.1807"
31
31
  }