@gizone/rrs-client 4.1.3-alpha.208 → 4.1.3-alpha.209

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}
@@ -67,16 +61,16 @@ export interface GetUserWx200Response {
67
61
  'bufferSize'?: number;
68
62
  /**
69
63
  *
70
- * @type {number}
64
+ * @type {GetUserWx200ResponseLocale}
71
65
  * @memberof GetUserWx200Response
72
66
  */
73
- 'contentLengthLong'?: number;
67
+ 'locale'?: GetUserWx200ResponseLocale;
74
68
  /**
75
69
  *
76
- * @type {string}
70
+ * @type {boolean}
77
71
  * @memberof GetUserWx200Response
78
72
  */
79
- 'characterEncoding'?: string;
73
+ 'committed'?: boolean;
80
74
  /**
81
75
  *
82
76
  * @type {object}
@@ -85,8 +79,14 @@ export interface GetUserWx200Response {
85
79
  'writer'?: object;
86
80
  /**
87
81
  *
88
- * @type {boolean}
82
+ * @type {number}
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
- 'committed'?: boolean;
85
+ 'contentLengthLong'?: number;
86
+ /**
87
+ *
88
+ * @type {string}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'characterEncoding'?: string;
92
92
  }
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
34
34
  * @memberof IPageAccessVO
35
35
  */
36
36
  'records'?: Array<AccessVO>;
37
- /**
38
- *
39
- * @type {boolean}
40
- * @memberof IPageAccessVO
41
- */
42
- 'searchCount'?: boolean;
43
37
  /**
44
38
  *
45
39
  * @type {number}
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageAccessVO
54
+ */
55
+ 'searchCount'?: boolean;
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}
@@ -67,16 +61,16 @@ export interface GetUserWx200Response {
67
61
  'bufferSize'?: number;
68
62
  /**
69
63
  *
70
- * @type {number}
64
+ * @type {GetUserWx200ResponseLocale}
71
65
  * @memberof GetUserWx200Response
72
66
  */
73
- 'contentLengthLong'?: number;
67
+ 'locale'?: GetUserWx200ResponseLocale;
74
68
  /**
75
69
  *
76
- * @type {string}
70
+ * @type {boolean}
77
71
  * @memberof GetUserWx200Response
78
72
  */
79
- 'characterEncoding'?: string;
73
+ 'committed'?: boolean;
80
74
  /**
81
75
  *
82
76
  * @type {object}
@@ -85,8 +79,14 @@ export interface GetUserWx200Response {
85
79
  'writer'?: object;
86
80
  /**
87
81
  *
88
- * @type {boolean}
82
+ * @type {number}
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
- 'committed'?: boolean;
85
+ 'contentLengthLong'?: number;
86
+ /**
87
+ *
88
+ * @type {string}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'characterEncoding'?: string;
92
92
  }
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
34
34
  * @memberof IPageAccessVO
35
35
  */
36
36
  'records'?: Array<AccessVO>;
37
- /**
38
- *
39
- * @type {boolean}
40
- * @memberof IPageAccessVO
41
- */
42
- 'searchCount'?: boolean;
43
37
  /**
44
38
  *
45
39
  * @type {number}
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageAccessVO
54
+ */
55
+ 'searchCount'?: boolean;
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}
@@ -76,16 +70,16 @@ export interface GetUserWx200Response {
76
70
  'bufferSize'?: number;
77
71
  /**
78
72
  *
79
- * @type {number}
73
+ * @type {GetUserWx200ResponseLocale}
80
74
  * @memberof GetUserWx200Response
81
75
  */
82
- 'contentLengthLong'?: number;
76
+ 'locale'?: GetUserWx200ResponseLocale;
83
77
  /**
84
78
  *
85
- * @type {string}
79
+ * @type {boolean}
86
80
  * @memberof GetUserWx200Response
87
81
  */
88
- 'characterEncoding'?: string;
82
+ 'committed'?: boolean;
89
83
  /**
90
84
  *
91
85
  * @type {object}
@@ -94,9 +88,15 @@ export interface GetUserWx200Response {
94
88
  'writer'?: object;
95
89
  /**
96
90
  *
97
- * @type {boolean}
91
+ * @type {number}
98
92
  * @memberof GetUserWx200Response
99
93
  */
100
- 'committed'?: boolean;
94
+ 'contentLengthLong'?: number;
95
+ /**
96
+ *
97
+ * @type {string}
98
+ * @memberof GetUserWx200Response
99
+ */
100
+ 'characterEncoding'?: string;
101
101
  }
102
102
 
@@ -41,12 +41,6 @@ export interface IPageAccessVO {
41
41
  * @memberof IPageAccessVO
42
42
  */
43
43
  'records'?: Array<AccessVO>;
44
- /**
45
- *
46
- * @type {boolean}
47
- * @memberof IPageAccessVO
48
- */
49
- 'searchCount'?: boolean;
50
44
  /**
51
45
  *
52
46
  * @type {number}
@@ -60,6 +54,12 @@ export interface IPageAccessVO {
60
54
  * @deprecated
61
55
  */
62
56
  '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.3-alpha.208",
3
+ "version": "4.1.3-alpha.209",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {