@gizone/rrs-client 4.2.0-alpha.272 → 4.2.0-alpha.273

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 (41) hide show
  1. package/.openapi-generator/FILES +4 -0
  2. package/apis/surveillance-api.ts +294 -0
  3. package/dist/apis/surveillance-api.d.ts +135 -0
  4. package/dist/apis/surveillance-api.js +259 -0
  5. package/dist/esm/apis/surveillance-api.d.ts +135 -0
  6. package/dist/esm/apis/surveillance-api.js +259 -0
  7. package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +31 -0
  8. package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.js +14 -0
  9. package/dist/esm/models/excel-upload-bo.d.ts +36 -0
  10. package/dist/esm/models/excel-upload-bo.js +14 -0
  11. package/dist/esm/models/index.d.ts +4 -0
  12. package/dist/esm/models/index.js +4 -0
  13. package/dist/esm/models/ipage-access-vo.d.ts +6 -6
  14. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +62 -0
  15. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.js +14 -0
  16. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +13 -0
  17. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +117 -0
  18. package/dist/esm/models/surveillance-batch-import-template-dto.js +14 -0
  19. package/dist/esm/models/sys-user.d.ts +4 -4
  20. package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +31 -0
  21. package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.js +15 -0
  22. package/dist/models/excel-upload-bo.d.ts +36 -0
  23. package/dist/models/excel-upload-bo.js +15 -0
  24. package/dist/models/index.d.ts +4 -0
  25. package/dist/models/index.js +4 -0
  26. package/dist/models/ipage-access-vo.d.ts +6 -6
  27. package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +62 -0
  28. package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.js +15 -0
  29. package/dist/models/offline-alert-work-order-details-dto.d.ts +13 -0
  30. package/dist/models/surveillance-batch-import-template-dto.d.ts +117 -0
  31. package/dist/models/surveillance-batch-import-template-dto.js +15 -0
  32. package/dist/models/sys-user.d.ts +4 -4
  33. package/models/excel-import-result-dtosurveillance-batch-import-template-dto.ts +39 -0
  34. package/models/excel-upload-bo.ts +42 -0
  35. package/models/index.ts +4 -0
  36. package/models/ipage-access-vo.ts +6 -6
  37. package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +72 -0
  38. package/models/offline-alert-work-order-details-dto.ts +15 -0
  39. package/models/surveillance-batch-import-template-dto.ts +131 -0
  40. package/models/sys-user.ts +4 -4
  41. package/package.json +1 -1
package/models/index.ts CHANGED
@@ -214,8 +214,10 @@ export * from './excel-import-result-dtodisaster-warning-standard-import-dto';
214
214
  export * from './excel-import-result-dtoequipment-excel-add-dto';
215
215
  export * from './excel-import-result-dtoinspection-standard-import-dto';
216
216
  export * from './excel-import-result-dtomaintenance-standard-import-dto';
217
+ export * from './excel-import-result-dtosurveillance-batch-import-template-dto';
217
218
  export * from './excel-import-result-dtosurveillance-settings-export-dto';
218
219
  export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
220
+ export * from './excel-upload-bo';
219
221
  export * from './export-energy-meter-record-bo';
220
222
  export * from './export-hire-energy-meter-record-bo';
221
223
  export * from './export-in-park-vehicle-bo';
@@ -369,6 +371,7 @@ export * from './json-result-excel-import-result-dtodisaster-warning-standard-im
369
371
  export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
370
372
  export * from './json-result-excel-import-result-dtoinspection-standard-import-dto';
371
373
  export * from './json-result-excel-import-result-dtomaintenance-standard-import-dto';
374
+ export * from './json-result-excel-import-result-dtosurveillance-batch-import-template-dto';
372
375
  export * from './json-result-excel-import-result-dtosurveillance-settings-export-dto';
373
376
  export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto';
374
377
  export * from './json-result-feedback-record-detail-vo';
@@ -804,6 +807,7 @@ export * from './supplier-entity';
804
807
  export * from './supplier-search-vo';
805
808
  export * from './supplier-select-dto';
806
809
  export * from './surveillance';
810
+ export * from './surveillance-batch-import-template-dto';
807
811
  export * from './surveillance-details-dto';
808
812
  export * from './surveillance-live-dto';
809
813
  export * from './surveillance-point-vo';
@@ -43,23 +43,23 @@ export interface IPageAccessVO {
43
43
  'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'pages'?: number;
49
+ 'searchCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageAccessVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageAccessVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -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 { ExcelImportResultDTOSurveillanceBatchImportTemplateDto } from './excel-import-result-dtosurveillance-batch-import-template-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
27
+ */
28
+ export interface JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {ExcelImportResultDTOSurveillanceBatchImportTemplateDto}
50
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
51
+ */
52
+ 'data'?: ExcelImportResultDTOSurveillanceBatchImportTemplateDto | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { WorkOrderDeptDTO } from './work-order-dept-dto';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import type { WorkOrderExtData } from './work-order-ext-data';
@@ -107,6 +110,18 @@ export interface OfflineAlertWorkOrderDetailsDto {
107
110
  * @memberof OfflineAlertWorkOrderDetailsDto
108
111
  */
109
112
  'workOrderExtData'?: WorkOrderExtData;
113
+ /**
114
+ * 工单执行部门列表
115
+ * @type {Array<WorkOrderDeptDTO>}
116
+ * @memberof OfflineAlertWorkOrderDetailsDto
117
+ */
118
+ 'workOrderDepts'?: Array<WorkOrderDeptDTO>;
119
+ /**
120
+ * 工单执行部门ID列表
121
+ * @type {Array<number>}
122
+ * @memberof OfflineAlertWorkOrderDetailsDto
123
+ */
124
+ 'workOrderDeptIds'?: Array<number>;
110
125
  }
111
126
 
112
127
 
@@ -0,0 +1,131 @@
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 { FunctionalAreaEnum } from './functional-area-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { InstallationBodyEnum } from './installation-body-enum';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
25
+
26
+ /**
27
+ * 监控批量导入模板数据传输对象
28
+ * @export
29
+ * @interface SurveillanceBatchImportTemplateDto
30
+ */
31
+ export interface SurveillanceBatchImportTemplateDto {
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof SurveillanceBatchImportTemplateDto
36
+ */
37
+ 'surveillanceNo'?: string;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof SurveillanceBatchImportTemplateDto
42
+ */
43
+ 'surveillanceSpaceName'?: string;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof SurveillanceBatchImportTemplateDto
48
+ */
49
+ 'functionalArea'?: string;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof SurveillanceBatchImportTemplateDto
54
+ */
55
+ 'surveillanceName'?: string;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof SurveillanceBatchImportTemplateDto
60
+ */
61
+ 'installationBody'?: string;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof SurveillanceBatchImportTemplateDto
66
+ */
67
+ 'installationUnit'?: string;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof SurveillanceBatchImportTemplateDto
72
+ */
73
+ 'constructionTime'?: string;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof SurveillanceBatchImportTemplateDto
78
+ */
79
+ 'isShowSpace'?: string;
80
+ /**
81
+ *
82
+ * @type {FunctionalAreaEnum}
83
+ * @memberof SurveillanceBatchImportTemplateDto
84
+ */
85
+ 'functionalAreaEnum'?: FunctionalAreaEnum;
86
+ /**
87
+ *
88
+ * @type {InstallationBodyEnum}
89
+ * @memberof SurveillanceBatchImportTemplateDto
90
+ */
91
+ 'installationBodyEnum'?: InstallationBodyEnum;
92
+ /**
93
+ * 平面图是否显示
94
+ * @type {boolean}
95
+ * @memberof SurveillanceBatchImportTemplateDto
96
+ */
97
+ 'isShowSpaceBoolean'?: boolean;
98
+ /**
99
+ * 是否成功
100
+ * @type {boolean}
101
+ * @memberof SurveillanceBatchImportTemplateDto
102
+ */
103
+ 'isSuccess'?: boolean;
104
+ /**
105
+ * 行数
106
+ * @type {number}
107
+ * @memberof SurveillanceBatchImportTemplateDto
108
+ */
109
+ 'count'?: number;
110
+ /**
111
+ * 错误提示
112
+ * @type {string}
113
+ * @memberof SurveillanceBatchImportTemplateDto
114
+ */
115
+ 'tips'?: string;
116
+ /**
117
+ * 空间ID
118
+ * @type {number}
119
+ * @memberof SurveillanceBatchImportTemplateDto
120
+ */
121
+ 'spaceId'?: number;
122
+ /**
123
+ * 行业属性
124
+ * @type {Array<SpaceIndustryAttributeEnum>}
125
+ * @memberof SurveillanceBatchImportTemplateDto
126
+ */
127
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
128
+ }
129
+
130
+
131
+
@@ -379,15 +379,15 @@ export interface SysUser {
379
379
  'userAttachments'?: Array<SysUserAttachmentInfo>;
380
380
  /**
381
381
  *
382
- * @type {number}
382
+ * @type {string}
383
383
  * @memberof SysUser
384
384
  */
385
- 'cuserId'?: number;
385
+ 'cid'?: string;
386
386
  /**
387
387
  *
388
- * @type {string}
388
+ * @type {number}
389
389
  * @memberof SysUser
390
390
  */
391
- 'cid'?: string;
391
+ 'cuserId'?: number;
392
392
  }
393
393
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.272",
3
+ "version": "4.2.0-alpha.273",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {