@gizone/rrs-client 3.11.16-alpha.80 → 3.11.16-alpha.82

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.
@@ -17,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
- /**
21
- *
22
- * @type {object}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'trailerFields'?: object;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -35,6 +29,18 @@ export interface GetUserWx200Response {
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
31
  'headerNames'?: Array<string>;
32
+ /**
33
+ *
34
+ * @type {object}
35
+ * @memberof GetUserWx200Response
36
+ */
37
+ 'trailerFields'?: object;
38
+ /**
39
+ *
40
+ * @type {GetUserWx200ResponseLocale}
41
+ * @memberof GetUserWx200Response
42
+ */
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -15,14 +15,6 @@
15
15
  * @enum {string}
16
16
  */
17
17
  export declare const InspectionCategoryEnum: {
18
- readonly StrongPowerFacilitiesAndEquipment: "STRONG_POWER_FACILITIES_AND_EQUIPMENT";
19
- readonly WeakPowerFacilitiesAndEquipment: "WEAK_POWER_FACILITIES_AND_EQUIPMENT";
20
- readonly WaterSupplyAndDrainageFacilitiesAndEquipment: "WATER_SUPPLY_AND_DRAINAGE_FACILITIES_AND_EQUIPMENT";
21
- readonly FireFightingFacilitiesAndEquipment: "FIRE_FIGHTING_FACILITIES_AND_EQUIPMENT";
22
- readonly MainBuildingStructure: "MAIN_BUILDING_STRUCTURE";
23
- readonly EquipmentRoomArea: "EQUIPMENT_ROOM_AREA";
24
- readonly FireDrill: "FIRE_DRILL";
25
- readonly EmergencySupplies: "EMERGENCY_SUPPLIES";
26
18
  readonly SixSInspection: "SIX_S_INSPECTION";
27
19
  readonly FourPestsElimination: "FOUR_PESTS_ELIMINATION";
28
20
  readonly CentralControlRoomDuty: "CENTRAL_CONTROL_ROOM_DUTY";
@@ -17,14 +17,6 @@
17
17
  * @enum {string}
18
18
  */
19
19
  export const InspectionCategoryEnum = {
20
- StrongPowerFacilitiesAndEquipment: 'STRONG_POWER_FACILITIES_AND_EQUIPMENT',
21
- WeakPowerFacilitiesAndEquipment: 'WEAK_POWER_FACILITIES_AND_EQUIPMENT',
22
- WaterSupplyAndDrainageFacilitiesAndEquipment: 'WATER_SUPPLY_AND_DRAINAGE_FACILITIES_AND_EQUIPMENT',
23
- FireFightingFacilitiesAndEquipment: 'FIRE_FIGHTING_FACILITIES_AND_EQUIPMENT',
24
- MainBuildingStructure: 'MAIN_BUILDING_STRUCTURE',
25
- EquipmentRoomArea: 'EQUIPMENT_ROOM_AREA',
26
- FireDrill: 'FIRE_DRILL',
27
- EmergencySupplies: 'EMERGENCY_SUPPLIES',
28
20
  SixSInspection: 'SIX_S_INSPECTION',
29
21
  FourPestsElimination: 'FOUR_PESTS_ELIMINATION',
30
22
  CentralControlRoomDuty: 'CENTRAL_CONTROL_ROOM_DUTY',
@@ -24,11 +24,10 @@ export interface IPageAccessVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {boolean}
27
+ * @type {number}
28
28
  * @memberof IPageAccessVO
29
- * @deprecated
30
29
  */
31
- 'hitCount'?: boolean;
30
+ 'current'?: number;
32
31
  /**
33
32
  *
34
33
  * @type {Array<AccessVO>}
@@ -37,10 +36,10 @@ export interface IPageAccessVO {
37
36
  'records'?: Array<AccessVO>;
38
37
  /**
39
38
  *
40
- * @type {number}
39
+ * @type {boolean}
41
40
  * @memberof IPageAccessVO
42
41
  */
43
- 'current'?: number;
42
+ 'searchCount'?: boolean;
44
43
  /**
45
44
  *
46
45
  * @type {number}
@@ -51,8 +50,9 @@ export interface IPageAccessVO {
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -17,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
- /**
21
- *
22
- * @type {object}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'trailerFields'?: object;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -35,6 +29,18 @@ export interface GetUserWx200Response {
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
31
  'headerNames'?: Array<string>;
32
+ /**
33
+ *
34
+ * @type {object}
35
+ * @memberof GetUserWx200Response
36
+ */
37
+ 'trailerFields'?: object;
38
+ /**
39
+ *
40
+ * @type {GetUserWx200ResponseLocale}
41
+ * @memberof GetUserWx200Response
42
+ */
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -15,14 +15,6 @@
15
15
  * @enum {string}
16
16
  */
17
17
  export declare const InspectionCategoryEnum: {
18
- readonly StrongPowerFacilitiesAndEquipment: "STRONG_POWER_FACILITIES_AND_EQUIPMENT";
19
- readonly WeakPowerFacilitiesAndEquipment: "WEAK_POWER_FACILITIES_AND_EQUIPMENT";
20
- readonly WaterSupplyAndDrainageFacilitiesAndEquipment: "WATER_SUPPLY_AND_DRAINAGE_FACILITIES_AND_EQUIPMENT";
21
- readonly FireFightingFacilitiesAndEquipment: "FIRE_FIGHTING_FACILITIES_AND_EQUIPMENT";
22
- readonly MainBuildingStructure: "MAIN_BUILDING_STRUCTURE";
23
- readonly EquipmentRoomArea: "EQUIPMENT_ROOM_AREA";
24
- readonly FireDrill: "FIRE_DRILL";
25
- readonly EmergencySupplies: "EMERGENCY_SUPPLIES";
26
18
  readonly SixSInspection: "SIX_S_INSPECTION";
27
19
  readonly FourPestsElimination: "FOUR_PESTS_ELIMINATION";
28
20
  readonly CentralControlRoomDuty: "CENTRAL_CONTROL_ROOM_DUTY";
@@ -20,14 +20,6 @@ exports.InspectionCategoryEnum = void 0;
20
20
  * @enum {string}
21
21
  */
22
22
  exports.InspectionCategoryEnum = {
23
- StrongPowerFacilitiesAndEquipment: 'STRONG_POWER_FACILITIES_AND_EQUIPMENT',
24
- WeakPowerFacilitiesAndEquipment: 'WEAK_POWER_FACILITIES_AND_EQUIPMENT',
25
- WaterSupplyAndDrainageFacilitiesAndEquipment: 'WATER_SUPPLY_AND_DRAINAGE_FACILITIES_AND_EQUIPMENT',
26
- FireFightingFacilitiesAndEquipment: 'FIRE_FIGHTING_FACILITIES_AND_EQUIPMENT',
27
- MainBuildingStructure: 'MAIN_BUILDING_STRUCTURE',
28
- EquipmentRoomArea: 'EQUIPMENT_ROOM_AREA',
29
- FireDrill: 'FIRE_DRILL',
30
- EmergencySupplies: 'EMERGENCY_SUPPLIES',
31
23
  SixSInspection: 'SIX_S_INSPECTION',
32
24
  FourPestsElimination: 'FOUR_PESTS_ELIMINATION',
33
25
  CentralControlRoomDuty: 'CENTRAL_CONTROL_ROOM_DUTY',
@@ -24,11 +24,10 @@ export interface IPageAccessVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {boolean}
27
+ * @type {number}
28
28
  * @memberof IPageAccessVO
29
- * @deprecated
30
29
  */
31
- 'hitCount'?: boolean;
30
+ 'current'?: number;
32
31
  /**
33
32
  *
34
33
  * @type {Array<AccessVO>}
@@ -37,10 +36,10 @@ export interface IPageAccessVO {
37
36
  'records'?: Array<AccessVO>;
38
37
  /**
39
38
  *
40
- * @type {number}
39
+ * @type {boolean}
41
40
  * @memberof IPageAccessVO
42
41
  */
43
- 'current'?: number;
42
+ 'searchCount'?: boolean;
44
43
  /**
45
44
  *
46
45
  * @type {number}
@@ -51,8 +50,9 @@ export interface IPageAccessVO {
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -26,12 +26,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
26
26
  * @interface GetUserWx200Response
27
27
  */
28
28
  export interface GetUserWx200Response {
29
- /**
30
- *
31
- * @type {object}
32
- * @memberof GetUserWx200Response
33
- */
34
- 'trailerFields'?: object;
35
29
  /**
36
30
  *
37
31
  * @type {number}
@@ -44,6 +38,18 @@ export interface GetUserWx200Response {
44
38
  * @memberof GetUserWx200Response
45
39
  */
46
40
  'headerNames'?: Array<string>;
41
+ /**
42
+ *
43
+ * @type {object}
44
+ * @memberof GetUserWx200Response
45
+ */
46
+ 'trailerFields'?: object;
47
+ /**
48
+ *
49
+ * @type {GetUserWx200ResponseLocale}
50
+ * @memberof GetUserWx200Response
51
+ */
52
+ 'locale'?: GetUserWx200ResponseLocale;
47
53
  /**
48
54
  *
49
55
  * @type {string}
@@ -62,12 +68,6 @@ export interface GetUserWx200Response {
62
68
  * @memberof GetUserWx200Response
63
69
  */
64
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
- /**
66
- *
67
- * @type {GetUserWx200ResponseLocale}
68
- * @memberof GetUserWx200Response
69
- */
70
- 'locale'?: GetUserWx200ResponseLocale;
71
71
  /**
72
72
  *
73
73
  * @type {number}
@@ -21,14 +21,6 @@
21
21
  */
22
22
 
23
23
  export const InspectionCategoryEnum = {
24
- StrongPowerFacilitiesAndEquipment: 'STRONG_POWER_FACILITIES_AND_EQUIPMENT',
25
- WeakPowerFacilitiesAndEquipment: 'WEAK_POWER_FACILITIES_AND_EQUIPMENT',
26
- WaterSupplyAndDrainageFacilitiesAndEquipment: 'WATER_SUPPLY_AND_DRAINAGE_FACILITIES_AND_EQUIPMENT',
27
- FireFightingFacilitiesAndEquipment: 'FIRE_FIGHTING_FACILITIES_AND_EQUIPMENT',
28
- MainBuildingStructure: 'MAIN_BUILDING_STRUCTURE',
29
- EquipmentRoomArea: 'EQUIPMENT_ROOM_AREA',
30
- FireDrill: 'FIRE_DRILL',
31
- EmergencySupplies: 'EMERGENCY_SUPPLIES',
32
24
  SixSInspection: 'SIX_S_INSPECTION',
33
25
  FourPestsElimination: 'FOUR_PESTS_ELIMINATION',
34
26
  CentralControlRoomDuty: 'CENTRAL_CONTROL_ROOM_DUTY',
@@ -31,11 +31,10 @@ export interface IPageAccessVO {
31
31
  'total'?: number;
32
32
  /**
33
33
  *
34
- * @type {boolean}
34
+ * @type {number}
35
35
  * @memberof IPageAccessVO
36
- * @deprecated
37
36
  */
38
- 'hitCount'?: boolean;
37
+ 'current'?: number;
39
38
  /**
40
39
  *
41
40
  * @type {Array<AccessVO>}
@@ -44,10 +43,10 @@ export interface IPageAccessVO {
44
43
  'records'?: Array<AccessVO>;
45
44
  /**
46
45
  *
47
- * @type {number}
46
+ * @type {boolean}
48
47
  * @memberof IPageAccessVO
49
48
  */
50
- 'current'?: number;
49
+ 'searchCount'?: boolean;
51
50
  /**
52
51
  *
53
52
  * @type {number}
@@ -58,8 +57,9 @@ export interface IPageAccessVO {
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageAccessVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "3.11.16-alpha.80",
3
+ "version": "3.11.16-alpha.82",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {