@gizone/rrs-client 4.1.3-alpha.195 → 4.1.3-alpha.196

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,10 +37,10 @@ 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
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -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}
@@ -22,5 +22,6 @@ export declare const WorkOrderSettingsTypeEnum: {
22
22
  readonly NetworkMonitorRepairWorkOrder: "NETWORK_MONITOR_REPAIR_WORK_ORDER";
23
23
  readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
24
24
  readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
25
+ readonly MonitoringCoverageAlertWorkOrder: "MONITORING_COVERAGE_ALERT_WORK_ORDER";
25
26
  };
26
27
  export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
@@ -23,5 +23,6 @@ export const WorkOrderSettingsTypeEnum = {
23
23
  MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
24
24
  NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
25
25
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
26
- OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
26
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
27
+ MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER'
27
28
  };
@@ -33,5 +33,6 @@ export declare const WorkOrderTypeEnum: {
33
33
  readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
34
34
  readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
35
35
  readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
36
+ readonly MonitoringCoverageAlertWorkOrder: "MONITORING_COVERAGE_ALERT_WORK_ORDER";
36
37
  };
37
38
  export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
@@ -34,5 +34,6 @@ export const WorkOrderTypeEnum = {
34
34
  AiInspection: 'AI_INSPECTION',
35
35
  NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
36
36
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
37
- OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
37
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
38
+ MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER'
38
39
  };
@@ -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,10 +37,10 @@ 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
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -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}
@@ -22,5 +22,6 @@ export declare const WorkOrderSettingsTypeEnum: {
22
22
  readonly NetworkMonitorRepairWorkOrder: "NETWORK_MONITOR_REPAIR_WORK_ORDER";
23
23
  readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
24
24
  readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
25
+ readonly MonitoringCoverageAlertWorkOrder: "MONITORING_COVERAGE_ALERT_WORK_ORDER";
25
26
  };
26
27
  export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
@@ -26,5 +26,6 @@ exports.WorkOrderSettingsTypeEnum = {
26
26
  MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
27
27
  NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
28
28
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
29
- OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
29
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
30
+ MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER'
30
31
  };
@@ -33,5 +33,6 @@ export declare const WorkOrderTypeEnum: {
33
33
  readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
34
34
  readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
35
35
  readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
36
+ readonly MonitoringCoverageAlertWorkOrder: "MONITORING_COVERAGE_ALERT_WORK_ORDER";
36
37
  };
37
38
  export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
@@ -37,5 +37,6 @@ exports.WorkOrderTypeEnum = {
37
37
  AiInspection: 'AI_INSPECTION',
38
38
  NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
39
39
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
40
- OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
40
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
41
+ MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER'
41
42
  };
@@ -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,10 +46,10 @@ 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
55
  * @type {string}
@@ -62,12 +68,6 @@ export interface GetUserWx200Response {
62
68
  * @memberof GetUserWx200Response
63
69
  */
64
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
- /**
66
- *
67
- * @type {GetUserWx200ResponseLocale}
68
- * @memberof GetUserWx200Response
69
- */
70
- 'locale'?: GetUserWx200ResponseLocale;
71
71
  /**
72
72
  *
73
73
  * @type {number}
@@ -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}
@@ -27,7 +27,8 @@ export const WorkOrderSettingsTypeEnum = {
27
27
  MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
28
28
  NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
29
29
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
30
- OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
30
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
31
+ MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER'
31
32
  } as const;
32
33
 
33
34
  export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
@@ -38,7 +38,8 @@ export const WorkOrderTypeEnum = {
38
38
  AiInspection: 'AI_INSPECTION',
39
39
  NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
40
40
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
41
- OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
41
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
42
+ MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER'
42
43
  } as const;
43
44
 
44
45
  export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.3-alpha.195",
3
+ "version": "4.1.3-alpha.196",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {