@gizone/rrs-client 4.1.0-alpha.151 → 4.1.1-alpha.154

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @gizone/rrs-client@4.1.0
1
+ ## @gizone/rrs-client@4.1.1
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @gizone/rrs-client@4.1.0 --save
39
+ npm install @gizone/rrs-client@4.1.1 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/configuration.ts CHANGED
@@ -92,7 +92,7 @@ export class Configuration {
92
92
  this.baseOptions = {
93
93
  headers: {
94
94
  ...param.baseOptions?.headers,
95
- 'User-Agent': "OpenAPI-Generator/4.1.0/typescript-axios"
95
+ 'User-Agent': "OpenAPI-Generator/4.1.1/typescript-axios"
96
96
  },
97
97
  ...param.baseOptions
98
98
  };
@@ -23,7 +23,7 @@ class Configuration {
23
23
  this.accessToken = param.accessToken;
24
24
  this.basePath = param.basePath;
25
25
  this.serverIndex = param.serverIndex;
26
- this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/4.1.0/typescript-axios" }) }, param.baseOptions);
26
+ this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/4.1.1/typescript-axios" }) }, param.baseOptions);
27
27
  this.formDataCtor = param.formDataCtor;
28
28
  }
29
29
  /**
@@ -20,7 +20,7 @@ export class Configuration {
20
20
  this.accessToken = param.accessToken;
21
21
  this.basePath = param.basePath;
22
22
  this.serverIndex = param.serverIndex;
23
- this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/4.1.0/typescript-axios" }) }, param.baseOptions);
23
+ this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/4.1.1/typescript-axios" }) }, param.baseOptions);
24
24
  this.formDataCtor = param.formDataCtor;
25
25
  }
26
26
  /**
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {Array<string>}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'headerNames'?: Array<string>;
25
+ 'status'?: number;
26
26
  /**
27
27
  *
28
- * @type {number}
28
+ * @type {Array<string>}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'status'?: number;
31
+ 'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
34
  * @type {object}
@@ -65,6 +65,12 @@ export interface GetUserWx200Response {
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
67
  'outputStream'?: GetUserWx200ResponseOutputStream;
68
+ /**
69
+ *
70
+ * @type {object}
71
+ * @memberof GetUserWx200Response
72
+ */
73
+ 'writer'?: object;
68
74
  /**
69
75
  *
70
76
  * @type {string}
@@ -83,10 +89,4 @@ export interface GetUserWx200Response {
83
89
  * @memberof GetUserWx200Response
84
90
  */
85
91
  'committed'?: boolean;
86
- /**
87
- *
88
- * @type {object}
89
- * @memberof GetUserWx200Response
90
- */
91
- 'writer'?: object;
92
92
  }
@@ -52,13 +52,13 @@ export interface HikGetCamerasInfoVO {
52
52
  */
53
53
  'regionIndexCode'?: string;
54
54
  /**
55
- * 设备ID
55
+ * 设备ID-监控点
56
56
  * @type {string}
57
57
  * @memberof HikGetCamerasInfoVO
58
58
  */
59
59
  'indexCode'?: string;
60
60
  /**
61
- * 设备编码
61
+ * 设备编码-录像机
62
62
  * @type {string}
63
63
  * @memberof HikGetCamerasInfoVO
64
64
  */
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
+ * @deprecated
47
48
  */
48
- 'searchCount'?: boolean;
49
+ 'hitCount'?: boolean;
49
50
  /**
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageAccessVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {Array<string>}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'headerNames'?: Array<string>;
25
+ 'status'?: number;
26
26
  /**
27
27
  *
28
- * @type {number}
28
+ * @type {Array<string>}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'status'?: number;
31
+ 'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
34
  * @type {object}
@@ -65,6 +65,12 @@ export interface GetUserWx200Response {
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
67
  'outputStream'?: GetUserWx200ResponseOutputStream;
68
+ /**
69
+ *
70
+ * @type {object}
71
+ * @memberof GetUserWx200Response
72
+ */
73
+ 'writer'?: object;
68
74
  /**
69
75
  *
70
76
  * @type {string}
@@ -83,10 +89,4 @@ export interface GetUserWx200Response {
83
89
  * @memberof GetUserWx200Response
84
90
  */
85
91
  'committed'?: boolean;
86
- /**
87
- *
88
- * @type {object}
89
- * @memberof GetUserWx200Response
90
- */
91
- 'writer'?: object;
92
92
  }
@@ -52,13 +52,13 @@ export interface HikGetCamerasInfoVO {
52
52
  */
53
53
  'regionIndexCode'?: string;
54
54
  /**
55
- * 设备ID
55
+ * 设备ID-监控点
56
56
  * @type {string}
57
57
  * @memberof HikGetCamerasInfoVO
58
58
  */
59
59
  'indexCode'?: string;
60
60
  /**
61
- * 设备编码
61
+ * 设备编码-录像机
62
62
  * @type {string}
63
63
  * @memberof HikGetCamerasInfoVO
64
64
  */
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
+ * @deprecated
47
48
  */
48
- 'searchCount'?: boolean;
49
+ 'hitCount'?: boolean;
49
50
  /**
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageAccessVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -28,16 +28,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {Array<string>}
31
+ * @type {number}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'headerNames'?: Array<string>;
34
+ 'status'?: number;
35
35
  /**
36
36
  *
37
- * @type {number}
37
+ * @type {Array<string>}
38
38
  * @memberof GetUserWx200Response
39
39
  */
40
- 'status'?: number;
40
+ 'headerNames'?: Array<string>;
41
41
  /**
42
42
  *
43
43
  * @type {object}
@@ -74,6 +74,12 @@ export interface GetUserWx200Response {
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
76
  'outputStream'?: GetUserWx200ResponseOutputStream;
77
+ /**
78
+ *
79
+ * @type {object}
80
+ * @memberof GetUserWx200Response
81
+ */
82
+ 'writer'?: object;
77
83
  /**
78
84
  *
79
85
  * @type {string}
@@ -92,11 +98,5 @@ export interface GetUserWx200Response {
92
98
  * @memberof GetUserWx200Response
93
99
  */
94
100
  'committed'?: boolean;
95
- /**
96
- *
97
- * @type {object}
98
- * @memberof GetUserWx200Response
99
- */
100
- 'writer'?: object;
101
101
  }
102
102
 
@@ -57,13 +57,13 @@ export interface HikGetCamerasInfoVO {
57
57
  */
58
58
  'regionIndexCode'?: string;
59
59
  /**
60
- * 设备ID
60
+ * 设备ID-监控点
61
61
  * @type {string}
62
62
  * @memberof HikGetCamerasInfoVO
63
63
  */
64
64
  'indexCode'?: string;
65
65
  /**
66
- * 设备编码
66
+ * 设备编码-录像机
67
67
  * @type {string}
68
68
  * @memberof HikGetCamerasInfoVO
69
69
  */
@@ -51,15 +51,15 @@ export interface IPageAccessVO {
51
51
  *
52
52
  * @type {boolean}
53
53
  * @memberof IPageAccessVO
54
+ * @deprecated
54
55
  */
55
- 'searchCount'?: boolean;
56
+ 'hitCount'?: boolean;
56
57
  /**
57
58
  *
58
59
  * @type {boolean}
59
60
  * @memberof IPageAccessVO
60
- * @deprecated
61
61
  */
62
- 'hitCount'?: boolean;
62
+ 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.0-alpha.151",
3
+ "version": "4.1.1-alpha.154",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {