@gizone/rrs-client 4.2.0-alpha.235 → 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.
@@ -35,6 +35,12 @@ export interface GetUserWx200Response {
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
37
  'trailerFields'?: object;
38
+ /**
39
+ *
40
+ * @type {GetUserWx200ResponseLocale}
41
+ * @memberof GetUserWx200Response
42
+ */
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,24 +59,12 @@ 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}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
67
  'bufferSize'?: number;
68
- /**
69
- *
70
- * @type {string}
71
- * @memberof GetUserWx200Response
72
- */
73
- 'characterEncoding'?: string;
74
68
  /**
75
69
  *
76
70
  * @type {number}
@@ -83,6 +77,12 @@ export interface GetUserWx200Response {
83
77
  * @memberof GetUserWx200Response
84
78
  */
85
79
  'committed'?: boolean;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof GetUserWx200Response
84
+ */
85
+ 'characterEncoding'?: string;
86
86
  /**
87
87
  *
88
88
  * @type {object}
@@ -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
  };
@@ -35,6 +35,12 @@ export interface GetUserWx200Response {
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
37
  'trailerFields'?: object;
38
+ /**
39
+ *
40
+ * @type {GetUserWx200ResponseLocale}
41
+ * @memberof GetUserWx200Response
42
+ */
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,24 +59,12 @@ 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}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
67
  'bufferSize'?: number;
68
- /**
69
- *
70
- * @type {string}
71
- * @memberof GetUserWx200Response
72
- */
73
- 'characterEncoding'?: string;
74
68
  /**
75
69
  *
76
70
  * @type {number}
@@ -83,6 +77,12 @@ export interface GetUserWx200Response {
83
77
  * @memberof GetUserWx200Response
84
78
  */
85
79
  'committed'?: boolean;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof GetUserWx200Response
84
+ */
85
+ 'characterEncoding'?: string;
86
86
  /**
87
87
  *
88
88
  * @type {object}
@@ -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
  };
@@ -44,6 +44,12 @@ export interface GetUserWx200Response {
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
46
  'trailerFields'?: object;
47
+ /**
48
+ *
49
+ * @type {GetUserWx200ResponseLocale}
50
+ * @memberof GetUserWx200Response
51
+ */
52
+ 'locale'?: GetUserWx200ResponseLocale;
47
53
  /**
48
54
  *
49
55
  * @type {string}
@@ -62,24 +68,12 @@ 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}
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
76
  'bufferSize'?: number;
77
- /**
78
- *
79
- * @type {string}
80
- * @memberof GetUserWx200Response
81
- */
82
- 'characterEncoding'?: string;
83
77
  /**
84
78
  *
85
79
  * @type {number}
@@ -92,6 +86,12 @@ export interface GetUserWx200Response {
92
86
  * @memberof GetUserWx200Response
93
87
  */
94
88
  'committed'?: boolean;
89
+ /**
90
+ *
91
+ * @type {string}
92
+ * @memberof GetUserWx200Response
93
+ */
94
+ 'characterEncoding'?: string;
95
95
  /**
96
96
  *
97
97
  * @type {object}
@@ -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.236",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {