hplx-feature-library 1.0.172 → 1.0.174
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/APIAction-DP4YAX6k.cjs +1 -0
- package/dist/APIAction-DsHApdnW.js +161 -0
- package/dist/AllInvestigations/index.js +1 -1
- package/dist/AllInvestigationsTable-C7uQ56B0.cjs +79 -0
- package/dist/{AllInvestigationsTable-C7jrmW8z.js → AllInvestigationsTable-txmu7PTJ.js} +5853 -6144
- package/dist/Attachments/components/document-canvas/document-pen-tool.d.ts +1 -1
- package/dist/Attachments/components/drag-drop-overlay.d.ts +1 -1
- package/dist/Attachments/components/edit-document-modal.d.ts +1 -1
- package/dist/Attachments/components/uploading-toast.d.ts +1 -1
- package/dist/Attachments/context/index.d.ts +2 -2
- package/dist/Attachments/hooks/useDropdownPosition.d.ts +1 -1
- package/dist/Attachments/index.js +512 -534
- package/dist/CameraCapture/index.d.ts +1 -1
- package/dist/NetworkInstance-CPW2SeAM.cjs +9 -0
- package/dist/NetworkInstance-D0jiwhQe.js +3597 -0
- package/dist/PatientAddEdit/index.js +1663 -0
- package/dist/PatientPopup/action/APIAction.d.ts +65 -0
- package/dist/PatientPopup/app/PatientPopupContainer.d.ts +6 -0
- package/dist/PatientPopup/app/PatientPopupContext.d.ts +30 -0
- package/dist/PatientPopup/common/common.d.ts +14 -0
- package/dist/PatientPopup/components/Lab/HPLXLab.d.ts +8 -0
- package/dist/PatientPopup/components/Lab/LISLab.d.ts +8 -0
- package/dist/PatientPopup/components/Lab/LabTable.d.ts +5 -0
- package/dist/PatientPopup/components/Lab/index.d.ts +5 -0
- package/dist/PatientPopup/components/Loader/Loader.d.ts +2 -0
- package/dist/PatientPopup/components/Pagination.d.ts +9 -0
- package/dist/PatientPopup/components/Profile/Abha.d.ts +11 -0
- package/dist/PatientPopup/components/Profile/PatientDetailsModal.d.ts +1 -0
- package/dist/PatientPopup/components/Profile/Profile.d.ts +11 -0
- package/dist/PatientPopup/components/Profile/Sms.d.ts +2 -0
- package/dist/PatientPopup/components/Visits/Table.d.ts +11 -0
- package/dist/PatientPopup/components/Visits/index.d.ts +15 -0
- package/dist/PatientPopup/components/addBills/AddBillFooter.d.ts +2 -0
- package/dist/PatientPopup/components/addBills/AddBills.d.ts +5 -0
- package/dist/PatientPopup/components/addBills/AddBillsTable.d.ts +17 -0
- package/dist/PatientPopup/components/addBills/DropDown.d.ts +15 -0
- package/dist/PatientPopup/components/appointment/AllAppts.d.ts +8 -0
- package/dist/PatientPopup/components/appointment/Appointment.d.ts +2 -0
- package/dist/PatientPopup/components/appointment/AppointmentsTable.d.ts +10 -0
- package/dist/PatientPopup/components/bills/Bills.d.ts +6 -0
- package/dist/PatientPopup/components/bills/BillsTable.d.ts +11 -0
- package/dist/PatientPopup/components/deposit/DepositSection.d.ts +9 -0
- package/dist/PatientPopup/components/mainNavItem/MainNavItem.d.ts +13 -0
- package/dist/PatientPopup/components/patientPopupBody/PatientPopupBody.d.ts +8 -0
- package/dist/PatientPopup/components/patientPopupHeader/PatientPopupHeader.d.ts +10 -0
- package/dist/PatientPopup/components/patientPopupSummary/BillSummary.d.ts +19 -0
- package/dist/PatientPopup/components/patientPopupSummary/ConsultationDetails.d.ts +14 -0
- package/dist/PatientPopup/components/patientPopupSummary/DeleteItem.d.ts +11 -0
- package/dist/PatientPopup/components/patientPopupSummary/DepositRefundSummary.d.ts +8 -0
- package/dist/PatientPopup/components/patientPopupSummary/LabServiceDetails.d.ts +13 -0
- package/dist/PatientPopup/components/patientPopupSummary/OtherServiceDetails.d.ts +13 -0
- package/dist/PatientPopup/components/patientPopupSummary/PatientPopupSummary.d.ts +8 -0
- package/dist/PatientPopup/components/patientPopupSummary/PaymentCard.d.ts +25 -0
- package/dist/PatientPopup/components/patientPopupSummary/ServiceLevelBillSummary.d.ts +18 -0
- package/dist/PatientPopup/components/payments/DepositRefundTable.d.ts +14 -0
- package/dist/PatientPopup/components/payments/OtherServicesTable.d.ts +16 -0
- package/dist/PatientPopup/components/payments/PaymentEditModal.d.ts +15 -0
- package/dist/PatientPopup/components/payments/PaymentHeader.d.ts +7 -0
- package/dist/PatientPopup/components/payments/Payments.d.ts +5 -0
- package/dist/PatientPopup/components/payments/PaymentsTable.d.ts +14 -0
- package/dist/PatientPopup/constants/AppConstants.d.ts +123 -0
- package/dist/PatientPopup/index.d.ts +1 -0
- package/dist/PatientPopup/index.js +14681 -0
- package/dist/PatientPopup/types/hplxAPITypes.d.ts +37 -0
- package/dist/PatientPopup/utils/PrintFontLoader.d.ts +4 -0
- package/dist/PatientPopup/utils/helperFunctions.d.ts +3 -0
- package/dist/PediatricsCalculator/components/PediatricsCalculatorTableContext.d.ts +1 -1
- package/dist/PediatricsCalculator/index.js +1 -1
- package/dist/PediatricsCalculatorTable-B4fTy1J5.cjs +9 -0
- package/dist/PediatricsCalculatorTable-CNWwNxCr.js +1167 -0
- package/dist/PrintModal-9636D2oo.js +120749 -0
- package/dist/PrintModal-BZmh4_Md.cjs +425 -0
- package/dist/ReusableModal-BteIK-YX.js +29 -0
- package/dist/ReusableModal-CIgDYOWZ.cjs +1 -0
- package/dist/ReusableTable/context/TableContextBase.d.ts +1 -1
- package/dist/Subscription/components/SubscriptionBadge.d.ts +2 -0
- package/dist/TrendGraphs/context/index.d.ts +1 -1
- package/dist/changePasswordModal/APIAction/APIActions.d.ts +8 -0
- package/dist/changePasswordModal/component/ChangePasswordModal.d.ts +14 -0
- package/dist/clsx-C11secjj.cjs +1 -0
- package/dist/clsx-OuTLNxxd.js +16 -0
- package/dist/common/APIAction/APIAction.d.ts +28 -0
- package/dist/common/components/BorderFullWidth.d.ts +2 -0
- package/dist/common/components/table/ExistingPatients.d.ts +17 -0
- package/dist/common/editRibbon/EditRibbon.d.ts +9 -0
- package/dist/common/utils/NetworkInstance.d.ts +4 -0
- package/dist/common/utils/common-utils.d.ts +36 -0
- package/dist/components/CustomDropdown.d.ts +1 -1
- package/dist/components/PatientAddEdit.d.ts +3 -0
- package/dist/constants/CommonConstant.d.ts +70 -0
- package/dist/dayjs.min-B2cg6pUo.js +284 -0
- package/dist/dayjs.min-DXp74Ozx.cjs +1 -0
- package/dist/fonts/AnekMalayalam-Bold.ttf +0 -0
- package/dist/fonts/AnekMalayalam-Regular.ttf +0 -0
- package/dist/fonts/Arial-Bold-Italic.ttf +0 -0
- package/dist/fonts/Arial-Bold.ttf +0 -0
- package/dist/fonts/Arial-Italic.ttf +0 -0
- package/dist/fonts/Arial.ttf +0 -0
- package/dist/fonts/IndianRupee.ttf +0 -0
- package/dist/fonts/MuktaMaheePunjabi-Bold.ttf +0 -0
- package/dist/fonts/MuktaMaheePunjabi-Regular.ttf +0 -0
- package/dist/fonts/Noto-Sans-Telugu-Bold.ttf +0 -0
- package/dist/fonts/Noto-Sans-Telugu-Regular.ttf +0 -0
- package/dist/fonts/NotoNastaliqUrdu-Bold.ttf +0 -0
- package/dist/fonts/NotoNastaliqUrdu-Regular.ttf +0 -0
- package/dist/fonts/NotoSansArabic-Bold.ttf +0 -0
- package/dist/fonts/NotoSansArabic.ttf +0 -0
- package/dist/fonts/NotoSansHindi-Bold.ttf +0 -0
- package/dist/fonts/NotoSansHindi.ttf +0 -0
- package/dist/fonts/NotoSansKannada-Bold.ttf +0 -0
- package/dist/fonts/NotoSansKannada.ttf +0 -0
- package/dist/fonts/NotoSansOriya-Bold.ttf +0 -0
- package/dist/fonts/NotoSansOriya.ttf +0 -0
- package/dist/fonts/NotoSansTamil-Bold.ttf +0 -0
- package/dist/fonts/NotoSansTamil.ttf +0 -0
- package/dist/fonts/NotoSerifGujarati-Bold.ttf +0 -0
- package/dist/fonts/NotoSerifGujarati-Regular.ttf +0 -0
- package/dist/fonts/Roboto-Regular.ttf +0 -0
- package/dist/fonts/Times-Bold-Italic.ttf +0 -0
- package/dist/fonts/Times-Bold.ttf +0 -0
- package/dist/fonts/Times-Italic.ttf +0 -0
- package/dist/fonts/Times.ttf +0 -0
- package/dist/fonts/TiroBangla-Bold.ttf +0 -0
- package/dist/fonts/TiroBangla-Regular.ttf +0 -0
- package/dist/fonts/Verdana-Bold-Italic.ttf +0 -0
- package/dist/fonts/Verdana-Bold.ttf +0 -0
- package/dist/fonts/Verdana-Italic.ttf +0 -0
- package/dist/fonts/Verdana.ttf +0 -0
- package/dist/hooks/useMediaQuery.d.ts +1 -0
- package/dist/hplx-feature-library.css +1 -1
- package/dist/index-BUI6-03D.js +7242 -0
- package/dist/index-DQlbIHh3.cjs +102 -0
- package/dist/index-DXvmjJBJ.js +961 -0
- package/dist/index-DkA8S5IK.cjs +32 -0
- package/dist/index.js +2 -2
- package/dist/nineDots/NineDotsTypes.d.ts +22 -0
- package/dist/nineDots/NineDotsUtils.d.ts +3 -0
- package/dist/nineDots/nineDots.d.ts +3 -0
- package/dist/print-pdf/index.js +4 -0
- package/dist/searchPatients/SearchPatients.d.ts +11 -0
- package/dist/types/APIEndPoints.d.ts +11 -0
- package/dist/types/ApiResponseTypes.d.ts +290 -0
- package/dist/types/CommonTypes.d.ts +255 -0
- package/dist/types/PatientAddEditTypes/index.js +1 -0
- package/dist/types/PatientAddEditTypes.d.ts +7 -0
- package/dist/types/PatientPopupTypes/index.js +1 -0
- package/dist/types/PatientPopupTypes.d.ts +836 -0
- package/dist/userProfile/APIAction/APIActions.d.ts +18 -0
- package/dist/userProfile/UserProfile.d.ts +18 -0
- package/dist/userProfile/UserProfileItem.d.ts +7 -0
- package/dist/warning-BozzKWdr.js +38 -0
- package/dist/warning-W0tkkrLJ.cjs +1 -0
- package/package.json +31 -5
- package/dist/AllInvestigationsTable-C3aTtdGN.cjs +0 -79
- package/dist/PediatricsCalculatorTable-Be2H_OXh.js +0 -2156
- package/dist/PediatricsCalculatorTable-fk_QinWG.cjs +0 -40
- package/dist/index-4whwJbrk.js +0 -6867
- package/dist/index-C6KQLMQs.cjs +0 -92
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
import { GET_VISITPAD_PREFERENCES_RESPONSE } from './ApiResponseTypes';
|
|
2
|
+
export interface I_PREF_FEATURES {
|
|
3
|
+
enable_lis_v1: boolean;
|
|
4
|
+
enable_credit_system_v1: boolean;
|
|
5
|
+
enable_growth_chart_v1: boolean;
|
|
6
|
+
enable_ml_cds: boolean;
|
|
7
|
+
enable_pt_engmnt_v1: boolean;
|
|
8
|
+
enable_vaccine_chart_v1: boolean;
|
|
9
|
+
[key: string]: boolean;
|
|
10
|
+
}
|
|
11
|
+
export interface DoctorChatPreferences {
|
|
12
|
+
chat_enabled: boolean;
|
|
13
|
+
num_messages_per_sub?: string;
|
|
14
|
+
subscription_days?: string;
|
|
15
|
+
charges: {
|
|
16
|
+
app_store_charge?: string;
|
|
17
|
+
doctor_fee?: string;
|
|
18
|
+
healthplix_charge?: string;
|
|
19
|
+
total?: string;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export interface I_PRINT_TEMPLATE {
|
|
23
|
+
config: I_PRINT_TEMPLATE_CONFIG;
|
|
24
|
+
is_default: boolean;
|
|
25
|
+
name: string;
|
|
26
|
+
}
|
|
27
|
+
export interface I_ConfigField {
|
|
28
|
+
include: string;
|
|
29
|
+
print: string;
|
|
30
|
+
rows?: string;
|
|
31
|
+
}
|
|
32
|
+
export interface I_VisitPadFormat {
|
|
33
|
+
bold?: string;
|
|
34
|
+
fontFamily?: string;
|
|
35
|
+
fontSize?: string;
|
|
36
|
+
formatColor?: string;
|
|
37
|
+
italic?: string;
|
|
38
|
+
underline?: string;
|
|
39
|
+
}
|
|
40
|
+
export type I_PRINT_TEMPLATE_CONFIG = {
|
|
41
|
+
prescription_columns: string;
|
|
42
|
+
add_lang_change: I_ConfigField;
|
|
43
|
+
add_qr_code: I_ConfigField;
|
|
44
|
+
default_language: I_ConfigField;
|
|
45
|
+
enable_background_graphics: I_ConfigField;
|
|
46
|
+
enable_medicine_details: I_ConfigField;
|
|
47
|
+
field_address: I_ConfigField;
|
|
48
|
+
field_channel_through: I_ConfigField;
|
|
49
|
+
field_department_name: I_ConfigField;
|
|
50
|
+
field_doctor_name: I_ConfigField;
|
|
51
|
+
field_phone_number: I_ConfigField;
|
|
52
|
+
field_refer_by: I_ConfigField;
|
|
53
|
+
field_visit_number: I_ConfigField;
|
|
54
|
+
font_family: I_ConfigField;
|
|
55
|
+
font_size: I_ConfigField;
|
|
56
|
+
font_size_compensation: I_ConfigField;
|
|
57
|
+
footer_height: I_ConfigField;
|
|
58
|
+
footer_img_url: string;
|
|
59
|
+
generic_name: I_ConfigField;
|
|
60
|
+
header_height: I_ConfigField;
|
|
61
|
+
header_img_url: string;
|
|
62
|
+
margin_left: I_ConfigField;
|
|
63
|
+
margin_right: I_ConfigField;
|
|
64
|
+
not_include_sub_header: I_ConfigField;
|
|
65
|
+
page_height: I_ConfigField;
|
|
66
|
+
patient_img_height: I_ConfigField;
|
|
67
|
+
patient_img_width: I_ConfigField;
|
|
68
|
+
pdf_footer_height: I_ConfigField;
|
|
69
|
+
pdf_footer_height_V2: I_ConfigField;
|
|
70
|
+
pdf_header_height: I_ConfigField;
|
|
71
|
+
pdf_header_height_V2: I_ConfigField;
|
|
72
|
+
pdf_margin_left: I_ConfigField;
|
|
73
|
+
pdf_margin_left_V2: I_ConfigField;
|
|
74
|
+
pdf_margin_right: I_ConfigField;
|
|
75
|
+
pdf_margin_right_V2: I_ConfigField;
|
|
76
|
+
pdf_print_header_first: I_ConfigField;
|
|
77
|
+
pdf_print_margin: I_ConfigField;
|
|
78
|
+
pname_caps: I_ConfigField;
|
|
79
|
+
print_on_letter: I_ConfigField;
|
|
80
|
+
print_sign_img: I_ConfigField;
|
|
81
|
+
seal_img_url: string;
|
|
82
|
+
show_print_preview: I_ConfigField;
|
|
83
|
+
show_print_time: I_ConfigField;
|
|
84
|
+
sign_in_pres: I_ConfigField;
|
|
85
|
+
signature: string;
|
|
86
|
+
signature_alone_next_page: I_ConfigField;
|
|
87
|
+
signature_img_url: string;
|
|
88
|
+
tabular_rx: I_ConfigField;
|
|
89
|
+
visitPadFormat: Record<string, I_VisitPadFormat>;
|
|
90
|
+
} & Record<string, string | I_ConfigField>;
|
|
91
|
+
export type I_GROWTH_CHART_PRINT_PREF = {
|
|
92
|
+
[key: string]: {
|
|
93
|
+
print: boolean;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
export interface GlobalWindow {
|
|
97
|
+
current_role_name: string;
|
|
98
|
+
ehr_subs_end_date: string;
|
|
99
|
+
ehr_subs_start_date: string;
|
|
100
|
+
ehr_subs_plan: string;
|
|
101
|
+
beforePatientChange(): boolean;
|
|
102
|
+
patientPopupHandlerFromFD(patient_role_id: string, patient_person_id: string): unknown;
|
|
103
|
+
staff_dept_name: string;
|
|
104
|
+
patient_role_id: string;
|
|
105
|
+
current_branch_name: string;
|
|
106
|
+
getUpdatedPatientDetails: () => void;
|
|
107
|
+
patient_person_id: string;
|
|
108
|
+
person_id_for_seg: string;
|
|
109
|
+
org_branch_id_for_seg: string;
|
|
110
|
+
ipd_module: string;
|
|
111
|
+
open(url: string, arg1: string): unknown;
|
|
112
|
+
enable_ipd_v2: string;
|
|
113
|
+
origin: string;
|
|
114
|
+
redirectVPFromConsult: (pid: string, pr_id: string) => void;
|
|
115
|
+
redirectVPFromAppnt: (pid: string, pr_id: string) => void;
|
|
116
|
+
location: Location;
|
|
117
|
+
patientPopupClosehandler: () => void;
|
|
118
|
+
patientPopupHandler: (pagename: string, pr_id: string, pid: string, preference: GET_VISITPAD_PREFERENCES_RESPONSE, visitPadJSON: I_PRINT_TEMPLATE_CONFIG, previewTab: string) => Promise<void>;
|
|
119
|
+
partner_config: string;
|
|
120
|
+
permit_lab_tech: string;
|
|
121
|
+
doctor_role_id_for_seg: string;
|
|
122
|
+
doc_name_for_seg: string;
|
|
123
|
+
role_id: string;
|
|
124
|
+
partner_service_enabled: string;
|
|
125
|
+
key: string;
|
|
126
|
+
showToast?: (title: string, subTitle: string, type: string, time: number) => void;
|
|
127
|
+
alert(message?: string): void;
|
|
128
|
+
filteredUpcomingAppts: I_PATIENT_APPOINTMENT[];
|
|
129
|
+
doctor_speciality: string;
|
|
130
|
+
remoteConsultationIDEMR3: string;
|
|
131
|
+
doctor_role_id: string;
|
|
132
|
+
org_person_name_for_seg: string;
|
|
133
|
+
org_person_bid_str_for_seg: string;
|
|
134
|
+
org_person_email_for_seg: string;
|
|
135
|
+
innerWidth: number;
|
|
136
|
+
innerHeight: number;
|
|
137
|
+
enable_rearch: string;
|
|
138
|
+
addEventListener: (type: string, listener: (e: Event) => void) => void;
|
|
139
|
+
removeEventListener: (type: string, listener: (e: Event) => void) => void;
|
|
140
|
+
user_id: string;
|
|
141
|
+
orientation: number;
|
|
142
|
+
_getTranslation: (word: string, language: string) => Promise<string>;
|
|
143
|
+
}
|
|
144
|
+
export interface I_PatientData {
|
|
145
|
+
name: string;
|
|
146
|
+
phone: string;
|
|
147
|
+
gender: string;
|
|
148
|
+
honorific: string;
|
|
149
|
+
patient_preferred_language: string;
|
|
150
|
+
ref_doc_spec: string;
|
|
151
|
+
age: string;
|
|
152
|
+
age_selector: string;
|
|
153
|
+
blood_group: string;
|
|
154
|
+
email: string;
|
|
155
|
+
address: string;
|
|
156
|
+
city: string;
|
|
157
|
+
existingBidStr: string;
|
|
158
|
+
pincode: string;
|
|
159
|
+
ref_doc_name: string;
|
|
160
|
+
temp_appnt_id: string;
|
|
161
|
+
throughChannel: string;
|
|
162
|
+
refDocId: string;
|
|
163
|
+
careOf: string;
|
|
164
|
+
phoneSecondary: string;
|
|
165
|
+
occupation: string;
|
|
166
|
+
tag: string;
|
|
167
|
+
phone_otp: string;
|
|
168
|
+
regAsNew: string;
|
|
169
|
+
dob?: string;
|
|
170
|
+
image_link: string;
|
|
171
|
+
marital_status: string;
|
|
172
|
+
spouse_blood_group: string;
|
|
173
|
+
married_since: string;
|
|
174
|
+
spouse_name: string;
|
|
175
|
+
org_person_dob: string;
|
|
176
|
+
aadhar_number: string;
|
|
177
|
+
custom_fields?: {
|
|
178
|
+
id: string;
|
|
179
|
+
title: string;
|
|
180
|
+
value: string;
|
|
181
|
+
}[];
|
|
182
|
+
}
|
|
183
|
+
export declare enum EAPP_ROUTES {
|
|
184
|
+
visitpad = "/md/viewPatientDashboard.php",
|
|
185
|
+
consultations = "/md/viewPatientList.php",
|
|
186
|
+
appointments = "/md/viewPatientAppointments.php",
|
|
187
|
+
settings = "/md/viewPreferenceSettings.php",
|
|
188
|
+
privateDb = "/md/viewPrivateDB.php",
|
|
189
|
+
dashboardBase = "/",
|
|
190
|
+
referEarn = "/md/inviteReferrals.php",
|
|
191
|
+
teleConsults = "/md/viewRemoteAppointments.php",
|
|
192
|
+
pricing = "/subscription/pricing",
|
|
193
|
+
billSummary = "/subscription/bill-summary",
|
|
194
|
+
pediatricsCalculator = "/md/viewPediatricCalculator.php"
|
|
195
|
+
}
|
|
196
|
+
export interface I_PATIENT_APPOINTMENT {
|
|
197
|
+
patient_role_id: string;
|
|
198
|
+
patient_person_id: string;
|
|
199
|
+
appnt_id: string;
|
|
200
|
+
org_branch_id: number;
|
|
201
|
+
appnt_time: string;
|
|
202
|
+
appnt_date: string;
|
|
203
|
+
appnt_status: number;
|
|
204
|
+
appnt_purpose_str: string;
|
|
205
|
+
doctor_role_id: string;
|
|
206
|
+
appnt_token_num: number;
|
|
207
|
+
created_on: string;
|
|
208
|
+
appnt_mod_time: string;
|
|
209
|
+
appnt_status_updated_on: string;
|
|
210
|
+
org_person_bid_str: string;
|
|
211
|
+
org_person_gender: number;
|
|
212
|
+
org_person_dob: string;
|
|
213
|
+
org_person_name: string;
|
|
214
|
+
org_person_phone: string;
|
|
215
|
+
org_person_email: string;
|
|
216
|
+
visit_created_on: string;
|
|
217
|
+
visits_count: number;
|
|
218
|
+
last_visit_date: string;
|
|
219
|
+
print_count: number;
|
|
220
|
+
patient_consent: number;
|
|
221
|
+
table_type?: string;
|
|
222
|
+
remote_appnt_status?: string;
|
|
223
|
+
}
|
|
224
|
+
export interface IPerson {
|
|
225
|
+
person_id: string;
|
|
226
|
+
org_branch_id: string;
|
|
227
|
+
person_role_id: string;
|
|
228
|
+
org_person_bid_str: string;
|
|
229
|
+
created_on: string;
|
|
230
|
+
last_modified_date: string;
|
|
231
|
+
org_person_name: string;
|
|
232
|
+
age: string;
|
|
233
|
+
ageStr: string;
|
|
234
|
+
org_person_phone: string;
|
|
235
|
+
org_person_email: string;
|
|
236
|
+
org_person_gender: number;
|
|
237
|
+
honorific: string;
|
|
238
|
+
}
|
|
239
|
+
export interface I_PERSONS_CONFLICT {
|
|
240
|
+
org_person_bid_str: string;
|
|
241
|
+
org_branch_id: string;
|
|
242
|
+
person_id: string;
|
|
243
|
+
org_person_oid_str: string;
|
|
244
|
+
org_person_name: string;
|
|
245
|
+
org_person_gender: string;
|
|
246
|
+
org_person_email: string;
|
|
247
|
+
org_person_phone: string;
|
|
248
|
+
person_role_id: string;
|
|
249
|
+
age: string;
|
|
250
|
+
}
|
|
251
|
+
export declare enum E_ENVIRONMENT {
|
|
252
|
+
PRODUCTION = "PRODUCTION",
|
|
253
|
+
STAGING = "STAGING",
|
|
254
|
+
DEVELOPMENT = "DEVELOPMENT"
|
|
255
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|