@gizone/rrs-client 4.1.3-alpha.203 → 4.1.3-alpha.206

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,6 +17,12 @@ 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;
20
26
  /**
21
27
  *
22
28
  * @type {number}
@@ -31,16 +37,16 @@ export interface GetUserWx200Response {
31
37
  'headerNames'?: Array<string>;
32
38
  /**
33
39
  *
34
- * @type {object}
40
+ * @type {GetUserWx200ResponseLocale}
35
41
  * @memberof GetUserWx200Response
36
42
  */
37
- 'trailerFields'?: object;
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
- * @type {GetUserWx200ResponseLocale}
46
+ * @type {number}
41
47
  * @memberof GetUserWx200Response
42
48
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
49
+ 'bufferSize'?: number;
44
50
  /**
45
51
  *
46
52
  * @type {string}
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
59
65
  * @memberof GetUserWx200Response
60
66
  */
61
67
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
- /**
63
- *
64
- * @type {number}
65
- * @memberof GetUserWx200Response
66
- */
67
- 'bufferSize'?: number;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
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}
@@ -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,6 +17,12 @@ 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;
20
26
  /**
21
27
  *
22
28
  * @type {number}
@@ -31,16 +37,16 @@ export interface GetUserWx200Response {
31
37
  'headerNames'?: Array<string>;
32
38
  /**
33
39
  *
34
- * @type {object}
40
+ * @type {GetUserWx200ResponseLocale}
35
41
  * @memberof GetUserWx200Response
36
42
  */
37
- 'trailerFields'?: object;
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
- * @type {GetUserWx200ResponseLocale}
46
+ * @type {number}
41
47
  * @memberof GetUserWx200Response
42
48
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
49
+ 'bufferSize'?: number;
44
50
  /**
45
51
  *
46
52
  * @type {string}
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
59
65
  * @memberof GetUserWx200Response
60
66
  */
61
67
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
- /**
63
- *
64
- * @type {number}
65
- * @memberof GetUserWx200Response
66
- */
67
- 'bufferSize'?: number;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
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}
@@ -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,6 +26,12 @@ 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;
29
35
  /**
30
36
  *
31
37
  * @type {number}
@@ -40,16 +46,16 @@ export interface GetUserWx200Response {
40
46
  'headerNames'?: Array<string>;
41
47
  /**
42
48
  *
43
- * @type {object}
49
+ * @type {GetUserWx200ResponseLocale}
44
50
  * @memberof GetUserWx200Response
45
51
  */
46
- 'trailerFields'?: object;
52
+ 'locale'?: GetUserWx200ResponseLocale;
47
53
  /**
48
54
  *
49
- * @type {GetUserWx200ResponseLocale}
55
+ * @type {number}
50
56
  * @memberof GetUserWx200Response
51
57
  */
52
- 'locale'?: GetUserWx200ResponseLocale;
58
+ 'bufferSize'?: number;
53
59
  /**
54
60
  *
55
61
  * @type {string}
@@ -68,12 +74,6 @@ export interface GetUserWx200Response {
68
74
  * @memberof GetUserWx200Response
69
75
  */
70
76
  'outputStream'?: GetUserWx200ResponseOutputStream;
71
- /**
72
- *
73
- * @type {number}
74
- * @memberof GetUserWx200Response
75
- */
76
- 'bufferSize'?: number;
77
77
  /**
78
78
  *
79
79
  * @type {string}
@@ -43,23 +43,23 @@ export interface IPageAccessVO {
43
43
  'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'pages'?: number;
49
+ 'searchCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageAccessVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
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}
@@ -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.203",
3
+ "version": "4.1.3-alpha.206",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {