@gizone/rrs-client 3.11.16-alpha.79 → 3.11.16-alpha.81

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.
@@ -41,12 +41,6 @@ export interface GetUserWx200Response {
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
43
  'locale'?: GetUserWx200ResponseLocale;
44
- /**
45
- *
46
- * @type {number}
47
- * @memberof GetUserWx200Response
48
- */
49
- 'bufferSize'?: number;
50
44
  /**
51
45
  *
52
46
  * @type {string}
@@ -71,6 +65,12 @@ export interface GetUserWx200Response {
71
65
  * @memberof GetUserWx200Response
72
66
  */
73
67
  'characterEncoding'?: string;
68
+ /**
69
+ *
70
+ * @type {number}
71
+ * @memberof GetUserWx200Response
72
+ */
73
+ 'bufferSize'?: number;
74
74
  /**
75
75
  *
76
76
  * @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,16 +24,16 @@ export interface IPageAccessVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {number}
27
+ * @type {Array<AccessVO>}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'current'?: number;
30
+ 'records'?: Array<AccessVO>;
31
31
  /**
32
32
  *
33
- * @type {Array<AccessVO>}
33
+ * @type {number}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'records'?: Array<AccessVO>;
36
+ 'current'?: number;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -41,12 +41,6 @@ export interface GetUserWx200Response {
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
43
  'locale'?: GetUserWx200ResponseLocale;
44
- /**
45
- *
46
- * @type {number}
47
- * @memberof GetUserWx200Response
48
- */
49
- 'bufferSize'?: number;
50
44
  /**
51
45
  *
52
46
  * @type {string}
@@ -71,6 +65,12 @@ export interface GetUserWx200Response {
71
65
  * @memberof GetUserWx200Response
72
66
  */
73
67
  'characterEncoding'?: string;
68
+ /**
69
+ *
70
+ * @type {number}
71
+ * @memberof GetUserWx200Response
72
+ */
73
+ 'bufferSize'?: number;
74
74
  /**
75
75
  *
76
76
  * @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,16 +24,16 @@ export interface IPageAccessVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {number}
27
+ * @type {Array<AccessVO>}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'current'?: number;
30
+ 'records'?: Array<AccessVO>;
31
31
  /**
32
32
  *
33
- * @type {Array<AccessVO>}
33
+ * @type {number}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'records'?: Array<AccessVO>;
36
+ 'current'?: number;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -50,12 +50,6 @@ export interface GetUserWx200Response {
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
52
  'locale'?: GetUserWx200ResponseLocale;
53
- /**
54
- *
55
- * @type {number}
56
- * @memberof GetUserWx200Response
57
- */
58
- 'bufferSize'?: number;
59
53
  /**
60
54
  *
61
55
  * @type {string}
@@ -80,6 +74,12 @@ export interface GetUserWx200Response {
80
74
  * @memberof GetUserWx200Response
81
75
  */
82
76
  'characterEncoding'?: string;
77
+ /**
78
+ *
79
+ * @type {number}
80
+ * @memberof GetUserWx200Response
81
+ */
82
+ 'bufferSize'?: number;
83
83
  /**
84
84
  *
85
85
  * @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,16 +31,16 @@ export interface IPageAccessVO {
31
31
  'total'?: number;
32
32
  /**
33
33
  *
34
- * @type {number}
34
+ * @type {Array<AccessVO>}
35
35
  * @memberof IPageAccessVO
36
36
  */
37
- 'current'?: number;
37
+ 'records'?: Array<AccessVO>;
38
38
  /**
39
39
  *
40
- * @type {Array<AccessVO>}
40
+ * @type {number}
41
41
  * @memberof IPageAccessVO
42
42
  */
43
- 'records'?: Array<AccessVO>;
43
+ 'current'?: number;
44
44
  /**
45
45
  *
46
46
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "3.11.16-alpha.79",
3
+ "version": "3.11.16-alpha.81",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {