@gizone/rrs-client 3.11.12-alpha.38 → 3.11.12-alpha.40

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