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