@gizone/rrs-client 4.2.0-alpha.295 → 4.2.0-alpha.297

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 (77) hide show
  1. package/.openapi-generator/FILES +12 -0
  2. package/apis/access-api.ts +401 -0
  3. package/apis/open-api-api.ts +93 -0
  4. package/dist/apis/access-api.d.ts +216 -0
  5. package/dist/apis/access-api.js +262 -0
  6. package/dist/apis/open-api-api.d.ts +48 -0
  7. package/dist/apis/open-api-api.js +70 -0
  8. package/dist/esm/apis/access-api.d.ts +216 -0
  9. package/dist/esm/apis/access-api.js +262 -0
  10. package/dist/esm/apis/open-api-api.d.ts +48 -0
  11. package/dist/esm/apis/open-api-api.js +70 -0
  12. package/dist/esm/models/access-appointment-internal-status-enum.d.ts +21 -0
  13. package/dist/esm/models/access-appointment-internal-status-enum.js +22 -0
  14. package/dist/esm/models/access-appointment-record-details-dto.d.ts +178 -0
  15. package/dist/esm/models/access-appointment-record-details-dto.js +14 -0
  16. package/dist/esm/models/access-appointment-status-enum.d.ts +25 -0
  17. package/dist/esm/models/access-appointment-status-enum.js +26 -0
  18. package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +81 -0
  19. package/dist/esm/models/access-whitelist-application-process-details-dto.js +14 -0
  20. package/dist/esm/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
  21. package/dist/esm/models/access-whitelist-application-process-details-user-info.js +14 -0
  22. package/dist/esm/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
  23. package/dist/esm/models/access-whitelist-process-handler-status-enum.js +22 -0
  24. package/dist/esm/models/access-whitelist-process-type-enum.d.ts +23 -0
  25. package/dist/esm/models/access-whitelist-process-type-enum.js +24 -0
  26. package/dist/esm/models/index.d.ts +12 -0
  27. package/dist/esm/models/index.js +12 -0
  28. package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
  29. package/dist/esm/models/json-result-access-appointment-record-details-dto.js +14 -0
  30. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
  31. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.js +14 -0
  32. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
  33. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.js +14 -0
  34. package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
  35. package/dist/esm/models/open-api-access-appointment-record-add-vo.js +14 -0
  36. package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
  37. package/dist/esm/models/page-dto-access-appointment-record-details-dto.js +14 -0
  38. package/dist/models/access-appointment-internal-status-enum.d.ts +21 -0
  39. package/dist/models/access-appointment-internal-status-enum.js +25 -0
  40. package/dist/models/access-appointment-record-details-dto.d.ts +178 -0
  41. package/dist/models/access-appointment-record-details-dto.js +15 -0
  42. package/dist/models/access-appointment-status-enum.d.ts +25 -0
  43. package/dist/models/access-appointment-status-enum.js +29 -0
  44. package/dist/models/access-whitelist-application-process-details-dto.d.ts +81 -0
  45. package/dist/models/access-whitelist-application-process-details-dto.js +15 -0
  46. package/dist/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
  47. package/dist/models/access-whitelist-application-process-details-user-info.js +15 -0
  48. package/dist/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
  49. package/dist/models/access-whitelist-process-handler-status-enum.js +25 -0
  50. package/dist/models/access-whitelist-process-type-enum.d.ts +23 -0
  51. package/dist/models/access-whitelist-process-type-enum.js +27 -0
  52. package/dist/models/index.d.ts +12 -0
  53. package/dist/models/index.js +12 -0
  54. package/dist/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
  55. package/dist/models/json-result-access-appointment-record-details-dto.js +15 -0
  56. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
  57. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.js +15 -0
  58. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
  59. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.js +15 -0
  60. package/dist/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
  61. package/dist/models/open-api-access-appointment-record-add-vo.js +15 -0
  62. package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
  63. package/dist/models/page-dto-access-appointment-record-details-dto.js +15 -0
  64. package/models/access-appointment-internal-status-enum.ts +31 -0
  65. package/models/access-appointment-record-details-dto.ts +206 -0
  66. package/models/access-appointment-status-enum.ts +35 -0
  67. package/models/access-whitelist-application-process-details-dto.ts +95 -0
  68. package/models/access-whitelist-application-process-details-user-info.ts +42 -0
  69. package/models/access-whitelist-process-handler-status-enum.ts +31 -0
  70. package/models/access-whitelist-process-type-enum.ts +33 -0
  71. package/models/index.ts +12 -0
  72. package/models/json-result-access-appointment-record-details-dto.ts +72 -0
  73. package/models/json-result-list-access-whitelist-application-process-details-dto.ts +72 -0
  74. package/models/json-result-page-dto-access-appointment-record-details-dto.ts +72 -0
  75. package/models/open-api-access-appointment-record-add-vo.ts +140 -0
  76. package/models/page-dto-access-appointment-record-details-dto.ts +39 -0
  77. package/package.json +1 -1
@@ -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 { AccessWhitelistApplicationProcessDetailsUserInfo } from './access-whitelist-application-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 AccessWhitelistApplicationProcessDetailsDto
30
+ */
31
+ export interface AccessWhitelistApplicationProcessDetailsDto {
32
+ /**
33
+ * 流程记录id
34
+ * @type {number}
35
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
36
+ */
37
+ 'id'?: number;
38
+ /**
39
+ * 白名单申请id
40
+ * @type {number}
41
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
42
+ */
43
+ 'whitelistApplicationId'?: number;
44
+ /**
45
+ *
46
+ * @type {AccessWhitelistProcessTypeEnum}
47
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
48
+ */
49
+ 'processType'?: AccessWhitelistProcessTypeEnum;
50
+ /**
51
+ *
52
+ * @type {AccessWhitelistApplicationProcessDetailsUserInfo}
53
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
54
+ */
55
+ 'assignedHandlerUser'?: AccessWhitelistApplicationProcessDetailsUserInfo;
56
+ /**
57
+ * 分配的处理部门id
58
+ * @type {Array<number>}
59
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
60
+ */
61
+ 'assignedHandlerDeptIds'?: Array<number>;
62
+ /**
63
+ * 分配的处理部门名称
64
+ * @type {Array<string>}
65
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
66
+ */
67
+ 'assignedHandlerDeptNames'?: Array<string>;
68
+ /**
69
+ *
70
+ * @type {AccessWhitelistApplicationProcessDetailsUserInfo}
71
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
72
+ */
73
+ 'actualHandlerUser'?: AccessWhitelistApplicationProcessDetailsUserInfo;
74
+ /**
75
+ * 实际处理时间
76
+ * @type {string}
77
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
78
+ */
79
+ 'actualHandlerTime'?: string;
80
+ /**
81
+ *
82
+ * @type {AccessWhitelistProcessHandlerStatusEnum}
83
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
84
+ */
85
+ 'handlerStatus'?: AccessWhitelistProcessHandlerStatusEnum;
86
+ /**
87
+ * 备注
88
+ * @type {string}
89
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
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 AccessWhitelistApplicationProcessDetailsUserInfo
21
+ */
22
+ export interface AccessWhitelistApplicationProcessDetailsUserInfo {
23
+ /**
24
+ * 用户id
25
+ * @type {number}
26
+ * @memberof AccessWhitelistApplicationProcessDetailsUserInfo
27
+ */
28
+ 'userId'?: number;
29
+ /**
30
+ * 用户名称
31
+ * @type {string}
32
+ * @memberof AccessWhitelistApplicationProcessDetailsUserInfo
33
+ */
34
+ 'userName'?: string;
35
+ /**
36
+ * 用户部门名称
37
+ * @type {string}
38
+ * @memberof AccessWhitelistApplicationProcessDetailsUserInfo
39
+ */
40
+ 'userDeptName'?: string;
41
+ }
42
+
@@ -0,0 +1,31 @@
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
+ * @enum {string}
21
+ */
22
+
23
+ export const AccessWhitelistProcessHandlerStatusEnum = {
24
+ Unhandled: 'UNHANDLED',
25
+ Handled: 'HANDLED'
26
+ } as const;
27
+
28
+ export type AccessWhitelistProcessHandlerStatusEnum = typeof AccessWhitelistProcessHandlerStatusEnum[keyof typeof AccessWhitelistProcessHandlerStatusEnum];
29
+
30
+
31
+
@@ -0,0 +1,33 @@
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
+ * @enum {string}
21
+ */
22
+
23
+ export const AccessWhitelistProcessTypeEnum = {
24
+ Initiate: 'INITIATE',
25
+ BusinessApproval: 'BUSINESS_APPROVAL',
26
+ ParkApproval: 'PARK_APPROVAL',
27
+ BatchImport: 'BATCH_IMPORT'
28
+ } as const;
29
+
30
+ export type AccessWhitelistProcessTypeEnum = typeof AccessWhitelistProcessTypeEnum[keyof typeof AccessWhitelistProcessTypeEnum];
31
+
32
+
33
+
package/models/index.ts CHANGED
@@ -1,8 +1,11 @@
1
+ export * from './access-appointment-internal-status-enum';
1
2
  export * from './access-appointment-record-add-vo';
2
3
  export * from './access-appointment-record-approval-vo';
4
+ export * from './access-appointment-record-details-dto';
3
5
  export * from './access-appointment-record-in-other-info-vo';
4
6
  export * from './access-appointment-record-out-other-info-vo';
5
7
  export * from './access-appointment-source-enum';
8
+ export * from './access-appointment-status-enum';
6
9
  export * from './access-approval-config-enum';
7
10
  export * from './access-approval-config-vo';
8
11
  export * from './access-approval-config-vo-reminder';
@@ -25,8 +28,12 @@ export * from './access-whitelist-application-approval-vo';
25
28
  export * from './access-whitelist-application-batch-import-template-dto';
26
29
  export * from './access-whitelist-application-details-dto';
27
30
  export * from './access-whitelist-application-internal-status-enum';
31
+ export * from './access-whitelist-application-process-details-dto';
32
+ export * from './access-whitelist-application-process-details-user-info';
28
33
  export * from './access-whitelist-application-status-enum';
29
34
  export * from './access-whitelist-application-update-vo';
35
+ export * from './access-whitelist-process-handler-status-enum';
36
+ export * from './access-whitelist-process-type-enum';
30
37
  export * from './address-region-entity';
31
38
  export * from './admission-terms-record-add-bo';
32
39
  export * from './admission-terms-record-details-dto';
@@ -116,6 +123,7 @@ export * from './inspection-standard-type-enum';
116
123
  export * from './installation-body-enum';
117
124
  export * from './iot-device-status-enum';
118
125
  export * from './json-result';
126
+ export * from './json-result-access-appointment-record-details-dto';
119
127
  export * from './json-result-access-blacklist-details-dto';
120
128
  export * from './json-result-access-company-config-entity';
121
129
  export * from './json-result-access-config-entity';
@@ -144,6 +152,7 @@ export * from './json-result-inspection-standard-entity';
144
152
  export * from './json-result-integer';
145
153
  export * from './json-result-json-result-list-space-tree-dto';
146
154
  export * from './json-result-list-access-company-config-entity';
155
+ export * from './json-result-list-access-whitelist-application-process-details-dto';
147
156
  export * from './json-result-list-address-region-entity';
148
157
  export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
149
158
  export * from './json-result-list-area-park-dto';
@@ -179,6 +188,7 @@ export * from './json-result-maintenance-standard-entity';
179
188
  export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
180
189
  export * from './json-result-network-monitor-repair-details-dto';
181
190
  export * from './json-result-offline-alert-work-order-details-dto';
191
+ export * from './json-result-page-dto-access-appointment-record-details-dto';
182
192
  export * from './json-result-page-dto-access-blacklist-details-dto';
183
193
  export * from './json-result-page-dto-access-whitelist-application-details-dto';
184
194
  export * from './json-result-page-dto-admission-terms-record-list-dto';
@@ -239,6 +249,8 @@ export * from './offline-alert-submit-vo';
239
249
  export * from './offline-alert-work-order-details-dto';
240
250
  export * from './offline-alert-work-order-info';
241
251
  export * from './offline-alert-work-order-vo';
252
+ export * from './open-api-access-appointment-record-add-vo';
253
+ export * from './page-dto-access-appointment-record-details-dto';
242
254
  export * from './page-dto-access-blacklist-details-dto';
243
255
  export * from './page-dto-access-whitelist-application-details-dto';
244
256
  export * from './page-dto-admission-terms-record-list-dto';
@@ -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 { AccessAppointmentRecordDetailsDto } from './access-appointment-record-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 JsonResultAccessAppointmentRecordDetailsDto
27
+ */
28
+ export interface JsonResultAccessAppointmentRecordDetailsDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {AccessAppointmentRecordDetailsDto}
50
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
51
+ */
52
+ 'data'?: AccessAppointmentRecordDetailsDto;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -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 { AccessWhitelistApplicationProcessDetailsDto } from './access-whitelist-application-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 JsonResultListAccessWhitelistApplicationProcessDetailsDto
27
+ */
28
+ export interface JsonResultListAccessWhitelistApplicationProcessDetailsDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<AccessWhitelistApplicationProcessDetailsDto>}
50
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
51
+ */
52
+ 'data'?: Array<AccessWhitelistApplicationProcessDetailsDto> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -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 { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { PageDtoAccessAppointmentRecordDetailsDto } from './page-dto-access-appointment-record-details-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultPageDtoAccessAppointmentRecordDetailsDto
27
+ */
28
+ export interface JsonResultPageDtoAccessAppointmentRecordDetailsDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {PageDtoAccessAppointmentRecordDetailsDto}
50
+ * @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
51
+ */
52
+ 'data'?: PageDtoAccessAppointmentRecordDetailsDto | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,140 @@
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 { AccessAppointmentRecordInOtherInfoVo } from './access-appointment-record-in-other-info-vo';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { AccessAppointmentRecordOutOtherInfoVo } from './access-appointment-record-out-other-info-vo';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import type { AccessDirectionEnum } from './access-direction-enum';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import type { AccessReasonEnum } from './access-reason-enum';
31
+ // May contain unused imports in some cases
32
+ // @ts-ignore
33
+ import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
34
+
35
+ /**
36
+ * OpenApi新增出入预约记录请求参数
37
+ * @export
38
+ * @interface OpenApiAccessAppointmentRecordAddVo
39
+ */
40
+ export interface OpenApiAccessAppointmentRecordAddVo {
41
+ /**
42
+ * 消息ID
43
+ * @type {string}
44
+ * @memberof OpenApiAccessAppointmentRecordAddVo
45
+ */
46
+ 'msgId': string;
47
+ /**
48
+ * 园区编码
49
+ * @type {string}
50
+ * @memberof OpenApiAccessAppointmentRecordAddVo
51
+ */
52
+ 'parkCode': string;
53
+ /**
54
+ *
55
+ * @type {AccessAppointmentSourceEnum}
56
+ * @memberof OpenApiAccessAppointmentRecordAddVo
57
+ */
58
+ 'appointmentSource': AccessAppointmentSourceEnum;
59
+ /**
60
+ * 访问公司
61
+ * @type {string}
62
+ * @memberof OpenApiAccessAppointmentRecordAddVo
63
+ */
64
+ 'accessCompany'?: string;
65
+ /**
66
+ * 访客类型
67
+ * @type {string}
68
+ * @memberof OpenApiAccessAppointmentRecordAddVo
69
+ */
70
+ 'visitorType'?: string;
71
+ /**
72
+ *
73
+ * @type {AccessDirectionEnum}
74
+ * @memberof OpenApiAccessAppointmentRecordAddVo
75
+ */
76
+ 'accessDirection': AccessDirectionEnum;
77
+ /**
78
+ *
79
+ * @type {AccessReasonEnum}
80
+ * @memberof OpenApiAccessAppointmentRecordAddVo
81
+ */
82
+ 'accessReason'?: AccessReasonEnum;
83
+ /**
84
+ *
85
+ * @type {AccessVehicleTypeEnum}
86
+ * @memberof OpenApiAccessAppointmentRecordAddVo
87
+ */
88
+ 'vehicleType'?: AccessVehicleTypeEnum;
89
+ /**
90
+ *
91
+ * @type {AccessAppointmentRecordInOtherInfoVo}
92
+ * @memberof OpenApiAccessAppointmentRecordAddVo
93
+ */
94
+ 'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
95
+ /**
96
+ *
97
+ * @type {AccessAppointmentRecordOutOtherInfoVo}
98
+ * @memberof OpenApiAccessAppointmentRecordAddVo
99
+ */
100
+ 'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
101
+ /**
102
+ * 所属单位
103
+ * @type {string}
104
+ * @memberof OpenApiAccessAppointmentRecordAddVo
105
+ */
106
+ 'companyName'?: string;
107
+ /**
108
+ * 预约开始时间 格式:yyyy-MM-dd HH:mm:ss
109
+ * @type {string}
110
+ * @memberof OpenApiAccessAppointmentRecordAddVo
111
+ */
112
+ 'appointmentStartTime': string;
113
+ /**
114
+ * 预约结束时间 格式:yyyy-MM-dd HH:mm:ss
115
+ * @type {string}
116
+ * @memberof OpenApiAccessAppointmentRecordAddVo
117
+ */
118
+ 'appointmentEndTime': string;
119
+ /**
120
+ * 预约人姓名
121
+ * @type {string}
122
+ * @memberof OpenApiAccessAppointmentRecordAddVo
123
+ */
124
+ 'appointmentName': string;
125
+ /**
126
+ * 预约人手机号
127
+ * @type {string}
128
+ * @memberof OpenApiAccessAppointmentRecordAddVo
129
+ */
130
+ 'appointmentPhone': string;
131
+ /**
132
+ * 预约人车牌号
133
+ * @type {string}
134
+ * @memberof OpenApiAccessAppointmentRecordAddVo
135
+ */
136
+ 'appointmentLicensePlate': string;
137
+ }
138
+
139
+
140
+
@@ -0,0 +1,39 @@
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 { AccessAppointmentRecordDetailsDto } from './access-appointment-record-details-dto';
19
+
20
+ /**
21
+ * 返回数据,可以是任意类型的值
22
+ * @export
23
+ * @interface PageDtoAccessAppointmentRecordDetailsDto
24
+ */
25
+ export interface PageDtoAccessAppointmentRecordDetailsDto {
26
+ /**
27
+ * 总记录数
28
+ * @type {number}
29
+ * @memberof PageDtoAccessAppointmentRecordDetailsDto
30
+ */
31
+ 'totalSize'?: number;
32
+ /**
33
+ * 页数据列表
34
+ * @type {Array<AccessAppointmentRecordDetailsDto>}
35
+ * @memberof PageDtoAccessAppointmentRecordDetailsDto
36
+ */
37
+ 'pageList'?: Array<AccessAppointmentRecordDetailsDto>;
38
+ }
39
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.295",
3
+ "version": "4.2.0-alpha.297",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {