@gizone/rrs-client 3.11.12-alpha.13 → 3.11.12-alpha.14

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 (36) hide show
  1. package/.openapi-generator/FILES +0 -2
  2. package/apis/calendar-api.ts +70 -4
  3. package/apis/setting-api.ts +70 -4
  4. package/dist/apis/calendar-api.d.ts +33 -4
  5. package/dist/apis/calendar-api.js +62 -0
  6. package/dist/apis/setting-api.d.ts +33 -4
  7. package/dist/apis/setting-api.js +62 -0
  8. package/dist/esm/apis/calendar-api.d.ts +33 -4
  9. package/dist/esm/apis/calendar-api.js +62 -0
  10. package/dist/esm/apis/setting-api.d.ts +33 -4
  11. package/dist/esm/apis/setting-api.js +62 -0
  12. package/dist/esm/models/get-user-wx200-response.d.ts +8 -8
  13. package/dist/esm/models/index.d.ts +0 -2
  14. package/dist/esm/models/index.js +0 -2
  15. package/dist/esm/models/inspection-point-item.d.ts +12 -0
  16. package/dist/esm/models/ipage-access-vo.d.ts +4 -4
  17. package/dist/models/get-user-wx200-response.d.ts +8 -8
  18. package/dist/models/index.d.ts +0 -2
  19. package/dist/models/index.js +0 -2
  20. package/dist/models/inspection-point-item.d.ts +12 -0
  21. package/dist/models/ipage-access-vo.d.ts +4 -4
  22. package/models/get-user-wx200-response.ts +8 -8
  23. package/models/index.ts +0 -2
  24. package/models/inspection-point-item.ts +12 -0
  25. package/models/ipage-access-vo.ts +4 -4
  26. package/package.json +1 -1
  27. package/dist/esm/models/excel-import-upload-to-redis-vo-calendar-export-dto.d.ts +0 -43
  28. package/dist/esm/models/excel-import-upload-to-redis-vo-calendar-export-dto.js +0 -14
  29. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-calendar-export-dto.d.ts +0 -56
  30. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-calendar-export-dto.js +0 -14
  31. package/dist/models/excel-import-upload-to-redis-vo-calendar-export-dto.d.ts +0 -43
  32. package/dist/models/excel-import-upload-to-redis-vo-calendar-export-dto.js +0 -15
  33. package/dist/models/json-result-excel-import-upload-to-redis-vo-calendar-export-dto.d.ts +0 -56
  34. package/dist/models/json-result-excel-import-upload-to-redis-vo-calendar-export-dto.js +0 -15
  35. package/models/excel-import-upload-to-redis-vo-calendar-export-dto.ts +0 -51
  36. package/models/json-result-excel-import-upload-to-redis-vo-calendar-export-dto.ts +0 -66
@@ -16,8 +16,8 @@ import type { CalendarSaveUpdateDto } from '../models';
16
16
  import type { JsonResult } from '../models';
17
17
  import type { JsonResultCalendarEntity } from '../models';
18
18
  import type { JsonResultExcelImportResultDTOCalendarExportDto } from '../models';
19
- import type { JsonResultExcelImportUploadToRedisVoCalendarExportDto } from '../models';
20
19
  import type { JsonResultListCalendarEntity } from '../models';
20
+ import type { JsonResultVoid } from '../models';
21
21
  /**
22
22
  * CalendarApi - axios parameter creator
23
23
  * @export
@@ -30,6 +30,13 @@ export declare const CalendarApiAxiosParamCreator: (configuration?: Configuratio
30
30
  * @throws {RequiredError}
31
31
  */
32
32
  calendarBatchImportConfirm: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
33
+ /**
34
+ *
35
+ * @summary 导入-预览
36
+ * @param {*} [options] Override http request option.
37
+ * @throws {RequiredError}
38
+ */
39
+ calendarBatchImportPreView: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
33
40
  /**
34
41
  *
35
42
  * @summary 导入-下载模板
@@ -95,6 +102,13 @@ export declare const CalendarApiFp: (configuration?: Configuration) => {
95
102
  * @throws {RequiredError}
96
103
  */
