@gizone/rrs-client 4.1.3-alpha.209 → 4.1.3-alpha.210
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/dist/esm/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +18 -18
- package/dist/esm/models/third-party-system-enum.d.ts +1 -0
- package/dist/esm/models/third-party-system-enum.js +1 -0
- package/dist/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/models/get-user-wx200-response.d.ts +18 -18
- package/dist/models/third-party-system-enum.d.ts +1 -0
- package/dist/models/third-party-system-enum.js +1 -0
- package/models/equipment-excel-add-dto.ts +6 -0
- package/models/get-user-wx200-response.ts +18 -18
- package/models/third-party-system-enum.ts +1 -0
- package/package.json +1 -1
|
@@ -99,6 +99,12 @@ export interface EquipmentExcelAddDTO {
|
|
|
99
99
|
* @memberof EquipmentExcelAddDTO
|
|
100
100
|
*/
|
|
101
101
|
'isPublicArea'?: string;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof EquipmentExcelAddDTO
|
|
106
|
+
*/
|
|
107
|
+
'equipmentCode'?: string;
|
|
102
108
|
/**
|
|
103
109
|
* 园区ID
|
|
104
110
|
* @type {number}
|
|
@@ -19,22 +19,28 @@ 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}
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
37
|
'trailerFields'?: object;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {GetUserWx200ResponseLocale}
|
|
41
|
+
* @memberof GetUserWx200Response
|
|
42
|
+
*/
|
|
43
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
46
|
* @type {string}
|
|
@@ -61,32 +67,26 @@ export interface GetUserWx200Response {
|
|
|
61
67
|
'bufferSize'?: number;
|
|
62
68
|
/**
|
|
63
69
|
*
|
|
64
|
-
* @type {
|
|
65
|
-
* @memberof GetUserWx200Response
|
|
66
|
-
*/
|
|
67
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @type {boolean}
|
|
70
|
+
* @type {string}
|
|
71
71
|
* @memberof GetUserWx200Response
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'characterEncoding'?: string;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
|
-
* @type {
|
|
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
|
}
|
|
@@ -99,6 +99,12 @@ export interface EquipmentExcelAddDTO {
|
|
|
99
99
|
* @memberof EquipmentExcelAddDTO
|
|
100
100
|
*/
|
|
101
101
|
'isPublicArea'?: string;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof EquipmentExcelAddDTO
|
|
106
|
+
*/
|
|
107
|
+
'equipmentCode'?: string;
|
|
102
108
|
/**
|
|
103
109
|
* 园区ID
|
|
104
110
|
* @type {number}
|
|
@@ -19,22 +19,28 @@ 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}
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
37
|
'trailerFields'?: object;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {GetUserWx200ResponseLocale}
|
|
41
|
+
* @memberof GetUserWx200Response
|
|
42
|
+
*/
|
|
43
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
46
|
* @type {string}
|
|
@@ -61,32 +67,26 @@ export interface GetUserWx200Response {
|
|
|
61
67
|
'bufferSize'?: number;
|
|
62
68
|
/**
|
|
63
69
|
*
|
|
64
|
-
* @type {
|
|
65
|
-
* @memberof GetUserWx200Response
|
|
66
|
-
*/
|
|
67
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @type {boolean}
|
|
70
|
+
* @type {string}
|
|
71
71
|
* @memberof GetUserWx200Response
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'characterEncoding'?: string;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
|
-
* @type {
|
|
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
|
}
|
|
@@ -104,6 +104,12 @@ export interface EquipmentExcelAddDTO {
|
|
|
104
104
|
* @memberof EquipmentExcelAddDTO
|
|
105
105
|
*/
|
|
106
106
|
'isPublicArea'?: string;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof EquipmentExcelAddDTO
|
|
111
|
+
*/
|
|
112
|
+
'equipmentCode'?: string;
|
|
107
113
|
/**
|
|
108
114
|
* 园区ID
|
|
109
115
|
* @type {number}
|
|
@@ -28,22 +28,28 @@ 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}
|
|
44
44
|
* @memberof GetUserWx200Response
|
|
45
45
|
*/
|
|
46
46
|
'trailerFields'?: object;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {GetUserWx200ResponseLocale}
|
|
50
|
+
* @memberof GetUserWx200Response
|
|
51
|
+
*/
|
|
52
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
47
53
|
/**
|
|
48
54
|
*
|
|
49
55
|
* @type {string}
|
|
@@ -70,33 +76,27 @@ export interface GetUserWx200Response {
|
|
|
70
76
|
'bufferSize'?: number;
|
|
71
77
|
/**
|
|
72
78
|
*
|
|
73
|
-
* @type {
|
|
74
|
-
* @memberof GetUserWx200Response
|
|
75
|
-
*/
|
|
76
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
77
|
-
/**
|
|
78
|
-
*
|
|
79
|
-
* @type {boolean}
|
|
79
|
+
* @type {string}
|
|
80
80
|
* @memberof GetUserWx200Response
|
|
81
81
|
*/
|
|
82
|
-
'
|
|
82
|
+
'characterEncoding'?: string;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
|
-
* @type {
|
|
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
|
|