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

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.
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { FollowupWorkOrderDTO } from './followup-work-order-dto';
13
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
13
14
  /**
14
15
  * 工单抽检数据传输对象
15
16
  * @export
@@ -82,6 +83,12 @@ export interface WorkOrderSpotCheckDto {
82
83
  * @memberof WorkOrderSpotCheckDto
83
84
  */
84
85
  'inspectionItemNames'?: Array<string>;
86
+ /**
87
+ *
88
+ * @type {WorkOrderTypeEnum}
89
+ * @memberof WorkOrderSpotCheckDto
90
+ */
91
+ 'workOrderType'?: WorkOrderTypeEnum;
85
92
  }
86
93
  export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
87
94
  readonly NotCheck: "NOT_CHECK";
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { FollowupWorkOrderDTO } from './followup-work-order-dto';
13
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
13
14
  /**
14
15
  * 工单抽检数据传输对象
15
16
  * @export
@@ -82,6 +83,12 @@ export interface WorkOrderSpotCheckDto {
82
83
  * @memberof WorkOrderSpotCheckDto
83
84
  */
84
85
  'inspectionItemNames'?: Array<string>;
86
+ /**
87
+ *
88
+ * @type {WorkOrderTypeEnum}
89
+ * @memberof WorkOrderSpotCheckDto
90
+ */
91
+ 'workOrderType'?: WorkOrderTypeEnum;
85
92
  }
86
93
  export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
87
94
  readonly NotCheck: "NOT_CHECK";
@@ -16,6 +16,9 @@
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
18
  import type { FollowupWorkOrderDTO } from './followup-work-order-dto';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
19
22
 
20
23
  /**
21
24
  * 工单抽检数据传输对象
@@ -89,6 +92,12 @@ export interface WorkOrderSpotCheckDto {
89
92
  * @memberof WorkOrderSpotCheckDto
90
93
  */
91
94
  'inspectionItemNames'?: Array<string>;
95
+ /**
96
+ *
97
+ * @type {WorkOrderTypeEnum}
98
+ * @memberof WorkOrderSpotCheckDto
99
+ */
100
+ 'workOrderType'?: WorkOrderTypeEnum;
92
101
  }
93
102
 
94
103
  export const WorkOrderSpotCheckDtoCheckStatusEnum = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.6-alpha.419",
3
+ "version": "4.2.6-alpha.420",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {