@silexpert/core 0.4.183 → 0.4.185
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/Country.d.ts +2 -1
- package/es/api/resources/Country.d.ts.map +1 -1
- package/es/api/resources/Country.js +3 -0
- package/es/api/resources/Country.js.map +1 -1
- package/es/api/resources/Employee.d.ts +3 -1
- package/es/api/resources/Employee.d.ts.map +1 -1
- package/es/api/resources/Employee.js +6 -0
- package/es/api/resources/Employee.js.map +1 -1
- package/es/api/resources/Mail.d.ts +11 -6
- package/es/api/resources/Mail.d.ts.map +1 -1
- package/es/api/resources/Mail.js +34 -22
- package/es/api/resources/Mail.js.map +1 -1
- package/es/api/resources/SheetMonthSchedule.d.ts +11 -0
- package/es/api/resources/SheetMonthSchedule.d.ts.map +1 -0
- package/es/api/resources/SheetMonthSchedule.js +22 -0
- package/es/api/resources/SheetMonthSchedule.js.map +1 -0
- package/es/api/resources/User.d.ts +3 -1
- package/es/api/resources/User.d.ts.map +1 -1
- package/es/api/resources/User.js +6 -0
- package/es/api/resources/User.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/BrandClementine.d.ts +46 -4
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +45 -0
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandComptalib.js +20 -20
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Enum/BrandLegalstart.d.ts +15 -0
- package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
- package/es/types/Enum/BrandLegalstart.js +15 -0
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/es/types/Enum/MailFlag.d.ts +22 -7
- package/es/types/Enum/MailFlag.d.ts.map +1 -1
- package/es/types/Enum/MailFlag.js +22 -8
- package/es/types/Enum/MailFlag.js.map +1 -1
- package/es/types/Enum/SalariesType.d.ts +28 -0
- package/es/types/Enum/SalariesType.d.ts.map +1 -0
- package/es/types/Enum/SalariesType.js +33 -0
- package/es/types/Enum/SalariesType.js.map +1 -0
- package/es/types/Interface/api/mail/CreateMailParams.d.ts +2 -0
- package/es/types/Interface/api/mail/CreateMailParams.d.ts.map +1 -1
- package/es/types/Interface/api/mail/CreateMailParams.js.map +1 -1
- package/es/types/Interface/api/mail/QueryCountMail.d.ts +1 -1
- package/es/types/Interface/api/mail/QueryCountMail.d.ts.map +1 -1
- package/es/types/Interface/api/mail/QueryCountMail.js +1 -1
- package/es/types/Interface/api/mail/QueryCountMail.js.map +1 -1
- package/es/types/Interface/api/mail/QueryCountProcessedByUser.d.ts +5 -0
- package/es/types/Interface/api/mail/QueryCountProcessedByUser.d.ts.map +1 -0
- package/es/types/Interface/api/mail/QueryCountProcessedByUser.js +25 -0
- package/es/types/Interface/api/mail/QueryCountProcessedByUser.js.map +1 -0
- package/es/types/Interface/api/mail/QueryGetAnsweringTimeByUser.d.ts +5 -0
- package/es/types/Interface/api/mail/QueryGetAnsweringTimeByUser.d.ts.map +1 -0
- package/es/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js +25 -0
- package/es/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js.map +1 -0
- package/es/types/Interface/api/mail/QueryPaginatedMail.d.ts +3 -0
- package/es/types/Interface/api/mail/QueryPaginatedMail.d.ts.map +1 -1
- package/es/types/Interface/api/mail/QueryPaginatedMail.js +22 -2
- package/es/types/Interface/api/mail/QueryPaginatedMail.js.map +1 -1
- package/es/types/Interface/api/mail/UpdateMail.d.ts +1 -0
- package/es/types/Interface/api/mail/UpdateMail.d.ts.map +1 -1
- package/es/types/Interface/api/mail/UpdateMail.js +6 -0
- package/es/types/Interface/api/mail/UpdateMail.js.map +1 -1
- package/es/types/Interface/api/mail/UpdateMailParams.d.ts +8 -0
- package/es/types/Interface/api/mail/UpdateMailParams.d.ts.map +1 -0
- package/es/types/Interface/api/mail/UpdateMailParams.js +2 -0
- package/es/types/Interface/api/mail/UpdateMailParams.js.map +1 -0
- package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.d.ts +9 -0
- package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.d.ts.map +1 -0
- package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js +53 -0
- package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js.map +1 -0
- package/es/types/Interface/api/user/QueryGetAllFromSociety.d.ts +5 -0
- package/es/types/Interface/api/user/QueryGetAllFromSociety.d.ts.map +1 -0
- package/es/types/Interface/api/user/QueryGetAllFromSociety.js +31 -0
- package/es/types/Interface/api/user/QueryGetAllFromSociety.js.map +1 -0
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts +2 -0
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts.map +1 -1
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +12 -0
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
- package/es/types/Interface/models/IEmployee.d.ts +2 -0
- package/es/types/Interface/models/IEmployee.d.ts.map +1 -1
- package/es/types/Interface/models/IEmployee.js.map +1 -1
- package/es/types/Interface/models/IMail.d.ts +1 -2
- package/es/types/Interface/models/IMail.d.ts.map +1 -1
- package/es/types/Interface/models/IMail.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +1 -0
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/index.d.ts +5 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +5 -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/AffectedPatrimony.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/BankAccount.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.map +1 -1
- package/js/api/resources/Connector.js.map +1 -1
- package/js/api/resources/Country.js +4 -0
- 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/Employee.js +8 -0
- package/js/api/resources/Employee.js.map +1 -1
- package/js/api/resources/Exercice.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.map +1 -1
- package/js/api/resources/Loan.js.map +1 -1
- package/js/api/resources/Log.js.map +1 -1
- package/js/api/resources/MachineLearning.js.map +1 -1
- package/js/api/resources/Mail.js +91 -19
- package/js/api/resources/Mail.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.map +1 -1
- package/js/api/resources/Provision.js.map +1 -1
- package/js/api/resources/Qonto.js.map +1 -1
- package/js/api/resources/QuotesAccount.js.map +1 -1
- 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/SheetMonthSchedule.js +40 -0
- package/js/api/resources/SheetMonthSchedule.js.map +1 -0
- 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/ThirdParty.js.map +1 -1
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/api/resources/User.js +10 -0
- 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 +4 -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.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.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 +45 -0
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +20 -20
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Enum/BrandLegalstart.js +15 -0
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Enum/BudgetInsight.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/Contract.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/MailFlag.js +22 -9
- package/js/types/Enum/MailFlag.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.map +1 -1
- 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/RoleDetail.js.map +1 -1
- package/js/types/Enum/SalariesType.js +60 -0
- package/js/types/Enum/SalariesType.js.map +1 -0
- 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/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.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/Enum/WebmailFlag.js.map +1 -1
- package/js/types/Enum/WebmailType.js.map +1 -1
- package/js/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.js.map +1 -1
- package/js/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.js.map +1 -1
- package/js/types/Interface/api/bankAccount/DeleteTransaction.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/2065.js.map +1 -1
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -1
- package/js/types/Interface/api/employee/QueryEmployeeSearch.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/financialCharge/CreateNonDeductibleInterests.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/jeDeclare/UtilCFONB.js.map +1 -1
- package/js/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.js.map +1 -1
- package/js/types/Interface/api/loan/CreateLoan.js.map +1 -1
- package/js/types/Interface/api/log/QueryLogPagination.js.map +1 -1
- package/js/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.js.map +1 -1
- package/js/types/Interface/api/mail/QueryCountMail.js +1 -1
- package/js/types/Interface/api/mail/QueryCountMail.js.map +1 -1
- package/js/types/Interface/api/mail/QueryCountProcessedByUser.js +33 -0
- package/js/types/Interface/api/mail/QueryCountProcessedByUser.js.map +1 -0
- package/js/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js +33 -0
- package/js/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js.map +1 -0
- package/js/types/Interface/api/mail/QueryMail.js.map +1 -1
- package/js/types/Interface/api/mail/QueryPaginatedMail.js +14 -2
- package/js/types/Interface/api/mail/QueryPaginatedMail.js.map +1 -1
- package/js/types/Interface/api/mail/UpdateMail.js +2 -0
- package/js/types/Interface/api/mail/UpdateMail.js.map +1 -1
- package/js/types/Interface/api/mail/UpdateMailParams.js +6 -0
- package/js/types/Interface/api/mail/UpdateMailParams.js.map +1 -0
- package/js/types/Interface/api/mealExpense/CreateMealExpense.js.map +1 -1
- package/js/types/Interface/api/partner/CreatePartner.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js.map +1 -1
- package/js/types/Interface/api/payment/QueryMonthlyPayment.js.map +1 -1
- package/js/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/js/types/Interface/api/promoCode/QueryDefaultPromotion.js.map +1 -1
- package/js/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.js.map +1 -1
- package/js/types/Interface/api/provision/CreateProvisionForm.js.map +1 -1
- package/js/types/Interface/api/provision/QueryProvisions.js.map +1 -1
- package/js/types/Interface/api/provision/UpdateProvisionForm.js.map +1 -1
- package/js/types/Interface/api/revision/QueryRevisionAccount.js.map +1 -1
- package/js/types/Interface/api/revision/QueryRevisionSearchEntries.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/sheetMonthSchedule/QuerySheetMonthSchedule.js +52 -0
- package/js/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js.map +1 -0
- package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/js/types/Interface/api/society/QueryPaginatedSociety.js.map +1 -1
- package/js/types/Interface/api/sponsorship/QuerySponsorship.js.map +1 -1
- package/js/types/Interface/api/stock/StockEntries.js.map +1 -1
- package/js/types/Interface/api/tax/CreateTax.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/user/CreateCoworker.js.map +1 -1
- package/js/types/Interface/api/user/QueryGetAllFromSociety.js +39 -0
- package/js/types/Interface/api/user/QueryGetAllFromSociety.js.map +1 -0
- package/js/types/Interface/api/user/QuerySocieties.js.map +1 -1
- package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +4 -0
- package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +60 -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/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/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/js/utils/webmail.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Country.ts +5 -1
- package/ts/api/resources/Employee.ts +11 -1
- package/ts/api/resources/Mail.ts +78 -16
- package/ts/api/resources/SheetMonthSchedule.ts +30 -0
- package/ts/api/resources/User.ts +7 -1
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BrandClementine.ts +45 -0
- package/ts/types/Enum/BrandComptalib.ts +20 -20
- package/ts/types/Enum/BrandLegalstart.ts +15 -0
- package/ts/types/Enum/MailFlag.ts +22 -7
- package/ts/types/Enum/SalariesType.ts +38 -0
- package/ts/types/Interface/api/mail/CreateMailParams.ts +2 -0
- package/ts/types/Interface/api/mail/QueryCountMail.ts +1 -1
- package/ts/types/Interface/api/mail/QueryCountProcessedByUser.ts +16 -0
- package/ts/types/Interface/api/mail/QueryGetAnsweringTimeByUser.ts +16 -0
- package/ts/types/Interface/api/mail/QueryPaginatedMail.ts +19 -2
- package/ts/types/Interface/api/mail/UpdateMail.ts +5 -0
- package/ts/types/Interface/api/mail/UpdateMailParams.ts +8 -0
- package/ts/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.ts +37 -0
- package/ts/types/Interface/api/user/QueryGetAllFromSociety.ts +19 -0
- package/ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts +10 -0
- package/ts/types/Interface/models/IEmployee.ts +2 -0
- package/ts/types/Interface/models/IMail.ts +1 -2
- package/ts/types/Interface/models/ISociety.ts +1 -0
- package/ts/types/index.ts +5 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"2065.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAeM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAEXC,YADC,2BAAoB;
|
|
1
|
+
{"version":3,"file":"2065.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAeM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAEXC,YADC,2BAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AASI,MAAOC,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAUP,MAAOC,sBAAP,CAA6B;;QAAtBA,sB,GAAAA,sB","names":["ParamsGenerate2065","__decorate","description","Cerfa2065Society","Cerfa2065Remunerations"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/2065.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../..';\nimport {\n CerfaAddress, ViewerDetails, Accountant, CouncilDetails, EcfDetails, Termination,\n} from './ReadCerfa';\nimport { PartnersLegalEntity } from './Utils';\n\nexport type BusinessPartnersValue = {\n idBusinessPartner: number,\n amount: number;\n indemnities: number;\n refund: number;\n indemnities2: number;\n refunds2: number;\n};\n\nexport class ParamsGenerate2065 {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n}\n\ntype LessValuesByRate = {\n exonerated: number;\n reduced: number;\n normal: number;\n};\n\nexport class Cerfa2065Society {\n name: string;\n addressFormatted: string;\n addressObject: CerfaAddress;\n siret: string;\n email: string;\n oldAddress: string | null;\n oldAddressDetails: CerfaAddress;\n}\n\nexport class Cerfa2065Remunerations {\n name: string;\n address: CerfaAddress;\n sharesHeld: number;\n year: number;\n amount: number;\n indemnities: number;\n refund: number;\n indemnities2: number;\n refunds2: number;\n reason: string;\n}\nexport interface Cerfa2065 {\n termination: Termination;\n isNil?: boolean;\n society: Cerfa2065Society;\n period: {\n startDate: string,\n endDate: string,\n months: string;\n };\n isSimplifiedRegime: boolean;\n isDeclarationForGroup: boolean;\n isRealRegime: boolean;\n isPME: boolean;\n fillialeText: string | null;\n affiliateHead: PartnersLegalEntity & { countryCode: string; siret: string; }| null;\n isTonnageOption: boolean;\n headOffice: {\n number: string;\n addressFormatted: string;\n country: string;\n countryCode: string | null;\n street: string;\n zipCode: string;\n city: string;\n };\n incomeDate: Date | null;\n siret: string | null;\n activity: string;\n hasActivityChanged: boolean;\n benefitNormalRate: number;\n deficit: number;\n benefit15: number;\n resultNet: number;\n addedValues15: number;\n addedValues19: number;\n exoneration: number;\n otherAddedValues19: number;\n otherAddedValues0: number;\n isNewBusinessSexies: boolean;\n isYoungBusiness: boolean;\n isNewBusinessSepties: boolean;\n isActivityZone: boolean;\n isRestructuration: boolean;\n isUrbanToDynamise: boolean;\n isUrban: boolean;\n isOther: boolean;\n isPriorityZone: boolean;\n isInvestmentBusiness: boolean;\n benefitOrDeficit: number;\n exoneration15: number;\n isImpositionDOMTOM: boolean;\n furnitureIncome: number;\n icomeOther: number;\n income2Dot5: number;\n isSocietyHead: boolean;\n otherSocietyHead:{ name: string | null; has: boolean; address: CerfaAddress | null; number: string|null; };\n isSocietyDesigned: boolean;\n societyHead: { name: string; number: string; fiscalNumber: string; } & CerfaAddress;\n hasAccountancyComputerized: boolean;\n hasNotAccountancyComputerized: boolean;\n accountancyComputerizedName: string;\n accountant: Accountant;\n hasOGA: boolean;\n hasViewer: boolean;\n viewer: ViewerDetails;\n council: CouncilDetails;\n ecf: EcfDetails;\n declarer: {\n date: string;\n place: string;\n name: string;\n }\n distributionAmount: { bySociety: number; byEstablishment: number };\n remuneration: number;\n advances: number;\n others: Array<{ label: string; amount: number; }>;\n elligible: number;\n noElligible: number;\n amountRemunerations: number;\n remunerations: Cerfa2065Remunerations[],\n diverse: {\n funds: {\n name: string;\n address: string;\n addressDetails: CerfaAddress;\n },\n address: string;\n otherAddresses: Array<{ name: string; address: CerfaAddress }>;\n }\n simplified: {\n amount: number;\n retrocessions: number;\n remainingExerciceStart: LessValuesByRate;\n imputed: LessValuesByRate;\n realized: LessValuesByRate;\n remaining: LessValuesByRate;\n }\n donation: { amount: number; number: number; }\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateCerfa.js","mappings":";;;;;;;;AAGA;
|
|
1
|
+
{"version":3,"file":"CreateCerfa.js","mappings":";;;;;;;;AAGA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;;;AACA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;;;AACA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;;;AACA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;;;AACA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;;;AACA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;;;AACA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA","names":[],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/CreateCerfa.ts"],"sourcesContent":["import { VehicleCerfaFuel } from '../../../Enum/Vehicle';\nimport { AsponeTTV, AsponeTTC } from '../../..';\n\nexport * from './2031';\nexport * from './2033';\nexport * from './2035';\nexport * from './2050';\nexport * from './2065';\nexport * from './2572';\nexport * from './Utils';\n\nexport interface DeterminedResult {\n incomeExpenditure: boolean; // d'après les règles « recettes-dépenses »\n debts: boolean; // d'après les règles « créances-dettes »\n}\n\nexport type AccountingKept = 'dutyFree' | 'taxIncluded' | 'notSubjectToVat';\nexport type CerfaCivility = 'M' | 'Mme' | 'Mlle';\n\nexport interface AccreditedOrganization {\n isMember: boolean;\n memberSince: string;\n numberOfEmployees: string;\n netWagesReceived: number; // Salaires nets perçus\n}\n\nexport interface Vehicle {\n name: string;\n type: string;\n asponeType: AsponeTTV;\n fiscalPower: number;\n isBNCScale: boolean;\n isBICScale: boolean;\n fuel: VehicleCerfaFuel;\n asponeFuel: AsponeTTC | null;\n professionalKilometers: number;\n deductible: number;\n depreciationPracticedAtReintegrate: number;\n}\n\nexport interface MoralShareholder {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n shares: number;\n address: {\n number: string | undefined;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n };\n}\n\nexport interface PhysicShareholder {\n civility: CerfaCivility;\n firstname: string;\n lastname: string;\n percentShares: number;\n marriedName: string | null | undefined;\n shares: number | null;\n birth: {\n date: string;\n department: string | undefined;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n },\n address: {\n street: string | undefined;\n zipCode: string | undefined;\n city: string | undefined;\n country: string | undefined;\n countryCode: string | null | undefined;\n number: string | undefined;\n }\n}\n\nexport interface Subsidiarie {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n address: {\n number: string;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n };\n}"]}
|
package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateCustomerProviderOperation.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAGM,MAAOA,+BAAP,CAAsC;;QAA/BA,+B,GAAAA,+B;;AAEXC,YADC,yBACD;;AAGAA,YADC,wBAAY;
|
|
1
|
+
{"version":3,"file":"CreateCustomerProviderOperation.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAGM,MAAOA,+BAAP,CAAsC;;QAA/BA,+B,GAAAA,+B;;AAEXC,YADC,yBACD;;AAGAA,YADC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD","names":["CreateCustomerProviderOperation","__decorate","description"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TypeCustomerProviderOperation } from '../../../Enum/TypeCustomerProviderOperation';\nimport { Vat } from '../../../Enum/Vat';\n\nexport class CreateCustomerProviderOperation {\n @ApiProperty()\n typeOperation: TypeCustomerProviderOperation;\n\n @ApiProperty({ description: 'Montant hors taxe' })\n amountWithoutTaxes: number;\n\n @ApiProperty({ description: 'Type d\\'achat ou de vente' })\n idAccount: number;\n\n @ApiProperty({ description: 'Identifiant du client / fournisseur' })\n idThirdParty: number;\n\n @ApiPropertyOptional()\n vat?: typeof Vat[keyof typeof Vat];\n\n @ApiPropertyOptional()\n isImmobilization?: boolean;\n\n @ApiPropertyOptional({ description: 'Montant hors taxe du prochain exercice' })\n amountWithoutTaxesForNextExercice?: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryEmployeeSearch.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;
|
|
1
|
+
{"version":3,"file":"QueryEmployeeSearch.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;EAAhCC;IAGE,kBAAc,KAAd,CAHF,CAUE;;IAGA,aAAiB,EAAjB;IAIA,YAAgB,CAAhB;EACD;;AAlB+B;;QAAnBD,mB,GAAAA,mB;;AAGXE,YAFC,iCAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAFC,mBAAY;EAAEC,OAAO,EAAE;AAAX,CAAZ,CAED,EADC,+BACD;;AAIAD,YAFC,mBAAY;EAAEC,OAAO,EAAE;AAAX,CAAZ,CAED,EADC,+BACD","names":["QueryEmployeeSearch","constructor","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/employee/QueryEmployeeSearch.ts"],"sourcesContent":["import {\n IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty } from '../../../..';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryEmployeeSearch {\n @ApiPropertyOptional()\n @IsOptional()\n isPaginate? = false;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n\n // Interface paginate\n @ApiProperty({ default: 25 })\n @IsNumber()\n limit?: number = 25;\n\n @ApiProperty({ default: 1 })\n @IsNumber()\n page?: number = 1;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateExerciceQuestion.js","mappings":";;;;;;;AAAA;;AAKA;;;;;;;;;;;;;;AAEA,MAAMA,gBAAN,CAAsB;;AAIpBC,YAHC,oBAGD,EAFC,4BAED,EADC,iCACD;;AAMAA,YAJC,4BAID,EAHC,iCAGD,EAFC,4BAED,EADC,iCACD;;AAKAA,YAHC,4BAGD,EAFC,iCAED,EADC,+BACD;;AAGI,MAAOC,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAMXD,YALC,8BAKD,EAJC,iCAAaE,CAAD,IAAOA,CAAC,CAACC,UAArB,CAID,EAHC,oCAAe;
|
|
1
|
+
{"version":3,"file":"CreateExerciceQuestion.js","mappings":";;;;;;;AAAA;;AAKA;;;;;;;;;;;;;;AAEA,MAAMA,gBAAN,CAAsB;;AAIpBC,YAHC,oBAGD,EAFC,4BAED,EADC,iCACD;;AAMAA,YAJC,4BAID,EAHC,iCAGD,EAFC,4BAED,EADC,iCACD;;AAKAA,YAHC,4BAGD,EAFC,iCAED,EADC,+BACD;;AAGI,MAAOC,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAMXD,YALC,8BAKD,EAJC,iCAAaE,CAAD,IAAOA,CAAC,CAACC,UAArB,CAID,EAHC,oCAAe;EACdC,IAAI,EAAE;AADQ,CAAf,CAGD,4BAAmBC,MAAnB","names":["ExerciceQuestion","__decorate","CreateExerciceQuestions","q","idQuestion","each","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/exerciceQuestion/CreateExerciceQuestion.ts"],"sourcesContent":["import {\n ArrayUnique,\n IsArray,\n IsInt, IsOptional, IsPositive, IsString, ValidateNested,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\n\nclass ExerciceQuestion {\n @ApiProperty()\n @IsInt()\n @IsPositive()\n idQuestion: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsPositive()\n idAnswerTypeValue?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n answer?: string;\n}\n\nexport class CreateExerciceQuestions {\n @IsArray()\n @ArrayUnique((q) => q.idQuestion)\n @ValidateNested({\n each: true,\n })\n exerciceQuestions: Array<ExerciceQuestion>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryQuestion.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAMXC,YALC,6BAKD,EAJC,iCAID,EAHC,4BAAOC,eAAP,EAAsB;
|
|
1
|
+
{"version":3,"file":"QueryQuestion.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAMXC,YALC,6BAKD,EAJC,iCAID,EAHC,4BAAOC,eAAP,EAAsB;EACrBC,IAAI,EAAE;AADe,CAAtB,CAGD,4BAASC,MAAT","names":["QueryQuestion","__decorate","QuestionTheme","each","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/exerciceQuestion/QueryQuestion.ts"],"sourcesContent":["import { IsEnum, IsOptional } from 'class-validator';\nimport { QuestionTheme } from '../../..';\nimport { ApiPropertyOptional } from '../../../..';\n\nexport class QueryQuestion {\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(QuestionTheme, {\n each: true,\n })\n themes?: Array<QuestionTheme>;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateNonDeductibleInterests.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,4BAAP,CAAmC;;QAA5BA,4B,GAAAA,4B;;AASXC,YARC,oBAQD,EAPC,kCAOD,EANC,2BAAM;
|
|
1
|
+
{"version":3,"file":"CreateNonDeductibleInterests.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,4BAAP,CAAmC;;QAA5BA,4B,GAAAA,4B;;AASXC,YARC,oBAQD,EAPC,kCAOD,EANC,2BAAM;EACLC,IAAI,EAAE;AADD,CAAN,CAMD,EAHC,gCAAW;EACVA,IAAI,EAAE;AADI,CAAX,CAGD,4BAAgBC,MAAhB","names":["CreateNonDeductibleInterests","__decorate","each","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/financialCharge/CreateNonDeductibleInterests.ts"],"sourcesContent":["import {\n ArrayUnique, IsInt, IsPositive,\n} from 'class-validator';\nimport { ApiProperty } from '../../../..';\n\nexport class CreateNonDeductibleInterests {\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,"file":"QueryGeneralLedger.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAKAA,YAHC,yBAGD,EAFC,4BAED,EADC,yBAAI,CAAJ,CACD;;AAKAA,YAHC,yBAGD,EAFC,4BAED,EADC,yBAAI,CAAJ,CACD;;AAMAA,YAJC,gCAAoB;
|
|
1
|
+
{"version":3,"file":"QueryGeneralLedger.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAKAA,YAHC,yBAGD,EAFC,4BAED,EADC,yBAAI,CAAJ,CACD;;AAKAA,YAHC,yBAGD,EAFC,4BAED,EADC,yBAAI,CAAJ,CACD;;AAMAA,YAJC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAGAD,YADC,iCACD","names":["QueryGeneralLedger","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/QueryGeneralLedger.ts"],"sourcesContent":["import {\n IsBoolean, IsInt, IsOptional, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryGeneralLedger {\n @ApiProperty()\n dateStart: string;\n\n @ApiProperty()\n dateEnd: string;\n\n @ApiProperty()\n @IsInt()\n @Min(1)\n limit: number;\n\n @ApiProperty()\n @IsInt()\n @Min(1)\n page: number;\n\n @ApiPropertyOptional({ default: true })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n @ApiPropertyOptional()\n search?: string;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
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;
|
|
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;EAAEG,WAAW,EAAE;AAAf,CAAZ,CACD,4BAAMF,KAAN;;AAGAD,YADC,gCAAoB;EAAEG,WAAW,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,"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
|
+
{"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}"]}
|
package/js/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
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;
|
|
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;EACdC,IAAI,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,"file":"CreateLoan.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAEXC,YADC,wBAAY;
|
|
1
|
+
{"version":3,"file":"CreateLoan.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAEXC,YADC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,wBAAY;EAAEC,WAAW,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,"file":"QueryLogPagination.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;
|
|
1
|
+
{"version":3,"file":"QueryLogPagination.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;EAA/BC;IAIE,aAAiB,EAAjB;IAKA,YAAgB,CAAhB;IAUA,eAAmB,IAAnB;EACD;;AApB8B;;QAAlBD,kB,GAAAA,kB;;AAIXE,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,yBAGD,EAFC,4BAED,EADC,4BAAOC,YAAP,CACD;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD","names":["QueryLogPagination","constructor","__decorate","LogType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/log/QueryLogPagination.ts"],"sourcesContent":["import {\n IsEnum, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { LogType } from '../../../Enum/Log';\n\nexport class QueryLogPagination {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n limit?: number = 25;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n page?: number = 1;\n\n @ApiProperty()\n @IsInt()\n @IsEnum(LogType)\n idLogType: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n orderBy?: string = 'id';\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
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;
|
|
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;EACLC,IAAI,EAAE;AADD,CAAN,CAMD,EAHC,gCAAW;EACVA,IAAI,EAAE;AADI,CAAX,CAGD;;AAUAD,YARC,yBAQD,EAPC,kCAOD,EANC,2BAAM;EACLC,IAAI,EAAE;AADD,CAAN,CAMD,EAHC,gCAAW;EACVA,IAAI,EAAE;AADI,CAAX,CAGD;;AAMAD,YAJC,yBAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD;;AAMAD,YAJC,yBAID,EAHC,gDAAsB;EACrBC,IAAI,EAAE;AADe,CAAtB,CAGD;;AAMAD,YAJC,yBAID,EAHC,yBAAI,CAAJ,EAAO;EACNC,IAAI,EAAE;AADA,CAAP,CAGD;;AAMAD,YAJC,yBAID,EAHC,yBAAI,CAAJ,EAAO;EACNC,IAAI,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"]}
|
|
@@ -29,7 +29,7 @@ exports.QueryCountMail = QueryCountMail;
|
|
|
29
29
|
|
|
30
30
|
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryCountMail.prototype, "idUser", void 0);
|
|
31
31
|
|
|
32
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryCountMail.prototype, "
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryCountMail.prototype, "isWithoutSociety", void 0);
|
|
33
33
|
|
|
34
34
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryCountMail.prototype, "isSent", void 0);
|
|
35
35
|
//# sourceMappingURL=QueryCountMail.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryCountMail.js","mappings":";;;;;;;AAAA;;AAKA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAGXC,YAFC,yBAED,EADC,4BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD","names":["QueryCountMail","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mail/QueryCountMail.ts"],"sourcesContent":["import {\n IsBoolean,\n IsInt,\n IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryCountMail {\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n
|
|
1
|
+
{"version":3,"file":"QueryCountMail.js","mappings":";;;;;;;AAAA;;AAKA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAGXC,YAFC,yBAED,EADC,4BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD","names":["QueryCountMail","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mail/QueryCountMail.ts"],"sourcesContent":["import {\n IsBoolean,\n IsInt,\n IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryCountMail {\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isWithoutSociety?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isSent?: boolean;\n}\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryCountProcessedByUser = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryCountProcessedByUser {}
|
|
25
|
+
|
|
26
|
+
exports.QueryCountProcessedByUser = QueryCountProcessedByUser;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryCountProcessedByUser.prototype, "idUser", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
31
|
+
default: 1
|
|
32
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryCountProcessedByUser.prototype, "sumOfSlidingDays", void 0);
|
|
33
|
+
//# sourceMappingURL=QueryCountProcessedByUser.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryCountProcessedByUser.js","mappings":";;;;;;;AAAA;;AAIA;;;;;;;;;;;;;;AAEM,MAAOA,yBAAP,CAAgC;;QAAzBA,yB,GAAAA,yB;;AAGXC,YAFC,yBAED,EADC,4BACD;;AAKAA,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,4BACD","names":["QueryCountProcessedByUser","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mail/QueryCountProcessedByUser.ts"],"sourcesContent":["import {\n IsInt,\n IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryCountProcessedByUser {\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsInt()\n sumOfSlidingDays?: number;\n}"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryGetAnsweringTimeByUser = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryGetAnsweringTimeByUser {}
|
|
25
|
+
|
|
26
|
+
exports.QueryGetAnsweringTimeByUser = QueryGetAnsweringTimeByUser;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetAnsweringTimeByUser.prototype, "idUser", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
31
|
+
default: 30
|
|
32
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetAnsweringTimeByUser.prototype, "sumOfSlidingDays", void 0);
|
|
33
|
+
//# sourceMappingURL=QueryGetAnsweringTimeByUser.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetAnsweringTimeByUser.js","mappings":";;;;;;;AAAA;;AAIA;;;;;;;;;;;;;;AAEM,MAAOA,2BAAP,CAAkC;;QAA3BA,2B,GAAAA,2B;;AAGXC,YAFC,yBAED,EADC,4BACD;;AAKAA,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,4BACD","names":["QueryGetAnsweringTimeByUser","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mail/QueryGetAnsweringTimeByUser.ts"],"sourcesContent":["import {\n IsInt,\n IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetAnsweringTimeByUser {\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiPropertyOptional({ default: 30 })\n @IsOptional()\n @IsInt()\n sumOfSlidingDays?: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryMail.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,SAAP,CAAgB;;QAATA,S,GAAAA,S;;AAOXC,YANC,sCAMD,EALC,iCAKD,EAJC,8BAAS;
|
|
1
|
+
{"version":3,"file":"QueryMail.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,SAAP,CAAgB;;QAATA,S,GAAAA,S;;AAOXC,YANC,sCAMD,EALC,iCAKD,EAJC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAID,EADC,0BAAK,CAAC,SAAD,EAAY,aAAZ,EAA2B,gBAA3B,EAA6C,gBAA7C,CAAL,EAAqE;EAAEA,IAAI,EAAE;AAAR,CAArE,CACD;;AAOAD,YALC,sCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD","names":["QueryMail","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mail/QueryMail.ts"],"sourcesContent":["import {\n IsIn, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QueryMail {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['society', 'mailContent', 'mailAttachment', 'userWhoFlagged'], { each: true })\n include?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n}\n"]}
|
|
@@ -55,12 +55,24 @@ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)()
|
|
|
55
55
|
|
|
56
56
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryPaginatedMail.prototype, "isProcessed", void 0);
|
|
57
57
|
|
|
58
|
-
__decorate([(0, _utils.ApiPropertyOptional)(
|
|
58
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
59
|
+
default: false
|
|
60
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryPaginatedMail.prototype, "isDeleted", void 0);
|
|
59
61
|
|
|
60
|
-
__decorate([(0, _utils.ApiPropertyOptional)(
|
|
62
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
63
|
+
default: false
|
|
64
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryPaginatedMail.prototype, "isDraft", void 0);
|
|
65
|
+
|
|
66
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
67
|
+
default: false
|
|
68
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryPaginatedMail.prototype, "isImportant", void 0);
|
|
69
|
+
|
|
70
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryPaginatedMail.prototype, "isWithoutSociety", void 0);
|
|
61
71
|
|
|
62
72
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedMail.prototype, "idUser", void 0);
|
|
63
73
|
|
|
74
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedMail.prototype, "idSociety", void 0);
|
|
75
|
+
|
|
64
76
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedMail.prototype, "idUserWhoFlagged", void 0);
|
|
65
77
|
|
|
66
78
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedMail.prototype, "idUserWhoAnswered", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPaginatedMail.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;
|
|
1
|
+
{"version":3,"file":"QueryPaginatedMail.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;EAA/BC;IAUE,mBAAe,KAAf;IAsBA,eAAmB,MAAnB;EAmED;;AAnG8B;;QAAlBD,kB,GAAAA,kB;;AAIXE,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAMAA,YAJC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AASAD,YAPC,iCAOD,EANC,iCAMD,EALC,8BAKD,EAJC,8BAAS;EACRE,IAAI,EAAE;AADE,CAAT,CAID,EADC,0BAAK,CAAC,SAAD,EAAY,aAAZ,EAA2B,gBAA3B,EAA6C,gBAA7C,CAAL,EAAqE;EAAEA,IAAI,EAAE;AAAR,CAArE,CACD;;AAQAF,YANC,iCAMD,EALC,iCAKD,EAJC,8BAID,EAHC,8BAAS;EACRE,IAAI,EAAE;AADE,CAAT,CAGD;;AAKAF,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAD,YAJC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAD,YAJC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAD,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD;;AAKAD,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD","names":["QueryPaginatedMail","constructor","__decorate","default","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mail/QueryPaginatedMail.ts"],"sourcesContent":["import {\n IsBoolean, IsIn, IsNumber, IsOptional, IsString, IsArray, IsInt,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryPaginatedMail {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional({ default: false })\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n withDeleted? = false;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n @IsString({\n each: true,\n })\n @IsIn(['society', 'mailContent', 'mailAttachment', 'userWhoFlagged'], { each: true })\n include?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n orderBy?: string = 'date';\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isSent?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isProcessed?: boolean;\n\n @ApiPropertyOptional({ default: false })\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isDeleted?: boolean;\n\n @ApiPropertyOptional({ default: false })\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isDraft?: boolean;\n\n @ApiPropertyOptional({ default: false })\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isImportant?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isWithoutSociety?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUserWhoFlagged?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUserWhoAnswered?: number;\n\n @ApiPropertyOptional({ default: 25 })\n @IsOptional()\n @IsNumber()\n limit?: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsNumber()\n page?: number;\n}\n"]}
|
|
@@ -81,6 +81,8 @@ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)()
|
|
|
81
81
|
|
|
82
82
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_MailFlag.MailFlag), __metadata("design:type", Number)], UpdateMail.prototype, "idFlag", void 0);
|
|
83
83
|
|
|
84
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], UpdateMail.prototype, "customFlag", void 0);
|
|
85
|
+
|
|
84
86
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], UpdateMail.prototype, "idType", void 0);
|
|
85
87
|
|
|
86
88
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], UpdateMail.prototype, "idMailAuto", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateMail.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;AACA;;;;;;;;;;;;;;AAGM,MAAOA,UAAP,CAAiB;;QAAVA,U,GAAAA,U;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAOC,KAAP;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,gCAAoB;
|
|
1
|
+
{"version":3,"file":"UpdateMail.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;AACA;;;;;;;;;;;;;;AAGM,MAAOA,UAAP,CAAiB;;QAAVA,U,GAAAA,U;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAOC,KAAP;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,gCAAoB;EAAEE,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,iCAED,EADC,+BACD;;AAKAF,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,4BAED,EADC,4BAAOG,kBAAP,CACD;;AAKAH,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAA2BC,KAA3B;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAcC,KAAd;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAiBC,KAAjB;;AAGI,MAAOG,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AAEXJ,YADC,iCACD","names":["UpdateMail","__decorate","Date","description","MailFlag","UpdateMailPayload"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mail/UpdateMail.ts"],"sourcesContent":["import {\n IsBoolean, IsOptional, IsString, IsDate, IsInt, IsEnum,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { MailFlag } from '../../../Enum/MailFlag';\nimport { IMail } from '../../models/IMail';\n\nexport class UpdateMail {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n messageId?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n date?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n subject?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n fromName?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n fromAddress?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n to?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n cc?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n bcc?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n replyTo?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n inReplyTo?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n listReferences?: string;\n\n @ApiPropertyOptional({ description: 'Début du contenu du mail, sans passer par mailContent' })\n @IsOptional()\n @IsString()\n textMini?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n spamScore?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isSent?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isRead?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isDraft?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isImportant?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isFollowed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUserWhoAnswered?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUserWhoFlagged?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idRole?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(MailFlag)\n idFlag?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n customFlag?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idType?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idMailAuto?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n receiptAcknowledgementAt?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n processedAt?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n responseAutoAt?: Date;\n}\n\nexport class UpdateMailPayload {\n @ApiPropertyOptional()\n mail: Partial<IMail>;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateMailParams.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateMealExpense.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AASXC,YARC,oBAQD,EAPC,kCAOD,EANC,2BAAM;
|
|
1
|
+
{"version":3,"file":"CreateMealExpense.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AASXC,YARC,oBAQD,EAPC,kCAOD,EANC,2BAAM;EACLC,IAAI,EAAE;AADD,CAAN,CAMD,EAHC,gCAAW;EACVA,IAAI,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,"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;
|
|
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;EACXC,OAAO,EAAEC,cAAYC,gBADV;EAEXC,WAAW,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,"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;
|
|
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;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,oBACD;;AAGAA,YADC,mBAAY;EAAEE,IAAI,EAAEC,oCAAR;EAA6BC,OAAO,EAAED,qCAAoBE,OAApB,CAA4BC;AAAlE,CAAZ,CACD;;AAGAN,YADC,mBAAY;EAAEE,IAAI,EAAEK;AAAR,CAAZ,CACD;;AAGAP,YADC,mBAAY;EAAEE,IAAI,EAAEM;AAAR,CAAZ,CACD;;AAGAR,YADC,mBAAY;EAAEE,IAAI,EAAEO;AAAR,CAAZ,CACD;;AAGAT,YADC,mBAAY;EAAEE,IAAI,EAAEQ;AAAR,CAAZ,CACD;;AAGAV,YADC,mBAAY;EAAEE,IAAI,EAAES;AAAR,CAAZ,CACD;;AAGAX,YADC,mBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,mBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,mBAAY;EAAEE,IAAI,EAAEU;AAAR,CAAZ,CACD;;AAGAZ,YADC,4BACD;;AAGAA,YADC,4BACD;;AAGAA,YADC,4BACD;;AAGAA,YADC,4BACD;;AAGAA,YADC,2BAAoB;EAAEE,IAAI,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,"file":"QueryPartneredAccountantSocieties.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,iCAAP,CAAwC;;QAAjCA,iC,GAAAA,iC;;AAKXC,YAJC,gCAAoB;
|
|
1
|
+
{"version":3,"file":"QueryPartneredAccountantSocieties.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,iCAAP,CAAwC;;QAAjCA,iC,GAAAA,iC;;AAKXC,YAJC,gCAAoB;EAAEC,WAAW,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,"file":"QueryMonthlyPayment.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAQXC,YAPC,gCAOD,EANC,wBAAY;
|
|
1
|
+
{"version":3,"file":"QueryMonthlyPayment.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAQXC,YAPC,gCAOD,EANC,wBAAY;EACXC,WAAW,EAAE,mBADF;EAEXC,QAAQ,EAAE,IAFC;EAGXC,IAAI,EAAEC,IAHK;EAIXC,OAAO,EAAE;AAJE,CAAZ,CAMD,4BAAWD,KAAX","names":["QueryMonthlyPayment","__decorate","description","required","type","Date","example"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/payment/QueryMonthlyPayment.ts"],"sourcesContent":["import { IsDefined } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryMonthlyPayment {\n @IsDefined()\n @ApiProperty({\n description: 'date of the month',\n required: true,\n type: Date,\n example: '2022-03',\n })\n dateMonth: Date;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateProduct.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAGXC,YAFC,qBAED,EADC,+BACD;;AAWAA,YATC,qBASD,EARC,8BAAS;
|
|
1
|
+
{"version":3,"file":"CreateProduct.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAGXC,YAFC,qBAED,EADC,+BACD;;AAWAA,YATC,qBASD,EARC,8BAAS;EACRC,gBAAgB,EAAE;AADV,CAAT,EAEE;EACDC,OAAO,EAAE;AADR,CAFF,CAQD,EAHC,yBAAI,CAAJ,EAAO;EACNA,OAAO,EAAE;AADH,CAAP,CAGD;;AAIAF,YAFC,qBAED,EADC,+BACD;;AAKAA,YAHC,qBAGD,EAFC,+BAED,EADC,0BAAWG,MAAX,CACD;;AAKAH,YAHC,qBAGD,EAFC,+BAED,EADC,0BAAWI,aAAX,CACD;;AAKAJ,YAHC,6BAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,6BAGD,EAFC,+BAED,EADC,iCACD","names":["CreateProduct","__decorate","maxDecimalPlaces","message","Unit","ProductType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/product/CreateProduct.ts"],"sourcesContent":["import {\n IsNumber, IsOptional, IsString, Min,\n} from 'class-validator';\nimport { ProductType, Unit } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { IsObjectId } from '../../../../utils/validators/objectId.validator';\n\nexport class CreateProduct {\n @ApiProperty()\n @IsString()\n name: string;\n\n @ApiProperty()\n @IsNumber({\n maxDecimalPlaces: 6,\n }, {\n message: 'Price should be a number with maximum 6 decimal',\n })\n @Min(0, {\n message: 'Price should be positive',\n })\n priceTaxExcluded: number;\n\n @ApiProperty()\n @IsNumber()\n idVAT: number;\n\n @ApiProperty()\n @IsNumber()\n @IsObjectId(Unit)\n unit: number;\n\n @ApiProperty()\n @IsNumber()\n @IsObjectId(ProductType)\n type: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n codeProduct?: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryDefaultPromotion.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,qBAAP,CAA4B;;QAArBA,qB,GAAAA,qB;;AAIXC,YAHC,wBAAY;
|
|
1
|
+
{"version":3,"file":"QueryDefaultPromotion.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,qBAAP,CAA4B;;QAArBA,qB,GAAAA,qB;;AAIXC,YAHC,wBAAY;EAAEC,OAAO,EAAE;AAAX,CAAZ,CAGD,EAFC,gCAED,EADC,yBACD;;AAKAD,YAHC,wBAAY;EAAEC,OAAO,EAAE;AAAX,CAAZ,CAGD,EAFC,gCAED,EADC,yBACD;;AAKAD,YAHC,wBAAY;EAAEC,OAAO,EAAE;AAAX,CAAZ,CAGD,EAFC,gCAED,EADC,yBACD;;AAKAD,YAHC,wBAAY;EAAEC,OAAO,EAAE;AAAX,CAAZ,CAGD,EAFC,gCAED,EADC,yBACD;;AAKAD,YAHC,wBAAY;EAAEC,OAAO,EAAE;AAAX,CAAZ,CAGD,EAFC,gCAED,EADC,yBACD","names":["QueryDefaultPromotion","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/promoCode/QueryDefaultPromotion.ts"],"sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryDefaultPromotion {\n @ApiProperty({ default: false })\n @IsBoolean()\n @ToBoolean()\n isYearly: boolean;\n\n @ApiProperty({ default: false })\n @IsBoolean()\n @ToBoolean()\n isMonthly: boolean;\n\n @ApiProperty({ default: false })\n @IsBoolean()\n @ToBoolean()\n isMicroPlan: boolean;\n\n @ApiProperty({ default: false })\n @IsBoolean()\n @ToBoolean()\n isCashBasedBusinessPlan: boolean;\n\n @ApiProperty({ default: false })\n @IsBoolean()\n @ToBoolean()\n isAccrualBusinessPlan: boolean;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadDefaultPaginationPromoCode.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,8BAAP,CAAqC;
|
|
1
|
+
{"version":3,"file":"ReadDefaultPaginationPromoCode.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,8BAAP,CAAqC;EAA3CC;IAIE,YAAgB,CAAhB;IAKA,aAAiB,EAAjB;EACD;;AAV0C;;QAA9BD,8B,GAAAA,8B;;AAIXE,YAHC,yBAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD","names":["ReadDefaultPaginationPromoCode","constructor","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.ts"],"sourcesContent":["import { IsNumber, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\n\nexport class ReadDefaultPaginationPromoCode {\n @ApiProperty()\n @IsNumber()\n @IsOptional()\n page?: number = 1;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n limit?: number = 25;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateProvisionForm.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAGM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAGXC,YAFC,wBAAY;
|
|
1
|
+
{"version":3,"file":"CreateProvisionForm.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAGM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAGXC,YAFC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CAED,EADC,+BACD;;AAOAD,YALC,yBAKD,EAJC,+BAID,EAHC,yBAAI,CAAJ,EAAO;EACNE,OAAO,EAAE;AADH,CAAP,CAGD;;AAIAF,YAFC,yBAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD","names":["CreateProvisionForm","__decorate","description","message"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/CreateProvisionForm.ts"],"sourcesContent":["import {\n IsNumber, IsOptional, IsString, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ProvisionType } from '../../../Enum/ProvisionType';\n\nexport class CreateProvisionForm {\n @ApiProperty({ description: 'Désignation' })\n @IsString()\n designation: string;\n\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'Amount should be positive',\n })\n amount: number;\n\n @ApiProperty()\n @IsString()\n type: keyof typeof ProvisionType;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n IdExercice: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idPreviousProvision?: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryProvisions.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAMXC,YALC,yBAKD,EAJC,+BAID,EAHC,yBAAI,CAAJ,EAAO;
|
|
1
|
+
{"version":3,"file":"QueryProvisions.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAMXC,YALC,yBAKD,EAJC,+BAID,EAHC,yBAAI,CAAJ,EAAO;EACNC,OAAO,EAAE;AADH,CAAP,CAGD;;AAOAD,YALC,yBAKD,EAJC,+BAID,EAHC,yBAAI,CAAJ,EAAO;EACNC,OAAO,EAAE;AADH,CAAP,CAGD;;AAIAD,YAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,mCAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD","names":["QueryGetProvisions","__decorate","message"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/QueryProvisions.ts"],"sourcesContent":["import {\n IsDateString, IsNumber, IsOptional, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetProvisions {\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'page should be positive',\n })\n page: number;\n\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'limit should be positive',\n })\n limit: number;\n\n @ApiPropertyOptional()\n @IsDateString()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idExercice?: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateProvisionForm.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAGM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAIXC,YAHC,gCAAoB;
|
|
1
|
+
{"version":3,"file":"UpdateProvisionForm.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAGM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAIXC,YAHC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,+BAED,EADC,iCACD;;AAQAD,YANC,iCAMD,EALC,iCAKD,EAJC,+BAID,EAHC,yBAAI,CAAJ,EAAO;EACNE,OAAO,EAAE;AADH,CAAP,CAGD;;AAKAF,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD","names":["UpdateProvisionForm","__decorate","description","message"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/provision/UpdateProvisionForm.ts"],"sourcesContent":["import {\n IsString, IsNumber, Min, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ProvisionType } from '../../../Enum/ProvisionType';\n\nexport class UpdateProvisionForm {\n @ApiPropertyOptional({ description: 'Désignation' })\n @IsString()\n @IsOptional()\n designation?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n @Min(0, {\n message: 'Amount should be positive',\n })\n amount?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n type?: keyof typeof ProvisionType;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryRevisionAccount.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAGXC,YAFC,mBAAY;
|
|
1
|
+
{"version":3,"file":"QueryRevisionAccount.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAGXC,YAFC,mBAAY;EAAEC,OAAO,EAAE;AAAX,CAAZ,CAED,EADC,+BACD;;AAIAD,YAFC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAED,EADC,+BACD;;AAIAD,YAFC,oBAED,EADC,6BACD,4BAAWE,KAAX;;AAIAF,YAFC,oBAED,EADC,6BACD,4BAASE,KAAT;;AAIAF,YAFC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAED,EADC,+BACD;;AAKAD,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,gCAED,EADC,yBACD;;AAKAD,YAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAIAA,YAFC,oBAED,EADC,4BACD","names":["QueryRevisionAccount","__decorate","default","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/QueryRevisionAccount.ts"],"sourcesContent":["import {\n IsBoolean, IsDate, IsInt, IsNumber, IsString,\n} from 'class-validator';\nimport { ApiProperty, QueryPaginate } from '../../../..';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryRevisionAccount implements QueryPaginate {\n @ApiProperty({ default: 1 })\n @IsNumber()\n page: number;\n\n @ApiPropertyOptional({ default: 'idAccount' })\n @IsString()\n orderBy: string;\n\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiPropertyOptional({ default: 25 })\n @IsNumber()\n limit: number;\n\n @ApiPropertyOptional({ default: true })\n @IsBoolean()\n @ToBoolean()\n descending: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n isRevised: boolean;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n}"]}
|