@gizone/rrs-client 4.1.0-alpha.149 → 4.1.0-alpha.150

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