@gizone/rrs-client 4.1.2-alpha.168 → 4.1.2-alpha.170

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.
@@ -37,16 +37,16 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {GetUserWx200ResponseLocale}
40
+ * @type {number}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
43
+ 'bufferSize'?: number;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {GetUserWx200ResponseLocale}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'bufferSize'?: number;
49
+ 'locale'?: GetUserWx200ResponseLocale;
50
50
  /**
51
51
  *
52
52
  * @type {string}
@@ -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}
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'searchCount'?: boolean;
50
49
  /**
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}
@@ -106,9 +106,9 @@ export interface SpaceAddExcelDTO {
106
106
  */
107
107
  'tips'?: string;
108
108
  /**
109
- * 是否为错误数据
109
+ *
110
110
  * @type {boolean}
111
111
  * @memberof SpaceAddExcelDTO
112
112
  */
113
- 'flag'?: boolean;
113
+ 'success'?: boolean;
114
114
  }
@@ -22,6 +22,7 @@ export declare const WorkOrderIssueTypeEnum: {
22
22
  readonly HygieneAndGreeningIssue: "HYGIENE_AND_GREENING_ISSUE";
23
23
  readonly FacilityDamageIssue: "FACILITY_DAMAGE_ISSUE";
24
24
  readonly SecurityIssue: "SECURITY_ISSUE";
25
+ readonly EnergyWaste: "ENERGY_WASTE";
25
26
  readonly Networking: "NETWORKING";
26
27
  readonly Surveillance: "SURVEILLANCE";
27
28
  readonly DesktopTerminal: "DESKTOP_TERMINAL";
@@ -24,6 +24,7 @@ export const WorkOrderIssueTypeEnum = {
24
24
  HygieneAndGreeningIssue: 'HYGIENE_AND_GREENING_ISSUE',
25
25
  FacilityDamageIssue: 'FACILITY_DAMAGE_ISSUE',
26
26
  SecurityIssue: 'SECURITY_ISSUE',
27
+ EnergyWaste: 'ENERGY_WASTE',
27
28
  Networking: 'NETWORKING',
28
29
  Surveillance: 'SURVEILLANCE',
29
30
  DesktopTerminal: 'DESKTOP_TERMINAL',
@@ -37,16 +37,16 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {GetUserWx200ResponseLocale}
40
+ * @type {number}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
43
+ 'bufferSize'?: number;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {GetUserWx200ResponseLocale}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'bufferSize'?: number;
49
+ 'locale'?: GetUserWx200ResponseLocale;
50
50
  /**
51
51
  *
52
52
  * @type {string}
@@ -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}
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'searchCount'?: boolean;
50
49
  /**
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}
@@ -106,9 +106,9 @@ export interface SpaceAddExcelDTO {
106
106
  */
107
107
  'tips'?: string;
108
108
  /**
109
- * 是否为错误数据
109
+ *
110
110
  * @type {boolean}
111
111
  * @memberof SpaceAddExcelDTO
112
112
  */
113
- 'flag'?: boolean;
113
+ 'success'?: boolean;
114
114
  }
@@ -22,6 +22,7 @@ export declare const WorkOrderIssueTypeEnum: {
22
22
  readonly HygieneAndGreeningIssue: "HYGIENE_AND_GREENING_ISSUE";
23
23
  readonly FacilityDamageIssue: "FACILITY_DAMAGE_ISSUE";
24
24
  readonly SecurityIssue: "SECURITY_ISSUE";
25
+ readonly EnergyWaste: "ENERGY_WASTE";
25
26
  readonly Networking: "NETWORKING";
26
27
  readonly Surveillance: "SURVEILLANCE";
27
28
  readonly DesktopTerminal: "DESKTOP_TERMINAL";
@@ -27,6 +27,7 @@ exports.WorkOrderIssueTypeEnum = {
27
27
  HygieneAndGreeningIssue: 'HYGIENE_AND_GREENING_ISSUE',
28
28
  FacilityDamageIssue: 'FACILITY_DAMAGE_ISSUE',
29
29
  SecurityIssue: 'SECURITY_ISSUE',
30
+ EnergyWaste: 'ENERGY_WASTE',
30
31
  Networking: 'NETWORKING',
31
32
  Surveillance: 'SURVEILLANCE',
32
33
  DesktopTerminal: 'DESKTOP_TERMINAL',
@@ -46,16 +46,16 @@ export interface GetUserWx200Response {
46
46
  'trailerFields'?: object;
47
47
  /**
48
48
  *
49
- * @type {GetUserWx200ResponseLocale}
49
+ * @type {number}
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
- 'locale'?: GetUserWx200ResponseLocale;
52
+ 'bufferSize'?: number;
53
53
  /**
54
54
  *
55
- * @type {number}
55
+ * @type {GetUserWx200ResponseLocale}
56
56
  * @memberof GetUserWx200Response
57
57
  */
58
- 'bufferSize'?: number;
58
+ 'locale'?: GetUserWx200ResponseLocale;
59
59
  /**
60
60
  *
61
61
  * @type {string}
@@ -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}
@@ -51,15 +51,15 @@ export interface IPageAccessVO {
51
51
  *
52
52
  * @type {boolean}
53
53
  * @memberof IPageAccessVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
57
56
  /**
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}
@@ -111,10 +111,10 @@ export interface SpaceAddExcelDTO {
111
111
  */
112
112
  'tips'?: string;
113
113
  /**
114
- * 是否为错误数据
114
+ *
115
115
  * @type {boolean}
116
116
  * @memberof SpaceAddExcelDTO
117
117
  */
118
- 'flag'?: boolean;
118
+ 'success'?: boolean;
119
119
  }
120
120
 
@@ -28,6 +28,7 @@ export const WorkOrderIssueTypeEnum = {
28
28
  HygieneAndGreeningIssue: 'HYGIENE_AND_GREENING_ISSUE',
29
29
  FacilityDamageIssue: 'FACILITY_DAMAGE_ISSUE',
30
30
  SecurityIssue: 'SECURITY_ISSUE',
31
+ EnergyWaste: 'ENERGY_WASTE',
31
32
  Networking: 'NETWORKING',
32
33
  Surveillance: 'SURVEILLANCE',
33
34
  DesktopTerminal: 'DESKTOP_TERMINAL',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.2-alpha.168",
3
+ "version": "4.1.2-alpha.170",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {