@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.
Files changed (120) hide show
  1. package/dist/cjs/api/resources/Equipment.d.ts +1 -5
  2. package/dist/cjs/api/resources/Equipment.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Equipment.js +2 -10
  4. package/dist/cjs/api/resources/Equipment.js.map +1 -1
  5. package/dist/cjs/api/resources/TimeRecorder.d.ts +2 -2
  6. package/dist/cjs/api/resources/TimeRecorder.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/TimeRecorder.js +2 -2
  8. package/dist/cjs/api/resources/TimeRecorder.js.map +1 -1
  9. package/dist/cjs/api/resources/User.d.ts +2 -1
  10. package/dist/cjs/api/resources/User.d.ts.map +1 -1
  11. package/dist/cjs/api/resources/User.js +3 -0
  12. package/dist/cjs/api/resources/User.js.map +1 -1
  13. package/dist/cjs/types/Enum/Brevo.d.ts +3 -1
  14. package/dist/cjs/types/Enum/Brevo.d.ts.map +1 -1
  15. package/dist/cjs/types/Enum/Brevo.js +2 -0
  16. package/dist/cjs/types/Enum/Brevo.js.map +1 -1
  17. package/dist/cjs/types/Enum/EquipmentType.d.ts +5 -1
  18. package/dist/cjs/types/Enum/EquipmentType.d.ts.map +1 -1
  19. package/dist/cjs/types/Enum/EquipmentType.js +5 -0
  20. package/dist/cjs/types/Enum/EquipmentType.js.map +1 -1
  21. package/dist/cjs/types/Enum/LegalForm.js +4 -4
  22. package/dist/cjs/types/Enum/LegalForm.js.map +1 -1
  23. package/dist/cjs/types/Enum/Log.js +15 -15
  24. package/dist/cjs/types/Enum/Log.js.map +1 -1
  25. package/dist/cjs/types/Enum/Phone.js +2 -2
  26. package/dist/cjs/types/Enum/Phone.js.map +1 -1
  27. package/dist/cjs/types/Enum/RegistrationSource.d.ts +294 -1
  28. package/dist/cjs/types/Enum/RegistrationSource.d.ts.map +1 -1
  29. package/dist/cjs/types/Enum/RegistrationSource.js +294 -1
  30. package/dist/cjs/types/Enum/RegistrationSource.js.map +1 -1
  31. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts +4 -0
  32. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  33. package/dist/cjs/types/Interface/api/config/ConfigType.js.map +1 -1
  34. package/dist/cjs/types/Interface/api/timeRecorder/Query.d.ts +1 -1
  35. package/dist/cjs/types/Interface/api/timeRecorder/Query.d.ts.map +1 -1
  36. package/dist/cjs/types/Interface/api/timeRecorder/Query.js +5 -5
  37. package/dist/cjs/types/Interface/api/timeRecorder/Query.js.map +1 -1
  38. package/dist/cjs/types/Interface/api/user/RegisterProspect.d.ts +74 -0
  39. package/dist/cjs/types/Interface/api/user/RegisterProspect.d.ts.map +1 -0
  40. package/dist/cjs/types/Interface/api/user/RegisterProspect.js +190 -0
  41. package/dist/cjs/types/Interface/api/user/RegisterProspect.js.map +1 -0
  42. package/dist/cjs/types/Interface/models/IAnalyticsUtm.d.ts +1 -1
  43. package/dist/cjs/types/Interface/models/IAnalyticsUtm.d.ts.map +1 -1
  44. package/dist/cjs/types/Interface/models/IAnalyticsUtm.js.map +1 -1
  45. package/dist/cjs/types/index.d.ts +1 -1
  46. package/dist/cjs/types/index.d.ts.map +1 -1
  47. package/dist/cjs/types/index.js +1 -1
  48. package/dist/cjs/types/index.js.map +1 -1
  49. package/dist/mjs/api/resources/Equipment.d.ts +1 -5
  50. package/dist/mjs/api/resources/Equipment.d.ts.map +1 -1
  51. package/dist/mjs/api/resources/Equipment.js +1 -14
  52. package/dist/mjs/api/resources/Equipment.js.map +1 -1
  53. package/dist/mjs/api/resources/TimeRecorder.d.ts +2 -2
  54. package/dist/mjs/api/resources/TimeRecorder.d.ts.map +1 -1
  55. package/dist/mjs/api/resources/TimeRecorder.js +2 -2
  56. package/dist/mjs/api/resources/TimeRecorder.js.map +1 -1
  57. package/dist/mjs/api/resources/User.d.ts +2 -1
  58. package/dist/mjs/api/resources/User.d.ts.map +1 -1
  59. package/dist/mjs/api/resources/User.js +3 -0
  60. package/dist/mjs/api/resources/User.js.map +1 -1
  61. package/dist/mjs/types/Enum/Brevo.d.ts +3 -1
  62. package/dist/mjs/types/Enum/Brevo.d.ts.map +1 -1
  63. package/dist/mjs/types/Enum/Brevo.js +2 -0
  64. package/dist/mjs/types/Enum/Brevo.js.map +1 -1
  65. package/dist/mjs/types/Enum/EquipmentType.d.ts +5 -1
  66. package/dist/mjs/types/Enum/EquipmentType.d.ts.map +1 -1
  67. package/dist/mjs/types/Enum/EquipmentType.js +5 -0
  68. package/dist/mjs/types/Enum/EquipmentType.js.map +1 -1
  69. package/dist/mjs/types/Enum/LegalForm.js +4 -4
  70. package/dist/mjs/types/Enum/LegalForm.js.map +1 -1
  71. package/dist/mjs/types/Enum/Log.js +15 -15
  72. package/dist/mjs/types/Enum/Log.js.map +1 -1
  73. package/dist/mjs/types/Enum/Phone.js +2 -2
  74. package/dist/mjs/types/Enum/Phone.js.map +1 -1
  75. package/dist/mjs/types/Enum/RegistrationSource.d.ts +294 -1
  76. package/dist/mjs/types/Enum/RegistrationSource.d.ts.map +1 -1
  77. package/dist/mjs/types/Enum/RegistrationSource.js +293 -0
  78. package/dist/mjs/types/Enum/RegistrationSource.js.map +1 -1
  79. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts +4 -0
  80. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  81. package/dist/mjs/types/Interface/api/config/ConfigType.js.map +1 -1
  82. package/dist/mjs/types/Interface/api/timeRecorder/Query.d.ts +1 -1
  83. package/dist/mjs/types/Interface/api/timeRecorder/Query.d.ts.map +1 -1
  84. package/dist/mjs/types/Interface/api/timeRecorder/Query.js +3 -3
  85. package/dist/mjs/types/Interface/api/timeRecorder/Query.js.map +1 -1
  86. package/dist/mjs/types/Interface/api/user/RegisterProspect.d.ts +74 -0
  87. package/dist/mjs/types/Interface/api/user/RegisterProspect.d.ts.map +1 -0
  88. package/dist/mjs/types/Interface/api/user/RegisterProspect.js +214 -0
  89. package/dist/mjs/types/Interface/api/user/RegisterProspect.js.map +1 -0
  90. package/dist/mjs/types/Interface/models/IAnalyticsUtm.d.ts +1 -1
  91. package/dist/mjs/types/Interface/models/IAnalyticsUtm.d.ts.map +1 -1
  92. package/dist/mjs/types/Interface/models/IAnalyticsUtm.js.map +1 -1
  93. package/dist/mjs/types/index.d.ts +1 -1
  94. package/dist/mjs/types/index.d.ts.map +1 -1
  95. package/dist/mjs/types/index.js +1 -1
  96. package/dist/mjs/types/index.js.map +1 -1
  97. package/package.json +1 -1
  98. package/ts/api/resources/Equipment.ts +1 -15
  99. package/ts/api/resources/TimeRecorder.ts +3 -3
  100. package/ts/api/resources/User.ts +5 -0
  101. package/ts/types/Enum/Brevo.ts +2 -0
  102. package/ts/types/Enum/EquipmentType.ts +5 -0
  103. package/ts/types/Enum/LegalForm.ts +4 -4
  104. package/ts/types/Enum/Log.ts +15 -15
  105. package/ts/types/Enum/Phone.ts +2 -2
  106. package/ts/types/Enum/RegistrationSource.ts +294 -0
  107. package/ts/types/Interface/api/config/ConfigType.ts +5 -0
  108. package/ts/types/Interface/api/timeRecorder/Query.ts +1 -1
  109. package/ts/types/Interface/api/user/RegisterProspect.ts +183 -0
  110. package/ts/types/Interface/models/IAnalyticsUtm.ts +1 -1
  111. package/ts/types/index.ts +1 -1
  112. package/dist/cjs/types/Enum/RegistrationSourceDetail.d.ts +0 -195
  113. package/dist/cjs/types/Enum/RegistrationSourceDetail.d.ts.map +0 -1
  114. package/dist/cjs/types/Enum/RegistrationSourceDetail.js +0 -198
  115. package/dist/cjs/types/Enum/RegistrationSourceDetail.js.map +0 -1
  116. package/dist/mjs/types/Enum/RegistrationSourceDetail.d.ts +0 -195
  117. package/dist/mjs/types/Enum/RegistrationSourceDetail.d.ts.map +0 -1
  118. package/dist/mjs/types/Enum/RegistrationSourceDetail.js +0 -195
  119. package/dist/mjs/types/Enum/RegistrationSourceDetail.js.map +0 -1
  120. package/ts/types/Enum/RegistrationSourceDetail.ts +0 -194
@@ -1,195 +0,0 @@
1
- export declare const RegistrationSourceDetail: {
2
- INCOMING_CALL: {
3
- id: number;
4
- name: string;
5
- alias: string;
6
- color: string;
7
- };
8
- FORM: {
9
- id: number;
10
- name: string;
11
- alias: string;
12
- color: string;
13
- };
14
- MANAGEMENT_RECOMMENDATION: {
15
- id: number;
16
- name: string;
17
- alias: string;
18
- color: string;
19
- };
20
- ACCOUNTANT_RECOMMANDATION: {
21
- id: number;
22
- name: string;
23
- alias: string;
24
- color: string;
25
- };
26
- ACCOUNTANT_CUSTOMER: {
27
- id: number;
28
- name: string;
29
- alias: string;
30
- color: string;
31
- };
32
- CHAT: {
33
- id: number;
34
- name: string;
35
- alias: string;
36
- color: null;
37
- };
38
- STATUS_ONLINE_CREATION: {
39
- id: number;
40
- name: string;
41
- alias: string;
42
- color: null;
43
- };
44
- SPONSORSHIP: {
45
- id: number;
46
- name: string;
47
- alias: string;
48
- color: null;
49
- };
50
- SOS_COMPTA: {
51
- id: number;
52
- name: string;
53
- alias: string;
54
- color: string;
55
- };
56
- LEGALSTART: {
57
- id: number;
58
- name: string;
59
- alias: string;
60
- color: string;
61
- };
62
- COMPTASTART: {
63
- id: number;
64
- name: string;
65
- alias: string;
66
- color: string;
67
- };
68
- ONLINE_SUBSCRIPTION: {
69
- id: number;
70
- name: string;
71
- alias: string;
72
- color: string;
73
- };
74
- START_OF_SERVICES: {
75
- id: number;
76
- name: string;
77
- alias: string;
78
- color: string;
79
- };
80
- REMINDER_POPUP: {
81
- id: number;
82
- name: string;
83
- alias: string;
84
- color: string;
85
- };
86
- POPUP_REMINDER_CLOSING: {
87
- id: number;
88
- name: string;
89
- alias: string;
90
- color: string;
91
- };
92
- MARSEILLE: {
93
- id: number;
94
- name: string;
95
- alias: string;
96
- color: string;
97
- };
98
- NEWSLETTER: {
99
- id: number;
100
- name: string;
101
- alias: string;
102
- color: string;
103
- };
104
- WHITE_BOOK: {
105
- id: number;
106
- name: string;
107
- alias: string;
108
- color: string;
109
- };
110
- COMPTASTART_EARLY: {
111
- id: number;
112
- name: string;
113
- alias: string;
114
- color: string;
115
- };
116
- COMPTALIB: {
117
- id: number;
118
- name: string;
119
- alias: string;
120
- color: string;
121
- };
122
- COOVER_LEAD: {
123
- id: number;
124
- name: string;
125
- alias: string;
126
- color: string;
127
- };
128
- FRANCE_RELANCE: {
129
- id: number;
130
- name: string;
131
- alias: string;
132
- color: string;
133
- };
134
- '91M2': {
135
- id: number;
136
- name: string;
137
- alias: string;
138
- color: string;
139
- };
140
- CCM_PERFORMANCE: {
141
- id: number;
142
- name: string;
143
- alias: string;
144
- color: string;
145
- };
146
- PARTNERS: {
147
- id: number;
148
- name: string;
149
- alias: string;
150
- color: string;
151
- };
152
- KANDBAZ: {
153
- id: number;
154
- name: string;
155
- alias: string;
156
- color: string;
157
- };
158
- PARTNERED_ACCOUNTANT: {
159
- id: number;
160
- name: string;
161
- alias: string;
162
- color: string;
163
- };
164
- CSE_FORMATION: {
165
- id: number;
166
- name: string;
167
- alias: string;
168
- color: string;
169
- };
170
- WHATSAPP: {
171
- id: number;
172
- name: string;
173
- alias: string;
174
- color: string;
175
- };
176
- GOWBUSINESS: {
177
- id: number;
178
- name: string;
179
- alias: string;
180
- color: string;
181
- };
182
- AXELIUM_CONSEIL: {
183
- id: number;
184
- name: string;
185
- alias: string;
186
- color: string;
187
- };
188
- SUMUP: {
189
- id: number;
190
- name: string;
191
- alias: string;
192
- color: string;
193
- };
194
- };
195
- //# sourceMappingURL=RegistrationSourceDetail.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RegistrationSourceDetail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/RegistrationSourceDetail.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiMpC,CAAC"}
@@ -1,195 +0,0 @@
1
- export const RegistrationSourceDetail = {
2
- INCOMING_CALL: {
3
- id: 2,
4
- name: 'Appel Entrant',
5
- alias: 'appel entrant',
6
- color: '#FF654F',
7
- },
8
- FORM: {
9
- id: 4,
10
- name: 'Formulaire',
11
- alias: 'formulaire',
12
- color: '#5C9CFF',
13
- },
14
- MANAGEMENT_RECOMMENDATION: {
15
- id: 7,
16
- name: 'Recommandation direction',
17
- alias: 'recommandation direction',
18
- color: '#540AB2',
19
- },
20
- ACCOUNTANT_RECOMMANDATION: {
21
- id: 8,
22
- name: 'Recommandation comptable',
23
- alias: 'recommandation comptable',
24
- color: '#FFB44F',
25
- },
26
- ACCOUNTANT_CUSTOMER: {
27
- id: 9,
28
- name: 'Recommandation client',
29
- alias: 'Recommandation client',
30
- color: '#A45CFF',
31
- },
32
- CHAT: {
33
- id: 29,
34
- name: 'Chat',
35
- alias: 'Chat',
36
- color: null,
37
- },
38
- STATUS_ONLINE_CREATION: {
39
- id: 48,
40
- name: 'Creation Statuts online',
41
- alias: 'creation_status_online',
42
- color: null,
43
- },
44
- SPONSORSHIP: {
45
- id: 49,
46
- name: 'Prospect parrainage',
47
- alias: 'prospect_parrainage',
48
- color: null,
49
- },
50
- SOS_COMPTA: {
51
- id: 54,
52
- name: 'Sos Compta',
53
- alias: 'sos-compta',
54
- color: '#EF8145',
55
- },
56
- LEGALSTART: {
57
- id: 63,
58
- name: 'LegalStart',
59
- alias: 'LegalS',
60
- color: '#06b877',
61
- },
62
- COMPTASTART: {
63
- id: 67,
64
- name: 'ComptaStart',
65
- alias: 'ComptaStart',
66
- color: '#15907F',
67
- },
68
- ONLINE_SUBSCRIPTION: {
69
- id: 70,
70
- name: 'Souscription en ligne',
71
- alias: 'souscriptionOnline',
72
- color: '#2C666E',
73
- },
74
- START_OF_SERVICES: {
75
- id: 72,
76
- name: 'Start of Services ',
77
- alias: 'Start of Services',
78
- color: '#123456',
79
- },
80
- REMINDER_POPUP: {
81
- id: 73,
82
- name: 'Popup rappel',
83
- alias: 'popup-rappel',
84
- color: '#FA8072',
85
- },
86
- POPUP_REMINDER_CLOSING: {
87
- id: 74,
88
- name: 'Popup rappel fermeture',
89
- alias: 'popup-rappel-fermeture',
90
- color: '#FA8072',
91
- },
92
- MARSEILLE: {
93
- id: 75,
94
- name: 'Boutique Marseille',
95
- alias: 'boutique-marseille',
96
- color: '#8dcccc',
97
- },
98
- NEWSLETTER: {
99
- id: 76,
100
- name: 'Newsletter',
101
- alias: 'newsletter',
102
- color: '#a81397',
103
- },
104
- WHITE_BOOK: {
105
- id: 77,
106
- name: 'Livre blanc',
107
- alias: 'livre blanc',
108
- color: '#FFFFFF',
109
- },
110
- COMPTASTART_EARLY: {
111
- id: 78,
112
- name: 'Comptastart early',
113
- alias: 'comptastart-early',
114
- color: '#68D5F2',
115
- },
116
- COMPTALIB: {
117
- id: 79,
118
- name: 'Comptalib',
119
- alias: 'comptalib',
120
- color: '#FF654F',
121
- },
122
- COOVER_LEAD: {
123
- id: 80,
124
- name: 'Coover Lead',
125
- alias: 'Coover Lead',
126
- color: '#CCCCCC',
127
- },
128
- FRANCE_RELANCE: {
129
- id: 81,
130
- name: 'France-relance',
131
- alias: 'francerelance',
132
- color: '#ff7e3c',
133
- },
134
- '91M2': {
135
- id: 82,
136
- name: '91m2',
137
- alias: '91m2',
138
- color: '#FF67CF',
139
- },
140
- CCM_PERFORMANCE: {
141
- id: 83,
142
- name: 'CCM Performance',
143
- alias: 'ccm-performance',
144
- color: '#e53935',
145
- },
146
- PARTNERS: {
147
- id: 84,
148
- name: 'Partenaires',
149
- alias: 'partenaires',
150
- color: '#FF5733',
151
- },
152
- KANDBAZ: {
153
- id: 85,
154
- name: 'Kandbaz',
155
- alias: 'kandbaz',
156
- color: '#F58A0B',
157
- },
158
- PARTNERED_ACCOUNTANT: {
159
- id: 90,
160
- name: 'Expert-Comptable Partenaire',
161
- alias: 'expert-comptable-partenaire',
162
- color: '#86dfaa',
163
- },
164
- CSE_FORMATION: {
165
- id: 91,
166
- name: 'Formation CSE',
167
- alias: 'formation-cse',
168
- color: '#86dfaa',
169
- },
170
- WHATSAPP: {
171
- id: 92,
172
- name: 'WHATSAPP',
173
- alias: 'WHATSAPP',
174
- color: '#128c7e',
175
- },
176
- GOWBUSINESS: {
177
- id: 93,
178
- name: 'GOW BUSINESS',
179
- alias: 'GOWBUSINESS',
180
- color: '#128c7e',
181
- },
182
- AXELIUM_CONSEIL: {
183
- id: 94,
184
- name: 'AXELIUM CONSEIL',
185
- alias: 'AXELIUM CONSEIL',
186
- color: '#ff7e3c',
187
- },
188
- SUMUP: {
189
- id: 95,
190
- name: 'SUMUP',
191
- alias: 'SUMUP',
192
- color: '#ff7e3c',
193
- },
194
- };
195
- //# sourceMappingURL=RegistrationSourceDetail.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RegistrationSourceDetail.js","sourceRoot":"","sources":["../../../../ts/types/Enum/RegistrationSourceDetail.ts"],"names":[],"mappings":"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","sourcesContent":["export const RegistrationSourceDetail = {\n INCOMING_CALL: {\n id: 2,\n name: 'Appel Entrant',\n alias: 'appel entrant',\n color: '#FF654F',\n },\n FORM: {\n id: 4,\n name: 'Formulaire',\n alias: 'formulaire',\n color: '#5C9CFF',\n },\n MANAGEMENT_RECOMMENDATION: {\n id: 7,\n name: 'Recommandation direction',\n alias: 'recommandation direction',\n color: '#540AB2',\n },\n ACCOUNTANT_RECOMMANDATION: {\n id: 8,\n name: 'Recommandation comptable',\n alias: 'recommandation comptable',\n color: '#FFB44F',\n },\n ACCOUNTANT_CUSTOMER: {\n id: 9,\n name: 'Recommandation client',\n alias: 'Recommandation client',\n color: '#A45CFF',\n },\n CHAT: {\n id: 29,\n name: 'Chat',\n alias: 'Chat',\n color: null,\n },\n STATUS_ONLINE_CREATION: {\n id: 48,\n name: 'Creation Statuts online',\n alias: 'creation_status_online',\n color: null,\n },\n SPONSORSHIP: {\n id: 49,\n name: 'Prospect parrainage',\n alias: 'prospect_parrainage',\n color: null,\n },\n SOS_COMPTA: {\n id: 54,\n name: 'Sos Compta',\n alias: 'sos-compta',\n color: '#EF8145',\n },\n LEGALSTART: {\n id: 63,\n name: 'LegalStart',\n alias: 'LegalS',\n color: '#06b877',\n },\n COMPTASTART: {\n id: 67,\n name: 'ComptaStart',\n alias: 'ComptaStart',\n color: '#15907F',\n },\n ONLINE_SUBSCRIPTION: {\n id: 70,\n name: 'Souscription en ligne',\n alias: 'souscriptionOnline',\n color: '#2C666E',\n },\n START_OF_SERVICES: {\n id: 72,\n name: 'Start of Services ',\n alias: 'Start of Services',\n color: '#123456',\n },\n REMINDER_POPUP: {\n id: 73,\n name: 'Popup rappel',\n alias: 'popup-rappel',\n color: '#FA8072',\n },\n POPUP_REMINDER_CLOSING: {\n id: 74,\n name: 'Popup rappel fermeture',\n alias: 'popup-rappel-fermeture',\n color: '#FA8072',\n },\n MARSEILLE: {\n id: 75,\n name: 'Boutique Marseille',\n alias: 'boutique-marseille',\n color: '#8dcccc',\n },\n NEWSLETTER: {\n id: 76,\n name: 'Newsletter',\n alias: 'newsletter',\n color: '#a81397',\n },\n WHITE_BOOK: {\n id: 77,\n name: 'Livre blanc',\n alias: 'livre blanc',\n color: '#FFFFFF',\n },\n COMPTASTART_EARLY: {\n id: 78,\n name: 'Comptastart early',\n alias: 'comptastart-early',\n color: '#68D5F2',\n },\n COMPTALIB: {\n id: 79,\n name: 'Comptalib',\n alias: 'comptalib',\n color: '#FF654F',\n },\n COOVER_LEAD: {\n id: 80,\n name: 'Coover Lead',\n alias: 'Coover Lead',\n color: '#CCCCCC',\n },\n FRANCE_RELANCE: {\n id: 81,\n name: 'France-relance',\n alias: 'francerelance',\n color: '#ff7e3c',\n },\n '91M2': {\n id: 82,\n name: '91m2',\n alias: '91m2',\n color: '#FF67CF',\n },\n CCM_PERFORMANCE: {\n id: 83,\n name: 'CCM Performance',\n alias: 'ccm-performance',\n color: '#e53935',\n },\n PARTNERS: {\n id: 84,\n name: 'Partenaires',\n alias: 'partenaires',\n color: '#FF5733',\n },\n KANDBAZ: {\n id: 85,\n name: 'Kandbaz',\n alias: 'kandbaz',\n color: '#F58A0B',\n },\n PARTNERED_ACCOUNTANT: {\n id: 90,\n name: 'Expert-Comptable Partenaire',\n alias: 'expert-comptable-partenaire',\n color: '#86dfaa',\n },\n CSE_FORMATION: {\n id: 91,\n name: 'Formation CSE',\n alias: 'formation-cse',\n color: '#86dfaa',\n },\n WHATSAPP: {\n id: 92,\n name: 'WHATSAPP',\n alias: 'WHATSAPP',\n color: '#128c7e',\n },\n GOWBUSINESS: {\n id: 93,\n name: 'GOW BUSINESS',\n alias: 'GOWBUSINESS',\n color: '#128c7e',\n },\n AXELIUM_CONSEIL: {\n id: 94,\n name: 'AXELIUM CONSEIL',\n alias: 'AXELIUM CONSEIL',\n color: '#ff7e3c',\n },\n SUMUP: {\n id: 95,\n name: 'SUMUP',\n alias: 'SUMUP',\n color: '#ff7e3c',\n },\n};\n"]}
@@ -1,194 +0,0 @@
1
- export const RegistrationSourceDetail = {
2
- INCOMING_CALL: {
3
- id: 2,
4
- name: 'Appel Entrant',
5
- alias: 'appel entrant',
6
- color: '#FF654F',
7
- },
8
- FORM: {
9
- id: 4,
10
- name: 'Formulaire',
11
- alias: 'formulaire',
12
- color: '#5C9CFF',
13
- },
14
- MANAGEMENT_RECOMMENDATION: {
15
- id: 7,
16
- name: 'Recommandation direction',
17
- alias: 'recommandation direction',
18
- color: '#540AB2',
19
- },
20
- ACCOUNTANT_RECOMMANDATION: {
21
- id: 8,
22
- name: 'Recommandation comptable',
23
- alias: 'recommandation comptable',
24
- color: '#FFB44F',
25
- },
26
- ACCOUNTANT_CUSTOMER: {
27
- id: 9,
28
- name: 'Recommandation client',
29
- alias: 'Recommandation client',
30
- color: '#A45CFF',
31
- },
32
- CHAT: {
33
- id: 29,
34
- name: 'Chat',
35
- alias: 'Chat',
36
- color: null,
37
- },
38
- STATUS_ONLINE_CREATION: {
39
- id: 48,
40
- name: 'Creation Statuts online',
41
- alias: 'creation_status_online',
42
- color: null,
43
- },
44
- SPONSORSHIP: {
45
- id: 49,
46
- name: 'Prospect parrainage',
47
- alias: 'prospect_parrainage',
48
- color: null,
49
- },
50
- SOS_COMPTA: {
51
- id: 54,
52
- name: 'Sos Compta',
53
- alias: 'sos-compta',
54
- color: '#EF8145',
55
- },
56
- LEGALSTART: {
57
- id: 63,
58
- name: 'LegalStart',
59
- alias: 'LegalS',
60
- color: '#06b877',
61
- },
62
- COMPTASTART: {
63
- id: 67,
64
- name: 'ComptaStart',
65
- alias: 'ComptaStart',
66
- color: '#15907F',
67
- },
68
- ONLINE_SUBSCRIPTION: {
69
- id: 70,
70
- name: 'Souscription en ligne',
71
- alias: 'souscriptionOnline',
72
- color: '#2C666E',
73
- },
74
- START_OF_SERVICES: {
75
- id: 72,
76
- name: 'Start of Services ',
77
- alias: 'Start of Services',
78
- color: '#123456',
79
- },
80
- REMINDER_POPUP: {
81
- id: 73,
82
- name: 'Popup rappel',
83
- alias: 'popup-rappel',
84
- color: '#FA8072',
85
- },
86
- POPUP_REMINDER_CLOSING: {
87
- id: 74,
88
- name: 'Popup rappel fermeture',
89
- alias: 'popup-rappel-fermeture',
90
- color: '#FA8072',
91
- },
92
- MARSEILLE: {
93
- id: 75,
94
- name: 'Boutique Marseille',
95
- alias: 'boutique-marseille',
96
- color: '#8dcccc',
97
- },
98
- NEWSLETTER: {
99
- id: 76,
100
- name: 'Newsletter',
101
- alias: 'newsletter',
102
- color: '#a81397',
103
- },
104
- WHITE_BOOK: {
105
- id: 77,
106
- name: 'Livre blanc',
107
- alias: 'livre blanc',
108
- color: '#FFFFFF',
109
- },
110
- COMPTASTART_EARLY: {
111
- id: 78,
112
- name: 'Comptastart early',
113
- alias: 'comptastart-early',
114
- color: '#68D5F2',
115
- },
116
- COMPTALIB: {
117
- id: 79,
118
- name: 'Comptalib',
119
- alias: 'comptalib',
120
- color: '#FF654F',
121
- },
122
- COOVER_LEAD: {
123
- id: 80,
124
- name: 'Coover Lead',
125
- alias: 'Coover Lead',
126
- color: '#CCCCCC',
127
- },
128
- FRANCE_RELANCE: {
129
- id: 81,
130
- name: 'France-relance',
131
- alias: 'francerelance',
132
- color: '#ff7e3c',
133
- },
134
- '91M2': {
135
- id: 82,
136
- name: '91m2',
137
- alias: '91m2',
138
- color: '#FF67CF',
139
- },
140
- CCM_PERFORMANCE: {
141
- id: 83,
142
- name: 'CCM Performance',
143
- alias: 'ccm-performance',
144
- color: '#e53935',
145
- },
146
- PARTNERS: {
147
- id: 84,
148
- name: 'Partenaires',
149
- alias: 'partenaires',
150
- color: '#FF5733',
151
- },
152
- KANDBAZ: {
153
- id: 85,
154
- name: 'Kandbaz',
155
- alias: 'kandbaz',
156
- color: '#F58A0B',
157
- },
158
- PARTNERED_ACCOUNTANT: {
159
- id: 90,
160
- name: 'Expert-Comptable Partenaire',
161
- alias: 'expert-comptable-partenaire',
162
- color: '#86dfaa',
163
- },
164
- CSE_FORMATION: {
165
- id: 91,
166
- name: 'Formation CSE',
167
- alias: 'formation-cse',
168
- color: '#86dfaa',
169
- },
170
- WHATSAPP: {
171
- id: 92,
172
- name: 'WHATSAPP',
173
- alias: 'WHATSAPP',
174
- color: '#128c7e',
175
- },
176
- GOWBUSINESS: {
177
- id: 93,
178
- name: 'GOW BUSINESS',
179
- alias: 'GOWBUSINESS',
180
- color: '#128c7e',
181
- },
182
- AXELIUM_CONSEIL: {
183
- id: 94,
184
- name: 'AXELIUM CONSEIL',
185
- alias: 'AXELIUM CONSEIL',
186
- color: '#ff7e3c',
187
- },
188
- SUMUP: {
189
- id: 95,
190
- name: 'SUMUP',
191
- alias: 'SUMUP',
192
- color: '#ff7e3c',
193
- },
194
- };