97
104
  calendarBatchImportConfirm(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOCalendarExportDto>>;
105
+ /**
106
+ *
107
+ * @summary 导入-预览
108
+ * @param {*} [options] Override http request option.
109
+ * @throws {RequiredError}
110
+ */
111
+ calendarBatchImportPreView(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOCalendarExportDto>>;
98
112
  /**
99
113
  *
100
114
  * @summary 导入-下载模板
@@ -112,7 +126,7 @@ export declare const CalendarApiFp: (configuration?: Configuration) => {
112
126
  * @param {*} [options] Override http request option.
113
127
  * @throws {RequiredError}
114
128
  */
115
- calendarBatchImportUpload(parkId: number, file: File, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportUploadToRedisVoCalendarExportDto>>;
129
+ calendarBatchImportUpload(parkId: number, file: File, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
116
130
  /**
117
131
  *
118
132
  * @summary 导出
@@ -160,6 +174,13 @@ export declare const CalendarApiFactory: (configuration?: Configuration, basePat
160
174
  * @throws {RequiredError}
161
175
  */
162
176
  calendarBatchImportConfirm(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOCalendarExportDto>;
177
+ /**
178
+ *
179
+ * @summary 导入-预览
180
+ * @param {*} [options] Override http request option.
181
+ * @throws {RequiredError}
182
+ */
183
+ calendarBatchImportPreView(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOCalendarExportDto>;
163
184
  /**
164
185
  *
165
186
  * @summary 导入-下载模板
@@ -175,7 +196,7 @@ export declare const CalendarApiFactory: (configuration?: Configuration, basePat
175
196
  * @param {*} [options] Override http request option.
176
197
  * @throws {RequiredError}
177
198
  */
178
- calendarBatchImportUpload(requestParameters: CalendarApiCalendarBatchImportUploadRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportUploadToRedisVoCalendarExportDto>;
199
+ calendarBatchImportUpload(requestParameters: CalendarApiCalendarBatchImportUploadRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
179
200
  /**
180
201
  *
181
202
  * @summary 导出
@@ -326,6 +347,14 @@ export declare class CalendarApi extends BaseAPI {
326
347
  * @memberof CalendarApi
327
348
  */
328
349
  calendarBatchImportConfirm(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportResultDTOCalendarExportDto, any>>;
350
+ /**
351
+ *
352
+ * @summary 导入-预览
353
+ * @param {*} [options] Override http request option.
354
+ * @throws {RequiredError}
355
+ * @memberof CalendarApi
356
+ */
357
+ calendarBatchImportPreView(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportResultDTOCalendarExportDto, any>>;
329
358
  /**
330
359
  *
331
360
  * @summary 导入-下载模板
@@ -343,7 +372,7 @@ export declare class CalendarApi extends BaseAPI {
343
372
  * @throws {RequiredError}
344
373
  * @memberof CalendarApi
345
374
  */
346
- calendarBatchImportUpload(requestParameters: CalendarApiCalendarBatchImportUploadRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportUploadToRedisVoCalendarExportDto, any>>;
375
+ calendarBatchImportUpload(requestParameters: CalendarApiCalendarBatchImportUploadRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
347
376
  /**
348
377
  *
349
378
  * @summary 导出
@@ -60,6 +60,34 @@ export const CalendarApiAxiosParamCreator = function (configuration) {
60
60
  options: localVarRequestOptions,
61
61
  };
62
62
  }),
63
+ /**
64
+ *
65
+ * @summary 导入-预览
66
+ * @param {*} [options] Override http request option.
67
+ * @throws {RequiredError}
68
+ */
69
+ calendarBatchImportPreView: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
70
+ const localVarPath = `/calendar/batchImport/preView`;
71
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
72
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
73
+ let baseOptions;
74
+ if (configuration) {
75
+ baseOptions = configuration.baseOptions;
76
+ }
77
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
78
+ const localVarHeaderParameter = {};
79
+ const localVarQueryParameter = {};
80
+ // authentication tokenScheme required
81
+ // http bearer authentication required
82
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
83
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
84
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
85
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
86
+ return {
87
+ url: toPathString(localVarUrlObj),
88
+ options: localVarRequestOptions,
89
+ };
90
+ }),
63
91
  /**
64
92
  *
65
93
  * @summary 导入-下载模板
@@ -308,6 +336,21 @@ export const CalendarApiFp = function (configuration) {
308
336
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
309
337
  });
310
338
  },
339
+ /**
340
+ *
341
+ * @summary 导入-预览
342
+ * @param {*} [options] Override http request option.
343
+ * @throws {RequiredError}
344
+ */
345
+ calendarBatchImportPreView(options) {
346
+ return __awaiter(this, void 0, void 0, function* () {
347
+ var _a, _b, _c;
348
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportPreView(options);
349
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
350
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CalendarApi.calendarBatchImportPreView']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
351
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
352
+ });
353
+ },
311
354
  /**
312
355
  *
313
356
  * @summary 导入-下载模板
@@ -426,6 +469,15 @@ export const CalendarApiFactory = function (configuration, basePath, axios) {
426
469
  calendarBatchImportConfirm(options) {
427
470
  return localVarFp.calendarBatchImportConfirm(options).then((request) => request(axios, basePath));
428
471
  },
472
+ /**
473
+ *
474
+ * @summary 导入-预览
475
+ * @param {*} [options] Override http request option.
476
+ * @throws {RequiredError}
477
+ */
478
+ calendarBatchImportPreView(options) {
479
+ return localVarFp.calendarBatchImportPreView(options).then((request) => request(axios, basePath));
480
+ },
429
481
  /**
430
482
  *
431
483
  * @summary 导入-下载模板
@@ -505,6 +557,16 @@ export class CalendarApi extends BaseAPI {
505
557
  calendarBatchImportConfirm(options) {
506
558
  return CalendarApiFp(this.configuration).calendarBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
507
559
  }
560
+ /**
561
+ *
562
+ * @summary 导入-预览
563
+ * @param {*} [options] Override http request option.
564
+ * @throws {RequiredError}
565
+ * @memberof CalendarApi
566
+ */
567
+ calendarBatchImportPreView(options) {
568
+ return CalendarApiFp(this.configuration).calendarBatchImportPreView(options).then((request) => request(this.axios, this.basePath));
569
+ }
508
570
  /**
509
571
  *
510
572
  * @summary 导入-下载模板
@@ -23,11 +23,11 @@ import type { JsonResultAppointmentSetVo } from '../models';
23
23
  import type { JsonResultBoolean } from '../models';
24
24
  import type { JsonResultCalendarEntity } from '../models';
25
25
  import type { JsonResultExcelImportResultDTOCalendarExportDto } from '../models';
26
- import type { JsonResultExcelImportUploadToRedisVoCalendarExportDto } from '../models';
27
26
  import type { JsonResultGizoneAccessSetVO } from '../models';
28
27
  import type { JsonResultListCalendarEntity } from '../models';
29
28
  import type { JsonResultListWorkOrderPushSettingsEntity } from '../models';
30
29
  import type { JsonResultUserSettingsEntity } from '../models';
30
+ import type { JsonResultVoid } from '../models';
31
31
  import type { ParkPushSettingsAddBO } from '../models';
32
32
  import type { UserSettingsUpdateBO } from '../models';
33
33
  import type { WorkOrderPushSettingsVO } from '../models';
@@ -125,6 +125,13 @@ export declare const SettingApiAxiosParamCreator: (configuration?: Configuration
125
125
  * @throws {RequiredError}
126
126
  */
127
127
  calendarBatchImportConfirm: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
128
+ /**
129
+ *
130
+ * @summary 导入-预览
131
+ * @param {*} [options] Override http request option.
132
+ * @throws {RequiredError}
133
+ */
134
+ calendarBatchImportPreView: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
128
135
  /**
129
136
  *
130
137
  * @summary 导入-下载模板
@@ -348,6 +355,13 @@ export declare const SettingApiFp: (configuration?: Configuration) => {
348
355
  * @throws {RequiredError}
349
356
  */
350
357
  calendarBatchImportConfirm(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOCalendarExportDto>>;
358
+ /**
359
+ *
360
+ * @summary 导入-预览
361
+ * @param {*} [options] Override http request option.
362
+ * @throws {RequiredError}
363
+ */
364
+ calendarBatchImportPreView(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOCalendarExportDto>>;
351
365
  /**
352
366
  *
353
367
  * @summary 导入-下载模板
@@ -365,7 +379,7 @@ export declare const SettingApiFp: (configuration?: Configuration) => {
365
379
  * @param {*} [options] Override http request option.
366
380
  * @throws {RequiredError}
367
381
  */
368
- calendarBatchImportUpload(parkId: number, file: File, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportUploadToRedisVoCalendarExportDto>>;
382
+ calendarBatchImportUpload(parkId: number, file: File, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
369
383
  /**
370
384
  *
371
385
  * @summary 导出
@@ -569,6 +583,13 @@ export declare const SettingApiFactory: (configuration?: Configuration, basePath
569
583
  * @throws {RequiredError}
570
584
  */
571
585
  calendarBatchImportConfirm(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOCalendarExportDto>;
586
+ /**
587
+ *
588
+ * @summary 导入-预览
589
+ * @param {*} [options] Override http request option.
590
+ * @throws {RequiredError}
591
+ */
592
+ calendarBatchImportPreView(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOCalendarExportDto>;
572
593
  /**
573
594
  *
574
595
  * @summary 导入-下载模板
@@ -584,7 +605,7 @@ export declare const SettingApiFactory: (configuration?: Configuration, basePath
584
605
  * @param {*} [options] Override http request option.
585
606
  * @throws {RequiredError}
586
607
  */
587
- calendarBatchImportUpload(requestParameters: SettingApiCalendarBatchImportUploadRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportUploadToRedisVoCalendarExportDto>;
608
+ calendarBatchImportUpload(requestParameters: SettingApiCalendarBatchImportUploadRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
588
609
  /**
589
610
  *
590
611
  * @summary 导出
@@ -1180,6 +1201,14 @@ export declare class SettingApi extends BaseAPI {
1180
1201
  * @memberof SettingApi
1181
1202
  */
1182
1203
  calendarBatchImportConfirm(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportResultDTOCalendarExportDto, any>>;
1204
+ /**
1205
+ *
1206
+ * @summary 导入-预览
1207
+ * @param {*} [options] Override http request option.
1208
+ * @throws {RequiredError}
1209
+ * @memberof SettingApi
1210
+ */
1211
+ calendarBatchImportPreView(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportResultDTOCalendarExportDto, any>>;
1183
1212
  /**
1184
1213
  *
1185
1214
  * @summary 导入-下载模板
@@ -1197,7 +1226,7 @@ export declare class SettingApi extends BaseAPI {
1197
1226
  * @throws {RequiredError}
1198
1227
  * @memberof SettingApi
1199
1228
  */
1200
- calendarBatchImportUpload(requestParameters: SettingApiCalendarBatchImportUploadRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportUploadToRedisVoCalendarExportDto, any>>;
1229
+ calendarBatchImportUpload(requestParameters: SettingApiCalendarBatchImportUploadRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
1201
1230
  /**
1202
1231
  *
1203
1232
  * @summary 导出
@@ -401,6 +401,34 @@ export const SettingApiAxiosParamCreator = function (configuration) {
401
401
  options: localVarRequestOptions,
402
402
  };
403
403
  }),
404
+ /**
405
+ *
406
+ * @summary 导入-预览
407
+ * @param {*} [options] Override http request option.
408
+ * @throws {RequiredError}
409
+ */
410
+ calendarBatchImportPreView: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
411
+ const localVarPath = `/calendar/batchImport/preView`;
412
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
413
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
414
+ let baseOptions;
415
+ if (configuration) {
416
+ baseOptions = configuration.baseOptions;
417
+ }
418
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
419
+ const localVarHeaderParameter = {};
420
+ const localVarQueryParameter = {};
421
+ // authentication tokenScheme required
422
+ // http bearer authentication required
423
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
424
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
425
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
426
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
427
+ return {
428
+ url: toPathString(localVarUrlObj),
429
+ options: localVarRequestOptions,
430
+ };
431
+ }),
404
432
  /**
405
433
  *
406
434
  * @summary 导入-下载模板
@@ -1122,6 +1150,21 @@ export const SettingApiFp = function (configuration) {
1122
1150
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1123
1151
  });
1124
1152
  },
1153
+ /**
1154
+ *
1155
+ * @summary 导入-预览
1156
+ * @param {*} [options] Override http request option.
1157
+ * @throws {RequiredError}
1158
+ */
1159
+ calendarBatchImportPreView(options) {
1160
+ return __awaiter(this, void 0, void 0, function* () {
1161
+ var _a, _b, _c;
1162
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportPreView(options);
1163
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1164
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.calendarBatchImportPreView']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1165
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1166
+ });
1167
+ },
1125
1168
  /**
1126
1169
  *
1127
1170
  * @summary 导入-下载模板
@@ -1488,6 +1531,15 @@ export const SettingApiFactory = function (configuration, basePath, axios) {
1488
1531
  calendarBatchImportConfirm(options) {
1489
1532
  return localVarFp.calendarBatchImportConfirm(options).then((request) => request(axios, basePath));
1490
1533
  },
1534
+ /**
1535
+ *
1536
+ * @summary 导入-预览
1537
+ * @param {*} [options] Override http request option.
1538
+ * @throws {RequiredError}
1539
+ */
1540
+ calendarBatchImportPreView(options) {
1541
+ return localVarFp.calendarBatchImportPreView(options).then((request) => request(axios, basePath));
1542
+ },
1491
1543
  /**
1492
1544
  *
1493
1545
  * @summary 导入-下载模板
@@ -1767,6 +1819,16 @@ export class SettingApi extends BaseAPI {
1767
1819
  calendarBatchImportConfirm(options) {
1768
1820
  return SettingApiFp(this.configuration).calendarBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
1769
1821
  }
1822
+ /**
1823
+ *
1824
+ * @summary 导入-预览
1825
+ * @param {*} [options] Override http request option.
1826
+ * @throws {RequiredError}
1827
+ * @memberof SettingApi
1828
+ */
1829
+ calendarBatchImportPreView(options) {
1830
+ return SettingApiFp(this.configuration).calendarBatchImportPreView(options).then((request) => request(this.axios, this.basePath));
1831
+ }
1770
1832
  /**
1771
1833
  *
1772
1834
  * @summary 导入-下载模板
@@ -23,6 +23,12 @@ export interface GetUserWx200Response {
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
25
  'trailerFields'?: object;
26
+ /**
27
+ *
28
+ * @type {number}
29
+ * @memberof GetUserWx200Response
30
+ */
31
+ 'status'?: number;
26
32
  /**
27
33
  *
28
34
  * @type {Array<string>}
@@ -31,10 +37,10 @@ export interface GetUserWx200Response {
31
37
  'headerNames'?: Array<string>;
32
38
  /**
33
39
  *
34
- * @type {number}
40
+ * @type {GetUserWx200ResponseLocale}
35
41
  * @memberof GetUserWx200Response
36
42
  */
37
- 'status'?: number;
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -200,7 +200,6 @@ export * from './esg-user-statistics-dto';
200
200
  export * from './esgpark-waste-statistics-dto';
201
201
  export * from './excel-import-result-dtocalendar-export-dto';
202
202
  export * from './excel-import-result-dtoequipment-excel-add-dto';
203
- export * from './excel-import-upload-to-redis-vo-calendar-export-dto';
204
203
  export * from './export-energy-meter-record-bo';
205
204
  export * from './export-hire-energy-meter-record-bo';
206
205
  export * from './export-in-park-vehicle-bo';
@@ -342,7 +341,6 @@ export * from './json-result-esg-user-statistics-dto';
342
341
  export * from './json-result-esgpark-waste-statistics-dto';
343
342
  export * from './json-result-excel-import-result-dtocalendar-export-dto';
344
343
  export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
345
- export * from './json-result-excel-import-upload-to-redis-vo-calendar-export-dto';
346
344
  export * from './json-result-feedback-record-detail-vo';
347
345
  export * from './json-result-feedback-statistics-count-dto';
348
346
  export * from './json-result-feedback-statistics-satisfaction-rating-dto';
@@ -200,7 +200,6 @@ export * from './esg-user-statistics-dto';
200
200
  export * from './esgpark-waste-statistics-dto';
201
201
  export * from './excel-import-result-dtocalendar-export-dto';
202
202
  export * from './excel-import-result-dtoequipment-excel-add-dto';
203
- export * from './excel-import-upload-to-redis-vo-calendar-export-dto';
204
203
  export * from './export-energy-meter-record-bo';
205
204
  export * from './export-hire-energy-meter-record-bo';
206
205
  export * from './export-in-park-vehicle-bo';
@@ -342,7 +341,6 @@ export * from './json-result-esg-user-statistics-dto';
342
341
  export * from './json-result-esgpark-waste-statistics-dto';
343
342
  export * from './json-result-excel-import-result-dtocalendar-export-dto';
344
343
  export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
345
- export * from './json-result-excel-import-upload-to-redis-vo-calendar-export-dto';
346
344
  export * from './json-result-feedback-record-detail-vo';
347
345
  export * from './json-result-feedback-statistics-count-dto';
348
346
  export * from './json-result-feedback-statistics-satisfaction-rating-dto';
@@ -118,4 +118,16 @@ export interface InspectionPointItem {
118
118
  * @memberof InspectionPointItem
119
119
  */
120
120
  'followupWorkOrder'?: FollowupWorkOrderDTO;
121
+ /**
122
+ * 是否需要扫码
123
+ * @type {boolean}
124
+ * @memberof InspectionPointItem
125
+ */
126
+ 'isScanRequired'?: boolean;
127
+ /**
128
+ * 执行时效(小时)
129
+ * @type {number}
130
+ * @memberof InspectionPointItem
131
+ */
132
+ 'executionTime'?: number;
121
133
  }
@@ -36,16 +36,16 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {boolean}
39
+ * @type {number}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'searchCount'?: boolean;
42
+ 'pages'?: number;
43
43
  /**
44
44
  *
45
- * @type {number}
45
+ * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
47
  */
48
- 'pages'?: number;
48
+ 'searchCount'?: boolean;
49
49
  /**
50
50
  *
51
51
  * @type {boolean}
@@ -23,6 +23,12 @@ export interface GetUserWx200Response {
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
25
  'trailerFields'?: object;
26
+ /**
27
+ *
28
+ * @type {number}
29
+ * @memberof GetUserWx200Response
30
+ */
31
+ 'status'?: number;
26
32
  /**
27
33
  *
28
34
  * @type {Array<string>}
@@ -31,10 +37,10 @@ export interface GetUserWx200Response {
31
37
  'headerNames'?: Array<string>;
32
38
  /**
33
39
  *
34
- * @type {number}
40
+ * @type {GetUserWx200ResponseLocale}
35
41
  * @memberof GetUserWx200Response
36
42
  */
37
- 'status'?: number;
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -200,7 +200,6 @@ export * from './esg-user-statistics-dto';
200
200
  export * from './esgpark-waste-statistics-dto';
201
201
  export * from './excel-import-result-dtocalendar-export-dto';
202
202
  export * from './excel-import-result-dtoequipment-excel-add-dto';
203
- export * from './excel-import-upload-to-redis-vo-calendar-export-dto';
204
203
  export * from './export-energy-meter-record-bo';
205
204
  export * from './export-hire-energy-meter-record-bo';
206
205
  export * from './export-in-park-vehicle-bo';
@@ -342,7 +341,6 @@ export * from './json-result-esg-user-statistics-dto';
342
341
  export * from './json-result-esgpark-waste-statistics-dto';
343
342
  export * from './json-result-excel-import-result-dtocalendar-export-dto';
344
343
  export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
345
- export * from './json-result-excel-import-upload-to-redis-vo-calendar-export-dto';
346
344
  export * from './json-result-feedback-record-detail-vo';
347
345
  export * from './json-result-feedback-statistics-count-dto';
348
346
  export * from './json-result-feedback-statistics-satisfaction-rating-dto';
@@ -216,7 +216,6 @@ __exportStar(require("./esg-user-statistics-dto"), exports);
216
216
  __exportStar(require("./esgpark-waste-statistics-dto"), exports);
217
217
  __exportStar(require("./excel-import-result-dtocalendar-export-dto"), exports);
218
218
  __exportStar(require("./excel-import-result-dtoequipment-excel-add-dto"), exports);
219
- __exportStar(require("./excel-import-upload-to-redis-vo-calendar-export-dto"), exports);
220
219
  __exportStar(require("./export-energy-meter-record-bo"), exports);
221
220
  __exportStar(require("./export-hire-energy-meter-record-bo"), exports);
222
221
  __exportStar(require("./export-in-park-vehicle-bo"), exports);
@@ -358,7 +357,6 @@ __exportStar(require("./json-result-esg-user-statistics-dto"), exports);
358
357
  __exportStar(require("./json-result-esgpark-waste-statistics-dto"), exports);
359
358
  __exportStar(require("./json-result-excel-import-result-dtocalendar-export-dto"), exports);
360
359
  __exportStar(require("./json-result-excel-import-result-dtoequipment-excel-add-dto"), exports);
361
- __exportStar(require("./json-result-excel-import-upload-to-redis-vo-calendar-export-dto"), exports);
362
360
  __exportStar(require("./json-result-feedback-record-detail-vo"), exports);
363
361
  __exportStar(require("./json-result-feedback-statistics-count-dto"), exports);
364
362
  __exportStar(require("./json-result-feedback-statistics-satisfaction-rating-dto"), exports);
@@ -118,4 +118,16 @@ export interface InspectionPointItem {
118
118
  * @memberof InspectionPointItem
119
119
  */
120
120
  'followupWorkOrder'?: FollowupWorkOrderDTO;
121
+ /**
122
+ * 是否需要扫码
123
+ * @type {boolean}
124
+ * @memberof InspectionPointItem
125
+ */
126
+ 'isScanRequired'?: boolean;
127
+ /**
128
+ * 执行时效(小时)
129
+ * @type {number}
130
+ * @memberof InspectionPointItem
131
+ */
132
+ 'executionTime'?: number;
121
133
  }
@@ -36,16 +36,16 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {boolean}
39
+ * @type {number}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'searchCount'?: boolean;
42
+ 'pages'?: number;
43
43
  /**
44
44
  *
45
- * @type {number}
45
+ * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
47
  */
48
- 'pages'?: number;
48
+ 'searchCount'?: boolean;
49
49
  /**
50
50
  *
51
51
  * @type {boolean}
@@ -32,6 +32,12 @@ export interface GetUserWx200Response {
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
34
  'trailerFields'?: object;
35
+ /**
36
+ *
37
+ * @type {number}
38
+ * @memberof GetUserWx200Response
39
+ */
40
+ 'status'?: number;
35
41
  /**
36
42
  *
37
43
  * @type {Array<string>}
@@ -40,10 +46,10 @@ export interface GetUserWx200Response {
40
46
  'headerNames'?: Array<string>;
41
47
  /**
42
48
  *
43
- * @type {number}
49
+ * @type {GetUserWx200ResponseLocale}
44
50
  * @memberof GetUserWx200Response
45
51
  */
46
- 'status'?: number;
52
+ 'locale'?: GetUserWx200ResponseLocale;
47
53
  /**
48
54
  *
49
55
  * @type {string}
@@ -62,12 +68,6 @@ export interface GetUserWx200Response {
62
68
  * @memberof GetUserWx200Response
63
69
  */
64
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
- /**
66
- *
67
- * @type {GetUserWx200ResponseLocale}
68
- * @memberof GetUserWx200Response
69
- */
70
- 'locale'?: GetUserWx200ResponseLocale;
71
71
  /**
72
72
  *
73
73
  * @type {number}
package/models/index.ts CHANGED
@@ -200,7 +200,6 @@ export * from './esg-user-statistics-dto';
200
200
  export * from './esgpark-waste-statistics-dto';
201
201
  export * from './excel-import-result-dtocalendar-export-dto';
202
202
  export * from './excel-import-result-dtoequipment-excel-add-dto';
203
- export * from './excel-import-upload-to-redis-vo-calendar-export-dto';
204
203
  export * from './export-energy-meter-record-bo';
205
204
  export * from './export-hire-energy-meter-record-bo';
206
205
  export * from './export-in-park-vehicle-bo';
@@ -342,7 +341,6 @@ export * from './json-result-esg-user-statistics-dto';
342
341
  export * from './json-result-esgpark-waste-statistics-dto';
343
342
  export * from './json-result-excel-import-result-dtocalendar-export-dto';
344
343
  export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
345
- export * from './json-result-excel-import-upload-to-redis-vo-calendar-export-dto';
346
344
  export * from './json-result-feedback-record-detail-vo';
347
345
  export * from './json-result-feedback-statistics-count-dto';
348
346
  export * from './json-result-feedback-statistics-satisfaction-rating-dto';
@@ -125,5 +125,17 @@ export interface InspectionPointItem {
125
125
  * @memberof InspectionPointItem
126
126
  */
127
127
  'followupWorkOrder'?: FollowupWorkOrderDTO;
128
+ /**
129
+ * 是否需要扫码
130
+ * @type {boolean}
131
+ * @memberof InspectionPointItem
132
+ */
133
+ 'isScanRequired'?: boolean;
134
+ /**
135
+ * 执行时效(小时)
136
+ * @type {number}
137
+ * @memberof InspectionPointItem
138
+ */
139
+ 'executionTime'?: number;
128
140
  }
129
141