@gizone/rrs-client 3.11.12-alpha.45 → 3.11.12-alpha.46

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,16 +19,16 @@ 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}
@@ -53,6 +53,12 @@ export interface GetUserWx200Response {
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
55
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
+ /**
57
+ *
58
+ * @type {number}
59
+ * @memberof GetUserWx200Response
60
+ */
61
+ 'bufferSize'?: number;
56
62
  /**
57
63
  *
58
64
  * @type {GetUserWx200ResponseLocale}
@@ -61,10 +67,10 @@ export interface GetUserWx200Response {
61
67
  'locale'?: GetUserWx200ResponseLocale;
62
68
  /**
63
69
  *
64
- * @type {number}
70
+ * @type {string}
65
71
  * @memberof GetUserWx200Response
66
72
  */
67
- 'bufferSize'?: number;
73
+ 'characterEncoding'?: string;
68
74
  /**
69
75
  *
70
76
  * @type {number}
@@ -77,12 +83,6 @@ export interface GetUserWx200Response {
77
83
  * @memberof GetUserWx200Response
78
84
  */
79
85
  'committed'?: boolean;
80
- /**
81
- *
82
- * @type {string}
83
- * @memberof GetUserWx200Response
84
- */
85
- 'characterEncoding'?: string;
86
86
  /**
87
87
  *
88
88
  * @type {object}
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -32,5 +32,5 @@ export interface WorkOrderDeptSettingsAddOrUpdateVO {
32
32
  * @type {number}
33
33
  * @memberof WorkOrderDeptSettingsAddOrUpdateVO
34
34
  */
35
- 'deptId': number;
35
+ 'deptId'?: number;
36
36
  }
@@ -19,16 +19,16 @@ 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}
@@ -53,6 +53,12 @@ export interface GetUserWx200Response {
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
55
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
+ /**
57
+ *
58
+ * @type {number}
59
+ * @memberof GetUserWx200Response
60
+ */
61
+ 'bufferSize'?: number;
56
62
  /**
57
63
  *
58
64
  * @type {GetUserWx200ResponseLocale}
@@ -61,10 +67,10 @@ export interface GetUserWx200Response {
61
67
  'locale'?: GetUserWx200ResponseLocale;
62
68
  /**
63
69
  *
64
- * @type {number}
70
+ * @type {string}
65
71
  * @memberof GetUserWx200Response
66
72
  */
67
- 'bufferSize'?: number;
73
+ 'characterEncoding'?: string;
68
74
  /**
69
75
  *
70
76
  * @type {number}
@@ -77,12 +83,6 @@ export interface GetUserWx200Response {
77
83
  * @memberof GetUserWx200Response
78
84
  */
79
85
  'committed'?: boolean;
80
- /**
81
- *
82
- * @type {string}
83
- * @memberof GetUserWx200Response
84
- */
85
- 'characterEncoding'?: string;
86
86
  /**
87
87
  *
88
88
  * @type {object}
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -32,5 +32,5 @@ export interface WorkOrderDeptSettingsAddOrUpdateVO {
32
32
  * @type {number}
33
33
  * @memberof WorkOrderDeptSettingsAddOrUpdateVO
34
34
  */
35
- 'deptId': number;
35
+ 'deptId'?: number;
36
36
  }
@@ -28,16 +28,16 @@ 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}
@@ -62,6 +62,12 @@ export interface GetUserWx200Response {
62
62
  * @memberof GetUserWx200Response
63
63
  */
64
64
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
+ /**
66
+ *
67
+ * @type {number}
68
+ * @memberof GetUserWx200Response
69
+ */
70
+ 'bufferSize'?: number;
65
71
  /**
66
72
  *
67
73
  * @type {GetUserWx200ResponseLocale}
@@ -70,10 +76,10 @@ export interface GetUserWx200Response {
70
76
  'locale'?: GetUserWx200ResponseLocale;
71
77
  /**
72
78
  *
73
- * @type {number}
79
+ * @type {string}
74
80
  * @memberof GetUserWx200Response
75
81
  */
76
- 'bufferSize'?: number;
82
+ 'characterEncoding'?: string;
77
83
  /**
78
84
  *
79
85
  * @type {number}
@@ -86,12 +92,6 @@ export interface GetUserWx200Response {
86
92
  * @memberof GetUserWx200Response
87
93
  */
88
94
  'committed'?: boolean;
89
- /**
90
- *
91
- * @type {string}
92
- * @memberof GetUserWx200Response
93
- */
94
- 'characterEncoding'?: string;
95
95
  /**
96
96
  *
97
97
  * @type {object}
@@ -43,23 +43,23 @@ export interface IPageAccessVO {
43
43
  'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'pages'?: number;
49
+ 'searchCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageAccessVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageAccessVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -37,6 +37,6 @@ export interface WorkOrderDeptSettingsAddOrUpdateVO {
37
37
  * @type {number}
38
38
  * @memberof WorkOrderDeptSettingsAddOrUpdateVO
39
39
  */
40
- 'deptId': number;
40
+ 'deptId'?: number;
41
41
  }
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "3.11.12-alpha.45",
3
+ "version": "3.11.12-alpha.46",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {