@gizone/rrs-client 4.1.3-alpha.187 → 4.1.3-alpha.188
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 +10 -10
- package/dist/esm/models/inspection-category-enum.d.ts +1 -0
- package/dist/esm/models/inspection-category-enum.js +2 -1
- package/dist/esm/models/ipage-access-vo.d.ts +7 -7
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/inspection-category-enum.d.ts +1 -0
- package/dist/models/inspection-category-enum.js +2 -1
- package/dist/models/ipage-access-vo.d.ts +7 -7
- package/models/get-user-wx200-response.ts +10 -10
- package/models/inspection-category-enum.ts +2 -1
- package/models/ipage-access-vo.ts +7 -7
- package/package.json +1 -1
|
@@ -35,12 +35,6 @@ export interface GetUserWx200Response {
|
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
37
|
'trailerFields'?: object;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {GetUserWx200ResponseLocale}
|
|
41
|
-
* @memberof GetUserWx200Response
|
|
42
|
-
*/
|
|
43
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
44
38
|
/**
|
|
45
39
|
*
|
|
46
40
|
* @type {string}
|
|
@@ -59,6 +53,12 @@ export interface GetUserWx200Response {
|
|
|
59
53
|
* @memberof GetUserWx200Response
|
|
60
54
|
*/
|
|
61
55
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {GetUserWx200ResponseLocale}
|
|
59
|
+
* @memberof GetUserWx200Response
|
|
60
|
+
*/
|
|
61
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {number}
|
|
@@ -67,10 +67,10 @@ export interface GetUserWx200Response {
|
|
|
67
67
|
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
|
-
* @type {
|
|
70
|
+
* @type {object}
|
|
71
71
|
* @memberof GetUserWx200Response
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'writer'?: object;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {number}
|
|
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
|
|
|
85
85
|
'committed'?: boolean;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
|
-
* @type {
|
|
88
|
+
* @type {string}
|
|
89
89
|
* @memberof GetUserWx200Response
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'characterEncoding'?: string;
|
|
92
92
|
}
|
|
@@ -19,5 +19,6 @@ export declare const InspectionCategoryEnum: {
|
|
|
19
19
|
readonly FourPestsElimination: "FOUR_PESTS_ELIMINATION";
|
|
20
20
|
readonly CentralControlRoomDuty: "CENTRAL_CONTROL_ROOM_DUTY";
|
|
21
21
|
readonly GreeningMaintenance: "GREENING_MAINTENANCE";
|
|
22
|
+
readonly ElectricalInspection: "ELECTRICAL_INSPECTION";
|
|
22
23
|
};
|
|
23
24
|
export type InspectionCategoryEnum = typeof InspectionCategoryEnum[keyof typeof InspectionCategoryEnum];
|
|
@@ -20,5 +20,6 @@ export const InspectionCategoryEnum = {
|
|
|
20
20
|
SixSInspection: 'SIX_S_INSPECTION',
|
|
21
21
|
FourPestsElimination: 'FOUR_PESTS_ELIMINATION',
|
|
22
22
|
CentralControlRoomDuty: 'CENTRAL_CONTROL_ROOM_DUTY',
|
|
23
|
-
GreeningMaintenance: 'GREENING_MAINTENANCE'
|
|
23
|
+
GreeningMaintenance: 'GREENING_MAINTENANCE',
|
|
24
|
+
ElectricalInspection: 'ELECTRICAL_INSPECTION'
|
|
24
25
|
};
|
|
@@ -28,6 +28,13 @@ export interface IPageAccessVO {
|
|
|
28
28
|
* @memberof IPageAccessVO
|
|
29
29
|
*/
|
|
30
30
|
'current'?: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {boolean}
|
|
34
|
+
* @memberof IPageAccessVO
|
|
35
|
+
* @deprecated
|
|
36
|
+
*/
|
|
37
|
+
'hitCount'?: boolean;
|
|
31
38
|
/**
|
|
32
39
|
*
|
|
33
40
|
* @type {Array<AccessVO>}
|
|
@@ -46,13 +53,6 @@ export interface IPageAccessVO {
|
|
|
46
53
|
* @memberof IPageAccessVO
|
|
47
54
|
*/
|
|
48
55
|
'searchCount'?: boolean;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {boolean}
|
|
52
|
-
* @memberof IPageAccessVO
|
|
53
|
-
* @deprecated
|
|
54
|
-
*/
|
|
55
|
-
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -35,12 +35,6 @@ export interface GetUserWx200Response {
|
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
37
|
'trailerFields'?: object;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {GetUserWx200ResponseLocale}
|
|
41
|
-
* @memberof GetUserWx200Response
|
|
42
|
-
*/
|
|
43
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
44
38
|
/**
|
|
45
39
|
*
|
|
46
40
|
* @type {string}
|
|
@@ -59,6 +53,12 @@ export interface GetUserWx200Response {
|
|
|
59
53
|
* @memberof GetUserWx200Response
|
|
60
54
|
*/
|
|
61
55
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {GetUserWx200ResponseLocale}
|
|
59
|
+
* @memberof GetUserWx200Response
|
|
60
|
+
*/
|
|
61
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {number}
|
|
@@ -67,10 +67,10 @@ export interface GetUserWx200Response {
|
|
|
67
67
|
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
|
-
* @type {
|
|
70
|
+
* @type {object}
|
|
71
71
|
* @memberof GetUserWx200Response
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'writer'?: object;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {number}
|
|
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
|
|
|
85
85
|
'committed'?: boolean;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
|
-
* @type {
|
|
88
|
+
* @type {string}
|
|
89
89
|
* @memberof GetUserWx200Response
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'characterEncoding'?: string;
|
|
92
92
|
}
|
|
@@ -19,5 +19,6 @@ export declare const InspectionCategoryEnum: {
|
|
|
19
19
|
readonly FourPestsElimination: "FOUR_PESTS_ELIMINATION";
|
|
20
20
|
readonly CentralControlRoomDuty: "CENTRAL_CONTROL_ROOM_DUTY";
|
|
21
21
|
readonly GreeningMaintenance: "GREENING_MAINTENANCE";
|
|
22
|
+
readonly ElectricalInspection: "ELECTRICAL_INSPECTION";
|
|
22
23
|
};
|
|
23
24
|
export type InspectionCategoryEnum = typeof InspectionCategoryEnum[keyof typeof InspectionCategoryEnum];
|
|
@@ -23,5 +23,6 @@ exports.InspectionCategoryEnum = {
|
|
|
23
23
|
SixSInspection: 'SIX_S_INSPECTION',
|
|
24
24
|
FourPestsElimination: 'FOUR_PESTS_ELIMINATION',
|
|
25
25
|
CentralControlRoomDuty: 'CENTRAL_CONTROL_ROOM_DUTY',
|
|
26
|
-
GreeningMaintenance: 'GREENING_MAINTENANCE'
|
|
26
|
+
GreeningMaintenance: 'GREENING_MAINTENANCE',
|
|
27
|
+
ElectricalInspection: 'ELECTRICAL_INSPECTION'
|
|
27
28
|
};
|
|
@@ -28,6 +28,13 @@ export interface IPageAccessVO {
|
|
|
28
28
|
* @memberof IPageAccessVO
|
|
29
29
|
*/
|
|
30
30
|
'current'?: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {boolean}
|
|
34
|
+
* @memberof IPageAccessVO
|
|
35
|
+
* @deprecated
|
|
36
|
+
*/
|
|
37
|
+
'hitCount'?: boolean;
|
|
31
38
|
/**
|
|
32
39
|
*
|
|
33
40
|
* @type {Array<AccessVO>}
|
|
@@ -46,13 +53,6 @@ export interface IPageAccessVO {
|
|
|
46
53
|
* @memberof IPageAccessVO
|
|
47
54
|
*/
|
|
48
55
|
'searchCount'?: boolean;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {boolean}
|
|
52
|
-
* @memberof IPageAccessVO
|
|
53
|
-
* @deprecated
|
|
54
|
-
*/
|
|
55
|
-
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -44,12 +44,6 @@ export interface GetUserWx200Response {
|
|
|
44
44
|
* @memberof GetUserWx200Response
|
|
45
45
|
*/
|
|
46
46
|
'trailerFields'?: object;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {GetUserWx200ResponseLocale}
|
|
50
|
-
* @memberof GetUserWx200Response
|
|
51
|
-
*/
|
|
52
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
53
47
|
/**
|
|
54
48
|
*
|
|
55
49
|
* @type {string}
|
|
@@ -68,6 +62,12 @@ export interface GetUserWx200Response {
|
|
|
68
62
|
* @memberof GetUserWx200Response
|
|
69
63
|
*/
|
|
70
64
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {GetUserWx200ResponseLocale}
|
|
68
|
+
* @memberof GetUserWx200Response
|
|
69
|
+
*/
|
|
70
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
73
|
* @type {number}
|
|
@@ -76,10 +76,10 @@ export interface GetUserWx200Response {
|
|
|
76
76
|
'bufferSize'?: number;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
|
-
* @type {
|
|
79
|
+
* @type {object}
|
|
80
80
|
* @memberof GetUserWx200Response
|
|
81
81
|
*/
|
|
82
|
-
'
|
|
82
|
+
'writer'?: object;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
85
|
* @type {number}
|
|
@@ -94,9 +94,9 @@ export interface GetUserWx200Response {
|
|
|
94
94
|
'committed'?: boolean;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
|
-
* @type {
|
|
97
|
+
* @type {string}
|
|
98
98
|
* @memberof GetUserWx200Response
|
|
99
99
|
*/
|
|
100
|
-
'
|
|
100
|
+
'characterEncoding'?: string;
|
|
101
101
|
}
|
|
102
102
|
|
|
@@ -24,7 +24,8 @@ export const InspectionCategoryEnum = {
|
|
|
24
24
|
SixSInspection: 'SIX_S_INSPECTION',
|
|
25
25
|
FourPestsElimination: 'FOUR_PESTS_ELIMINATION',
|
|
26
26
|
CentralControlRoomDuty: 'CENTRAL_CONTROL_ROOM_DUTY',
|
|
27
|
-
GreeningMaintenance: 'GREENING_MAINTENANCE'
|
|
27
|
+
GreeningMaintenance: 'GREENING_MAINTENANCE',
|
|
28
|
+
ElectricalInspection: 'ELECTRICAL_INSPECTION'
|
|
28
29
|
} as const;
|
|
29
30
|
|
|
30
31
|
export type InspectionCategoryEnum = typeof InspectionCategoryEnum[keyof typeof InspectionCategoryEnum];
|
|
@@ -35,6 +35,13 @@ export interface IPageAccessVO {
|
|
|
35
35
|
* @memberof IPageAccessVO
|
|
36
36
|
*/
|
|
37
37
|
'current'?: number;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {boolean}
|
|
41
|
+
* @memberof IPageAccessVO
|
|
42
|
+
* @deprecated
|
|
43
|
+
*/
|
|
44
|
+
'hitCount'?: boolean;
|
|
38
45
|
/**
|
|
39
46
|
*
|
|
40
47
|
* @type {Array<AccessVO>}
|
|
@@ -53,13 +60,6 @@ export interface IPageAccessVO {
|
|
|
53
60
|
* @memberof IPageAccessVO
|
|
54
61
|
*/
|
|
55
62
|
'searchCount'?: boolean;
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
58
|
-
* @type {boolean}
|
|
59
|
-
* @memberof IPageAccessVO
|
|
60
|
-
* @deprecated
|
|
61
|
-
*/
|
|
62
|
-
'hitCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|