@hyext/types-ext-sdk-hy 3.15.1-beta.4 → 3.15.1-beta.5
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
|
@@ -843,7 +843,7 @@ namespace observer {
|
|
|
843
843
|
* @param params - 本地消息参数
|
|
844
844
|
* @returns 调用结果
|
|
845
845
|
*/
|
|
846
|
-
function
|
|
846
|
+
function postDevelperLocalMessage(params: PostLocalMessageParams): Promise<void>;
|
|
847
847
|
/**
|
|
848
848
|
* 监听开发者维度的本地消息
|
|
849
849
|
* @param params - 参数
|
|
@@ -5813,7 +5813,7 @@ namespace observer {
|
|
|
5813
5813
|
* @param params - 本地消息参数
|
|
5814
5814
|
* @returns 调用结果
|
|
5815
5815
|
*/
|
|
5816
|
-
function
|
|
5816
|
+
function postDevelperLocalMessage(params: PostLocalMessageParams): Promise<void>;
|
|
5817
5817
|
/**
|
|
5818
5818
|
* 监听开发者维度的本地消息
|
|
5819
5819
|
* @param params - 参数
|