@webex/event-dictionary-ts 1.0.2235 → 1.0.2236
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.
|
@@ -582,7 +582,8 @@
|
|
|
582
582
|
},
|
|
583
583
|
"preInstalledVersion": {
|
|
584
584
|
"type": "string"
|
|
585
|
-
}
|
|
585
|
+
},
|
|
586
|
+
"proxyInfo": {}
|
|
586
587
|
}
|
|
587
588
|
},
|
|
588
589
|
"installerInfo": {
|
|
@@ -4694,7 +4695,8 @@
|
|
|
4694
4695
|
},
|
|
4695
4696
|
"preInstalledVersion": {
|
|
4696
4697
|
"type": "string"
|
|
4697
|
-
}
|
|
4698
|
+
},
|
|
4699
|
+
"proxyInfo": {}
|
|
4698
4700
|
}
|
|
4699
4701
|
},
|
|
4700
4702
|
"installerInfo": {
|
|
@@ -339,6 +339,7 @@ export interface Event {
|
|
|
339
339
|
preInstalledTime?: string;
|
|
340
340
|
preInstalledType?: "app" | "installer" | "launcher";
|
|
341
341
|
preInstalledVersion?: string;
|
|
342
|
+
proxyInfo?: {};
|
|
342
343
|
additionalProperties?: never;
|
|
343
344
|
};
|
|
344
345
|
/**
|
|
@@ -2164,6 +2165,7 @@ export interface Event {
|
|
|
2164
2165
|
preInstalledTime?: string;
|
|
2165
2166
|
preInstalledType?: "app" | "installer" | "launcher";
|
|
2166
2167
|
preInstalledVersion?: string;
|
|
2168
|
+
proxyInfo?: {};
|
|
2167
2169
|
additionalProperties?: never;
|
|
2168
2170
|
};
|
|
2169
2171
|
/**
|
|
@@ -18874,6 +18876,7 @@ export interface ClientEvent {
|
|
|
18874
18876
|
preInstalledTime?: string;
|
|
18875
18877
|
preInstalledType?: "app" | "installer" | "launcher";
|
|
18876
18878
|
preInstalledVersion?: string;
|
|
18879
|
+
proxyInfo?: {};
|
|
18877
18880
|
additionalProperties?: never;
|
|
18878
18881
|
};
|
|
18879
18882
|
/**
|
package/package.json
CHANGED