@gizone/rrs-client 3.11.14-alpha.68 → 3.11.14-alpha.70

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