@webex/event-dictionary-ts 1.0.1830 → 1.0.1831

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.
@@ -2214,6 +2214,9 @@
2214
2214
  }
2215
2215
  }
2216
2216
  },
2217
+ "isPrivateMeeting": {
2218
+ "type": "boolean"
2219
+ },
2217
2220
  "name": {
2218
2221
  "enum": [
2219
2222
  "client.abort.join",
@@ -4479,9 +4482,6 @@
4479
4482
  "public"
4480
4483
  ],
4481
4484
  "type": "string"
4482
- },
4483
- "isPrivateMeeting": {
4484
- "type": "boolean"
4485
4485
  }
4486
4486
  }
4487
4487
  },
@@ -2735,6 +2735,9 @@
2735
2735
  }
2736
2736
  }
2737
2737
  },
2738
+ "isPrivateMeeting": {
2739
+ "type": "boolean"
2740
+ },
2738
2741
  "name": {
2739
2742
  "enum": [
2740
2743
  "client.abort.join",
@@ -5000,9 +5003,6 @@
5000
5003
  "public"
5001
5004
  ],
5002
5005
  "type": "string"
5003
- },
5004
- "isPrivateMeeting": {
5005
- "type": "boolean"
5006
5006
  }
5007
5007
  }
5008
5008
  },
@@ -10645,6 +10645,9 @@
10645
10645
  }
10646
10646
  }
10647
10647
  },
10648
+ "isPrivateMeeting": {
10649
+ "type": "boolean"
10650
+ },
10648
10651
  "remoteAgent": {
10649
10652
  "type": "string"
10650
10653
  },
@@ -15189,6 +15192,9 @@
15189
15192
  }
15190
15193
  }
15191
15194
  },
15195
+ "isPrivateMeeting": {
15196
+ "type": "boolean"
15197
+ },
15192
15198
  "trigger": {
15193
15199
  "enum": [
15194
15200
  "dummyTrigger1",
@@ -15686,9 +15692,6 @@
15686
15692
  "public"
15687
15693
  ],
15688
15694
  "type": "string"
15689
- },
15690
- "isPrivateMeeting": {
15691
- "type": "boolean"
15692
15695
  }
15693
15696
  }
15694
15697
  },
@@ -25183,6 +25186,9 @@
25183
25186
  }
25184
25187
  }
25185
25188
  },
25189
+ "isPrivateMeeting": {
25190
+ "type": "boolean"
25191
+ },
25186
25192
  "name": {
25187
25193
  "enum": [
25188
25194
  "client.feature.audio.noise.removal",
@@ -29197,6 +29203,9 @@
29197
29203
  }
29198
29204
  }
29199
29205
  },
29206
+ "isPrivateMeeting": {
29207
+ "type": "boolean"
29208
+ },
29200
29209
  "trigger": {
29201
29210
  "enum": [
29202
29211
  "dummyTrigger1",
@@ -29646,9 +29655,6 @@
29646
29655
  "public"
29647
29656
  ],
29648
29657
  "type": "string"
29649
- },
29650
- "isPrivateMeeting": {
29651
- "type": "boolean"
29652
29658
  }
29653
29659
  }
29654
29660
  },
@@ -34540,6 +34546,9 @@
34540
34546
  }
34541
34547
  }
34542
34548
  },
34549
+ "isPrivateMeeting": {
34550
+ "type": "boolean"
34551
+ },
34543
34552
  "trigger": {
34544
34553
  "enum": [
34545
34554
  "dummyTrigger1",
@@ -2260,6 +2260,9 @@
2260
2260
  }
2261
2261
  }
2262
2262
  },
2263
+ "isPrivateMeeting": {
2264
+ "type": "boolean"
2265
+ },
2263
2266
  "name": {
2264
2267
  "enum": [
2265
2268
  "client.feature.audio.noise.removal",
@@ -2261,6 +2261,9 @@
2261
2261
  }
2262
2262
  }
2263
2263
  },
2264
+ "isPrivateMeeting": {
2265
+ "type": "boolean"
2266
+ },
2264
2267
  "trigger": {
2265
2268
  "enum": [
2266
2269
  "dummyTrigger1",
@@ -2758,9 +2761,6 @@
2758
2761
  "public"
2759
2762
  ],
2760
2763
  "type": "string"
2761
- },
2762
- "isPrivateMeeting": {
2763
- "type": "boolean"
2764
2764
  }
2765
2765
  }
2766
2766
  },
@@ -1071,6 +1071,7 @@ export interface Event {
1071
1071
  };
1072
1072
  additionalProperties?: false;
1073
1073
  };
1074
+ isPrivateMeeting?: boolean;
1074
1075
  name:
1075
1076
  | "client.abort.join"
1076
1077
  | "client.alert.displayed"
@@ -2134,7 +2135,6 @@ export interface Event {
2134
2135
  | "MSE"
2135
2136
  | "UNKNOWN";
2136
2137
  cascadePeerDeployType?: "private" | "public";
2137
- isPrivateMeeting?: boolean;
2138
2138
  additionalProperties?: false;
2139
2139
  };
2140
2140
  /**
@@ -4796,6 +4796,7 @@ export interface Event {
4796
4796
  };
4797
4797
  additionalProperties?: false;
4798
4798
  };
4799
+ isPrivateMeeting?: boolean;
4799
4800
  remoteAgent?: string;
4800
4801
  name:
4801
4802
  | "addin.scheduling.request"
@@ -6756,6 +6757,7 @@ export interface Event {
6756
6757
  };
6757
6758
  additionalProperties?: false;
6758
6759
  };
6760
+ isPrivateMeeting?: boolean;
6759
6761
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
6760
6762
  name: "server.mediaquality.event" | "client.mediaquality.event";
6761
6763
  /**
@@ -6929,7 +6931,6 @@ export interface Event {
6929
6931
  | "MSE"
6930
6932
  | "UNKNOWN";
6931
6933
  cascadePeerDeployType?: "private" | "public";
6932
- isPrivateMeeting?: boolean;
6933
6934
  additionalProperties?: false;
6934
6935
  };
6935
6936
  /**
@@ -10662,6 +10663,7 @@ export interface Event {
10662
10663
  };
10663
10664
  additionalProperties?: false;
10664
10665
  };
10666
+ isPrivateMeeting?: boolean;
10665
10667
  name:
10666
10668
  | "client.feature.audio.noise.removal"
10667
10669
  | "client.feature.embedded-object-info"
@@ -12409,6 +12411,7 @@ export interface Event {
12409
12411
  };
12410
12412
  additionalProperties?: false;
12411
12413
  };
12414
+ isPrivateMeeting?: boolean;
12412
12415
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "edge-mediaquality";
12413
12416
  name: "edge.mediaquality.event";
12414
12417
  /**
@@ -12561,7 +12564,6 @@ export interface Event {
12561
12564
  | "MSE"
12562
12565
  | "UNKNOWN";
12563
12566
  cascadePeerDeployType?: "private" | "public";
12564
- isPrivateMeeting?: boolean;
12565
12567
  additionalProperties?: false;
12566
12568
  };
12567
12569
  edgeIntervals: {
@@ -14237,6 +14239,7 @@ export interface Event {
14237
14239
  };
14238
14240
  additionalProperties?: false;
14239
14241
  };
14242
+ isPrivateMeeting?: boolean;
14240
14243
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "recording-event";
14241
14244
  name:
14242
14245
  | "crc.recording.create.request"
@@ -15239,6 +15242,7 @@ export interface ClientEvent {
15239
15242
  };
15240
15243
  additionalProperties?: false;
15241
15244
  };
15245
+ isPrivateMeeting?: boolean;
15242
15246
  name:
15243
15247
  | "client.abort.join"
15244
15248
  | "client.alert.displayed"
@@ -16302,7 +16306,6 @@ export interface ClientEvent {
16302
16306
  | "MSE"
16303
16307
  | "UNKNOWN";
16304
16308
  cascadePeerDeployType?: "private" | "public";
16305
- isPrivateMeeting?: boolean;
16306
16309
  additionalProperties?: false;
16307
16310
  };
16308
16311
  /**
@@ -18872,6 +18875,7 @@ export interface FeatureEvent {
18872
18875
  };
18873
18876
  additionalProperties?: false;
18874
18877
  };
18878
+ isPrivateMeeting?: boolean;
18875
18879
  name:
18876
18880
  | "client.feature.audio.noise.removal"
18877
18881
  | "client.feature.embedded-object-info"
@@ -20624,6 +20628,7 @@ export interface MediaQualityEvent {
20624
20628
  };
20625
20629
  additionalProperties?: false;
20626
20630
  };
20631
+ isPrivateMeeting?: boolean;
20627
20632
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
20628
20633
  name: "server.mediaquality.event" | "client.mediaquality.event";
20629
20634
  /**
@@ -20797,7 +20802,6 @@ export interface MediaQualityEvent {
20797
20802
  | "MSE"
20798
20803
  | "UNKNOWN";
20799
20804
  cascadePeerDeployType?: "private" | "public";
20800
- isPrivateMeeting?: boolean;
20801
20805
  additionalProperties?: false;
20802
20806
  };
20803
20807
  /**
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.1830"
30
+ "version": "1.0.1831"
31
31
  }