@silexpert/core 1.0.180 → 1.0.182
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/es/api/resources/Team.d.ts +30 -0
- package/es/api/resources/Team.d.ts.map +1 -0
- package/es/api/resources/Team.js +37 -0
- package/es/api/resources/Team.js.map +1 -0
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/BrandClementine.d.ts +0 -126
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +0 -109
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandComptalib.d.ts +0 -83
- package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
- package/es/types/Enum/BrandComptalib.js +0 -77
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
- package/es/types/Enum/BrandPourcentage.js +436 -1
- package/es/types/Enum/BrandPourcentage.js.map +1 -1
- package/es/types/Enum/ReasonTerminationType.d.ts +23 -0
- package/es/types/Enum/ReasonTerminationType.d.ts.map +1 -0
- package/es/types/Enum/ReasonTerminationType.js +86 -0
- package/es/types/Enum/ReasonTerminationType.js.map +1 -0
- package/es/types/Enum/RemoteType.d.ts +10 -0
- package/es/types/Enum/RemoteType.d.ts.map +1 -0
- package/es/types/Enum/RemoteType.js +21 -0
- package/es/types/Enum/RemoteType.js.map +1 -0
- package/es/types/Enum/TaxSystem.d.ts +2 -0
- package/es/types/Enum/TaxSystem.d.ts.map +1 -1
- package/es/types/Enum/TaxSystem.js +14 -0
- package/es/types/Enum/TaxSystem.js.map +1 -1
- package/es/types/Interface/api/exercice/UpdateExercice.d.ts +1 -0
- package/es/types/Interface/api/exercice/UpdateExercice.d.ts.map +1 -1
- package/es/types/Interface/api/exercice/UpdateExercice.js +7 -0
- package/es/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +1 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +7 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +2 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/es/types/Interface/api/team/QueryCreate.d.ts +5 -0
- package/es/types/Interface/api/team/QueryCreate.d.ts.map +1 -0
- package/es/types/Interface/api/team/QueryCreate.js +25 -0
- package/es/types/Interface/api/team/QueryCreate.js.map +1 -0
- package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts +5 -0
- package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts.map +1 -0
- package/es/types/Interface/api/team/QueryGetAllWithIncludes.js +28 -0
- package/es/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
- package/es/types/Interface/api/team/QueryUpdate.d.ts +7 -0
- package/es/types/Interface/api/team/QueryUpdate.d.ts.map +1 -0
- package/es/types/Interface/api/team/QueryUpdate.js +38 -0
- package/es/types/Interface/api/team/QueryUpdate.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +1 -1
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -1
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
- package/es/types/Interface/models/IUser.d.ts +2 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/Interface/models/IWorkingSchedule.d.ts +2 -0
- package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
- package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
- package/es/types/index.d.ts +5 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +5 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Team.js +46 -0
- package/js/api/resources/Team.js.map +1 -0
- package/js/api/resources.js +3 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +0 -107
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +0 -76
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Enum/BrandPourcentage.js +431 -1
- package/js/types/Enum/BrandPourcentage.js.map +1 -1
- package/js/types/Enum/ReasonTerminationType.js +74 -0
- package/js/types/Enum/ReasonTerminationType.js.map +1 -0
- package/js/types/Enum/RemoteType.js +22 -0
- package/js/types/Enum/RemoteType.js.map +1 -0
- package/js/types/Enum/TaxSystem.js +10 -0
- package/js/types/Enum/TaxSystem.js.map +1 -1
- package/js/types/Interface/api/exercice/UpdateExercice.js +1 -0
- package/js/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +3 -0
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/team/QueryCreate.js +23 -0
- package/js/types/Interface/api/team/QueryCreate.js.map +1 -0
- package/js/types/Interface/api/team/QueryGetAllWithIncludes.js +24 -0
- package/js/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
- package/js/types/Interface/api/team/QueryUpdate.js +25 -0
- package/js/types/Interface/api/team/QueryUpdate.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
- package/js/types/Interface/models/IUser.js.map +1 -1
- package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
- package/js/types/index.js +56 -6
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Team.ts +43 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BrandClementine.ts +0 -109
- package/ts/types/Enum/BrandComptalib.ts +0 -77
- package/ts/types/Enum/BrandPourcentage.ts +436 -1
- package/ts/types/Enum/ReasonTerminationType.ts +85 -0
- package/ts/types/Enum/RemoteType.ts +20 -0
- package/ts/types/Enum/TaxSystem.ts +18 -1
- package/ts/types/Interface/api/exercice/UpdateExercice.ts +6 -0
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +6 -1
- package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +2 -0
- package/ts/types/Interface/api/team/QueryCreate.ts +13 -0
- package/ts/types/Interface/api/team/QueryGetAllWithIncludes.ts +16 -0
- package/ts/types/Interface/api/team/QueryUpdate.ts +26 -0
- package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +2 -2
- package/ts/types/Interface/models/IUser.ts +2 -0
- package/ts/types/Interface/models/IWorkingSchedule.ts +2 -0
- package/ts/types/index.ts +5 -0
|
@@ -3,7 +3,442 @@ export const BrandPourcentage = [
|
|
|
3
3
|
idTypeBrand: 1,
|
|
4
4
|
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
5
5
|
logoS3: 'config/pourcentage-logo.png',
|
|
6
|
-
name: 'Pourcentage',
|
|
6
|
+
name: 'Pourcentage OnLine',
|
|
7
|
+
colors: {
|
|
8
|
+
primary: '#1e6f5c',
|
|
9
|
+
primary50: '#DFF9F1',
|
|
10
|
+
primary100: '#8ACAB7',
|
|
11
|
+
primary300: '#589E89',
|
|
12
|
+
primary500: '#386D5D',
|
|
13
|
+
primary700: '#1F493D',
|
|
14
|
+
},
|
|
15
|
+
listPhones: {
|
|
16
|
+
contact: '01 86 90 82 15',
|
|
17
|
+
qualite: '01 86 90 82 15',
|
|
18
|
+
social: '01 86 90 82 15',
|
|
19
|
+
juridique: '01 86 90 82 15',
|
|
20
|
+
},
|
|
21
|
+
listMails: {
|
|
22
|
+
administratif: 'contact@pourcentage.fr',
|
|
23
|
+
app: 'contact@pourcentage.fr',
|
|
24
|
+
bonjour: 'bonjour@pourcentage.fr',
|
|
25
|
+
contact: 'contact@pourcentage.fr',
|
|
26
|
+
facturation: 'facturation@pourcentage.fr',
|
|
27
|
+
feedback: 'contact@pourcentage.fr',
|
|
28
|
+
juridique: 'juridique@pourcentage.fr',
|
|
29
|
+
informatique: 'contact@pourcentage.fr',
|
|
30
|
+
msd: 'contact@pourcentage.fr',
|
|
31
|
+
noreply: 'contact@pourcentage.fr',
|
|
32
|
+
qualite: 'contact@pourcentage.fr',
|
|
33
|
+
paiement: 'contact@pourcentage.fr',
|
|
34
|
+
rh: 'rh@pourcentage.fr',
|
|
35
|
+
social: 'social@pourcentage.fr',
|
|
36
|
+
support: 'contact@pourcentage.fr',
|
|
37
|
+
tva: 'contact@pourcentage.fr',
|
|
38
|
+
wb: 'contact@pourcentage.fr',
|
|
39
|
+
},
|
|
40
|
+
companyInformation: {
|
|
41
|
+
ape: '6920Z',
|
|
42
|
+
bp: '',
|
|
43
|
+
city: 'Laxou',
|
|
44
|
+
montantCapital: '150 000',
|
|
45
|
+
nomRaisonSociale: 'POURCENTAGE',
|
|
46
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
47
|
+
ECOrderCity: 'Nancy',
|
|
48
|
+
phone: '01 86 90 82 15',
|
|
49
|
+
postalAddress: '9, avenue du Rhin',
|
|
50
|
+
rcs: '891 501 181',
|
|
51
|
+
statut: 'SAS',
|
|
52
|
+
zipCode: '54 520',
|
|
53
|
+
},
|
|
54
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
55
|
+
logoUrl: 'logo-pourcentage.svg',
|
|
56
|
+
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
57
|
+
hiddenPages: [],
|
|
58
|
+
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
59
|
+
urlApp: 'https://app.pourcentage.fr',
|
|
60
|
+
urlApi1: 'https://api.pourcentage.fr',
|
|
61
|
+
urlApi2: 'https://api-next.pourcentage.fr',
|
|
62
|
+
urlExpert: 'https://pro.pourcentage.fr',
|
|
63
|
+
urlClient: 'https://www.pourcentage.fr',
|
|
64
|
+
bank: {
|
|
65
|
+
IBAN: 'FR7616106010019601826952765',
|
|
66
|
+
BIC: 'AGRIFRPP861',
|
|
67
|
+
Name: 'POURCENTAGE',
|
|
68
|
+
Id: 'FR57ZZZ878E61',
|
|
69
|
+
},
|
|
70
|
+
internalInvoicing: {
|
|
71
|
+
statut: 'SASU',
|
|
72
|
+
name: 'POURCENTAGE',
|
|
73
|
+
address: '9, avenue du Rhin',
|
|
74
|
+
zipCode: '54520',
|
|
75
|
+
city: 'LAXOU',
|
|
76
|
+
country: 'FRANCE',
|
|
77
|
+
montantCapital: '150 000',
|
|
78
|
+
siret: '89150118100020',
|
|
79
|
+
ape: '6920Z',
|
|
80
|
+
rcs: '891 501 181',
|
|
81
|
+
phone: '01 86 90 82 15',
|
|
82
|
+
vatIntracom: 'FR58891501181',
|
|
83
|
+
email: 'facturation@pourcentage.fr',
|
|
84
|
+
},
|
|
85
|
+
webmail: {
|
|
86
|
+
domain: '@pourcentage.fr',
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
idTypeBrand: 2,
|
|
91
|
+
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
92
|
+
logoS3: 'config/pourcentage-logo.png',
|
|
93
|
+
name: 'Paris',
|
|
94
|
+
colors: {
|
|
95
|
+
primary: '#1e6f5c',
|
|
96
|
+
primary50: '#DFF9F1',
|
|
97
|
+
primary100: '#8ACAB7',
|
|
98
|
+
primary300: '#589E89',
|
|
99
|
+
primary500: '#386D5D',
|
|
100
|
+
primary700: '#1F493D',
|
|
101
|
+
},
|
|
102
|
+
listPhones: {
|
|
103
|
+
contact: '01 48 58 29 45',
|
|
104
|
+
qualite: '01 48 58 29 45',
|
|
105
|
+
social: '01 48 58 29 45',
|
|
106
|
+
juridique: '01 48 58 29 45',
|
|
107
|
+
},
|
|
108
|
+
listMails: {
|
|
109
|
+
administratif: 'contact@pourcentage.fr',
|
|
110
|
+
app: 'contact@pourcentage.fr',
|
|
111
|
+
bonjour: 'bonjour@pourcentage.fr',
|
|
112
|
+
contact: 'contact@pourcentage.fr',
|
|
113
|
+
facturation: 'facturation@pourcentage.fr',
|
|
114
|
+
feedback: 'contact@pourcentage.fr',
|
|
115
|
+
juridique: 'juridique@pourcentage.fr',
|
|
116
|
+
informatique: 'contact@pourcentage.fr',
|
|
117
|
+
msd: 'contact@pourcentage.fr',
|
|
118
|
+
noreply: 'contact@pourcentage.fr',
|
|
119
|
+
qualite: 'contact@pourcentage.fr',
|
|
120
|
+
paiement: 'contact@pourcentage.fr',
|
|
121
|
+
rh: 'rh@pourcentage.fr',
|
|
122
|
+
social: 'social@pourcentage.fr',
|
|
123
|
+
support: 'contact@pourcentage.fr',
|
|
124
|
+
tva: 'contact@pourcentage.fr',
|
|
125
|
+
wb: 'contact@pourcentage.fr',
|
|
126
|
+
},
|
|
127
|
+
companyInformation: {
|
|
128
|
+
ape: '6920Z',
|
|
129
|
+
bp: '',
|
|
130
|
+
city: 'MONTREUIL SOUS BOIS',
|
|
131
|
+
montantCapital: '153 000',
|
|
132
|
+
nomRaisonSociale: 'SOFRAGECO',
|
|
133
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
134
|
+
ECOrderCity: 'Nancy',
|
|
135
|
+
phone: '01 48 58 29 45',
|
|
136
|
+
postalAddress: '72 AVENUE PASTEUR',
|
|
137
|
+
rcs: '345 081 996 R.C.S. Bobigny',
|
|
138
|
+
statut: 'SAS',
|
|
139
|
+
zipCode: '93 100',
|
|
140
|
+
},
|
|
141
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
142
|
+
logoUrl: 'logo-pourcentage.svg',
|
|
143
|
+
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
144
|
+
hiddenPages: [],
|
|
145
|
+
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
146
|
+
urlApp: 'https://app.pourcentage.fr',
|
|
147
|
+
urlApi1: 'https://api.pourcentage.fr',
|
|
148
|
+
urlApi2: 'https://api-next.pourcentage.fr',
|
|
149
|
+
urlExpert: 'https://pro.pourcentage.fr',
|
|
150
|
+
urlClient: 'https://www.pourcentage.fr',
|
|
151
|
+
bank: {
|
|
152
|
+
IBAN: '***',
|
|
153
|
+
BIC: '***',
|
|
154
|
+
Name: 'SOFRAGECO',
|
|
155
|
+
Id: 'FR17345081996',
|
|
156
|
+
},
|
|
157
|
+
internalInvoicing: {
|
|
158
|
+
statut: 'SAS',
|
|
159
|
+
name: 'SOFRAGECO',
|
|
160
|
+
address: '72 AVENUE PASTEUR',
|
|
161
|
+
zipCode: '93100',
|
|
162
|
+
city: 'MONTREUIL SOUS BOIS',
|
|
163
|
+
country: 'FRANCE',
|
|
164
|
+
montantCapital: '153 000',
|
|
165
|
+
siret: '34508199600026',
|
|
166
|
+
ape: '6920Z',
|
|
167
|
+
rcs: '345 081 996 R.C.S. Bobigny',
|
|
168
|
+
phone: '01 48 58 29 45',
|
|
169
|
+
vatIntracom: 'FR17345081996',
|
|
170
|
+
email: 'facturation@pourcentage.fr',
|
|
171
|
+
},
|
|
172
|
+
webmail: {
|
|
173
|
+
domain: '@pourcentage.fr',
|
|
174
|
+
},
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
idTypeBrand: 3,
|
|
178
|
+
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
179
|
+
logoS3: 'config/pourcentage-logo.png',
|
|
180
|
+
name: 'Nancy',
|
|
181
|
+
colors: {
|
|
182
|
+
primary: '#1e6f5c',
|
|
183
|
+
primary50: '#DFF9F1',
|
|
184
|
+
primary100: '#8ACAB7',
|
|
185
|
+
primary300: '#589E89',
|
|
186
|
+
primary500: '#386D5D',
|
|
187
|
+
primary700: '#1F493D',
|
|
188
|
+
},
|
|
189
|
+
listPhones: {
|
|
190
|
+
contact: '03 83 25 82 20',
|
|
191
|
+
qualite: '03 83 25 82 20',
|
|
192
|
+
social: '03 83 25 82 20',
|
|
193
|
+
juridique: '03 83 25 82 20',
|
|
194
|
+
},
|
|
195
|
+
listMails: {
|
|
196
|
+
administratif: 'contact@pourcentage.fr',
|
|
197
|
+
app: 'contact@pourcentage.fr',
|
|
198
|
+
bonjour: 'bonjour@pourcentage.fr',
|
|
199
|
+
contact: 'contact@pourcentage.fr',
|
|
200
|
+
facturation: 'facturation@pourcentage.fr',
|
|
201
|
+
feedback: 'contact@pourcentage.fr',
|
|
202
|
+
juridique: 'juridique@pourcentage.fr',
|
|
203
|
+
informatique: 'contact@pourcentage.fr',
|
|
204
|
+
msd: 'contact@pourcentage.fr',
|
|
205
|
+
noreply: 'contact@pourcentage.fr',
|
|
206
|
+
qualite: 'contact@pourcentage.fr',
|
|
207
|
+
paiement: 'contact@pourcentage.fr',
|
|
208
|
+
rh: 'rh@pourcentage.fr',
|
|
209
|
+
social: 'social@pourcentage.fr',
|
|
210
|
+
support: 'contact@pourcentage.fr',
|
|
211
|
+
tva: 'contact@pourcentage.fr',
|
|
212
|
+
wb: 'contact@pourcentage.fr',
|
|
213
|
+
},
|
|
214
|
+
companyInformation: {
|
|
215
|
+
ape: '6920Z',
|
|
216
|
+
bp: '',
|
|
217
|
+
city: 'Laxou',
|
|
218
|
+
montantCapital: '7 622',
|
|
219
|
+
nomRaisonSociale: 'AEC 54',
|
|
220
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
221
|
+
ECOrderCity: 'Nancy',
|
|
222
|
+
phone: '03 83 25 82 20',
|
|
223
|
+
postalAddress: '9, avenue du Rhin',
|
|
224
|
+
rcs: '315 519 587 R.C.S. Nancy',
|
|
225
|
+
statut: 'SARL',
|
|
226
|
+
zipCode: '54 520',
|
|
227
|
+
},
|
|
228
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
229
|
+
logoUrl: 'logo-pourcentage.svg',
|
|
230
|
+
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
231
|
+
hiddenPages: [],
|
|
232
|
+
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
233
|
+
urlApp: 'https://app.pourcentage.fr',
|
|
234
|
+
urlApi1: 'https://api.pourcentage.fr',
|
|
235
|
+
urlApi2: 'https://api-next.pourcentage.fr',
|
|
236
|
+
urlExpert: 'https://pro.pourcentage.fr',
|
|
237
|
+
urlClient: 'https://www.pourcentage.fr',
|
|
238
|
+
bank: {
|
|
239
|
+
IBAN: '***',
|
|
240
|
+
BIC: '****',
|
|
241
|
+
Name: 'AEC 54',
|
|
242
|
+
Id: 'FR84315519587',
|
|
243
|
+
},
|
|
244
|
+
internalInvoicing: {
|
|
245
|
+
statut: 'SARL',
|
|
246
|
+
name: 'AEC 54',
|
|
247
|
+
address: '9, avenue du Rhin',
|
|
248
|
+
zipCode: '54520',
|
|
249
|
+
city: 'LAXOU',
|
|
250
|
+
country: 'FRANCE',
|
|
251
|
+
montantCapital: '7 622',
|
|
252
|
+
siret: '31551958700069',
|
|
253
|
+
ape: '6920Z',
|
|
254
|
+
rcs: '315 519 587 R.C.S. Nancy',
|
|
255
|
+
phone: '03 83 25 82 20',
|
|
256
|
+
vatIntracom: 'FR84315519587',
|
|
257
|
+
email: 'facturation@pourcentage.fr',
|
|
258
|
+
},
|
|
259
|
+
webmail: {
|
|
260
|
+
domain: '@pourcentage.fr',
|
|
261
|
+
},
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
idTypeBrand: 4,
|
|
265
|
+
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
266
|
+
logoS3: 'config/pourcentage-logo.png',
|
|
267
|
+
name: 'EPINAL',
|
|
268
|
+
colors: {
|
|
269
|
+
primary: '#1e6f5c',
|
|
270
|
+
primary50: '#DFF9F1',
|
|
271
|
+
primary100: '#8ACAB7',
|
|
272
|
+
primary300: '#589E89',
|
|
273
|
+
primary500: '#386D5D',
|
|
274
|
+
primary700: '#1F493D',
|
|
275
|
+
},
|
|
276
|
+
listPhones: {
|
|
277
|
+
contact: '01 86 90 82 15',
|
|
278
|
+
qualite: '01 86 90 82 15',
|
|
279
|
+
social: '01 86 90 82 15',
|
|
280
|
+
juridique: '01 86 90 82 15',
|
|
281
|
+
},
|
|
282
|
+
listMails: {
|
|
283
|
+
administratif: 'contact@pourcentage.fr',
|
|
284
|
+
app: 'contact@pourcentage.fr',
|
|
285
|
+
bonjour: 'bonjour@pourcentage.fr',
|
|
286
|
+
contact: 'contact@pourcentage.fr',
|
|
287
|
+
facturation: 'facturation@pourcentage.fr',
|
|
288
|
+
feedback: 'contact@pourcentage.fr',
|
|
289
|
+
juridique: 'juridique@pourcentage.fr',
|
|
290
|
+
informatique: 'contact@pourcentage.fr',
|
|
291
|
+
msd: 'contact@pourcentage.fr',
|
|
292
|
+
noreply: 'contact@pourcentage.fr',
|
|
293
|
+
qualite: 'contact@pourcentage.fr',
|
|
294
|
+
paiement: 'contact@pourcentage.fr',
|
|
295
|
+
rh: 'rh@pourcentage.fr',
|
|
296
|
+
social: 'social@pourcentage.fr',
|
|
297
|
+
support: 'contact@pourcentage.fr',
|
|
298
|
+
tva: 'contact@pourcentage.fr',
|
|
299
|
+
wb: 'contact@pourcentage.fr',
|
|
300
|
+
},
|
|
301
|
+
companyInformation: {
|
|
302
|
+
ape: '6920Z',
|
|
303
|
+
bp: '',
|
|
304
|
+
city: 'Laxou',
|
|
305
|
+
montantCapital: '150 000',
|
|
306
|
+
nomRaisonSociale: 'POURCENTAGE',
|
|
307
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
308
|
+
ECOrderCity: 'Nancy',
|
|
309
|
+
phone: '01 86 90 82 15',
|
|
310
|
+
postalAddress: '9, avenue du Rhin',
|
|
311
|
+
rcs: '891 501 181',
|
|
312
|
+
statut: 'SAS',
|
|
313
|
+
zipCode: '54 520',
|
|
314
|
+
},
|
|
315
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
316
|
+
logoUrl: 'logo-pourcentage.svg',
|
|
317
|
+
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
318
|
+
hiddenPages: [],
|
|
319
|
+
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
320
|
+
urlApp: 'https://app.pourcentage.fr',
|
|
321
|
+
urlApi1: 'https://api.pourcentage.fr',
|
|
322
|
+
urlApi2: 'https://api-next.pourcentage.fr',
|
|
323
|
+
urlExpert: 'https://pro.pourcentage.fr',
|
|
324
|
+
urlClient: 'https://www.pourcentage.fr',
|
|
325
|
+
bank: {
|
|
326
|
+
IBAN: 'FR7616106010019601826952765',
|
|
327
|
+
BIC: 'AGRIFRPP861',
|
|
328
|
+
Name: 'POURCENTAGE',
|
|
329
|
+
Id: 'FR57ZZZ878E61',
|
|
330
|
+
},
|
|
331
|
+
internalInvoicing: {
|
|
332
|
+
statut: 'SASU',
|
|
333
|
+
name: 'POURCENTAGE',
|
|
334
|
+
address: '9, avenue du Rhin',
|
|
335
|
+
zipCode: '54520',
|
|
336
|
+
city: 'LAXOU',
|
|
337
|
+
country: 'FRANCE',
|
|
338
|
+
montantCapital: '150 000',
|
|
339
|
+
siret: '89150118100020',
|
|
340
|
+
ape: '6920Z',
|
|
341
|
+
rcs: '891 501 181',
|
|
342
|
+
phone: '01 86 90 82 15',
|
|
343
|
+
vatIntracom: 'FR58891501181',
|
|
344
|
+
email: 'facturation@pourcentage.fr',
|
|
345
|
+
},
|
|
346
|
+
webmail: {
|
|
347
|
+
domain: '@pourcentage.fr',
|
|
348
|
+
},
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
idTypeBrand: 5,
|
|
352
|
+
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
353
|
+
logoS3: 'config/pourcentage-logo.png',
|
|
354
|
+
name: 'NICE',
|
|
355
|
+
colors: {
|
|
356
|
+
primary: '#1e6f5c',
|
|
357
|
+
primary50: '#DFF9F1',
|
|
358
|
+
primary100: '#8ACAB7',
|
|
359
|
+
primary300: '#589E89',
|
|
360
|
+
primary500: '#386D5D',
|
|
361
|
+
primary700: '#1F493D',
|
|
362
|
+
},
|
|
363
|
+
listPhones: {
|
|
364
|
+
contact: '04 93 87 03 03',
|
|
365
|
+
qualite: '04 93 87 03 03',
|
|
366
|
+
social: '04 93 87 03 03',
|
|
367
|
+
juridique: '04 93 87 03 03',
|
|
368
|
+
},
|
|
369
|
+
listMails: {
|
|
370
|
+
administratif: 'contact@pourcentage.fr',
|
|
371
|
+
app: 'contact@pourcentage.fr',
|
|
372
|
+
bonjour: 'bonjour@pourcentage.fr',
|
|
373
|
+
contact: 'contact@pourcentage.fr',
|
|
374
|
+
facturation: 'facturation@pourcentage.fr',
|
|
375
|
+
feedback: 'contact@pourcentage.fr',
|
|
376
|
+
juridique: 'juridique@pourcentage.fr',
|
|
377
|
+
informatique: 'contact@pourcentage.fr',
|
|
378
|
+
msd: 'contact@pourcentage.fr',
|
|
379
|
+
noreply: 'contact@pourcentage.fr',
|
|
380
|
+
qualite: 'contact@pourcentage.fr',
|
|
381
|
+
paiement: 'contact@pourcentage.fr',
|
|
382
|
+
rh: 'rh@pourcentage.fr',
|
|
383
|
+
social: 'social@pourcentage.fr',
|
|
384
|
+
support: 'contact@pourcentage.fr',
|
|
385
|
+
tva: 'contact@pourcentage.fr',
|
|
386
|
+
wb: 'contact@pourcentage.fr',
|
|
387
|
+
},
|
|
388
|
+
companyInformation: {
|
|
389
|
+
ape: '6920Z',
|
|
390
|
+
bp: '',
|
|
391
|
+
city: 'NICE',
|
|
392
|
+
montantCapital: '466 800',
|
|
393
|
+
nomRaisonSociale: 'AMEX',
|
|
394
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
395
|
+
ECOrderCity: 'Nancy',
|
|
396
|
+
phone: '04 93 87 03 03',
|
|
397
|
+
postalAddress: '11, Boulevard Victor Hugo',
|
|
398
|
+
rcs: 'Nice B 882 255 094',
|
|
399
|
+
statut: 'SARL',
|
|
400
|
+
zipCode: '06 000',
|
|
401
|
+
},
|
|
402
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
403
|
+
logoUrl: 'logo-pourcentage.svg',
|
|
404
|
+
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
405
|
+
hiddenPages: [],
|
|
406
|
+
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
407
|
+
urlApp: 'https://app.pourcentage.fr',
|
|
408
|
+
urlApi1: 'https://api.pourcentage.fr',
|
|
409
|
+
urlApi2: 'https://api-next.pourcentage.fr',
|
|
410
|
+
urlExpert: 'https://pro.pourcentage.fr',
|
|
411
|
+
urlClient: 'https://www.pourcentage.fr',
|
|
412
|
+
bank: {
|
|
413
|
+
IBAN: '***',
|
|
414
|
+
BIC: '***',
|
|
415
|
+
Name: 'AMEX',
|
|
416
|
+
Id: 'FR14882255094',
|
|
417
|
+
},
|
|
418
|
+
internalInvoicing: {
|
|
419
|
+
statut: 'SARL',
|
|
420
|
+
name: 'AMEX',
|
|
421
|
+
address: '11, Boulevard Victor Hugo',
|
|
422
|
+
zipCode: '06 000',
|
|
423
|
+
city: 'NICE',
|
|
424
|
+
country: 'FRANCE',
|
|
425
|
+
montantCapital: '466 800',
|
|
426
|
+
siret: '88225509400014',
|
|
427
|
+
ape: '6920Z',
|
|
428
|
+
rcs: 'Nice B 882 255 094',
|
|
429
|
+
phone: '04 93 87 03 03',
|
|
430
|
+
vatIntracom: 'FR14882255094',
|
|
431
|
+
email: 'facturation@pourcentage.fr',
|
|
432
|
+
},
|
|
433
|
+
webmail: {
|
|
434
|
+
domain: '@pourcentage.fr',
|
|
435
|
+
},
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
idTypeBrand: 1,
|
|
439
|
+
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
440
|
+
logoS3: 'config/pourcentage-logo.png',
|
|
441
|
+
name: 'Marseille',
|
|
7
442
|
colors: {
|
|
8
443
|
primary: '#1e6f5c',
|
|
9
444
|
primary50: '#DFF9F1',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandPourcentage.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B;QACE,WAAW,EAAE,CAAC;QACd,KAAK,EAAE,2DAA2D;QAClE,MAAM,EAAE,6BAA6B;QACrC,IAAI,EAAE,aAAa;QACnB,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,SAAS;YACpB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;SACtB;QACD,UAAU,EAAE;YACV,OAAO,EAAE,gBAAgB;YACzB,OAAO,EAAE,gBAAgB;YACzB,MAAM,EAAE,gBAAgB;YACxB,SAAS,EAAE,gBAAgB;SAC5B;QACD,SAAS,EAAE;YACT,aAAa,EAAE,wBAAwB;YACvC,GAAG,EAAE,wBAAwB;YAC7B,OAAO,EAAE,wBAAwB;YACjC,OAAO,EAAE,wBAAwB;YACjC,WAAW,EAAE,4BAA4B;YACzC,QAAQ,EAAE,wBAAwB;YAClC,SAAS,EAAE,0BAA0B;YACrC,YAAY,EAAE,wBAAwB;YACtC,GAAG,EAAE,wBAAwB;YAC7B,OAAO,EAAE,wBAAwB;YACjC,OAAO,EAAE,wBAAwB;YACjC,QAAQ,EAAE,wBAAwB;YAClC,EAAE,EAAE,mBAAmB;YACvB,MAAM,EAAE,uBAAuB;YAC/B,OAAO,EAAE,wBAAwB;YACjC,GAAG,EAAE,wBAAwB;YAC7B,EAAE,EAAE,wBAAwB;SAC7B;QACD,kBAAkB,EAAE;YAClB,GAAG,EAAE,OAAO;YACZ,EAAE,EAAE,EAAE;YACN,IAAI,EAAE,OAAO;YACb,cAAc,EAAE,SAAS;YACzB,gBAAgB,EAAE,aAAa;YAC/B,MAAM,EAAE,sBAAsB;YAC9B,WAAW,EAAE,OAAO;YACpB,KAAK,EAAE,gBAAgB;YACvB,aAAa,EAAE,mBAAmB;YAClC,GAAG,EAAE,aAAa;YAClB,MAAM,EAAE,KAAK;YACb,OAAO,EAAE,QAAQ;SAClB;QACD,2BAA2B,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;QAC1D,OAAO,EAAE,sBAAsB;QAC/B,WAAW,EAAE,2BAA2B;QACxC,WAAW,EAAE,EAAE;QACf,kBAAkB,EAAE,0CAA0C;QAC9D,MAAM,EAAE,4BAA4B;QACpC,OAAO,EAAE,4BAA4B;QACrC,OAAO,EAAE,iCAAiC;QAC1C,SAAS,EAAE,4BAA4B;QACvC,SAAS,EAAE,4BAA4B;QACvC,IAAI,EAAE;YACJ,IAAI,EAAE,6BAA6B;YACnC,GAAG,EAAE,aAAa;YAClB,IAAI,EAAE,aAAa;YACnB,EAAE,EAAE,eAAe;SACpB;QACD,iBAAiB,EAAE;YACjB,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,aAAa;YACnB,OAAO,EAAE,mBAAmB;YAC5B,OAAO,EAAE,OAAO;YAChB,IAAI,EAAE,OAAO;YACb,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,SAAS;YACzB,KAAK,EAAE,gBAAgB;YACvB,GAAG,EAAE,OAAO;YACZ,GAAG,EAAE,aAAa;YAClB,KAAK,EAAE,gBAAgB;YACvB,WAAW,EAAE,eAAe;YAC5B,KAAK,EAAE,4BAA4B;SACpC;QACD,OAAO,EAAE;YACP,MAAM,EAAE,iBAAiB;SAC1B;KACF;CACF,CAAC","sourcesContent":["export const BrandPourcentage = [\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n];"]}
|
|
1
|
+
{"version":3,"file":"BrandPourcentage.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"names":[],"mappings":"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","sourcesContent":["export const BrandPourcentage = [\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage OnLine',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 2,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Paris', // Sofrageco\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 48 58 29 45',\n qualite: '01 48 58 29 45',\n social: '01 48 58 29 45',\n juridique: '01 48 58 29 45',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'MONTREUIL SOUS BOIS',\n montantCapital: '153 000',\n nomRaisonSociale: 'SOFRAGECO',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 48 58 29 45',\n postalAddress: '72 AVENUE PASTEUR',\n rcs: '345 081 996 R.C.S. Bobigny',\n statut: 'SAS',\n zipCode: '93 100',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: '***',\n BIC: '***',\n Name: 'SOFRAGECO',\n Id: 'FR17345081996',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'SOFRAGECO',\n address: '72 AVENUE PASTEUR',\n zipCode: '93100',\n city: 'MONTREUIL SOUS BOIS',\n country: 'FRANCE',\n montantCapital: '153 000',\n siret: '34508199600026',\n ape: '6920Z',\n rcs: '345 081 996 R.C.S. Bobigny',\n phone: '01 48 58 29 45',\n vatIntracom: 'FR17345081996',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 3,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Nancy', // AEC54\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '03 83 25 82 20',\n qualite: '03 83 25 82 20',\n social: '03 83 25 82 20',\n juridique: '03 83 25 82 20',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '7 622',\n nomRaisonSociale: 'AEC 54',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 25 82 20',\n postalAddress: '9, avenue du Rhin',\n rcs: '315 519 587 R.C.S. Nancy',\n statut: 'SARL',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: '***',\n BIC: '****',\n Name: 'AEC 54',\n Id: 'FR84315519587',\n },\n internalInvoicing: {\n statut: 'SARL',\n name: 'AEC 54',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '7 622',\n siret: '31551958700069',\n ape: '6920Z',\n rcs: '315 519 587 R.C.S. Nancy',\n phone: '03 83 25 82 20',\n vatIntracom: 'FR84315519587',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 4,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'EPINAL', // Pourcentage EPINAL\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 5,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'NICE', // AMEX\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '04 93 87 03 03',\n qualite: '04 93 87 03 03',\n social: '04 93 87 03 03',\n juridique: '04 93 87 03 03',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'NICE',\n montantCapital: '466 800',\n nomRaisonSociale: 'AMEX',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '04 93 87 03 03',\n postalAddress: '11, Boulevard Victor Hugo',\n rcs: 'Nice B 882 255 094',\n statut: 'SARL',\n zipCode: '06 000',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: '***',\n BIC: '***',\n Name: 'AMEX',\n Id: 'FR14882255094',\n },\n internalInvoicing: {\n statut: 'SARL',\n name: 'AMEX',\n address: '11, Boulevard Victor Hugo',\n zipCode: '06 000',\n city: 'NICE',\n country: 'FRANCE',\n montantCapital: '466 800',\n siret: '88225509400014',\n ape: '6920Z',\n rcs: 'Nice B 882 255 094',\n phone: '04 93 87 03 03',\n vatIntracom: 'FR14882255094',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Marseille', // Pourcentage Marseille\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n];"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare enum ReasonTerminationType {
|
|
2
|
+
LIQUIDATION = 1,
|
|
3
|
+
PRICE = 2,
|
|
4
|
+
CHANGE_EC_ONLINE = 3,
|
|
5
|
+
CHANGE_EC_CLASSIC = 4,
|
|
6
|
+
RETIREMENT = 5,
|
|
7
|
+
SELL = 6,
|
|
8
|
+
CONFLICT = 7,
|
|
9
|
+
UNPAYED = 8,
|
|
10
|
+
SOFTWARE = 9,
|
|
11
|
+
RESIGNATION_FROM_THE_MISSION = 10,
|
|
12
|
+
MAIL_LRAR = 11,
|
|
13
|
+
NON_COMPLIANT = 12,
|
|
14
|
+
NO_RESPONSE = 13,
|
|
15
|
+
DISCONTINUED = 14,
|
|
16
|
+
UPDATE = 15,
|
|
17
|
+
ACTIVITY_CESSATION = 16
|
|
18
|
+
}
|
|
19
|
+
export declare const ReasonTerminationTypeDetail: {
|
|
20
|
+
id: ReasonTerminationType;
|
|
21
|
+
label: string;
|
|
22
|
+
}[];
|
|
23
|
+
//# sourceMappingURL=ReasonTerminationType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReasonTerminationType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/ReasonTerminationType.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC/B,WAAW,IAAI;IACf,KAAK,IAAI;IACT,gBAAgB,IAAI;IACpB,iBAAiB,IAAI;IACrB,UAAU,IAAI;IACd,IAAI,IAAI;IACR,QAAQ,IAAI;IACZ,OAAO,IAAI;IACX,QAAQ,IAAI;IACZ,4BAA4B,KAAK;IACjC,SAAS,KAAK;IACd,aAAa,KAAK;IAClB,WAAW,KAAK;IAChB,YAAY,KAAK;IACjB,MAAM,KAAK;IACX,kBAAkB,KAAK;CACxB;AAED,eAAO,MAAM,2BAA2B;;;GAiEvC,CAAC"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
export var ReasonTerminationType;
|
|
2
|
+
(function (ReasonTerminationType) {
|
|
3
|
+
ReasonTerminationType[ReasonTerminationType["LIQUIDATION"] = 1] = "LIQUIDATION";
|
|
4
|
+
ReasonTerminationType[ReasonTerminationType["PRICE"] = 2] = "PRICE";
|
|
5
|
+
ReasonTerminationType[ReasonTerminationType["CHANGE_EC_ONLINE"] = 3] = "CHANGE_EC_ONLINE";
|
|
6
|
+
ReasonTerminationType[ReasonTerminationType["CHANGE_EC_CLASSIC"] = 4] = "CHANGE_EC_CLASSIC";
|
|
7
|
+
ReasonTerminationType[ReasonTerminationType["RETIREMENT"] = 5] = "RETIREMENT";
|
|
8
|
+
ReasonTerminationType[ReasonTerminationType["SELL"] = 6] = "SELL";
|
|
9
|
+
ReasonTerminationType[ReasonTerminationType["CONFLICT"] = 7] = "CONFLICT";
|
|
10
|
+
ReasonTerminationType[ReasonTerminationType["UNPAYED"] = 8] = "UNPAYED";
|
|
11
|
+
ReasonTerminationType[ReasonTerminationType["SOFTWARE"] = 9] = "SOFTWARE";
|
|
12
|
+
ReasonTerminationType[ReasonTerminationType["RESIGNATION_FROM_THE_MISSION"] = 10] = "RESIGNATION_FROM_THE_MISSION";
|
|
13
|
+
ReasonTerminationType[ReasonTerminationType["MAIL_LRAR"] = 11] = "MAIL_LRAR";
|
|
14
|
+
ReasonTerminationType[ReasonTerminationType["NON_COMPLIANT"] = 12] = "NON_COMPLIANT";
|
|
15
|
+
ReasonTerminationType[ReasonTerminationType["NO_RESPONSE"] = 13] = "NO_RESPONSE";
|
|
16
|
+
ReasonTerminationType[ReasonTerminationType["DISCONTINUED"] = 14] = "DISCONTINUED";
|
|
17
|
+
ReasonTerminationType[ReasonTerminationType["UPDATE"] = 15] = "UPDATE";
|
|
18
|
+
ReasonTerminationType[ReasonTerminationType["ACTIVITY_CESSATION"] = 16] = "ACTIVITY_CESSATION";
|
|
19
|
+
})(ReasonTerminationType || (ReasonTerminationType = {}));
|
|
20
|
+
export const ReasonTerminationTypeDetail = [
|
|
21
|
+
{
|
|
22
|
+
id: ReasonTerminationType.LIQUIDATION,
|
|
23
|
+
label: 'Liquidation',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
id: ReasonTerminationType.PRICE,
|
|
27
|
+
label: 'Prix',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
id: ReasonTerminationType.CHANGE_EC_ONLINE,
|
|
31
|
+
label: 'Changement EC en ligne',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
id: ReasonTerminationType.CHANGE_EC_CLASSIC,
|
|
35
|
+
label: 'Changement EC classique',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
id: ReasonTerminationType.RETIREMENT,
|
|
39
|
+
label: 'Retraite',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
id: ReasonTerminationType.SELL,
|
|
43
|
+
label: 'Vente',
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
id: ReasonTerminationType.CONFLICT,
|
|
47
|
+
label: 'Conflit',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
id: ReasonTerminationType.UNPAYED,
|
|
51
|
+
label: 'Impayé',
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
id: ReasonTerminationType.SOFTWARE,
|
|
55
|
+
label: 'Logiciel',
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
id: ReasonTerminationType.RESIGNATION_FROM_THE_MISSION,
|
|
59
|
+
label: 'Démission de la mission',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
id: ReasonTerminationType.MAIL_LRAR,
|
|
63
|
+
label: 'Mail/LRAR',
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
id: ReasonTerminationType.NON_COMPLIANT,
|
|
67
|
+
label: 'Non conforme',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
id: ReasonTerminationType.NO_RESPONSE,
|
|
71
|
+
label: 'Pas de réponse au premier entretien',
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
id: ReasonTerminationType.DISCONTINUED,
|
|
75
|
+
label: 'Abandon de constitution',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
id: ReasonTerminationType.UPDATE,
|
|
79
|
+
label: 'Mise à jour du clémentinier',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
id: ReasonTerminationType.ACTIVITY_CESSATION,
|
|
83
|
+
label: 'Cessation d\'activité',
|
|
84
|
+
},
|
|
85
|
+
];
|
|
86
|
+
//# sourceMappingURL=ReasonTerminationType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReasonTerminationType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ReasonTerminationType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,qBAiBX;AAjBD,WAAY,qBAAqB;IAC/B,+EAAe,CAAA;IACf,mEAAS,CAAA;IACT,yFAAoB,CAAA;IACpB,2FAAqB,CAAA;IACrB,6EAAc,CAAA;IACd,iEAAQ,CAAA;IACR,yEAAY,CAAA;IACZ,uEAAW,CAAA;IACX,yEAAY,CAAA;IACZ,kHAAiC,CAAA;IACjC,4EAAc,CAAA;IACd,oFAAkB,CAAA;IAClB,gFAAgB,CAAA;IAChB,kFAAiB,CAAA;IACjB,sEAAW,CAAA;IACX,8FAAuB,CAAA;AACzB,CAAC,EAjBW,qBAAqB,KAArB,qBAAqB,QAiBhC;AAED,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC;QACE,EAAE,EAAE,qBAAqB,CAAC,WAAW;QACrC,KAAK,EAAE,aAAa;KACrB;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,KAAK;QAC/B,KAAK,EAAE,MAAM;KACd;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,gBAAgB;QAC1C,KAAK,EAAE,wBAAwB;KAChC;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,iBAAiB;QAC3C,KAAK,EAAE,yBAAyB;KACjC;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,UAAU;QACpC,KAAK,EAAE,UAAU;KAClB;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,IAAI;QAC9B,KAAK,EAAE,OAAO;KACf;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,QAAQ;QAClC,KAAK,EAAE,SAAS;KACjB;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,OAAO;QACjC,KAAK,EAAE,QAAQ;KAChB;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,QAAQ;QAClC,KAAK,EAAE,UAAU;KAClB;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,4BAA4B;QACtD,KAAK,EAAE,yBAAyB;KACjC;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,SAAS;QACnC,KAAK,EAAE,WAAW;KACnB;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,aAAa;QACvC,KAAK,EAAE,cAAc;KACtB;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,WAAW;QACrC,KAAK,EAAE,qCAAqC;KAC7C;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,YAAY;QACtC,KAAK,EAAE,yBAAyB;KACjC;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,MAAM;QAChC,KAAK,EAAE,6BAA6B;KACrC;IACD;QACE,EAAE,EAAE,qBAAqB,CAAC,kBAAkB;QAC5C,KAAK,EAAE,uBAAuB;KAC/B;CACF,CAAC","sourcesContent":["export enum ReasonTerminationType {\n LIQUIDATION = 1,\n PRICE = 2,\n CHANGE_EC_ONLINE = 3,\n CHANGE_EC_CLASSIC = 4,\n RETIREMENT = 5,\n SELL = 6,\n CONFLICT = 7,\n UNPAYED = 8,\n SOFTWARE = 9,\n RESIGNATION_FROM_THE_MISSION = 10,\n MAIL_LRAR = 11,\n NON_COMPLIANT = 12,\n NO_RESPONSE = 13,\n DISCONTINUED = 14,\n UPDATE = 15,\n ACTIVITY_CESSATION = 16,\n}\n\nexport const ReasonTerminationTypeDetail = [\n {\n id: ReasonTerminationType.LIQUIDATION,\n label: 'Liquidation',\n },\n {\n id: ReasonTerminationType.PRICE,\n label: 'Prix',\n },\n {\n id: ReasonTerminationType.CHANGE_EC_ONLINE,\n label: 'Changement EC en ligne',\n },\n {\n id: ReasonTerminationType.CHANGE_EC_CLASSIC,\n label: 'Changement EC classique',\n },\n {\n id: ReasonTerminationType.RETIREMENT,\n label: 'Retraite',\n },\n {\n id: ReasonTerminationType.SELL,\n label: 'Vente',\n },\n {\n id: ReasonTerminationType.CONFLICT,\n label: 'Conflit',\n },\n {\n id: ReasonTerminationType.UNPAYED,\n label: 'Impayé',\n },\n {\n id: ReasonTerminationType.SOFTWARE,\n label: 'Logiciel',\n },\n {\n id: ReasonTerminationType.RESIGNATION_FROM_THE_MISSION,\n label: 'Démission de la mission',\n },\n {\n id: ReasonTerminationType.MAIL_LRAR,\n label: 'Mail/LRAR',\n },\n {\n id: ReasonTerminationType.NON_COMPLIANT,\n label: 'Non conforme',\n },\n {\n id: ReasonTerminationType.NO_RESPONSE,\n label: 'Pas de réponse au premier entretien',\n },\n {\n id: ReasonTerminationType.DISCONTINUED,\n label: 'Abandon de constitution',\n },\n {\n id: ReasonTerminationType.UPDATE,\n label: 'Mise à jour du clémentinier',\n },\n {\n id: ReasonTerminationType.ACTIVITY_CESSATION,\n label: 'Cessation d\\'activité',\n },\n];"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/RemoteType.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,UAAU,IAAI;IACd,MAAM,IAAI;IACV,MAAM,IAAI;CACX;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC;IAAE,EAAE,EAAE,UAAU,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAarE,CAAC"}
|