@silexpert/core 1.1.161 → 1.1.163
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/dist/cjs/api/resources/BusinessPartner.d.ts +15 -0
- package/dist/cjs/api/resources/BusinessPartner.d.ts.map +1 -0
- package/dist/cjs/api/resources/BusinessPartner.js +26 -0
- package/dist/cjs/api/resources/BusinessPartner.js.map +1 -0
- package/dist/cjs/api/resources/CommercialOffer.d.ts +47 -0
- package/dist/cjs/api/resources/CommercialOffer.d.ts.map +1 -0
- package/dist/cjs/api/resources/CommercialOffer.js +64 -0
- package/dist/cjs/api/resources/CommercialOffer.js.map +1 -0
- package/dist/cjs/api/resources/User.d.ts +3 -1
- package/dist/cjs/api/resources/User.d.ts.map +1 -1
- package/dist/cjs/api/resources/User.js +6 -0
- package/dist/cjs/api/resources/User.js.map +1 -1
- package/dist/cjs/api/resources/prestation.d.ts +14 -1
- package/dist/cjs/api/resources/prestation.d.ts.map +1 -1
- package/dist/cjs/api/resources/prestation.js +17 -0
- package/dist/cjs/api/resources/prestation.js.map +1 -1
- package/dist/cjs/api/resources.d.ts +4 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +4 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/ClosingType.d.ts +7 -0
- package/dist/cjs/types/Enum/ClosingType.d.ts.map +1 -0
- package/dist/cjs/types/Enum/ClosingType.js +19 -0
- package/dist/cjs/types/Enum/ClosingType.js.map +1 -0
- package/dist/cjs/types/Enum/CommercialOfferType.d.ts +97 -0
- package/dist/cjs/types/Enum/CommercialOfferType.d.ts.map +1 -0
- package/dist/cjs/types/Enum/CommercialOfferType.js +71 -0
- package/dist/cjs/types/Enum/CommercialOfferType.js.map +1 -0
- package/dist/cjs/types/Enum/MaritalStatus.d.ts +9 -0
- package/dist/cjs/types/Enum/MaritalStatus.d.ts.map +1 -0
- package/dist/cjs/types/Enum/MaritalStatus.js +13 -0
- package/dist/cjs/types/Enum/MaritalStatus.js.map +1 -0
- package/dist/cjs/types/Enum/PrestationOption.d.ts +8 -0
- package/dist/cjs/types/Enum/PrestationOption.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationOption.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +175 -0
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Enum/PriceGridClementine.d.ts +101 -0
- package/dist/cjs/types/Enum/PriceGridClementine.d.ts.map +1 -0
- package/dist/cjs/types/Enum/PriceGridClementine.js +338 -0
- package/dist/cjs/types/Enum/PriceGridClementine.js.map +1 -0
- package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts +34 -0
- package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -0
- package/dist/cjs/types/Enum/PriceGridLegalstart.js +103 -0
- package/dist/cjs/types/Enum/PriceGridLegalstart.js.map +1 -0
- package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts +52 -0
- package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -0
- package/dist/cjs/types/Enum/PriceGridPourcentage.js +1125 -0
- package/dist/cjs/types/Enum/PriceGridPourcentage.js.map +1 -0
- package/dist/cjs/types/Enum/StatutsSection.js +1 -1
- package/dist/cjs/types/Enum/StatutsSection.js.map +1 -1
- package/dist/cjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.d.ts +29 -0
- package/dist/cjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js +170 -0
- package/dist/cjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js.map +1 -0
- package/dist/cjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.d.ts +5 -0
- package/dist/cjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js +35 -0
- package/dist/cjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js.map +1 -0
- package/dist/cjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.d.ts +30 -0
- package/dist/cjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js +176 -0
- package/dist/cjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js.map +1 -0
- package/dist/cjs/types/Interface/api/cerfa/3310.d.ts +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3310.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3310.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3514.d.ts +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3514.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3514.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3517.d.ts +2 -2
- package/dist/cjs/types/Interface/api/cerfa/3517.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3517.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3519.d.ts +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3519.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3519.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryGetStats.d.ts +1 -0
- package/dist/cjs/types/Interface/api/commercial/QueryGetStats.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryGetStats.js +6 -0
- package/dist/cjs/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +6 -0
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/RequiredDocsTypeParams.d.ts +1 -1
- package/dist/cjs/types/Interface/api/commercial/RequiredDocsTypeParams.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/RequiredDocsTypeParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercialOffer/Query.d.ts +13 -0
- package/dist/cjs/types/Interface/api/commercialOffer/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/commercialOffer/Query.js +69 -0
- package/dist/cjs/types/Interface/api/commercialOffer/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts +19 -0
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/prestation/Query.js +77 -0
- package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/prestations/QueryUpdate.d.ts +1 -0
- package/dist/cjs/types/Interface/api/prestations/QueryUpdate.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/prestations/QueryUpdate.js +6 -0
- package/dist/cjs/types/Interface/api/prestations/QueryUpdate.js.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts +2 -2
- package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +6 -6
- package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/TemplateParams.d.ts +31 -0
- package/dist/cjs/types/Interface/api/statutsGeneration/TemplateParams.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/statutsGeneration/TemplateParams.js +3 -0
- package/dist/cjs/types/Interface/api/statutsGeneration/TemplateParams.js.map +1 -0
- package/dist/cjs/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +9 -9
- package/dist/cjs/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts +1 -0
- package/dist/cjs/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js +7 -0
- package/dist/cjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/QueryGetAllFromSociety.d.ts +1 -0
- package/dist/cjs/types/Interface/api/user/QueryGetAllFromSociety.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/user/QueryGetAllFromSociety.js +9 -0
- package/dist/cjs/types/Interface/api/user/QueryGetAllFromSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/QueryGetAllWithoutBp.d.ts +4 -0
- package/dist/cjs/types/Interface/api/user/QueryGetAllWithoutBp.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/user/QueryGetAllWithoutBp.js +26 -0
- package/dist/cjs/types/Interface/api/user/QueryGetAllWithoutBp.js.map +1 -0
- package/dist/cjs/types/Interface/models/IBusinessPartner.d.ts +19 -25
- package/dist/cjs/types/Interface/models/IBusinessPartner.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IBusinessPartner.js.map +1 -1
- package/dist/cjs/types/Interface/models/ICommercialOffer.d.ts +16 -0
- package/dist/cjs/types/Interface/models/ICommercialOffer.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/ICommercialOffer.js +3 -0
- package/dist/cjs/types/Interface/models/ICommercialOffer.js.map +1 -0
- package/dist/cjs/types/Interface/models/IExercicePrestation.d.ts +2 -1
- package/dist/cjs/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IExercicePrestation.js.map +1 -1
- package/dist/cjs/types/Interface/models/IExercicePrestationOffer.d.ts +10 -0
- package/dist/cjs/types/Interface/models/IExercicePrestationOffer.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IExercicePrestationOffer.js +3 -0
- package/dist/cjs/types/Interface/models/IExercicePrestationOffer.js.map +1 -0
- package/dist/cjs/types/Interface/models/IPrestationList.d.ts +1 -0
- package/dist/cjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IPrestationList.js.map +1 -1
- package/dist/cjs/types/Interface/models/ISociety.d.ts +101 -101
- package/dist/cjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/cjs/types/Interface/models/IUser.d.ts +20 -5
- package/dist/cjs/types/Interface/models/IUser.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IUser.js.map +1 -1
- package/dist/cjs/types/index.d.ts +15 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +15 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/commercialOffer.d.ts +6 -0
- package/dist/cjs/utils/commercialOffer.d.ts.map +1 -0
- package/dist/cjs/utils/commercialOffer.js +39 -0
- package/dist/cjs/utils/commercialOffer.js.map +1 -0
- package/dist/cjs/utils/documents.d.ts.map +1 -1
- package/dist/cjs/utils/documents.js +2 -0
- package/dist/cjs/utils/documents.js.map +1 -1
- package/dist/cjs/utils/index.d.ts +1 -0
- package/dist/cjs/utils/index.d.ts.map +1 -1
- package/dist/cjs/utils/index.js +1 -0
- package/dist/cjs/utils/index.js.map +1 -1
- package/dist/cjs/utils/prestation.d.ts +9 -2
- package/dist/cjs/utils/prestation.d.ts.map +1 -1
- package/dist/cjs/utils/prestation.js +155 -1
- package/dist/cjs/utils/prestation.js.map +1 -1
- package/dist/cjs/utils/vat/3514/century23.js +7 -7
- package/dist/cjs/utils/vat/3514/century23.js.map +1 -1
- package/dist/cjs/utils/vat/3519/century17.d.ts.map +1 -1
- package/dist/cjs/utils/vat/3519/century17.js +7 -6
- package/dist/cjs/utils/vat/3519/century17.js.map +1 -1
- package/dist/mjs/api/resources/BusinessPartner.d.ts +15 -0
- package/dist/mjs/api/resources/BusinessPartner.d.ts.map +1 -0
- package/dist/mjs/api/resources/BusinessPartner.js +22 -0
- package/dist/mjs/api/resources/BusinessPartner.js.map +1 -0
- package/dist/mjs/api/resources/CommercialOffer.d.ts +47 -0
- package/dist/mjs/api/resources/CommercialOffer.d.ts.map +1 -0
- package/dist/mjs/api/resources/CommercialOffer.js +60 -0
- package/dist/mjs/api/resources/CommercialOffer.js.map +1 -0
- package/dist/mjs/api/resources/User.d.ts +3 -1
- package/dist/mjs/api/resources/User.d.ts.map +1 -1
- package/dist/mjs/api/resources/User.js +6 -0
- package/dist/mjs/api/resources/User.js.map +1 -1
- package/dist/mjs/api/resources/prestation.d.ts +14 -1
- package/dist/mjs/api/resources/prestation.d.ts.map +1 -1
- package/dist/mjs/api/resources/prestation.js +17 -0
- package/dist/mjs/api/resources/prestation.js.map +1 -1
- package/dist/mjs/api/resources.d.ts +4 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +4 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/ClosingType.d.ts +7 -0
- package/dist/mjs/types/Enum/ClosingType.d.ts.map +1 -0
- package/dist/mjs/types/Enum/ClosingType.js +16 -0
- package/dist/mjs/types/Enum/ClosingType.js.map +1 -0
- package/dist/mjs/types/Enum/CommercialOfferType.d.ts +97 -0
- package/dist/mjs/types/Enum/CommercialOfferType.d.ts.map +1 -0
- package/dist/mjs/types/Enum/CommercialOfferType.js +68 -0
- package/dist/mjs/types/Enum/CommercialOfferType.js.map +1 -0
- package/dist/mjs/types/Enum/MaritalStatus.d.ts +9 -0
- package/dist/mjs/types/Enum/MaritalStatus.d.ts.map +1 -0
- package/dist/mjs/types/Enum/MaritalStatus.js +10 -0
- package/dist/mjs/types/Enum/MaritalStatus.js.map +1 -0
- package/dist/mjs/types/Enum/PrestationOption.d.ts +8 -0
- package/dist/mjs/types/Enum/PrestationOption.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationOption.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +175 -0
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Enum/PriceGridClementine.d.ts +101 -0
- package/dist/mjs/types/Enum/PriceGridClementine.d.ts.map +1 -0
- package/dist/mjs/types/Enum/PriceGridClementine.js +335 -0
- package/dist/mjs/types/Enum/PriceGridClementine.js.map +1 -0
- package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts +34 -0
- package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -0
- package/dist/mjs/types/Enum/PriceGridLegalstart.js +100 -0
- package/dist/mjs/types/Enum/PriceGridLegalstart.js.map +1 -0
- package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts +52 -0
- package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -0
- package/dist/mjs/types/Enum/PriceGridPourcentage.js +1122 -0
- package/dist/mjs/types/Enum/PriceGridPourcentage.js.map +1 -0
- package/dist/mjs/types/Enum/StatutsSection.js +1 -1
- package/dist/mjs/types/Enum/StatutsSection.js.map +1 -1
- package/dist/mjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.d.ts +29 -0
- package/dist/mjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js +191 -0
- package/dist/mjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js.map +1 -0
- package/dist/mjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.d.ts +5 -0
- package/dist/mjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js +33 -0
- package/dist/mjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js.map +1 -0
- package/dist/mjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.d.ts +30 -0
- package/dist/mjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js +198 -0
- package/dist/mjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js.map +1 -0
- package/dist/mjs/types/Interface/api/cerfa/3310.d.ts +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3310.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3310.js.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3514.d.ts +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3514.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3514.js.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3517.d.ts +2 -2
- package/dist/mjs/types/Interface/api/cerfa/3517.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3517.js.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3519.d.ts +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3519.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3519.js.map +1 -1
- package/dist/mjs/types/Interface/api/commercial/QueryGetStats.d.ts +1 -0
- package/dist/mjs/types/Interface/api/commercial/QueryGetStats.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/commercial/QueryGetStats.js +7 -0
- package/dist/mjs/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
- package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
- package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +7 -0
- package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
- package/dist/mjs/types/Interface/api/commercial/RequiredDocsTypeParams.d.ts +1 -1
- package/dist/mjs/types/Interface/api/commercial/RequiredDocsTypeParams.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/commercial/RequiredDocsTypeParams.js.map +1 -1
- package/dist/mjs/types/Interface/api/commercialOffer/Query.d.ts +13 -0
- package/dist/mjs/types/Interface/api/commercialOffer/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/commercialOffer/Query.js +72 -0
- package/dist/mjs/types/Interface/api/commercialOffer/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts +19 -0
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/prestation/Query.js +82 -0
- package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/prestations/QueryUpdate.d.ts +1 -0
- package/dist/mjs/types/Interface/api/prestations/QueryUpdate.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/prestations/QueryUpdate.js +7 -0
- package/dist/mjs/types/Interface/api/prestations/QueryUpdate.js.map +1 -1
- package/dist/mjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts +2 -2
- package/dist/mjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +12 -11
- package/dist/mjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -1
- package/dist/mjs/types/Interface/api/statutsGeneration/TemplateParams.d.ts +31 -0
- package/dist/mjs/types/Interface/api/statutsGeneration/TemplateParams.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/statutsGeneration/TemplateParams.js +2 -0
- package/dist/mjs/types/Interface/api/statutsGeneration/TemplateParams.js.map +1 -0
- package/dist/mjs/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +9 -9
- package/dist/mjs/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/dist/mjs/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts +1 -0
- package/dist/mjs/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js +8 -0
- package/dist/mjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -1
- package/dist/mjs/types/Interface/api/user/QueryGetAllFromSociety.d.ts +1 -0
- package/dist/mjs/types/Interface/api/user/QueryGetAllFromSociety.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/user/QueryGetAllFromSociety.js +11 -1
- package/dist/mjs/types/Interface/api/user/QueryGetAllFromSociety.js.map +1 -1
- package/dist/mjs/types/Interface/api/user/QueryGetAllWithoutBp.d.ts +4 -0
- package/dist/mjs/types/Interface/api/user/QueryGetAllWithoutBp.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/user/QueryGetAllWithoutBp.js +23 -0
- package/dist/mjs/types/Interface/api/user/QueryGetAllWithoutBp.js.map +1 -0
- package/dist/mjs/types/Interface/models/IBusinessPartner.d.ts +19 -25
- package/dist/mjs/types/Interface/models/IBusinessPartner.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IBusinessPartner.js.map +1 -1
- package/dist/mjs/types/Interface/models/ICommercialOffer.d.ts +16 -0
- package/dist/mjs/types/Interface/models/ICommercialOffer.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/ICommercialOffer.js +2 -0
- package/dist/mjs/types/Interface/models/ICommercialOffer.js.map +1 -0
- package/dist/mjs/types/Interface/models/IExercicePrestation.d.ts +2 -1
- package/dist/mjs/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IExercicePrestation.js.map +1 -1
- package/dist/mjs/types/Interface/models/IExercicePrestationOffer.d.ts +10 -0
- package/dist/mjs/types/Interface/models/IExercicePrestationOffer.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IExercicePrestationOffer.js +2 -0
- package/dist/mjs/types/Interface/models/IExercicePrestationOffer.js.map +1 -0
- package/dist/mjs/types/Interface/models/IPrestationList.d.ts +1 -0
- package/dist/mjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IPrestationList.js.map +1 -1
- package/dist/mjs/types/Interface/models/ISociety.d.ts +101 -101
- package/dist/mjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/mjs/types/Interface/models/IUser.d.ts +20 -5
- package/dist/mjs/types/Interface/models/IUser.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IUser.js.map +1 -1
- package/dist/mjs/types/index.d.ts +15 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +15 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/commercialOffer.d.ts +6 -0
- package/dist/mjs/utils/commercialOffer.d.ts.map +1 -0
- package/dist/mjs/utils/commercialOffer.js +33 -0
- package/dist/mjs/utils/commercialOffer.js.map +1 -0
- package/dist/mjs/utils/documents.d.ts.map +1 -1
- package/dist/mjs/utils/documents.js +2 -0
- package/dist/mjs/utils/documents.js.map +1 -1
- package/dist/mjs/utils/index.d.ts +1 -0
- package/dist/mjs/utils/index.d.ts.map +1 -1
- package/dist/mjs/utils/index.js +1 -0
- package/dist/mjs/utils/index.js.map +1 -1
- package/dist/mjs/utils/prestation.d.ts +9 -2
- package/dist/mjs/utils/prestation.d.ts.map +1 -1
- package/dist/mjs/utils/prestation.js +150 -1
- package/dist/mjs/utils/prestation.js.map +1 -1
- package/dist/mjs/utils/vat/3514/century23.js +7 -7
- package/dist/mjs/utils/vat/3514/century23.js.map +1 -1
- package/dist/mjs/utils/vat/3519/century17.d.ts.map +1 -1
- package/dist/mjs/utils/vat/3519/century17.js +2 -1
- package/dist/mjs/utils/vat/3519/century17.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BusinessPartner.ts +31 -0
- package/ts/api/resources/CommercialOffer.ts +67 -0
- package/ts/api/resources/User.ts +7 -1
- package/ts/api/resources/prestation.ts +21 -1
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/ClosingType.ts +17 -0
- package/ts/types/Enum/CommercialOfferType.ts +84 -0
- package/ts/types/Enum/MaritalStatus.ts +9 -0
- package/ts/types/Enum/PrestationOption.ts +9 -0
- package/ts/types/Enum/PrestationType.ts +175 -0
- package/ts/types/Enum/PriceGridClementine.ts +335 -0
- package/ts/types/Enum/PriceGridLegalstart.ts +100 -0
- package/ts/types/Enum/PriceGridPourcentage.ts +1122 -0
- package/ts/types/Enum/StatutsSection.ts +1 -1
- package/ts/types/Interface/api/businessPartner/CreateBusinessPartnerParams.ts +132 -0
- package/ts/types/Interface/api/businessPartner/QueryBusinessPartnerAll.ts +19 -0
- package/ts/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.ts +137 -0
- package/ts/types/Interface/api/cerfa/3310.ts +1 -1
- package/ts/types/Interface/api/cerfa/3514.ts +1 -1
- package/ts/types/Interface/api/cerfa/3517.ts +2 -2
- package/ts/types/Interface/api/cerfa/3519.ts +1 -1
- package/ts/types/Interface/api/commercial/QueryGetStats.ts +5 -0
- package/ts/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.ts +5 -0
- package/ts/types/Interface/api/commercial/RequiredDocsTypeParams.ts +1 -1
- package/ts/types/Interface/api/commercialOffer/Query.ts +46 -0
- package/ts/types/Interface/api/prestation/Query.ts +56 -0
- package/ts/types/Interface/api/prestations/QueryUpdate.ts +5 -0
- package/ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts +3 -2
- package/ts/types/Interface/api/statutsGeneration/TemplateParams.ts +31 -0
- package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +9 -9
- package/ts/types/Interface/api/user/ParamsGetAllUserWithRoles.ts +6 -0
- package/ts/types/Interface/api/user/QueryGetAllFromSociety.ts +11 -1
- package/ts/types/Interface/api/user/QueryGetAllWithoutBp.ts +11 -0
- package/ts/types/Interface/models/IBusinessPartner.ts +23 -27
- package/ts/types/Interface/models/ICommercialOffer.ts +18 -0
- package/ts/types/Interface/models/IExercicePrestation.ts +2 -1
- package/ts/types/Interface/models/IExercicePrestationOffer.ts +13 -0
- package/ts/types/Interface/models/IPrestationList.ts +1 -0
- package/ts/types/Interface/models/ISociety.ts +101 -101
- package/ts/types/Interface/models/IUser.ts +22 -7
- package/ts/types/index.ts +15 -0
- package/ts/utils/commercialOffer.ts +37 -0
- package/ts/utils/documents.ts +2 -0
- package/ts/utils/index.ts +1 -0
- package/ts/utils/prestation.ts +193 -2
- package/ts/utils/vat/3514/century23.ts +7 -7
- package/ts/utils/vat/3519/century17.ts +2 -1
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
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;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UpdateBusinessPartnerParams = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const utils_1 = require("../../../../utils");
|
|
15
|
+
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
|
+
const Country_1 = require("../../../Enum/Country");
|
|
17
|
+
class UpdateBusinessPartnerParams {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
21
|
+
(0, class_validator_1.IsOptional)(),
|
|
22
|
+
(0, class_validator_1.IsBoolean)(),
|
|
23
|
+
(0, boolean_transform_1.ToBoolean)(),
|
|
24
|
+
__metadata("design:type", Boolean)
|
|
25
|
+
], UpdateBusinessPartnerParams.prototype, "isPhysical", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
28
|
+
(0, class_validator_1.IsOptional)(),
|
|
29
|
+
(0, class_validator_1.IsInt)(),
|
|
30
|
+
__metadata("design:type", Number)
|
|
31
|
+
], UpdateBusinessPartnerParams.prototype, "idQuality", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
(0, class_validator_1.IsInt)(),
|
|
36
|
+
__metadata("design:type", Number)
|
|
37
|
+
], UpdateBusinessPartnerParams.prototype, "idCivility", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
40
|
+
(0, class_validator_1.IsOptional)(),
|
|
41
|
+
(0, class_validator_1.IsString)(),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], UpdateBusinessPartnerParams.prototype, "lastname", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
46
|
+
(0, class_validator_1.IsOptional)(),
|
|
47
|
+
(0, class_validator_1.IsString)(),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], UpdateBusinessPartnerParams.prototype, "firstname", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
52
|
+
(0, class_validator_1.IsOptional)(),
|
|
53
|
+
(0, class_validator_1.IsDate)(),
|
|
54
|
+
__metadata("design:type", Date)
|
|
55
|
+
], UpdateBusinessPartnerParams.prototype, "birthdate", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
58
|
+
(0, class_validator_1.IsOptional)(),
|
|
59
|
+
(0, class_validator_1.IsString)(),
|
|
60
|
+
__metadata("design:type", String)
|
|
61
|
+
], UpdateBusinessPartnerParams.prototype, "cityOfBirth", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
64
|
+
(0, class_validator_1.IsOptional)(),
|
|
65
|
+
(0, class_validator_1.IsInt)(),
|
|
66
|
+
(0, class_validator_1.IsEnum)(Country_1.CountryId),
|
|
67
|
+
__metadata("design:type", Number)
|
|
68
|
+
], UpdateBusinessPartnerParams.prototype, "idCountryBirth", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
71
|
+
(0, class_validator_1.IsOptional)(),
|
|
72
|
+
(0, class_validator_1.IsString)(),
|
|
73
|
+
__metadata("design:type", String)
|
|
74
|
+
], UpdateBusinessPartnerParams.prototype, "streetNumber", void 0);
|
|
75
|
+
__decorate([
|
|
76
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
77
|
+
(0, class_validator_1.IsOptional)(),
|
|
78
|
+
(0, class_validator_1.IsString)(),
|
|
79
|
+
__metadata("design:type", String)
|
|
80
|
+
], UpdateBusinessPartnerParams.prototype, "address", void 0);
|
|
81
|
+
__decorate([
|
|
82
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
83
|
+
(0, class_validator_1.IsOptional)(),
|
|
84
|
+
(0, class_validator_1.IsString)(),
|
|
85
|
+
__metadata("design:type", String)
|
|
86
|
+
], UpdateBusinessPartnerParams.prototype, "zipCode", void 0);
|
|
87
|
+
__decorate([
|
|
88
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
89
|
+
(0, class_validator_1.IsOptional)(),
|
|
90
|
+
(0, class_validator_1.IsString)(),
|
|
91
|
+
__metadata("design:type", String)
|
|
92
|
+
], UpdateBusinessPartnerParams.prototype, "city", void 0);
|
|
93
|
+
__decorate([
|
|
94
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
95
|
+
(0, class_validator_1.IsOptional)(),
|
|
96
|
+
(0, class_validator_1.IsInt)(),
|
|
97
|
+
(0, class_validator_1.IsEnum)(Country_1.CountryId),
|
|
98
|
+
__metadata("design:type", Number)
|
|
99
|
+
], UpdateBusinessPartnerParams.prototype, "idCountry", void 0);
|
|
100
|
+
__decorate([
|
|
101
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
102
|
+
(0, class_validator_1.IsOptional)(),
|
|
103
|
+
(0, class_validator_1.IsEmail)(),
|
|
104
|
+
__metadata("design:type", String)
|
|
105
|
+
], UpdateBusinessPartnerParams.prototype, "email", void 0);
|
|
106
|
+
__decorate([
|
|
107
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
108
|
+
(0, class_validator_1.IsOptional)(),
|
|
109
|
+
(0, class_validator_1.IsString)(),
|
|
110
|
+
__metadata("design:type", String)
|
|
111
|
+
], UpdateBusinessPartnerParams.prototype, "prefix", void 0);
|
|
112
|
+
__decorate([
|
|
113
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
114
|
+
(0, class_validator_1.IsOptional)(),
|
|
115
|
+
(0, class_validator_1.IsString)(),
|
|
116
|
+
__metadata("design:type", String)
|
|
117
|
+
], UpdateBusinessPartnerParams.prototype, "phone", void 0);
|
|
118
|
+
__decorate([
|
|
119
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
120
|
+
(0, class_validator_1.IsOptional)(),
|
|
121
|
+
(0, class_validator_1.IsString)(),
|
|
122
|
+
__metadata("design:type", String)
|
|
123
|
+
], UpdateBusinessPartnerParams.prototype, "phone2", void 0);
|
|
124
|
+
__decorate([
|
|
125
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
126
|
+
(0, class_validator_1.IsOptional)(),
|
|
127
|
+
(0, class_validator_1.IsInt)(),
|
|
128
|
+
__metadata("design:type", Number)
|
|
129
|
+
], UpdateBusinessPartnerParams.prototype, "idMaritalStatus", void 0);
|
|
130
|
+
__decorate([
|
|
131
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
132
|
+
(0, class_validator_1.IsOptional)(),
|
|
133
|
+
(0, class_validator_1.IsInt)(),
|
|
134
|
+
__metadata("design:type", Number)
|
|
135
|
+
], UpdateBusinessPartnerParams.prototype, "sharesHeld", void 0);
|
|
136
|
+
__decorate([
|
|
137
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
138
|
+
(0, class_validator_1.IsOptional)(),
|
|
139
|
+
(0, class_validator_1.IsDate)(),
|
|
140
|
+
__metadata("design:type", Date)
|
|
141
|
+
], UpdateBusinessPartnerParams.prototype, "validityDateOfResidencePermit", void 0);
|
|
142
|
+
__decorate([
|
|
143
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
144
|
+
(0, class_validator_1.IsOptional)(),
|
|
145
|
+
(0, class_validator_1.IsInt)(),
|
|
146
|
+
__metadata("design:type", Number)
|
|
147
|
+
], UpdateBusinessPartnerParams.prototype, "idUser", void 0);
|
|
148
|
+
__decorate([
|
|
149
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
150
|
+
(0, class_validator_1.IsOptional)(),
|
|
151
|
+
(0, class_validator_1.IsInt)(),
|
|
152
|
+
__metadata("design:type", Number)
|
|
153
|
+
], UpdateBusinessPartnerParams.prototype, "idSocietyParent", void 0);
|
|
154
|
+
__decorate([
|
|
155
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
156
|
+
(0, class_validator_1.IsOptional)(),
|
|
157
|
+
(0, class_validator_1.IsInt)(),
|
|
158
|
+
__metadata("design:type", Number)
|
|
159
|
+
], UpdateBusinessPartnerParams.prototype, "idSociety", void 0);
|
|
160
|
+
__decorate([
|
|
161
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
162
|
+
(0, class_validator_1.IsOptional)(),
|
|
163
|
+
__metadata("design:type", Object)
|
|
164
|
+
], UpdateBusinessPartnerParams.prototype, "gedFileKbis", void 0);
|
|
165
|
+
__decorate([
|
|
166
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
167
|
+
(0, class_validator_1.IsOptional)(),
|
|
168
|
+
__metadata("design:type", Object)
|
|
169
|
+
], UpdateBusinessPartnerParams.prototype, "gedFileIC", void 0);
|
|
170
|
+
__decorate([
|
|
171
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
172
|
+
(0, class_validator_1.IsOptional)(),
|
|
173
|
+
__metadata("design:type", Object)
|
|
174
|
+
], UpdateBusinessPartnerParams.prototype, "gedFileStatus", void 0);
|
|
175
|
+
exports.UpdateBusinessPartnerParams = UpdateBusinessPartnerParams;
|
|
176
|
+
//# sourceMappingURL=UpdateBusinessPartnerParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateBusinessPartnerParams.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsBoolean, IsDate, IsEmail, IsEnum, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { CountryId } from '../../../Enum/Country';\nimport { TFile } from '../file/TFile';\n\nexport class UpdateBusinessPartnerParams {\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isPhysical?: boolean;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idQuality?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idCivility?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n lastname?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n firstname?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n birthdate?: Date;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n cityOfBirth?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(CountryId)\n idCountryBirth?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n streetNumber?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n address?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n zipCode?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n city?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(CountryId)\n idCountry?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsEmail()\n email?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n prefix?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n phone?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n phone2?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idMaritalStatus?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n sharesHeld?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n validityDateOfResidencePermit?: Date;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSocietyParent?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n gedFileKbis?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n gedFileIC?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n gedFileStatus?: TFile;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"3310.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3310.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,KAAK,UAAU,GAAG;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,KAAK,GAAG,GAAG;IACT,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,WAAW,cAAc;IAC7B,WAAW,EAAE;QACX,SAAS,EAAE;YACT,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"3310.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3310.ts"],"names":[],"mappings":"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"}
|
|
@@ -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
|
|
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};"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"3514.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3514.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAExC,MAAM,WAAW,cAAc;IAC7B,WAAW,EAAE;QACX,OAAO,EAAE;YACP,OAAO,EACP;gBACE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;aACrB,CAAA;SACF,CAAC;QACF,SAAS,EAAE;YACT,OAAO,EAAE;gBACP,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;YACF,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"3514.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3514.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAExC,MAAM,WAAW,cAAc;IAC7B,WAAW,EAAE;QACX,OAAO,EAAE;YACP,OAAO,EACP;gBACE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;aACrB,CAAA;SACF,CAAC;QACF,SAAS,EAAE;YACT,OAAO,EAAE;gBACP,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;YACF,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;SACtB,CAAC;QACF,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,OAAO,EAAE;YACP,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;YACnB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;YACtB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;YACnB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;YACvB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;YACtB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;SACpB,CAAC;QACF,iBAAiB,EAAE;YACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;YACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;YACtB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;SACtB,CAAC;QACF,KAAK,EAAE;YACL,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;SACvB,CAAA;QACD,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;KACxB,CAAC;IACF,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,SAAS,EAAE,OAAO,CAAC;QACnB,YAAY,EAAE,OAAO,CAAC;KACvB,CAAC;IACF,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,gBAAgB,EAAE,MAAM,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,QAAQ,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,cAAc,GAAG,IAAI,CAAC;IAC/B,GAAG,EAAE,YAAY,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,YAAY,EAAE,cAAc,CAAC;IAC7B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"3514.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3514.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\nimport { ServiceOfTax } from '../tax/ReadTax';\nimport { Cerfa3517_2023 } from './3517';\n\nexport interface Cerfa3514_2022 {\n declaration: {\n service: {\n address:\n {\n full: string | null;\n }\n };\n recipient: {\n address: {\n full: string;\n };\n name
|
|
1
|
+
{"version":3,"file":"3514.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3514.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\nimport { ServiceOfTax } from '../tax/ReadTax';\nimport { Cerfa3517_2023 } from './3517';\n\nexport interface Cerfa3514_2022 {\n declaration: {\n service: {\n address:\n {\n full: string | null;\n }\n };\n recipient: {\n address: {\n full: string;\n };\n name?: string | null;\n };\n maxDate: number | null;\n numbers: {\n SIE: string | null;\n folder: string | null;\n key: string | null;\n service: string | null;\n system: string | null;\n CDI: string | null;\n };\n intracommunityVat: {\n first: string | null;\n second: string | null;\n third: string | null;\n };\n siret: {\n second: string | null;\n }\n comment: string | null;\n };\n payment: {\n date: string | null;\n phone: string | null;\n isPayment: boolean;\n byImputation: boolean;\n };\n amountWanted: number;\n amountOfCredit: number;\n vatAmountToPay: number;\n shouldCancelAdvance: boolean;\n vatAmountCollected: number;\n vatAmountDeductible: number;\n vatAmountQuarter: number;\n vatRefundedOnInvests: number;\n}\n\nexport interface PayloadCerfa3514_2022 {\n society: ISociety;\n startDate: string;\n endDate: string;\n setting: ISocietyGescom | null;\n sie: ServiceOfTax | null;\n comment: string | null;\n previousCA12: Cerfa3517_2023;\n amountWanted: number | null;\n amountOfCredit: number | null;\n vatAmountCollected: number;\n vatAmountDeductible: number;\n}"]}
|
|
@@ -30,7 +30,7 @@ export interface Cerfa3517_2023 {
|
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
recipient: {
|
|
33
|
-
name
|
|
33
|
+
name?: string | null;
|
|
34
34
|
address: {
|
|
35
35
|
full: string;
|
|
36
36
|
};
|
|
@@ -228,7 +228,7 @@ export interface Cerfa3517_2023 {
|
|
|
228
228
|
maximum: number;
|
|
229
229
|
asked: number;
|
|
230
230
|
reportable: number;
|
|
231
|
-
place
|
|
231
|
+
place?: string | null;
|
|
232
232
|
date: string | null;
|
|
233
233
|
shouldCredit: boolean;
|
|
234
234
|
shouldImpute: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"3517.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3517.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,cAAM,UAAU;IACd,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,cAAM,OAAO;IACX,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,EAAE;QACX,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,MAAM,EAAE;YACN,KAAK,EAAE;gBACL,GAAG,EAAE,MAAM,CAAC;gBACZ,KAAK,EAAE,MAAM,CAAC;gBACd,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;YACF,GAAG,EAAE;gBACH,GAAG,EAAE,MAAM,CAAC;gBACZ,KAAK,EAAE,MAAM,CAAC;gBACd,IAAI,EAAE,MAAM,CAAC;aACd,CAAA;SACF,CAAC;QACF,SAAS,EAAE;YACT,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"3517.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3517.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"3517.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3517.ts"],"names":[],"mappings":";;AAMA,MAAM,UAAU;CAGf;AAED,MAAM,OAAO;CAKZ","sourcesContent":["import { IUser, IVatDeclarationSocietyDetail } from '../../..';\nimport { IRegistration } from '../../models/IRegistration';\nimport { ISociety } from '../../models/ISociety';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\nimport { ServiceOfTax } from '../tax/ReadTax';\n\nclass BaseAndTax {\n base: number;\n tax: number;\n}\n\nclass TicType {\n credit: number;\n imputed: number;\n refund: number;\n tax: number;\n}\n\nexport interface Cerfa3517_2023 {\n isNil: boolean;\n declaration: {\n comment: string | null;\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 recipient: {\n name
|
|
1
|
+
{"version":3,"file":"3517.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3517.ts"],"names":[],"mappings":";;AAMA,MAAM,UAAU;CAGf;AAED,MAAM,OAAO;CAKZ","sourcesContent":["import { IUser, IVatDeclarationSocietyDetail } from '../../..';\nimport { IRegistration } from '../../models/IRegistration';\nimport { ISociety } from '../../models/ISociety';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\nimport { ServiceOfTax } from '../tax/ReadTax';\n\nclass BaseAndTax {\n base: number;\n tax: number;\n}\n\nclass TicType {\n credit: number;\n imputed: number;\n refund: number;\n tax: number;\n}\n\nexport interface Cerfa3517_2023 {\n isNil: boolean;\n declaration: {\n comment: string | null;\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 recipient: {\n name?: string | null;\n address: { 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 intracommunityVat: {\n first: string | null;\n second: string | null;\n third: string | null;\n };\n siret: {\n first: string | null;\n second: string | null;\n };\n };\n payment: {\n date: string;\n phone: string | null;\n byImputation: boolean;\n isPayment: boolean;\n };\n untaxedOperation: {\n buy: number;\n exported: number;\n distance?: number;\n other: number;\n petrol: number;\n intracomunauty: number;\n salesGoodsOrServices: number;\n delivery: number;\n };\n vat: {\n normalRate20: BaseAndTax;\n reduceRate5Dot5: BaseAndTax;\n reduceRate10: BaseAndTax;\n normalRate20OnPetrol: BaseAndTax;\n reduceRate8Dot5: BaseAndTax;\n reduceRate2Dot1: BaseAndTax;\n particularRate: BaseAndTax;\n reducedRateOnPetrol: BaseAndTax;\n oldRate: BaseAndTax;\n energyBought: BaseAndTax;\n prestation: BaseAndTax;\n prestation2: BaseAndTax;\n saleOfImmobilization: BaseAndTax;\n ownDelivery: BaseAndTax;\n other: BaseAndTax;\n total: { tax: number }\n };\n other: {\n sum: number;\n refund: number;\n previousDeducted: number;\n total: number;\n };\n deductible: {\n onInvoice: number;\n onFlatRate: number;\n onImmobilization: number;\n total1: number;\n previousCredit: number;\n rate: number;\n forget: number;\n sumToImpute: number;\n total: number;\n vatDeductible: number;\n };\n net: {\n due: number;\n credit: number;\n advance: {\n toPay: number;\n paid: number;\n total: number;\n };\n advance1: {\n paid: number;\n toPay: number;\n };\n advance2: {\n paid: number;\n toPay: number;\n }\n balance: number;\n surplus: number;\n balanceSurplus: number;\n };\n tax: {\n onRetransmission: number;\n onResultFarm: number;\n payingVideo: {\n reduced: number;\n normal: number;\n };\n freeVideo: {\n reduce: number;\n normal: number;\n };\n bailiff: number;\n contribution: number;\n ofEmployer: number;\n onBoardingCorse: number;\n onBoarding: number;\n development: number;\n publicity: number;\n onCompanySurplus: number;\n onPublicElectricity: number;\n onCanceledOrders: number;\n specialDue: number;\n slaughter: number;\n cutting: number;\n substances: number;\n fishing: number;\n fishingProduct: number;\n agreement: number;\n phyto: {\n onCirculation: number;\n onExportation: number;\n total: number;\n };\n onPreciousMetal: {\n normalRate: number;\n reduceRate: number;\n };\n onContribution: number;\n onSaleAntiquity: number;\n onYearly: number;\n onCO2: number;\n oldVehicle: number;\n profit: number;\n social: number;\n fromOtherCountry: number;\n trottingRace: number;\n gallopRace: number;\n sportBetting: number;\n sportBettingSocial: number;\n sportBettingSport: number;\n sportBettingCommercial: number;\n sportBettingCommercialSocial: number;\n sportBettingCommercialSport: number;\n onlineGame: number;\n onlineGameSocial: number;\n fuelExploration: number;\n nonAlcool: number;\n nonAlcoolWithSugar: number;\n nonAlcoolWithEdul: number;\n mineralWater: number;\n numericalService: number;\n total: number;\n platform: number;\n };\n tic: {\n ticfe: TicType;\n ticgn: TicType;\n ticc: TicType;\n total: TicType;\n };\n recapitulation: {\n refund: number;\n creditToReport: number;\n imputedCredit: number;\n ticRefunded: number;\n balance: number;\n imputeOnVat: number;\n vatNetDue: number;\n assimiledTax: number;\n consumsion: number;\n toPay: number;\n };\n advances: {\n july: { year: string | null; has: boolean };\n december: { year: string | null; has: boolean };\n };\n total: number;\n refund: {\n creditRefundable: number;\n surplus: number;\n maximum: number;\n asked: number;\n reportable: number;\n place?: string | null;\n date: string | null;\n shouldCredit: boolean;\n shouldImpute: boolean;\n name: string | null;\n };\n bankAccount: {\n iban: string | null;\n bic: string | null;\n }\n}\n\nexport type PayloadCerfa3517_2023 = {\n startDate: string;\n endDate: string;\n society: ISociety;\n setting: ISocietyGescom | null;\n details: IVatDeclarationSocietyDetail | null;\n owner: IUser | null;\n isNil: boolean;\n exerciceAdvanceRegistrations: IRegistration[];\n sie: ServiceOfTax | null;\n comment?: string;\n vat: {\n normalRate20OnPetrol: number | null;\n particularRate: { base: number | null; tax: number | null; };\n oldRate: { base: number | null; tax: number | null; };\n reducedRateOnPetrol: number | null;\n energyBought: { base: number | null; tax: number | null; };\n prestation: { base: number | null; tax: number | null; };\n };\n other: {\n refund: number | null;\n previousDeducted: number | null;\n sum: number | null;\n };\n deductible: {\n onFlatRate: number | null;\n previousCredit: number | null;\n forget: number | null;\n rate: number | null;\n sumToImpute: number | null;\n vatDeductible: number | null;\n };\n untaxedOperation?: {\n distance?: number | null;\n petrol?: number | null;\n salesGoodsOrServices?: number | null;\n delivery?: number | null;\n };\n advance1: { toPay: number; };\n advance2: { toPay: number; };\n tax: {\n onRetransmission: number;\n onResultFarm: number;\n payingVideo: { reduced: number; normal: number; };\n freeVideo: { reduced: number; normal: number; }\n bailiff: number;\n contribution: number;\n ofEmployer: number;\n onBoardingCorse: number;\n onBoarding: number;\n development: number;\n publicity: number;\n onCompanySurplus: number;\n onPublicElectricity: number;\n onCanceledOrders: number;\n specialDue: number;\n slaughter: number;\n cutting: number;\n substances: number;\n fishing: number;\n fishingProduct: number;\n agreement: number;\n phyto: {\n onCirculation: number;\n onExportation: number;\n total: number;\n };\n onPreciousMetal: {\n normalRate: number;\n reduceRate: number;\n }\n total: number;\n onContribution: number;\n onSaleAntiquity: number;\n onYearly: number;\n onCO2: number;\n oldVehicle: number;\n profit: number;\n social: number;\n fromOtherCountry: number;\n trottingRace: number;\n gallopRace: number;\n sportBetting: number;\n sportBettingSocial: number;\n sportBettingSport: number;\n sportBettingCommercial: number;\n sportBettingCommercialSocial: number;\n sportBettingCommercialSport: number;\n onlineGame: number;\n onlineGameSocial: number;\n fuelExploration: number;\n nonAlcool: number;\n nonAlcoolWithSugar: number;\n nonAlcoolWithEdul: number;\n mineralWater: number;\n numericalService: number;\n platform: number;\n };\n recapitulation: {\n imputedCredit: number;\n };\n refund: {\n asked: number;\n creditRefundable: number;\n }\n};"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"3519.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3519.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAE7D,MAAM,WAAW,cAAc;IAC7B,WAAW,EAAE;QACX,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE;YACT,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"3519.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3519.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAE7D,MAAM,WAAW,cAAc;IAC7B,WAAW,EAAE;QACX,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE;YACT,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACrB,OAAO,EAAE;gBAAE,IAAI,EAAE,MAAM,CAAC;aAAE,CAAA;SAC3B,CAAC;QACF,iBAAiB,EAAE;YACjB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;SACvB,CAAC;QACF,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,WAAW,EAAE;YACX,QAAQ,EAAE,OAAO,CAAC;YAClB,aAAa,EAAE,OAAO,CAAC;YACvB,UAAU,EAAE,OAAO,CAAC;SACrB,CAAC;QACF,YAAY,EAAE,OAAO,CAAC;QACtB,YAAY,EAAE,OAAO,CAAC;QACtB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;KACtB,CAAC;IACF,MAAM,EAAE;QACN,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,SAAS,EAAE;YAAE,EAAE,EAAE,OAAO,CAAC;YAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;SAAE,CAAC;QACjD,OAAO,EAAE;YAAE,EAAE,EAAE,OAAO,CAAC;YAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;SAAE,CAAC;QAC/C,KAAK,EAAE;YAAE,EAAE,EAAE,OAAO,CAAC;SAAE,CAAA;KACxB,CAAC;IACF,WAAW,EAAE;QACX,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;KACpB,CAAC;IACF,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,QAAQ,CAAC;IAClB,OAAO,EAAE,4BAA4B,GAAG,IAAI,CAAC;IAC7C,OAAO,EAAE,cAAc,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,SAAS,EAAE;QAAE,EAAE,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;KAAE,CAAC;IACjD,OAAO,EAAE;QAAE,EAAE,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;KAAE,CAAC;IAC/C,KAAK,EAAE;QAAE,EAAE,EAAE,OAAO,CAAC;KAAE,CAAC;IACxB,YAAY,CAAC,EAAE,IAAI,CAAC;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"3519.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3519.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser, IVatDeclarationSocietyDetail } from '../../..';\nimport { ISociety } from '../../models/ISociety';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\n\nexport interface Cerfa3519_2017 {\n declaration: {\n period: string;\n recipient: {\n name
|
|
1
|
+
{"version":3,"file":"3519.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3519.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser, IVatDeclarationSocietyDetail } from '../../..';\nimport { ISociety } from '../../models/ISociety';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\n\nexport interface Cerfa3519_2017 {\n declaration: {\n period: string;\n recipient: {\n name?: string | null;\n address: { full: string; }\n };\n intracommunityVat: {\n second: string | null;\n };\n siret: string | null;\n nationality: {\n isFrench: boolean;\n isNotRequired: boolean;\n isRequired: boolean;\n };\n shouldCredit: boolean;\n shouldImpute: boolean;\n phone: string | null;\n },\n refund: {\n amount: number;\n name: string;\n quality: string | null;\n date: string;\n place: string | null;\n firstTime: { is: boolean; date: string | null; };\n closing: { is: boolean; date: string | null; };\n other: { is: boolean; }\n };\n bankAccount: {\n iban: string | null;\n bic: string | null;\n },\n comment: string | null;\n}\n\nexport interface PayloadCerfa3519_2017 {\n society: ISociety;\n details: IVatDeclarationSocietyDetail | null;\n setting: ISocietyGescom | null;\n startDate: string;\n endDate: string;\n owner: IUser | null;\n firstTime: { is: boolean; date: string | null; };\n closing: { is: boolean; date: string | null; };\n other: { is: boolean; };\n commentAnnex?: null;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGetStats.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercial/QueryGetStats.ts"],"names":[],"mappings":"AAOA,qBAAa,aAAa;IAItB,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAK5B,GAAG,CAAC,EAAE,MAAM,CAAC;IAKb,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAK5B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAK/B,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
|
|
1
|
+
{"version":3,"file":"QueryGetStats.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercial/QueryGetStats.ts"],"names":[],"mappings":"AAOA,qBAAa,aAAa;IAItB,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAK5B,GAAG,CAAC,EAAE,MAAM,CAAC;IAKb,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAK5B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IAKvB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAK/B,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -64,6 +64,12 @@ __decorate([
|
|
|
64
64
|
(0, class_validator_1.IsInt)({ each: true }),
|
|
65
65
|
__metadata("design:type", Array)
|
|
66
66
|
], QueryGetStats.prototype, "idPrestationList", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
69
|
+
(0, class_validator_1.IsOptional)(),
|
|
70
|
+
(0, class_validator_1.IsInt)({ each: true }),
|
|
71
|
+
__metadata("design:type", Array)
|
|
72
|
+
], QueryGetStats.prototype, "idOfferList", void 0);
|
|
67
73
|
__decorate([
|
|
68
74
|
(0, utils_1.ApiPropertyOptional)(),
|
|
69
75
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGetStats.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercial/QueryGetStats.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAGyB;AACzB,6CAAwD;AACxD,sFAA2E;AAE3E,MAAa,aAAa;
|
|
1
|
+
{"version":3,"file":"QueryGetStats.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercial/QueryGetStats.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAGyB;AACzB,6CAAwD;AACxD,sFAA2E;AAE3E,MAAa,aAAa;CAwDzB;AAvDC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6CACO;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;wDACkB;AAE9B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;0CACO;AAEf;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACS;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;2CACQ;AAEhB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;6CACU;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+CACY;AAEpB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;uDACQ;AAE9B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;kDACG;AAEzB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;0DACW;AAEjC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;qDACkB;AAvD5B,sCAwDC","sourcesContent":["import {\n IsBoolean,\n IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryGetStats {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isAdditionalSales?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n day?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n month?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n year?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSource?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idPrestationList?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idOfferList?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idConstitutionState?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idBillingState?: number;\n}\n"]}
|
|
@@ -9,6 +9,7 @@ export declare class QueryPaginatedSocietyWithStatsCa extends OptionalQueryPagin
|
|
|
9
9
|
idUser?: number;
|
|
10
10
|
idSource?: number;
|
|
11
11
|
idPrestationList?: number[];
|
|
12
|
+
idOfferList?: number[];
|
|
12
13
|
idState?: number[];
|
|
13
14
|
idConstitutionState?: number[];
|
|
14
15
|
idBillingState?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPaginatedSocietyWithStatsCa.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,qBAAa,gCAAiC,SAAQ,qBAAqB;IAIvE,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,MAAM,CAAC,EAAE,OAAO,CAAC;IAMjB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAK5B,GAAG,CAAC,EAAE,MAAM,CAAC;IAKb,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAK5B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAKnB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAK/B,cAAc,CAAC,EAAE,MAAM,CAAC;IAMxB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B"}
|
|
1
|
+
{"version":3,"file":"QueryPaginatedSocietyWithStatsCa.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,qBAAa,gCAAiC,SAAQ,qBAAqB;IAIvE,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,MAAM,CAAC,EAAE,OAAO,CAAC;IAMjB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAK5B,GAAG,CAAC,EAAE,MAAM,CAAC;IAKb,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAK5B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IAKvB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAKnB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAK/B,cAAc,CAAC,EAAE,MAAM,CAAC;IAMxB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B"}
|
|
@@ -72,6 +72,12 @@ __decorate([
|
|
|
72
72
|
(0, class_validator_1.IsInt)({ each: true }),
|
|
73
73
|
__metadata("design:type", Array)
|
|
74
74
|
], QueryPaginatedSocietyWithStatsCa.prototype, "idPrestationList", void 0);
|
|
75
|
+
__decorate([
|
|
76
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
77
|
+
(0, class_validator_1.IsOptional)(),
|
|
78
|
+
(0, class_validator_1.IsInt)({ each: true }),
|
|
79
|
+
__metadata("design:type", Array)
|
|
80
|
+
], QueryPaginatedSocietyWithStatsCa.prototype, "idOfferList", void 0);
|
|
75
81
|
__decorate([
|
|
76
82
|
(0, utils_1.ApiPropertyOptional)(),
|
|
77
83
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPaginatedSocietyWithStatsCa.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAGyB;AACzB,6CAAwD;AACxD,sFAA2E;AAC3E,kDAAwD;AAExD,MAAa,gCAAiC,SAAQ,oCAAqB;
|
|
1
|
+
{"version":3,"file":"QueryPaginatedSocietyWithStatsCa.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAGyB;AACzB,6CAAwD;AACxD,sFAA2E;AAC3E,kDAAwD;AAExD,MAAa,gCAAiC,SAAQ,oCAAqB;CAyE1E;AAxEC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gEACO;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;gEACO;AAEnB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;2EACkB;AAE9B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;6DACO;AAEf;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+DACS;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8DACQ;AAEhB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;gEACU;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;kEACY;AAEpB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;0EACQ;AAE9B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;qEACG;AAEzB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;iEACD;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;6EACW;AAEjC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;wEACkB;AAE1B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;yEACgB;AAxE9B,4EAyEC","sourcesContent":["import {\n IsBoolean,\n IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { OptionalQueryPaginate } from '../BasePaginate';\n\nexport class QueryPaginatedSocietyWithStatsCa extends OptionalQueryPaginate {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isInCA?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isAdditionalSales?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n day?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n month?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n year?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSource?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idPrestationList?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idOfferList?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idState?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idConstitutionState?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idBillingState?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n goToFacturation?: boolean;\n}"]}
|
|
@@ -2,7 +2,7 @@ import { IBusinessPartner } from '../../models/IBusinessPartner';
|
|
|
2
2
|
import { IGedFile } from '../../models/IGedFile';
|
|
3
3
|
export interface RequiredDocsType {
|
|
4
4
|
society: {
|
|
5
|
-
idLegalForm
|
|
5
|
+
idLegalForm?: number;
|
|
6
6
|
id?: number;
|
|
7
7
|
totalSharesHeld?: number;
|
|
8
8
|
dateOfRegistration?: Date;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequiredDocsTypeParams.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercial/RequiredDocsTypeParams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAC;QAAC,kBAAkB,CAAC,EAAE,IAAI,CAAA;KAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"RequiredDocsTypeParams.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercial/RequiredDocsTypeParams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE;QAAE,WAAW,CAAC,EAAE,MAAM,CAAC;QAAC,EAAE,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAC;QAAC,kBAAkB,CAAC,EAAE,IAAI,CAAA;KAAE,CAAC;IACpG,aAAa,CAAC,EAAC;QAAE,iBAAiB,CAAC,EAAE,OAAO,CAAC;QAAC,YAAY,CAAC,EAAE,IAAI,CAAA;KAAE,CAAC;IACpE,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oBAAoB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC1C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,IAAI,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequiredDocsTypeParams.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercial/RequiredDocsTypeParams.ts"],"names":[],"mappings":"","sourcesContent":["import { IBusinessPartner } from '../../models/IBusinessPartner';\nimport { IGedFile } from '../../models/IGedFile';\n\nexport interface RequiredDocsType {\n society: { idLegalForm
|
|
1
|
+
{"version":3,"file":"RequiredDocsTypeParams.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercial/RequiredDocsTypeParams.ts"],"names":[],"mappings":"","sourcesContent":["import { IBusinessPartner } from '../../models/IBusinessPartner';\nimport { IGedFile } from '../../models/IGedFile';\n\nexport interface RequiredDocsType {\n society: { idLegalForm?: number, id?: number, totalSharesHeld?: number, dateOfRegistration?: Date },\n oldExpertInfo?:{ dontHaveOldExpert?: boolean, recoveryDate?: Date };\n _gedFile: IGedFile[], \n isOnlyPrevi?: boolean, \n isOnlyJuridic?: boolean, \n isOnlySocial?: boolean, \n listBusinessPartners?: IBusinessPartner[], \n isCreation?: boolean;\n goToClient?: Date;\n}"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare class QueryAllCommercialOffer {
|
|
2
|
+
search?: string;
|
|
3
|
+
startDate?: string;
|
|
4
|
+
endDate?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare class QueryPaginateCommercialOffer {
|
|
7
|
+
search?: string;
|
|
8
|
+
startDate?: string;
|
|
9
|
+
endDate?: string;
|
|
10
|
+
page: number;
|
|
11
|
+
limit: number;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercialOffer/Query.ts"],"names":[],"mappings":"AAGA,qBAAa,uBAAuB;IAIhC,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,4BAA4B;IAIrC,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,IAAI,EAAE,MAAM,CAAC;IAKb,KAAK,EAAE,MAAM,CAAC;CACjB"}
|