@silexpert/core 0.4.148 → 0.4.151
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/Closing.d.ts +1 -0
- package/es/api/resources/Closing.d.ts.map +1 -1
- package/es/api/resources/Closing.js +3 -0
- package/es/api/resources/Closing.js.map +1 -1
- package/es/api/resources/Library.d.ts +1 -1
- package/es/api/resources/Library.d.ts.map +1 -1
- package/es/api/resources/Library.js +7 -2
- package/es/api/resources/Library.js.map +1 -1
- package/es/api/resources/MachineLearning.d.ts +2 -1
- package/es/api/resources/MachineLearning.d.ts.map +1 -1
- package/es/api/resources/MachineLearning.js +6 -0
- package/es/api/resources/MachineLearning.js.map +1 -1
- package/es/api/resources/PromoCode.d.ts +2 -1
- package/es/api/resources/PromoCode.d.ts.map +1 -1
- package/es/api/resources/PromoCode.js +3 -0
- package/es/api/resources/PromoCode.js.map +1 -1
- package/es/api/resources/Registration.d.ts +4 -1
- package/es/api/resources/Registration.d.ts.map +1 -1
- package/es/api/resources/Registration.js +9 -0
- package/es/api/resources/Registration.js.map +1 -1
- package/es/types/Enum/AnswerTypeValue.d.ts +2 -2
- package/es/types/Enum/AnswerTypeValue.d.ts.map +1 -1
- package/es/types/Enum/AnswerTypeValue.js +1 -1
- package/es/types/Enum/AnswerTypeValue.js.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.d.ts +24 -3
- package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.js +23 -2
- package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/es/types/Enum/Registration.d.ts +7 -0
- package/es/types/Enum/Registration.d.ts.map +1 -0
- package/es/types/Enum/Registration.js +8 -0
- package/es/types/Enum/Registration.js.map +1 -0
- package/es/types/Enum/Vat.d.ts +17 -101
- package/es/types/Enum/Vat.d.ts.map +1 -1
- package/es/types/Enum/Vat.js +163 -11
- package/es/types/Enum/Vat.js.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +2 -0
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/es/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.d.ts +5 -0
- package/es/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.d.ts.map +1 -0
- package/es/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.js +21 -0
- package/es/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.js.map +1 -0
- package/es/types/Interface/api/cerfa/2050.d.ts +0 -2
- package/es/types/Interface/api/cerfa/2050.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/2050.js +1 -2
- package/es/types/Interface/api/cerfa/2050.js.map +1 -1
- package/es/types/Interface/api/product/CreateProduct.d.ts.map +1 -1
- package/es/types/Interface/api/product/CreateProduct.js +1 -2
- package/es/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/es/types/Interface/api/promoCode/QueryDefaultPromotion.d.ts +8 -0
- package/es/types/Interface/api/promoCode/QueryDefaultPromotion.d.ts.map +1 -0
- package/es/types/Interface/api/promoCode/QueryDefaultPromotion.js +45 -0
- package/es/types/Interface/api/promoCode/QueryDefaultPromotion.js.map +1 -0
- package/es/types/Interface/api/promoCode/ReadDefaultPromotion.d.ts +7 -0
- package/es/types/Interface/api/promoCode/ReadDefaultPromotion.d.ts.map +1 -0
- package/es/types/Interface/api/promoCode/ReadDefaultPromotion.js +2 -0
- package/es/types/Interface/api/promoCode/ReadDefaultPromotion.js.map +1 -0
- package/es/types/Interface/api/registration/CreateRegistration.d.ts +5 -9
- package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.js +17 -4
- package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/es/types/Interface/api/registration/QueryRegistration.d.ts +4 -0
- package/es/types/Interface/api/registration/QueryRegistration.d.ts.map +1 -0
- package/es/types/Interface/api/registration/QueryRegistration.js +21 -0
- package/es/types/Interface/api/registration/QueryRegistration.js.map +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts +4 -9
- package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/es/types/Interface/models/IDefaultPromotion.d.ts +17 -0
- package/es/types/Interface/models/IDefaultPromotion.d.ts.map +1 -0
- package/es/types/Interface/models/IDefaultPromotion.js +2 -0
- package/es/types/Interface/models/IDefaultPromotion.js.map +1 -0
- package/es/types/Interface/models/IFecFile.d.ts +1 -0
- package/es/types/Interface/models/IFecFile.d.ts.map +1 -1
- package/es/types/Interface/models/IFecFile.js.map +1 -1
- package/es/types/Interface/models/IRegistration.d.ts +4 -3
- package/es/types/Interface/models/IRegistration.d.ts.map +1 -1
- package/es/types/Interface/models/IRegistration.js.map +1 -1
- 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/js/api/Resource.js.map +1 -1
- package/js/api/index.js.map +1 -1
- package/js/api/resources/Account.js.map +1 -1
- package/js/api/resources/AccountType.js.map +1 -1
- package/js/api/resources/AccountingFiles.js.map +1 -1
- package/js/api/resources/AccountingIncome.js.map +1 -1
- package/js/api/resources/AccountsSectors.js.map +1 -1
- package/js/api/resources/Authenticate.js.map +1 -1
- package/js/api/resources/BalanceSheet.js.map +1 -1
- package/js/api/resources/BalanceSheetCompletion.js.map +1 -1
- package/js/api/resources/BalanceSheetModule.js.map +1 -1
- package/js/api/resources/BalanceSheetQuestion.js.map +1 -1
- package/js/api/resources/BankStatement.js.map +1 -1
- package/js/api/resources/BudgetInsight.js.map +1 -1
- package/js/api/resources/Cerfa.js.map +1 -1
- package/js/api/resources/Closing.js +4 -0
- package/js/api/resources/Closing.js.map +1 -1
- package/js/api/resources/Connector.js.map +1 -1
- package/js/api/resources/Country.js.map +1 -1
- package/js/api/resources/CustomerProviderOperation.js.map +1 -1
- package/js/api/resources/Dashboard.js.map +1 -1
- package/js/api/resources/ExerciceNote.js.map +1 -1
- package/js/api/resources/ExerciceQuestion.js.map +1 -1
- package/js/api/resources/FecFile.js.map +1 -1
- package/js/api/resources/FinancialCharge.js.map +1 -1
- package/js/api/resources/FirstStep.js.map +1 -1
- package/js/api/resources/GeneralLedger.js.map +1 -1
- package/js/api/resources/Immobilization.js.map +1 -1
- package/js/api/resources/IncomeAllocation.js.map +1 -1
- package/js/api/resources/IncomeStatement.js.map +1 -1
- package/js/api/resources/InternalInvoicing.js.map +1 -1
- package/js/api/resources/Journal.js.map +1 -1
- package/js/api/resources/KilometricAllowance.js.map +1 -1
- package/js/api/resources/LegalForm.js.map +1 -1
- package/js/api/resources/Letter.js.map +1 -1
- package/js/api/resources/Library.js +8 -3
- package/js/api/resources/Library.js.map +1 -1
- package/js/api/resources/Loan.js.map +1 -1
- package/js/api/resources/MachineLearning.js +7 -0
- package/js/api/resources/MachineLearning.js.map +1 -1
- package/js/api/resources/MealExpense.js.map +1 -1
- package/js/api/resources/Partner.js.map +1 -1
- package/js/api/resources/PartneredAccountant.js.map +1 -1
- package/js/api/resources/Payment.js.map +1 -1
- package/js/api/resources/PaymentExpectationCustomer.js.map +1 -1
- package/js/api/resources/Product.js.map +1 -1
- package/js/api/resources/PromoCode.js +6 -0
- package/js/api/resources/PromoCode.js.map +1 -1
- package/js/api/resources/Provision.js.map +1 -1
- package/js/api/resources/QuotesAccount.js.map +1 -1
- package/js/api/resources/Registration.js +14 -0
- package/js/api/resources/Registration.js.map +1 -1
- package/js/api/resources/Report.js.map +1 -1
- package/js/api/resources/Revision.js.map +1 -1
- package/js/api/resources/RevisionGuide.js.map +1 -1
- package/js/api/resources/SalariesFile.js.map +1 -1
- package/js/api/resources/Search.js.map +1 -1
- package/js/api/resources/Shine.js.map +1 -1
- package/js/api/resources/Simulation.js.map +1 -1
- package/js/api/resources/Society.js.map +1 -1
- package/js/api/resources/SocietyPromoCode.js.map +1 -1
- package/js/api/resources/Sponsorship.js.map +1 -1
- package/js/api/resources/Step.js.map +1 -1
- package/js/api/resources/Stocks.js.map +1 -1
- package/js/api/resources/Subscription.js.map +1 -1
- package/js/api/resources/Survey.js.map +1 -1
- package/js/api/resources/Tax.js.map +1 -1
- package/js/api/resources/TaxDeadline.js.map +1 -1
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/api/resources/User.js.map +1 -1
- package/js/api/resources/VatControl.js.map +1 -1
- package/js/api/resources/VatDeclaration.js.map +1 -1
- package/js/api/resources/Vehicle.js.map +1 -1
- package/js/api/resources/WorkingSchedule.js.map +1 -1
- package/js/api/resources/ZTicket.js.map +1 -1
- package/js/api/resources/shareCapital.js.map +1 -1
- package/js/api/resources.js.map +1 -1
- package/js/index.js.map +1 -1
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/AccountType.js.map +1 -1
- package/js/types/Enum/AccountingFileType.js.map +1 -1
- package/js/types/Enum/AccountingJournal.js.map +1 -1
- package/js/types/Enum/AccountsSectors.js.map +1 -1
- package/js/types/Enum/Activity.js.map +1 -1
- package/js/types/Enum/AnswerTypeValue.js +1 -1
- package/js/types/Enum/AnswerTypeValue.js.map +1 -1
- package/js/types/Enum/Aspone.js.map +1 -1
- package/js/types/Enum/BalanceSheet.js.map +1 -1
- package/js/types/Enum/BalanceSheetModule.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestion.js +23 -2
- package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/js/types/Enum/BalanceSheetStatus.js.map +1 -1
- package/js/types/Enum/BankAccountType.js.map +1 -1
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Enum/CerfaType.js.map +1 -1
- package/js/types/Enum/Channel.js.map +1 -1
- package/js/types/Enum/Comment.js.map +1 -1
- package/js/types/Enum/ComptaType.js.map +1 -1
- package/js/types/Enum/ConnectorType.js.map +1 -1
- package/js/types/Enum/Country.js.map +1 -1
- package/js/types/Enum/Currency.js.map +1 -1
- package/js/types/Enum/EstimateInvoice.js.map +1 -1
- package/js/types/Enum/ExerciceNoteType.js.map +1 -1
- package/js/types/Enum/FecFileDelimiter.js.map +1 -1
- package/js/types/Enum/FieldSocietyStat.js.map +1 -1
- package/js/types/Enum/FileType.js.map +1 -1
- package/js/types/Enum/FiscalRegime.js.map +1 -1
- package/js/types/Enum/FuelType.js.map +1 -1
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/Gescom.js.map +1 -1
- package/js/types/Enum/GlobalRegime.js.map +1 -1
- package/js/types/Enum/ImmobilizationType.js.map +1 -1
- package/js/types/Enum/IncomeStatement.js.map +1 -1
- package/js/types/Enum/JeDeclare.js.map +1 -1
- package/js/types/Enum/KilometricAllowanceScale.js.map +1 -1
- package/js/types/Enum/LegalForm.js.map +1 -1
- package/js/types/Enum/LegalInformation.js.map +1 -1
- package/js/types/Enum/LetterState.js.map +1 -1
- package/js/types/Enum/LetterType.js.map +1 -1
- package/js/types/Enum/Log.js.map +1 -1
- package/js/types/Enum/MachineLearning.js.map +1 -1
- package/js/types/Enum/MealExpenseThresholds.js.map +1 -1
- package/js/types/Enum/MimeType.js.map +1 -1
- package/js/types/Enum/Nature.js.map +1 -1
- package/js/types/Enum/Notification.js.map +1 -1
- package/js/types/Enum/Ocr.js.map +1 -1
- package/js/types/Enum/PartnerTransactionType.js.map +1 -1
- package/js/types/Enum/PartnerType.js.map +1 -1
- package/js/types/Enum/PartneredAccountantServiceState.js.map +1 -1
- package/js/types/Enum/PartneredAccountantServiceType.js.map +1 -1
- package/js/types/Enum/PartneredAccountantServiceTypeId.js.map +1 -1
- package/js/types/Enum/PaymentMethod.js.map +1 -1
- package/js/types/Enum/Prestation.js.map +1 -1
- package/js/types/Enum/Proceding.js.map +1 -1
- package/js/types/Enum/ProductType.js.map +1 -1
- package/js/types/Enum/ProfitsType.js.map +1 -1
- package/js/types/Enum/ProvisionType.js.map +1 -1
- package/js/types/Enum/Quality.js.map +1 -1
- package/js/types/Enum/RegisterCategory.js.map +1 -1
- package/js/types/Enum/Registration.js +14 -0
- package/js/types/Enum/Registration.js.map +1 -0
- package/js/types/Enum/RegistrationSource.js.map +1 -1
- package/js/types/Enum/ReportState.js.map +1 -1
- package/js/types/Enum/ReportType.js.map +1 -1
- package/js/types/Enum/RevisionGuide.js.map +1 -1
- package/js/types/Enum/Role.js.map +1 -1
- package/js/types/Enum/SaleType.js.map +1 -1
- package/js/types/Enum/Sector.js.map +1 -1
- package/js/types/Enum/SendInBlueList.js.map +1 -1
- package/js/types/Enum/Simulation.js.map +1 -1
- package/js/types/Enum/SponsorshipState.js.map +1 -1
- package/js/types/Enum/StockType.js.map +1 -1
- package/js/types/Enum/SubscriptionType.js.map +1 -1
- package/js/types/Enum/Supervision.js.map +1 -1
- package/js/types/Enum/SurveyType.js.map +1 -1
- package/js/types/Enum/SurveyTypeDatas.js.map +1 -1
- package/js/types/Enum/Tax.js.map +1 -1
- package/js/types/Enum/TaxSystem.js.map +1 -1
- package/js/types/Enum/ThirdPartyType.js.map +1 -1
- package/js/types/Enum/TransactionKind.js.map +1 -1
- package/js/types/Enum/TransactionStatus.js.map +1 -1
- package/js/types/Enum/TypeBankConnection.js.map +1 -1
- package/js/types/Enum/TypeCustomerProviderOperation.js.map +1 -1
- package/js/types/Enum/TypeIncomeAllocation.js.map +1 -1
- package/js/types/Enum/TypePayment.js.map +1 -1
- package/js/types/Enum/Unit.js.map +1 -1
- package/js/types/Enum/Util.js.map +1 -1
- package/js/types/Enum/Vat.js +172 -20
- package/js/types/Enum/Vat.js.map +1 -1
- package/js/types/Enum/VatDeclarationType.js.map +1 -1
- package/js/types/Enum/VatRegime.js.map +1 -1
- package/js/types/Enum/Vehicle.js.map +1 -1
- package/js/types/Enum/VehicleType.js.map +1 -1
- package/js/types/Form/FormAuthenticate.js.map +1 -1
- package/js/types/Form/FormConnector.js.map +1 -1
- package/js/types/Interface/api/BasePaginate.js.map +1 -1
- package/js/types/Interface/api/BaseRequest.js.map +1 -1
- package/js/types/Interface/api/account/CreateAccountSociety.js.map +1 -1
- package/js/types/Interface/api/account/QueryAccountSociety.js.map +1 -1
- package/js/types/Interface/api/account/QueryAccounts.js.map +1 -1
- package/js/types/Interface/api/account/QueryGenericAccount.js.map +1 -1
- package/js/types/Interface/api/account/ReadAccounts.js.map +1 -1
- package/js/types/Interface/api/account/ReadQuoteAccount.js.map +1 -1
- package/js/types/Interface/api/account/UpdateAccountSociety.js.map +1 -1
- package/js/types/Interface/api/accountType/ReadAccountType.js.map +1 -1
- package/js/types/Interface/api/accountant/ReadAccountantBalance.js.map +1 -1
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/js/types/Interface/api/accountingEntry/CreateManualEntry.js.map +1 -1
- package/js/types/Interface/api/accountingFiles/Ocr.js.map +1 -1
- package/js/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -1
- package/js/types/Interface/api/accountingFiles/OcrValue.js.map +1 -1
- package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
- package/js/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +1 -1
- package/js/types/Interface/api/accountingTransaction/DeleteInvoices.js.map +1 -1
- package/js/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.js +29 -0
- package/js/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.js.map +1 -0
- package/js/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
- package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
- package/js/types/Interface/api/aspone/Util.js.map +1 -1
- package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -1
- package/js/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -1
- package/js/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js.map +1 -1
- package/js/types/Interface/api/balanceSheet/ReadFreelanceTurnover.js.map +1 -1
- package/js/types/Interface/api/balanceSheetCompletion/UpdateBalanceSheetCompletion.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -1
- package/js/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -1
- package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
- package/js/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -1
- package/js/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js.map +1 -1
- package/js/types/Interface/api/businessPartner/ReadBusinessPartner.js.map +1 -1
- package/js/types/Interface/api/cerfa/2031.js.map +1 -1
- package/js/types/Interface/api/cerfa/2033.js.map +1 -1
- package/js/types/Interface/api/cerfa/2035.js.map +1 -1
- package/js/types/Interface/api/cerfa/2050.js +0 -4
- package/js/types/Interface/api/cerfa/2050.js.map +1 -1
- package/js/types/Interface/api/cerfa/2065.js.map +1 -1
- package/js/types/Interface/api/cerfa/2572.js.map +1 -1
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/js/types/Interface/api/cerfa/Utils.js.map +1 -1
- package/js/types/Interface/api/closing/ProcessedClosing.js.map +1 -1
- package/js/types/Interface/api/crisp/GetCrisp.js.map +1 -1
- package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -1
- package/js/types/Interface/api/dashboard/QueryBalanceBankAccount.js.map +1 -1
- package/js/types/Interface/api/dashboard/QueryDeadline.js.map +1 -1
- package/js/types/Interface/api/dashboard/QueryGescom.js.map +1 -1
- package/js/types/Interface/api/dashboard/QueryTopBuys.js.map +1 -1
- package/js/types/Interface/api/dashboard/QueryTopProviders.js.map +1 -1
- package/js/types/Interface/api/dashboard/QueryTurnoverProfitAndLoss.js.map +1 -1
- package/js/types/Interface/api/dashboard/QueryVat.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadDeadline.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadGescom.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadVat.js.map +1 -1
- package/js/types/Interface/api/exercice/CreateExercice.js.map +1 -1
- package/js/types/Interface/api/exercice/QueryExercice.js.map +1 -1
- package/js/types/Interface/api/exerciceNote/CreateExerciceNote.js.map +1 -1
- package/js/types/Interface/api/exerciceNote/QueryExerciceNote.js.map +1 -1
- package/js/types/Interface/api/exerciceQuestion/CreateExerciceQuestion.js.map +1 -1
- package/js/types/Interface/api/exerciceQuestion/QueryQuestion.js.map +1 -1
- package/js/types/Interface/api/fecFile/CreateFecFile.js.map +1 -1
- package/js/types/Interface/api/fecFile/DeleteFecFile.js.map +1 -1
- package/js/types/Interface/api/fecFile/QueryFecFile.js.map +1 -1
- package/js/types/Interface/api/fecFile/ReadFecFile.js.map +1 -1
- package/js/types/Interface/api/file/TFile.js.map +1 -1
- package/js/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js.map +1 -1
- package/js/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js.map +1 -1
- package/js/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js.map +1 -1
- package/js/types/Interface/api/generalLedger/IGeneralLedgerAccount.js.map +1 -1
- package/js/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.js.map +1 -1
- package/js/types/Interface/api/generalLedger/QueryGeneralLedger.js.map +1 -1
- package/js/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -1
- package/js/types/Interface/api/immobilization/ReadFormattedImmobilization.js.map +1 -1
- package/js/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +1 -1
- package/js/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js.map +1 -1
- package/js/types/Interface/api/incomeAllocation/TypeAndAmount.js.map +1 -1
- package/js/types/Interface/api/incomeStatement/QueryIncomeStatement.js.map +1 -1
- package/js/types/Interface/api/incomeStatement/ReadIncomeStatement.js.map +1 -1
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -1
- package/js/types/Interface/api/internalInvoicing/RegenerateInternalInvoicing.js.map +1 -1
- package/js/types/Interface/api/jeDeclare/CreateDocumentsParams.js.map +1 -1
- package/js/types/Interface/api/jeDeclare/ReadJeDeclare.js.map +1 -1
- package/js/types/Interface/api/jeDeclare/Util.js.map +1 -1
- package/js/types/Interface/api/jeDeclare/UtilCFONB.js.map +1 -1
- package/js/types/Interface/api/journal/Journals.js.map +1 -1
- package/js/types/Interface/api/journal/QueryJournal.js.map +1 -1
- package/js/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.js.map +1 -1
- package/js/types/Interface/api/letter/CreateLetter.js.map +1 -1
- package/js/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/js/types/Interface/api/library/ReadLibraryFile.js.map +1 -1
- package/js/types/Interface/api/loan/CreateLoan.js.map +1 -1
- package/js/types/Interface/api/loan/UpdateLoan.js.map +1 -1
- package/js/types/Interface/api/log/CreateLog.js.map +1 -1
- package/js/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.js.map +1 -1
- package/js/types/Interface/api/machineLearning/ResultCreateMachineLearningAnnotation.js.map +1 -1
- package/js/types/Interface/api/mailInvoice/CreateInvoiceMail.js.map +1 -1
- package/js/types/Interface/api/mailInvoice/UpdateInvoiceMail.js.map +1 -1
- package/js/types/Interface/api/mealExpense/CreateMealExpense.js.map +1 -1
- package/js/types/Interface/api/mealExpense/ReadMealExpense.js.map +1 -1
- package/js/types/Interface/api/ocr/CreateOcr.js.map +1 -1
- package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/js/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -1
- package/js/types/Interface/api/pappers/CreatePappers.js.map +1 -1
- package/js/types/Interface/api/pappers/QueryPappers.js.map +1 -1
- package/js/types/Interface/api/pappers/ReadPappers.js.map +1 -1
- package/js/types/Interface/api/partner/CreatePartner.js.map +1 -1
- package/js/types/Interface/api/partner/GetPartners.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedServiceExpress.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/InvitePartneredAccountant.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountant.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantInvoice.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantSociety.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/UpdatePartneredAccountantAccess.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.js.map +1 -1
- package/js/types/Interface/api/payment/QueryMonthlyPayment.js.map +1 -1
- package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -1
- package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
- package/js/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +1 -1
- package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -1
- package/js/types/Interface/api/pdf/BillingDocumentData.js.map +1 -1
- package/js/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -1
- package/js/types/Interface/api/prestashop/PSAddress.js.map +1 -1
- package/js/types/Interface/api/prestashop/PSCountry.js.map +1 -1
- package/js/types/Interface/api/prestashop/PSObject.js.map +1 -1
- package/js/types/Interface/api/prestashop/PSOrder.js.map +1 -1
- package/js/types/Interface/api/prestashop/PSOrderRow.js.map +1 -1
- package/js/types/Interface/api/product/CreateProduct.js +1 -1
- package/js/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/js/types/Interface/api/product/QueryProduct.js.map +1 -1
- package/js/types/Interface/api/product/UpdateProduct.js.map +1 -1
- package/js/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -1
- package/js/types/Interface/api/promoCode/QueryDefaultPromotion.js +49 -0
- package/js/types/Interface/api/promoCode/QueryDefaultPromotion.js.map +1 -0
- package/js/types/Interface/api/promoCode/ReadDefaultPromotion.js +6 -0
- package/js/types/Interface/api/promoCode/ReadDefaultPromotion.js.map +1 -0
- package/js/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -1
- package/js/types/Interface/api/provision/CreateProvisionForm.js.map +1 -1
- package/js/types/Interface/api/provision/QueryGetProvisions.js.map +1 -1
- package/js/types/Interface/api/provision/QueryProvisions.js.map +1 -1
- package/js/types/Interface/api/provision/ReadProvision.js.map +1 -1
- package/js/types/Interface/api/provision/UpdateProvisionForm.js.map +1 -1
- package/js/types/Interface/api/quotes/CreateQuoteAccount.js.map +1 -1
- package/js/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -1
- package/js/types/Interface/api/registration/CreateRegistration.js +11 -3
- package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/js/types/Interface/api/registration/DeclareRegistration.js.map +1 -1
- package/js/types/Interface/api/registration/QueryRegistration.js +29 -0
- package/js/types/Interface/api/registration/QueryRegistration.js.map +1 -0
- package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/js/types/Interface/api/report/CreateReport.js.map +1 -1
- package/js/types/Interface/api/report/DeleteReport.js.map +1 -1
- package/js/types/Interface/api/report/QueryReports.js.map +1 -1
- package/js/types/Interface/api/report/QueryReportsStats.js.map +1 -1
- package/js/types/Interface/api/report/ReadReport.js.map +1 -1
- package/js/types/Interface/api/report/ReadReportStats.js.map +1 -1
- package/js/types/Interface/api/report/UpdateReport.js.map +1 -1
- package/js/types/Interface/api/revision/QueryRevision.js.map +1 -1
- package/js/types/Interface/api/revision/QueryRevisionAccount.js.map +1 -1
- package/js/types/Interface/api/revision/QueryRevisionMergeIntoAccount.js.map +1 -1
- package/js/types/Interface/api/revision/QueryRevisionSearchEntries.js.map +1 -1
- package/js/types/Interface/api/revision/ReadRevision.js.map +1 -1
- package/js/types/Interface/api/revision/ReadRevisionAccount.js.map +1 -1
- package/js/types/Interface/api/revision/ReadRevisionMergeIntoAccount.js.map +1 -1
- package/js/types/Interface/api/revision/ReadRevisionTransactionDetail.js.map +1 -1
- package/js/types/Interface/api/revision/Revision.js.map +1 -1
- package/js/types/Interface/api/revision/RevisionObject.js.map +1 -1
- package/js/types/Interface/api/revisionGuide/CreateRevisionGuide.js.map +1 -1
- package/js/types/Interface/api/salariesFile/CreateSalariesFile.js.map +1 -1
- package/js/types/Interface/api/salariesFile/ReadSalariesFile.js.map +1 -1
- package/js/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -1
- package/js/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -1
- package/js/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -1
- package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -1
- package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -1
- package/js/types/Interface/api/shine/ConnectResponse.js.map +1 -1
- package/js/types/Interface/api/shine/CreateShine.js.map +1 -1
- package/js/types/Interface/api/shine/CreateShineAccount.js.map +1 -1
- package/js/types/Interface/api/shine/CreateShineTransactions.js.map +1 -1
- package/js/types/Interface/api/shine/GetConnect.js.map +1 -1
- package/js/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
- package/js/types/Interface/api/shopify/ShopifyFinancialStatus.js.map +1 -1
- package/js/types/Interface/api/shopify/ShopifyOrder.js.map +1 -1
- package/js/types/Interface/api/shopify/address.js.map +1 -1
- package/js/types/Interface/api/shopify/base.js.map +1 -1
- package/js/types/Interface/api/shopify/client_details.js.map +1 -1
- package/js/types/Interface/api/shopify/customer.js.map +1 -1
- package/js/types/Interface/api/shopify/discount_allocation.js.map +1 -1
- package/js/types/Interface/api/shopify/discount_application.js.map +1 -1
- package/js/types/Interface/api/shopify/discount_code.js.map +1 -1
- package/js/types/Interface/api/shopify/fulfillment.js.map +1 -1
- package/js/types/Interface/api/shopify/line_item.js.map +1 -1
- package/js/types/Interface/api/shopify/line_item_property.js.map +1 -1
- package/js/types/Interface/api/shopify/location.js.map +1 -1
- package/js/types/Interface/api/shopify/note_attribute.js.map +1 -1
- package/js/types/Interface/api/shopify/payment_details.js.map +1 -1
- package/js/types/Interface/api/shopify/price_set.js.map +1 -1
- package/js/types/Interface/api/shopify/refund.js.map +1 -1
- package/js/types/Interface/api/shopify/shipping_line.js.map +1 -1
- package/js/types/Interface/api/shopify/tax_line.js.map +1 -1
- package/js/types/Interface/api/shopify/transaction.js.map +1 -1
- package/js/types/Interface/api/simulation/CreateSimulation.js.map +1 -1
- package/js/types/Interface/api/simulation/ReadSimulation.js.map +1 -1
- package/js/types/Interface/api/simulationColors/ReadSimulationColors.js.map +1 -1
- package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/js/types/Interface/api/society/CreateUserToSocietyWithPermission.js.map +1 -1
- package/js/types/Interface/api/society/GetDataSociety.js.map +1 -1
- package/js/types/Interface/api/society/LegalFormSiren.js.map +1 -1
- package/js/types/Interface/api/society/ListUserSociety.js.map +1 -1
- package/js/types/Interface/api/society/QuerySociety.js.map +1 -1
- package/js/types/Interface/api/society/ReadSociety.js.map +1 -1
- package/js/types/Interface/api/society/ReadSocietyUsers.js.map +1 -1
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/js/types/Interface/api/society/UpdateUserToSocietyWithPermission.js.map +1 -1
- package/js/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js.map +1 -1
- package/js/types/Interface/api/sponsorship/CreateSponsorship.js.map +1 -1
- package/js/types/Interface/api/sponsorship/QuerySponsorship.js.map +1 -1
- package/js/types/Interface/api/sponsorship/ReadSponsorship.js.map +1 -1
- package/js/types/Interface/api/sponsorship/SendSponsorshipLink.js.map +1 -1
- package/js/types/Interface/api/stock/StockEntries.js.map +1 -1
- package/js/types/Interface/api/stock/Stocks.js.map +1 -1
- package/js/types/Interface/api/stock/StocksDepreciationInterface.js.map +1 -1
- package/js/types/Interface/api/stock/StocksType.js.map +1 -1
- package/js/types/Interface/api/stripe/QueryStripe.js.map +1 -1
- package/js/types/Interface/api/stripe/ReadStripe.js.map +1 -1
- package/js/types/Interface/api/survey/CreateSurvey.js.map +1 -1
- package/js/types/Interface/api/survey/QuerySurvey.js.map +1 -1
- package/js/types/Interface/api/survey/QuerySurveys.js.map +1 -1
- package/js/types/Interface/api/survey/ReadSurvey.js.map +1 -1
- package/js/types/Interface/api/survey/UpdateSurvey.js.map +1 -1
- package/js/types/Interface/api/tax/CreateTax.js.map +1 -1
- package/js/types/Interface/api/tax/ReadCompanyTax.js.map +1 -1
- package/js/types/Interface/api/tax/ReadTax.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
- package/js/types/Interface/api/user/CreateCoworker.js.map +1 -1
- package/js/types/Interface/api/user/CreateUser.js.map +1 -1
- package/js/types/Interface/api/user/Permissions.js.map +1 -1
- package/js/types/Interface/api/user/QueryConfirm.js.map +1 -1
- package/js/types/Interface/api/user/QueryResendConfirmationLink.js.map +1 -1
- package/js/types/Interface/api/user/QuerySocieties.js.map +1 -1
- package/js/types/Interface/api/user/QueryUserSmsConfirmation.js.map +1 -1
- package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/js/types/Interface/api/vatDeclaration/ReadVatVariousOperations.js.map +1 -1
- package/js/types/Interface/api/vatDeclaration/ResultFormatToEntries.js.map +1 -1
- package/js/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +1 -1
- package/js/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +1 -1
- package/js/types/Interface/api/woocommerce/InvoicesWoocommerce.js.map +1 -1
- package/js/types/Interface/api/woocommerce/WCBilling.js.map +1 -1
- package/js/types/Interface/api/woocommerce/WCLineItem.js.map +1 -1
- package/js/types/Interface/api/woocommerce/WCLinks.js.map +1 -1
- package/js/types/Interface/api/woocommerce/WCMetaData.js.map +1 -1
- package/js/types/Interface/api/woocommerce/WCOrder.js.map +1 -1
- package/js/types/Interface/api/woocommerce/WCSelf.js.map +1 -1
- package/js/types/Interface/api/woocommerce/WCShiping.js.map +1 -1
- package/js/types/Interface/api/woocommerce/WCShippingLine.js.map +1 -1
- package/js/types/Interface/api/woocommerce/WCTaxes.js.map +1 -1
- package/js/types/Interface/api/zticket/CreateZTicket.js.map +1 -1
- package/js/types/Interface/api/zticket/QueryZTicket.js.map +1 -1
- package/js/types/Interface/models/IAbsenceType.js.map +1 -1
- package/js/types/Interface/models/IAccessToken.js.map +1 -1
- package/js/types/Interface/models/IAccount.js.map +1 -1
- package/js/types/Interface/models/IAccountDetail.js.map +1 -1
- package/js/types/Interface/models/IAccountExtend.js.map +1 -1
- package/js/types/Interface/models/IAccountHelp.js.map +1 -1
- package/js/types/Interface/models/IAccountType.js.map +1 -1
- package/js/types/Interface/models/IAccountantTracker.js.map +1 -1
- package/js/types/Interface/models/IAccountingEntry.js.map +1 -1
- package/js/types/Interface/models/IAccountingFile.js.map +1 -1
- package/js/types/Interface/models/IAccountingFileType.js.map +1 -1
- package/js/types/Interface/models/IAccountingJournal.js.map +1 -1
- package/js/types/Interface/models/IAccountingState.js.map +1 -1
- package/js/types/Interface/models/IAccountingStateType.js.map +1 -1
- package/js/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/js/types/Interface/models/IAccountingTransaction_new.js.map +1 -1
- package/js/types/Interface/models/IAccountsSectors.js.map +1 -1
- package/js/types/Interface/models/IAccountsSocieties.js.map +1 -1
- package/js/types/Interface/models/IActivity.js.map +1 -1
- package/js/types/Interface/models/IAdditionalBalance.js.map +1 -1
- package/js/types/Interface/models/IAlert.js.map +1 -1
- package/js/types/Interface/models/IAllowedIp.js.map +1 -1
- package/js/types/Interface/models/IAnalyticsUtm.js.map +1 -1
- package/js/types/Interface/models/IAnswerType.js.map +1 -1
- package/js/types/Interface/models/IAnswerTypeValue.js.map +1 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IAppConfig.js.map +1 -1
- package/js/types/Interface/models/IAreasInvoice.js.map +1 -1
- package/js/types/Interface/models/IAskAbsence.js.map +1 -1
- package/js/types/Interface/models/IAskAbsenceTimes.js.map +1 -1
- package/js/types/Interface/models/IAttachmentFile.js.map +1 -1
- package/js/types/Interface/models/IAttestation.js.map +1 -1
- package/js/types/Interface/models/IAttributionHistory.js.map +1 -1
- package/js/types/Interface/models/IAutoLoginToken.js.map +1 -1
- package/js/types/Interface/models/IBalanceBankAccount.js.map +1 -1
- package/js/types/Interface/models/IBalanceSheet.js.map +1 -1
- package/js/types/Interface/models/IBalanceSheetCompletion.js.map +1 -1
- package/js/types/Interface/models/IBalanceSheetHistory.js.map +1 -1
- package/js/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/models/IBalanceSheetModule2.js.map +1 -1
- package/js/types/Interface/models/IBalanceSheetQuestion.js.map +1 -1
- package/js/types/Interface/models/IBalanceSheetStatus.js.map +1 -1
- package/js/types/Interface/models/IBankAccount.js.map +1 -1
- package/js/types/Interface/models/IBankAccountSynchroHistory.js.map +1 -1
- package/js/types/Interface/models/IBankConnection.js.map +1 -1
- package/js/types/Interface/models/IBankList.js.map +1 -1
- package/js/types/Interface/models/IBankTransaction.js.map +1 -1
- package/js/types/Interface/models/IBrandType.js.map +1 -1
- package/js/types/Interface/models/IBusinessLine.js.map +1 -1
- package/js/types/Interface/models/IBusinessPartner.js.map +1 -1
- package/js/types/Interface/models/ICalendarEvent.js.map +1 -1
- package/js/types/Interface/models/ICalendarEventUser.js.map +1 -1
- package/js/types/Interface/models/ICallDirectly.js.map +1 -1
- package/js/types/Interface/models/ICashDeskTransactionType.js.map +1 -1
- package/js/types/Interface/models/ICategory.js.map +1 -1
- package/js/types/Interface/models/ICerfaType.js.map +1 -1
- package/js/types/Interface/models/ICerfaValue.js.map +1 -1
- package/js/types/Interface/models/IChangeLog.js.map +1 -1
- package/js/types/Interface/models/IChannelType.js.map +1 -1
- package/js/types/Interface/models/IChecklist.js.map +1 -1
- package/js/types/Interface/models/IChecklistCategoryType.js.map +1 -1
- package/js/types/Interface/models/IChecklistDetail.js.map +1 -1
- package/js/types/Interface/models/IChecklistType.js.map +1 -1
- package/js/types/Interface/models/ICivility.js.map +1 -1
- package/js/types/Interface/models/IColor.js.map +1 -1
- package/js/types/Interface/models/IComment.js.map +1 -1
- package/js/types/Interface/models/ICommentType.js.map +1 -1
- package/js/types/Interface/models/IComptaHistoryType.js.map +1 -1
- package/js/types/Interface/models/IComptaType.js.map +1 -1
- package/js/types/Interface/models/IConnector.js.map +1 -1
- package/js/types/Interface/models/IConnectorType.js.map +1 -1
- package/js/types/Interface/models/IContractType.js.map +1 -1
- package/js/types/Interface/models/ICotation.js.map +1 -1
- package/js/types/Interface/models/ICountry.js.map +1 -1
- package/js/types/Interface/models/ICurrency.js.map +1 -1
- package/js/types/Interface/models/ICustomerIsRegime.js.map +1 -1
- package/js/types/Interface/models/ICustomerSignature.js.map +1 -1
- package/js/types/Interface/models/ICustomerTva.js.map +1 -1
- package/js/types/Interface/models/ICustomisation.js.map +1 -1
- package/js/types/Interface/models/ICustomizationType.js.map +1 -1
- package/js/types/Interface/models/ICycle.js.map +1 -1
- package/js/types/Interface/models/IDay.js.map +1 -1
- package/js/types/Interface/models/IDefaultPromotion.js +6 -0
- package/js/types/Interface/models/IDefaultPromotion.js.map +1 -0
- package/js/types/Interface/models/IDetailedLogBi.js.map +1 -1
- package/js/types/Interface/models/IDirectDebitHistory.js.map +1 -1
- package/js/types/Interface/models/IDocumentWaitingType.js.map +1 -1
- package/js/types/Interface/models/IEmployee.js.map +1 -1
- package/js/types/Interface/models/IEngagementAccountingEntry.js.map +1 -1
- package/js/types/Interface/models/IEngagementAccountingFile.js.map +1 -1
- package/js/types/Interface/models/IEngagementBankTransaction.js.map +1 -1
- package/js/types/Interface/models/IEngagementOcrExtraction.js.map +1 -1
- package/js/types/Interface/models/IErrorCode.js.map +1 -1
- package/js/types/Interface/models/IEstimateInvoice.js.map +1 -1
- package/js/types/Interface/models/IEstimateInvoiceRepeat.js.map +1 -1
- package/js/types/Interface/models/IEstimateInvoiceType.js.map +1 -1
- package/js/types/Interface/models/IExercice.js.map +1 -1
- package/js/types/Interface/models/IExerciceComment.js.map +1 -1
- package/js/types/Interface/models/IExerciceDetail.js.map +1 -1
- package/js/types/Interface/models/IExerciceNote.js.map +1 -1
- package/js/types/Interface/models/IExercicePrestation.js.map +1 -1
- package/js/types/Interface/models/IExerciceQuestion.js.map +1 -1
- package/js/types/Interface/models/IFailedLoginAttempt.js.map +1 -1
- package/js/types/Interface/models/IFaq.js.map +1 -1
- package/js/types/Interface/models/IFaqCategory.js.map +1 -1
- package/js/types/Interface/models/IFecFile.js.map +1 -1
- package/js/types/Interface/models/IField.js.map +1 -1
- package/js/types/Interface/models/IFile.js.map +1 -1
- package/js/types/Interface/models/IFileMissing.js.map +1 -1
- package/js/types/Interface/models/IFileType.js.map +1 -1
- package/js/types/Interface/models/IFirstStep.js.map +1 -1
- package/js/types/Interface/models/IFiscalRegime.js.map +1 -1
- package/js/types/Interface/models/IFolderFile.js.map +1 -1
- package/js/types/Interface/models/IFollow.js.map +1 -1
- package/js/types/Interface/models/IFollowList.js.map +1 -1
- package/js/types/Interface/models/IFollowedQualityMail.js.map +1 -1
- package/js/types/Interface/models/IFollowedQualityMailType.js.map +1 -1
- package/js/types/Interface/models/IFormalism.js.map +1 -1
- package/js/types/Interface/models/IFormalismValue.js.map +1 -1
- package/js/types/Interface/models/IFrequency.js.map +1 -1
- package/js/types/Interface/models/IFuel.js.map +1 -1
- package/js/types/Interface/models/IGedCategory.js.map +1 -1
- package/js/types/Interface/models/IGedFile.js.map +1 -1
- package/js/types/Interface/models/IGedFileType.js.map +1 -1
- package/js/types/Interface/models/IGedFolder.js.map +1 -1
- package/js/types/Interface/models/IIdentification.js.map +1 -1
- package/js/types/Interface/models/IImmobilization.js.map +1 -1
- package/js/types/Interface/models/IIndependentReview.js.map +1 -1
- package/js/types/Interface/models/IInterestedByFeature.js.map +1 -1
- package/js/types/Interface/models/IInternalEstimate.js.map +1 -1
- package/js/types/Interface/models/IIpTmpBlocked.js.map +1 -1
- package/js/types/Interface/models/IJob.js.map +1 -1
- package/js/types/Interface/models/IJobCategory.js.map +1 -1
- package/js/types/Interface/models/IKilometricAllowanceScale.js.map +1 -1
- package/js/types/Interface/models/ILabelPaymentWaiting.js.map +1 -1
- package/js/types/Interface/models/ILastUpdateConnection.js.map +1 -1
- package/js/types/Interface/models/ILegalForm.js.map +1 -1
- package/js/types/Interface/models/ILegalNotice.js.map +1 -1
- package/js/types/Interface/models/ILetter.js.map +1 -1
- package/js/types/Interface/models/ILetterType.js.map +1 -1
- package/js/types/Interface/models/ILettering.js.map +1 -1
- package/js/types/Interface/models/ILoan.js.map +1 -1
- package/js/types/Interface/models/ILog.js.map +1 -1
- package/js/types/Interface/models/ILogBi.js.map +1 -1
- package/js/types/Interface/models/ILogType.js.map +1 -1
- package/js/types/Interface/models/IMachineLearningResult.js.map +1 -1
- package/js/types/Interface/models/IMailAuto.js.map +1 -1
- package/js/types/Interface/models/IMailAutoType.js.map +1 -1
- package/js/types/Interface/models/IMailSociety.js.map +1 -1
- package/js/types/Interface/models/IMonth.js.map +1 -1
- package/js/types/Interface/models/INationality.js.map +1 -1
- package/js/types/Interface/models/INature.js.map +1 -1
- package/js/types/Interface/models/INote.js.map +1 -1
- package/js/types/Interface/models/INotification.js.map +1 -1
- package/js/types/Interface/models/INotificationCodeType.js.map +1 -1
- package/js/types/Interface/models/INotificationType.js.map +1 -1
- package/js/types/Interface/models/IOldExpertInfo.js.map +1 -1
- package/js/types/Interface/models/IOperationLegalNotice.js.map +1 -1
- package/js/types/Interface/models/IPageView.js.map +1 -1
- package/js/types/Interface/models/IPartnerTransaction.js.map +1 -1
- package/js/types/Interface/models/IPartnerTransactionType.js.map +1 -1
- package/js/types/Interface/models/IPartneredAccountant.js.map +1 -1
- package/js/types/Interface/models/IPartneredAccountantCompanyService.js.map +1 -1
- package/js/types/Interface/models/IPartneredAccountantPicture.js.map +1 -1
- package/js/types/Interface/models/IPartneredAccountantService.js.map +1 -1
- package/js/types/Interface/models/IPartneredAccountantServiceIcon.js.map +1 -1
- package/js/types/Interface/models/IPartneredAccountantTag.js.map +1 -1
- package/js/types/Interface/models/IPartneredAccountantToSociety.js.map +1 -1
- package/js/types/Interface/models/IPartneredAccountantToTag.js.map +1 -1
- package/js/types/Interface/models/IPayPlan.js.map +1 -1
- package/js/types/Interface/models/IPayment.js.map +1 -1
- package/js/types/Interface/models/IPaymentDelay.js.map +1 -1
- package/js/types/Interface/models/IPaymentExpectation.js.map +1 -1
- package/js/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -1
- package/js/types/Interface/models/IPaymentMethod.js.map +1 -1
- package/js/types/Interface/models/IPaymentSchedule.js.map +1 -1
- package/js/types/Interface/models/IPaymentWaiting.js.map +1 -1
- package/js/types/Interface/models/IPenalty.js.map +1 -1
- package/js/types/Interface/models/IPenaltyType.js.map +1 -1
- package/js/types/Interface/models/IPendingPoint.js.map +1 -1
- package/js/types/Interface/models/IPermission.js.map +1 -1
- package/js/types/Interface/models/IPhoneNumber.js.map +1 -1
- package/js/types/Interface/models/IPhonePrefix.js.map +1 -1
- package/js/types/Interface/models/IPhonePrefixChild.js.map +1 -1
- package/js/types/Interface/models/IPrestation.js.map +1 -1
- package/js/types/Interface/models/IPrestationComplementary.js.map +1 -1
- package/js/types/Interface/models/IPrestationList.js.map +1 -1
- package/js/types/Interface/models/IProcedure.js.map +1 -1
- package/js/types/Interface/models/IProduct.js.map +1 -1
- package/js/types/Interface/models/IProductInvoice.js.map +1 -1
- package/js/types/Interface/models/IPromoCode.js.map +1 -1
- package/js/types/Interface/models/IQuality.js.map +1 -1
- package/js/types/Interface/models/IQuotaLead.js.map +1 -1
- package/js/types/Interface/models/IRating.js.map +1 -1
- package/js/types/Interface/models/IReason.js.map +1 -1
- package/js/types/Interface/models/IReasonTermination.js.map +1 -1
- package/js/types/Interface/models/IRecontactHistory.js.map +1 -1
- package/js/types/Interface/models/IRefund.js.map +1 -1
- package/js/types/Interface/models/IRefundMotif.js.map +1 -1
- package/js/types/Interface/models/IRegion.js.map +1 -1
- package/js/types/Interface/models/IRegisterCategory.js.map +1 -1
- package/js/types/Interface/models/IRegistration.js.map +1 -1
- package/js/types/Interface/models/IRegulate.js.map +1 -1
- package/js/types/Interface/models/IRegulation.js.map +1 -1
- package/js/types/Interface/models/IRelatedAccountingTransaction.js.map +1 -1
- package/js/types/Interface/models/IRepeatType.js.map +1 -1
- package/js/types/Interface/models/IReport.js.map +1 -1
- package/js/types/Interface/models/IReportType.js.map +1 -1
- package/js/types/Interface/models/IRevisionGuide.js.map +1 -1
- package/js/types/Interface/models/IRole.js.map +1 -1
- package/js/types/Interface/models/IRoleUser.js.map +1 -1
- package/js/types/Interface/models/IRoom.js.map +1 -1
- package/js/types/Interface/models/IRule.js.map +1 -1
- package/js/types/Interface/models/ISalariesFile.js.map +1 -1
- package/js/types/Interface/models/ISchedule.js.map +1 -1
- package/js/types/Interface/models/ISector.js.map +1 -1
- package/js/types/Interface/models/ISendMethod.js.map +1 -1
- package/js/types/Interface/models/IService.js.map +1 -1
- package/js/types/Interface/models/ISheetMonthSchedule.js.map +1 -1
- package/js/types/Interface/models/ISimulation.js.map +1 -1
- package/js/types/Interface/models/ISimulationAdditionalFinance.js.map +1 -1
- package/js/types/Interface/models/ISimulationColor.js.map +1 -1
- package/js/types/Interface/models/ISimulationElement.js.map +1 -1
- package/js/types/Interface/models/ISimulationHasBankAccount.js.map +1 -1
- package/js/types/Interface/models/ISimulationPeriod.js.map +1 -1
- package/js/types/Interface/models/ISimulationSummary.js.map +1 -1
- package/js/types/Interface/models/ISms.js.map +1 -1
- package/js/types/Interface/models/ISmsType.js.map +1 -1
- package/js/types/Interface/models/ISocialDetail.js.map +1 -1
- package/js/types/Interface/models/ISociety.js.map +1 -1
- package/js/types/Interface/models/ISocietyApproval.js.map +1 -1
- package/js/types/Interface/models/ISocietyBank.js.map +1 -1
- package/js/types/Interface/models/ISocietyBudgetConnection.js.map +1 -1
- package/js/types/Interface/models/ISocietyCgv.js.map +1 -1
- package/js/types/Interface/models/ISocietyConfig.js.map +1 -1
- package/js/types/Interface/models/ISocietyConfigBalanceSheet.js.map +1 -1
- package/js/types/Interface/models/ISocietyDetail.js.map +1 -1
- package/js/types/Interface/models/ISocietyFile.js.map +1 -1
- package/js/types/Interface/models/ISocietyGescom.js.map +1 -1
- package/js/types/Interface/models/ISocietyJuridical.js.map +1 -1
- package/js/types/Interface/models/ISocietyNote.js.map +1 -1
- package/js/types/Interface/models/ISocietyPartner.js.map +1 -1
- package/js/types/Interface/models/ISocietyProceding.js.map +1 -1
- package/js/types/Interface/models/ISocietyPromoCode.js.map +1 -1
- package/js/types/Interface/models/ISocietyRelance.js.map +1 -1
- package/js/types/Interface/models/ISocietySocial.js.map +1 -1
- package/js/types/Interface/models/ISocietySoftware.js.map +1 -1
- package/js/types/Interface/models/ISocietyStat.js.map +1 -1
- package/js/types/Interface/models/ISocietyVehicle.js.map +1 -1
- package/js/types/Interface/models/ISoftwareCompta.js.map +1 -1
- package/js/types/Interface/models/ISource.js.map +1 -1
- package/js/types/Interface/models/ISpecialOperation.js.map +1 -1
- package/js/types/Interface/models/ISponsorship.js.map +1 -1
- package/js/types/Interface/models/ISponsorshipCheck.js.map +1 -1
- package/js/types/Interface/models/ISponsorshipLink.js.map +1 -1
- package/js/types/Interface/models/ISponsorshipWithSponsorInfo.js.map +1 -1
- package/js/types/Interface/models/IStatusSignature.js.map +1 -1
- package/js/types/Interface/models/IStock.js.map +1 -1
- package/js/types/Interface/models/IStripeEvent.js.map +1 -1
- package/js/types/Interface/models/IStripeEventType.js.map +1 -1
- package/js/types/Interface/models/ISubscriptionType.js.map +1 -1
- package/js/types/Interface/models/ISuggestion.js.map +1 -1
- package/js/types/Interface/models/ISupervision.js.map +1 -1
- package/js/types/Interface/models/ISupervisionJob.js.map +1 -1
- package/js/types/Interface/models/ISupervisionPendingPoint.js.map +1 -1
- package/js/types/Interface/models/ISurvey.js.map +1 -1
- package/js/types/Interface/models/ITag.js.map +1 -1
- package/js/types/Interface/models/ITask.js.map +1 -1
- package/js/types/Interface/models/ITaxSystem.js.map +1 -1
- package/js/types/Interface/models/ITeam.js.map +1 -1
- package/js/types/Interface/models/ITeamBusinessLine.js.map +1 -1
- package/js/types/Interface/models/ITerminationList.js.map +1 -1
- package/js/types/Interface/models/IThirdParty.js.map +1 -1
- package/js/types/Interface/models/IThirdPartySociety.js.map +1 -1
- package/js/types/Interface/models/IThirdPartyType.js.map +1 -1
- package/js/types/Interface/models/ITicketSupport.js.map +1 -1
- package/js/types/Interface/models/ITicketSupportFollow.js.map +1 -1
- package/js/types/Interface/models/ITimeTracking.js.map +1 -1
- package/js/types/Interface/models/ITimeTrackingSource.js.map +1 -1
- package/js/types/Interface/models/ITmpValidationToken.js.map +1 -1
- package/js/types/Interface/models/IUser.js.map +1 -1
- package/js/types/Interface/models/IUserNotification.js.map +1 -1
- package/js/types/Interface/models/IUserSocietyPermission.js.map +1 -1
- package/js/types/Interface/models/IUserSocietyTicketSupport.js.map +1 -1
- package/js/types/Interface/models/IUserTeam.js.map +1 -1
- package/js/types/Interface/models/IUserTest.js.map +1 -1
- package/js/types/Interface/models/IVat.js.map +1 -1
- package/js/types/Interface/models/IVatDeclaration.js.map +1 -1
- package/js/types/Interface/models/IVatDeclarationCertificate.js.map +1 -1
- package/js/types/Interface/models/IVatDeclarationSocietyDetail.js.map +1 -1
- package/js/types/Interface/models/IVatMargin.js.map +1 -1
- package/js/types/Interface/models/IVatRegime.js.map +1 -1
- package/js/types/Interface/models/IVehicleType.js.map +1 -1
- package/js/types/Interface/models/IWebMail.js.map +1 -1
- package/js/types/Interface/models/IWebMailAttachment.js.map +1 -1
- package/js/types/Interface/models/IWebMailSpam.js.map +1 -1
- package/js/types/Interface/models/IWebMailSpamType.js.map +1 -1
- package/js/types/Interface/models/IWebMailStat.js.map +1 -1
- package/js/types/Interface/models/IWebMailType.js.map +1 -1
- package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
- package/js/types/Interface/models/IZTicket.js.map +1 -1
- package/js/types/index.js +72 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/balanceSheetModule.js.map +1 -1
- package/js/utils/brands.js.map +1 -1
- package/js/utils/cerfa.js.map +1 -1
- package/js/utils/decorators.js.map +1 -1
- package/js/utils/index.js.map +1 -1
- package/js/utils/logger.js.map +1 -1
- package/js/utils/objectUtils/BaseEntity.js.map +1 -1
- package/js/utils/objectUtils/flattenObject.js.map +1 -1
- package/js/utils/objectUtils/fullFlattenObject.js.map +1 -1
- package/js/utils/objectUtils/index.js.map +1 -1
- package/js/utils/objectUtils/isValidObject.js.map +1 -1
- package/js/utils/objectUtils/overwrite.js.map +1 -1
- package/js/utils/objectUtils/unflattenObject.js.map +1 -1
- package/js/utils/siretValidation.js.map +1 -1
- package/js/utils/stringUtils/clean.js.map +1 -1
- package/js/utils/stringUtils/index.js.map +1 -1
- package/js/utils/transforms/boolean.transform.js.map +1 -1
- package/js/utils/validators/formattedDateString.validator.js.map +1 -1
- package/js/utils/validators/objectId.validator.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Closing.ts +3 -0
- package/ts/api/resources/Library.ts +11 -2
- package/ts/api/resources/MachineLearning.ts +10 -1
- package/ts/api/resources/PromoCode.ts +7 -1
- package/ts/api/resources/Registration.ts +12 -1
- package/ts/types/Enum/AnswerTypeValue.ts +1 -1
- package/ts/types/Enum/BalanceSheetQuestion.ts +23 -2
- package/ts/types/Enum/Registration.ts +6 -0
- package/ts/types/Enum/Vat.ts +182 -12
- package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +2 -0
- package/ts/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.ts +9 -0
- package/ts/types/Interface/api/cerfa/2050.ts +0 -2
- package/ts/types/Interface/api/product/CreateProduct.ts +1 -2
- package/ts/types/Interface/api/promoCode/QueryDefaultPromotion.ts +30 -0
- package/ts/types/Interface/api/promoCode/ReadDefaultPromotion.ts +6 -0
- package/ts/types/Interface/api/registration/CreateRegistration.ts +17 -14
- package/ts/types/Interface/api/registration/QueryRegistration.ts +12 -0
- package/ts/types/Interface/api/registration/ReadRegistration.ts +2 -9
- package/ts/types/Interface/models/IDefaultPromotion.ts +16 -0
- package/ts/types/Interface/models/IFecFile.ts +1 -0
- package/ts/types/Interface/models/IRegistration.ts +4 -3
- package/ts/types/index.ts +6 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"ReadFinancialChargesBalance.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"IGeneralLedgerAccount.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"IGeneralLedgerAccountingEntry.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"QueryGeneralLedger.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD","names":["QueryGeneralLedger","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/QueryGeneralLedger.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryGeneralLedger {\n @ApiProperty()\n dateStart: string;\n\n @ApiProperty()\n dateEnd: string;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreateImmobilization.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,wBAAP,CAA+B;;QAAxBA,wB,GAAAA,wB;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD,4BAAiBC,KAAjB;;AAGAD,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGI,MAAOE,6BAAP,CAAoC;;QAA7BA,6B,GAAAA,6B;;AAEXF,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,wBAAY;AAAEG,aAAW,EAAE;AAAf,CAAZ,CACD,4BAAMF,KAAN;;AAGAD,YADC,gCAAoB;AAAEG,aAAW,EAAE;AAAf,CAApB,CACD","names":["CreateImmobilizationForm","__decorate","Date","CreateEndOfImmobilizationForm","description"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/immobilization/CreateImmobilization.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { DepreciationMethods, EndOfImmobilizationType } from '../../../Enum/ImmobilizationType';\n\nexport class CreateImmobilizationForm {\n @ApiProperty()\n reference: string;\n\n @ApiProperty()\n designation: string;\n\n @ApiProperty()\n acquisitionDate: Date;\n\n @ApiProperty()\n duration: number;\n\n @ApiProperty()\n quantity: number;\n\n @ApiProperty()\n depreciationMethod: DepreciationMethods;\n\n @ApiProperty()\n amountTotalImmobilization: number;\n\n @ApiProperty()\n amountAlreadyDeducted: number;\n\n @ApiProperty()\n provider: string;\n\n @ApiProperty()\n idAccount: number;\n}\n\nexport class CreateEndOfImmobilizationForm {\n @ApiProperty()\n type: typeof EndOfImmobilizationType[keyof typeof EndOfImmobilizationType];\n\n @ApiProperty()\n quantity: number;\n\n @ApiProperty({ description: 'Date of cession / trash' })\n date: Date;\n\n @ApiPropertyOptional({ description: 'If sell type, amount' })\n amount?: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"ReadFormattedImmobilization.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreateIncomeAllocation.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,sBAAP,CAA6B;;QAAtBA,sB,GAAAA,sB;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD","names":["CreateIncomeAllocation","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/incomeAllocation/CreateIncomeAllocation.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateIncomeAllocation {\n @ApiProperty()\n amount: number;\n\n @ApiProperty()\n idExercice: number;\n\n @ApiPropertyOptional()\n idFile?: number;\n\n @ApiPropertyOptional()\n dateValue?: string | undefined;\n\n @ApiProperty()\n debitReport: number;\n\n @ApiProperty()\n creditReport: number;\n\n @ApiProperty()\n statutoryReserve: number;\n\n @ApiProperty()\n legalReserve: number;\n\n @ApiProperty()\n regulatedReserve: number;\n\n @ApiProperty()\n unavailableReserve: number;\n\n @ApiProperty()\n optionalReserve: number;\n\n @ApiProperty()\n levyOnReserve: number;\n\n @ApiProperty()\n dividend: number;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"ReadIncomeAllocation.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"TypeAndAmount.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"QueryIncomeStatement.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGI,MAAOC,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAEXD,YADC,yBACD;;AAGAA,YADC,yBACD","names":["QueryIncomeStatement","__decorate","QueryIncomeStatementPdf"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/incomeStatement/QueryIncomeStatement.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryIncomeStatement {\n @ApiProperty()\n startDate: string;\n\n @ApiProperty()\n endDate: string;\n}\n\nexport class QueryIncomeStatementPdf {\n @ApiProperty()\n startDate: string;\n\n @ApiProperty()\n endDate: string;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"ReadIncomeStatement.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreateInternalInvoicing.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,8BACD,4BAAWC,MAAX;;AAKAD,YAHC,yBAGD,EAFC,8BAED,EADC,oCACD,4BAAOC,MAAP;;AAIAD,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD","names":["CreateInternalInvoicing","__decorate","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts"],"sourcesContent":["import {\n ArrayNotEmpty, IsArray, IsNumber, IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateInternalInvoicing {\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idSociety: Array<number>;\n\n @ApiProperty()\n @IsArray()\n @ArrayNotEmpty()\n types: Array<string>;\n\n @ApiProperty()\n @IsNumber()\n month: number;\n\n @ApiProperty()\n @IsNumber()\n year: number;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreateInternalInvoicing2in.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,0BAAP,CAAiC;;QAA1BA,0B,GAAAA,0B;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD","names":["CreateInternalInvoicing2in","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateInternalInvoicing2in {\n @ApiProperty()\n month: number;\n\n @ApiProperty()\n year: number;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"RegenerateInternalInvoicing.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,2BAAP,CAAkC;;QAA3BA,2B,GAAAA,2B;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,8BACD,4BAAWC,MAAX;;AAIAD,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD","names":["RegenerateInternalInvoicing","__decorate","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/RegenerateInternalInvoicing.ts"],"sourcesContent":["import { IsArray, IsNumber, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class RegenerateInternalInvoicing {\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idSociety: Array<number>;\n\n @ApiProperty()\n @IsNumber()\n month: number;\n\n @ApiProperty()\n @IsNumber()\n year: number;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreateDocumentsParams.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,qBAAP,CAA4B;;QAArBA,qB,GAAAA,qB;;AAGXC,YAFC,oBAED,EADC,4BAAOC,qBAAP,CACD;;AAMAD,YAJC,4BAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD","names":["CreateDocumentsParams","__decorate","ItemStatus"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/jeDeclare/CreateDocumentsParams.ts"],"sourcesContent":["import {\n IsBoolean, IsOptional, IsEnum,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { ItemStatus } from '../../../Enum/JeDeclare';\n\nexport class CreateDocumentsParams {\n @ApiProperty()\n @IsEnum(ItemStatus)\n itemStatus: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n forceTestMode?: boolean;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"ReadJeDeclare.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"Util.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/jeDeclare/UtilCFONB.ts"],"names":[],"mappings":"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","sourcesContent":["export const CFONB_START_LINE = 0;\nexport const CFONB_START_LINE_LENGTH = 2;\nexport const CFFONB_LINE_LENGHT = 120;\nexport const CFONB_PREVIOUS_BALANCE_CODE = '01';\nexport const CFONB_DETAIL_ENTRY_CODE = '04';\nexport const CFONB_COMPLEMENTARY_LABEL_CODE = '05';\nexport const CFONB_NEW_BALANCE_CODE = '07';\n\nexport type CFONBStructureObejct = { [key: string]: { start: number, length: number }[] };\n\nexport const CFONB_PREVIOUS_BALANCE: CFONBStructureObejct = {\n recordCode: [{\n start: 1,\n length: 2,\n }],\n bankCode: [{\n start: 3,\n length: 5,\n }],\n designatedArea1: [{\n start: 8,\n length: 4,\n }],\n counterCode: [{\n start: 12,\n length: 5,\n }],\n currencyCode: [{\n start: 17,\n length: 3,\n }],\n decimalNumber: [{\n start: 20,\n length: 1,\n }],\n designatedArea2: [{\n start: 21,\n length: 1,\n }],\n accountNumber: [{\n start: 22,\n length: 11,\n }],\n designatedArea3: [{\n start: 33,\n length: 2,\n }],\n previousSoldeDate: [{\n start: 35,\n length: 6,\n }],\n designatedArea4: [{\n start: 41,\n length: 50,\n }],\n amount: [{\n start: 91,\n length: 14,\n }],\n designatedArea5: [{\n start: 105,\n length: 16,\n }],\n};\n\nexport const CFONB_ENTRY_DETAIL: CFONBStructureObejct = {\n recordCode: [{\n start: 1,\n length: 2,\n }],\n bankCode: [{\n start: 3,\n length: 5,\n }],\n operationSGCode: [{\n start: 8,\n length: 4,\n }],\n counterCode: [{\n start: 12,\n length: 5,\n }],\n currencyCode: [{\n start: 17,\n length: 3,\n }],\n decimalNumber: [{\n start: 20,\n length: 1,\n }],\n SITIndex: [{\n start: 21,\n length: 1,\n }],\n accountNumber: [{\n start: 22,\n length: 11,\n }],\n operationInterbank_code: [{\n start: 33,\n length: 2,\n }],\n entryDate: [{\n start: 35,\n length: 6,\n }],\n rejectMotifCode: [{\n start: 41,\n length: 2,\n }],\n valueDate: [{\n start: 43,\n length: 6,\n }],\n operationLabel: [{\n start: 49,\n length: 31,\n }],\n designatedArea1: [{\n start: 80,\n length: 2,\n }],\n entryNumber: [{\n start: 82,\n length: 7,\n }],\n exonerationCode: [{\n start: 89,\n length: 1,\n }],\n designatedArea2: [{\n start: 90,\n length: 1,\n }],\n amount: [{\n start: 91,\n length: 14,\n }],\n operationRef: [{\n start: 105,\n length: 16,\n }],\n};\n\nexport const CFONB_COMPLEMENTARY_LABEL: CFONBStructureObejct = {\n recordCode: [{\n start: 1,\n length: 2,\n }],\n bankCode: [{\n start: 3,\n length: 5,\n }],\n operationSGCode: [{\n start: 8,\n length: 4,\n }],\n counterCode: [{\n start: 12,\n length: 5,\n }],\n designatedArea1: [{\n start: 17,\n length: 5,\n }],\n account_Number: [{\n start: 22,\n length: 11,\n }],\n operationInterbankCode: [{\n start: 33,\n length: 2,\n }],\n entryDate: [{\n start: 35,\n length: 6,\n }],\n complementaryLabel: [{\n start: 41,\n length: 41,\n }],\n entryNumber: [{\n start: 82,\n length: 7,\n }],\n designatedArea2: [{\n start: 89,\n length: 2,\n }],\n '04Ammount': [{\n start: 91,\n length: 14,\n }],\n designatedArea3: [{\n start: 105,\n length: 16,\n }],\n};\n\nexport const CFONB_NEW_BALANCE: CFONBStructureObejct = {\n recordCode: [{\n start: 1,\n length: 2,\n }],\n bankCode: [{\n start: 3,\n length: 5,\n }],\n designatedArea1: [{\n start: 8,\n length: 4,\n }],\n counterCode: [{\n start: 12,\n length: 5,\n }],\n currencyCode: [{\n start: 17,\n length: 3,\n }],\n decimalNumber: [{\n start: 20,\n length: 1,\n }],\n designatedArea2: [{\n start: 21,\n length: 1,\n }],\n accountNumber: [{\n start: 22,\n length: 11,\n }],\n designatedArea3: [{\n start: 33,\n length: 2,\n }],\n dataNewBalance: [{\n start: 35,\n length: 6,\n }],\n designatedArea4: [{\n start: 41,\n length: 50,\n }],\n amount: [{\n start: 91,\n length: 14,\n }],\n designatedArea5: [{\n start: 105,\n length: 16,\n }],\n};\n\nexport function initializeCFONBStructreObject(structure:CFONBStructureObejct): { [key: string]: string | null } | null {\n let object: { [key: string]: string | null } | null = null;\n Object.keys(structure).forEach((key) => {\n object = { ...(object ? { ...object, [key]: null } : { [key]: null }) };\n });\n return object;\n}"],"sourceRoot":"","file":"UtilCFONB.js"}
|
|
1
|
+
{"version":3,"file":"UtilCFONB.js","mappings":"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","names":["initializeCFONBStructreObject","CFONB_START_LINE","CFONB_START_LINE_LENGTH","CFFONB_LINE_LENGHT","CFONB_PREVIOUS_BALANCE_CODE","CFONB_DETAIL_ENTRY_CODE","CFONB_COMPLEMENTARY_LABEL_CODE","CFONB_NEW_BALANCE_CODE","CFONB_PREVIOUS_BALANCE","recordCode","start","length","bankCode","designatedArea1","counterCode","currencyCode","decimalNumber","designatedArea2","accountNumber","designatedArea3","previousSoldeDate","designatedArea4","amount","designatedArea5","CFONB_ENTRY_DETAIL","operationSGCode","SITIndex","operationInterbank_code","entryDate","rejectMotifCode","valueDate","operationLabel","entryNumber","exonerationCode","operationRef","CFONB_COMPLEMENTARY_LABEL","account_Number","operationInterbankCode","complementaryLabel","CFONB_NEW_BALANCE","dataNewBalance","structure","object","Object","keys","forEach","key"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/jeDeclare/UtilCFONB.ts"],"sourcesContent":["export const CFONB_START_LINE = 0;\nexport const CFONB_START_LINE_LENGTH = 2;\nexport const CFFONB_LINE_LENGHT = 120;\nexport const CFONB_PREVIOUS_BALANCE_CODE = '01';\nexport const CFONB_DETAIL_ENTRY_CODE = '04';\nexport const CFONB_COMPLEMENTARY_LABEL_CODE = '05';\nexport const CFONB_NEW_BALANCE_CODE = '07';\n\nexport type CFONBStructureObejct = { [key: string]: { start: number, length: number }[] };\n\nexport const CFONB_PREVIOUS_BALANCE: CFONBStructureObejct = {\n recordCode: [{\n start: 1,\n length: 2,\n }],\n bankCode: [{\n start: 3,\n length: 5,\n }],\n designatedArea1: [{\n start: 8,\n length: 4,\n }],\n counterCode: [{\n start: 12,\n length: 5,\n }],\n currencyCode: [{\n start: 17,\n length: 3,\n }],\n decimalNumber: [{\n start: 20,\n length: 1,\n }],\n designatedArea2: [{\n start: 21,\n length: 1,\n }],\n accountNumber: [{\n start: 22,\n length: 11,\n }],\n designatedArea3: [{\n start: 33,\n length: 2,\n }],\n previousSoldeDate: [{\n start: 35,\n length: 6,\n }],\n designatedArea4: [{\n start: 41,\n length: 50,\n }],\n amount: [{\n start: 91,\n length: 14,\n }],\n designatedArea5: [{\n start: 105,\n length: 16,\n }],\n};\n\nexport const CFONB_ENTRY_DETAIL: CFONBStructureObejct = {\n recordCode: [{\n start: 1,\n length: 2,\n }],\n bankCode: [{\n start: 3,\n length: 5,\n }],\n operationSGCode: [{\n start: 8,\n length: 4,\n }],\n counterCode: [{\n start: 12,\n length: 5,\n }],\n currencyCode: [{\n start: 17,\n length: 3,\n }],\n decimalNumber: [{\n start: 20,\n length: 1,\n }],\n SITIndex: [{\n start: 21,\n length: 1,\n }],\n accountNumber: [{\n start: 22,\n length: 11,\n }],\n operationInterbank_code: [{\n start: 33,\n length: 2,\n }],\n entryDate: [{\n start: 35,\n length: 6,\n }],\n rejectMotifCode: [{\n start: 41,\n length: 2,\n }],\n valueDate: [{\n start: 43,\n length: 6,\n }],\n operationLabel: [{\n start: 49,\n length: 31,\n }],\n designatedArea1: [{\n start: 80,\n length: 2,\n }],\n entryNumber: [{\n start: 82,\n length: 7,\n }],\n exonerationCode: [{\n start: 89,\n length: 1,\n }],\n designatedArea2: [{\n start: 90,\n length: 1,\n }],\n amount: [{\n start: 91,\n length: 14,\n }],\n operationRef: [{\n start: 105,\n length: 16,\n }],\n};\n\nexport const CFONB_COMPLEMENTARY_LABEL: CFONBStructureObejct = {\n recordCode: [{\n start: 1,\n length: 2,\n }],\n bankCode: [{\n start: 3,\n length: 5,\n }],\n operationSGCode: [{\n start: 8,\n length: 4,\n }],\n counterCode: [{\n start: 12,\n length: 5,\n }],\n designatedArea1: [{\n start: 17,\n length: 5,\n }],\n account_Number: [{\n start: 22,\n length: 11,\n }],\n operationInterbankCode: [{\n start: 33,\n length: 2,\n }],\n entryDate: [{\n start: 35,\n length: 6,\n }],\n complementaryLabel: [{\n start: 41,\n length: 41,\n }],\n entryNumber: [{\n start: 82,\n length: 7,\n }],\n designatedArea2: [{\n start: 89,\n length: 2,\n }],\n '04Ammount': [{\n start: 91,\n length: 14,\n }],\n designatedArea3: [{\n start: 105,\n length: 16,\n }],\n};\n\nexport const CFONB_NEW_BALANCE: CFONBStructureObejct = {\n recordCode: [{\n start: 1,\n length: 2,\n }],\n bankCode: [{\n start: 3,\n length: 5,\n }],\n designatedArea1: [{\n start: 8,\n length: 4,\n }],\n counterCode: [{\n start: 12,\n length: 5,\n }],\n currencyCode: [{\n start: 17,\n length: 3,\n }],\n decimalNumber: [{\n start: 20,\n length: 1,\n }],\n designatedArea2: [{\n start: 21,\n length: 1,\n }],\n accountNumber: [{\n start: 22,\n length: 11,\n }],\n designatedArea3: [{\n start: 33,\n length: 2,\n }],\n dataNewBalance: [{\n start: 35,\n length: 6,\n }],\n designatedArea4: [{\n start: 41,\n length: 50,\n }],\n amount: [{\n start: 91,\n length: 14,\n }],\n designatedArea5: [{\n start: 105,\n length: 16,\n }],\n};\n\nexport function initializeCFONBStructreObject(structure:CFONBStructureObejct): { [key: string]: string | null } | null {\n let object: { [key: string]: string | null } | null = null;\n Object.keys(structure).forEach((key) => {\n object = { ...(object ? { ...object, [key]: null } : { [key]: null }) };\n });\n return object;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"Journals.js","mappings":";;;;;;AAAM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAKP,MAAOC,WAAP,SAA2BD,kBAA3B,CAA6C;;QAAtCC,W,GAAAA,W;;AASP,MAAOC,sBAAP,CAA6B;;QAAtBA,sB,GAAAA,sB;;AAOP,MAAOC,QAAP,CAAe;;QAARA,Q,GAAAA,Q;;AAWP,MAAOC,QAAP,CAAe;;QAARA,Q,GAAAA,Q;;AAUP,MAAOC,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB","names":["JournalDebitCredit","PeriodDatum","IPeriodsCentralisation","IPeriods","Journals","JsonExportJournal"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/journal/Journals.ts"],"sourcesContent":["export class JournalDebitCredit {\n debit?: number;\n credit?: number;\n}\n\nexport class PeriodDatum extends JournalDebitCredit {\n dateValue: string | Date;\n invoiceNumber: string;\n designation: string;\n account: number;\n accountName: string;\n master: boolean;\n}\n\nexport class IPeriodsCentralisation {\n [index: string]: {\n account: number;\n accountName: string;\n } & JournalDebitCredit;\n}\n\nexport class IPeriods {\n [index: string]: {\n monthYearPeriods: string;\n data?: PeriodDatum[];\n dataCentralisation?: IPeriodsCentralisation;\n total: {\n accumulated: JournalDebitCredit;\n month: JournalDebitCredit;\n };\n };\n}\nexport class Journals {\n [index: string]: {\n idJournal: number;\n // eslint-disable-next-line no-restricted-globals\n name: string;\n fullName: string;\n periods?: IPeriods;\n };\n}\n\nexport class JsonExportJournal {\n idSociety: number;\n startDate: string;\n endDate: string;\n data: Journals;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"QueryJournal.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAGXC,YAFC,yBAED,EADC,iDACD;;AAIAA,YAFC,yBAED,EADC,iDACD;;AAGAA,YADC,iCACD","names":["QueryJournal","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/journal/QueryJournal.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { IsFormattedDateString } from '../../../../utils/validators/formattedDateString.validator';\n\nexport class QueryJournal {\n @ApiProperty()\n @IsFormattedDateString()\n startDate: string;\n\n @ApiProperty()\n @IsFormattedDateString()\n endDate: string;\n\n @ApiPropertyOptional()\n accountingJournalIds?: number[];\n}\n"]}
|
package/js/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreateKilometricAllowanceValidation.js","mappings":";;;;;;;AAAA;;AAKA;;;;;;;;;;;;;;AAEA,MAAMA,6BAAN,CAAmC;;AAEjCC,YADC,oBACD;;AAGAA,YADC,oBACD;;AAGAA,YADC,oBACD;;AAGI,MAAOC,mCAAP,CAA0C;;QAAnCA,mC,GAAAA,mC;;AAMXD,YALC,8BAKD,EAJC,iCAAaE,CAAD,IAAOA,CAAC,CAACC,SAArB,CAID,EAHC,oCAAe;AACdC,MAAI,EAAE;AADQ,CAAf,CAGD,4BAAsBC,MAAtB","names":["KilometricAllowanceValidation","__decorate","CreateKilometricAllowanceValidation","q","idVehicle","each","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.ts"],"sourcesContent":["import {\n ArrayUnique,\n IsArray,\n ValidateNested,\n} from 'class-validator';\nimport { ApiProperty } from '../../../..';\n\nclass KilometricAllowanceValidation {\n @ApiProperty()\n idVehicle!: number;\n\n @ApiProperty()\n idSocietyPartner!: number;\n\n @ApiProperty()\n amount!: number;\n}\n\nexport class CreateKilometricAllowanceValidation {\n @IsArray()\n @ArrayUnique((q) => q.idVehicle)\n @ValidateNested({\n each: true,\n })\n kilometricAllowances: Array<KilometricAllowanceValidation>;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreateLetter.js","mappings":";;;;;;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAEXC,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD,4BAAYC,KAAZ;;AAGAD,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["CreateLetter","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/letter/CreateLetter.ts"],"sourcesContent":["import { ILetter } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateLetter implements ILetter {\n @ApiProperty()\n idLetterType: number;\n\n @ApiPropertyOptional()\n idReport?: number;\n\n @ApiProperty()\n idSociety: number;\n\n @ApiProperty()\n letterDate: Date;\n\n @ApiPropertyOptional()\n complement?: string;\n\n @ApiPropertyOptional()\n isLRAR?: boolean;\n\n @ApiPropertyOptional()\n isDone?: boolean;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiPropertyOptional()\n needResponse?: boolean;\n\n @ApiPropertyOptional()\n ARNumber?: string;\n\n @ApiPropertyOptional()\n idAccountant?: number;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"QueryLibrary.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGI,MAAOC,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AAEXD,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["QueryLibraryFile","__decorate","QueryDownloadFile"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { GedFolder, GedFileType } from '../../../Enum/Ged';\n\nexport class QueryLibraryFile {\n @ApiProperty()\n idSociety: number;\n\n @ApiProperty()\n idGedFolder: GedFolder;\n\n @ApiProperty()\n idTypeGedFile: GedFileType;\n\n @ApiPropertyOptional()\n idExercice?: number;\n}\n\nexport class QueryDownloadFile {\n @ApiProperty()\n folderName: string;\n\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n idMail?: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"ReadLibraryFile.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreateLoan.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAEXC,YADC,wBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,wBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD","names":["CreateLoanForm","__decorate","description"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/loan/CreateLoan.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateLoanForm {\n @ApiProperty({ description: 'Désignation' })\n name: string;\n\n @ApiProperty({ description: 'Désignation de l\\'organisme' })\n lenderDesignation: string;\n\n @ApiProperty()\n number: number;\n\n @ApiProperty()\n amount: number;\n\n @ApiProperty()\n assetBeforeExercice: number;\n\n @ApiProperty()\n assetAfterExercice: number;\n\n @ApiProperty()\n idExercice: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"UpdateLoan.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAEXC,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["UpdateLoanForm","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/loan/UpdateLoan.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateLoanForm {\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n lenderDesignation?: string;\n\n @ApiPropertyOptional()\n number?: number;\n\n @ApiPropertyOptional()\n amount?: number;\n\n @ApiPropertyOptional()\n assetBeforeExercice?: number;\n\n @ApiPropertyOptional()\n assetAfterExercice?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreateLog.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreateMachineLearningAnnotation.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,+BAAP,CAAsC;;QAA/BA,+B,GAAAA,+B;;AASXC,YARC,yBAQD,EAPC,kCAOD,EANC,2BAAM;AACLC,MAAI,EAAE;AADD,CAAN,CAMD,EAHC,gCAAW;AACVA,MAAI,EAAE;AADI,CAAX,CAGD;;AAUAD,YARC,yBAQD,EAPC,kCAOD,EANC,2BAAM;AACLC,MAAI,EAAE;AADD,CAAN,CAMD,EAHC,gCAAW;AACVA,MAAI,EAAE;AADI,CAAX,CAGD;;AAMAD,YAJC,yBAID,EAHC,8BAAS;AACRC,MAAI,EAAE;AADE,CAAT,CAGD;;AAMAD,YAJC,yBAID,EAHC,gDAAsB;AACrBC,MAAI,EAAE;AADe,CAAtB,CAGD;;AAMAD,YAJC,yBAID,EAHC,yBAAI,CAAJ,EAAO;AACNC,MAAI,EAAE;AADA,CAAP,CAGD;;AAMAD,YAJC,yBAID,EAHC,yBAAI,CAAJ,EAAO;AACNC,MAAI,EAAE;AADA,CAAP,CAGD;;AAGAD,YADC,yBACD","names":["CreateMachineLearningAnnotation","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.ts"],"sourcesContent":["import {\n ArrayUnique, IsInt, IsPositive, IsString, Min,\n} from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { IsFormattedDateString } from '../../../../utils/validators/formattedDateString.validator';\n\nexport class CreateMachineLearningAnnotation {\n @ApiProperty()\n @ArrayUnique()\n @IsInt({\n each: true,\n })\n @IsPositive({\n each: true,\n })\n idAccountingEntries: number[];\n\n @ApiProperty()\n @ArrayUnique()\n @IsInt({\n each: true,\n })\n @IsPositive({\n each: true,\n })\n idAccountingTransaction: number[];\n\n @ApiProperty()\n @IsString({\n each: true,\n })\n designation: string[];\n\n @ApiProperty()\n @IsFormattedDateString({\n each: true,\n })\n dateValue: string[];\n\n @ApiProperty()\n @Min(0, {\n each: true,\n })\n credit: number[];\n\n @ApiProperty()\n @Min(0, {\n each: true,\n })\n debit: number[];\n\n @ApiProperty()\n kilometers: number[];\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"ResultCreateMachineLearningAnnotation.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreateInvoiceMail.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AAEXC,YADC,yBACD","names":["CreateInvoiceMail","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mailInvoice/CreateInvoiceMail.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateInvoiceMail {\n @ApiProperty()\n prefix: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"UpdateInvoiceMail.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AAEXC,YADC,yBACD","names":["UpdateInvoiceMail","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mailInvoice/UpdateInvoiceMail.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class UpdateInvoiceMail {\n @ApiProperty()\n prefix: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreateMealExpense.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AASXC,YARC,oBAQD,EAPC,kCAOD,EANC,2BAAM;AACLC,MAAI,EAAE;AADD,CAAN,CAMD,EAHC,gCAAW;AACVA,MAAI,EAAE;AADI,CAAX,CAGD,4BAAgBC,MAAhB","names":["CreateMealExpense","__decorate","each","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mealExpense/CreateMealExpense.ts"],"sourcesContent":["import {\n ArrayUnique, IsInt, IsPositive,\n} from 'class-validator';\nimport { ApiProperty } from '../../../..';\n\nexport class CreateMealExpense {\n @ApiProperty()\n @ArrayUnique()\n @IsInt({\n each: true,\n })\n @IsPositive({\n each: true,\n })\n transactionIds: Array<number>;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"ReadMealExpense.js","mappings":";;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e","names":["ReadMealExpense"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mealExpense/ReadMealExpense.ts"],"sourcesContent":["import { IAccountingTransaction } from '../../..';\n\nexport class ReadMealExpense {\n transactionNumber: number;\n totalPrice: number;\n deductiblePrice: number;\n transactions: Array<IAccountingTransaction>;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreateOcr.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,SAAP,CAAgB;;QAATA,S,GAAAA,S;;AAEXC,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["CreateOcr","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/CreateOcr.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateOcr {\n @ApiPropertyOptional()\n Type: string;\n\n @ApiPropertyOptional()\n MessageId: string;\n\n @ApiPropertyOptional()\n Token: string;\n\n @ApiPropertyOptional()\n TopicArn: string;\n\n @ApiPropertyOptional()\n Message: string;\n\n @ApiPropertyOptional()\n SubscribeURL: string;\n\n @ApiPropertyOptional()\n Timestamp: string;\n\n @ApiPropertyOptional()\n SignatureVersion: string;\n\n @ApiPropertyOptional()\n Signature: string;\n\n @ApiPropertyOptional()\n SigningCertURL: string;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"OcrTransactions.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAGM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;AAEXC,YADC,4BACD;;AAMAA,YADC,oBACD;;AAGAA,YADC,4BACD;;AAKAA,YAHC,yBAGD,EAFC,gCAED,EADC,oBACD","names":["OcrTransactions","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { OcrTransactionDetails } from './OcrTypeTransactions';\n\nexport class OcrTransactions {\n @ApiPropertyOptional()\n file?: {\n id: number,\n token: string,\n };\n\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiPropertyOptional()\n idBankAccount: number;\n\n @ToBoolean()\n @IsBoolean()\n @ApiProperty()\n isPdf: boolean;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"OcrTypeTransactions.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreatePappers.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/pappers/QueryPappers.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAyLA;;AAEG;AAEG,MAAO,+BAAP,CAAsC;;QAA/B,+B,GAAA,+B;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,yCAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,yCAAA,E,MAAA,E,KAAc,CAAd,CAAA;AAGF;;AAEG;;;AAEG,MAAO,uBAAP,CAA8B;;QAAvB,uB,GAAA,uB;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,iCAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,iCAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGI,MAAO,0BAAP,CAAiC;;QAA1B,0B,GAAA,0B;AAgEb;;AAEG;;AAEG,MAAO,0BAAP,CAAiC;;QAA1B,0B,GAAA,0B;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,gCAAA,CAAA,E,oCAAA,E,WAAA,E,KAA8B,CAA9B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,WAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,qBAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,eAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,oCAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,iBAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,iBAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,iBAAA,E,KAAyC,CAAzC,CAAA","sourcesContent":["import { ApiPropertyOptional, ApiProperty } from '../../../../utils';\n\nexport type DatabasePappers = 'entreprises' | 'dirigeants' | 'documents' | 'publications';\nexport type PrecisionPappers = 'approximative' | 'standard' | 'exacte';\nexport type PublicationTypePappers = 'Création' | 'Immatriculation' | 'Modification' | 'Vente' | 'Radiation' | 'Procédure collective' | 'Dépôt des comptes';\n\nexport type LegalCategoryPappers = {\n nom: string | null;\n idcc: number | null;\n confirme: boolean | null;\n};\n\nexport type HeadOfficePappers = {\n siret: string | null;\n siret_formate: string | null;\n nic: string | null;\n code_postal: string | null;\n ville: string | null;\n latitude: number | null;\n longitude: number | null;\n etablissement_cesse: boolean | null;\n siege: boolean | null;\n etablissement_employeur: boolean | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: string | null;\n annee_effectif: number | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n date_de_creation: string | null;\n numero_voie: number | null;\n indice_repetition: string | null;\n type_voie: string | null;\n libelle_voie: string | null;\n complement_adresse: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n};\n\nexport type EstablishmentPappers = {\n siret: string | null;\n siret_formate: string | null;\n nic: string | null;\n code_postal: string | null;\n ville: string | null;\n latitude: number | null;\n longitude: number | null;\n etablissement_cesse: boolean | null;\n siege: boolean | null;\n etablissement_employeur: boolean | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: number | null;\n annee_effectif: number | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n date_de_creation: string | null;\n numero_voie: number | null;\n indice_repetition: string | null;\n type_voie: string | null;\n libelle_voie: string | null;\n complement_adresse: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n};\n\nexport type FinancePappers = {\n annee: number | null;\n date_de_cloture_exercice: string | null;\n duree_exercice: number | null;\n chiffre_affaires: number | null;\n resultat: number | null;\n effectif: number | null;\n};\n\nexport type RepresentativePappers = {\n qualite: string | null;\n personne_morale: boolean | null;\n date_prise_de_poste: string | null;\n nom: string | null;\n prenom: string | null;\n nom_complet: string | null;\n date_de_naissance: string | null;\n date_de_naissance_formate: string | null;\n age: number | null;\n nationalite: string | null;\n ville_de_naissance: string | null;\n pays_de_naissance: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n adresse_ligne_3: string | null;\n code_postal: string | null;\n ville: string | null;\n pays: string | null;\n};\n\nexport type BeneficialOwnerPappers = {\n date_greffe: string | null;\n nom: string | null;\n nom_usage: string | null;\n prenom: string | null;\n pseudonyme: string | null;\n date_de_naissance_formatee: string | null;\n nationalite: string | null;\n pourcentage_parts: number | null;\n pourcentage_parts_directes: number | null;\n pourcentage_parts_indirectes: number | null;\n pourcentage_parts_vocation_titulaire: number | null;\n details_parts_directes: any | null;\n details_parts_indirectes: any | null;\n details_parts_vocation_titulaire: any | null;\n pourcentage_votes: number | null;\n pourcentage_votes_directs: number | null;\n pourcentage_votes_indirect: number | null;\n details_votes_directs: any | null;\n details_votes_indirects: any | null;\n details_societe_de_gestion: any | null;\n detention_pouvoir_decision_ag: boolean | null;\n detention_pouvoir_nom_membre_conseil_administration: boolean | null;\n detention_autres_moyens_controle: boolean | null;\n beneficiaire_representant_legal: boolean | null;\n representant_legal_placement_sans_gestion_delegation: boolean\n};\n\nexport type Act = {\n type: string | null;\n decision: string | null;\n date_acte: string | null;\n date_acte_formate: string | null;\n};\n\nexport type ActDepositPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n actes: Act[] | null;\n};\n\nexport type ReportPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n date_cloture: string | null;\n annee_cloture: number | null;\n confidentialite: boolean | null;\n confidentialite_compte_de_resultat: boolean | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n};\n\nexport type BODACCPublicationPappers = {\n numero_parution: string | null;\n date: string | null;\n numero_annonce: string | null;\n bodacc: string | null;\n type: string | null;\n};\n\nexport type CollectiveProceedingPappers = {\n type: string | null;\n date_debut:string | null;\n date_fin: string | null;\n publications_bodacc: BODACCPublicationPappers[] | null;\n};\n\nexport type LastsStatusPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n type: string | null;\n decision: string | null;\n date_acte: string | null;\n date_acte_formate: string | null;\n};\n\nexport type ImmatriculationPappers = {\n token: string;\n};\n\n/**\n * DOCUMENTS ENTREPRISE\n */\n\nexport class QueryGetBusinessDocumentPappers {\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n name?: string;\n}\n\n/**\n * FICHE ENTREPRISE\n */\n\nexport class QueryGetBusinessPappers {\n @ApiPropertyOptional()\n siren?: string;\n\n @ApiPropertyOptional()\n siret?: string;\n}\n\nexport class GetBusinessPappersResponse {\n siren: string | null;\n siren_formate: string | null;\n nom_entreprise: string | null;\n personne_morale: boolean;\n denomination: string | null;\n nom: string | null;\n prenom: string | null;\n sexe: string | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n domaine_activite: string | null;\n conventions_collectives: LegalCategoryPappers[] | null;\n date_creation: string | null;\n date_creation_formate: string | null;\n entreprise_cessee: boolean;\n date_cessation: string | null;\n entreprise_employeuse: boolean;\n categorie_juridique: string | null;\n forme_juridique: string | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: string | null;\n annee_effectif: number | null;\n dernier_traitement: string | null;\n siege: HeadOfficePappers | null;\n diffusable: boolean;\n sigle: any | null;\n objet_social: string | null;\n capital: number | null;\n capital_formate: string | null;\n capital_actuel_si_variable: any | null;\n numero_rcs: string | null;\n date_cloture_exercice: string | null;\n date_cloture_exercice_exceptionnelle: string | null;\n date_cloture_exercice_exceptionnelle_formate: string | null;\n prochaine_date_cloture_exercice: string | null;\n prochaine_date_cloture_exercice_formate: string | null;\n economie_sociale_solidaire: boolean;\n duree_personne_morale: any | null;\n derniere_mise_a_jour_sirene: string | null;\n derniere_mise_a_jour_rcs: string | null;\n statut_rcs: string | null;\n greffe: string | null;\n date_immatriculation_rcs: string | null;\n date_premiere_immatriculation_rcs: string | null;\n date_radiation_rcs: string | null;\n numero_tva_intracommunautaire: string | null;\n associe_unique: boolean;\n etablissements: EstablishmentPappers[] | null;\n finances: FinancePappers[] | null;\n representants: RepresentativePappers[] | null;\n beneficiaires_effectifs: BeneficialOwnerPappers[] | null;\n depots_actes: ActDepositPappers[] | null;\n comptes: ReportPappers[] | null;\n publications_bodacc: BODACCPublicationPappers[] | null;\n procedures_collectives: CollectiveProceedingPappers[] | null;\n procedure_collective_existe: boolean;\n procedure_collective_en_cours: boolean;\n derniers_statuts: LastsStatusPappers | null;\n extrait_immatriculation: ImmatriculationPappers | null;\n}\n\n/**\n * RECHERCHE ENTREPRISE\n */\n\nexport class QuerySearchBusinessPappers {\n @ApiPropertyOptional()\n limit?: number; // par_page\n\n @ApiPropertyOptional()\n page?: number;\n\n @ApiPropertyOptional()\n databases?: DatabasePappers[]; // bases\n\n @ApiPropertyOptional()\n precision?: PrecisionPappers;\n\n @ApiPropertyOptional()\n query?: string; // q\n\n @ApiPropertyOptional()\n nafCode?: string; // code_naf\n\n @ApiPropertyOptional()\n department?: string; // departement\n\n @ApiPropertyOptional()\n region?: string;\n\n @ApiPropertyOptional()\n zipCode?: string; // code_postal\n\n @ApiPropertyOptional()\n collectiveAgreement?: string; // convention_collective\n\n @ApiPropertyOptional()\n legalCategory?: string; // categorie_juridique\n\n @ApiPropertyOptional()\n active?: boolean; // entreprise_cessee\n\n @ApiPropertyOptional()\n minimumTurnover?: string; // chiffre_affaires_min\n\n @ApiPropertyOptional()\n maximumTurnover?: string; // chiffre_affaires_max\n\n @ApiPropertyOptional()\n publicationType?: PublicationTypePappers; // type_publication\n}"],"sourceRoot":"","file":"QueryPappers.js"}
|
|
1
|
+
{"version":3,"file":"QueryPappers.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAyLA;;;AAIM,MAAOA,+BAAP,CAAsC;;QAA/BA,+B,GAAAA,+B;;AAEXC,YADC,yBACD;;AAGAA,YADC,iCACD;AAGF;;;;;AAIM,MAAOC,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAEXD,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGI,MAAOE,0BAAP,CAAiC;;QAA1BA,0B,GAAAA,0B;AAgEb;;;;AAIM,MAAOC,0BAAP,CAAiC;;QAA1BA,0B,GAAAA,0B;;AAEXH,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["QueryGetBusinessDocumentPappers","__decorate","QueryGetBusinessPappers","GetBusinessPappersResponse","QuerySearchBusinessPappers"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/pappers/QueryPappers.ts"],"sourcesContent":["import { ApiPropertyOptional, ApiProperty } from '../../../../utils';\n\nexport type DatabasePappers = 'entreprises' | 'dirigeants' | 'documents' | 'publications';\nexport type PrecisionPappers = 'approximative' | 'standard' | 'exacte';\nexport type PublicationTypePappers = 'Création' | 'Immatriculation' | 'Modification' | 'Vente' | 'Radiation' | 'Procédure collective' | 'Dépôt des comptes';\n\nexport type LegalCategoryPappers = {\n nom: string | null;\n idcc: number | null;\n confirme: boolean | null;\n};\n\nexport type HeadOfficePappers = {\n siret: string | null;\n siret_formate: string | null;\n nic: string | null;\n code_postal: string | null;\n ville: string | null;\n latitude: number | null;\n longitude: number | null;\n etablissement_cesse: boolean | null;\n siege: boolean | null;\n etablissement_employeur: boolean | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: string | null;\n annee_effectif: number | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n date_de_creation: string | null;\n numero_voie: number | null;\n indice_repetition: string | null;\n type_voie: string | null;\n libelle_voie: string | null;\n complement_adresse: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n};\n\nexport type EstablishmentPappers = {\n siret: string | null;\n siret_formate: string | null;\n nic: string | null;\n code_postal: string | null;\n ville: string | null;\n latitude: number | null;\n longitude: number | null;\n etablissement_cesse: boolean | null;\n siege: boolean | null;\n etablissement_employeur: boolean | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: number | null;\n annee_effectif: number | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n date_de_creation: string | null;\n numero_voie: number | null;\n indice_repetition: string | null;\n type_voie: string | null;\n libelle_voie: string | null;\n complement_adresse: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n};\n\nexport type FinancePappers = {\n annee: number | null;\n date_de_cloture_exercice: string | null;\n duree_exercice: number | null;\n chiffre_affaires: number | null;\n resultat: number | null;\n effectif: number | null;\n};\n\nexport type RepresentativePappers = {\n qualite: string | null;\n personne_morale: boolean | null;\n date_prise_de_poste: string | null;\n nom: string | null;\n prenom: string | null;\n nom_complet: string | null;\n date_de_naissance: string | null;\n date_de_naissance_formate: string | null;\n age: number | null;\n nationalite: string | null;\n ville_de_naissance: string | null;\n pays_de_naissance: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n adresse_ligne_3: string | null;\n code_postal: string | null;\n ville: string | null;\n pays: string | null;\n};\n\nexport type BeneficialOwnerPappers = {\n date_greffe: string | null;\n nom: string | null;\n nom_usage: string | null;\n prenom: string | null;\n pseudonyme: string | null;\n date_de_naissance_formatee: string | null;\n nationalite: string | null;\n pourcentage_parts: number | null;\n pourcentage_parts_directes: number | null;\n pourcentage_parts_indirectes: number | null;\n pourcentage_parts_vocation_titulaire: number | null;\n details_parts_directes: any | null;\n details_parts_indirectes: any | null;\n details_parts_vocation_titulaire: any | null;\n pourcentage_votes: number | null;\n pourcentage_votes_directs: number | null;\n pourcentage_votes_indirect: number | null;\n details_votes_directs: any | null;\n details_votes_indirects: any | null;\n details_societe_de_gestion: any | null;\n detention_pouvoir_decision_ag: boolean | null;\n detention_pouvoir_nom_membre_conseil_administration: boolean | null;\n detention_autres_moyens_controle: boolean | null;\n beneficiaire_representant_legal: boolean | null;\n representant_legal_placement_sans_gestion_delegation: boolean\n};\n\nexport type Act = {\n type: string | null;\n decision: string | null;\n date_acte: string | null;\n date_acte_formate: string | null;\n};\n\nexport type ActDepositPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n actes: Act[] | null;\n};\n\nexport type ReportPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n date_cloture: string | null;\n annee_cloture: number | null;\n confidentialite: boolean | null;\n confidentialite_compte_de_resultat: boolean | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n};\n\nexport type BODACCPublicationPappers = {\n numero_parution: string | null;\n date: string | null;\n numero_annonce: string | null;\n bodacc: string | null;\n type: string | null;\n};\n\nexport type CollectiveProceedingPappers = {\n type: string | null;\n date_debut:string | null;\n date_fin: string | null;\n publications_bodacc: BODACCPublicationPappers[] | null;\n};\n\nexport type LastsStatusPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n type: string | null;\n decision: string | null;\n date_acte: string | null;\n date_acte_formate: string | null;\n};\n\nexport type ImmatriculationPappers = {\n token: string;\n};\n\n/**\n * DOCUMENTS ENTREPRISE\n */\n\nexport class QueryGetBusinessDocumentPappers {\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n name?: string;\n}\n\n/**\n * FICHE ENTREPRISE\n */\n\nexport class QueryGetBusinessPappers {\n @ApiPropertyOptional()\n siren?: string;\n\n @ApiPropertyOptional()\n siret?: string;\n}\n\nexport class GetBusinessPappersResponse {\n siren: string | null;\n siren_formate: string | null;\n nom_entreprise: string | null;\n personne_morale: boolean;\n denomination: string | null;\n nom: string | null;\n prenom: string | null;\n sexe: string | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n domaine_activite: string | null;\n conventions_collectives: LegalCategoryPappers[] | null;\n date_creation: string | null;\n date_creation_formate: string | null;\n entreprise_cessee: boolean;\n date_cessation: string | null;\n entreprise_employeuse: boolean;\n categorie_juridique: string | null;\n forme_juridique: string | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: string | null;\n annee_effectif: number | null;\n dernier_traitement: string | null;\n siege: HeadOfficePappers | null;\n diffusable: boolean;\n sigle: any | null;\n objet_social: string | null;\n capital: number | null;\n capital_formate: string | null;\n capital_actuel_si_variable: any | null;\n numero_rcs: string | null;\n date_cloture_exercice: string | null;\n date_cloture_exercice_exceptionnelle: string | null;\n date_cloture_exercice_exceptionnelle_formate: string | null;\n prochaine_date_cloture_exercice: string | null;\n prochaine_date_cloture_exercice_formate: string | null;\n economie_sociale_solidaire: boolean;\n duree_personne_morale: any | null;\n derniere_mise_a_jour_sirene: string | null;\n derniere_mise_a_jour_rcs: string | null;\n statut_rcs: string | null;\n greffe: string | null;\n date_immatriculation_rcs: string | null;\n date_premiere_immatriculation_rcs: string | null;\n date_radiation_rcs: string | null;\n numero_tva_intracommunautaire: string | null;\n associe_unique: boolean;\n etablissements: EstablishmentPappers[] | null;\n finances: FinancePappers[] | null;\n representants: RepresentativePappers[] | null;\n beneficiaires_effectifs: BeneficialOwnerPappers[] | null;\n depots_actes: ActDepositPappers[] | null;\n comptes: ReportPappers[] | null;\n publications_bodacc: BODACCPublicationPappers[] | null;\n procedures_collectives: CollectiveProceedingPappers[] | null;\n procedure_collective_existe: boolean;\n procedure_collective_en_cours: boolean;\n derniers_statuts: LastsStatusPappers | null;\n extrait_immatriculation: ImmatriculationPappers | null;\n}\n\n/**\n * RECHERCHE ENTREPRISE\n */\n\nexport class QuerySearchBusinessPappers {\n @ApiPropertyOptional()\n limit?: number; // par_page\n\n @ApiPropertyOptional()\n page?: number;\n\n @ApiPropertyOptional()\n databases?: DatabasePappers[]; // bases\n\n @ApiPropertyOptional()\n precision?: PrecisionPappers;\n\n @ApiPropertyOptional()\n query?: string; // q\n\n @ApiPropertyOptional()\n nafCode?: string; // code_naf\n\n @ApiPropertyOptional()\n department?: string; // departement\n\n @ApiPropertyOptional()\n region?: string;\n\n @ApiPropertyOptional()\n zipCode?: string; // code_postal\n\n @ApiPropertyOptional()\n collectiveAgreement?: string; // convention_collective\n\n @ApiPropertyOptional()\n legalCategory?: string; // categorie_juridique\n\n @ApiPropertyOptional()\n active?: boolean; // entreprise_cessee\n\n @ApiPropertyOptional()\n minimumTurnover?: string; // chiffre_affaires_min\n\n @ApiPropertyOptional()\n maximumTurnover?: string; // chiffre_affaires_max\n\n @ApiPropertyOptional()\n publicationType?: PublicationTypePappers; // type_publication\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"ReadPappers.js","mappings":";;;;;;AA6CM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB","names":["ReadBusinessPappers"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/pappers/ReadPappers.ts"],"sourcesContent":["export type ReadBusinessPartnerPappers = {\n firstname: string | null;\n lastname: string | null;\n birthdate: string | null;\n nationality: string | null;\n sharesHeldRate: number | null;\n isCorporation: boolean;\n};\n\nexport type ReadBusinessOwnerPappers = {\n grade: string | null;\n isCorporation: boolean;\n firstname: string | null;\n lastname: string | null;\n fullname: string | null;\n birthdate: string;\n nationality: string | null;\n birthPlace: string | null;\n countryBirth: string | null;\n address: string | null;\n address2: string | null;\n address3: string | null;\n zipCode: string | null;\n city: string | null;\n country: string | null;\n};\n\nexport type ReadStatusPappers = {\n date: string;\n available: boolean;\n name: string;\n token: string | null;\n type: string | null;\n};\n\nexport type ReadHeadOfficePappers = {\n addressNumber: number | null;\n suffix: string | null;\n street: string | null;\n address: string | null;\n address2: string | null;\n zipCode: string;\n city: string;\n};\n\nexport class ReadBusinessPappers {\n siren: string | null;\n name: string | null;\n firstname: string | null;\n lastname: string | null;\n civility: string | null;\n activity: string | null;\n isCorporation: boolean;\n nafCode: string | null;\n legalForm: string | null;\n minimumEmployees: number | null;\n maximumEmployees: number | null;\n active: boolean;\n headOffice: ReadHeadOfficePappers;\n capital: number | null;\n owners: ReadBusinessOwnerPappers[] | null;\n partners: ReadBusinessPartnerPappers[] | null;\n status: ReadStatusPappers | null;\n registration: string;\n immatriculation: string | null;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreatePartner.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAEXC,YADC,iCACD;;AAEAA,YADC,iCACD;;AAEAA,YADC,iCACD;;AAEAA,YADC,iCACD;;AAEAA,YADC,yBACD;;AAKAA,YAJC,wBAAY;AACXC,SAAO,EAAEC,cAAYC,gBADV;AAEXC,aAAW,EAAE;AAFF,CAAZ,CAID","names":["CreatePartner","__decorate","default","PartnerType","PHYSICAL_PARTNER","description"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partner/CreatePartner.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional, BaseEntity } from '../../../../utils';\nimport { ISocietyPartner, PartnerType } from '../../..';\n\nexport class CreatePartner implements Omit<BaseEntity<ISocietyPartner>, 'idAccount' | 'idSociety' | 'account'> {\n @ApiPropertyOptional()\n firstname?: string;\n @ApiPropertyOptional()\n lastname?: string;\n @ApiPropertyOptional()\n company?: string;\n @ApiPropertyOptional()\n siret?: string;\n @ApiProperty()\n fonction: string;\n @ApiProperty({\n default: PartnerType.PHYSICAL_PARTNER,\n description: 'You can retrieve the enum Partner Type in @core',\n })\n idPartnerType: PartnerType;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"GetPartners.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,WAAP,CAAkB;;QAAXA,W,GAAAA,W;;AAEXC,YADC,iCACD","names":["GetPartners","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partner/GetPartners.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class GetPartners {\n @ApiPropertyOptional()\n includeDeletedPartner?: boolean;\n}"]}
|
package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreatePartneredAccountantRequestedService.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,yCAAP,CAAgD;;QAAzCA,yC,GAAAA,yC;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["CreatePartneredAccountantRequestedService","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreatePartneredAccountantRequestedService {\n @ApiProperty()\n idPartneredAccountantService: number;\n\n @ApiProperty()\n notes: string;\n\n @ApiPropertyOptional()\n preTaxPrice?: number;\n\n @ApiPropertyOptional()\n idServiceType?: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreatePartneredAccountantRequestedServiceExpress.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gDAAP,CAAuD;;QAAhDA,gD,GAAAA,gD;;AAEXC,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAIAA,YAFC,iCAED,EADC,4BAAOC,kEAAP,CACD","names":["CreatePartneredAccountantRequestedServiceExpress","__decorate","PartneredAccountantServiceTypeId"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedServiceExpress.ts"],"sourcesContent":["import { IsEnum } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { PartneredAccountantServiceTypeId } from '../../../Enum/PartneredAccountantServiceTypeId';\n\nexport class CreatePartneredAccountantRequestedServiceExpress {\n @ApiPropertyOptional()\n idPartneredAccountantService?: number;\n\n @ApiProperty()\n notes: string;\n\n @ApiPropertyOptional()\n preTaxPrice?: number;\n\n @ApiPropertyOptional()\n @IsEnum(PartneredAccountantServiceTypeId)\n idServiceType?: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreatePartneredAccountantSociety.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gCAAP,CAAuC;;QAAhCA,gC,GAAAA,gC;;AAEXC,YADC,oBACD;;AAGAA,YADC,oBACD;;AAGAA,YADC,oBACD;;AAGAA,YADC,oBACD;;AAGAA,YADC,mBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,oBACD;;AAGAA,YADC,mBAAY;AAAEE,MAAI,EAAEC,oCAAR;AAA6BC,SAAO,EAAED,qCAAoBE,OAApB,CAA4BC;AAAlE,CAAZ,CACD;;AAGAN,YADC,mBAAY;AAAEE,MAAI,EAAEK;AAAR,CAAZ,CACD;;AAGAP,YADC,mBAAY;AAAEE,MAAI,EAAEM;AAAR,CAAZ,CACD;;AAGAR,YADC,mBAAY;AAAEE,MAAI,EAAEO;AAAR,CAAZ,CACD;;AAGAT,YADC,mBAAY;AAAEE,MAAI,EAAEQ;AAAR,CAAZ,CACD;;AAGAV,YADC,mBAAY;AAAEE,MAAI,EAAES;AAAR,CAAZ,CACD;;AAGAX,YADC,mBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,mBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,mBAAY;AAAEE,MAAI,EAAEU;AAAR,CAAZ,CACD;;AAGAZ,YADC,4BACD;;AAGAA,YADC,4BACD;;AAGAA,YADC,4BACD;;AAGAA,YADC,4BACD;;AAGAA,YADC,2BAAoB;AAAEE,MAAI,EAAEW;AAAR,CAApB,CACD","names":["CreatePartneredAccountantSociety","__decorate","description","enum","AccountsSectorsEnum","default","DEFAULT","id","VatRegime","FiscalRegime","Activity","TaxSystem","ProfitsType","ComptaType","Country"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.ts"],"sourcesContent":["import {\n ApiProperty, VatRegime, FiscalRegime, ComptaType, ApiPropertyOptional, Country, Activity,\n} from '../../../..';\nimport { AccountsSectorsEnum } from '../../../Enum/AccountsSectors';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { ProfitsType } from '../../../Enum/ProfitsType';\n\nexport class CreatePartneredAccountantSociety {\n @ApiProperty()\n firstname: string;\n\n @ApiProperty()\n lastname: string;\n\n @ApiProperty()\n email: string;\n\n @ApiProperty()\n phoneNumber: string;\n\n @ApiProperty({ description: 'Nom de la société' })\n name: string;\n\n @ApiProperty()\n idLegalForm: number;\n\n @ApiProperty({ enum: AccountsSectorsEnum, default: AccountsSectorsEnum.DEFAULT.id })\n idSector: number;\n\n @ApiProperty({ enum: VatRegime })\n idVatRegime: VatRegime;\n\n @ApiProperty({ enum: FiscalRegime })\n idFiscalRegime: FiscalRegime;\n\n @ApiProperty({ enum: Activity })\n idActivity: Activity;\n\n @ApiProperty({ enum: TaxSystem })\n idTaxSystem: TaxSystem;\n\n @ApiProperty({ enum: ProfitsType })\n idProfitsType: ProfitsType;\n\n @ApiProperty({ description: 'Date de début de l\\'exercice (format YYYY-MM-DD)' })\n startDate: string;\n\n @ApiProperty({ description: 'Date de fin de l\\'exercice (format YYYY-MM-DD)' })\n endDate: string;\n\n @ApiProperty({ enum: ComptaType })\n idComptaType: ComptaType;\n\n @ApiPropertyOptional()\n siret?: string | null;\n\n @ApiPropertyOptional()\n address?: string | null;\n\n @ApiPropertyOptional()\n city?: string | null;\n\n @ApiPropertyOptional()\n zipCode?: string | null;\n\n @ApiPropertyOptional({ enum: Country })\n idCountry?: Country | null;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"CreatedPartneredAccountantSociety.js","mappings":";;;;;;AAEM,MAAOA,iCAAP,CAAwC;;QAAjCA,iC,GAAAA,iC","names":["CreatedPartneredAccountantSociety"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.ts"],"sourcesContent":["import { IUser, ISociety } from '../../..';\n\nexport class CreatedPartneredAccountantSociety {\n society: ISociety;\n user: IUser;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"InvitePartneredAccountant.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,yBAAP,CAAgC;;QAAzBA,yB,GAAAA,yB;;AAGXC,YAFC,yBAED,EADC,8BACD","names":["InvitePartneredAccountant","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/InvitePartneredAccountant.ts"],"sourcesContent":["import { IsEmail } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class InvitePartneredAccountant {\n @ApiProperty()\n @IsEmail()\n mail: string;\n}"]}
|
package/js/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"QueryParteneredAccountantSoldServices.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,qCAAP,CAA4C;;QAArCA,qC,GAAAA,qC;;AAEXC,YADC,iCACD;;AAGAA,YADC,iCACD","names":["QueryParteneredAccountantSoldServices","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryParteneredAccountantSoldServices {\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n search?: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"QueryPartneredAccountantSocieties.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,iCAAP,CAAwC;;QAAjCA,iC,GAAAA,iC;;AAKXC,YAJC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD","names":["QueryPartneredAccountantSocieties","__decorate","description"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.ts"],"sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryPartneredAccountantSocieties {\n @ApiPropertyOptional({ description: 'Retourne uniquement les utilisateurs actifs / inactifs' })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isActive?: boolean;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountant.js","mappings":";;;;;;AAIM,MAAOA,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB","names":["ReadPartneredAccountant"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountant.ts"],"sourcesContent":["import {\n IFile, IPartneredAccountantTag, IVat,\n} from '../../..';\n\nexport class ReadPartneredAccountant {\n id: number;\n name: string;\n address: string;\n zipCode: string;\n city: string;\n yearOfOrderRegistration: number;\n schedules: string;\n description: string;\n VAT: IVat;\n partneredAccountantTags: IPartneredAccountantTag[];\n logo: IFile | null;\n logoColor: string | null;\n banner: IFile | null;\n videoLink: string | null;\n pictures: IFile[];\n hasPendingRequests: boolean;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantInvoice.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantRequestedService.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantService.js","mappings":";;;;;;AAEM,MAAOA,8BAAP,CAAqC;;QAA9BA,8B,GAAAA,8B","names":["ReadPartneredAccountantService"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts"],"sourcesContent":["import { IPartneredAccountantServiceIcon } from '../../models/IPartneredAccountantServiceIcon';\n\nexport class ReadPartneredAccountantService {\n id: number;\n name: string;\n description: string;\n preTaxPrice: number;\n idPartneredAccountant: number;\n isPending: boolean;\n icon: IPartneredAccountantServiceIcon;\n}"]}
|