@silexpert/core 0.4.20 → 0.4.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/Partner.d.ts +2 -2
- package/es/api/resources/Partner.d.ts.map +1 -1
- package/es/api/resources/Partner.js +2 -2
- package/es/api/resources/Partner.js.map +1 -1
- package/es/api/resources/Subscription.d.ts +6 -0
- package/es/api/resources/Subscription.d.ts.map +1 -0
- package/es/api/resources/Subscription.js +7 -0
- package/es/api/resources/Subscription.js.map +1 -0
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/SponsorshipEmailState.d.ts +6 -0
- package/es/types/Enum/SponsorshipEmailState.d.ts.map +1 -0
- package/es/types/Enum/SponsorshipEmailState.js +7 -0
- package/es/types/Enum/SponsorshipEmailState.js.map +1 -0
- package/es/types/Interface/api/partner/GetPartners.d.ts +4 -0
- package/es/types/Interface/api/partner/GetPartners.d.ts.map +1 -0
- package/es/types/Interface/api/partner/GetPartners.js +17 -0
- package/es/types/Interface/api/partner/GetPartners.js.map +1 -0
- package/es/types/Interface/api/sponsorship/CreateSponsorship.d.ts +5 -0
- package/es/types/Interface/api/sponsorship/CreateSponsorship.d.ts.map +1 -0
- package/es/types/Interface/api/sponsorship/CreateSponsorship.js +21 -0
- package/es/types/Interface/api/sponsorship/CreateSponsorship.js.map +1 -0
- package/es/types/Interface/api/sponsorship/QuerySponsorship.d.ts +7 -0
- package/es/types/Interface/api/sponsorship/QuerySponsorship.d.ts.map +1 -0
- package/es/types/Interface/api/sponsorship/QuerySponsorship.js +29 -0
- package/es/types/Interface/api/sponsorship/QuerySponsorship.js.map +1 -0
- package/es/types/Interface/api/sponsorship/SendSponsorshipLink.d.ts +5 -0
- package/es/types/Interface/api/sponsorship/SendSponsorshipLink.d.ts.map +1 -0
- package/es/types/Interface/api/sponsorship/SendSponsorshipLink.js +21 -0
- package/es/types/Interface/api/sponsorship/SendSponsorshipLink.js.map +1 -0
- package/es/types/Interface/api/stripe/QueryStripe.d.ts +5 -0
- package/es/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -0
- package/es/types/Interface/api/stripe/QueryStripe.js +2 -0
- package/es/types/Interface/api/stripe/QueryStripe.js.map +1 -0
- package/es/types/Interface/api/stripe/ReadStripe.d.ts +5 -0
- package/es/types/Interface/api/stripe/ReadStripe.d.ts.map +1 -0
- package/es/types/Interface/api/stripe/ReadStripe.js +2 -0
- package/es/types/Interface/api/stripe/ReadStripe.js.map +1 -0
- package/es/types/Interface/models/IApiError.d.ts +5 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +5 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/ISponsorship.d.ts +9 -0
- package/es/types/Interface/models/ISponsorship.d.ts.map +1 -0
- package/es/types/Interface/models/ISponsorship.js +2 -0
- package/es/types/Interface/models/ISponsorship.js.map +1 -0
- package/es/types/Interface/models/ISponsorshipLink.d.ts +1 -2
- package/es/types/Interface/models/ISponsorshipLink.d.ts.map +1 -1
- package/es/types/Interface/models/ISponsorshipLink.js.map +1 -1
- package/es/types/index.d.ts +8 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +8 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Partner.js +4 -2
- package/js/api/resources/Partner.js.map +1 -1
- package/js/api/resources/Subscription.js +20 -0
- package/js/api/resources/Subscription.js.map +1 -0
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/SponsorshipEmailState.js +13 -0
- package/js/types/Enum/SponsorshipEmailState.js.map +1 -0
- package/js/types/Interface/api/partner/GetPartners.js +27 -0
- package/js/types/Interface/api/partner/GetPartners.js.map +1 -0
- package/js/types/Interface/api/sponsorship/CreateSponsorship.js +29 -0
- package/js/types/Interface/api/sponsorship/CreateSponsorship.js.map +1 -0
- package/js/types/Interface/api/sponsorship/QuerySponsorship.js +33 -0
- package/js/types/Interface/api/sponsorship/QuerySponsorship.js.map +1 -0
- package/js/types/Interface/api/sponsorship/SendSponsorshipLink.js +29 -0
- package/js/types/Interface/api/sponsorship/SendSponsorshipLink.js.map +1 -0
- package/js/types/Interface/api/stripe/QueryStripe.js +6 -0
- package/js/types/Interface/api/stripe/QueryStripe.js.map +1 -0
- package/js/types/Interface/api/stripe/ReadStripe.js +6 -0
- package/js/types/Interface/api/stripe/ReadStripe.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +6 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/ISponsorship.js +6 -0
- package/js/types/Interface/models/ISponsorship.js.map +1 -0
- package/js/types/index.js +96 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Partner.ts +3 -2
- package/ts/api/resources/Subscription.ts +8 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/SponsorshipEmailState.ts +5 -0
- package/ts/types/Interface/api/partner/GetPartners.ts +6 -0
- package/ts/types/Interface/api/sponsorship/CreateSponsorship.ts +9 -0
- package/ts/types/Interface/api/sponsorship/QuerySponsorship.ts +15 -0
- package/ts/types/Interface/api/sponsorship/SendSponsorshipLink.ts +9 -0
- package/ts/types/Interface/api/stripe/QueryStripe.ts +4 -0
- package/ts/types/Interface/api/stripe/ReadStripe.ts +4 -0
- package/ts/types/Interface/models/IApiError.ts +6 -0
- package/ts/types/Interface/models/ISponsorship.ts +9 -0
- package/ts/types/Interface/models/ISponsorshipLink.ts +1 -2
- package/ts/types/index.ts +8 -0
package/es/types/index.js.map
CHANGED
|
@@ -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/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/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/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/api/BasePaginate';\nexport * from './Interface/api/BaseRequest';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccount';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';\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/TypeConnector';\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/Ged';\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/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/QueryResendConfirmationLink';\nexport * from './Interface/api/user/CreateUser';\nexport * from './Interface/api/user/QueryUserSmsConfirmation';\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';\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';\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/pappers/CreatePappers';\nexport * from './Interface/api/bankAccount/DeleteTransaction';\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/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/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/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/api/BasePaginate';\nexport * from './Interface/api/BaseRequest';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccount';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';\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/TypeConnector';\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/SponsorshipEmailState';\nexport * from './Enum/Ged';\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/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/QueryResendConfirmationLink';\nexport * from './Interface/api/user/CreateUser';\nexport * from './Interface/api/user/QueryUserSmsConfirmation';\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';\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';\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../ts/api/resources/Partner.ts"],"names":[],"mappings":";;;;;;;AAAA;;
|
|
1
|
+
{"version":3,"sources":["../../../ts/api/resources/Partner.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAOM,MAAO,OAAP,SAAuB,kBAAvB,CAA+B;AACnC,EAAA,MAAM,CAAC,MAAD,EAAsB;AAC1B,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,SAAjB,EAA4B,MAA5B,CAAP;AACD;;AACD,EAAA,MAAM,CAAC,MAAD,EAAoB;AACxB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,UAAhB,EAA4B;AAAE,MAAA;AAAF,KAA5B,CAAP;AACD;;AANkC;;QAAxB,O,GAAA,O","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ISocietyPartner,\n CreatePartner,\n GetPartners,\n} from '../../types';\n\nexport class Partner extends Resource {\n create(params: CreatePartner): Promise<ISocietyPartner> {\n return this.axios.$post('partner', params);\n }\n getAll(params: GetPartners): Promise<ISocietyPartner[]> {\n return this.axios.$get('partners', { params });\n }\n}"],"sourceRoot":"","file":"Partner.js"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Subscription = undefined;
|
|
7
|
+
|
|
8
|
+
var _Resource = require("../Resource");
|
|
9
|
+
|
|
10
|
+
class Subscription extends _Resource.Resource {
|
|
11
|
+
retrieveUpcomingInvoice(params) {
|
|
12
|
+
return this.axios.$get('/subscription/next-invoice', {
|
|
13
|
+
params
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
exports.Subscription = Subscription;
|
|
20
|
+
//# sourceMappingURL=Subscription.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/api/resources/Subscription.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAGM,MAAO,YAAP,SAA4B,kBAA5B,CAAoC;AACxC,EAAA,uBAAuB,CAAC,MAAD,EAAsC;AAC3D,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,4BAAhB,EAA8C;AAAE,MAAA;AAAF,KAA9C,CAAP;AACD;;AAHuC;;QAA7B,Y,GAAA,Y","sourcesContent":["import { Resource } from '../Resource';\nimport { RetrieveUpcomingInvoiceParams, ReadUpcomingInvoice } from '../../types';\n\nexport class Subscription extends Resource {\n retrieveUpcomingInvoice(params: RetrieveUpcomingInvoiceParams): Promise<ReadUpcomingInvoice> {\n return this.axios.$get('/subscription/next-invoice', { params });\n }\n}\n"],"sourceRoot":"","file":"Subscription.js"}
|
package/js/api/resources.js
CHANGED
|
@@ -45,6 +45,8 @@ var _Cerfa = require("./resources/Cerfa");
|
|
|
45
45
|
|
|
46
46
|
var _LegalForm = require("./resources/LegalForm");
|
|
47
47
|
|
|
48
|
+
var _Subscription = require("./resources/Subscription");
|
|
49
|
+
|
|
48
50
|
var _Authenticate = require("./resources/Authenticate");
|
|
49
51
|
|
|
50
52
|
var _Search = require("./resources/Search");
|
|
@@ -71,6 +73,7 @@ const resources = exports.resources = {
|
|
|
71
73
|
cerfa: _Cerfa.Cerfa,
|
|
72
74
|
legalForm: _LegalForm.LegalForm,
|
|
73
75
|
authenticate: _Authenticate.Authenticate,
|
|
74
|
-
search: _Search.Search
|
|
76
|
+
search: _Search.Search,
|
|
77
|
+
subscription: _Subscription.Subscription
|
|
75
78
|
};
|
|
76
79
|
//# sourceMappingURL=resources.js.map
|
package/js/api/resources.js.map
CHANGED
|
@@ -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;;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,IAAI,EAAE,UARiB;AASvB,EAAA,MAAM,EAAE,cATe;AAUvB,EAAA,MAAM,EAAE,cAVe;AAWvB,EAAA,MAAM,EAAE,cAXe;AAYvB,EAAA,SAAS,EAAE,oBAZY;AAavB,EAAA,OAAO,EAAE,gBAbc;AAcvB,EAAA,OAAO,EAAE,gBAdc;AAevB,EAAA,aAAa,EAAE,4BAfQ;AAgBvB,EAAA,OAAO,EAAE,gBAhBc;AAiBvB,EAAA,eAAe,EAAE,gCAjBM;AAkBvB,EAAA,YAAY,EAAE,0BAlBS;AAmBvB,EAAA,KAAK,EAAE,YAnBgB;AAoBvB,EAAA,SAAS,EAAE,oBApBY;AAqBvB,EAAA,YAAY,EAAE,0BArBS;AAsBvB,EAAA,MAAM,EAAE;
|
|
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;;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,IAAI,EAAE,UARiB;AASvB,EAAA,MAAM,EAAE,cATe;AAUvB,EAAA,MAAM,EAAE,cAVe;AAWvB,EAAA,MAAM,EAAE,cAXe;AAYvB,EAAA,SAAS,EAAE,oBAZY;AAavB,EAAA,OAAO,EAAE,gBAbc;AAcvB,EAAA,OAAO,EAAE,gBAdc;AAevB,EAAA,aAAa,EAAE,4BAfQ;AAgBvB,EAAA,OAAO,EAAE,gBAhBc;AAiBvB,EAAA,eAAe,EAAE,gCAjBM;AAkBvB,EAAA,YAAY,EAAE,0BAlBS;AAmBvB,EAAA,KAAK,EAAE,YAnBgB;AAoBvB,EAAA,SAAS,EAAE,oBApBY;AAqBvB,EAAA,YAAY,EAAE,0BArBS;AAsBvB,EAAA,MAAM,EAAE,cAtBe;AAuBvB,EAAA,YAAY,EAAE;AAvBS,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 { 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';\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 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};\n"],"sourceRoot":"","file":"resources.js"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var SponsorshipEmailState = exports.SponsorshipEmailState = undefined;
|
|
7
|
+
|
|
8
|
+
(function (SponsorshipEmailState) {
|
|
9
|
+
SponsorshipEmailState[SponsorshipEmailState["WAITING"] = 1] = "WAITING";
|
|
10
|
+
SponsorshipEmailState[SponsorshipEmailState["CONFIRMED"] = 2] = "CONFIRMED";
|
|
11
|
+
SponsorshipEmailState[SponsorshipEmailState["PAID"] = 3] = "PAID";
|
|
12
|
+
})(SponsorshipEmailState || (exports.SponsorshipEmailState = SponsorshipEmailState = {}));
|
|
13
|
+
//# sourceMappingURL=SponsorshipEmailState.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/SponsorshipEmailState.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,qBAIX,WAJW,qBAIX,YAJD;;AAAA,CAAA,UAAY,qBAAZ,EAAiC;AAC/B,EAAA,qBAAA,CAAA,qBAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,qBAAA,CAAA,qBAAA,CAAA,WAAA,CAAA,GAAA,CAAA,CAAA,GAAA,WAAA;AACA,EAAA,qBAAA,CAAA,qBAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAA;AACD,CAJD,EAAY,qBAAqB,aAArB,qBAAqB,GAArB,qBAAqB,GAAA,EAAA,CAAjC","sourcesContent":["export enum SponsorshipEmailState {\n WAITING = 1,\n CONFIRMED = 2,\n PAID = 3,\n}"],"sourceRoot":"","file":"SponsorshipEmailState.js"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.GetPartners = 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 GetPartners {}
|
|
23
|
+
|
|
24
|
+
exports.GetPartners = GetPartners;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], GetPartners.prototype, "includeDeletedPartner", void 0);
|
|
27
|
+
//# sourceMappingURL=GetPartners.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/partner/GetPartners.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W;;AAEX,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,qBAAA,E,uBAAA,E,KAAgC,CAAhC,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class GetPartners {\n @ApiPropertyOptional()\n includeDeletedPartner?: boolean;\n}"],"sourceRoot":"","file":"GetPartners.js"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CreateSponsorship = 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 CreateSponsorship {}
|
|
23
|
+
|
|
24
|
+
exports.CreateSponsorship = CreateSponsorship;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateSponsorship.prototype, "idBeneficiary", void 0);
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateSponsorship.prototype, "code", void 0);
|
|
29
|
+
//# sourceMappingURL=CreateSponsorship.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/sponsorship/CreateSponsorship.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,iBAAP,CAAwB;;QAAjB,iB,GAAA,iB;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2BAAA,E,eAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2BAAA,E,MAAA,E,KAAa,CAAb,CAAA","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateSponsorship {\n @ApiProperty()\n idBeneficiary: number;\n\n @ApiProperty()\n code: string;\n}\n"],"sourceRoot":"","file":"CreateSponsorship.js"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QuerySponsorship = 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 QuerySponsorship {}
|
|
23
|
+
|
|
24
|
+
exports.QuerySponsorship = QuerySponsorship;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], QuerySponsorship.prototype, "page", void 0);
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], QuerySponsorship.prototype, "limit", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], QuerySponsorship.prototype, "state", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], QuerySponsorship.prototype, "idSociety", void 0);
|
|
33
|
+
//# sourceMappingURL=QuerySponsorship.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/sponsorship/QuerySponsorship.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,gBAAP,CAAuB;;QAAhB,gB,GAAA,gB;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,0BAAA,E,MAAA,E,KAAa,CAAb,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,0BAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,0BAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,0BAAA,E,WAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QuerySponsorship {\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiProperty()\n idSociety?: number;\n}\n"],"sourceRoot":"","file":"QuerySponsorship.js"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.SendSponsorshipLink = 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 SendSponsorshipLink {}
|
|
23
|
+
|
|
24
|
+
exports.SendSponsorshipLink = SendSponsorshipLink;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], SendSponsorshipLink.prototype, "email", void 0);
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], SendSponsorshipLink.prototype, "idSociety", void 0);
|
|
29
|
+
//# sourceMappingURL=SendSponsorshipLink.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/sponsorship/SendSponsorshipLink.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,mBAAP,CAA0B;;QAAnB,mB,GAAA,mB;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,6BAAA,E,OAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,6BAAA,E,WAAA,E,KAAkB,CAAlB,CAAA","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class SendSponsorshipLink {\n @ApiProperty()\n email: string | string[];\n\n @ApiProperty()\n idSociety: number;\n}\n"],"sourceRoot":"","file":"SendSponsorshipLink.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"QueryStripe.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"ReadStripe.js"}
|
|
@@ -99,6 +99,11 @@ var Code = exports.Code = undefined;
|
|
|
99
99
|
Code["userNotInFmaProcess"] = "user-not-in-maf-process";
|
|
100
100
|
Code["wrongSmsCode"] = "wrong-sms-code"; // Cerfa
|
|
101
101
|
|
|
102
|
-
Code["civilityNotFound"] = "civility_not_found";
|
|
102
|
+
Code["civilityNotFound"] = "civility_not_found"; // Sponsorship
|
|
103
|
+
|
|
104
|
+
Code["emailAlreadyUsedForsponsorship"] = "email_already_used_for_sponsorship";
|
|
105
|
+
Code["idSocietyAlreadyUsedForsponsorship"] = "idSociety_already_used_for_sponsorship";
|
|
106
|
+
Code["sponsorshipCodeDoesntExist"] = "sponsorship_code_doesnt_exist";
|
|
107
|
+
Code["sponsorshipLinkDoesntExist"] = "sponsorship_link_doesnt_exist";
|
|
103
108
|
})(Code || (exports.Code = Code = {}));
|
|
104
109
|
//# sourceMappingURL=IApiError.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"],"sourceRoot":"","file":"IApiError.js"}
|
|
1
|
+
{"version":3,"sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"],"sourceRoot":"","file":"IApiError.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"ISponsorship.js"}
|