@gizone/rrs-client 3.11.17-alpha.93 → 3.11.17-alpha.94

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