@gizone/rrs-client 4.2.0-alpha.234 → 4.2.0-alpha.236

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.
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {Array<string>}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'headerNames'?: Array<string>;
25
+ 'status'?: number;
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
34
  * @type {object}
@@ -41,12 +41,6 @@ export interface GetUserWx200Response {
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
43
  'locale'?: GetUserWx200ResponseLocale;
44
- /**
45
- *
46
- * @type {number}
47
- * @memberof GetUserWx200Response
48
- */
49
- 'bufferSize'?: number;
50
44
  /**
51
45
  *
52
46
  * @type {string}
@@ -65,6 +59,12 @@ export interface GetUserWx200Response {
65
59
  * @memberof GetUserWx200Response
66
60
  */
67
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
+ /**
63
+ *
64
+ * @type {number}
65
+ * @memberof GetUserWx200Response
66
+ */
67
+ 'bufferSize'?: number;
68
68
  /**
69
69
  *
70
70
  * @type {number}
@@ -27,32 +27,32 @@ 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 {boolean}
41
40
  * @memberof IPageAccessVO
42
41
  */
43
- 'records'?: Array<AccessVO>;
42
+ 'searchCount'?: boolean;
44
43
  /**
45
44
  *
46
45
  * @type {number}
47
46
  * @memberof IPageAccessVO
48
47
  */
49
- 'current'?: number;
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 SystemUserMsgSourceTypeEnum: {
22
22
  readonly NetworkMonitoringRepairWorkOrder: "NETWORK_MONITORING_REPAIR_WORK_ORDER";
23
23
  readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
24
24
  readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
25
+ readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
25
26
  };
26
27
  export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
@@ -23,5 +23,6 @@ export const SystemUserMsgSourceTypeEnum = {
23
23
  MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
24
24
  NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
25
25
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
26
- OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
26
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
27
+ UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION'
27
28
  };
@@ -17,5 +17,6 @@
17
17
  export declare const SystemUserMsgTypeEnum: {
18
18
  readonly SystemNotice: "SYSTEM_NOTICE";
19
19
  readonly WorkOrder: "WORK_ORDER";
20
+ readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
20
21
  };
21
22
  export type SystemUserMsgTypeEnum = typeof SystemUserMsgTypeEnum[keyof typeof SystemUserMsgTypeEnum];
@@ -18,5 +18,6 @@
18
18
  */
19
19
  export const SystemUserMsgTypeEnum = {
20
20
  SystemNotice: 'SYSTEM_NOTICE',
21
- WorkOrder: 'WORK_ORDER'
21
+ WorkOrder: 'WORK_ORDER',
22
+ UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION'
22
23
  };
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {Array<string>}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'headerNames'?: Array<string>;
25
+ 'status'?: number;
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
34
  * @type {object}
@@ -41,12 +41,6 @@ export interface GetUserWx200Response {
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
43
  'locale'?: GetUserWx200ResponseLocale;
44
- /**
45
- *
46
- * @type {number}
47
- * @memberof GetUserWx200Response
48
- */
49
- 'bufferSize'?: number;
50
44
  /**
51
45
  *
52
46
  * @type {string}
@@ -65,6 +59,12 @@ export interface GetUserWx200Response {
65
59
  * @memberof GetUserWx200Response
66
60
  */
67
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
+ /**
63
+ *
64
+ * @type {number}
65
+ * @memberof GetUserWx200Response
66
+ */
67
+ 'bufferSize'?: number;
68
68
  /**
69
69
  *
70
70
  * @type {number}
@@ -27,32 +27,32 @@ 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 {boolean}
41
40
  * @memberof IPageAccessVO
42
41
  */
43
- 'records'?: Array<AccessVO>;
42
+ 'searchCount'?: boolean;
44
43
  /**
45
44
  *
46
45
  * @type {number}
47
46
  * @memberof IPageAccessVO
48
47
  */
49
- 'current'?: number;
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 SystemUserMsgSourceTypeEnum: {
22
22
  readonly NetworkMonitoringRepairWorkOrder: "NETWORK_MONITORING_REPAIR_WORK_ORDER";
23
23
  readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
24
24
  readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
25
+ readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
25
26
  };
26
27
  export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
@@ -26,5 +26,6 @@ exports.SystemUserMsgSourceTypeEnum = {
26
26
  MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
27
27
  NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
28
28
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
29
- OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
29
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
30
+ UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION'
30
31
  };
@@ -17,5 +17,6 @@
17
17
  export declare const SystemUserMsgTypeEnum: {
18
18
  readonly SystemNotice: "SYSTEM_NOTICE";
19
19
  readonly WorkOrder: "WORK_ORDER";
20
+ readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
20
21
  };
21
22
  export type SystemUserMsgTypeEnum = typeof SystemUserMsgTypeEnum[keyof typeof SystemUserMsgTypeEnum];
@@ -21,5 +21,6 @@ exports.SystemUserMsgTypeEnum = void 0;
21
21
  */
22
22
  exports.SystemUserMsgTypeEnum = {
23
23
  SystemNotice: 'SYSTEM_NOTICE',
24
- WorkOrder: 'WORK_ORDER'
24
+ WorkOrder: 'WORK_ORDER',
25
+ UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION'
25
26
  };
@@ -28,16 +28,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {Array<string>}
31
+ * @type {number}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'headerNames'?: Array<string>;
34
+ 'status'?: number;
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
43
  * @type {object}
@@ -50,12 +50,6 @@ export interface GetUserWx200Response {
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
52
  'locale'?: GetUserWx200ResponseLocale;
53
- /**
54
- *
55
- * @type {number}
56
- * @memberof GetUserWx200Response
57
- */
58
- 'bufferSize'?: number;
59
53
  /**
60
54
  *
61
55
  * @type {string}
@@ -74,6 +68,12 @@ export interface GetUserWx200Response {
74
68
  * @memberof GetUserWx200Response
75
69
  */
76
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
71
+ /**
72
+ *
73
+ * @type {number}
74
+ * @memberof GetUserWx200Response
75
+ */
76
+ 'bufferSize'?: number;
77
77
  /**
78
78
  *
79
79
  * @type {number}
@@ -34,32 +34,32 @@ 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 {boolean}
48
47
  * @memberof IPageAccessVO
49
48
  */
50
- 'records'?: Array<AccessVO>;
49
+ 'searchCount'?: boolean;
51
50
  /**
52
51
  *
53
52
  * @type {number}
54
53
  * @memberof IPageAccessVO
55
54
  */
56
- 'current'?: number;
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 SystemUserMsgSourceTypeEnum = {
27
27
  MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
28
28
  NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
29
29
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
30
- OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
30
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
31
+ UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION'
31
32
  } as const;
32
33
 
33
34
  export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
@@ -22,7 +22,8 @@
22
22
 
23
23
  export const SystemUserMsgTypeEnum = {
24
24
  SystemNotice: 'SYSTEM_NOTICE',
25
- WorkOrder: 'WORK_ORDER'
25
+ WorkOrder: 'WORK_ORDER',
26
+ UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION'
26
27
  } as const;
27
28
 
28
29
  export type SystemUserMsgTypeEnum = typeof SystemUserMsgTypeEnum[keyof typeof SystemUserMsgTypeEnum];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.234",
3
+ "version": "4.2.0-alpha.236",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {