@gizone/rrs-client 4.2.0-alpha.303 → 4.2.0-alpha.305

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.
Files changed (30) hide show
  1. package/.openapi-generator/FILES +3 -0
  2. package/apis/access-api.ts +89 -0
  3. package/dist/apis/access-api.d.ts +47 -0
  4. package/dist/apis/access-api.js +69 -0
  5. package/dist/esm/apis/access-api.d.ts +47 -0
  6. package/dist/esm/apis/access-api.js +69 -0
  7. package/dist/esm/models/access-appointment-record-details-dto.d.ts +6 -0
  8. package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +81 -0
  9. package/dist/esm/models/access-appointment-record-process-details-dto.js +14 -0
  10. package/dist/esm/models/access-appointment-record-process-details-user-info.d.ts +36 -0
  11. package/dist/esm/models/access-appointment-record-process-details-user-info.js +14 -0
  12. package/dist/esm/models/index.d.ts +3 -0
  13. package/dist/esm/models/index.js +3 -0
  14. package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.d.ts +62 -0
  15. package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.js +14 -0
  16. package/dist/models/access-appointment-record-details-dto.d.ts +6 -0
  17. package/dist/models/access-appointment-record-process-details-dto.d.ts +81 -0
  18. package/dist/models/access-appointment-record-process-details-dto.js +15 -0
  19. package/dist/models/access-appointment-record-process-details-user-info.d.ts +36 -0
  20. package/dist/models/access-appointment-record-process-details-user-info.js +15 -0
  21. package/dist/models/index.d.ts +3 -0
  22. package/dist/models/index.js +3 -0
  23. package/dist/models/json-result-list-access-appointment-record-process-details-dto.d.ts +62 -0
  24. package/dist/models/json-result-list-access-appointment-record-process-details-dto.js +15 -0
  25. package/models/access-appointment-record-details-dto.ts +6 -0
  26. package/models/access-appointment-record-process-details-dto.ts +95 -0
  27. package/models/access-appointment-record-process-details-user-info.ts +42 -0
  28. package/models/index.ts +3 -0
  29. package/models/json-result-list-access-appointment-record-process-details-dto.ts +72 -0
  30. package/package.json +1 -1
@@ -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 {};
@@ -4,6 +4,8 @@ export * from './access-appointment-record-approval-vo';
4
4
  export * from './access-appointment-record-details-dto';
5
5
  export * from './access-appointment-record-in-other-info-vo';
6
6
  export * from './access-appointment-record-out-other-info-vo';
7
+ export * from './access-appointment-record-process-details-dto';
8
+ export * from './access-appointment-record-process-details-user-info';
7
9
  export * from './access-appointment-source-enum';
8
10
  export * from './access-appointment-status-enum';
9
11
  export * from './access-approval-config-enum';
@@ -151,6 +153,7 @@ export * from './json-result-group-dept-vo';
151
153
  export * from './json-result-inspection-standard-entity';
152
154
  export * from './json-result-integer';
153
155
  export * from './json-result-json-result-list-space-tree-dto';
156
+ export * from './json-result-list-access-appointment-record-process-details-dto';
154
157
  export * from './json-result-list-access-company-config-entity';
155
158
  export * from './json-result-list-access-whitelist-application-process-details-dto';
156
159
  export * from './json-result-list-address-region-entity';
@@ -4,6 +4,8 @@ export * from './access-appointment-record-approval-vo';
4
4
  export * from './access-appointment-record-details-dto';
5
5
  export * from './access-appointment-record-in-other-info-vo';
6
6
  export * from './access-appointment-record-out-other-info-vo';
7
+ export * from './access-appointment-record-process-details-dto';
8
+ export * from './access-appointment-record-process-details-user-info';
7
9
  export * from './access-appointment-source-enum';
8
10
  export * from './access-appointment-status-enum';
9
11
  export * from './access-approval-config-enum';
@@ -151,6 +153,7 @@ export * from './json-result-group-dept-vo';
151
153
  export * from './json-result-inspection-standard-entity';
152
154
  export * from './json-result-integer';
153
155
  export * from './json-result-json-result-list-space-tree-dto';
156
+ export * from './json-result-list-access-appointment-record-process-details-dto';
154
157
  export * from './json-result-list-access-company-config-entity';
155
158
  export * from './json-result-list-access-whitelist-application-process-details-dto';
156
159
  export * from './json-result-list-address-region-entity';
@@ -0,0 +1,62 @@
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
+ import type { AccessAppointmentRecordProcessDetailsDto } from './access-appointment-record-process-details-dto';
13
+ import type { BaseErrorResult } from './base-error-result';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListAccessAppointmentRecordProcessDetailsDto
18
+ */
19
+ export interface JsonResultListAccessAppointmentRecordProcessDetailsDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<AccessAppointmentRecordProcessDetailsDto>}
41
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
42
+ */
43
+ 'data'?: Array<AccessAppointmentRecordProcessDetailsDto> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -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 {};
@@ -175,4 +175,10 @@ export interface AccessAppointmentRecordDetailsDto {
175
175
  * @memberof AccessAppointmentRecordDetailsDto
176
176
  */
177
177
  'initiateWxUserId'?: number;
178
+ /**
179
+ * 预约时间
180
+ * @type {string}
181
+ * @memberof AccessAppointmentRecordDetailsDto
182
+ */
183
+ 'appointmentTime'?: string;
178
184
  }
@@ -0,0 +1,81 @@
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
+ import type { AccessAppointmentRecordProcessDetailsUserInfo } from './access-appointment-record-process-details-user-info';
13
+ import type { AccessWhitelistProcessHandlerStatusEnum } from './access-whitelist-process-handler-status-enum';
14
+ import type { AccessWhitelistProcessTypeEnum } from './access-whitelist-process-type-enum';
15
+ /**
16
+ * 出入预约记录流程详情数据传输对象
17
+ * @export
18
+ * @interface AccessAppointmentRecordProcessDetailsDto
19
+ */
20
+ export interface AccessAppointmentRecordProcessDetailsDto {
21
+ /**
22
+ * 流程记录id
23
+ * @type {number}
24
+ * @memberof AccessAppointmentRecordProcessDetailsDto
25
+ */
26
+ 'id'?: number;
27
+ /**
28
+ * 预约记录申请id
29
+ * @type {number}
30
+ * @memberof AccessAppointmentRecordProcessDetailsDto
31
+ */
32
+ 'accessAppointmentRecordId'?: number;
33
+ /**
34
+ *
35
+ * @type {AccessWhitelistProcessTypeEnum}
36
+ * @memberof AccessAppointmentRecordProcessDetailsDto
37
+ */
38
+ 'processType'?: AccessWhitelistProcessTypeEnum;
39
+ /**
40
+ *
41
+ * @type {AccessAppointmentRecordProcessDetailsUserInfo}
42
+ * @memberof AccessAppointmentRecordProcessDetailsDto
43
+ */
44
+ 'assignedHandlerUser'?: AccessAppointmentRecordProcessDetailsUserInfo;
45
+ /**
46
+ * 分配的处理部门id
47
+ * @type {Array<number>}
48
+ * @memberof AccessAppointmentRecordProcessDetailsDto
49
+ */
50
+ 'assignedHandlerDeptIds'?: Array<number>;
51
+ /**
52
+ * 分配的处理部门名称
53
+ * @type {Array<string>}
54
+ * @memberof AccessAppointmentRecordProcessDetailsDto
55
+ */
56
+ 'assignedHandlerDeptNames'?: Array<string>;
57
+ /**
58
+ *
59
+ * @type {AccessAppointmentRecordProcessDetailsUserInfo}
60
+ * @memberof AccessAppointmentRecordProcessDetailsDto
61
+ */
62
+ 'actualHandlerUser'?: AccessAppointmentRecordProcessDetailsUserInfo;
63
+ /**
64
+ * 实际处理时间
65
+ * @type {string}
66
+ * @memberof AccessAppointmentRecordProcessDetailsDto
67
+ */
68
+ 'actualHandlerTime'?: string;
69
+ /**
70
+ *
71
+ * @type {AccessWhitelistProcessHandlerStatusEnum}
72
+ * @memberof AccessAppointmentRecordProcessDetailsDto
73
+ */
74
+ 'handlerStatus'?: AccessWhitelistProcessHandlerStatusEnum;
75
+ /**
76
+ * 备注
77
+ * @type {string}
78
+ * @memberof AccessAppointmentRecordProcessDetailsDto
79
+ */
80
+ 'remarks'?: string;
81
+ }
@@ -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 });
@@ -0,0 +1,36 @@
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 AccessAppointmentRecordProcessDetailsUserInfo
16
+ */
17
+ export interface AccessAppointmentRecordProcessDetailsUserInfo {
18
+ /**
19
+ * 用户id
20
+ * @type {number}
21
+ * @memberof AccessAppointmentRecordProcessDetailsUserInfo
22
+ */
23
+ 'userId'?: number;
24
+ /**
25
+ * 用户名称
26
+ * @type {string}
27
+ * @memberof AccessAppointmentRecordProcessDetailsUserInfo
28
+ */
29
+ 'userName'?: string;
30
+ /**
31
+ * 用户部门名称
32
+ * @type {string}
33
+ * @memberof AccessAppointmentRecordProcessDetailsUserInfo
34
+ */
35
+ 'userDeptName'?: string;
36
+ }
@@ -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 });
@@ -4,6 +4,8 @@ export * from './access-appointment-record-approval-vo';
4
4
  export * from './access-appointment-record-details-dto';
5
5
  export * from './access-appointment-record-in-other-info-vo';
6
6
  export * from './access-appointment-record-out-other-info-vo';
7
+ export * from './access-appointment-record-process-details-dto';
8
+ export * from './access-appointment-record-process-details-user-info';
7
9
  export * from './access-appointment-source-enum';
8
10
  export * from './access-appointment-status-enum';
9
11
  export * from './access-approval-config-enum';
@@ -151,6 +153,7 @@ export * from './json-result-group-dept-vo';
151
153
  export * from './json-result-inspection-standard-entity';
152
154
  export * from './json-result-integer';
153
155
  export * from './json-result-json-result-list-space-tree-dto';
156
+ export * from './json-result-list-access-appointment-record-process-details-dto';
154
157
  export * from './json-result-list-access-company-config-entity';
155
158
  export * from './json-result-list-access-whitelist-application-process-details-dto';
156
159
  export * from './json-result-list-address-region-entity';
@@ -20,6 +20,8 @@ __exportStar(require("./access-appointment-record-approval-vo"), exports);
20
20
  __exportStar(require("./access-appointment-record-details-dto"), exports);
21
21
  __exportStar(require("./access-appointment-record-in-other-info-vo"), exports);
22
22
  __exportStar(require("./access-appointment-record-out-other-info-vo"), exports);
23
+ __exportStar(require("./access-appointment-record-process-details-dto"), exports);
24
+ __exportStar(require("./access-appointment-record-process-details-user-info"), exports);
23
25
  __exportStar(require("./access-appointment-source-enum"), exports);
24
26
  __exportStar(require("./access-appointment-status-enum"), exports);
25
27
  __exportStar(require("./access-approval-config-enum"), exports);
@@ -167,6 +169,7 @@ __exportStar(require("./json-result-group-dept-vo"), exports);
167
169
  __exportStar(require("./json-result-inspection-standard-entity"), exports);
168
170
  __exportStar(require("./json-result-integer"), exports);
169
171
  __exportStar(require("./json-result-json-result-list-space-tree-dto"), exports);
172
+ __exportStar(require("./json-result-list-access-appointment-record-process-details-dto"), exports);
170
173
  __exportStar(require("./json-result-list-access-company-config-entity"), exports);
171
174
  __exportStar(require("./json-result-list-access-whitelist-application-process-details-dto"), exports);
172
175
  __exportStar(require("./json-result-list-address-region-entity"), exports);
@@ -0,0 +1,62 @@
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
+ import type { AccessAppointmentRecordProcessDetailsDto } from './access-appointment-record-process-details-dto';
13
+ import type { BaseErrorResult } from './base-error-result';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListAccessAppointmentRecordProcessDetailsDto
18
+ */
19
+ export interface JsonResultListAccessAppointmentRecordProcessDetailsDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<AccessAppointmentRecordProcessDetailsDto>}
41
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
42
+ */
43
+ 'data'?: Array<AccessAppointmentRecordProcessDetailsDto> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -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 });
@@ -200,6 +200,12 @@ export interface AccessAppointmentRecordDetailsDto {
200
200
  * @memberof AccessAppointmentRecordDetailsDto
201
201
  */
202
202
  'initiateWxUserId'?: number;
203
+ /**
204
+ * 预约时间
205
+ * @type {string}
206
+ * @memberof AccessAppointmentRecordDetailsDto
207
+ */
208
+ 'appointmentTime'?: string;
203
209
  }
204
210
 
205
211
 
