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

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.
@@ -19,22 +19,28 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {Array<string>}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'headerNames'?: Array<string>;
26
26
  /**
27
27
  *
28
- * @type {Array<string>}
28
+ * @type {number}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'headerNames'?: Array<string>;
31
+ 'status'?: number;
32
32
  /**
33
33
  *
34
34
  * @type {object}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
37
  'trailerFields'?: object;
38
+ /**
39
+ *
40
+ * @type {GetUserWx200ResponseLocale}
41
+ * @memberof GetUserWx200Response
42
+ */
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {number}
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
59
65
  * @memberof GetUserWx200Response
60
66
  */
61
67
  '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 {number}
28
+ * @memberof IPageAccessVO
29
+ */
30
+ 'current'?: number;
25
31
  /**
26
32
  *
27
33
  * @type {Array<AccessVO>}
@@ -33,19 +39,13 @@ export interface IPageAccessVO {
33
39
  * @type {number}
34
40
  * @memberof IPageAccessVO
35
41
  */
36
- 'current'?: number;
42
+ 'pages'?: number;
37
43
  /**
38
44
  *
39
45
  * @type {boolean}
40
46
  * @memberof IPageAccessVO
41
47
  */
42
48
  'searchCount'?: boolean;
43
- /**
44
- *
45
- * @type {number}
46
- * @memberof IPageAccessVO
47
- */
48
- 'pages'?: number;
49
49
  /**
50
50
  *
51
51
  * @type {boolean}
@@ -19,22 +19,28 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {Array<string>}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'headerNames'?: Array<string>;
26
26
  /**
27
27
  *
28
- * @type {Array<string>}
28
+ * @type {number}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'headerNames'?: Array<string>;
31
+ 'status'?: number;
32
32
  /**
33
33
  *
34
34
  * @type {object}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
37
  'trailerFields'?: object;
38
+ /**
39
+ *
40
+ * @type {GetUserWx200ResponseLocale}
41
+ * @memberof GetUserWx200Response
42
+ */
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {number}
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
59
65
  * @memberof GetUserWx200Response
60
66
  */
61
67
  '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 {number}
28
+ * @memberof IPageAccessVO
29
+ */
30
+ 'current'?: number;
25
31
  /**
26
32
  *
27
33
  * @type {Array<AccessVO>}
@@ -33,19 +39,13 @@ export interface IPageAccessVO {
33
39
  * @type {number}
34
40
  * @memberof IPageAccessVO
35
41
  */
36
- 'current'?: number;
42
+ 'pages'?: number;
37
43
  /**
38
44
  *
39
45
  * @type {boolean}
40
46
  * @memberof IPageAccessVO
41
47
  */
42
48
  'searchCount'?: boolean;
43
- /**
44
- *
45
- * @type {number}
46
- * @memberof IPageAccessVO
47
- */
48
- 'pages'?: number;
49
49
  /**
50
50
  *
51
51
  * @type {boolean}
@@ -28,22 +28,28 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {number}
31
+ * @type {Array<string>}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'status'?: number;
34
+ 'headerNames'?: Array<string>;
35
35
  /**
36
36
  *
37
- * @type {Array<string>}
37
+ * @type {number}
38
38
  * @memberof GetUserWx200Response
39
39
  */
40
- 'headerNames'?: Array<string>;
40
+ 'status'?: number;
41
41
  /**
42
42
  *
43
43
  * @type {object}
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
46
  'trailerFields'?: object;
47
+ /**
48
+ *
49
+ * @type {GetUserWx200ResponseLocale}
50
+ * @memberof GetUserWx200Response
51
+ */
52
+ 'locale'?: GetUserWx200ResponseLocale;
47
53
  /**
48
54
  *
49
55
  * @type {number}
@@ -68,12 +74,6 @@ export interface GetUserWx200Response {
68
74
  * @memberof GetUserWx200Response
69
75
  */
70
76
  '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 {number}
35
+ * @memberof IPageAccessVO
36
+ */
37
+ 'current'?: number;
32
38
  /**
33
39
  *
34
40
  * @type {Array<AccessVO>}
@@ -40,19 +46,13 @@ export interface IPageAccessVO {
40
46
  * @type {number}
41
47
  * @memberof IPageAccessVO
42
48
  */
43
- 'current'?: number;
49
+ 'pages'?: number;
44
50
  /**
45
51
  *
46
52
  * @type {boolean}
47
53
  * @memberof IPageAccessVO
48
54
  */
49
55
  'searchCount'?: boolean;
50
- /**
51
- *
52
- * @type {number}
53
- * @memberof IPageAccessVO
54
- */
55
- 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {boolean}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.0-alpha.150",
3
+ "version": "4.1.0-alpha.151",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {