@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.
@@ -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 {Array<string>}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'headerNames'?: Array<string>;
25
+ 'status'?: number;
26
26
  /**
27
27
  *
28
- * @type {number}
28
+ * @type {Array<string>}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'status'?: number;
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 {GetUserWx200ResponseLocale}
65
- * @memberof GetUserWx200Response
66
- */
67
- 'locale'?: GetUserWx200ResponseLocale;
68
- /**
69
- *
70
- * @type {boolean}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'committed'?: boolean;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
- * @type {object}
76
+ * @type {number}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'writer'?: object;
79
+ 'contentLengthLong'?: number;
80
80
  /**
81
81
  *
82
- * @type {number}
82
+ * @type {boolean}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'contentLengthLong'?: number;
85
+ 'committed'?: boolean;
86
86
  /**
87
87
  *
88
- * @type {string}
88
+ * @type {object}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'characterEncoding'?: string;
91
+ 'writer'?: object;
92
92
  }
@@ -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}
@@ -19,22 +19,28 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {Array<string>}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'headerNames'?: Array<string>;
25
+ 'status'?: number;
26
26
  /**
27
27
  *
28
- * @type {number}
28
+ * @type {Array<string>}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'status'?: number;
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 {GetUserWx200ResponseLocale}
65
- * @memberof GetUserWx200Response
66
- */
67
- 'locale'?: GetUserWx200ResponseLocale;
68
- /**
69
- *
70
- * @type {boolean}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'committed'?: boolean;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
- * @type {object}
76
+ * @type {number}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'writer'?: object;
79
+ 'contentLengthLong'?: number;
80
80
  /**
81
81
  *
82
- * @type {number}
82
+ * @type {boolean}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'contentLengthLong'?: number;
85
+ 'committed'?: boolean;
86
86
  /**
87
87
  *
88
- * @type {string}
88
+ * @type {object}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'characterEncoding'?: string;
91
+ 'writer'?: object;
92
92
  }
@@ -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}
@@ -28,22 +28,28 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {Array<string>}
31
+ * @type {number}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'headerNames'?: Array<string>;
34
+ 'status'?: number;
35
35
  /**
36
36
  *
37
- * @type {number}
37
+ * @type {Array<string>}
38
38
  * @memberof GetUserWx200Response
39
39
  */
40
- 'status'?: number;
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 {GetUserWx200ResponseLocale}
74
- * @memberof GetUserWx200Response
75
- */
76
- 'locale'?: GetUserWx200ResponseLocale;
77
- /**
78
- *
79
- * @type {boolean}
79
+ * @type {string}
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
- 'committed'?: boolean;
82
+ 'characterEncoding'?: string;
83
83
  /**
84
84
  *
85
- * @type {object}
85
+ * @type {number}
86
86
  * @memberof GetUserWx200Response
87
87
  */
88
- 'writer'?: object;
88
+ 'contentLengthLong'?: number;
89
89
  /**
90
90
  *
91
- * @type {number}
91
+ * @type {boolean}
92
92
  * @memberof GetUserWx200Response
93
93
  */
94
- 'contentLengthLong'?: number;
94
+ 'committed'?: boolean;
95
95
  /**
96
96
  *
97
- * @type {string}
97
+ * @type {object}
98
98
  * @memberof GetUserWx200Response
99
99
  */
100
- 'characterEncoding'?: string;
100
+ 'writer'?: object;
101
101
  }
102
102
 
@@ -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.209",
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": {