@gizone/rrs-client 4.1.3-alpha.205 → 4.1.3-alpha.207

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 {object}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'trailerFields'?: object;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
31
  'headerNames'?: Array<string>;
32
+ /**
33
+ *
34
+ * @type {object}
35
+ * @memberof GetUserWx200Response
36
+ */
37
+ 'trailerFields'?: object;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -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
  }
@@ -27,7 +27,7 @@ export interface IPageAccessVO {
27
27
  * @type {number}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'current'?: number;
30
+ 'pages'?: number;
31
31
  /**
32
32
  *
33
33
  * @type {Array<AccessVO>}
@@ -39,7 +39,7 @@ export interface IPageAccessVO {
39
39
  * @type {number}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'current'?: number;
43
43
  /**
44
44
  *
45
45
  * @type {boolean}
@@ -16,6 +16,18 @@ import type { MonitoringCoverageAlertReasonEnum } from './monitoring-coverage-al
16
16
  * @interface MonitoringCoverageAlertInfo
17
17
  */
18
18
  export interface MonitoringCoverageAlertInfo {
19
+ /**
20
+ * 覆盖率标准值
21
+ * @type {number}
22
+ * @memberof MonitoringCoverageAlertInfo
23
+ */
24
+ 'coverageRateStandard'?: number;
25
+ /**
26
+ * 覆盖率
27
+ * @type {number}
28
+ * @memberof MonitoringCoverageAlertInfo
29
+ */
30
+ 'coverageRate'?: number;
19
31
  /**
20
32
  *
21
33
  * @type {MonitoringCoverageAlertReasonEnum}
@@ -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 {object}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'trailerFields'?: object;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
31
  'headerNames'?: Array<string>;
32
+ /**
33
+ *
34
+ * @type {object}
35
+ * @memberof GetUserWx200Response
36
+ */
37
+ 'trailerFields'?: object;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -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
  }
@@ -27,7 +27,7 @@ export interface IPageAccessVO {
27
27
  * @type {number}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'current'?: number;
30
+ 'pages'?: number;
31
31
  /**
32
32
  *
33
33
  * @type {Array<AccessVO>}
@@ -39,7 +39,7 @@ export interface IPageAccessVO {
39
39
  * @type {number}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'current'?: number;
43
43
  /**
44
44
  *
45
45
  * @type {boolean}
@@ -16,6 +16,18 @@ import type { MonitoringCoverageAlertReasonEnum } from './monitoring-coverage-al
16
16
  * @interface MonitoringCoverageAlertInfo
17
17
  */
18
18
  export interface MonitoringCoverageAlertInfo {
19
+ /**
20
+ * 覆盖率标准值
21
+ * @type {number}
22
+ * @memberof MonitoringCoverageAlertInfo
23
+ */
24
+ 'coverageRateStandard'?: number;
25
+ /**
26
+ * 覆盖率
27
+ * @type {number}
28
+ * @memberof MonitoringCoverageAlertInfo
29
+ */
30
+ 'coverageRate'?: number;
19
31
  /**
20
32
  *
21
33
  * @type {MonitoringCoverageAlertReasonEnum}
@@ -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 {object}
32
- * @memberof GetUserWx200Response
33
- */
34
- 'trailerFields'?: object;
35
29
  /**
36
30
  *
37
31
  * @type {number}
@@ -44,6 +38,12 @@ export interface GetUserWx200Response {
44
38
  * @memberof GetUserWx200Response
45
39
  */
46
40
  'headerNames'?: Array<string>;
41
+ /**
42
+ *
43
+ * @type {object}
44
+ * @memberof GetUserWx200Response
45
+ */
46
+ 'trailerFields'?: object;
47
47
  /**
48
48
  *
49
49
  * @type {GetUserWx200ResponseLocale}
@@ -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
 
@@ -34,7 +34,7 @@ export interface IPageAccessVO {
34
34
  * @type {number}
35
35
  * @memberof IPageAccessVO
36
36
  */
37
- 'current'?: number;
37
+ 'pages'?: number;
38
38
  /**
39
39
  *
40
40
  * @type {Array<AccessVO>}
@@ -46,7 +46,7 @@ export interface IPageAccessVO {
46
46
  * @type {number}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'pages'?: number;
49
+ 'current'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -23,6 +23,18 @@ import type { MonitoringCoverageAlertReasonEnum } from './monitoring-coverage-al
23
23
  * @interface MonitoringCoverageAlertInfo
24
24
  */
25
25
  export interface MonitoringCoverageAlertInfo {
26
+ /**
27
+ * 覆盖率标准值
28
+ * @type {number}
29
+ * @memberof MonitoringCoverageAlertInfo
30
+ */
31
+ 'coverageRateStandard'?: number;
32
+ /**
33
+ * 覆盖率
34
+ * @type {number}
35
+ * @memberof MonitoringCoverageAlertInfo
36
+ */
37
+ 'coverageRate'?: number;
26
38
  /**
27
39
  *
28
40
  * @type {MonitoringCoverageAlertReasonEnum}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.3-alpha.205",
3
+ "version": "4.1.3-alpha.207",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {