@webex/event-dictionary-ts 1.0.2103 → 1.0.2104

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.
@@ -2615,7 +2615,8 @@
2615
2615
  "page.meeting.urlprotocol.detect",
2616
2616
  "page.meeting.waiting.user-action",
2617
2617
  "page.meeting.webexapp.launched",
2618
- "page.meeting.webinstaller.started"
2618
+ "page.meeting.webinstaller.started",
2619
+ "client.feature.ptplugin.distribution"
2619
2620
  ],
2620
2621
  "type": "string"
2621
2622
  },
@@ -3003,6 +3004,7 @@
3003
3004
  "wxc",
3004
3005
  "service-api-error",
3005
3006
  "network-error",
3007
+ "Error_success",
3006
3008
  "other"
3007
3009
  ],
3008
3010
  "type": "string"
@@ -3175,7 +3175,8 @@
3175
3175
  "page.meeting.urlprotocol.detect",
3176
3176
  "page.meeting.waiting.user-action",
3177
3177
  "page.meeting.webexapp.launched",
3178
- "page.meeting.webinstaller.started"
3178
+ "page.meeting.webinstaller.started",
3179
+ "client.feature.ptplugin.distribution"
3179
3180
  ],
3180
3181
  "type": "string"
3181
3182
  },
@@ -3563,6 +3564,7 @@
3563
3564
  "wxc",
3564
3565
  "service-api-error",
3565
3566
  "network-error",
3567
+ "Error_success",
3566
3568
  "other"
3567
3569
  ],
3568
3570
  "type": "string"
@@ -27899,8 +27901,7 @@
27899
27901
  "client.feature.mta.launched",
27900
27902
  "client.feature.report",
27901
27903
  "client.feature.vdi.collect.thinclient.log",
27902
- "client.feature.webexapplauncher.install-webexapp",
27903
- "client.feature.ptplugin.distribution"
27904
+ "client.feature.webexapplauncher.install-webexapp"
27904
27905
  ],
27905
27906
  "type": "string"
27906
27907
  },
@@ -28294,6 +28295,7 @@
28294
28295
  "wxc",
28295
28296
  "service-api-error",
28296
28297
  "network-error",
28298
+ "Error_success",
28297
28299
  "other"
28298
28300
  ],
28299
28301
  "type": "string"
@@ -2404,8 +2404,7 @@
2404
2404
  "client.feature.mta.launched",
2405
2405
  "client.feature.report",
2406
2406
  "client.feature.vdi.collect.thinclient.log",
2407
- "client.feature.webexapplauncher.install-webexapp",
2408
- "client.feature.ptplugin.distribution"
2407
+ "client.feature.webexapplauncher.install-webexapp"
2409
2408
  ],
2410
2409
  "type": "string"
2411
2410
  },
@@ -2799,6 +2798,7 @@
2799
2798
  "wxc",
2800
2799
  "service-api-error",
2801
2800
  "network-error",
2801
+ "Error_success",
2802
2802
  "other"
2803
2803
  ],
2804
2804
  "type": "string"
@@ -1427,7 +1427,8 @@ export interface Event {
1427
1427
  | "page.meeting.urlprotocol.detect"
1428
1428
  | "page.meeting.waiting.user-action"
1429
1429
  | "page.meeting.webexapp.launched"
1430
- | "page.meeting.webinstaller.started";
1430
+ | "page.meeting.webinstaller.started"
1431
+ | "client.feature.ptplugin.distribution";
1431
1432
  /**
1432
1433
  * Base type for the various identifiers used to connect the dots.
1433
1434
  * In general, these should be populated whenever possible. Subtypes may make a particular key required.
@@ -1553,6 +1554,7 @@ export interface Event {
1553
1554
  | "wxc"
1554
1555
  | "service-api-error"
1555
1556
  | "network-error"
1557
+ | "Error_success"
1556
1558
  | "other";
1557
1559
  component?: string;
1558
1560
  additionalProperties?: false;
@@ -12053,8 +12055,7 @@ export interface Event {
12053
12055
  | "client.feature.mta.launched"
12054
12056
  | "client.feature.report"
12055
12057
  | "client.feature.vdi.collect.thinclient.log"
12056
- | "client.feature.webexapplauncher.install-webexapp"
12057
- | "client.feature.ptplugin.distribution";
12058
+ | "client.feature.webexapplauncher.install-webexapp";
12058
12059
  /**
12059
12060
  * Base type for the various identifiers used to connect the dots.
12060
12061
  * In general, these should be populated whenever possible. Subtypes may make a particular key required.
@@ -12181,6 +12182,7 @@ export interface Event {
12181
12182
  | "wxc"
12182
12183
  | "service-api-error"
12183
12184
  | "network-error"
12185
+ | "Error_success"
12184
12186
  | "other";
12185
12187
  component?: string;
12186
12188
  additionalProperties?: false;
@@ -17204,7 +17206,8 @@ export interface ClientEvent {
17204
17206
  | "page.meeting.urlprotocol.detect"
17205
17207
  | "page.meeting.waiting.user-action"
17206
17208
  | "page.meeting.webexapp.launched"
17207
- | "page.meeting.webinstaller.started";
17209
+ | "page.meeting.webinstaller.started"
17210
+ | "client.feature.ptplugin.distribution";
17208
17211
  /**
17209
17212
  * Base type for the various identifiers used to connect the dots.
17210
17213
  * In general, these should be populated whenever possible. Subtypes may make a particular key required.
@@ -17330,6 +17333,7 @@ export interface ClientEvent {
17330
17333
  | "wxc"
17331
17334
  | "service-api-error"
17332
17335
  | "network-error"
17336
+ | "Error_success"
17333
17337
  | "other";
17334
17338
  component?: string;
17335
17339
  additionalProperties?: false;
@@ -20772,8 +20776,7 @@ export interface FeatureEvent {
20772
20776
  | "client.feature.mta.launched"
20773
20777
  | "client.feature.report"
20774
20778
  | "client.feature.vdi.collect.thinclient.log"
20775
- | "client.feature.webexapplauncher.install-webexapp"
20776
- | "client.feature.ptplugin.distribution";
20779
+ | "client.feature.webexapplauncher.install-webexapp";
20777
20780
  /**
20778
20781
  * Base type for the various identifiers used to connect the dots.
20779
20782
  * In general, these should be populated whenever possible. Subtypes may make a particular key required.
@@ -20900,6 +20903,7 @@ export interface FeatureEvent {
20900
20903
  | "wxc"
20901
20904
  | "service-api-error"
20902
20905
  | "network-error"
20906
+ | "Error_success"
20903
20907
  | "other";
20904
20908
  component?: string;
20905
20909
  additionalProperties?: false;
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.2103"
30
+ "version": "1.0.2104"
31
31
  }