@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
@@ -43,16 +43,16 @@ export interface IPageAccessVO {
43
43
  'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {boolean}
46
+ * @type {number}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'searchCount'?: boolean;
49
+ 'pages'?: number;
50
50
  /**
51
51
  *
52
- * @type {number}
52
+ * @type {boolean}
53
53
  * @memberof IPageAccessVO
54
54
  */
55
- 'pages'?: number;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {boolean}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "3.11.12-alpha.13",
3
+ "version": "3.11.12-alpha.14",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1,43 +0,0 @@
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 { CalendarExportDto } from './calendar-export-dto';
13
- /**
14
- * excel导入到redis vo
15
- * @export
16
- * @interface ExcelImportUploadToRedisVoCalendarExportDto
17
- */
18
- export interface ExcelImportUploadToRedisVoCalendarExportDto {
19
- /**
20
- * 成功的数据
21
- * @type {Array<CalendarExportDto>}
22
- * @memberof ExcelImportUploadToRedisVoCalendarExportDto
23
- */
24
- 'successDataList'?: Array<CalendarExportDto>;
25
- /**
26
- * 错误的数据
27
- * @type {Array<CalendarExportDto>}
28
- * @memberof ExcelImportUploadToRedisVoCalendarExportDto
29
- */
30
- 'errorDataList'?: Array<CalendarExportDto>;
31
- /**
32
- * 语言
33
- * @type {string}
34
- * @memberof ExcelImportUploadToRedisVoCalendarExportDto
35
- */
36
- 'language'?: string;
37
- /**
38
- * 园区id
39
- * @type {number}
40
- * @memberof ExcelImportUploadToRedisVoCalendarExportDto
41
- */
42
- 'parkId'?: number;
43
- }
@@ -1,14 +0,0 @@
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 {};
@@ -1,56 +0,0 @@
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 { BaseErrorResult } from './base-error-result';
13
- import type { ExcelImportUploadToRedisVoCalendarExportDto } from './excel-import-upload-to-redis-vo-calendar-export-dto';
14
- /**
15
- *
16
- * @export
17
- * @interface JsonResultExcelImportUploadToRedisVoCalendarExportDto
18
- */
19
- export interface JsonResultExcelImportUploadToRedisVoCalendarExportDto {
20
- /**
21
- * 错误码,0:成功,其他:失败
22
- * @type {number}
23
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
24
- */
25
- 'code'?: number;
26
- /**
27
- * 错误消息
28
- * @type {string}
29
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
30
- */
31
- 'msg'?: string;
32
- /**
33
- * 错误堆栈
34
- * @type {string}
35
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
36
- */
37
- 'stacks'?: string;
38
- /**
39
- *
40
- * @type {ExcelImportUploadToRedisVoCalendarExportDto}
41
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
42
- */
43
- 'data'?: ExcelImportUploadToRedisVoCalendarExportDto | null;
44
- /**
45
- *
46
- * @type {BaseErrorResult}
47
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
48
- */
49
- 'error'?: BaseErrorResult | null;
50
- /**
51
- * 日志追踪ID
52
- * @type {string}
53
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
54
- */
55
- 'traceId'?: string | null;
56
- }
@@ -1,14 +0,0 @@
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 {};
@@ -1,43 +0,0 @@
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 { CalendarExportDto } from './calendar-export-dto';
13
- /**
14
- * excel导入到redis vo
15
- * @export
16
- * @interface ExcelImportUploadToRedisVoCalendarExportDto
17
- */
18
- export interface ExcelImportUploadToRedisVoCalendarExportDto {
19
- /**
20
- * 成功的数据
21
- * @type {Array<CalendarExportDto>}
22
- * @memberof ExcelImportUploadToRedisVoCalendarExportDto
23
- */
24
- 'successDataList'?: Array<CalendarExportDto>;
25
- /**
26
- * 错误的数据
27
- * @type {Array<CalendarExportDto>}
28
- * @memberof ExcelImportUploadToRedisVoCalendarExportDto
29
- */
30
- 'errorDataList'?: Array<CalendarExportDto>;
31
- /**
32
- * 语言
33
- * @type {string}
34
- * @memberof ExcelImportUploadToRedisVoCalendarExportDto
35
- */
36
- 'language'?: string;
37
- /**
38
- * 园区id
39
- * @type {number}
40
- * @memberof ExcelImportUploadToRedisVoCalendarExportDto
41
- */
42
- 'parkId'?: number;
43
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,56 +0,0 @@
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 { BaseErrorResult } from './base-error-result';
13
- import type { ExcelImportUploadToRedisVoCalendarExportDto } from './excel-import-upload-to-redis-vo-calendar-export-dto';
14
- /**
15
- *
16
- * @export
17
- * @interface JsonResultExcelImportUploadToRedisVoCalendarExportDto
18
- */
19
- export interface JsonResultExcelImportUploadToRedisVoCalendarExportDto {
20
- /**
21
- * 错误码,0:成功,其他:失败
22
- * @type {number}
23
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
24
- */
25
- 'code'?: number;
26
- /**
27
- * 错误消息
28
- * @type {string}
29
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
30
- */
31
- 'msg'?: string;
32
- /**
33
- * 错误堆栈
34
- * @type {string}
35
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
36
- */
37
- 'stacks'?: string;
38
- /**
39
- *
40
- * @type {ExcelImportUploadToRedisVoCalendarExportDto}
41
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
42
- */
43
- 'data'?: ExcelImportUploadToRedisVoCalendarExportDto | null;
44
- /**
45
- *
46
- * @type {BaseErrorResult}
47
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
48
- */
49
- 'error'?: BaseErrorResult | null;
50
- /**
51
- * 日志追踪ID
52
- * @type {string}
53
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
54
- */
55
- 'traceId'?: string | null;
56
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,51 +0,0 @@
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 { CalendarExportDto } from './calendar-export-dto';
19
-
20
- /**
21
- * excel导入到redis vo
22
- * @export
23
- * @interface ExcelImportUploadToRedisVoCalendarExportDto
24
- */
25
- export interface ExcelImportUploadToRedisVoCalendarExportDto {
26
- /**
27
- * 成功的数据
28
- * @type {Array<CalendarExportDto>}
29
- * @memberof ExcelImportUploadToRedisVoCalendarExportDto
30
- */
31
- 'successDataList'?: Array<CalendarExportDto>;
32
- /**
33
- * 错误的数据
34
- * @type {Array<CalendarExportDto>}
35
- * @memberof ExcelImportUploadToRedisVoCalendarExportDto
36
- */
37
- 'errorDataList'?: Array<CalendarExportDto>;
38
- /**
39
- * 语言
40
- * @type {string}
41
- * @memberof ExcelImportUploadToRedisVoCalendarExportDto
42
- */
43
- 'language'?: string;
44
- /**
45
- * 园区id
46
- * @type {number}
47
- * @memberof ExcelImportUploadToRedisVoCalendarExportDto
48
- */
49
- 'parkId'?: number;
50
- }
51
-
@@ -1,66 +0,0 @@
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 { ExcelImportUploadToRedisVoCalendarExportDto } from './excel-import-upload-to-redis-vo-calendar-export-dto';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface JsonResultExcelImportUploadToRedisVoCalendarExportDto
27
- */
28
- export interface JsonResultExcelImportUploadToRedisVoCalendarExportDto {
29
- /**
30
- * 错误码,0:成功,其他:失败
31
- * @type {number}
32
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
33
- */
34
- 'code'?: number;
35
- /**
36
- * 错误消息
37
- * @type {string}
38
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
39
- */
40
- 'msg'?: string;
41
- /**
42
- * 错误堆栈
43
- * @type {string}
44
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
45
- */
46
- 'stacks'?: string;
47
- /**
48
- *
49
- * @type {ExcelImportUploadToRedisVoCalendarExportDto}
50
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
51
- */
52
- 'data'?: ExcelImportUploadToRedisVoCalendarExportDto | null;
53
- /**
54
- *
55
- * @type {BaseErrorResult}
56
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
57
- */
58
- 'error'?: BaseErrorResult | null;
59
- /**
60
- * 日志追踪ID
61
- * @type {string}
62
- * @memberof JsonResultExcelImportUploadToRedisVoCalendarExportDto
63
- */
64
- 'traceId'?: string | null;
65
- }
66
-