@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 +2 -2
- package/configuration.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/hik-get-cameras-info-vo.d.ts +2 -2
- package/dist/esm/models/ipage-access-vo.d.ts +3 -3
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/hik-get-cameras-info-vo.d.ts +2 -2
- package/dist/models/ipage-access-vo.d.ts +3 -3
- package/models/get-user-wx200-response.ts +10 -10
- package/models/hik-get-cameras-info-vo.ts +2 -2
- package/models/ipage-access-vo.ts +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @gizone/rrs-client@4.1.
|
|
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.
|
|
39
|
+
npm install @gizone/rrs-client@4.1.1 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/configuration.ts
CHANGED
package/dist/configuration.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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 {
|
|
22
|
+
* @type {number}
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
|
-
'
|
|
25
|
+
'status'?: number;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {Array<string>}
|
|
29
29
|
* @memberof GetUserWx200Response
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
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
|
-
'
|
|
49
|
+
'hitCount'?: boolean;
|
|
49
50
|
/**
|
|
50
51
|
*
|
|
51
52
|
* @type {boolean}
|
|
52
53
|
* @memberof IPageAccessVO
|
|
53
|
-
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
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 {
|
|
22
|
+
* @type {number}
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
|
-
'
|
|
25
|
+
'status'?: number;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {Array<string>}
|
|
29
29
|
* @memberof GetUserWx200Response
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
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
|
-
'
|
|
49
|
+
'hitCount'?: boolean;
|
|
49
50
|
/**
|
|
50
51
|
*
|
|
51
52
|
* @type {boolean}
|
|
52
53
|
* @memberof IPageAccessVO
|
|
53
|
-
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
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 {
|
|
31
|
+
* @type {number}
|
|
32
32
|
* @memberof GetUserWx200Response
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'status'?: number;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @type {
|
|
37
|
+
* @type {Array<string>}
|
|
38
38
|
* @memberof GetUserWx200Response
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
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
|
-
'
|
|
56
|
+
'hitCount'?: boolean;
|
|
56
57
|
/**
|
|
57
58
|
*
|
|
58
59
|
* @type {boolean}
|
|
59
60
|
* @memberof IPageAccessVO
|
|
60
|
-
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|