@gizone/rrs-client 4.1.2-alpha.169 → 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,34 +37,34 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {string}
40
+ * @type {number}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'contentType'?: string;
43
+ 'bufferSize'?: number;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {GetUserWx200ResponseLocale}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'contentLength'?: number;
49
+ 'locale'?: GetUserWx200ResponseLocale;
50
50
  /**
51
51
  *
52
- * @type {GetUserWx200ResponseOutputStream}
52
+ * @type {string}
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
- 'outputStream'?: GetUserWx200ResponseOutputStream;
55
+ 'contentType'?: string;
56
56
  /**
57
57
  *
58
- * @type {GetUserWx200ResponseLocale}
58
+ * @type {number}
59
59
  * @memberof GetUserWx200Response
60
60
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
61
+ 'contentLength'?: number;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {GetUserWx200ResponseOutputStream}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
68
68
  /**
69
69
  *
70
70
  * @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}
@@ -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,34 +37,34 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {string}
40
+ * @type {number}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'contentType'?: string;
43
+ 'bufferSize'?: number;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {GetUserWx200ResponseLocale}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'contentLength'?: number;
49
+ 'locale'?: GetUserWx200ResponseLocale;
50
50
  /**
51
51
  *
52
- * @type {GetUserWx200ResponseOutputStream}
52
+ * @type {string}
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
- 'outputStream'?: GetUserWx200ResponseOutputStream;
55
+ 'contentType'?: string;
56
56
  /**
57
57
  *
58
- * @type {GetUserWx200ResponseLocale}
58
+ * @type {number}
59
59
  * @memberof GetUserWx200Response
60
60
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
61
+ 'contentLength'?: number;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {GetUserWx200ResponseOutputStream}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
68
68
  /**
69
69
  *
70
70
  * @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}
@@ -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,34 +46,34 @@ export interface GetUserWx200Response {
46
46
  'trailerFields'?: object;
47
47
  /**
48
48
  *
49
- * @type {string}
49
+ * @type {number}
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
- 'contentType'?: string;
52
+ 'bufferSize'?: number;
53
53
  /**
54
54
  *
55
- * @type {number}
55
+ * @type {GetUserWx200ResponseLocale}
56
56
  * @memberof GetUserWx200Response
57
57
  */
58
- 'contentLength'?: number;
58
+ 'locale'?: GetUserWx200ResponseLocale;
59
59
  /**
60
60
  *
61
- * @type {GetUserWx200ResponseOutputStream}
61
+ * @type {string}
62
62
  * @memberof GetUserWx200Response
63
63
  */
64
- 'outputStream'?: GetUserWx200ResponseOutputStream;
64
+ 'contentType'?: string;
65
65
  /**
66
66
  *
67
- * @type {GetUserWx200ResponseLocale}
67
+ * @type {number}
68
68
  * @memberof GetUserWx200Response
69
69
  */
70
- 'locale'?: GetUserWx200ResponseLocale;
70
+ 'contentLength'?: number;
71
71
  /**
72
72
  *
73
- * @type {number}
73
+ * @type {GetUserWx200ResponseOutputStream}
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
- 'bufferSize'?: number;
76
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
77
77
  /**
78
78
  *
79
79
  * @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}
@@ -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.169",
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": {