@webex/event-dictionary-ts 1.0.1312 → 1.0.1314

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.
@@ -3758,6 +3758,10 @@
3758
3758
  "roapOfferReqToOkTime": {
3759
3759
  "type": "integer",
3760
3760
  "minimum": 0
3761
+ },
3762
+ "guestSessionCreationTime": {
3763
+ "type": "integer",
3764
+ "minimum": 0
3761
3765
  }
3762
3766
  }
3763
3767
  },
@@ -4230,6 +4230,10 @@
4230
4230
  "roapOfferReqToOkTime": {
4231
4231
  "type": "integer",
4232
4232
  "minimum": 0
4233
+ },
4234
+ "guestSessionCreationTime": {
4235
+ "type": "integer",
4236
+ "minimum": 0
4233
4237
  }
4234
4238
  }
4235
4239
  },
@@ -16442,6 +16446,11 @@
16442
16446
  "minimum": -9223372036854776000.0,
16443
16447
  "maximum": 9223372036854776000.0
16444
16448
  },
16449
+ "serverCrossDataCenterCnt": {
16450
+ "type": "number",
16451
+ "minimum": -9223372036854776000.0,
16452
+ "maximum": 9223372036854776000.0
16453
+ },
16445
16454
  "linkNodeList": {
16446
16455
  "type": "array",
16447
16456
  "items": {
@@ -17509,6 +17518,11 @@
17509
17518
  "minimum": -9223372036854776000.0,
17510
17519
  "maximum": 9223372036854776000.0
17511
17520
  },
17521
+ "serverCrossDataCenterCnt": {
17522
+ "type": "number",
17523
+ "minimum": -9223372036854776000.0,
17524
+ "maximum": 9223372036854776000.0
17525
+ },
17512
17526
  "linkNodeList": {
17513
17527
  "type": "array",
17514
17528
  "items": {
@@ -19010,6 +19024,11 @@
19010
19024
  "minimum": -9223372036854776000.0,
19011
19025
  "maximum": 9223372036854776000.0
19012
19026
  },
19027
+ "serverCrossDataCenterCnt": {
19028
+ "type": "number",
19029
+ "minimum": -9223372036854776000.0,
19030
+ "maximum": 9223372036854776000.0
19031
+ },
19013
19032
  "linkNodeList": {
19014
19033
  "type": "array",
19015
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": {
@@ -1638,6 +1638,7 @@ export interface Event {
1638
1638
  roapAnswerTime?: number;
1639
1639
  roapOkTime?: number;
1640
1640
  roapOfferReqToOkTime?: number;
1641
+ guestSessionCreationTime?: number;
1641
1642
  additionalProperties?: false;
1642
1643
  };
1643
1644
  /**
@@ -6637,6 +6638,7 @@ export interface Event {
6637
6638
  additionalProperties?: false;
6638
6639
  };
6639
6640
  totalHops?: number;
6641
+ serverCrossDataCenterCnt?: number;
6640
6642
  linkNodeList?: {
6641
6643
  /**
6642
6644
  * The node type which shows the client and server type shown in the enum lists.
@@ -7122,6 +7124,7 @@ export interface Event {
7122
7124
  additionalProperties?: false;
7123
7125
  };
7124
7126
  totalHops?: number;
7127
+ serverCrossDataCenterCnt?: number;
7125
7128
  linkNodeList?: {
7126
7129
  /**
7127
7130
  * The node type which shows the client and server type shown in the enum lists.
@@ -7655,6 +7658,7 @@ export interface Event {
7655
7658
  additionalProperties?: false;
7656
7659
  };
7657
7660
  totalHops?: number;
7661
+ serverCrossDataCenterCnt?: number;
7658
7662
  linkNodeList?: {
7659
7663
  /**
7660
7664
  * The node type which shows the client and server type shown in the enum lists.
@@ -10726,6 +10730,7 @@ export interface ClientEvent {
10726
10730
  roapAnswerTime?: number;
10727
10731
  roapOkTime?: number;
10728
10732
  roapOfferReqToOkTime?: number;
10733
+ guestSessionCreationTime?: number;
10729
10734
  additionalProperties?: false;
10730
10735
  };
10731
10736
  /**
@@ -15576,6 +15581,7 @@ export interface MediaQualityEvent {
15576
15581
  additionalProperties?: false;
15577
15582
  };
15578
15583
  totalHops?: number;
15584
+ serverCrossDataCenterCnt?: number;
15579
15585
  linkNodeList?: {
15580
15586
  /**
15581
15587
  * The node type which shows the client and server type shown in the enum lists.
@@ -16061,6 +16067,7 @@ export interface MediaQualityEvent {
16061
16067
  additionalProperties?: false;
16062
16068
  };
16063
16069
  totalHops?: number;
16070
+ serverCrossDataCenterCnt?: number;
16064
16071
  linkNodeList?: {
16065
16072
  /**
16066
16073
  * The node type which shows the client and server type shown in the enum lists.
@@ -16576,6 +16583,7 @@ export interface MediaQualityEvent {
16576
16583
  additionalProperties?: false;
16577
16584
  };
16578
16585
  totalHops?: number;
16586
+ serverCrossDataCenterCnt?: number;
16579
16587
  linkNodeList?: {
16580
16588
  /**
16581
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.1312"
31
+ "version": "1.0.1314"
32
32
  }