@gizone/rrs-client 3.11.12-alpha.48 → 3.11.12-alpha.49

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.
Files changed (37) hide show
  1. package/apis/access-api.ts +30 -30
  2. package/apis/cost-api.ts +15 -15
  3. package/apis/energy-api.ts +15 -15
  4. package/apis/privacy-api.ts +78 -76
  5. package/apis/sys-api.ts +47 -47
  6. package/apis/user-api.ts +15 -15
  7. package/dist/apis/access-api.d.ts +20 -20
  8. package/dist/apis/access-api.js +22 -22
  9. package/dist/apis/cost-api.d.ts +10 -10
  10. package/dist/apis/cost-api.js +11 -11
  11. package/dist/apis/energy-api.d.ts +10 -10
  12. package/dist/apis/energy-api.js +11 -11
  13. package/dist/apis/privacy-api.d.ts +49 -48
  14. package/dist/apis/privacy-api.js +60 -60
  15. package/dist/apis/sys-api.d.ts +31 -31
  16. package/dist/apis/sys-api.js +34 -34
  17. package/dist/apis/user-api.d.ts +10 -10
  18. package/dist/apis/user-api.js +11 -11
  19. package/dist/esm/apis/access-api.d.ts +20 -20
  20. package/dist/esm/apis/access-api.js +22 -22
  21. package/dist/esm/apis/cost-api.d.ts +10 -10
  22. package/dist/esm/apis/cost-api.js +11 -11
  23. package/dist/esm/apis/energy-api.d.ts +10 -10
  24. package/dist/esm/apis/energy-api.js +11 -11
  25. package/dist/esm/apis/privacy-api.d.ts +49 -48
  26. package/dist/esm/apis/privacy-api.js +60 -60
  27. package/dist/esm/apis/sys-api.d.ts +31 -31
  28. package/dist/esm/apis/sys-api.js +34 -34
  29. package/dist/esm/apis/user-api.d.ts +10 -10
  30. package/dist/esm/apis/user-api.js +11 -11
  31. package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
  32. package/dist/esm/models/ipage-access-vo.d.ts +8 -8
  33. package/dist/models/get-user-wx200-response.d.ts +10 -10
  34. package/dist/models/ipage-access-vo.d.ts +8 -8
  35. package/models/get-user-wx200-response.ts +10 -10
  36. package/models/ipage-access-vo.ts +8 -8
  37. package/package.json +1 -1
@@ -50,6 +50,12 @@ 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;
53
59
  /**
54
60
  *
55
61
  * @type {string}
@@ -70,16 +76,16 @@ export interface GetUserWx200Response {
70
76
  'outputStream'?: GetUserWx200ResponseOutputStream;
71
77
  /**
72
78
  *
73
- * @type {number}
79
+ * @type {string}
74
80
  * @memberof GetUserWx200Response
75
81
  */
76
- 'bufferSize'?: number;
82
+ 'characterEncoding'?: string;
77
83
  /**
78
84
  *
79
- * @type {string}
85
+ * @type {object}
80
86
  * @memberof GetUserWx200Response
81
87
  */
82
- 'characterEncoding'?: string;
88
+ 'writer'?: object;
83
89
  /**
84
90
  *
85
91
  * @type {number}
@@ -92,11 +98,5 @@ export interface GetUserWx200Response {
92
98
  * @memberof GetUserWx200Response
93
99
  */
94
100
  'committed'?: boolean;
95
- /**
96
- *
97
- * @type {object}
98
- * @memberof GetUserWx200Response
99
- */
100
- 'writer'?: object;
101
101
  }
102
102
 
@@ -29,6 +29,12 @@ export interface IPageAccessVO {
29
29
  * @memberof IPageAccessVO
30
30
  */
31
31
  'total'?: number;
32
+ /**
33
+ *
34
+ * @type {Array<AccessVO>}
35
+ * @memberof IPageAccessVO
36
+ */
37
+ 'records'?: Array<AccessVO>;
32
38
  /**
33
39
  *
34
40
  * @type {number}
@@ -37,10 +43,10 @@ export interface IPageAccessVO {
37
43
  'current'?: number;
38
44
  /**
39
45
  *
40
- * @type {Array<AccessVO>}
46
+ * @type {boolean}
41
47
  * @memberof IPageAccessVO
42
48
  */
43
- 'records'?: Array<AccessVO>;
49
+ 'searchCount'?: boolean;
44
50
  /**
45
51
  *
46
52
  * @type {number}
@@ -54,12 +60,6 @@ export interface IPageAccessVO {
54
60
  * @deprecated
55
61
  */
56
62
  'hitCount'?: boolean;
57
- /**
58
- *
59
- * @type {boolean}
60
- * @memberof IPageAccessVO
61
- */
62
- 'searchCount'?: 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.12-alpha.48",
3
+ "version": "3.11.12-alpha.49",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {