Skip to content

Commit

Permalink
Add a second contact email for DGFiP forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Isalafont committed Oct 15, 2024
1 parent b0a5db2 commit ba9aae1
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions frontend/src/config/data-provider-configurations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,231 +223,231 @@ export const DATA_PROVIDER_CONFIGURATIONS: Record<
[TargetAPI.api_impot_particulier_sandbox]: {
label: 'API Impôt particulier (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiImpotParticulierSandbox,
},
[TargetAPI.api_impot_particulier_production]: {
label: 'API Impôt particulier (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiImpotParticulierProduction,
},
[TargetAPI.api_impot_particulier_unique]: {
label: 'API Impôt particulier (Formulaire Unique)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiImpotParticulierUnique,
},
[TargetAPI.api_impot_particulier_fc_sandbox]: {
label: 'API Impôt particulier (FC) (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiImpotParticulierFcSandbox,
},
[TargetAPI.api_impot_particulier_fc_production]: {
label: 'API Impôt particulier (FC) (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiImpotParticulierFcProduction,
},
[TargetAPI.api_impot_particulier_fc_unique]: {
label: 'API Impôt particulier (FC) (Formulaire Unique)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiImpotParticulierFcUnique,
},
[TargetAPI.api_r2p_sandbox]: {
label: 'API R2P (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiR2PSandbox,
},
[TargetAPI.api_r2p_production]: {
label: 'API R2P (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiR2PProduction,
},
[TargetAPI.api_r2p_unique]: {
label: 'API R2P (Formulaire Unique)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiR2PUnique,
},
[TargetAPI.api_hermes_sandbox]: {
label: 'API Hermes (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiHermesSandbox,
},
[TargetAPI.api_hermes_production]: {
label: 'API Hermes (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiHermesProduction,
},
[TargetAPI.api_e_contacts_sandbox]: {
label: 'API E-Contacts (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiEContactsSandbox,
},
[TargetAPI.api_e_contacts_production]: {
label: 'API E-Contacts (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiEContactsProduction,
},
[TargetAPI.api_opale_sandbox]: {
label: 'API OPALE (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiOpaleSandbox,
},
[TargetAPI.api_opale_production]: {
label: 'API OPALE (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiOpaleProduction,
},
[TargetAPI.api_mire_sandbox]: {
label: 'API MIRE (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiMireSandbox,
},
[TargetAPI.api_mire_production]: {
label: 'API MIRE (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiMireProduction,
},
[TargetAPI.api_ocfi_sandbox]: {
label: 'API OCFI (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiOcfiSandbox,
},
[TargetAPI.api_ocfi_production]: {
label: 'API OCFI (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiOcfiProduction,
},
[TargetAPI.api_e_pro_sandbox]: {
label: 'API E-PRO (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiEProSandbox,
},
[TargetAPI.api_e_pro_production]: {
label: 'API E-PRO (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiEProProduction,
},
[TargetAPI.api_robf_sandbox]: {
label: 'API ROBF (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiRobfSandbox,
},
[TargetAPI.api_robf_production]: {
label: 'API ROBF (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiRobfProduction,
},
[TargetAPI.api_cpr_pro_sandbox]: {
label: 'API CPR PRO - ADELIE (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiCprProSandbox,
},
[TargetAPI.api_cpr_pro_production]: {
label: 'API CPR PRO - ADELIE (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiCprProProduction,
},
[TargetAPI.api_imprimfip_sandbox]: {
label: 'API IMPRIM’FIP (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiImprimfipSandbox,
},
[TargetAPI.api_imprimfip_production]: {
label: 'API IMPRIM’FIP (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiImprimfipProduction,
},
[TargetAPI.api_infinoe_sandbox]: {
label: 'API INFINOE (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiInfinoeSandbox,
},
[TargetAPI.api_infinoe_production]: {
label: 'API INFINOE (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiInfinoeProduction,
},
[TargetAPI.api_infinoe_unique]: {
label: 'API INFINOE (Formulaire unique)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiInfinoeUnique,
},
[TargetAPI.api_ficoba_sandbox]: {
label: 'API FICOBA (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiFicobaSandbox,
},
[TargetAPI.api_ficoba_production]: {
label: 'API FICOBA (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiFicobaProduction,
},
[TargetAPI.api_ficoba_unique]: {
label: 'API FICOBA (Formulaire Unique)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiFicobaUnique,
},
Expand Down Expand Up @@ -538,14 +538,14 @@ export const DATA_PROVIDER_CONFIGURATIONS: Record<
[TargetAPI.api_ensu_documents_sandbox]: {
label: 'API ENSU Documents (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiEnsuDocumentsSandbox,
},
[TargetAPI.api_ensu_documents_production]: {
label: 'API ENSU Documents (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiEnsuDocumentsProduction,
},
Expand Down Expand Up @@ -615,35 +615,35 @@ export const DATA_PROVIDER_CONFIGURATIONS: Record<
[TargetAPI.api_satelit_sandbox]: {
label: 'API Satelit (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiSatelitSandbox,
},
[TargetAPI.api_satelit_production]: {
label: 'API Satelit (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiSatelitProduction,
},
[TargetAPI.api_sfip_sandbox]: {
label: 'API Courtier fonctionnel SFiP (Bac à sable)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiSfipSandbox,
},
[TargetAPI.api_sfip_production]: {
label: 'API Courtier fonctionnel SFiP (Production)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiSfipProduction,
},
[TargetAPI.api_sfip_unique]: {
label: 'API Courtier fonctionnel SFiP (Formulaire Unique)',
icon: 'logo-dgfip.jpg',
email: '[email protected]',
email: `[email protected], [email protected]`,
type: DataProviderType.api,
component: ApiSfipUnique,
},
Expand Down

0 comments on commit ba9aae1

Please sign in to comment.