@silexpert/core 0.4.53 → 0.4.55

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 (76) hide show
  1. package/es/api/resources/Dashboard.d.ts +2 -1
  2. package/es/api/resources/Dashboard.d.ts.map +1 -1
  3. package/es/api/resources/Dashboard.js +3 -0
  4. package/es/api/resources/Dashboard.js.map +1 -1
  5. package/es/api/resources/IncomeAllocation.d.ts +1 -1
  6. package/es/api/resources/IncomeAllocation.d.ts.map +1 -1
  7. package/es/api/resources/IncomeAllocation.js.map +1 -1
  8. package/es/api/resources/Society.d.ts +1 -1
  9. package/es/api/resources/Society.d.ts.map +1 -1
  10. package/es/api/resources/Society.js +2 -2
  11. package/es/api/resources/Society.js.map +1 -1
  12. package/es/types/Interface/api/dashboard/QueryDeadline.d.ts +6 -0
  13. package/es/types/Interface/api/dashboard/QueryDeadline.d.ts.map +1 -0
  14. package/es/types/Interface/api/dashboard/QueryDeadline.js +25 -0
  15. package/es/types/Interface/api/dashboard/QueryDeadline.js.map +1 -0
  16. package/es/types/Interface/api/dashboard/QueryGescom.d.ts +1 -0
  17. package/es/types/Interface/api/dashboard/QueryGescom.d.ts.map +1 -1
  18. package/es/types/Interface/api/dashboard/QueryGescom.js +4 -0
  19. package/es/types/Interface/api/dashboard/QueryGescom.js.map +1 -1
  20. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts +6 -1
  21. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts.map +1 -1
  22. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
  23. package/es/types/Interface/api/dashboard/ReadDeadline.d.ts +17 -0
  24. package/es/types/Interface/api/dashboard/ReadDeadline.d.ts.map +1 -0
  25. package/es/types/Interface/api/dashboard/ReadDeadline.js +5 -0
  26. package/es/types/Interface/api/dashboard/ReadDeadline.js.map +1 -0
  27. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts +2 -2
  28. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +1 -1
  29. package/es/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
  30. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts +2 -2
  31. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +1 -1
  32. package/es/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
  33. package/es/types/Interface/api/shopify/ShopifyFinancialStatus.d.ts.map +1 -0
  34. package/es/types/Interface/api/shopify/ShopifyFinancialStatus.js.map +1 -0
  35. package/es/types/Interface/api/shopify/ShopifyOrder.d.ts +1 -1
  36. package/es/types/Interface/api/shopify/ShopifyOrder.d.ts.map +1 -1
  37. package/es/types/Interface/api/shopify/ShopifyOrder.js.map +1 -1
  38. package/es/types/index.d.ts +3 -1
  39. package/es/types/index.d.ts.map +1 -1
  40. package/es/types/index.js +3 -1
  41. package/es/types/index.js.map +1 -1
  42. package/js/api/resources/Dashboard.js +6 -0
  43. package/js/api/resources/Dashboard.js.map +1 -1
  44. package/js/api/resources/IncomeAllocation.js.map +1 -1
  45. package/js/api/resources/Society.js +2 -2
  46. package/js/api/resources/Society.js.map +1 -1
  47. package/js/types/Interface/api/dashboard/QueryDeadline.js +31 -0
  48. package/js/types/Interface/api/dashboard/QueryDeadline.js.map +1 -0
  49. package/js/types/Interface/api/dashboard/QueryGescom.js +2 -0
  50. package/js/types/Interface/api/dashboard/QueryGescom.js.map +1 -1
  51. package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
  52. package/js/types/Interface/api/dashboard/ReadDeadline.js +14 -0
  53. package/js/types/Interface/api/dashboard/ReadDeadline.js.map +1 -0
  54. package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
  55. package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
  56. package/js/types/index.js +30 -6
  57. package/js/types/index.js.map +1 -1
  58. package/package.json +1 -1
  59. package/ts/api/resources/Dashboard.ts +6 -0
  60. package/ts/api/resources/IncomeAllocation.ts +1 -1
  61. package/ts/api/resources/Society.ts +2 -2
  62. package/ts/types/Interface/api/dashboard/QueryDeadline.ts +12 -0
  63. package/ts/types/Interface/api/dashboard/QueryGescom.ts +3 -0
  64. package/ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts +7 -1
  65. package/ts/types/Interface/api/dashboard/ReadDeadline.ts +17 -0
  66. package/ts/types/Interface/api/dashboard/ReadTopBuys.ts +2 -2
  67. package/ts/types/Interface/api/dashboard/ReadTopProviders.ts +2 -2
  68. package/ts/types/Interface/api/shopify/ShopifyOrder.ts +1 -3
  69. package/ts/types/index.ts +3 -1
  70. package/es/types/Enum/ShopifyFinancialStatus.d.ts.map +0 -1
  71. package/es/types/Enum/ShopifyFinancialStatus.js.map +0 -1
  72. /package/es/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.d.ts +0 -0
  73. /package/es/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.js +0 -0
  74. /package/js/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.js +0 -0
  75. /package/js/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.js.map +0 -0
  76. /package/ts/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.ts +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';\nexport * from './Interface/models/IAccountingTransaction_new';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/Quality';\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/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';\nexport * from './Enum/Account';\nexport * from './Enum/TypeCustomerProviderOperation';\nexport * from './Enum/EstimateInvoice';\nexport * from './Enum/Gescom';\nexport * from './Enum/TypeIncomeAllocation';\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/customerProviderOperation/CreateCustomerProviderOperation';\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/ReadTurnOverProfitAndLoss';\nexport * from './Interface/api/pdf/BillingDocumentData';\nexport * from './Interface/api/dashboard/QueryBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryVat';\nexport * from './Interface/api/dashboard/QueryTopBuys';\nexport * from './Interface/api/dashboard/QueryTopProviders';\nexport * from './Interface/api/dashboard/ReadBalanceBankAccount';\nexport * from './Interface/api/dashboard/ReadVat';\nexport * from './Interface/api/dashboard/ReadTopBuys';\nexport * from './Interface/api/dashboard/ReadTopProviders';\nexport * from './Interface/api/dashboard/QueryGescom';\nexport * from './Interface/api/dashboard/ReadGescom';\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/shopify/ShopifyOrder';\nexport * from './Interface/api/shopify/address';\nexport * from './Interface/api/shopify/ImportInvoicesShopify';\nexport * from './Interface/api/transactions/QueryUnexport';\nexport * from './Interface/api/crisp/GetCrisp';\nexport * from './Interface/api/incomeAllocation/CreateIncomeAllocation';\nexport * from './Interface/api/incomeAllocation/ReadIncomeAllocation';\nexport * from './Interface/api/incomeAllocation/TypeAndAmount';\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';\nexport * from './Interface/models/IAccountingTransaction_new';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/Quality';\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/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';\nexport * from './Enum/Account';\nexport * from './Enum/TypeCustomerProviderOperation';\nexport * from './Enum/EstimateInvoice';\nexport * from './Enum/Gescom';\nexport * from './Enum/TypeIncomeAllocation';\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/customerProviderOperation/CreateCustomerProviderOperation';\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/ReadTurnOverProfitAndLoss';\nexport * from './Interface/api/pdf/BillingDocumentData';\nexport * from './Interface/api/dashboard/QueryBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryVat';\nexport * from './Interface/api/dashboard/QueryTopBuys';\nexport * from './Interface/api/dashboard/QueryTopProviders';\nexport * from './Interface/api/dashboard/ReadBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryGescom';\nexport * from './Interface/api/dashboard/QueryDeadline';\nexport * from './Interface/api/dashboard/ReadVat';\nexport * from './Interface/api/dashboard/ReadTopBuys';\nexport * from './Interface/api/dashboard/ReadTopProviders';\nexport * from './Interface/api/dashboard/ReadGescom';\nexport * from './Interface/api/dashboard/ReadDeadline';\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/shopify/ShopifyOrder';\nexport * from './Interface/api/shopify/address';\nexport * from './Interface/api/shopify/ImportInvoicesShopify';\nexport * from './Interface/api/transactions/QueryUnexport';\nexport * from './Interface/api/crisp/GetCrisp';\nexport * from './Interface/api/incomeAllocation/CreateIncomeAllocation';\nexport * from './Interface/api/incomeAllocation/ReadIncomeAllocation';\nexport * from './Interface/api/incomeAllocation/TypeAndAmount';\n"]}
@@ -46,6 +46,12 @@ class Dashboard extends _Resource.Resource {
46
46
  });
47
47
  }
48
48
 
49
+ getDeadlines(params) {
50
+ return this.axios.$get(`${ROUTE}/deadlines`, {
51
+ params
52
+ });
53
+ }
54
+
49
55
  }
50
56
 
51
57
  exports.Dashboard = Dashboard;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/api/resources/Dashboard.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAgBA,MAAM,KAAK,GAAG,WAAd;;AACM,MAAO,SAAP,SAAyB,kBAAzB,CAAiC;AACrC,EAAA,wBAAwB,CACtB,MADsB,EACY;AAElC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,wBAAxB,EAAkD;AAAE,MAAA;AAAF,KAAlD,CAAP;AACD;;AAED,EAAA,qBAAqB,CACnB,MADmB,EACY;AAE/B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,qBAAxB,EAA+C;AAAE,MAAA;AAAF,KAA/C,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,MAAD,EAAiB;AACrB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,MAAxB,EAAgC;AAAE,MAAA;AAAF,KAAhC,CAAP;AACD;;AAED,EAAA,SAAS,CAAC,MAAD,EAAoB;AAC3B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,SAAxB,EAAmC;AAAE,MAAA;AAAF,KAAnC,CAAP;AACD;;AAED,EAAA,UAAU,CAAC,KAAD,EAAoB;AAC5B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,UAAxB,EAAoC;AAAE,MAAA,MAAM,EAAE;AAAV,KAApC,CAAP;AACD;;AAED,EAAA,eAAe,CAAC,MAAD,EAA0B;AACvC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,eAAxB,EAAyC;AAAE,MAAA;AAAF,KAAzC,CAAP;AACD;;AA3BoC;;QAA1B,S,GAAA,S","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryBalanceBankAccount,\n QueryTurnoverProfitAndLoss,\n QueryVat,\n QueryTopBuys,\n QueryTopProviders,\n ReadTopProviders,\n ReadTurnoverProfitAndLoss,\n ReadBalanceBankAccount,\n ReadVat,\n ReadTopBuys,\n QueryGescom,\n ReadGescom,\n} from '../../types';\n\nconst ROUTE = 'dashboard';\nexport class Dashboard extends Resource {\n getTurnoverProfitAndLoss(\n params: QueryTurnoverProfitAndLoss,\n ): Promise<ReadTurnoverProfitAndLoss> {\n return this.axios.$get(`${ROUTE}/turnoverProfitAndLoss`, { params });\n }\n\n getBalanceBankAccount(\n params: QueryBalanceBankAccount,\n ): Promise<ReadBalanceBankAccount> {\n return this.axios.$get(`${ROUTE}/balanceBankAccount`, { params });\n }\n\n getVat(params: QueryVat): Promise<ReadVat> {\n return this.axios.$get(`${ROUTE}/vat`, { params });\n }\n\n getGescom(params: QueryGescom): Promise<ReadGescom> {\n return this.axios.$get(`${ROUTE}/gescom`, { params });\n }\n\n getTopBuys(dates: QueryTopBuys): Promise<ReadTopBuys[]> {\n return this.axios.$get(`${ROUTE}/topBuys`, { params: dates });\n }\n\n getTopProviders(params: QueryTopProviders): Promise<ReadTopProviders[]> {\n return this.axios.$get(`${ROUTE}/topProviders`, { params });\n }\n}\n"],"sourceRoot":"","file":"Dashboard.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/Dashboard.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAkBA,MAAM,KAAK,GAAG,WAAd;;AACM,MAAO,SAAP,SAAyB,kBAAzB,CAAiC;AACrC,EAAA,wBAAwB,CACtB,MADsB,EACY;AAElC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,wBAAxB,EAAkD;AAAE,MAAA;AAAF,KAAlD,CAAP;AACD;;AAED,EAAA,qBAAqB,CACnB,MADmB,EACY;AAE/B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,qBAAxB,EAA+C;AAAE,MAAA;AAAF,KAA/C,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,MAAD,EAAiB;AACrB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,MAAxB,EAAgC;AAAE,MAAA;AAAF,KAAhC,CAAP;AACD;;AAED,EAAA,SAAS,CAAC,MAAD,EAAoB;AAC3B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,SAAxB,EAAmC;AAAE,MAAA;AAAF,KAAnC,CAAP;AACD;;AAED,EAAA,UAAU,CAAC,KAAD,EAAoB;AAC5B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,UAAxB,EAAoC;AAAE,MAAA,MAAM,EAAE;AAAV,KAApC,CAAP;AACD;;AAED,EAAA,eAAe,CAAC,MAAD,EAA0B;AACvC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,eAAxB,EAAyC;AAAE,MAAA;AAAF,KAAzC,CAAP;AACD;;AAED,EAAA,YAAY,CAAC,MAAD,EAAsB;AAChC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,YAAxB,EAAsC;AAAE,MAAA;AAAF,KAAtC,CAAP;AACD;;AA/BoC;;QAA1B,S,GAAA,S","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryBalanceBankAccount,\n QueryTurnoverProfitAndLoss,\n QueryVat,\n QueryTopBuys,\n QueryTopProviders,\n ReadTopProviders,\n ReadTurnoverProfitAndLoss,\n ReadBalanceBankAccount,\n ReadVat,\n ReadTopBuys,\n QueryGescom,\n ReadGescom,\n QueryDeadline,\n ReadDeadline,\n} from '../../types';\n\nconst ROUTE = 'dashboard';\nexport class Dashboard extends Resource {\n getTurnoverProfitAndLoss(\n params: QueryTurnoverProfitAndLoss,\n ): Promise<ReadTurnoverProfitAndLoss> {\n return this.axios.$get(`${ROUTE}/turnoverProfitAndLoss`, { params });\n }\n\n getBalanceBankAccount(\n params: QueryBalanceBankAccount,\n ): Promise<ReadBalanceBankAccount> {\n return this.axios.$get(`${ROUTE}/balanceBankAccount`, { params });\n }\n\n getVat(params: QueryVat): Promise<ReadVat> {\n return this.axios.$get(`${ROUTE}/vat`, { params });\n }\n\n getGescom(params: QueryGescom): Promise<ReadGescom> {\n return this.axios.$get(`${ROUTE}/gescom`, { params });\n }\n\n getTopBuys(dates: QueryTopBuys): Promise<ReadTopBuys[]> {\n return this.axios.$get(`${ROUTE}/topBuys`, { params: dates });\n }\n\n getTopProviders(params: QueryTopProviders): Promise<ReadTopProviders[]> {\n return this.axios.$get(`${ROUTE}/topProviders`, { params });\n }\n\n getDeadlines(params: QueryDeadline): Promise<ReadDeadline> {\n return this.axios.$get(`${ROUTE}/deadlines`, { params });\n }\n}\n"],"sourceRoot":"","file":"Dashboard.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/api/resources/IncomeAllocation.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAKM,MAAO,gBAAP,SAAgC,kBAAhC,CAAwC;AAC5C,EAAA,gBAAgB,CAAC,UAAD,EAAmB;AACjC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,4CAA4C,UAAU,EAAtE,CAAP;AACD;;AAED,EAAA,0BAA0B,CAAC,UAAD,EAAqB,QAArB,EAAuC;AAC/D,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,mDAAmD,UAAU,EAA9E,EAAkF,QAAlF,CAAP;AACD;;AAED,EAAA,uBAAuB,CAAC,UAAD,EAAmB;AACxC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,mDAAmD,UAAU,EAA7E,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,MAAD,EAA+B;AACnC,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,oBAAjB,EAAuC,MAAvC,CAAP;AACD;;AAED,EAAA,GAAG,CAAC,UAAD,EAAmB;AACpB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,8BAA8B,UAAU,EAAxD,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,UAAD,EAAmB;AACvB,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,8BAA8B,UAAU,EAA3D,CAAP;AACD;;AAvB2C;;QAAjC,gB,GAAA,gB","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateIncomeAllocation, IFile, TypeAndAmount, ReadIncomeAllocation, IGedFile, IAccountingEntry,\n} from '../../types';\n\nexport class IncomeAllocation extends Resource {\n getTypeAndAmount(idExercice: number): Promise<TypeAndAmount> {\n return this.axios.$get(`/incomeAllocation/typeAndAmount/exercice/${idExercice}`);\n }\n\n createAnnualGeneralMeeting(idExercice: number, formData: FormData): Promise<IGedFile> {\n return this.axios.$post(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`, formData);\n }\n\n getAnnualGeneralMeeting(idExercice: number): Promise<IFile | null> {\n return this.axios.$get(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`);\n }\n\n create(params: CreateIncomeAllocation): Promise<IAccountingEntry[]> {\n return this.axios.$post('/incomeAllocation/', params);\n }\n\n get(idExercice: number): Promise<ReadIncomeAllocation | boolean> {\n return this.axios.$get(`/incomeAllocation/exercice/${idExercice}`);\n }\n\n delete(idExercice: number): Promise<boolean> {\n return this.axios.$delete(`/incomeAllocation/exercice/${idExercice}`);\n }\n}\n"],"sourceRoot":"","file":"IncomeAllocation.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/IncomeAllocation.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAKM,MAAO,gBAAP,SAAgC,kBAAhC,CAAwC;AAC5C,EAAA,gBAAgB,CAAC,UAAD,EAAmB;AACjC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,4CAA4C,UAAU,EAAtE,CAAP;AACD;;AAED,EAAA,0BAA0B,CAAC,UAAD,EAAqB,QAArB,EAAuC;AAC/D,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,mDAAmD,UAAU,EAA9E,EAAkF,QAAlF,CAAP;AACD;;AAED,EAAA,uBAAuB,CAAC,UAAD,EAAmB;AACxC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,mDAAmD,UAAU,EAA7E,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,MAAD,EAA+B;AACnC,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,oBAAjB,EAAuC,MAAvC,CAAP;AACD;;AAED,EAAA,GAAG,CAAC,UAAD,EAAmB;AACpB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,8BAA8B,UAAU,EAAxD,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,UAAD,EAAmB;AACvB,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,8BAA8B,UAAU,EAA3D,CAAP;AACD;;AAvB2C;;QAAjC,gB,GAAA,gB","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateIncomeAllocation, IFile, TypeAndAmount, ReadIncomeAllocation, IGedFile, IAccountingEntry,\n} from '../../types';\n\nexport class IncomeAllocation extends Resource {\n getTypeAndAmount(idExercice: number): Promise<TypeAndAmount> {\n return this.axios.$get(`/incomeAllocation/typeAndAmount/exercice/${idExercice}`);\n }\n\n createAnnualGeneralMeeting(idExercice: number, formData: FormData): Promise<IGedFile> {\n return this.axios.$post(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`, formData);\n }\n\n getAnnualGeneralMeeting(idExercice: number): Promise<IFile | null> {\n return this.axios.$get(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`);\n }\n\n create(params: CreateIncomeAllocation): Promise<IAccountingEntry[]> {\n return this.axios.$post('/incomeAllocation/', params);\n }\n\n get(idExercice: number): Promise<ReadIncomeAllocation> {\n return this.axios.$get(`/incomeAllocation/exercice/${idExercice}`);\n }\n\n delete(idExercice: number): Promise<boolean> {\n return this.axios.$delete(`/incomeAllocation/exercice/${idExercice}`);\n }\n}\n"],"sourceRoot":"","file":"IncomeAllocation.js"}
@@ -20,8 +20,8 @@ class Society extends _Resource.Resource {
20
20
  return this.axios.$put('/society/invoiceEmail', data);
21
21
  }
22
22
 
23
- createSociety(data, fromSubscription) {
24
- return this.axios.$post(`/society/create?fromSubscription=${fromSubscription}`, data);
23
+ createSociety(data, fromSubscription, isCreatedInApp) {
24
+ return this.axios.$post(`/society/create?fromSubscription=${fromSubscription}&isCreatedInApp=${isCreatedInApp}`, data);
25
25
  }
26
26
 
27
27
  updateSociety(id, data) {
@@ -1 +1 @@
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,EAAsB,gBAAtB,EAAwD;AACnE,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,oCAAoC,gBAAgB,EAArE,EAAyE,IAAzE,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;;AACD,EAAA,MAAM,CAAC,EAAD,EAAW;AACf,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,YAAY,EAAE,EAAjC,CAAP;AACD;;AA7CkC;;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, fromSubscription: boolean | string): Promise<ISociety> {\n return this.axios.$post(`/society/create?fromSubscription=${fromSubscription}`, 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 delete(id: number): Promise<number> {\n return this.axios.$delete(`/society/${id}`);\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,EAAsB,gBAAtB,EAA0D,cAA1D,EAAiF;AAC5F,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,oCAAoC,gBAAgB,mBAAmB,cAAc,EAAtG,EAA0G,IAA1G,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;;AACD,EAAA,MAAM,CAAC,EAAD,EAAW;AACf,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,YAAY,EAAE,EAAjC,CAAP;AACD;;AA7CkC;;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, fromSubscription: boolean | string, isCreatedInApp: boolean): Promise<ISociety> {\n return this.axios.$post(`/society/create?fromSubscription=${fromSubscription}&isCreatedInApp=${isCreatedInApp}`, 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 delete(id: number): Promise<number> {\n return this.axios.$delete(`/society/${id}`);\n }\n}\n"],"sourceRoot":"","file":"Society.js"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryDeadline = 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 QueryDeadline {}
23
+
24
+ exports.QueryDeadline = QueryDeadline;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], QueryDeadline.prototype, "startDate", void 0);
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], QueryDeadline.prototype, "endDate", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Array)], QueryDeadline.prototype, "datesType", void 0);
31
+ //# sourceMappingURL=QueryDeadline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/QueryDeadline.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,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,0BAAY,K,CAAZ,CAAA,E,uBAAA,E,WAAA,E,KAA0B,CAA1B,CAAA","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryDeadline {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n\n @ApiProperty()\n datesType?: Array<string>;\n}"],"sourceRoot":"","file":"QueryDeadline.js"}
@@ -30,4 +30,6 @@ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], Query
30
30
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryGescom.prototype, "isPaid", void 0);
31
31
 
32
32
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryGescom.prototype, "isLate", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryGescom.prototype, "isCanceled", void 0);
33
35
  //# sourceMappingURL=QueryGescom.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,qBAAA,E,WAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,qBAAA,E,SAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,qBAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,qBAAA,E,QAAA,E,KAAiB,CAAjB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGescom {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n\n @ApiPropertyOptional()\n isPaid?: boolean;\n\n @ApiPropertyOptional()\n isLate?: boolean;\n}"],"sourceRoot":"","file":"QueryGescom.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,qBAAA,E,WAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,qBAAA,E,SAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,qBAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,qBAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,qBAAA,E,YAAA,E,KAAqB,CAArB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGescom {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n\n @ApiPropertyOptional()\n isPaid?: boolean;\n\n @ApiPropertyOptional()\n isLate?: boolean;\n\n @ApiPropertyOptional()\n isCanceled?: boolean;\n}"],"sourceRoot":"","file":"QueryGescom.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,sBAAP,CAA6B;;QAAtB,sB,GAAA,sB;;AAOP,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e","sourcesContent":["export class ReadBalanceBankAccount {\n periodicity: string;\n nb: number;\n balancesBankDatas: Array<BankAccountData>;\n labels: string[];\n}\n\nexport class BankAccountData {\n idBankAccount?: number;\n noData?: boolean;\n id?: number;\n dateValue?: Date;\n amount?: number;\n}\n"],"sourceRoot":"","file":"ReadBalanceBankAccount.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,sBAAP,CAA6B;;QAAtB,sB,GAAA,sB;;AAaP,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e","sourcesContent":["export class ReadBalanceBankAccount {\n periodicity: string;\n nb: number;\n balancesBankDatas: BankAccountData[][];\n labels: string[];\n totalBalances?: TotalBalances[];\n}\n\nexport type TotalBalances = {\n idBankAccount: number;\n balance: number;\n};\n\nexport class BankAccountData {\n idBankAccount?: number;\n noData?: boolean;\n id?: number;\n dateValue?: Date;\n amount?: number;\n}\n"],"sourceRoot":"","file":"ReadBalanceBankAccount.js"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ class ReadDeadline {}
8
+
9
+ exports.ReadDeadline = ReadDeadline;
10
+
11
+ class CVAEType {}
12
+
13
+ exports.CVAEType = CVAEType;
14
+ //# sourceMappingURL=ReadDeadline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadDeadline.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAaP,MAAO,QAAP,CAAe;;QAAR,Q,GAAA,Q","sourcesContent":["export class ReadDeadline {\n vat?: Array<string>;\n cfe?: Array<string>;\n tvs?: Array<string>;\n balanceSheetClosing?: Array<string>;\n submittingBalanceSheetTaxPurpose?: Array<string>;\n incomeTax?: Array<string>;\n PVAG?: Array<string>;\n CVAE?: CVAEType;\n isSoldes?: Array<string>;\n isDeposits?: Array<string>;\n}\n\nexport class CVAEType {\n deposit: Array<string>;\n declaration: Array<string>;\n}"],"sourceRoot":"","file":"ReadDeadline.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W","sourcesContent":["export class ReadTopBuys {\n id: number;\n name: string;\n amount: number;\n color: string;\n icon: string;\n iconPNG: string;\n}"],"sourceRoot":"","file":"ReadTopBuys.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W","sourcesContent":["export class ReadTopBuys {\n icon: string;\n color: string;\n id: number;\n name: string;\n amount: number;\n iconPNG: string;\n}"],"sourceRoot":"","file":"ReadTopBuys.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,gBAAP,CAAuB;;QAAhB,gB,GAAA,gB","sourcesContent":["export class ReadTopProviders {\n company: string;\n idThirdParty: number;\n amount: number;\n color: string;\n icon: string;\n iconPNG: string;\n}"],"sourceRoot":"","file":"ReadTopProviders.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,gBAAP,CAAuB;;QAAhB,gB,GAAA,gB","sourcesContent":["export class ReadTopProviders {\n icon: string;\n color: string;\n company: string;\n idThirdParty: number;\n amount: number;\n iconPNG: string;\n}"],"sourceRoot":"","file":"ReadTopProviders.js"}
package/js/types/index.js CHANGED
@@ -4576,6 +4576,30 @@ Object.keys(_ReadBalanceBankAccount).forEach(function (key) {
4576
4576
  });
4577
4577
  });
4578
4578
 
4579
+ var _QueryGescom = require("./Interface/api/dashboard/QueryGescom");
4580
+
4581
+ Object.keys(_QueryGescom).forEach(function (key) {
4582
+ if (key === "default" || key === "__esModule") return;
4583
+ Object.defineProperty(exports, key, {
4584
+ enumerable: true,
4585
+ get: function () {
4586
+ return _QueryGescom[key];
4587
+ }
4588
+ });
4589
+ });
4590
+
4591
+ var _QueryDeadline = require("./Interface/api/dashboard/QueryDeadline");
4592
+
4593
+ Object.keys(_QueryDeadline).forEach(function (key) {
4594
+ if (key === "default" || key === "__esModule") return;
4595
+ Object.defineProperty(exports, key, {
4596
+ enumerable: true,
4597
+ get: function () {
4598
+ return _QueryDeadline[key];
4599
+ }
4600
+ });
4601
+ });
4602
+
4579
4603
  var _ReadVat = require("./Interface/api/dashboard/ReadVat");
4580
4604
 
4581
4605
  Object.keys(_ReadVat).forEach(function (key) {
@@ -4612,26 +4636,26 @@ Object.keys(_ReadTopProviders).forEach(function (key) {
4612
4636
  });
4613
4637
  });
4614
4638
 
4615
- var _QueryGescom = require("./Interface/api/dashboard/QueryGescom");
4639
+ var _ReadGescom = require("./Interface/api/dashboard/ReadGescom");
4616
4640
 
4617
- Object.keys(_QueryGescom).forEach(function (key) {
4641
+ Object.keys(_ReadGescom).forEach(function (key) {
4618
4642
  if (key === "default" || key === "__esModule") return;
4619
4643
  Object.defineProperty(exports, key, {
4620
4644
  enumerable: true,
4621
4645
  get: function () {
4622
- return _QueryGescom[key];
4646
+ return _ReadGescom[key];
4623
4647
  }
4624
4648
  });
4625
4649
  });
4626
4650
 
4627
- var _ReadGescom = require("./Interface/api/dashboard/ReadGescom");
4651
+ var _ReadDeadline = require("./Interface/api/dashboard/ReadDeadline");
4628
4652
 
4629
- Object.keys(_ReadGescom).forEach(function (key) {
4653
+ Object.keys(_ReadDeadline).forEach(function (key) {
4630
4654
  if (key === "default" || key === "__esModule") return;
4631
4655
  Object.defineProperty(exports, key, {
4632
4656
  enumerable: true,
4633
4657
  get: function () {
4634
- return _ReadGescom[key];
4658
+ return _ReadDeadline[key];
4635
4659
  }
4636
4660
  });
4637
4661
  });