@gizone/rrs-client 3.11.12-alpha.50 → 3.11.12-alpha.51
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/dist/esm/models/get-user-wx200-response.d.ts +8 -8
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/models/get-user-wx200-response.d.ts +8 -8
- package/dist/models/source-work-order-inspection-dto.d.ts +4 -3
- package/models/get-user-wx200-response.ts +8 -8
- package/models/source-work-order-inspection-dto.ts +8 -3
- package/package.json +1 -1
|
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @type {
|
|
22
|
+
* @type {Array<string>}
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
|
-
'
|
|
25
|
+
'headerNames'?: Array<string>;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {number}
|
|
29
29
|
* @memberof GetUserWx200Response
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'status'?: number;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {object}
|
|
@@ -73,10 +73,10 @@ export interface GetUserWx200Response {
|
|
|
73
73
|
'characterEncoding'?: string;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
|
-
* @type {
|
|
76
|
+
* @type {object}
|
|
77
77
|
* @memberof GetUserWx200Response
|
|
78
78
|
*/
|
|
79
|
-
'
|
|
79
|
+
'writer'?: object;
|
|
80
80
|
/**
|
|
81
81
|
*
|
|
82
82
|
* @type {boolean}
|
|
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
|
|
|
85
85
|
'committed'?: boolean;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
|
-
* @type {
|
|
88
|
+
* @type {number}
|
|
89
89
|
* @memberof GetUserWx200Response
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'contentLengthLong'?: number;
|
|
92
92
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 工单来源巡检
|
|
14
15
|
* @export
|
|
@@ -28,11 +29,11 @@ export interface SourceWorkOrderInspectionDTO {
|
|
|
28
29
|
*/
|
|
29
30
|
'workOrderNo'?: string;
|
|
30
31
|
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {
|
|
32
|
+
*
|
|
33
|
+
* @type {WorkOrderTypeEnum}
|
|
33
34
|
* @memberof SourceWorkOrderInspectionDTO
|
|
34
35
|
*/
|
|
35
|
-
'workOrderType'?:
|
|
36
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
36
37
|
/**
|
|
37
38
|
* 巡检ID
|
|
38
39
|
* @type {number}
|
|
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @type {
|
|
22
|
+
* @type {Array<string>}
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
|
-
'
|
|
25
|
+
'headerNames'?: Array<string>;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {number}
|
|
29
29
|
* @memberof GetUserWx200Response
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'status'?: number;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {object}
|
|
@@ -73,10 +73,10 @@ export interface GetUserWx200Response {
|
|
|
73
73
|
'characterEncoding'?: string;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
|
-
* @type {
|
|
76
|
+
* @type {object}
|
|
77
77
|
* @memberof GetUserWx200Response
|
|
78
78
|
*/
|
|
79
|
-
'
|
|
79
|
+
'writer'?: object;
|
|
80
80
|
/**
|
|
81
81
|
*
|
|
82
82
|
* @type {boolean}
|
|
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
|
|
|
85
85
|
'committed'?: boolean;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
|
-
* @type {
|
|
88
|
+
* @type {number}
|
|
89
89
|
* @memberof GetUserWx200Response
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'contentLengthLong'?: number;
|
|
92
92
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 工单来源巡检
|
|
14
15
|
* @export
|
|
@@ -28,11 +29,11 @@ export interface SourceWorkOrderInspectionDTO {
|
|
|
28
29
|
*/
|
|
29
30
|
'workOrderNo'?: string;
|
|
30
31
|
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {
|
|
32
|
+
*
|
|
33
|
+
* @type {WorkOrderTypeEnum}
|
|
33
34
|
* @memberof SourceWorkOrderInspectionDTO
|
|
34
35
|
*/
|
|
35
|
-
'workOrderType'?:
|
|
36
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
36
37
|
/**
|
|
37
38
|
* 巡检ID
|
|
38
39
|
* @type {number}
|
|
@@ -28,16 +28,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
28
28
|
export interface GetUserWx200Response {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {Array<string>}
|
|
32
32
|
* @memberof GetUserWx200Response
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'headerNames'?: Array<string>;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @type {
|
|
37
|
+
* @type {number}
|
|
38
38
|
* @memberof GetUserWx200Response
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'status'?: number;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
43
|
* @type {object}
|
|
@@ -82,10 +82,10 @@ export interface GetUserWx200Response {
|
|
|
82
82
|
'characterEncoding'?: string;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
|
-
* @type {
|
|
85
|
+
* @type {object}
|
|
86
86
|
* @memberof GetUserWx200Response
|
|
87
87
|
*/
|
|
88
|
-
'
|
|
88
|
+
'writer'?: object;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
91
|
* @type {boolean}
|
|
@@ -94,9 +94,9 @@ export interface GetUserWx200Response {
|
|
|
94
94
|
'committed'?: boolean;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
|
-
* @type {
|
|
97
|
+
* @type {number}
|
|
98
98
|
* @memberof GetUserWx200Response
|
|
99
99
|
*/
|
|
100
|
-
'
|
|
100
|
+
'contentLengthLong'?: number;
|
|
101
101
|
}
|
|
102
102
|
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
16
19
|
|
|
17
20
|
/**
|
|
18
21
|
* 工单来源巡检
|
|
@@ -33,11 +36,11 @@ export interface SourceWorkOrderInspectionDTO {
|
|
|
33
36
|
*/
|
|
34
37
|
'workOrderNo'?: string;
|
|
35
38
|
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {
|
|
39
|
+
*
|
|
40
|
+
* @type {WorkOrderTypeEnum}
|
|
38
41
|
* @memberof SourceWorkOrderInspectionDTO
|
|
39
42
|
*/
|
|
40
|
-
'workOrderType'?:
|
|
43
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
41
44
|
/**
|
|
42
45
|
* 巡检ID
|
|
43
46
|
* @type {number}
|
|
@@ -52,3 +55,5 @@ export interface SourceWorkOrderInspectionDTO {
|
|
|
52
55
|
'inspectionItemId'?: number;
|
|
53
56
|
}
|
|
54
57
|
|
|
58
|
+
|
|
59
|
+
|