@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.
- package/dist/esm/models/get-user-wx200-response.d.ts +12 -12
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/esm/models/system-user-msg-type-enum.d.ts +1 -0
- package/dist/esm/models/system-user-msg-type-enum.js +2 -1
- package/dist/models/get-user-wx200-response.d.ts +12 -12
- package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/models/system-user-msg-type-enum.d.ts +1 -0
- package/dist/models/system-user-msg-type-enum.js +2 -1
- package/models/get-user-wx200-response.ts +12 -12
- package/models/system-user-msg-source-type-enum.ts +2 -1
- package/models/system-user-msg-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -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];
|
|
@@ -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];
|
|
@@ -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];
|