@gizone/rrs-client 4.2.6-alpha.420 → 4.2.6-alpha.422

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.
@@ -17,6 +17,7 @@ import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-e
17
17
  import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
18
18
  import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
19
19
  import type { WorkOrderStatusEnum } from './work-order-status-enum';
20
+ import type { WorkOrderSurveillanceDto } from './work-order-surveillance-dto';
20
21
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
21
22
  /**
22
23
  * 离线告警工单详情
@@ -126,6 +127,12 @@ export interface OfflineAlertWorkOrderDetailsDto {
126
127
  * @memberof OfflineAlertWorkOrderDetailsDto
127
128
  */
128
129
  'spotCheckStatus'?: OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum;
130
+ /**
131
+ * 监控设备详情
132
+ * @type {Array<WorkOrderSurveillanceDto>}
133
+ * @memberof OfflineAlertWorkOrderDetailsDto
134
+ */
135
+ 'surveillances'?: Array<WorkOrderSurveillanceDto>;
129
136
  }
130
137
  export declare const OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum: {
131
138
  readonly NotCheck: "NOT_CHECK";
@@ -154,6 +154,12 @@ export interface WorkOrderSearchDTO {
154
154
  * @memberof WorkOrderSearchDTO
155
155
  */
156
156
  'spotCheckStatus'?: WorkOrderSearchDTOSpotCheckStatusEnum;
157
+ /**
158
+ * 设备ID列表
159
+ * @type {Array<number>}
160
+ * @memberof WorkOrderSearchDTO
161
+ */
162
+ 'equipmentIds'?: Array<number>;
157
163
  }
158
164
  export declare const WorkOrderSearchDTOSpotCheckStatusEnum: {
159
165
  readonly NotCheck: "NOT_CHECK";
@@ -89,6 +89,12 @@ export interface WorkOrderSpotCheckDto {
89
89
  * @memberof WorkOrderSpotCheckDto
90
90
  */
91
91
  'workOrderType'?: WorkOrderTypeEnum;
92
+ /**
93
+ * 计划类型
94
+ * @type {string}
95
+ * @memberof WorkOrderSpotCheckDto
96
+ */
97
+ 'planType'?: WorkOrderSpotCheckDtoPlanTypeEnum;
92
98
  }
93
99
  export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
94
100
  readonly NotCheck: "NOT_CHECK";
@@ -96,3 +102,11 @@ export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
96
102
  readonly Fail: "FAIL";
97
103
  };
98
104
  export type WorkOrderSpotCheckDtoCheckStatusEnum = typeof WorkOrderSpotCheckDtoCheckStatusEnum[keyof typeof WorkOrderSpotCheckDtoCheckStatusEnum];
105
+ export declare const WorkOrderSpotCheckDtoPlanTypeEnum: {
106
+ readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
107
+ readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
108
+ readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
109
+ readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
110
+ readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
111
+ };
112
+ export type WorkOrderSpotCheckDtoPlanTypeEnum = typeof WorkOrderSpotCheckDtoPlanTypeEnum[keyof typeof WorkOrderSpotCheckDtoPlanTypeEnum];
@@ -16,3 +16,10 @@ export const WorkOrderSpotCheckDtoCheckStatusEnum = {
16
16
  Pass: 'PASS',
17
17
  Fail: 'FAIL'
18
18
  };
19
+ export const WorkOrderSpotCheckDtoPlanTypeEnum = {
20
+ PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
21
+ PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
22
+ PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
23
+ PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
24
+ PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
25
+ };
@@ -17,6 +17,7 @@ import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-e
17
17
  import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
18
18
  import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
19
19
  import type { WorkOrderStatusEnum } from './work-order-status-enum';
20
+ import type { WorkOrderSurveillanceDto } from './work-order-surveillance-dto';
20
21
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
21
22
  /**
22
23
  * 离线告警工单详情
@@ -126,6 +127,12 @@ export interface OfflineAlertWorkOrderDetailsDto {
126
127
  * @memberof OfflineAlertWorkOrderDetailsDto
127
128
  */
128
129
  'spotCheckStatus'?: OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum;
130
+ /**
131
+ * 监控设备详情
132
+ * @type {Array<WorkOrderSurveillanceDto>}
133
+ * @memberof OfflineAlertWorkOrderDetailsDto
134
+ */
135
+ 'surveillances'?: Array<WorkOrderSurveillanceDto>;
129
136
  }
130
137
  export declare const OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum: {
131
138
  readonly NotCheck: "NOT_CHECK";
@@ -154,6 +154,12 @@ export interface WorkOrderSearchDTO {
154
154
  * @memberof WorkOrderSearchDTO
155
155
  */
156
156
  'spotCheckStatus'?: WorkOrderSearchDTOSpotCheckStatusEnum;
157
+ /**
158
+ * 设备ID列表
159
+ * @type {Array<number>}
160
+ * @memberof WorkOrderSearchDTO
161
+ */
162
+ 'equipmentIds'?: Array<number>;
157
163
  }
158
164
  export declare const WorkOrderSearchDTOSpotCheckStatusEnum: {
159
165
  readonly NotCheck: "NOT_CHECK";
@@ -89,6 +89,12 @@ export interface WorkOrderSpotCheckDto {
89
89
  * @memberof WorkOrderSpotCheckDto
90
90
  */
91
91
  'workOrderType'?: WorkOrderTypeEnum;
92
+ /**
93
+ * 计划类型
94
+ * @type {string}
95
+ * @memberof WorkOrderSpotCheckDto
96
+ */
97
+ 'planType'?: WorkOrderSpotCheckDtoPlanTypeEnum;
92
98
  }
93
99
  export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
94
100
  readonly NotCheck: "NOT_CHECK";
@@ -96,3 +102,11 @@ export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
96
102
  readonly Fail: "FAIL";
97
103
  };
98
104
  export type WorkOrderSpotCheckDtoCheckStatusEnum = typeof WorkOrderSpotCheckDtoCheckStatusEnum[keyof typeof WorkOrderSpotCheckDtoCheckStatusEnum];
105
+ export declare const WorkOrderSpotCheckDtoPlanTypeEnum: {
106
+ readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
107
+ readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
108
+ readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
109
+ readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
110
+ readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
111
+ };
112
+ export type WorkOrderSpotCheckDtoPlanTypeEnum = typeof WorkOrderSpotCheckDtoPlanTypeEnum[keyof typeof WorkOrderSpotCheckDtoPlanTypeEnum];
@@ -13,9 +13,16 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.WorkOrderSpotCheckDtoCheckStatusEnum = void 0;
16
+ exports.WorkOrderSpotCheckDtoPlanTypeEnum = exports.WorkOrderSpotCheckDtoCheckStatusEnum = void 0;
17
17
  exports.WorkOrderSpotCheckDtoCheckStatusEnum = {
18
18
  NotCheck: 'NOT_CHECK',
19
19
  Pass: 'PASS',
20
20
  Fail: 'FAIL'
21
21
  };
22
+ exports.WorkOrderSpotCheckDtoPlanTypeEnum = {
23
+ PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
24
+ PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
25
+ PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
26
+ PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
27
+ PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
28
+ };
@@ -39,6 +39,9 @@ import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
39
39
  import type { WorkOrderStatusEnum } from './work-order-status-enum';
40
40
  // May contain unused imports in some cases
41
41
  // @ts-ignore
42
+ import type { WorkOrderSurveillanceDto } from './work-order-surveillance-dto';
43
+ // May contain unused imports in some cases
44
+ // @ts-ignore
42
45
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
43
46
 
44
47
  /**
@@ -149,6 +152,12 @@ export interface OfflineAlertWorkOrderDetailsDto {
149
152
  * @memberof OfflineAlertWorkOrderDetailsDto
150
153
  */
151
154
  'spotCheckStatus'?: OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum;
155
+ /**
156
+ * 监控设备详情
157
+ * @type {Array<WorkOrderSurveillanceDto>}
158
+ * @memberof OfflineAlertWorkOrderDetailsDto
159
+ */
160
+ 'surveillances'?: Array<WorkOrderSurveillanceDto>;
152
161
  }
153
162
 
154
163
  export const OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum = {
@@ -173,6 +173,12 @@ export interface WorkOrderSearchDTO {
173
173
  * @memberof WorkOrderSearchDTO
174
174
  */
175
175
  'spotCheckStatus'?: WorkOrderSearchDTOSpotCheckStatusEnum;
176
+ /**
177
+ * 设备ID列表
178
+ * @type {Array<number>}
179
+ * @memberof WorkOrderSearchDTO
180
+ */
181
+ 'equipmentIds'?: Array<number>;
176
182
  }
177
183
 
178
184
  export const WorkOrderSearchDTOSpotCheckStatusEnum = {
@@ -98,6 +98,12 @@ export interface WorkOrderSpotCheckDto {
98
98
  * @memberof WorkOrderSpotCheckDto
99
99
  */
100
100
  'workOrderType'?: WorkOrderTypeEnum;
101
+ /**
102
+ * 计划类型
103
+ * @type {string}
104
+ * @memberof WorkOrderSpotCheckDto
105
+ */
106
+ 'planType'?: WorkOrderSpotCheckDtoPlanTypeEnum;
101
107
  }
102
108
 
103
109
  export const WorkOrderSpotCheckDtoCheckStatusEnum = {
@@ -107,5 +113,14 @@ export const WorkOrderSpotCheckDtoCheckStatusEnum = {
107
113
  } as const;
108
114
 
109
115
  export type WorkOrderSpotCheckDtoCheckStatusEnum = typeof WorkOrderSpotCheckDtoCheckStatusEnum[keyof typeof WorkOrderSpotCheckDtoCheckStatusEnum];
116
+ export const WorkOrderSpotCheckDtoPlanTypeEnum = {
117
+ PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
118
+ PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
119
+ PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
120
+ PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
121
+ PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
122
+ } as const;
123
+
124
+ export type WorkOrderSpotCheckDtoPlanTypeEnum = typeof WorkOrderSpotCheckDtoPlanTypeEnum[keyof typeof WorkOrderSpotCheckDtoPlanTypeEnum];
110
125
 
111
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.6-alpha.420",
3
+ "version": "4.2.6-alpha.422",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {