@gizone/rrs-client 4.2.0-alpha.357 → 4.2.0-alpha.359
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.
- package/.openapi-generator/FILES +4 -0
- package/apis/setting-api.ts +310 -0
- package/apis/work-order-api.ts +310 -0
- package/dist/apis/setting-api.d.ts +166 -0
- package/dist/apis/setting-api.js +225 -0
- package/dist/apis/work-order-api.d.ts +166 -0
- package/dist/apis/work-order-api.js +225 -0
- package/dist/esm/apis/setting-api.d.ts +166 -0
- package/dist/esm/apis/setting-api.js +225 -0
- package/dist/esm/apis/work-order-api.d.ts +166 -0
- package/dist/esm/apis/work-order-api.js +225 -0
- package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/inspection-standard-dto.d.ts +1 -1
- package/dist/esm/models/inspection-standard-entity.d.ts +1 -1
- package/dist/esm/models/json-result-list-work-order-execution-time-settings-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-work-order-execution-time-settings-entity.js +14 -0
- package/dist/esm/models/json-result-work-order-execution-time-settings-entity.d.ts +62 -0
- package/dist/esm/models/json-result-work-order-execution-time-settings-entity.js +14 -0
- package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/maintenance-standard-dto.d.ts +1 -1
- package/dist/esm/models/maintenance-standard-entity.d.ts +1 -1
- package/dist/esm/models/work-order-execution-time-settings-add-or-update-vo.d.ts +38 -0
- package/dist/esm/models/work-order-execution-time-settings-add-or-update-vo.js +14 -0
- package/dist/esm/models/work-order-execution-time-settings-entity.d.ts +62 -0
- package/dist/esm/models/work-order-execution-time-settings-entity.js +14 -0
- package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-issue-type-enum.js +2 -1
- package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/dist/models/inspection-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/inspection-standard-dto.d.ts +1 -1
- package/dist/models/inspection-standard-entity.d.ts +1 -1
- package/dist/models/json-result-list-work-order-execution-time-settings-entity.d.ts +62 -0
- package/dist/models/json-result-list-work-order-execution-time-settings-entity.js +15 -0
- package/dist/models/json-result-work-order-execution-time-settings-entity.d.ts +62 -0
- package/dist/models/json-result-work-order-execution-time-settings-entity.js +15 -0
- package/dist/models/maintenance-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/maintenance-standard-dto.d.ts +1 -1
- package/dist/models/maintenance-standard-entity.d.ts +1 -1
- package/dist/models/work-order-execution-time-settings-add-or-update-vo.d.ts +38 -0
- package/dist/models/work-order-execution-time-settings-add-or-update-vo.js +15 -0
- package/dist/models/work-order-execution-time-settings-entity.d.ts +62 -0
- package/dist/models/work-order-execution-time-settings-entity.js +15 -0
- package/dist/models/work-order-issue-type-enum.d.ts +1 -0
- package/dist/models/work-order-issue-type-enum.js +2 -1
- package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
- package/models/disaster-warning-standard-entity.ts +1 -1
- package/models/index.ts +4 -0
- package/models/inspection-standard-add-or-update-vo.ts +1 -1
- package/models/inspection-standard-dto.ts +1 -1
- package/models/inspection-standard-entity.ts +1 -1
- package/models/json-result-list-work-order-execution-time-settings-entity.ts +72 -0
- package/models/json-result-work-order-execution-time-settings-entity.ts +72 -0
- package/models/maintenance-standard-add-or-update-vo.ts +1 -1
- package/models/maintenance-standard-dto.ts +1 -1
- package/models/maintenance-standard-entity.ts +1 -1
- package/models/work-order-execution-time-settings-add-or-update-vo.ts +50 -0
- package/models/work-order-execution-time-settings-entity.ts +74 -0
- package/models/work-order-issue-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -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 { WorkOrderExecutionTimeSettingsEntity } from './work-order-execution-time-settings-entity';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultWorkOrderExecutionTimeSettingsEntity {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {WorkOrderExecutionTimeSettingsEntity}
|
|
50
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
51
|
+
*/
|
|
52
|
+
'data'?: WorkOrderExecutionTimeSettingsEntity | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 工单执行时效配置
|
|
25
|
+
* @export
|
|
26
|
+
* @interface WorkOrderExecutionTimeSettingsAddOrUpdateVo
|
|
27
|
+
*/
|
|
28
|
+
export interface WorkOrderExecutionTimeSettingsAddOrUpdateVo {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {WorkOrderTypeEnum}
|
|
32
|
+
* @memberof WorkOrderExecutionTimeSettingsAddOrUpdateVo
|
|
33
|
+
*/
|
|
34
|
+
'workOrderType': WorkOrderTypeEnum;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
38
|
+
* @memberof WorkOrderExecutionTimeSettingsAddOrUpdateVo
|
|
39
|
+
*/
|
|
40
|
+
'workOrderIssueType': WorkOrderIssueTypeEnum;
|
|
41
|
+
/**
|
|
42
|
+
* 执行时效(分钟)
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof WorkOrderExecutionTimeSettingsAddOrUpdateVo
|
|
45
|
+
*/
|
|
46
|
+
'executionTime'?: number;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
@@ -0,0 +1,74 @@
|
|
|
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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 返回数据,可以是任意类型的值
|
|
25
|
+
* @export
|
|
26
|
+
* @interface WorkOrderExecutionTimeSettingsEntity
|
|
27
|
+
*/
|
|
28
|
+
export interface WorkOrderExecutionTimeSettingsEntity {
|
|
29
|
+
/**
|
|
30
|
+
* 园区id
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
33
|
+
*/
|
|
34
|
+
'parkId'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {WorkOrderTypeEnum}
|
|
38
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
39
|
+
*/
|
|
40
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
44
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
45
|
+
*/
|
|
46
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
47
|
+
/**
|
|
48
|
+
* 执行时效(分钟)
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
51
|
+
*/
|
|
52
|
+
'executionTime'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 创建时间
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
57
|
+
*/
|
|
58
|
+
'createTime'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 更新时间
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
63
|
+
*/
|
|
64
|
+
'updateTime'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 是否删除 1未删除 0删除
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
69
|
+
*/
|
|
70
|
+
'isDelete'?: number;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
@@ -47,7 +47,8 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
47
47
|
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
48
48
|
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
49
49
|
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
50
|
-
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
50
|
+
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT',
|
|
51
|
+
MonitoringCoverageAlert: 'MONITORING_COVERAGE_ALERT'
|
|
51
52
|
} as const;
|
|
52
53
|
|
|
53
54
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|