@gizone/rrs-client 3.11.12-alpha.56 → 3.11.12-alpha.58

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 {number}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'status'?: number;
26
20
  /**
27
21
  *
28
22
  * @type {Array<string>}
@@ -31,16 +25,16 @@ export interface GetUserWx200Response {
31
25
  'headerNames'?: Array<string>;
32
26
  /**
33
27
  *
34
- * @type {object}
28
+ * @type {number}
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
- 'trailerFields'?: object;
31
+ 'status'?: number;
38
32
  /**
39
33
  *
40
- * @type {GetUserWx200ResponseLocale}
34
+ * @type {object}
41
35
  * @memberof GetUserWx200Response
42
36
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
37
+ 'trailerFields'?: object;
44
38
  /**
45
39
  *
46
40
  * @type {string}
@@ -61,16 +55,16 @@ export interface GetUserWx200Response {
61
55
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
56
  /**
63
57
  *
64
- * @type {number}
58
+ * @type {GetUserWx200ResponseLocale}
65
59
  * @memberof GetUserWx200Response
66
60
  */
67
- 'bufferSize'?: number;
61
+ 'locale'?: GetUserWx200ResponseLocale;
68
62
  /**
69
63
  *
70
- * @type {string}
64
+ * @type {number}
71
65
  * @memberof GetUserWx200Response
72
66
  */
73
- 'characterEncoding'?: string;
67
+ 'bufferSize'?: number;
74
68
  /**
75
69
  *
76
70
  * @type {number}
@@ -79,14 +73,20 @@ export interface GetUserWx200Response {
79
73
  'contentLengthLong'?: number;
80
74
  /**
81
75
  *
82
- * @type {boolean}
76
+ * @type {object}
83
77
  * @memberof GetUserWx200Response
84
78
  */
85
- 'committed'?: boolean;
79
+ 'writer'?: object;
86
80
  /**
87
81
  *
88
- * @type {object}
82
+ * @type {string}
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
- 'writer'?: object;
85
+ 'characterEncoding'?: string;
86
+ /**
87
+ *
88
+ * @type {boolean}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'committed'?: boolean;
92
92
  }
@@ -38,21 +38,21 @@ export interface IPageAccessVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
+ * @deprecated
41
42
  */
42
- 'searchCount'?: boolean;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
- * @type {number}
46
+ * @type {boolean}
46
47
  * @memberof IPageAccessVO
47
48
  */
48
- 'pages'?: number;
49
+ 'searchCount'?: boolean;
49
50
  /**
50
51
  *
51
- * @type {boolean}
52
+ * @type {number}
52
53
  * @memberof IPageAccessVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -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 {number}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'status'?: number;
26
20
  /**
27
21
  *
28
22
  * @type {Array<string>}
@@ -31,16 +25,16 @@ export interface GetUserWx200Response {
31
25
  'headerNames'?: Array<string>;
32
26
  /**
33
27
  *
34
- * @type {object}
28
+ * @type {number}
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
- 'trailerFields'?: object;
31
+ 'status'?: number;
38
32
  /**
39
33
  *
40
- * @type {GetUserWx200ResponseLocale}
34
+ * @type {object}
41
35
  * @memberof GetUserWx200Response
42
36
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
37
+ 'trailerFields'?: object;
44
38
  /**
45
39
  *
46
40
  * @type {string}
@@ -61,16 +55,16 @@ export interface GetUserWx200Response {
61
55
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
56
  /**
63
57
  *
64
- * @type {number}
58
+ * @type {GetUserWx200ResponseLocale}
65
59
  * @memberof GetUserWx200Response
66
60
  */
67
- 'bufferSize'?: number;
61
+ 'locale'?: GetUserWx200ResponseLocale;
68
62
  /**
69
63
  *
70
- * @type {string}
64
+ * @type {number}
71
65
  * @memberof GetUserWx200Response
72
66
  */
73
- 'characterEncoding'?: string;
67
+ 'bufferSize'?: number;
74
68
  /**
75
69
  *
76
70
  * @type {number}
@@ -79,14 +73,20 @@ export interface GetUserWx200Response {
79
73
  'contentLengthLong'?: number;
80
74
  /**
81
75
  *
82
- * @type {boolean}
76
+ * @type {object}
83
77
  * @memberof GetUserWx200Response
84
78
  */
85
- 'committed'?: boolean;
79
+ 'writer'?: object;
86
80
  /**
87
81
  *
88
- * @type {object}
82
+ * @type {string}
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
- 'writer'?: object;
85
+ 'characterEncoding'?: string;
86
+ /**
87
+ *
88
+ * @type {boolean}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'committed'?: boolean;
92
92
  }
@@ -38,21 +38,21 @@ export interface IPageAccessVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
+ * @deprecated
41
42
  */
42
- 'searchCount'?: boolean;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
- * @type {number}
46
+ * @type {boolean}
46
47
  * @memberof IPageAccessVO
47
48
  */
48
- 'pages'?: number;
49
+ 'searchCount'?: boolean;
49
50
  /**
50
51
  *
51
- * @type {boolean}
52
+ * @type {number}
52
53
  * @memberof IPageAccessVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -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 {number}
32
- * @memberof GetUserWx200Response
33
- */
34
- 'status'?: number;
35
29
  /**
36
30
  *
37
31
  * @type {Array<string>}
@@ -40,16 +34,16 @@ export interface GetUserWx200Response {
40
34
  'headerNames'?: Array<string>;
41
35
  /**
42
36
  *
43
- * @type {object}
37
+ * @type {number}
44
38
  * @memberof GetUserWx200Response
45
39
  */
46
- 'trailerFields'?: object;
40
+ 'status'?: number;
47
41
  /**
48
42
  *
49
- * @type {GetUserWx200ResponseLocale}
43
+ * @type {object}
50
44
  * @memberof GetUserWx200Response
51
45
  */
52
- 'locale'?: GetUserWx200ResponseLocale;
46
+ 'trailerFields'?: object;
53
47
  /**
54
48
  *
55
49
  * @type {string}
@@ -70,16 +64,16 @@ export interface GetUserWx200Response {
70
64
  'outputStream'?: GetUserWx200ResponseOutputStream;
71
65
  /**
72
66
  *
73
- * @type {number}
67
+ * @type {GetUserWx200ResponseLocale}
74
68
  * @memberof GetUserWx200Response
75
69
  */
76
- 'bufferSize'?: number;
70
+ 'locale'?: GetUserWx200ResponseLocale;
77
71
  /**
78
72
  *
79
- * @type {string}
73
+ * @type {number}
80
74
  * @memberof GetUserWx200Response
81
75
  */
82
- 'characterEncoding'?: string;
76
+ 'bufferSize'?: number;
83
77
  /**
84
78
  *
85
79
  * @type {number}
@@ -88,15 +82,21 @@ export interface GetUserWx200Response {
88
82
  'contentLengthLong'?: number;
89
83
  /**
90
84
  *
91
- * @type {boolean}
85
+ * @type {object}
92
86
  * @memberof GetUserWx200Response
93
87
  */
94
- 'committed'?: boolean;
88
+ 'writer'?: object;
95
89
  /**
96
90
  *
97
- * @type {object}
91
+ * @type {string}
98
92
  * @memberof GetUserWx200Response
99
93
  */
100
- 'writer'?: object;
94
+ 'characterEncoding'?: string;
95
+ /**
96
+ *
97
+ * @type {boolean}
98
+ * @memberof GetUserWx200Response
99
+ */
100
+ 'committed'?: boolean;
101
101
  }
102
102
 
@@ -45,21 +45,21 @@ export interface IPageAccessVO {
45
45
  *
46
46
  * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
+ * @deprecated
48
49
  */
49
- 'searchCount'?: boolean;
50
+ 'hitCount'?: boolean;
50
51
  /**
51
52
  *
52
- * @type {number}
53
+ * @type {boolean}
53
54
  * @memberof IPageAccessVO
54
55
  */
55
- 'pages'?: number;
56
+ 'searchCount'?: boolean;
56
57
  /**
57
58
  *
58
- * @type {boolean}
59
+ * @type {number}
59
60
  * @memberof IPageAccessVO
60
- * @deprecated
61
61
  */
62
- 'hitCount'?: boolean;
62
+ 'pages'?: number;
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.56",
3
+ "version": "3.11.12-alpha.58",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {