@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
|
@@ -7,7 +7,437 @@ const BrandPourcentage = exports.BrandPourcentage = [{
|
|
|
7
7
|
idTypeBrand: 1,
|
|
8
8
|
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
9
9
|
logoS3: 'config/pourcentage-logo.png',
|
|
10
|
-
name: 'Pourcentage',
|
|
10
|
+
name: 'Pourcentage OnLine',
|
|
11
|
+
colors: {
|
|
12
|
+
primary: '#1e6f5c',
|
|
13
|
+
primary50: '#DFF9F1',
|
|
14
|
+
primary100: '#8ACAB7',
|
|
15
|
+
primary300: '#589E89',
|
|
16
|
+
primary500: '#386D5D',
|
|
17
|
+
primary700: '#1F493D'
|
|
18
|
+
},
|
|
19
|
+
listPhones: {
|
|
20
|
+
contact: '01 86 90 82 15',
|
|
21
|
+
qualite: '01 86 90 82 15',
|
|
22
|
+
social: '01 86 90 82 15',
|
|
23
|
+
juridique: '01 86 90 82 15'
|
|
24
|
+
},
|
|
25
|
+
listMails: {
|
|
26
|
+
administratif: 'contact@pourcentage.fr',
|
|
27
|
+
app: 'contact@pourcentage.fr',
|
|
28
|
+
bonjour: 'bonjour@pourcentage.fr',
|
|
29
|
+
contact: 'contact@pourcentage.fr',
|
|
30
|
+
facturation: 'facturation@pourcentage.fr',
|
|
31
|
+
feedback: 'contact@pourcentage.fr',
|
|
32
|
+
juridique: 'juridique@pourcentage.fr',
|
|
33
|
+
informatique: 'contact@pourcentage.fr',
|
|
34
|
+
msd: 'contact@pourcentage.fr',
|
|
35
|
+
noreply: 'contact@pourcentage.fr',
|
|
36
|
+
qualite: 'contact@pourcentage.fr',
|
|
37
|
+
paiement: 'contact@pourcentage.fr',
|
|
38
|
+
rh: 'rh@pourcentage.fr',
|
|
39
|
+
social: 'social@pourcentage.fr',
|
|
40
|
+
support: 'contact@pourcentage.fr',
|
|
41
|
+
tva: 'contact@pourcentage.fr',
|
|
42
|
+
wb: 'contact@pourcentage.fr'
|
|
43
|
+
},
|
|
44
|
+
companyInformation: {
|
|
45
|
+
ape: '6920Z',
|
|
46
|
+
bp: '',
|
|
47
|
+
city: 'Laxou',
|
|
48
|
+
montantCapital: '150 000',
|
|
49
|
+
nomRaisonSociale: 'POURCENTAGE',
|
|
50
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
51
|
+
ECOrderCity: 'Nancy',
|
|
52
|
+
phone: '01 86 90 82 15',
|
|
53
|
+
postalAddress: '9, avenue du Rhin',
|
|
54
|
+
rcs: '891 501 181',
|
|
55
|
+
statut: 'SAS',
|
|
56
|
+
zipCode: '54 520'
|
|
57
|
+
},
|
|
58
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
59
|
+
logoUrl: 'logo-pourcentage.svg',
|
|
60
|
+
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
61
|
+
hiddenPages: [],
|
|
62
|
+
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
63
|
+
urlApp: 'https://app.pourcentage.fr',
|
|
64
|
+
urlApi1: 'https://api.pourcentage.fr',
|
|
65
|
+
urlApi2: 'https://api-next.pourcentage.fr',
|
|
66
|
+
urlExpert: 'https://pro.pourcentage.fr',
|
|
67
|
+
urlClient: 'https://www.pourcentage.fr',
|
|
68
|
+
bank: {
|
|
69
|
+
IBAN: 'FR7616106010019601826952765',
|
|
70
|
+
BIC: 'AGRIFRPP861',
|
|
71
|
+
Name: 'POURCENTAGE',
|
|
72
|
+
Id: 'FR57ZZZ878E61'
|
|
73
|
+
},
|
|
74
|
+
internalInvoicing: {
|
|
75
|
+
statut: 'SASU',
|
|
76
|
+
name: 'POURCENTAGE',
|
|
77
|
+
address: '9, avenue du Rhin',
|
|
78
|
+
zipCode: '54520',
|
|
79
|
+
city: 'LAXOU',
|
|
80
|
+
country: 'FRANCE',
|
|
81
|
+
montantCapital: '150 000',
|
|
82
|
+
siret: '89150118100020',
|
|
83
|
+
ape: '6920Z',
|
|
84
|
+
rcs: '891 501 181',
|
|
85
|
+
phone: '01 86 90 82 15',
|
|
86
|
+
vatIntracom: 'FR58891501181',
|
|
87
|
+
email: 'facturation@pourcentage.fr'
|
|
88
|
+
},
|
|
89
|
+
webmail: {
|
|
90
|
+
domain: '@pourcentage.fr'
|
|
91
|
+
}
|
|
92
|
+
}, {
|
|
93
|
+
idTypeBrand: 2,
|
|
94
|
+
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
95
|
+
logoS3: 'config/pourcentage-logo.png',
|
|
96
|
+
name: 'Paris',
|
|
97
|
+
colors: {
|
|
98
|
+
primary: '#1e6f5c',
|
|
99
|
+
primary50: '#DFF9F1',
|
|
100
|
+
primary100: '#8ACAB7',
|
|
101
|
+
primary300: '#589E89',
|
|
102
|
+
primary500: '#386D5D',
|
|
103
|
+
primary700: '#1F493D'
|
|
104
|
+
},
|
|
105
|
+
listPhones: {
|
|
106
|
+
contact: '01 48 58 29 45',
|
|
107
|
+
qualite: '01 48 58 29 45',
|
|
108
|
+
social: '01 48 58 29 45',
|
|
109
|
+
juridique: '01 48 58 29 45'
|
|
110
|
+
},
|
|
111
|
+
listMails: {
|
|
112
|
+
administratif: 'contact@pourcentage.fr',
|
|
113
|
+
app: 'contact@pourcentage.fr',
|
|
114
|
+
bonjour: 'bonjour@pourcentage.fr',
|
|
115
|
+
contact: 'contact@pourcentage.fr',
|
|
116
|
+
facturation: 'facturation@pourcentage.fr',
|
|
117
|
+
feedback: 'contact@pourcentage.fr',
|
|
118
|
+
juridique: 'juridique@pourcentage.fr',
|
|
119
|
+
informatique: 'contact@pourcentage.fr',
|
|
120
|
+
msd: 'contact@pourcentage.fr',
|
|
121
|
+
noreply: 'contact@pourcentage.fr',
|
|
122
|
+
qualite: 'contact@pourcentage.fr',
|
|
123
|
+
paiement: 'contact@pourcentage.fr',
|
|
124
|
+
rh: 'rh@pourcentage.fr',
|
|
125
|
+
social: 'social@pourcentage.fr',
|
|
126
|
+
support: 'contact@pourcentage.fr',
|
|
127
|
+
tva: 'contact@pourcentage.fr',
|
|
128
|
+
wb: 'contact@pourcentage.fr'
|
|
129
|
+
},
|
|
130
|
+
companyInformation: {
|
|
131
|
+
ape: '6920Z',
|
|
132
|
+
bp: '',
|
|
133
|
+
city: 'MONTREUIL SOUS BOIS',
|
|
134
|
+
montantCapital: '153 000',
|
|
135
|
+
nomRaisonSociale: 'SOFRAGECO',
|
|
136
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
137
|
+
ECOrderCity: 'Nancy',
|
|
138
|
+
phone: '01 48 58 29 45',
|
|
139
|
+
postalAddress: '72 AVENUE PASTEUR',
|
|
140
|
+
rcs: '345 081 996 R.C.S. Bobigny',
|
|
141
|
+
statut: 'SAS',
|
|
142
|
+
zipCode: '93 100'
|
|
143
|
+
},
|
|
144
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
145
|
+
logoUrl: 'logo-pourcentage.svg',
|
|
146
|
+
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
147
|
+
hiddenPages: [],
|
|
148
|
+
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
149
|
+
urlApp: 'https://app.pourcentage.fr',
|
|
150
|
+
urlApi1: 'https://api.pourcentage.fr',
|
|
151
|
+
urlApi2: 'https://api-next.pourcentage.fr',
|
|
152
|
+
urlExpert: 'https://pro.pourcentage.fr',
|
|
153
|
+
urlClient: 'https://www.pourcentage.fr',
|
|
154
|
+
bank: {
|
|
155
|
+
IBAN: '***',
|
|
156
|
+
BIC: '***',
|
|
157
|
+
Name: 'SOFRAGECO',
|
|
158
|
+
Id: 'FR17345081996'
|
|
159
|
+
},
|
|
160
|
+
internalInvoicing: {
|
|
161
|
+
statut: 'SAS',
|
|
162
|
+
name: 'SOFRAGECO',
|
|
163
|
+
address: '72 AVENUE PASTEUR',
|
|
164
|
+
zipCode: '93100',
|
|
165
|
+
city: 'MONTREUIL SOUS BOIS',
|
|
166
|
+
country: 'FRANCE',
|
|
167
|
+
montantCapital: '153 000',
|
|
168
|
+
siret: '34508199600026',
|
|
169
|
+
ape: '6920Z',
|
|
170
|
+
rcs: '345 081 996 R.C.S. Bobigny',
|
|
171
|
+
phone: '01 48 58 29 45',
|
|
172
|
+
vatIntracom: 'FR17345081996',
|
|
173
|
+
email: 'facturation@pourcentage.fr'
|
|
174
|
+
},
|
|
175
|
+
webmail: {
|
|
176
|
+
domain: '@pourcentage.fr'
|
|
177
|
+
}
|
|
178
|
+
}, {
|
|
179
|
+
idTypeBrand: 3,
|
|
180
|
+
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
181
|
+
logoS3: 'config/pourcentage-logo.png',
|
|
182
|
+
name: 'Nancy',
|
|
183
|
+
colors: {
|
|
184
|
+
primary: '#1e6f5c',
|
|
185
|
+
primary50: '#DFF9F1',
|
|
186
|
+
primary100: '#8ACAB7',
|
|
187
|
+
primary300: '#589E89',
|
|
188
|
+
primary500: '#386D5D',
|
|
189
|
+
primary700: '#1F493D'
|
|
190
|
+
},
|
|
191
|
+
listPhones: {
|
|
192
|
+
contact: '03 83 25 82 20',
|
|
193
|
+
qualite: '03 83 25 82 20',
|
|
194
|
+
social: '03 83 25 82 20',
|
|
195
|
+
juridique: '03 83 25 82 20'
|
|
196
|
+
},
|
|
197
|
+
listMails: {
|
|
198
|
+
administratif: 'contact@pourcentage.fr',
|
|
199
|
+
app: 'contact@pourcentage.fr',
|
|
200
|
+
bonjour: 'bonjour@pourcentage.fr',
|
|
201
|
+
contact: 'contact@pourcentage.fr',
|
|
202
|
+
facturation: 'facturation@pourcentage.fr',
|
|
203
|
+
feedback: 'contact@pourcentage.fr',
|
|
204
|
+
juridique: 'juridique@pourcentage.fr',
|
|
205
|
+
informatique: 'contact@pourcentage.fr',
|
|
206
|
+
msd: 'contact@pourcentage.fr',
|
|
207
|
+
noreply: 'contact@pourcentage.fr',
|
|
208
|
+
qualite: 'contact@pourcentage.fr',
|
|
209
|
+
paiement: 'contact@pourcentage.fr',
|
|
210
|
+
rh: 'rh@pourcentage.fr',
|
|
211
|
+
social: 'social@pourcentage.fr',
|
|
212
|
+
support: 'contact@pourcentage.fr',
|
|
213
|
+
tva: 'contact@pourcentage.fr',
|
|
214
|
+
wb: 'contact@pourcentage.fr'
|
|
215
|
+
},
|
|
216
|
+
companyInformation: {
|
|
217
|
+
ape: '6920Z',
|
|
218
|
+
bp: '',
|
|
219
|
+
city: 'Laxou',
|
|
220
|
+
montantCapital: '7 622',
|
|
221
|
+
nomRaisonSociale: 'AEC 54',
|
|
222
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
223
|
+
ECOrderCity: 'Nancy',
|
|
224
|
+
phone: '03 83 25 82 20',
|
|
225
|
+
postalAddress: '9, avenue du Rhin',
|
|
226
|
+
rcs: '315 519 587 R.C.S. Nancy',
|
|
227
|
+
statut: 'SARL',
|
|
228
|
+
zipCode: '54 520'
|
|
229
|
+
},
|
|
230
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
231
|
+
logoUrl: 'logo-pourcentage.svg',
|
|
232
|
+
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
233
|
+
hiddenPages: [],
|
|
234
|
+
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
235
|
+
urlApp: 'https://app.pourcentage.fr',
|
|
236
|
+
urlApi1: 'https://api.pourcentage.fr',
|
|
237
|
+
urlApi2: 'https://api-next.pourcentage.fr',
|
|
238
|
+
urlExpert: 'https://pro.pourcentage.fr',
|
|
239
|
+
urlClient: 'https://www.pourcentage.fr',
|
|
240
|
+
bank: {
|
|
241
|
+
IBAN: '***',
|
|
242
|
+
BIC: '****',
|
|
243
|
+
Name: 'AEC 54',
|
|
244
|
+
Id: 'FR84315519587'
|
|
245
|
+
},
|
|
246
|
+
internalInvoicing: {
|
|
247
|
+
statut: 'SARL',
|
|
248
|
+
name: 'AEC 54',
|
|
249
|
+
address: '9, avenue du Rhin',
|
|
250
|
+
zipCode: '54520',
|
|
251
|
+
city: 'LAXOU',
|
|
252
|
+
country: 'FRANCE',
|
|
253
|
+
montantCapital: '7 622',
|
|
254
|
+
siret: '31551958700069',
|
|
255
|
+
ape: '6920Z',
|
|
256
|
+
rcs: '315 519 587 R.C.S. Nancy',
|
|
257
|
+
phone: '03 83 25 82 20',
|
|
258
|
+
vatIntracom: 'FR84315519587',
|
|
259
|
+
email: 'facturation@pourcentage.fr'
|
|
260
|
+
},
|
|
261
|
+
webmail: {
|
|
262
|
+
domain: '@pourcentage.fr'
|
|
263
|
+
}
|
|
264
|
+
}, {
|
|
265
|
+
idTypeBrand: 4,
|
|
266
|
+
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
267
|
+
logoS3: 'config/pourcentage-logo.png',
|
|
268
|
+
name: 'EPINAL',
|
|
269
|
+
colors: {
|
|
270
|
+
primary: '#1e6f5c',
|
|
271
|
+
primary50: '#DFF9F1',
|
|
272
|
+
primary100: '#8ACAB7',
|
|
273
|
+
primary300: '#589E89',
|
|
274
|
+
primary500: '#386D5D',
|
|
275
|
+
primary700: '#1F493D'
|
|
276
|
+
},
|
|
277
|
+
listPhones: {
|
|
278
|
+
contact: '01 86 90 82 15',
|
|
279
|
+
qualite: '01 86 90 82 15',
|
|
280
|
+
social: '01 86 90 82 15',
|
|
281
|
+
juridique: '01 86 90 82 15'
|
|
282
|
+
},
|
|
283
|
+
listMails: {
|
|
284
|
+
administratif: 'contact@pourcentage.fr',
|
|
285
|
+
app: 'contact@pourcentage.fr',
|
|
286
|
+
bonjour: 'bonjour@pourcentage.fr',
|
|
287
|
+
contact: 'contact@pourcentage.fr',
|
|
288
|
+
facturation: 'facturation@pourcentage.fr',
|
|
289
|
+
feedback: 'contact@pourcentage.fr',
|
|
290
|
+
juridique: 'juridique@pourcentage.fr',
|
|
291
|
+
informatique: 'contact@pourcentage.fr',
|
|
292
|
+
msd: 'contact@pourcentage.fr',
|
|
293
|
+
noreply: 'contact@pourcentage.fr',
|
|
294
|
+
qualite: 'contact@pourcentage.fr',
|
|
295
|
+
paiement: 'contact@pourcentage.fr',
|
|
296
|
+
rh: 'rh@pourcentage.fr',
|
|
297
|
+
social: 'social@pourcentage.fr',
|
|
298
|
+
support: 'contact@pourcentage.fr',
|
|
299
|
+
tva: 'contact@pourcentage.fr',
|
|
300
|
+
wb: 'contact@pourcentage.fr'
|
|
301
|
+
},
|
|
302
|
+
companyInformation: {
|
|
303
|
+
ape: '6920Z',
|
|
304
|
+
bp: '',
|
|
305
|
+
city: 'Laxou',
|
|
306
|
+
montantCapital: '150 000',
|
|
307
|
+
nomRaisonSociale: 'POURCENTAGE',
|
|
308
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
309
|
+
ECOrderCity: 'Nancy',
|
|
310
|
+
phone: '01 86 90 82 15',
|
|
311
|
+
postalAddress: '9, avenue du Rhin',
|
|
312
|
+
rcs: '891 501 181',
|
|
313
|
+
statut: 'SAS',
|
|
314
|
+
zipCode: '54 520'
|
|
315
|
+
},
|
|
316
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
317
|
+
logoUrl: 'logo-pourcentage.svg',
|
|
318
|
+
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
319
|
+
hiddenPages: [],
|
|
320
|
+
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
321
|
+
urlApp: 'https://app.pourcentage.fr',
|
|
322
|
+
urlApi1: 'https://api.pourcentage.fr',
|
|
323
|
+
urlApi2: 'https://api-next.pourcentage.fr',
|
|
324
|
+
urlExpert: 'https://pro.pourcentage.fr',
|
|
325
|
+
urlClient: 'https://www.pourcentage.fr',
|
|
326
|
+
bank: {
|
|
327
|
+
IBAN: 'FR7616106010019601826952765',
|
|
328
|
+
BIC: 'AGRIFRPP861',
|
|
329
|
+
Name: 'POURCENTAGE',
|
|
330
|
+
Id: 'FR57ZZZ878E61'
|
|
331
|
+
},
|
|
332
|
+
internalInvoicing: {
|
|
333
|
+
statut: 'SASU',
|
|
334
|
+
name: 'POURCENTAGE',
|
|
335
|
+
address: '9, avenue du Rhin',
|
|
336
|
+
zipCode: '54520',
|
|
337
|
+
city: 'LAXOU',
|
|
338
|
+
country: 'FRANCE',
|
|
339
|
+
montantCapital: '150 000',
|
|
340
|
+
siret: '89150118100020',
|
|
341
|
+
ape: '6920Z',
|
|
342
|
+
rcs: '891 501 181',
|
|
343
|
+
phone: '01 86 90 82 15',
|
|
344
|
+
vatIntracom: 'FR58891501181',
|
|
345
|
+
email: 'facturation@pourcentage.fr'
|
|
346
|
+
},
|
|
347
|
+
webmail: {
|
|
348
|
+
domain: '@pourcentage.fr'
|
|
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
|
+
idTypeBrand: 1,
|
|
438
|
+
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
439
|
+
logoS3: 'config/pourcentage-logo.png',
|
|
440
|
+
name: 'Marseille',
|
|
11
441
|
colors: {
|
|
12
442
|
primary: '#1e6f5c',
|
|
13
443
|
primary50: '#DFF9F1',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandPourcentage.js","names":["BrandPourcentage","exports","idTypeBrand","urlS3","logoS3","name","colors","primary","primary50","primary100","primary300","primary500","primary700","listPhones","contact","qualite","social","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email","webmail","domain"],"sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"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];"],"mappings":";;;;;AAAO,MAAMA,gBAAgB,GAAAC,OAAA,CAAhBD,gBAAgB,GAAG,CAC9B;EACEE,WAAW,EAAE,CAAC;EACdC,KAAK,EAAE,2DAA2D;EAClEC,MAAM,EAAE,6BAA6B;EACrCC,IAAI,EAAE,aAAa;EACnBC,MAAM,EAAE;IACNC,OAAO,EAAE,SAAS;IAClBC,SAAS,EAAE,SAAS;IACpBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE;GACb;EACDC,UAAU,EAAE;IACVC,OAAO,EAAE,gBAAgB;IACzBC,OAAO,EAAE,gBAAgB;IACzBC,MAAM,EAAE,gBAAgB;IACxBC,SAAS,EAAE;GACZ;EACDC,SAAS,EAAE;IACTC,aAAa,EAAE,wBAAwB;IACvCC,GAAG,EAAE,wBAAwB;IAC7BC,OAAO,EAAE,wBAAwB;IACjCP,OAAO,EAAE,wBAAwB;IACjCQ,WAAW,EAAE,4BAA4B;IACzCC,QAAQ,EAAE,wBAAwB;IAClCN,SAAS,EAAE,0BAA0B;IACrCO,YAAY,EAAE,wBAAwB;IACtCC,GAAG,EAAE,wBAAwB;IAC7BC,OAAO,EAAE,wBAAwB;IACjCX,OAAO,EAAE,wBAAwB;IACjCY,QAAQ,EAAE,wBAAwB;IAClCC,EAAE,EAAE,mBAAmB;IACvBZ,MAAM,EAAE,uBAAuB;IAC/Ba,OAAO,EAAE,wBAAwB;IACjCC,GAAG,EAAE,wBAAwB;IAC7BC,EAAE,EAAE;GACL;EACDC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OAAO;IACZC,EAAE,EAAE,EAAE;IACNC,IAAI,EAAE,OAAO;IACbC,cAAc,EAAE,SAAS;IACzBC,gBAAgB,EAAE,aAAa;IAC/BC,MAAM,EAAE,sBAAsB;IAC9BC,WAAW,EAAE,OAAO;IACpBC,KAAK,EAAE,gBAAgB;IACvBC,aAAa,EAAE,mBAAmB;IAClCC,GAAG,EAAE,aAAa;IAClBC,MAAM,EAAE,KAAK;IACbC,OAAO,EAAE;GACV;EACDC,2BAA2B,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;EAC1DC,OAAO,EAAE,sBAAsB;EAC/BC,WAAW,EAAE,2BAA2B;EACxCC,WAAW,EAAE,EAAE;EACfC,kBAAkB,EAAE,0CAA0C;EAC9DC,MAAM,EAAE,4BAA4B;EACpCC,OAAO,EAAE,4BAA4B;EACrCC,OAAO,EAAE,iCAAiC;EAC1CC,SAAS,EAAE,4BAA4B;EACvCC,SAAS,EAAE,4BAA4B;EACvCC,IAAI,EAAE;IACJC,IAAI,EAAE,6BAA6B;IACnCC,GAAG,EAAE,aAAa;IAClBC,IAAI,EAAE,aAAa;IACnBC,EAAE,EAAE;GACL;EACDC,iBAAiB,EAAE;IACjBjB,MAAM,EAAE,MAAM;IACdtC,IAAI,EAAE,aAAa;IACnBwD,OAAO,EAAE,mBAAmB;IAC5BjB,OAAO,EAAE,OAAO;IAChBT,IAAI,EAAE,OAAO;IACb2B,OAAO,EAAE,QAAQ;IACjB1B,cAAc,EAAE,SAAS;IACzB2B,KAAK,EAAE,gBAAgB;IACvB9B,GAAG,EAAE,OAAO;IACZS,GAAG,EAAE,aAAa;IAClBF,KAAK,EAAE,gBAAgB;IACvBwB,WAAW,EAAE,eAAe;IAC5BC,KAAK,EAAE;GACR;EACDC,OAAO,EAAE;IACPC,MAAM,EAAE;;CAEX,CACF"}
|
|
1
|
+
{"version":3,"file":"BrandPourcentage.js","names":["BrandPourcentage","exports","idTypeBrand","urlS3","logoS3","name","colors","primary","primary50","primary100","primary300","primary500","primary700","listPhones","contact","qualite","social","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email","webmail","domain"],"sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"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];"],"mappings":"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"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var ReasonTerminationType = exports.ReasonTerminationType = undefined;
|
|
7
|
+
(function (ReasonTerminationType) {
|
|
8
|
+
ReasonTerminationType[ReasonTerminationType["LIQUIDATION"] = 1] = "LIQUIDATION";
|
|
9
|
+
ReasonTerminationType[ReasonTerminationType["PRICE"] = 2] = "PRICE";
|
|
10
|
+
ReasonTerminationType[ReasonTerminationType["CHANGE_EC_ONLINE"] = 3] = "CHANGE_EC_ONLINE";
|
|
11
|
+
ReasonTerminationType[ReasonTerminationType["CHANGE_EC_CLASSIC"] = 4] = "CHANGE_EC_CLASSIC";
|
|
12
|
+
ReasonTerminationType[ReasonTerminationType["RETIREMENT"] = 5] = "RETIREMENT";
|
|
13
|
+
ReasonTerminationType[ReasonTerminationType["SELL"] = 6] = "SELL";
|
|
14
|
+
ReasonTerminationType[ReasonTerminationType["CONFLICT"] = 7] = "CONFLICT";
|
|
15
|
+
ReasonTerminationType[ReasonTerminationType["UNPAYED"] = 8] = "UNPAYED";
|
|
16
|
+
ReasonTerminationType[ReasonTerminationType["SOFTWARE"] = 9] = "SOFTWARE";
|
|
17
|
+
ReasonTerminationType[ReasonTerminationType["RESIGNATION_FROM_THE_MISSION"] = 10] = "RESIGNATION_FROM_THE_MISSION";
|
|
18
|
+
ReasonTerminationType[ReasonTerminationType["MAIL_LRAR"] = 11] = "MAIL_LRAR";
|
|
19
|
+
ReasonTerminationType[ReasonTerminationType["NON_COMPLIANT"] = 12] = "NON_COMPLIANT";
|
|
20
|
+
ReasonTerminationType[ReasonTerminationType["NO_RESPONSE"] = 13] = "NO_RESPONSE";
|
|
21
|
+
ReasonTerminationType[ReasonTerminationType["DISCONTINUED"] = 14] = "DISCONTINUED";
|
|
22
|
+
ReasonTerminationType[ReasonTerminationType["UPDATE"] = 15] = "UPDATE";
|
|
23
|
+
ReasonTerminationType[ReasonTerminationType["ACTIVITY_CESSATION"] = 16] = "ACTIVITY_CESSATION";
|
|
24
|
+
})(ReasonTerminationType || (exports.ReasonTerminationType = ReasonTerminationType = {}));
|
|
25
|
+
const ReasonTerminationTypeDetail = exports.ReasonTerminationTypeDetail = [{
|
|
26
|
+
id: ReasonTerminationType.LIQUIDATION,
|
|
27
|
+
label: 'Liquidation'
|
|
28
|
+
}, {
|
|
29
|
+
id: ReasonTerminationType.PRICE,
|
|
30
|
+
label: 'Prix'
|
|
31
|
+
}, {
|
|
32
|
+
id: ReasonTerminationType.CHANGE_EC_ONLINE,
|
|
33
|
+
label: 'Changement EC en ligne'
|
|
34
|
+
}, {
|
|
35
|
+
id: ReasonTerminationType.CHANGE_EC_CLASSIC,
|
|
36
|
+
label: 'Changement EC classique'
|
|
37
|
+
}, {
|
|
38
|
+
id: ReasonTerminationType.RETIREMENT,
|
|
39
|
+
label: 'Retraite'
|
|
40
|
+
}, {
|
|
41
|
+
id: ReasonTerminationType.SELL,
|
|
42
|
+
label: 'Vente'
|
|
43
|
+
}, {
|
|
44
|
+
id: ReasonTerminationType.CONFLICT,
|
|
45
|
+
label: 'Conflit'
|
|
46
|
+
}, {
|
|
47
|
+
id: ReasonTerminationType.UNPAYED,
|
|
48
|
+
label: 'Impayé'
|
|
49
|
+
}, {
|
|
50
|
+
id: ReasonTerminationType.SOFTWARE,
|
|
51
|
+
label: 'Logiciel'
|
|
52
|
+
}, {
|
|
53
|
+
id: ReasonTerminationType.RESIGNATION_FROM_THE_MISSION,
|
|
54
|
+
label: 'Démission de la mission'
|
|
55
|
+
}, {
|
|
56
|
+
id: ReasonTerminationType.MAIL_LRAR,
|
|
57
|
+
label: 'Mail/LRAR'
|
|
58
|
+
}, {
|
|
59
|
+
id: ReasonTerminationType.NON_COMPLIANT,
|
|
60
|
+
label: 'Non conforme'
|
|
61
|
+
}, {
|
|
62
|
+
id: ReasonTerminationType.NO_RESPONSE,
|
|
63
|
+
label: 'Pas de réponse au premier entretien'
|
|
64
|
+
}, {
|
|
65
|
+
id: ReasonTerminationType.DISCONTINUED,
|
|
66
|
+
label: 'Abandon de constitution'
|
|
67
|
+
}, {
|
|
68
|
+
id: ReasonTerminationType.UPDATE,
|
|
69
|
+
label: 'Mise à jour du clémentinier'
|
|
70
|
+
}, {
|
|
71
|
+
id: ReasonTerminationType.ACTIVITY_CESSATION,
|
|
72
|
+
label: 'Cessation d\'activité'
|
|
73
|
+
}];
|
|
74
|
+
//# sourceMappingURL=ReasonTerminationType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReasonTerminationType.js","names":["ReasonTerminationType","exports","undefined","ReasonTerminationTypeDetail","id","LIQUIDATION","label","PRICE","CHANGE_EC_ONLINE","CHANGE_EC_CLASSIC","RETIREMENT","SELL","CONFLICT","UNPAYED","SOFTWARE","RESIGNATION_FROM_THE_MISSION","MAIL_LRAR","NON_COMPLIANT","NO_RESPONSE","DISCONTINUED","UPDATE","ACTIVITY_CESSATION"],"sources":["../../../ts/types/Enum/ReasonTerminationType.ts"],"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];"],"mappings":";;;;;AAAA,IAAYA,qBAiBX,GAAAC,OAAA,CAjBWD,qBAiBX,GAAAE,SAAA;AAjBD,WAAYF,qBAAqB;EAC/BA,qBAAA,CAAAA,qBAAA,oCAAe;EACfA,qBAAA,CAAAA,qBAAA,wBAAS;EACTA,qBAAA,CAAAA,qBAAA,8CAAoB;EACpBA,qBAAA,CAAAA,qBAAA,gDAAqB;EACrBA,qBAAA,CAAAA,qBAAA,kCAAc;EACdA,qBAAA,CAAAA,qBAAA,sBAAQ;EACRA,qBAAA,CAAAA,qBAAA,8BAAY;EACZA,qBAAA,CAAAA,qBAAA,4BAAW;EACXA,qBAAA,CAAAA,qBAAA,8BAAY;EACZA,qBAAA,CAAAA,qBAAA,uEAAiC;EACjCA,qBAAA,CAAAA,qBAAA,iCAAc;EACdA,qBAAA,CAAAA,qBAAA,yCAAkB;EAClBA,qBAAA,CAAAA,qBAAA,qCAAgB;EAChBA,qBAAA,CAAAA,qBAAA,uCAAiB;EACjBA,qBAAA,CAAAA,qBAAA,2BAAW;EACXA,qBAAA,CAAAA,qBAAA,mDAAuB;AACzB,CAAC,EAjBWA,qBAAqB,KAAAC,OAAA,CAArBD,qBAiBX,GAjBWA,qBAAqB;AAmB1B,MAAMG,2BAA2B,GAAAF,OAAA,CAA3BE,2BAA2B,GAAG,CACzC;EACEC,EAAE,EAAEJ,qBAAqB,CAACK,WAAW;EACrCC,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACO,KAAK;EAC/BD,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACQ,gBAAgB;EAC1CF,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACS,iBAAiB;EAC3CH,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACU,UAAU;EACpCJ,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACW,IAAI;EAC9BL,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACY,QAAQ;EAClCN,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACa,OAAO;EACjCP,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACc,QAAQ;EAClCR,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACe,4BAA4B;EACtDT,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACgB,SAAS;EACnCV,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACiB,aAAa;EACvCX,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACkB,WAAW;EACrCZ,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACmB,YAAY;EACtCb,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACoB,MAAM;EAChCd,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACqB,kBAAkB;EAC5Cf,KAAK,EAAE;CACR,CACF"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var RemoteType = exports.RemoteType = undefined;
|
|
7
|
+
(function (RemoteType) {
|
|
8
|
+
RemoteType[RemoteType["PRESENTIAL"] = 0] = "PRESENTIAL";
|
|
9
|
+
RemoteType[RemoteType["REMOTE"] = 1] = "REMOTE";
|
|
10
|
+
RemoteType[RemoteType["SCHOOL"] = 2] = "SCHOOL";
|
|
11
|
+
})(RemoteType || (exports.RemoteType = RemoteType = {}));
|
|
12
|
+
const RemoteTypeDetail = exports.RemoteTypeDetail = [{
|
|
13
|
+
id: RemoteType.PRESENTIAL,
|
|
14
|
+
label: 'Présentiel'
|
|
15
|
+
}, {
|
|
16
|
+
id: RemoteType.REMOTE,
|
|
17
|
+
label: 'Télétravail'
|
|
18
|
+
}, {
|
|
19
|
+
id: RemoteType.SCHOOL,
|
|
20
|
+
label: 'Ecole'
|
|
21
|
+
}];
|
|
22
|
+
//# sourceMappingURL=RemoteType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteType.js","names":["RemoteType","exports","undefined","RemoteTypeDetail","id","PRESENTIAL","label","REMOTE","SCHOOL"],"sources":["../../../ts/types/Enum/RemoteType.ts"],"sourcesContent":["export enum RemoteType {\n PRESENTIAL = 0,\n REMOTE = 1,\n SCHOOL = 2,\n}\n\nexport const RemoteTypeDetail: Array<{ id: RemoteType, label: string }> = [\n {\n id: RemoteType.PRESENTIAL,\n label: 'Présentiel',\n },\n {\n id: RemoteType.REMOTE,\n label: 'Télétravail',\n },\n {\n id: RemoteType.SCHOOL,\n label: 'Ecole',\n },\n];"],"mappings":";;;;;AAAA,IAAYA,UAIX,GAAAC,OAAA,CAJWD,UAIX,GAAAE,SAAA;AAJD,WAAYF,UAAU;EACpBA,UAAA,CAAAA,UAAA,kCAAc;EACdA,UAAA,CAAAA,UAAA,0BAAU;EACVA,UAAA,CAAAA,UAAA,0BAAU;AACZ,CAAC,EAJWA,UAAU,KAAAC,OAAA,CAAVD,UAIX,GAJWA,UAAU;AAMf,MAAMG,gBAAgB,GAAAF,OAAA,CAAhBE,gBAAgB,GAA6C,CACxE;EACEC,EAAE,EAAEJ,UAAU,CAACK,UAAU;EACzBC,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,UAAU,CAACO,MAAM;EACrBD,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,UAAU,CAACQ,MAAM;EACrBF,KAAK,EAAE;CACR,CACF"}
|
|
@@ -9,4 +9,14 @@ var TaxSystem = exports.TaxSystem = undefined;
|
|
|
9
9
|
TaxSystem[TaxSystem["IR"] = 2] = "IR";
|
|
10
10
|
TaxSystem[TaxSystem["NA"] = 3] = "NA";
|
|
11
11
|
})(TaxSystem || (exports.TaxSystem = TaxSystem = {}));
|
|
12
|
+
const TaxSystemList = exports.TaxSystemList = [{
|
|
13
|
+
id: TaxSystem.IS,
|
|
14
|
+
label: 'IS'
|
|
15
|
+
}, {
|
|
16
|
+
id: TaxSystem.IR,
|
|
17
|
+
label: 'IR'
|
|
18
|
+
}, {
|
|
19
|
+
id: TaxSystem.NA,
|
|
20
|
+
label: 'N/A'
|
|
21
|
+
}];
|
|
12
22
|
//# sourceMappingURL=TaxSystem.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TaxSystem.js","names":["TaxSystem","exports","undefined"],"sources":["../../../ts/types/Enum/TaxSystem.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"TaxSystem.js","names":["TaxSystem","exports","undefined","TaxSystemList","id","IS","label","IR","NA"],"sources":["../../../ts/types/Enum/TaxSystem.ts"],"sourcesContent":["import { List } from '../Interface/enum/Util';\n\nexport enum TaxSystem {\n IS = 1,\n IR = 2,\n NA = 3,\n}\n\nexport const TaxSystemList: List = [\n {\n id: TaxSystem.IS,\n label: 'IS',\n },\n {\n id: TaxSystem.IR,\n label: 'IR',\n },\n {\n id: TaxSystem.NA,\n label: 'N/A',\n },\n];"],"mappings":";;;;;AAEA,IAAYA,SAIX,GAAAC,OAAA,CAJWD,SAIX,GAAAE,SAAA;AAJD,WAAYF,SAAS;EACnBA,SAAA,CAAAA,SAAA,kBAAM;EACNA,SAAA,CAAAA,SAAA,kBAAM;EACNA,SAAA,CAAAA,SAAA,kBAAM;AACR,CAAC,EAJWA,SAAS,KAAAC,OAAA,CAATD,SAIX,GAJWA,SAAS;AAMd,MAAMG,aAAa,GAAAF,OAAA,CAAbE,aAAa,GAAS,CACjC;EACEC,EAAE,EAAEJ,SAAS,CAACK,EAAE;EAChBC,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,SAAS,CAACO,EAAE;EAChBD,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,SAAS,CAACQ,EAAE;EAChBF,KAAK,EAAE;CACR,CACF"}
|