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

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.
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { ExplorationWorkOrderTypeEnum } from './exploration-work-order-type-enum';
13
13
  import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
14
+ import type { WorkOrderSourceEnum } from './work-order-source-enum';
14
15
  /**
15
16
  * 新增勘探工单
16
17
  * @export
@@ -113,6 +114,18 @@ export interface ExplorationWorkOrderAddVo {
113
114
  * @memberof ExplorationWorkOrderAddVo
114
115
  */
115
116
  'handlerUserId'?: number;
117
+ /**
118
+ *
119
+ * @type {WorkOrderSourceEnum}
120
+ * @memberof ExplorationWorkOrderAddVo
121
+ */
122
+ 'workOrderSource'?: WorkOrderSourceEnum;
123
+ /**
124
+ * 来源ID
125
+ * @type {number}
126
+ * @memberof ExplorationWorkOrderAddVo
127
+ */
128
+ 'sourceId'?: number;
116
129
  }
117
130
  export declare const ExplorationWorkOrderAddVoHazardLevelEnum: {
118
131
  readonly A: "A";
@@ -90,4 +90,10 @@ export interface ViolationWorkOrderAddVo {
90
90
  * @memberof ViolationWorkOrderAddVo
91
91
  */
92
92
  'estimateExecutionTime'?: number;
93
+ /**
94
+ * 来源ID
95
+ * @type {number}
96
+ * @memberof ViolationWorkOrderAddVo
97
+ */
98
+ 'sourceId'?: number;
93
99
  }
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { ExplorationWorkOrderTypeEnum } from './exploration-work-order-type-enum';
13
13
  import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
14
+ import type { WorkOrderSourceEnum } from './work-order-source-enum';
14
15
  /**
15
16
  * 新增勘探工单
16
17
  * @export
@@ -113,6 +114,18 @@ export interface ExplorationWorkOrderAddVo {
113
114
  * @memberof ExplorationWorkOrderAddVo
114
115
  */
115
116
  'handlerUserId'?: number;
117
+ /**
118
+ *
119
+ * @type {WorkOrderSourceEnum}
120
+ * @memberof ExplorationWorkOrderAddVo
121
+ */
122
+ 'workOrderSource'?: WorkOrderSourceEnum;
123
+ /**
124
+ * 来源ID
125
+ * @type {number}
126
+ * @memberof ExplorationWorkOrderAddVo
127
+ */
128
+ 'sourceId'?: number;
116
129
  }
117
130
  export declare const ExplorationWorkOrderAddVoHazardLevelEnum: {
118
131
  readonly A: "A";
@@ -90,4 +90,10 @@ export interface ViolationWorkOrderAddVo {
90
90
  * @memberof ViolationWorkOrderAddVo
91
91
  */
92
92
  'estimateExecutionTime'?: number;
93
+ /**
94
+ * 来源ID
95
+ * @type {number}
96
+ * @memberof ViolationWorkOrderAddVo
97
+ */
98
+ 'sourceId'?: number;
93
99
  }
@@ -19,6 +19,9 @@ import type { ExplorationWorkOrderTypeEnum } from './exploration-work-order-type
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
21
  import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { WorkOrderSourceEnum } from './work-order-source-enum';
22
25
 
23
26
  /**
24
27
  * 新增勘探工单
@@ -122,6 +125,18 @@ export interface ExplorationWorkOrderAddVo {
122
125
  * @memberof ExplorationWorkOrderAddVo
123
126
  */
124
127
  'handlerUserId'?: number;
128
+ /**
129
+ *
130
+ * @type {WorkOrderSourceEnum}
131
+ * @memberof ExplorationWorkOrderAddVo
132
+ */
133
+ 'workOrderSource'?: WorkOrderSourceEnum;
134
+ /**
135
+ * 来源ID
136
+ * @type {number}
137
+ * @memberof ExplorationWorkOrderAddVo
138
+ */
139
+ 'sourceId'?: number;
125
140
  }
126
141
 
127
142
  export const ExplorationWorkOrderAddVoHazardLevelEnum = {
@@ -101,6 +101,12 @@ export interface ViolationWorkOrderAddVo {
101
101
  * @memberof ViolationWorkOrderAddVo
102
102
  */
103
103
  'estimateExecutionTime'?: number;
104
+ /**
105
+ * 来源ID
106
+ * @type {number}
107
+ * @memberof ViolationWorkOrderAddVo
108
+ */
109
+ 'sourceId'?: number;
104
110
  }
105
111
 
106
112
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.6-alpha.422",
3
+ "version": "4.2.6-alpha.424",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {