@gizone/rrs-client 3.11.12-alpha.42 → 3.11.12-alpha.43

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,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
- /**
21
- *
22
- * @type {Array<string>}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'headerNames'?: Array<string>;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
31
  'trailerFields'?: object;
32
+ /**
33
+ *
34
+ * @type {Array<string>}
35
+ * @memberof GetUserWx200Response
36
+ */
37
+ 'headerNames'?: Array<string>;
38
38
  /**
39
39
  *
40
40
  * @type {string}
@@ -67,10 +67,10 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {string}
70
+ * @type {object}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'characterEncoding'?: string;
73
+ 'writer'?: object;
74
74
  /**
75
75
  *
76
76
  * @type {number}
@@ -79,14 +79,14 @@ export interface GetUserWx200Response {
79
79
  'contentLengthLong'?: number;
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 {boolean}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'writer'?: object;
91
+ 'committed'?: boolean;
92
92
  }
@@ -22,12 +22,6 @@ export interface IPageAccessVO {
22
22
  * @memberof IPageAccessVO
23
23
  */
24
24
  'total'?: number;
25
- /**
26
- *
27
- * @type {Array<AccessVO>}
28
- * @memberof IPageAccessVO
29
- */
30
- 'records'?: Array<AccessVO>;
31
25
  /**
32
26
  *
33
27
  * @type {number}
@@ -36,16 +30,22 @@ export interface IPageAccessVO {
36
30
  'current'?: number;
37
31
  /**
38
32
  *
39
- * @type {number}
33
+ * @type {Array<AccessVO>}
40
34
  * @memberof IPageAccessVO
41
35
  */
42
- 'pages'?: number;
36
+ 'records'?: Array<AccessVO>;
43
37
  /**
44
38
  *
45
39
  * @type {boolean}
46
40
  * @memberof IPageAccessVO
47
41
  */
48
42
  'searchCount'?: boolean;
43
+ /**
44
+ *
45
+ * @type {number}
46
+ * @memberof IPageAccessVO
47
+ */
48
+ 'pages'?: number;
49
49
  /**
50
50
  *
51
51
  * @type {boolean}
@@ -69,7 +69,7 @@ export interface WorkOrderCirculationVo {
69
69
  * @type {number}
70
70
  * @memberof WorkOrderCirculationVo
71
71
  */
72
- 'idDelete'?: number;
72
+ 'isDelete'?: number;
73
73
  /**
74
74
  * 创建时间
75
75
  * @type {string}
@@ -17,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
- /**
21
- *
22
- * @type {Array<string>}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'headerNames'?: Array<string>;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
31
  'trailerFields'?: object;
32
+ /**
33
+ *
34
+ * @type {Array<string>}
35
+ * @memberof GetUserWx200Response
36
+ */
37
+ 'headerNames'?: Array<string>;
38
38
  /**
39
39
  *
40
40
  * @type {string}
@@ -67,10 +67,10 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {string}
70
+ * @type {object}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'characterEncoding'?: string;
73
+ 'writer'?: object;
74
74
  /**
75
75
  *
76
76
  * @type {number}
@@ -79,14 +79,14 @@ export interface GetUserWx200Response {
79
79
  'contentLengthLong'?: number;
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 {boolean}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'writer'?: object;
91
+ 'committed'?: boolean;
92
92
  }
@@ -22,12 +22,6 @@ export interface IPageAccessVO {
22
22
  * @memberof IPageAccessVO
23
23
  */
24
24
  'total'?: number;
25
- /**
26
- *
27
- * @type {Array<AccessVO>}
28
- * @memberof IPageAccessVO
29
- */
30
- 'records'?: Array<AccessVO>;
31
25
  /**
32
26
  *
33
27
  * @type {number}
@@ -36,16 +30,22 @@ export interface IPageAccessVO {
36
30
  'current'?: number;
37
31
  /**
38
32
  *
39
- * @type {number}
33
+ * @type {Array<AccessVO>}
40
34
  * @memberof IPageAccessVO
41
35
  */
