@gizone/rrs-client 4.2.0-alpha.235 → 4.2.0-alpha.237

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.
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
34
34
  * @memberof IPageAccessVO
35
35
  */
36
36
  'records'?: Array<AccessVO>;
37
- /**
38
- *
39
- * @type {boolean}
40
- * @memberof IPageAccessVO
41
- */
42
- 'searchCount'?: boolean;
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}
@@ -370,14 +370,14 @@ export interface SysUser {
370
370
  'userAttachments'?: Array<SysUserAttachmentInfo>;
371
371
  /**
372
372
  *
373
- * @type {number}
373
+ * @type {string}
374
374
  * @memberof SysUser
375
375
  */
376
- 'cuserId'?: number;
376
+ 'cid'?: string;
377
377
  /**
378
378
  *
379
- * @type {string}
379
+ * @type {number}
380
380
  * @memberof SysUser
381
381
  */
382
- 'cid'?: string;
382
+ 'cuserId'?: number;
383
383
  }
@@ -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
  };
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
34
34
  * @memberof IPageAccessVO
35
35
  */
36
36
  'records'?: Array<AccessVO>;
37
- /**
38
- *
39
- * @type {boolean}
40
- * @memberof IPageAccessVO
41
- */
42
- 'searchCount'?: boolean;
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}
@@ -370,14 +370,14 @@ export interface SysUser {
370
370
  'userAttachments'?: Array<SysUserAttachmentInfo>;
371
371
  /**
372
372
  *
373
- * @type {number}
373
+ * @type {string}
374
374
  * @memberof SysUser
375
375
  */
376
- 'cuserId'?: number;
376
+ 'cid'?: string;
377
377
  /**
378
378
  *
379
- * @type {string}
379
+ * @type {number}
380
380
  * @memberof SysUser
381
381
  */
382
- 'cid'?: string;
382
+ 'cuserId'?: number;
383
383
  }
@@ -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
  };
@@ -41,12 +41,6 @@ export interface IPageAccessVO {
41
41
  * @memberof IPageAccessVO
42
42
  */
43
43
  'records'?: Array<AccessVO>;
44
- /**
45
- *
46
- * @type {boolean}
47
- * @memberof IPageAccessVO
48
- */
49
- 'searchCount'?: boolean;
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}
@@ -379,15 +379,15 @@ export interface SysUser {
379
379
  'userAttachments'?: Array<SysUserAttachmentInfo>;
380
380
  /**
381
381
  *
382
- * @type {number}
382
+ * @type {string}
383
383
  * @memberof SysUser
384
384
  */
385
- 'cuserId'?: number;
385
+ 'cid'?: string;
386
386
  /**
387
387
  *
388
- * @type {string}
388
+ * @type {number}
389
389
  * @memberof SysUser
390
390
  */
391
- 'cid'?: string;
391
+ 'cuserId'?: number;
392
392
  }
393
393
 
@@ -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.235",
3
+ "version": "4.2.0-alpha.237",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {