@webex/event-dictionary-ts 1.0.2104 → 1.0.2106
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.
|
@@ -3564,7 +3564,7 @@
|
|
|
3564
3564
|
"wxc",
|
|
3565
3565
|
"service-api-error",
|
|
3566
3566
|
"network-error",
|
|
3567
|
-
"
|
|
3567
|
+
"Error_Success",
|
|
3568
3568
|
"other"
|
|
3569
3569
|
],
|
|
3570
3570
|
"type": "string"
|
|
@@ -28295,7 +28295,7 @@
|
|
|
28295
28295
|
"wxc",
|
|
28296
28296
|
"service-api-error",
|
|
28297
28297
|
"network-error",
|
|
28298
|
-
"
|
|
28298
|
+
"Error_Success",
|
|
28299
28299
|
"other"
|
|
28300
28300
|
],
|
|
28301
28301
|
"type": "string"
|
|
@@ -1554,7 +1554,7 @@ export interface Event {
|
|
|
1554
1554
|
| "wxc"
|
|
1555
1555
|
| "service-api-error"
|
|
1556
1556
|
| "network-error"
|
|
1557
|
-
| "
|
|
1557
|
+
| "Error_Success"
|
|
1558
1558
|
| "other";
|
|
1559
1559
|
component?: string;
|
|
1560
1560
|
additionalProperties?: false;
|
|
@@ -12182,7 +12182,7 @@ export interface Event {
|
|
|
12182
12182
|
| "wxc"
|
|
12183
12183
|
| "service-api-error"
|
|
12184
12184
|
| "network-error"
|
|
12185
|
-
| "
|
|
12185
|
+
| "Error_Success"
|
|
12186
12186
|
| "other";
|
|
12187
12187
|
component?: string;
|
|
12188
12188
|
additionalProperties?: false;
|
|
@@ -17333,7 +17333,7 @@ export interface ClientEvent {
|
|
|
17333
17333
|
| "wxc"
|
|
17334
17334
|
| "service-api-error"
|
|
17335
17335
|
| "network-error"
|
|
17336
|
-
| "
|
|
17336
|
+
| "Error_Success"
|
|
17337
17337
|
| "other";
|
|
17338
17338
|
component?: string;
|
|
17339
17339
|
additionalProperties?: false;
|
|
@@ -20903,7 +20903,7 @@ export interface FeatureEvent {
|
|
|
20903
20903
|
| "wxc"
|
|
20904
20904
|
| "service-api-error"
|
|
20905
20905
|
| "network-error"
|
|
20906
|
-
| "
|
|
20906
|
+
| "Error_Success"
|
|
20907
20907
|
| "other";
|
|
20908
20908
|
component?: string;
|
|
20909
20909
|
additionalProperties?: false;
|
package/package.json
CHANGED