@gizone/rrs-client 4.1.2-alpha.181 → 4.1.3-alpha.183

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @gizone/rrs-client@4.1.2
1
+ ## @gizone/rrs-client@4.1.3
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @gizone/rrs-client@4.1.2 --save
39
+ npm install @gizone/rrs-client@4.1.3 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/configuration.ts CHANGED
@@ -92,7 +92,7 @@ export class Configuration {
92
92
  this.baseOptions = {
93
93
  headers: {
94
94
  ...param.baseOptions?.headers,
95
- 'User-Agent': "OpenAPI-Generator/4.1.2/typescript-axios"
95
+ 'User-Agent': "OpenAPI-Generator/4.1.3/typescript-axios"
96
96
  },
97
97
  ...param.baseOptions
98
98
  };
@@ -23,7 +23,7 @@ class Configuration {
23
23
  this.accessToken = param.accessToken;
24
24
  this.basePath = param.basePath;
25
25
  this.serverIndex = param.serverIndex;
26
- this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/4.1.2/typescript-axios" }) }, param.baseOptions);
26
+ this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/4.1.3/typescript-axios" }) }, param.baseOptions);
27
27
  this.formDataCtor = param.formDataCtor;
28
28
  }
29
29
  /**
@@ -20,7 +20,7 @@ export class Configuration {
20
20
  this.accessToken = param.accessToken;
21
21
  this.basePath = param.basePath;
22
22
  this.serverIndex = param.serverIndex;
23
- this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/4.1.2/typescript-axios" }) }, param.baseOptions);
23
+ this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/4.1.3/typescript-axios" }) }, param.baseOptions);
24
24
  this.formDataCtor = param.formDataCtor;
25
25
  }
26
26
  /**
@@ -25,22 +25,22 @@ export interface GetUserWx200Response {
25
25
  'trailerFields'?: object;
26
26
  /**
27
27
  *
28
- * @type {number}
28
+ * @type {Array<string>}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'status'?: number;
31
+ 'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
- * @type {Array<string>}
34
+ * @type {number}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'headerNames'?: Array<string>;
37
+ 'status'?: number;
38
38
  /**
39
39
  *
40
- * @type {number}
40
+ * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'bufferSize'?: number;
43
+ 'locale'?: GetUserWx200ResponseLocale;
44
44
  /**
45
45
  *
46
46
  * @type {string}
@@ -61,10 +61,10 @@ export interface GetUserWx200Response {
61
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
62
  /**
63
63
  *
64
- * @type {GetUserWx200ResponseLocale}
64
+ * @type {number}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'locale'?: GetUserWx200ResponseLocale;
67
+ 'bufferSize'?: number;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -73,20 +73,20 @@ export interface GetUserWx200Response {
73
73
  'characterEncoding'?: string;
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
- * @type {boolean}
82
+ * @type {number}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'committed'?: boolean;
85
+ 'contentLengthLong'?: number;
86
86
  /**
87
87
  *
88
- * @type {object}
88
+ * @type {boolean}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'writer'?: object;
91
+ 'committed'?: boolean;
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,10 +30,10 @@ 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}
@@ -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}
@@ -25,22 +25,22 @@ export interface GetUserWx200Response {
25
25
  'trailerFields'?: object;
26
26
  /**
27
27
  *
28
- * @type {number}
28
+ * @type {Array<string>}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'status'?: number;
31
+ 'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
- * @type {Array<string>}
34
+ * @type {number}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'headerNames'?: Array<string>;
37
+ 'status'?: number;
38
38
  /**
39
39
  *
40
- * @type {number}
40
+ * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'bufferSize'?: number;
43
+ 'locale'?: GetUserWx200ResponseLocale;
44
44
  /**
45
45
  *
46
46
  * @type {string}
@@ -61,10 +61,10 @@ export interface GetUserWx200Response {
61
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
62
  /**
63
63
  *
64
- * @type {GetUserWx200ResponseLocale}
64
+ * @type {number}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'locale'?: GetUserWx200ResponseLocale;
67
+ 'bufferSize'?: number;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -73,20 +73,20 @@ export interface GetUserWx200Response {
73
73
  'characterEncoding'?: string;
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
- * @type {boolean}
82
+ * @type {number}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'committed'?: boolean;
85
+ 'contentLengthLong'?: number;
86
86
  /**
87
87
  *
88
- * @type {object}
88
+ * @type {boolean}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'writer'?: object;
91
+ 'committed'?: boolean;
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,10 +30,10 @@ 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}
@@ -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}
@@ -34,22 +34,22 @@ export interface GetUserWx200Response {
34
34
  'trailerFields'?: object;
35
35
  /**
36
36
  *
37
- * @type {number}
37
+ * @type {Array<string>}
38
38
  * @memberof GetUserWx200Response
39
39
  */
40
- 'status'?: number;
40
+ 'headerNames'?: Array<string>;
41
41
  /**
42
42
  *
43
- * @type {Array<string>}
43
+ * @type {number}
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
- 'headerNames'?: Array<string>;
46
+ 'status'?: number;
47
47
  /**
48
48
  *
49
- * @type {number}
49
+ * @type {GetUserWx200ResponseLocale}
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
- 'bufferSize'?: number;
52
+ 'locale'?: GetUserWx200ResponseLocale;
53
53
  /**
54
54
  *
55
55
  * @type {string}
@@ -70,10 +70,10 @@ export interface GetUserWx200Response {
70
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
71
71
  /**
72
72
  *
73
- * @type {GetUserWx200ResponseLocale}
73
+ * @type {number}
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
- 'locale'?: GetUserWx200ResponseLocale;
76
+ 'bufferSize'?: number;
77
77
  /**
78
78
  *
79
79
  * @type {string}
@@ -82,21 +82,21 @@ export interface GetUserWx200Response {
82
82
  'characterEncoding'?: string;
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
- * @type {boolean}
91
+ * @type {number}
92
92
  * @memberof GetUserWx200Response
93
93
  */
94
- 'committed'?: boolean;
94
+ 'contentLengthLong'?: number;
95
95
  /**
96
96
  *
97
- * @type {object}
97
+ * @type {boolean}
98
98
  * @memberof GetUserWx200Response
99
99
  */
100
- 'writer'?: object;
100
+ 'committed'?: boolean;
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,10 +37,10 @@ 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}
@@ -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.2-alpha.181",
3
+ "version": "4.1.3-alpha.183",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {