@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.
@@ -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 {object}
76
+ * @type {number}
83
77
  * @memberof GetUserWx200Response
84
78
  */
85
- 'writer'?: object;
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}
@@ -16,6 +16,7 @@
16
16
  */
17
17
  export declare const ThirdPartySystemEnum: {
18
18
  readonly Sqm: "SQM";
19
+ readonly Zhyq: "ZHYQ";
19
20
  readonly Fam: "FAM";
20
21
  };
21
22
  export type ThirdPartySystemEnum = typeof ThirdPartySystemEnum[keyof typeof ThirdPartySystemEnum];
@@ -18,5 +18,6 @@
18
18
  */
19
19
  export const ThirdPartySystemEnum = {
20
20
  Sqm: 'SQM',
21
+ Zhyq: 'ZHYQ',
21
22
  Fam: 'FAM'
22
23
  };
@@ -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 {object}
76
+ * @type {number}
83
77
  * @memberof GetUserWx200Response
84
78
  */
85
- 'writer'?: object;
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}
@@ -16,6 +16,7 @@
16
16
  */
17
17
  export declare const ThirdPartySystemEnum: {
18
18
  readonly Sqm: "SQM";
19
+ readonly Zhyq: "ZHYQ";
19
20
  readonly Fam: "FAM";
20
21
  };
21
22
  export type ThirdPartySystemEnum = typeof ThirdPartySystemEnum[keyof typeof ThirdPartySystemEnum];
@@ -21,5 +21,6 @@ exports.ThirdPartySystemEnum = void 0;
21
21
  */
22
22
  exports.ThirdPartySystemEnum = {
23
23
  Sqm: 'SQM',
24
+ Zhyq: 'ZHYQ',
24
25
  Fam: 'FAM'
25
26
  };
@@ -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 {object}
85
+ * @type {number}
92
86
  * @memberof GetUserWx200Response
93
87
  */
94
- 'writer'?: object;
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}
@@ -22,6 +22,7 @@
22
22
 
23
23
  export const ThirdPartySystemEnum = {
24
24
  Sqm: 'SQM',
25
+ Zhyq: 'ZHYQ',
25
26
  Fam: 'FAM'
26
27
  } as const;
27
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.3-alpha.208",
3
+ "version": "4.1.3-alpha.210",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {