@webex/event-dictionary-ts 1.0.1313 → 1.0.1315

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.
@@ -16446,6 +16446,11 @@
16446
16446
  "minimum": -9223372036854776000.0,
16447
16447
  "maximum": 9223372036854776000.0
16448
16448
  },
16449
+ "serverCrossDataCenterCnt": {
16450
+ "type": "number",
16451
+ "minimum": -9223372036854776000.0,
16452
+ "maximum": 9223372036854776000.0
16453
+ },
16449
16454
  "linkNodeList": {
16450
16455
  "type": "array",
16451
16456
  "items": {
@@ -17513,6 +17518,11 @@
17513
17518
  "minimum": -9223372036854776000.0,
17514
17519
  "maximum": 9223372036854776000.0
17515
17520
  },
17521
+ "serverCrossDataCenterCnt": {
17522
+ "type": "number",
17523
+ "minimum": -9223372036854776000.0,
17524
+ "maximum": 9223372036854776000.0
17525
+ },
17516
17526
  "linkNodeList": {
17517
17527
  "type": "array",
17518
17528
  "items": {
@@ -19014,6 +19024,11 @@
19014
19024
  "minimum": -9223372036854776000.0,
19015
19025
  "maximum": 9223372036854776000.0
19016
19026
  },
19027
+ "serverCrossDataCenterCnt": {
19028
+ "type": "number",
19029
+ "minimum": -9223372036854776000.0,
19030
+ "maximum": 9223372036854776000.0
19031
+ },
19017
19032
  "linkNodeList": {
19018
19033
  "type": "array",
19019
19034
  "items": {
@@ -5412,6 +5412,11 @@
5412
5412
  "minimum": -9223372036854776000.0,
5413
5413
  "maximum": 9223372036854776000.0
5414
5414
  },
5415
+ "serverCrossDataCenterCnt": {
5416
+ "type": "number",
5417
+ "minimum": -9223372036854776000.0,
5418
+ "maximum": 9223372036854776000.0
5419
+ },
5415
5420
  "linkNodeList": {
5416
5421
  "type": "array",
5417
5422
  "items": {
@@ -6479,6 +6484,11 @@
6479
6484
  "minimum": -9223372036854776000.0,
6480
6485
  "maximum": 9223372036854776000.0
6481
6486
  },
6487
+ "serverCrossDataCenterCnt": {
6488
+ "type": "number",
6489
+ "minimum": -9223372036854776000.0,
6490
+ "maximum": 9223372036854776000.0
6491
+ },
6482
6492
  "linkNodeList": {
6483
6493
  "type": "array",
6484
6494
  "items": {
@@ -7980,6 +7990,11 @@
7980
7990
  "minimum": -9223372036854776000.0,
7981
7991
  "maximum": 9223372036854776000.0
7982
7992
  },
7993
+ "serverCrossDataCenterCnt": {
7994
+ "type": "number",
7995
+ "minimum": -9223372036854776000.0,
7996
+ "maximum": 9223372036854776000.0
7997
+ },
7983
7998
  "linkNodeList": {
7984
7999
  "type": "array",
7985
8000
  "items": {
@@ -6638,6 +6638,7 @@ export interface Event {
6638
6638
  additionalProperties?: false;
6639
6639
  };
6640
6640
  totalHops?: number;
6641
+ serverCrossDataCenterCnt?: number;
6641
6642
  linkNodeList?: {
6642
6643
  /**
6643
6644
  * The node type which shows the client and server type shown in the enum lists.
@@ -7123,6 +7124,7 @@ export interface Event {
7123
7124
  additionalProperties?: false;
7124
7125
  };
7125
7126
  totalHops?: number;
7127
+ serverCrossDataCenterCnt?: number;
7126
7128
  linkNodeList?: {
7127
7129
  /**
7128
7130
  * The node type which shows the client and server type shown in the enum lists.
@@ -7656,6 +7658,7 @@ export interface Event {
7656
7658
  additionalProperties?: false;
7657
7659
  };
7658
7660
  totalHops?: number;
7661
+ serverCrossDataCenterCnt?: number;
7659
7662
  linkNodeList?: {
7660
7663
  /**
7661
7664
  * The node type which shows the client and server type shown in the enum lists.
@@ -15578,6 +15581,7 @@ export interface MediaQualityEvent {
15578
15581
  additionalProperties?: false;
15579
15582
  };
15580
15583
  totalHops?: number;
15584
+ serverCrossDataCenterCnt?: number;
15581
15585
  linkNodeList?: {
15582
15586
  /**
15583
15587
  * The node type which shows the client and server type shown in the enum lists.
@@ -16063,6 +16067,7 @@ export interface MediaQualityEvent {
16063
16067
  additionalProperties?: false;
16064
16068
  };
16065
16069
  totalHops?: number;
16070
+ serverCrossDataCenterCnt?: number;
16066
16071
  linkNodeList?: {
16067
16072
  /**
16068
16073
  * The node type which shows the client and server type shown in the enum lists.
@@ -16578,6 +16583,7 @@ export interface MediaQualityEvent {
16578
16583
  additionalProperties?: false;
16579
16584
  };
16580
16585
  totalHops?: number;
16586
+ serverCrossDataCenterCnt?: number;
16581
16587
  linkNodeList?: {
16582
16588
  /**
16583
16589
  * The node type which shows the client and server type shown in the enum lists.
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.1313"
31
+ "version": "1.0.1315"
32
32
  }