@silexpert/core 1.2.85 → 1.2.87
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/cjs/api/resources/Equipment.d.ts +1 -5
- package/dist/cjs/api/resources/Equipment.d.ts.map +1 -1
- package/dist/cjs/api/resources/Equipment.js +2 -10
- package/dist/cjs/api/resources/Equipment.js.map +1 -1
- package/dist/cjs/api/resources/TimeRecorder.d.ts +2 -2
- package/dist/cjs/api/resources/TimeRecorder.d.ts.map +1 -1
- package/dist/cjs/api/resources/TimeRecorder.js +2 -2
- package/dist/cjs/api/resources/TimeRecorder.js.map +1 -1
- package/dist/cjs/api/resources/User.d.ts +2 -1
- package/dist/cjs/api/resources/User.d.ts.map +1 -1
- package/dist/cjs/api/resources/User.js +3 -0
- package/dist/cjs/api/resources/User.js.map +1 -1
- package/dist/cjs/types/Enum/Brevo.d.ts +3 -1
- package/dist/cjs/types/Enum/Brevo.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Brevo.js +2 -0
- package/dist/cjs/types/Enum/Brevo.js.map +1 -1
- package/dist/cjs/types/Enum/EquipmentType.d.ts +5 -1
- package/dist/cjs/types/Enum/EquipmentType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/EquipmentType.js +5 -0
- package/dist/cjs/types/Enum/EquipmentType.js.map +1 -1
- package/dist/cjs/types/Enum/LegalForm.js +4 -4
- package/dist/cjs/types/Enum/LegalForm.js.map +1 -1
- package/dist/cjs/types/Enum/Log.js +15 -15
- package/dist/cjs/types/Enum/Log.js.map +1 -1
- package/dist/cjs/types/Enum/Phone.js +2 -2
- package/dist/cjs/types/Enum/Phone.js.map +1 -1
- package/dist/cjs/types/Enum/RegistrationSource.d.ts +294 -1
- package/dist/cjs/types/Enum/RegistrationSource.d.ts.map +1 -1
- package/dist/cjs/types/Enum/RegistrationSource.js +294 -1
- package/dist/cjs/types/Enum/RegistrationSource.js.map +1 -1
- package/dist/cjs/types/Interface/api/config/ConfigType.d.ts +4 -0
- package/dist/cjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/config/ConfigType.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/Query.d.ts +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/Query.js +5 -5
- package/dist/cjs/types/Interface/api/timeRecorder/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/RegisterProspect.d.ts +74 -0
- package/dist/cjs/types/Interface/api/user/RegisterProspect.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/user/RegisterProspect.js +190 -0
- package/dist/cjs/types/Interface/api/user/RegisterProspect.js.map +1 -0
- package/dist/cjs/types/Interface/models/IAnalyticsUtm.d.ts +1 -1
- package/dist/cjs/types/Interface/models/IAnalyticsUtm.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IAnalyticsUtm.js.map +1 -1
- package/dist/cjs/types/index.d.ts +1 -1
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +1 -1
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/Equipment.d.ts +1 -5
- package/dist/mjs/api/resources/Equipment.d.ts.map +1 -1
- package/dist/mjs/api/resources/Equipment.js +1 -14
- package/dist/mjs/api/resources/Equipment.js.map +1 -1
- package/dist/mjs/api/resources/TimeRecorder.d.ts +2 -2
- package/dist/mjs/api/resources/TimeRecorder.d.ts.map +1 -1
- package/dist/mjs/api/resources/TimeRecorder.js +2 -2
- package/dist/mjs/api/resources/TimeRecorder.js.map +1 -1
- package/dist/mjs/api/resources/User.d.ts +2 -1
- package/dist/mjs/api/resources/User.d.ts.map +1 -1
- package/dist/mjs/api/resources/User.js +3 -0
- package/dist/mjs/api/resources/User.js.map +1 -1
- package/dist/mjs/types/Enum/Brevo.d.ts +3 -1
- package/dist/mjs/types/Enum/Brevo.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Brevo.js +2 -0
- package/dist/mjs/types/Enum/Brevo.js.map +1 -1
- package/dist/mjs/types/Enum/EquipmentType.d.ts +5 -1
- package/dist/mjs/types/Enum/EquipmentType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/EquipmentType.js +5 -0
- package/dist/mjs/types/Enum/EquipmentType.js.map +1 -1
- package/dist/mjs/types/Enum/LegalForm.js +4 -4
- package/dist/mjs/types/Enum/LegalForm.js.map +1 -1
- package/dist/mjs/types/Enum/Log.js +15 -15
- package/dist/mjs/types/Enum/Log.js.map +1 -1
- package/dist/mjs/types/Enum/Phone.js +2 -2
- package/dist/mjs/types/Enum/Phone.js.map +1 -1
- package/dist/mjs/types/Enum/RegistrationSource.d.ts +294 -1
- package/dist/mjs/types/Enum/RegistrationSource.d.ts.map +1 -1
- package/dist/mjs/types/Enum/RegistrationSource.js +293 -0
- package/dist/mjs/types/Enum/RegistrationSource.js.map +1 -1
- package/dist/mjs/types/Interface/api/config/ConfigType.d.ts +4 -0
- package/dist/mjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/config/ConfigType.js.map +1 -1
- package/dist/mjs/types/Interface/api/timeRecorder/Query.d.ts +1 -1
- package/dist/mjs/types/Interface/api/timeRecorder/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/timeRecorder/Query.js +3 -3
- package/dist/mjs/types/Interface/api/timeRecorder/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/user/RegisterProspect.d.ts +74 -0
- package/dist/mjs/types/Interface/api/user/RegisterProspect.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/user/RegisterProspect.js +214 -0
- package/dist/mjs/types/Interface/api/user/RegisterProspect.js.map +1 -0
- package/dist/mjs/types/Interface/models/IAnalyticsUtm.d.ts +1 -1
- package/dist/mjs/types/Interface/models/IAnalyticsUtm.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IAnalyticsUtm.js.map +1 -1
- package/dist/mjs/types/index.d.ts +1 -1
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +1 -1
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Equipment.ts +1 -15
- package/ts/api/resources/TimeRecorder.ts +3 -3
- package/ts/api/resources/User.ts +5 -0
- package/ts/types/Enum/Brevo.ts +2 -0
- package/ts/types/Enum/EquipmentType.ts +5 -0
- package/ts/types/Enum/LegalForm.ts +4 -4
- package/ts/types/Enum/Log.ts +15 -15
- package/ts/types/Enum/Phone.ts +2 -2
- package/ts/types/Enum/RegistrationSource.ts +294 -0
- package/ts/types/Interface/api/config/ConfigType.ts +5 -0
- package/ts/types/Interface/api/timeRecorder/Query.ts +1 -1
- package/ts/types/Interface/api/user/RegisterProspect.ts +183 -0
- package/ts/types/Interface/models/IAnalyticsUtm.ts +1 -1
- package/ts/types/index.ts +1 -1
- package/dist/cjs/types/Enum/RegistrationSourceDetail.d.ts +0 -195
- package/dist/cjs/types/Enum/RegistrationSourceDetail.d.ts.map +0 -1
- package/dist/cjs/types/Enum/RegistrationSourceDetail.js +0 -198
- package/dist/cjs/types/Enum/RegistrationSourceDetail.js.map +0 -1
- package/dist/mjs/types/Enum/RegistrationSourceDetail.d.ts +0 -195
- package/dist/mjs/types/Enum/RegistrationSourceDetail.d.ts.map +0 -1
- package/dist/mjs/types/Enum/RegistrationSourceDetail.js +0 -195
- package/dist/mjs/types/Enum/RegistrationSourceDetail.js.map +0 -1
- package/ts/types/Enum/RegistrationSourceDetail.ts +0 -194
|
@@ -1,14 +1,307 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RegistrationSource = void 0;
|
|
3
|
+
exports.RegistrationSourceDetail = exports.RegistrationSource = void 0;
|
|
4
4
|
var RegistrationSource;
|
|
5
5
|
(function (RegistrationSource) {
|
|
6
6
|
RegistrationSource[RegistrationSource["INCOMING_CALL"] = 2] = "INCOMING_CALL";
|
|
7
|
+
RegistrationSource[RegistrationSource["APPEL_SORTANT"] = 3] = "APPEL_SORTANT";
|
|
8
|
+
RegistrationSource[RegistrationSource["FORMULAIRE"] = 4] = "FORMULAIRE";
|
|
9
|
+
RegistrationSource[RegistrationSource["WEBSTIM"] = 5] = "WEBSTIM";
|
|
10
|
+
RegistrationSource[RegistrationSource["FACEBOOK"] = 6] = "FACEBOOK";
|
|
11
|
+
RegistrationSource[RegistrationSource["RECOMMANDATION_DIRECTION"] = 7] = "RECOMMANDATION_DIRECTION";
|
|
12
|
+
RegistrationSource[RegistrationSource["RECOMMANDATION_COMPTABLE"] = 8] = "RECOMMANDATION_COMPTABLE";
|
|
13
|
+
RegistrationSource[RegistrationSource["RECOMMANDATION_CLIENT"] = 9] = "RECOMMANDATION_CLIENT";
|
|
14
|
+
RegistrationSource[RegistrationSource["BOUCHE_A_OREILLE"] = 10] = "BOUCHE_A_OREILLE";
|
|
15
|
+
RegistrationSource[RegistrationSource["B2B_02"] = 11] = "B2B_02";
|
|
16
|
+
RegistrationSource[RegistrationSource["B2B_03"] = 12] = "B2B_03";
|
|
17
|
+
RegistrationSource[RegistrationSource["B2B_M"] = 13] = "B2B_M";
|
|
18
|
+
RegistrationSource[RegistrationSource["B2B"] = 14] = "B2B";
|
|
19
|
+
RegistrationSource[RegistrationSource["ADS_MOBILE"] = 15] = "ADS_MOBILE";
|
|
20
|
+
RegistrationSource[RegistrationSource["ADS_08"] = 16] = "ADS_08";
|
|
21
|
+
RegistrationSource[RegistrationSource["ADS_HOME"] = 17] = "ADS_HOME";
|
|
22
|
+
RegistrationSource[RegistrationSource["ADS_DESK"] = 18] = "ADS_DESK";
|
|
23
|
+
RegistrationSource[RegistrationSource["ADS_10"] = 19] = "ADS_10";
|
|
24
|
+
RegistrationSource[RegistrationSource["ADS_LP_04"] = 20] = "ADS_LP_04";
|
|
25
|
+
RegistrationSource[RegistrationSource["ADS_LP_05"] = 21] = "ADS_LP_05";
|
|
26
|
+
RegistrationSource[RegistrationSource["ADS_LP_06"] = 22] = "ADS_LP_06";
|
|
27
|
+
RegistrationSource[RegistrationSource["ADS_LP_08"] = 23] = "ADS_LP_08";
|
|
28
|
+
RegistrationSource[RegistrationSource["ADS_LP_09"] = 24] = "ADS_LP_09";
|
|
29
|
+
RegistrationSource[RegistrationSource["ADS_LP_11"] = 25] = "ADS_LP_11";
|
|
30
|
+
RegistrationSource[RegistrationSource["JPL"] = 26] = "JPL";
|
|
31
|
+
RegistrationSource[RegistrationSource["FIZEO"] = 27] = "FIZEO";
|
|
32
|
+
RegistrationSource[RegistrationSource["SALON_ENT_2016"] = 28] = "SALON_ENT_2016";
|
|
7
33
|
RegistrationSource[RegistrationSource["CHAT"] = 29] = "CHAT";
|
|
34
|
+
RegistrationSource[RegistrationSource["RELATION_PRESSE"] = 30] = "RELATION_PRESSE";
|
|
35
|
+
RegistrationSource[RegistrationSource["MANAGEO"] = 31] = "MANAGEO";
|
|
8
36
|
RegistrationSource[RegistrationSource["COMPANEO"] = 32] = "COMPANEO";
|
|
37
|
+
RegistrationSource[RegistrationSource["VIACOM"] = 33] = "VIACOM";
|
|
38
|
+
RegistrationSource[RegistrationSource["STATUT_EXPRESS"] = 34] = "STATUT_EXPRESS";
|
|
39
|
+
RegistrationSource[RegistrationSource["CCM"] = 35] = "CCM";
|
|
40
|
+
RegistrationSource[RegistrationSource["SALON_SME"] = 36] = "SALON_SME";
|
|
41
|
+
RegistrationSource[RegistrationSource["LPBACK"] = 37] = "LPBACK";
|
|
42
|
+
RegistrationSource[RegistrationSource["LPPAIE"] = 38] = "LPPAIE";
|
|
43
|
+
RegistrationSource[RegistrationSource["LPCREA"] = 39] = "LPCREA";
|
|
44
|
+
RegistrationSource[RegistrationSource["SDE_NANTES"] = 40] = "SDE_NANTES";
|
|
45
|
+
RegistrationSource[RegistrationSource["FORM_CREATION"] = 41] = "FORM_CREATION";
|
|
46
|
+
RegistrationSource[RegistrationSource["FORM_MYFRUCTU"] = 42] = "FORM_MYFRUCTU";
|
|
47
|
+
RegistrationSource[RegistrationSource["FORM_ASSISTANCE"] = 43] = "FORM_ASSISTANCE";
|
|
48
|
+
RegistrationSource[RegistrationSource["FORM_COMPTABACK"] = 44] = "FORM_COMPTABACK";
|
|
49
|
+
RegistrationSource[RegistrationSource["FORM_PAIE"] = 45] = "FORM_PAIE";
|
|
50
|
+
RegistrationSource[RegistrationSource["FORM_FORMATION"] = 46] = "FORM_FORMATION";
|
|
51
|
+
RegistrationSource[RegistrationSource["MAILING"] = 47] = "MAILING";
|
|
52
|
+
RegistrationSource[RegistrationSource["CREATION_STATUTS_ONLINE"] = 48] = "CREATION_STATUTS_ONLINE";
|
|
9
53
|
RegistrationSource[RegistrationSource["REFERRAL_PROSPECT"] = 49] = "REFERRAL_PROSPECT";
|
|
54
|
+
RegistrationSource[RegistrationSource["HENRY_SCHEIN"] = 50] = "HENRY_SCHEIN";
|
|
55
|
+
RegistrationSource[RegistrationSource["FREEMIUM_MYCLE"] = 51] = "FREEMIUM_MYCLE";
|
|
56
|
+
RegistrationSource[RegistrationSource["HELLOPRO"] = 52] = "HELLOPRO";
|
|
57
|
+
RegistrationSource[RegistrationSource["PRESTATIONS_COMPLEMENTAIRES"] = 53] = "PRESTATIONS_COMPLEMENTAIRES";
|
|
58
|
+
RegistrationSource[RegistrationSource["SOS_COMPTA"] = 54] = "SOS_COMPTA";
|
|
59
|
+
RegistrationSource[RegistrationSource["MYCLE_FREEMIUM_MOBILE"] = 55] = "MYCLE_FREEMIUM_MOBILE";
|
|
60
|
+
RegistrationSource[RegistrationSource["WEBINAR_FRENCHWEB"] = 56] = "WEBINAR_FRENCHWEB";
|
|
61
|
+
RegistrationSource[RegistrationSource["COMPTA_PRO"] = 57] = "COMPTA_PRO";
|
|
62
|
+
RegistrationSource[RegistrationSource["COMPTA_ENTREPRISE"] = 58] = "COMPTA_ENTREPRISE";
|
|
63
|
+
RegistrationSource[RegistrationSource["CAPTAINCONTRAT"] = 59] = "CAPTAINCONTRAT";
|
|
64
|
+
RegistrationSource[RegistrationSource["BASE_CO"] = 60] = "BASE_CO";
|
|
65
|
+
RegistrationSource[RegistrationSource["PROSPECTS_GENERES_VIA_LES_FORMULAIRES_AUTOMATIQUES"] = 61] = "PROSPECTS_GENERES_VIA_LES_FORMULAIRES_AUTOMATIQUES";
|
|
66
|
+
RegistrationSource[RegistrationSource["COMPTACLEMENTINE_NET"] = 62] = "COMPTACLEMENTINE_NET";
|
|
67
|
+
RegistrationSource[RegistrationSource["LEGALSTART"] = 63] = "LEGALSTART";
|
|
68
|
+
RegistrationSource[RegistrationSource["SALON_SDE"] = 64] = "SALON_SDE";
|
|
69
|
+
RegistrationSource[RegistrationSource["TECHNICONTACT"] = 65] = "TECHNICONTACT";
|
|
70
|
+
RegistrationSource[RegistrationSource["BLOG"] = 66] = "BLOG";
|
|
71
|
+
RegistrationSource[RegistrationSource["COMPTASTART"] = 67] = "COMPTASTART";
|
|
72
|
+
RegistrationSource[RegistrationSource["CHAT_EN_LIGNE_FERME"] = 68] = "CHAT_EN_LIGNE_FERME";
|
|
73
|
+
RegistrationSource[RegistrationSource["SALON_SILECO"] = 69] = "SALON_SILECO";
|
|
10
74
|
RegistrationSource[RegistrationSource["ONLINE_SUBSCRIPTION"] = 70] = "ONLINE_SUBSCRIPTION";
|
|
75
|
+
RegistrationSource[RegistrationSource["COMPTASTART_SOUSCRIPTION_DIRECT"] = 71] = "COMPTASTART_SOUSCRIPTION_DIRECT";
|
|
76
|
+
RegistrationSource[RegistrationSource["START_OF_SERVICES"] = 72] = "START_OF_SERVICES";
|
|
77
|
+
RegistrationSource[RegistrationSource["POPUP_RAPPEL"] = 73] = "POPUP_RAPPEL";
|
|
78
|
+
RegistrationSource[RegistrationSource["POPUP_RAPPEL_FERMETURE"] = 74] = "POPUP_RAPPEL_FERMETURE";
|
|
79
|
+
RegistrationSource[RegistrationSource["BOUTIQUE_MARSEILLE"] = 75] = "BOUTIQUE_MARSEILLE";
|
|
11
80
|
RegistrationSource[RegistrationSource["NEWSLETTER"] = 76] = "NEWSLETTER";
|
|
81
|
+
RegistrationSource[RegistrationSource["LIVRE_BLANC"] = 77] = "LIVRE_BLANC";
|
|
82
|
+
RegistrationSource[RegistrationSource["COMPTASTART_EARLY"] = 78] = "COMPTASTART_EARLY";
|
|
83
|
+
RegistrationSource[RegistrationSource["COMPTALIB"] = 79] = "COMPTALIB";
|
|
84
|
+
RegistrationSource[RegistrationSource["COOVER_LEAD"] = 80] = "COOVER_LEAD";
|
|
85
|
+
RegistrationSource[RegistrationSource["FRANCE_RELANCE"] = 81] = "FRANCE_RELANCE";
|
|
86
|
+
RegistrationSource[RegistrationSource["AGENCE_91M2"] = 82] = "AGENCE_91M2";
|
|
87
|
+
RegistrationSource[RegistrationSource["CCM_PERFORMANCE"] = 83] = "CCM_PERFORMANCE";
|
|
88
|
+
RegistrationSource[RegistrationSource["PARTENAIRES"] = 84] = "PARTENAIRES";
|
|
89
|
+
RegistrationSource[RegistrationSource["KANDBAZ"] = 85] = "KANDBAZ";
|
|
12
90
|
RegistrationSource[RegistrationSource["PARTNERED_ACCOUNTANT"] = 90] = "PARTNERED_ACCOUNTANT";
|
|
91
|
+
RegistrationSource[RegistrationSource["ORMATION_CSE"] = 91] = "ORMATION_CSE";
|
|
92
|
+
RegistrationSource[RegistrationSource["WHATSAPP"] = 92] = "WHATSAPP";
|
|
93
|
+
RegistrationSource[RegistrationSource["GOW_BUSINESS"] = 93] = "GOW_BUSINESS";
|
|
94
|
+
RegistrationSource[RegistrationSource["AXELIUM_CONSEIL"] = 94] = "AXELIUM_CONSEIL";
|
|
95
|
+
RegistrationSource[RegistrationSource["SUMUP"] = 95] = "SUMUP";
|
|
96
|
+
RegistrationSource[RegistrationSource["GESCOM_GRATUITE"] = 100] = "GESCOM_GRATUITE";
|
|
97
|
+
RegistrationSource[RegistrationSource["SHINE"] = 101] = "SHINE";
|
|
98
|
+
RegistrationSource[RegistrationSource["GO_ENTREPRENEUR_MSD"] = 102] = "GO_ENTREPRENEUR_MSD";
|
|
99
|
+
RegistrationSource[RegistrationSource["GO_ENTREPRENEUR_LL"] = 103] = "GO_ENTREPRENEUR_LL";
|
|
100
|
+
RegistrationSource[RegistrationSource["GO_ENTREPRENEUR_VW"] = 104] = "GO_ENTREPRENEUR_VW";
|
|
101
|
+
RegistrationSource[RegistrationSource["GO_ENTREPRENEUR_MG"] = 105] = "GO_ENTREPRENEUR_MG";
|
|
102
|
+
RegistrationSource[RegistrationSource["GO_ENTREPRENEUR_CK"] = 106] = "GO_ENTREPRENEUR_CK";
|
|
103
|
+
RegistrationSource[RegistrationSource["FACEBOOK_2"] = 107] = "FACEBOOK_2";
|
|
104
|
+
RegistrationSource[RegistrationSource["POURCENTAGE_ARNAUD_L"] = 108] = "POURCENTAGE_ARNAUD_L";
|
|
105
|
+
RegistrationSource[RegistrationSource["FORM_ADWORDS"] = 109] = "FORM_ADWORDS";
|
|
106
|
+
RegistrationSource[RegistrationSource["LES_TRICOLORES"] = 110] = "LES_TRICOLORES";
|
|
107
|
+
RegistrationSource[RegistrationSource["LEGALPLACE"] = 111] = "LEGALPLACE";
|
|
108
|
+
RegistrationSource[RegistrationSource["LE_COMPTABLE_FRANCAIS"] = 112] = "LE_COMPTABLE_FRANCAIS";
|
|
109
|
+
RegistrationSource[RegistrationSource["KLEMS"] = 113] = "KLEMS";
|
|
110
|
+
RegistrationSource[RegistrationSource["CALENDLY"] = 114] = "CALENDLY";
|
|
111
|
+
RegistrationSource[RegistrationSource["LINKEDIN"] = 115] = "LINKEDIN";
|
|
13
112
|
})(RegistrationSource || (exports.RegistrationSource = RegistrationSource = {}));
|
|
113
|
+
exports.RegistrationSourceDetail = {
|
|
114
|
+
INCOMING_CALL: {
|
|
115
|
+
id: RegistrationSource.INCOMING_CALL,
|
|
116
|
+
name: 'Appel Entrant',
|
|
117
|
+
alias: 'appel entrant',
|
|
118
|
+
color: '#FF654F',
|
|
119
|
+
},
|
|
120
|
+
FORM: {
|
|
121
|
+
id: RegistrationSource.FORMULAIRE,
|
|
122
|
+
name: 'Formulaire',
|
|
123
|
+
alias: 'formulaire',
|
|
124
|
+
color: '#5C9CFF',
|
|
125
|
+
},
|
|
126
|
+
MANAGEMENT_RECOMMENDATION: {
|
|
127
|
+
id: RegistrationSource.RECOMMANDATION_DIRECTION,
|
|
128
|
+
name: 'Recommandation direction',
|
|
129
|
+
alias: 'recommandation direction',
|
|
130
|
+
color: '#540AB2',
|
|
131
|
+
},
|
|
132
|
+
ACCOUNTANT_RECOMMANDATION: {
|
|
133
|
+
id: RegistrationSource.RECOMMANDATION_COMPTABLE,
|
|
134
|
+
name: 'Recommandation comptable',
|
|
135
|
+
alias: 'recommandation comptable',
|
|
136
|
+
color: '#FFB44F',
|
|
137
|
+
},
|
|
138
|
+
ACCOUNTANT_CUSTOMER: {
|
|
139
|
+
id: RegistrationSource.RECOMMANDATION_CLIENT,
|
|
140
|
+
name: 'Recommandation client',
|
|
141
|
+
alias: 'Recommandation client',
|
|
142
|
+
color: '#A45CFF',
|
|
143
|
+
},
|
|
144
|
+
CHAT: {
|
|
145
|
+
id: RegistrationSource.CHAT,
|
|
146
|
+
name: 'Chat',
|
|
147
|
+
alias: 'Chat',
|
|
148
|
+
color: null,
|
|
149
|
+
},
|
|
150
|
+
STATUS_ONLINE_CREATION: {
|
|
151
|
+
id: RegistrationSource.CREATION_STATUTS_ONLINE,
|
|
152
|
+
name: 'Creation Statuts online',
|
|
153
|
+
alias: 'creation_status_online',
|
|
154
|
+
color: null,
|
|
155
|
+
},
|
|
156
|
+
SPONSORSHIP: {
|
|
157
|
+
id: RegistrationSource.REFERRAL_PROSPECT,
|
|
158
|
+
name: 'Prospect parrainage',
|
|
159
|
+
alias: 'prospect_parrainage',
|
|
160
|
+
color: null,
|
|
161
|
+
},
|
|
162
|
+
SOS_COMPTA: {
|
|
163
|
+
id: RegistrationSource.SOS_COMPTA,
|
|
164
|
+
name: 'Sos Compta',
|
|
165
|
+
alias: 'sos-compta',
|
|
166
|
+
color: '#EF8145',
|
|
167
|
+
},
|
|
168
|
+
LEGALSTART: {
|
|
169
|
+
id: RegistrationSource.LEGALSTART,
|
|
170
|
+
name: 'LegalStart',
|
|
171
|
+
alias: 'LegalS',
|
|
172
|
+
color: '#06b877',
|
|
173
|
+
},
|
|
174
|
+
COMPTASTART: {
|
|
175
|
+
id: RegistrationSource.COMPTASTART,
|
|
176
|
+
name: 'ComptaStart',
|
|
177
|
+
alias: 'ComptaStart',
|
|
178
|
+
color: '#15907F',
|
|
179
|
+
},
|
|
180
|
+
ONLINE_SUBSCRIPTION: {
|
|
181
|
+
id: RegistrationSource.ONLINE_SUBSCRIPTION,
|
|
182
|
+
name: 'Souscription en ligne',
|
|
183
|
+
alias: 'souscriptionOnline',
|
|
184
|
+
color: '#2C666E',
|
|
185
|
+
},
|
|
186
|
+
START_OF_SERVICES: {
|
|
187
|
+
id: RegistrationSource.START_OF_SERVICES,
|
|
188
|
+
name: 'Start of Services ',
|
|
189
|
+
alias: 'Start of Services',
|
|
190
|
+
color: '#123456',
|
|
191
|
+
},
|
|
192
|
+
REMINDER_POPUP: {
|
|
193
|
+
id: RegistrationSource.POPUP_RAPPEL,
|
|
194
|
+
name: 'Popup rappel',
|
|
195
|
+
alias: 'popup-rappel',
|
|
196
|
+
color: '#FA8072',
|
|
197
|
+
},
|
|
198
|
+
POPUP_REMINDER_CLOSING: {
|
|
199
|
+
id: RegistrationSource.POPUP_RAPPEL_FERMETURE,
|
|
200
|
+
name: 'Popup rappel fermeture',
|
|
201
|
+
alias: 'popup-rappel-fermeture',
|
|
202
|
+
color: '#FA8072',
|
|
203
|
+
},
|
|
204
|
+
MARSEILLE: {
|
|
205
|
+
id: RegistrationSource.BOUTIQUE_MARSEILLE,
|
|
206
|
+
name: 'Boutique Marseille',
|
|
207
|
+
alias: 'boutique-marseille',
|
|
208
|
+
color: '#8dcccc',
|
|
209
|
+
},
|
|
210
|
+
NEWSLETTER: {
|
|
211
|
+
id: RegistrationSource.NEWSLETTER,
|
|
212
|
+
name: 'Newsletter',
|
|
213
|
+
alias: 'newsletter',
|
|
214
|
+
color: '#a81397',
|
|
215
|
+
},
|
|
216
|
+
WHITE_BOOK: {
|
|
217
|
+
id: RegistrationSource.LIVRE_BLANC,
|
|
218
|
+
name: 'Livre blanc',
|
|
219
|
+
alias: 'livre blanc',
|
|
220
|
+
color: '#FFFFFF',
|
|
221
|
+
},
|
|
222
|
+
COMPTASTART_EARLY: {
|
|
223
|
+
id: RegistrationSource.COMPTASTART_EARLY,
|
|
224
|
+
name: 'Comptastart early',
|
|
225
|
+
alias: 'comptastart-early',
|
|
226
|
+
color: '#68D5F2',
|
|
227
|
+
},
|
|
228
|
+
COMPTALIB: {
|
|
229
|
+
id: RegistrationSource.COMPTALIB,
|
|
230
|
+
name: 'Comptalib',
|
|
231
|
+
alias: 'comptalib',
|
|
232
|
+
color: '#FF654F',
|
|
233
|
+
},
|
|
234
|
+
COOVER_LEAD: {
|
|
235
|
+
id: RegistrationSource.COOVER_LEAD,
|
|
236
|
+
name: 'Coover Lead',
|
|
237
|
+
alias: 'Coover Lead',
|
|
238
|
+
color: '#CCCCCC',
|
|
239
|
+
},
|
|
240
|
+
FRANCE_RELANCE: {
|
|
241
|
+
id: RegistrationSource.FRANCE_RELANCE,
|
|
242
|
+
name: 'France-relance',
|
|
243
|
+
alias: 'francerelance',
|
|
244
|
+
color: '#ff7e3c',
|
|
245
|
+
},
|
|
246
|
+
'91M2': {
|
|
247
|
+
id: RegistrationSource.AGENCE_91M2,
|
|
248
|
+
name: '91m2',
|
|
249
|
+
alias: '91m2',
|
|
250
|
+
color: '#FF67CF',
|
|
251
|
+
},
|
|
252
|
+
CCM_PERFORMANCE: {
|
|
253
|
+
id: RegistrationSource.CCM_PERFORMANCE,
|
|
254
|
+
name: 'CCM Performance',
|
|
255
|
+
alias: 'ccm-performance',
|
|
256
|
+
color: '#e53935',
|
|
257
|
+
},
|
|
258
|
+
PARTNERS: {
|
|
259
|
+
id: RegistrationSource.PARTENAIRES,
|
|
260
|
+
name: 'Partenaires',
|
|
261
|
+
alias: 'partenaires',
|
|
262
|
+
color: '#FF5733',
|
|
263
|
+
},
|
|
264
|
+
KANDBAZ: {
|
|
265
|
+
id: RegistrationSource.KANDBAZ,
|
|
266
|
+
name: 'Kandbaz',
|
|
267
|
+
alias: 'kandbaz',
|
|
268
|
+
color: '#F58A0B',
|
|
269
|
+
},
|
|
270
|
+
PARTNERED_ACCOUNTANT: {
|
|
271
|
+
id: RegistrationSource.PARTNERED_ACCOUNTANT,
|
|
272
|
+
name: 'Expert-Comptable Partenaire',
|
|
273
|
+
alias: 'expert-comptable-partenaire',
|
|
274
|
+
color: '#86dfaa',
|
|
275
|
+
},
|
|
276
|
+
CSE_FORMATION: {
|
|
277
|
+
id: RegistrationSource.ORMATION_CSE,
|
|
278
|
+
name: 'Formation CSE',
|
|
279
|
+
alias: 'formation-cse',
|
|
280
|
+
color: '#86dfaa',
|
|
281
|
+
},
|
|
282
|
+
WHATSAPP: {
|
|
283
|
+
id: RegistrationSource.WHATSAPP,
|
|
284
|
+
name: 'WHATSAPP',
|
|
285
|
+
alias: 'WHATSAPP',
|
|
286
|
+
color: '#128c7e',
|
|
287
|
+
},
|
|
288
|
+
GOWBUSINESS: {
|
|
289
|
+
id: RegistrationSource.GOW_BUSINESS,
|
|
290
|
+
name: 'GOW BUSINESS',
|
|
291
|
+
alias: 'GOWBUSINESS',
|
|
292
|
+
color: '#128c7e',
|
|
293
|
+
},
|
|
294
|
+
AXELIUM_CONSEIL: {
|
|
295
|
+
id: RegistrationSource.AXELIUM_CONSEIL,
|
|
296
|
+
name: 'AXELIUM CONSEIL',
|
|
297
|
+
alias: 'AXELIUM CONSEIL',
|
|
298
|
+
color: '#ff7e3c',
|
|
299
|
+
},
|
|
300
|
+
SUMUP: {
|
|
301
|
+
id: RegistrationSource.SUMUP,
|
|
302
|
+
name: 'SUMUP',
|
|
303
|
+
alias: 'SUMUP',
|
|
304
|
+
color: '#ff7e3c',
|
|
305
|
+
},
|
|
306
|
+
};
|
|
14
307
|
//# sourceMappingURL=RegistrationSource.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RegistrationSource.js","sourceRoot":"","sources":["../../../../ts/types/Enum/RegistrationSource.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAQX;AARD,WAAY,kBAAkB;IAC5B,6EAAiB,CAAA;IACjB,4DAAS,CAAA;IACT,oEAAa,CAAA;IACb,sFAAsB,CAAA;IACtB,0FAAwB,CAAA;IACxB,wEAAe,CAAA;IACf,4FAAyB,CAAA;AAC3B,CAAC,EARW,kBAAkB,kCAAlB,kBAAkB,QAQ7B","sourcesContent":["export enum RegistrationSource {\n INCOMING_CALL = 2,\n CHAT = 29,\n COMPANEO = 32,\n REFERRAL_PROSPECT = 49,\n ONLINE_SUBSCRIPTION = 70,\n NEWSLETTER = 76,\n PARTNERED_ACCOUNTANT = 90,\n}\n"]}
|
|
1
|
+
{"version":3,"file":"RegistrationSource.js","sourceRoot":"","sources":["../../../../ts/types/Enum/RegistrationSource.ts"],"names":[],"mappings":"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","sourcesContent":["export enum RegistrationSource {\n INCOMING_CALL = 2,\n APPEL_SORTANT = 3,\n FORMULAIRE = 4,\n WEBSTIM = 5,\n FACEBOOK = 6,\n RECOMMANDATION_DIRECTION = 7,\n RECOMMANDATION_COMPTABLE = 8,\n RECOMMANDATION_CLIENT = 9,\n BOUCHE_A_OREILLE = 10,\n B2B_02 = 11,\n B2B_03 = 12,\n B2B_M = 13,\n B2B = 14,\n ADS_MOBILE = 15,\n ADS_08 = 16,\n ADS_HOME = 17,\n ADS_DESK = 18,\n ADS_10 = 19,\n ADS_LP_04 = 20,\n ADS_LP_05 = 21,\n ADS_LP_06 = 22,\n ADS_LP_08 = 23,\n ADS_LP_09 = 24,\n ADS_LP_11 = 25,\n JPL = 26,\n FIZEO = 27,\n SALON_ENT_2016 = 28,\n CHAT = 29,\n RELATION_PRESSE = 30,\n MANAGEO = 31,\n COMPANEO = 32,\n VIACOM = 33,\n STATUT_EXPRESS = 34,\n CCM = 35,\n SALON_SME = 36,\n LPBACK = 37,\n LPPAIE = 38,\n LPCREA = 39,\n SDE_NANTES = 40,\n FORM_CREATION = 41,\n FORM_MYFRUCTU = 42,\n FORM_ASSISTANCE = 43,\n FORM_COMPTABACK = 44,\n FORM_PAIE = 45,\n FORM_FORMATION = 46,\n MAILING = 47,\n CREATION_STATUTS_ONLINE = 48,\n REFERRAL_PROSPECT = 49,\n HENRY_SCHEIN = 50,\n FREEMIUM_MYCLE = 51,\n HELLOPRO = 52,\n PRESTATIONS_COMPLEMENTAIRES = 53,\n SOS_COMPTA = 54,\n MYCLE_FREEMIUM_MOBILE = 55,\n WEBINAR_FRENCHWEB = 56,\n COMPTA_PRO = 57,\n COMPTA_ENTREPRISE = 58,\n CAPTAINCONTRAT = 59,\n BASE_CO = 60,\n PROSPECTS_GENERES_VIA_LES_FORMULAIRES_AUTOMATIQUES = 61,\n COMPTACLEMENTINE_NET = 62,\n LEGALSTART = 63,\n SALON_SDE = 64,\n TECHNICONTACT = 65,\n BLOG = 66,\n COMPTASTART = 67,\n CHAT_EN_LIGNE_FERME = 68,\n SALON_SILECO = 69,\n ONLINE_SUBSCRIPTION = 70,\n COMPTASTART_SOUSCRIPTION_DIRECT = 71,\n START_OF_SERVICES = 72,\n POPUP_RAPPEL = 73,\n POPUP_RAPPEL_FERMETURE = 74,\n BOUTIQUE_MARSEILLE = 75,\n NEWSLETTER = 76,\n LIVRE_BLANC = 77,\n COMPTASTART_EARLY = 78,\n COMPTALIB = 79,\n COOVER_LEAD = 80,\n FRANCE_RELANCE = 81,\n AGENCE_91M2 = 82,\n CCM_PERFORMANCE = 83,\n PARTENAIRES = 84,\n KANDBAZ = 85,\n PARTNERED_ACCOUNTANT = 90,\n ORMATION_CSE = 91,\n WHATSAPP = 92,\n GOW_BUSINESS = 93,\n AXELIUM_CONSEIL = 94,\n SUMUP = 95,\n GESCOM_GRATUITE = 100,\n SHINE = 101,\n GO_ENTREPRENEUR_MSD = 102,\n GO_ENTREPRENEUR_LL = 103,\n GO_ENTREPRENEUR_VW = 104,\n GO_ENTREPRENEUR_MG = 105,\n GO_ENTREPRENEUR_CK = 106,\n FACEBOOK_2 = 107,\n POURCENTAGE_ARNAUD_L = 108,\n FORM_ADWORDS = 109,\n LES_TRICOLORES = 110,\n LEGALPLACE = 111,\n LE_COMPTABLE_FRANCAIS = 112,\n KLEMS = 113,\n CALENDLY = 114,\n LINKEDIN = 115,\n}\n\nexport const RegistrationSourceDetail = {\n INCOMING_CALL: {\n id: RegistrationSource.INCOMING_CALL,\n name: 'Appel Entrant',\n alias: 'appel entrant',\n color: '#FF654F',\n },\n FORM: {\n id: RegistrationSource.FORMULAIRE,\n name: 'Formulaire',\n alias: 'formulaire',\n color: '#5C9CFF',\n },\n MANAGEMENT_RECOMMENDATION: {\n id: RegistrationSource.RECOMMANDATION_DIRECTION,\n name: 'Recommandation direction',\n alias: 'recommandation direction',\n color: '#540AB2',\n },\n ACCOUNTANT_RECOMMANDATION: {\n id: RegistrationSource.RECOMMANDATION_COMPTABLE,\n name: 'Recommandation comptable',\n alias: 'recommandation comptable',\n color: '#FFB44F',\n },\n ACCOUNTANT_CUSTOMER: {\n id: RegistrationSource.RECOMMANDATION_CLIENT,\n name: 'Recommandation client',\n alias: 'Recommandation client',\n color: '#A45CFF',\n },\n CHAT: {\n id: RegistrationSource.CHAT,\n name: 'Chat',\n alias: 'Chat',\n color: null,\n },\n STATUS_ONLINE_CREATION: {\n id: RegistrationSource.CREATION_STATUTS_ONLINE,\n name: 'Creation Statuts online',\n alias: 'creation_status_online',\n color: null,\n },\n SPONSORSHIP: {\n id: RegistrationSource.REFERRAL_PROSPECT,\n name: 'Prospect parrainage',\n alias: 'prospect_parrainage',\n color: null,\n },\n SOS_COMPTA: {\n id: RegistrationSource.SOS_COMPTA,\n name: 'Sos Compta',\n alias: 'sos-compta',\n color: '#EF8145',\n },\n LEGALSTART: {\n id: RegistrationSource.LEGALSTART,\n name: 'LegalStart',\n alias: 'LegalS',\n color: '#06b877',\n },\n COMPTASTART: {\n id: RegistrationSource.COMPTASTART,\n name: 'ComptaStart',\n alias: 'ComptaStart',\n color: '#15907F',\n },\n ONLINE_SUBSCRIPTION: {\n id: RegistrationSource.ONLINE_SUBSCRIPTION,\n name: 'Souscription en ligne',\n alias: 'souscriptionOnline',\n color: '#2C666E',\n },\n START_OF_SERVICES: {\n id: RegistrationSource.START_OF_SERVICES,\n name: 'Start of Services ',\n alias: 'Start of Services',\n color: '#123456',\n },\n REMINDER_POPUP: {\n id: RegistrationSource.POPUP_RAPPEL,\n name: 'Popup rappel',\n alias: 'popup-rappel',\n color: '#FA8072',\n },\n POPUP_REMINDER_CLOSING: {\n id: RegistrationSource.POPUP_RAPPEL_FERMETURE,\n name: 'Popup rappel fermeture',\n alias: 'popup-rappel-fermeture',\n color: '#FA8072',\n },\n MARSEILLE: {\n id: RegistrationSource.BOUTIQUE_MARSEILLE,\n name: 'Boutique Marseille',\n alias: 'boutique-marseille',\n color: '#8dcccc',\n },\n NEWSLETTER: {\n id: RegistrationSource.NEWSLETTER,\n name: 'Newsletter',\n alias: 'newsletter',\n color: '#a81397',\n },\n WHITE_BOOK: {\n id: RegistrationSource.LIVRE_BLANC,\n name: 'Livre blanc',\n alias: 'livre blanc',\n color: '#FFFFFF',\n },\n COMPTASTART_EARLY: {\n id: RegistrationSource.COMPTASTART_EARLY,\n name: 'Comptastart early',\n alias: 'comptastart-early',\n color: '#68D5F2',\n },\n COMPTALIB: {\n id: RegistrationSource.COMPTALIB,\n name: 'Comptalib',\n alias: 'comptalib',\n color: '#FF654F',\n },\n COOVER_LEAD: {\n id: RegistrationSource.COOVER_LEAD,\n name: 'Coover Lead',\n alias: 'Coover Lead',\n color: '#CCCCCC',\n },\n FRANCE_RELANCE: {\n id: RegistrationSource.FRANCE_RELANCE,\n name: 'France-relance',\n alias: 'francerelance',\n color: '#ff7e3c',\n },\n '91M2': {\n id: RegistrationSource.AGENCE_91M2,\n name: '91m2',\n alias: '91m2',\n color: '#FF67CF',\n },\n CCM_PERFORMANCE: {\n id: RegistrationSource.CCM_PERFORMANCE,\n name: 'CCM Performance',\n alias: 'ccm-performance',\n color: '#e53935',\n },\n PARTNERS: {\n id: RegistrationSource.PARTENAIRES,\n name: 'Partenaires',\n alias: 'partenaires',\n color: '#FF5733',\n },\n KANDBAZ: {\n id: RegistrationSource.KANDBAZ,\n name: 'Kandbaz',\n alias: 'kandbaz',\n color: '#F58A0B',\n },\n PARTNERED_ACCOUNTANT: {\n id: RegistrationSource.PARTNERED_ACCOUNTANT,\n name: 'Expert-Comptable Partenaire',\n alias: 'expert-comptable-partenaire',\n color: '#86dfaa',\n },\n CSE_FORMATION: {\n id: RegistrationSource.ORMATION_CSE,\n name: 'Formation CSE',\n alias: 'formation-cse',\n color: '#86dfaa',\n },\n WHATSAPP: {\n id: RegistrationSource.WHATSAPP,\n name: 'WHATSAPP',\n alias: 'WHATSAPP',\n color: '#128c7e',\n },\n GOWBUSINESS: {\n id: RegistrationSource.GOW_BUSINESS,\n name: 'GOW BUSINESS',\n alias: 'GOWBUSINESS',\n color: '#128c7e',\n },\n AXELIUM_CONSEIL: {\n id: RegistrationSource.AXELIUM_CONSEIL,\n name: 'AXELIUM CONSEIL',\n alias: 'AXELIUM CONSEIL',\n color: '#ff7e3c',\n },\n SUMUP: {\n id: RegistrationSource.SUMUP,\n name: 'SUMUP',\n alias: 'SUMUP',\n color: '#ff7e3c',\n },\n};\n"]}
|
|
@@ -47,6 +47,7 @@ export interface ConfigType {
|
|
|
47
47
|
sharper: LambdaInfos;
|
|
48
48
|
chartizer: LambdaInfos;
|
|
49
49
|
authentication: Authentication;
|
|
50
|
+
recaptcha: Recaptcha;
|
|
50
51
|
}
|
|
51
52
|
export interface Authentication {
|
|
52
53
|
token: string;
|
|
@@ -280,4 +281,7 @@ export interface Echo {
|
|
|
280
281
|
accountid: string;
|
|
281
282
|
apikey: string;
|
|
282
283
|
}
|
|
284
|
+
export interface Recaptcha {
|
|
285
|
+
secret: string;
|
|
286
|
+
}
|
|
283
287
|
//# sourceMappingURL=ConfigType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigType.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,EAAE,CAAC;IACP,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,YAAY,CAAC;IAC3B,aAAa,EAAE,aAAa,CAAC;IAC7B,KAAK,EAAE,KAAK,CAAC;IACb,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,IAAI,EAAE,IAAI,CAAC;IACX,aAAa,EAAE,aAAa,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,SAAS,CAAC;IACrB,aAAa,EAAE,aAAa,CAAC;IAC7B,IAAI,EAAE,IAAI,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,KAAK,CAAC;IACb,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,KAAK,EAAE,KAAK,CAAC;IACb,KAAK,EAAE,WAAW,CAAC;IACnB,WAAW,EAAE,WAAW,CAAC;IACzB,GAAG,EAAE,GAAG,CAAC;IACT,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE,QAAQ,CAAC;IACnB,YAAY,EAAE,YAAY,CAAC;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,WAAW,CAAC;IACzB,QAAQ,EAAE,QAAQ,CAAC;IACnB,IAAI,EAAE,IAAI,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,KAAK,CAAC;IACb,OAAO,EAAE,WAAW,CAAC;IACrB,eAAe,EAAE,eAAe,CAAC;IACjC,IAAI,EAAE,IAAI,CAAC;IACX,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,WAAW,CAAC;IACvB,OAAO,EAAE,WAAW,CAAC;IACrB,SAAS,EAAE,WAAW,CAAC;IACvB,cAAc,EAAE,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"ConfigType.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigType.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"","sourcesContent":["export interface ConfigType {\n port: number;\n db: Db;\n hostS3: string;\n hostApplication: string;\n hostSiteInternet: string;\n redis: Redis;\n redisPrimary: RedisPrimary;\n budgetInsight: BudgetInsight;\n caarl: Caarl;\n yousign: Yousign;\n secretToken: string;\n comptaclementineTest: ComptaclementineTest;\n bred: Bred;\n awsClementine: AwsClementine;\n stripe: Stripe;\n stripeECB: StripeEcb;\n stripeStatuts: StripeStatuts;\n mail: Mail;\n client: Client;\n twilio: Twilio;\n aspone: Aspone;\n societyTestId: number;\n pappers: Pappers;\n shine: Shine;\n defaultPermissions: DefaultPermissions;\n crisp: Crisp;\n brand: ConfigBrand;\n adminStatic: AdminStatic;\n ocr: Ocr;\n jeDeclare: JeDeclare;\n firebase: Firebase;\n notification: Notification;\n pdfizer: Pdfizer;\n iDocus: IDocus;\n imageMagick: LambdaInfos;\n companeo: Companeo;\n inpi: Inpi;\n notion: Notion;\n brevo: Brevo;\n tinyurl: LambdaInfos;\n machineLearning: MachineLearning;\n echo: Echo;\n compressPdf: LambdaInfos;\n mongodb: Mongodb;\n pdftkizer: LambdaInfos;\n sharper: LambdaInfos;\n chartizer: LambdaInfos;\n authentication: Authentication;\n}\n\nexport interface Authentication {\n token: string;\n}\n\nexport interface LambdaInfos {\n url: string;\n key: string;\n}\n\nexport interface Mongodb {\n username: string;\n password: string;\n host: string;\n}\n\nexport interface MachineLearning {\n transactionAnnotation: string;\n}\n\nexport interface Db {\n username: string;\n password: string;\n database: string;\n port: string;\n host: string;\n dialect: string;\n}\n\nexport interface Redis {\n host: string;\n port: number;\n}\n\nexport interface RedisPrimary {\n replicationGroupId: string;\n}\n\nexport interface BudgetInsight {\n apiLinkBudget: string;\n clientId: string;\n clientSecret: string;\n hookToken: string;\n}\n\nexport interface Caarl {\n api: string;\n token: string;\n bundle: string;\n}\n\nexport interface Yousign {\n apiYousign: string;\n appYousign: string;\n token: Token;\n workspaceId: string;\n}\n\nexport interface Token {\n clementine: string;\n pourcentage: string;\n}\n\nexport interface ComptaclementineTest {\n username: string;\n password: string;\n database: string;\n port: string;\n host: string;\n dialect: string;\n}\n\nexport interface Bred {\n authorizeHost: string;\n authorizePath: string;\n urlPostCodeRequest: string;\n urlGetToken: string;\n apiUrl: string;\n clientId: string;\n clientSecret: string;\n scope: string;\n redirectUri: string;\n subscriptionKey: string;\n}\n\nexport type BucketName =\n | 'resources-local-dev'\n | 'resources-anytime'\n | 'resources-comptalib'\n | 'resources-eunomia'\n | 'resources-legalstart'\n | 'resources-pourcentage'\n | 'resources-statuts-express'\n | 'resources-clementine'\n | 'resources-comptalib-staging'\n | 'clementine-website'\n | 'resources-internal'\n | 'sales-contract';\n\nexport interface AwsClementine {\n accessKeyId: string;\n secretAccessKey: string;\n clementineBucketName: BucketName;\n apiVersion: string;\n}\n\nexport interface Stripe {\n secretKey: string;\n secretKeyTestToDelete: string;\n}\n\nexport interface StripeEcb {\n secretKey: string;\n}\n\nexport interface StripeStatuts {\n secretKey: string;\n}\n\nexport interface Mail {\n user: string;\n password: string;\n host: string;\n port: number;\n tls: boolean;\n}\n\nexport interface Client {\n host: string;\n hostFull: string;\n}\n\nexport interface Twilio {\n accountSID: string;\n authToken: string;\n number: string;\n}\n\nexport interface Aspone {\n siret: string;\n api: string;\n access: Access;\n serviceVersion: string;\n}\n\nexport interface Access {\n login: string;\n password: string;\n}\n\nexport interface Pappers {\n token: string;\n url: string;\n}\n\nexport interface Shine {\n host: string;\n hostV3: string;\n clientId: string;\n clientSecret: string;\n redirect_uris: string[];\n status: string;\n scope: string;\n}\n\nexport interface DefaultPermissions {\n gescom: boolean;\n compta: boolean;\n stats: boolean;\n docTreso: boolean;\n services: boolean;\n social: boolean;\n tva: boolean;\n simulation: boolean;\n simulationMultiple: boolean;\n balanceSheet: boolean;\n setting: boolean;\n purchase: boolean;\n}\n\nexport interface Crisp {\n identifier: string;\n key: string;\n}\n\nexport interface ConfigBrand {\n name: string;\n api: string;\n api2: string;\n api2Clementine: string;\n api2Legalstart: string;\n}\n\nexport interface AdminStatic {\n login: string;\n password: string;\n}\n\nexport interface Ocr {\n URL: string;\n}\n\nexport interface JeDeclare {\n access: Access2[];\n serviceVersion: string;\n}\n\nexport interface Access2 {\n name: string;\n test: Test;\n production: Production;\n}\n\nexport interface Test {\n login: string;\n password: string;\n editor: string;\n software: string;\n wsdl: Wsdl;\n}\n\nexport interface Wsdl {\n url: string;\n}\n\nexport interface Production {\n login: string;\n password: string;\n editor: string;\n software: string;\n wsdl: Wsdl2;\n}\n\nexport interface Wsdl2 {\n url: string;\n}\n\nexport interface Firebase {\n type: string;\n project_id: string;\n private_key_id: string;\n private_key: string;\n client_email: string;\n client_id: string;\n auth_uri: string;\n token_uri: string;\n auth_provider_x509_cert_url: string;\n client_x509_cert_url: string;\n universe_domain: string;\n}\n\nexport interface Notification {\n hookToken: string;\n}\n\nexport interface Pdfizer {\n url: string;\n key: string;\n}\n\nexport interface IDocus {\n baseUrl: string;\n callbackurl: string;\n authorizationKey: string;\n}\n\nexport interface Companeo {\n username: string;\n pass: string;\n}\n\nexport interface Inpi {\n username: string;\n password: string;\n}\n\nexport interface Notion {\n key: string;\n}\n\nexport interface Brevo {\n apiKeyProd: string;\n}\n\nexport interface Echo {\n url: string;\n accountid: string;\n apikey: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"ConfigType.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"","sourcesContent":["export interface ConfigType {\n port: number;\n db: Db;\n hostS3: string;\n hostApplication: string;\n hostSiteInternet: string;\n redis: Redis;\n redisPrimary: RedisPrimary;\n budgetInsight: BudgetInsight;\n caarl: Caarl;\n yousign: Yousign;\n secretToken: string;\n comptaclementineTest: ComptaclementineTest;\n bred: Bred;\n awsClementine: AwsClementine;\n stripe: Stripe;\n stripeECB: StripeEcb;\n stripeStatuts: StripeStatuts;\n mail: Mail;\n client: Client;\n twilio: Twilio;\n aspone: Aspone;\n societyTestId: number;\n pappers: Pappers;\n shine: Shine;\n defaultPermissions: DefaultPermissions;\n crisp: Crisp;\n brand: ConfigBrand;\n adminStatic: AdminStatic;\n ocr: Ocr;\n jeDeclare: JeDeclare;\n firebase: Firebase;\n notification: Notification;\n pdfizer: Pdfizer;\n iDocus: IDocus;\n imageMagick: LambdaInfos;\n companeo: Companeo;\n inpi: Inpi;\n notion: Notion;\n brevo: Brevo;\n tinyurl: LambdaInfos;\n machineLearning: MachineLearning;\n echo: Echo;\n compressPdf: LambdaInfos;\n mongodb: Mongodb;\n pdftkizer: LambdaInfos;\n sharper: LambdaInfos;\n chartizer: LambdaInfos;\n authentication: Authentication;\n recaptcha: Recaptcha;\n}\n\nexport interface Authentication {\n token: string;\n}\n\nexport interface LambdaInfos {\n url: string;\n key: string;\n}\n\nexport interface Mongodb {\n username: string;\n password: string;\n host: string;\n}\n\nexport interface MachineLearning {\n transactionAnnotation: string;\n}\n\nexport interface Db {\n username: string;\n password: string;\n database: string;\n port: string;\n host: string;\n dialect: string;\n}\n\nexport interface Redis {\n host: string;\n port: number;\n}\n\nexport interface RedisPrimary {\n replicationGroupId: string;\n}\n\nexport interface BudgetInsight {\n apiLinkBudget: string;\n clientId: string;\n clientSecret: string;\n hookToken: string;\n}\n\nexport interface Caarl {\n api: string;\n token: string;\n bundle: string;\n}\n\nexport interface Yousign {\n apiYousign: string;\n appYousign: string;\n token: Token;\n workspaceId: string;\n}\n\nexport interface Token {\n clementine: string;\n pourcentage: string;\n}\n\nexport interface ComptaclementineTest {\n username: string;\n password: string;\n database: string;\n port: string;\n host: string;\n dialect: string;\n}\n\nexport interface Bred {\n authorizeHost: string;\n authorizePath: string;\n urlPostCodeRequest: string;\n urlGetToken: string;\n apiUrl: string;\n clientId: string;\n clientSecret: string;\n scope: string;\n redirectUri: string;\n subscriptionKey: string;\n}\n\nexport type BucketName =\n | 'resources-local-dev'\n | 'resources-anytime'\n | 'resources-comptalib'\n | 'resources-eunomia'\n | 'resources-legalstart'\n | 'resources-pourcentage'\n | 'resources-statuts-express'\n | 'resources-clementine'\n | 'resources-comptalib-staging'\n | 'clementine-website'\n | 'resources-internal'\n | 'sales-contract';\n\nexport interface AwsClementine {\n accessKeyId: string;\n secretAccessKey: string;\n clementineBucketName: BucketName;\n apiVersion: string;\n}\n\nexport interface Stripe {\n secretKey: string;\n secretKeyTestToDelete: string;\n}\n\nexport interface StripeEcb {\n secretKey: string;\n}\n\nexport interface StripeStatuts {\n secretKey: string;\n}\n\nexport interface Mail {\n user: string;\n password: string;\n host: string;\n port: number;\n tls: boolean;\n}\n\nexport interface Client {\n host: string;\n hostFull: string;\n}\n\nexport interface Twilio {\n accountSID: string;\n authToken: string;\n number: string;\n}\n\nexport interface Aspone {\n siret: string;\n api: string;\n access: Access;\n serviceVersion: string;\n}\n\nexport interface Access {\n login: string;\n password: string;\n}\n\nexport interface Pappers {\n token: string;\n url: string;\n}\n\nexport interface Shine {\n host: string;\n hostV3: string;\n clientId: string;\n clientSecret: string;\n redirect_uris: string[];\n status: string;\n scope: string;\n}\n\nexport interface DefaultPermissions {\n gescom: boolean;\n compta: boolean;\n stats: boolean;\n docTreso: boolean;\n services: boolean;\n social: boolean;\n tva: boolean;\n simulation: boolean;\n simulationMultiple: boolean;\n balanceSheet: boolean;\n setting: boolean;\n purchase: boolean;\n}\n\nexport interface Crisp {\n identifier: string;\n key: string;\n}\n\nexport interface ConfigBrand {\n name: string;\n api: string;\n api2: string;\n api2Clementine: string;\n api2Legalstart: string;\n}\n\nexport interface AdminStatic {\n login: string;\n password: string;\n}\n\nexport interface Ocr {\n URL: string;\n}\n\nexport interface JeDeclare {\n access: Access2[];\n serviceVersion: string;\n}\n\nexport interface Access2 {\n name: string;\n test: Test;\n production: Production;\n}\n\nexport interface Test {\n login: string;\n password: string;\n editor: string;\n software: string;\n wsdl: Wsdl;\n}\n\nexport interface Wsdl {\n url: string;\n}\n\nexport interface Production {\n login: string;\n password: string;\n editor: string;\n software: string;\n wsdl: Wsdl2;\n}\n\nexport interface Wsdl2 {\n url: string;\n}\n\nexport interface Firebase {\n type: string;\n project_id: string;\n private_key_id: string;\n private_key: string;\n client_email: string;\n client_id: string;\n auth_uri: string;\n token_uri: string;\n auth_provider_x509_cert_url: string;\n client_x509_cert_url: string;\n universe_domain: string;\n}\n\nexport interface Notification {\n hookToken: string;\n}\n\nexport interface Pdfizer {\n url: string;\n key: string;\n}\n\nexport interface IDocus {\n baseUrl: string;\n callbackurl: string;\n authorizationKey: string;\n}\n\nexport interface Companeo {\n username: string;\n pass: string;\n}\n\nexport interface Inpi {\n username: string;\n password: string;\n}\n\nexport interface Notion {\n key: string;\n}\n\nexport interface Brevo {\n apiKeyProd: string;\n}\n\nexport interface Echo {\n url: string;\n accountid: string;\n apikey: string;\n}\n\nexport interface Recaptcha {\n secret: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/timeRecorder/Query.ts"],"names":[],"mappings":"AAGA,qBAAa,qBAAqB;IAGhC,MAAM,EAAE,MAAM,CAAC;IAIf,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;CACf;AAED,qBAAa,oBAAoB;IAG/B,IAAI,EAAE,IAAI,CAAC;CACZ;AAED,qBAAa,
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/timeRecorder/Query.ts"],"names":[],"mappings":"AAGA,qBAAa,qBAAqB;IAGhC,MAAM,EAAE,MAAM,CAAC;IAIf,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;CACf;AAED,qBAAa,oBAAoB;IAG/B,IAAI,EAAE,IAAI,CAAC;CACZ;AAED,qBAAa,iBAAiB;IAG5B,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;CACf"}
|
|
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.QueryRealWorkTime = exports.QueryGetTimeRecorder = exports.QueryVerifyForOneUser = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
class QueryVerifyForOneUser {
|
|
@@ -38,17 +38,17 @@ __decorate([
|
|
|
38
38
|
(0, class_validator_1.IsDate)(),
|
|
39
39
|
__metadata("design:type", Date)
|
|
40
40
|
], QueryGetTimeRecorder.prototype, "date", void 0);
|
|
41
|
-
class
|
|
41
|
+
class QueryRealWorkTime {
|
|
42
42
|
}
|
|
43
|
-
exports.
|
|
43
|
+
exports.QueryRealWorkTime = QueryRealWorkTime;
|
|
44
44
|
__decorate([
|
|
45
45
|
(0, utils_1.ApiProperty)(),
|
|
46
46
|
(0, class_validator_1.IsDate)(),
|
|
47
47
|
__metadata("design:type", Date)
|
|
48
|
-
],
|
|
48
|
+
], QueryRealWorkTime.prototype, "startDate", void 0);
|
|
49
49
|
__decorate([
|
|
50
50
|
(0, utils_1.ApiProperty)(),
|
|
51
51
|
(0, class_validator_1.IsDate)(),
|
|
52
52
|
__metadata("design:type", Date)
|
|
53
|
-
],
|
|
53
|
+
], QueryRealWorkTime.prototype, "endDate", void 0);
|
|
54
54
|
//# sourceMappingURL=Query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/timeRecorder/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmD;AACnD,6CAAgD;AAEhD,MAAa,qBAAqB;CAYjC;AAZD,sDAYC;AATC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;qDACI;AAIf;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACE,IAAI;wDAAC;AAIhB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACA,IAAI;sDAAC;AAGhB,MAAa,oBAAoB;CAIhC;AAJD,oDAIC;AADC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACH,IAAI;kDAAC;AAGb,MAAa,
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/timeRecorder/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmD;AACnD,6CAAgD;AAEhD,MAAa,qBAAqB;CAYjC;AAZD,sDAYC;AATC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;qDACI;AAIf;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACE,IAAI;wDAAC;AAIhB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACA,IAAI;sDAAC;AAGhB,MAAa,oBAAoB;CAIhC;AAJD,oDAIC;AADC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACH,IAAI;kDAAC;AAGb,MAAa,iBAAiB;CAQ7B;AARD,8CAQC;AALC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACE,IAAI;oDAAC;AAIhB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACA,IAAI;kDAAC","sourcesContent":["import { IsNumber, IsDate } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryVerifyForOneUser {\n @ApiProperty()\n @IsNumber()\n idUser: number;\n\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n}\n\nexport class QueryGetTimeRecorder {\n @ApiProperty()\n @IsDate()\n date: Date;\n}\n\nexport class QueryRealWorkTime {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n}\n"]}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { Activity } from '../../../Enum/Activity';
|
|
2
|
+
import { Civility } from '../../../Enum/Civility';
|
|
3
|
+
import { IAnalyticsUtm } from '../../models/IAnalyticsUtm';
|
|
4
|
+
import { LegalFormTypeEnum } from '../../../Enum/LegalForm';
|
|
5
|
+
export interface ProspectInfo {
|
|
6
|
+
idCivility?: Civility;
|
|
7
|
+
firstname?: string;
|
|
8
|
+
lastname?: string;
|
|
9
|
+
email: string;
|
|
10
|
+
phone?: string;
|
|
11
|
+
prefix?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface ProspectSocietyInfo {
|
|
14
|
+
name?: string;
|
|
15
|
+
idActivity?: Activity;
|
|
16
|
+
idLegalForm?: LegalFormTypeEnum;
|
|
17
|
+
zipCode?: string;
|
|
18
|
+
turnover?: number;
|
|
19
|
+
}
|
|
20
|
+
export interface ReferalProgram {
|
|
21
|
+
email: string;
|
|
22
|
+
lastname: string;
|
|
23
|
+
}
|
|
24
|
+
export interface RegisterProspect {
|
|
25
|
+
user: ProspectInfo;
|
|
26
|
+
society?: ProspectSocietyInfo;
|
|
27
|
+
referralProgram?: ReferalProgram;
|
|
28
|
+
recaptcha?: string;
|
|
29
|
+
token?: string;
|
|
30
|
+
idSource: number;
|
|
31
|
+
idTypeBrand: number;
|
|
32
|
+
analyticsUtm?: Omit<IAnalyticsUtm, 'idSociety'>;
|
|
33
|
+
comment?: string;
|
|
34
|
+
}
|
|
35
|
+
declare class ProspectInfoBody implements ProspectInfo {
|
|
36
|
+
idCivility?: Civility;
|
|
37
|
+
firstname?: string;
|
|
38
|
+
lastname?: string;
|
|
39
|
+
email: string;
|
|
40
|
+
phone?: string;
|
|
41
|
+
prefix?: string;
|
|
42
|
+
}
|
|
43
|
+
declare class ProspectSocietyInfoBody implements ProspectSocietyInfo {
|
|
44
|
+
name?: string;
|
|
45
|
+
idActivity?: Activity;
|
|
46
|
+
idLegalForm?: LegalFormTypeEnum;
|
|
47
|
+
zipCode?: string;
|
|
48
|
+
turnover?: number;
|
|
49
|
+
}
|
|
50
|
+
declare class ReferalProgramBody implements ReferalProgram {
|
|
51
|
+
email: string;
|
|
52
|
+
lastname: string;
|
|
53
|
+
}
|
|
54
|
+
declare class AnalyticsUtmBody implements Omit<IAnalyticsUtm, 'idSociety'> {
|
|
55
|
+
id?: number;
|
|
56
|
+
source: string | null;
|
|
57
|
+
medium: string | null;
|
|
58
|
+
campaign: string | null;
|
|
59
|
+
term: string | null;
|
|
60
|
+
content: string | null;
|
|
61
|
+
}
|
|
62
|
+
export declare class RegisterProspectBody implements RegisterProspect {
|
|
63
|
+
idSource: number;
|
|
64
|
+
idTypeBrand: number;
|
|
65
|
+
recaptcha?: string;
|
|
66
|
+
token?: string;
|
|
67
|
+
user: ProspectInfoBody;
|
|
68
|
+
society?: ProspectSocietyInfoBody;
|
|
69
|
+
referralProgram?: ReferalProgramBody;
|
|
70
|
+
analyticsUtm?: AnalyticsUtmBody;
|
|
71
|
+
comment?: string;
|
|
72
|
+
}
|
|
73
|
+
export {};
|
|
74
|
+
//# sourceMappingURL=RegisterProspect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RegisterProspect.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/RegisterProspect.ts"],"names":[],"mappings":"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"}
|