@webex/event-dictionary-ts 1.0.1805 → 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
  }
@@ -17239,6 +17251,12 @@
17239
17251
  "minimum": -32768,
17240
17252
  "maximum": 32767
17241
17253
  },
17254
+ "volumeDropTimes": {
17255
+ "type": "integer",
17256
+ "description": "one unsigned char every 1 minute, 10 means volume drop times is 10",
17257
+ "minimum": -32768,
17258
+ "maximum": 32767
17259
+ },
17242
17260
  "speechLength": {
17243
17261
  "type": "integer",
17244
17262
  "minimum": 0,
@@ -25292,6 +25310,9 @@
25292
25310
  "clientCorrelationId": {
25293
25311
  "type": "string"
25294
25312
  },
25313
+ "idForEndpointAB": {
25314
+ "type": "string"
25315
+ },
25295
25316
  "correlationId": {
25296
25317
  "type": "string"
25297
25318
  }
@@ -29292,6 +29313,9 @@
29292
29313
  "clientCorrelationId": {
29293
29314
  "type": "string"
29294
29315
  },
29316
+ "idForEndpointAB": {
29317
+ "type": "string"
29318
+ },
29295
29319
  "correlationId": {
29296
29320
  "type": "string"
29297
29321
  }
@@ -34609,6 +34633,9 @@
34609
34633
  "clientCorrelationId": {
34610
34634
  "type": "string"
34611
34635
  },
34636
+ "idForEndpointAB": {
34637
+ "type": "string"
34638
+ },
34612
34639
  "correlationId": {
34613
34640
  "type": "string"
34614
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
  }
@@ -4391,6 +4394,12 @@
4391
4394
  "minimum": -32768,
4392
4395
  "maximum": 32767
4393
4396
  },
4397
+ "volumeDropTimes": {
4398
+ "type": "integer",
4399
+ "description": "one unsigned char every 1 minute, 10 means volume drop times is 10",
4400
+ "minimum": -32768,
4401
+ "maximum": 32767
4402
+ },
4394
4403
  "speechLength": {
4395
4404
  "type": "integer",
4396
4405
  "minimum": 0,
@@ -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
  };
@@ -7534,6 +7538,10 @@ export interface Event {
7534
7538
  * one unsigned char every 1 minute, 10 means capture zero data ratio is 10%
7535
7539
  */
7536
7540
  captureZeroRatio?: number;
7541
+ /**
7542
+ * one unsigned char every 1 minute, 10 means volume drop times is 10
7543
+ */
7544
+ volumeDropTimes?: number;
7537
7545
  /**
7538
7546
  * one unsigned char every 1 minute, 0 for 0s, plus 4 for +1s
7539
7547
  */
@@ -10660,6 +10668,7 @@ export interface Event {
10660
10668
  webexWebDomain?: string;
10661
10669
  recordingId?: string;
10662
10670
  clientCorrelationId?: string;
10671
+ idForEndpointAB?: string;
10663
10672
  correlationId: string;
10664
10673
  additionalProperties?: false;
10665
10674
  };
@@ -12389,6 +12398,7 @@ export interface Event {
12389
12398
  webexWebDomain?: string;
12390
12399
  recordingId?: string;
12391
12400
  clientCorrelationId?: string;
12401
+ idForEndpointAB?: string;
12392
12402
  correlationId: string;
12393
12403
  additionalProperties?: false;
12394
12404
  };
@@ -14214,6 +14224,7 @@ export interface Event {
14214
14224
  webexWebDomain?: string;
14215
14225
  recordingId?: string;
14216
14226
  clientCorrelationId?: string;
14227
+ idForEndpointAB?: string;
14217
14228
  correlationId: string;
14218
14229
  additionalProperties?: false;
14219
14230
  };
@@ -15441,6 +15452,7 @@ export interface ClientEvent {
15441
15452
  webexWebDomain?: string;
15442
15453
  recordingId?: string;
15443
15454
  clientCorrelationId?: string;
15455
+ idForEndpointAB?: string;
15444
15456
  correlationId: string;
15445
15457
  additionalProperties?: false;
15446
15458
  };
@@ -18803,6 +18815,7 @@ export interface FeatureEvent {
18803
18815
  webexWebDomain?: string;
18804
18816
  recordingId?: string;
18805
18817
  clientCorrelationId?: string;
18818
+ idForEndpointAB?: string;
18806
18819
  correlationId: string;
18807
18820
  additionalProperties?: false;
18808
18821
  };
@@ -20558,6 +20571,7 @@ export interface MediaQualityEvent {
20558
20571
  webexWebDomain?: string;
20559
20572
  recordingId?: string;
20560
20573
  clientCorrelationId?: string;
20574
+ idForEndpointAB?: string;
20561
20575
  correlationId: string;
20562
20576
  additionalProperties?: false;
20563
20577
  };
@@ -21263,6 +21277,10 @@ export interface MediaQualityEvent {
21263
21277
  * one unsigned char every 1 minute, 10 means capture zero data ratio is 10%
21264
21278
  */
21265
21279
  captureZeroRatio?: number;
21280
+ /**
21281
+ * one unsigned char every 1 minute, 10 means volume drop times is 10
21282
+ */
21283
+ volumeDropTimes?: number;
21266
21284
  /**
21267
21285
  * one unsigned char every 1 minute, 0 for 0s, plus 4 for +1s
21268
21286
  */
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.1805"
30
+ "version": "1.0.1807"
31
31
  }