42
- 'pages'?: number;
36
+ 'records'?: Array<AccessVO>;
43
37
  /**
44
38
  *
45
39
  * @type {boolean}
46
40
  * @memberof IPageAccessVO
47
41
  */
48
42
  'searchCount'?: boolean;
43
+ /**
44
+ *
45
+ * @type {number}
46
+ * @memberof IPageAccessVO
47
+ */
48
+ 'pages'?: number;
49
49
  /**
50
50
  *
51
51
  * @type {boolean}
@@ -69,7 +69,7 @@ export interface WorkOrderCirculationVo {
69
69
  * @type {number}
70
70
  * @memberof WorkOrderCirculationVo
71
71
  */
72
- 'idDelete'?: number;
72
+ 'isDelete'?: number;
73
73
  /**
74
74
  * 创建时间
75
75
  * @type {string}
@@ -26,12 +26,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
26
26
  * @interface GetUserWx200Response
27
27
  */
28
28
  export interface GetUserWx200Response {
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof GetUserWx200Response
33
- */
34
- 'headerNames'?: Array<string>;
35
29
  /**
36
30
  *
37
31
  * @type {number}
@@ -44,6 +38,12 @@ export interface GetUserWx200Response {
44
38
  * @memberof GetUserWx200Response
45
39
  */
46
40
  'trailerFields'?: object;
41
+ /**
42
+ *
43
+ * @type {Array<string>}
44
+ * @memberof GetUserWx200Response
45
+ */
46
+ 'headerNames'?: Array<string>;
47
47
  /**
48
48
  *
49
49
  * @type {string}
@@ -76,10 +76,10 @@ export interface GetUserWx200Response {
76
76
  'bufferSize'?: number;
77
77
  /**
78
78
  *
79
- * @type {string}
79
+ * @type {object}
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
- 'characterEncoding'?: string;
82
+ 'writer'?: object;
83
83
  /**
84
84
  *
85
85
  * @type {number}
@@ -88,15 +88,15 @@ export interface GetUserWx200Response {
88
88
  'contentLengthLong'?: number;
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 {boolean}
98
98
  * @memberof GetUserWx200Response
99
99
  */
100
- 'writer'?: object;
100
+ 'committed'?: boolean;
101
101
  }
102
102
 
@@ -29,12 +29,6 @@ export interface IPageAccessVO {
29
29
  * @memberof IPageAccessVO
30
30
  */
31
31
  'total'?: number;
32
- /**
33
- *
34
- * @type {Array<AccessVO>}
35
- * @memberof IPageAccessVO
36
- */
37
- 'records'?: Array<AccessVO>;
38
32
  /**
39
33
  *
40
34
  * @type {number}
@@ -43,16 +37,22 @@ export interface IPageAccessVO {
43
37
  'current'?: number;
44
38
  /**
45
39
  *
46
- * @type {number}
40
+ * @type {Array<AccessVO>}
47
41
  * @memberof IPageAccessVO
48
42
  */
49
- 'pages'?: number;
43
+ 'records'?: Array<AccessVO>;
50
44
  /**
51
45
  *
52
46
  * @type {boolean}
53
47
  * @memberof IPageAccessVO
54
48
  */
55
49
  'searchCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {number}
53
+ * @memberof IPageAccessVO
54
+ */
55
+ 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {boolean}
@@ -76,7 +76,7 @@ export interface WorkOrderCirculationVo {
76
76
  * @type {number}
77
77
  * @memberof WorkOrderCirculationVo
78
78
  */
79
- 'idDelete'?: number;
79
+ 'isDelete'?: number;
80
80
  /**
81
81
  * 创建时间
82
82
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "3.11.12-alpha.42",
3
+ "version": "3.11.12-alpha.43",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {