@gizone/rrs-client 4.1.3-alpha.208 → 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 +8 -8
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- 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 +8 -8
- package/dist/models/ipage-access-vo.d.ts +6 -6
- 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 +8 -8
- package/models/ipage-access-vo.ts +6 -6
- 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}
|
|
@@ -65,12 +65,6 @@ export interface GetUserWx200Response {
|
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
67
|
'bufferSize'?: number;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @type {number}
|
|
71
|
-
* @memberof GetUserWx200Response
|
|
72
|
-
*/
|
|
73
|
-
'contentLengthLong'?: number;
|
|
74
68
|
/**
|
|
75
69
|
*
|
|
76
70
|
* @type {string}
|
|
@@ -79,14 +73,20 @@ export interface GetUserWx200Response {
|
|
|
79
73
|
'characterEncoding'?: string;
|
|
80
74
|
/**
|
|
81
75
|
*
|
|
82
|
-
* @type {
|
|
76
|
+
* @type {number}
|
|
83
77
|
* @memberof GetUserWx200Response
|
|
84
78
|
*/
|
|
85
|
-
'
|
|
79
|
+
'contentLengthLong'?: number;
|
|
86
80
|
/**
|
|
87
81
|
*
|
|
88
82
|
* @type {boolean}
|
|
89
83
|
* @memberof GetUserWx200Response
|
|
90
84
|
*/
|
|
91
85
|
'committed'?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {object}
|
|
89
|
+
* @memberof GetUserWx200Response
|
|
90
|
+
*/
|
|
91
|
+
'writer'?: object;
|
|
92
92
|
}
|
|
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
|
|
|
34
34
|
* @memberof IPageAccessVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof IPageAccessVO
|
|
41
|
-
*/
|
|
42
|
-
'searchCount'?: boolean;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof IPageAccessVO
|
|
54
|
+
*/
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -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}
|
|
@@ -65,12 +65,6 @@ export interface GetUserWx200Response {
|
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
67
|
'bufferSize'?: number;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @type {number}
|
|
71
|
-
* @memberof GetUserWx200Response
|
|
72
|
-
*/
|
|
73
|
-
'contentLengthLong'?: number;
|
|
74
68
|
/**
|
|
75
69
|
*
|
|
76
70
|
* @type {string}
|
|
@@ -79,14 +73,20 @@ export interface GetUserWx200Response {
|
|
|
79
73
|
'characterEncoding'?: string;
|
|
80
74
|
/**
|
|
81
75
|
*
|
|
82
|
-
* @type {
|
|
76
|
+
* @type {number}
|
|
83
77
|
* @memberof GetUserWx200Response
|
|
84
78
|
*/
|
|
85
|
-
'
|
|
79
|
+
'contentLengthLong'?: number;
|
|
86
80
|
/**
|
|
87
81
|
*
|
|
88
82
|
* @type {boolean}
|
|
89
83
|
* @memberof GetUserWx200Response
|
|
90
84
|
*/
|
|
91
85
|
'committed'?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {object}
|
|
89
|
+
* @memberof GetUserWx200Response
|
|
90
|
+
*/
|
|
91
|
+
'writer'?: object;
|
|
92
92
|
}
|
|
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
|
|
|
34
34
|
* @memberof IPageAccessVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof IPageAccessVO
|
|
41
|
-
*/
|
|
42
|
-
'searchCount'?: boolean;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof IPageAccessVO
|
|
54
|
+
*/
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -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}
|
|
@@ -74,12 +74,6 @@ export interface GetUserWx200Response {
|
|
|
74
74
|
* @memberof GetUserWx200Response
|
|
75
75
|
*/
|
|
76
76
|
'bufferSize'?: number;
|
|
77
|
-
/**
|
|
78
|
-
*
|
|
79
|
-
* @type {number}
|
|
80
|
-
* @memberof GetUserWx200Response
|
|
81
|
-
*/
|
|
82
|
-
'contentLengthLong'?: number;
|
|
83
77
|
/**
|
|
84
78
|
*
|
|
85
79
|
* @type {string}
|
|
@@ -88,15 +82,21 @@ export interface GetUserWx200Response {
|
|
|
88
82
|
'characterEncoding'?: string;
|
|
89
83
|
/**
|
|
90
84
|
*
|
|
91
|
-
* @type {
|
|
85
|
+
* @type {number}
|
|
92
86
|
* @memberof GetUserWx200Response
|
|
93
87
|
*/
|
|
94
|
-
'
|
|
88
|
+
'contentLengthLong'?: number;
|
|
95
89
|
/**
|
|
96
90
|
*
|
|
97
91
|
* @type {boolean}
|
|
98
92
|
* @memberof GetUserWx200Response
|
|
99
93
|
*/
|
|
100
94
|
'committed'?: boolean;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {object}
|
|
98
|
+
* @memberof GetUserWx200Response
|
|
99
|
+
*/
|
|
100
|
+
'writer'?: object;
|
|
101
101
|
}
|
|
102
102
|
|
|
@@ -41,12 +41,6 @@ export interface IPageAccessVO {
|
|
|
41
41
|
* @memberof IPageAccessVO
|
|
42
42
|
*/
|
|
43
43
|
'records'?: Array<AccessVO>;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {boolean}
|
|
47
|
-
* @memberof IPageAccessVO
|
|
48
|
-
*/
|
|
49
|
-
'searchCount'?: boolean;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {number}
|
|
@@ -60,6 +54,12 @@ export interface IPageAccessVO {
|
|
|
60
54
|
* @deprecated
|
|
61
55
|
*/
|
|
62
56
|
'hitCount'?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {boolean}
|
|
60
|
+
* @memberof IPageAccessVO
|
|
61
|
+
*/
|
|
62
|
+
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|