@silexpert/core 1.0.181 → 1.0.183

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/es/api/resources/Notification.d.ts +3 -0
  2. package/es/api/resources/Notification.d.ts.map +1 -1
  3. package/es/api/resources/Notification.js +7 -1
  4. package/es/api/resources/Notification.js.map +1 -1
  5. package/es/api/resources/Team.d.ts +30 -0
  6. package/es/api/resources/Team.d.ts.map +1 -0
  7. package/es/api/resources/Team.js +37 -0
  8. package/es/api/resources/Team.js.map +1 -0
  9. package/es/api/resources.d.ts +2 -0
  10. package/es/api/resources.d.ts.map +1 -1
  11. package/es/api/resources.js +2 -0
  12. package/es/api/resources.js.map +1 -1
  13. package/es/types/Enum/BrandClementine.d.ts +0 -126
  14. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  15. package/es/types/Enum/BrandClementine.js +0 -109
  16. package/es/types/Enum/BrandClementine.js.map +1 -1
  17. package/es/types/Enum/BrandComptalib.d.ts +0 -83
  18. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  19. package/es/types/Enum/BrandComptalib.js +0 -77
  20. package/es/types/Enum/BrandComptalib.js.map +1 -1
  21. package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
  22. package/es/types/Enum/BrandPourcentage.js +436 -1
  23. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  24. package/es/types/Enum/NotificationType.d.ts +14 -2
  25. package/es/types/Enum/NotificationType.d.ts.map +1 -1
  26. package/es/types/Enum/NotificationType.js +35 -5
  27. package/es/types/Enum/NotificationType.js.map +1 -1
  28. package/es/types/Enum/RemoteType.d.ts +10 -0
  29. package/es/types/Enum/RemoteType.d.ts.map +1 -0
  30. package/es/types/Enum/RemoteType.js +21 -0
  31. package/es/types/Enum/RemoteType.js.map +1 -0
  32. package/es/types/Enum/TaxSystem.d.ts +2 -0
  33. package/es/types/Enum/TaxSystem.d.ts.map +1 -1
  34. package/es/types/Enum/TaxSystem.js +14 -0
  35. package/es/types/Enum/TaxSystem.js.map +1 -1
  36. package/es/types/Interface/api/appNotification/Update.d.ts +5 -0
  37. package/es/types/Interface/api/appNotification/Update.d.ts.map +1 -0
  38. package/es/types/Interface/api/appNotification/Update.js +25 -0
  39. package/es/types/Interface/api/appNotification/Update.js.map +1 -0
  40. package/es/types/Interface/api/notification/CreateNotification.d.ts +2 -2
  41. package/es/types/Interface/api/notification/CreateNotification.d.ts.map +1 -1
  42. package/es/types/Interface/api/notification/CreateNotification.js +2 -2
  43. package/es/types/Interface/api/notification/CreateNotification.js.map +1 -1
  44. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts +2 -2
  45. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts.map +1 -1
  46. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js +2 -2
  47. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
  48. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts +2 -2
  49. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts.map +1 -1
  50. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +2 -2
  51. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
  52. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +2 -0
  53. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  54. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  55. package/es/types/Interface/api/team/QueryCreate.d.ts +5 -0
  56. package/es/types/Interface/api/team/QueryCreate.d.ts.map +1 -0
  57. package/es/types/Interface/api/team/QueryCreate.js +25 -0
  58. package/es/types/Interface/api/team/QueryCreate.js.map +1 -0
  59. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts +5 -0
  60. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts.map +1 -0
  61. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js +28 -0
  62. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  63. package/es/types/Interface/api/team/QueryUpdate.d.ts +7 -0
  64. package/es/types/Interface/api/team/QueryUpdate.d.ts.map +1 -0
  65. package/es/types/Interface/api/team/QueryUpdate.js +38 -0
  66. package/es/types/Interface/api/team/QueryUpdate.js.map +1 -0
  67. package/es/types/Interface/models/IAppNotification.d.ts +19 -0
  68. package/es/types/Interface/models/IAppNotification.d.ts.map +1 -0
  69. package/es/types/Interface/models/IAppNotification.js +2 -0
  70. package/es/types/Interface/models/IAppNotification.js.map +1 -0
  71. package/es/types/Interface/models/IMobileNotificationLog.d.ts +2 -2
  72. package/es/types/Interface/models/IMobileNotificationLog.d.ts.map +1 -1
  73. package/es/types/Interface/models/IMobileNotificationLog.js.map +1 -1
  74. package/es/types/Interface/models/IMobileNotificationSetting.d.ts +2 -2
  75. package/es/types/Interface/models/IMobileNotificationSetting.d.ts.map +1 -1
  76. package/es/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
  77. package/es/types/Interface/models/IUser.d.ts +2 -0
  78. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  79. package/es/types/Interface/models/IUser.js.map +1 -1
  80. package/es/types/Interface/models/IWorkingSchedule.d.ts +2 -0
  81. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
  82. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
  83. package/es/types/index.d.ts +6 -0
  84. package/es/types/index.d.ts.map +1 -1
  85. package/es/types/index.js +6 -0
  86. package/es/types/index.js.map +1 -1
  87. package/js/api/resources/Notification.js +7 -1
  88. package/js/api/resources/Notification.js.map +1 -1
  89. package/js/api/resources/Team.js +46 -0
  90. package/js/api/resources/Team.js.map +1 -0
  91. package/js/api/resources.js +3 -1
  92. package/js/api/resources.js.map +1 -1
  93. package/js/types/Enum/BrandClementine.js +0 -107
  94. package/js/types/Enum/BrandClementine.js.map +1 -1
  95. package/js/types/Enum/BrandComptalib.js +0 -76
  96. package/js/types/Enum/BrandComptalib.js.map +1 -1
  97. package/js/types/Enum/BrandPourcentage.js +431 -1
  98. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  99. package/js/types/Enum/NotificationType.js +35 -5
  100. package/js/types/Enum/NotificationType.js.map +1 -1
  101. package/js/types/Enum/RemoteType.js +22 -0
  102. package/js/types/Enum/RemoteType.js.map +1 -0
  103. package/js/types/Enum/TaxSystem.js +10 -0
  104. package/js/types/Enum/TaxSystem.js.map +1 -1
  105. package/js/types/Interface/api/appNotification/Update.js +24 -0
  106. package/js/types/Interface/api/appNotification/Update.js.map +1 -0
  107. package/js/types/Interface/api/notification/CreateNotification.js +1 -1
  108. package/js/types/Interface/api/notification/CreateNotification.js.map +1 -1
  109. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js +1 -1
  110. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
  111. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +1 -1
  112. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
  113. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  114. package/js/types/Interface/api/team/QueryCreate.js +23 -0
  115. package/js/types/Interface/api/team/QueryCreate.js.map +1 -0
  116. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js +24 -0
  117. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  118. package/js/types/Interface/api/team/QueryUpdate.js +25 -0
  119. package/js/types/Interface/api/team/QueryUpdate.js.map +1 -0
  120. package/js/types/Interface/models/IAppNotification.js +6 -0
  121. package/js/types/Interface/models/IAppNotification.js.map +1 -0
  122. package/js/types/Interface/models/IMobileNotificationLog.js.map +1 -1
  123. package/js/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
  124. package/js/types/Interface/models/IUser.js.map +1 -1
  125. package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
  126. package/js/types/index.js +66 -6
  127. package/js/types/index.js.map +1 -1
  128. package/package.json +1 -1
  129. package/ts/api/resources/Notification.ts +10 -1
  130. package/ts/api/resources/Team.ts +43 -0
  131. package/ts/api/resources.ts +2 -0
  132. package/ts/types/Enum/BrandClementine.ts +0 -109
  133. package/ts/types/Enum/BrandComptalib.ts +0 -77
  134. package/ts/types/Enum/BrandPourcentage.ts +436 -1
  135. package/ts/types/Enum/NotificationType.ts +43 -2
  136. package/ts/types/Enum/RemoteType.ts +20 -0
  137. package/ts/types/Enum/TaxSystem.ts +18 -1
  138. package/ts/types/Interface/api/appNotification/Update.ts +13 -0
  139. package/ts/types/Interface/api/notification/CreateNotification.ts +3 -3
  140. package/ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts +3 -3
  141. package/ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts +3 -3
  142. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +2 -0
  143. package/ts/types/Interface/api/team/QueryCreate.ts +13 -0
  144. package/ts/types/Interface/api/team/QueryGetAllWithIncludes.ts +16 -0
  145. package/ts/types/Interface/api/team/QueryUpdate.ts +26 -0
  146. package/ts/types/Interface/models/IAppNotification.ts +21 -0
  147. package/ts/types/Interface/models/IMobileNotificationLog.ts +2 -2
  148. package/ts/types/Interface/models/IMobileNotificationSetting.ts +2 -2
  149. package/ts/types/Interface/models/IUser.ts +2 -0
  150. package/ts/types/Interface/models/IWorkingSchedule.ts +2 -0
  151. package/ts/types/index.ts +7 -1
@@ -234,88 +234,5 @@ export declare const BrandComptalib: ({
234
234
  };
235
235
  urlApi1?: undefined;
236
236
  urlApi2?: undefined;
237
- } | {
238
- idTypeBrand: number;
239
- name: string;
240
- urlS3: string;
241
- logoS3: string;
242
- colors: {
243
- primary: string;
244
- primary50?: undefined;
245
- primary100?: undefined;
246
- primary300?: undefined;
247
- primary500?: undefined;
248
- primary700?: undefined;
249
- };
250
- listPhones: {
251
- contact: string;
252
- qualite: string;
253
- juridique: string;
254
- };
255
- listMails: {
256
- administratif: string;
257
- app: string;
258
- bonjour: string;
259
- contact: string;
260
- facturation: string;
261
- feedback: string;
262
- juridique: string;
263
- informatique: string;
264
- msd: string;
265
- noreply: string;
266
- qualite: string;
267
- paiement: string;
268
- social: string;
269
- support: string;
270
- tva: string;
271
- wb: string;
272
- rh?: undefined;
273
- };
274
- companyInformation: {
275
- ape: string;
276
- bp: string;
277
- city: string;
278
- montantCapital: string;
279
- nomRaisonSociale: string;
280
- ECName: string;
281
- ECOrderCity: string;
282
- phone: string;
283
- postalAddress: string;
284
- rcs: string;
285
- statut: string;
286
- zipCode: string;
287
- };
288
- idPrestationsListAuthorized: number[];
289
- logoUrl: string;
290
- miniLogoUrl: string;
291
- hiddenPages: never[];
292
- recaptchaSecretKey: string;
293
- urlApp: string;
294
- urlApi1: string;
295
- urlApi2: string;
296
- urlExpert: string;
297
- urlClient: string;
298
- bank: {
299
- IBAN: string;
300
- BIC: string;
301
- Name: string;
302
- Id: string;
303
- };
304
- internalInvoicing: {
305
- statut: string;
306
- name: string;
307
- address: string;
308
- zipCode: string;
309
- city: string;
310
- country: string;
311
- montantCapital: string;
312
- siret: string;
313
- ape: string;
314
- rcs: string;
315
- phone: string;
316
- vatIntracom: string;
317
- email: string;
318
- };
319
- webmail?: undefined;
320
237
  })[];
321
238
  //# sourceMappingURL=BrandComptalib.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BrandComptalib.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyS1B,CAAC"}
1
+ {"version":3,"file":"BrandComptalib.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4N1B,CAAC"}
@@ -218,82 +218,5 @@ export const BrandComptalib = [
218
218
  domain: '@lecomptablefrancais.fr',
219
219
  },
220
220
  },
221
- {
222
- idTypeBrand: 4,
223
- name: 'AEC54',
224
- urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',
225
- logoS3: 'config/logo-aec.png',
226
- colors: {
227
- primary: '#6900AE',
228
- },
229
- listPhones: {
230
- contact: '03 83 25 82 20',
231
- qualite: '03 83 25 82 20',
232
- juridique: '03 83 25 82 20',
233
- },
234
- listMails: {
235
- administratif: 'bonjour@aec54.com',
236
- app: 'bonjour@aec54.com',
237
- bonjour: 'bonjour@aec54.com',
238
- contact: 'bonjour@aec54.com',
239
- facturation: 'bonjour@aec54.com',
240
- feedback: 'bonjour@aec54.com',
241
- juridique: 'bonjour@aec54.com',
242
- informatique: 'bonjour@aec54.com',
243
- msd: 'bonjour@aec54.com',
244
- noreply: 'bonjour@aec54.com',
245
- qualite: 'bonjour@aec54.com',
246
- paiement: 'bonjour@aec54.com',
247
- social: 'bonjour@aec54.com',
248
- support: 'bonjour@aec54.com',
249
- tva: 'bonjour@aec54.com',
250
- wb: 'bonjour@aec54.com',
251
- },
252
- companyInformation: {
253
- ape: '6920Z',
254
- bp: '',
255
- city: 'Laxou',
256
- montantCapital: '7 622',
257
- nomRaisonSociale: 'AEC',
258
- ECName: 'M. Jean-Louis BOICHÉ',
259
- ECOrderCity: 'Nancy',
260
- phone: '03 83 25 82 20',
261
- postalAddress: '9 avenue du Rhin 54520 LAXOU',
262
- rcs: '315 519 587',
263
- statut: 'SARL',
264
- zipCode: '54 520',
265
- },
266
- idPrestationsListAuthorized: [197, 205],
267
- logoUrl: 'logo-aec.png',
268
- miniLogoUrl: 'logo-aec.png',
269
- hiddenPages: [],
270
- recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
271
- urlApp: 'https://app.aec54.com',
272
- urlApi1: 'https://api.comptalib.com',
273
- urlApi2: 'https://api-next.comptalib.com',
274
- urlExpert: 'https://pro.comptalib.com',
275
- urlClient: 'https://www.aec54.com/',
276
- bank: {
277
- IBAN: '',
278
- BIC: '',
279
- Name: '',
280
- Id: '',
281
- },
282
- internalInvoicing: {
283
- statut: 'SARL',
284
- name: 'AEC',
285
- address: '9, avenue du Rhin',
286
- zipCode: '54520',
287
- city: 'LAXOU',
288
- country: 'FRANCE',
289
- montantCapital: '7 622',
290
- siret: '31551958700069',
291
- ape: '6920Z',
292
- rcs: '315 519 587',
293
- phone: '03 83 25 82 20',
294
- vatIntracom: 'FR84315519587',
295
- email: 'bonjour@aec54.com',
296
- },
297
- },
298
221
  ];
299
222
  //# sourceMappingURL=BrandComptalib.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BrandComptalib.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"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","sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#1656ff',\n primary50: '#EDF2FF',\n primary100: '#D0DDFF',\n primary300: '#739AFF',\n primary500: '#1656FF',\n primary700: '#0B2B80',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n rh: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.comptalib.com',\n webmail: {\n domain: '@comptalib.com',\n },\n },\n {\n idTypeBrand: 2,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '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: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@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 social: 'contact@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: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\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.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\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: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 3,\n name: 'Le Comptable Français',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/le-comptable-francais-logo.png',\n colors: {\n primary: '#191237',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'Le Comptable Français',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [201, 202, 203],\n logoUrl: 'logo-lcf.svg',\n miniLogoUrl: 'logo-lcf.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6LdZneUUAAAAAKfiwC_JFWOlzc_0YYKHQJgSveRP',\n urlApp: 'https://app.lecomptablefrancais.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\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: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'bonjour@comptalib.com',\n },\n webmail: {\n domain: '@lecomptablefrancais.fr',\n },\n },\n {\n idTypeBrand: 4,\n name: 'AEC54',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/logo-aec.png',\n colors: {\n primary: '#6900AE',\n },\n listPhones: {\n contact: '03 83 25 82 20',\n qualite: '03 83 25 82 20',\n juridique: '03 83 25 82 20',\n },\n listMails: {\n administratif: 'bonjour@aec54.com',\n app: 'bonjour@aec54.com',\n bonjour: 'bonjour@aec54.com',\n contact: 'bonjour@aec54.com',\n facturation: 'bonjour@aec54.com',\n feedback: 'bonjour@aec54.com',\n juridique: 'bonjour@aec54.com',\n informatique: 'bonjour@aec54.com',\n msd: 'bonjour@aec54.com',\n noreply: 'bonjour@aec54.com',\n qualite: 'bonjour@aec54.com',\n paiement: 'bonjour@aec54.com',\n social: 'bonjour@aec54.com',\n support: 'bonjour@aec54.com',\n tva: 'bonjour@aec54.com',\n wb: 'bonjour@aec54.com',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '7 622',\n nomRaisonSociale: 'AEC',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 25 82 20',\n postalAddress: '9 avenue du Rhin 54520 LAXOU',\n rcs: '315 519 587',\n statut: 'SARL',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205],\n logoUrl: 'logo-aec.png',\n miniLogoUrl: 'logo-aec.png',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.aec54.com',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.aec54.com/',\n bank: {\n IBAN: '',\n BIC: '',\n Name: '',\n Id: '',\n },\n internalInvoicing: {\n statut: 'SARL',\n name: 'AEC',\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',\n phone: '03 83 25 82 20',\n vatIntracom: 'FR84315519587',\n email: 'bonjour@aec54.com',\n },\n },\n];"]}
1
+ {"version":3,"file":"BrandComptalib.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"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","sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#1656ff',\n primary50: '#EDF2FF',\n primary100: '#D0DDFF',\n primary300: '#739AFF',\n primary500: '#1656FF',\n primary700: '#0B2B80',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n rh: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.comptalib.com',\n webmail: {\n domain: '@comptalib.com',\n },\n },\n {\n idTypeBrand: 2,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '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: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@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 social: 'contact@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: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\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.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\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: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 3,\n name: 'Le Comptable Français',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/le-comptable-francais-logo.png',\n colors: {\n primary: '#191237',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'Le Comptable Français',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [201, 202, 203],\n logoUrl: 'logo-lcf.svg',\n miniLogoUrl: 'logo-lcf.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6LdZneUUAAAAAKfiwC_JFWOlzc_0YYKHQJgSveRP',\n urlApp: 'https://app.lecomptablefrancais.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\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: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'bonjour@comptalib.com',\n },\n webmail: {\n domain: '@lecomptablefrancais.fr',\n },\n },\n];"]}
@@ -1 +1 @@
1
- {"version":3,"file":"BrandPourcentage.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwF5B,CAAC"}
1
+ {"version":3,"file":"BrandPourcentage.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2gB5B,CAAC"}