@gizone/rrs-client 4.1.1-alpha.161 → 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.
@@ -17,6 +17,12 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
+ /**
21
+ *
22
+ * @type {object}
23
+ * @memberof GetUserWx200Response
24
+ */
25
+ 'trailerFields'?: object;
20
26
  /**
21
27
  *
22
28
  * @type {number}
@@ -31,10 +37,10 @@ export interface GetUserWx200Response {
31
37
  'headerNames'?: Array<string>;
32
38
  /**
33
39
  *
34
- * @type {object}
40
+ * @type {GetUserWx200ResponseLocale}
35
41
  * @memberof GetUserWx200Response
36
42
  */
37
- 'trailerFields'?: object;
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -67,26 +67,26 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {string}
70
+ * @type {boolean}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'characterEncoding'?: string;
73
+ 'committed'?: boolean;
74
74
  /**
75
75
  *
76
- * @type {number}
76
+ * @type {object}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'contentLengthLong'?: number;
79
+ 'writer'?: object;
80
80
  /**
81
81
  *
82
- * @type {boolean}
82
+ * @type {string}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'committed'?: boolean;
85
+ 'characterEncoding'?: string;
86
86
  /**
87
87
  *
88
- * @type {object}
88
+ * @type {number}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'writer'?: object;
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";
@@ -17,6 +17,12 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
+ /**
21
+ *
22
+ * @type {object}
23
+ * @memberof GetUserWx200Response
24
+ */
25
+ 'trailerFields'?: object;
20
26
  /**
21
27
  *
22
28
  * @type {number}
@@ -31,10 +37,10 @@ export interface GetUserWx200Response {
31
37
  'headerNames'?: Array<string>;
32
38
  /**
33
39
  *
34
- * @type {object}
40
+ * @type {GetUserWx200ResponseLocale}
35
41
  * @memberof GetUserWx200Response
36
42
  */
37
- 'trailerFields'?: object;
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -67,26 +67,26 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {string}
70
+ * @type {boolean}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'characterEncoding'?: string;
73
+ 'committed'?: boolean;
74
74
  /**
75
75
  *
76
- * @type {number}
76
+ * @type {object}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'contentLengthLong'?: number;
79
+ 'writer'?: object;
80
80
  /**
81
81
  *
82
- * @type {boolean}
82
+ * @type {string}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'committed'?: boolean;
85
+ 'characterEncoding'?: string;
86
86
  /**
87
87
  *
88
- * @type {object}
88
+ * @type {number}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'writer'?: object;
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";
@@ -26,6 +26,12 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
26
26
  * @interface GetUserWx200Response
27
27
  */
28
28
  export interface GetUserWx200Response {
29
+ /**
30
+ *
31
+ * @type {object}
32
+ * @memberof GetUserWx200Response
33
+ */
34
+ 'trailerFields'?: object;
29
35
  /**
30
36
  *
31
37
  * @type {number}
@@ -40,10 +46,10 @@ export interface GetUserWx200Response {
40
46
  'headerNames'?: Array<string>;
41
47
  /**
42
48
  *
43
- * @type {object}
49
+ * @type {GetUserWx200ResponseLocale}
44
50
  * @memberof GetUserWx200Response
45
51
  */
46
- 'trailerFields'?: object;
52
+ 'locale'?: GetUserWx200ResponseLocale;
47
53
  /**
48
54
  *
49
55
  * @type {string}
@@ -62,12 +68,6 @@ export interface GetUserWx200Response {
62
68
  * @memberof GetUserWx200Response
63
69
  */
64
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
- /**
66
- *
67
- * @type {GetUserWx200ResponseLocale}
68
- * @memberof GetUserWx200Response
69
- */
70
- 'locale'?: GetUserWx200ResponseLocale;
71
71
  /**
72
72
  *
73
73
  * @type {number}
@@ -76,27 +76,27 @@ export interface GetUserWx200Response {
76
76
  'bufferSize'?: number;
77
77
  /**
78
78
  *
79
- * @type {string}
79
+ * @type {boolean}
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
- 'characterEncoding'?: string;
82
+ 'committed'?: boolean;
83
83
  /**
84
84
  *
85
- * @type {number}
85
+ * @type {object}
86
86
  * @memberof GetUserWx200Response
87
87
  */
88
- 'contentLengthLong'?: number;
88
+ 'writer'?: object;
89
89
  /**
90
90
  *
91
- * @type {boolean}
91
+ * @type {string}
92
92
  * @memberof GetUserWx200Response
93
93
  */
94
- 'committed'?: boolean;
94
+ 'characterEncoding'?: string;
95
95
  /**
96
96
  *
97
- * @type {object}
97
+ * @type {number}
98
98
  * @memberof GetUserWx200Response
99
99
  */
100
- 'writer'?: object;
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.161",
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": {