@silexpert/core 0.4.37 → 0.4.40

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.
Files changed (81) hide show
  1. package/es/api/resources/Society.d.ts +5 -1
  2. package/es/api/resources/Society.d.ts.map +1 -1
  3. package/es/api/resources/Society.js +12 -0
  4. package/es/api/resources/Society.js.map +1 -1
  5. package/es/api/resources/Transaction.d.ts +2 -1
  6. package/es/api/resources/Transaction.d.ts.map +1 -1
  7. package/es/api/resources/Transaction.js +3 -0
  8. package/es/api/resources/Transaction.js.map +1 -1
  9. package/es/api/resources/User.d.ts +1 -3
  10. package/es/api/resources/User.d.ts.map +1 -1
  11. package/es/api/resources/User.js +0 -6
  12. package/es/api/resources/User.js.map +1 -1
  13. package/es/api/resources.d.ts +2 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +2 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Interface/api/{user → society}/CreateUserToSocietyWithPermission.d.ts +3 -2
  18. package/es/types/Interface/api/society/CreateUserToSocietyWithPermission.d.ts.map +1 -0
  19. package/es/types/Interface/api/{user → society}/CreateUserToSocietyWithPermission.js +8 -8
  20. package/es/types/Interface/api/society/CreateUserToSocietyWithPermission.js.map +1 -0
  21. package/es/types/Interface/api/society/ListUserSociety.d.ts +4 -0
  22. package/es/types/Interface/api/society/ListUserSociety.d.ts.map +1 -0
  23. package/es/types/Interface/api/society/ListUserSociety.js +17 -0
  24. package/es/types/Interface/api/society/ListUserSociety.js.map +1 -0
  25. package/es/types/Interface/api/society/ReadSocietyUsers.d.ts +8 -0
  26. package/es/types/Interface/api/society/ReadSocietyUsers.d.ts.map +1 -0
  27. package/es/types/Interface/api/society/ReadSocietyUsers.js +2 -0
  28. package/es/types/Interface/api/society/ReadSocietyUsers.js.map +1 -0
  29. package/es/types/Interface/api/{user → society}/UpdateUserToSocietyWithPermission.d.ts +1 -1
  30. package/es/types/Interface/api/society/UpdateUserToSocietyWithPermission.d.ts.map +1 -0
  31. package/es/types/Interface/api/society/UpdateUserToSocietyWithPermission.js.map +1 -0
  32. package/es/types/Interface/api/transactions/QueryUnexport.d.ts +6 -0
  33. package/es/types/Interface/api/transactions/QueryUnexport.d.ts.map +1 -0
  34. package/es/types/Interface/api/transactions/QueryUnexport.js +25 -0
  35. package/es/types/Interface/api/transactions/QueryUnexport.js.map +1 -0
  36. package/es/types/Interface/api/user/Permissions.d.ts +0 -1
  37. package/es/types/Interface/api/user/Permissions.d.ts.map +1 -1
  38. package/es/types/Interface/api/user/Permissions.js.map +1 -1
  39. package/es/types/index.d.ts +5 -2
  40. package/es/types/index.d.ts.map +1 -1
  41. package/es/types/index.js +5 -2
  42. package/es/types/index.js.map +1 -1
  43. package/js/api/resources/Society.js +18 -0
  44. package/js/api/resources/Society.js.map +1 -1
  45. package/js/api/resources/Transaction.js +4 -0
  46. package/js/api/resources/Transaction.js.map +1 -1
  47. package/js/api/resources/User.js +0 -8
  48. package/js/api/resources/User.js.map +1 -1
  49. package/js/api/resources.js +3 -0
  50. package/js/api/resources.js.map +1 -1
  51. package/js/types/Interface/api/{user → society}/CreateUserToSocietyWithPermission.js +4 -4
  52. package/js/types/Interface/api/society/CreateUserToSocietyWithPermission.js.map +1 -0
  53. package/js/types/Interface/api/society/ListUserSociety.js +27 -0
  54. package/js/types/Interface/api/society/ListUserSociety.js.map +1 -0
  55. package/js/types/Interface/api/society/ReadSocietyUsers.js +6 -0
  56. package/js/types/Interface/api/society/ReadSocietyUsers.js.map +1 -0
  57. package/js/types/Interface/api/society/UpdateUserToSocietyWithPermission.js.map +1 -0
  58. package/js/types/Interface/api/transactions/QueryUnexport.js +31 -0
  59. package/js/types/Interface/api/transactions/QueryUnexport.js.map +1 -0
  60. package/js/types/index.js +60 -24
  61. package/js/types/index.js.map +1 -1
  62. package/package.json +1 -1
  63. package/ts/api/resources/Society.ts +17 -0
  64. package/ts/api/resources/Transaction.ts +4 -1
  65. package/ts/api/resources/User.ts +1 -7
  66. package/ts/api/resources.ts +2 -0
  67. package/ts/types/Interface/api/{user → society}/CreateUserToSocietyWithPermission.ts +5 -4
  68. package/ts/types/Interface/api/society/ListUserSociety.ts +6 -0
  69. package/ts/types/Interface/api/society/ReadSocietyUsers.ts +9 -0
  70. package/ts/types/Interface/api/{user → society}/UpdateUserToSocietyWithPermission.ts +1 -1
  71. package/ts/types/Interface/api/transactions/QueryUnexport.ts +12 -0
  72. package/ts/types/Interface/api/user/Permissions.ts +0 -1
  73. package/ts/types/index.ts +5 -2
  74. package/es/types/Interface/api/user/CreateUserToSocietyWithPermission.d.ts.map +0 -1
  75. package/es/types/Interface/api/user/CreateUserToSocietyWithPermission.js.map +0 -1
  76. package/es/types/Interface/api/user/UpdateUserToSocietyWithPermission.d.ts.map +0 -1
  77. package/es/types/Interface/api/user/UpdateUserToSocietyWithPermission.js.map +0 -1
  78. package/js/types/Interface/api/user/CreateUserToSocietyWithPermission.js.map +0 -1
  79. package/js/types/Interface/api/user/UpdateUserToSocietyWithPermission.js.map +0 -1
  80. /package/es/types/Interface/api/{user → society}/UpdateUserToSocietyWithPermission.js +0 -0
  81. /package/js/types/Interface/api/{user → society}/UpdateUserToSocietyWithPermission.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Interfaces\nexport * from './Interface/models/IApiError';\nexport * from './Interface/models/ISms';\nexport * from './Interface/models/IAccessToken';\nexport * from './Interface/models/IAccountDetail';\nexport * from './Interface/models/IAccountHelp';\nexport * from './Interface/models/IAccountingEntry';\nexport * from './Interface/models/IAccountingFile';\nexport * from './Interface/models/IAccountingJournal';\nexport * from './Interface/models/IAccountingStateType';\nexport * from './Interface/models/IAccountingState';\nexport * from './Interface/models/IAccountingTransaction';\nexport * from './Interface/models/IAccount';\nexport * from './Interface/models/IAccountExtend';\nexport * from './Interface/models/IAccountsSocieties';\nexport * from './Interface/models/IActivity';\nexport * from './Interface/models/IAdditionalBalance';\nexport * from './Interface/models/IAlert';\nexport * from './Interface/models/IAllowedIp';\nexport * from './Interface/models/IAnalyticsUtm';\nexport * from './Interface/models/IAppConfig';\nexport * from './Interface/models/IAreasInvoice';\nexport * from './Interface/models/IAskAbsence';\nexport * from './Interface/models/IAskAbsenceTimes';\nexport * from './Interface/models/IAttachmentFile';\nexport * from './Interface/models/IAttestation';\nexport * from './Interface/models/IAttributionHistory';\nexport * from './Interface/models/IAutoLoginToken';\nexport * from './Interface/models/IBalanceBankAccount';\nexport * from './Interface/models/IBalanceSheet';\nexport * from './Interface/models/IBalanceSheetHistory';\nexport * from './Interface/models/IBalanceSheetLiquidation';\nexport * from './Interface/models/IBalanceSheetPartial';\nexport * from './Interface/models/IBankAccountSynchroHistory';\nexport * from './Interface/models/IBankAccount';\nexport * from './Interface/models/IBankConnection';\nexport * from './Interface/models/IBankList';\nexport * from './Interface/models/IBankTransaction';\nexport * from './Interface/models/IBusinessLine';\nexport * from './Interface/models/IBusinessPartner';\nexport * from './Interface/models/ICalendarEvent';\nexport * from './Interface/models/ICalendarEventUser';\nexport * from './Interface/models/ICallDirectly';\nexport * from './Interface/models/ICategory';\nexport * from './Interface/models/ICerfaType';\nexport * from './Interface/models/ICerfaValue';\nexport * from './Interface/models/IChangeLog';\nexport * from './Interface/models/IChecklist';\nexport * from './Interface/models/IChecklistDetail';\nexport * from './Interface/models/ICivility';\nexport * from './Interface/models/IErrorCode';\nexport * from './Interface/models/IColor';\nexport * from './Interface/models/IComment';\nexport * from './Interface/models/IConnector';\nexport * from './Interface/models/ICotation';\nexport * from './Interface/models/ICountry';\nexport * from './Interface/models/ICurrency';\nexport * from './Interface/models/ICustomerIsRegime';\nexport * from './Interface/models/ICustomerSignature';\nexport * from './Interface/models/ICustomerTva';\nexport * from './Interface/models/ICustomisation';\nexport * from './Interface/models/ICycle';\nexport * from './Interface/models/IDay';\nexport * from './Interface/models/IDetailedLogBi';\nexport * from './Interface/models/IDirectDebitHistory';\nexport * from './Interface/models/IEmployee';\nexport * from './Interface/models/IEngagementAccountingEntry';\nexport * from './Interface/models/IEngagementAccountingFile';\nexport * from './Interface/models/IEngagementBankTransaction';\nexport * from './Interface/models/IEngagementOcrExtraction';\nexport * from './Interface/models/IEstimateInvoiceRepeat';\nexport * from './Interface/models/IEstimateInvoice';\nexport * from './Interface/models/IExerciceDetail';\nexport * from './Interface/models/IExerciceComment';\nexport * from './Interface/models/IExercice';\nexport * from './Interface/models/IExercicePrestation';\nexport * from './Interface/models/IFailedLoginAttempt';\nexport * from './Interface/models/IFaqCategory';\nexport * from './Interface/models/IFaq';\nexport * from './Interface/models/IFileType';\nexport * from './Interface/models/IFile';\nexport * from './Interface/models/IFileMissing';\nexport * from './Interface/models/IFiscalRegime';\nexport * from './Interface/models/IFolderFile';\nexport * from './Interface/models/IFollowedQualityMail';\nexport * from './Interface/models/IFollow';\nexport * from './Interface/models/IFollowList';\nexport * from './Interface/models/IFormalismValue';\nexport * from './Interface/models/IFormalism';\nexport * from './Interface/models/IFrequency';\nexport * from './Interface/models/IFuel';\nexport * from './Interface/models/IGedCategory';\nexport * from './Interface/models/IGedFile';\nexport * from './Interface/models/IGedFolder';\nexport * from './Interface/models/IIdentification';\nexport * from './Interface/models/IIndependentReview';\nexport * from './Interface/models/IInterestedByFeature';\nexport * from './Interface/models/IInternalEstimate';\nexport * from './Interface/models/IIpTmpBlocked';\nexport * from './Interface/models/IItemEstimate';\nexport * from './Interface/models/IJobCategory';\nexport * from './Interface/models/IImmobilization';\nexport * from './Interface/models/IJob';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\nexport * from './Interface/models/ILegalForm';\nexport * from './Interface/models/ILegalNotice';\nexport * from './Interface/models/ILettering';\nexport * from './Interface/models/ILetter';\nexport * from './Interface/models/ILogBi';\nexport * from './Interface/models/ILog';\nexport * from './Interface/models/IMailSociety';\nexport * from './Interface/models/IMailAuto';\nexport * from './Interface/models/IMailAutoType';\nexport * from './Interface/models/IMonth';\nexport * from './Interface/models/INationality';\nexport * from './Interface/models/INature';\nexport * from './Interface/models/INote';\nexport * from './Interface/models/INotification';\nexport * from './Interface/models/IOldExpertInfo';\nexport * from './Interface/models/IOperationLegalNotice';\nexport * from './Interface/models/IPageView';\nexport * from './Interface/models/IPayPlan';\nexport * from './Interface/models/IPartnerTransaction';\nexport * from './Interface/models/IPaymentDelay';\nexport * from './Interface/models/IPaymentSchedule';\nexport * from './Interface/models/IPayment';\nexport * from './Interface/models/IPaymentExpectation';\nexport * from './Interface/models/IPaymentExpectationCustomer';\nexport * from './Interface/models/IPaymentMethod';\nexport * from './Interface/models/IPaymentWaiting';\nexport * from './Interface/models/IPenalty';\nexport * from './Interface/models/IPendingPoint';\nexport * from './Interface/models/IPermission';\nexport * from './Interface/models/IPhoneNumber';\nexport * from './Interface/models/IPhonePrefix';\nexport * from './Interface/models/IPhonePrefixChild';\nexport * from './Interface/models/IPrestationSocial';\nexport * from './Interface/models/IPrestation';\nexport * from './Interface/models/IPrestationComplementary';\nexport * from './Interface/models/IPrestationList';\nexport * from './Interface/models/IProcedure';\nexport * from './Interface/models/IProduct';\nexport * from './Interface/models/IQuality';\nexport * from './Interface/models/IQuotaLead';\nexport * from './Interface/models/IRating';\nexport * from './Interface/models/IReasonTermination';\nexport * from './Interface/models/IReason';\nexport * from './Interface/models/IRecontactHistory';\nexport * from './Interface/models/IRefund';\nexport * from './Interface/models/IRefundMotif';\nexport * from './Interface/models/IRegion';\nexport * from './Interface/models/IRegisterCategory';\nexport * from './Interface/models/IRegulate';\nexport * from './Interface/models/IRegulation';\nexport * from './Interface/models/IReport';\nexport * from './Interface/models/IReportMessage';\nexport * from './Interface/models/IRole';\nexport * from './Interface/models/IRoleUser';\nexport * from './Interface/models/IRoom';\nexport * from './Interface/models/IRule';\nexport * from './Interface/models/ISchedule';\nexport * from './Interface/models/ISector';\nexport * from './Interface/models/ISendMethod';\nexport * from './Interface/models/IService';\nexport * from './Interface/models/ISheetMonthSchedule';\nexport * from './Interface/models/ISimulation';\nexport * from './Interface/models/ISimulationAdditionalFinance';\nexport * from './Interface/models/ISimulationColor';\nexport * from './Interface/models/ISimulationElement';\nexport * from './Interface/models/ISimulationHasBankAccount';\nexport * from './Interface/models/ISimulationPeriod';\nexport * from './Interface/models/ISimulationSummary';\nexport * from './Interface/models/ISocialDetail';\nexport * from './Interface/models/ISociety';\nexport * from './Interface/models/ISocietyAction';\nexport * from './Interface/models/ISocietyApproval';\nexport * from './Interface/models/ISocietyBank';\nexport * from './Interface/models/ISocietyBudgetConnection';\nexport * from './Interface/models/ISocietyCgv';\nexport * from './Interface/models/ISocietyConfig';\nexport * from './Interface/models/ISocietyConfigBalanceSheet';\nexport * from './Interface/models/ISocietyDetail';\nexport * from './Interface/models/ISocietyFile';\nexport * from './Interface/models/ISocietyGescom';\nexport * from './Interface/models/ISocietyJuridical';\nexport * from './Interface/models/ISocietyNote';\nexport * from './Interface/models/ISocietyPartner';\nexport * from './Interface/models/ISocietyProceeding';\nexport * from './Interface/models/ISocietyRelance';\nexport * from './Interface/models/ISocietySocial';\nexport * from './Interface/models/ISocietySoftware';\nexport * from './Interface/models/ISocietyStat';\nexport * from './Interface/models/ISocietyVehicle';\nexport * from './Interface/models/ISoftwareCompta';\nexport * from './Interface/models/ISource';\nexport * from './Interface/models/ISpecialOperation';\nexport * from './Interface/models/ISponsorshipLink';\nexport * from './Interface/models/ISponsorship';\nexport * from './Interface/models/ISponsorshipCheck';\nexport * from './Interface/models/IStatusSignature';\nexport * from './Interface/models/IStripeEvent';\nexport * from './Interface/models/ISupervision';\nexport * from './Interface/models/ISupervisionJob';\nexport * from './Interface/models/ISupervisionPendingPoint';\nexport * from './Interface/models/ISurvey';\nexport * from './Interface/models/ITag';\nexport * from './Interface/models/ITask';\nexport * from './Interface/models/ITaxSystem';\nexport * from './Interface/models/ITeamBusinessLine';\nexport * from './Interface/models/ITeam';\nexport * from './Interface/models/ITerminationList';\nexport * from './Interface/models/ITicketSupport';\nexport * from './Interface/models/ITicketSupportFollow';\nexport * from './Interface/models/IThirdParty';\nexport * from './Interface/models/IThirdPartySociety';\nexport * from './Interface/models/ITimeTracking';\nexport * from './Interface/models/ITimeTrackingSource';\nexport * from './Interface/models/ITmpValidationToken';\nexport * from './Interface/models/IAccountantTracker';\nexport * from './Interface/models/IVatMargin';\nexport * from './Interface/models/IVatRegime';\nexport * from './Interface/models/IVat';\nexport * from './Interface/models/IAbsenceType';\nexport * from './Interface/models/IAccountType';\nexport * from './Interface/models/IAccountingFileType';\nexport * from './Interface/models/IBrandType';\nexport * from './Interface/models/ICashDeskTransactionType';\nexport * from './Interface/models/IChannelType';\nexport * from './Interface/models/IChecklistType';\nexport * from './Interface/models/IChecklistCategoryType';\nexport * from './Interface/models/ICommentType';\nexport * from './Interface/models/IComptaType';\nexport * from './Interface/models/IComptaHistoryType';\nexport * from './Interface/models/IConnectorType';\nexport * from './Interface/models/IContractType';\nexport * from './Interface/models/ICustomizationType';\nexport * from './Interface/models/IDocumentWaitingType';\nexport * from './Interface/models/IEstimateInvoiceType';\nexport * from './Interface/models/IFollowedQualityMailType';\nexport * from './Interface/models/IFirstStep';\nexport * from './Interface/models/IGedFileType';\nexport * from './Interface/models/ILetterType';\nexport * from './Interface/models/ILogType';\nexport * from './Interface/models/INotificationCodeType';\nexport * from './Interface/models/INotificationType';\nexport * from './Interface/models/IPartnerTransactionType';\nexport * from './Interface/models/IPenaltyType';\nexport * from './Interface/models/IProductType';\nexport * from './Interface/models/IRepeatType';\nexport * from './Interface/models/IReportType';\nexport * from './Interface/models/ISmsType';\nexport * from './Interface/models/IStripeEventType';\nexport * from './Interface/models/ISubscriptionType';\nexport * from './Interface/models/IThirdPartyType';\nexport * from './Interface/models/IVehicleType';\nexport * from './Interface/models/IUnit';\nexport * from './Interface/models/IUser';\nexport * from './Interface/models/IUserNotification';\nexport * from './Interface/models/IUserSocietyPermission';\nexport * from './Interface/models/IUserSocietyTicketSupport';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationCertificate';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/IWebMail';\nexport * from './Interface/models/IWebMailAttachment';\nexport * from './Interface/models/IWebMailSpam';\nexport * from './Interface/models/IWebMailStat';\nexport * from './Interface/models/IWebMailType';\nexport * from './Interface/models/IWebMailSpamType';\nexport * from './Interface/models/IWorkingSchedule';\nexport * from './Interface/models/IField';\nexport * from './Interface/models/IFecFile';\nexport * from './Interface/models/ISuggestion';\nexport * from './Interface/models/ISalariesFile';\nexport * from './Interface/models/IPromoCode';\nexport * from './Interface/models/ILoan';\nexport * from './Interface/models/IBalanceSheetModule';\nexport * from './Interface/models/IStock';\nexport * from './Interface/models/ISocietyPromoCode';\nexport * from './Interface/models/IZTicket';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/Role';\nexport * from './Enum/Simulation';\nexport * from './Enum/Country';\nexport * from './Enum/ComptaType';\nexport * from './Enum/SubscriptionType';\nexport * from './Enum/Sector';\nexport * from './Enum/LegalForm';\nexport * from './Enum/VatRegime';\nexport * from './Enum/AccountType';\nexport * from './Enum/BankAccountType';\nexport * from './Enum/ConnectorType';\nexport * from './Enum/Vat';\nexport * from './Enum/AccountingJournal';\nexport * from './Enum/ImmobilizationType';\nexport * from './Enum/Nature';\nexport * from './Enum/SurveyType';\nexport * from './Enum/SurveyTypeDatas';\nexport * from './Enum/ReportType';\nexport * from './Enum/ReportState';\nexport * from './Enum/LetterType';\nexport * from './Enum/PartnerType';\nexport * from './Enum/ThirdPartyType';\nexport * from './Enum/FecFileDelimiter';\nexport * from './Enum/IncomeStatement';\nexport * from './Enum/PartnerTransactionType';\nexport * from './Enum/Vehicle';\nexport * from './Enum/VehicleType';\nexport * from './Enum/BalanceSheet';\nexport * from './Enum/LetterState';\nexport * from './Enum/DefaultPermissions';\nexport * from './Enum/SponsorshipState';\nexport * from './Enum/Ged';\nexport * from './Enum/SendInBlueList';\nexport * from './Enum/TypeBankConnection';\nexport * from './Enum/GlobalRegime';\nexport * from './Enum/TaxSystem';\nexport * from './Enum/FiscalRegime';\nexport * from './Enum/Activity';\nexport * from './Enum/CerfaType';\nexport * from './Enum/StockType';\nexport * from './Enum/SaleType';\nexport * from './Enum/TypePayment';\n\n// Interfaces API\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';\nexport * from './Interface/api/immobilization/ReadFormattedImmobilization';\nexport * from './Interface/api/immobilization/CreateImmobilization';\nexport * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';\nexport * from './Interface/api/accountType/ReadAccountType';\nexport * from './Interface/api/account/QueryAccounts';\nexport * from './Interface/api/account/CreateAccountSociety';\nexport * from './Interface/api/account/UpdateAccountSociety';\nexport * from './Interface/api/account/QueryAccountSociety';\nexport * from './Interface/api/account/QueryGenericAccount';\nexport * from './Interface/api/accountingTransaction/QueryTransaction';\nexport * from './Interface/api/user/QueryConfirm';\nexport * from './Interface/api/user/QuerySocieties';\nexport * from './Interface/api/user/QueryResendConfirmationLink';\nexport * from './Interface/api/user/CreateUser';\nexport * from './Interface/api/user/QueryUserSmsConfirmation';\nexport * from './Interface/api/user/CreateUserToSocietyWithPermission';\nexport * from './Interface/api/user/UpdateUserToSocietyWithPermission';\nexport * from './Interface/api/user/Permissions';\nexport * from './Interface/api/account/ReadAccounts';\nexport * from './Interface/api/simulationColors/ReadSimulationColors';\nexport * from './Interface/api/survey/QuerySurveys';\nexport * from './Interface/api/file/TFile';\nexport * from './Interface/api/cerfa/CreateCerfa';\nexport * from './Interface/api/society/LegalFormSiren';\nexport * from './Interface/api/society/GetDataSociety';\nexport * from './Interface/api/society/CreateSociety';\nexport * from './Interface/api/society/UpdateSociety';\nexport * from './Interface/api/BasePaginate';\nexport * from './Interface/api/BaseRequest';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccount';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';\n// export * from './Interface/api/stock/stockEntries';\nexport * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';\nexport * from './Interface/api/dashboard/ResultTurnOverProfitAndLoss';\nexport * from './Interface/api/pdf/BillingDocumentData';\n\n// export * from './Interface/api/survey/QuerySurvey';\nexport * from './Interface/api/survey/ReadSurvey';\nexport * from './Interface/api/survey/UpdateSurvey';\nexport * from './Interface/api/survey/CreateSurvey';\nexport * from './Interface/api/report/ReadReport';\nexport * from './Interface/api/report/CreateReport';\nexport * from './Interface/api/report/DeleteReport';\nexport * from './Interface/api/report/QueryReports';\nexport * from './Interface/api/letter/CreateLetter';\nexport * from './Interface/api/mailInvoice/CreateInvoiceMail';\nexport * from './Interface/api/mailInvoice/UpdateInvoiceMail';\nexport * from './Interface/api/partner/CreatePartner';\nexport * from './Interface/api/partner/GetPartners';\n// export * from './Interface/api/generalLedger/GeneralLedgerQuery';\nexport * from './Interface/api/fecFile/CreateFecFile';\nexport * from './Interface/api/fecFile/ReadFecFile';\nexport * from './Interface/api/generalLedger/QueryGeneralLedger';\nexport * from './Interface/api/incomeStatement/QueryIncomeStatement';\nexport * from './Interface/api/incomeStatement/ReadIncomeStatement';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheet';\nexport * from './Interface/api/pappers/QueryPappers';\nexport * from './Interface/api/pappers/ReadPappers';\nexport * from './Interface/api/sponsorship/SendSponsorshipLink';\nexport * from './Interface/api/sponsorship/CreateSponsorship';\nexport * from './Interface/api/sponsorship/QuerySponsorship';\nexport * from './Interface/api/pappers/CreatePappers';\nexport * from './Interface/api/bankAccount/DeleteTransaction';\nexport * from './Interface/api/stripe/QueryStripe';\nexport * from './Interface/api/stripe/ReadStripe';\nexport * from './Interface/api/salariesFile/ReadSalariesFile';\nexport * from './Interface/api/salariesFile/CreateSalariesFile';\nexport * from './Interface/api/shine/CreateShine';\nexport * from './Interface/api/shine/GetConnect';\nexport * from './Interface/api/shine/CreateShineAccount';\nexport * from './Interface/api/shine/CreateShineTransactions';\nexport * from './Interface/api/shine/ConnectResponse';\nexport * from './Interface/api/promoCode/UpdatePromoCode';\nexport * from './Interface/api/promoCode/CreatePromoCode';\nexport * from './Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount';\nexport * from './Interface/api/loan/CreateLoan';\nexport * from './Interface/api/stock/StocksType';\n// export * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/societyPromoCode/CreateSocietyPromoCode';\nexport * from './Interface/api/loan/UpdateLoan';\nexport * from './Interface/api/zticket/CreateZTicket';\nexport * from './Interface/api/zticket/QueryZTicket';\nexport * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Interfaces\nexport * from './Interface/models/IApiError';\nexport * from './Interface/models/ISms';\nexport * from './Interface/models/IAccessToken';\nexport * from './Interface/models/IAccountDetail';\nexport * from './Interface/models/IAccountHelp';\nexport * from './Interface/models/IAccountingEntry';\nexport * from './Interface/models/IAccountingFile';\nexport * from './Interface/models/IAccountingJournal';\nexport * from './Interface/models/IAccountingStateType';\nexport * from './Interface/models/IAccountingState';\nexport * from './Interface/models/IAccountingTransaction';\nexport * from './Interface/models/IAccount';\nexport * from './Interface/models/IAccountExtend';\nexport * from './Interface/models/IAccountsSocieties';\nexport * from './Interface/models/IActivity';\nexport * from './Interface/models/IAdditionalBalance';\nexport * from './Interface/models/IAlert';\nexport * from './Interface/models/IAllowedIp';\nexport * from './Interface/models/IAnalyticsUtm';\nexport * from './Interface/models/IAppConfig';\nexport * from './Interface/models/IAreasInvoice';\nexport * from './Interface/models/IAskAbsence';\nexport * from './Interface/models/IAskAbsenceTimes';\nexport * from './Interface/models/IAttachmentFile';\nexport * from './Interface/models/IAttestation';\nexport * from './Interface/models/IAttributionHistory';\nexport * from './Interface/models/IAutoLoginToken';\nexport * from './Interface/models/IBalanceBankAccount';\nexport * from './Interface/models/IBalanceSheet';\nexport * from './Interface/models/IBalanceSheetHistory';\nexport * from './Interface/models/IBalanceSheetLiquidation';\nexport * from './Interface/models/IBalanceSheetPartial';\nexport * from './Interface/models/IBankAccountSynchroHistory';\nexport * from './Interface/models/IBankAccount';\nexport * from './Interface/models/IBankConnection';\nexport * from './Interface/models/IBankList';\nexport * from './Interface/models/IBankTransaction';\nexport * from './Interface/models/IBusinessLine';\nexport * from './Interface/models/IBusinessPartner';\nexport * from './Interface/models/ICalendarEvent';\nexport * from './Interface/models/ICalendarEventUser';\nexport * from './Interface/models/ICallDirectly';\nexport * from './Interface/models/ICategory';\nexport * from './Interface/models/ICerfaType';\nexport * from './Interface/models/ICerfaValue';\nexport * from './Interface/models/IChangeLog';\nexport * from './Interface/models/IChecklist';\nexport * from './Interface/models/IChecklistDetail';\nexport * from './Interface/models/ICivility';\nexport * from './Interface/models/IErrorCode';\nexport * from './Interface/models/IColor';\nexport * from './Interface/models/IComment';\nexport * from './Interface/models/IConnector';\nexport * from './Interface/models/ICotation';\nexport * from './Interface/models/ICountry';\nexport * from './Interface/models/ICurrency';\nexport * from './Interface/models/ICustomerIsRegime';\nexport * from './Interface/models/ICustomerSignature';\nexport * from './Interface/models/ICustomerTva';\nexport * from './Interface/models/ICustomisation';\nexport * from './Interface/models/ICycle';\nexport * from './Interface/models/IDay';\nexport * from './Interface/models/IDetailedLogBi';\nexport * from './Interface/models/IDirectDebitHistory';\nexport * from './Interface/models/IEmployee';\nexport * from './Interface/models/IEngagementAccountingEntry';\nexport * from './Interface/models/IEngagementAccountingFile';\nexport * from './Interface/models/IEngagementBankTransaction';\nexport * from './Interface/models/IEngagementOcrExtraction';\nexport * from './Interface/models/IEstimateInvoiceRepeat';\nexport * from './Interface/models/IEstimateInvoice';\nexport * from './Interface/models/IExerciceDetail';\nexport * from './Interface/models/IExerciceComment';\nexport * from './Interface/models/IExercice';\nexport * from './Interface/models/IExercicePrestation';\nexport * from './Interface/models/IFailedLoginAttempt';\nexport * from './Interface/models/IFaqCategory';\nexport * from './Interface/models/IFaq';\nexport * from './Interface/models/IFileType';\nexport * from './Interface/models/IFile';\nexport * from './Interface/models/IFileMissing';\nexport * from './Interface/models/IFiscalRegime';\nexport * from './Interface/models/IFolderFile';\nexport * from './Interface/models/IFollowedQualityMail';\nexport * from './Interface/models/IFollow';\nexport * from './Interface/models/IFollowList';\nexport * from './Interface/models/IFormalismValue';\nexport * from './Interface/models/IFormalism';\nexport * from './Interface/models/IFrequency';\nexport * from './Interface/models/IFuel';\nexport * from './Interface/models/IGedCategory';\nexport * from './Interface/models/IGedFile';\nexport * from './Interface/models/IGedFolder';\nexport * from './Interface/models/IIdentification';\nexport * from './Interface/models/IIndependentReview';\nexport * from './Interface/models/IInterestedByFeature';\nexport * from './Interface/models/IInternalEstimate';\nexport * from './Interface/models/IIpTmpBlocked';\nexport * from './Interface/models/IItemEstimate';\nexport * from './Interface/models/IJobCategory';\nexport * from './Interface/models/IImmobilization';\nexport * from './Interface/models/IJob';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\nexport * from './Interface/models/ILegalForm';\nexport * from './Interface/models/ILegalNotice';\nexport * from './Interface/models/ILettering';\nexport * from './Interface/models/ILetter';\nexport * from './Interface/models/ILogBi';\nexport * from './Interface/models/ILog';\nexport * from './Interface/models/IMailSociety';\nexport * from './Interface/models/IMailAuto';\nexport * from './Interface/models/IMailAutoType';\nexport * from './Interface/models/IMonth';\nexport * from './Interface/models/INationality';\nexport * from './Interface/models/INature';\nexport * from './Interface/models/INote';\nexport * from './Interface/models/INotification';\nexport * from './Interface/models/IOldExpertInfo';\nexport * from './Interface/models/IOperationLegalNotice';\nexport * from './Interface/models/IPageView';\nexport * from './Interface/models/IPayPlan';\nexport * from './Interface/models/IPartnerTransaction';\nexport * from './Interface/models/IPaymentDelay';\nexport * from './Interface/models/IPaymentSchedule';\nexport * from './Interface/models/IPayment';\nexport * from './Interface/models/IPaymentExpectation';\nexport * from './Interface/models/IPaymentExpectationCustomer';\nexport * from './Interface/models/IPaymentMethod';\nexport * from './Interface/models/IPaymentWaiting';\nexport * from './Interface/models/IPenalty';\nexport * from './Interface/models/IPendingPoint';\nexport * from './Interface/models/IPermission';\nexport * from './Interface/models/IPhoneNumber';\nexport * from './Interface/models/IPhonePrefix';\nexport * from './Interface/models/IPhonePrefixChild';\nexport * from './Interface/models/IPrestationSocial';\nexport * from './Interface/models/IPrestation';\nexport * from './Interface/models/IPrestationComplementary';\nexport * from './Interface/models/IPrestationList';\nexport * from './Interface/models/IProcedure';\nexport * from './Interface/models/IProduct';\nexport * from './Interface/models/IQuality';\nexport * from './Interface/models/IQuotaLead';\nexport * from './Interface/models/IRating';\nexport * from './Interface/models/IReasonTermination';\nexport * from './Interface/models/IReason';\nexport * from './Interface/models/IRecontactHistory';\nexport * from './Interface/models/IRefund';\nexport * from './Interface/models/IRefundMotif';\nexport * from './Interface/models/IRegion';\nexport * from './Interface/models/IRegisterCategory';\nexport * from './Interface/models/IRegulate';\nexport * from './Interface/models/IRegulation';\nexport * from './Interface/models/IReport';\nexport * from './Interface/models/IReportMessage';\nexport * from './Interface/models/IRole';\nexport * from './Interface/models/IRoleUser';\nexport * from './Interface/models/IRoom';\nexport * from './Interface/models/IRule';\nexport * from './Interface/models/ISchedule';\nexport * from './Interface/models/ISector';\nexport * from './Interface/models/ISendMethod';\nexport * from './Interface/models/IService';\nexport * from './Interface/models/ISheetMonthSchedule';\nexport * from './Interface/models/ISimulation';\nexport * from './Interface/models/ISimulationAdditionalFinance';\nexport * from './Interface/models/ISimulationColor';\nexport * from './Interface/models/ISimulationElement';\nexport * from './Interface/models/ISimulationHasBankAccount';\nexport * from './Interface/models/ISimulationPeriod';\nexport * from './Interface/models/ISimulationSummary';\nexport * from './Interface/models/ISocialDetail';\nexport * from './Interface/models/ISociety';\nexport * from './Interface/models/ISocietyAction';\nexport * from './Interface/models/ISocietyApproval';\nexport * from './Interface/models/ISocietyBank';\nexport * from './Interface/models/ISocietyBudgetConnection';\nexport * from './Interface/models/ISocietyCgv';\nexport * from './Interface/models/ISocietyConfig';\nexport * from './Interface/models/ISocietyConfigBalanceSheet';\nexport * from './Interface/models/ISocietyDetail';\nexport * from './Interface/models/ISocietyFile';\nexport * from './Interface/models/ISocietyGescom';\nexport * from './Interface/models/ISocietyJuridical';\nexport * from './Interface/models/ISocietyNote';\nexport * from './Interface/models/ISocietyPartner';\nexport * from './Interface/models/ISocietyProceeding';\nexport * from './Interface/models/ISocietyRelance';\nexport * from './Interface/models/ISocietySocial';\nexport * from './Interface/models/ISocietySoftware';\nexport * from './Interface/models/ISocietyStat';\nexport * from './Interface/models/ISocietyVehicle';\nexport * from './Interface/models/ISoftwareCompta';\nexport * from './Interface/models/ISource';\nexport * from './Interface/models/ISpecialOperation';\nexport * from './Interface/models/ISponsorshipLink';\nexport * from './Interface/models/ISponsorship';\nexport * from './Interface/models/ISponsorshipCheck';\nexport * from './Interface/models/IStatusSignature';\nexport * from './Interface/models/IStripeEvent';\nexport * from './Interface/models/ISupervision';\nexport * from './Interface/models/ISupervisionJob';\nexport * from './Interface/models/ISupervisionPendingPoint';\nexport * from './Interface/models/ISurvey';\nexport * from './Interface/models/ITag';\nexport * from './Interface/models/ITask';\nexport * from './Interface/models/ITaxSystem';\nexport * from './Interface/models/ITeamBusinessLine';\nexport * from './Interface/models/ITeam';\nexport * from './Interface/models/ITerminationList';\nexport * from './Interface/models/ITicketSupport';\nexport * from './Interface/models/ITicketSupportFollow';\nexport * from './Interface/models/IThirdParty';\nexport * from './Interface/models/IThirdPartySociety';\nexport * from './Interface/models/ITimeTracking';\nexport * from './Interface/models/ITimeTrackingSource';\nexport * from './Interface/models/ITmpValidationToken';\nexport * from './Interface/models/IAccountantTracker';\nexport * from './Interface/models/IVatMargin';\nexport * from './Interface/models/IVatRegime';\nexport * from './Interface/models/IVat';\nexport * from './Interface/models/IAbsenceType';\nexport * from './Interface/models/IAccountType';\nexport * from './Interface/models/IAccountingFileType';\nexport * from './Interface/models/IBrandType';\nexport * from './Interface/models/ICashDeskTransactionType';\nexport * from './Interface/models/IChannelType';\nexport * from './Interface/models/IChecklistType';\nexport * from './Interface/models/IChecklistCategoryType';\nexport * from './Interface/models/ICommentType';\nexport * from './Interface/models/IComptaType';\nexport * from './Interface/models/IComptaHistoryType';\nexport * from './Interface/models/IConnectorType';\nexport * from './Interface/models/IContractType';\nexport * from './Interface/models/ICustomizationType';\nexport * from './Interface/models/IDocumentWaitingType';\nexport * from './Interface/models/IEstimateInvoiceType';\nexport * from './Interface/models/IFollowedQualityMailType';\nexport * from './Interface/models/IFirstStep';\nexport * from './Interface/models/IGedFileType';\nexport * from './Interface/models/ILetterType';\nexport * from './Interface/models/ILogType';\nexport * from './Interface/models/INotificationCodeType';\nexport * from './Interface/models/INotificationType';\nexport * from './Interface/models/IPartnerTransactionType';\nexport * from './Interface/models/IPenaltyType';\nexport * from './Interface/models/IProductType';\nexport * from './Interface/models/IRepeatType';\nexport * from './Interface/models/IReportType';\nexport * from './Interface/models/ISmsType';\nexport * from './Interface/models/IStripeEventType';\nexport * from './Interface/models/ISubscriptionType';\nexport * from './Interface/models/IThirdPartyType';\nexport * from './Interface/models/IVehicleType';\nexport * from './Interface/models/IUnit';\nexport * from './Interface/models/IUser';\nexport * from './Interface/models/IUserNotification';\nexport * from './Interface/models/IUserSocietyPermission';\nexport * from './Interface/models/IUserSocietyTicketSupport';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationCertificate';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/IWebMail';\nexport * from './Interface/models/IWebMailAttachment';\nexport * from './Interface/models/IWebMailSpam';\nexport * from './Interface/models/IWebMailStat';\nexport * from './Interface/models/IWebMailType';\nexport * from './Interface/models/IWebMailSpamType';\nexport * from './Interface/models/IWorkingSchedule';\nexport * from './Interface/models/IField';\nexport * from './Interface/models/IFecFile';\nexport * from './Interface/models/ISuggestion';\nexport * from './Interface/models/ISalariesFile';\nexport * from './Interface/models/IPromoCode';\nexport * from './Interface/models/ILoan';\nexport * from './Interface/models/IBalanceSheetModule';\nexport * from './Interface/models/IStock';\nexport * from './Interface/models/ISocietyPromoCode';\nexport * from './Interface/models/IZTicket';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/Role';\nexport * from './Enum/Simulation';\nexport * from './Enum/Country';\nexport * from './Enum/ComptaType';\nexport * from './Enum/SubscriptionType';\nexport * from './Enum/Sector';\nexport * from './Enum/LegalForm';\nexport * from './Enum/VatRegime';\nexport * from './Enum/AccountType';\nexport * from './Enum/BankAccountType';\nexport * from './Enum/ConnectorType';\nexport * from './Enum/Vat';\nexport * from './Enum/AccountingJournal';\nexport * from './Enum/ImmobilizationType';\nexport * from './Enum/Nature';\nexport * from './Enum/SurveyType';\nexport * from './Enum/SurveyTypeDatas';\nexport * from './Enum/ReportType';\nexport * from './Enum/ReportState';\nexport * from './Enum/LetterType';\nexport * from './Enum/PartnerType';\nexport * from './Enum/ThirdPartyType';\nexport * from './Enum/FecFileDelimiter';\nexport * from './Enum/IncomeStatement';\nexport * from './Enum/PartnerTransactionType';\nexport * from './Enum/Vehicle';\nexport * from './Enum/VehicleType';\nexport * from './Enum/BalanceSheet';\nexport * from './Enum/LetterState';\nexport * from './Enum/DefaultPermissions';\nexport * from './Enum/SponsorshipState';\nexport * from './Enum/Ged';\nexport * from './Enum/SendInBlueList';\nexport * from './Enum/TypeBankConnection';\nexport * from './Enum/GlobalRegime';\nexport * from './Enum/TaxSystem';\nexport * from './Enum/FiscalRegime';\nexport * from './Enum/Activity';\nexport * from './Enum/CerfaType';\nexport * from './Enum/StockType';\nexport * from './Enum/SaleType';\nexport * from './Enum/TypePayment';\n\n// Interfaces API\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';\nexport * from './Interface/api/immobilization/ReadFormattedImmobilization';\nexport * from './Interface/api/immobilization/CreateImmobilization';\nexport * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';\nexport * from './Interface/api/accountType/ReadAccountType';\nexport * from './Interface/api/account/QueryAccounts';\nexport * from './Interface/api/account/CreateAccountSociety';\nexport * from './Interface/api/account/UpdateAccountSociety';\nexport * from './Interface/api/account/QueryAccountSociety';\nexport * from './Interface/api/account/QueryGenericAccount';\nexport * from './Interface/api/accountingTransaction/QueryTransaction';\nexport * from './Interface/api/user/QueryConfirm';\nexport * from './Interface/api/user/QuerySocieties';\nexport * from './Interface/api/user/QueryResendConfirmationLink';\nexport * from './Interface/api/user/CreateUser';\nexport * from './Interface/api/user/QueryUserSmsConfirmation';\nexport * from './Interface/api/user/Permissions';\nexport * from './Interface/api/account/ReadAccounts';\nexport * from './Interface/api/simulationColors/ReadSimulationColors';\nexport * from './Interface/api/survey/QuerySurveys';\nexport * from './Interface/api/file/TFile';\nexport * from './Interface/api/cerfa/CreateCerfa';\nexport * from './Interface/api/society/LegalFormSiren';\nexport * from './Interface/api/society/GetDataSociety';\nexport * from './Interface/api/society/CreateSociety';\nexport * from './Interface/api/society/UpdateSociety';\nexport * from './Interface/api/society/ListUserSociety';\nexport * from './Interface/api/society/CreateUserToSocietyWithPermission';\nexport * from './Interface/api/society/UpdateUserToSocietyWithPermission';\nexport * from './Interface/api/society/ReadSocietyUsers';\nexport * from './Interface/api/BasePaginate';\nexport * from './Interface/api/BaseRequest';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccount';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';\n// export * from './Interface/api/stock/stockEntries';\nexport * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';\nexport * from './Interface/api/dashboard/ResultTurnOverProfitAndLoss';\nexport * from './Interface/api/pdf/BillingDocumentData';\n\n// export * from './Interface/api/survey/QuerySurvey';\nexport * from './Interface/api/survey/ReadSurvey';\nexport * from './Interface/api/survey/UpdateSurvey';\nexport * from './Interface/api/survey/CreateSurvey';\nexport * from './Interface/api/report/ReadReport';\nexport * from './Interface/api/report/CreateReport';\nexport * from './Interface/api/report/DeleteReport';\nexport * from './Interface/api/report/QueryReports';\nexport * from './Interface/api/letter/CreateLetter';\nexport * from './Interface/api/mailInvoice/CreateInvoiceMail';\nexport * from './Interface/api/mailInvoice/UpdateInvoiceMail';\nexport * from './Interface/api/partner/CreatePartner';\nexport * from './Interface/api/partner/GetPartners';\n// export * from './Interface/api/generalLedger/GeneralLedgerQuery';\nexport * from './Interface/api/fecFile/CreateFecFile';\nexport * from './Interface/api/fecFile/ReadFecFile';\nexport * from './Interface/api/generalLedger/QueryGeneralLedger';\nexport * from './Interface/api/incomeStatement/QueryIncomeStatement';\nexport * from './Interface/api/incomeStatement/ReadIncomeStatement';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheet';\nexport * from './Interface/api/pappers/QueryPappers';\nexport * from './Interface/api/pappers/ReadPappers';\nexport * from './Interface/api/sponsorship/SendSponsorshipLink';\nexport * from './Interface/api/sponsorship/CreateSponsorship';\nexport * from './Interface/api/sponsorship/QuerySponsorship';\nexport * from './Interface/api/pappers/CreatePappers';\nexport * from './Interface/api/bankAccount/DeleteTransaction';\nexport * from './Interface/api/stripe/QueryStripe';\nexport * from './Interface/api/stripe/ReadStripe';\nexport * from './Interface/api/salariesFile/ReadSalariesFile';\nexport * from './Interface/api/salariesFile/CreateSalariesFile';\nexport * from './Interface/api/shine/CreateShine';\nexport * from './Interface/api/shine/GetConnect';\nexport * from './Interface/api/shine/CreateShineAccount';\nexport * from './Interface/api/shine/CreateShineTransactions';\nexport * from './Interface/api/shine/ConnectResponse';\nexport * from './Interface/api/promoCode/UpdatePromoCode';\nexport * from './Interface/api/promoCode/CreatePromoCode';\nexport * from './Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount';\nexport * from './Interface/api/loan/CreateLoan';\nexport * from './Interface/api/stock/StocksType';\n// export * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/societyPromoCode/CreateSocietyPromoCode';\nexport * from './Interface/api/loan/UpdateLoan';\nexport * from './Interface/api/zticket/CreateZTicket';\nexport * from './Interface/api/zticket/QueryZTicket';\nexport * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';\nexport * from './Interface/api/transactions/QueryUnexport';\n"]}
@@ -47,6 +47,24 @@ class Society extends _Resource.Resource {
47
47
  return this.axios.$post(`/society/${idSociety}/bankAccount/${idBankAccount}/importBalance`, params);
48
48
  }
49
49
 
50
+ listUserSociety(idSociety, params) {
51
+ return this.axios.$get(`/society/${idSociety}/users`, {
52
+ params
53
+ });
54
+ }
55
+
56
+ deleteUser(idSociety, idUser) {
57
+ return this.axios.$delete(`/society/${idSociety}/user/${idUser}`);
58
+ }
59
+
60
+ createUserToSocietyWithPermission(idSociety, data) {
61
+ return this.axios.$post(`/society/${idSociety}/userToSocietyWithPermission`, data);
62
+ }
63
+
64
+ updateUserToSocietyWithPermission(idSociety, id, data) {
65
+ return this.axios.$put(`/society/${idSociety}/userToSocietyWithPermission/${id}`, data);
66
+ }
67
+
50
68
  }
51
69
 
52
70
  exports.Society = Society;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/api/resources/Society.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAcM,MAAO,OAAP,SAAuB,kBAAvB,CAA+B;AACnC,EAAA,eAAe,GAAA;AACb,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,uBAAhB,CAAP;AACD;;AAED,EAAA,kBAAkB,CAAC,IAAD,EAAwB;AACxC,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,uBAAjB,EAA0C,IAA1C,CAAP;AACD;;AAED,EAAA,kBAAkB,CAAC,IAAD,EAAwB;AACxC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,uBAAhB,EAAyC,IAAzC,CAAP;AACD;;AACD,EAAA,aAAa,CAAC,IAAD,EAAoB;AAC/B,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,iBAAjB,EAAoC,IAApC,CAAP;AACD;;AACD,EAAA,aAAa,CAAC,EAAD,EAAa,IAAb,EAAgC;AAC3C,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,EAAE,gBAA9B,EAAgD,IAAhD,CAAP;AACD,GAjBkC,CAkBnC;;;AACA,EAAA,cAAc,CAAC,MAAD,EAAuB;AACnC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,sBAAhB,EAAwC;AAAE,MAAA;AAAF,KAAxC,CAAP;AACD;;AACD,EAAA,WAAW,CAAC,EAAD,EAAa,MAAb,EAA0C;AACnD,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,YAAY,EAAE,cAA/B,EAA+C,MAA/C,CAAP;AACD;;AACD,EAAA,2BAA2B,GAAA;AACzB,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,kDAAjB,CAAP;AACD;;AACD,EAAA,wBAAwB,CAAC,SAAD,EAAoB,aAApB,EAA2C,MAA3C,EAAiF;AACvG,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,YAAY,SAAS,gBAAgB,aAAa,gBAAnE,EAAqF,MAArF,CAAP;AACD;;AA9BkC;;QAAxB,O,GAAA,O","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateInvoiceMail,\n UpdateInvoiceMail,\n IMailSociety,\n ISociety,\n LegalFormSiren,\n GetDataSociety,\n CreateSociety,\n CreateSynchronization,\n UpdateSociety,\n CreateBudgetBalanceBankAccount,\n} from '../../types';\n\nexport class Society extends Resource {\n getInvoiceEmail(): Promise<IMailSociety | Error> {\n return this.axios.$get('/society/invoiceEmail');\n }\n\n createInvoiceEmail(data: CreateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$post('/society/invoiceEmail', data);\n }\n\n updateInvoiceEmail(data: UpdateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$put('/society/invoiceEmail', data);\n }\n createSociety(data: CreateSociety): Promise<ISociety> {\n return this.axios.$post('/society/create', data);\n }\n updateSociety(id: number, data: UpdateSociety): Promise<ISociety> {\n return this.axios.$put(`/society/${id}/updateSociety`, data);\n }\n // this endpoint is used to fetch from extern api for legalForm\n getDataSociety(params: GetDataSociety): Promise<LegalFormSiren[]> {\n return this.axios.$get('/society/dataSociety', { params });\n }\n synchronize(id: number, params: CreateSynchronization): Promise<string> {\n return this.axios.$post(`/society/${id}/synchronize`, params);\n }\n autoImportationTransactions(): Promise<void> {\n return this.axios.$post('/society/bankAccount/autoImportationTransactions');\n }\n importBalanceBankAccount(idSociety: number, idBankAccount: number, params: CreateBudgetBalanceBankAccount): Promise<number> {\n return this.axios.$post(`/society/${idSociety}/bankAccount/${idBankAccount}/importBalance`, params);\n }\n}\n"],"sourceRoot":"","file":"Society.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/Society.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAmBM,MAAO,OAAP,SAAuB,kBAAvB,CAA+B;AACnC,EAAA,eAAe,GAAA;AACb,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,uBAAhB,CAAP;AACD;;AAED,EAAA,kBAAkB,CAAC,IAAD,EAAwB;AACxC,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,uBAAjB,EAA0C,IAA1C,CAAP;AACD;;AAED,EAAA,kBAAkB,CAAC,IAAD,EAAwB;AACxC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,uBAAhB,EAAyC,IAAzC,CAAP;AACD;;AACD,EAAA,aAAa,CAAC,IAAD,EAAoB;AAC/B,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,iBAAjB,EAAoC,IAApC,CAAP;AACD;;AACD,EAAA,aAAa,CAAC,EAAD,EAAa,IAAb,EAAgC;AAC3C,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,EAAE,gBAA9B,EAAgD,IAAhD,CAAP;AACD,GAjBkC,CAkBnC;;;AACA,EAAA,cAAc,CAAC,MAAD,EAAuB;AACnC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,sBAAhB,EAAwC;AAAE,MAAA;AAAF,KAAxC,CAAP;AACD;;AACD,EAAA,WAAW,CAAC,EAAD,EAAa,MAAb,EAA0C;AACnD,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,YAAY,EAAE,cAA/B,EAA+C,MAA/C,CAAP;AACD;;AACD,EAAA,2BAA2B,GAAA;AACzB,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,kDAAjB,CAAP;AACD;;AACD,EAAA,wBAAwB,CAAC,SAAD,EAAoB,aAApB,EAA2C,MAA3C,EAAiF;AACvG,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,YAAY,SAAS,gBAAgB,aAAa,gBAAnE,EAAqF,MAArF,CAAP;AACD;;AACD,EAAA,eAAe,CAAC,SAAD,EAAoB,MAApB,EAA2C;AACxD,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,SAAS,QAArC,EAA+C;AAAE,MAAA;AAAF,KAA/C,CAAP;AACD;;AACD,EAAA,UAAU,CAAC,SAAD,EAAoB,MAApB,EAAkC;AAC1C,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,YAAY,SAAS,SAAS,MAAM,EAAvD,CAAP;AACD;;AACD,EAAA,iCAAiC,CAAC,SAAD,EAAoB,IAApB,EAA2D;AAC1F,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,YAAY,SAAS,8BAAtC,EAAsE,IAAtE,CAAP;AACD;;AACD,EAAA,iCAAiC,CAAC,SAAD,EAAoB,EAApB,EAAgC,IAAhC,EAAuE;AACtG,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,SAAS,gCAAgC,EAAE,EAAvE,EAA2E,IAA3E,CAAP;AACD;;AA1CkC;;QAAxB,O,GAAA,O","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateInvoiceMail,\n UpdateInvoiceMail,\n IMailSociety,\n ISociety,\n LegalFormSiren,\n GetDataSociety,\n CreateSociety,\n CreateSynchronization,\n UpdateSociety,\n CreateBudgetBalanceBankAccount,\n IUser,\n ListUserSociety,\n CreateUserToSocietyWithPermission,\n UpdateUserToSocietyWithPermission,\n ReadSocietyUsers,\n} from '../../types';\n\nexport class Society extends Resource {\n getInvoiceEmail(): Promise<IMailSociety | Error> {\n return this.axios.$get('/society/invoiceEmail');\n }\n\n createInvoiceEmail(data: CreateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$post('/society/invoiceEmail', data);\n }\n\n updateInvoiceEmail(data: UpdateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$put('/society/invoiceEmail', data);\n }\n createSociety(data: CreateSociety): Promise<ISociety> {\n return this.axios.$post('/society/create', data);\n }\n updateSociety(id: number, data: UpdateSociety): Promise<ISociety> {\n return this.axios.$put(`/society/${id}/updateSociety`, data);\n }\n // this endpoint is used to fetch from extern api for legalForm\n getDataSociety(params: GetDataSociety): Promise<LegalFormSiren[]> {\n return this.axios.$get('/society/dataSociety', { params });\n }\n synchronize(id: number, params: CreateSynchronization): Promise<string> {\n return this.axios.$post(`/society/${id}/synchronize`, params);\n }\n autoImportationTransactions(): Promise<void> {\n return this.axios.$post('/society/bankAccount/autoImportationTransactions');\n }\n importBalanceBankAccount(idSociety: number, idBankAccount: number, params: CreateBudgetBalanceBankAccount): Promise<number> {\n return this.axios.$post(`/society/${idSociety}/bankAccount/${idBankAccount}/importBalance`, params);\n }\n listUserSociety(idSociety: number, params: ListUserSociety):Promise<ReadSocietyUsers> {\n return this.axios.$get(`/society/${idSociety}/users`, { params });\n }\n deleteUser(idSociety: number, idUser: number): Promise<true> {\n return this.axios.$delete(`/society/${idSociety}/user/${idUser}`);\n }\n createUserToSocietyWithPermission(idSociety: number, data: CreateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$post(`/society/${idSociety}/userToSocietyWithPermission`, data);\n }\n updateUserToSocietyWithPermission(idSociety: number, id: number, data: UpdateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$put(`/society/${idSociety}/userToSocietyWithPermission/${id}`, data);\n }\n}\n"],"sourceRoot":"","file":"Society.js"}
@@ -14,6 +14,10 @@ class Transaction extends _Resource.Resource {
14
14
  });
15
15
  }
16
16
 
17
+ unexport(idSociety, params) {
18
+ return this.axios.$put(`/society/${idSociety}/transactions/unexport`, params);
19
+ }
20
+
17
21
  annotate(id, data) {
18
22
  return this.axios.$put(`/transactions/${id}`, data);
19
23
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAOM,MAAO,WAAP,SAA2B,kBAA3B,CAAmC;AACvC,EAAA,oBAAoB,CAAC,SAAD,EAAoB,MAApB,EAOH;AACf,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,SAAS,eAArC,EAAsD;AAC3D,MAAA;AAD2D,KAAtD,CAAP;AAGD;;AACD,EAAA,QAAQ,CAAC,EAAD,EAAa,IAAb,EAA8C;AACpD,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,iBAAiB,EAAE,EAAnC,EAAuC,IAAvC,CAAP;AACD;;AACD,EAAA,kBAAkB,CAAC,EAAD,EAAa,IAAb,EAAqC;AACrD,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,gBAAgB,EAAE,eAArC,EAAsD;AAAE,MAAA,MAAM,EAAE;AAAV,KAAtD,CAAP;AACD;;AAlBsC;;QAA5B,W,GAAA,W","sourcesContent":["import { Resource } from '../Resource';\nimport {\n AccountingJournal,\n BasePaginate,\n QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions,\n} from '../../types';\n\nexport class Transaction extends Resource {\n getFormattedPaginate(idSociety: number, params: {\n idAccountingJournal: AccountingJournal,\n idBankAccount?: Array<number>,\n orderBy?: string,\n descending?: boolean,\n startDate?: string,\n endDate?: string\n } & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error> {\n return this.axios.$get(`/society/${idSociety}/transactions`, {\n params,\n });\n }\n annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error> {\n return this.axios.$put(`/transactions/${id}`, data);\n }\n deleteTransactions(id: number, data: DeleteTransactions): Promise<number | Error> {\n return this.axios.$delete(`/bankAccount/${id}/transactions`, { params: data });\n }\n}\n"],"sourceRoot":"","file":"Transaction.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAOM,MAAO,WAAP,SAA2B,kBAA3B,CAAmC;AACvC,EAAA,oBAAoB,CAAC,SAAD,EAAoB,MAApB,EAOH;AACf,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,SAAS,eAArC,EAAsD;AAC3D,MAAA;AAD2D,KAAtD,CAAP;AAGD;;AACD,EAAA,QAAQ,CAAC,SAAD,EAAoB,MAApB,EAAyC;AAC/C,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,SAAS,wBAArC,EAA+D,MAA/D,CAAP;AACD;;AACD,EAAA,QAAQ,CAAC,EAAD,EAAa,IAAb,EAA8C;AACpD,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,iBAAiB,EAAE,EAAnC,EAAuC,IAAvC,CAAP;AACD;;AACD,EAAA,kBAAkB,CAAC,EAAD,EAAa,IAAb,EAAqC;AACrD,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,gBAAgB,EAAE,eAArC,EAAsD;AAAE,MAAA,MAAM,EAAE;AAAV,KAAtD,CAAP;AACD;;AArBsC;;QAA5B,W,GAAA,W","sourcesContent":["import { Resource } from '../Resource';\nimport {\n AccountingJournal,\n BasePaginate,\n QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport,\n} from '../../types';\n\nexport class Transaction extends Resource {\n getFormattedPaginate(idSociety: number, params: {\n idAccountingJournal: AccountingJournal,\n idBankAccount?: Array<number>,\n orderBy?: string,\n descending?: boolean,\n startDate?: string,\n endDate?: string\n } & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error> {\n return this.axios.$get(`/society/${idSociety}/transactions`, {\n params,\n });\n }\n unexport(idSociety: number, params: QueryUnexport): Promise<void> {\n return this.axios.$put(`/society/${idSociety}/transactions/unexport`, params);\n }\n annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error> {\n return this.axios.$put(`/transactions/${id}`, data);\n }\n deleteTransactions(id: number, data: DeleteTransactions): Promise<number | Error> {\n return this.axios.$delete(`/bankAccount/${id}/transactions`, { params: data });\n }\n}\n"],"sourceRoot":"","file":"Transaction.js"}
@@ -20,14 +20,6 @@ class User extends _Resource.Resource {
20
20
  return this.axios.$post('user/create', data);
21
21
  }
22
22
 
23
- createUserToSocietyWithPermission(data) {
24
- return this.axios.$post('user/createUserToSocietyWithPermission', data);
25
- }
26
-
27
- updateUserToSocietyWithPermission(id, data) {
28
- return this.axios.$put(`user/updateUserToSocietyWithPermission/${id}`, data);
29
- }
30
-
31
23
  sendNewCode(id) {
32
24
  return this.axios.$put(`user/${id}/sendNewSmsCode`);
33
25
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/api/resources/User.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAKM,MAAO,IAAP,SAAoB,kBAApB,CAA4B;AAChC,EAAA,OAAO,CAAC,MAAD,EAAqB;AAC1B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,cAAhB,EAAgC,MAAhC,CAAP;AACD;;AACD,EAAA,2BAA2B,CAAC,MAAD,EAAoC;AAC7D,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAQ,MAAM,CAAC,EAAE,8BAAjC,CAAP;AACD;;AACD,EAAA,MAAM,CAAC,IAAD,EAAiB;AACrB,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,aAAjB,EAAgC,IAAhC,CAAP;AACD;;AACD,EAAA,iCAAiC,CAAC,IAAD,EAAwC;AACvE,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,wCAAjB,EAA2D,IAA3D,CAAP;AACD;;AACD,EAAA,iCAAiC,CAAC,EAAD,EAAa,IAAb,EAAoD;AACnF,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,0CAA0C,EAAE,EAA5D,EAAgE,IAAhE,CAAP;AACD;;AACD,EAAA,WAAW,CAAC,EAAD,EAAW;AACpB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAQ,EAAE,iBAA1B,CAAP;AACD;;AACD,EAAA,yBAAyB,CAAC,EAAD,EAAa,MAAb,EAA6C;AACpE,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAQ,EAAE,4BAA1B,EAAwD;AAAE,MAAA;AAAF,KAAxD,CAAP;AACD;;AArB+B;;QAArB,I,GAAA,I","sourcesContent":["import { Resource } from '../Resource';\nimport {\n IUser, QueryConfirm, QueryResendConfirmationLink, CreateUser, QueryUserSmsConfirmation, CreateUserToSocietyWithPermission, UpdateUserToSocietyWithPermission,\n} from '../../types';\n\nexport class User extends Resource {\n confirm(params: QueryConfirm): Promise<IUser> {\n return this.axios.$put('user/confirm', params);\n }\n resendConfirmationEmailLink(params: QueryResendConfirmationLink): Promise<boolean> {\n return this.axios.$put(`user/${params.id}/resendConfirmationEmailLink`);\n }\n create(data: CreateUser): Promise<IUser> {\n return this.axios.$post('user/create', data);\n }\n createUserToSocietyWithPermission(data: CreateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$post('user/createUserToSocietyWithPermission', data);\n }\n updateUserToSocietyWithPermission(id: number, data: UpdateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$put(`user/updateUserToSocietyWithPermission/${id}`, data);\n }\n sendNewCode(id: number): Promise<IUser> {\n return this.axios.$put(`user/${id}/sendNewSmsCode`);\n }\n verifySmsCodeConfirmation(id: number, params: QueryUserSmsConfirmation): Promise<IUser> {\n return this.axios.$get(`user/${id}/verifySmsCodeConfirmation`, { params });\n }\n}\n"],"sourceRoot":"","file":"User.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/User.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAKM,MAAO,IAAP,SAAoB,kBAApB,CAA4B;AAChC,EAAA,OAAO,CAAC,MAAD,EAAqB;AAC1B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,cAAhB,EAAgC,MAAhC,CAAP;AACD;;AACD,EAAA,2BAA2B,CAAC,MAAD,EAAoC;AAC7D,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAQ,MAAM,CAAC,EAAE,8BAAjC,CAAP;AACD;;AACD,EAAA,MAAM,CAAC,IAAD,EAAiB;AACrB,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,aAAjB,EAAgC,IAAhC,CAAP;AACD;;AACD,EAAA,WAAW,CAAC,EAAD,EAAW;AACpB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAQ,EAAE,iBAA1B,CAAP;AACD;;AACD,EAAA,yBAAyB,CAAC,EAAD,EAAa,MAAb,EAA6C;AACpE,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAQ,EAAE,4BAA1B,EAAwD;AAAE,MAAA;AAAF,KAAxD,CAAP;AACD;;AAf+B;;QAArB,I,GAAA,I","sourcesContent":["import { Resource } from '../Resource';\nimport {\n IUser, QueryConfirm, QueryResendConfirmationLink, CreateUser, QueryUserSmsConfirmation,\n} from '../../types';\n\nexport class User extends Resource {\n confirm(params: QueryConfirm): Promise<IUser> {\n return this.axios.$put('user/confirm', params);\n }\n resendConfirmationEmailLink(params: QueryResendConfirmationLink): Promise<boolean> {\n return this.axios.$put(`user/${params.id}/resendConfirmationEmailLink`);\n }\n create(data: CreateUser): Promise<IUser> {\n return this.axios.$post('user/create', data);\n }\n sendNewCode(id: number): Promise<IUser> {\n return this.axios.$put(`user/${id}/sendNewSmsCode`);\n }\n verifySmsCodeConfirmation(id: number, params: QueryUserSmsConfirmation): Promise<IUser> {\n return this.axios.$get(`user/${id}/verifySmsCodeConfirmation`, { params });\n }\n}\n"],"sourceRoot":"","file":"User.js"}
@@ -43,6 +43,8 @@ var _IncomeStatement = require("./resources/IncomeStatement");
43
43
 
44
44
  var _BalanceSheet = require("./resources/BalanceSheet");
45
45
 
46
+ var _BalanceSheetModule = require("./resources/BalanceSheetModule");
47
+
46
48
  var _Cerfa = require("./resources/Cerfa");
47
49
 
48
50
  var _LegalForm = require("./resources/LegalForm");
@@ -89,6 +91,7 @@ const resources = exports.resources = {
89
91
  fecFile: _FecFile.FecFile,
90
92
  incomeStatement: _IncomeStatement.IncomeStatement,
91
93
  balanceSheet: _BalanceSheet.BalanceSheet,
94
+ balanceSheetModule: _BalanceSheetModule.BalanceSheetModule,
92
95
  cerfa: _Cerfa.Cerfa,
93
96
  legalForm: _LegalForm.LegalForm,
94
97
  authenticate: _Authenticate.Authenticate,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../ts/api/resources.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAM,SAAS,WAAT,SAAS,GAAG;AACvB,EAAA,UAAU,EAAE,sBADW;AAEvB,EAAA,OAAO,EAAE,gBAFc;AAGvB,EAAA,0BAA0B,EAAE,sDAHL;AAIvB,EAAA,cAAc,EAAE,8BAJO;AAKvB,EAAA,WAAW,EAAE,wBALU;AAMvB,EAAA,WAAW,EAAE,wBANU;AAOvB,EAAA,OAAO,EAAE,gBAPc;AAQvB,EAAA,WAAW,EAAE,wBARU;AASvB,EAAA,IAAI,EAAE,UATiB;AAUvB,EAAA,MAAM,EAAE,cAVe;AAWvB,EAAA,MAAM,EAAE,cAXe;AAYvB,EAAA,MAAM,EAAE,cAZe;AAavB,EAAA,SAAS,EAAE,oBAbY;AAcvB,EAAA,OAAO,EAAE,gBAdc;AAevB,EAAA,OAAO,EAAE,gBAfc;AAgBvB,EAAA,aAAa,EAAE,4BAhBQ;AAiBvB,EAAA,OAAO,EAAE,gBAjBc;AAkBvB,EAAA,eAAe,EAAE,gCAlBM;AAmBvB,EAAA,YAAY,EAAE,0BAnBS;AAoBvB,EAAA,KAAK,EAAE,YApBgB;AAqBvB,EAAA,SAAS,EAAE,oBArBY;AAsBvB,EAAA,YAAY,EAAE,0BAtBS;AAuBvB,EAAA,MAAM,EAAE,cAvBe;AAwBvB,EAAA,YAAY,EAAE,0BAxBS;AAyBvB,EAAA,YAAY,EAAE,0BAzBS;AA0BvB,EAAA,KAAK,EAAE,YA1BgB;AA2BvB,EAAA,SAAS,EAAE,oBA3BY;AA4BvB,EAAA,MAAM,EAAE,cA5Be;AA6BvB,EAAA,IAAI,EAAE,UA7BiB;AA8BvB,EAAA,gBAAgB,EAAE,kCA9BK;AA+BvB,EAAA,SAAS,EAAE,oBA/BY;AAgCvB,EAAA,OAAO,EAAE;AAhCc,CAAlB","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/dashboard';\nimport { ZTicket } from './resources/ZTicket';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n balanceSheet: BalanceSheet,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n};\n"],"sourceRoot":"","file":"resources.js"}
1
+ {"version":3,"sources":["../../ts/api/resources.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAM,SAAS,WAAT,SAAS,GAAG;AACvB,EAAA,UAAU,EAAE,sBADW;AAEvB,EAAA,OAAO,EAAE,gBAFc;AAGvB,EAAA,0BAA0B,EAAE,sDAHL;AAIvB,EAAA,cAAc,EAAE,8BAJO;AAKvB,EAAA,WAAW,EAAE,wBALU;AAMvB,EAAA,WAAW,EAAE,wBANU;AAOvB,EAAA,OAAO,EAAE,gBAPc;AAQvB,EAAA,WAAW,EAAE,wBARU;AASvB,EAAA,IAAI,EAAE,UATiB;AAUvB,EAAA,MAAM,EAAE,cAVe;AAWvB,EAAA,MAAM,EAAE,cAXe;AAYvB,EAAA,MAAM,EAAE,cAZe;AAavB,EAAA,SAAS,EAAE,oBAbY;AAcvB,EAAA,OAAO,EAAE,gBAdc;AAevB,EAAA,OAAO,EAAE,gBAfc;AAgBvB,EAAA,aAAa,EAAE,4BAhBQ;AAiBvB,EAAA,OAAO,EAAE,gBAjBc;AAkBvB,EAAA,eAAe,EAAE,gCAlBM;AAmBvB,EAAA,YAAY,EAAE,0BAnBS;AAoBvB,EAAA,kBAAkB,EAAE,sCApBG;AAqBvB,EAAA,KAAK,EAAE,YArBgB;AAsBvB,EAAA,SAAS,EAAE,oBAtBY;AAuBvB,EAAA,YAAY,EAAE,0BAvBS;AAwBvB,EAAA,MAAM,EAAE,cAxBe;AAyBvB,EAAA,YAAY,EAAE,0BAzBS;AA0BvB,EAAA,YAAY,EAAE,0BA1BS;AA2BvB,EAAA,KAAK,EAAE,YA3BgB;AA4BvB,EAAA,SAAS,EAAE,oBA5BY;AA6BvB,EAAA,MAAM,EAAE,cA7Be;AA8BvB,EAAA,IAAI,EAAE,UA9BiB;AA+BvB,EAAA,gBAAgB,EAAE,kCA/BK;AAgCvB,EAAA,SAAS,EAAE,oBAhCY;AAiCvB,EAAA,OAAO,EAAE;AAjCc,CAAlB","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/dashboard';\nimport { ZTicket } from './resources/ZTicket';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n};\n"],"sourceRoot":"","file":"resources.js"}
@@ -25,15 +25,15 @@ exports.CreateUserToSocietyWithPermission = CreateUserToSocietyWithPermission;
25
25
 
26
26
  __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateUserToSocietyWithPermission.prototype, "email", void 0);
27
27
 
28
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateUserToSocietyWithPermission.prototype, "phone", void 0);
29
-
30
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateUserToSocietyWithPermission.prototype, "password", void 0);
31
-
32
28
  __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateUserToSocietyWithPermission.prototype, "firstname", void 0);
33
29
 
34
30
  __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateUserToSocietyWithPermission.prototype, "lastname", void 0);
35
31
 
36
32
  __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], CreateUserToSocietyWithPermission.prototype, "acceptCgv", void 0);
37
33
 
34
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], CreateUserToSocietyWithPermission.prototype, "permissions", void 0);
35
+
38
36
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateUserToSocietyWithPermission.prototype, "acceptNewsletter", void 0);
37
+
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateUserToSocietyWithPermission.prototype, "phone", void 0);
39
39
  //# sourceMappingURL=CreateUserToSocietyWithPermission.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/society/CreateUserToSocietyWithPermission.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAGM,MAAO,iCAAP,CAAwC;;QAAjC,iC,GAAA,iC;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,kCAAA,CAAA,E,2CAAA,E,WAAA,E,KAAoB,CAApB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,aAAA,E,KAAkC,CAAlC,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,2CAAA,E,kBAAA,E,KAA2B,CAA3B,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,OAAA,E,KAAe,CAAf,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { Permissions } from '../user/Permissions';\n\nexport class CreateUserToSocietyWithPermission {\n @ApiProperty()\n email: string;\n @ApiProperty()\n firstname: string;\n @ApiProperty()\n lastname: string;\n @ApiProperty()\n acceptCgv?: boolean; // not sure if needed (maybe more a front notion)\n @ApiProperty()\n permissions: Partial<Permissions>;\n @ApiPropertyOptional()\n acceptNewsletter?: boolean;\n @ApiPropertyOptional()\n phone?: string;\n}"],"sourceRoot":"","file":"CreateUserToSocietyWithPermission.js"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ListUserSociety = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ 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;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class ListUserSociety {}
23
+
24
+ exports.ListUserSociety = ListUserSociety;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Array)], ListUserSociety.prototype, "roles", void 0);
27
+ //# sourceMappingURL=ListUserSociety.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/society/ListUserSociety.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e;;AAEX,UAAA,CAAA,CADC,yBACD,E,gCAAA,CAAA,E,yBAAA,E,OAAA,E,KAAgB,CAAhB,CAAA","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class ListUserSociety {\n @ApiProperty()\n roles: number[];\n}"],"sourceRoot":"","file":"ListUserSociety.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ReadSocietyUsers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"ReadSocietyUsers.js"}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/society/UpdateUserToSocietyWithPermission.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAGM,MAAO,iCAAP,CAAwC;;QAAjC,iC,GAAA,iC;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,aAAA,E,KAAkC,CAAlC,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\nimport { Permissions } from '../user/Permissions';\n\nexport class UpdateUserToSocietyWithPermission {\n @ApiPropertyOptional()\n email: string;\n @ApiPropertyOptional()\n phone: string;\n @ApiPropertyOptional()\n password: string;\n @ApiPropertyOptional()\n firstname: string;\n @ApiPropertyOptional()\n lastname: string;\n @ApiPropertyOptional()\n permissions: Partial<Permissions>;\n}"],"sourceRoot":"","file":"UpdateUserToSocietyWithPermission.js"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryUnexport = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ 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;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class QueryUnexport {}
23
+
24
+ exports.QueryUnexport = QueryUnexport;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], QueryUnexport.prototype, "startDate", void 0);
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], QueryUnexport.prototype, "endDate", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Array)], QueryUnexport.prototype, "idBankAccount", void 0);
31
+ //# sourceMappingURL=QueryUnexport.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/transactions/QueryUnexport.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,gCAAA,CAAA,E,uBAAA,E,eAAA,E,KAAwB,CAAxB,CAAA","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryUnexport {\n @ApiProperty()\n startDate: string;\n\n @ApiProperty()\n endDate: string;\n\n @ApiProperty()\n idBankAccount: number[];\n}\n"],"sourceRoot":"","file":"QueryUnexport.js"}
package/js/types/index.js CHANGED
@@ -4168,30 +4168,6 @@ Object.keys(_QueryUserSmsConfirmation).forEach(function (key) {
4168
4168
  });
4169
4169
  });
4170
4170
 
4171
- var _CreateUserToSocietyWithPermission = require("./Interface/api/user/CreateUserToSocietyWithPermission");
4172
-
4173
- Object.keys(_CreateUserToSocietyWithPermission).forEach(function (key) {
4174
- if (key === "default" || key === "__esModule") return;
4175
- Object.defineProperty(exports, key, {
4176
- enumerable: true,
4177
- get: function () {
4178
- return _CreateUserToSocietyWithPermission[key];
4179
- }
4180
- });
4181
- });
4182
-
4183
- var _UpdateUserToSocietyWithPermission = require("./Interface/api/user/UpdateUserToSocietyWithPermission");
4184
-
4185
- Object.keys(_UpdateUserToSocietyWithPermission).forEach(function (key) {
4186
- if (key === "default" || key === "__esModule") return;
4187
- Object.defineProperty(exports, key, {
4188
- enumerable: true,
4189
- get: function () {
4190
- return _UpdateUserToSocietyWithPermission[key];
4191
- }
4192
- });
4193
- });
4194
-
4195
4171
  var _Permissions = require("./Interface/api/user/Permissions");
4196
4172
 
4197
4173
  Object.keys(_Permissions).forEach(function (key) {
@@ -4312,6 +4288,54 @@ Object.keys(_UpdateSociety).forEach(function (key) {
4312
4288
  });
4313
4289
  });
4314
4290
 
4291
+ var _ListUserSociety = require("./Interface/api/society/ListUserSociety");
4292
+
4293
+ Object.keys(_ListUserSociety).forEach(function (key) {
4294
+ if (key === "default" || key === "__esModule") return;
4295
+ Object.defineProperty(exports, key, {
4296
+ enumerable: true,
4297
+ get: function () {
4298
+ return _ListUserSociety[key];
4299
+ }
4300
+ });
4301
+ });
4302
+
4303
+ var _CreateUserToSocietyWithPermission = require("./Interface/api/society/CreateUserToSocietyWithPermission");
4304
+
4305
+ Object.keys(_CreateUserToSocietyWithPermission).forEach(function (key) {
4306
+ if (key === "default" || key === "__esModule") return;
4307
+ Object.defineProperty(exports, key, {
4308
+ enumerable: true,
4309
+ get: function () {
4310
+ return _CreateUserToSocietyWithPermission[key];
4311
+ }
4312
+ });
4313
+ });
4314
+
4315
+ var _UpdateUserToSocietyWithPermission = require("./Interface/api/society/UpdateUserToSocietyWithPermission");
4316
+
4317
+ Object.keys(_UpdateUserToSocietyWithPermission).forEach(function (key) {
4318
+ if (key === "default" || key === "__esModule") return;
4319
+ Object.defineProperty(exports, key, {
4320
+ enumerable: true,
4321
+ get: function () {
4322
+ return _UpdateUserToSocietyWithPermission[key];
4323
+ }
4324
+ });
4325
+ });
4326
+
4327
+ var _ReadSocietyUsers = require("./Interface/api/society/ReadSocietyUsers");
4328
+
4329
+ Object.keys(_ReadSocietyUsers).forEach(function (key) {
4330
+ if (key === "default" || key === "__esModule") return;
4331
+ Object.defineProperty(exports, key, {
4332
+ enumerable: true,
4333
+ get: function () {
4334
+ return _ReadSocietyUsers[key];
4335
+ }
4336
+ });
4337
+ });
4338
+
4315
4339
  var _BasePaginate = require("./Interface/api/BasePaginate");
4316
4340
 
4317
4341
  Object.keys(_BasePaginate).forEach(function (key) {
@@ -4959,4 +4983,16 @@ Object.keys(_GetBalanceSheetModule).forEach(function (key) {
4959
4983
  }
4960
4984
  });
4961
4985
  });
4986
+
4987
+ var _QueryUnexport = require("./Interface/api/transactions/QueryUnexport");
4988
+
4989
+ Object.keys(_QueryUnexport).forEach(function (key) {
4990
+ if (key === "default" || key === "__esModule") return;
4991
+ Object.defineProperty(exports, key, {
4992
+ enumerable: true,
4993
+ get: function () {
4994
+ return _QueryUnexport[key];
4995
+ }
4996
+ });
4997
+ });
4962
4998
  //# sourceMappingURL=index.js.map