@gizone/rrs-client 4.2.8-alpha.476 → 4.2.8-alpha.477

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 (42) hide show
  1. package/apis/surveillance-api.ts +0 -205
  2. package/dist/apis/surveillance-api.d.ts +0 -118
  3. package/dist/apis/surveillance-api.js +0 -114
  4. package/dist/esm/apis/surveillance-api.d.ts +0 -118
  5. package/dist/esm/apis/surveillance-api.js +0 -114
  6. package/dist/esm/models/maintenance-history-dto.d.ts +0 -19
  7. package/dist/esm/models/monitoring-coverage-alert-info.d.ts +0 -12
  8. package/dist/esm/models/monitoring-coverage-alert-reason-enum.d.ts +0 -2
  9. package/dist/esm/models/monitoring-coverage-alert-reason-enum.js +1 -3
  10. package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
  11. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +8 -7
  12. package/dist/esm/models/surveillance-details-dto.d.ts +0 -6
  13. package/dist/esm/models/surveillance-update-vo.d.ts +0 -6
  14. package/dist/esm/models/violation-issue-type-enum.d.ts +0 -1
  15. package/dist/esm/models/violation-issue-type-enum.js +1 -2
  16. package/dist/esm/models/violation-work-order-add-vo.d.ts +1 -1
  17. package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -1
  18. package/dist/esm/models/work-order-internal-status-enum.js +0 -1
  19. package/dist/models/maintenance-history-dto.d.ts +0 -19
  20. package/dist/models/monitoring-coverage-alert-info.d.ts +0 -12
  21. package/dist/models/monitoring-coverage-alert-reason-enum.d.ts +0 -2
  22. package/dist/models/monitoring-coverage-alert-reason-enum.js +1 -3
  23. package/dist/models/space-add-excel-dto.d.ts +6 -0
  24. package/dist/models/surveillance-batch-import-template-dto.d.ts +8 -7
  25. package/dist/models/surveillance-details-dto.d.ts +0 -6
  26. package/dist/models/surveillance-update-vo.d.ts +0 -6
  27. package/dist/models/violation-issue-type-enum.d.ts +0 -1
  28. package/dist/models/violation-issue-type-enum.js +1 -2
  29. package/dist/models/violation-work-order-add-vo.d.ts +1 -1
  30. package/dist/models/work-order-internal-status-enum.d.ts +0 -1
  31. package/dist/models/work-order-internal-status-enum.js +0 -1
  32. package/models/maintenance-history-dto.ts +0 -21
  33. package/models/monitoring-coverage-alert-info.ts +0 -12
  34. package/models/monitoring-coverage-alert-reason-enum.ts +1 -3
  35. package/models/space-add-excel-dto.ts +6 -0
  36. package/models/surveillance-batch-import-template-dto.ts +10 -7
  37. package/models/surveillance-details-dto.ts +0 -6
  38. package/models/surveillance-update-vo.ts +0 -6
  39. package/models/violation-issue-type-enum.ts +1 -2
  40. package/models/violation-work-order-add-vo.ts +1 -1
  41. package/models/work-order-internal-status-enum.ts +0 -1
  42. package/package.json +1 -1
@@ -249,74 +249,6 @@ export const SurveillanceApiAxiosParamCreator = function (configuration) {
249
249
  options: localVarRequestOptions,
250
250
  };
251
251
  }),
252
- /**
253
- * 导出监控列表
254
- * @summary 导出监控列表
255
- * @param {string} [surveillanceName] 监控名称
256
- * @param {Array<FunctionalAreaEnum>} [functionalAreas] 功能区列表
257
- * @param {IotDeviceStatusEnum} [surveillanceStatus] 监控状态
258
- * @param {number} [parkId] 园区ID
259
- * @param {number} [spaceId] 空间ID
260
- * @param {number} [flgFirst] 是否首级
261
- * @param {ParkPlatFormEnum} [platform] 平台
262
- * @param {string} [center] 所属中心
263
- * @param {number} [page] 当前页码
264
- * @param {number} [pageSize] 每页数量
265
- * @param {*} [options] Override http request option.
266
- * @throws {RequiredError}
267
- */
268
- surveillanceExport: (surveillanceName_1, functionalAreas_1, surveillanceStatus_1, parkId_1, spaceId_1, flgFirst_1, platform_1, center_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [surveillanceName_1, functionalAreas_1, surveillanceStatus_1, parkId_1, spaceId_1, flgFirst_1, platform_1, center_1, page_1, pageSize_1, ...args_1], void 0, function* (surveillanceName, functionalAreas, surveillanceStatus, parkId, spaceId, flgFirst, platform, center, page, pageSize, options = {}) {
269
- const localVarPath = `/gizone/surveillance/export`;
270
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
271
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
272
- let baseOptions;
273
- if (configuration) {
274
- baseOptions = configuration.baseOptions;
275
- }
276
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
277
- const localVarHeaderParameter = {};
278
- const localVarQueryParameter = {};
279
- // authentication tokenScheme required
280
- // http bearer authentication required
281
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
282
- if (surveillanceName !== undefined) {
283
- localVarQueryParameter['surveillanceName'] = surveillanceName;
284
- }
285
- if (functionalAreas) {
286
- localVarQueryParameter['functionalAreas'] = functionalAreas;
287
- }
288
- if (surveillanceStatus !== undefined) {
289
- localVarQueryParameter['surveillanceStatus'] = surveillanceStatus;
290
- }
291
- if (parkId !== undefined) {
292
- localVarQueryParameter['parkId'] = parkId;
293
- }
294
- if (spaceId !== undefined) {
295
- localVarQueryParameter['spaceId'] = spaceId;
296
- }
297
- if (flgFirst !== undefined) {
298
- localVarQueryParameter['flgFirst'] = flgFirst;
299
- }
300
- if (platform !== undefined) {
301
- localVarQueryParameter['platform'] = platform;
302
- }
303
- if (center !== undefined) {
304
- localVarQueryParameter['center'] = center;
305
- }
306
- if (page !== undefined) {
307
- localVarQueryParameter['page'] = page;
308
- }
309
- if (pageSize !== undefined) {
310
- localVarQueryParameter['pageSize'] = pageSize;
311
- }
312
- setSearchParams(localVarUrlObj, localVarQueryParameter);
313
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
314
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
315
- return {
316
- url: toPathString(localVarUrlObj),
317
- options: localVarRequestOptions,
318
- };
319
- }),
320
252
  /**
321
253
  * 获取监控列表
322
254
  * @summary 监控列表
@@ -799,31 +731,6 @@ export const SurveillanceApiFp = function (configuration) {
799
731
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
800
732
  });
801
733
  },
802
- /**
803
- * 导出监控列表
804
- * @summary 导出监控列表
805
- * @param {string} [surveillanceName] 监控名称
806
- * @param {Array<FunctionalAreaEnum>} [functionalAreas] 功能区列表
807
- * @param {IotDeviceStatusEnum} [surveillanceStatus] 监控状态
808
- * @param {number} [parkId] 园区ID
809
- * @param {number} [spaceId] 空间ID
810
- * @param {number} [flgFirst] 是否首级
811
- * @param {ParkPlatFormEnum} [platform] 平台
812
- * @param {string} [center] 所属中心
813
- * @param {number} [page] 当前页码
814
- * @param {number} [pageSize] 每页数量
815
- * @param {*} [options] Override http request option.
816
- * @throws {RequiredError}
817
- */
818
- surveillanceExport(surveillanceName, functionalAreas, surveillanceStatus, parkId, spaceId, flgFirst, platform, center, page, pageSize, options) {
819
- return __awaiter(this, void 0, void 0, function* () {
820
- var _a, _b, _c;
821
- const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceExport(surveillanceName, functionalAreas, surveillanceStatus, parkId, spaceId, flgFirst, platform, center, page, pageSize, options);
822
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
823
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
824
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
825
- });
826
- },
827
734
  /**
828
735
  * 获取监控列表
829
736
  * @summary 监控列表
@@ -1052,16 +959,6 @@ export const SurveillanceApiFactory = function (configuration, basePath, axios)
1052
959
  surveillanceDetails(requestParameters, options) {
1053
960
  return localVarFp.surveillanceDetails(requestParameters.id, options).then((request) => request(axios, basePath));
1054
961
  },
1055
- /**
1056
- * 导出监控列表
1057
- * @summary 导出监控列表
1058
- * @param {SurveillanceApiSurveillanceExportRequest} requestParameters Request parameters.
1059
- * @param {*} [options] Override http request option.
1060
- * @throws {RequiredError}
1061
- */
1062
- surveillanceExport(requestParameters = {}, options) {
1063
- return localVarFp.surveillanceExport(requestParameters.surveillanceName, requestParameters.functionalAreas, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.flgFirst, requestParameters.platform, requestParameters.center, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
1064
- },
1065
962
  /**
1066
963
  * 获取监控列表
1067
964
  * @summary 监控列表
@@ -1225,17 +1122,6 @@ export class SurveillanceApi extends BaseAPI {
1225
1122
  surveillanceDetails(requestParameters, options) {
1226
1123
  return SurveillanceApiFp(this.configuration).surveillanceDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
1227
1124
  }
1228
- /**
1229
- * 导出监控列表
1230
- * @summary 导出监控列表
1231
- * @param {SurveillanceApiSurveillanceExportRequest} requestParameters Request parameters.
1232
- * @param {*} [options] Override http request option.
1233
- * @throws {RequiredError}
1234
- * @memberof SurveillanceApi
1235
- */
1236
- surveillanceExport(requestParameters = {}, options) {
1237
- return SurveillanceApiFp(this.configuration).surveillanceExport(requestParameters.surveillanceName, requestParameters.functionalAreas, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.flgFirst, requestParameters.platform, requestParameters.center, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
1238
- }
1239
1125
  /**
1240
1126
  * 获取监控列表
1241
1127
  * @summary 监控列表
@@ -10,7 +10,6 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { WorkOrderStatusEnum } from './work-order-status-enum';
13
- import type { WorkOrderTypeEnum } from './work-order-type-enum';
14
13
  /**
15
14
  * 设备维保历史参数
16
15
  * @export
@@ -41,22 +40,4 @@ export interface MaintenanceHistoryDto {
41
40
  * @memberof MaintenanceHistoryDto
42
41
  */
43
42
  'status'?: WorkOrderStatusEnum;
44
- /**
45
- * 工单编号
46
- * @type {string}
47
- * @memberof MaintenanceHistoryDto
48
- */
49
- 'workOrderNo'?: string;
50
- /**
51
- * 工单id
52
- * @type {number}
53
- * @memberof MaintenanceHistoryDto
54
- */
55
- 'workOrderId'?: number;
56
- /**
57
- *
58
- * @type {WorkOrderTypeEnum}
59
- * @memberof MaintenanceHistoryDto
60
- */
61
- 'workOrderType'?: WorkOrderTypeEnum;
62
43
  }
@@ -52,16 +52,4 @@ export interface MonitoringCoverageAlertInfo {
52
52
  * @memberof MonitoringCoverageAlertInfo
53
53
  */
54
54
  'images'?: Array<string>;
55
- /**
56
- * 监控数
57
- * @type {number}
58
- * @memberof MonitoringCoverageAlertInfo
59
- */
60
- 'surveillanceCount'?: number;
61
- /**
62
- * 园区合同面积
63
- * @type {number}
64
- * @memberof MonitoringCoverageAlertInfo
65
- */
66
- 'parkContractArea'?: number;
67
55
  }
@@ -19,7 +19,5 @@ export declare const MonitoringCoverageAlertReasonEnum: {
19
19
  readonly ProtocolUnsupported: "PROTOCOL_UNSUPPORTED";
20
20
  readonly NetworkReconstructionRequired: "NETWORK_RECONSTRUCTION_REQUIRED";
21
21
  readonly SpecialReport: "SPECIAL_REPORT";
22
- readonly InsufficientSurveillanceQuantityNeedInstall: "INSUFFICIENT_SURVEILLANCE_QUANTITY_NEED_INSTALL";
23
- readonly Other: "OTHER";
24
22
  };
25
23
  export type MonitoringCoverageAlertReasonEnum = typeof MonitoringCoverageAlertReasonEnum[keyof typeof MonitoringCoverageAlertReasonEnum];
@@ -20,7 +20,5 @@ export const MonitoringCoverageAlertReasonEnum = {
20
20
  Installing: 'INSTALLING',
21
21
  ProtocolUnsupported: 'PROTOCOL_UNSUPPORTED',
22
22
  NetworkReconstructionRequired: 'NETWORK_RECONSTRUCTION_REQUIRED',
23
- SpecialReport: 'SPECIAL_REPORT',
24
- InsufficientSurveillanceQuantityNeedInstall: 'INSUFFICIENT_SURVEILLANCE_QUANTITY_NEED_INSTALL',
25
- Other: 'OTHER'
23
+ SpecialReport: 'SPECIAL_REPORT'
26
24
  };
@@ -81,6 +81,12 @@ export interface SpaceAddExcelDTO {
81
81
  * @memberof SpaceAddExcelDTO
82
82
  */
83
83
  'sort'?: number;
84
+ /**
85
+ * 行业属性
86
+ * @type {string}
87
+ * @memberof SpaceAddExcelDTO
88
+ */
89
+ 'industryAttribute'?: string;
84
90
  /**
85
91
  * 行数
86
92
  * @type {number}
@@ -11,18 +11,13 @@
11
11
  */
12
12
  import type { FunctionalAreaEnum } from './functional-area-enum';
13
13
  import type { InstallationBodyEnum } from './installation-body-enum';
14
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
14
15
  /**
15
16
  * 监控批量导入模板数据传输对象
16
17
  * @export
17
18
  * @interface SurveillanceBatchImportTemplateDto
18
19
  */
19
20
  export interface SurveillanceBatchImportTemplateDto {
20
- /**
21
- *
22
- * @type {string}
23
- * @memberof SurveillanceBatchImportTemplateDto
24
- */
25
- 'surveillanceName'?: string;
26
21
  /**
27
22
  *
28
23
  * @type {string}
@@ -46,7 +41,7 @@ export interface SurveillanceBatchImportTemplateDto {
46
41
  * @type {string}
47
42
  * @memberof SurveillanceBatchImportTemplateDto
48
43
  */
49
- 'projectName'?: string;
44
+ 'surveillanceName'?: string;
50
45
  /**
51
46
  *
52
47
  * @type {string}
@@ -113,4 +108,10 @@ export interface SurveillanceBatchImportTemplateDto {
113
108
  * @memberof SurveillanceBatchImportTemplateDto
114
109
  */
115
110
  'spaceId'?: number;
111
+ /**
112
+ * 行业属性
113
+ * @type {Array<SpaceIndustryAttributeEnum>}
114
+ * @memberof SurveillanceBatchImportTemplateDto
115
+ */
116
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
116
117
  }
@@ -142,12 +142,6 @@ export interface SurveillanceDetailsDto {
142
142
  * @memberof SurveillanceDetailsDto
143
143
  */
144
144
  'maintenanceStatistics'?: EquipmentWorkOrderStatistics;
145
- /**
146
- * 所属项目
147
- * @type {string}
148
- * @memberof SurveillanceDetailsDto
149
- */
150
- 'projectName'?: string;
151
145
  /**
152
146
  *
153
147
  * @type {Park}
@@ -65,10 +65,4 @@ export interface SurveillanceUpdateVo {
65
65
  * @memberof SurveillanceUpdateVo
66
66
  */
67
67
  'isShowSpace'?: boolean;
68
- /**
69
- * 所属项目
70
- * @type {string}
71
- * @memberof SurveillanceUpdateVo
72
- */
73
- 'projectName'?: string;
74
68
  }
@@ -79,6 +79,5 @@ export declare const ViolationIssueTypeEnum: {
79
79
  readonly NoTeamMeeting: "NO_TEAM_MEETING";
80
80
  readonly PlatformStagingAreaNotCleared: "PLATFORM_STAGING_AREA_NOT_CLEARED";
81
81
  readonly UtilizationProblem: "UTILIZATION_PROBLEM";
82
- readonly Other: "OTHER";
83
82
  };
84
83
  export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
@@ -80,6 +80,5 @@ export const ViolationIssueTypeEnum = {
80
80
  SixSProblem: 'SIX_S_PROBLEM',
81
81
  NoTeamMeeting: 'NO_TEAM_MEETING',
82
82
  PlatformStagingAreaNotCleared: 'PLATFORM_STAGING_AREA_NOT_CLEARED',
83
- UtilizationProblem: 'UTILIZATION_PROBLEM',
84
- Other: 'OTHER'
83
+ UtilizationProblem: 'UTILIZATION_PROBLEM'
85
84
  };
@@ -53,7 +53,7 @@ export interface ViolationWorkOrderAddVo {
53
53
  * @type {number}
54
54
  * @memberof ViolationWorkOrderAddVo
55
55
  */
56
- 'spaceId'?: number;
56
+ 'spaceId': number;
57
57
  /**
58
58
  * 工单名称
59
59
  * @type {string}
@@ -30,7 +30,6 @@ export declare const WorkOrderInternalStatusEnum: {
30
30
  readonly MonitoringCoverageAlertWorkOrderInProgressLevelOne: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
31
31
  readonly MonitoringCoverageAlertWorkOrderInProgressLevelTwo: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
32
32
  readonly MonitoringCoverageAlertWorkOrderInProgressLevelThree: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
33
- readonly MonitoringCoverageAlertWorkOrderInProgressLevelFour: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR";
34
33
  readonly ExplorationWorkOrderInProgressLevelOne: "EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
35
34
  readonly ExplorationWorkOrderInProgressLevelTwo: "EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
36
35
  };
@@ -32,7 +32,6 @@ export const WorkOrderInternalStatusEnum = {
32
32
  MonitoringCoverageAlertWorkOrderInProgressLevelOne: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
33
33
  MonitoringCoverageAlertWorkOrderInProgressLevelTwo: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
34
34
  MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
35
- MonitoringCoverageAlertWorkOrderInProgressLevelFour: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR',
36
35
  ExplorationWorkOrderInProgressLevelOne: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
37
36
  ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
38
37
  };
@@ -10,7 +10,6 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { WorkOrderStatusEnum } from './work-order-status-enum';
13
- import type { WorkOrderTypeEnum } from './work-order-type-enum';
14
13
  /**
15
14
  * 设备维保历史参数
16
15
  * @export
@@ -41,22 +40,4 @@ export interface MaintenanceHistoryDto {
41
40
  * @memberof MaintenanceHistoryDto
42
41
  */
43
42
  'status'?: WorkOrderStatusEnum;
44
- /**
45
- * 工单编号
46
- * @type {string}
47
- * @memberof MaintenanceHistoryDto
48
- */
49
- 'workOrderNo'?: string;
50
- /**
51
- * 工单id
52
- * @type {number}
53
- * @memberof MaintenanceHistoryDto
54
- */
55
- 'workOrderId'?: number;
56
- /**
57
- *
58
- * @type {WorkOrderTypeEnum}
59
- * @memberof MaintenanceHistoryDto
60
- */
61
- 'workOrderType'?: WorkOrderTypeEnum;
62
43
  }
@@ -52,16 +52,4 @@ export interface MonitoringCoverageAlertInfo {
52
52
  * @memberof MonitoringCoverageAlertInfo
53
53
  */
54
54
  'images'?: Array<string>;
55
- /**
56
- * 监控数
57
- * @type {number}
58
- * @memberof MonitoringCoverageAlertInfo
59
- */
60
- 'surveillanceCount'?: number;
61
- /**
62
- * 园区合同面积
63
- * @type {number}
64
- * @memberof MonitoringCoverageAlertInfo
65
- */
66
- 'parkContractArea'?: number;
67
55
  }
@@ -19,7 +19,5 @@ export declare const MonitoringCoverageAlertReasonEnum: {
19
19
  readonly ProtocolUnsupported: "PROTOCOL_UNSUPPORTED";
20
20
  readonly NetworkReconstructionRequired: "NETWORK_RECONSTRUCTION_REQUIRED";
21
21
  readonly SpecialReport: "SPECIAL_REPORT";
22
- readonly InsufficientSurveillanceQuantityNeedInstall: "INSUFFICIENT_SURVEILLANCE_QUANTITY_NEED_INSTALL";
23
- readonly Other: "OTHER";
24
22
  };
25
23
  export type MonitoringCoverageAlertReasonEnum = typeof MonitoringCoverageAlertReasonEnum[keyof typeof MonitoringCoverageAlertReasonEnum];
@@ -23,7 +23,5 @@ exports.MonitoringCoverageAlertReasonEnum = {
23
23
  Installing: 'INSTALLING',
24
24
  ProtocolUnsupported: 'PROTOCOL_UNSUPPORTED',
25
25
  NetworkReconstructionRequired: 'NETWORK_RECONSTRUCTION_REQUIRED',
26
- SpecialReport: 'SPECIAL_REPORT',
27
- InsufficientSurveillanceQuantityNeedInstall: 'INSUFFICIENT_SURVEILLANCE_QUANTITY_NEED_INSTALL',
28
- Other: 'OTHER'
26
+ SpecialReport: 'SPECIAL_REPORT'
29
27
  };
@@ -81,6 +81,12 @@ export interface SpaceAddExcelDTO {
81
81
  * @memberof SpaceAddExcelDTO
82
82
  */
83
83
  'sort'?: number;
84
+ /**
85
+ * 行业属性
86
+ * @type {string}
87
+ * @memberof SpaceAddExcelDTO
88
+ */
89
+ 'industryAttribute'?: string;
84
90
  /**
85
91
  * 行数
86
92
  * @type {number}
@@ -11,18 +11,13 @@
11
11
  */
12
12
  import type { FunctionalAreaEnum } from './functional-area-enum';
13
13
  import type { InstallationBodyEnum } from './installation-body-enum';
14
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
14
15
  /**
15
16
  * 监控批量导入模板数据传输对象
16
17
  * @export
17
18
  * @interface SurveillanceBatchImportTemplateDto
18
19
  */
19
20
  export interface SurveillanceBatchImportTemplateDto {
20
- /**
21
- *
22
- * @type {string}
23
- * @memberof SurveillanceBatchImportTemplateDto
24
- */
25
- 'surveillanceName'?: string;
26
21
  /**
27
22
  *
28
23
  * @type {string}
@@ -46,7 +41,7 @@ export interface SurveillanceBatchImportTemplateDto {
46
41
  * @type {string}
47
42
  * @memberof SurveillanceBatchImportTemplateDto
48
43
  */
49
- 'projectName'?: string;
44
+ 'surveillanceName'?: string;
50
45
  /**
51
46
  *
52
47
  * @type {string}
@@ -113,4 +108,10 @@ export interface SurveillanceBatchImportTemplateDto {
113
108
  * @memberof SurveillanceBatchImportTemplateDto
114
109
  */
115
110
  'spaceId'?: number;
111
+ /**
112
+ * 行业属性
113
+ * @type {Array<SpaceIndustryAttributeEnum>}
114
+ * @memberof SurveillanceBatchImportTemplateDto
115
+ */
116
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
116
117
  }
@@ -142,12 +142,6 @@ export interface SurveillanceDetailsDto {
142
142
  * @memberof SurveillanceDetailsDto
143
143
  */
144
144
  'maintenanceStatistics'?: EquipmentWorkOrderStatistics;
145
- /**
146
- * 所属项目
147
- * @type {string}
148
- * @memberof SurveillanceDetailsDto
149
- */
150
- 'projectName'?: string;
151
145
  /**
152
146
  *
153
147
  * @type {Park}
@@ -65,10 +65,4 @@ export interface SurveillanceUpdateVo {
65
65
  * @memberof SurveillanceUpdateVo
66
66
  */
67
67
  'isShowSpace'?: boolean;
68
- /**
69
- * 所属项目
70
- * @type {string}
71
- * @memberof SurveillanceUpdateVo
72
- */
73
- 'projectName'?: string;
74
68
  }
@@ -79,6 +79,5 @@ export declare const ViolationIssueTypeEnum: {
79
79
  readonly NoTeamMeeting: "NO_TEAM_MEETING";
80
80
  readonly PlatformStagingAreaNotCleared: "PLATFORM_STAGING_AREA_NOT_CLEARED";
81
81
  readonly UtilizationProblem: "UTILIZATION_PROBLEM";
82
- readonly Other: "OTHER";
83
82
  };
84
83
  export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
@@ -83,6 +83,5 @@ exports.ViolationIssueTypeEnum = {
83
83
  SixSProblem: 'SIX_S_PROBLEM',
84
84
  NoTeamMeeting: 'NO_TEAM_MEETING',
85
85
  PlatformStagingAreaNotCleared: 'PLATFORM_STAGING_AREA_NOT_CLEARED',
86
- UtilizationProblem: 'UTILIZATION_PROBLEM',
87
- Other: 'OTHER'
86
+ UtilizationProblem: 'UTILIZATION_PROBLEM'
88
87
  };
@@ -53,7 +53,7 @@ export interface ViolationWorkOrderAddVo {
53
53
  * @type {number}
54
54
  * @memberof ViolationWorkOrderAddVo
55
55
  */
56
- 'spaceId'?: number;
56
+ 'spaceId': number;
57
57
  /**
58
58
  * 工单名称
59
59
  * @type {string}
@@ -30,7 +30,6 @@ export declare const WorkOrderInternalStatusEnum: {
30
30
  readonly MonitoringCoverageAlertWorkOrderInProgressLevelOne: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
31
31
  readonly MonitoringCoverageAlertWorkOrderInProgressLevelTwo: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
32
32
  readonly MonitoringCoverageAlertWorkOrderInProgressLevelThree: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
33
- readonly MonitoringCoverageAlertWorkOrderInProgressLevelFour: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR";
34
33
  readonly ExplorationWorkOrderInProgressLevelOne: "EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
35
34
  readonly ExplorationWorkOrderInProgressLevelTwo: "EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
36
35
  };
@@ -35,7 +35,6 @@ exports.WorkOrderInternalStatusEnum = {
35
35
  MonitoringCoverageAlertWorkOrderInProgressLevelOne: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
36
36
  MonitoringCoverageAlertWorkOrderInProgressLevelTwo: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
37
37
  MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
38
- MonitoringCoverageAlertWorkOrderInProgressLevelFour: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR',
39
38
  ExplorationWorkOrderInProgressLevelOne: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
40
39
  ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
41
40
  };
@@ -16,9 +16,6 @@
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
18
  import type { WorkOrderStatusEnum } from './work-order-status-enum';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { WorkOrderTypeEnum } from './work-order-type-enum';
22
19
 
23
20
  /**
24
21
  * 设备维保历史参数
@@ -50,24 +47,6 @@ export interface MaintenanceHistoryDto {
50
47
  * @memberof MaintenanceHistoryDto
51
48
  */
52
49
  'status'?: WorkOrderStatusEnum;
53
- /**
54
- * 工单编号
55
- * @type {string}
56
- * @memberof MaintenanceHistoryDto
57
- */
58
- 'workOrderNo'?: string;
59
- /**
60
- * 工单id
61
- * @type {number}
62
- * @memberof MaintenanceHistoryDto
63
- */
64
- 'workOrderId'?: number;
65
- /**
66
- *
67
- * @type {WorkOrderTypeEnum}
68
- * @memberof MaintenanceHistoryDto
69
- */
70
- 'workOrderType'?: WorkOrderTypeEnum;
71
50
  }
72
51
 
73
52
 
@@ -59,18 +59,6 @@ export interface MonitoringCoverageAlertInfo {
59
59
  * @memberof MonitoringCoverageAlertInfo
60
60
  */
61
61
  'images'?: Array<string>;
62
- /**
63
- * 监控数
64
- * @type {number}
65
- * @memberof MonitoringCoverageAlertInfo
66
- */
67
- 'surveillanceCount'?: number;
68
- /**
69
- * 园区合同面积
70
- * @type {number}
71
- * @memberof MonitoringCoverageAlertInfo
72
- */
73
- 'parkContractArea'?: number;
74
62
  }
75
63
 
76
64
 
@@ -24,9 +24,7 @@ export const MonitoringCoverageAlertReasonEnum = {
24
24
  Installing: 'INSTALLING',
25
25
  ProtocolUnsupported: 'PROTOCOL_UNSUPPORTED',
26
26
  NetworkReconstructionRequired: 'NETWORK_RECONSTRUCTION_REQUIRED',
27
- SpecialReport: 'SPECIAL_REPORT',
28
- InsufficientSurveillanceQuantityNeedInstall: 'INSUFFICIENT_SURVEILLANCE_QUANTITY_NEED_INSTALL',
29
- Other: 'OTHER'
27
+ SpecialReport: 'SPECIAL_REPORT'
30
28
  } as const;
31
29
 
32
30
  export type MonitoringCoverageAlertReasonEnum = typeof MonitoringCoverageAlertReasonEnum[keyof typeof MonitoringCoverageAlertReasonEnum];
@@ -86,6 +86,12 @@ export interface SpaceAddExcelDTO {
86
86
  * @memberof SpaceAddExcelDTO
87
87
  */
88
88
  'sort'?: number;
89
+ /**
90
+ * 行业属性
91
+ * @type {string}
92
+ * @memberof SpaceAddExcelDTO
93
+ */
94
+ 'industryAttribute'?: string;
89
95
  /**
90
96
  * 行数
91
97
  * @type {number}
@@ -19,6 +19,9 @@ import type { FunctionalAreaEnum } from './functional-area-enum';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
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';
22
25
 
23
26
  /**
24
27
  * 监控批量导入模板数据传输对象
@@ -26,12 +29,6 @@ import type { InstallationBodyEnum } from './installation-body-enum';
26
29
  * @interface SurveillanceBatchImportTemplateDto
27
30
  */
28
31
  export interface SurveillanceBatchImportTemplateDto {
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof SurveillanceBatchImportTemplateDto
33
- */
34
- 'surveillanceName'?: string;
35
32
  /**
36
33
  *
37
34
  * @type {string}
@@ -55,7 +52,7 @@ export interface SurveillanceBatchImportTemplateDto {
55
52
  * @type {string}
56
53
  * @memberof SurveillanceBatchImportTemplateDto
57
54
  */
58
- 'projectName'?: string;
55
+ 'surveillanceName'?: string;
59
56
  /**
60
57
  *
61
58
  * @type {string}
@@ -122,6 +119,12 @@ export interface SurveillanceBatchImportTemplateDto {
122
119
  * @memberof SurveillanceBatchImportTemplateDto
123
120
  */
124
121
  'spaceId'?: number;
122
+ /**
123
+ * 行业属性
124
+ * @type {Array<SpaceIndustryAttributeEnum>}
125
+ * @memberof SurveillanceBatchImportTemplateDto
126
+ */
127
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
125
128
  }
126
129
 
127
130