@gizone/rrs-client 4.2.0-alpha.233 → 4.2.0-alpha.234

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.
@@ -892,6 +892,7 @@ models/sys-notice.ts
892
892
  models/sys-oper-log.ts
893
893
  models/sys-post.ts
894
894
  models/sys-role.ts
895
+ models/sys-user-attachment-info.ts
895
896
  models/sys-user-drop-down-box-list-dto.ts
896
897
  models/sys-user-info-dto.ts
897
898
  models/sys-user-msg-dto.ts
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {Array<string>}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'headerNames'?: Array<string>;
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
34
  * @type {object}
@@ -37,40 +37,34 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {string}
40
+ * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'contentType'?: string;
43
+ 'locale'?: GetUserWx200ResponseLocale;
44
44
  /**
45
45
  *
46
46
  * @type {number}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'contentLength'?: number;
50
- /**
51
- *
52
- * @type {GetUserWx200ResponseOutputStream}
53
- * @memberof GetUserWx200Response
54
- */
55
- 'outputStream'?: GetUserWx200ResponseOutputStream;
49
+ 'bufferSize'?: number;
56
50
  /**
57
51
  *
58
- * @type {GetUserWx200ResponseLocale}
52
+ * @type {string}
59
53
  * @memberof GetUserWx200Response
60
54
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
55
+ 'contentType'?: string;
62
56
  /**
63
57
  *
64
58
  * @type {number}
65
59
  * @memberof GetUserWx200Response
66
60
  */
67
- 'bufferSize'?: number;
61
+ 'contentLength'?: number;
68
62
  /**
69
63
  *
70
- * @type {string}
64
+ * @type {GetUserWx200ResponseOutputStream}
71
65
  * @memberof GetUserWx200Response
72
66
  */
73
- 'characterEncoding'?: string;
67
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
74
68
  /**
75
69
  *
76
70
  * @type {number}
@@ -83,6 +77,12 @@ export interface GetUserWx200Response {
83
77
  * @memberof GetUserWx200Response
84
78
  */
85
79
  'committed'?: boolean;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof GetUserWx200Response
84
+ */
85
+ 'characterEncoding'?: string;
86
86
  /**
87
87
  *
88
88
  * @type {object}
@@ -827,6 +827,7 @@ export * from './sys-oper-log';
827
827
  export * from './sys-post';
828
828
  export * from './sys-role';
829
829
  export * from './sys-user';
830
+ export * from './sys-user-attachment-info';
830
831
  export * from './sys-user-drop-down-box-list-dto';
831
832
  export * from './sys-user-info-dto';
832
833
  export * from './sys-user-msg-dto';
@@ -827,6 +827,7 @@ export * from './sys-oper-log';
827
827
  export * from './sys-post';
828
828
  export * from './sys-role';
829
829
  export * from './sys-user';
830
+ export * from './sys-user-attachment-info';
830
831
  export * from './sys-user-drop-down-box-list-dto';
831
832
  export * from './sys-user-info-dto';
832
833
  export * from './sys-user-msg-dto';
@@ -27,32 +27,32 @@ export interface IPageAccessVO {
27
27
  * @type {number}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'current'?: number;
30
+ 'pages'?: number;
31
31
  /**
32
32
  *
33
- * @type {Array<AccessVO>}
33
+ * @type {boolean}
34
34
  * @memberof IPageAccessVO
35
+ * @deprecated
35
36
  */
36
- 'records'?: Array<AccessVO>;
37
+ 'hitCount'?: boolean;
37
38
  /**
38
39
  *
39
- * @type {boolean}
40
+ * @type {Array<AccessVO>}
40
41
  * @memberof IPageAccessVO
41
42
  */
42
- 'searchCount'?: boolean;
43
+ 'records'?: Array<AccessVO>;
43
44
  /**
44
45
  *
45
46
  * @type {number}
46
47
  * @memberof IPageAccessVO
47
48
  */
