-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pierre-Eric Garcia
committed
Jul 27, 2023
1 parent
8dd0f1c
commit e25b685
Showing
1 changed file
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,13 +159,13 @@ export const DATA_PROVIDER_CONFIGURATIONS: { | |
type: DataProviderType.api, | ||
component: ApiImpotParticulierProduction, | ||
}, | ||
api_impot_particulier_unique: { | ||
label: 'API Impôt particulier (Formulaire Unique)', | ||
icon: 'logo-dgfip-with-label.png', | ||
email: '[email protected]', | ||
type: DataProviderType.api, | ||
component: ApiImpotParticulierUnique, | ||
}, | ||
// api_impot_particulier_unique: { | ||
// label: 'API Impôt particulier (Formulaire Unique)', | ||
// icon: 'logo-dgfip-with-label.png', | ||
// email: '[email protected]', | ||
// type: DataProviderType.api, | ||
// component: ApiImpotParticulierUnique, | ||
// }, | ||
api_impot_particulier_fc_sandbox: { | ||
label: 'API Impôt particulier (FC) (Bac à sable)', | ||
icon: 'logo-dgfip-with-label.png', | ||
|
@@ -180,13 +180,13 @@ export const DATA_PROVIDER_CONFIGURATIONS: { | |
type: DataProviderType.api, | ||
component: ApiImpotParticulierFcProduction, | ||
}, | ||
api_impot_particulier_fc_unique: { | ||
label: 'API Impôt particulier (FC) (Formulaire Unique)', | ||
icon: 'logo-dgfip-with-label.png', | ||
email: '[email protected]', | ||
type: DataProviderType.api, | ||
component: ApiImpotParticulierFcUnique, | ||
}, | ||
// api_impot_particulier_fc_unique: { | ||
// label: 'API Impôt particulier (FC) (Formulaire Unique)', | ||
// icon: 'logo-dgfip-with-label.png', | ||
// email: '[email protected]', | ||
// type: DataProviderType.api, | ||
// component: ApiImpotParticulierFcUnique, | ||
// }, | ||
api_r2p_sandbox: { | ||
label: 'API R2P (Bac à sable)', | ||
icon: 'logo-dgfip-with-label.png', | ||
|
@@ -201,13 +201,13 @@ export const DATA_PROVIDER_CONFIGURATIONS: { | |
type: DataProviderType.api, | ||
component: ApiR2PProduction, | ||
}, | ||
api_r2p_unique: { | ||
label: 'API R2P (Formulaire Unique)', | ||
icon: 'logo-dgfip-with-label.png', | ||
email: '[email protected]', | ||
type: DataProviderType.api, | ||
component: ApiR2PUnique, | ||
}, | ||
// api_r2p_unique: { | ||
// label: 'API R2P (Formulaire Unique)', | ||
// icon: 'logo-dgfip-with-label.png', | ||
// email: '[email protected]', | ||
// type: DataProviderType.api, | ||
// component: ApiR2PUnique, | ||
// }, | ||
api_hermes_sandbox: { | ||
label: 'API Hermes (Bac à sable)', | ||
icon: 'logo-dgfip-with-label.png', | ||
|
@@ -348,13 +348,13 @@ export const DATA_PROVIDER_CONFIGURATIONS: { | |
type: DataProviderType.api, | ||
component: ApiFicobaProduction, | ||
}, | ||
api_ficoba_unique: { | ||
label: 'API FICOBA (Formulaire Unique)', | ||
icon: 'logo-dgfip-with-label.png', | ||
email: '[email protected]', | ||
type: DataProviderType.api, | ||
component: ApiFicobaUnique, | ||
}, | ||
// api_ficoba_unique: { | ||
// label: 'API FICOBA (Formulaire Unique)', | ||
// icon: 'logo-dgfip-with-label.png', | ||
// email: '[email protected]', | ||
// type: DataProviderType.api, | ||
// component: ApiFicobaUnique, | ||
// }, | ||
api_droits_cnam: { | ||
label: 'API Droits CNAM', | ||
icon: 'logo-cnam.jpg', | ||
|
@@ -544,13 +544,13 @@ export const DATA_PROVIDER_CONFIGURATIONS: { | |
type: DataProviderType.api, | ||
component: ApiSfipProduction, | ||
}, | ||
api_sfip_unique: { | ||
label: 'API Courtier fonctionnel SFiP (Formulaire Unique)', | ||
icon: 'logo-dgfip-with-label.png', | ||
email: '[email protected]', | ||
type: DataProviderType.api, | ||
component: ApiSfipUnique, | ||
}, | ||
// api_sfip_unique: { | ||
// label: 'API Courtier fonctionnel SFiP (Formulaire Unique)', | ||
// icon: 'logo-dgfip-with-label.png', | ||
// email: '[email protected]', | ||
// type: DataProviderType.api, | ||
// component: ApiSfipUnique, | ||
// }, | ||
}; | ||
|
||
export const HIDDEN_DATA_PROVIDER_KEYS = [ | ||
|
@@ -582,10 +582,10 @@ export const HIDDEN_DATA_PROVIDER_KEYS = [ | |
export const APISDGFIP = [ | ||
'api_impot_particulier_sandbox', | ||
'api_impot_particulier_production', | ||
'api_impot_particulier_unique', | ||
// 'api_impot_particulier_unique', | ||
'api_r2p_sandbox', | ||
'api_r2p_production', | ||
'api_r2p_unique', | ||
// 'api_r2p_unique', | ||
'api_hermes_sandbox', | ||
'api_hermes_production', | ||
'api_e_contacts_sandbox', | ||
|
@@ -606,14 +606,14 @@ export const APISDGFIP = [ | |
'api_infinoe_production', | ||
'api_ficoba_sandbox', | ||
'api_ficoba_production', | ||
'api_ficoba_unique', | ||
// 'api_ficoba_unique', | ||
'api_ensu_documents_sandbox', | ||
'api_ensu_documents_production', | ||
'api_satelit_sandbox', | ||
'api_satelit_production', | ||
'api_sfip_sandbox', | ||
'api_sfip_production', | ||
'api_sfip_unique', | ||
// 'api_sfip_unique', | ||
]; | ||
|
||
export const APISFRANCECONNECTED = [ | ||
|