@webex/event-dictionary-ts 1.0.1669 → 1.0.1670

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.
@@ -270,6 +270,9 @@
270
270
  ],
271
271
  "type": "string"
272
272
  },
273
+ "homeDataCenter": {
274
+ "type": "string"
275
+ },
273
276
  "success": {
274
277
  "type": "boolean"
275
278
  },
@@ -774,6 +774,9 @@
774
774
  ],
775
775
  "type": "string"
776
776
  },
777
+ "homeDataCenter": {
778
+ "type": "string"
779
+ },
777
780
  "success": {
778
781
  "type": "boolean"
779
782
  },
@@ -8226,6 +8229,9 @@
8226
8229
  }
8227
8230
  }
8228
8231
  },
8232
+ "homeDataCenter": {
8233
+ "type": "string"
8234
+ },
8229
8235
  "success": {
8230
8236
  "type": "boolean"
8231
8237
  },
@@ -12622,6 +12628,9 @@
12622
12628
  ],
12623
12629
  "type": "string"
12624
12630
  },
12631
+ "homeDataCenter": {
12632
+ "type": "string"
12633
+ },
12625
12634
  "success": {
12626
12635
  "type": "boolean"
12627
12636
  },
@@ -21954,6 +21963,9 @@
21954
21963
  ],
21955
21964
  "type": "string"
21956
21965
  },
21966
+ "homeDataCenter": {
21967
+ "type": "string"
21968
+ },
21957
21969
  "success": {
21958
21970
  "type": "boolean"
21959
21971
  },
@@ -25870,6 +25882,9 @@
25870
25882
  ],
25871
25883
  "type": "string"
25872
25884
  },
25885
+ "homeDataCenter": {
25886
+ "type": "string"
25887
+ },
25873
25888
  "success": {
25874
25889
  "type": "boolean"
25875
25890
  },
@@ -30855,6 +30870,9 @@
30855
30870
  ],
30856
30871
  "type": "string"
30857
30872
  },
30873
+ "homeDataCenter": {
30874
+ "type": "string"
30875
+ },
30858
30876
  "success": {
30859
30877
  "type": "boolean"
30860
30878
  },
@@ -270,6 +270,9 @@
270
270
  ],
271
271
  "type": "string"
272
272
  },
273
+ "homeDataCenter": {
274
+ "type": "string"
275
+ },
273
276
  "success": {
274
277
  "type": "boolean"
275
278
  },
@@ -271,6 +271,9 @@
271
271
  ],
272
272
  "type": "string"
273
273
  },
274
+ "homeDataCenter": {
275
+ "type": "string"
276
+ },
274
277
  "success": {
275
278
  "type": "boolean"
276
279
  },
@@ -352,6 +352,7 @@ export interface Event {
352
352
  additionalProperties?: false;
353
353
  };
354
354
  pstnAudioType?: "dial-in" | "dial-out";
355
+ homeDataCenter?: string;
355
356
  success?: boolean;
356
357
  isTranscoded?: boolean;
357
358
  isGatewayed?: boolean;
@@ -3819,6 +3820,7 @@ export interface Event {
3819
3820
  clientCorrelationId?: string;
3820
3821
  additionalProperties?: false;
3821
3822
  };
3823
+ homeDataCenter?: string;
3822
3824
  success?: boolean;
3823
3825
  isTranscoded?: boolean;
3824
3826
  isGatewayed?: boolean;
@@ -5711,6 +5713,7 @@ export interface Event {
5711
5713
  additionalProperties?: false;
5712
5714
  };
5713
5715
  pstnAudioType?: "dial-in" | "dial-out";
5716
+ homeDataCenter?: string;
5714
5717
  success?: boolean;
5715
5718
  isTranscoded?: boolean;
5716
5719
  isGatewayed?: boolean;
@@ -9308,6 +9311,7 @@ export interface Event {
9308
9311
  additionalProperties?: false;
9309
9312
  };
9310
9313
  pstnAudioType?: "dial-in" | "dial-out";
9314
+ homeDataCenter?: string;
9311
9315
  success?: boolean;
9312
9316
  isTranscoded?: boolean;
9313
9317
  isGatewayed?: boolean;
@@ -11014,6 +11018,7 @@ export interface Event {
11014
11018
  additionalProperties?: false;
11015
11019
  };
11016
11020
  pstnAudioType?: "dial-in" | "dial-out";
11021
+ homeDataCenter?: string;
11017
11022
  success?: boolean;
11018
11023
  isTranscoded?: boolean;
11019
11024
  isGatewayed?: boolean;
@@ -12671,6 +12676,7 @@ export interface Event {
12671
12676
  additionalProperties?: false;
12672
12677
  };
12673
12678
  pstnAudioType?: "dial-in" | "dial-out";
12679
+ homeDataCenter?: string;
12674
12680
  success?: boolean;
12675
12681
  isTranscoded?: boolean;
12676
12682
  isGatewayed?: boolean;
@@ -13661,6 +13667,7 @@ export interface ClientEvent {
13661
13667
  additionalProperties?: false;
13662
13668
  };
13663
13669
  pstnAudioType?: "dial-in" | "dial-out";
13670
+ homeDataCenter?: string;
13664
13671
  success?: boolean;
13665
13672
  isTranscoded?: boolean;
13666
13673
  isGatewayed?: boolean;
@@ -17046,6 +17053,7 @@ export interface FeatureEvent {
17046
17053
  additionalProperties?: false;
17047
17054
  };
17048
17055
  pstnAudioType?: "dial-in" | "dial-out";
17056
+ homeDataCenter?: string;
17049
17057
  success?: boolean;
17050
17058
  isTranscoded?: boolean;
17051
17059
  isGatewayed?: boolean;
@@ -18763,6 +18771,7 @@ export interface MediaQualityEvent {
18763
18771
  additionalProperties?: false;
18764
18772
  };
18765
18773
  pstnAudioType?: "dial-in" | "dial-out";
18774
+ homeDataCenter?: string;
18766
18775
  success?: boolean;
18767
18776
  isTranscoded?: boolean;
18768
18777
  isGatewayed?: boolean;
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.1669"
31
+ "version": "1.0.1670"
32
32
  }