@gizone/rrs-client 4.2.0-alpha.274 → 4.2.0-alpha.276
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/.openapi-generator/FILES +0 -1
- package/apis/auth-api.ts +2 -452
- package/apis/smsapi.ts +0 -555
- package/apis/surveillance-api.ts +19 -19
- package/dist/apis/auth-api.d.ts +0 -200
- package/dist/apis/auth-api.js +2 -382
- package/dist/apis/smsapi.d.ts +0 -254
- package/dist/apis/smsapi.js +0 -458
- package/dist/apis/surveillance-api.d.ts +6 -7
- package/dist/apis/surveillance-api.js +14 -13
- package/dist/esm/apis/auth-api.d.ts +0 -200
- package/dist/esm/apis/auth-api.js +2 -382
- package/dist/esm/apis/smsapi.d.ts +0 -254
- package/dist/esm/apis/smsapi.js +0 -458
- package/dist/esm/apis/surveillance-api.d.ts +6 -7
- package/dist/esm/apis/surveillance-api.js +14 -13
- package/dist/esm/models/get-user-wx200-response.d.ts +15 -15
- package/dist/esm/models/index.d.ts +0 -1
- package/dist/esm/models/index.js +0 -1
- package/dist/esm/models/ipage-access-vo.d.ts +3 -3
- package/dist/models/get-user-wx200-response.d.ts +15 -15
- package/dist/models/index.d.ts +0 -1
- package/dist/models/index.js +0 -1
- package/dist/models/ipage-access-vo.d.ts +3 -3
- package/models/get-user-wx200-response.ts +15 -15
- package/models/index.ts +0 -1
- package/models/ipage-access-vo.ts +3 -3
- package/package.json +1 -1
- package/dist/esm/models/excel-upload-bo.d.ts +0 -36
- package/dist/esm/models/excel-upload-bo.js +0 -14
- package/dist/models/excel-upload-bo.d.ts +0 -36
- package/dist/models/excel-upload-bo.js +0 -15
- package/models/excel-upload-bo.ts +0 -42
|
@@ -23,6 +23,12 @@ export interface GetUserWx200Response {
|
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
25
|
'status'?: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {object}
|
|
29
|
+
* @memberof GetUserWx200Response
|
|
30
|
+
*/
|
|
31
|
+
'trailerFields'?: object;
|
|
26
32
|
/**
|
|
27
33
|
*
|
|
28
34
|
* @type {Array<string>}
|
|
@@ -31,10 +37,10 @@ export interface GetUserWx200Response {
|
|
|
31
37
|
'headerNames'?: Array<string>;
|
|
32
38
|
/**
|
|
33
39
|
*
|
|
34
|
-
* @type {
|
|
40
|
+
* @type {GetUserWx200ResponseLocale}
|
|
35
41
|
* @memberof GetUserWx200Response
|
|
36
42
|
*/
|
|
37
|
-
'
|
|
43
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
46
|
* @type {string}
|
|
@@ -55,16 +61,10 @@ export interface GetUserWx200Response {
|
|
|
55
61
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
56
62
|
/**
|
|
57
63
|
*
|
|
58
|
-
* @type {
|
|
59
|
-
* @memberof GetUserWx200Response
|
|
60
|
-
*/
|
|
61
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {boolean}
|
|
64
|
+
* @type {number}
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
@@ -76,17 +76,17 @@ export interface GetUserWx200Response {
|
|
|
76
76
|
* @type {number}
|
|
77
77
|
* @memberof GetUserWx200Response
|
|
78
78
|
*/
|
|
79
|
-
'
|
|
79
|
+
'contentLengthLong'?: number;
|
|
80
80
|
/**
|
|
81
81
|
*
|
|
82
|
-
* @type {
|
|
82
|
+
* @type {boolean}
|
|
83
83
|
* @memberof GetUserWx200Response
|
|
84
84
|
*/
|
|
85
|
-
'
|
|
85
|
+
'committed'?: boolean;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
|
-
* @type {
|
|
88
|
+
* @type {object}
|
|
89
89
|
* @memberof GetUserWx200Response
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'writer'?: object;
|
|
92
92
|
}
|
|
@@ -217,7 +217,6 @@ export * from './excel-import-result-dtomaintenance-standard-import-dto';
|
|
|
217
217
|
export * from './excel-import-result-dtosurveillance-batch-import-template-dto';
|
|
218
218
|
export * from './excel-import-result-dtosurveillance-settings-export-dto';
|
|
219
219
|
export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
220
|
-
export * from './excel-upload-bo';
|
|
221
220
|
export * from './export-energy-meter-record-bo';
|
|
222
221
|
export * from './export-hire-energy-meter-record-bo';
|
|
223
222
|
export * from './export-in-park-vehicle-bo';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -217,7 +217,6 @@ export * from './excel-import-result-dtomaintenance-standard-import-dto';
|
|
|
217
217
|
export * from './excel-import-result-dtosurveillance-batch-import-template-dto';
|
|
218
218
|
export * from './excel-import-result-dtosurveillance-settings-export-dto';
|
|
219
219
|
export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
220
|
-
export * from './excel-upload-bo';
|
|
221
220
|
export * from './export-energy-meter-record-bo';
|
|
222
221
|
export * from './export-hire-energy-meter-record-bo';
|
|
223
222
|
export * from './export-in-park-vehicle-bo';
|
|
@@ -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}
|
|
@@ -23,6 +23,12 @@ export interface GetUserWx200Response {
|
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
25
|
'status'?: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {object}
|
|
29
|
+
* @memberof GetUserWx200Response
|
|
30
|
+
*/
|
|
31
|
+
'trailerFields'?: object;
|
|
26
32
|
/**
|
|
27
33
|
*
|
|
28
34
|
* @type {Array<string>}
|
|
@@ -31,10 +37,10 @@ export interface GetUserWx200Response {
|
|
|
31
37
|
'headerNames'?: Array<string>;
|
|
32
38
|
/**
|
|
33
39
|
*
|
|
34
|
-
* @type {
|
|
40
|
+
* @type {GetUserWx200ResponseLocale}
|
|
35
41
|
* @memberof GetUserWx200Response
|
|
36
42
|
*/
|
|
37
|
-
'
|
|
43
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
46
|
* @type {string}
|
|
@@ -55,16 +61,10 @@ export interface GetUserWx200Response {
|
|
|
55
61
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
56
62
|
/**
|
|
57
63
|
*
|
|
58
|
-
* @type {
|
|
59
|
-
* @memberof GetUserWx200Response
|
|
60
|
-
*/
|
|
61
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {boolean}
|
|
64
|
+
* @type {number}
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
@@ -76,17 +76,17 @@ export interface GetUserWx200Response {
|
|
|
76
76
|
* @type {number}
|
|
77
77
|
* @memberof GetUserWx200Response
|
|
78
78
|
*/
|
|
79
|
-
'
|
|
79
|
+
'contentLengthLong'?: number;
|
|
80
80
|
/**
|
|
81
81
|
*
|
|
82
|
-
* @type {
|
|
82
|
+
* @type {boolean}
|
|
83
83
|
* @memberof GetUserWx200Response
|
|
84
84
|
*/
|
|
85
|
-
'
|
|
85
|
+
'committed'?: boolean;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
|
-
* @type {
|
|
88
|
+
* @type {object}
|
|
89
89
|
* @memberof GetUserWx200Response
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'writer'?: object;
|
|
92
92
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -217,7 +217,6 @@ export * from './excel-import-result-dtomaintenance-standard-import-dto';
|
|
|
217
217
|
export * from './excel-import-result-dtosurveillance-batch-import-template-dto';
|
|
218
218
|
export * from './excel-import-result-dtosurveillance-settings-export-dto';
|
|
219
219
|
export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
220
|
-
export * from './excel-upload-bo';
|
|
221
220
|
export * from './export-energy-meter-record-bo';
|
|
222
221
|
export * from './export-hire-energy-meter-record-bo';
|
|
223
222
|
export * from './export-in-park-vehicle-bo';
|
package/dist/models/index.js
CHANGED
|
@@ -233,7 +233,6 @@ __exportStar(require("./excel-import-result-dtomaintenance-standard-import-dto")
|
|
|
233
233
|
__exportStar(require("./excel-import-result-dtosurveillance-batch-import-template-dto"), exports);
|
|
234
234
|
__exportStar(require("./excel-import-result-dtosurveillance-settings-export-dto"), exports);
|
|
235
235
|
__exportStar(require("./excel-import-upload-to-redis-vo-space-add-excel-dto"), exports);
|
|
236
|
-
__exportStar(require("./excel-upload-bo"), exports);
|
|
237
236
|
__exportStar(require("./export-energy-meter-record-bo"), exports);
|
|
238
237
|
__exportStar(require("./export-hire-energy-meter-record-bo"), exports);
|
|
239
238
|
__exportStar(require("./export-in-park-vehicle-bo"), exports);
|
|
@@ -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}
|
|
@@ -32,6 +32,12 @@ export interface GetUserWx200Response {
|
|
|
32
32
|
* @memberof GetUserWx200Response
|
|
33
33
|
*/
|
|
34
34
|
'status'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {object}
|
|
38
|
+
* @memberof GetUserWx200Response
|
|
39
|
+
*/
|
|
40
|
+
'trailerFields'?: object;
|
|
35
41
|
/**
|
|
36
42
|
*
|
|
37
43
|
* @type {Array<string>}
|
|
@@ -40,10 +46,10 @@ export interface GetUserWx200Response {
|
|
|
40
46
|
'headerNames'?: Array<string>;
|
|
41
47
|
/**
|
|
42
48
|
*
|
|
43
|
-
* @type {
|
|
49
|
+
* @type {GetUserWx200ResponseLocale}
|
|
44
50
|
* @memberof GetUserWx200Response
|
|
45
51
|
*/
|
|
46
|
-
'
|
|
52
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
47
53
|
/**
|
|
48
54
|
*
|
|
49
55
|
* @type {string}
|
|
@@ -64,16 +70,10 @@ export interface GetUserWx200Response {
|
|
|
64
70
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
65
71
|
/**
|
|
66
72
|
*
|
|
67
|
-
* @type {
|
|
68
|
-
* @memberof GetUserWx200Response
|
|
69
|
-
*/
|
|
70
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
71
|
-
/**
|
|
72
|
-
*
|
|
73
|
-
* @type {boolean}
|
|
73
|
+
* @type {number}
|
|
74
74
|
* @memberof GetUserWx200Response
|
|
75
75
|
*/
|
|
76
|
-
'
|
|
76
|
+
'bufferSize'?: number;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
79
|
* @type {string}
|
|
@@ -85,18 +85,18 @@ export interface GetUserWx200Response {
|
|
|
85
85
|
* @type {number}
|
|
86
86
|
* @memberof GetUserWx200Response
|
|
87
87
|
*/
|
|
88
|
-
'
|
|
88
|
+
'contentLengthLong'?: number;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
|
-
* @type {
|
|
91
|
+
* @type {boolean}
|
|
92
92
|
* @memberof GetUserWx200Response
|
|
93
93
|
*/
|
|
94
|
-
'
|
|
94
|
+
'committed'?: boolean;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
|
-
* @type {
|
|
97
|
+
* @type {object}
|
|
98
98
|
* @memberof GetUserWx200Response
|
|
99
99
|
*/
|
|
100
|
-
'
|
|
100
|
+
'writer'?: object;
|
|
101
101
|
}
|
|
102
102
|
|
package/models/index.ts
CHANGED
|
@@ -217,7 +217,6 @@ export * from './excel-import-result-dtomaintenance-standard-import-dto';
|
|
|
217
217
|
export * from './excel-import-result-dtosurveillance-batch-import-template-dto';
|
|
218
218
|
export * from './excel-import-result-dtosurveillance-settings-export-dto';
|
|
219
219
|
export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
220
|
-
export * from './excel-upload-bo';
|
|
221
220
|
export * from './export-energy-meter-record-bo';
|
|
222
221
|
export * from './export-hire-energy-meter-record-bo';
|
|
223
222
|
export * from './export-in-park-vehicle-bo';
|
|
@@ -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}
|
package/package.json
CHANGED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OpenAPI definition
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* 文件上传参数
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ExcelUploadBO
|
|
16
|
-
*/
|
|
17
|
-
export interface ExcelUploadBO {
|
|
18
|
-
/**
|
|
19
|
-
* 园区id
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof ExcelUploadBO
|
|
22
|
-
*/
|
|
23
|
-
'parkId': number;
|
|
24
|
-
/**
|
|
25
|
-
* 语言
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ExcelUploadBO
|
|
28
|
-
*/
|
|
29
|
-
'language'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {File}
|
|
33
|
-
* @memberof ExcelUploadBO
|
|
34
|
-
*/
|
|
35
|
-
'file': File;
|
|
36
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export {};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OpenAPI definition
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* 文件上传参数
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ExcelUploadBO
|
|
16
|
-
*/
|
|
17
|
-
export interface ExcelUploadBO {
|
|
18
|
-
/**
|
|
19
|
-
* 园区id
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof ExcelUploadBO
|
|
22
|
-
*/
|
|
23
|
-
'parkId': number;
|
|
24
|
-
/**
|
|
25
|
-
* 语言
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ExcelUploadBO
|
|
28
|
-
*/
|
|
29
|
-
'language'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {File}
|
|
33
|
-
* @memberof ExcelUploadBO
|
|
34
|
-
*/
|
|
35
|
-
'file': File;
|
|
36
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* 文件上传参数
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ExcelUploadBO
|
|
21
|
-
*/
|
|
22
|
-
export interface ExcelUploadBO {
|
|
23
|
-
/**
|
|
24
|
-
* 园区id
|
|
25
|
-
* @type {number}
|
|
26
|
-
* @memberof ExcelUploadBO
|
|
27
|
-
*/
|
|
28
|
-
'parkId': number;
|
|
29
|
-
/**
|
|
30
|
-
* 语言
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof ExcelUploadBO
|
|
33
|
-
*/
|
|
34
|
-
'language'?: string;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {File}
|
|
38
|
-
* @memberof ExcelUploadBO
|
|
39
|
-
*/
|
|
40
|
-
'file': File;
|
|
41
|
-
}
|
|
42
|
-
|