@gizone/rrs-client 4.1.1-alpha.160 → 4.1.1-alpha.162

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.
@@ -19,22 +19,22 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'trailerFields'?: object;
26
26
  /**
27
27
  *
28
- * @type {Array<string>}
28
+ * @type {number}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'headerNames'?: Array<string>;
31
+ 'status'?: number;
32
32
  /**
33
33
  *
34
- * @type {object}
34
+ * @type {Array<string>}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'trailerFields'?: object;
37
+ 'headerNames'?: Array<string>;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -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 {boolean}
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
85
  'characterEncoding'?: string;
86
+ /**
87
+ *
88
+ * @type {number}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'contentLengthLong'?: number;
92
92
  }
@@ -128,6 +128,12 @@ export interface WorkOrderSearchDTO {
128
128
  * @memberof WorkOrderSearchDTO
129
129
  */
130
130
  'handler'?: WorkOrderHandlerDto;
131
+ /**
132
+ * 结束时间
133
+ * @type {string}
134
+ * @memberof WorkOrderSearchDTO
135
+ */
136
+ 'finishTime'?: string;
131
137
  }
132
138
  export declare const WorkOrderSearchDTOWorkOrderStatusEnum: {
133
139
  readonly Pending: "PENDING";
@@ -19,22 +19,22 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'trailerFields'?: object;
26
26
  /**
27
27
  *
28
- * @type {Array<string>}
28
+ * @type {number}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'headerNames'?: Array<string>;
31
+ 'status'?: number;
32
32
  /**
33
33
  *
34
- * @type {object}
34
+ * @type {Array<string>}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'trailerFields'?: object;
37
+ 'headerNames'?: Array<string>;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -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 {boolean}
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
85
  'characterEncoding'?: string;
86
+ /**
87
+ *
88
+ * @type {number}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'contentLengthLong'?: number;
92
92
  }
@@ -128,6 +128,12 @@ export interface WorkOrderSearchDTO {
128
128
  * @memberof WorkOrderSearchDTO
129
129
  */
130
130
  'handler'?: WorkOrderHandlerDto;
131
+ /**
132
+ * 结束时间
133
+ * @type {string}
134
+ * @memberof WorkOrderSearchDTO
135
+ */
136
+ 'finishTime'?: string;
131
137
  }
132
138
  export declare const WorkOrderSearchDTOWorkOrderStatusEnum: {
133
139
  readonly Pending: "PENDING";
@@ -28,22 +28,22 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {number}
31
+ * @type {object}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'status'?: number;
34
+ 'trailerFields'?: object;
35
35
  /**
36
36
  *
37
- * @type {Array<string>}
37
+ * @type {number}
38
38
  * @memberof GetUserWx200Response
39
39
  */
40
- 'headerNames'?: Array<string>;
40
+ 'status'?: number;
41
41
  /**
42
42
  *
43
- * @type {object}
43
+ * @type {Array<string>}
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
- 'trailerFields'?: object;
46
+ 'headerNames'?: Array<string>;
47
47
  /**
48
48
  *
49
49
  * @type {GetUserWx200ResponseLocale}
@@ -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 {boolean}
@@ -98,5 +92,11 @@ export interface GetUserWx200Response {
98
92
  * @memberof GetUserWx200Response
99
93
  */
100
94
  'characterEncoding'?: string;
95
+ /**
96
+ *
97
+ * @type {number}
98
+ * @memberof GetUserWx200Response
99
+ */
100
+ 'contentLengthLong'?: number;
101
101
  }
102
102
 
@@ -143,6 +143,12 @@ export interface WorkOrderSearchDTO {
143
143
  * @memberof WorkOrderSearchDTO
144
144
  */
145
145
  'handler'?: WorkOrderHandlerDto;
146
+ /**
147
+ * 结束时间
148
+ * @type {string}
149
+ * @memberof WorkOrderSearchDTO
150
+ */
151
+ 'finishTime'?: string;
146
152
  }
147
153
 
148
154
  export const WorkOrderSearchDTOWorkOrderStatusEnum = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.1-alpha.160",
3
+ "version": "4.1.1-alpha.162",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {