@gizone/rrs-client 3.11.16-alpha.80 → 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.
@@ -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}
@@ -55,22 +61,16 @@ export interface GetUserWx200Response {
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
62
  /**
57
63
  *
58
- * @type {GetUserWx200ResponseLocale}
64
+ * @type {string}
59
65
  * @memberof GetUserWx200Response
60
66
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
67
+ 'characterEncoding'?: string;
62
68
  /**
63
69
  *
64
70
  * @type {number}
65
71
  * @memberof GetUserWx200Response
66
72
  */
67
73
  'bufferSize'?: number;
68
- /**
69
- *
70
- * @type {string}
71
- * @memberof GetUserWx200Response
72
- */
73
- 'characterEncoding'?: string;
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',
@@ -22,13 +22,6 @@ export interface IPageAccessVO {
22
22
  * @memberof IPageAccessVO
23
23
  */
24
24
  'total'?: number;
25
- /**
26
- *
27
- * @type {boolean}
28
- * @memberof IPageAccessVO
29
- * @deprecated
30
- */
31
- 'hitCount'?: boolean;
32
25
  /**
33
26
  *
34
27
  * @type {Array<AccessVO>}
@@ -53,6 +46,13 @@ export interface IPageAccessVO {
53
46
  * @memberof IPageAccessVO
54
47
  */
55
48
  'searchCount'?: boolean;
49
+ /**
50
+ *
51
+ * @type {boolean}
52
+ * @memberof IPageAccessVO
53
+ * @deprecated
54
+ */
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}
@@ -55,22 +61,16 @@ export interface GetUserWx200Response {
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
62
  /**
57
63
  *
58
- * @type {GetUserWx200ResponseLocale}
64
+ * @type {string}
59
65
  * @memberof GetUserWx200Response
60
66
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
67
+ 'characterEncoding'?: string;
62
68
  /**
63
69
  *
64
70
  * @type {number}
65
71
  * @memberof GetUserWx200Response
66
72
  */
67
73
  'bufferSize'?: number;
68
- /**
69
- *
70
- * @type {string}
71
- * @memberof GetUserWx200Response
72
- */
73
- 'characterEncoding'?: string;
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',
@@ -22,13 +22,6 @@ export interface IPageAccessVO {
22
22
  * @memberof IPageAccessVO
23
23
  */
24
24
  'total'?: number;
25
- /**
26
- *
27
- * @type {boolean}
28
- * @memberof IPageAccessVO
29
- * @deprecated
30
- */
31
- 'hitCount'?: boolean;
32
25
  /**
33
26
  *
34
27
  * @type {Array<AccessVO>}
@@ -53,6 +46,13 @@ export interface IPageAccessVO {
53
46
  * @memberof IPageAccessVO
54
47
  */
55
48
  'searchCount'?: boolean;
49
+ /**
50
+ *
51
+ * @type {boolean}
52
+ * @memberof IPageAccessVO
53
+ * @deprecated
54
+ */
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}
@@ -64,22 +70,16 @@ export interface GetUserWx200Response {
64
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
71
  /**
66
72
  *
67
- * @type {GetUserWx200ResponseLocale}
73
+ * @type {string}
68
74
  * @memberof GetUserWx200Response
69
75
  */
70
- 'locale'?: GetUserWx200ResponseLocale;
76
+ 'characterEncoding'?: string;
71
77
  /**
72
78
  *
73
79
  * @type {number}
74
80
  * @memberof GetUserWx200Response
75
81
  */
76
82
  'bufferSize'?: number;
77
- /**
78
- *
79
- * @type {string}
80
- * @memberof GetUserWx200Response
81
- */
82
- 'characterEncoding'?: string;
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',
@@ -29,13 +29,6 @@ export interface IPageAccessVO {
29
29
  * @memberof IPageAccessVO
30
30
  */
31
31
  'total'?: number;
32
- /**
33
- *
34
- * @type {boolean}
35
- * @memberof IPageAccessVO
36
- * @deprecated
37
- */
38
- 'hitCount'?: boolean;
39
32
  /**
40
33
  *
41
34
  * @type {Array<AccessVO>}
@@ -60,6 +53,13 @@ export interface IPageAccessVO {
60
53
  * @memberof IPageAccessVO
61
54
  */
62
55
  'searchCount'?: boolean;
56
+ /**
57
+ *
58
+ * @type {boolean}
59
+ * @memberof IPageAccessVO
60
+ * @deprecated
61
+ */
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.81",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {