aeremmiddleware 1.0.26 → 1.0.27
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/README.md +28 -28
- package/dist/Finance/Ingenico.types.d.ts +1 -0
- package/dist/Finance/ingenicoHtml.js +114 -114
- package/dist/Finance/ingenicoHtml.js.map +1 -1
- package/dist/Finance/novel.types.js +1 -1
- package/dist/Finance/novel.types.js.map +1 -1
- package/dist/Socials/Sms.types.js +1 -1
- package/dist/Socials/Sms.types.js.map +1 -1
- package/dist/Socials/Whatsapp.types.js +1 -1
- package/dist/Socials/Whatsapp.types.js.map +1 -1
- package/package.json +21 -21
- package/src/Finance/Ingenico.types.ts +22 -21
- package/src/Finance/auEncrypt.ts +32 -32
- package/src/Finance/auFinance.ts +115 -115
- package/src/Finance/crimeCheck.ts +212 -212
- package/src/Finance/crimecheck.types.ts +31 -31
- package/src/Finance/encrypt.ts +18 -18
- package/src/Finance/idfy.ts +542 -542
- package/src/Finance/index.ts +16 -16
- package/src/Finance/ingenico.ts +104 -104
- package/src/Finance/ingenicoHtml.ts +119 -119
- package/src/Finance/novel.ts +233 -233
- package/src/Finance/novel.types.ts +30 -30
- package/src/Finance/qbrik.ts +828 -828
- package/src/Finance/qbrik.types.ts +131 -131
- package/src/Finance/setu.ts +560 -560
- package/src/Finance/setu.types.ts +44 -44
- package/src/PushNotification/index.ts +5 -5
- package/src/PushNotification/pushNotificationFCM.ts +37 -37
- package/src/Socials/Sms.types.ts +9 -9
- package/src/Socials/SmsSender.ts +78 -78
- package/src/Socials/Whatsapp.types.ts +95 -95
- package/src/Socials/index.ts +6 -6
- package/src/Socials/whatsApp.ts +188 -188
- package/src/index.ts +9 -9
- package/tsconfig.json +111 -111
|
@@ -1,131 +1,131 @@
|
|
|
1
|
-
export interface LoginDetails {
|
|
2
|
-
username: string;
|
|
3
|
-
password: string;
|
|
4
|
-
version?: string;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export interface CustomerDetails {
|
|
8
|
-
enrollment_date: string;
|
|
9
|
-
legal_name: string;
|
|
10
|
-
date_of_incorporation: string;
|
|
11
|
-
branch_code: string;
|
|
12
|
-
branch_name: string;
|
|
13
|
-
client_type: string;
|
|
14
|
-
institutional_type: string;
|
|
15
|
-
identity_proof_type: string;
|
|
16
|
-
identity_proof_number: string;
|
|
17
|
-
identity_proof_is_primary: string;
|
|
18
|
-
identity_proof_is_address_proof: string;
|
|
19
|
-
identity_proof_is_id_proof: string;
|
|
20
|
-
identity_proof_is_address_proof_primary: string;
|
|
21
|
-
identity_proof_is_id_proof_primary: string;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export interface MasterListInput {
|
|
25
|
-
name_0: string;
|
|
26
|
-
name_1?: string;
|
|
27
|
-
name_2?: string;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export interface EntityPayload {
|
|
31
|
-
entity_no: string;
|
|
32
|
-
identity_proof_type: string;
|
|
33
|
-
identity_proof_number: string;
|
|
34
|
-
identity_proof_is_id_proof: string;
|
|
35
|
-
identity_proof_is_id_proof_primary: string;
|
|
36
|
-
identity_proof_is_address_proof: string;
|
|
37
|
-
transaction_id: string;
|
|
38
|
-
identity_proof_is_address_proof_primary: string;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
export interface ApproveData {
|
|
42
|
-
account_no: string;
|
|
43
|
-
approved_loan_amount: string;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export interface AssociateDetails {
|
|
47
|
-
account_no: string;
|
|
48
|
-
associate_type: string;
|
|
49
|
-
associate_entity_no?: string;
|
|
50
|
-
associate_relation?: string;
|
|
51
|
-
associate_legal_name?: string;
|
|
52
|
-
associate_alias?: string;
|
|
53
|
-
associate_date_of_birth?: string;
|
|
54
|
-
associate_gender?: string;
|
|
55
|
-
associate_occupation?: string;
|
|
56
|
-
associate_father_name?: string;
|
|
57
|
-
associate_telephone?: string;
|
|
58
|
-
associate_education_level?: string;
|
|
59
|
-
associate_marital_status?: string;
|
|
60
|
-
auto_create_area?: string;
|
|
61
|
-
associate_address_residence_state_name?: string;
|
|
62
|
-
associate_address_residence_district_name?: string;
|
|
63
|
-
associate_address_residence_block_name?: string;
|
|
64
|
-
associate_address_residence_area_name?: string;
|
|
65
|
-
associate_address_residence_pincode?: string;
|
|
66
|
-
associate_address_residence_address?: string;
|
|
67
|
-
associate_address_office_address?: string;
|
|
68
|
-
associate_address_office_state_name?: string;
|
|
69
|
-
associate_address_office_district_name?: string;
|
|
70
|
-
associate_address_office_block_name?: string;
|
|
71
|
-
associate_address_office_area_name?: string;
|
|
72
|
-
associate_address_office_pincode?: string;
|
|
73
|
-
associate_bank_details_bank_name?: string;
|
|
74
|
-
associate_bank_details_branch_name?: string;
|
|
75
|
-
associate_bank_details_IFSCCode?: string;
|
|
76
|
-
associate_bank_details_account_no?: string;
|
|
77
|
-
associate_bank_details_account_type?: string;
|
|
78
|
-
associate_bank_details_beneficiary_name?: string;
|
|
79
|
-
associate_bank_details_is_primary?: string;
|
|
80
|
-
associate_comment?: string;
|
|
81
|
-
}
|
|
82
|
-
export interface Doctype {
|
|
83
|
-
template_name: string;
|
|
84
|
-
unique_numbers: string;
|
|
85
|
-
is_pdf: string;
|
|
86
|
-
}
|
|
87
|
-
export interface AccountPayload {
|
|
88
|
-
local_posting_time: string;
|
|
89
|
-
user_name: string;
|
|
90
|
-
latitude: string;
|
|
91
|
-
accuracy: string;
|
|
92
|
-
account_no: string;
|
|
93
|
-
type: string;
|
|
94
|
-
longitude: string;
|
|
95
|
-
transaction_id: string;
|
|
96
|
-
document_file: string;
|
|
97
|
-
document_page_no: string;
|
|
98
|
-
}
|
|
99
|
-
export interface SolarPayloadType {
|
|
100
|
-
account_no: string;
|
|
101
|
-
capacity: string;
|
|
102
|
-
pv_module_serial_no: string;
|
|
103
|
-
collateral_no: string;
|
|
104
|
-
down_payment: string;
|
|
105
|
-
asset_value: string;
|
|
106
|
-
inverter_serial_no: string;
|
|
107
|
-
finance_type: string;
|
|
108
|
-
asset_category: string;
|
|
109
|
-
pv_module_model: string;
|
|
110
|
-
inverter_model: string;
|
|
111
|
-
installer_code: string;
|
|
112
|
-
notation: string;
|
|
113
|
-
}
|
|
114
|
-
export interface UpdateLoanPayloadType {
|
|
115
|
-
account_no: string;
|
|
116
|
-
tenure: string;
|
|
117
|
-
installment_type: string;
|
|
118
|
-
num_installments: string;
|
|
119
|
-
installment_amount: string;
|
|
120
|
-
interest_rate: string;
|
|
121
|
-
}
|
|
122
|
-
export interface OpenLoanAccountType {
|
|
123
|
-
customer_no: string;
|
|
124
|
-
product_code: string;
|
|
125
|
-
officer_code: string;
|
|
126
|
-
loan_purpose: string;
|
|
127
|
-
loan_amount: string;
|
|
128
|
-
disbursement_mode: string;
|
|
129
|
-
collateral_type: string;
|
|
130
|
-
ltv: string;
|
|
131
|
-
}
|
|
1
|
+
export interface LoginDetails {
|
|
2
|
+
username: string;
|
|
3
|
+
password: string;
|
|
4
|
+
version?: string;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export interface CustomerDetails {
|
|
8
|
+
enrollment_date: string;
|
|
9
|
+
legal_name: string;
|
|
10
|
+
date_of_incorporation: string;
|
|
11
|
+
branch_code: string;
|
|
12
|
+
branch_name: string;
|
|
13
|
+
client_type: string;
|
|
14
|
+
institutional_type: string;
|
|
15
|
+
identity_proof_type: string;
|
|
16
|
+
identity_proof_number: string;
|
|
17
|
+
identity_proof_is_primary: string;
|
|
18
|
+
identity_proof_is_address_proof: string;
|
|
19
|
+
identity_proof_is_id_proof: string;
|
|
20
|
+
identity_proof_is_address_proof_primary: string;
|
|
21
|
+
identity_proof_is_id_proof_primary: string;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface MasterListInput {
|
|
25
|
+
name_0: string;
|
|
26
|
+
name_1?: string;
|
|
27
|
+
name_2?: string;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface EntityPayload {
|
|
31
|
+
entity_no: string;
|
|
32
|
+
identity_proof_type: string;
|
|
33
|
+
identity_proof_number: string;
|
|
34
|
+
identity_proof_is_id_proof: string;
|
|
35
|
+
identity_proof_is_id_proof_primary: string;
|
|
36
|
+
identity_proof_is_address_proof: string;
|
|
37
|
+
transaction_id: string;
|
|
38
|
+
identity_proof_is_address_proof_primary: string;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export interface ApproveData {
|
|
42
|
+
account_no: string;
|
|
43
|
+
approved_loan_amount: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface AssociateDetails {
|
|
47
|
+
account_no: string;
|
|
48
|
+
associate_type: string;
|
|
49
|
+
associate_entity_no?: string;
|
|
50
|
+
associate_relation?: string;
|
|
51
|
+
associate_legal_name?: string;
|
|
52
|
+
associate_alias?: string;
|
|
53
|
+
associate_date_of_birth?: string;
|
|
54
|
+
associate_gender?: string;
|
|
55
|
+
associate_occupation?: string;
|
|
56
|
+
associate_father_name?: string;
|
|
57
|
+
associate_telephone?: string;
|
|
58
|
+
associate_education_level?: string;
|
|
59
|
+
associate_marital_status?: string;
|
|
60
|
+
auto_create_area?: string;
|
|
61
|
+
associate_address_residence_state_name?: string;
|
|
62
|
+
associate_address_residence_district_name?: string;
|
|
63
|
+
associate_address_residence_block_name?: string;
|
|
64
|
+
associate_address_residence_area_name?: string;
|
|
65
|
+
associate_address_residence_pincode?: string;
|
|
66
|
+
associate_address_residence_address?: string;
|
|
67
|
+
associate_address_office_address?: string;
|
|
68
|
+
associate_address_office_state_name?: string;
|
|
69
|
+
associate_address_office_district_name?: string;
|
|
70
|
+
associate_address_office_block_name?: string;
|
|
71
|
+
associate_address_office_area_name?: string;
|
|
72
|
+
associate_address_office_pincode?: string;
|
|
73
|
+
associate_bank_details_bank_name?: string;
|
|
74
|
+
associate_bank_details_branch_name?: string;
|
|
75
|
+
associate_bank_details_IFSCCode?: string;
|
|
76
|
+
associate_bank_details_account_no?: string;
|
|
77
|
+
associate_bank_details_account_type?: string;
|
|
78
|
+
associate_bank_details_beneficiary_name?: string;
|
|
79
|
+
associate_bank_details_is_primary?: string;
|
|
80
|
+
associate_comment?: string;
|
|
81
|
+
}
|
|
82
|
+
export interface Doctype {
|
|
83
|
+
template_name: string;
|
|
84
|
+
unique_numbers: string;
|
|
85
|
+
is_pdf: string;
|
|
86
|
+
}
|
|
87
|
+
export interface AccountPayload {
|
|
88
|
+
local_posting_time: string;
|
|
89
|
+
user_name: string;
|
|
90
|
+
latitude: string;
|
|
91
|
+
accuracy: string;
|
|
92
|
+
account_no: string;
|
|
93
|
+
type: string;
|
|
94
|
+
longitude: string;
|
|
95
|
+
transaction_id: string;
|
|
96
|
+
document_file: string;
|
|
97
|
+
document_page_no: string;
|
|
98
|
+
}
|
|
99
|
+
export interface SolarPayloadType {
|
|
100
|
+
account_no: string;
|
|
101
|
+
capacity: string;
|
|
102
|
+
pv_module_serial_no: string;
|
|
103
|
+
collateral_no: string;
|
|
104
|
+
down_payment: string;
|
|
105
|
+
asset_value: string;
|
|
106
|
+
inverter_serial_no: string;
|
|
107
|
+
finance_type: string;
|
|
108
|
+
asset_category: string;
|
|
109
|
+
pv_module_model: string;
|
|
110
|
+
inverter_model: string;
|
|
111
|
+
installer_code: string;
|
|
112
|
+
notation: string;
|
|
113
|
+
}
|
|
114
|
+
export interface UpdateLoanPayloadType {
|
|
115
|
+
account_no: string;
|
|
116
|
+
tenure: string;
|
|
117
|
+
installment_type: string;
|
|
118
|
+
num_installments: string;
|
|
119
|
+
installment_amount: string;
|
|
120
|
+
interest_rate: string;
|
|
121
|
+
}
|
|
122
|
+
export interface OpenLoanAccountType {
|
|
123
|
+
customer_no: string;
|
|
124
|
+
product_code: string;
|
|
125
|
+
officer_code: string;
|
|
126
|
+
loan_purpose: string;
|
|
127
|
+
loan_amount: string;
|
|
128
|
+
disbursement_mode: string;
|
|
129
|
+
collateral_type: string;
|
|
130
|
+
ltv: string;
|
|
131
|
+
}
|