@silexpert/core 1.2.84 → 1.2.86

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 (139) hide show
  1. package/assets/laposteDistributors.json +1 -0
  2. package/dist/cjs/api/resources/Equipment.d.ts +1 -5
  3. package/dist/cjs/api/resources/Equipment.d.ts.map +1 -1
  4. package/dist/cjs/api/resources/Equipment.js +2 -10
  5. package/dist/cjs/api/resources/Equipment.js.map +1 -1
  6. package/dist/cjs/api/resources/TimeRecorder.d.ts +2 -2
  7. package/dist/cjs/api/resources/TimeRecorder.d.ts.map +1 -1
  8. package/dist/cjs/api/resources/TimeRecorder.js +2 -2
  9. package/dist/cjs/api/resources/TimeRecorder.js.map +1 -1
  10. package/dist/cjs/api/resources/User.d.ts +2 -1
  11. package/dist/cjs/api/resources/User.d.ts.map +1 -1
  12. package/dist/cjs/api/resources/User.js +3 -0
  13. package/dist/cjs/api/resources/User.js.map +1 -1
  14. package/dist/cjs/types/Enum/Brevo.d.ts +3 -1
  15. package/dist/cjs/types/Enum/Brevo.d.ts.map +1 -1
  16. package/dist/cjs/types/Enum/Brevo.js +2 -0
  17. package/dist/cjs/types/Enum/Brevo.js.map +1 -1
  18. package/dist/cjs/types/Enum/Country.d.ts +0 -4
  19. package/dist/cjs/types/Enum/Country.d.ts.map +1 -1
  20. package/dist/cjs/types/Enum/Country.js +1 -6441
  21. package/dist/cjs/types/Enum/Country.js.map +1 -1
  22. package/dist/cjs/types/Enum/EquipmentType.d.ts +5 -1
  23. package/dist/cjs/types/Enum/EquipmentType.d.ts.map +1 -1
  24. package/dist/cjs/types/Enum/EquipmentType.js +5 -0
  25. package/dist/cjs/types/Enum/EquipmentType.js.map +1 -1
  26. package/dist/cjs/types/Enum/LegalForm.js +4 -4
  27. package/dist/cjs/types/Enum/LegalForm.js.map +1 -1
  28. package/dist/cjs/types/Enum/Log.js +15 -15
  29. package/dist/cjs/types/Enum/Log.js.map +1 -1
  30. package/dist/cjs/types/Enum/Phone.js +2 -2
  31. package/dist/cjs/types/Enum/Phone.js.map +1 -1
  32. package/dist/cjs/types/Enum/RegistrationSource.d.ts +294 -1
  33. package/dist/cjs/types/Enum/RegistrationSource.d.ts.map +1 -1
  34. package/dist/cjs/types/Enum/RegistrationSource.js +294 -1
  35. package/dist/cjs/types/Enum/RegistrationSource.js.map +1 -1
  36. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts +4 -0
  37. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  38. package/dist/cjs/types/Interface/api/config/ConfigType.js.map +1 -1
  39. package/dist/cjs/types/Interface/api/timeRecorder/Query.d.ts +1 -1
  40. package/dist/cjs/types/Interface/api/timeRecorder/Query.d.ts.map +1 -1
  41. package/dist/cjs/types/Interface/api/timeRecorder/Query.js +5 -5
  42. package/dist/cjs/types/Interface/api/timeRecorder/Query.js.map +1 -1
  43. package/dist/cjs/types/Interface/api/user/RegisterProspect.d.ts +74 -0
  44. package/dist/cjs/types/Interface/api/user/RegisterProspect.d.ts.map +1 -0
  45. package/dist/cjs/types/Interface/api/user/RegisterProspect.js +190 -0
  46. package/dist/cjs/types/Interface/api/user/RegisterProspect.js.map +1 -0
  47. package/dist/cjs/types/Interface/models/IAnalyticsUtm.d.ts +1 -1
  48. package/dist/cjs/types/Interface/models/IAnalyticsUtm.d.ts.map +1 -1
  49. package/dist/cjs/types/Interface/models/IAnalyticsUtm.js.map +1 -1
  50. package/dist/cjs/types/Interface/models/IApiError.d.ts +1 -1
  51. package/dist/cjs/types/Interface/models/IApiError.d.ts.map +1 -1
  52. package/dist/cjs/types/Interface/models/IApiError.js +1 -1
  53. package/dist/cjs/types/Interface/models/IApiError.js.map +1 -1
  54. package/dist/cjs/types/index.d.ts +1 -1
  55. package/dist/cjs/types/index.d.ts.map +1 -1
  56. package/dist/cjs/types/index.js +1 -1
  57. package/dist/cjs/types/index.js.map +1 -1
  58. package/dist/mjs/api/resources/Equipment.d.ts +1 -5
  59. package/dist/mjs/api/resources/Equipment.d.ts.map +1 -1
  60. package/dist/mjs/api/resources/Equipment.js +1 -14
  61. package/dist/mjs/api/resources/Equipment.js.map +1 -1
  62. package/dist/mjs/api/resources/TimeRecorder.d.ts +2 -2
  63. package/dist/mjs/api/resources/TimeRecorder.d.ts.map +1 -1
  64. package/dist/mjs/api/resources/TimeRecorder.js +2 -2
  65. package/dist/mjs/api/resources/TimeRecorder.js.map +1 -1
  66. package/dist/mjs/api/resources/User.d.ts +2 -1
  67. package/dist/mjs/api/resources/User.d.ts.map +1 -1
  68. package/dist/mjs/api/resources/User.js +3 -0
  69. package/dist/mjs/api/resources/User.js.map +1 -1
  70. package/dist/mjs/types/Enum/Brevo.d.ts +3 -1
  71. package/dist/mjs/types/Enum/Brevo.d.ts.map +1 -1
  72. package/dist/mjs/types/Enum/Brevo.js +2 -0
  73. package/dist/mjs/types/Enum/Brevo.js.map +1 -1
  74. package/dist/mjs/types/Enum/Country.d.ts +0 -4
  75. package/dist/mjs/types/Enum/Country.d.ts.map +1 -1
  76. package/dist/mjs/types/Enum/Country.js +0 -6440
  77. package/dist/mjs/types/Enum/Country.js.map +1 -1
  78. package/dist/mjs/types/Enum/EquipmentType.d.ts +5 -1
  79. package/dist/mjs/types/Enum/EquipmentType.d.ts.map +1 -1
  80. package/dist/mjs/types/Enum/EquipmentType.js +5 -0
  81. package/dist/mjs/types/Enum/EquipmentType.js.map +1 -1
  82. package/dist/mjs/types/Enum/LegalForm.js +4 -4
  83. package/dist/mjs/types/Enum/LegalForm.js.map +1 -1
  84. package/dist/mjs/types/Enum/Log.js +15 -15
  85. package/dist/mjs/types/Enum/Log.js.map +1 -1
  86. package/dist/mjs/types/Enum/Phone.js +2 -2
  87. package/dist/mjs/types/Enum/Phone.js.map +1 -1
  88. package/dist/mjs/types/Enum/RegistrationSource.d.ts +294 -1
  89. package/dist/mjs/types/Enum/RegistrationSource.d.ts.map +1 -1
  90. package/dist/mjs/types/Enum/RegistrationSource.js +293 -0
  91. package/dist/mjs/types/Enum/RegistrationSource.js.map +1 -1
  92. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts +4 -0
  93. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  94. package/dist/mjs/types/Interface/api/config/ConfigType.js.map +1 -1
  95. package/dist/mjs/types/Interface/api/timeRecorder/Query.d.ts +1 -1
  96. package/dist/mjs/types/Interface/api/timeRecorder/Query.d.ts.map +1 -1
  97. package/dist/mjs/types/Interface/api/timeRecorder/Query.js +3 -3
  98. package/dist/mjs/types/Interface/api/timeRecorder/Query.js.map +1 -1
  99. package/dist/mjs/types/Interface/api/user/RegisterProspect.d.ts +74 -0
  100. package/dist/mjs/types/Interface/api/user/RegisterProspect.d.ts.map +1 -0
  101. package/dist/mjs/types/Interface/api/user/RegisterProspect.js +214 -0
  102. package/dist/mjs/types/Interface/api/user/RegisterProspect.js.map +1 -0
  103. package/dist/mjs/types/Interface/models/IAnalyticsUtm.d.ts +1 -1
  104. package/dist/mjs/types/Interface/models/IAnalyticsUtm.d.ts.map +1 -1
  105. package/dist/mjs/types/Interface/models/IAnalyticsUtm.js.map +1 -1
  106. package/dist/mjs/types/Interface/models/IApiError.d.ts +1 -1
  107. package/dist/mjs/types/Interface/models/IApiError.d.ts.map +1 -1
  108. package/dist/mjs/types/Interface/models/IApiError.js +1 -1
  109. package/dist/mjs/types/Interface/models/IApiError.js.map +1 -1
  110. package/dist/mjs/types/index.d.ts +1 -1
  111. package/dist/mjs/types/index.d.ts.map +1 -1
  112. package/dist/mjs/types/index.js +1 -1
  113. package/dist/mjs/types/index.js.map +1 -1
  114. package/package.json +1 -1
  115. package/ts/api/resources/Equipment.ts +1 -15
  116. package/ts/api/resources/TimeRecorder.ts +3 -3
  117. package/ts/api/resources/User.ts +5 -0
  118. package/ts/types/Enum/Brevo.ts +2 -0
  119. package/ts/types/Enum/Country.ts +0 -6441
  120. package/ts/types/Enum/EquipmentType.ts +5 -0
  121. package/ts/types/Enum/LegalForm.ts +4 -4
  122. package/ts/types/Enum/Log.ts +15 -15
  123. package/ts/types/Enum/Phone.ts +2 -2
  124. package/ts/types/Enum/RegistrationSource.ts +294 -0
  125. package/ts/types/Interface/api/config/ConfigType.ts +5 -0
  126. package/ts/types/Interface/api/timeRecorder/Query.ts +1 -1
  127. package/ts/types/Interface/api/user/RegisterProspect.ts +183 -0
  128. package/ts/types/Interface/models/IAnalyticsUtm.ts +1 -1
  129. package/ts/types/Interface/models/IApiError.ts +1 -1
  130. package/ts/types/index.ts +1 -1
  131. package/dist/cjs/types/Enum/RegistrationSourceDetail.d.ts +0 -195
  132. package/dist/cjs/types/Enum/RegistrationSourceDetail.d.ts.map +0 -1
  133. package/dist/cjs/types/Enum/RegistrationSourceDetail.js +0 -198
  134. package/dist/cjs/types/Enum/RegistrationSourceDetail.js.map +0 -1
  135. package/dist/mjs/types/Enum/RegistrationSourceDetail.d.ts +0 -195
  136. package/dist/mjs/types/Enum/RegistrationSourceDetail.d.ts.map +0 -1
  137. package/dist/mjs/types/Enum/RegistrationSourceDetail.js +0 -195
  138. package/dist/mjs/types/Enum/RegistrationSourceDetail.js.map +0 -1
  139. package/ts/types/Enum/RegistrationSourceDetail.ts +0 -194
@@ -13,5 +13,5 @@ export interface IAnalyticsUtm {
13
13
  updatedAt?: Date | null;
14
14
 
15
15
  // Associations
16
- society: ISociety;
16
+ society?: ISociety;
17
17
  }
@@ -22,6 +22,7 @@ export enum Code {
22
22
  formatNotAuthorized = 'format_not_authorized',
23
23
  CONNECTION_ALREADY_EXIST = 'connection_already_exist',
24
24
  firstConnectionFromVpn = 'first_connection_from_vpn',
25
+ ENTITY_ALREADY_EXIST = 'entity_already_exist',
25
26
 
26
27
  // Annotation Error
27
28
  failedCheckBalance = 'failed_check_balance',
@@ -183,7 +184,6 @@ export enum Code {
183
184
  CHECKLIST_ALREADY_EXIST = 'checklist_already_exist',
184
185
  INVALID_BRAND = 'invalid_brand',
185
186
  INVALID_DAY = 'invalid_day',
186
- ENTITY_ALREADY_EXIST = 'entity_already_exist',
187
187
  ENTITY_USED = 'entity_used',
188
188
 
189
189
  // Gescom
package/ts/types/index.ts CHANGED
@@ -374,7 +374,6 @@ export * from './Enum/Aspone';
374
374
  export * from './Enum/ProfitsType';
375
375
  export * from './Enum/Tax';
376
376
  export * from './Enum/RegistrationSource';
377
- export * from './Enum/RegistrationSourceDetail';
378
377
  export * from './Enum/Log';
379
378
  export * from './Enum/Quality';
380
379
  export * from './Enum/AbsenceType';
@@ -1150,6 +1149,7 @@ export * from './Interface/api/toDoExpress/Query';
1150
1149
  export * from './Interface/api/toDoExpress/Read';
1151
1150
  export * from './Interface/api/config/ConfigType';
1152
1151
  export * from './Interface/api/card/OrganizeBalanceSheets';
1152
+ export * from './Interface/api/user/RegisterProspect';
1153
1153
 
1154
1154
  // Enums types
1155
1155
  export * from './Interface/enum/Util';
@@ -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,198 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegistrationSourceDetail = void 0;
4
- exports.RegistrationSourceDetail = {
5
- INCOMING_CALL: {
6
- id: 2,
7
- name: 'Appel Entrant',
8
- alias: 'appel entrant',
9
- color: '#FF654F',
10
- },
11
- FORM: {
12
- id: 4,
13
- name: 'Formulaire',
14
- alias: 'formulaire',
15
- color: '#5C9CFF',
16
- },
17
- MANAGEMENT_RECOMMENDATION: {
18
- id: 7,
19
- name: 'Recommandation direction',
20
- alias: 'recommandation direction',
21
- color: '#540AB2',
22
- },
23
- ACCOUNTANT_RECOMMANDATION: {
24
- id: 8,
25
- name: 'Recommandation comptable',
26
- alias: 'recommandation comptable',
27
- color: '#FFB44F',
28
- },
29
- ACCOUNTANT_CUSTOMER: {
30
- id: 9,
31
- name: 'Recommandation client',
32
- alias: 'Recommandation client',
33
- color: '#A45CFF',
34
- },
35
- CHAT: {
36
- id: 29,
37
- name: 'Chat',
38
- alias: 'Chat',
39
- color: null,
40
- },
41
- STATUS_ONLINE_CREATION: {
42
- id: 48,
43
- name: 'Creation Statuts online',
44
- alias: 'creation_status_online',
45
- color: null,
46
- },
47
- SPONSORSHIP: {
48
- id: 49,
49
- name: 'Prospect parrainage',
50
- alias: 'prospect_parrainage',
51
- color: null,
52
- },
53
- SOS_COMPTA: {
54
- id: 54,
55
- name: 'Sos Compta',
56
- alias: 'sos-compta',
57
- color: '#EF8145',
58
- },
59
- LEGALSTART: {
60
- id: 63,
61
- name: 'LegalStart',
62
- alias: 'LegalS',
63
- color: '#06b877',
64
- },
65
- COMPTASTART: {
66
- id: 67,
67
- name: 'ComptaStart',
68
- alias: 'ComptaStart',
69
- color: '#15907F',
70
- },
71
- ONLINE_SUBSCRIPTION: {
72
- id: 70,
73
- name: 'Souscription en ligne',
74
- alias: 'souscriptionOnline',
75
- color: '#2C666E',
76
- },
77
- START_OF_SERVICES: {
78
- id: 72,
79
- name: 'Start of Services ',
80
- alias: 'Start of Services',
81
- color: '#123456',
82
- },
83
- REMINDER_POPUP: {
84
- id: 73,
85
- name: 'Popup rappel',
86
- alias: 'popup-rappel',
87
- color: '#FA8072',
88
- },
89
- POPUP_REMINDER_CLOSING: {
90
- id: 74,
91
- name: 'Popup rappel fermeture',
92
- alias: 'popup-rappel-fermeture',
93
- color: '#FA8072',
94
- },
95
- MARSEILLE: {
96
- id: 75,
97
- name: 'Boutique Marseille',
98
- alias: 'boutique-marseille',
99
- color: '#8dcccc',
100
- },
101
- NEWSLETTER: {
102
- id: 76,
103
- name: 'Newsletter',
104
- alias: 'newsletter',
105
- color: '#a81397',
106
- },
107
- WHITE_BOOK: {
108
- id: 77,
109
- name: 'Livre blanc',
110
- alias: 'livre blanc',
111
- color: '#FFFFFF',
112
- },
113
- COMPTASTART_EARLY: {
114
- id: 78,
115
- name: 'Comptastart early',
116
- alias: 'comptastart-early',
117
- color: '#68D5F2',
118
- },
119
- COMPTALIB: {
120
- id: 79,
121
- name: 'Comptalib',
122
- alias: 'comptalib',
123
- color: '#FF654F',
124
- },
125
- COOVER_LEAD: {
126
- id: 80,
127
- name: 'Coover Lead',
128
- alias: 'Coover Lead',
129
- color: '#CCCCCC',
130
- },
131
- FRANCE_RELANCE: {
132
- id: 81,
133
- name: 'France-relance',
134
- alias: 'francerelance',
135
- color: '#ff7e3c',
136
- },
137
- '91M2': {
138
- id: 82,
139
- name: '91m2',
140
- alias: '91m2',
141
- color: '#FF67CF',
142
- },
143
- CCM_PERFORMANCE: {
144
- id: 83,
145
- name: 'CCM Performance',
146
- alias: 'ccm-performance',
147
- color: '#e53935',
148
- },
149
- PARTNERS: {
150
- id: 84,
151
- name: 'Partenaires',
152
- alias: 'partenaires',
153
- color: '#FF5733',
154
- },
155
- KANDBAZ: {
156
- id: 85,
157
- name: 'Kandbaz',
158
- alias: 'kandbaz',
159
- color: '#F58A0B',
160
- },
161
- PARTNERED_ACCOUNTANT: {
162
- id: 90,
163
- name: 'Expert-Comptable Partenaire',
164
- alias: 'expert-comptable-partenaire',
165
- color: '#86dfaa',
166
- },
167
- CSE_FORMATION: {
168
- id: 91,
169
- name: 'Formation CSE',
170
- alias: 'formation-cse',
171
- color: '#86dfaa',
172
- },
173
- WHATSAPP: {
174
- id: 92,
175
- name: 'WHATSAPP',
176
- alias: 'WHATSAPP',
177
- color: '#128c7e',
178
- },
179
- GOWBUSINESS: {
180
- id: 93,
181
- name: 'GOW BUSINESS',
182
- alias: 'GOWBUSINESS',
183
- color: '#128c7e',
184
- },
185
- AXELIUM_CONSEIL: {
186
- id: 94,
187
- name: 'AXELIUM CONSEIL',
188
- alias: 'AXELIUM CONSEIL',
189
- color: '#ff7e3c',
190
- },
191
- SUMUP: {
192
- id: 95,
193
- name: 'SUMUP',
194
- alias: 'SUMUP',
195
- color: '#ff7e3c',
196
- },
197
- };
198
- //# sourceMappingURL=RegistrationSourceDetail.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RegistrationSourceDetail.js","sourceRoot":"","sources":["../../../../ts/types/Enum/RegistrationSourceDetail.ts"],"names":[],"mappings":";;;AAAa,QAAA,wBAAwB,GAAG;IACtC,aAAa,EAAE;QACb,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,eAAe;QACrB,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE,SAAS;KACjB;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,YAAY;QAClB,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,SAAS;KACjB;IACD,yBAAyB,EAAE;QACzB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,0BAA0B;QAChC,KAAK,EAAE,0BAA0B;QACjC,KAAK,EAAE,SAAS;KACjB;IACD,yBAAyB,EAAE;QACzB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,0BAA0B;QAChC,KAAK,EAAE,0BAA0B;QACjC,KAAK,EAAE,SAAS;KACjB;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,uBAAuB;QAC7B,KAAK,EAAE,uBAAuB;QAC9B,KAAK,EAAE,SAAS;KACjB;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,IAAI;KACZ;IACD,sBAAsB,EAAE;QACtB,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,yBAAyB;QAC/B,KAAK,EAAE,wBAAwB;QAC/B,KAAK,EAAE,IAAI;KACZ;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,qBAAqB;QAC3B,KAAK,EAAE,qBAAqB;QAC5B,KAAK,EAAE,IAAI;KACZ;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,YAAY;QAClB,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,SAAS;KACjB;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,YAAY;QAClB,KAAK,EAAE,QAAQ;QACf,KAAK,EAAE,SAAS;KACjB;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,aAAa;QACpB,KAAK,EAAE,SAAS;KACjB;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,uBAAuB;QAC7B,KAAK,EAAE,oBAAoB;QAC3B,KAAK,EAAE,SAAS;KACjB;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,oBAAoB;QAC1B,KAAK,EAAE,mBAAmB;QAC1B,KAAK,EAAE,SAAS;KACjB;IACD,cAAc,EAAE;QACd,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,cAAc;QACpB,KAAK,EAAE,cAAc;QACrB,KAAK,EAAE,SAAS;KACjB;IACD,sBAAsB,EAAE;QACtB,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,wBAAwB;QAC9B,KAAK,EAAE,wBAAwB;QAC/B,KAAK,EAAE,SAAS;KACjB;IACD,SAAS,EAAE;QACT,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,oBAAoB;QAC1B,KAAK,EAAE,oBAAoB;QAC3B,KAAK,EAAE,SAAS;KACjB;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,YAAY;QAClB,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,SAAS;KACjB;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,aAAa;QACpB,KAAK,EAAE,SAAS;KACjB;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,mBAAmB;QACzB,KAAK,EAAE,mBAAmB;QAC1B,KAAK,EAAE,SAAS;KACjB;IACD,SAAS,EAAE;QACT,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,WAAW;QAClB,KAAK,EAAE,SAAS;KACjB;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,aAAa;QACpB,KAAK,EAAE,SAAS;KACjB;IACD,cAAc,EAAE;QACd,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,gBAAgB;QACtB,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE,SAAS;KACjB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,SAAS;KACjB;IACD,eAAe,EAAE;QACf,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,iBAAiB;QACvB,KAAK,EAAE,iBAAiB;QACxB,KAAK,EAAE,SAAS;KACjB;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,aAAa;QACpB,KAAK,EAAE,SAAS;KACjB;IACD,OAAO,EAAE;QACP,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,SAAS;QACf,KAAK,EAAE,SAAS;QAChB,KAAK,EAAE,SAAS;KACjB;IACD,oBAAoB,EAAE;QACpB,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,6BAA6B;QACnC,KAAK,EAAE,6BAA6B;QACpC,KAAK,EAAE,SAAS;KACjB;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,eAAe;QACrB,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE,SAAS;KACjB;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,UAAU;QAChB,KAAK,EAAE,UAAU;QACjB,KAAK,EAAE,SAAS;KACjB;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,cAAc;QACpB,KAAK,EAAE,aAAa;QACpB,KAAK,EAAE,SAAS;KACjB;IACD,eAAe,EAAE;QACf,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,iBAAiB;QACvB,KAAK,EAAE,iBAAiB;QACxB,KAAK,EAAE,SAAS;KACjB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,OAAO;QACb,KAAK,EAAE,OAAO;QACd,KAAK,EAAE,SAAS;KACjB;CACF,CAAC","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,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"}