@gizone/rrs-client 4.1.3-alpha.187 → 4.1.3-alpha.189
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 +6 -6
- 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 +6 -6
- package/dist/models/get-user-wx200-response.d.ts +6 -6
- 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 +6 -6
- package/models/get-user-wx200-response.ts +6 -6
- package/models/inspection-category-enum.ts +2 -1
- package/models/ipage-access-vo.ts +6 -6
- package/package.json +1 -1
|
@@ -19,22 +19,22 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @type {
|
|
22
|
+
* @type {object}
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
|
-
'
|
|
25
|
+
'trailerFields'?: object;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {number}
|
|
29
29
|
* @memberof GetUserWx200Response
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'status'?: number;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {Array<string>}
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'headerNames'?: Array<string>;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {GetUserWx200ResponseLocale}
|
|
@@ -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
|
};
|
|
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
|
|
|
34
34
|
* @memberof IPageAccessVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof IPageAccessVO
|
|
41
|
-
*/
|
|
42
|
-
'pages'?: number;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {boolean}
|
|
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof IPageAccessVO
|
|
54
|
+
*/
|
|
55
|
+
'pages'?: number;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -19,22 +19,22 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @type {
|
|
22
|
+
* @type {object}
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
|
-
'
|
|
25
|
+
'trailerFields'?: object;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {number}
|
|
29
29
|
* @memberof GetUserWx200Response
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'status'?: number;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {Array<string>}
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'headerNames'?: Array<string>;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {GetUserWx200ResponseLocale}
|
|
@@ -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
|
};
|
|
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
|
|
|
34
34
|
* @memberof IPageAccessVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof IPageAccessVO
|
|
41
|
-
*/
|
|
42
|
-
'pages'?: number;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {boolean}
|
|
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof IPageAccessVO
|
|
54
|
+
*/
|
|
55
|
+
'pages'?: number;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -28,22 +28,22 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
28
28
|
export interface GetUserWx200Response {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {object}
|
|
32
32
|
* @memberof GetUserWx200Response
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'trailerFields'?: object;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @type {
|
|
37
|
+
* @type {number}
|
|
38
38
|
* @memberof GetUserWx200Response
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'status'?: number;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
|
-
* @type {
|
|
43
|
+
* @type {Array<string>}
|
|
44
44
|
* @memberof GetUserWx200Response
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'headerNames'?: Array<string>;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {GetUserWx200ResponseLocale}
|
|
@@ -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];
|
|
@@ -41,12 +41,6 @@ export interface IPageAccessVO {
|
|
|
41
41
|
* @memberof IPageAccessVO
|
|
42
42
|
*/
|
|
43
43
|
'records'?: Array<AccessVO>;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {number}
|
|
47
|
-
* @memberof IPageAccessVO
|
|
48
|
-
*/
|
|
49
|
-
'pages'?: number;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {boolean}
|
|
@@ -60,6 +54,12 @@ export interface IPageAccessVO {
|
|
|
60
54
|
* @deprecated
|
|
61
55
|
*/
|
|
62
56
|
'hitCount'?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof IPageAccessVO
|
|
61
|
+
*/
|
|
62
|
+
'pages'?: number;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|