@ray-js/api 1.4.57 → 1.4.58

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.
@@ -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.58",
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.58",
33
+ "@ray-js/router": "1.4.58",
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.58",
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": "cba39c78d2d33035b58707568234b4ca68b8a5c7"
50
50
  }