@silexpert/core 1.0.170 → 1.0.173
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/TimeRecorder.d.ts +2 -1
- package/es/api/resources/TimeRecorder.d.ts.map +1 -1
- package/es/api/resources/TimeRecorder.js +3 -0
- package/es/api/resources/TimeRecorder.js.map +1 -1
- package/es/api/resources/UnpaidCallHistory.d.ts +6 -0
- package/es/api/resources/UnpaidCallHistory.d.ts.map +1 -0
- package/es/api/resources/UnpaidCallHistory.js +7 -0
- package/es/api/resources/UnpaidCallHistory.js.map +1 -0
- package/es/api/resources/WorkingSchedule.d.ts +2 -1
- package/es/api/resources/WorkingSchedule.d.ts.map +1 -1
- package/es/api/resources/WorkingSchedule.js +3 -0
- package/es/api/resources/WorkingSchedule.js.map +1 -1
- package/es/api/resources/statistic/CustomerSuccess.d.ts +7 -0
- package/es/api/resources/statistic/CustomerSuccess.d.ts.map +1 -0
- package/es/api/resources/statistic/CustomerSuccess.js +7 -0
- package/es/api/resources/statistic/CustomerSuccess.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/PartnerTransactionType.d.ts +4 -0
- package/es/types/Enum/PartnerTransactionType.d.ts.map +1 -1
- package/es/types/Enum/PartnerTransactionType.js +26 -0
- package/es/types/Enum/PartnerTransactionType.js.map +1 -1
- package/es/types/Enum/StatisticType.d.ts +2 -1
- package/es/types/Enum/StatisticType.d.ts.map +1 -1
- package/es/types/Enum/StatisticType.js +1 -0
- package/es/types/Enum/StatisticType.js.map +1 -1
- package/es/types/Enum/UnpaidCallHistoryType.d.ts +10 -0
- package/es/types/Enum/UnpaidCallHistoryType.d.ts.map +1 -0
- package/es/types/Enum/UnpaidCallHistoryType.js +21 -0
- package/es/types/Enum/UnpaidCallHistoryType.js.map +1 -0
- package/es/types/Interface/api/prestations/QueryGetAllPrestations.d.ts +2 -0
- package/es/types/Interface/api/prestations/QueryGetAllPrestations.d.ts.map +1 -1
- package/es/types/Interface/api/prestations/QueryGetAllPrestations.js +14 -0
- package/es/types/Interface/api/prestations/QueryGetAllPrestations.js.map +1 -1
- package/es/types/Interface/api/statistic/QueryCustomerSuccess.d.ts +5 -0
- package/es/types/Interface/api/statistic/QueryCustomerSuccess.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryCustomerSuccess.js +26 -0
- package/es/types/Interface/api/statistic/QueryCustomerSuccess.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryInternal.d.ts +1 -0
- package/es/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
- package/es/types/Interface/api/statistic/QueryInternal.js +7 -1
- package/es/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/es/types/Interface/api/timeRecorder/ReadUsersAbsent.d.ts +7 -0
- package/es/types/Interface/api/timeRecorder/ReadUsersAbsent.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadUsersAbsent.js +2 -0
- package/es/types/Interface/api/timeRecorder/ReadUsersAbsent.js.map +1 -0
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts +16 -0
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts.map +1 -1
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -1
- package/es/types/Interface/models/IInpiPayment.d.ts +1 -1
- package/es/types/Interface/models/IInpiPayment.d.ts.map +1 -1
- package/es/types/Interface/models/IInpiPayment.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +2 -1
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/Interface/models/IUnpaidCallHistory.d.ts +14 -0
- package/es/types/Interface/models/IUnpaidCallHistory.d.ts.map +1 -0
- package/es/types/Interface/models/IUnpaidCallHistory.js +2 -0
- package/es/types/Interface/models/IUnpaidCallHistory.js.map +1 -0
- package/es/types/Interface/models/IUserFile.d.ts +12 -0
- package/es/types/Interface/models/IUserFile.d.ts.map +1 -0
- package/es/types/Interface/models/IUserFile.js +2 -0
- package/es/types/Interface/models/IUserFile.js.map +1 -0
- package/es/types/Interface/models/IUserSocietyPermission.d.ts +4 -2
- package/es/types/Interface/models/IUserSocietyPermission.d.ts.map +1 -1
- package/es/types/Interface/models/IUserSocietyPermission.js.map +1 -1
- package/es/types/index.d.ts +5 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +5 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/TimeRecorder.js +3 -0
- package/js/api/resources/TimeRecorder.js.map +1 -1
- package/js/api/resources/UnpaidCallHistory.js +14 -0
- package/js/api/resources/UnpaidCallHistory.js.map +1 -0
- package/js/api/resources/WorkingSchedule.js +3 -0
- package/js/api/resources/WorkingSchedule.js.map +1 -1
- package/js/api/resources/statistic/CustomerSuccess.js +18 -0
- package/js/api/resources/statistic/CustomerSuccess.js.map +1 -0
- package/js/api/resources.js +5 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/PartnerTransactionType.js +19 -0
- package/js/types/Enum/PartnerTransactionType.js.map +1 -1
- package/js/types/Enum/StatisticType.js +1 -0
- package/js/types/Enum/StatisticType.js.map +1 -1
- package/js/types/Enum/UnpaidCallHistoryType.js +22 -0
- package/js/types/Enum/UnpaidCallHistoryType.js.map +1 -0
- package/js/types/Interface/api/prestations/QueryGetAllPrestations.js +2 -0
- package/js/types/Interface/api/prestations/QueryGetAllPrestations.js.map +1 -1
- package/js/types/Interface/api/statistic/QueryCustomerSuccess.js +24 -0
- package/js/types/Interface/api/statistic/QueryCustomerSuccess.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryInternal.js +1 -0
- package/js/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/js/types/Interface/api/timeRecorder/ReadUsersAbsent.js +6 -0
- package/js/types/Interface/api/timeRecorder/ReadUsersAbsent.js.map +1 -0
- package/js/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -1
- package/js/types/Interface/models/IInpiPayment.js.map +1 -1
- package/js/types/Interface/models/ISociety.js.map +1 -1
- package/js/types/Interface/models/IUnpaidCallHistory.js +6 -0
- package/js/types/Interface/models/IUnpaidCallHistory.js.map +1 -0
- package/js/types/Interface/models/IUserFile.js +6 -0
- package/js/types/Interface/models/IUserFile.js.map +1 -0
- package/js/types/Interface/models/IUserSocietyPermission.js.map +1 -1
- package/js/types/index.js +50 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/TimeRecorder.ts +4 -1
- package/ts/api/resources/UnpaidCallHistory.ts +8 -0
- package/ts/api/resources/WorkingSchedule.ts +5 -1
- package/ts/api/resources/statistic/CustomerSuccess.ts +9 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/PartnerTransactionType.ts +28 -1
- package/ts/types/Enum/StatisticType.ts +1 -0
- package/ts/types/Enum/UnpaidCallHistoryType.ts +20 -0
- package/ts/types/Interface/api/prestations/QueryGetAllPrestations.ts +12 -0
- package/ts/types/Interface/api/statistic/QueryCustomerSuccess.ts +14 -0
- package/ts/types/Interface/api/statistic/QueryInternal.ts +6 -1
- package/ts/types/Interface/api/timeRecorder/ReadUsersAbsent.ts +7 -0
- package/ts/types/Interface/api/workingSchedule/QueryDailyHour.ts +21 -1
- package/ts/types/Interface/models/IInpiPayment.ts +1 -1
- package/ts/types/Interface/models/ISociety.ts +2 -0
- package/ts/types/Interface/models/IUnpaidCallHistory.ts +16 -0
- package/ts/types/Interface/models/IUserFile.ts +14 -0
- package/ts/types/Interface/models/IUserSocietyPermission.ts +4 -2
- package/ts/types/index.ts +6 -1
package/js/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","names":["_Country","require","_Simulation","_PaymentExpectationCustomer","_Payment","_Immobilization","_AccountType","_Transaction","_Account","_Sponsorship","_User","_Survey","_Report","_Letter","_FirstStep","_Society","_Partner","_GeneralLedger","_FecFile","_IncomeStatement","_BalanceSheet","_BalanceSheetModule","_Cerfa","_LegalForm","_Subscription","_Authenticate","_Search","_SalariesFile","_Shine","_PromoCode","_Stocks","_Loan","_SocietyPromoCode","_Dashboard","_ZTicket","_IncomeAllocation","_CustomerProviderOperation","_Step","_RevisionGuide","_Library","_TaxDeadline","_ExerciceNote","_Connector","_PartneredAccountant","_Tax","_QuotesAccount","_Registration","_Journal","_Product","_MealExpense","_InternalInvoicing","_BalanceSheetQuestion","_ExerciceQuestion","_VatControl","_Provision","_AccountingIncome","_AccountingFiles","_BankStatement","_shareCapital","_Closing","_MachineLearning","_WorkingSchedule","_Revision","_Vehicle","_KilometricAllowance","_VatDeclaration","_Qonto","_AffectedPatrimony","_BankAccount","_BudgetInsight","_Log","_Exercice","_Mail","_Regulate","_Employee","_SheetMonthSchedule","_NafCode","_Checklist","_Lettering","_Notification","_Mobile","_Task","_SocietyEvent","_Comment","_NotificationSetting","_cx","_BankList","_ThirdParty","_Alert","_CalendarEvent","_TimeRecorder","_CustomerActivity","_CommercialSetting","_Invoice","_CommercialDocument","_Connection","_Reminder","_Recurrence","_Stripe","_FIle","_SocietyConfig","_LegalNotice","_Accountant","_ExpertAccountant","_Wallet","_PaymentExpectation","_Direction","_TerminationList","_SlowDetection","_Sources","_Commercial","_Facturation","_Inpi","_prestation","_TextMessage","_SocietyConfigBalanceSheet","_SignFile","_Rule","_VatRegimeHistory","_Acceptance","_Rating","_Quotation","_Prestations","resources","exports","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","accountingFiles","AccountingFiles","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","commercial","Commercial","facturation","Facturation","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","regulate","Regulate","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","commercialSetting","CommercialSetting","commercialDocument","CommercialDocument","connection","Connection","invoice","Invoice","reminder","Reminder","recurrence","Recurrence","stripe","Stripe","file","File","wallet","Wallet","societyConfig","SocietyConfig","legalNotice","LegalNotice","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant","paymentExpectation","PaymentExpectation","terminationList","TerminationList","slowDetection","SlowDetection","inpi","Inpi","prestation","Prestation","vatRegimeHistory","VatRegimeHistory","sources","Sources","textMessage","TextMessage","societyConfigBalanceSheet","SocietyConfigBalanceSheet","signFile","SignFile","rule","Rule","rating","Rating","acceptance","Acceptance","quotation","Quotation","prestations","Prestations"],"sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\nimport { Acceptance } from './resources/Acceptance';\nimport { Rating } from './resources/Rating';\nimport { Quotation } from './resources/Quotation';\nimport { Prestations } from './resources/Prestations';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n rating: Rating,\n acceptance: Acceptance,\n quotation: Quotation,\n prestations: Prestations,\n};"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"resources.js","names":["_Country","require","_Simulation","_PaymentExpectationCustomer","_Payment","_Immobilization","_AccountType","_Transaction","_Account","_Sponsorship","_User","_Survey","_Report","_Letter","_FirstStep","_Society","_Partner","_GeneralLedger","_FecFile","_IncomeStatement","_BalanceSheet","_BalanceSheetModule","_Cerfa","_LegalForm","_Subscription","_Authenticate","_Search","_SalariesFile","_Shine","_PromoCode","_Stocks","_Loan","_SocietyPromoCode","_Dashboard","_ZTicket","_IncomeAllocation","_CustomerProviderOperation","_Step","_RevisionGuide","_Library","_TaxDeadline","_ExerciceNote","_Connector","_PartneredAccountant","_Tax","_QuotesAccount","_Registration","_Journal","_Product","_MealExpense","_InternalInvoicing","_BalanceSheetQuestion","_ExerciceQuestion","_VatControl","_Provision","_AccountingIncome","_AccountingFiles","_BankStatement","_shareCapital","_Closing","_MachineLearning","_WorkingSchedule","_Revision","_Vehicle","_KilometricAllowance","_VatDeclaration","_Qonto","_AffectedPatrimony","_BankAccount","_BudgetInsight","_Log","_Exercice","_Mail","_Regulate","_Employee","_SheetMonthSchedule","_NafCode","_Checklist","_Lettering","_Notification","_Mobile","_Task","_SocietyEvent","_Comment","_NotificationSetting","_cx","_BankList","_ThirdParty","_Alert","_CalendarEvent","_TimeRecorder","_CustomerActivity","_CommercialSetting","_Invoice","_CommercialDocument","_Connection","_Reminder","_Recurrence","_Stripe","_FIle","_SocietyConfig","_LegalNotice","_Accountant","_ExpertAccountant","_Wallet","_PaymentExpectation","_Direction","_TerminationList","_SlowDetection","_Sources","_Commercial","_Facturation","_Inpi","_prestation","_TextMessage","_SocietyConfigBalanceSheet","_SignFile","_Rule","_VatRegimeHistory","_Acceptance","_Rating","_Quotation","_Prestations","_CustomerSuccess","_UnpaidCallHistory","resources","exports","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","accountingFiles","AccountingFiles","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","commercial","Commercial","facturation","Facturation","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","regulate","Regulate","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","commercialSetting","CommercialSetting","commercialDocument","CommercialDocument","connection","Connection","invoice","Invoice","reminder","Reminder","recurrence","Recurrence","stripe","Stripe","file","File","wallet","Wallet","societyConfig","SocietyConfig","legalNotice","LegalNotice","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant","statisticCustomerSuccess","StatisticCustomerSuccess","paymentExpectation","PaymentExpectation","terminationList","TerminationList","slowDetection","SlowDetection","inpi","Inpi","prestation","Prestation","vatRegimeHistory","VatRegimeHistory","sources","Sources","textMessage","TextMessage","societyConfigBalanceSheet","SocietyConfigBalanceSheet","signFile","SignFile","rule","Rule","rating","Rating","acceptance","Acceptance","quotation","Quotation","prestations","Prestations","unpaidCallHistory","UnpaidCallHistory"],"sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\nimport { Acceptance } from './resources/Acceptance';\nimport { Rating } from './resources/Rating';\nimport { Quotation } from './resources/Quotation';\nimport { Prestations } from './resources/Prestations';\nimport { StatisticCustomerSuccess } from './resources/statistic/CustomerSuccess';\nimport { UnpaidCallHistory } from './resources/UnpaidCallHistory';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n statisticCustomerSuccess: StatisticCustomerSuccess,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n rating: Rating,\n acceptance: Acceptance,\n quotation: Quotation,\n prestations: Prestations,\n unpaidCallHistory: UnpaidCallHistory,\n};"],"mappings":"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"}
|
|
@@ -12,4 +12,23 @@ var PartnerTransactionType = exports.PartnerTransactionType = undefined;
|
|
|
12
12
|
PartnerTransactionType[PartnerTransactionType["STRIPE"] = 5] = "STRIPE";
|
|
13
13
|
PartnerTransactionType[PartnerTransactionType["JE_DECLARE"] = 6] = "JE_DECLARE";
|
|
14
14
|
})(PartnerTransactionType || (exports.PartnerTransactionType = PartnerTransactionType = {}));
|
|
15
|
+
const PartnerTransactionTypeList = exports.PartnerTransactionTypeList = [{
|
|
16
|
+
value: PartnerTransactionType.OTHER,
|
|
17
|
+
text: 'Autres (CSV, Notes de frais, Espèces)'
|
|
18
|
+
}, {
|
|
19
|
+
value: PartnerTransactionType.BUDGET_INSIGHT,
|
|
20
|
+
text: 'Budget Insight'
|
|
21
|
+
}, {
|
|
22
|
+
value: PartnerTransactionType.QONTO,
|
|
23
|
+
text: 'Qonto'
|
|
24
|
+
}, {
|
|
25
|
+
value: PartnerTransactionType.SHINE,
|
|
26
|
+
text: 'Shine'
|
|
27
|
+
}, {
|
|
28
|
+
value: PartnerTransactionType.STRIPE,
|
|
29
|
+
text: 'Stripe'
|
|
30
|
+
}, {
|
|
31
|
+
value: PartnerTransactionType.JE_DECLARE,
|
|
32
|
+
text: 'Je Declare'
|
|
33
|
+
}];
|
|
15
34
|
//# sourceMappingURL=PartnerTransactionType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PartnerTransactionType.js","names":["PartnerTransactionType","exports","undefined"],"sources":["../../../ts/types/Enum/PartnerTransactionType.ts"],"sourcesContent":["export enum PartnerTransactionType {\n OTHER = 1,\n BUDGET_INSIGHT = 2,\n QONTO = 3,\n SHINE = 4,\n STRIPE = 5,\n JE_DECLARE = 6,\n}"],"mappings":";;;;;AAAA,IAAYA,sBAOX,GAAAC,OAAA,CAPWD,sBAOX,GAAAE,SAAA;AAPD,WAAYF,sBAAsB;EAChCA,sBAAA,CAAAA,sBAAA,wBAAS;EACTA,sBAAA,CAAAA,sBAAA,0CAAkB;EAClBA,sBAAA,CAAAA,sBAAA,wBAAS;EACTA,sBAAA,CAAAA,sBAAA,wBAAS;EACTA,sBAAA,CAAAA,sBAAA,0BAAU;EACVA,sBAAA,CAAAA,sBAAA,kCAAc;AAChB,CAAC,EAPWA,sBAAsB,KAAAC,OAAA,CAAtBD,sBAOX,GAPWA,sBAAsB"}
|
|
1
|
+
{"version":3,"file":"PartnerTransactionType.js","names":["PartnerTransactionType","exports","undefined","PartnerTransactionTypeList","value","OTHER","text","BUDGET_INSIGHT","QONTO","SHINE","STRIPE","JE_DECLARE"],"sources":["../../../ts/types/Enum/PartnerTransactionType.ts"],"sourcesContent":["export enum PartnerTransactionType {\n OTHER = 1,\n BUDGET_INSIGHT = 2,\n QONTO = 3,\n SHINE = 4,\n STRIPE = 5,\n JE_DECLARE = 6,\n}\n\nexport const PartnerTransactionTypeList: Array<{ value: PartnerTransactionType, text: string }> = [\n {\n value: PartnerTransactionType.OTHER,\n text: 'Autres (CSV, Notes de frais, Espèces)',\n },\n {\n value: PartnerTransactionType.BUDGET_INSIGHT,\n text: 'Budget Insight',\n },\n {\n value: PartnerTransactionType.QONTO,\n text: 'Qonto',\n },\n {\n value: PartnerTransactionType.SHINE,\n text: 'Shine',\n },\n {\n value: PartnerTransactionType.STRIPE,\n text: 'Stripe',\n },\n {\n value: PartnerTransactionType.JE_DECLARE,\n text: 'Je Declare',\n },\n];\n"],"mappings":";;;;;AAAA,IAAYA,sBAOX,GAAAC,OAAA,CAPWD,sBAOX,GAAAE,SAAA;AAPD,WAAYF,sBAAsB;EAChCA,sBAAA,CAAAA,sBAAA,wBAAS;EACTA,sBAAA,CAAAA,sBAAA,0CAAkB;EAClBA,sBAAA,CAAAA,sBAAA,wBAAS;EACTA,sBAAA,CAAAA,sBAAA,wBAAS;EACTA,sBAAA,CAAAA,sBAAA,0BAAU;EACVA,sBAAA,CAAAA,sBAAA,kCAAc;AAChB,CAAC,EAPWA,sBAAsB,KAAAC,OAAA,CAAtBD,sBAOX,GAPWA,sBAAsB;AAS3B,MAAMG,0BAA0B,GAAAF,OAAA,CAA1BE,0BAA0B,GAA2D,CAChG;EACEC,KAAK,EAAEJ,sBAAsB,CAACK,KAAK;EACnCC,IAAI,EAAE;CACP,EACD;EACEF,KAAK,EAAEJ,sBAAsB,CAACO,cAAc;EAC5CD,IAAI,EAAE;CACP,EACD;EACEF,KAAK,EAAEJ,sBAAsB,CAACQ,KAAK;EACnCF,IAAI,EAAE;CACP,EACD;EACEF,KAAK,EAAEJ,sBAAsB,CAACS,KAAK;EACnCH,IAAI,EAAE;CACP,EACD;EACEF,KAAK,EAAEJ,sBAAsB,CAACU,MAAM;EACpCJ,IAAI,EAAE;CACP,EACD;EACEF,KAAK,EAAEJ,sBAAsB,CAACW,UAAU;EACxCL,IAAI,EAAE;CACP,CACF"}
|
|
@@ -18,5 +18,6 @@ var StatisticType = exports.StatisticType = undefined;
|
|
|
18
18
|
StatisticType[StatisticType["ACCOUNTANT_BALANCE_SHEET"] = 11] = "ACCOUNTANT_BALANCE_SHEET";
|
|
19
19
|
StatisticType[StatisticType["ACCOUNTANT_ADDITIONNAL_SELL"] = 12] = "ACCOUNTANT_ADDITIONNAL_SELL";
|
|
20
20
|
StatisticType[StatisticType["ACCOUNTANT_VAT"] = 13] = "ACCOUNTANT_VAT";
|
|
21
|
+
StatisticType[StatisticType["CUSTOMER_SUCCESS_WALL"] = 14] = "CUSTOMER_SUCCESS_WALL";
|
|
21
22
|
})(StatisticType || (exports.StatisticType = StatisticType = {}));
|
|
22
23
|
//# sourceMappingURL=StatisticType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatisticType.js","names":["StatisticType","exports","undefined"],"sources":["../../../ts/types/Enum/StatisticType.ts"],"sourcesContent":["export enum StatisticType {\n DIRECTION = 1,\n EXPERT_ACCOUNTANT_PRODUCTION = 2,\n EXPERT_ACCOUNTANT_CUSTOMER_RELATION = 3,\n EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET = 4,\n EXPERT_ACCOUNTANT_LAB = 5,\n ACCOUNTANT_CUSTOMER_RELATION = 6,\n ACCOUNTANT_WALLET = 7,\n ACCOUNTANT_APPLICATION = 8,\n ACCOUNTANT_PRODUCTION = 9,\n ACCOUNTANT_IS_IR = 10,\n ACCOUNTANT_BALANCE_SHEET = 11,\n ACCOUNTANT_ADDITIONNAL_SELL = 12,\n ACCOUNTANT_VAT = 13,\n}"],"mappings":";;;;;AAAA,IAAYA,
|
|
1
|
+
{"version":3,"file":"StatisticType.js","names":["StatisticType","exports","undefined"],"sources":["../../../ts/types/Enum/StatisticType.ts"],"sourcesContent":["export enum StatisticType {\n DIRECTION = 1,\n EXPERT_ACCOUNTANT_PRODUCTION = 2,\n EXPERT_ACCOUNTANT_CUSTOMER_RELATION = 3,\n EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET = 4,\n EXPERT_ACCOUNTANT_LAB = 5,\n ACCOUNTANT_CUSTOMER_RELATION = 6,\n ACCOUNTANT_WALLET = 7,\n ACCOUNTANT_APPLICATION = 8,\n ACCOUNTANT_PRODUCTION = 9,\n ACCOUNTANT_IS_IR = 10,\n ACCOUNTANT_BALANCE_SHEET = 11,\n ACCOUNTANT_ADDITIONNAL_SELL = 12,\n ACCOUNTANT_VAT = 13,\n CUSTOMER_SUCCESS_WALL = 14,\n}"],"mappings":";;;;;AAAA,IAAYA,aAeX,GAAAC,OAAA,CAfWD,aAeX,GAAAE,SAAA;AAfD,WAAYF,aAAa;EACvBA,aAAA,CAAAA,aAAA,gCAAa;EACbA,aAAA,CAAAA,aAAA,sEAAgC;EAChCA,aAAA,CAAAA,aAAA,oFAAuC;EACvCA,aAAA,CAAAA,aAAA,kGAA8C;EAC9CA,aAAA,CAAAA,aAAA,wDAAyB;EACzBA,aAAA,CAAAA,aAAA,sEAAgC;EAChCA,aAAA,CAAAA,aAAA,gDAAqB;EACrBA,aAAA,CAAAA,aAAA,0DAA0B;EAC1BA,aAAA,CAAAA,aAAA,wDAAyB;EACzBA,aAAA,CAAAA,aAAA,+CAAqB;EACrBA,aAAA,CAAAA,aAAA,+DAA6B;EAC7BA,aAAA,CAAAA,aAAA,qEAAgC;EAChCA,aAAA,CAAAA,aAAA,2CAAmB;EACnBA,aAAA,CAAAA,aAAA,yDAA0B;AAC5B,CAAC,EAfWA,aAAa,KAAAC,OAAA,CAAbD,aAeX,GAfWA,aAAa"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var UnpaidCallHistoryType = exports.UnpaidCallHistoryType = undefined;
|
|
7
|
+
(function (UnpaidCallHistoryType) {
|
|
8
|
+
UnpaidCallHistoryType[UnpaidCallHistoryType["FIRST"] = 1] = "FIRST";
|
|
9
|
+
UnpaidCallHistoryType[UnpaidCallHistoryType["SECOND"] = 2] = "SECOND";
|
|
10
|
+
UnpaidCallHistoryType[UnpaidCallHistoryType["THIRD"] = 3] = "THIRD";
|
|
11
|
+
})(UnpaidCallHistoryType || (exports.UnpaidCallHistoryType = UnpaidCallHistoryType = {}));
|
|
12
|
+
const UnpaidCallHistoryTypeList = exports.UnpaidCallHistoryTypeList = [{
|
|
13
|
+
id: UnpaidCallHistoryType.FIRST,
|
|
14
|
+
label: '1er Appel'
|
|
15
|
+
}, {
|
|
16
|
+
id: UnpaidCallHistoryType.SECOND,
|
|
17
|
+
label: '2ème Appel'
|
|
18
|
+
}, {
|
|
19
|
+
id: UnpaidCallHistoryType.THIRD,
|
|
20
|
+
label: '3ème Appel'
|
|
21
|
+
}];
|
|
22
|
+
//# sourceMappingURL=UnpaidCallHistoryType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UnpaidCallHistoryType.js","names":["UnpaidCallHistoryType","exports","undefined","UnpaidCallHistoryTypeList","id","FIRST","label","SECOND","THIRD"],"sources":["../../../ts/types/Enum/UnpaidCallHistoryType.ts"],"sourcesContent":["export enum UnpaidCallHistoryType {\n FIRST = 1,\n SECOND = 2,\n THIRD = 3,\n}\n\nexport const UnpaidCallHistoryTypeList = [\n {\n id: UnpaidCallHistoryType.FIRST,\n label: '1er Appel',\n },\n {\n id: UnpaidCallHistoryType.SECOND,\n label: '2ème Appel',\n },\n {\n id: UnpaidCallHistoryType.THIRD,\n label: '3ème Appel',\n },\n];"],"mappings":";;;;;AAAA,IAAYA,qBAIX,GAAAC,OAAA,CAJWD,qBAIX,GAAAE,SAAA;AAJD,WAAYF,qBAAqB;EAC/BA,qBAAA,CAAAA,qBAAA,wBAAS;EACTA,qBAAA,CAAAA,qBAAA,0BAAU;EACVA,qBAAA,CAAAA,qBAAA,wBAAS;AACX,CAAC,EAJWA,qBAAqB,KAAAC,OAAA,CAArBD,qBAIX,GAJWA,qBAAqB;AAM1B,MAAMG,yBAAyB,GAAAF,OAAA,CAAzBE,yBAAyB,GAAG,CACvC;EACEC,EAAE,EAAEJ,qBAAqB,CAACK,KAAK;EAC/BC,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACO,MAAM;EAChCD,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACQ,KAAK;EAC/BF,KAAK,EAAE;CACR,CACF"}
|
|
@@ -23,4 +23,6 @@ exports.QueryGetAllPrestations = QueryGetAllPrestations;
|
|
|
23
23
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryGetAllPrestations.prototype, "search", void 0);
|
|
24
24
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsIn)([_PrestationListType.PrestationListType.ACCOUNTANT, _PrestationListType.PrestationListType.JURIDIC, _PrestationListType.PrestationListType.SOCIAL, _PrestationListType.PrestationListType.ATTESTATION]), __metadata("design:type", Number)], QueryGetAllPrestations.prototype, "idType", void 0);
|
|
25
25
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryGetAllPrestations.prototype, "isHidden", void 0);
|
|
26
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryGetAllPrestations.prototype, "isCatalog", void 0);
|
|
27
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryGetAllPrestations.prototype, "isComplementary", void 0);
|
|
26
28
|
//# sourceMappingURL=QueryGetAllPrestations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGetAllPrestations.js","names":["_classValidator","require","_utils","_PrestationListType","_boolean","QueryGetAllPrestations","exports","__decorate","ApiPropertyOptional","IsOptional","IsString","IsInt","IsIn","PrestationListType","ACCOUNTANT","JURIDIC","SOCIAL","ATTESTATION","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/prestations/QueryGetAllPrestations.ts"],"sourcesContent":["import {\n IsOptional, IsString, IsInt, IsIn, IsBoolean,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { PrestationListType } from '../../../Enum/PrestationListType';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryGetAllPrestations {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsIn([PrestationListType.ACCOUNTANT, PrestationListType.JURIDIC, PrestationListType.SOCIAL, PrestationListType.ATTESTATION])\n idType?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isHidden?: boolean;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,mBAAA,GAAAF,OAAA;AACA,IAAAG,QAAA,GAAAH,OAAA;;;;;;;;;;;AAEM,MAAOI,sBAAsB;
|
|
1
|
+
{"version":3,"file":"QueryGetAllPrestations.js","names":["_classValidator","require","_utils","_PrestationListType","_boolean","QueryGetAllPrestations","exports","__decorate","ApiPropertyOptional","IsOptional","IsString","IsInt","IsIn","PrestationListType","ACCOUNTANT","JURIDIC","SOCIAL","ATTESTATION","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/prestations/QueryGetAllPrestations.ts"],"sourcesContent":["import {\n IsOptional, IsString, IsInt, IsIn, IsBoolean,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { PrestationListType } from '../../../Enum/PrestationListType';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryGetAllPrestations {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsIn([PrestationListType.ACCOUNTANT, PrestationListType.JURIDIC, PrestationListType.SOCIAL, PrestationListType.ATTESTATION])\n idType?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isHidden?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isCatalog?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isComplementary?: boolean;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,mBAAA,GAAAF,OAAA;AACA,IAAAG,QAAA,GAAAH,OAAA;;;;;;;;;;;AAEM,MAAOI,sBAAsB;AA6BlCC,OAAA,CA7BYD,sBAAsB,GAAtBA,sBAAsB;AACjCE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,uFACK;AAEhBH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAE,qBAAK,GAAE,EACP,IAAAC,oBAAI,EAAC,CAACC,sCAAkB,CAACC,UAAU,EAAED,sCAAkB,CAACE,OAAO,EAAEF,sCAAkB,CAACG,MAAM,EAAEH,sCAAkB,CAACI,WAAW,CAAC,CAAC,E,uFAC7G;AAEhBV,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAS,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,0FACO;AAEnBZ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAS,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,2FACQ;AAEpBZ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAS,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,iGACc"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryCustomerSuccess = undefined;
|
|
7
|
+
var _classValidator = require("class-validator");
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
var _StatisticType = require("../../../Enum/StatisticType");
|
|
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
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
18
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
19
|
+
};
|
|
20
|
+
class QueryCustomerSuccess {}
|
|
21
|
+
exports.QueryCustomerSuccess = QueryCustomerSuccess;
|
|
22
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryCustomerSuccess.prototype, "endDate", void 0);
|
|
23
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsIn)(Object.values(_StatisticType.StatisticType)), __metadata("design:type", Number)], QueryCustomerSuccess.prototype, "type", void 0);
|
|
24
|
+
//# sourceMappingURL=QueryCustomerSuccess.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryCustomerSuccess.js","names":["_classValidator","require","_utils","_StatisticType","QueryCustomerSuccess","exports","__decorate","ApiProperty","IsDate","Date","IsNumber","IsIn","Object","values","StatisticType"],"sources":["../../../../../ts/types/Interface/api/statistic/QueryCustomerSuccess.ts"],"sourcesContent":["import { IsNumber, IsDate, IsIn } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { StatisticType } from '../../../Enum/StatisticType';\n\nexport class QueryCustomerSuccess {\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n @IsIn(Object.values(StatisticType))\n type: number;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,cAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,oBAAoB;AAShCC,OAAA,CATYD,oBAAoB,GAApBA,oBAAoB;AAC/BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,sBAAM,GAAE,E,0BACAC,IAAI,E,oDAAC;AAEdH,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAG,wBAAQ,GAAE,EACV,IAAAC,oBAAI,EAACC,MAAM,CAACC,MAAM,CAACC,4BAAa,CAAC,CAAC,E,mFACtB"}
|
|
@@ -20,4 +20,5 @@ class QueryInternal {}
|
|
|
20
20
|
exports.QueryInternal = QueryInternal;
|
|
21
21
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), __metadata("design:type", Boolean)], QueryInternal.prototype, "expertProduction", void 0);
|
|
22
22
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryInternal.prototype, "idUser", void 0);
|
|
23
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QueryInternal.prototype, "idUsers", void 0);
|
|
23
24
|
//# sourceMappingURL=QueryInternal.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryInternal.js","names":["_classValidator","require","_utils","QueryInternal","exports","__decorate","ApiPropertyOptional","IsOptional","IsBoolean","IsNumber"],"sources":["../../../../../ts/types/Interface/api/statistic/QueryInternal.ts"],"sourcesContent":["import {\n IsNumber, IsOptional, IsBoolean,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryInternal {\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n expertProduction?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idUser?: number;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,aAAa;
|
|
1
|
+
{"version":3,"file":"QueryInternal.js","names":["_classValidator","require","_utils","QueryInternal","exports","__decorate","ApiPropertyOptional","IsOptional","IsBoolean","IsNumber","IsArray"],"sources":["../../../../../ts/types/Interface/api/statistic/QueryInternal.ts"],"sourcesContent":["import {\n IsNumber, IsOptional, IsBoolean, IsArray,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryInternal {\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n expertProduction?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idUsers?: number[];\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,aAAa;AAezBC,OAAA,CAfYD,aAAa,GAAbA,aAAa;AACxBE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,yBAAS,GAAE,E,yFACe;AAE3BH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAE,wBAAQ,GAAE,E,8EACK;AAEhBJ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAG,uBAAO,GAAE,E,8EACS"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadUsersAbsent.js","names":[],"sources":["../../../../../ts/types/Interface/api/timeRecorder/ReadUsersAbsent.ts"],"sourcesContent":["import { IUser } from '../../models/IUser';\nimport { DailyHour } from '../workingSchedule/QueryDailyHour';\n\nexport interface ReadUsersAbsent {\n user: IUser,\n specialHours: DailyHour,\n}"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryDailyHour.js","names":[],"sources":["../../../../../ts/types/Interface/api/workingSchedule/QueryDailyHour.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"QueryDailyHour.js","names":[],"sources":["../../../../../ts/types/Interface/api/workingSchedule/QueryDailyHour.ts"],"sourcesContent":["import { IFile } from '../../models/IFile';\n\nexport interface DailyHour {\n from: number;\n to: number;\n start?: string;\n end?: string;\n class?: string;\n}\nexport interface SpecialHours {\n 1?: DailyHour | DailyHour[];\n 2?: DailyHour | DailyHour[];\n 3?: DailyHour | DailyHour[];\n 4?: DailyHour | DailyHour[];\n 5?: DailyHour | DailyHour[];\n}\n\nexport type ReadFilesUser = Array< {\n name: string;\n createdAt: string;\n}>;\n\nexport type ReadWorkingSchedule = Array< {\n idDay: number;\n idUser: number;\n idWorkingSchedule: number;\n isRemote: boolean;\n morningStart: string;\n morningEnd: string;\n afternoonStart: string;\n afternoonEnd: string;\n files?: IFile[];\n}\n>;\n"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IInpiPayment.js","names":[],"sources":["../../../../ts/types/Interface/models/IInpiPayment.ts"],"sourcesContent":["import { ISociety } from './ISociety';\nimport { IUser } from './IUser';\nimport { IExercice } from './IExercice';\nimport { IPrestation } from './IPrestation';\nimport { IPaymentExpectation } from './IPaymentExpectation';\n\nexport interface IInpiPayment {\n id?: number,\n costType: string,\n fileNumber: string,\n amount: number,\n commission: number,\n type: number,\n state: number,\n idSociety: number\n idUserWhoCreated: number,\n idExercice: number,\n idPrestationRelated: number,\n idPrestation?: number,\n idPaymentExpectation?: number,\n createdAt?: Date;\n updatedAt?: Date;\n\n // Associations\n society?: ISociety;\n userWhoCreated?: IUser;\n exercice?: IExercice;\n prestationRelated?: IPrestation;\n prestation?: IPrestation;\n paymentExpectation?: IPaymentExpectation;\n}"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"IInpiPayment.js","names":[],"sources":["../../../../ts/types/Interface/models/IInpiPayment.ts"],"sourcesContent":["import { ISociety } from './ISociety';\nimport { IUser } from './IUser';\nimport { IExercice } from './IExercice';\nimport { IPrestation } from './IPrestation';\nimport { IPaymentExpectation } from './IPaymentExpectation';\n\nexport interface IInpiPayment {\n id?: number,\n costType: string,\n fileNumber: string,\n amount: number,\n commission: number,\n type: number,\n state: number,\n idSociety: number\n idUserWhoCreated: number | number[],\n idExercice: number,\n idPrestationRelated: number,\n idPrestation?: number,\n idPaymentExpectation?: number,\n createdAt?: Date;\n updatedAt?: Date;\n\n // Associations\n society?: ISociety;\n userWhoCreated?: IUser;\n exercice?: IExercice;\n prestationRelated?: IPrestation;\n prestation?: IPrestation;\n paymentExpectation?: IPaymentExpectation;\n}"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISociety.js","names":[],"sources":["../../../../ts/types/Interface/models/ISociety.ts"],"sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollowedQualityMail } from './IFollowedQualityMail';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceding } from './ISocietyProceding';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ISurvey } from './ISurvey';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport { ISocietyEvent } from './ISocietyEvent';\nimport {\n ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission,\n ISocietyConfigBalanceSheet,\n} from '../..';\nimport { IBrandType } from './IBrandType';\n\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateInscription: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n folderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n vatUploadDay: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n leadQuotation: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n profitsType: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: CountryId | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n oldNafCode: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n idVatForInternalInvoicing: number;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n folderCreation: boolean;\n hideSimulationBetaMessage: boolean;\n unpaid: number | null;\n isLate: boolean | null;\n unpaidDetails: UnpaidDetail[] | null;\n owner: IUser | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n startAt?: Date | null;\n idSoftware: number | null;\n canceledFirstStepAt: Date | null;\n completedFirstStepAt: Date | null;\n lastMobileConnection: Date | null;\n idNafCode: number | null;\n canceledFirstStepTourAt: Date | null;\n step: string | null;\n hidePartneredAccountantsBubbleLink: boolean | null;\n cancelCompleteCreationModal: Date | null;\n isCreatedInApp: boolean;\n\n // Associations\n accounts?: IAccount[];\n comments?: IComment[];\n thirdParty?: IThirdParty[];\n reports?: IReport[];\n connectors?: IConnector[];\n bankConnections?: IBankConnection[];\n societiesFollowedQualityMail?: IFollowedQualityMail[];\n societyConfigBalanceSheet?: ISocietyConfigBalanceSheet[];\n societyFollow?: IFollow[];\n paymentsExpectations?: IPaymentExpectation[];\n paymentSchedules?: IPaymentSchedule[];\n legalForm?: ILegalForm;\n oldExpertInfo?: IOldExpertInfo;\n prestationsSocieties?: IPrestation[];\n sector?: ISector;\n refunds?: IRefund[];\n bankAccounts?: IBankAccount[];\n bankPayment?: ISocietyBank;\n compta?: IComptaType;\n typeSubscription?: ISubscriptionType;\n config?: ISocietyConfig;\n gescom?: ISocietyGescom;\n societyCgv?: ISocietyCgv;\n formalism?: IFormalism;\n notes?: ISocietyNote;\n taxSystem?: ITaxSystem;\n tvaRegime?: IVatRegime;\n fiscalRegime?: IFiscalRegime;\n source?: ISource;\n nafCode?: INafCode;\n analyticsUtm?: IAnalyticsUtm;\n activity?: IActivity;\n softwareCompta?: ISoftwareCompta;\n accessToken?: IAccessToken;\n cotations?: ICotation[];\n societyVehicles?: ISocietyVehicle[];\n societyCountry?: ICountry;\n terminationsList?: ITerminationList;\n societyFiles?: ISocietyFile[];\n societyDetail?: ISocietyDetail;\n societySocials?: ISocietySocial[];\n societyJuridical?: ISocietyJuridical;\n paymentWaitings?: IPaymentWaiting[];\n societyExercices?: IExercice[];\n webmailMails?: IWebMail[];\n societyProcedings?: ISocietyProceding[];\n societyStats?: ISocietyStat[];\n survey?: ISurvey[];\n logs?: ILog[];\n sms?: ISms[];\n users?: IUser[];\n userPermission?: IUserSocietyPermission;\n regulates?: IRegulate[];\n brandType?: IBrandType;\n partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];\n partneredAccountantRelated: IPartneredAccountantToSociety;\n events: ISocietyEvent[];\n mails: IMail[];\n transactions: IAccountingTransaction[];\n businessPartners: IBusinessPartner[];\n fecFile: IFecFile | null;\n gedFiles: IGedFile[];\n}"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"ISociety.js","names":[],"sources":["../../../../ts/types/Interface/models/ISociety.ts"],"sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollowedQualityMail } from './IFollowedQualityMail';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceding } from './ISocietyProceding';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ISurvey } from './ISurvey';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport { ISocietyEvent } from './ISocietyEvent';\nimport {\n ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission,\n ISocietyConfigBalanceSheet,\n IUnpaidCallHistory,\n} from '../..';\nimport { IBrandType } from './IBrandType';\n\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateInscription: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n folderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n vatUploadDay: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n leadQuotation: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n profitsType: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: CountryId | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n oldNafCode: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n idVatForInternalInvoicing: number;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n folderCreation: boolean;\n hideSimulationBetaMessage: boolean;\n unpaid: number | null;\n isLate: boolean | null;\n unpaidDetails: UnpaidDetail[] | null;\n owner: IUser | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n startAt?: Date | null;\n idSoftware: number | null;\n canceledFirstStepAt: Date | null;\n completedFirstStepAt: Date | null;\n lastMobileConnection: Date | null;\n idNafCode: number | null;\n canceledFirstStepTourAt: Date | null;\n step: string | null;\n hidePartneredAccountantsBubbleLink: boolean | null;\n cancelCompleteCreationModal: Date | null;\n isCreatedInApp: boolean;\n\n // Associations\n accounts?: IAccount[];\n comments?: IComment[];\n thirdParty?: IThirdParty[];\n reports?: IReport[];\n connectors?: IConnector[];\n bankConnections?: IBankConnection[];\n societiesFollowedQualityMail?: IFollowedQualityMail[];\n societyConfigBalanceSheet?: ISocietyConfigBalanceSheet[];\n societyFollow?: IFollow[];\n paymentsExpectations?: IPaymentExpectation[];\n paymentSchedules?: IPaymentSchedule[];\n legalForm?: ILegalForm;\n oldExpertInfo?: IOldExpertInfo;\n prestationsSocieties?: IPrestation[];\n sector?: ISector;\n refunds?: IRefund[];\n bankAccounts?: IBankAccount[];\n bankPayment?: ISocietyBank;\n compta?: IComptaType;\n typeSubscription?: ISubscriptionType;\n config?: ISocietyConfig;\n gescom?: ISocietyGescom;\n societyCgv?: ISocietyCgv;\n formalism?: IFormalism;\n notes?: ISocietyNote;\n taxSystem?: ITaxSystem;\n tvaRegime?: IVatRegime;\n fiscalRegime?: IFiscalRegime;\n source?: ISource;\n nafCode?: INafCode;\n analyticsUtm?: IAnalyticsUtm;\n activity?: IActivity;\n softwareCompta?: ISoftwareCompta;\n accessToken?: IAccessToken;\n cotations?: ICotation[];\n societyVehicles?: ISocietyVehicle[];\n societyCountry?: ICountry;\n terminationsList?: ITerminationList;\n societyFiles?: ISocietyFile[];\n societyDetail?: ISocietyDetail;\n societySocials?: ISocietySocial[];\n societyJuridical?: ISocietyJuridical;\n paymentWaitings?: IPaymentWaiting[];\n societyExercices?: IExercice[];\n webmailMails?: IWebMail[];\n societyProcedings?: ISocietyProceding[];\n societyStats?: ISocietyStat[];\n survey?: ISurvey[];\n logs?: ILog[];\n sms?: ISms[];\n users?: IUser[];\n userPermission?: IUserSocietyPermission;\n regulates?: IRegulate[];\n brandType?: IBrandType;\n partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];\n partneredAccountantRelated: IPartneredAccountantToSociety;\n events: ISocietyEvent[];\n mails: IMail[];\n transactions: IAccountingTransaction[];\n businessPartners: IBusinessPartner[];\n fecFile: IFecFile | null;\n gedFiles: IGedFile[];\n unpaidCallHistory: IUnpaidCallHistory[];\n}"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IUnpaidCallHistory.js","names":[],"sources":["../../../../ts/types/Interface/models/IUnpaidCallHistory.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { ISociety } from './ISociety';\n\nexport interface IUnpaidCallHistory {\n id?: number,\n idCallType: number,\n idUser: number,\n idSociety: number,\n createdAt?: Date;\n updatedAt?: Date;\n deletedAt?: Date;\n\n // Associations\n user?: IUser;\n society?: ISociety;\n}"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IUserFile.js","names":[],"sources":["../../../../ts/types/Interface/models/IUserFile.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { IFile } from './IFile';\n\nexport interface IUserFile {\n id?: number;\n idUser: number | null;\n idFile: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n user: IUser;\n file: IFile;\n}\n"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUserSocietyPermission.js","names":[],"sources":["../../../../ts/types/Interface/models/IUserSocietyPermission.ts"],"sourcesContent":["import { IPermission } from './IPermission';\nimport { ISociety } from './ISociety';\n\n// usersSocietiesPermissions\nexport interface IUserSocietyPermission {\n id?: number;\n idUser: number | null;\n idPermission: number | null;\n idSociety: number | null;\n isOwner: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n permission
|
|
1
|
+
{"version":3,"file":"IUserSocietyPermission.js","names":[],"sources":["../../../../ts/types/Interface/models/IUserSocietyPermission.ts"],"sourcesContent":["import { IPermission } from './IPermission';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// usersSocietiesPermissions\nexport interface IUserSocietyPermission {\n id?: number;\n idUser: number | null;\n idPermission: number | null;\n idSociety: number | null;\n isOwner: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n permission?: IPermission;\n society?: ISociety;\n user?: IUser;\n}\n"],"mappings":""}
|
package/js/types/index.js
CHANGED
|
@@ -2693,6 +2693,16 @@ Object.keys(_IUserTeam).forEach(function (key) {
|
|
|
2693
2693
|
}
|
|
2694
2694
|
});
|
|
2695
2695
|
});
|
|
2696
|
+
var _IUserFile = require("./Interface/models/IUserFile");
|
|
2697
|
+
Object.keys(_IUserFile).forEach(function (key) {
|
|
2698
|
+
if (key === "default" || key === "__esModule") return;
|
|
2699
|
+
Object.defineProperty(exports, key, {
|
|
2700
|
+
enumerable: true,
|
|
2701
|
+
get: function () {
|
|
2702
|
+
return _IUserFile[key];
|
|
2703
|
+
}
|
|
2704
|
+
});
|
|
2705
|
+
});
|
|
2696
2706
|
var _IUserTest = require("./Interface/models/IUserTest");
|
|
2697
2707
|
Object.keys(_IUserTest).forEach(function (key) {
|
|
2698
2708
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -3263,6 +3273,16 @@ Object.keys(_ICustomerAcceptance).forEach(function (key) {
|
|
|
3263
3273
|
}
|
|
3264
3274
|
});
|
|
3265
3275
|
});
|
|
3276
|
+
var _IUnpaidCallHistory = require("./Interface/models/IUnpaidCallHistory");
|
|
3277
|
+
Object.keys(_IUnpaidCallHistory).forEach(function (key) {
|
|
3278
|
+
if (key === "default" || key === "__esModule") return;
|
|
3279
|
+
Object.defineProperty(exports, key, {
|
|
3280
|
+
enumerable: true,
|
|
3281
|
+
get: function () {
|
|
3282
|
+
return _IUnpaidCallHistory[key];
|
|
3283
|
+
}
|
|
3284
|
+
});
|
|
3285
|
+
});
|
|
3266
3286
|
var _FormAuthenticate = require("./Form/FormAuthenticate");
|
|
3267
3287
|
Object.keys(_FormAuthenticate).forEach(function (key) {
|
|
3268
3288
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -4763,6 +4783,16 @@ Object.keys(_PrestationListType).forEach(function (key) {
|
|
|
4763
4783
|
}
|
|
4764
4784
|
});
|
|
4765
4785
|
});
|
|
4786
|
+
var _UnpaidCallHistoryType = require("./Enum/UnpaidCallHistoryType");
|
|
4787
|
+
Object.keys(_UnpaidCallHistoryType).forEach(function (key) {
|
|
4788
|
+
if (key === "default" || key === "__esModule") return;
|
|
4789
|
+
Object.defineProperty(exports, key, {
|
|
4790
|
+
enumerable: true,
|
|
4791
|
+
get: function () {
|
|
4792
|
+
return _UnpaidCallHistoryType[key];
|
|
4793
|
+
}
|
|
4794
|
+
});
|
|
4795
|
+
});
|
|
4766
4796
|
var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
|
|
4767
4797
|
Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
|
|
4768
4798
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -6313,6 +6343,16 @@ Object.keys(_ReadPaginatedDelays).forEach(function (key) {
|
|
|
6313
6343
|
}
|
|
6314
6344
|
});
|
|
6315
6345
|
});
|
|
6346
|
+
var _ReadUsersAbsent = require("./Interface/api/timeRecorder/ReadUsersAbsent");
|
|
6347
|
+
Object.keys(_ReadUsersAbsent).forEach(function (key) {
|
|
6348
|
+
if (key === "default" || key === "__esModule") return;
|
|
6349
|
+
Object.defineProperty(exports, key, {
|
|
6350
|
+
enumerable: true,
|
|
6351
|
+
get: function () {
|
|
6352
|
+
return _ReadUsersAbsent[key];
|
|
6353
|
+
}
|
|
6354
|
+
});
|
|
6355
|
+
});
|
|
6316
6356
|
var _ReadUsersNotConnected = require("./Interface/api/timeRecorder/ReadUsersNotConnected");
|
|
6317
6357
|
Object.keys(_ReadUsersNotConnected).forEach(function (key) {
|
|
6318
6358
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -6833,6 +6873,16 @@ Object.keys(_QueryGetDirection).forEach(function (key) {
|
|
|
6833
6873
|
}
|
|
6834
6874
|
});
|
|
6835
6875
|
});
|
|
6876
|
+
var _QueryCustomerSuccess = require("./Interface/api/statistic/QueryCustomerSuccess");
|
|
6877
|
+
Object.keys(_QueryCustomerSuccess).forEach(function (key) {
|
|
6878
|
+
if (key === "default" || key === "__esModule") return;
|
|
6879
|
+
Object.defineProperty(exports, key, {
|
|
6880
|
+
enumerable: true,
|
|
6881
|
+
get: function () {
|
|
6882
|
+
return _QueryCustomerSuccess[key];
|
|
6883
|
+
}
|
|
6884
|
+
});
|
|
6885
|
+
});
|
|
6836
6886
|
var _CreatePappers = require("./Interface/api/pappers/CreatePappers");
|
|
6837
6887
|
Object.keys(_CreatePappers).forEach(function (key) {
|
|
6838
6888
|
if (key === "default" || key === "__esModule") return;
|