48
- 'pages'?: number;
49
+ 'current'?: number;
49
50
  /**
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageAccessVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -0,0 +1,42 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 用户附件信息
14
+ * @export
15
+ * @interface SysUserAttachmentInfo
16
+ */
17
+ export interface SysUserAttachmentInfo {
18
+ /**
19
+ * 附件名称
20
+ * @type {string}
21
+ * @memberof SysUserAttachmentInfo
22
+ */
23
+ 'fileName'?: string;
24
+ /**
25
+ * 附件路径
26
+ * @type {string}
27
+ * @memberof SysUserAttachmentInfo
28
+ */
29
+ 'filePath'?: string;
30
+ /**
31
+ * 开始时间
32
+ * @type {string}
33
+ * @memberof SysUserAttachmentInfo
34
+ */
35
+ 'startTime'?: string;
36
+ /**
37
+ * 结束时间
38
+ * @type {string}
39
+ * @memberof SysUserAttachmentInfo
40
+ */
41
+ 'endTime'?: string;
42
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { SysDept } from './sys-dept';
13
13
  import type { SysRole } from './sys-role';
14
+ import type { SysUserAttachmentInfo } from './sys-user-attachment-info';
14
15
  /**
15
16
  * 用户对象
16
17
  * @export
@@ -361,6 +362,12 @@ export interface SysUser {
361
362
  * @memberof SysUser
362
363
  */
363
364
  'userNo'?: string;
365
+ /**
366
+ * 用户附件
367
+ * @type {Array<SysUserAttachmentInfo>}
368
+ * @memberof SysUser
369
+ */
370
+ 'userAttachments'?: Array<SysUserAttachmentInfo>;
364
371
  /**
365
372
  *
366
373
  * @type {number}
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {Array<string>}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'headerNames'?: Array<string>;
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
34
  * @type {object}
@@ -37,40 +37,34 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {string}
40
+ * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'contentType'?: string;
43
+ 'locale'?: GetUserWx200ResponseLocale;
44
44
  /**
45
45
  *
46
46
  * @type {number}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'contentLength'?: number;
50
- /**
51
- *
52
- * @type {GetUserWx200ResponseOutputStream}
53
- * @memberof GetUserWx200Response
54
- */
55
- 'outputStream'?: GetUserWx200ResponseOutputStream;
49
+ 'bufferSize'?: number;
56
50
  /**
57
51
  *
58
- * @type {GetUserWx200ResponseLocale}
52
+ * @type {string}
59
53
  * @memberof GetUserWx200Response
60
54
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
55
+ 'contentType'?: string;
62
56
  /**
63
57
  *
64
58
  * @type {number}
65
59
  * @memberof GetUserWx200Response
66
60
  */
67
- 'bufferSize'?: number;
61
+ 'contentLength'?: number;
68
62
  /**
69
63
  *
70
- * @type {string}
64
+ * @type {GetUserWx200ResponseOutputStream}
71
65
  * @memberof GetUserWx200Response
72
66
  */
73
- 'characterEncoding'?: string;
67
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
74
68
  /**
75
69
  *
76
70
  * @type {number}
@@ -83,6 +77,12 @@ export interface GetUserWx200Response {
83
77
  * @memberof GetUserWx200Response
84
78
  */
85
79
  'committed'?: boolean;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof GetUserWx200Response
84
+ */
85
+ 'characterEncoding'?: string;
86
86
  /**
87
87
  *
88
88
  * @type {object}
@@ -827,6 +827,7 @@ export * from './sys-oper-log';
827
827
  export * from './sys-post';
828
828
  export * from './sys-role';
829
829
  export * from './sys-user';
830
+ export * from './sys-user-attachment-info';
830
831
  export * from './sys-user-drop-down-box-list-dto';
831
832
  export * from './sys-user-info-dto';
832
833
  export * from './sys-user-msg-dto';
@@ -843,6 +843,7 @@ __exportStar(require("./sys-oper-log"), exports);
843
843
  __exportStar(require("./sys-post"), exports);
844
844
  __exportStar(require("./sys-role"), exports);
845
845
  __exportStar(require("./sys-user"), exports);
846
+ __exportStar(require("./sys-user-attachment-info"), exports);
846
847
  __exportStar(require("./sys-user-drop-down-box-list-dto"), exports);
847
848
  __exportStar(require("./sys-user-info-dto"), exports);
848
849
  __exportStar(require("./sys-user-msg-dto"), exports);
@@ -27,32 +27,32 @@ export interface IPageAccessVO {
27
27
  * @type {number}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'current'?: number;
30
+ 'pages'?: number;
31
31
  /**
32
32
  *
33
- * @type {Array<AccessVO>}
33
+ * @type {boolean}
34
34
  * @memberof IPageAccessVO
35
+ * @deprecated
35
36
  */
36
- 'records'?: Array<AccessVO>;
37
+ 'hitCount'?: boolean;
37
38
  /**
38
39
  *
39
- * @type {boolean}
40
+ * @type {Array<AccessVO>}
40
41
  * @memberof IPageAccessVO
41
42
  */
42
- 'searchCount'?: boolean;
43
+ 'records'?: Array<AccessVO>;
43
44
  /**
44
45
  *
45
46
  * @type {number}
46
47
  * @memberof IPageAccessVO
47
48
  */
48
- 'pages'?: number;
49
+ 'current'?: number;
49
50
  /**
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageAccessVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -0,0 +1,42 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 用户附件信息
14
+ * @export
15
+ * @interface SysUserAttachmentInfo
16
+ */
17
+ export interface SysUserAttachmentInfo {
18
+ /**
19
+ * 附件名称
20
+ * @type {string}
21
+ * @memberof SysUserAttachmentInfo
22
+ */
23
+ 'fileName'?: string;
24
+ /**
25
+ * 附件路径
26
+ * @type {string}
27
+ * @memberof SysUserAttachmentInfo
28
+ */
29
+ 'filePath'?: string;
30
+ /**
31
+ * 开始时间
32
+ * @type {string}
33
+ * @memberof SysUserAttachmentInfo
34
+ */
35
+ 'startTime'?: string;
36
+ /**
37
+ * 结束时间
38
+ * @type {string}
39
+ * @memberof SysUserAttachmentInfo
40
+ */
41
+ 'endTime'?: string;
42
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { SysDept } from './sys-dept';
13
13
  import type { SysRole } from './sys-role';
14
+ import type { SysUserAttachmentInfo } from './sys-user-attachment-info';
14
15
  /**
15
16
  * 用户对象
16
17
  * @export
@@ -361,6 +362,12 @@ export interface SysUser {
361
362
  * @memberof SysUser
362
363
  */
363
364
  'userNo'?: string;
365
+ /**
366
+ * 用户附件
367
+ * @type {Array<SysUserAttachmentInfo>}
368
+ * @memberof SysUser
369
+ */
370
+ 'userAttachments'?: Array<SysUserAttachmentInfo>;
364
371
  /**
365
372
  *
366
373
  * @type {number}
@@ -28,16 +28,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {number}
31
+ * @type {Array<string>}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'status'?: number;
34
+ 'headerNames'?: Array<string>;
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
43
  * @type {object}
@@ -46,40 +46,34 @@ export interface GetUserWx200Response {
46
46
  'trailerFields'?: object;
47
47
  /**
48
48
  *
49
- * @type {string}
49
+ * @type {GetUserWx200ResponseLocale}
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
- 'contentType'?: string;
52
+ 'locale'?: GetUserWx200ResponseLocale;
53
53
  /**
54
54
  *
55
55
  * @type {number}
56
56
  * @memberof GetUserWx200Response
57
57
  */
58
- 'contentLength'?: number;
59
- /**
60
- *
61
- * @type {GetUserWx200ResponseOutputStream}
62
- * @memberof GetUserWx200Response
63
- */
64
- 'outputStream'?: GetUserWx200ResponseOutputStream;
58
+ 'bufferSize'?: number;
65
59
  /**
66
60
  *
67
- * @type {GetUserWx200ResponseLocale}
61
+ * @type {string}
68
62
  * @memberof GetUserWx200Response
69
63
  */
70
- 'locale'?: GetUserWx200ResponseLocale;
64
+ 'contentType'?: string;
71
65
  /**
72
66
  *
73
67
  * @type {number}
74
68
  * @memberof GetUserWx200Response
75
69
  */
76
- 'bufferSize'?: number;
70
+ 'contentLength'?: number;
77
71
  /**
78
72
  *
79
- * @type {string}
73
+ * @type {GetUserWx200ResponseOutputStream}
80
74
  * @memberof GetUserWx200Response
81
75
  */
82
- 'characterEncoding'?: string;
76
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
83
77
  /**
84
78
  *
85
79
  * @type {number}
@@ -92,6 +86,12 @@ export interface GetUserWx200Response {
92
86
  * @memberof GetUserWx200Response
93
87
  */
94
88
  'committed'?: boolean;
89
+ /**
90
+ *
91
+ * @type {string}
92
+ * @memberof GetUserWx200Response
93
+ */
94
+ 'characterEncoding'?: string;
95
95
  /**
96
96
  *
97
97
  * @type {object}
package/models/index.ts CHANGED
@@ -827,6 +827,7 @@ export * from './sys-oper-log';
827
827
  export * from './sys-post';
828
828
  export * from './sys-role';
829
829
  export * from './sys-user';
830
+ export * from './sys-user-attachment-info';
830
831
  export * from './sys-user-drop-down-box-list-dto';
831
832
  export * from './sys-user-info-dto';
832
833
  export * from './sys-user-msg-dto';
@@ -34,32 +34,32 @@ export interface IPageAccessVO {
34
34
  * @type {number}
35
35
  * @memberof IPageAccessVO
36
36
  */
37
- 'current'?: number;
37
+ 'pages'?: number;
38
38
  /**
39
39
  *
40
- * @type {Array<AccessVO>}
40
+ * @type {boolean}
41
41
  * @memberof IPageAccessVO
42
+ * @deprecated
42
43
  */
43
- 'records'?: Array<AccessVO>;
44
+ 'hitCount'?: boolean;
44
45
  /**
45
46
  *
46
- * @type {boolean}
47
+ * @type {Array<AccessVO>}
47
48
  * @memberof IPageAccessVO
48
49
  */
49
- 'searchCount'?: boolean;
50
+ 'records'?: Array<AccessVO>;
50
51
  /**
51
52
  *
52
53
  * @type {number}
53
54
  * @memberof IPageAccessVO
54
55
  */
55
- 'pages'?: number;
56
+ 'current'?: number;
56
57
  /**
57
58
  *
58
59
  * @type {boolean}
59
60
  * @memberof IPageAccessVO
60
- * @deprecated
61
61
  */
62
- 'hitCount'?: boolean;
62
+ 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 用户附件信息
19
+ * @export
20
+ * @interface SysUserAttachmentInfo
21
+ */
22
+ export interface SysUserAttachmentInfo {
23
+ /**
24
+ * 附件名称
25
+ * @type {string}
26
+ * @memberof SysUserAttachmentInfo
27
+ */
28
+ 'fileName'?: string;
29
+ /**
30
+ * 附件路径
31
+ * @type {string}
32
+ * @memberof SysUserAttachmentInfo
33
+ */
34
+ 'filePath'?: string;
35
+ /**
36
+ * 开始时间
37
+ * @type {string}
38
+ * @memberof SysUserAttachmentInfo
39
+ */
40
+ 'startTime'?: string;
41
+ /**
42
+ * 结束时间
43
+ * @type {string}
44
+ * @memberof SysUserAttachmentInfo
45
+ */
46
+ 'endTime'?: string;
47
+ }
48
+
@@ -19,6 +19,9 @@ import type { SysDept } from './sys-dept';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
21
  import type { SysRole } from './sys-role';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { SysUserAttachmentInfo } from './sys-user-attachment-info';
22
25
 
23
26
  /**
24
27
  * 用户对象
@@ -368,6 +371,12 @@ export interface SysUser {
368
371
  * @memberof SysUser
369
372
  */
370
373
  'userNo'?: string;
374
+ /**
375
+ * 用户附件
376
+ * @type {Array<SysUserAttachmentInfo>}
377
+ * @memberof SysUser
378
+ */
379
+ 'userAttachments'?: Array<SysUserAttachmentInfo>;
371
380
  /**
372
381
  *
373
382
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.233",
3
+ "version": "4.2.0-alpha.234",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {