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

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 (86) 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-add-vo.d.ts +2 -2
  19. package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +81 -0
  20. package/dist/esm/models/access-whitelist-application-process-details-dto.js +14 -0
  21. package/dist/esm/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
  22. package/dist/esm/models/access-whitelist-application-process-details-user-info.js +14 -0
  23. package/dist/esm/models/access-whitelist-application-update-vo.d.ts +6 -6
  24. package/dist/esm/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
  25. package/dist/esm/models/access-whitelist-process-handler-status-enum.js +22 -0
  26. package/dist/esm/models/access-whitelist-process-type-enum.d.ts +23 -0
  27. package/dist/esm/models/access-whitelist-process-type-enum.js +24 -0
  28. package/dist/esm/models/index.d.ts +12 -0
  29. package/dist/esm/models/index.js +12 -0
  30. package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
  31. package/dist/esm/models/json-result-access-appointment-record-details-dto.js +14 -0
  32. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
  33. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.js +14 -0
  34. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
  35. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.js +14 -0
  36. package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
  37. package/dist/esm/models/open-api-access-appointment-record-add-vo.js +14 -0
  38. package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
  39. package/dist/esm/models/page-dto-access-appointment-record-details-dto.js +14 -0
  40. package/dist/esm/models/sys-user.d.ts +4 -4
  41. package/dist/models/access-appointment-internal-status-enum.d.ts +21 -0
  42. package/dist/models/access-appointment-internal-status-enum.js +25 -0
  43. package/dist/models/access-appointment-record-details-dto.d.ts +178 -0
  44. package/dist/models/access-appointment-record-details-dto.js +15 -0
  45. package/dist/models/access-appointment-status-enum.d.ts +25 -0
  46. package/dist/models/access-appointment-status-enum.js +29 -0
  47. package/dist/models/access-whitelist-application-add-vo.d.ts +2 -2
  48. package/dist/models/access-whitelist-application-process-details-dto.d.ts +81 -0
  49. package/dist/models/access-whitelist-application-process-details-dto.js +15 -0
  50. package/dist/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
  51. package/dist/models/access-whitelist-application-process-details-user-info.js +15 -0
  52. package/dist/models/access-whitelist-application-update-vo.d.ts +6 -6
  53. package/dist/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
  54. package/dist/models/access-whitelist-process-handler-status-enum.js +25 -0
  55. package/dist/models/access-whitelist-process-type-enum.d.ts +23 -0
  56. package/dist/models/access-whitelist-process-type-enum.js +27 -0
  57. package/dist/models/index.d.ts +12 -0
  58. package/dist/models/index.js +12 -0
  59. package/dist/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
  60. package/dist/models/json-result-access-appointment-record-details-dto.js +15 -0
  61. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
  62. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.js +15 -0
  63. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
  64. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.js +15 -0
  65. package/dist/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
  66. package/dist/models/open-api-access-appointment-record-add-vo.js +15 -0
  67. package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
  68. package/dist/models/page-dto-access-appointment-record-details-dto.js +15 -0
  69. package/dist/models/sys-user.d.ts +4 -4
  70. package/models/access-appointment-internal-status-enum.ts +31 -0
  71. package/models/access-appointment-record-details-dto.ts +206 -0
  72. package/models/access-appointment-status-enum.ts +35 -0
  73. package/models/access-whitelist-application-add-vo.ts +2 -2
  74. package/models/access-whitelist-application-process-details-dto.ts +95 -0
  75. package/models/access-whitelist-application-process-details-user-info.ts +42 -0
  76. package/models/access-whitelist-application-update-vo.ts +6 -6
  77. package/models/access-whitelist-process-handler-status-enum.ts +31 -0
  78. package/models/access-whitelist-process-type-enum.ts +33 -0
  79. package/models/index.ts +12 -0
  80. package/models/json-result-access-appointment-record-details-dto.ts +72 -0
  81. package/models/json-result-list-access-whitelist-application-process-details-dto.ts +72 -0
  82. package/models/json-result-page-dto-access-appointment-record-details-dto.ts +72 -0
  83. package/models/open-api-access-appointment-record-add-vo.ts +140 -0
  84. package/models/page-dto-access-appointment-record-details-dto.ts +39 -0
  85. package/models/sys-user.ts +4 -4
  86. package/package.json +1 -1
@@ -12,9 +12,11 @@
12
12
  import type { Configuration } from '../configuration';
13
13
  import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
14
  import { type RequestArgs, BaseAPI } from '../base';
15
+ import type { JsonResultBoolean } from '../models';
15
16
  import type { JsonResultJsonResultListSpaceTreeDTO } from '../models';
16
17
  import type { JsonResultPageDtoSurveillanceDetailsDto } from '../models';
17
18
  import type { JsonResultVoid } from '../models';
19
+ import type { OpenApiAccessAppointmentRecordAddVo } from '../models';
18
20
  import type { SyncEquipmentStatusVo } from '../models';
19
21
  import type { SyncEquipmentVo } from '../models';
20
22
  /**
@@ -22,6 +24,14 @@ import type { SyncEquipmentVo } from '../models';
22
24
  * @export
23
25
  */
24
26
  export declare const OpenApiApiAxiosParamCreator: (configuration?: Configuration) => {
27
+ /**
28
+ *
29
+ * @summary 新增出入预约
30
+ * @param {OpenApiAccessAppointmentRecordAddVo} openApiAccessAppointmentRecordAddVo
31
+ * @param {*} [options] Override http request option.
32
+ * @throws {RequiredError}
33
+ */
34
+ openApiAccessAppointmentAdd: (openApiAccessAppointmentRecordAddVo: OpenApiAccessAppointmentRecordAddVo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25
35
  /**
26
36
  *
27
37
  * @summary 批量新增设施设备
@@ -60,6 +70,14 @@ export declare const OpenApiApiAxiosParamCreator: (configuration?: Configuration
60
70
  * @export
61
71
  */
62
72
  export declare const OpenApiApiFp: (configuration?: Configuration) => {
73
+ /**
74
+ *
75
+ * @summary 新增出入预约
76
+ * @param {OpenApiAccessAppointmentRecordAddVo} openApiAccessAppointmentRecordAddVo
77
+ * @param {*} [options] Override http request option.
78
+ * @throws {RequiredError}
79
+ */
80
+ openApiAccessAppointmentAdd(openApiAccessAppointmentRecordAddVo: OpenApiAccessAppointmentRecordAddVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
63
81
  /**
64
82
  *
65
83
  * @summary 批量新增设施设备
@@ -98,6 +116,14 @@ export declare const OpenApiApiFp: (configuration?: Configuration) => {
98
116
  * @export
99
117
  */
100
118
  export declare const OpenApiApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
119
+ /**
120
+ *
121
+ * @summary 新增出入预约
122
+ * @param {OpenApiApiOpenApiAccessAppointmentAddRequest} requestParameters Request parameters.
123
+ * @param {*} [options] Override http request option.
124
+ * @throws {RequiredError}
125
+ */
126
+ openApiAccessAppointmentAdd(requestParameters: OpenApiApiOpenApiAccessAppointmentAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
101
127
  /**
102
128
  *
103
129
  * @summary 批量新增设施设备
@@ -131,6 +157,19 @@ export declare const OpenApiApiFactory: (configuration?: Configuration, basePath
131
157
  */
132
158
  openApiSurveillanceList(requestParameters: OpenApiApiOpenApiSurveillanceListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoSurveillanceDetailsDto>;
133
159
  };
160
+ /**
161
+ * Request parameters for openApiAccessAppointmentAdd operation in OpenApiApi.
162
+ * @export
163
+ * @interface OpenApiApiOpenApiAccessAppointmentAddRequest
164
+ */
165
+ export interface OpenApiApiOpenApiAccessAppointmentAddRequest {
166
+ /**
167
+ *
168
+ * @type {OpenApiAccessAppointmentRecordAddVo}
169
+ * @memberof OpenApiApiOpenApiAccessAppointmentAdd
170
+ */
171
+ readonly openApiAccessAppointmentRecordAddVo: OpenApiAccessAppointmentRecordAddVo;
172
+ }
134
173
  /**
135
174
  * Request parameters for openApiEquipmentBatchAdd operation in OpenApiApi.
136
175
  * @export
@@ -190,6 +229,15 @@ export interface OpenApiApiOpenApiSurveillanceListRequest {
190
229
  * @extends {BaseAPI}
191
230
  */
192
231
  export declare class OpenApiApi extends BaseAPI {
232
+ /**
233
+ *
234
+ * @summary 新增出入预约
235
+ * @param {OpenApiApiOpenApiAccessAppointmentAddRequest} requestParameters Request parameters.
236
+ * @param {*} [options] Override http request option.
237
+ * @throws {RequiredError}
238
+ * @memberof OpenApiApi
239
+ */
240
+ openApiAccessAppointmentAdd(requestParameters: OpenApiApiOpenApiAccessAppointmentAddRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
193
241
  /**
194
242
  *
195
243
  * @summary 批量新增设施设备
@@ -32,6 +32,39 @@ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
32
32
  */
33
33
  export const OpenApiApiAxiosParamCreator = function (configuration) {
34
34
  return {
35
+ /**
36
+ *
37
+ * @summary 新增出入预约
38
+ * @param {OpenApiAccessAppointmentRecordAddVo} openApiAccessAppointmentRecordAddVo
39
+ * @param {*} [options] Override http request option.
40
+ * @throws {RequiredError}
41
+ */
42
+ openApiAccessAppointmentAdd: (openApiAccessAppointmentRecordAddVo_1, ...args_1) => __awaiter(this, [openApiAccessAppointmentRecordAddVo_1, ...args_1], void 0, function* (openApiAccessAppointmentRecordAddVo, options = {}) {
43
+ // verify required parameter 'openApiAccessAppointmentRecordAddVo' is not null or undefined
44
+ assertParamExists('openApiAccessAppointmentAdd', 'openApiAccessAppointmentRecordAddVo', openApiAccessAppointmentRecordAddVo);
45
+ const localVarPath = `/openapi/v1/main/parks/accessAppointment`;
46
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
47
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
48
+ let baseOptions;
49
+ if (configuration) {
50
+ baseOptions = configuration.baseOptions;
51
+ }
52
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
53
+ const localVarHeaderParameter = {};
54
+ const localVarQueryParameter = {};
55
+ // authentication tokenScheme required
56
+ // http bearer authentication required
57
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
58
+ localVarHeaderParameter['Content-Type'] = 'application/json';
59
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
60
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
61
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
62
+ localVarRequestOptions.data = serializeDataIfNeeded(openApiAccessAppointmentRecordAddVo, localVarRequestOptions, configuration);
63
+ return {
64
+ url: toPathString(localVarUrlObj),
65
+ options: localVarRequestOptions,
66
+ };
67
+ }),
35
68
  /**
36
69
  *
37
70
  * @summary 批量新增设施设备
@@ -175,6 +208,22 @@ export const OpenApiApiAxiosParamCreator = function (configuration) {
175
208
  export const OpenApiApiFp = function (configuration) {
176
209
  const localVarAxiosParamCreator = OpenApiApiAxiosParamCreator(configuration);
177
210
  return {
211
+ /**
212
+ *
213
+ * @summary 新增出入预约
214
+ * @param {OpenApiAccessAppointmentRecordAddVo} openApiAccessAppointmentRecordAddVo
215
+ * @param {*} [options] Override http request option.
216
+ * @throws {RequiredError}
217
+ */
218
+ openApiAccessAppointmentAdd(openApiAccessAppointmentRecordAddVo, options) {
219
+ return __awaiter(this, void 0, void 0, function* () {
220
+ var _a, _b, _c;
221
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.openApiAccessAppointmentAdd(openApiAccessAppointmentRecordAddVo, options);
222
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
223
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['OpenApiApi.openApiAccessAppointmentAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
224
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
225
+ });
226
+ },
178
227
  /**
179
228
  *
180
229
  * @summary 批量新增设施设备
@@ -248,6 +297,16 @@ export const OpenApiApiFp = function (configuration) {
248
297
  export const OpenApiApiFactory = function (configuration, basePath, axios) {
249
298
  const localVarFp = OpenApiApiFp(configuration);
250
299
  return {
300
+ /**
301
+ *
302
+ * @summary 新增出入预约
303
+ * @param {OpenApiApiOpenApiAccessAppointmentAddRequest} requestParameters Request parameters.
304
+ * @param {*} [options] Override http request option.
305
+ * @throws {RequiredError}
306
+ */
307
+ openApiAccessAppointmentAdd(requestParameters, options) {
308
+ return localVarFp.openApiAccessAppointmentAdd(requestParameters.openApiAccessAppointmentRecordAddVo, options).then((request) => request(axios, basePath));
309
+ },
251
310
  /**
252
311
  *
253
312
  * @summary 批量新增设施设备
@@ -297,6 +356,17 @@ export const OpenApiApiFactory = function (configuration, basePath, axios) {
297
356
  * @extends {BaseAPI}
298
357
  */
299
358
  export class OpenApiApi extends BaseAPI {
359
+ /**
360
+ *
361
+ * @summary 新增出入预约
362
+ * @param {OpenApiApiOpenApiAccessAppointmentAddRequest} requestParameters Request parameters.
363
+ * @param {*} [options] Override http request option.
364
+ * @throws {RequiredError}
365
+ * @memberof OpenApiApi
366
+ */
367
+ openApiAccessAppointmentAdd(requestParameters, options) {
368
+ return OpenApiApiFp(this.configuration).openApiAccessAppointmentAdd(requestParameters.openApiAccessAppointmentRecordAddVo, options).then((request) => request(this.axios, this.basePath));
369
+ }
300
370
  /**
301
371
  *
302
372
  * @summary 批量新增设施设备
@@ -0,0 +1,21 @@
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
+ * @enum {string}
16
+ */
17
+ export declare const AccessAppointmentInternalStatusEnum: {
18
+ readonly BusinessPending: "BUSINESS_PENDING";
19
+ readonly ParkPending: "PARK_PENDING";
20
+ };
21
+ export type AccessAppointmentInternalStatusEnum = typeof AccessAppointmentInternalStatusEnum[keyof typeof AccessAppointmentInternalStatusEnum];
@@ -0,0 +1,22 @@
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
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const AccessAppointmentInternalStatusEnum = {
20
+ BusinessPending: 'BUSINESS_PENDING',
21
+ ParkPending: 'PARK_PENDING'
22
+ };
@@ -0,0 +1,178 @@
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 { AccessAppointmentInternalStatusEnum } from './access-appointment-internal-status-enum';
13
+ import type { AccessAppointmentRecordInOtherInfoVo } from './access-appointment-record-in-other-info-vo';
14
+ import type { AccessAppointmentRecordOutOtherInfoVo } from './access-appointment-record-out-other-info-vo';
15
+ import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
16
+ import type { AccessAppointmentStatusEnum } from './access-appointment-status-enum';
17
+ import type { AccessDirectionEnum } from './access-direction-enum';
18
+ import type { AccessReasonEnum } from './access-reason-enum';
19
+ import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
20
+ import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
21
+ import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
22
+ /**
23
+ * 出入预约记录详情
24
+ * @export
25
+ * @interface AccessAppointmentRecordDetailsDto
26
+ */
27
+ export interface AccessAppointmentRecordDetailsDto {
28
+ /**
29
+ * 出入ID
30
+ * @type {number}
31
+ * @memberof AccessAppointmentRecordDetailsDto
32
+ */
33
+ 'id'?: number;
34
+ /**
35
+ * 园区ID
36
+ * @type {number}
37
+ * @memberof AccessAppointmentRecordDetailsDto
38
+ */
39
+ 'parkId'?: number;
40
+ /**
41
+ *
42
+ * @type {AccessDirectionEnum}
43
+ * @memberof AccessAppointmentRecordDetailsDto
44
+ */
45
+ 'accessDirection'?: AccessDirectionEnum;
46
+ /**
47
+ * 预约单号
48
+ * @type {string}
49
+ * @memberof AccessAppointmentRecordDetailsDto
50
+ */
51
+ 'appointmentNo'?: string;
52
+ /**
53
+ * 访问公司ID
54
+ * @type {number}
55
+ * @memberof AccessAppointmentRecordDetailsDto
56
+ */
57
+ 'accessCompanyId'?: number;
58
+ /**
59
+ * 访问公司名称
60
+ * @type {string}
61
+ * @memberof AccessAppointmentRecordDetailsDto
62
+ */
63
+ 'accessCompanyName'?: string;
64
+ /**
65
+ *
66
+ * @type {AccessVisitorPersonTypeEnum}
67
+ * @memberof AccessAppointmentRecordDetailsDto
68
+ */
69
+ 'accessVisitorPersonType'?: AccessVisitorPersonTypeEnum;
70
+ /**
71
+ *
72
+ * @type {AccessReasonEnum}
73
+ * @memberof AccessAppointmentRecordDetailsDto
74
+ */
75
+ 'accessReason'?: AccessReasonEnum;
76
+ /**
77
+ * 备注
78
+ * @type {string}
79
+ * @memberof AccessAppointmentRecordDetailsDto
80
+ */
81
+ 'remarks'?: string;
82
+ /**
83
+ * 所属单位
84
+ * @type {string}
85
+ * @memberof AccessAppointmentRecordDetailsDto
86
+ */
87
+ 'companyName'?: string;
88
+ /**
89
+ * 预约开始时间
90
+ * @type {string}
91
+ * @memberof AccessAppointmentRecordDetailsDto
92
+ */
93
+ 'appointmentStartTime'?: string;
94
+ /**
95
+ * 预约结束时间
96
+ * @type {string}
97
+ * @memberof AccessAppointmentRecordDetailsDto
98
+ */
99
+ 'appointmentEndTime'?: string;
100
+ /**
101
+ * 预约人姓名
102
+ * @type {string}
103
+ * @memberof AccessAppointmentRecordDetailsDto
104
+ */
105
+ 'appointmentName'?: string;
106
+ /**
107
+ * 预约人手机号
108
+ * @type {string}
109
+ * @memberof AccessAppointmentRecordDetailsDto
110
+ */
111
+ 'appointmentPhone'?: string;
112
+ /**
113
+ * 预约人车牌号
114
+ * @type {string}
115
+ * @memberof AccessAppointmentRecordDetailsDto
116
+ */
117
+ 'appointmentLicensePlate'?: string;
118
+ /**
119
+ *
120
+ * @type {AccessVehicleTypeEnum}
121
+ * @memberof AccessAppointmentRecordDetailsDto
122
+ */
123
+ 'vehicleType'?: AccessVehicleTypeEnum;
124
+ /**
125
+ *
126
+ * @type {AccessVehicleLengthEnum}
127
+ * @memberof AccessAppointmentRecordDetailsDto
128
+ */
129
+ 'vehicleLength'?: AccessVehicleLengthEnum;
130
+ /**
131
+ *
132
+ * @type {AccessAppointmentStatusEnum}
133
+ * @memberof AccessAppointmentRecordDetailsDto
134
+ */
135
+ 'appointmentStatus'?: AccessAppointmentStatusEnum;
136
+ /**
137
+ *
138
+ * @type {AccessAppointmentInternalStatusEnum}
139
+ * @memberof AccessAppointmentRecordDetailsDto
140
+ */
141
+ 'appointmentInternalStatus'?: AccessAppointmentInternalStatusEnum;
142
+ /**
143
+ *
144
+ * @type {AccessAppointmentRecordInOtherInfoVo}
145
+ * @memberof AccessAppointmentRecordDetailsDto
146
+ */
147
+ 'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
148
+ /**
149
+ *
150
+ * @type {AccessAppointmentRecordOutOtherInfoVo}
151
+ * @memberof AccessAppointmentRecordDetailsDto
152
+ */
153
+ 'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
154
+ /**
155
+ *
156
+ * @type {AccessAppointmentSourceEnum}
157
+ * @memberof AccessAppointmentRecordDetailsDto
158
+ */
159
+ 'appointmentSource'?: AccessAppointmentSourceEnum;
160
+ /**
161
+ * 来源单号
162
+ * @type {string}
163
+ * @memberof AccessAppointmentRecordDetailsDto
164
+ */
165
+ 'sourceId'?: string;
166
+ /**
167
+ * 发起人ID
168
+ * @type {number}
169
+ * @memberof AccessAppointmentRecordDetailsDto
170
+ */
171
+ 'initiateUserId'?: number;
172
+ /**
173
+ * 发起人小程序用户ID
174
+ * @type {number}
175
+ * @memberof AccessAppointmentRecordDetailsDto
176
+ */
177
+ 'initiateWxUserId'?: number;
178
+ }
@@ -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 {};
@@ -0,0 +1,25 @@
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
+ * @enum {string}
16
+ */
17
+ export declare const AccessAppointmentStatusEnum: {
18
+ readonly EntryPending: "ENTRY_PENDING";
19
+ readonly EntryApproved: "ENTRY_APPROVED";
20
+ readonly EntryRejected: "ENTRY_REJECTED";
21
+ readonly ExitPending: "EXIT_PENDING";
22
+ readonly ExitApproved: "EXIT_APPROVED";
23
+ readonly ExitRejected: "EXIT_REJECTED";
24
+ };
25
+ export type AccessAppointmentStatusEnum = typeof AccessAppointmentStatusEnum[keyof typeof AccessAppointmentStatusEnum];
@@ -0,0 +1,26 @@
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
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const AccessAppointmentStatusEnum = {
20
+ EntryPending: 'ENTRY_PENDING',
21
+ EntryApproved: 'ENTRY_APPROVED',
22
+ EntryRejected: 'ENTRY_REJECTED',
23
+ ExitPending: 'EXIT_PENDING',
24
+ ExitApproved: 'EXIT_APPROVED',
25
+ ExitRejected: 'EXIT_REJECTED'
26
+ };
@@ -38,13 +38,13 @@ export interface AccessWhitelistApplicationAddVo {
38
38
  */
39
39
  'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
40
40
  /**
41
- * 开始时间
41
+ * 开始时间 格式:yyyy-MM-dd HH:mm:ss
42
42
  * @type {string}
43
43
  * @memberof AccessWhitelistApplicationAddVo
44
44
  */
45
45
  'startTime': string;
46
46
  /**
47
- * 结束时间
47
+ * 结束时间 格式:yyyy-MM-dd HH:mm:ss
48
48
  * @type {string}
49
49
  * @memberof AccessWhitelistApplicationAddVo
50
50
  */
@@ -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 { AccessWhitelistApplicationProcessDetailsUserInfo } from './access-whitelist-application-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 AccessWhitelistApplicationProcessDetailsDto
19
+ */
20
+ export interface AccessWhitelistApplicationProcessDetailsDto {
21
+ /**
22
+ * 流程记录id
23
+ * @type {number}
24
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
25
+ */
26
+ 'id'?: number;
27
+ /**
28
+ * 白名单申请id
29
+ * @type {number}
30
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
31
+ */
32
+ 'whitelistApplicationId'?: number;
33
+ /**
34
+ *
35
+ * @type {AccessWhitelistProcessTypeEnum}
36
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
37
+ */
38
+ 'processType'?: AccessWhitelistProcessTypeEnum;
39
+ /**
40
+ *
41
+ * @type {AccessWhitelistApplicationProcessDetailsUserInfo}
42
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
43
+ */
44
+ 'assignedHandlerUser'?: AccessWhitelistApplicationProcessDetailsUserInfo;
45
+ /**
46
+ * 分配的处理部门id
47
+ * @type {Array<number>}
48
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
49
+ */
50
+ 'assignedHandlerDeptIds'?: Array<number>;
51
+ /**
52
+ * 分配的处理部门名称
53
+ * @type {Array<string>}
54
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
55
+ */
56
+ 'assignedHandlerDeptNames'?: Array<string>;
57
+ /**
58
+ *
59
+ * @type {AccessWhitelistApplicationProcessDetailsUserInfo}
60
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
61
+ */
62
+ 'actualHandlerUser'?: AccessWhitelistApplicationProcessDetailsUserInfo;
63
+ /**
64
+ * 实际处理时间
65
+ * @type {string}
66
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
67
+ */
68
+ 'actualHandlerTime'?: string;
69
+ /**
70
+ *
71
+ * @type {AccessWhitelistProcessHandlerStatusEnum}
72
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
73
+ */
74
+ 'handlerStatus'?: AccessWhitelistProcessHandlerStatusEnum;
75
+ /**
76
+ * 备注
77
+ * @type {string}
78
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
79
+ */
80
+ 'remarks'?: string;
81
+ }
@@ -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 {};
@@ -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 AccessWhitelistApplicationProcessDetailsUserInfo
16
+ */
17
+ export interface AccessWhitelistApplicationProcessDetailsUserInfo {
18
+ /**
19
+ * 用户id
20
+ * @type {number}
21
+ * @memberof AccessWhitelistApplicationProcessDetailsUserInfo
22
+ */
23
+ 'userId'?: number;
24
+ /**
25
+ * 用户名称
26
+ * @type {string}
27
+ * @memberof AccessWhitelistApplicationProcessDetailsUserInfo
28
+ */
29
+ 'userName'?: string;
30
+ /**
31
+ * 用户部门名称
32
+ * @type {string}
33
+ * @memberof AccessWhitelistApplicationProcessDetailsUserInfo
34
+ */
35
+ 'userDeptName'?: string;
36
+ }
@@ -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 {};
@@ -44,23 +44,23 @@ export interface AccessWhitelistApplicationUpdateVo {
44
44
  */
45
45
  'endTime': string;
46
46
  /**
47
- * 姓名
47
+ * 申请原因
48
48
  * @type {string}
49
49
  * @memberof AccessWhitelistApplicationUpdateVo
50
50
  */
51
- 'applicantName': string;
51
+ 'applicantReason': string;
52
52
  /**
53
- * 申请电话
53
+ * 姓名
54
54
  * @type {string}
55
55
  * @memberof AccessWhitelistApplicationUpdateVo
56
56
  */
57
- 'applicantPhone': string;
57
+ 'applicantName': string;
58
58
  /**
59
- * 申请原因
59
+ * 申请电话
60
60
  * @type {string}
61
61
  * @memberof AccessWhitelistApplicationUpdateVo
62
62
  */
63
- 'applicantReason': string;
63
+ 'applicantPhone': string;
64
64
  /**
65
65
  * 申请人脸图片
66
66
  * @type {string}