@gizone/rrs-client 4.2.0-alpha.326 → 4.2.0-alpha.328
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/access-appointment-record-details-dto.d.ts +6 -0
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +2 -1
- package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/models/access-appointment-record-details-dto.d.ts +6 -0
- package/dist/models/system-user-msg-source-type-enum.d.ts +2 -1
- package/dist/models/system-user-msg-source-type-enum.js +2 -1
- package/models/access-appointment-record-details-dto.ts +6 -0
- package/models/system-user-msg-source-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -37,6 +37,12 @@ export interface AccessAppointmentRecordDetailsDto {
|
|
|
37
37
|
* @memberof AccessAppointmentRecordDetailsDto
|
|
38
38
|
*/
|
|
39
39
|
'parkId'?: number;
|
|
40
|
+
/**
|
|
41
|
+
* 园区名称
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
44
|
+
*/
|
|
45
|
+
'parkName'?: string;
|
|
40
46
|
/**
|
|
41
47
|
*
|
|
42
48
|
* @type {AccessDirectionEnum}
|
|
@@ -24,6 +24,7 @@ export declare const SystemUserMsgSourceTypeEnum: {
|
|
|
24
24
|
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
25
25
|
readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
|
|
26
26
|
readonly AccessWhitelistApplicationApproval: "ACCESS_WHITELIST_APPLICATION_APPROVAL";
|
|
27
|
-
readonly
|
|
27
|
+
readonly AccessAppointmentInApproval: "ACCESS_APPOINTMENT_IN_APPROVAL";
|
|
28
|
+
readonly AccessAppointmentOutApproval: "ACCESS_APPOINTMENT_OUT_APPROVAL";
|
|
28
29
|
};
|
|
29
30
|
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -26,5 +26,6 @@ export const SystemUserMsgSourceTypeEnum = {
|
|
|
26
26
|
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
|
|
27
27
|
UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
|
|
28
28
|
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
|
|
29
|
-
|
|
29
|
+
AccessAppointmentInApproval: 'ACCESS_APPOINTMENT_IN_APPROVAL',
|
|
30
|
+
AccessAppointmentOutApproval: 'ACCESS_APPOINTMENT_OUT_APPROVAL'
|
|
30
31
|
};
|
|
@@ -37,6 +37,12 @@ export interface AccessAppointmentRecordDetailsDto {
|
|
|
37
37
|
* @memberof AccessAppointmentRecordDetailsDto
|
|
38
38
|
*/
|
|
39
39
|
'parkId'?: number;
|
|
40
|
+
/**
|
|
41
|
+
* 园区名称
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
44
|
+
*/
|
|
45
|
+
'parkName'?: string;
|
|
40
46
|
/**
|
|
41
47
|
*
|
|
42
48
|
* @type {AccessDirectionEnum}
|
|
@@ -24,6 +24,7 @@ export declare const SystemUserMsgSourceTypeEnum: {
|
|
|
24
24
|
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
25
25
|
readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
|
|
26
26
|
readonly AccessWhitelistApplicationApproval: "ACCESS_WHITELIST_APPLICATION_APPROVAL";
|
|
27
|
-
readonly
|
|
27
|
+
readonly AccessAppointmentInApproval: "ACCESS_APPOINTMENT_IN_APPROVAL";
|
|
28
|
+
readonly AccessAppointmentOutApproval: "ACCESS_APPOINTMENT_OUT_APPROVAL";
|
|
28
29
|
};
|
|
29
30
|
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -29,5 +29,6 @@ exports.SystemUserMsgSourceTypeEnum = {
|
|
|
29
29
|
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
|
|
30
30
|
UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
|
|
31
31
|
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
|
|
32
|
-
|
|
32
|
+
AccessAppointmentInApproval: 'ACCESS_APPOINTMENT_IN_APPROVAL',
|
|
33
|
+
AccessAppointmentOutApproval: 'ACCESS_APPOINTMENT_OUT_APPROVAL'
|
|
33
34
|
};
|
|
@@ -62,6 +62,12 @@ export interface AccessAppointmentRecordDetailsDto {
|
|
|
62
62
|
* @memberof AccessAppointmentRecordDetailsDto
|
|
63
63
|
*/
|
|
64
64
|
'parkId'?: number;
|
|
65
|
+
/**
|
|
66
|
+
* 园区名称
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
69
|
+
*/
|
|
70
|
+
'parkName'?: string;
|
|
65
71
|
/**
|
|
66
72
|
*
|
|
67
73
|
* @type {AccessDirectionEnum}
|
|
@@ -30,7 +30,8 @@ export const SystemUserMsgSourceTypeEnum = {
|
|
|
30
30
|
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
|
|
31
31
|
UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
|
|
32
32
|
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
|
|
33
|
-
|
|
33
|
+
AccessAppointmentInApproval: 'ACCESS_APPOINTMENT_IN_APPROVAL',
|
|
34
|
+
AccessAppointmentOutApproval: 'ACCESS_APPOINTMENT_OUT_APPROVAL'
|
|
34
35
|
} as const;
|
|
35
36
|
|
|
36
37
|
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|