@silexpert/core 0.4.119 → 0.4.122
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/Cerfa.d.ts +2 -2
- package/es/api/resources/Cerfa.d.ts.map +1 -1
- package/es/api/resources/Cerfa.js.map +1 -1
- package/es/api/resources/Tax.d.ts +3 -1
- package/es/api/resources/Tax.d.ts.map +1 -1
- package/es/api/resources/Tax.js +6 -0
- package/es/api/resources/Tax.js.map +1 -1
- package/es/types/Enum/Account.d.ts +4 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +4 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/AnswerTypeValue.d.ts +15 -1
- package/es/types/Enum/AnswerTypeValue.d.ts.map +1 -1
- package/es/types/Enum/AnswerTypeValue.js +17 -2
- package/es/types/Enum/AnswerTypeValue.js.map +1 -1
- package/es/types/Enum/Aspone.d.ts +42 -0
- package/es/types/Enum/Aspone.d.ts.map +1 -0
- package/es/types/Enum/Aspone.js +48 -0
- package/es/types/Enum/Aspone.js.map +1 -0
- package/es/types/Enum/BalanceSheetQuestion.d.ts +41 -125
- package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.js +42 -127
- package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/es/types/Enum/BalanceSheetQuestionWording.d.ts +221 -0
- package/es/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -0
- package/es/types/Enum/BalanceSheetQuestionWording.js +224 -0
- package/es/types/Enum/BalanceSheetQuestionWording.js.map +1 -0
- package/es/types/Enum/GlobalRegime.d.ts.map +1 -1
- package/es/types/Enum/GlobalRegime.js +66 -14
- package/es/types/Enum/GlobalRegime.js.map +1 -1
- package/es/types/Enum/LegalInformation.d.ts +9 -0
- package/es/types/Enum/LegalInformation.d.ts.map +1 -0
- package/es/types/Enum/LegalInformation.js +10 -0
- package/es/types/Enum/LegalInformation.js.map +1 -0
- package/es/types/Enum/Prestation.d.ts +7 -1
- package/es/types/Enum/Prestation.d.ts.map +1 -1
- package/es/types/Enum/Prestation.js +6 -0
- package/es/types/Enum/Prestation.js.map +1 -1
- package/es/types/Enum/Util.d.ts +4 -0
- package/es/types/Enum/Util.d.ts.map +1 -1
- package/es/types/Enum/Util.js +5 -0
- package/es/types/Enum/Util.js.map +1 -1
- package/es/types/Interface/api/aspone/ReadInterchange.d.ts +76 -0
- package/es/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -0
- package/es/types/Interface/api/aspone/ReadInterchange.js +9 -0
- package/es/types/Interface/api/aspone/ReadInterchange.js.map +1 -0
- package/es/types/Interface/api/aspone/Util.d.ts +109 -0
- package/es/types/Interface/api/aspone/Util.d.ts.map +1 -0
- package/es/types/Interface/api/aspone/Util.js +17 -0
- package/es/types/Interface/api/aspone/Util.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +5 -3
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +27 -4
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +5 -2
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +29 -2
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +379 -88
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +24 -327
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +4 -0
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.d.ts +13 -2
- package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.js +20 -4
- package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/es/types/Interface/api/registration/DeclareRegistration.d.ts +4 -0
- package/es/types/Interface/api/registration/DeclareRegistration.d.ts.map +1 -0
- package/es/types/Interface/api/registration/DeclareRegistration.js +22 -0
- package/es/types/Interface/api/registration/DeclareRegistration.js.map +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts +18 -1
- package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/es/types/Interface/api/tax/ReadCompanyTax.d.ts +11 -0
- package/es/types/Interface/api/tax/ReadCompanyTax.d.ts.map +1 -0
- package/es/types/Interface/api/tax/ReadCompanyTax.js +2 -0
- package/es/types/Interface/api/tax/ReadCompanyTax.js.map +1 -0
- package/es/types/Interface/api/tax/ReadTax.d.ts +6 -1
- package/es/types/Interface/api/tax/ReadTax.d.ts.map +1 -1
- package/es/types/Interface/api/tax/ReadTax.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +2 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +8 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +1 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +1 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +7 -4
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetQuestion.d.ts +1 -0
- package/es/types/Interface/models/IBalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetQuestion.js.map +1 -1
- package/es/types/Interface/models/ICountry.d.ts +1 -0
- package/es/types/Interface/models/ICountry.d.ts.map +1 -1
- package/es/types/Interface/models/ICountry.js.map +1 -1
- package/es/types/index.d.ts +10 -2
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +10 -2
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Cerfa.js.map +1 -1
- package/js/api/resources/Tax.js +8 -0
- package/js/api/resources/Tax.js.map +1 -1
- package/js/types/Enum/Account.js +4 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/AnswerTypeValue.js +21 -2
- package/js/types/Enum/AnswerTypeValue.js.map +1 -1
- package/js/types/Enum/Aspone.js +64 -0
- package/js/types/Enum/Aspone.js.map +1 -0
- package/js/types/Enum/BalanceSheetQuestion.js +46 -126
- package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestionWording.js +238 -0
- package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -0
- package/js/types/Enum/GlobalRegime.js +68 -21
- package/js/types/Enum/GlobalRegime.js.map +1 -1
- package/js/types/Enum/LegalInformation.js +16 -0
- package/js/types/Enum/LegalInformation.js.map +1 -0
- package/js/types/Enum/Prestation.js +6 -0
- package/js/types/Enum/Prestation.js.map +1 -1
- package/js/types/Enum/Util.js +7 -0
- package/js/types/Enum/Util.js.map +1 -1
- package/js/types/Interface/api/aspone/ReadInterchange.js +22 -0
- package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -0
- package/js/types/Interface/api/aspone/Util.js +38 -0
- package/js/types/Interface/api/aspone/Util.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -3
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +8 -2
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/cerfa/CreateCerfa.js +24 -174
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/api/registration/CreateRegistration.js +11 -3
- package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/js/types/Interface/api/registration/DeclareRegistration.js +31 -0
- package/js/types/Interface/api/registration/DeclareRegistration.js.map +1 -0
- package/js/types/Interface/api/tax/ReadCompanyTax.js +6 -0
- package/js/types/Interface/api/tax/ReadCompanyTax.js.map +1 -0
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -0
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +2 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +108 -12
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Cerfa.ts +2 -2
- package/ts/api/resources/Tax.ts +9 -1
- package/ts/types/Enum/Account.ts +4 -0
- package/ts/types/Enum/AnswerTypeValue.ts +16 -0
- package/ts/types/Enum/Aspone.ts +46 -0
- package/ts/types/Enum/BalanceSheetQuestion.ts +44 -193
- package/ts/types/Enum/BalanceSheetQuestionWording.ts +283 -0
- package/ts/types/Enum/GlobalRegime.ts +67 -21
- package/ts/types/Enum/LegalInformation.ts +8 -0
- package/ts/types/Enum/Prestation.ts +6 -0
- package/ts/types/Enum/Util.ts +4 -0
- package/ts/types/Interface/api/aspone/ReadInterchange.ts +75 -0
- package/ts/types/Interface/api/aspone/Util.ts +108 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +24 -3
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +26 -2
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +533 -178
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +4 -0
- package/ts/types/Interface/api/registration/CreateRegistration.ts +28 -4
- package/ts/types/Interface/api/registration/DeclareRegistration.ts +11 -0
- package/ts/types/Interface/api/registration/ReadRegistration.ts +19 -1
- package/ts/types/Interface/api/tax/ReadCompanyTax.ts +12 -0
- package/ts/types/Interface/api/tax/ReadTax.ts +6 -1
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +7 -1
- package/ts/types/Interface/models/IApiError.ts +1 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +7 -4
- package/ts/types/Interface/models/IBalanceSheetQuestion.ts +1 -0
- package/ts/types/Interface/models/ICountry.ts +1 -0
- package/ts/types/index.ts +11 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GlobalRegime.js","sourceRoot":"","sources":["../../../ts/types/Enum/GlobalRegime.ts"],"names":[],"mappings":"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","sourcesContent":["import { Activity } from './Activity';\nimport { CerfaType } from './CerfaType';\nimport { FiscalRegime } from './FiscalRegime';\nimport { LegalForm } from './LegalForm';\nimport { ProfitsType } from './ProfitsType';\nimport { TaxSystem } from './TaxSystem';\n\n/** this enum is about all the choices by legalForm for a society a declaration. All choices return multiple informations:\n * idActivity: the activity of the society (1: Prestataire de services, 2: Commerçant, 3: Profession libérale, 4: Autres)\n * idTaxSystem: the taxSystem of the society (1: IS, 2:IR, 3: N/A)\n * profitsType: the type of profits of the society (1: BIC, 2:BNC)\n * realFiscalRegime: The FiscalRegime of the society (1: RS, 2: RN, 3:NA)\n */\n\nexport type GlobalRegimeTypeChoicesContent = {\n name: string;\n idActivity: Activity,\n idTaxSystem: TaxSystem;\n profitsType?: ProfitsType;\n idFiscalRegime: FiscalRegime;\n declaration: number;\n annexe?: number\n};\n\nexport type GlobalRegimeTypeContent = {\n name: string;\n id: number;\n idLegalForms: number[];\n choices: GlobalRegimeTypeChoicesContent[]\n};\n\nexport type GlobalRegimeType = {\n [key: string]: GlobalRegimeTypeContent\n};\n\nexport const GlobalRegime: GlobalRegimeType = {\n ENTREPRISE_INDIVIDUELLE: {\n name: 'Entreprise Individuelle',\n id: 1,\n idLegalForms: [LegalForm.EI.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n ],\n },\n EIRL: {\n name: 'EIRL',\n id: 2,\n idLegalForms: [LegalForm.EIRL.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Profession libérale (BNC - IS - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n AUTO_MICRO_ENTREPRENEUR: {\n name: 'Auto-entrepreneur / micro-entreprise',\n id: 3,\n idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],\n choices: [\n {\n name: 'Activité négoce (achat/revente de marchandises) et prestation d\\'hébergement (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n },\n {\n name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n },\n {\n name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n },\n ],\n },\n ASSOCIATION: {\n name: 'Association',\n id: 4,\n idLegalForms: [LegalForm.ASSOCIATION.id],\n choices: [\n {\n name: 'Non fiscalisée si revenus de capitaux (2070)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2070,\n },\n {\n name: 'Fiscalisée (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n EURL_SARL: {\n name: 'EURL / SARL',\n id: 5,\n idLegalForms: [LegalForm.EURL.id, LegalForm.SARL.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SAS_SASU: {\n name: 'SAS / SASU',\n id: 6,\n idLegalForms: [LegalForm.SAS.id, LegalForm.SASU.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SA: {\n name: 'SA',\n id: 7,\n idLegalForms: [LegalForm.SA.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SCI: {\n name: 'SCI',\n id: 8,\n idLegalForms: [LegalForm.SCI.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2044)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2044,\n },\n {\n name: 'Presta de services (BNC - IS - 2072)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2072,\n },\n ],\n },\n SCP: {\n name: 'SCP',\n id: 9,\n idLegalForms: [LegalForm.SCP.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2035)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SELARL: {\n name: 'SELARL',\n id: 10,\n idLegalForms: [LegalForm.SELARL.id],\n choices: [\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n {\n name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n};"]}
|
|
1
|
+
{"version":3,"file":"GlobalRegime.js","sourceRoot":"","sources":["../../../ts/types/Enum/GlobalRegime.ts"],"names":[],"mappings":"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","sourcesContent":["import { Activity } from './Activity';\nimport { CerfaType } from './CerfaType';\nimport { FiscalRegime } from './FiscalRegime';\nimport { LegalForm } from './LegalForm';\nimport { ProfitsType } from './ProfitsType';\nimport { TaxSystem } from './TaxSystem';\n/** this enum is about all the choices by legalForm for a society a declaration. All choices return multiple informations:\n * idActivity: the activity of the society (1: Prestataire de services, 2: Commerçant, 3: Profession libérale, 4: Autres)\n * idTaxSystem: the taxSystem of the society (1: IS, 2:IR, 3: N/A)\n * profitsType: the type of profits of the society (1: BIC, 2:BNC)\n * realFiscalRegime: The FiscalRegime of the society (1: RS, 2: RN, 3:NA)\n */\nexport type GlobalRegimeTypeChoicesContent = {\n name: string;\n idActivity: Activity,\n idTaxSystem: TaxSystem;\n profitsType?: ProfitsType;\n idFiscalRegime: FiscalRegime;\n declaration: number;\n annexe?: number\n};\nexport type GlobalRegimeTypeContent = {\n name: string;\n id: number;\n idLegalForms: number[];\n choices: GlobalRegimeTypeChoicesContent[]\n};\nexport type GlobalRegimeType = {\n [key: string]: GlobalRegimeTypeContent\n};\nexport const GlobalRegime: GlobalRegimeType = {\n ENTREPRISE_INDIVIDUELLE: {\n name: 'Entreprise Individuelle',\n id: 1,\n idLegalForms: [LegalForm.EI.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n ],\n },\n EIRL: {\n name: 'EIRL',\n id: 2,\n idLegalForms: [LegalForm.EIRL.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA, // FIXME: Pas de RS/RN ?\n declaration: CerfaType.CERFA_2035,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Profession libérale (BNC - IS - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n AUTO_MICRO_ENTREPRENEUR: {\n name: 'Auto-entrepreneur / micro-entreprise',\n id: 3,\n idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],\n choices: [\n {\n name: 'Activité négoce (achat/revente de marchandises) et prestation d\\'hébergement (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n },\n {\n name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n },\n {\n name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n },\n ],\n },\n ASSOCIATION: {\n name: 'Association',\n id: 4,\n idLegalForms: [LegalForm.ASSOCIATION.id],\n choices: [\n {\n name: 'Non fiscalisée si revenus de capitaux (2070)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2070,\n },\n {\n name: 'Fiscalisée (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n EURL_SARL: {\n name: 'EURL / SARL',\n id: 5,\n idLegalForms: [LegalForm.EURL.id, LegalForm.SARL.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SAS_SASU: {\n name: 'SAS / SASU',\n id: 6,\n idLegalForms: [LegalForm.SAS.id, LegalForm.SASU.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IR - 2031 + 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IR - 2031 + 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2031,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SA: {\n name: 'SA',\n id: 7,\n idLegalForms: [LegalForm.SA.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SCI: {\n name: 'SCI',\n id: 8,\n idLegalForms: [LegalForm.SCI.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2044)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2044,\n },\n {\n name: 'Presta de services (BNC - IS - 2072)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2072,\n },\n ],\n },\n SCP: {\n name: 'SCP',\n id: 9,\n idLegalForms: [LegalForm.SCP.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2035)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SELARL: {\n name: 'SELARL',\n id: 10,\n idLegalForms: [LegalForm.SELARL.id],\n choices: [\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n {\n name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n};"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare enum LegalInformation {
|
|
2
|
+
ADDRESS_NUMBER = "9",
|
|
3
|
+
ADDRESS_STREET = "AVENUE DU RHIN",
|
|
4
|
+
ADDRESS_ZIP_CODE = "54520",
|
|
5
|
+
ADDRESS_CITY = "LAXOU",
|
|
6
|
+
ADDRESS_COUNTRY = "FRANCE",
|
|
7
|
+
ADDRESS_COUNTRY_ISO3166 = "FR"
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=LegalInformation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LegalInformation.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/LegalInformation.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,cAAc,MAAM;IACpB,cAAc,mBAAmB;IACjC,gBAAgB,UAAU;IAC1B,YAAY,UAAU;IACtB,eAAe,WAAW;IAC1B,uBAAuB,OAAO;CAC/B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export var LegalInformation;
|
|
2
|
+
(function (LegalInformation) {
|
|
3
|
+
LegalInformation["ADDRESS_NUMBER"] = "9";
|
|
4
|
+
LegalInformation["ADDRESS_STREET"] = "AVENUE DU RHIN";
|
|
5
|
+
LegalInformation["ADDRESS_ZIP_CODE"] = "54520";
|
|
6
|
+
LegalInformation["ADDRESS_CITY"] = "LAXOU";
|
|
7
|
+
LegalInformation["ADDRESS_COUNTRY"] = "FRANCE";
|
|
8
|
+
LegalInformation["ADDRESS_COUNTRY_ISO3166"] = "FR";
|
|
9
|
+
})(LegalInformation || (LegalInformation = {}));
|
|
10
|
+
//# sourceMappingURL=LegalInformation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LegalInformation.js","sourceRoot":"","sources":["../../../ts/types/Enum/LegalInformation.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,wCAAoB,CAAA;IACpB,qDAAiC,CAAA;IACjC,8CAA0B,CAAA;IAC1B,0CAAsB,CAAA;IACtB,8CAA0B,CAAA;IAC1B,kDAA8B,CAAA;AAChC,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B","sourcesContent":["export enum LegalInformation {\n ADDRESS_NUMBER = '9',\n ADDRESS_STREET = 'AVENUE DU RHIN',\n ADDRESS_ZIP_CODE = '54520',\n ADDRESS_CITY = 'LAXOU',\n ADDRESS_COUNTRY = 'FRANCE',\n ADDRESS_COUNTRY_ISO3166 = 'FR',\n}"]}
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
export declare enum Prestation {
|
|
2
|
+
PREVISIONNEL = 6,
|
|
3
|
+
BILAN_INTERMEDIAIRE = 9,
|
|
2
4
|
TELEDECLARATION = 13,
|
|
5
|
+
BILAN_LIQUIDATION = 22,
|
|
3
6
|
CESSION_ACTIONS = 51,
|
|
7
|
+
DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE = 61,
|
|
8
|
+
DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,
|
|
4
9
|
ATTESTATION_NON_REMUNERATION = 91,
|
|
5
|
-
COMPTA_MICRO = 185
|
|
10
|
+
COMPTA_MICRO = 185,
|
|
11
|
+
BILAN_PREVISIONNEL = 189
|
|
6
12
|
}
|
|
7
13
|
//# sourceMappingURL=Prestation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Prestation.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,eAAe,KAAK;IACpB,eAAe,KAAK;IACpB,4BAA4B,KAAK;IACjC,YAAY,MAAM;
|
|
1
|
+
{"version":3,"file":"Prestation.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,YAAY,IAAI;IAChB,mBAAmB,IAAI;IACvB,eAAe,KAAK;IACpB,iBAAiB,KAAK;IACtB,eAAe,KAAK;IACpB,sCAAsC,KAAK;IAC3C,yCAAyC,KAAK;IAC9C,4BAA4B,KAAK;IACjC,YAAY,MAAM;IAClB,kBAAkB,MAAM;CACzB"}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
export var Prestation;
|
|
2
2
|
(function (Prestation) {
|
|
3
|
+
Prestation[Prestation["PREVISIONNEL"] = 6] = "PREVISIONNEL";
|
|
4
|
+
Prestation[Prestation["BILAN_INTERMEDIAIRE"] = 9] = "BILAN_INTERMEDIAIRE";
|
|
3
5
|
Prestation[Prestation["TELEDECLARATION"] = 13] = "TELEDECLARATION";
|
|
6
|
+
Prestation[Prestation["BILAN_LIQUIDATION"] = 22] = "BILAN_LIQUIDATION";
|
|
4
7
|
Prestation[Prestation["CESSION_ACTIONS"] = 51] = "CESSION_ACTIONS";
|
|
8
|
+
Prestation[Prestation["DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE"] = 61] = "DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE";
|
|
9
|
+
Prestation[Prestation["DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE"] = 85] = "DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE";
|
|
5
10
|
Prestation[Prestation["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
|
|
6
11
|
Prestation[Prestation["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
|
|
12
|
+
Prestation[Prestation["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
|
|
7
13
|
})(Prestation || (Prestation = {}));
|
|
8
14
|
//# sourceMappingURL=Prestation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Prestation.js","sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"Prestation.js","sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAWX;AAXD,WAAY,UAAU;IACpB,2DAAgB,CAAA;IAChB,yEAAuB,CAAA;IACvB,kEAAoB,CAAA;IACpB,sEAAsB,CAAA;IACtB,kEAAoB,CAAA;IACpB,gHAA2C,CAAA;IAC3C,sHAA8C,CAAA;IAC9C,4FAAiC,CAAA;IACjC,6DAAkB,CAAA;IAClB,yEAAwB,CAAA;AAC1B,CAAC,EAXW,UAAU,KAAV,UAAU,QAWrB","sourcesContent":["export enum Prestation {\n PREVISIONNEL = 6, // à remplacer par 189\n BILAN_INTERMEDIAIRE = 9,\n TELEDECLARATION = 13,\n BILAN_LIQUIDATION = 22,\n CESSION_ACTIONS = 51,\n DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE = 61,\n DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,\n ATTESTATION_NON_REMUNERATION = 91,\n COMPTA_MICRO = 185,\n BILAN_PREVISIONNEL = 189,\n}"]}
|
package/es/types/Enum/Util.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Util.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Util.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,EAAE,IAAI;IACN,GAAG,IAAI;IACP,cAAc,IAAI;CACnB"}
|
|
1
|
+
{"version":3,"file":"Util.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Util.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,EAAE,IAAI;IACN,GAAG,IAAI;IACP,cAAc,IAAI;CACnB;AACD,oBAAY,UAAU;IACpB,KAAK,UAAU;IACf,IAAI,SAAS;CACd"}
|
package/es/types/Enum/Util.js
CHANGED
|
@@ -4,4 +4,9 @@ export var YesNoNstState;
|
|
|
4
4
|
YesNoNstState[YesNoNstState["YES"] = 1] = "YES";
|
|
5
5
|
YesNoNstState[YesNoNstState["NOT_SUBJECT_TO"] = 2] = "NOT_SUBJECT_TO";
|
|
6
6
|
})(YesNoNstState || (YesNoNstState = {}));
|
|
7
|
+
export var ToDoOrDone;
|
|
8
|
+
(function (ToDoOrDone) {
|
|
9
|
+
ToDoOrDone["TO_DO"] = "TO_DO";
|
|
10
|
+
ToDoOrDone["DONE"] = "DONE";
|
|
11
|
+
})(ToDoOrDone || (ToDoOrDone = {}));
|
|
7
12
|
//# sourceMappingURL=Util.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Util.js","sourceRoot":"","sources":["../../../ts/types/Enum/Util.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,6CAAM,CAAA;IACN,+CAAO,CAAA;IACP,qEAAkB,CAAA;AACpB,CAAC,EAJW,aAAa,KAAb,aAAa,QAIxB","sourcesContent":["export enum YesNoNstState {\n NO = 0,\n YES = 1,\n NOT_SUBJECT_TO = 2,\n}"]}
|
|
1
|
+
{"version":3,"file":"Util.js","sourceRoot":"","sources":["../../../ts/types/Enum/Util.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,6CAAM,CAAA;IACN,+CAAO,CAAA;IACP,qEAAkB,CAAA;AACpB,CAAC,EAJW,aAAa,KAAb,aAAa,QAIxB;AACD,MAAM,CAAN,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,6BAAe,CAAA;IACf,2BAAa,CAAA;AACf,CAAC,EAHW,UAAU,KAAV,UAAU,QAGrB","sourcesContent":["export enum YesNoNstState {\n NO = 0,\n YES = 1,\n NOT_SUBJECT_TO = 2,\n}\nexport enum ToDoOrDone {\n TO_DO = 'TO_DO',\n DONE = 'DONE',\n}"]}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
export declare type PaymentState = {
|
|
2
|
+
isError: boolean;
|
|
3
|
+
details: string[];
|
|
4
|
+
};
|
|
5
|
+
declare type Interchange = {
|
|
6
|
+
name: string | null;
|
|
7
|
+
label: string | null;
|
|
8
|
+
isError: boolean;
|
|
9
|
+
isFinal: boolean;
|
|
10
|
+
date: string | null;
|
|
11
|
+
detailledLabel?: string | null;
|
|
12
|
+
};
|
|
13
|
+
export declare type InterchangeState = Array<Interchange>;
|
|
14
|
+
export declare type InterchangeHistory = Interchange & {
|
|
15
|
+
stateDetailsHistory: InterchangeState;
|
|
16
|
+
};
|
|
17
|
+
export declare class ReadDeclaration {
|
|
18
|
+
idDeclaration: string;
|
|
19
|
+
type: string;
|
|
20
|
+
declarationType: {
|
|
21
|
+
code: string | null;
|
|
22
|
+
label: string | null;
|
|
23
|
+
};
|
|
24
|
+
payment: PaymentState;
|
|
25
|
+
dld: any;
|
|
26
|
+
states: InterchangeHistory[];
|
|
27
|
+
}
|
|
28
|
+
export declare class ReadInterchange {
|
|
29
|
+
idDeposit: string;
|
|
30
|
+
date: string;
|
|
31
|
+
idInterchange: string;
|
|
32
|
+
history: InterchangeHistory[];
|
|
33
|
+
declarations: ReadDeclaration[];
|
|
34
|
+
}
|
|
35
|
+
export declare class RedactorAddress {
|
|
36
|
+
adresseNumero: string;
|
|
37
|
+
adresseType: string | null;
|
|
38
|
+
adresseVoie: string;
|
|
39
|
+
adresseComplement: string;
|
|
40
|
+
adresseCodePostal: string;
|
|
41
|
+
adresseVille: string;
|
|
42
|
+
adresseCodePays: string;
|
|
43
|
+
}
|
|
44
|
+
export declare class Redactor {
|
|
45
|
+
siret: string;
|
|
46
|
+
designation: string;
|
|
47
|
+
designationSuite1: string;
|
|
48
|
+
adresse: RedactorAddress;
|
|
49
|
+
referenceDossier: string;
|
|
50
|
+
}
|
|
51
|
+
declare type Tag = 'Valeur' | 'AdresseVille' | 'AdresseVoie' | 'AdresseCodePays' | 'AdresseComplement' | 'AdresseCodePostal' | 'AdresseHameau' | 'Telephone' | 'Designation' | 'DesignationSuite1' | 'DesignationSuite2' | 'Identifiant' | 'TexteLibre1' | 'TexteLibre2' | 'DesignationSuite3';
|
|
52
|
+
declare type Tags = Array<{
|
|
53
|
+
description: string;
|
|
54
|
+
tag: Tag;
|
|
55
|
+
value: any;
|
|
56
|
+
}>;
|
|
57
|
+
interface FieldForGeneration {
|
|
58
|
+
tag?: Tag;
|
|
59
|
+
tags?: Tags;
|
|
60
|
+
description?: string;
|
|
61
|
+
key: string;
|
|
62
|
+
value?: any;
|
|
63
|
+
isMultiple: boolean;
|
|
64
|
+
}
|
|
65
|
+
export interface PayloadForRegistration {
|
|
66
|
+
isTest: boolean;
|
|
67
|
+
redactor: Redactor;
|
|
68
|
+
indebted: any;
|
|
69
|
+
forms: Array<{
|
|
70
|
+
name: string;
|
|
71
|
+
fields: FieldForGeneration[];
|
|
72
|
+
}>;
|
|
73
|
+
xml: string;
|
|
74
|
+
}
|
|
75
|
+
export {};
|
|
76
|
+
//# sourceMappingURL=ReadInterchange.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadInterchange.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/aspone/ReadInterchange.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY,GAAG;IACzB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC;AAEF,aAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,GAAE,IAAI,CAAC;IACnB,KAAK,EAAE,MAAM,GAAC,IAAI,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,MAAM,GAAC,IAAI,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,GAAC,IAAI,CAAA;CAC7B,CAAC;AAEF,oBAAY,gBAAgB,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC;AAElD,oBAAY,kBAAkB,GAAG,WAAW,GAAG;IAAE,mBAAmB,EAAE,gBAAgB,CAAA;CAAE,CAAC;AAEzF,qBAAa,eAAe;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE;QACf,IAAI,EAAE,MAAM,GAAE,IAAI,CAAC;QACnB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;KACrB,CAAC;IACF,OAAO,EAAE,YAAY,CAAC;IACtB,GAAG,EAAE,GAAG,CAAC;IACT,MAAM,EAAE,kBAAkB,EAAE,CAAC;CAC9B;AAED,qBAAa,eAAe;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,kBAAkB,EAAE,CAAC;IAC9B,YAAY,EAAE,eAAe,EAAE,CAAC;CACjC;AAED,qBAAa,eAAe;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,qBAAa,QAAQ;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,OAAO,EAAE,eAAe,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,aAAK,GAAG,GAAG,QAAQ,GAAG,cAAc,GAAG,aAAa,GAAG,iBAAiB,GAAG,mBAAmB,GAAG,mBAAmB,GAAG,eAAe,GAAG,WAAW,GAAG,aAAa,GAAG,mBAAmB,GAAG,mBAAmB,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,mBAAmB,CAAC;AACvR,aAAK,IAAI,GAAG,KAAK,CAAC;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,GAAG,CAAC;IAAC,KAAK,EAAE,GAAG,CAAA;CAAE,CAAC,CAAC;AAEjE,UAAU,kBAAkB;IAC1B,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,sBAAsB;IACrC,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,GAAG,CAAC;IACd,KAAK,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,kBAAkB,EAAE,CAAA;KAAE,CAAC,CAAC;IAC7D,GAAG,EAAE,MAAM,CAAA;CACZ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadInterchange.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/aspone/ReadInterchange.ts"],"names":[],"mappings":"AAkBA,MAAM,OAAO,eAAe;CAU3B;AAED,MAAM,OAAO,eAAe;CAM3B;AAED,MAAM,OAAO,eAAe;CAQ3B;AAED,MAAM,OAAO,QAAQ;CAMpB","sourcesContent":["export type PaymentState = {\n isError: boolean;\n details: string[];\n};\n\ntype Interchange = {\n name: string |null;\n label: string|null;\n isError: boolean;\n isFinal: boolean;\n date: string|null;\n detailledLabel?: string|null\n};\n\nexport type InterchangeState = Array<Interchange>;\n\nexport type InterchangeHistory = Interchange & { stateDetailsHistory: InterchangeState };\n\nexport class ReadDeclaration {\n idDeclaration: string;\n type: string;\n declarationType: {\n code: string| null;\n label: string | null\n };\n payment: PaymentState;\n dld: any;\n states: InterchangeHistory[];\n}\n\nexport class ReadInterchange {\n idDeposit: string;\n date: string;\n idInterchange: string;\n history: InterchangeHistory[];\n declarations: ReadDeclaration[];\n}\n\nexport class RedactorAddress {\n adresseNumero: string;\n adresseType: string | null;\n adresseVoie: string;\n adresseComplement: string;\n adresseCodePostal: string;\n adresseVille: string;\n adresseCodePays: string;\n}\n\nexport class Redactor {\n siret: string;\n designation: string;\n designationSuite1: string;\n adresse: RedactorAddress;\n referenceDossier: string;\n}\n\ntype Tag = 'Valeur' | 'AdresseVille' | 'AdresseVoie' | 'AdresseCodePays' | 'AdresseComplement' | 'AdresseCodePostal' | 'AdresseHameau' | 'Telephone' | 'Designation' | 'DesignationSuite1' | 'DesignationSuite2' | 'Identifiant' | 'TexteLibre1' | 'TexteLibre2' | 'DesignationSuite3';\ntype Tags = Array<{ description: string; tag: Tag; value: any }>;\n\ninterface FieldForGeneration {\n tag?: Tag;\n tags?: Tags,\n description?: string;\n key: string;\n value?: any;\n isMultiple: boolean;\n}\n\nexport interface PayloadForRegistration {\n isTest: boolean;\n redactor: Redactor;\n indebted: any;\n forms: Array<{ name: string; fields: FieldForGeneration[] }>;\n xml: string\n}"]}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { InterchangeHistory, PaymentState, Rof } from '../../..';
|
|
3
|
+
export declare class PasswordDigest {
|
|
4
|
+
nonce: string;
|
|
5
|
+
created: string;
|
|
6
|
+
passwordDigest: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class WSDL {
|
|
9
|
+
deposit: string;
|
|
10
|
+
monitoring: string;
|
|
11
|
+
}
|
|
12
|
+
export declare class AccessKeys {
|
|
13
|
+
login: string;
|
|
14
|
+
password: string;
|
|
15
|
+
loginMB: string;
|
|
16
|
+
passwordMB: string;
|
|
17
|
+
apiKey: string;
|
|
18
|
+
wsdl: WSDL;
|
|
19
|
+
}
|
|
20
|
+
export declare class RegistrationParams {
|
|
21
|
+
subject: string;
|
|
22
|
+
idSociety: number;
|
|
23
|
+
file: {
|
|
24
|
+
buffer: Buffer;
|
|
25
|
+
token: string;
|
|
26
|
+
};
|
|
27
|
+
forceTestMode: boolean;
|
|
28
|
+
}
|
|
29
|
+
export declare class RegistrationResponse {
|
|
30
|
+
status: number;
|
|
31
|
+
response: string;
|
|
32
|
+
depositId: string | null;
|
|
33
|
+
}
|
|
34
|
+
export declare class IndebtedIdentification {
|
|
35
|
+
identifiant: string;
|
|
36
|
+
designation: string;
|
|
37
|
+
adresseVoie: string;
|
|
38
|
+
adresseCodePostal: string;
|
|
39
|
+
adresseVille: string;
|
|
40
|
+
adresseCodePays: string;
|
|
41
|
+
rof: Rof;
|
|
42
|
+
}
|
|
43
|
+
export declare class StateHistory {
|
|
44
|
+
name: string[];
|
|
45
|
+
label: string[];
|
|
46
|
+
isError: string[];
|
|
47
|
+
isFinal: string[];
|
|
48
|
+
date: string[];
|
|
49
|
+
}
|
|
50
|
+
export declare type DeclarationStateHistory = StateHistory & {
|
|
51
|
+
stateDetailsHistory: Array<{
|
|
52
|
+
stateDetail: InterchangeHistory[];
|
|
53
|
+
}>;
|
|
54
|
+
};
|
|
55
|
+
export declare type DeclarationType = {
|
|
56
|
+
code: string[];
|
|
57
|
+
libelle: string[];
|
|
58
|
+
};
|
|
59
|
+
export declare class InterchangeDeclaration {
|
|
60
|
+
interchange: [];
|
|
61
|
+
numInterchangeDestinataire: string[];
|
|
62
|
+
recipient: {
|
|
63
|
+
name: string[];
|
|
64
|
+
type: string[];
|
|
65
|
+
};
|
|
66
|
+
periodStart: string[];
|
|
67
|
+
periodEnd: string[];
|
|
68
|
+
nameDosier: string[];
|
|
69
|
+
numDossier: string[];
|
|
70
|
+
declarationId: string[];
|
|
71
|
+
declarantSiret: string[];
|
|
72
|
+
declarationType: DeclarationType[];
|
|
73
|
+
statesHistory: Array<{
|
|
74
|
+
stateHistory: DeclarationStateHistory[];
|
|
75
|
+
}>;
|
|
76
|
+
dld: any[];
|
|
77
|
+
}
|
|
78
|
+
export declare type DeclarationStates = {
|
|
79
|
+
status: number;
|
|
80
|
+
declarationType: {
|
|
81
|
+
code: string | null;
|
|
82
|
+
label: string | null;
|
|
83
|
+
};
|
|
84
|
+
type: string;
|
|
85
|
+
payment: PaymentState;
|
|
86
|
+
states: InterchangeHistory[];
|
|
87
|
+
dld: any;
|
|
88
|
+
idDeclaration: string | null;
|
|
89
|
+
};
|
|
90
|
+
export declare type InterchangeParsed = Array<{
|
|
91
|
+
interchange: Array<{
|
|
92
|
+
depositId: string[];
|
|
93
|
+
depositDate: string[];
|
|
94
|
+
depositSubject: string[];
|
|
95
|
+
interchangeId: string[];
|
|
96
|
+
numADS: string[];
|
|
97
|
+
adsDate: string[];
|
|
98
|
+
alias: string[];
|
|
99
|
+
version: string[];
|
|
100
|
+
isTest: string[];
|
|
101
|
+
deposantAccount: string[];
|
|
102
|
+
teleProdecure: string[];
|
|
103
|
+
statesHistory: Array<{
|
|
104
|
+
stateHistory: DeclarationStateHistory[];
|
|
105
|
+
}>;
|
|
106
|
+
declarationIds: string[];
|
|
107
|
+
}>;
|
|
108
|
+
}>;
|
|
109
|
+
//# sourceMappingURL=Util.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Util.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/aspone/Util.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export class PasswordDigest {
|
|
2
|
+
}
|
|
3
|
+
export class WSDL {
|
|
4
|
+
}
|
|
5
|
+
export class AccessKeys {
|
|
6
|
+
}
|
|
7
|
+
export class RegistrationParams {
|
|
8
|
+
}
|
|
9
|
+
export class RegistrationResponse {
|
|
10
|
+
}
|
|
11
|
+
export class IndebtedIdentification {
|
|
12
|
+
}
|
|
13
|
+
export class StateHistory {
|
|
14
|
+
}
|
|
15
|
+
export class InterchangeDeclaration {
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=Util.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Util.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/aspone/Util.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,cAAc;CAI1B;AAED,MAAM,OAAO,IAAI;CAGhB;AAED,MAAM,OAAO,UAAU;CAOtB;AAED,MAAM,OAAO,kBAAkB;CAQ9B;AAED,MAAM,OAAO,oBAAoB;CAIhC;AAED,MAAM,OAAO,sBAAsB;CAQlC;AAED,MAAM,OAAO,YAAY;CAMxB;AAMD,MAAM,OAAO,sBAAsB;CAgBlC","sourcesContent":["import { InterchangeHistory, PaymentState, Rof } from '../../..';\n\nexport class PasswordDigest {\n nonce: string;\n created: string;\n passwordDigest: string;\n}\n\nexport class WSDL {\n deposit: string;\n monitoring: string;\n}\n\nexport class AccessKeys {\n login: string;\n password: string;\n loginMB: string;\n passwordMB: string;\n apiKey: string;\n wsdl: WSDL;\n}\n\nexport class RegistrationParams {\n subject: string;\n idSociety: number;\n file: {\n buffer: Buffer,\n token: string\n };\n forceTestMode: boolean;\n}\n\nexport class RegistrationResponse {\n status: number;\n response: string;\n depositId: string | null;\n}\n\nexport class IndebtedIdentification {\n identifiant: string;\n designation: string;\n adresseVoie: string;\n adresseCodePostal: string;\n adresseVille: string;\n adresseCodePays: string;\n rof: Rof;\n}\n\nexport class StateHistory {\n name: string[];\n label: string[];\n isError: string[];\n isFinal: string[];\n date: string[];\n}\n\nexport type DeclarationStateHistory = StateHistory & { stateDetailsHistory: Array<{ stateDetail: InterchangeHistory[] }> };\n\nexport type DeclarationType = { code: string[]; libelle: string[] };\n\nexport class InterchangeDeclaration {\n interchange: [];\n numInterchangeDestinataire:string[];\n recipient: {\n name: string[];\n type: string[]\n };\n periodStart: string[];\n periodEnd: string[];\n nameDosier: string[];\n numDossier: string[];\n declarationId: string[];\n declarantSiret: string[];\n declarationType: DeclarationType[];\n statesHistory: Array<{ stateHistory: DeclarationStateHistory[] }>;\n dld: any[];\n}\n\nexport type DeclarationStates = {\n status: number;\n declarationType: {\n code: string| null;\n label: string | null\n }; type: string;\n payment: PaymentState;\n states: InterchangeHistory[],\n dld: any;\n idDeclaration: string|null\n};\nexport type InterchangeParsed = Array<{\n interchange: Array<{\n depositId: string[];\n depositDate: string[];\n depositSubject: string[];\n interchangeId: string[];\n numADS: string[];\n adsDate: string[];\n alias: string[];\n version: string[];\n isTest: string[];\n deposantAccount: string[];\n teleProdecure: string[];\n statesHistory: Array<{\n stateHistory: DeclarationStateHistory[]\n }>;\n declarationIds: string[];\n }>\n}>;"]}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export declare class CreateBalanceSheetModuleForm {
|
|
2
|
-
inventory
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
inventory: boolean | null;
|
|
3
|
+
recoveryImmobilization: boolean | null;
|
|
4
|
+
incomeAllocation: boolean | null;
|
|
5
|
+
salariesFile?: boolean | null;
|
|
5
6
|
provisionToDeclare?: boolean | null;
|
|
6
7
|
hasCustomerInvoiceToEstablish?: boolean | null;
|
|
7
8
|
hasCustomerAssetToEstablish?: boolean | null;
|
|
@@ -13,6 +14,7 @@ export declare class CreateBalanceSheetModuleForm {
|
|
|
13
14
|
hasLaundryFees?: boolean | null;
|
|
14
15
|
hasMealExpenses?: boolean | null;
|
|
15
16
|
hasCheckedVAT?: boolean | null;
|
|
17
|
+
hasCheckedCompanyTax?: boolean | null;
|
|
16
18
|
idExercice: number;
|
|
17
19
|
}
|
|
18
20
|
//# sourceMappingURL=CreateBalanceSheetModule.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;
|
|
1
|
+
{"version":3,"file":"CreateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAKvC,SAAS,EAAE,OAAO,GAAG,IAAI,CAAC;IAM1B,sBAAsB,EAAE,OAAO,GAAG,IAAI,CAAC;IAMvC,gBAAgB,EAAC,OAAO,GAAG,IAAI,CAAC;IAShC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM9B,kBAAkB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGpC,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/C,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMhC,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMjC,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/B,oBAAoB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGtC,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -14,15 +14,31 @@ export class CreateBalanceSheetModuleForm {
|
|
|
14
14
|
}
|
|
15
15
|
__decorate([
|
|
16
16
|
ApiPropertyOptional(),
|
|
17
|
-
|
|
17
|
+
IsBoolean(),
|
|
18
|
+
ToBoolean(),
|
|
19
|
+
IsOptional(),
|
|
20
|
+
__metadata("design:type", Object)
|
|
18
21
|
], CreateBalanceSheetModuleForm.prototype, "inventory", void 0);
|
|
19
22
|
__decorate([
|
|
20
23
|
ApiPropertyOptional(),
|
|
21
|
-
|
|
22
|
-
|
|
24
|
+
IsBoolean(),
|
|
25
|
+
ToBoolean(),
|
|
26
|
+
IsOptional(),
|
|
27
|
+
__metadata("design:type", Object)
|
|
28
|
+
], CreateBalanceSheetModuleForm.prototype, "recoveryImmobilization", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional(),
|
|
31
|
+
IsBoolean(),
|
|
32
|
+
ToBoolean(),
|
|
33
|
+
IsOptional(),
|
|
34
|
+
__metadata("design:type", Object)
|
|
35
|
+
], CreateBalanceSheetModuleForm.prototype, "incomeAllocation", void 0);
|
|
23
36
|
__decorate([
|
|
24
37
|
ApiPropertyOptional(),
|
|
25
|
-
|
|
38
|
+
IsBoolean(),
|
|
39
|
+
ToBoolean(),
|
|
40
|
+
IsOptional(),
|
|
41
|
+
__metadata("design:type", Object)
|
|
26
42
|
], CreateBalanceSheetModuleForm.prototype, "salariesFile", void 0);
|
|
27
43
|
__decorate([
|
|
28
44
|
ApiPropertyOptional(),
|
|
@@ -83,6 +99,13 @@ __decorate([
|
|
|
83
99
|
IsOptional(),
|
|
84
100
|
__metadata("design:type", Object)
|
|
85
101
|
], CreateBalanceSheetModuleForm.prototype, "hasCheckedVAT", void 0);
|
|
102
|
+
__decorate([
|
|
103
|
+
ApiPropertyOptional(),
|
|
104
|
+
IsBoolean(),
|
|
105
|
+
ToBoolean(),
|
|
106
|
+
IsOptional(),
|
|
107
|
+
__metadata("design:type", Object)
|
|
108
|
+
], CreateBalanceSheetModuleForm.prototype, "hasCheckedCompanyTax", void 0);
|
|
86
109
|
__decorate([
|
|
87
110
|
ApiProperty(),
|
|
88
111
|
__metadata("design:type", Number)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,4BAA4B;
|
|
1
|
+
{"version":3,"file":"CreateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,4BAA4B;CAoFxC;AA/EC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;+DACa;AAM1B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;4EAC0B;AAMvC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;sEACmB;AAShC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kEACiB;AAM9B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;wEACuB;AAGpC;IADC,mBAAmB,EAAE;;mFACyB;AAG/C;IADC,mBAAmB,EAAE;;iFACuB;AAG7C;IADC,mBAAmB,EAAE;;8EACoB;AAG1C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;mFACyB;AAM/C;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6EAC4B;AAMzC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;oEACmB;AAMhC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;qEACoB;AAMjC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;mEACkB;AAM/B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;0EACyB;AAGtC;IADC,WAAW,EAAE;;gEACK","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n inventory: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n recoveryImmobilization: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n incomeAllocation:boolean | null;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n salariesFile?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n provisionToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasLaundryFees?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasMealExpenses?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasCheckedVAT?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasCheckedCompanyTax?: boolean | null;\n\n @ApiProperty()\n idExercice: number;\n}"]}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export declare class UpdateBalanceSheetModuleForm {
|
|
2
|
-
inventory: boolean;
|
|
2
|
+
inventory: boolean | null;
|
|
3
|
+
recoveryImmobilization: boolean | null;
|
|
4
|
+
incomeAllocation: boolean | null;
|
|
3
5
|
loanToDeclare?: boolean;
|
|
4
6
|
provisionToDeclare?: boolean | null;
|
|
5
7
|
hasCustomerInvoiceToEstablish?: boolean | null;
|
|
@@ -8,11 +10,12 @@ export declare class UpdateBalanceSheetModuleForm {
|
|
|
8
10
|
hasProviderPrepaidReceived?: boolean | null;
|
|
9
11
|
hasProviderAssetToReceived?: boolean | null;
|
|
10
12
|
hasProviderInvoiceNotReceived?: boolean | null;
|
|
11
|
-
salariesFile?: boolean;
|
|
13
|
+
salariesFile?: boolean | null;
|
|
12
14
|
hasManualEntryToDeclare?: boolean | null;
|
|
13
15
|
hasLaundryFees?: boolean | null;
|
|
14
16
|
hasMealExpenses?: boolean | null;
|
|
15
17
|
hasCheckedVAT?: boolean | null;
|
|
18
|
+
hasCheckedCompanyTax?: boolean | null;
|
|
16
19
|
idExercice?: number;
|
|
17
20
|
}
|
|
18
21
|
//# sourceMappingURL=UpdateBalanceSheetModule.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;
|
|
1
|
+
{"version":3,"file":"UpdateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAKvC,SAAS,EAAE,OAAO,GAAG,IAAI,CAAC;IAM1B,sBAAsB,EAAE,OAAO,GAAG,IAAI,CAAC;IAMvC,gBAAgB,EAAC,OAAO,GAAG,IAAI,CAAC;IAGhC,aAAa,CAAC,EAAE,OAAO,CAAC;IASxB,kBAAkB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGpC,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/C,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM9B,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMhC,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMjC,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/B,oBAAoB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGtC,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|