stallions-types 1.1.26 → 1.1.28
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/fetchtypes.js +19 -10
- package/dist/json/18614.json +1 -1
- package/dist/types/18614.d.ts +9 -9
- package/dist/types/18614Strings.d.ts +1 -1
- package/dist/types/43098.d.ts +2 -2
- package/package.json +1 -1
- package/src/fetchtypes.ts +7 -7
- package/src/json/18614.json +1 -1
- package/src/types/18614.ts +9 -9
- package/src/types/18614Strings.ts +1 -1
- package/src/types/43098.ts +2 -2
package/dist/fetchtypes.js
CHANGED
|
@@ -21,11 +21,6 @@ const fetch18614 = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
21
21
|
const json = yield response.json();
|
|
22
22
|
return json;
|
|
23
23
|
});
|
|
24
|
-
const fetch43098 = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
25
|
-
const response = yield fetch(process.env.SCHEMA_URL_43098);
|
|
26
|
-
const json = yield response.json();
|
|
27
|
-
return json;
|
|
28
|
-
});
|
|
29
24
|
const generateUnionForSelect = (options) => {
|
|
30
25
|
return options
|
|
31
26
|
.map((option) => `"${option.Value.replace(/"/g, '\\"')}"`)
|
|
@@ -70,7 +65,7 @@ const processSchemaAllStrings = (schema, typeDefinitions, dataTypeMap) => {
|
|
|
70
65
|
};
|
|
71
66
|
const main = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
72
67
|
const schema18614 = yield fetch18614();
|
|
73
|
-
const schema43098 =
|
|
68
|
+
// const schema43098 = await fetch43098();
|
|
74
69
|
const dataTypeMap = {
|
|
75
70
|
Number: "number",
|
|
76
71
|
Text: "string",
|
|
@@ -103,10 +98,19 @@ const main = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
103
98
|
let typedDefsAllStrings43098 = "export type LeadFields43098AllStrings = {\n";
|
|
104
99
|
const { typedefs: td18614, jsonSchema: js18614 } = processSchema(schema18614, typeDefinitions18614, dataTypeMap);
|
|
105
100
|
typeDefinitions18614 = `${td18614}};\n`;
|
|
106
|
-
const { typedefs: td43098, jsonSchema: js43098 } = processSchema(
|
|
101
|
+
/* const { typedefs: td43098, jsonSchema: js43098 } = processSchema(
|
|
102
|
+
schema43098,
|
|
103
|
+
typeDefinitions43098,
|
|
104
|
+
dataTypeMap,
|
|
105
|
+
);
|
|
107
106
|
typeDefinitions43098 = `${td43098}};\n`;
|
|
108
|
-
|
|
109
|
-
|
|
107
|
+
|
|
108
|
+
const { typedefs: td43098AllStrings } = processSchemaAllStrings(
|
|
109
|
+
schema43098,
|
|
110
|
+
typedDefsAllStrings43098,
|
|
111
|
+
dataTypeMapAllStrings,
|
|
112
|
+
);
|
|
113
|
+
typedDefsAllStrings43098 = `${td43098AllStrings}};\n`; */
|
|
110
114
|
const { typedefs: td18614AllStrings } = processSchemaAllStrings(schema18614, typedDefsAllStrings18614, dataTypeMapAllStrings);
|
|
111
115
|
typedDefsAllStrings18614 = `${td18614AllStrings}};\n`;
|
|
112
116
|
const writeFiles = (typeDefinitions, stringtypedefs, jsonSchema, id) => __awaiter(void 0, void 0, void 0, function* () {
|
|
@@ -121,6 +125,11 @@ const main = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
121
125
|
console.log(`JSON schema has been written to ${jsonFilePath}`);
|
|
122
126
|
});
|
|
123
127
|
yield writeFiles(typeDefinitions18614, typedDefsAllStrings18614, js18614, "18614");
|
|
124
|
-
|
|
128
|
+
/* await writeFiles(
|
|
129
|
+
typeDefinitions43098,
|
|
130
|
+
typedDefsAllStrings43098,
|
|
131
|
+
js43098,
|
|
132
|
+
"43098",
|
|
133
|
+
); */
|
|
125
134
|
});
|
|
126
135
|
main().catch((err) => console.error(err));
|
package/dist/json/18614.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"mx_Latest_Visit_FU_Outcome_Date": "string",
|
|
2
3
|
"mx_Expected_Date_Of_Registrations": "string",
|
|
3
4
|
"mx_Projects": "string",
|
|
4
5
|
"mx_PostSales_Color": "string",
|
|
@@ -51,7 +52,6 @@
|
|
|
51
52
|
"mx_Incentive_Details": "string",
|
|
52
53
|
"mx_eCIF": "boolean",
|
|
53
54
|
"mx_Lead_Capture_Type": "string",
|
|
54
|
-
"mx_Retention_Call": "string",
|
|
55
55
|
"mx_Loan_Form": "string",
|
|
56
56
|
"mx_Disbursement_Checklist": "string",
|
|
57
57
|
"mx_Welcome_Call_Done": "boolean",
|
package/dist/types/18614.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export type LeadFields18614 = {
|
|
2
|
+
mx_Latest_Visit_FU_Outcome_Date?: string;
|
|
2
3
|
mx_Expected_Date_Of_Registrations?: string;
|
|
3
4
|
mx_Projects?: "NA" | "Unique Avenue 210" | "Hyde Park" | "Super Homez Gulmohar" | "Super Homez Harmony";
|
|
4
5
|
mx_PostSales_Color?: "" | "Red" | "Orange" | "Blue" | "Green" | "Yellow";
|
|
5
|
-
mx_Receptionist?: "" | "Ashwini Gadekar" | "Rani Nirankari" | "Sapna Singh" | "Janvi Rathod" | "Shweta Vishwakarma" | "Gayatri Patil" | "Aditi Sanga" | "Rohan Narendra Tomar" | "Roshani Gupta" | "Swapnali Unhavane" | "Dipika Bhagwane" | "Pratiksha Yadav" | "Geeta Soni" | "Hetal Waghela" | "Sushant Matkar" | "Preeti Sharma" | "Pranali Pawar" | "Purvish Mehta" | "Rajeshkumar Shravat" | "Jasmine Shaikh" | "Nandini Puwar" | "Shweta Gupta";
|
|
6
|
+
mx_Receptionist?: "" | "Ashwini Gadekar" | "Rani Nirankari" | "Sapna Singh" | "Janvi Rathod" | "Shweta Vishwakarma" | "Gayatri Patil" | "Aditi Sanga" | "Rohan Narendra Tomar" | "Roshani Gupta" | "Swapnali Unhavane" | "Dipika Bhagwane" | "Pratiksha Yadav" | "Geeta Soni" | "Hetal Waghela" | "Sushant Matkar" | "Preeti Sharma" | "Pranali Pawar" | "Purvish Mehta" | "Rajeshkumar Shravat" | "Jasmine Shaikh" | "Nandini Puwar" | "Shweta Gupta" | "Priti Andre";
|
|
6
7
|
mx_Hot_Prospect?: '1' | '0';
|
|
7
8
|
mx_Pre_Booking_Date?: string;
|
|
8
9
|
mx_LeadOwner_Sales: string;
|
|
@@ -51,7 +52,6 @@ export type LeadFields18614 = {
|
|
|
51
52
|
mx_Incentive_Details?: string;
|
|
52
53
|
mx_eCIF?: '1' | '0';
|
|
53
54
|
mx_Lead_Capture_Type?: "" | "Created" | "Captured";
|
|
54
|
-
mx_Retention_Call?: string;
|
|
55
55
|
mx_Loan_Form?: string;
|
|
56
56
|
mx_Disbursement_Checklist?: string;
|
|
57
57
|
mx_Welcome_Call_Done?: '1' | '0';
|
|
@@ -66,7 +66,7 @@ export type LeadFields18614 = {
|
|
|
66
66
|
mx_Flat_Ownership?: "JM" | "Tata" | "Shripal Shanti" | "Vaastu" | "Landlord" | "";
|
|
67
67
|
mx_CP_Brokerage?: string;
|
|
68
68
|
mx_Project_Head?: "NA" | "Suryaprakash Pradhan" | "Gopal Raheja" | "Shubham Mishra" | "Dinesh Yadav" | "Amol Kadam" | "Shekhar Sahasrabudhe" | "Mukesh Vaishnav" | "Dhiraj Sachdev" | "Nandan Panigrahi" | "Rohit Chaubey" | "Nitesh Mishra" | "Sandesh Pujare" | "Amol Shinde" | "Bhavesh Solanki" | "Suraj Singh" | "Shekhar Saahasrabudhe" | "Vivek Barot" | "Jitesh Sakpal" | "Sourabh Solanki" | "Anil Pundkar" | "Sadik Shaikh" | "Yogesh Solanki" | "Zariyaf Ansari" | "Vidyakant Shukla" | "Prathamesh Narvankar" | "Shailendra Purohit" | "Shraddha Shukla" | "Navin Joshi" | "Jinay Dutia" | "Omkar Rane" | "Rahul Jadhav" | "Dhanesh Bhil";
|
|
69
|
-
mx_Sales_Executive?: "NA" | "Abhiyank Patwa" | "Akash Makwana" | "Ameer Ansari" | "Amol Kadam" | "Anjali Shelke" | "Anjali Mhatre" | "Arjun Shettiyar" | "Avinash Kumar" | "Bhagyashri Gupta" | "Bhavesh Solanki" | "Chandani Ingle" | "Dhanesh Bhil" | "Gautam Singh" | "Gopal Raheja" | "Jitesh Sakpal" | "Kishwari Sharma" | "Leena Vyas" | "Mehul Waghela" | "Milind Kharawade" | "Mukesh Vaishnav" | "Muskan Mishra" | "Nandkishor Koite" | "Nitesh Mishra" | "Pavan Singh" | "Prathamesh Narvankar" | "Rahul Jadhav" | "Ravi Sharma" | "Sarfaraz Haju" | "Sarita Mishra" | "Shekhar Sahasrabudhe" | "Shivam Singh" | "Shubham Mishra" | "Shweta Sawant" | "Suneeta Yadav" | "Suraj Singh" | "Suryaprakash Pradhan" | "Vighnesh Kadam" | "Vinit Thakur" | "Vipul Rajput" | "Yogesh Solanki" | "Himanshu Gor" | "dd989b84-493a-11ed-a554-026414e56464" | "33fe3ca5-2078-11ed-a554-026414e56464" | "cc8e2d55-9af6-11ed-a554-026414e56464" | "0d87373a-7854-11ed-a554-026414e56464" | "bd7d3bfc-c171-11ec-a554-026414e56464" | "bac8a595-db37-11eb-b929-06a85bb19590" | "28134251-e6fe-11ec-a554-026414e56464" | "966ad438-6693-11ed-a554-026414e56464" | "b48fda29-7869-11ed-a554-026414e56464" | "acb6e0c8-acff-11ec-a554-026414e56464" | "afea57b5-7ad2-11ed-a554-026414e56464" | "c87bfcb8-2529-11ed-a554-026414e56464" | "66d4e89d-c3e3-11ed-acef-026414e56464" | "9a4d3397-acfd-11ec-a554-026414e56464" | "160e76eb-902a-11ed-a554-026414e56464" | "9fd50bf1-cff0-11ec-a554-026414e56464" | "52173682-97e6-11ed-a554-026414e56464" | "4fc7dbaa-9c4b-11ec-a554-026414e56464" | "303a7620-9420-11ed-a554-026414e56464" | "f64827fd-2077-11ed-a554-026414e56464" | "ef8cc9e5-393c-11eb-a3c8-06a85bb19590" | "db3ba268-29e1-11ed-a554-026414e56464" | "52afff87-ee2f-11ec-a554-026414e56464" | "fc635918-6693-11ed-a554-026414e56464" | "4c480a2e-51af-11ec-b929-06a85bb19590" | "04a7fe4c-bbc8-11ec-a554-026414e56464" | "20aa91cb-8264-11ed-a554-026414e56464" | "587acba1-ff39-11eb-b929-06a85bb19590" | "65ea19ef-c8aa-11ed-acef-026414e56464" | "d41f2699-6c87-11ec-b929-06a85bb19590" | "3fd9e9bf-f017-11ea-9030-06a85bb19590" | "14e8f132-0c7c-11eb-a3c8-06a85bb19590" | "857449d7-b832-11ed-a554-026414e56464" | "699889b1-4316-11ed-a554-026414e56464" | "815a617b-2f4a-11ed-a554-026414e56464" | "538531d6-adf3-11ed-a554-026414e56464" | "a5924ba3-c171-11ec-a554-026414e56464" | "df308447-cd07-11ec-a554-026414e56464" | "6bbb6b22-65b0-11ed-a554-026414e56464" | "21175a2b-7c83-11ed-a554-026414e56464" | "971d9ce3-8c40-11ed-a554-026414e56464" | "e49b6f04-2529-11ed-a554-026414e56464" | "f2eb311a-d857-11ed-acef-026414e56464" | "150adabc-fab6-11ec-a554-026414e56464" | "76684918-f604-11eb-b929-06a85bb19590" | "570da667-f60c-11ed-acef-026414e56464" | "edb7b84f-493f-11ed-a554-026414e56464" | "81efd944-d7a3-11ea-9030-06a85bb19590" | "b359582d-1a28-11ed-a554-026414e56464" | "1d74cd8c-ad39-11ed-a554-026414e56464" | "d6ab5afb-d082-11ed-acef-026414e56464" | "d2ced888-bcbf-11ec-a554-026414e56464" | "921298a5-14b2-11ee-acef-026414e56464" | "eea3026d-1a35-11ee-acef-026414e56464" | "ecf9961f-d39f-11ed-acef-026414e56464" | "f99ad17a-3113-11ee-acef-026414e56464" | "52f29382-247f-11ee-acef-026414e56464" | "b25f3625-1fb3-11ee-acef-026414e56464" | "4db20934-1a36-11ee-acef-026414e56464" | "7fd110e6-1d7e-11ee-acef-026414e56464" | "f877c38b-303c-11ee-acef-026414e56464" | "8c76a159-5914-11ed-a554-026414e56464" | "af1825b2-34fb-11ee-acef-026414e56464" | "50447e84-1fd4-11ee-acef-026414e56464" | "a34bd209-3a86-11ee-acef-026414e56464" | "8d528dbc-34fb-11ee-acef-026414e56464" | "0cb53a66-14b7-11ee-acef-026414e56464" | "f591e919-247e-11ee-acef-026414e56464" | "9a52d732-65b0-11ed-a554-026414e56464" | "c3a951a5-3a86-11ee-acef-026414e56464" | "784cbffd-207a-11ee-acef-026414e56464" | "ab5828b6-698d-11ee-acef-026414e56464" | "ddcee17b-6d97-11ee-acef-026414e56464" | "c9af6aaa-698d-11ee-acef-026414e56464" | "27d0daaa-0342-11ed-a554-026414e56464" | "a9c20a88-e6fe-11ec-a554-026414e56464" | "9788ef5a-d85b-11ed-acef-026414e56464" | "d3ba7c9a-8600-11ee-acef-026414e56464" | "9165ab2c-674c-11ee-acef-026414e56464" | "ea89d023-850f-11ee-acef-026414e56464" | "a3eeaa84-7892-11ee-acef-026414e56464" | "c09a7259-94d2-11ee-b4e9-026414e56464" | "3578346f-8510-11ee-acef-026414e56464" | "95a62cb0-95a7-11ee-b4e9-026414e56464" | "caeb552d-db37-11eb-b929-06a85bb19590" | "d50ff3d2-e0d0-11ec-a554-026414e56464" | "b4f2fe87-ac41-11ec-a554-026414e56464" | "7e219eda-82b1-11ec-a554-026414e56464" | "c3a49c7f-ff39-11eb-b929-06a85bb19590" | "b9dbd35f-bf08-11ec-a554-026414e56464" | "8933fd35-8510-11ee-acef-026414e56464" | "7c9ff0d8-b37f-11ee-ab60-026414e56464" | "8d66380f-7a19-11ee-acef-026414e56464" | "5ea790d4-8510-11ee-acef-026414e56464" | "1c38a718-c0e1-11ee-ab60-026414e56464" | "0edbb436-bf3c-11ee-ab60-026414e56464" | "eb2e747c-cef4-11ee-a117-02fe32e5ee39" | "ccf96494-d873-11ee-a117-02fe32e5ee39" | "dba9a009-6415-11ee-acef-026414e56464" | "4aa81761-cef7-11ee-a117-02fe32e5ee39" | "2ad6710f-22b6-11ec-b929-06a85bb19590" | "a1a91332-dc55-11ee-a117-02fe32e5ee39" | "2f41ef97-69bb-11ee-acef-026414e56464" | "b8c030d0-acff-11ec-a554-026414e56464" | "Pramod Mishra" | "3825aa4a-acfc-11ec-a554-026414e56464" | "3fa37352-ac42-11ec-a554-026414e56464" | "c002bf52-df8f-11ee-a117-02fe32e5ee39" | "7bd7556b-d874-11ee-a117-02fe32e5ee39" | "cf86eb53-f70b-11ee-a117-02fe32e5ee39" | "1a39f9a3-0084-11ef-a117-02fe32e5ee39" | "93b8b642-f576-11ee-a117-02fe32e5ee39" | "9e2c25e8-3cbf-11e8-9c5f-22000aa79843" | "e89f4865-f57a-11ee-a117-02fe32e5ee39" | "e0eb46cb-df8f-11ee-a117-02fe32e5ee39" | "fb213572-0919-11ef-a117-02fe32e5ee39" | "189cd957-085d-11ef-a117-02fe32e5ee39" | "dce64919-f577-11ee-a117-02fe32e5ee39" | "a5833a04-180d-11ef-a117-02fe32e5ee39" | "2ef83247-19a8-11ef-a117-02fe32e5ee39" | "c4c1e37b-fb03-11ee-a117-02fe32e5ee39" | "f81454ef-ffad-11ee-a117-02fe32e5ee39" | "94bd1238-8864-11ec-a554-026414e56464" | "cf7c693c-f2c3-11ec-a554-026414e56464" | "a5e98e7e-fb03-11ee-a117-02fe32e5ee39" | "49f7728d-110c-11ef-a117-02fe32e5ee39" | "d13173ee-2a2d-11ef-a117-02fe32e5ee39" | "65362100-33a8-11ef-a117-02fe32e5ee39" | "a8b96b13-4fe7-11ef-a117-02fe32e5ee39" | "3e3efd73-44e0-11ef-a117-02fe32e5ee39" | "231089eb-493b-11ed-a554-026414e56464" | "Karan Suthar" | "Gaurav Davande" | "Tulsi Jha" | "Suraj Parmar" | "Rishab Dubey" | "Manish Heliya" | "Mitesh Gohil" | "Satish Kadam" | "Luv Yadav" | "Trushali Prajapati" | "Akanksha Singh" | "Shailesh Jadhav" | "Khushi Gupta" | "Sanika Chavan" | "Maya Ipper" | "Parag Sawant" | "Vishesh Sharma" | "Manisha Mishra" | "Omkar Sawant" | "Geeta Patil" | "Prem Thakur" | "Manasvi Kumawat" | "Ritika Pandey" | "Raj Purohit" | "Anjali Gavai" | "Sagar Bhanushali" | "Aman Sharma" | "Ayush Jha" | "Aditya Vishwakarma" | "Virendra Prajapati" | "Dhwani Dedhia" | "Sudhanshu Satpute" | "Omprakash Das" | "Yohan Patel" | "Riya Shukla" | "18f72266-6693-11ed-a554-026414e56464" | "Jay Sangoi" | "Aatish Sawant" | "Yasmin Shaikh" | "Ragini Bundhe" | "Shristi Mishra" | "Shikha Mishra" | "Harshad Waghela";
|
|
69
|
+
mx_Sales_Executive?: "NA" | "Abhiyank Patwa" | "Akash Makwana" | "Ameer Ansari" | "Amol Kadam" | "Anjali Shelke" | "Anjali Mhatre" | "Arjun Shettiyar" | "Avinash Kumar" | "Bhagyashri Gupta" | "Bhavesh Solanki" | "Chandani Ingle" | "Dhanesh Bhil" | "Gautam Singh" | "Gopal Raheja" | "Jitesh Sakpal" | "Kishwari Sharma" | "Leena Vyas" | "Mehul Waghela" | "Milind Kharawade" | "Mukesh Vaishnav" | "Muskan Mishra" | "Nandkishor Koite" | "Nitesh Mishra" | "Pavan Singh" | "Prathamesh Narvankar" | "Rahul Jadhav" | "Ravi Sharma" | "Sarfaraz Haju" | "Sarita Mishra" | "Shekhar Sahasrabudhe" | "Shivam Singh" | "Shubham Mishra" | "Shweta Sawant" | "Suneeta Yadav" | "Suraj Singh" | "Suryaprakash Pradhan" | "Vighnesh Kadam" | "Vinit Thakur" | "Vipul Rajput" | "Yogesh Solanki" | "Himanshu Gor" | "dd989b84-493a-11ed-a554-026414e56464" | "33fe3ca5-2078-11ed-a554-026414e56464" | "cc8e2d55-9af6-11ed-a554-026414e56464" | "0d87373a-7854-11ed-a554-026414e56464" | "bd7d3bfc-c171-11ec-a554-026414e56464" | "bac8a595-db37-11eb-b929-06a85bb19590" | "28134251-e6fe-11ec-a554-026414e56464" | "966ad438-6693-11ed-a554-026414e56464" | "b48fda29-7869-11ed-a554-026414e56464" | "acb6e0c8-acff-11ec-a554-026414e56464" | "afea57b5-7ad2-11ed-a554-026414e56464" | "c87bfcb8-2529-11ed-a554-026414e56464" | "66d4e89d-c3e3-11ed-acef-026414e56464" | "9a4d3397-acfd-11ec-a554-026414e56464" | "160e76eb-902a-11ed-a554-026414e56464" | "9fd50bf1-cff0-11ec-a554-026414e56464" | "52173682-97e6-11ed-a554-026414e56464" | "4fc7dbaa-9c4b-11ec-a554-026414e56464" | "303a7620-9420-11ed-a554-026414e56464" | "f64827fd-2077-11ed-a554-026414e56464" | "ef8cc9e5-393c-11eb-a3c8-06a85bb19590" | "db3ba268-29e1-11ed-a554-026414e56464" | "52afff87-ee2f-11ec-a554-026414e56464" | "fc635918-6693-11ed-a554-026414e56464" | "4c480a2e-51af-11ec-b929-06a85bb19590" | "04a7fe4c-bbc8-11ec-a554-026414e56464" | "20aa91cb-8264-11ed-a554-026414e56464" | "587acba1-ff39-11eb-b929-06a85bb19590" | "65ea19ef-c8aa-11ed-acef-026414e56464" | "d41f2699-6c87-11ec-b929-06a85bb19590" | "3fd9e9bf-f017-11ea-9030-06a85bb19590" | "14e8f132-0c7c-11eb-a3c8-06a85bb19590" | "857449d7-b832-11ed-a554-026414e56464" | "699889b1-4316-11ed-a554-026414e56464" | "815a617b-2f4a-11ed-a554-026414e56464" | "538531d6-adf3-11ed-a554-026414e56464" | "a5924ba3-c171-11ec-a554-026414e56464" | "df308447-cd07-11ec-a554-026414e56464" | "6bbb6b22-65b0-11ed-a554-026414e56464" | "21175a2b-7c83-11ed-a554-026414e56464" | "971d9ce3-8c40-11ed-a554-026414e56464" | "e49b6f04-2529-11ed-a554-026414e56464" | "f2eb311a-d857-11ed-acef-026414e56464" | "150adabc-fab6-11ec-a554-026414e56464" | "76684918-f604-11eb-b929-06a85bb19590" | "570da667-f60c-11ed-acef-026414e56464" | "edb7b84f-493f-11ed-a554-026414e56464" | "81efd944-d7a3-11ea-9030-06a85bb19590" | "b359582d-1a28-11ed-a554-026414e56464" | "1d74cd8c-ad39-11ed-a554-026414e56464" | "d6ab5afb-d082-11ed-acef-026414e56464" | "d2ced888-bcbf-11ec-a554-026414e56464" | "921298a5-14b2-11ee-acef-026414e56464" | "eea3026d-1a35-11ee-acef-026414e56464" | "ecf9961f-d39f-11ed-acef-026414e56464" | "f99ad17a-3113-11ee-acef-026414e56464" | "52f29382-247f-11ee-acef-026414e56464" | "b25f3625-1fb3-11ee-acef-026414e56464" | "4db20934-1a36-11ee-acef-026414e56464" | "7fd110e6-1d7e-11ee-acef-026414e56464" | "f877c38b-303c-11ee-acef-026414e56464" | "8c76a159-5914-11ed-a554-026414e56464" | "af1825b2-34fb-11ee-acef-026414e56464" | "50447e84-1fd4-11ee-acef-026414e56464" | "a34bd209-3a86-11ee-acef-026414e56464" | "8d528dbc-34fb-11ee-acef-026414e56464" | "0cb53a66-14b7-11ee-acef-026414e56464" | "f591e919-247e-11ee-acef-026414e56464" | "9a52d732-65b0-11ed-a554-026414e56464" | "c3a951a5-3a86-11ee-acef-026414e56464" | "784cbffd-207a-11ee-acef-026414e56464" | "ab5828b6-698d-11ee-acef-026414e56464" | "ddcee17b-6d97-11ee-acef-026414e56464" | "c9af6aaa-698d-11ee-acef-026414e56464" | "27d0daaa-0342-11ed-a554-026414e56464" | "a9c20a88-e6fe-11ec-a554-026414e56464" | "9788ef5a-d85b-11ed-acef-026414e56464" | "d3ba7c9a-8600-11ee-acef-026414e56464" | "9165ab2c-674c-11ee-acef-026414e56464" | "ea89d023-850f-11ee-acef-026414e56464" | "a3eeaa84-7892-11ee-acef-026414e56464" | "c09a7259-94d2-11ee-b4e9-026414e56464" | "3578346f-8510-11ee-acef-026414e56464" | "95a62cb0-95a7-11ee-b4e9-026414e56464" | "caeb552d-db37-11eb-b929-06a85bb19590" | "d50ff3d2-e0d0-11ec-a554-026414e56464" | "b4f2fe87-ac41-11ec-a554-026414e56464" | "7e219eda-82b1-11ec-a554-026414e56464" | "c3a49c7f-ff39-11eb-b929-06a85bb19590" | "b9dbd35f-bf08-11ec-a554-026414e56464" | "8933fd35-8510-11ee-acef-026414e56464" | "7c9ff0d8-b37f-11ee-ab60-026414e56464" | "8d66380f-7a19-11ee-acef-026414e56464" | "5ea790d4-8510-11ee-acef-026414e56464" | "1c38a718-c0e1-11ee-ab60-026414e56464" | "0edbb436-bf3c-11ee-ab60-026414e56464" | "eb2e747c-cef4-11ee-a117-02fe32e5ee39" | "ccf96494-d873-11ee-a117-02fe32e5ee39" | "dba9a009-6415-11ee-acef-026414e56464" | "4aa81761-cef7-11ee-a117-02fe32e5ee39" | "2ad6710f-22b6-11ec-b929-06a85bb19590" | "a1a91332-dc55-11ee-a117-02fe32e5ee39" | "2f41ef97-69bb-11ee-acef-026414e56464" | "b8c030d0-acff-11ec-a554-026414e56464" | "Pramod Mishra" | "3825aa4a-acfc-11ec-a554-026414e56464" | "3fa37352-ac42-11ec-a554-026414e56464" | "c002bf52-df8f-11ee-a117-02fe32e5ee39" | "7bd7556b-d874-11ee-a117-02fe32e5ee39" | "cf86eb53-f70b-11ee-a117-02fe32e5ee39" | "1a39f9a3-0084-11ef-a117-02fe32e5ee39" | "93b8b642-f576-11ee-a117-02fe32e5ee39" | "9e2c25e8-3cbf-11e8-9c5f-22000aa79843" | "e89f4865-f57a-11ee-a117-02fe32e5ee39" | "e0eb46cb-df8f-11ee-a117-02fe32e5ee39" | "fb213572-0919-11ef-a117-02fe32e5ee39" | "189cd957-085d-11ef-a117-02fe32e5ee39" | "dce64919-f577-11ee-a117-02fe32e5ee39" | "a5833a04-180d-11ef-a117-02fe32e5ee39" | "2ef83247-19a8-11ef-a117-02fe32e5ee39" | "c4c1e37b-fb03-11ee-a117-02fe32e5ee39" | "f81454ef-ffad-11ee-a117-02fe32e5ee39" | "94bd1238-8864-11ec-a554-026414e56464" | "cf7c693c-f2c3-11ec-a554-026414e56464" | "a5e98e7e-fb03-11ee-a117-02fe32e5ee39" | "49f7728d-110c-11ef-a117-02fe32e5ee39" | "d13173ee-2a2d-11ef-a117-02fe32e5ee39" | "65362100-33a8-11ef-a117-02fe32e5ee39" | "a8b96b13-4fe7-11ef-a117-02fe32e5ee39" | "3e3efd73-44e0-11ef-a117-02fe32e5ee39" | "231089eb-493b-11ed-a554-026414e56464" | "Karan Suthar" | "Gaurav Davande" | "Tulsi Jha" | "Suraj Parmar" | "Rishab Dubey" | "Manish Heliya" | "Mitesh Gohil" | "Satish Kadam" | "Luv Yadav" | "Trushali Prajapati" | "Akanksha Singh" | "Shailesh Jadhav" | "Khushi Gupta" | "Sanika Chavan" | "Maya Ipper" | "Parag Sawant" | "Vishesh Sharma" | "Manisha Mishra" | "Omkar Sawant" | "Geeta Patil" | "Prem Thakur" | "Manasvi Kumawat" | "Ritika Pandey" | "Raj Purohit" | "Anjali Gavai" | "Sagar Bhanushali" | "Aman Sharma" | "Ayush Jha" | "Aditya Vishwakarma" | "Virendra Prajapati" | "Dhwani Dedhia" | "Sudhanshu Satpute" | "Omprakash Das" | "Yohan Patel" | "Riya Shukla" | "18f72266-6693-11ed-a554-026414e56464" | "Jay Sangoi" | "Aatish Sawant" | "Yasmin Shaikh" | "Ragini Bundhe" | "Shristi Mishra" | "Shikha Mishra" | "Harshad Waghela" | "Nandini Puwar" | "Vishal Dubey" | "Shridhar Mishra" | "Sapna Singh" | "Rashmi Choudhary" | "Kumkum Yadav" | "Yashika Mudaliar" | "Bhavna Jha";
|
|
70
70
|
mx_Accounts_stage?: "Unbilled" | "Invoice Due" | "Billed" | "Payment received" | "Cancelled";
|
|
71
71
|
mx_Banker_Payment_Received?: '1' | '0';
|
|
72
72
|
mx_Invoice_Due?: '1' | '0';
|
|
@@ -101,7 +101,7 @@ export type LeadFields18614 = {
|
|
|
101
101
|
mx_Visit_Outcome?: string;
|
|
102
102
|
mx_Warm?: '1' | '0';
|
|
103
103
|
mx_Visit_FU_Outcome?: string;
|
|
104
|
-
mx_Pre_Sales_Owner?: "Pranali" | "Pranali Pawar" | "Priti Andre" | "Jyoti Yadav" | "Riddhi Darji" | "Geeta Patil" | "Arshiya Shaikh" | "Soniya Rale" | "Asmi Shaikh" | "Sushmita Bhambure" | "Pranoti Undire" | "Madhura Tambe" | "Punam Gupta" | "Akshata Narkar" | "Prajakta Panchal" | "Atik Shaikh" | "Veena Kalal" | "Aditi Ghadi" | "Uday Uberoi" | "Kadambari Shinde" | "Pratiksha yadav" | "" | "Farheen khan" | "OwnerId" | "Priyanka Kanojiya" | "TeleAccess User" | "Shraddha Landge" | "Shweta Yelve" | "Ankita Bhartiya" | "Pooja Yadav" | "Ashwini Ballal" | "Roshani Birit" | "Hetal Waghela" | "Gulfesha Khan" | "Virendra Prajapati" | "Dharmishata Timanaya" | "Aakansha Chaudhari" | "Aquib Qureshi" | "Jinal Waghela" | "Trisha Kounder" | "Sanjana Kembhavi" | "Sameed Multani" | "Yutika Kadam" | "Tariqe Shaikh" | "Sonali Jha" | "Purvish Mehta" | "Megha Angarakhe" | "Aman Bhargava" | "Prashant Verma" | "Sheetal Sarode" | "Rajeshkumar shravat" | "Vivek Yadav" | "Suraj Gupta" | "Roshani Prajapati" | "Neha chauhan" | "Pranali M Pawar" | "Jigar Solanki" | "Daraksha Ansari" | "Premnath Shelar" | "Mansi Dhuri" | "Saba Shaikh" | "Nancy Singh" | "Sushant Matkar" | "Afreen Khan" | "Preeti Choudhary" | "Vaishali Patel" | "Pooja Gala" | "Nikhil Ray" | "Vaibhav Singh" | "Vivek Rawal" | "Geeta Soni" | "Preeti Sharma" | "Devika Bist" | "Nilofar Shaikh" | "Trisha Pachiyammal" | "Daraksha Shaikh" | "Yashraj Patil" | "Priyanka Patil" | "Sanjay Adhikari" | "Leena Uttekar" | "Nasima Shaikh" | "Afreen Sayeed" | "Jasmine Shaikh" | "Sangeeta Panigrahi" | "Himanshi kanyal" | "Fiza Hashmi" | "Uzma Qureshi" | "Afiya Shaikh" | "Tazeen Shaikh" | "Nisha Sharma" | "Nandkishor Koite" | "temp" | "Nilofer Shaikh" | "Sahil Gangurde" | "Neeraj Kanojiya" | "Aarti Bike" | "Armeen Khan" | "Mahek Shaikh" | "Varun Tuli" | "Parth Parmar" | "Bhageshree koli";
|
|
104
|
+
mx_Pre_Sales_Owner?: "Pranali" | "Pranali Pawar" | "Priti Andre" | "Jyoti Yadav" | "Riddhi Darji" | "Geeta Patil" | "Arshiya Shaikh" | "Soniya Rale" | "Asmi Shaikh" | "Sushmita Bhambure" | "Pranoti Undire" | "Madhura Tambe" | "Punam Gupta" | "Akshata Narkar" | "Prajakta Panchal" | "Atik Shaikh" | "Veena Kalal" | "Aditi Ghadi" | "Uday Uberoi" | "Kadambari Shinde" | "Pratiksha yadav" | "" | "Farheen khan" | "OwnerId" | "Priyanka Kanojiya" | "TeleAccess User" | "Shraddha Landge" | "Shweta Yelve" | "Ankita Bhartiya" | "Pooja Yadav" | "Ashwini Ballal" | "Roshani Birit" | "Hetal Waghela" | "Gulfesha Khan" | "Virendra Prajapati" | "Dharmishata Timanaya" | "Aakansha Chaudhari" | "Aquib Qureshi" | "Jinal Waghela" | "Trisha Kounder" | "Sanjana Kembhavi" | "Sameed Multani" | "Yutika Kadam" | "Tariqe Shaikh" | "Sonali Jha" | "Purvish Mehta" | "Megha Angarakhe" | "Aman Bhargava" | "Prashant Verma" | "Sheetal Sarode" | "Rajeshkumar shravat" | "Vivek Yadav" | "Suraj Gupta" | "Roshani Prajapati" | "Neha chauhan" | "Pranali M Pawar" | "Jigar Solanki" | "Daraksha Ansari" | "Premnath Shelar" | "Mansi Dhuri" | "Saba Shaikh" | "Nancy Singh" | "Sushant Matkar" | "Afreen Khan" | "Preeti Choudhary" | "Vaishali Patel" | "Pooja Gala" | "Nikhil Ray" | "Vaibhav Singh" | "Vivek Rawal" | "Geeta Soni" | "Preeti Sharma" | "Devika Bist" | "Nilofar Shaikh" | "Trisha Pachiyammal" | "Daraksha Shaikh" | "Yashraj Patil" | "Priyanka Patil" | "Sanjay Adhikari" | "Leena Uttekar" | "Nasima Shaikh" | "Afreen Sayeed" | "Jasmine Shaikh" | "Sangeeta Panigrahi" | "Himanshi kanyal" | "Fiza Hashmi" | "Uzma Qureshi" | "Afiya Shaikh" | "Tazeen Shaikh" | "Nisha Sharma" | "Nandkishor Koite" | "temp" | "Nilofer Shaikh" | "Sahil Gangurde" | "Neeraj Kanojiya" | "Aarti Bike" | "Armeen Khan" | "Mahek Shaikh" | "Varun Tuli" | "Parth Parmar" | "Bhageshree koli" | "Anuj Mishra" | "Himanshu Thorat" | "Shifa Meer";
|
|
105
105
|
mx_Broker_Phone?: "NA";
|
|
106
106
|
mx_Will_Revisit?: '1' | '0';
|
|
107
107
|
mx_Project_Explained?: '1' | '0';
|
|
@@ -127,7 +127,7 @@ export type LeadFields18614 = {
|
|
|
127
127
|
mx_Loan_Through?: "Stallions" | "Self Loan" | "Self Payment" | "Staff Loan" | "NA";
|
|
128
128
|
mx_Agreement_Value?: number;
|
|
129
129
|
mx_Flat_No?: number;
|
|
130
|
-
mx_Wing?: "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" | "J" | "K" | "L" | "M" | "A1" | "A2" | "A3" | "A4" | "A5" | "Tower 1 Shripal" | "Bldg no. 8 C" | "Tower 1 Vastu" | "Tower 1" | "Bldg no. 9 A" | "Bldg no. 9 C" | "Bldg no. 9 H" | "Bldg no. 9 B" | "BP 8/ Ph- 4/ Wing-C" | "Bldg no. 9 G" | "Santosa Park Phase 3" | "Ekta Parksville - Lincoln park C wing" | "Parksville central park" | "BLDG NO 9 A" | "BLDG NO 9 B" | "Parksville central park k wing phase 1" | "BLDG NO 9 H" | "B Wing" | "BLDG NO.9 H" | "BLDG NO.9 A" | "C wing" | "T" | "G wing" | "1" | "8C" | "B1" | "Tower -1" | "3A" | "AB" | "364" | "Tower-1" | "7SKY/B" | "C-D" | "Tower 1 Bachraj" | "building no 42 unit no5" | "building no 36" | "7SKY-B" | "Wing A" | "Wing C" | "Ground floor front" | "A&B" | "A wing" | "buildng no 36" | "T-1" | "Callisto -B" | "Callesto - B Wing" | "B - Callisto" | "B-Callesto" | "CD" | "3B" | "C&D" | "B-Callisto" | "A`" | "Tower 3B Cortez" | "3B Cortez" | "3A Akoya" | "A-Callisto" | "3" | "Bungalow No. 2" | "A - Callisto" | "na" | "0" | "A - Wing" | "A-Wing" | "Central K" | "Sentosa H" | "Z" | "CP/K" | "LP/F" | "LP-D" | "SP-J" | "SP-K" | "CP-K" | "SP-H" | "SP-C" | "-" | "LP-E" | "SP-I" | "H wing" | "LP-F" | "3C Tahiti" | "BP-A" | "LP-A" | "3A - Akoya" | "Calisto-B" | "Calisto-A" | "3B - Cortez" | "3C" | "A - Build No- 1" | "B-1-Build No.2" | "B1 - Build No - 3" | "A - Build No - 1" | "Wing B - Bd No - 2" | "B- Bd No 2" | "C Wing- Build No 4" | "B wing - Bd No -2" | "A wing - Build - 1" | "B 1" | "sales tower" | "B1 - No 3" | "C - Build no 4" | "B - Build no 2" | "Sale Wing" | "12" | "Sale" | "A - Calisti" | "A-vallisto" | "B1- Wing" | "A-calisto";
|
|
130
|
+
mx_Wing?: "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" | "J" | "K" | "L" | "M" | "A1" | "A2" | "A3" | "A4" | "A5" | "Tower 1 Shripal" | "Bldg no. 8 C" | "Tower 1 Vastu" | "Tower 1" | "Bldg no. 9 A" | "Bldg no. 9 C" | "Bldg no. 9 H" | "Bldg no. 9 B" | "BP 8/ Ph- 4/ Wing-C" | "Bldg no. 9 G" | "Santosa Park Phase 3" | "Ekta Parksville - Lincoln park C wing" | "Parksville central park" | "BLDG NO 9 A" | "BLDG NO 9 B" | "Parksville central park k wing phase 1" | "BLDG NO 9 H" | "B Wing" | "BLDG NO.9 H" | "BLDG NO.9 A" | "C wing" | "T" | "G wing" | "1" | "8C" | "B1" | "Tower -1" | "3A" | "AB" | "364" | "Tower-1" | "7SKY/B" | "C-D" | "Tower 1 Bachraj" | "building no 42 unit no5" | "building no 36" | "7SKY-B" | "Wing A" | "Wing C" | "Ground floor front" | "A&B" | "A wing" | "buildng no 36" | "T-1" | "Callisto -B" | "Callesto - B Wing" | "B - Callisto" | "B-Callesto" | "CD" | "3B" | "C&D" | "B-Callisto" | "A`" | "Tower 3B Cortez" | "3B Cortez" | "3A Akoya" | "A-Callisto" | "3" | "Bungalow No. 2" | "A - Callisto" | "na" | "0" | "A - Wing" | "A-Wing" | "Central K" | "Sentosa H" | "Z" | "CP/K" | "LP/F" | "LP-D" | "SP-J" | "SP-K" | "CP-K" | "SP-H" | "SP-C" | "-" | "LP-E" | "SP-I" | "H wing" | "LP-F" | "3C Tahiti" | "BP-A" | "LP-A" | "3A - Akoya" | "Calisto-B" | "Calisto-A" | "3B - Cortez" | "3C" | "A - Build No- 1" | "B-1-Build No.2" | "B1 - Build No - 3" | "A - Build No - 1" | "Wing B - Bd No - 2" | "B- Bd No 2" | "C Wing- Build No 4" | "B wing - Bd No -2" | "A wing - Build - 1" | "B 1" | "sales tower" | "B1 - No 3" | "C - Build no 4" | "B - Build no 2" | "Sale Wing" | "12" | "Sale" | "A - Calisti" | "A-vallisto" | "B1- Wing" | "A-calisto" | "BLDG NO 2" | "Building NO-6";
|
|
131
131
|
mx_Profile?: "" | "Salaried" | "Self Employed" | "NRI";
|
|
132
132
|
mx_OCR_Received?: number;
|
|
133
133
|
mx_Reason_Not_Warm?: "NA" | "Looking at Other location" | "Needs time to buy" | "Come just for Info" | "Budget too Less" | "Wants bigger Size" | "Likes other project" | "Not looking for himself" | "Did not share Info" | "Property to be sold" | "Wants Ready possession" | "Wants Under Construction" | "Existing EMI too High" | "Did Not Like Location" | "Did Not Like Project" | "Inventory Not Suitable";
|
|
@@ -164,7 +164,7 @@ export type LeadFields18614 = {
|
|
|
164
164
|
OptInDate?: string;
|
|
165
165
|
OptInDetails?: string;
|
|
166
166
|
LastOptInEmailSentDate?: string;
|
|
167
|
-
mx_Locality_2: "NA" | "Boisar East" | "Boisar West" | "Palghar East" | "Palghar West" | "Saphale East" | "Saphale West" | "Virar East" | "Virar West" | "Nallasopara East" | "Nallasopara West" | "Naigaon East" | "Naigaon West" | "Bhayandar East" | "Bhayandar West" | "Mira Road East" | "Mira Road West" | "Dahisar East" | "Dahisar West" | "Borivali East" | "Borivali West" | "Kandivli East" | "Kandivli West" | "Malad East" | "Malad West" | "Goregaon East" | "Goregaon West" | "Ram Mandir East" | "Ram Mandir West" | "Jogeshwari East" | "Jogeshwari West" | "Andheri East" | "Andheri West" | "Vile Parle East" | "Vile Parle West" | "Santacruz East" | "Santacruz West" | "Khar Road East" | "Khar Road West" | "Bandra East" | "Bandra West" | "Mahim East" | "Mahim West" | "Matunga Road East" | "Matunga Road West" | "Dadar East" | "Dadar West" | "Prabhadevi East" | "Prabhadevi West" | "Lower Parel East" | "Lower Parel West" | "Mahalaxmi East" | "Mahalaxmi West" | "Mumbai Central East" | "Mumbai Central West" | "Grant Road East" | "Grant Road West" | "Charni Road East" | "Charni Road West" | "Marine Lines East" | "Marine Lines West" | "Churchgate East" | "Churchgate West" | "Kurla East" | "Kurla West" | "Sion East" | "Sion West" | "Chembur East" | "Chembur West" | "Chunabhati East" | "Chunabhati West" | "Other" | "Thane West" | "Vasai - Virar" | "Vasai East" | "Bhayander East" | "Nalasopara West" | "Vasai West" | "Miraroad - Bhayander" | "Nalasopara East" | "Others East" | "South Bombay East" | "Kandivali East" | "Wadala East" | "Khar East" | "Vasai NA" | "Vasai" | "Goregaon - Jogeshwari East" | "Worli East" | "Dahisar - Borivali" | "Worli NA" | "Dombivli East" | "Mahim - Dadar" | "Kandivali West" | "Virar" | "Santacruz - Bandra East" | "Ghatkopar West" | "Malad - Kandivali East" | "Vasai - Turn" | "Khar West" | "Others West" | "Vidyavihar East" | "Parle East" | "Others NA" | "Goregaon NA" | "Worli West" | "Juhu - Bandra West" | "Navi Mumbai" | "Navi Mumbai NA" | "Chunabhatti NA" | "Mulund West" | "Thane NA" | "Thane East" | "Parle West" | "South Bombay West" | "Bhayander West" | "Chembur NA" | "Virar NA" | "safale" | "Malad - Kandivali west" | "Bhandup East" | "Chunabhatti East" | "Mira Road NA" | "Ghatkopar East" | "Bhayander NA" | "Bhandup West" | "CST" | "Matunga East" | "Parel East" | "Dombivli West" | "Vikhroli East" | "Kalyan East" | "Mahim NA" | "Prabhadevi NA" | "Kandivali NA" | "Vidyavihar West" | "Palghar - Boisar" | "kurla" | "वसई पश्चिम" | "Byculla - Colaba" | "Goregaon - Jogeshwari West" | "ghatkopar" | "Matunga West" | "Kurla NA" | "Navi Mumbai East" | "विरार पूर्व" | "Dahanu" | "Navi Mumbai West" | "South Bombay NA" | "Panvel East" | "Panvel NA" | "Mulund East" | "Naigaon NA" | "vile parle" | "Malad NA" | "Naigaon" | "Andheri NA" | "बांद्रा पूर्व" | "Borivali NA" | "Nalasopara NA" | "Dahisar NA" | "Mahalaxmi NA" | "विरार पश्चिम" | "Vikhroli West" | "मलाड पूर्व" | "mumbai central";
|
|
167
|
+
mx_Locality_2: "NA" | "Boisar East" | "Boisar West" | "Palghar East" | "Palghar West" | "Saphale East" | "Saphale West" | "Virar East" | "Virar West" | "Nallasopara East" | "Nallasopara West" | "Naigaon East" | "Naigaon West" | "Bhayandar East" | "Bhayandar West" | "Mira Road East" | "Mira Road West" | "Dahisar East" | "Dahisar West" | "Borivali East" | "Borivali West" | "Kandivli East" | "Kandivli West" | "Malad East" | "Malad West" | "Goregaon East" | "Goregaon West" | "Ram Mandir East" | "Ram Mandir West" | "Jogeshwari East" | "Jogeshwari West" | "Andheri East" | "Andheri West" | "Vile Parle East" | "Vile Parle West" | "Santacruz East" | "Santacruz West" | "Khar Road East" | "Khar Road West" | "Bandra East" | "Bandra West" | "Mahim East" | "Mahim West" | "Matunga Road East" | "Matunga Road West" | "Dadar East" | "Dadar West" | "Prabhadevi East" | "Prabhadevi West" | "Lower Parel East" | "Lower Parel West" | "Mahalaxmi East" | "Mahalaxmi West" | "Mumbai Central East" | "Mumbai Central West" | "Grant Road East" | "Grant Road West" | "Charni Road East" | "Charni Road West" | "Marine Lines East" | "Marine Lines West" | "Churchgate East" | "Churchgate West" | "Kurla East" | "Kurla West" | "Sion East" | "Sion West" | "Chembur East" | "Chembur West" | "Chunabhati East" | "Chunabhati West" | "Other" | "Thane West" | "Vasai - Virar" | "Vasai East" | "Bhayander East" | "Nalasopara West" | "Vasai West" | "Miraroad - Bhayander" | "Nalasopara East" | "Others East" | "South Bombay East" | "Kandivali East" | "Wadala East" | "Khar East" | "Vasai NA" | "Vasai" | "Goregaon - Jogeshwari East" | "Worli East" | "Dahisar - Borivali" | "Worli NA" | "Dombivli East" | "Mahim - Dadar" | "Kandivali West" | "Virar" | "Santacruz - Bandra East" | "Ghatkopar West" | "Malad - Kandivali East" | "Vasai - Turn" | "Khar West" | "Others West" | "Vidyavihar East" | "Parle East" | "Others NA" | "Goregaon NA" | "Worli West" | "Juhu - Bandra West" | "Navi Mumbai" | "Navi Mumbai NA" | "Chunabhatti NA" | "Mulund West" | "Thane NA" | "Thane East" | "Parle West" | "South Bombay West" | "Bhayander West" | "Chembur NA" | "Virar NA" | "safale" | "Malad - Kandivali west" | "Bhandup East" | "Chunabhatti East" | "Mira Road NA" | "Ghatkopar East" | "Bhayander NA" | "Bhandup West" | "CST" | "Matunga East" | "Parel East" | "Dombivli West" | "Vikhroli East" | "Kalyan East" | "Mahim NA" | "Prabhadevi NA" | "Kandivali NA" | "Vidyavihar West" | "Palghar - Boisar" | "kurla" | "वसई पश्चिम" | "Byculla - Colaba" | "Goregaon - Jogeshwari West" | "ghatkopar" | "Matunga West" | "Kurla NA" | "Navi Mumbai East" | "विरार पूर्व" | "Dahanu" | "Navi Mumbai West" | "South Bombay NA" | "Panvel East" | "Panvel NA" | "Mulund East" | "Naigaon NA" | "vile parle" | "Malad NA" | "Naigaon" | "Andheri NA" | "बांद्रा पूर्व" | "Borivali NA" | "Nalasopara NA" | "Dahisar NA" | "Mahalaxmi NA" | "विरार पश्चिम" | "Vikhroli West" | "मलाड पूर्व" | "mumbai central" | "वसई पूर्व" | "नालासोपारा पूर्व" | "कांदिवली पश्चिम" | "Kalyan West";
|
|
168
168
|
LeadLastModifiedOn?: string;
|
|
169
169
|
mx_Property_Type: "Default" | "1RK" | "1BHK" | "1.5BHK" | "2BHK" | "2.5BHK" | "3BHK" | "4BHK" | "5BHK" | "Shop" | "Office" | "1बीएचके" | "2बीएचके" | "Commercial" | "3बीएचके" | "१ बीएचके";
|
|
170
170
|
mx_Location: "" | "VIRAR" | "Vasai" | "JVLR" | "Jogeshwari East" | "Goregaon" | "Malad West" | "Andheri West" | "Thane" | "Mira Road";
|
|
@@ -173,13 +173,13 @@ export type LeadFields18614 = {
|
|
|
173
173
|
mx_Residence?: string;
|
|
174
174
|
OwnerIdEmailAddress?: string;
|
|
175
175
|
mx_Budget_R4U?: string;
|
|
176
|
-
mx_Interested_In: "None" | "Vinay Unique Gardens" | "Vinay Unique 7" | "Bachraj Lifespace" | "Frenny Platinum Tower" | "Unique Avenue 210" | "Chandresh Vaibhav" | "Shripal One" | "Blu Pearl" | "SKY" | "Pearl Gardens" | "Pearl Heritage" | "Oakwood" | "Vinay Unique Sector VII" | "Yash Platina" | "Nemi Bhavan" | "Pearl Garden" | "Shanti Classic" | "Hyde Park" | "Sanghvi EDGE" | "Uptown" | "Arc Aura" | "Super Homez" | "JRT Elysia" | "Sanghvi Pride" | "Bachraj Legend" | "Ruparel Sereno" | "Ekta Parksville" | "Nicon Vista" | "93 East" | "Sethi Palacio" | "Shripal Sattva" | "GharUtsav22" | "Balaji Darshan" | "Rudraksh Enclave" | "Shripal Shanti" | "Super Homez Harmony" | "Shree Krishna Bhoomi" | "Jasmine" | "Shiv Vaibhav" | "Super Homez Gulmohar" | "Cosmos Serenity" | "Padmavati Paradise" | "Sky Infinia" | "Rashi Tower" | "Agarwal Sky Heights" | "Virar-
|
|
176
|
+
mx_Interested_In: "None" | "Vinay Unique Gardens" | "Vinay Unique 7" | "Bachraj Lifespace" | "Frenny Platinum Tower" | "Unique Avenue 210" | "Chandresh Vaibhav" | "Shripal One" | "Blu Pearl" | "SKY" | "Pearl Gardens" | "Pearl Heritage" | "Oakwood" | "Vinay Unique Sector VII" | "Yash Platina" | "Nemi Bhavan" | "Pearl Garden" | "Shanti Classic" | "Hyde Park" | "Sanghvi EDGE" | "Uptown" | "Arc Aura" | "Super Homez" | "JRT Elysia" | "Sanghvi Pride" | "Bachraj Legend" | "Ruparel Sereno" | "Ekta Parksville" | "Nicon Vista" | "93 East" | "Sethi Palacio" | "Shripal Sattva" | "GharUtsav22" | "Balaji Darshan" | "Rudraksh Enclave" | "Shripal Shanti" | "Super Homez Harmony" | "Shree Krishna Bhoomi" | "Jasmine" | "Shiv Vaibhav" | "Super Homez Gulmohar" | "Cosmos Serenity" | "Padmavati Paradise" | "Sky Infinia" | "Rashi Tower" | "Agarwal Sky Heights" | "Vasai-Virar-Shops";
|
|
177
177
|
ProspectID: string;
|
|
178
178
|
ProspectAutoId?: number;
|
|
179
179
|
FirstName?: string;
|
|
180
180
|
LastName?: string;
|
|
181
181
|
EmailAddress?: string;
|
|
182
|
-
Source: "" | "Organic Search" | "Referral Sites" | "Direct Traffic" | "Social Media" | "Inbound Email" | "Inbound Phone call" | "Outbound Phone call" | "Pay per Click Ads" | "Customer Referral" | "99Acres" | "MagicBricks" | "Housing.com" | "Newspaper" | "Outdoor" | "Hoarding" | "SMS Campaign" | "Walk-in" | "Data" | "Employee Referral" | "Friend" | "Pamphlet" | "Broker" | "Website" | "MidDay Expo" | "Landing Page" | "FB LP" | "SMS LP" | "GDN LP" | "GS LP" | "Messenger" | "Bus Backs" | "QR LP" | "Retargeting LP" | "Existing Customer" | "Roof n Floor" | "LED Wan" | "Bus Stand" | "Train" | "WhatsApp" | "m-Indicator" | "Internet" | "Lead" | "M Indicator" | "Magicbricks LMS" | "Online" | "Partner Referral" | "Relative" | "Viraj Sir" | "YouTube" | "Adgebra" | "FB Form" | "Friend Referral" | "SMS Manual" | "Broker Data" | "SMS" | "Loksatta" | "Maharashtra Times" | "Mumbai Mirror" | "Times LP" | "Times SMS" | "Banker Referral" | "Navbharat Times" | "Times of India" | "Bus Shelter" | "WhatsAppBOT" | "Discovery" | "Housing" | "Colombia" | "CC" | "IVR" | "Unique Avenue 210" | "Broker Network" | "VAPP" | "CP Event" | "Platform board" | "WhatsApp AI" | "Times Property" | "Phone Call" | "Expo Vasai-Virar Homes" | "Gujrat Samachar" | "Banner on Car/Tempo" | "Bot Master" | "Other Apps" | "Builder Referral" | "OLX" | "Jingle (Train)" | "GharUtsav22" | "4-Pager" | "TeleAccess" | "Pole Boards" | "Client Referral" | "Tricycle Branding" | "SMS / Whatsapp" | "Anarock organic" | "facebook" | "facebookleadform" | "Pamphlet /Brochure" | "Brochure" | "DEFAULT" | "Anarock facebook" | "Anarock digital" | "Anarock channel partner" | "Anarock" | "Anarock google" | "Ekta Pre Sales" | "brand-search" | "NA" | "WATI" | "Corporate Sales" | "Rudra ODC" | "google" | "fb" | "NABARD" | "Hoarding Virar" | "Hoarding Bhayandar" | "SMS /IVR/ WHATS APP" | "Hoarding Nalasopara" | "Specific Media - Bus" | "Hoarding Vasai" | "Hoarding Mira Road" | "Hoarding Naigaon" | "Digital" | "Corporate & Govt Activity" | "Metro" | "api.thestallions.in" | "demandgen" | "IVR SmartFLO" | "Arc Aura PV & VC" | "GSLP" | "Dialer SmartFLO" | "Inside train" | "PMax" | "Google_My_Business" | "ig" | "Google Remarketing" | "Sunteck ODC" | "Google Inbound Call" | "Station Activity" | "LR01" | "Paper Insert LP" | "YP Opp Leads" | "Instagram" | "Leaflet" | "Office / Site Branding" | "Visited Data Of 210 Feb 2025" | "RZPS" | "RZSS" | "PSSD" | "Visited Data of Rudraksh Feb 2025" | "Visited Data of SKY Feb 2025" | "IORA" | "Visited Data of YP Feb 2025" | "Visited Data of Sattva Feb 2025" | "YSSS" | "Nardeco Exhibition" | "Visited Data of Nemi Feb 2025" | "VVH" | "naredco exhibition Ex" | "Visited data of Nemi Bhavan" | "IOS Data" | "VDWS" | "VDSS" | "VDBL" | "VDPSB" | "VDSR" | "HASS" | "HPPS" | "VDPSS" | "VDVR" | "VDVV" | "VDSH" | "LSTPS" | "JDSS" | "VDPG" | "RCS Campaign" | "VDWB" | "Ayyappa Temple Stall" | "VDJSS";
|
|
182
|
+
Source: "" | "Organic Search" | "Referral Sites" | "Direct Traffic" | "Social Media" | "Inbound Email" | "Inbound Phone call" | "Outbound Phone call" | "Pay per Click Ads" | "Customer Referral" | "99Acres" | "MagicBricks" | "Housing.com" | "Newspaper" | "Outdoor" | "Hoarding" | "SMS Campaign" | "Walk-in" | "Data" | "Employee Referral" | "Friend" | "Pamphlet" | "Broker" | "Website" | "MidDay Expo" | "Landing Page" | "FB LP" | "SMS LP" | "GDN LP" | "GS LP" | "Messenger" | "Bus Backs" | "QR LP" | "Retargeting LP" | "Existing Customer" | "Roof n Floor" | "LED Wan" | "Bus Stand" | "Train" | "WhatsApp" | "m-Indicator" | "Internet" | "Lead" | "M Indicator" | "Magicbricks LMS" | "Online" | "Partner Referral" | "Relative" | "Viraj Sir" | "YouTube" | "Adgebra" | "FB Form" | "Friend Referral" | "SMS Manual" | "Broker Data" | "SMS" | "Loksatta" | "Maharashtra Times" | "Mumbai Mirror" | "Times LP" | "Times SMS" | "Banker Referral" | "Navbharat Times" | "Times of India" | "Bus Shelter" | "WhatsAppBOT" | "Discovery" | "Housing" | "Colombia" | "CC" | "IVR" | "Unique Avenue 210" | "Broker Network" | "VAPP" | "CP Event" | "Platform board" | "WhatsApp AI" | "Times Property" | "Phone Call" | "Expo Vasai-Virar Homes" | "Gujrat Samachar" | "Banner on Car/Tempo" | "Bot Master" | "Other Apps" | "Builder Referral" | "OLX" | "Jingle (Train)" | "GharUtsav22" | "4-Pager" | "TeleAccess" | "Pole Boards" | "Client Referral" | "Tricycle Branding" | "SMS / Whatsapp" | "Anarock organic" | "facebook" | "facebookleadform" | "Pamphlet /Brochure" | "Brochure" | "DEFAULT" | "Anarock facebook" | "Anarock digital" | "Anarock channel partner" | "Anarock" | "Anarock google" | "Ekta Pre Sales" | "brand-search" | "NA" | "WATI" | "Corporate Sales" | "Rudra ODC" | "google" | "fb" | "NABARD" | "Hoarding Virar" | "Hoarding Bhayandar" | "SMS /IVR/ WHATS APP" | "Hoarding Nalasopara" | "Specific Media - Bus" | "Hoarding Vasai" | "Hoarding Mira Road" | "Hoarding Naigaon" | "Digital" | "Corporate & Govt Activity" | "Metro" | "api.thestallions.in" | "demandgen" | "IVR SmartFLO" | "Arc Aura PV & VC" | "GSLP" | "Dialer SmartFLO" | "Inside train" | "PMax" | "Google_My_Business" | "ig" | "Google Remarketing" | "Sunteck ODC" | "Google Inbound Call" | "Station Activity" | "LR01" | "Paper Insert LP" | "YP Opp Leads" | "Instagram" | "Leaflet" | "Office / Site Branding" | "Visited Data Of 210 Feb 2025" | "RZPS" | "RZSS" | "PSSD" | "Visited Data of Rudraksh Feb 2025" | "Visited Data of SKY Feb 2025" | "IORA" | "Visited Data of YP Feb 2025" | "Visited Data of Sattva Feb 2025" | "YSSS" | "Nardeco Exhibition" | "Visited Data of Nemi Feb 2025" | "VVH" | "naredco exhibition Ex" | "Visited data of Nemi Bhavan" | "IOS Data" | "VDWS" | "VDSS" | "VDBL" | "VDPSB" | "VDSR" | "HASS" | "HPPS" | "VDPSS" | "VDVR" | "VDVV" | "VDSH" | "LSTPS" | "JDSS" | "VDPG" | "RCS Campaign" | "VDWB" | "Ayyappa Temple Stall" | "VDJSS" | "VD Vasai" | "HAPS" | "Agarwal Developer Data" | "AGARWAL VD Old" | "JESS" | "RCS Campaign LP" | "AGARWAL VD Jul 2025" | "VDRE" | "IVR Sattva Dev" | "BSPS" | "Visited Data of Sky Aug 2025" | "JEPS" | "Printing" | "Admin Expenses" | "YBPSS" | "Creative Charges";
|
|
183
183
|
Notes?: string;
|
|
184
184
|
Phone?: string;
|
|
185
185
|
Mobile?: string;
|
|
@@ -218,7 +218,7 @@ export type LeadFields18614 = {
|
|
|
218
218
|
FirstLandingPageSubmissionId?: string;
|
|
219
219
|
FirstLandingPageSubmissionDate: string;
|
|
220
220
|
SourceContent?: string;
|
|
221
|
-
ProspectActivityName_Max: "Accounting" | "Accounts verification" | "Lead Shared through Agent Popup" | "Opportunity Shared through Agent Popup" | "Banker conversation" | "Booked" | "Booking amount Dishonoured" | "Booking Cancelled" | "Booking Cancelled/Held/Retained" | "Booking Checked" | "Booking Done Zap" | "Booking Feedback" | "Booking Held" | "Call Back" | "CAN DELETE Visit 1st Followup" | "Chatting With Bot" | "Chatting with WhatsApp" | "Cloud Call" | "Completed Guided FarSight" | "Confirmed Visit" | "CP Brokerage Ladder / Offer" | "CP Feedback" | "Customer Feedback" | "Data Churning" | "Demand Raised / Cleared" | "Directors Note" | "Disbursement Applied" | "Disbursement Done" | "Discussion Done" | "Document Generation" | "Documents Required " | "Dynamic Form Submission" | "Email Bounced" | "Email Link Clicked" | "Mailing preference link clicked" | "Email Marked Spam" | "Negative Response to Email" | "Neutral Response to Email" | "Email Opened" | "Inbound Lead through Email" | "Positive Response to Email" | "Resubscribed" | "Unsubscribe Link Clicked" | "Unsubscribed" | "View in browser link Clicked" | "Email Received" | "Email Sent" | "EOI Received" | "Expect Booking" | "Facebook Lead Ads Submissions" | "Facebook Messenger Lead Submission" | "Farsight Req" | "Farsight Requested" | "Feedback Given" | "File Logged in" | "File Picked Up" | "File Picked Up with Pendencies" | "Flat Cost" | "Ghar Utsav Shagun Booking Form" | "Ghar Utsav Site Visited" | "GharUtsav22 QR Scan" | "Google AdWords Capture" | "Had a Phone Conversation" | "Had a phone conversation 1" | "HLA Form" | "Home Loan BT" | "image upload test" | "Invoice Due Zap" | "Lead Capture" | "Lead F/U Call Outcome" | "Lead Opened FarSight" | "Lead Share" | "Lead updated" | "Left a Voice Mail" | "Loan Details" | "Loan F/U Outcome" | "Loan Sanctioned" | "Managers Comment" | "Manual CP Tagging" | "Met in person in Tradeshow" | "Met person at Site" | "Missed Call" | "More Documents " | "New Lead" | "No Answer" | "No answer 1" | "No Answer A" | "Not Visited" | "OCR F/U Outcome" | "Offer Given" | "Opportunity" | "Own Contribution Rcvd" | "Own Contribution Schedule" | "Partial Disbursement Done" | "Payment" | "Payment Follow up" | "Payment Received" | "Phone Call" | "Inbound Phone Call Activity" | "Outbound Phone Call Activity" | "Form submitted on Portal" | "Post Sales" | "Post Sales Outcome" | "Post Sales Whatsapp" | "Pre Booking" | "Pre Booking Cancelled" | "Pre Booking Held" | "Cookie Consent CTA Clicked" | "Data Protection Request" | "Do Not Track Request" | "Opted-in for Email" | "Opted-out from Email" | "Project Explained" | "Property Offered" | "Property Shown" | "Pushed to FB Custom Audience List" | "Re-Revisited" | "Receptionist Call" | "Registration Done" | "Retention Call" | "Revisited" | "Revoke CP Tagging" | "Cancel Sales Activity" | "Sales Activity" | "Sales Head Comments" | "Sales Heads Comments" | "Self Funding" | "Send FarSight" | "Send Whatsapp To Lead" | "Senior Manager Comments" | "Site Visit" | "Site Visit Feedback" | "Site Visit Feedback Nemi" | "Site Visit Feedback No Answer" | "Site Visited" | "SmartFLO Conversation" | "SMS Received" | "SMS Sent" | "Stallions Sales Activity" | "Status" | "Super Homez Booking Form" | "Tagging After Booking" | "Tagging Verification" | "Unqualified Visit" | "Update on Server / Sheets" | "Visit F/U Corona" | "Visit F/U Outcome" | "Warm" | "Conversion Button Clicked" | "Converted to Lead" | "Form Submitted on Website" | "Page Visited on Website" | "Tracking URL Clicked" | "Welcome Call" | "WhatsApp Message" | "Will Revisit" | "Will Visit" | "Will Visit (Bot)" | "Will Visit (WhatsApp)";
|
|
221
|
+
ProspectActivityName_Max: "Accounting" | "Accounts verification" | "Lead Shared through Agent Popup" | "Opportunity Shared through Agent Popup" | "Banker conversation" | "Booked" | "Booking amount Dishonoured" | "Booking Cancelled" | "Booking Cancelled/Held/Retained" | "Booking Checked" | "Booking Done Zap" | "Booking Feedback" | "Booking Held" | "Call Back" | "CAN DELETE Visit 1st Followup" | "Chatting With Bot" | "Chatting with WhatsApp" | "Cloud Call" | "Completed Guided FarSight" | "Confirmed Visit" | "CP Brokerage Ladder / Offer" | "CP Feedback" | "Customer Feedback" | "Customer Referral Outcome" | "Data Churning" | "Demand Raised / Cleared" | "Directors Note" | "Disbursement Applied" | "Disbursement Done" | "Discussion Done" | "Document Generation" | "Documents Required " | "Dynamic Form Submission" | "Email Bounced" | "Email Link Clicked" | "Mailing preference link clicked" | "Email Marked Spam" | "Negative Response to Email" | "Neutral Response to Email" | "Email Opened" | "Inbound Lead through Email" | "Positive Response to Email" | "Resubscribed" | "Unsubscribe Link Clicked" | "Unsubscribed" | "View in browser link Clicked" | "Email Received" | "Email Sent" | "EOI Received" | "Expect Booking" | "Facebook Lead Ads Submissions" | "Facebook Messenger Lead Submission" | "Farsight Req" | "Farsight Requested" | "Feedback Given" | "File Logged in" | "File Picked Up" | "File Picked Up with Pendencies" | "Flat Cost" | "Ghar Utsav Shagun Booking Form" | "Ghar Utsav Site Visited" | "GharUtsav22 QR Scan" | "Google AdWords Capture" | "Had a Phone Conversation" | "Had a phone conversation 1" | "HLA Form" | "Home Loan BT" | "image upload test" | "Invoice Due Zap" | "Lead Capture" | "Lead F/U Call Outcome" | "Lead Opened FarSight" | "Lead Share" | "Lead updated" | "Left a Voice Mail" | "Loan Details" | "Loan F/U Outcome" | "Loan Sanctioned" | "Managers Comment" | "Manual CP Tagging" | "Met in person in Tradeshow" | "Met person at Site" | "Missed Call" | "More Documents " | "New Lead" | "No Answer" | "No answer 1" | "No Answer A" | "Not Visited" | "OCR F/U Outcome" | "Offer Given" | "Opportunity" | "Own Contribution Rcvd" | "Own Contribution Schedule" | "Partial Disbursement Done" | "Payment" | "Payment Follow up" | "Payment Received" | "Phone Call" | "Inbound Phone Call Activity" | "Outbound Phone Call Activity" | "Form submitted on Portal" | "Post Sales" | "Post Sales Outcome" | "Post Sales Whatsapp" | "Pre Booking" | "Pre Booking Cancelled" | "Pre Booking Held" | "Cookie Consent CTA Clicked" | "Data Protection Request" | "Do Not Track Request" | "Opted-in for Email" | "Opted-out from Email" | "Project Explained" | "Property Offered" | "Property Shown" | "Pushed to FB Custom Audience List" | "Re-Revisited" | "Receptionist Call" | "Registration Done" | "Retention Call" | "Revisited" | "Revoke CP Tagging" | "Cancel Sales Activity" | "Sales Activity" | "Sales Head Comments" | "Sales Heads Comments" | "Self Funding" | "Send FarSight" | "Send Whatsapp To Lead" | "Senior Manager Comments" | "Site Visit" | "Site Visit Feedback" | "Site Visit Feedback Nemi" | "Site Visit Feedback No Answer" | "Site Visited" | "SmartFLO Conversation" | "SMS Received" | "SMS Sent" | "Stallions Sales Activity" | "Status" | "Super Homez Booking Form" | "Tagging After Booking" | "Tagging Verification" | "Unqualified Visit" | "Update on Server / Sheets" | "Visit F/U Corona" | "Visit F/U Outcome" | "Warm" | "Conversion Button Clicked" | "Converted to Lead" | "Form Submitted on Website" | "Page Visited on Website" | "Tracking URL Clicked" | "Welcome Call" | "WhatsApp Message" | "Will Revisit" | "Will Visit" | "Will Visit (Bot)" | "Will Visit (WhatsApp)";
|
|
222
222
|
ProspectActivityDate_Max: string;
|
|
223
223
|
EngagementScore?: number;
|
|
224
224
|
Origin?: string;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export type LeadFields18614AllStrings = {
|
|
2
|
+
mx_Latest_Visit_FU_Outcome_Date?: string;
|
|
2
3
|
mx_Expected_Date_Of_Registrations?: string;
|
|
3
4
|
mx_Projects?: string;
|
|
4
5
|
mx_PostSales_Color?: string;
|
|
@@ -51,7 +52,6 @@ export type LeadFields18614AllStrings = {
|
|
|
51
52
|
mx_Incentive_Details?: string;
|
|
52
53
|
mx_eCIF?: '1' | '0';
|
|
53
54
|
mx_Lead_Capture_Type?: string;
|
|
54
|
-
mx_Retention_Call?: string;
|
|
55
55
|
mx_Loan_Form?: string;
|
|
56
56
|
mx_Disbursement_Checklist?: string;
|
|
57
57
|
mx_Welcome_Call_Done?: '1' | '0';
|
package/dist/types/43098.d.ts
CHANGED
|
@@ -67,7 +67,7 @@ export type LeadFields43098 = {
|
|
|
67
67
|
mx_Residence_Address?: string;
|
|
68
68
|
mx_Resi_Type?: "NA" | "1RK" | "1BHK" | "2BHK" | "3BHK" | "Room in Chawl";
|
|
69
69
|
mx_Reason_to_Buy?: "NA" | "Upgrading Lifestyle" | "Staying in Company Flat" | "Family Growing" | "Work Place Closer" | "Capital Gain" | "Sold a Property" | "Investment" | "Staying on Rent" | "Getting Married" | "Buying for Children" | "Wants more Amenities" | "Investing for Children Abroad";
|
|
70
|
-
mx_Reason_For_Loss?: "NA" | "Purchased other Project" | "Purchased Resale" | "Purchased Ready" | "Wants Ready Possession" | "Down payment not available" | "Loan Not Possible" | "Dropped the Plan" | "Property to be Sold" | "No Answer 3 months" | "Availability not suited" | "Vastu not suitable" | "Size too small" | "Does Not like Location" | "Wants more amenities" | "Browsing / Not Interested" | "No. Is wrong / not reachable" | "Broker - all info given" | "Other" | "Looking Rental" | "Budget too Less" | "Not Interested in this Scheme" | "Inbound Cross Connection" | "Not Looking at this Location" | "Not Enquired" | "Already Visited" | "Not Possible" | "Project Sold Out" | "Offered Other Project" | "Looking for MAHADA Property" | "Looking for Underconstruction" | "Test lead" | "Not looking for SRA / Re-Development Project" | "Looking for 2 BHK Only" | "Lives in Other State of India" | "Looking for Property in Other City";
|
|
70
|
+
mx_Reason_For_Loss?: "NA" | "Purchased other Project" | "Purchased Resale" | "Purchased Ready" | "Wants Ready Possession" | "Down payment not available" | "Loan Not Possible" | "Dropped the Plan" | "Property to be Sold" | "No Answer 3 months" | "Availability not suited" | "Vastu not suitable" | "Size too small" | "Does Not like Location" | "Wants more amenities" | "Browsing / Not Interested" | "No. Is wrong / not reachable" | "Broker - all info given" | "Other" | "Looking Rental" | "Budget too Less" | "Not Interested in this Scheme" | "Inbound Cross Connection" | "Not Looking at this Location" | "Not Enquired" | "Already Visited" | "Not Possible" | "Project Sold Out" | "Offered Other Project" | "Looking for MAHADA Property" | "Looking for Underconstruction" | "Test lead" | "Not looking for SRA / Re-Development Project" | "Looking for 2 BHK Only" | "Lives in Other State of India" | "Looking for Property in Other City" | "Lead already exists from other source";
|
|
71
71
|
mx_Property_Type?: "NA" | "1RK / Studio" | "1BHK" | "2BHK" | "1BHK Jodi" | "2BHK Jodi" | "3BHK" | "4BHK" | "Shop" | "1.5BHK" | "5BHK";
|
|
72
72
|
mx_Project_Explained_Date?: string;
|
|
73
73
|
mx_Possession_Required?: "Ready" | "" | "Under construction" | "6 Months";
|
|
@@ -87,7 +87,7 @@ export type LeadFields43098 = {
|
|
|
87
87
|
FirstName?: string;
|
|
88
88
|
LastName?: string;
|
|
89
89
|
EmailAddress?: string;
|
|
90
|
-
Source?: "" | "Organic Search" | "Referral Sites" | "Direct Traffic" | "Social Media" | "Inbound Email" | "Inbound Phone call" | "Outbound Phone call" | "Pay per Click Ads" | "99Acres" | "Customer Referral" | "Magicbricks" | "Employee Referral" | "Newspaper" | "Outdoor" | "Hoarding" | "SMS Campaign" | "Walk-in" | "Friend Referral" | "Pamphlet" | "Broker" | "Website" | "SMS LP" | "FB Form" | "FB LP" | "GDN LP" | "GS LP" | "Messenger" | "Bus Backs" | "Landbot" | "Existing Customer" | "Bus Shelter" | "SMS" | "WhatsApp" | "Train" | "Jingle (Train)" | "Times LP" | "Maharashtra Times" | "Property Times" | "Times Internet" | "Times SMS" | "Data" | "Friend" | "m-Indicator" | "Relative" | "Mid Day" | "Platform board" | "SMS Manual" | "WhatsAppCP" | "Lotus HO" | "Broker Data" | "Manual" | "Sumer HO" | "Banker Referral" | "Navbharat Times" | "Times of India" | "YouTube" | "Discovery" | "Colombia" | "Economic Times" | "Housing" | "CC" | "IVR" | "Banner on Car/Tempo" | "VAPP" | "Umbrella" | "Brochure" | "4-Pager" | "WhatsApp AI" | "Times Network Digital" | "Times Property" | "Times" | "Expo Vasai-Virar Homes" | "Gujrat Samachar" | "Bot Master" | "TOIGharUtsavMailer" | "Builder Referral" | "GharUtsav22" | "Times newspaper ads" | "Builder Digital" | "TransAmerica" | "TeleAccess" | "Offered Other Project" | "MBLG" | "Pole Boards" | "Tricycle Branding" | "Pamphlet /Brochure" | "SMS / Whatsapp" | "WA LP" | "Anarock" | "Anarock facebook" | "Anarock digital" | "facebook" | "Anarock organic" | "Anarock google" | "facebookleadform" | "Anarock channel partner" | "Visited data of Sky" | "Visited data of Shripal ONE" | "naigaon" | "brand-search" | "Visited data of Av Crystal" | "Visited data of Av 210" | "Maharashtra Times - Pamphlet" | "Gujrat Samachar - Pamphlet" | "search_location" | "Visited data 3 Bhk" | "DEFAULT" | "Visited data of Chandresh Vaibhav" | "Visited data of Shripal Shanti" | "naigaon_property_location_search" | "Visited data of Oakwood" | "MidDay Expo" | "Visited data of Bachraj Lifespace" | "MidDay Expo Enquiry" | "Stallions Data" | "Rudra ODC" | "Arc Aura Data" | "Vapp Data" | "Visited data of Nemi Bhavan" | "Sunteck ODC" | "WATI" | "Corporate Sales" | "NABARD" | "Arc Aura PV & VC" | "fb" | "google" | "Sanghvi Heights Data" | "Visited cold data of SH" | "Hoarding Virar" | "SMS /IVR/ WHATS APP" | "Hoarding Mira Road" | "Hoarding Naigaon" | "Hoarding Bhayandar" | "Specific Media" | "Hoarding Nalasopara" | "Hoarding Vasai" | "Corporate & Govt Activity" | "Digital" | "Specific Media - Bus" | "IVR SmartFLO" | "Metro" | "api.thestallions.in" | "demandgen" | "Booked customers" | "Brand_search" | "Landing Page" | "Jiten and Peridot Data" | "PMAx" | "Dialer SmartFLO" | "Inside train" | "Google_My_Business" | "TESTING" | "TEST" | "Paper Insert LP" | "VVH" | "Instagram" | "Visited Data of Sky Mar 2024" | "Metro-lp" | "Metro_lp" | "Visited Data of 210 Mar 2024" | "Visited Data of Virar Mar 2024" | "ig" | "Visited Data Vasai Mar 2024" | "Won Leads of Yash Platina April 2024" | "SHV Data" | "PGV Data" | "SH Data" | "YPS" | "Google Inbound Call" | "Client Referral" | "1" | "HAPS" | "HASS" | "JDSS" | "bachrajwebsite" | "LSSS" | "LESS" | "JESS" | "CAPS" | "INPS" | "LSPS" | "LOPS" | "CASS" | "OLSS" | "YSSS" | "RZPS" | "PSSD" | "Google Remarketing" | "Facebook Inbound Phone call" | "JDPS" | "ISPS" | "IEPS" | "5TPS" | "IORA" | "TV Inside train" | "EKTA Data" | "5TSS" | "LLLSS" | "localhost:3000" | "Bus Shelter LP" | "Station Activity" | "YP Opp Leads" | "LR01" | "Station Pamplet Activity" | "LR211" | "LSIOSS" | "LR02" | "SOOSS" | "JDYSS" | "Paper Insert" | "YSPS" | "Jain Estate" | "Pamphlet Distribution LP" | "PNSS" | "INSS" | "HVSS" | "JDYSSS" | "LILPS" | "LAPS" | "YJPS" | "Creative Charges" | "Admin Expense" | "Printing" | "Office / Site Branding" | "HEPS" | "HESS" | "SQYRD" | "VASS" | "P1US" | "Ayyappa Temple Stall" | "Staion Pamphlet Distribution" | "Christmas Pamphlet Distribution" | "RZSS" | "EKSS" | "Super Homez Harmony" | "Email Marketing" | "Won Leads of SKY Feb 2025" | "Visited Data of Rudraksh Feb 2025" | "Bassein Kerala Samajam Flyer" | "Visited Data of YP Feb 2025" | "Visited Data Of 210 Feb 2025" | "WhatsApp LP" | "Visited Data of Nemi Feb 2025" | "Visited Data of SKY Feb 2025" | "Won Leads of Bachraj Feb 2025" | "Visited Data of Sattva Feb 2025" | "Nardeco Event 4 Pager" | "Naredco Event 4 Pager" | "Nardeco Exhibition" | "IOS Data" | "naredco exhibition Ex" | "nardeco exhibition Ex" | "VDPSS" | "VDPSB" | "VDSS" | "VDWS" | "VDWB" | "VDSR" | "VDBL" | "VDYP" | "HPPS" | "VDSH" | "VDVR" | "VDVV" | "Truecaller" | "chatgpt.com" | "LSTPS" | "EPSS" | "VDPG" | "VDRE" | "qvvspslj" | "qnmxfjdi" | "VDEP" | "RCS Campaign" | "VDBSY" | "CSPS" | "VDCS" | "RCS" | "IOPS" | "lijgjukr" | "izfkwtji" | "RCS Campaign LP" | "owptgqrh" | "ozlpfkdv" | "VDJSS" | "VDPBC" | "Visited Data of Shripal Sattva" | "Customer Referal" | "IndiaMART" | "VD Vasai";
|
|
90
|
+
Source?: "" | "Organic Search" | "Referral Sites" | "Direct Traffic" | "Social Media" | "Inbound Email" | "Inbound Phone call" | "Outbound Phone call" | "Pay per Click Ads" | "99Acres" | "Customer Referral" | "Magicbricks" | "Employee Referral" | "Newspaper" | "Outdoor" | "Hoarding" | "SMS Campaign" | "Walk-in" | "Friend Referral" | "Pamphlet" | "Broker" | "Website" | "SMS LP" | "FB Form" | "FB LP" | "GDN LP" | "GS LP" | "Messenger" | "Bus Backs" | "Landbot" | "Existing Customer" | "Bus Shelter" | "SMS" | "WhatsApp" | "Train" | "Jingle (Train)" | "Times LP" | "Maharashtra Times" | "Property Times" | "Times Internet" | "Times SMS" | "Data" | "Friend" | "m-Indicator" | "Relative" | "Mid Day" | "Platform board" | "SMS Manual" | "WhatsAppCP" | "Lotus HO" | "Broker Data" | "Manual" | "Sumer HO" | "Banker Referral" | "Navbharat Times" | "Times of India" | "YouTube" | "Discovery" | "Colombia" | "Economic Times" | "Housing" | "CC" | "IVR" | "Banner on Car/Tempo" | "VAPP" | "Umbrella" | "Brochure" | "4-Pager" | "WhatsApp AI" | "Times Network Digital" | "Times Property" | "Times" | "Expo Vasai-Virar Homes" | "Gujrat Samachar" | "Bot Master" | "TOIGharUtsavMailer" | "Builder Referral" | "GharUtsav22" | "Times newspaper ads" | "Builder Digital" | "TransAmerica" | "TeleAccess" | "Offered Other Project" | "MBLG" | "Pole Boards" | "Tricycle Branding" | "Pamphlet /Brochure" | "SMS / Whatsapp" | "WA LP" | "Anarock" | "Anarock facebook" | "Anarock digital" | "facebook" | "Anarock organic" | "Anarock google" | "facebookleadform" | "Anarock channel partner" | "Visited data of Sky" | "Visited data of Shripal ONE" | "naigaon" | "brand-search" | "Visited data of Av Crystal" | "Visited data of Av 210" | "Maharashtra Times - Pamphlet" | "Gujrat Samachar - Pamphlet" | "search_location" | "Visited data 3 Bhk" | "DEFAULT" | "Visited data of Chandresh Vaibhav" | "Visited data of Shripal Shanti" | "naigaon_property_location_search" | "Visited data of Oakwood" | "MidDay Expo" | "Visited data of Bachraj Lifespace" | "MidDay Expo Enquiry" | "Stallions Data" | "Rudra ODC" | "Arc Aura Data" | "Vapp Data" | "Visited data of Nemi Bhavan" | "Sunteck ODC" | "WATI" | "Corporate Sales" | "NABARD" | "Arc Aura PV & VC" | "fb" | "google" | "Sanghvi Heights Data" | "Visited cold data of SH" | "Hoarding Virar" | "SMS /IVR/ WHATS APP" | "Hoarding Mira Road" | "Hoarding Naigaon" | "Hoarding Bhayandar" | "Specific Media" | "Hoarding Nalasopara" | "Hoarding Vasai" | "Corporate & Govt Activity" | "Digital" | "Specific Media - Bus" | "IVR SmartFLO" | "Metro" | "api.thestallions.in" | "demandgen" | "Booked customers" | "Brand_search" | "Landing Page" | "Jiten and Peridot Data" | "PMAx" | "Dialer SmartFLO" | "Inside train" | "Google_My_Business" | "TESTING" | "TEST" | "Paper Insert LP" | "VVH" | "Instagram" | "Visited Data of Sky Mar 2024" | "Metro-lp" | "Metro_lp" | "Visited Data of 210 Mar 2024" | "Visited Data of Virar Mar 2024" | "ig" | "Visited Data Vasai Mar 2024" | "Won Leads of Yash Platina April 2024" | "SHV Data" | "PGV Data" | "SH Data" | "YPS" | "Google Inbound Call" | "Client Referral" | "1" | "HAPS" | "HASS" | "JDSS" | "bachrajwebsite" | "LSSS" | "LESS" | "JESS" | "CAPS" | "INPS" | "LSPS" | "LOPS" | "CASS" | "OLSS" | "YSSS" | "RZPS" | "PSSD" | "Google Remarketing" | "Facebook Inbound Phone call" | "JDPS" | "ISPS" | "IEPS" | "5TPS" | "IORA" | "TV Inside train" | "EKTA Data" | "5TSS" | "LLLSS" | "localhost:3000" | "Bus Shelter LP" | "Station Activity" | "YP Opp Leads" | "LR01" | "Station Pamplet Activity" | "LR211" | "LSIOSS" | "LR02" | "SOOSS" | "JDYSS" | "Paper Insert" | "YSPS" | "Jain Estate" | "Pamphlet Distribution LP" | "PNSS" | "INSS" | "HVSS" | "JDYSSS" | "LILPS" | "LAPS" | "YJPS" | "Creative Charges" | "Admin Expense" | "Printing" | "Office / Site Branding" | "HEPS" | "HESS" | "SQYRD" | "VASS" | "P1US" | "Ayyappa Temple Stall" | "Staion Pamphlet Distribution" | "Christmas Pamphlet Distribution" | "RZSS" | "EKSS" | "Super Homez Harmony" | "Email Marketing" | "Won Leads of SKY Feb 2025" | "Visited Data of Rudraksh Feb 2025" | "Bassein Kerala Samajam Flyer" | "Visited Data of YP Feb 2025" | "Visited Data Of 210 Feb 2025" | "WhatsApp LP" | "Visited Data of Nemi Feb 2025" | "Visited Data of SKY Feb 2025" | "Won Leads of Bachraj Feb 2025" | "Visited Data of Sattva Feb 2025" | "Nardeco Event 4 Pager" | "Naredco Event 4 Pager" | "Nardeco Exhibition" | "IOS Data" | "naredco exhibition Ex" | "nardeco exhibition Ex" | "VDPSS" | "VDPSB" | "VDSS" | "VDWS" | "VDWB" | "VDSR" | "VDBL" | "VDYP" | "HPPS" | "VDSH" | "VDVR" | "VDVV" | "Truecaller" | "chatgpt.com" | "LSTPS" | "EPSS" | "VDPG" | "VDRE" | "qvvspslj" | "qnmxfjdi" | "VDEP" | "RCS Campaign" | "VDBSY" | "CSPS" | "VDCS" | "RCS" | "IOPS" | "lijgjukr" | "izfkwtji" | "RCS Campaign LP" | "owptgqrh" | "ozlpfkdv" | "VDJSS" | "VDPBC" | "Visited Data of Shripal Sattva" | "Customer Referal" | "IndiaMART" | "VD Vasai" | "JEPS" | "AGARWAL VD Apr-Jun 2025" | "AGARWAL VD Jul 2025" | "AGARWAL VD Old" | "IVR Sattva Dev" | "J-PSSD" | "pgtkldjt" | "VD RN" | "Visited Data of BL Aug 2025" | "Visited Data of BL Old Aug 2025" | "YBPSS" | "BSPS";
|
|
91
91
|
Notes?: string;
|
|
92
92
|
Phone?: string;
|
|
93
93
|
Mobile?: string;
|
package/package.json
CHANGED
package/src/fetchtypes.ts
CHANGED
|
@@ -9,12 +9,12 @@ const fetch18614 = async (): Promise<Schema[]> => {
|
|
|
9
9
|
return json;
|
|
10
10
|
};
|
|
11
11
|
|
|
12
|
-
const fetch43098 = async (): Promise<Schema[]> => {
|
|
12
|
+
/* const fetch43098 = async (): Promise<Schema[]> => {
|
|
13
13
|
const response = await fetch(process.env.SCHEMA_URL_43098);
|
|
14
14
|
const json = await response.json();
|
|
15
15
|
return json;
|
|
16
16
|
};
|
|
17
|
-
|
|
17
|
+
*/
|
|
18
18
|
type Schema = {
|
|
19
19
|
SchemaName: string;
|
|
20
20
|
DataType: string;
|
|
@@ -94,7 +94,7 @@ const processSchemaAllStrings = (
|
|
|
94
94
|
|
|
95
95
|
const main = async () => {
|
|
96
96
|
const schema18614 = await fetch18614();
|
|
97
|
-
const schema43098 = await fetch43098();
|
|
97
|
+
// const schema43098 = await fetch43098();
|
|
98
98
|
|
|
99
99
|
const dataTypeMap: TypeMapping = {
|
|
100
100
|
Number: "number",
|
|
@@ -137,7 +137,7 @@ const main = async () => {
|
|
|
137
137
|
);
|
|
138
138
|
typeDefinitions18614 = `${td18614}};\n`;
|
|
139
139
|
|
|
140
|
-
const { typedefs: td43098, jsonSchema: js43098 } = processSchema(
|
|
140
|
+
/* const { typedefs: td43098, jsonSchema: js43098 } = processSchema(
|
|
141
141
|
schema43098,
|
|
142
142
|
typeDefinitions43098,
|
|
143
143
|
dataTypeMap,
|
|
@@ -149,7 +149,7 @@ const main = async () => {
|
|
|
149
149
|
typedDefsAllStrings43098,
|
|
150
150
|
dataTypeMapAllStrings,
|
|
151
151
|
);
|
|
152
|
-
typedDefsAllStrings43098 = `${td43098AllStrings}};\n`;
|
|
152
|
+
typedDefsAllStrings43098 = `${td43098AllStrings}};\n`; */
|
|
153
153
|
|
|
154
154
|
const { typedefs: td18614AllStrings } = processSchemaAllStrings(
|
|
155
155
|
schema18614,
|
|
@@ -188,12 +188,12 @@ const main = async () => {
|
|
|
188
188
|
js18614,
|
|
189
189
|
"18614",
|
|
190
190
|
);
|
|
191
|
-
await writeFiles(
|
|
191
|
+
/* await writeFiles(
|
|
192
192
|
typeDefinitions43098,
|
|
193
193
|
typedDefsAllStrings43098,
|
|
194
194
|
js43098,
|
|
195
195
|
"43098",
|
|
196
|
-
);
|
|
196
|
+
); */
|
|
197
197
|
};
|
|
198
198
|
|
|
199
199
|
main().catch((err) => console.error(err));
|
package/src/json/18614.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"mx_Latest_Visit_FU_Outcome_Date": "string",
|
|
2
3
|
"mx_Expected_Date_Of_Registrations": "string",
|
|
3
4
|
"mx_Projects": "string",
|
|
4
5
|
"mx_PostSales_Color": "string",
|
|
@@ -51,7 +52,6 @@
|
|
|
51
52
|
"mx_Incentive_Details": "string",
|
|
52
53
|
"mx_eCIF": "boolean",
|
|
53
54
|
"mx_Lead_Capture_Type": "string",
|
|
54
|
-
"mx_Retention_Call": "string",
|
|
55
55
|
"mx_Loan_Form": "string",
|
|
56
56
|
"mx_Disbursement_Checklist": "string",
|
|
57
57
|
"mx_Welcome_Call_Done": "boolean",
|
package/src/types/18614.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export type LeadFields18614 = {
|
|
2
|
+
mx_Latest_Visit_FU_Outcome_Date?: string;
|
|
2
3
|
mx_Expected_Date_Of_Registrations?: string;
|
|
3
4
|
mx_Projects?: "NA" | "Unique Avenue 210" | "Hyde Park" | "Super Homez Gulmohar" | "Super Homez Harmony";
|
|
4
5
|
mx_PostSales_Color?: "" | "Red" | "Orange" | "Blue" | "Green" | "Yellow";
|
|
5
|
-
mx_Receptionist?: "" | "Ashwini Gadekar" | "Rani Nirankari" | "Sapna Singh" | "Janvi Rathod" | "Shweta Vishwakarma" | "Gayatri Patil" | "Aditi Sanga" | "Rohan Narendra Tomar" | "Roshani Gupta" | "Swapnali Unhavane" | "Dipika Bhagwane" | "Pratiksha Yadav" | "Geeta Soni" | "Hetal Waghela" | "Sushant Matkar" | "Preeti Sharma" | "Pranali Pawar" | "Purvish Mehta" | "Rajeshkumar Shravat" | "Jasmine Shaikh" | "Nandini Puwar" | "Shweta Gupta";
|
|
6
|
+
mx_Receptionist?: "" | "Ashwini Gadekar" | "Rani Nirankari" | "Sapna Singh" | "Janvi Rathod" | "Shweta Vishwakarma" | "Gayatri Patil" | "Aditi Sanga" | "Rohan Narendra Tomar" | "Roshani Gupta" | "Swapnali Unhavane" | "Dipika Bhagwane" | "Pratiksha Yadav" | "Geeta Soni" | "Hetal Waghela" | "Sushant Matkar" | "Preeti Sharma" | "Pranali Pawar" | "Purvish Mehta" | "Rajeshkumar Shravat" | "Jasmine Shaikh" | "Nandini Puwar" | "Shweta Gupta" | "Priti Andre";
|
|
6
7
|
mx_Hot_Prospect?: '1' | '0';
|
|
7
8
|
mx_Pre_Booking_Date?: string;
|
|
8
9
|
mx_LeadOwner_Sales: string;
|
|
@@ -51,7 +52,6 @@ export type LeadFields18614 = {
|
|
|
51
52
|
mx_Incentive_Details?: string;
|
|
52
53
|
mx_eCIF?: '1' | '0';
|
|
53
54
|
mx_Lead_Capture_Type?: "" | "Created" | "Captured";
|
|
54
|
-
mx_Retention_Call?: string;
|
|
55
55
|
mx_Loan_Form?: string;
|
|
56
56
|
mx_Disbursement_Checklist?: string;
|
|
57
57
|
mx_Welcome_Call_Done?: '1' | '0';
|
|
@@ -66,7 +66,7 @@ export type LeadFields18614 = {
|
|
|
66
66
|
mx_Flat_Ownership?: "JM" | "Tata" | "Shripal Shanti" | "Vaastu" | "Landlord" | "";
|
|
67
67
|
mx_CP_Brokerage?: string;
|
|
68
68
|
mx_Project_Head?: "NA" | "Suryaprakash Pradhan" | "Gopal Raheja" | "Shubham Mishra" | "Dinesh Yadav" | "Amol Kadam" | "Shekhar Sahasrabudhe" | "Mukesh Vaishnav" | "Dhiraj Sachdev" | "Nandan Panigrahi" | "Rohit Chaubey" | "Nitesh Mishra" | "Sandesh Pujare" | "Amol Shinde" | "Bhavesh Solanki" | "Suraj Singh" | "Shekhar Saahasrabudhe" | "Vivek Barot" | "Jitesh Sakpal" | "Sourabh Solanki" | "Anil Pundkar" | "Sadik Shaikh" | "Yogesh Solanki" | "Zariyaf Ansari" | "Vidyakant Shukla" | "Prathamesh Narvankar" | "Shailendra Purohit" | "Shraddha Shukla" | "Navin Joshi" | "Jinay Dutia" | "Omkar Rane" | "Rahul Jadhav" | "Dhanesh Bhil";
|
|
69
|
-
mx_Sales_Executive?: "NA" | "Abhiyank Patwa" | "Akash Makwana" | "Ameer Ansari" | "Amol Kadam" | "Anjali Shelke" | "Anjali Mhatre" | "Arjun Shettiyar" | "Avinash Kumar" | "Bhagyashri Gupta" | "Bhavesh Solanki" | "Chandani Ingle" | "Dhanesh Bhil" | "Gautam Singh" | "Gopal Raheja" | "Jitesh Sakpal" | "Kishwari Sharma" | "Leena Vyas" | "Mehul Waghela" | "Milind Kharawade" | "Mukesh Vaishnav" | "Muskan Mishra" | "Nandkishor Koite" | "Nitesh Mishra" | "Pavan Singh" | "Prathamesh Narvankar" | "Rahul Jadhav" | "Ravi Sharma" | "Sarfaraz Haju" | "Sarita Mishra" | "Shekhar Sahasrabudhe" | "Shivam Singh" | "Shubham Mishra" | "Shweta Sawant" | "Suneeta Yadav" | "Suraj Singh" | "Suryaprakash Pradhan" | "Vighnesh Kadam" | "Vinit Thakur" | "Vipul Rajput" | "Yogesh Solanki" | "Himanshu Gor" | "dd989b84-493a-11ed-a554-026414e56464" | "33fe3ca5-2078-11ed-a554-026414e56464" | "cc8e2d55-9af6-11ed-a554-026414e56464" | "0d87373a-7854-11ed-a554-026414e56464" | "bd7d3bfc-c171-11ec-a554-026414e56464" | "bac8a595-db37-11eb-b929-06a85bb19590" | "28134251-e6fe-11ec-a554-026414e56464" | "966ad438-6693-11ed-a554-026414e56464" | "b48fda29-7869-11ed-a554-026414e56464" | "acb6e0c8-acff-11ec-a554-026414e56464" | "afea57b5-7ad2-11ed-a554-026414e56464" | "c87bfcb8-2529-11ed-a554-026414e56464" | "66d4e89d-c3e3-11ed-acef-026414e56464" | "9a4d3397-acfd-11ec-a554-026414e56464" | "160e76eb-902a-11ed-a554-026414e56464" | "9fd50bf1-cff0-11ec-a554-026414e56464" | "52173682-97e6-11ed-a554-026414e56464" | "4fc7dbaa-9c4b-11ec-a554-026414e56464" | "303a7620-9420-11ed-a554-026414e56464" | "f64827fd-2077-11ed-a554-026414e56464" | "ef8cc9e5-393c-11eb-a3c8-06a85bb19590" | "db3ba268-29e1-11ed-a554-026414e56464" | "52afff87-ee2f-11ec-a554-026414e56464" | "fc635918-6693-11ed-a554-026414e56464" | "4c480a2e-51af-11ec-b929-06a85bb19590" | "04a7fe4c-bbc8-11ec-a554-026414e56464" | "20aa91cb-8264-11ed-a554-026414e56464" | "587acba1-ff39-11eb-b929-06a85bb19590" | "65ea19ef-c8aa-11ed-acef-026414e56464" | "d41f2699-6c87-11ec-b929-06a85bb19590" | "3fd9e9bf-f017-11ea-9030-06a85bb19590" | "14e8f132-0c7c-11eb-a3c8-06a85bb19590" | "857449d7-b832-11ed-a554-026414e56464" | "699889b1-4316-11ed-a554-026414e56464" | "815a617b-2f4a-11ed-a554-026414e56464" | "538531d6-adf3-11ed-a554-026414e56464" | "a5924ba3-c171-11ec-a554-026414e56464" | "df308447-cd07-11ec-a554-026414e56464" | "6bbb6b22-65b0-11ed-a554-026414e56464" | "21175a2b-7c83-11ed-a554-026414e56464" | "971d9ce3-8c40-11ed-a554-026414e56464" | "e49b6f04-2529-11ed-a554-026414e56464" | "f2eb311a-d857-11ed-acef-026414e56464" | "150adabc-fab6-11ec-a554-026414e56464" | "76684918-f604-11eb-b929-06a85bb19590" | "570da667-f60c-11ed-acef-026414e56464" | "edb7b84f-493f-11ed-a554-026414e56464" | "81efd944-d7a3-11ea-9030-06a85bb19590" | "b359582d-1a28-11ed-a554-026414e56464" | "1d74cd8c-ad39-11ed-a554-026414e56464" | "d6ab5afb-d082-11ed-acef-026414e56464" | "d2ced888-bcbf-11ec-a554-026414e56464" | "921298a5-14b2-11ee-acef-026414e56464" | "eea3026d-1a35-11ee-acef-026414e56464" | "ecf9961f-d39f-11ed-acef-026414e56464" | "f99ad17a-3113-11ee-acef-026414e56464" | "52f29382-247f-11ee-acef-026414e56464" | "b25f3625-1fb3-11ee-acef-026414e56464" | "4db20934-1a36-11ee-acef-026414e56464" | "7fd110e6-1d7e-11ee-acef-026414e56464" | "f877c38b-303c-11ee-acef-026414e56464" | "8c76a159-5914-11ed-a554-026414e56464" | "af1825b2-34fb-11ee-acef-026414e56464" | "50447e84-1fd4-11ee-acef-026414e56464" | "a34bd209-3a86-11ee-acef-026414e56464" | "8d528dbc-34fb-11ee-acef-026414e56464" | "0cb53a66-14b7-11ee-acef-026414e56464" | "f591e919-247e-11ee-acef-026414e56464" | "9a52d732-65b0-11ed-a554-026414e56464" | "c3a951a5-3a86-11ee-acef-026414e56464" | "784cbffd-207a-11ee-acef-026414e56464" | "ab5828b6-698d-11ee-acef-026414e56464" | "ddcee17b-6d97-11ee-acef-026414e56464" | "c9af6aaa-698d-11ee-acef-026414e56464" | "27d0daaa-0342-11ed-a554-026414e56464" | "a9c20a88-e6fe-11ec-a554-026414e56464" | "9788ef5a-d85b-11ed-acef-026414e56464" | "d3ba7c9a-8600-11ee-acef-026414e56464" | "9165ab2c-674c-11ee-acef-026414e56464" | "ea89d023-850f-11ee-acef-026414e56464" | "a3eeaa84-7892-11ee-acef-026414e56464" | "c09a7259-94d2-11ee-b4e9-026414e56464" | "3578346f-8510-11ee-acef-026414e56464" | "95a62cb0-95a7-11ee-b4e9-026414e56464" | "caeb552d-db37-11eb-b929-06a85bb19590" | "d50ff3d2-e0d0-11ec-a554-026414e56464" | "b4f2fe87-ac41-11ec-a554-026414e56464" | "7e219eda-82b1-11ec-a554-026414e56464" | "c3a49c7f-ff39-11eb-b929-06a85bb19590" | "b9dbd35f-bf08-11ec-a554-026414e56464" | "8933fd35-8510-11ee-acef-026414e56464" | "7c9ff0d8-b37f-11ee-ab60-026414e56464" | "8d66380f-7a19-11ee-acef-026414e56464" | "5ea790d4-8510-11ee-acef-026414e56464" | "1c38a718-c0e1-11ee-ab60-026414e56464" | "0edbb436-bf3c-11ee-ab60-026414e56464" | "eb2e747c-cef4-11ee-a117-02fe32e5ee39" | "ccf96494-d873-11ee-a117-02fe32e5ee39" | "dba9a009-6415-11ee-acef-026414e56464" | "4aa81761-cef7-11ee-a117-02fe32e5ee39" | "2ad6710f-22b6-11ec-b929-06a85bb19590" | "a1a91332-dc55-11ee-a117-02fe32e5ee39" | "2f41ef97-69bb-11ee-acef-026414e56464" | "b8c030d0-acff-11ec-a554-026414e56464" | "Pramod Mishra" | "3825aa4a-acfc-11ec-a554-026414e56464" | "3fa37352-ac42-11ec-a554-026414e56464" | "c002bf52-df8f-11ee-a117-02fe32e5ee39" | "7bd7556b-d874-11ee-a117-02fe32e5ee39" | "cf86eb53-f70b-11ee-a117-02fe32e5ee39" | "1a39f9a3-0084-11ef-a117-02fe32e5ee39" | "93b8b642-f576-11ee-a117-02fe32e5ee39" | "9e2c25e8-3cbf-11e8-9c5f-22000aa79843" | "e89f4865-f57a-11ee-a117-02fe32e5ee39" | "e0eb46cb-df8f-11ee-a117-02fe32e5ee39" | "fb213572-0919-11ef-a117-02fe32e5ee39" | "189cd957-085d-11ef-a117-02fe32e5ee39" | "dce64919-f577-11ee-a117-02fe32e5ee39" | "a5833a04-180d-11ef-a117-02fe32e5ee39" | "2ef83247-19a8-11ef-a117-02fe32e5ee39" | "c4c1e37b-fb03-11ee-a117-02fe32e5ee39" | "f81454ef-ffad-11ee-a117-02fe32e5ee39" | "94bd1238-8864-11ec-a554-026414e56464" | "cf7c693c-f2c3-11ec-a554-026414e56464" | "a5e98e7e-fb03-11ee-a117-02fe32e5ee39" | "49f7728d-110c-11ef-a117-02fe32e5ee39" | "d13173ee-2a2d-11ef-a117-02fe32e5ee39" | "65362100-33a8-11ef-a117-02fe32e5ee39" | "a8b96b13-4fe7-11ef-a117-02fe32e5ee39" | "3e3efd73-44e0-11ef-a117-02fe32e5ee39" | "231089eb-493b-11ed-a554-026414e56464" | "Karan Suthar" | "Gaurav Davande" | "Tulsi Jha" | "Suraj Parmar" | "Rishab Dubey" | "Manish Heliya" | "Mitesh Gohil" | "Satish Kadam" | "Luv Yadav" | "Trushali Prajapati" | "Akanksha Singh" | "Shailesh Jadhav" | "Khushi Gupta" | "Sanika Chavan" | "Maya Ipper" | "Parag Sawant" | "Vishesh Sharma" | "Manisha Mishra" | "Omkar Sawant" | "Geeta Patil" | "Prem Thakur" | "Manasvi Kumawat" | "Ritika Pandey" | "Raj Purohit" | "Anjali Gavai" | "Sagar Bhanushali" | "Aman Sharma" | "Ayush Jha" | "Aditya Vishwakarma" | "Virendra Prajapati" | "Dhwani Dedhia" | "Sudhanshu Satpute" | "Omprakash Das" | "Yohan Patel" | "Riya Shukla" | "18f72266-6693-11ed-a554-026414e56464" | "Jay Sangoi" | "Aatish Sawant" | "Yasmin Shaikh" | "Ragini Bundhe" | "Shristi Mishra" | "Shikha Mishra" | "Harshad Waghela";
|
|
69
|
+
mx_Sales_Executive?: "NA" | "Abhiyank Patwa" | "Akash Makwana" | "Ameer Ansari" | "Amol Kadam" | "Anjali Shelke" | "Anjali Mhatre" | "Arjun Shettiyar" | "Avinash Kumar" | "Bhagyashri Gupta" | "Bhavesh Solanki" | "Chandani Ingle" | "Dhanesh Bhil" | "Gautam Singh" | "Gopal Raheja" | "Jitesh Sakpal" | "Kishwari Sharma" | "Leena Vyas" | "Mehul Waghela" | "Milind Kharawade" | "Mukesh Vaishnav" | "Muskan Mishra" | "Nandkishor Koite" | "Nitesh Mishra" | "Pavan Singh" | "Prathamesh Narvankar" | "Rahul Jadhav" | "Ravi Sharma" | "Sarfaraz Haju" | "Sarita Mishra" | "Shekhar Sahasrabudhe" | "Shivam Singh" | "Shubham Mishra" | "Shweta Sawant" | "Suneeta Yadav" | "Suraj Singh" | "Suryaprakash Pradhan" | "Vighnesh Kadam" | "Vinit Thakur" | "Vipul Rajput" | "Yogesh Solanki" | "Himanshu Gor" | "dd989b84-493a-11ed-a554-026414e56464" | "33fe3ca5-2078-11ed-a554-026414e56464" | "cc8e2d55-9af6-11ed-a554-026414e56464" | "0d87373a-7854-11ed-a554-026414e56464" | "bd7d3bfc-c171-11ec-a554-026414e56464" | "bac8a595-db37-11eb-b929-06a85bb19590" | "28134251-e6fe-11ec-a554-026414e56464" | "966ad438-6693-11ed-a554-026414e56464" | "b48fda29-7869-11ed-a554-026414e56464" | "acb6e0c8-acff-11ec-a554-026414e56464" | "afea57b5-7ad2-11ed-a554-026414e56464" | "c87bfcb8-2529-11ed-a554-026414e56464" | "66d4e89d-c3e3-11ed-acef-026414e56464" | "9a4d3397-acfd-11ec-a554-026414e56464" | "160e76eb-902a-11ed-a554-026414e56464" | "9fd50bf1-cff0-11ec-a554-026414e56464" | "52173682-97e6-11ed-a554-026414e56464" | "4fc7dbaa-9c4b-11ec-a554-026414e56464" | "303a7620-9420-11ed-a554-026414e56464" | "f64827fd-2077-11ed-a554-026414e56464" | "ef8cc9e5-393c-11eb-a3c8-06a85bb19590" | "db3ba268-29e1-11ed-a554-026414e56464" | "52afff87-ee2f-11ec-a554-026414e56464" | "fc635918-6693-11ed-a554-026414e56464" | "4c480a2e-51af-11ec-b929-06a85bb19590" | "04a7fe4c-bbc8-11ec-a554-026414e56464" | "20aa91cb-8264-11ed-a554-026414e56464" | "587acba1-ff39-11eb-b929-06a85bb19590" | "65ea19ef-c8aa-11ed-acef-026414e56464" | "d41f2699-6c87-11ec-b929-06a85bb19590" | "3fd9e9bf-f017-11ea-9030-06a85bb19590" | "14e8f132-0c7c-11eb-a3c8-06a85bb19590" | "857449d7-b832-11ed-a554-026414e56464" | "699889b1-4316-11ed-a554-026414e56464" | "815a617b-2f4a-11ed-a554-026414e56464" | "538531d6-adf3-11ed-a554-026414e56464" | "a5924ba3-c171-11ec-a554-026414e56464" | "df308447-cd07-11ec-a554-026414e56464" | "6bbb6b22-65b0-11ed-a554-026414e56464" | "21175a2b-7c83-11ed-a554-026414e56464" | "971d9ce3-8c40-11ed-a554-026414e56464" | "e49b6f04-2529-11ed-a554-026414e56464" | "f2eb311a-d857-11ed-acef-026414e56464" | "150adabc-fab6-11ec-a554-026414e56464" | "76684918-f604-11eb-b929-06a85bb19590" | "570da667-f60c-11ed-acef-026414e56464" | "edb7b84f-493f-11ed-a554-026414e56464" | "81efd944-d7a3-11ea-9030-06a85bb19590" | "b359582d-1a28-11ed-a554-026414e56464" | "1d74cd8c-ad39-11ed-a554-026414e56464" | "d6ab5afb-d082-11ed-acef-026414e56464" | "d2ced888-bcbf-11ec-a554-026414e56464" | "921298a5-14b2-11ee-acef-026414e56464" | "eea3026d-1a35-11ee-acef-026414e56464" | "ecf9961f-d39f-11ed-acef-026414e56464" | "f99ad17a-3113-11ee-acef-026414e56464" | "52f29382-247f-11ee-acef-026414e56464" | "b25f3625-1fb3-11ee-acef-026414e56464" | "4db20934-1a36-11ee-acef-026414e56464" | "7fd110e6-1d7e-11ee-acef-026414e56464" | "f877c38b-303c-11ee-acef-026414e56464" | "8c76a159-5914-11ed-a554-026414e56464" | "af1825b2-34fb-11ee-acef-026414e56464" | "50447e84-1fd4-11ee-acef-026414e56464" | "a34bd209-3a86-11ee-acef-026414e56464" | "8d528dbc-34fb-11ee-acef-026414e56464" | "0cb53a66-14b7-11ee-acef-026414e56464" | "f591e919-247e-11ee-acef-026414e56464" | "9a52d732-65b0-11ed-a554-026414e56464" | "c3a951a5-3a86-11ee-acef-026414e56464" | "784cbffd-207a-11ee-acef-026414e56464" | "ab5828b6-698d-11ee-acef-026414e56464" | "ddcee17b-6d97-11ee-acef-026414e56464" | "c9af6aaa-698d-11ee-acef-026414e56464" | "27d0daaa-0342-11ed-a554-026414e56464" | "a9c20a88-e6fe-11ec-a554-026414e56464" | "9788ef5a-d85b-11ed-acef-026414e56464" | "d3ba7c9a-8600-11ee-acef-026414e56464" | "9165ab2c-674c-11ee-acef-026414e56464" | "ea89d023-850f-11ee-acef-026414e56464" | "a3eeaa84-7892-11ee-acef-026414e56464" | "c09a7259-94d2-11ee-b4e9-026414e56464" | "3578346f-8510-11ee-acef-026414e56464" | "95a62cb0-95a7-11ee-b4e9-026414e56464" | "caeb552d-db37-11eb-b929-06a85bb19590" | "d50ff3d2-e0d0-11ec-a554-026414e56464" | "b4f2fe87-ac41-11ec-a554-026414e56464" | "7e219eda-82b1-11ec-a554-026414e56464" | "c3a49c7f-ff39-11eb-b929-06a85bb19590" | "b9dbd35f-bf08-11ec-a554-026414e56464" | "8933fd35-8510-11ee-acef-026414e56464" | "7c9ff0d8-b37f-11ee-ab60-026414e56464" | "8d66380f-7a19-11ee-acef-026414e56464" | "5ea790d4-8510-11ee-acef-026414e56464" | "1c38a718-c0e1-11ee-ab60-026414e56464" | "0edbb436-bf3c-11ee-ab60-026414e56464" | "eb2e747c-cef4-11ee-a117-02fe32e5ee39" | "ccf96494-d873-11ee-a117-02fe32e5ee39" | "dba9a009-6415-11ee-acef-026414e56464" | "4aa81761-cef7-11ee-a117-02fe32e5ee39" | "2ad6710f-22b6-11ec-b929-06a85bb19590" | "a1a91332-dc55-11ee-a117-02fe32e5ee39" | "2f41ef97-69bb-11ee-acef-026414e56464" | "b8c030d0-acff-11ec-a554-026414e56464" | "Pramod Mishra" | "3825aa4a-acfc-11ec-a554-026414e56464" | "3fa37352-ac42-11ec-a554-026414e56464" | "c002bf52-df8f-11ee-a117-02fe32e5ee39" | "7bd7556b-d874-11ee-a117-02fe32e5ee39" | "cf86eb53-f70b-11ee-a117-02fe32e5ee39" | "1a39f9a3-0084-11ef-a117-02fe32e5ee39" | "93b8b642-f576-11ee-a117-02fe32e5ee39" | "9e2c25e8-3cbf-11e8-9c5f-22000aa79843" | "e89f4865-f57a-11ee-a117-02fe32e5ee39" | "e0eb46cb-df8f-11ee-a117-02fe32e5ee39" | "fb213572-0919-11ef-a117-02fe32e5ee39" | "189cd957-085d-11ef-a117-02fe32e5ee39" | "dce64919-f577-11ee-a117-02fe32e5ee39" | "a5833a04-180d-11ef-a117-02fe32e5ee39" | "2ef83247-19a8-11ef-a117-02fe32e5ee39" | "c4c1e37b-fb03-11ee-a117-02fe32e5ee39" | "f81454ef-ffad-11ee-a117-02fe32e5ee39" | "94bd1238-8864-11ec-a554-026414e56464" | "cf7c693c-f2c3-11ec-a554-026414e56464" | "a5e98e7e-fb03-11ee-a117-02fe32e5ee39" | "49f7728d-110c-11ef-a117-02fe32e5ee39" | "d13173ee-2a2d-11ef-a117-02fe32e5ee39" | "65362100-33a8-11ef-a117-02fe32e5ee39" | "a8b96b13-4fe7-11ef-a117-02fe32e5ee39" | "3e3efd73-44e0-11ef-a117-02fe32e5ee39" | "231089eb-493b-11ed-a554-026414e56464" | "Karan Suthar" | "Gaurav Davande" | "Tulsi Jha" | "Suraj Parmar" | "Rishab Dubey" | "Manish Heliya" | "Mitesh Gohil" | "Satish Kadam" | "Luv Yadav" | "Trushali Prajapati" | "Akanksha Singh" | "Shailesh Jadhav" | "Khushi Gupta" | "Sanika Chavan" | "Maya Ipper" | "Parag Sawant" | "Vishesh Sharma" | "Manisha Mishra" | "Omkar Sawant" | "Geeta Patil" | "Prem Thakur" | "Manasvi Kumawat" | "Ritika Pandey" | "Raj Purohit" | "Anjali Gavai" | "Sagar Bhanushali" | "Aman Sharma" | "Ayush Jha" | "Aditya Vishwakarma" | "Virendra Prajapati" | "Dhwani Dedhia" | "Sudhanshu Satpute" | "Omprakash Das" | "Yohan Patel" | "Riya Shukla" | "18f72266-6693-11ed-a554-026414e56464" | "Jay Sangoi" | "Aatish Sawant" | "Yasmin Shaikh" | "Ragini Bundhe" | "Shristi Mishra" | "Shikha Mishra" | "Harshad Waghela" | "Nandini Puwar" | "Vishal Dubey" | "Shridhar Mishra" | "Sapna Singh" | "Rashmi Choudhary" | "Kumkum Yadav" | "Yashika Mudaliar" | "Bhavna Jha";
|
|
70
70
|
mx_Accounts_stage?: "Unbilled" | "Invoice Due" | "Billed" | "Payment received" | "Cancelled";
|
|
71
71
|
mx_Banker_Payment_Received?: '1' | '0';
|
|
72
72
|
mx_Invoice_Due?: '1' | '0';
|
|
@@ -101,7 +101,7 @@ export type LeadFields18614 = {
|
|
|
101
101
|
mx_Visit_Outcome?: string;
|
|
102
102
|
mx_Warm?: '1' | '0';
|
|
103
103
|
mx_Visit_FU_Outcome?: string;
|
|
104
|
-
mx_Pre_Sales_Owner?: "Pranali" | "Pranali Pawar" | "Priti Andre" | "Jyoti Yadav" | "Riddhi Darji" | "Geeta Patil" | "Arshiya Shaikh" | "Soniya Rale" | "Asmi Shaikh" | "Sushmita Bhambure" | "Pranoti Undire" | "Madhura Tambe" | "Punam Gupta" | "Akshata Narkar" | "Prajakta Panchal" | "Atik Shaikh" | "Veena Kalal" | "Aditi Ghadi" | "Uday Uberoi" | "Kadambari Shinde" | "Pratiksha yadav" | "" | "Farheen khan" | "OwnerId" | "Priyanka Kanojiya" | "TeleAccess User" | "Shraddha Landge" | "Shweta Yelve" | "Ankita Bhartiya" | "Pooja Yadav" | "Ashwini Ballal" | "Roshani Birit" | "Hetal Waghela" | "Gulfesha Khan" | "Virendra Prajapati" | "Dharmishata Timanaya" | "Aakansha Chaudhari" | "Aquib Qureshi" | "Jinal Waghela" | "Trisha Kounder" | "Sanjana Kembhavi" | "Sameed Multani" | "Yutika Kadam" | "Tariqe Shaikh" | "Sonali Jha" | "Purvish Mehta" | "Megha Angarakhe" | "Aman Bhargava" | "Prashant Verma" | "Sheetal Sarode" | "Rajeshkumar shravat" | "Vivek Yadav" | "Suraj Gupta" | "Roshani Prajapati" | "Neha chauhan" | "Pranali M Pawar" | "Jigar Solanki" | "Daraksha Ansari" | "Premnath Shelar" | "Mansi Dhuri" | "Saba Shaikh" | "Nancy Singh" | "Sushant Matkar" | "Afreen Khan" | "Preeti Choudhary" | "Vaishali Patel" | "Pooja Gala" | "Nikhil Ray" | "Vaibhav Singh" | "Vivek Rawal" | "Geeta Soni" | "Preeti Sharma" | "Devika Bist" | "Nilofar Shaikh" | "Trisha Pachiyammal" | "Daraksha Shaikh" | "Yashraj Patil" | "Priyanka Patil" | "Sanjay Adhikari" | "Leena Uttekar" | "Nasima Shaikh" | "Afreen Sayeed" | "Jasmine Shaikh" | "Sangeeta Panigrahi" | "Himanshi kanyal" | "Fiza Hashmi" | "Uzma Qureshi" | "Afiya Shaikh" | "Tazeen Shaikh" | "Nisha Sharma" | "Nandkishor Koite" | "temp" | "Nilofer Shaikh" | "Sahil Gangurde" | "Neeraj Kanojiya" | "Aarti Bike" | "Armeen Khan" | "Mahek Shaikh" | "Varun Tuli" | "Parth Parmar" | "Bhageshree koli";
|
|
104
|
+
mx_Pre_Sales_Owner?: "Pranali" | "Pranali Pawar" | "Priti Andre" | "Jyoti Yadav" | "Riddhi Darji" | "Geeta Patil" | "Arshiya Shaikh" | "Soniya Rale" | "Asmi Shaikh" | "Sushmita Bhambure" | "Pranoti Undire" | "Madhura Tambe" | "Punam Gupta" | "Akshata Narkar" | "Prajakta Panchal" | "Atik Shaikh" | "Veena Kalal" | "Aditi Ghadi" | "Uday Uberoi" | "Kadambari Shinde" | "Pratiksha yadav" | "" | "Farheen khan" | "OwnerId" | "Priyanka Kanojiya" | "TeleAccess User" | "Shraddha Landge" | "Shweta Yelve" | "Ankita Bhartiya" | "Pooja Yadav" | "Ashwini Ballal" | "Roshani Birit" | "Hetal Waghela" | "Gulfesha Khan" | "Virendra Prajapati" | "Dharmishata Timanaya" | "Aakansha Chaudhari" | "Aquib Qureshi" | "Jinal Waghela" | "Trisha Kounder" | "Sanjana Kembhavi" | "Sameed Multani" | "Yutika Kadam" | "Tariqe Shaikh" | "Sonali Jha" | "Purvish Mehta" | "Megha Angarakhe" | "Aman Bhargava" | "Prashant Verma" | "Sheetal Sarode" | "Rajeshkumar shravat" | "Vivek Yadav" | "Suraj Gupta" | "Roshani Prajapati" | "Neha chauhan" | "Pranali M Pawar" | "Jigar Solanki" | "Daraksha Ansari" | "Premnath Shelar" | "Mansi Dhuri" | "Saba Shaikh" | "Nancy Singh" | "Sushant Matkar" | "Afreen Khan" | "Preeti Choudhary" | "Vaishali Patel" | "Pooja Gala" | "Nikhil Ray" | "Vaibhav Singh" | "Vivek Rawal" | "Geeta Soni" | "Preeti Sharma" | "Devika Bist" | "Nilofar Shaikh" | "Trisha Pachiyammal" | "Daraksha Shaikh" | "Yashraj Patil" | "Priyanka Patil" | "Sanjay Adhikari" | "Leena Uttekar" | "Nasima Shaikh" | "Afreen Sayeed" | "Jasmine Shaikh" | "Sangeeta Panigrahi" | "Himanshi kanyal" | "Fiza Hashmi" | "Uzma Qureshi" | "Afiya Shaikh" | "Tazeen Shaikh" | "Nisha Sharma" | "Nandkishor Koite" | "temp" | "Nilofer Shaikh" | "Sahil Gangurde" | "Neeraj Kanojiya" | "Aarti Bike" | "Armeen Khan" | "Mahek Shaikh" | "Varun Tuli" | "Parth Parmar" | "Bhageshree koli" | "Anuj Mishra" | "Himanshu Thorat" | "Shifa Meer";
|
|
105
105
|
mx_Broker_Phone?: "NA";
|
|
106
106
|
mx_Will_Revisit?: '1' | '0';
|
|
107
107
|
mx_Project_Explained?: '1' | '0';
|
|
@@ -127,7 +127,7 @@ export type LeadFields18614 = {
|
|
|
127
127
|
mx_Loan_Through?: "Stallions" | "Self Loan" | "Self Payment" | "Staff Loan" | "NA";
|
|
128
128
|
mx_Agreement_Value?: number;
|
|
129
129
|
mx_Flat_No?: number;
|
|
130
|
-
mx_Wing?: "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" | "J" | "K" | "L" | "M" | "A1" | "A2" | "A3" | "A4" | "A5" | "Tower 1 Shripal" | "Bldg no. 8 C" | "Tower 1 Vastu" | "Tower 1" | "Bldg no. 9 A" | "Bldg no. 9 C" | "Bldg no. 9 H" | "Bldg no. 9 B" | "BP 8/ Ph- 4/ Wing-C" | "Bldg no. 9 G" | "Santosa Park Phase 3" | "Ekta Parksville - Lincoln park C wing" | "Parksville central park" | "BLDG NO 9 A" | "BLDG NO 9 B" | "Parksville central park k wing phase 1" | "BLDG NO 9 H" | "B Wing" | "BLDG NO.9 H" | "BLDG NO.9 A" | "C wing" | "T" | "G wing" | "1" | "8C" | "B1" | "Tower -1" | "3A" | "AB" | "364" | "Tower-1" | "7SKY/B" | "C-D" | "Tower 1 Bachraj" | "building no 42 unit no5" | "building no 36" | "7SKY-B" | "Wing A" | "Wing C" | "Ground floor front" | "A&B" | "A wing" | "buildng no 36" | "T-1" | "Callisto -B" | "Callesto - B Wing" | "B - Callisto" | "B-Callesto" | "CD" | "3B" | "C&D" | "B-Callisto" | "A`" | "Tower 3B Cortez" | "3B Cortez" | "3A Akoya" | "A-Callisto" | "3" | "Bungalow No. 2" | "A - Callisto" | "na" | "0" | "A - Wing" | "A-Wing" | "Central K" | "Sentosa H" | "Z" | "CP/K" | "LP/F" | "LP-D" | "SP-J" | "SP-K" | "CP-K" | "SP-H" | "SP-C" | "-" | "LP-E" | "SP-I" | "H wing" | "LP-F" | "3C Tahiti" | "BP-A" | "LP-A" | "3A - Akoya" | "Calisto-B" | "Calisto-A" | "3B - Cortez" | "3C" | "A - Build No- 1" | "B-1-Build No.2" | "B1 - Build No - 3" | "A - Build No - 1" | "Wing B - Bd No - 2" | "B- Bd No 2" | "C Wing- Build No 4" | "B wing - Bd No -2" | "A wing - Build - 1" | "B 1" | "sales tower" | "B1 - No 3" | "C - Build no 4" | "B - Build no 2" | "Sale Wing" | "12" | "Sale" | "A - Calisti" | "A-vallisto" | "B1- Wing" | "A-calisto";
|
|
130
|
+
mx_Wing?: "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" | "J" | "K" | "L" | "M" | "A1" | "A2" | "A3" | "A4" | "A5" | "Tower 1 Shripal" | "Bldg no. 8 C" | "Tower 1 Vastu" | "Tower 1" | "Bldg no. 9 A" | "Bldg no. 9 C" | "Bldg no. 9 H" | "Bldg no. 9 B" | "BP 8/ Ph- 4/ Wing-C" | "Bldg no. 9 G" | "Santosa Park Phase 3" | "Ekta Parksville - Lincoln park C wing" | "Parksville central park" | "BLDG NO 9 A" | "BLDG NO 9 B" | "Parksville central park k wing phase 1" | "BLDG NO 9 H" | "B Wing" | "BLDG NO.9 H" | "BLDG NO.9 A" | "C wing" | "T" | "G wing" | "1" | "8C" | "B1" | "Tower -1" | "3A" | "AB" | "364" | "Tower-1" | "7SKY/B" | "C-D" | "Tower 1 Bachraj" | "building no 42 unit no5" | "building no 36" | "7SKY-B" | "Wing A" | "Wing C" | "Ground floor front" | "A&B" | "A wing" | "buildng no 36" | "T-1" | "Callisto -B" | "Callesto - B Wing" | "B - Callisto" | "B-Callesto" | "CD" | "3B" | "C&D" | "B-Callisto" | "A`" | "Tower 3B Cortez" | "3B Cortez" | "3A Akoya" | "A-Callisto" | "3" | "Bungalow No. 2" | "A - Callisto" | "na" | "0" | "A - Wing" | "A-Wing" | "Central K" | "Sentosa H" | "Z" | "CP/K" | "LP/F" | "LP-D" | "SP-J" | "SP-K" | "CP-K" | "SP-H" | "SP-C" | "-" | "LP-E" | "SP-I" | "H wing" | "LP-F" | "3C Tahiti" | "BP-A" | "LP-A" | "3A - Akoya" | "Calisto-B" | "Calisto-A" | "3B - Cortez" | "3C" | "A - Build No- 1" | "B-1-Build No.2" | "B1 - Build No - 3" | "A - Build No - 1" | "Wing B - Bd No - 2" | "B- Bd No 2" | "C Wing- Build No 4" | "B wing - Bd No -2" | "A wing - Build - 1" | "B 1" | "sales tower" | "B1 - No 3" | "C - Build no 4" | "B - Build no 2" | "Sale Wing" | "12" | "Sale" | "A - Calisti" | "A-vallisto" | "B1- Wing" | "A-calisto" | "BLDG NO 2" | "Building NO-6";
|
|
131
131
|
mx_Profile?: "" | "Salaried" | "Self Employed" | "NRI";
|
|
132
132
|
mx_OCR_Received?: number;
|
|
133
133
|
mx_Reason_Not_Warm?: "NA" | "Looking at Other location" | "Needs time to buy" | "Come just for Info" | "Budget too Less" | "Wants bigger Size" | "Likes other project" | "Not looking for himself" | "Did not share Info" | "Property to be sold" | "Wants Ready possession" | "Wants Under Construction" | "Existing EMI too High" | "Did Not Like Location" | "Did Not Like Project" | "Inventory Not Suitable";
|
|
@@ -164,7 +164,7 @@ export type LeadFields18614 = {
|
|
|
164
164
|
OptInDate?: string;
|
|
165
165
|
OptInDetails?: string;
|
|
166
166
|
LastOptInEmailSentDate?: string;
|
|
167
|
-
mx_Locality_2: "NA" | "Boisar East" | "Boisar West" | "Palghar East" | "Palghar West" | "Saphale East" | "Saphale West" | "Virar East" | "Virar West" | "Nallasopara East" | "Nallasopara West" | "Naigaon East" | "Naigaon West" | "Bhayandar East" | "Bhayandar West" | "Mira Road East" | "Mira Road West" | "Dahisar East" | "Dahisar West" | "Borivali East" | "Borivali West" | "Kandivli East" | "Kandivli West" | "Malad East" | "Malad West" | "Goregaon East" | "Goregaon West" | "Ram Mandir East" | "Ram Mandir West" | "Jogeshwari East" | "Jogeshwari West" | "Andheri East" | "Andheri West" | "Vile Parle East" | "Vile Parle West" | "Santacruz East" | "Santacruz West" | "Khar Road East" | "Khar Road West" | "Bandra East" | "Bandra West" | "Mahim East" | "Mahim West" | "Matunga Road East" | "Matunga Road West" | "Dadar East" | "Dadar West" | "Prabhadevi East" | "Prabhadevi West" | "Lower Parel East" | "Lower Parel West" | "Mahalaxmi East" | "Mahalaxmi West" | "Mumbai Central East" | "Mumbai Central West" | "Grant Road East" | "Grant Road West" | "Charni Road East" | "Charni Road West" | "Marine Lines East" | "Marine Lines West" | "Churchgate East" | "Churchgate West" | "Kurla East" | "Kurla West" | "Sion East" | "Sion West" | "Chembur East" | "Chembur West" | "Chunabhati East" | "Chunabhati West" | "Other" | "Thane West" | "Vasai - Virar" | "Vasai East" | "Bhayander East" | "Nalasopara West" | "Vasai West" | "Miraroad - Bhayander" | "Nalasopara East" | "Others East" | "South Bombay East" | "Kandivali East" | "Wadala East" | "Khar East" | "Vasai NA" | "Vasai" | "Goregaon - Jogeshwari East" | "Worli East" | "Dahisar - Borivali" | "Worli NA" | "Dombivli East" | "Mahim - Dadar" | "Kandivali West" | "Virar" | "Santacruz - Bandra East" | "Ghatkopar West" | "Malad - Kandivali East" | "Vasai - Turn" | "Khar West" | "Others West" | "Vidyavihar East" | "Parle East" | "Others NA" | "Goregaon NA" | "Worli West" | "Juhu - Bandra West" | "Navi Mumbai" | "Navi Mumbai NA" | "Chunabhatti NA" | "Mulund West" | "Thane NA" | "Thane East" | "Parle West" | "South Bombay West" | "Bhayander West" | "Chembur NA" | "Virar NA" | "safale" | "Malad - Kandivali west" | "Bhandup East" | "Chunabhatti East" | "Mira Road NA" | "Ghatkopar East" | "Bhayander NA" | "Bhandup West" | "CST" | "Matunga East" | "Parel East" | "Dombivli West" | "Vikhroli East" | "Kalyan East" | "Mahim NA" | "Prabhadevi NA" | "Kandivali NA" | "Vidyavihar West" | "Palghar - Boisar" | "kurla" | "वसई पश्चिम" | "Byculla - Colaba" | "Goregaon - Jogeshwari West" | "ghatkopar" | "Matunga West" | "Kurla NA" | "Navi Mumbai East" | "विरार पूर्व" | "Dahanu" | "Navi Mumbai West" | "South Bombay NA" | "Panvel East" | "Panvel NA" | "Mulund East" | "Naigaon NA" | "vile parle" | "Malad NA" | "Naigaon" | "Andheri NA" | "बांद्रा पूर्व" | "Borivali NA" | "Nalasopara NA" | "Dahisar NA" | "Mahalaxmi NA" | "विरार पश्चिम" | "Vikhroli West" | "मलाड पूर्व" | "mumbai central";
|
|
167
|
+
mx_Locality_2: "NA" | "Boisar East" | "Boisar West" | "Palghar East" | "Palghar West" | "Saphale East" | "Saphale West" | "Virar East" | "Virar West" | "Nallasopara East" | "Nallasopara West" | "Naigaon East" | "Naigaon West" | "Bhayandar East" | "Bhayandar West" | "Mira Road East" | "Mira Road West" | "Dahisar East" | "Dahisar West" | "Borivali East" | "Borivali West" | "Kandivli East" | "Kandivli West" | "Malad East" | "Malad West" | "Goregaon East" | "Goregaon West" | "Ram Mandir East" | "Ram Mandir West" | "Jogeshwari East" | "Jogeshwari West" | "Andheri East" | "Andheri West" | "Vile Parle East" | "Vile Parle West" | "Santacruz East" | "Santacruz West" | "Khar Road East" | "Khar Road West" | "Bandra East" | "Bandra West" | "Mahim East" | "Mahim West" | "Matunga Road East" | "Matunga Road West" | "Dadar East" | "Dadar West" | "Prabhadevi East" | "Prabhadevi West" | "Lower Parel East" | "Lower Parel West" | "Mahalaxmi East" | "Mahalaxmi West" | "Mumbai Central East" | "Mumbai Central West" | "Grant Road East" | "Grant Road West" | "Charni Road East" | "Charni Road West" | "Marine Lines East" | "Marine Lines West" | "Churchgate East" | "Churchgate West" | "Kurla East" | "Kurla West" | "Sion East" | "Sion West" | "Chembur East" | "Chembur West" | "Chunabhati East" | "Chunabhati West" | "Other" | "Thane West" | "Vasai - Virar" | "Vasai East" | "Bhayander East" | "Nalasopara West" | "Vasai West" | "Miraroad - Bhayander" | "Nalasopara East" | "Others East" | "South Bombay East" | "Kandivali East" | "Wadala East" | "Khar East" | "Vasai NA" | "Vasai" | "Goregaon - Jogeshwari East" | "Worli East" | "Dahisar - Borivali" | "Worli NA" | "Dombivli East" | "Mahim - Dadar" | "Kandivali West" | "Virar" | "Santacruz - Bandra East" | "Ghatkopar West" | "Malad - Kandivali East" | "Vasai - Turn" | "Khar West" | "Others West" | "Vidyavihar East" | "Parle East" | "Others NA" | "Goregaon NA" | "Worli West" | "Juhu - Bandra West" | "Navi Mumbai" | "Navi Mumbai NA" | "Chunabhatti NA" | "Mulund West" | "Thane NA" | "Thane East" | "Parle West" | "South Bombay West" | "Bhayander West" | "Chembur NA" | "Virar NA" | "safale" | "Malad - Kandivali west" | "Bhandup East" | "Chunabhatti East" | "Mira Road NA" | "Ghatkopar East" | "Bhayander NA" | "Bhandup West" | "CST" | "Matunga East" | "Parel East" | "Dombivli West" | "Vikhroli East" | "Kalyan East" | "Mahim NA" | "Prabhadevi NA" | "Kandivali NA" | "Vidyavihar West" | "Palghar - Boisar" | "kurla" | "वसई पश्चिम" | "Byculla - Colaba" | "Goregaon - Jogeshwari West" | "ghatkopar" | "Matunga West" | "Kurla NA" | "Navi Mumbai East" | "विरार पूर्व" | "Dahanu" | "Navi Mumbai West" | "South Bombay NA" | "Panvel East" | "Panvel NA" | "Mulund East" | "Naigaon NA" | "vile parle" | "Malad NA" | "Naigaon" | "Andheri NA" | "बांद्रा पूर्व" | "Borivali NA" | "Nalasopara NA" | "Dahisar NA" | "Mahalaxmi NA" | "विरार पश्चिम" | "Vikhroli West" | "मलाड पूर्व" | "mumbai central" | "वसई पूर्व" | "नालासोपारा पूर्व" | "कांदिवली पश्चिम" | "Kalyan West";
|
|
168
168
|
LeadLastModifiedOn?: string;
|
|
169
169
|
mx_Property_Type: "Default" | "1RK" | "1BHK" | "1.5BHK" | "2BHK" | "2.5BHK" | "3BHK" | "4BHK" | "5BHK" | "Shop" | "Office" | "1बीएचके" | "2बीएचके" | "Commercial" | "3बीएचके" | "१ बीएचके";
|
|
170
170
|
mx_Location: "" | "VIRAR" | "Vasai" | "JVLR" | "Jogeshwari East" | "Goregaon" | "Malad West" | "Andheri West" | "Thane" | "Mira Road";
|
|
@@ -173,13 +173,13 @@ export type LeadFields18614 = {
|
|
|
173
173
|
mx_Residence?: string;
|
|
174
174
|
OwnerIdEmailAddress?: string;
|
|
175
175
|
mx_Budget_R4U?: string;
|
|
176
|
-
mx_Interested_In: "None" | "Vinay Unique Gardens" | "Vinay Unique 7" | "Bachraj Lifespace" | "Frenny Platinum Tower" | "Unique Avenue 210" | "Chandresh Vaibhav" | "Shripal One" | "Blu Pearl" | "SKY" | "Pearl Gardens" | "Pearl Heritage" | "Oakwood" | "Vinay Unique Sector VII" | "Yash Platina" | "Nemi Bhavan" | "Pearl Garden" | "Shanti Classic" | "Hyde Park" | "Sanghvi EDGE" | "Uptown" | "Arc Aura" | "Super Homez" | "JRT Elysia" | "Sanghvi Pride" | "Bachraj Legend" | "Ruparel Sereno" | "Ekta Parksville" | "Nicon Vista" | "93 East" | "Sethi Palacio" | "Shripal Sattva" | "GharUtsav22" | "Balaji Darshan" | "Rudraksh Enclave" | "Shripal Shanti" | "Super Homez Harmony" | "Shree Krishna Bhoomi" | "Jasmine" | "Shiv Vaibhav" | "Super Homez Gulmohar" | "Cosmos Serenity" | "Padmavati Paradise" | "Sky Infinia" | "Rashi Tower" | "Agarwal Sky Heights" | "Virar-
|
|
176
|
+
mx_Interested_In: "None" | "Vinay Unique Gardens" | "Vinay Unique 7" | "Bachraj Lifespace" | "Frenny Platinum Tower" | "Unique Avenue 210" | "Chandresh Vaibhav" | "Shripal One" | "Blu Pearl" | "SKY" | "Pearl Gardens" | "Pearl Heritage" | "Oakwood" | "Vinay Unique Sector VII" | "Yash Platina" | "Nemi Bhavan" | "Pearl Garden" | "Shanti Classic" | "Hyde Park" | "Sanghvi EDGE" | "Uptown" | "Arc Aura" | "Super Homez" | "JRT Elysia" | "Sanghvi Pride" | "Bachraj Legend" | "Ruparel Sereno" | "Ekta Parksville" | "Nicon Vista" | "93 East" | "Sethi Palacio" | "Shripal Sattva" | "GharUtsav22" | "Balaji Darshan" | "Rudraksh Enclave" | "Shripal Shanti" | "Super Homez Harmony" | "Shree Krishna Bhoomi" | "Jasmine" | "Shiv Vaibhav" | "Super Homez Gulmohar" | "Cosmos Serenity" | "Padmavati Paradise" | "Sky Infinia" | "Rashi Tower" | "Agarwal Sky Heights" | "Vasai-Virar-Shops";
|
|
177
177
|
ProspectID: string;
|
|
178
178
|
ProspectAutoId?: number;
|
|
179
179
|
FirstName?: string;
|
|
180
180
|
LastName?: string;
|
|
181
181
|
EmailAddress?: string;
|
|
182
|
-
Source: "" | "Organic Search" | "Referral Sites" | "Direct Traffic" | "Social Media" | "Inbound Email" | "Inbound Phone call" | "Outbound Phone call" | "Pay per Click Ads" | "Customer Referral" | "99Acres" | "MagicBricks" | "Housing.com" | "Newspaper" | "Outdoor" | "Hoarding" | "SMS Campaign" | "Walk-in" | "Data" | "Employee Referral" | "Friend" | "Pamphlet" | "Broker" | "Website" | "MidDay Expo" | "Landing Page" | "FB LP" | "SMS LP" | "GDN LP" | "GS LP" | "Messenger" | "Bus Backs" | "QR LP" | "Retargeting LP" | "Existing Customer" | "Roof n Floor" | "LED Wan" | "Bus Stand" | "Train" | "WhatsApp" | "m-Indicator" | "Internet" | "Lead" | "M Indicator" | "Magicbricks LMS" | "Online" | "Partner Referral" | "Relative" | "Viraj Sir" | "YouTube" | "Adgebra" | "FB Form" | "Friend Referral" | "SMS Manual" | "Broker Data" | "SMS" | "Loksatta" | "Maharashtra Times" | "Mumbai Mirror" | "Times LP" | "Times SMS" | "Banker Referral" | "Navbharat Times" | "Times of India" | "Bus Shelter" | "WhatsAppBOT" | "Discovery" | "Housing" | "Colombia" | "CC" | "IVR" | "Unique Avenue 210" | "Broker Network" | "VAPP" | "CP Event" | "Platform board" | "WhatsApp AI" | "Times Property" | "Phone Call" | "Expo Vasai-Virar Homes" | "Gujrat Samachar" | "Banner on Car/Tempo" | "Bot Master" | "Other Apps" | "Builder Referral" | "OLX" | "Jingle (Train)" | "GharUtsav22" | "4-Pager" | "TeleAccess" | "Pole Boards" | "Client Referral" | "Tricycle Branding" | "SMS / Whatsapp" | "Anarock organic" | "facebook" | "facebookleadform" | "Pamphlet /Brochure" | "Brochure" | "DEFAULT" | "Anarock facebook" | "Anarock digital" | "Anarock channel partner" | "Anarock" | "Anarock google" | "Ekta Pre Sales" | "brand-search" | "NA" | "WATI" | "Corporate Sales" | "Rudra ODC" | "google" | "fb" | "NABARD" | "Hoarding Virar" | "Hoarding Bhayandar" | "SMS /IVR/ WHATS APP" | "Hoarding Nalasopara" | "Specific Media - Bus" | "Hoarding Vasai" | "Hoarding Mira Road" | "Hoarding Naigaon" | "Digital" | "Corporate & Govt Activity" | "Metro" | "api.thestallions.in" | "demandgen" | "IVR SmartFLO" | "Arc Aura PV & VC" | "GSLP" | "Dialer SmartFLO" | "Inside train" | "PMax" | "Google_My_Business" | "ig" | "Google Remarketing" | "Sunteck ODC" | "Google Inbound Call" | "Station Activity" | "LR01" | "Paper Insert LP" | "YP Opp Leads" | "Instagram" | "Leaflet" | "Office / Site Branding" | "Visited Data Of 210 Feb 2025" | "RZPS" | "RZSS" | "PSSD" | "Visited Data of Rudraksh Feb 2025" | "Visited Data of SKY Feb 2025" | "IORA" | "Visited Data of YP Feb 2025" | "Visited Data of Sattva Feb 2025" | "YSSS" | "Nardeco Exhibition" | "Visited Data of Nemi Feb 2025" | "VVH" | "naredco exhibition Ex" | "Visited data of Nemi Bhavan" | "IOS Data" | "VDWS" | "VDSS" | "VDBL" | "VDPSB" | "VDSR" | "HASS" | "HPPS" | "VDPSS" | "VDVR" | "VDVV" | "VDSH" | "LSTPS" | "JDSS" | "VDPG" | "RCS Campaign" | "VDWB" | "Ayyappa Temple Stall" | "VDJSS";
|
|
182
|
+
Source: "" | "Organic Search" | "Referral Sites" | "Direct Traffic" | "Social Media" | "Inbound Email" | "Inbound Phone call" | "Outbound Phone call" | "Pay per Click Ads" | "Customer Referral" | "99Acres" | "MagicBricks" | "Housing.com" | "Newspaper" | "Outdoor" | "Hoarding" | "SMS Campaign" | "Walk-in" | "Data" | "Employee Referral" | "Friend" | "Pamphlet" | "Broker" | "Website" | "MidDay Expo" | "Landing Page" | "FB LP" | "SMS LP" | "GDN LP" | "GS LP" | "Messenger" | "Bus Backs" | "QR LP" | "Retargeting LP" | "Existing Customer" | "Roof n Floor" | "LED Wan" | "Bus Stand" | "Train" | "WhatsApp" | "m-Indicator" | "Internet" | "Lead" | "M Indicator" | "Magicbricks LMS" | "Online" | "Partner Referral" | "Relative" | "Viraj Sir" | "YouTube" | "Adgebra" | "FB Form" | "Friend Referral" | "SMS Manual" | "Broker Data" | "SMS" | "Loksatta" | "Maharashtra Times" | "Mumbai Mirror" | "Times LP" | "Times SMS" | "Banker Referral" | "Navbharat Times" | "Times of India" | "Bus Shelter" | "WhatsAppBOT" | "Discovery" | "Housing" | "Colombia" | "CC" | "IVR" | "Unique Avenue 210" | "Broker Network" | "VAPP" | "CP Event" | "Platform board" | "WhatsApp AI" | "Times Property" | "Phone Call" | "Expo Vasai-Virar Homes" | "Gujrat Samachar" | "Banner on Car/Tempo" | "Bot Master" | "Other Apps" | "Builder Referral" | "OLX" | "Jingle (Train)" | "GharUtsav22" | "4-Pager" | "TeleAccess" | "Pole Boards" | "Client Referral" | "Tricycle Branding" | "SMS / Whatsapp" | "Anarock organic" | "facebook" | "facebookleadform" | "Pamphlet /Brochure" | "Brochure" | "DEFAULT" | "Anarock facebook" | "Anarock digital" | "Anarock channel partner" | "Anarock" | "Anarock google" | "Ekta Pre Sales" | "brand-search" | "NA" | "WATI" | "Corporate Sales" | "Rudra ODC" | "google" | "fb" | "NABARD" | "Hoarding Virar" | "Hoarding Bhayandar" | "SMS /IVR/ WHATS APP" | "Hoarding Nalasopara" | "Specific Media - Bus" | "Hoarding Vasai" | "Hoarding Mira Road" | "Hoarding Naigaon" | "Digital" | "Corporate & Govt Activity" | "Metro" | "api.thestallions.in" | "demandgen" | "IVR SmartFLO" | "Arc Aura PV & VC" | "GSLP" | "Dialer SmartFLO" | "Inside train" | "PMax" | "Google_My_Business" | "ig" | "Google Remarketing" | "Sunteck ODC" | "Google Inbound Call" | "Station Activity" | "LR01" | "Paper Insert LP" | "YP Opp Leads" | "Instagram" | "Leaflet" | "Office / Site Branding" | "Visited Data Of 210 Feb 2025" | "RZPS" | "RZSS" | "PSSD" | "Visited Data of Rudraksh Feb 2025" | "Visited Data of SKY Feb 2025" | "IORA" | "Visited Data of YP Feb 2025" | "Visited Data of Sattva Feb 2025" | "YSSS" | "Nardeco Exhibition" | "Visited Data of Nemi Feb 2025" | "VVH" | "naredco exhibition Ex" | "Visited data of Nemi Bhavan" | "IOS Data" | "VDWS" | "VDSS" | "VDBL" | "VDPSB" | "VDSR" | "HASS" | "HPPS" | "VDPSS" | "VDVR" | "VDVV" | "VDSH" | "LSTPS" | "JDSS" | "VDPG" | "RCS Campaign" | "VDWB" | "Ayyappa Temple Stall" | "VDJSS" | "VD Vasai" | "HAPS" | "Agarwal Developer Data" | "AGARWAL VD Old" | "JESS" | "RCS Campaign LP" | "AGARWAL VD Jul 2025" | "VDRE" | "IVR Sattva Dev" | "BSPS" | "Visited Data of Sky Aug 2025" | "JEPS" | "Printing" | "Admin Expenses" | "YBPSS" | "Creative Charges";
|
|
183
183
|
Notes?: string;
|
|
184
184
|
Phone?: string;
|
|
185
185
|
Mobile?: string;
|
|
@@ -218,7 +218,7 @@ export type LeadFields18614 = {
|
|
|
218
218
|
FirstLandingPageSubmissionId?: string;
|
|
219
219
|
FirstLandingPageSubmissionDate: string;
|
|
220
220
|
SourceContent?: string;
|
|
221
|
-
ProspectActivityName_Max: "Accounting" | "Accounts verification" | "Lead Shared through Agent Popup" | "Opportunity Shared through Agent Popup" | "Banker conversation" | "Booked" | "Booking amount Dishonoured" | "Booking Cancelled" | "Booking Cancelled/Held/Retained" | "Booking Checked" | "Booking Done Zap" | "Booking Feedback" | "Booking Held" | "Call Back" | "CAN DELETE Visit 1st Followup" | "Chatting With Bot" | "Chatting with WhatsApp" | "Cloud Call" | "Completed Guided FarSight" | "Confirmed Visit" | "CP Brokerage Ladder / Offer" | "CP Feedback" | "Customer Feedback" | "Data Churning" | "Demand Raised / Cleared" | "Directors Note" | "Disbursement Applied" | "Disbursement Done" | "Discussion Done" | "Document Generation" | "Documents Required " | "Dynamic Form Submission" | "Email Bounced" | "Email Link Clicked" | "Mailing preference link clicked" | "Email Marked Spam" | "Negative Response to Email" | "Neutral Response to Email" | "Email Opened" | "Inbound Lead through Email" | "Positive Response to Email" | "Resubscribed" | "Unsubscribe Link Clicked" | "Unsubscribed" | "View in browser link Clicked" | "Email Received" | "Email Sent" | "EOI Received" | "Expect Booking" | "Facebook Lead Ads Submissions" | "Facebook Messenger Lead Submission" | "Farsight Req" | "Farsight Requested" | "Feedback Given" | "File Logged in" | "File Picked Up" | "File Picked Up with Pendencies" | "Flat Cost" | "Ghar Utsav Shagun Booking Form" | "Ghar Utsav Site Visited" | "GharUtsav22 QR Scan" | "Google AdWords Capture" | "Had a Phone Conversation" | "Had a phone conversation 1" | "HLA Form" | "Home Loan BT" | "image upload test" | "Invoice Due Zap" | "Lead Capture" | "Lead F/U Call Outcome" | "Lead Opened FarSight" | "Lead Share" | "Lead updated" | "Left a Voice Mail" | "Loan Details" | "Loan F/U Outcome" | "Loan Sanctioned" | "Managers Comment" | "Manual CP Tagging" | "Met in person in Tradeshow" | "Met person at Site" | "Missed Call" | "More Documents " | "New Lead" | "No Answer" | "No answer 1" | "No Answer A" | "Not Visited" | "OCR F/U Outcome" | "Offer Given" | "Opportunity" | "Own Contribution Rcvd" | "Own Contribution Schedule" | "Partial Disbursement Done" | "Payment" | "Payment Follow up" | "Payment Received" | "Phone Call" | "Inbound Phone Call Activity" | "Outbound Phone Call Activity" | "Form submitted on Portal" | "Post Sales" | "Post Sales Outcome" | "Post Sales Whatsapp" | "Pre Booking" | "Pre Booking Cancelled" | "Pre Booking Held" | "Cookie Consent CTA Clicked" | "Data Protection Request" | "Do Not Track Request" | "Opted-in for Email" | "Opted-out from Email" | "Project Explained" | "Property Offered" | "Property Shown" | "Pushed to FB Custom Audience List" | "Re-Revisited" | "Receptionist Call" | "Registration Done" | "Retention Call" | "Revisited" | "Revoke CP Tagging" | "Cancel Sales Activity" | "Sales Activity" | "Sales Head Comments" | "Sales Heads Comments" | "Self Funding" | "Send FarSight" | "Send Whatsapp To Lead" | "Senior Manager Comments" | "Site Visit" | "Site Visit Feedback" | "Site Visit Feedback Nemi" | "Site Visit Feedback No Answer" | "Site Visited" | "SmartFLO Conversation" | "SMS Received" | "SMS Sent" | "Stallions Sales Activity" | "Status" | "Super Homez Booking Form" | "Tagging After Booking" | "Tagging Verification" | "Unqualified Visit" | "Update on Server / Sheets" | "Visit F/U Corona" | "Visit F/U Outcome" | "Warm" | "Conversion Button Clicked" | "Converted to Lead" | "Form Submitted on Website" | "Page Visited on Website" | "Tracking URL Clicked" | "Welcome Call" | "WhatsApp Message" | "Will Revisit" | "Will Visit" | "Will Visit (Bot)" | "Will Visit (WhatsApp)";
|
|
221
|
+
ProspectActivityName_Max: "Accounting" | "Accounts verification" | "Lead Shared through Agent Popup" | "Opportunity Shared through Agent Popup" | "Banker conversation" | "Booked" | "Booking amount Dishonoured" | "Booking Cancelled" | "Booking Cancelled/Held/Retained" | "Booking Checked" | "Booking Done Zap" | "Booking Feedback" | "Booking Held" | "Call Back" | "CAN DELETE Visit 1st Followup" | "Chatting With Bot" | "Chatting with WhatsApp" | "Cloud Call" | "Completed Guided FarSight" | "Confirmed Visit" | "CP Brokerage Ladder / Offer" | "CP Feedback" | "Customer Feedback" | "Customer Referral Outcome" | "Data Churning" | "Demand Raised / Cleared" | "Directors Note" | "Disbursement Applied" | "Disbursement Done" | "Discussion Done" | "Document Generation" | "Documents Required " | "Dynamic Form Submission" | "Email Bounced" | "Email Link Clicked" | "Mailing preference link clicked" | "Email Marked Spam" | "Negative Response to Email" | "Neutral Response to Email" | "Email Opened" | "Inbound Lead through Email" | "Positive Response to Email" | "Resubscribed" | "Unsubscribe Link Clicked" | "Unsubscribed" | "View in browser link Clicked" | "Email Received" | "Email Sent" | "EOI Received" | "Expect Booking" | "Facebook Lead Ads Submissions" | "Facebook Messenger Lead Submission" | "Farsight Req" | "Farsight Requested" | "Feedback Given" | "File Logged in" | "File Picked Up" | "File Picked Up with Pendencies" | "Flat Cost" | "Ghar Utsav Shagun Booking Form" | "Ghar Utsav Site Visited" | "GharUtsav22 QR Scan" | "Google AdWords Capture" | "Had a Phone Conversation" | "Had a phone conversation 1" | "HLA Form" | "Home Loan BT" | "image upload test" | "Invoice Due Zap" | "Lead Capture" | "Lead F/U Call Outcome" | "Lead Opened FarSight" | "Lead Share" | "Lead updated" | "Left a Voice Mail" | "Loan Details" | "Loan F/U Outcome" | "Loan Sanctioned" | "Managers Comment" | "Manual CP Tagging" | "Met in person in Tradeshow" | "Met person at Site" | "Missed Call" | "More Documents " | "New Lead" | "No Answer" | "No answer 1" | "No Answer A" | "Not Visited" | "OCR F/U Outcome" | "Offer Given" | "Opportunity" | "Own Contribution Rcvd" | "Own Contribution Schedule" | "Partial Disbursement Done" | "Payment" | "Payment Follow up" | "Payment Received" | "Phone Call" | "Inbound Phone Call Activity" | "Outbound Phone Call Activity" | "Form submitted on Portal" | "Post Sales" | "Post Sales Outcome" | "Post Sales Whatsapp" | "Pre Booking" | "Pre Booking Cancelled" | "Pre Booking Held" | "Cookie Consent CTA Clicked" | "Data Protection Request" | "Do Not Track Request" | "Opted-in for Email" | "Opted-out from Email" | "Project Explained" | "Property Offered" | "Property Shown" | "Pushed to FB Custom Audience List" | "Re-Revisited" | "Receptionist Call" | "Registration Done" | "Retention Call" | "Revisited" | "Revoke CP Tagging" | "Cancel Sales Activity" | "Sales Activity" | "Sales Head Comments" | "Sales Heads Comments" | "Self Funding" | "Send FarSight" | "Send Whatsapp To Lead" | "Senior Manager Comments" | "Site Visit" | "Site Visit Feedback" | "Site Visit Feedback Nemi" | "Site Visit Feedback No Answer" | "Site Visited" | "SmartFLO Conversation" | "SMS Received" | "SMS Sent" | "Stallions Sales Activity" | "Status" | "Super Homez Booking Form" | "Tagging After Booking" | "Tagging Verification" | "Unqualified Visit" | "Update on Server / Sheets" | "Visit F/U Corona" | "Visit F/U Outcome" | "Warm" | "Conversion Button Clicked" | "Converted to Lead" | "Form Submitted on Website" | "Page Visited on Website" | "Tracking URL Clicked" | "Welcome Call" | "WhatsApp Message" | "Will Revisit" | "Will Visit" | "Will Visit (Bot)" | "Will Visit (WhatsApp)";
|
|
222
222
|
ProspectActivityDate_Max: string;
|
|
223
223
|
EngagementScore?: number;
|
|
224
224
|
Origin?: string;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export type LeadFields18614AllStrings = {
|
|
2
|
+
mx_Latest_Visit_FU_Outcome_Date?: string;
|
|
2
3
|
mx_Expected_Date_Of_Registrations?: string;
|
|
3
4
|
mx_Projects?: string;
|
|
4
5
|
mx_PostSales_Color?: string;
|
|
@@ -51,7 +52,6 @@ export type LeadFields18614AllStrings = {
|
|
|
51
52
|
mx_Incentive_Details?: string;
|
|
52
53
|
mx_eCIF?: '1' | '0';
|
|
53
54
|
mx_Lead_Capture_Type?: string;
|
|
54
|
-
mx_Retention_Call?: string;
|
|
55
55
|
mx_Loan_Form?: string;
|
|
56
56
|
mx_Disbursement_Checklist?: string;
|
|
57
57
|
mx_Welcome_Call_Done?: '1' | '0';
|
package/src/types/43098.ts
CHANGED
|
@@ -67,7 +67,7 @@ export type LeadFields43098 = {
|
|
|
67
67
|
mx_Residence_Address?: string;
|
|
68
68
|
mx_Resi_Type?: "NA" | "1RK" | "1BHK" | "2BHK" | "3BHK" | "Room in Chawl";
|
|
69
69
|
mx_Reason_to_Buy?: "NA" | "Upgrading Lifestyle" | "Staying in Company Flat" | "Family Growing" | "Work Place Closer" | "Capital Gain" | "Sold a Property" | "Investment" | "Staying on Rent" | "Getting Married" | "Buying for Children" | "Wants more Amenities" | "Investing for Children Abroad";
|
|
70
|
-
mx_Reason_For_Loss?: "NA" | "Purchased other Project" | "Purchased Resale" | "Purchased Ready" | "Wants Ready Possession" | "Down payment not available" | "Loan Not Possible" | "Dropped the Plan" | "Property to be Sold" | "No Answer 3 months" | "Availability not suited" | "Vastu not suitable" | "Size too small" | "Does Not like Location" | "Wants more amenities" | "Browsing / Not Interested" | "No. Is wrong / not reachable" | "Broker - all info given" | "Other" | "Looking Rental" | "Budget too Less" | "Not Interested in this Scheme" | "Inbound Cross Connection" | "Not Looking at this Location" | "Not Enquired" | "Already Visited" | "Not Possible" | "Project Sold Out" | "Offered Other Project" | "Looking for MAHADA Property" | "Looking for Underconstruction" | "Test lead" | "Not looking for SRA / Re-Development Project" | "Looking for 2 BHK Only" | "Lives in Other State of India" | "Looking for Property in Other City";
|
|
70
|
+
mx_Reason_For_Loss?: "NA" | "Purchased other Project" | "Purchased Resale" | "Purchased Ready" | "Wants Ready Possession" | "Down payment not available" | "Loan Not Possible" | "Dropped the Plan" | "Property to be Sold" | "No Answer 3 months" | "Availability not suited" | "Vastu not suitable" | "Size too small" | "Does Not like Location" | "Wants more amenities" | "Browsing / Not Interested" | "No. Is wrong / not reachable" | "Broker - all info given" | "Other" | "Looking Rental" | "Budget too Less" | "Not Interested in this Scheme" | "Inbound Cross Connection" | "Not Looking at this Location" | "Not Enquired" | "Already Visited" | "Not Possible" | "Project Sold Out" | "Offered Other Project" | "Looking for MAHADA Property" | "Looking for Underconstruction" | "Test lead" | "Not looking for SRA / Re-Development Project" | "Looking for 2 BHK Only" | "Lives in Other State of India" | "Looking for Property in Other City" | "Lead already exists from other source";
|
|
71
71
|
mx_Property_Type?: "NA" | "1RK / Studio" | "1BHK" | "2BHK" | "1BHK Jodi" | "2BHK Jodi" | "3BHK" | "4BHK" | "Shop" | "1.5BHK" | "5BHK";
|
|
72
72
|
mx_Project_Explained_Date?: string;
|
|
73
73
|
mx_Possession_Required?: "Ready" | "" | "Under construction" | "6 Months";
|
|
@@ -87,7 +87,7 @@ export type LeadFields43098 = {
|
|
|
87
87
|
FirstName?: string;
|
|
88
88
|
LastName?: string;
|
|
89
89
|
EmailAddress?: string;
|
|
90
|
-
Source?: "" | "Organic Search" | "Referral Sites" | "Direct Traffic" | "Social Media" | "Inbound Email" | "Inbound Phone call" | "Outbound Phone call" | "Pay per Click Ads" | "99Acres" | "Customer Referral" | "Magicbricks" | "Employee Referral" | "Newspaper" | "Outdoor" | "Hoarding" | "SMS Campaign" | "Walk-in" | "Friend Referral" | "Pamphlet" | "Broker" | "Website" | "SMS LP" | "FB Form" | "FB LP" | "GDN LP" | "GS LP" | "Messenger" | "Bus Backs" | "Landbot" | "Existing Customer" | "Bus Shelter" | "SMS" | "WhatsApp" | "Train" | "Jingle (Train)" | "Times LP" | "Maharashtra Times" | "Property Times" | "Times Internet" | "Times SMS" | "Data" | "Friend" | "m-Indicator" | "Relative" | "Mid Day" | "Platform board" | "SMS Manual" | "WhatsAppCP" | "Lotus HO" | "Broker Data" | "Manual" | "Sumer HO" | "Banker Referral" | "Navbharat Times" | "Times of India" | "YouTube" | "Discovery" | "Colombia" | "Economic Times" | "Housing" | "CC" | "IVR" | "Banner on Car/Tempo" | "VAPP" | "Umbrella" | "Brochure" | "4-Pager" | "WhatsApp AI" | "Times Network Digital" | "Times Property" | "Times" | "Expo Vasai-Virar Homes" | "Gujrat Samachar" | "Bot Master" | "TOIGharUtsavMailer" | "Builder Referral" | "GharUtsav22" | "Times newspaper ads" | "Builder Digital" | "TransAmerica" | "TeleAccess" | "Offered Other Project" | "MBLG" | "Pole Boards" | "Tricycle Branding" | "Pamphlet /Brochure" | "SMS / Whatsapp" | "WA LP" | "Anarock" | "Anarock facebook" | "Anarock digital" | "facebook" | "Anarock organic" | "Anarock google" | "facebookleadform" | "Anarock channel partner" | "Visited data of Sky" | "Visited data of Shripal ONE" | "naigaon" | "brand-search" | "Visited data of Av Crystal" | "Visited data of Av 210" | "Maharashtra Times - Pamphlet" | "Gujrat Samachar - Pamphlet" | "search_location" | "Visited data 3 Bhk" | "DEFAULT" | "Visited data of Chandresh Vaibhav" | "Visited data of Shripal Shanti" | "naigaon_property_location_search" | "Visited data of Oakwood" | "MidDay Expo" | "Visited data of Bachraj Lifespace" | "MidDay Expo Enquiry" | "Stallions Data" | "Rudra ODC" | "Arc Aura Data" | "Vapp Data" | "Visited data of Nemi Bhavan" | "Sunteck ODC" | "WATI" | "Corporate Sales" | "NABARD" | "Arc Aura PV & VC" | "fb" | "google" | "Sanghvi Heights Data" | "Visited cold data of SH" | "Hoarding Virar" | "SMS /IVR/ WHATS APP" | "Hoarding Mira Road" | "Hoarding Naigaon" | "Hoarding Bhayandar" | "Specific Media" | "Hoarding Nalasopara" | "Hoarding Vasai" | "Corporate & Govt Activity" | "Digital" | "Specific Media - Bus" | "IVR SmartFLO" | "Metro" | "api.thestallions.in" | "demandgen" | "Booked customers" | "Brand_search" | "Landing Page" | "Jiten and Peridot Data" | "PMAx" | "Dialer SmartFLO" | "Inside train" | "Google_My_Business" | "TESTING" | "TEST" | "Paper Insert LP" | "VVH" | "Instagram" | "Visited Data of Sky Mar 2024" | "Metro-lp" | "Metro_lp" | "Visited Data of 210 Mar 2024" | "Visited Data of Virar Mar 2024" | "ig" | "Visited Data Vasai Mar 2024" | "Won Leads of Yash Platina April 2024" | "SHV Data" | "PGV Data" | "SH Data" | "YPS" | "Google Inbound Call" | "Client Referral" | "1" | "HAPS" | "HASS" | "JDSS" | "bachrajwebsite" | "LSSS" | "LESS" | "JESS" | "CAPS" | "INPS" | "LSPS" | "LOPS" | "CASS" | "OLSS" | "YSSS" | "RZPS" | "PSSD" | "Google Remarketing" | "Facebook Inbound Phone call" | "JDPS" | "ISPS" | "IEPS" | "5TPS" | "IORA" | "TV Inside train" | "EKTA Data" | "5TSS" | "LLLSS" | "localhost:3000" | "Bus Shelter LP" | "Station Activity" | "YP Opp Leads" | "LR01" | "Station Pamplet Activity" | "LR211" | "LSIOSS" | "LR02" | "SOOSS" | "JDYSS" | "Paper Insert" | "YSPS" | "Jain Estate" | "Pamphlet Distribution LP" | "PNSS" | "INSS" | "HVSS" | "JDYSSS" | "LILPS" | "LAPS" | "YJPS" | "Creative Charges" | "Admin Expense" | "Printing" | "Office / Site Branding" | "HEPS" | "HESS" | "SQYRD" | "VASS" | "P1US" | "Ayyappa Temple Stall" | "Staion Pamphlet Distribution" | "Christmas Pamphlet Distribution" | "RZSS" | "EKSS" | "Super Homez Harmony" | "Email Marketing" | "Won Leads of SKY Feb 2025" | "Visited Data of Rudraksh Feb 2025" | "Bassein Kerala Samajam Flyer" | "Visited Data of YP Feb 2025" | "Visited Data Of 210 Feb 2025" | "WhatsApp LP" | "Visited Data of Nemi Feb 2025" | "Visited Data of SKY Feb 2025" | "Won Leads of Bachraj Feb 2025" | "Visited Data of Sattva Feb 2025" | "Nardeco Event 4 Pager" | "Naredco Event 4 Pager" | "Nardeco Exhibition" | "IOS Data" | "naredco exhibition Ex" | "nardeco exhibition Ex" | "VDPSS" | "VDPSB" | "VDSS" | "VDWS" | "VDWB" | "VDSR" | "VDBL" | "VDYP" | "HPPS" | "VDSH" | "VDVR" | "VDVV" | "Truecaller" | "chatgpt.com" | "LSTPS" | "EPSS" | "VDPG" | "VDRE" | "qvvspslj" | "qnmxfjdi" | "VDEP" | "RCS Campaign" | "VDBSY" | "CSPS" | "VDCS" | "RCS" | "IOPS" | "lijgjukr" | "izfkwtji" | "RCS Campaign LP" | "owptgqrh" | "ozlpfkdv" | "VDJSS" | "VDPBC" | "Visited Data of Shripal Sattva" | "Customer Referal" | "IndiaMART" | "VD Vasai";
|
|
90
|
+
Source?: "" | "Organic Search" | "Referral Sites" | "Direct Traffic" | "Social Media" | "Inbound Email" | "Inbound Phone call" | "Outbound Phone call" | "Pay per Click Ads" | "99Acres" | "Customer Referral" | "Magicbricks" | "Employee Referral" | "Newspaper" | "Outdoor" | "Hoarding" | "SMS Campaign" | "Walk-in" | "Friend Referral" | "Pamphlet" | "Broker" | "Website" | "SMS LP" | "FB Form" | "FB LP" | "GDN LP" | "GS LP" | "Messenger" | "Bus Backs" | "Landbot" | "Existing Customer" | "Bus Shelter" | "SMS" | "WhatsApp" | "Train" | "Jingle (Train)" | "Times LP" | "Maharashtra Times" | "Property Times" | "Times Internet" | "Times SMS" | "Data" | "Friend" | "m-Indicator" | "Relative" | "Mid Day" | "Platform board" | "SMS Manual" | "WhatsAppCP" | "Lotus HO" | "Broker Data" | "Manual" | "Sumer HO" | "Banker Referral" | "Navbharat Times" | "Times of India" | "YouTube" | "Discovery" | "Colombia" | "Economic Times" | "Housing" | "CC" | "IVR" | "Banner on Car/Tempo" | "VAPP" | "Umbrella" | "Brochure" | "4-Pager" | "WhatsApp AI" | "Times Network Digital" | "Times Property" | "Times" | "Expo Vasai-Virar Homes" | "Gujrat Samachar" | "Bot Master" | "TOIGharUtsavMailer" | "Builder Referral" | "GharUtsav22" | "Times newspaper ads" | "Builder Digital" | "TransAmerica" | "TeleAccess" | "Offered Other Project" | "MBLG" | "Pole Boards" | "Tricycle Branding" | "Pamphlet /Brochure" | "SMS / Whatsapp" | "WA LP" | "Anarock" | "Anarock facebook" | "Anarock digital" | "facebook" | "Anarock organic" | "Anarock google" | "facebookleadform" | "Anarock channel partner" | "Visited data of Sky" | "Visited data of Shripal ONE" | "naigaon" | "brand-search" | "Visited data of Av Crystal" | "Visited data of Av 210" | "Maharashtra Times - Pamphlet" | "Gujrat Samachar - Pamphlet" | "search_location" | "Visited data 3 Bhk" | "DEFAULT" | "Visited data of Chandresh Vaibhav" | "Visited data of Shripal Shanti" | "naigaon_property_location_search" | "Visited data of Oakwood" | "MidDay Expo" | "Visited data of Bachraj Lifespace" | "MidDay Expo Enquiry" | "Stallions Data" | "Rudra ODC" | "Arc Aura Data" | "Vapp Data" | "Visited data of Nemi Bhavan" | "Sunteck ODC" | "WATI" | "Corporate Sales" | "NABARD" | "Arc Aura PV & VC" | "fb" | "google" | "Sanghvi Heights Data" | "Visited cold data of SH" | "Hoarding Virar" | "SMS /IVR/ WHATS APP" | "Hoarding Mira Road" | "Hoarding Naigaon" | "Hoarding Bhayandar" | "Specific Media" | "Hoarding Nalasopara" | "Hoarding Vasai" | "Corporate & Govt Activity" | "Digital" | "Specific Media - Bus" | "IVR SmartFLO" | "Metro" | "api.thestallions.in" | "demandgen" | "Booked customers" | "Brand_search" | "Landing Page" | "Jiten and Peridot Data" | "PMAx" | "Dialer SmartFLO" | "Inside train" | "Google_My_Business" | "TESTING" | "TEST" | "Paper Insert LP" | "VVH" | "Instagram" | "Visited Data of Sky Mar 2024" | "Metro-lp" | "Metro_lp" | "Visited Data of 210 Mar 2024" | "Visited Data of Virar Mar 2024" | "ig" | "Visited Data Vasai Mar 2024" | "Won Leads of Yash Platina April 2024" | "SHV Data" | "PGV Data" | "SH Data" | "YPS" | "Google Inbound Call" | "Client Referral" | "1" | "HAPS" | "HASS" | "JDSS" | "bachrajwebsite" | "LSSS" | "LESS" | "JESS" | "CAPS" | "INPS" | "LSPS" | "LOPS" | "CASS" | "OLSS" | "YSSS" | "RZPS" | "PSSD" | "Google Remarketing" | "Facebook Inbound Phone call" | "JDPS" | "ISPS" | "IEPS" | "5TPS" | "IORA" | "TV Inside train" | "EKTA Data" | "5TSS" | "LLLSS" | "localhost:3000" | "Bus Shelter LP" | "Station Activity" | "YP Opp Leads" | "LR01" | "Station Pamplet Activity" | "LR211" | "LSIOSS" | "LR02" | "SOOSS" | "JDYSS" | "Paper Insert" | "YSPS" | "Jain Estate" | "Pamphlet Distribution LP" | "PNSS" | "INSS" | "HVSS" | "JDYSSS" | "LILPS" | "LAPS" | "YJPS" | "Creative Charges" | "Admin Expense" | "Printing" | "Office / Site Branding" | "HEPS" | "HESS" | "SQYRD" | "VASS" | "P1US" | "Ayyappa Temple Stall" | "Staion Pamphlet Distribution" | "Christmas Pamphlet Distribution" | "RZSS" | "EKSS" | "Super Homez Harmony" | "Email Marketing" | "Won Leads of SKY Feb 2025" | "Visited Data of Rudraksh Feb 2025" | "Bassein Kerala Samajam Flyer" | "Visited Data of YP Feb 2025" | "Visited Data Of 210 Feb 2025" | "WhatsApp LP" | "Visited Data of Nemi Feb 2025" | "Visited Data of SKY Feb 2025" | "Won Leads of Bachraj Feb 2025" | "Visited Data of Sattva Feb 2025" | "Nardeco Event 4 Pager" | "Naredco Event 4 Pager" | "Nardeco Exhibition" | "IOS Data" | "naredco exhibition Ex" | "nardeco exhibition Ex" | "VDPSS" | "VDPSB" | "VDSS" | "VDWS" | "VDWB" | "VDSR" | "VDBL" | "VDYP" | "HPPS" | "VDSH" | "VDVR" | "VDVV" | "Truecaller" | "chatgpt.com" | "LSTPS" | "EPSS" | "VDPG" | "VDRE" | "qvvspslj" | "qnmxfjdi" | "VDEP" | "RCS Campaign" | "VDBSY" | "CSPS" | "VDCS" | "RCS" | "IOPS" | "lijgjukr" | "izfkwtji" | "RCS Campaign LP" | "owptgqrh" | "ozlpfkdv" | "VDJSS" | "VDPBC" | "Visited Data of Shripal Sattva" | "Customer Referal" | "IndiaMART" | "VD Vasai" | "JEPS" | "AGARWAL VD Apr-Jun 2025" | "AGARWAL VD Jul 2025" | "AGARWAL VD Old" | "IVR Sattva Dev" | "J-PSSD" | "pgtkldjt" | "VD RN" | "Visited Data of BL Aug 2025" | "Visited Data of BL Old Aug 2025" | "YBPSS" | "BSPS";
|
|
91
91
|
Notes?: string;
|
|
92
92
|
Phone?: string;
|
|
93
93
|
Mobile?: string;
|