@gizone/rrs-client 4.1.1-alpha.162 → 4.1.1-alpha.164

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.
@@ -792,6 +792,7 @@ models/select-park-energy-bill-detail-bo.ts
792
792
  models/select-time-cost-tenant-rent-bill-bo.ts
793
793
  models/source-alert-dto.ts
794
794
  models/source-feedback-dto.ts
795
+ models/source-work-order-dto.ts
795
796
  models/source-work-order-inspection-dto.ts
796
797
  models/space-add-excel-dto.ts
797
798
  models/space-add-plan-vo.ts
@@ -67,26 +67,26 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {boolean}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'committed'?: boolean;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
- * @type {object}
76
+ * @type {number}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'writer'?: object;
79
+ 'contentLengthLong'?: number;
80
80
  /**
81
81
  *
82
- * @type {string}
82
+ * @type {boolean}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'characterEncoding'?: string;
85
+ 'committed'?: boolean;
86
86
  /**
87
87
  *
88
- * @type {number}
88
+ * @type {object}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'contentLengthLong'?: number;
91
+ 'writer'?: object;
92
92
  }
@@ -727,6 +727,7 @@ export * from './select-park-energy-bill-detail-bo';
727
727
  export * from './select-time-cost-tenant-rent-bill-bo';
728
728
  export * from './source-alert-dto';
729
729
  export * from './source-feedback-dto';
730
+ export * from './source-work-order-dto';
730
731
  export * from './source-work-order-inspection-dto';
731
732
  export * from './space';
732
733
  export * from './space-add-excel-dto';
@@ -727,6 +727,7 @@ export * from './select-park-energy-bill-detail-bo';
727
727
  export * from './select-time-cost-tenant-rent-bill-bo';
728
728
  export * from './source-alert-dto';
729
729
  export * from './source-feedback-dto';
730
+ export * from './source-work-order-dto';
730
731
  export * from './source-work-order-inspection-dto';
731
732
  export * from './space';
732
733
  export * from './space-add-excel-dto';
@@ -36,17 +36,17 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
+ * @deprecated
41
42
  */
42
- 'pages'?: number;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
- * @type {boolean}
46
+ * @type {number}
46
47
  * @memberof IPageAccessVO
47
- * @deprecated
48
48
  */
49
- 'hitCount'?: boolean;
49
+ 'pages'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
13
13
  import type { SourceAlertDTO } from './source-alert-dto';
14
+ import type { SourceWorkOrderDTO } from './source-work-order-dto';
14
15
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
15
16
  import type { WorkOrderExtData } from './work-order-ext-data';
16
17
  import type { WorkOrderHandlerDto } from './work-order-handler-dto';
@@ -153,6 +154,18 @@ export interface NetworkMonitorRepairDetailsDto {
153
154
  * @memberof NetworkMonitorRepairDetailsDto
154
155
  */
155
156
  'workOrderExtData'?: WorkOrderExtData;
157
+ /**
158
+ * 来源ID
159
+ * @type {number}
160
+ * @memberof NetworkMonitorRepairDetailsDto
161
+ */
162
+ 'sourceId'?: number;
163
+ /**
164
+ *
165
+ * @type {SourceWorkOrderDTO}
166
+ * @memberof NetworkMonitorRepairDetailsDto
167
+ */
168
+ 'sourceWorkOrder'?: SourceWorkOrderDTO;
156
169
  }
157
170
  export declare const NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum: {
158
171
  readonly Pending: "PENDING";
@@ -0,0 +1,37 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
13
+ /**
14
+ * 来源工单
15
+ * @export
16
+ * @interface SourceWorkOrderDTO
17
+ */
18
+ export interface SourceWorkOrderDTO {
19
+ /**
20
+ * 工单ID
21
+ * @type {number}
22
+ * @memberof SourceWorkOrderDTO
23
+ */
24
+ 'workOrderId'?: number;
25
+ /**
26
+ *
27
+ * @type {WorkOrderTypeEnum}
28
+ * @memberof SourceWorkOrderDTO
29
+ */
30
+ 'workOrderType'?: WorkOrderTypeEnum;
31
+ /**
32
+ * 工单编号
33
+ * @type {string}
34
+ * @memberof SourceWorkOrderDTO
35
+ */
36
+ 'workOrderNo'?: string;
37
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -67,26 +67,26 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {boolean}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'committed'?: boolean;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
- * @type {object}
76
+ * @type {number}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'writer'?: object;
79
+ 'contentLengthLong'?: number;
80
80
  /**
81
81
  *
82
- * @type {string}
82
+ * @type {boolean}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'characterEncoding'?: string;
85
+ 'committed'?: boolean;
86
86
  /**
87
87
  *
88
- * @type {number}
88
+ * @type {object}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'contentLengthLong'?: number;
91
+ 'writer'?: object;
92
92
  }
@@ -727,6 +727,7 @@ export * from './select-park-energy-bill-detail-bo';
727
727
  export * from './select-time-cost-tenant-rent-bill-bo';
728
728
  export * from './source-alert-dto';
729
729
  export * from './source-feedback-dto';
730
+ export * from './source-work-order-dto';
730
731
  export * from './source-work-order-inspection-dto';
731
732
  export * from './space';
732
733
  export * from './space-add-excel-dto';
@@ -743,6 +743,7 @@ __exportStar(require("./select-park-energy-bill-detail-bo"), exports);
743
743
  __exportStar(require("./select-time-cost-tenant-rent-bill-bo"), exports);
744
744
  __exportStar(require("./source-alert-dto"), exports);
745
745
  __exportStar(require("./source-feedback-dto"), exports);
746
+ __exportStar(require("./source-work-order-dto"), exports);
746
747
  __exportStar(require("./source-work-order-inspection-dto"), exports);
747
748
  __exportStar(require("./space"), exports);
748
749
  __exportStar(require("./space-add-excel-dto"), exports);
@@ -36,17 +36,17 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
+ * @deprecated
41
42
  */
42
- 'pages'?: number;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
- * @type {boolean}
46
+ * @type {number}
46
47
  * @memberof IPageAccessVO
47
- * @deprecated
48
48
  */
49
- 'hitCount'?: boolean;
49
+ 'pages'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
13
13
  import type { SourceAlertDTO } from './source-alert-dto';
14
+ import type { SourceWorkOrderDTO } from './source-work-order-dto';
14
15
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
15
16
  import type { WorkOrderExtData } from './work-order-ext-data';
16
17
  import type { WorkOrderHandlerDto } from './work-order-handler-dto';
@@ -153,6 +154,18 @@ export interface NetworkMonitorRepairDetailsDto {
153
154
  * @memberof NetworkMonitorRepairDetailsDto
154
155
  */
155
156
  'workOrderExtData'?: WorkOrderExtData;
157
+ /**
158
+ * 来源ID
159
+ * @type {number}
160
+ * @memberof NetworkMonitorRepairDetailsDto
161
+ */
162
+ 'sourceId'?: number;
163
+ /**
164
+ *
165
+ * @type {SourceWorkOrderDTO}
166
+ * @memberof NetworkMonitorRepairDetailsDto
167
+ */
168
+ 'sourceWorkOrder'?: SourceWorkOrderDTO;
156
169
  }
157
170
  export declare const NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum: {
158
171
  readonly Pending: "PENDING";
@@ -0,0 +1,37 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
13
+ /**
14
+ * 来源工单
15
+ * @export
16
+ * @interface SourceWorkOrderDTO
17
+ */
18
+ export interface SourceWorkOrderDTO {
19
+ /**
20
+ * 工单ID
21
+ * @type {number}
22
+ * @memberof SourceWorkOrderDTO
23
+ */
24
+ 'workOrderId'?: number;
25
+ /**
26
+ *
27
+ * @type {WorkOrderTypeEnum}
28
+ * @memberof SourceWorkOrderDTO
29
+ */
30
+ 'workOrderType'?: WorkOrderTypeEnum;
31
+ /**
32
+ * 工单编号
33
+ * @type {string}
34
+ * @memberof SourceWorkOrderDTO
35
+ */
36
+ 'workOrderNo'?: string;
37
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -76,27 +76,27 @@ export interface GetUserWx200Response {
76
76
  'bufferSize'?: number;
77
77
  /**
78
78
  *
79
- * @type {boolean}
79
+ * @type {string}
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
- 'committed'?: boolean;
82
+ 'characterEncoding'?: string;
83
83
  /**
84
84
  *
85
- * @type {object}
85
+ * @type {number}
86
86
  * @memberof GetUserWx200Response
87
87
  */
88
- 'writer'?: object;
88
+ 'contentLengthLong'?: number;
89
89
  /**
90
90
  *
91
- * @type {string}
91
+ * @type {boolean}
92
92
  * @memberof GetUserWx200Response
93
93
  */
94
- 'characterEncoding'?: string;
94
+ 'committed'?: boolean;
95
95
  /**
96
96
  *
97
- * @type {number}
97
+ * @type {object}
98
98
  * @memberof GetUserWx200Response
99
99
  */
100
- 'contentLengthLong'?: number;
100
+ 'writer'?: object;
101
101
  }
102
102
 
package/models/index.ts CHANGED
@@ -727,6 +727,7 @@ export * from './select-park-energy-bill-detail-bo';
727
727
  export * from './select-time-cost-tenant-rent-bill-bo';
728
728
  export * from './source-alert-dto';
729
729
  export * from './source-feedback-dto';
730
+ export * from './source-work-order-dto';
730
731
  export * from './source-work-order-inspection-dto';
731
732
  export * from './space';
732
733
  export * from './space-add-excel-dto';
@@ -43,17 +43,17 @@ export interface IPageAccessVO {
43
43
  'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
+ * @deprecated
48
49
  */
49
- 'pages'?: number;
50
+ 'hitCount'?: boolean;
50
51
  /**
51
52
  *
52
- * @type {boolean}
53
+ * @type {number}
53
54
  * @memberof IPageAccessVO
54
- * @deprecated
55
55
  */
56
- 'hitCount'?: boolean;
56
+ 'pages'?: number;
57
57
  /**
58
58
  *
59
59
  * @type {boolean}
@@ -21,6 +21,9 @@ import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
21
21
  import type { SourceAlertDTO } from './source-alert-dto';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
+ import type { SourceWorkOrderDTO } from './source-work-order-dto';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
24
27
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
25
28
  // May contain unused imports in some cases
26
29
  // @ts-ignore
@@ -182,6 +185,18 @@ export interface NetworkMonitorRepairDetailsDto {
182
185
  * @memberof NetworkMonitorRepairDetailsDto
183
186
  */
184
187
  'workOrderExtData'?: WorkOrderExtData;
188
+ /**
189
+ * 来源ID
190
+ * @type {number}
191
+ * @memberof NetworkMonitorRepairDetailsDto
192
+ */
193
+ 'sourceId'?: number;
194
+ /**
195
+ *
196
+ * @type {SourceWorkOrderDTO}
197
+ * @memberof NetworkMonitorRepairDetailsDto
198
+ */
199
+ 'sourceWorkOrder'?: SourceWorkOrderDTO;
185
200
  }
186
201
 
187
202
  export const NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum = {
@@ -0,0 +1,47 @@
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 { WorkOrderTypeEnum } from './work-order-type-enum';
19
+
20
+ /**
21
+ * 来源工单
22
+ * @export
23
+ * @interface SourceWorkOrderDTO
24
+ */
25
+ export interface SourceWorkOrderDTO {
26
+ /**
27
+ * 工单ID
28
+ * @type {number}
29
+ * @memberof SourceWorkOrderDTO
30
+ */
31
+ 'workOrderId'?: number;
32
+ /**
33
+ *
34
+ * @type {WorkOrderTypeEnum}
35
+ * @memberof SourceWorkOrderDTO
36
+ */
37
+ 'workOrderType'?: WorkOrderTypeEnum;
38
+ /**
39
+ * 工单编号
40
+ * @type {string}
41
+ * @memberof SourceWorkOrderDTO
42
+ */
43
+ 'workOrderNo'?: string;
44
+ }
45
+
46
+
47
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.1-alpha.162",
3
+ "version": "4.1.1-alpha.164",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {