@ray-js/api 1.4.57 → 1.4.59-beta.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,11 +13,11 @@ export declare function openPresentGatewayCategroy(params?: GwIdParams): Promise
13
13
  * @param params { gwId?: string }
14
14
  * @returns
15
15
  */
16
- export declare function openDeviceOnlySearchConfigGwSub(params?: GwIdParams): Promise<void>;
16
+ export declare function openDeviceGWSubSearchConfigure(params?: GwIdParams): Promise<void>;
17
17
  /**
18
18
  * 打开网关面板配网子设备 - 配网帮助列表(新版)
19
19
  * @param params { gwId?: string }
20
20
  * @returns
21
21
  */
22
- export declare function openDeviceGWSubDeviceHelpList(params?: GwIdParams): Promise<void>;
22
+ export declare function openDeviceGWSubHelpList(params?: GwIdParams): Promise<void>;
23
23
  export {};
@@ -13,7 +13,7 @@ export function openPresentGatewayCategroy(params) {
13
13
  * @param params { gwId?: string }
14
14
  * @returns
15
15
  */
16
- export function openDeviceOnlySearchConfigGwSub(params) {
16
+ export function openDeviceGWSubSearchConfigure(params) {
17
17
  return nativeRouter('device_only_search_config_gw_sub', params);
18
18
  }
19
19
 
@@ -22,6 +22,6 @@ export function openDeviceOnlySearchConfigGwSub(params) {
22
22
  * @param params { gwId?: string }
23
23
  * @returns
24
24
  */
25
- export function openDeviceGWSubDeviceHelpList(params) {
25
+ export function openDeviceGWSubHelpList(params) {
26
26
  return nativeRouter('device_gw_sub_device_help_list', params);
27
27
  }
@@ -2,3 +2,4 @@ export * from './device';
2
2
  export * from './outdoors';
3
3
  export * from './root';
4
4
  export * from './ipc';
5
+ export * from './gw';
@@ -1,4 +1,5 @@
1
1
  export * from './device';
2
2
  export * from './outdoors';
3
3
  export * from './root';
4
- export * from './ipc';
4
+ export * from './ipc';
5
+ export * from './gw';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "1.4.57",
3
+ "version": "1.4.59-beta.0",
4
4
  "description": "Ray universal api",
5
5
  "keywords": [
6
6
  "ray"
@@ -29,14 +29,14 @@
29
29
  "watch": "ray start --type=component"
30
30
  },
31
31
  "dependencies": {
32
- "@ray-js/framework": "1.4.57",
33
- "@ray-js/router": "1.4.57",
32
+ "@ray-js/framework": "^1.4.59-beta.0",
33
+ "@ray-js/router": "^1.4.59-beta.0",
34
34
  "@ray-js/wechat": "^0.2.8",
35
35
  "base64-browser": "^1.0.1",
36
36
  "query-string": "^7.1.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@ray-js/cli": "1.4.57",
39
+ "@ray-js/cli": "^1.4.59-beta.0",
40
40
  "art-template": "^4.13.2",
41
41
  "fs-extra": "^10.1.0",
42
42
  "miniprogram-api-typings": "^3.12.2",
@@ -46,5 +46,5 @@
46
46
  "access": "public",
47
47
  "registry": "https://registry.npmjs.org"
48
48
  },
49
- "gitHead": "fd1b5fa91e00c6b215fc941d3afd0708eeed6566"
49
+ "gitHead": "5cb9b6760d1079646be4d038fe3d21b42a3d4028"
50
50
  }