@@ -0,0 +1,95 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { AccessAppointmentRecordProcessDetailsUserInfo } from './access-appointment-record-process-details-user-info';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { AccessWhitelistProcessHandlerStatusEnum } from './access-whitelist-process-handler-status-enum';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { AccessWhitelistProcessTypeEnum } from './access-whitelist-process-type-enum';
25
+
26
+ /**
27
+ * 出入预约记录流程详情数据传输对象
28
+ * @export
29
+ * @interface AccessAppointmentRecordProcessDetailsDto
30
+ */
31
+ export interface AccessAppointmentRecordProcessDetailsDto {
32
+ /**
33
+ * 流程记录id
34
+ * @type {number}
35
+ * @memberof AccessAppointmentRecordProcessDetailsDto
36
+ */
37
+ 'id'?: number;
38
+ /**
39
+ * 预约记录申请id
40
+ * @type {number}
41
+ * @memberof AccessAppointmentRecordProcessDetailsDto
42
+ */
43
+ 'accessAppointmentRecordId'?: number;
44
+ /**
45
+ *
46
+ * @type {AccessWhitelistProcessTypeEnum}
47
+ * @memberof AccessAppointmentRecordProcessDetailsDto
48
+ */
49
+ 'processType'?: AccessWhitelistProcessTypeEnum;
50
+ /**
51
+ *
52
+ * @type {AccessAppointmentRecordProcessDetailsUserInfo}
53
+ * @memberof AccessAppointmentRecordProcessDetailsDto
54
+ */
55
+ 'assignedHandlerUser'?: AccessAppointmentRecordProcessDetailsUserInfo;
56
+ /**
57
+ * 分配的处理部门id
58
+ * @type {Array<number>}
59
+ * @memberof AccessAppointmentRecordProcessDetailsDto
60
+ */
61
+ 'assignedHandlerDeptIds'?: Array<number>;
62
+ /**
63
+ * 分配的处理部门名称
64
+ * @type {Array<string>}
65
+ * @memberof AccessAppointmentRecordProcessDetailsDto
66
+ */
67
+ 'assignedHandlerDeptNames'?: Array<string>;
68
+ /**
69
+ *
70
+ * @type {AccessAppointmentRecordProcessDetailsUserInfo}
71
+ * @memberof AccessAppointmentRecordProcessDetailsDto
72
+ */
73
+ 'actualHandlerUser'?: AccessAppointmentRecordProcessDetailsUserInfo;
74
+ /**
75
+ * 实际处理时间
76
+ * @type {string}
77
+ * @memberof AccessAppointmentRecordProcessDetailsDto
78
+ */
79
+ 'actualHandlerTime'?: string;
80
+ /**
81
+ *
82
+ * @type {AccessWhitelistProcessHandlerStatusEnum}
83
+ * @memberof AccessAppointmentRecordProcessDetailsDto
84
+ */
85
+ 'handlerStatus'?: AccessWhitelistProcessHandlerStatusEnum;
86
+ /**
87
+ * 备注
88
+ * @type {string}
89
+ * @memberof AccessAppointmentRecordProcessDetailsDto
90
+ */
91
+ 'remarks'?: string;
92
+ }
93
+
94
+
95
+
@@ -0,0 +1,42 @@
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 AccessAppointmentRecordProcessDetailsUserInfo
21
+ */
22
+ export interface AccessAppointmentRecordProcessDetailsUserInfo {
23
+ /**
24
+ * 用户id
25
+ * @type {number}
26
+ * @memberof AccessAppointmentRecordProcessDetailsUserInfo
27
+ */
28
+ 'userId'?: number;
29
+ /**
30
+ * 用户名称
31
+ * @type {string}
32
+ * @memberof AccessAppointmentRecordProcessDetailsUserInfo
33
+ */
34
+ 'userName'?: string;
35
+ /**
36
+ * 用户部门名称
37
+ * @type {string}
38
+ * @memberof AccessAppointmentRecordProcessDetailsUserInfo
39
+ */
40
+ 'userDeptName'?: string;
41
+ }
42
+
package/models/index.ts CHANGED
@@ -4,6 +4,8 @@ export * from './access-appointment-record-approval-vo';
4
4
  export * from './access-appointment-record-details-dto';
5
5
  export * from './access-appointment-record-in-other-info-vo';
6
6
  export * from './access-appointment-record-out-other-info-vo';
7
+ export * from './access-appointment-record-process-details-dto';
8
+ export * from './access-appointment-record-process-details-user-info';
7
9
  export * from './access-appointment-source-enum';
8
10
  export * from './access-appointment-status-enum';
9
11
  export * from './access-approval-config-enum';
@@ -151,6 +153,7 @@ export * from './json-result-group-dept-vo';
151
153
  export * from './json-result-inspection-standard-entity';
152
154
  export * from './json-result-integer';
153
155
  export * from './json-result-json-result-list-space-tree-dto';
156
+ export * from './json-result-list-access-appointment-record-process-details-dto';
154
157
  export * from './json-result-list-access-company-config-entity';
155
158
  export * from './json-result-list-access-whitelist-application-process-details-dto';
156
159
  export * from './json-result-list-address-region-entity';
@@ -0,0 +1,72 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { AccessAppointmentRecordProcessDetailsDto } from './access-appointment-record-process-details-dto';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { BaseErrorResult } from './base-error-result';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultListAccessAppointmentRecordProcessDetailsDto
27
+ */
28
+ export interface JsonResultListAccessAppointmentRecordProcessDetailsDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<AccessAppointmentRecordProcessDetailsDto>}
50
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
51
+ */
52
+ 'data'?: Array<AccessAppointmentRecordProcessDetailsDto> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultListAccessAppointmentRecordProcessDetailsDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.303",
3
+ "version": "4.2.0-alpha.305",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {