@hyext/types-ext-sdk-hy 4.2.1-beta.2 → 4.2.1-beta.3
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.
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4661,7 +4661,7 @@ type OnSourceDataChangeReq = {
|
|
|
4661
4661
|
*/
|
|
4662
4662
|
type ReferrerInfo = {
|
|
4663
4663
|
appId: number;
|
|
4664
|
-
extraData:
|
|
4664
|
+
extraData: any;
|
|
4665
4665
|
};
|
|
4666
4666
|
|
|
4667
4667
|
/**
|
|
@@ -4671,7 +4671,7 @@ type ReferrerInfo = {
|
|
|
4671
4671
|
*/
|
|
4672
4672
|
type LaunchOptions = {
|
|
4673
4673
|
scene: number;
|
|
4674
|
-
query:
|
|
4674
|
+
query: any;
|
|
4675
4675
|
referrerInfo: ReferrerInfo;
|
|
4676
4676
|
};
|
|
4677
4677
|
|