@silexpert/core 1.1.140 → 1.1.141
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/AccountingFiles.js.map +1 -1
- package/es/api/resources/BalanceSheet.d.ts +1 -0
- package/es/api/resources/BalanceSheet.d.ts.map +1 -1
- package/es/api/resources/BalanceSheet.js +3 -0
- package/es/api/resources/BalanceSheet.js.map +1 -1
- package/es/api/resources/Revision.d.ts +6 -1
- package/es/api/resources/Revision.d.ts.map +1 -1
- package/es/api/resources/Revision.js +16 -1
- package/es/api/resources/Revision.js.map +1 -1
- package/es/api/resources/RevisionGuide.d.ts +2 -2
- package/es/api/resources/RevisionGuide.d.ts.map +1 -1
- package/es/api/resources/RevisionGuide.js.map +1 -1
- package/es/api/resources/VatControl.d.ts +3 -1
- package/es/api/resources/VatControl.d.ts.map +1 -1
- package/es/api/resources/VatControl.js +6 -0
- package/es/api/resources/VatControl.js.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/es/types/Enum/BrandClementine.js +2 -2
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandPourcentage.js +2 -2
- package/es/types/Enum/BrandPourcentage.js.map +1 -1
- package/es/types/Enum/RevisionGuide.d.ts +28 -0
- package/es/types/Enum/RevisionGuide.d.ts.map +1 -1
- package/es/types/Enum/RevisionGuide.js +183 -0
- package/es/types/Enum/RevisionGuide.js.map +1 -1
- package/es/types/Enum/VatControl.d.ts +12 -0
- package/es/types/Enum/VatControl.d.ts.map +1 -0
- package/es/types/Enum/VatControl.js +195 -0
- package/es/types/Enum/VatControl.js.map +1 -0
- package/es/types/Interface/api/balanceSheet/VatControl.d.ts +13 -0
- package/es/types/Interface/api/balanceSheet/VatControl.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheet/VatControl.js +2 -0
- package/es/types/Interface/api/balanceSheet/VatControl.js.map +1 -0
- package/es/types/Interface/api/cerfa/3310.d.ts +47 -0
- package/es/types/Interface/api/cerfa/3310.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/3310.js.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.d.ts +1 -0
- package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.js +7 -0
- package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/es/types/Interface/api/revision/Create.d.ts +26 -0
- package/es/types/Interface/api/revision/Create.d.ts.map +1 -0
- package/es/types/Interface/api/revision/Create.js +133 -0
- package/es/types/Interface/api/revision/Create.js.map +1 -0
- package/es/types/Interface/api/revision/Query.d.ts +8 -0
- package/es/types/Interface/api/revision/Query.d.ts.map +1 -1
- package/es/types/Interface/api/revision/Query.js +24 -0
- package/es/types/Interface/api/revision/Query.js.map +1 -1
- package/es/types/Interface/api/vatControl/CreateVatControl.d.ts +5 -0
- package/es/types/Interface/api/vatControl/CreateVatControl.d.ts.map +1 -0
- package/es/types/Interface/api/vatControl/CreateVatControl.js +26 -0
- package/es/types/Interface/api/vatControl/CreateVatControl.js.map +1 -0
- package/es/types/Interface/api/vatControl/QueryVatControl.d.ts +4 -0
- package/es/types/Interface/api/vatControl/QueryVatControl.d.ts.map +1 -0
- package/es/types/Interface/api/vatControl/QueryVatControl.js +21 -0
- package/es/types/Interface/api/vatControl/QueryVatControl.js.map +1 -0
- package/es/types/Interface/models/ISupervisionPendingPoint.d.ts +10 -0
- package/es/types/Interface/models/ISupervisionPendingPoint.d.ts.map +1 -1
- package/es/types/Interface/models/ISupervisionPendingPoint.js.map +1 -1
- package/es/types/Interface/models/ISupervisionPendingPointReply.d.ts +13 -0
- package/es/types/Interface/models/ISupervisionPendingPointReply.d.ts.map +1 -0
- package/es/types/Interface/models/ISupervisionPendingPointReply.js +2 -0
- package/es/types/Interface/models/ISupervisionPendingPointReply.js.map +1 -0
- package/es/types/index.d.ts +6 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/phone.js +1 -1
- package/es/utils/phone.js.map +1 -1
- package/es/utils/vat/3310/century23.js +65 -65
- package/es/utils/vat/3310/century23.js.map +1 -1
- package/js/api/resources/AccountingFiles.js.map +1 -1
- package/js/api/resources/BalanceSheet.js +3 -0
- package/js/api/resources/BalanceSheet.js.map +1 -1
- package/js/api/resources/Revision.js +20 -1
- package/js/api/resources/Revision.js.map +1 -1
- package/js/api/resources/RevisionGuide.js.map +1 -1
- package/js/api/resources/VatControl.js +6 -0
- package/js/api/resources/VatControl.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +2 -2
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandPourcentage.js +2 -2
- package/js/types/Enum/BrandPourcentage.js.map +1 -1
- package/js/types/Enum/RevisionGuide.js +311 -0
- package/js/types/Enum/RevisionGuide.js.map +1 -1
- package/js/types/Enum/VatControl.js +162 -0
- package/js/types/Enum/VatControl.js.map +1 -0
- package/js/types/Interface/api/balanceSheet/VatControl.js +6 -0
- package/js/types/Interface/api/balanceSheet/VatControl.js.map +1 -0
- package/js/types/Interface/api/cerfa/3310.js.map +1 -1
- package/js/types/Interface/api/registration/CreateRegistration.js +1 -0
- package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/js/types/Interface/api/revision/Create.js +45 -0
- package/js/types/Interface/api/revision/Create.js.map +1 -0
- package/js/types/Interface/api/revision/Query.js +9 -1
- package/js/types/Interface/api/revision/Query.js.map +1 -1
- package/js/types/Interface/api/vatControl/CreateVatControl.js +27 -0
- package/js/types/Interface/api/vatControl/CreateVatControl.js.map +1 -0
- package/js/types/Interface/api/vatControl/QueryVatControl.js +26 -0
- package/js/types/Interface/api/vatControl/QueryVatControl.js.map +1 -0
- package/js/types/Interface/models/ISupervisionPendingPoint.js.map +1 -1
- package/js/types/Interface/models/ISupervisionPendingPointReply.js +6 -0
- package/js/types/Interface/models/ISupervisionPendingPointReply.js.map +1 -0
- package/js/types/index.js +96 -36
- package/js/types/index.js.map +1 -1
- package/js/utils/phone.js +1 -1
- package/js/utils/phone.js.map +1 -1
- package/js/utils/vat/3310/century23.js +65 -65
- package/js/utils/vat/3310/century23.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/AccountingFiles.ts +1 -1
- package/ts/api/resources/BalanceSheet.ts +4 -0
- package/ts/api/resources/Revision.ts +22 -2
- package/ts/api/resources/RevisionGuide.ts +2 -2
- package/ts/api/resources/VatControl.ts +10 -1
- package/ts/types/Enum/BalanceSheetQuestion.ts +0 -1
- package/ts/types/Enum/BrandClementine.ts +2 -2
- package/ts/types/Enum/BrandPourcentage.ts +2 -2
- package/ts/types/Enum/RevisionGuide.ts +197 -1
- package/ts/types/Enum/VatControl.ts +198 -0
- package/ts/types/Interface/api/balanceSheet/VatControl.ts +10 -0
- package/ts/types/Interface/api/cerfa/3310.ts +49 -0
- package/ts/types/Interface/api/registration/CreateRegistration.ts +6 -0
- package/ts/types/Interface/api/revision/Create.ts +105 -0
- package/ts/types/Interface/api/revision/Query.ts +22 -0
- package/ts/types/Interface/api/vatControl/CreateVatControl.ts +14 -0
- package/ts/types/Interface/api/vatControl/QueryVatControl.ts +10 -0
- package/ts/types/Interface/models/ISupervisionPendingPoint.ts +10 -0
- package/ts/types/Interface/models/ISupervisionPendingPointReply.ts +16 -0
- package/ts/types/index.ts +6 -0
- package/ts/utils/phone.ts +1 -1
- package/ts/utils/vat/3310/century23.ts +26 -26
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"3310.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/3310.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\nimport { ServiceOfTax } from '../tax/ReadTax';\n\ntype BaseAndTax = {\n base: number;\n tax: number;\n};\n\ntype Tic = {\n credit?: number;\n refund?: number;\n imputed?: number;\n tax?: number;\n};\n\nexport interface Cerfa3310_2023 {\n declaration: {\n recipient: {\n name: string | null;\n address: {\n full: string;\n }\n numbers: {\n SIE: string | null;\n folder: string | null;\n key: string | null;\n period: string | null;\n CM: string | null;\n OPT: string | null;\n service: string | null;\n system: string | null;\n }\n }\n period: {\n start: {\n day: string;\n month: string;\n year: string;\n },\n end: {\n day: string;\n month: string;\n year: string;\n }\n },\n service: {\n address: {\n full: string | null;\n }\n },\n siret: {\n first: string | null;\n second: string | null;\n },\n intracommunityVat: {\n first: string | null;\n second: string | null;\n third: string | null;\n },\n comment: string | null;\n payment: {\n date: string | null;\n phone: string | null;\n isPayment: boolean;\n byImputation: boolean;\n }\n },\n isNil: boolean;\n untaxedOperations: {\n exportationNotInEurope: number;\n other: number;\n distanceSelling: number;\n import: number;\n withdrawSuspensiveRegime: number;\n importInSuspensiveSystem: number;\n intracommunityAcquisitions: number;\n intracommunityDelivery: number;\n energyDelivery: number;\n oilProductsConsumption: number;\n importPetrolInSuspensiveSystem: number;\n purchaseInFranchise: number;\n saleOfServicesNotInFrance: number;\n regularizations: number;\n internalUniq: number;\n },\n taxedOperations: {\n services: number;\n other: number;\n purchaseOfIntracommunityServiceProvision: number;\n import: number;\n withdrawSuspensiveRegime: number;\n releaseFromConsumption: number;\n intracommunityAcquisitions: number;\n energyDelivery: number;\n purchaseOfServicesNotInFrance: number;\n regularizations: number;\n },\n vat: {\n carrieredOutInFrance: {\n normalRate20: BaseAndTax,\n reduceRate5Dot5: BaseAndTax,\n reduceRate10: BaseAndTax,\n },\n overseasDepartment: {\n reduceRate8Dot5: BaseAndTax,\n reduceRate2Dot1: BaseAndTax\n },\n oilProducts: {\n normalRate20: BaseAndTax,\n reduceRate13: BaseAndTax\n },\n importations: {\n normalRate20: BaseAndTax,\n reduceRate10: BaseAndTax,\n reduceRate8Dot5: BaseAndTax,\n reduceRate5Dot5: BaseAndTax,\n reduceRate2Dot1: BaseAndTax,\n reduceRate1Dot05: BaseAndTax,\n },\n previouslyDeductedToBeReturned: {\n onOilProducts: number;\n otherThanOilProducts: number;\n total: number;\n },\n sumToAdd: number;\n grossDue: number;\n onIntracommunityAcquisition: number;\n toMonaco: number;\n deductible: {\n other: {\n oil: number;\n thanOilProducts: number;\n collected: number;\n total: number;\n }\n immobilizations: number;\n otherGoodsAndServices: number;\n report: number;\n toImpute: number;\n total: number;\n onImportOtherThanOilProducts: number;\n coefficient: number;\n onOilProducts: number;\n },\n otherRate: {\n oldRate: BaseAndTax,\n at1Dot75: BaseAndTax,\n at1Dot05: BaseAndTax,\n at10: BaseAndTax,\n atCorse2Dot1: BaseAndTax,\n atCorse0Dot9: BaseAndTax,\n at2Dot1: BaseAndTax,\n author: BaseAndTax,\n }\n },\n credit: {\n amount: number;\n refundAsked: number;\n transferedToSocietyHeadOfGroup: number;\n assimiledTaxes: number;\n toReport: number;\n ticRefund: number;\n ticTransfered: number;\n },\n toPay: {\n netDue: number;\n acquittedBySocietyHeadOfGroup: number;\n total: number;\n },\n isDGE: boolean;\n isUniq: boolean;\n tic?: {\n ticfe?: Tic,\n ticgn?: Tic,\n ticc?: Tic,\n total?: Tic,\n },\n}\n\nexport type PayloadCerfa3310_2023 = {\n isHolidayDeposit: boolean;\n startDate: string;\n endDate: string;\n society: ISociety;\n setting: ISocietyGescom | null;\n isNil: boolean;\n previousVatDeclaration: Cerfa3310_2023 | null;\n sie: ServiceOfTax | null;\n comment?: string;\n taxedOperations?: {\n withdrawSuspensiveRegime?: number;\n releaseFromConsumption?: number;\n energyDelivery?: number;\n purchaseOfServicesNotInFrance?: number;\n regularizations?: number;\n };\n untaxedOperations?: {\n distanceSelling?: number;\n withdrawSuspensiveRegime?: number;\n importInSuspensiveSystem?: number;\n intracommunityAcquisitions: number;\n intracommunityDelivery: number;\n energyDelivery?: number;\n oilProductsConsumption?: number;\n importPetrolInSuspensiveSystem?: number;\n purchaseInFranchise?: number;\n saleOfServicesNotInFrance?: number;\n regularizations?: number;\n internalUniq?: number;\n },\n vat?: {\n oilProducts?: {\n normalRate20?: { base?: number }\n reduceRate13?: { base?: number }\n },\n previouslyDeductedToBeReturned?: {\n onOilProducts?: number;\n otherThanOilProducts?: number;\n total?: number;\n },\n toMonaco?: number;\n deductible?: {\n other?: {\n oil?: number;\n },\n toImpute?: number;\n onOilProducts?: number;\n coefficient?: number;\n toReport?: number;\n },\n otherRate?: {\n oldRate?: {\n tax?: number;\n base?: number;\n },\n },\n sumToAdd?: number;\n },\n credit?: {\n transferedToSocietyHeadOfGroup?: number;\n assimiledTaxes?: number;\n refundAsked?: number;\n },\n toPay?: {\n acquittedBySocietyHeadOfGroup?: number;\n },\n};"]}
|
|
1
|
+
{"version":3,"file":"3310.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/3310.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\nimport { ServiceOfTax } from '../tax/ReadTax';\n\ntype BaseAndTax = {\n base: number;\n tax: number;\n};\n\ntype Tic = {\n credit?: number;\n refund?: number;\n imputed?: number;\n tax?: number;\n};\n\nexport interface Cerfa3310_2023 {\n declaration: {\n recipient: {\n name: string | null;\n address: {\n full: string;\n }\n numbers: {\n SIE: string | null;\n folder: string | null;\n key: string | null;\n period: string | null;\n CM: string | null;\n OPT: string | null;\n service: string | null;\n system: string | null;\n }\n }\n period: {\n start: {\n day: string;\n month: string;\n year: string;\n },\n end: {\n day: string;\n month: string;\n year: string;\n }\n },\n service: {\n address: {\n full: string | null;\n }\n },\n siret: {\n first: string | null;\n second: string | null;\n },\n intracommunityVat: {\n first: string | null;\n second: string | null;\n third: string | null;\n },\n comment: string | null;\n payment: {\n date: string | null;\n phone: string | null;\n isPayment: boolean;\n byImputation: boolean;\n }\n },\n isNil: boolean;\n untaxedOperations: {\n exportationNotInEurope: number;\n other: number;\n distanceSelling: number;\n import: number;\n withdrawSuspensiveRegime: number;\n importInSuspensiveSystem: number;\n intracommunityAcquisitions: number;\n intracommunityDelivery: number;\n energyDelivery: number;\n oilProductsConsumption: number;\n importPetrolInSuspensiveSystem: number;\n purchaseInFranchise: number;\n saleOfServicesNotInFrance: number;\n regularizations: number;\n internalUniq: number;\n },\n taxedOperations: {\n services: number;\n other: number;\n purchaseOfIntracommunityServiceProvision: number;\n import: number;\n withdrawSuspensiveRegime: number;\n releaseFromConsumption: number;\n intracommunityAcquisitions: number;\n energyDelivery: number;\n purchaseOfServicesNotInFrance: number;\n regularizations: number;\n },\n vat: {\n carrieredOutInFrance: {\n normalRate20: BaseAndTax,\n reduceRate5Dot5: BaseAndTax,\n reduceRate10: BaseAndTax,\n },\n overseasDepartment: {\n reduceRate8Dot5: BaseAndTax,\n reduceRate2Dot1: BaseAndTax\n },\n oilProducts: {\n normalRate20: BaseAndTax,\n reduceRate13: BaseAndTax\n },\n importations: {\n normalRate20: BaseAndTax,\n reduceRate10: BaseAndTax,\n reduceRate8Dot5: BaseAndTax,\n reduceRate5Dot5: BaseAndTax,\n reduceRate2Dot1: BaseAndTax,\n reduceRate1Dot05: BaseAndTax,\n },\n previouslyDeductedToBeReturned: {\n onOilProducts: number;\n otherThanOilProducts: number;\n total: number;\n },\n sumToAdd: number;\n grossDue: number;\n onIntracommunityAcquisition: number;\n toMonaco: number;\n deductible: {\n other: {\n oil: number;\n thanOilProducts: number;\n collected: number;\n total: number;\n }\n immobilizations: number;\n otherGoodsAndServices: number;\n report: number;\n toImpute: number;\n total: number;\n onImportOtherThanOilProducts: number;\n coefficient: number;\n onOilProducts: number;\n },\n otherRate: {\n oldRate: BaseAndTax,\n at1Dot75: BaseAndTax,\n at1Dot05: BaseAndTax,\n at10: BaseAndTax,\n atCorse2Dot1: BaseAndTax,\n atCorse0Dot9: BaseAndTax,\n at2Dot1: BaseAndTax,\n author: BaseAndTax,\n }\n },\n credit: {\n amount: number;\n refundAsked: number;\n transferedToSocietyHeadOfGroup: number;\n assimiledTaxes: number;\n toReport: number;\n ticRefund: number;\n ticTransfered: number;\n },\n toPay: {\n netDue: number;\n acquittedBySocietyHeadOfGroup: number;\n total: number;\n },\n isDGE: boolean;\n isUniq: boolean;\n tic?: {\n ticfe?: Tic,\n ticgn?: Tic,\n ticc?: Tic,\n total?: Tic,\n },\n}\n\nexport type PayloadCerfa3310_2023 = {\n isHolidayDeposit: boolean;\n startDate: string;\n endDate: string;\n society: ISociety;\n setting: ISocietyGescom | null;\n isNil: boolean;\n previousVatDeclaration: Cerfa3310_2023 | null;\n sie: ServiceOfTax | null;\n comment?: string;\n taxedOperations?: {\n withdrawSuspensiveRegime?: number;\n releaseFromConsumption?: number;\n energyDelivery?: number;\n purchaseOfServicesNotInFrance?: number;\n regularizations?: number;\n };\n untaxedOperations?: {\n distanceSelling?: number;\n withdrawSuspensiveRegime?: number;\n importInSuspensiveSystem?: number;\n intracommunityAcquisitions: number;\n intracommunityDelivery: number;\n energyDelivery?: number;\n oilProductsConsumption?: number;\n importPetrolInSuspensiveSystem?: number;\n purchaseInFranchise?: number;\n saleOfServicesNotInFrance?: number;\n regularizations?: number;\n internalUniq?: number;\n },\n // MODULE DE CONTROLE DE TVA\n vatControl?: {\n france?: {\n base20?: number;\n base10?: number;\n base8Dot5?: number;\n base5Dot5?: number;\n base2Dot1?: number;\n };\n other?: {\n base20?: number;\n base10?: number;\n base5Dot5?: number;\n base2Dot1?: number;\n };\n importations?: {\n base20?: number;\n base10?: number;\n base8Dot5?: number;\n base5Dot5?: number;\n base2Dot1?: number;\n };\n intracomunity?: {\n base20?: number;\n };\n regularisations?: {\n base20?: number;\n base10?: number;\n base5Dot5?: number;\n base2Dot1?: number;\n case5B?: number;\n };\n untaxed?: {\n exportation?: number;\n importation?: number;\n intracomunity?: number;\n regularisation?: number;\n other?: number;\n };\n deducted?: {\n immobilization?: number;\n abs?: number;\n other?: number;\n reported?: number;\n case2C?: number;\n };\n refundAsked?: number;\n };\n // FIN MODULE CONTROLE TVA\n vat?: {\n oilProducts?: {\n normalRate20?: { base?: number }\n reduceRate13?: { base?: number }\n },\n previouslyDeductedToBeReturned?: {\n onOilProducts?: number;\n otherThanOilProducts?: number;\n total?: number;\n },\n toMonaco?: number;\n deductible?: {\n other?: {\n oil?: number;\n },\n toImpute?: number;\n onOilProducts?: number;\n coefficient?: number;\n toReport?: number;\n },\n otherRate?: {\n oldRate?: {\n tax?: number;\n base?: number;\n },\n },\n sumToAdd?: number;\n },\n credit?: {\n transferedToSocietyHeadOfGroup?: number;\n assimiledTaxes?: number;\n refundAsked?: number;\n },\n toPay?: {\n acquittedBySocietyHeadOfGroup?: number;\n },\n};"]}
|
|
@@ -46,6 +46,7 @@ export declare class UpdateOrCreateVatRegistration {
|
|
|
46
46
|
payload: Cerfa3310_2023;
|
|
47
47
|
annexPayload?: Cerfa3519_2017;
|
|
48
48
|
isTest?: boolean;
|
|
49
|
+
isManuallyRegistered?: boolean;
|
|
49
50
|
}
|
|
50
51
|
export declare class CreateRegistrationDetail {
|
|
51
52
|
accountingTransactionIds: number[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateRegistration.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE9E,qBAAa,yBAAyB;IAElC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED,qBAAa,oCAAoC;IAE7C,GAAG,EAAE,GAAG,GAAG,IAAI,CAAC;IAGhB,aAAa,EAAE,GAAG,GAAG,IAAI,CAAC;IAG1B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAGhC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IAGjC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAG5B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,SAAS,CAAC,EAAE,iBAAiB,CAAC;CAC/B,CAAC;AAEF,qBAAa,kBAAkB;IAG3B,WAAW,EAAE,MAAM,CAAC;IAMpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAMd,MAAM,CAAC,EAAE,OAAO,CAAC;IAIjB,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED,qBAAa,iCAAiC;IAK1C,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,qBAAa,6BAA6B;IAGtC,WAAW,EAAE,MAAM,CAAC;IAIpB,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAGhB,OAAO,EAAE,cAAc,CAAC;IAGxB,YAAY,CAAC,EAAE,cAAc,CAAC;IAM9B,MAAM,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateRegistration.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE9E,qBAAa,yBAAyB;IAElC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED,qBAAa,oCAAoC;IAE7C,GAAG,EAAE,GAAG,GAAG,IAAI,CAAC;IAGhB,aAAa,EAAE,GAAG,GAAG,IAAI,CAAC;IAG1B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAGhC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IAGjC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAG5B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,SAAS,CAAC,EAAE,iBAAiB,CAAC;CAC/B,CAAC;AAEF,qBAAa,kBAAkB;IAG3B,WAAW,EAAE,MAAM,CAAC;IAMpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAMd,MAAM,CAAC,EAAE,OAAO,CAAC;IAIjB,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED,qBAAa,iCAAiC;IAK1C,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,qBAAa,6BAA6B;IAGtC,WAAW,EAAE,MAAM,CAAC;IAIpB,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAGhB,OAAO,EAAE,cAAc,CAAC;IAGxB,YAAY,CAAC,EAAE,cAAc,CAAC;IAM9B,MAAM,CAAC,EAAE,OAAO,CAAC;IAMjB,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED,qBAAa,wBAAwB;IAGjC,wBAAwB,EAAE,MAAM,EAAE,CAAC;IAInC,cAAc,EAAE,iBAAiB,CAAC;IAKlC,MAAM,EAAE,cAAc,EAAE,CAAC;CAC5B;AAED,qBAAa,wBAAwB;IAGjC,OAAO,EAAE,MAAM,CAAC;IAMhB,MAAM,CAAC,EAAE,OAAO,CAAC;IAKjB,WAAW,EAAE,MAAM,CAAC;IAKpB,MAAM,EAAE,MAAM,CAAC;IAKf,IAAI,EAAE,eAAe,CAAC;IAKtB,KAAK,EAAE,gBAAgB,CAAC;IAKxB,MAAM,EAAE,MAAM,CAAC;IAKf,aAAa,EAAE,MAAM,CAAC;IAKtB,OAAO,EAAE,MAAM,CAAC;IAKhB,KAAK,EAAE,MAAM,CAAC;IAGd,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB;AAED,qBAAa,kBAAkB;IAG3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAI1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -145,6 +145,13 @@ __decorate([
|
|
|
145
145
|
IsOptional(),
|
|
146
146
|
__metadata("design:type", Boolean)
|
|
147
147
|
], UpdateOrCreateVatRegistration.prototype, "isTest", void 0);
|
|
148
|
+
__decorate([
|
|
149
|
+
ApiPropertyOptional(),
|
|
150
|
+
IsBoolean(),
|
|
151
|
+
ToBoolean(),
|
|
152
|
+
IsOptional(),
|
|
153
|
+
__metadata("design:type", Boolean)
|
|
154
|
+
], UpdateOrCreateVatRegistration.prototype, "isManuallyRegistered", void 0);
|
|
148
155
|
export class CreateRegistrationDetail {
|
|
149
156
|
}
|
|
150
157
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateRegistration.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,YAAY,EAAE,OAAO,EAAE,cAAc,EAAE,QAAQ,GAC9F,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAM3E,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE9E,MAAM,OAAO,yBAAyB;CAMrC;AALC;IAAC,mBAAmB,EAAE;;uDACC;AAEvB;IAAC,mBAAmB,EAAE;;sDACA;AAGxB,MAAM,OAAO,oCAAoC;CAoChD;AAnCC;IAAC,mBAAmB,EAAE;;iEACJ;AAElB;IAAC,mBAAmB,EAAE;;2EACM;AAE5B;IAAC,mBAAmB,EAAE;;qEACG;AAEzB;IAAC,mBAAmB,EAAE;;mEACC;AAEvB;IAAC,mBAAmB,EAAE;;8EACY;AAElC;IAAC,mBAAmB,EAAE;;4EACU;AAEhC;IAAC,mBAAmB,EAAE;;4EACU;AAEhC;IAAC,mBAAmB,EAAE;;+EACa;AAEnC;IAAC,mBAAmB,EAAE;;4EACU;AAEhC;IAAC,mBAAmB,EAAE;;0EACQ;AAE9B;IAAC,mBAAmB,EAAE;;kEACA;AAEtB;IAAC,mBAAmB,EAAE;;iEACD;AAYvB,MAAM,OAAO,kBAAkB;CAyB9B;AAxBC;IAAC,WAAW,EAAE;IACb,MAAM,CAAC,SAAS,CAAC;;uDACI;AAEtB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,GAAG,CAAC,CAAC,CAAC;IACN,UAAU,EAAE;;uDACU;AAEvB;IAAC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;gDACG;AAEhB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kDACM;AAEnB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,mDAAmD,EAAE,CAAC;IACzF,UAAU,EAAE;;wDACiB;AAGhC,MAAM,OAAO,iCAAiC;CAM7C;AALC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;wEACc;AAG5B,MAAM,OAAO,6BAA6B;
|
|
1
|
+
{"version":3,"file":"CreateRegistration.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n IsEnum, IsOptional, IsBoolean, IsNumber, Min, IsDateString, IsArray, ValidateNested, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { CerfaType } from '../../../Enum/CerfaType';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { Rof } from '../../../Enum/Aspone';\nimport { Cerfa3310_2023 } from '../cerfa/3310';\nimport { Cerfa3519_2017 } from '../cerfa/3519';\nimport { CerfaFormValue } from '../cerfa/ReadCerfa';\nimport { UpdatedAnnotation } from './ReadRegistration';\nimport { CustomerVatState, CustomerVatType } from '../../../Enum/CustomerVat';\n\nexport class CreateRegistrationSetting {\n @ApiPropertyOptional()\n iban?: string | null;\n\n @ApiPropertyOptional()\n bic?: string | null;\n}\n\nexport class CreateRegistrationSettingFromSociety {\n @ApiPropertyOptional()\n rof: Rof | null;\n\n @ApiPropertyOptional()\n companyTaxRof: Rof | null;\n\n @ApiPropertyOptional()\n ogaName: string | null;\n\n @ApiPropertyOptional()\n ogaId: string | null;\n\n @ApiPropertyOptional()\n ogaAddressNumero: string | null;\n\n @ApiPropertyOptional()\n ogaAddressType: string | null;\n\n @ApiPropertyOptional()\n ogaAddressVoie: string | null;\n\n @ApiPropertyOptional()\n ogaAddressZipCode: string | null;\n\n @ApiPropertyOptional()\n ogaAddressCity: string | null;\n\n @ApiPropertyOptional()\n ogaReference: string | null;\n\n @ApiPropertyOptional()\n iban: string | null;\n\n @ApiPropertyOptional()\n bic: string | null;\n}\n\nexport type ForcedValues_2571 = {\n base?: number;\n regularisation?: number;\n};\n\nexport type ForcedValues = {\n cerfa2571?: ForcedValues_2571;\n};\n\nexport class CreateRegistration {\n @ApiProperty()\n @IsEnum(CerfaType)\n idCerfaType: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @Min(0)\n @IsOptional()\n amountToPay?: number;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n date?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isTest?: boolean;\n\n @ApiPropertyOptional({ description: 'Set values manually (not available for all cerfa)' })\n @IsOptional()\n forcedValues?: ForcedValues;\n}\n\nexport class CreateRegistrationSynchronization {\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n forceTestMode?: boolean;\n}\n\nexport class UpdateOrCreateVatRegistration {\n @ApiProperty()\n @IsEnum(CerfaType)\n idCerfaType: number;\n\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiProperty()\n payload: Cerfa3310_2023;\n\n @ApiPropertyOptional()\n annexPayload?: Cerfa3519_2017;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isTest?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isManuallyRegistered?: boolean;\n}\n\nexport class CreateRegistrationDetail {\n @ApiProperty()\n @IsArray()\n accountingTransactionIds: number[];\n\n @ApiProperty()\n @IsArray()\n updatedEntries: UpdatedAnnotation;\n\n @ApiProperty()\n @IsArray()\n @ValidateNested({ each: true })\n inputs: CerfaFormValue[];\n}\n\nexport class UpdateOrCreateVatAdvance {\n @ApiProperty()\n @IsDateString()\n vatDate: string;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isCA12?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n stateAmount: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n amount: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n type: CustomerVatType;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n state: CustomerVatState;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n status: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n amountBaseTva: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n comment: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n token: string;\n\n @ApiPropertyOptional()\n idMail: number | null;\n}\n\nexport class CreateVatMigration {\n @ApiPropertyOptional()\n @IsOptional()\n idVatDeclaration?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n limit?: number;\n}"]}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare class SuperVisionPendingPointsPayload {
|
|
2
|
+
idPendingPoint: number;
|
|
3
|
+
value?: string;
|
|
4
|
+
hasValueBeenUpdated?: boolean;
|
|
5
|
+
createdBy?: number;
|
|
6
|
+
isCritical?: boolean;
|
|
7
|
+
activated?: boolean;
|
|
8
|
+
note?: string;
|
|
9
|
+
hasNoteBeenUpdated?: boolean;
|
|
10
|
+
idUser?: number;
|
|
11
|
+
isDone?: boolean;
|
|
12
|
+
isDoneBy?: number;
|
|
13
|
+
toBalanceSheetNote?: boolean;
|
|
14
|
+
toSummaryNote?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare class CreateOrUpdateState {
|
|
17
|
+
pendingPoints: SuperVisionPendingPointsPayload[];
|
|
18
|
+
idSociety: number;
|
|
19
|
+
startDate: Date;
|
|
20
|
+
endDate: Date;
|
|
21
|
+
}
|
|
22
|
+
export declare class CreateReply {
|
|
23
|
+
reply: string;
|
|
24
|
+
idUser: number;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=Create.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/Create.ts"],"names":[],"mappings":"AAIA,qBAAa,+BAA+B;IAIxC,cAAc,EAAE,MAAM,CAAC;IAKvB,KAAK,CAAC,EAAE,MAAM,CAAC;IAMf,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAK9B,SAAS,CAAC,EAAE,MAAM,CAAC;IAMnB,UAAU,CAAC,EAAE,OAAO,CAAC;IAMrB,SAAS,CAAC,EAAE,OAAO,CAAC;IAKpB,IAAI,CAAC,EAAE,MAAM,CAAC;IAMd,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAK7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,MAAM,CAAC,EAAE,OAAO,CAAC;IAKjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAMlB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAM7B,aAAa,CAAC,EAAE,OAAO,CAAC;CAE3B;AAED,qBAAa,mBAAmB;IAE5B,aAAa,EAAE,+BAA+B,EAAE,CAAC;IAIjD,SAAS,EAAE,MAAM,CAAC;IAIlB,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;CACjB;AAED,qBAAa,WAAW;IAGpB,KAAK,EAAE,MAAM,CAAC;IAId,MAAM,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsBoolean, IsDate, IsNumber, IsOptional, IsString } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../..';
|
|
12
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
13
|
+
export class SuperVisionPendingPointsPayload {
|
|
14
|
+
}
|
|
15
|
+
__decorate([
|
|
16
|
+
ApiProperty(),
|
|
17
|
+
IsNumber(),
|
|
18
|
+
IsOptional(),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], SuperVisionPendingPointsPayload.prototype, "idPendingPoint", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
IsString(),
|
|
24
|
+
IsOptional(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], SuperVisionPendingPointsPayload.prototype, "value", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
ApiPropertyOptional(),
|
|
29
|
+
IsBoolean(),
|
|
30
|
+
ToBoolean(),
|
|
31
|
+
IsOptional(),
|
|
32
|
+
__metadata("design:type", Boolean)
|
|
33
|
+
], SuperVisionPendingPointsPayload.prototype, "hasValueBeenUpdated", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
ApiPropertyOptional(),
|
|
36
|
+
IsNumber(),
|
|
37
|
+
IsOptional(),
|
|
38
|
+
__metadata("design:type", Number)
|
|
39
|
+
], SuperVisionPendingPointsPayload.prototype, "createdBy", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
ApiPropertyOptional(),
|
|
42
|
+
IsBoolean(),
|
|
43
|
+
ToBoolean(),
|
|
44
|
+
IsOptional(),
|
|
45
|
+
__metadata("design:type", Boolean)
|
|
46
|
+
], SuperVisionPendingPointsPayload.prototype, "isCritical", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
ApiProperty(),
|
|
49
|
+
IsBoolean(),
|
|
50
|
+
ToBoolean(),
|
|
51
|
+
IsOptional(),
|
|
52
|
+
__metadata("design:type", Boolean)
|
|
53
|
+
], SuperVisionPendingPointsPayload.prototype, "activated", void 0);
|
|
54
|
+
__decorate([
|
|
55
|
+
ApiPropertyOptional(),
|
|
56
|
+
IsString(),
|
|
57
|
+
IsOptional(),
|
|
58
|
+
__metadata("design:type", String)
|
|
59
|
+
], SuperVisionPendingPointsPayload.prototype, "note", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
ApiPropertyOptional(),
|
|
62
|
+
IsBoolean(),
|
|
63
|
+
ToBoolean(),
|
|
64
|
+
IsOptional(),
|
|
65
|
+
__metadata("design:type", Boolean)
|
|
66
|
+
], SuperVisionPendingPointsPayload.prototype, "hasNoteBeenUpdated", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
ApiPropertyOptional(),
|
|
69
|
+
IsNumber(),
|
|
70
|
+
IsOptional(),
|
|
71
|
+
__metadata("design:type", Number)
|
|
72
|
+
], SuperVisionPendingPointsPayload.prototype, "idUser", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
ApiPropertyOptional(),
|
|
75
|
+
IsBoolean(),
|
|
76
|
+
ToBoolean(),
|
|
77
|
+
IsOptional(),
|
|
78
|
+
__metadata("design:type", Boolean)
|
|
79
|
+
], SuperVisionPendingPointsPayload.prototype, "isDone", void 0);
|
|
80
|
+
__decorate([
|
|
81
|
+
ApiPropertyOptional(),
|
|
82
|
+
IsNumber(),
|
|
83
|
+
IsOptional(),
|
|
84
|
+
__metadata("design:type", Number)
|
|
85
|
+
], SuperVisionPendingPointsPayload.prototype, "isDoneBy", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
ApiPropertyOptional(),
|
|
88
|
+
IsBoolean(),
|
|
89
|
+
ToBoolean(),
|
|
90
|
+
IsOptional(),
|
|
91
|
+
__metadata("design:type", Boolean)
|
|
92
|
+
], SuperVisionPendingPointsPayload.prototype, "toBalanceSheetNote", void 0);
|
|
93
|
+
__decorate([
|
|
94
|
+
ApiPropertyOptional(),
|
|
95
|
+
IsBoolean(),
|
|
96
|
+
ToBoolean(),
|
|
97
|
+
IsOptional(),
|
|
98
|
+
__metadata("design:type", Boolean)
|
|
99
|
+
], SuperVisionPendingPointsPayload.prototype, "toSummaryNote", void 0);
|
|
100
|
+
export class CreateOrUpdateState {
|
|
101
|
+
}
|
|
102
|
+
__decorate([
|
|
103
|
+
ApiProperty(),
|
|
104
|
+
__metadata("design:type", Array)
|
|
105
|
+
], CreateOrUpdateState.prototype, "pendingPoints", void 0);
|
|
106
|
+
__decorate([
|
|
107
|
+
ApiProperty(),
|
|
108
|
+
IsNumber(),
|
|
109
|
+
__metadata("design:type", Number)
|
|
110
|
+
], CreateOrUpdateState.prototype, "idSociety", void 0);
|
|
111
|
+
__decorate([
|
|
112
|
+
ApiProperty(),
|
|
113
|
+
IsDate(),
|
|
114
|
+
__metadata("design:type", Date)
|
|
115
|
+
], CreateOrUpdateState.prototype, "startDate", void 0);
|
|
116
|
+
__decorate([
|
|
117
|
+
ApiProperty(),
|
|
118
|
+
IsDate(),
|
|
119
|
+
__metadata("design:type", Date)
|
|
120
|
+
], CreateOrUpdateState.prototype, "endDate", void 0);
|
|
121
|
+
export class CreateReply {
|
|
122
|
+
}
|
|
123
|
+
__decorate([
|
|
124
|
+
ApiProperty(),
|
|
125
|
+
IsString(),
|
|
126
|
+
__metadata("design:type", String)
|
|
127
|
+
], CreateReply.prototype, "reply", void 0);
|
|
128
|
+
__decorate([
|
|
129
|
+
ApiProperty(),
|
|
130
|
+
IsNumber(),
|
|
131
|
+
__metadata("design:type", Number)
|
|
132
|
+
], CreateReply.prototype, "idUser", void 0);
|
|
133
|
+
//# sourceMappingURL=Create.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/Create.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACpF,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,+BAA+B;CAyE3C;AAxEC;IAAC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,EAAE;;uEACY;AAEzB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;8DACI;AAEjB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;4EACmB;AAEhC;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;kEACQ;AAErB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;mEACU;AAEvB;IAAC,WAAW,EAAE;IACb,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kEACS;AAEtB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;6DACG;AAEhB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;2EACkB;AAE/B;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;+DACK;AAElB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;+DACM;AAEnB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;iEACO;AAEpB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;2EACkB;AAE/B;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;sEACa;AAI5B,MAAM,OAAO,mBAAmB;CAe/B;AAdC;IAAC,WAAW,EAAE;;0DACqC;AAEnD;IAAC,WAAW,EAAE;IACb,QAAQ,EAAE;;sDACS;AAEpB;IAAC,WAAW,EAAE;IACb,MAAM,EAAE;8BACI,IAAI;sDAAC;AAElB;IAAC,WAAW,EAAE;IACb,MAAM,EAAE;8BACE,IAAI;oDAAC;AAGlB,MAAM,OAAO,WAAW;CAQvB;AAPC;IAAC,WAAW,EAAE;IACb,QAAQ,EAAE;;0CACK;AAEhB;IAAC,WAAW,EAAE;IACb,QAAQ,EAAE;;2CACM","sourcesContent":["import { IsBoolean, IsDate, IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class SuperVisionPendingPointsPayload {\n @ApiProperty()\n @IsNumber()\n @IsOptional()\n idPendingPoint: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n value?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasValueBeenUpdated?: boolean;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n createdBy?: number; \n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isCritical?: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n activated?: boolean;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n note?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasNoteBeenUpdated?: boolean;\n\t\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idUser?: number; \n \n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isDone?: boolean;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n isDoneBy?: number; \n \n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n toBalanceSheetNote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n toSummaryNote?: boolean;\n\n}\n\nexport class CreateOrUpdateState {\n @ApiProperty()\n pendingPoints: SuperVisionPendingPointsPayload[];\n \n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n}\n\nexport class CreateReply {\n @ApiProperty()\n @IsString()\n reply: string;\n\n @ApiProperty()\n @IsNumber()\n idUser: number;\n}\n"]}
|
|
@@ -66,4 +66,12 @@ export declare class QueryRevisionSearchEntries {
|
|
|
66
66
|
limit?: number;
|
|
67
67
|
page?: number;
|
|
68
68
|
}
|
|
69
|
+
export declare class QueryRevisionGenericPendingPoint {
|
|
70
|
+
idTypeLegalForm: number;
|
|
71
|
+
}
|
|
72
|
+
export declare class QueryRevisionPendingPoint {
|
|
73
|
+
idSociety: number;
|
|
74
|
+
startDate: Date;
|
|
75
|
+
endDate: Date;
|
|
76
|
+
}
|
|
69
77
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/Query.ts"],"names":[],"mappings":"AASA,OAAO,EAAoC,aAAa,EAAE,MAAM,aAAa,CAAC;AAG9E,qBAAa,aAAa;IAGtB,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAId,SAAS,EAAE,MAAM,CAAC;IAKlB,OAAO,CAAC,EAAE,aAAa,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAM9C,UAAU,CAAC,EAAE,OAAO,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAM;IAIpB,IAAI,CAAC,EAAE,MAAM,CAAK;CACrB;AAED,qBAAa,oBAAqB,YAAW,aAAa;IAGtD,IAAI,EAAE,MAAM,CAAC;IAIb,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAId,KAAK,EAAE,MAAM,CAAC;IAKd,OAAO,CAAC,EAAE,MAAM,GAAG,aAAa,GAAG,WAAW,GAAG,OAAO,GAAG,QAAQ,CAAC;IAMpE,UAAU,CAAC,EAAE,OAAO,CAAC;IAGrB,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,qBAAa,wBAAwB;IAGjC,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAId,SAAS,EAAE,MAAM,CAAC;IAKlB,oBAAoB,EAAE,OAAO,CAAC;CACjC;AAED,qBAAa,2BAA2B;IAGpC,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAId,SAAS,EAAE,MAAM,CAAC;IAKlB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B;AAED,qBAAa,6BAA6B;IAGtC,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAId,SAAS,EAAE,MAAM,CAAC;IAMlB,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAM3B,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACvC;AAED,qBAAa,qBAAqB;IAG9B,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAId,SAAS,EAAE,MAAM,CAAC;IAKlB,OAAO,CAAC,EAAE,aAAa,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAM9C,UAAU,CAAC,EAAE,OAAO,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAM;IAIpB,IAAI,CAAC,EAAE,MAAM,CAAK;CACrB;AAED,qBAAa,0BAA0B;IAInC,SAAS,EAAE,MAAM,CAAC;IAIlB,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAMd,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAK5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAM1B,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,oBAAoB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAKrC,IAAI,CAAC,EAAE,MAAM,CAAC;IAMd,SAAS,CAAC,EAAE,OAAO,CAAC;IAKpB,OAAO,CAAC,EACR,MAAM,GACN,eAAe,GACf,QAAQ,GACR,aAAa,GACb,SAAS,GACT,OAAO,GACP,QAAQ,CAAC;IAMT,UAAU,CAAC,EAAE,OAAO,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAM;IAIpB,IAAI,CAAC,EAAE,MAAM,CAAK;CACrB"}
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/Query.ts"],"names":[],"mappings":"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"}
|
|
@@ -333,4 +333,28 @@ __decorate([
|
|
|
333
333
|
IsNumber(),
|
|
334
334
|
__metadata("design:type", Number)
|
|
335
335
|
], QueryRevisionSearchEntries.prototype, "page", void 0);
|
|
336
|
+
export class QueryRevisionGenericPendingPoint {
|
|
337
|
+
}
|
|
338
|
+
__decorate([
|
|
339
|
+
ApiProperty(),
|
|
340
|
+
IsNumber(),
|
|
341
|
+
__metadata("design:type", Number)
|
|
342
|
+
], QueryRevisionGenericPendingPoint.prototype, "idTypeLegalForm", void 0);
|
|
343
|
+
export class QueryRevisionPendingPoint {
|
|
344
|
+
}
|
|
345
|
+
__decorate([
|
|
346
|
+
ApiProperty(),
|
|
347
|
+
IsNumber(),
|
|
348
|
+
__metadata("design:type", Number)
|
|
349
|
+
], QueryRevisionPendingPoint.prototype, "idSociety", void 0);
|
|
350
|
+
__decorate([
|
|
351
|
+
ApiProperty(),
|
|
352
|
+
IsDate(),
|
|
353
|
+
__metadata("design:type", Date)
|
|
354
|
+
], QueryRevisionPendingPoint.prototype, "startDate", void 0);
|
|
355
|
+
__decorate([
|
|
356
|
+
ApiProperty(),
|
|
357
|
+
IsDate(),
|
|
358
|
+
__metadata("design:type", Date)
|
|
359
|
+
], QueryRevisionPendingPoint.prototype, "endDate", void 0);
|
|
336
360
|
//# sourceMappingURL=Query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/Query.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n IsBoolean,\n IsDate,\n IsInt,\n IsNumber,\n IsOptional,\n IsString,\n IsArray,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional, QueryPaginate } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryRevision {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n orderBy?: 'designation' | 'amount' | 'number';\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n // Interface paginate\n @ApiProperty({ default: 25 })\n @IsNumber()\n limit?: number = 25;\n\n @ApiProperty({ default: 1 })\n @IsNumber()\n page?: number = 1;\n}\n\nexport class QueryRevisionAccount implements QueryPaginate {\n @ApiProperty({ default: 1 })\n @IsNumber()\n page: number;\n\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiPropertyOptional({ default: 25 })\n @IsNumber()\n limit: number;\n\n @ApiPropertyOptional({ default: 'date' })\n @IsString()\n @IsOptional()\n orderBy?: 'date' | 'designation' | 'idAccount' | 'debit' | 'credit';\n\n @ApiPropertyOptional({ default: true })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n @ApiPropertyOptional()\n isRevised?: boolean;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n}\n\nexport class QueryRevisionApprobation {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n approvedBySupervisor: boolean;\n}\n\nexport class QueryRevisionAccountComment {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n comment: string | null;\n}\n\nexport class QueryRevisionMergeIntoAccount {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsArray()\n @IsOptional()\n @IsInt({ each:true })\n idAccounts?: Array<number>;\n\n @ApiPropertyOptional()\n @IsArray()\n @IsOptional()\n @IsInt({ each:true })\n idAccountingEntries?: Array<number>;\n}\n\nexport class QueryRevisionPaginate {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n orderBy?: 'designation' | 'amount' | 'number';\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n // Interface paginate\n @ApiProperty({ default: 25 })\n @IsNumber()\n limit?: number = 25;\n\n @ApiProperty({ default: 1 })\n @IsNumber()\n page?: number = 1;\n}\n\nexport class QueryRevisionSearchEntries {\n // Mandatory\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n // Optional\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idThirdParty?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n amount?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n difference?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n designation?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n startAccountNumber?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n endAccountNumber?: string;\n\n // advanced search\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n minimumAmount?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n maximumAmount?: number;\n\n @ApiPropertyOptional()\n @IsArray()\n @IsOptional()\n idsAccountingJournal?: Array<number>;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n type?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isRevised?: boolean;\n\n @ApiPropertyOptional({ default: 'date' })\n @IsString()\n @IsOptional()\n orderBy?:\n | 'date'\n | 'accountNumber'\n | 'amount'\n | 'designation'\n | 'vatRate'\n | 'debit'\n | 'credit';\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n // Interface paginate\n @ApiProperty({ default: 25 })\n @IsNumber()\n limit?: number = 25;\n\n @ApiProperty({ default: 1 })\n @IsNumber()\n page?: number = 1;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/Query.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n IsBoolean,\n IsDate,\n IsInt,\n IsNumber,\n IsOptional,\n IsString,\n IsArray,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional, QueryPaginate } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryRevision {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n orderBy?: 'designation' | 'amount' | 'number';\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n // Interface paginate\n @ApiProperty({ default: 25 })\n @IsNumber()\n limit?: number = 25;\n\n @ApiProperty({ default: 1 })\n @IsNumber()\n page?: number = 1;\n}\n\nexport class QueryRevisionAccount implements QueryPaginate {\n @ApiProperty({ default: 1 })\n @IsNumber()\n page: number;\n\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiPropertyOptional({ default: 25 })\n @IsNumber()\n limit: number;\n\n @ApiPropertyOptional({ default: 'date' })\n @IsString()\n @IsOptional()\n orderBy?: 'date' | 'designation' | 'idAccount' | 'debit' | 'credit';\n\n @ApiPropertyOptional({ default: true })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n @ApiPropertyOptional()\n isRevised?: boolean;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n}\n\nexport class QueryRevisionApprobation {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n approvedBySupervisor: boolean;\n}\n\nexport class QueryRevisionAccountComment {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n comment: string | null;\n}\n\nexport class QueryRevisionMergeIntoAccount {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsArray()\n @IsOptional()\n @IsInt({ each:true })\n idAccounts?: Array<number>;\n\n @ApiPropertyOptional()\n @IsArray()\n @IsOptional()\n @IsInt({ each:true })\n idAccountingEntries?: Array<number>;\n}\n\nexport class QueryRevisionPaginate {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n orderBy?: 'designation' | 'amount' | 'number';\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n // Interface paginate\n @ApiProperty({ default: 25 })\n @IsNumber()\n limit?: number = 25;\n\n @ApiProperty({ default: 1 })\n @IsNumber()\n page?: number = 1;\n}\n\nexport class QueryRevisionSearchEntries {\n // Mandatory\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n // Optional\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idThirdParty?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n amount?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n difference?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n designation?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n startAccountNumber?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n endAccountNumber?: string;\n\n // advanced search\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n minimumAmount?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n maximumAmount?: number;\n\n @ApiPropertyOptional()\n @IsArray()\n @IsOptional()\n idsAccountingJournal?: Array<number>;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n type?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isRevised?: boolean;\n\n @ApiPropertyOptional({ default: 'date' })\n @IsString()\n @IsOptional()\n orderBy?:\n | 'date'\n | 'accountNumber'\n | 'amount'\n | 'designation'\n | 'vatRate'\n | 'debit'\n | 'credit';\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n // Interface paginate\n @ApiProperty({ default: 25 })\n @IsNumber()\n limit?: number = 25;\n\n @ApiProperty({ default: 1 })\n @IsNumber()\n page?: number = 1;\n}\n\nexport class QueryRevisionGenericPendingPoint {\n // Mandatory\n @ApiProperty()\n @IsNumber()\n idTypeLegalForm: number;\n}\n\nexport class QueryRevisionPendingPoint {\n // Mandatory\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateVatControl.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/vatControl/CreateVatControl.ts"],"names":[],"mappings":"AAGA,qBAAa,gBAAgB;IAKzB,cAAc,EAAE,MAAM,EAAE,CAAC;IAIzB,OAAO,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ArrayUnique, IsInt, IsPositive, IsString } from 'class-validator';
|
|
11
|
+
import { ApiProperty } from '../../../..';
|
|
12
|
+
export class CreateVatControl {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
ArrayUnique(),
|
|
17
|
+
IsInt({ each: true }),
|
|
18
|
+
IsPositive({ each: true }),
|
|
19
|
+
__metadata("design:type", Array)
|
|
20
|
+
], CreateVatControl.prototype, "idRegistration", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiProperty(),
|
|
23
|
+
IsString(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], CreateVatControl.prototype, "payload", void 0);
|
|
26
|
+
//# sourceMappingURL=CreateVatControl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateVatControl.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/vatControl/CreateVatControl.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3E,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,OAAO,gBAAgB;CAU5B;AATC;IAAC,WAAW,EAAE;IACb,WAAW,EAAE;IACb,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACrB,UAAU,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;wDACA;AAE3B;IAAC,WAAW,EAAE;IACb,QAAQ,EAAE;;iDACO","sourcesContent":["import { ArrayUnique, IsInt, IsPositive, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../..';\n\nexport class CreateVatControl {\n @ApiProperty()\n @ArrayUnique()\n @IsInt({ each: true })\n @IsPositive({ each: true })\n idRegistration: number[];\n\n @ApiProperty()\n @IsString()\n payload: string;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryVatControl.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/vatControl/QueryVatControl.ts"],"names":[],"mappings":"AAGA,qBAAa,eAAe;IAKxB,cAAc,EAAE,MAAM,EAAE,CAAC;CAC5B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ArrayUnique, IsInt, IsPositive } from 'class-validator';
|
|
11
|
+
import { ApiProperty } from '../../../../utils';
|
|
12
|
+
export class QueryVatControl {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
ArrayUnique(),
|
|
17
|
+
IsInt({ each: true }),
|
|
18
|
+
IsPositive({ each: true }),
|
|
19
|
+
__metadata("design:type", Array)
|
|
20
|
+
], QueryVatControl.prototype, "idRegistration", void 0);
|
|
21
|
+
//# sourceMappingURL=QueryVatControl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryVatControl.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/vatControl/QueryVatControl.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,eAAe;CAM3B;AALC;IAAC,WAAW,EAAE;IACb,WAAW,EAAE;IACb,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACrB,UAAU,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;uDACA","sourcesContent":["import { ArrayUnique, IsInt, IsPositive } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryVatControl {\n @ApiProperty()\n @ArrayUnique()\n @IsInt({ each: true })\n @IsPositive({ each: true })\n idRegistration: number[];\n}"]}
|
|
@@ -1,18 +1,28 @@
|
|
|
1
1
|
import { ISupervision } from './ISupervision';
|
|
2
|
+
import { ISupervisionPendingPointReply } from './ISupervisionPendingPointReply';
|
|
2
3
|
import { IUser } from './IUser';
|
|
3
4
|
export interface ISupervisionPendingPoint {
|
|
4
5
|
id?: number;
|
|
5
6
|
idSupervision: number;
|
|
6
7
|
idPendingPoint: number;
|
|
7
8
|
isDone: boolean;
|
|
9
|
+
isDoneBy: number | null;
|
|
10
|
+
isDoneDate: Date | null;
|
|
8
11
|
idUser: number | null;
|
|
12
|
+
replyDate: Date | null;
|
|
9
13
|
createdBy: number | null;
|
|
14
|
+
createdByDate: Date | null;
|
|
10
15
|
value: string | null;
|
|
11
16
|
note: string | null;
|
|
17
|
+
isCritical: boolean;
|
|
18
|
+
toBalanceSheetNote: boolean;
|
|
19
|
+
toSummaryNote: boolean;
|
|
12
20
|
createdAt?: Date | null;
|
|
13
21
|
updatedAt?: Date | null;
|
|
22
|
+
pendingPointReplies: ISupervisionPendingPointReply[];
|
|
14
23
|
supervision: ISupervision;
|
|
15
24
|
user: IUser;
|
|
16
25
|
ppIsCreatedBy: IUser;
|
|
26
|
+
isDoneUser: IUser;
|
|
17
27
|
}
|
|
18
28
|
//# sourceMappingURL=ISupervisionPendingPoint.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISupervisionPendingPoint.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervisionPendingPoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,wBAAwB;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,WAAW,EAAE,YAAY,CAAC;IAC1B,IAAI,EAAE,KAAK,CAAC;IACZ,aAAa,EAAE,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"ISupervisionPendingPoint.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervisionPendingPoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,wBAAwB;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,aAAa,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,mBAAmB,EAAE,6BAA6B,EAAE,CAAC;IACrD,WAAW,EAAE,YAAY,CAAC;IAC1B,IAAI,EAAE,KAAK,CAAC;IACZ,aAAa,EAAE,KAAK,CAAC;IACrB,UAAU,EAAE,KAAK,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISupervisionPendingPoint.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervisionPendingPoint.ts"],"names":[],"mappings":"","sourcesContent":["import { ISupervision } from './ISupervision';\nimport { IUser } from './IUser';\n\n// supervisionsPendingPoints\nexport interface ISupervisionPendingPoint {\n id?: number;\n idSupervision: number;\n idPendingPoint: number;\n isDone: boolean;\n idUser: number | null;\n createdBy: number | null;\n value: string | null;\n note: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n supervision: ISupervision;\n user: IUser;\n ppIsCreatedBy: IUser;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"ISupervisionPendingPoint.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervisionPendingPoint.ts"],"names":[],"mappings":"","sourcesContent":["import { ISupervision } from './ISupervision';\nimport { ISupervisionPendingPointReply } from './ISupervisionPendingPointReply';\nimport { IUser } from './IUser';\n\n// supervisionsPendingPoints\nexport interface ISupervisionPendingPoint {\n id?: number;\n idSupervision: number;\n idPendingPoint: number;\n isDone: boolean;\n isDoneBy: number | null;\n isDoneDate: Date | null;\n idUser: number | null;\n replyDate: Date | null;\n createdBy: number | null;\n createdByDate: Date | null;\n value: string | null;\n note: string | null;\n isCritical: boolean;\n toBalanceSheetNote: boolean;\n toSummaryNote: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n pendingPointReplies: ISupervisionPendingPointReply[];\n supervision: ISupervision;\n user: IUser;\n ppIsCreatedBy: IUser;\n isDoneUser: IUser;\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ISupervisionPendingPoint } from './ISupervisionPendingPoint';
|
|
2
|
+
import { IUser } from './IUser';
|
|
3
|
+
export interface ISupervisionPendingPointReply {
|
|
4
|
+
id?: number;
|
|
5
|
+
reply: string;
|
|
6
|
+
idSupervisionPendingPoint: number;
|
|
7
|
+
idUser: number;
|
|
8
|
+
createdAt?: Date | null;
|
|
9
|
+
updatedAt?: Date | null;
|
|
10
|
+
supervisionPendingPoint: ISupervisionPendingPoint;
|
|
11
|
+
user: IUser;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=ISupervisionPendingPointReply.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISupervisionPendingPointReply.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervisionPendingPointReply.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,6BAA6B;IAC5C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,yBAAyB,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,uBAAuB,EAAE,wBAAwB,CAAC;IAClD,IAAI,EAAE,KAAK,CAAC;CACb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISupervisionPendingPointReply.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervisionPendingPointReply.ts"],"names":[],"mappings":"","sourcesContent":["import { ISupervisionPendingPoint } from './ISupervisionPendingPoint';\nimport { IUser } from './IUser';\n\n// supervisionsPendingPoints\nexport interface ISupervisionPendingPointReply {\n id?: number;\n reply: string;\n idSupervisionPendingPoint: number;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n supervisionPendingPoint: ISupervisionPendingPoint;\n user: IUser;\n}\n"]}
|
package/es/types/index.d.ts
CHANGED
|
@@ -201,6 +201,7 @@ export * from './Interface/models/IStatusSignature';
|
|
|
201
201
|
export * from './Interface/models/IStripeEvent';
|
|
202
202
|
export * from './Interface/models/ISupervision';
|
|
203
203
|
export * from './Interface/models/ISupervisionPendingPoint';
|
|
204
|
+
export * from './Interface/models/ISupervisionPendingPointReply';
|
|
204
205
|
export * from './Interface/models/ISurvey';
|
|
205
206
|
export * from './Interface/models/ITag';
|
|
206
207
|
export * from './Interface/models/ITaxSystem';
|
|
@@ -483,6 +484,7 @@ export * from './Enum/FollowList';
|
|
|
483
484
|
export * from './Enum/ClientOrProspect';
|
|
484
485
|
export * from './Enum/MissionAcceptation';
|
|
485
486
|
export * from './Enum/Bank';
|
|
487
|
+
export * from './Enum/VatControl';
|
|
486
488
|
export * from './Interface/api/cerfa/das2';
|
|
487
489
|
export * from './Interface/api/adjustment/Query';
|
|
488
490
|
export * from './Interface/api/adjustment/Read';
|
|
@@ -627,6 +629,7 @@ export * from './Interface/api/revision/Query';
|
|
|
627
629
|
export * from './Interface/api/revision/Read';
|
|
628
630
|
export * from './Interface/api/revision/RevisionObject';
|
|
629
631
|
export * from './Interface/api/revision/Revision';
|
|
632
|
+
export * from './Interface/api/revision/Create';
|
|
630
633
|
export * from './Interface/api/vatDeclaration/QueryVatDeclaration';
|
|
631
634
|
export * from './Interface/api/vatDeclaration/ReadVatVariousOperations';
|
|
632
635
|
export * from './Interface/api/vatDeclaration/ResultFormatToEntries';
|
|
@@ -808,6 +811,7 @@ export * from './Interface/api/journal/Journals';
|
|
|
808
811
|
export * from './Interface/api/journal/QueryJournal';
|
|
809
812
|
export * from './Interface/api/registration/DeclareRegistration';
|
|
810
813
|
export * from './Interface/api/balanceSheet/ReadBalanceSheetTransaction';
|
|
814
|
+
export * from './Interface/api/balanceSheet/VatControl';
|
|
811
815
|
export * from './Interface/api/mealExpense/CreateMealExpense';
|
|
812
816
|
export * from './Interface/api/mealExpense/ReadMealExpense';
|
|
813
817
|
export * from './Interface/api/exerciceQuestion/QueryQuestion';
|
|
@@ -941,6 +945,8 @@ export * from './Interface/api/accountsSectors/Query';
|
|
|
941
945
|
export * from './Interface/api/visualizedInformation/Query';
|
|
942
946
|
export * from './Interface/api/visualizedInformation/Update';
|
|
943
947
|
export * from './Interface/api/society/QueryArchived';
|
|
948
|
+
export * from './Interface/api/vatControl/CreateVatControl';
|
|
949
|
+
export * from './Interface/api/vatControl/QueryVatControl';
|
|
944
950
|
export * from './Interface/enum/Util';
|
|
945
951
|
export * from './Interface/enum/Date';
|
|
946
952
|
export * from '../utils/cerfa';
|