@silexpert/core 1.1.49 → 1.1.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/es/api/resources/AccountsSectors.d.ts +2 -1
  2. package/es/api/resources/AccountsSectors.d.ts.map +1 -1
  3. package/es/api/resources/AccountsSectors.js +3 -0
  4. package/es/api/resources/AccountsSectors.js.map +1 -1
  5. package/es/api/resources/BusinessSector.d.ts +8 -0
  6. package/es/api/resources/BusinessSector.d.ts.map +1 -0
  7. package/es/api/resources/BusinessSector.js +13 -0
  8. package/es/api/resources/BusinessSector.js.map +1 -0
  9. package/es/api/resources/Payment.d.ts +2 -1
  10. package/es/api/resources/Payment.d.ts.map +1 -1
  11. package/es/api/resources/Payment.js +9 -0
  12. package/es/api/resources/Payment.js.map +1 -1
  13. package/es/api/resources.d.ts +2 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +2 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/Sector.d.ts +33 -3
  18. package/es/types/Enum/Sector.d.ts.map +1 -1
  19. package/es/types/Enum/Sector.js +288 -3
  20. package/es/types/Enum/Sector.js.map +1 -1
  21. package/es/types/Interface/api/account/QueryAccounts.d.ts +3 -0
  22. package/es/types/Interface/api/account/QueryAccounts.d.ts.map +1 -1
  23. package/es/types/Interface/api/account/QueryAccounts.js +12 -0
  24. package/es/types/Interface/api/account/QueryAccounts.js.map +1 -1
  25. package/es/types/Interface/api/accountsSectors/Query.d.ts +4 -0
  26. package/es/types/Interface/api/accountsSectors/Query.d.ts.map +1 -0
  27. package/es/types/Interface/api/accountsSectors/Query.js +19 -0
  28. package/es/types/Interface/api/accountsSectors/Query.js.map +1 -0
  29. package/es/types/Interface/api/businessSector/Create.d.ts +4 -0
  30. package/es/types/Interface/api/businessSector/Create.d.ts.map +1 -0
  31. package/es/types/Interface/api/businessSector/Create.js +17 -0
  32. package/es/types/Interface/api/businessSector/Create.js.map +1 -0
  33. package/es/types/Interface/api/businessSector/Delete.d.ts +4 -0
  34. package/es/types/Interface/api/businessSector/Delete.d.ts.map +1 -0
  35. package/es/types/Interface/api/businessSector/Delete.js +17 -0
  36. package/es/types/Interface/api/businessSector/Delete.js.map +1 -0
  37. package/es/types/Interface/api/businessSector/Query.d.ts +4 -0
  38. package/es/types/Interface/api/businessSector/Query.d.ts.map +1 -0
  39. package/es/types/Interface/api/businessSector/Query.js +17 -0
  40. package/es/types/Interface/api/businessSector/Query.js.map +1 -0
  41. package/es/types/Interface/api/payment/QueryPayment.d.ts +5 -0
  42. package/es/types/Interface/api/payment/QueryPayment.d.ts.map +1 -0
  43. package/es/types/Interface/api/payment/QueryPayment.js +34 -0
  44. package/es/types/Interface/api/payment/QueryPayment.js.map +1 -0
  45. package/es/types/Interface/models/IBusinessSector.d.ts +10 -0
  46. package/es/types/Interface/models/IBusinessSector.d.ts.map +1 -0
  47. package/es/types/Interface/models/IBusinessSector.js +2 -0
  48. package/es/types/Interface/models/IBusinessSector.js.map +1 -0
  49. package/es/types/index.d.ts +6 -0
  50. package/es/types/index.d.ts.map +1 -1
  51. package/es/types/index.js +6 -0
  52. package/es/types/index.js.map +1 -1
  53. package/js/api/resources/AccountsSectors.js +5 -0
  54. package/js/api/resources/AccountsSectors.js.map +1 -1
  55. package/js/api/resources/BusinessSector.js +24 -0
  56. package/js/api/resources/BusinessSector.js.map +1 -0
  57. package/js/api/resources/Payment.js +9 -0
  58. package/js/api/resources/Payment.js.map +1 -1
  59. package/js/api/resources.js +3 -1
  60. package/js/api/resources.js.map +1 -1
  61. package/js/types/Enum/Sector.js +244 -3
  62. package/js/types/Enum/Sector.js.map +1 -1
  63. package/js/types/Interface/api/account/QueryAccounts.js +3 -0
  64. package/js/types/Interface/api/account/QueryAccounts.js.map +1 -1
  65. package/js/types/Interface/api/accountsSectors/Query.js +22 -0
  66. package/js/types/Interface/api/accountsSectors/Query.js.map +1 -0
  67. package/js/types/Interface/api/businessSector/Create.js +21 -0
  68. package/js/types/Interface/api/businessSector/Create.js.map +1 -0
  69. package/js/types/Interface/api/businessSector/Delete.js +21 -0
  70. package/js/types/Interface/api/businessSector/Delete.js.map +1 -0
  71. package/js/types/Interface/api/businessSector/Query.js +21 -0
  72. package/js/types/Interface/api/businessSector/Query.js.map +1 -0
  73. package/js/types/Interface/api/payment/QueryPayment.js +33 -0
  74. package/js/types/Interface/api/payment/QueryPayment.js.map +1 -0
  75. package/js/types/Interface/models/IBusinessSector.js +6 -0
  76. package/js/types/Interface/models/IBusinessSector.js.map +1 -0
  77. package/js/types/index.js +60 -0
  78. package/js/types/index.js.map +1 -1
  79. package/package.json +1 -1
  80. package/ts/api/resources/AccountsSectors.ts +7 -1
  81. package/ts/api/resources/BusinessSector.ts +17 -0
  82. package/ts/api/resources/Payment.ts +11 -1
  83. package/ts/api/resources.ts +2 -0
  84. package/ts/types/Enum/Sector.ts +308 -4
  85. package/ts/types/Interface/api/account/QueryAccounts.ts +9 -0
  86. package/ts/types/Interface/api/accountsSectors/Query.ts +8 -0
  87. package/ts/types/Interface/api/businessSector/Create.ts +6 -0
  88. package/ts/types/Interface/api/businessSector/Delete.ts +6 -0
  89. package/ts/types/Interface/api/businessSector/Query.ts +6 -0
  90. package/ts/types/Interface/api/payment/QueryPayment.ts +22 -0
  91. package/ts/types/Interface/models/IBusinessSector.ts +12 -0
  92. package/ts/types/index.ts +6 -0
@@ -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","_Vat","_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","_CommercialImport","_Team","_CashAndExpense","_Archive","_AccountsSectors","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","vat","Vat","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","commercialImport","CommercialImport","team","Team","cashAndExpense","CashAndExpense","archive","Archive","accountsSector","AccountsSector"],"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 { Vat } from './resources/Vat';\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';\nimport { CommercialImport } from './resources/CommercialImport';\nimport { Team } from './resources/Team';\nimport { CashAndExpense } from './resources/CashAndExpense';\nimport { Archive } from './resources/Archive';\nimport { AccountsSector } from './resources/AccountsSectors';\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 vat: Vat,\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 commercialImport: CommercialImport,\n team: Team,\n cashAndExpense: CashAndExpense,\n archive: Archive,\n accountsSector: AccountsSector,\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","_Vat","_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","_CommercialImport","_Team","_CashAndExpense","_Archive","_AccountsSectors","_BusinessSector","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","vat","Vat","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","commercialImport","CommercialImport","team","Team","cashAndExpense","CashAndExpense","archive","Archive","accountsSector","AccountsSector","businessSector","BusinessSector"],"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 { Vat } from './resources/Vat';\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';\nimport { CommercialImport } from './resources/CommercialImport';\nimport { Team } from './resources/Team';\nimport { CashAndExpense } from './resources/CashAndExpense';\nimport { Archive } from './resources/Archive';\nimport { AccountsSector } from './resources/AccountsSectors';\nimport { BusinessSector } from './resources/BusinessSector';\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 vat: Vat,\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 commercialImport: CommercialImport,\n team: Team,\n cashAndExpense: CashAndExpense,\n archive: Archive,\n accountsSector: AccountsSector,\n businessSector: BusinessSector,\n};"],"mappings":"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"}
@@ -6,8 +6,249 @@ Object.defineProperty(exports, "__esModule", {
6
6
  var Sector = exports.Sector = undefined;
7
7
  (function (Sector) {
8
8
  Sector[Sector["DEFAULT"] = 1] = "DEFAULT";
9
- Sector[Sector["AUTO_ENTREPRENEUR_SERVICE"] = 2] = "AUTO_ENTREPRENEUR_SERVICE";
10
- Sector[Sector["AUTO_ENTREPRENEUR_MERCHANDISE"] = 3] = "AUTO_ENTREPRENEUR_MERCHANDISE";
11
- Sector[Sector["AUTO_ENTREPRENEUR_SERVICE_MERCHANDISE"] = 4] = "AUTO_ENTREPRENEUR_SERVICE_MERCHANDISE";
9
+ Sector[Sector["ECOMMERCE"] = 2] = "ECOMMERCE";
10
+ Sector[Sector["BNC_LIBERAL"] = 3] = "BNC_LIBERAL";
11
+ Sector[Sector["SCI"] = 4] = "SCI";
12
+ Sector[Sector["BTP"] = 5] = "BTP";
13
+ Sector[Sector["CHR"] = 6] = "CHR";
14
+ Sector[Sector["AGRICOLE"] = 7] = "AGRICOLE";
15
+ Sector[Sector["ASSOCATION"] = 8] = "ASSOCATION";
16
+ Sector[Sector["TAXI_VTC"] = 9] = "TAXI_VTC";
17
+ Sector[Sector["ESPECES"] = 10] = "ESPECES";
18
+ Sector[Sector["VAT"] = 11] = "VAT";
19
+ Sector[Sector["SERVICE"] = 12] = "SERVICE";
20
+ Sector[Sector["PRODUITS"] = 13] = "PRODUITS";
21
+ Sector[Sector["MARCHANDISES"] = 14] = "MARCHANDISES";
22
+ Sector[Sector["VEHICULE"] = 15] = "VEHICULE";
23
+ Sector[Sector["IS"] = 16] = "IS";
24
+ Sector[Sector["GERANCE_MAJORITAIRE"] = 17] = "GERANCE_MAJORITAIRE";
12
25
  })(Sector || (exports.Sector = Sector = {}));
26
+ const businessSectors = exports.businessSectors = {
27
+ DEFAULT: {
28
+ id: Sector.DEFAULT,
29
+ name: 'Autre',
30
+ tag: 'AUT',
31
+ type: 'add',
32
+ module: false,
33
+ icon: 'work',
34
+ description: [{
35
+ activated: true,
36
+ label: 'Base plan comptable : Autre'
37
+ }]
38
+ },
39
+ ECOMMERCE: {
40
+ id: Sector.ECOMMERCE,
41
+ name: 'E-commerce',
42
+ type: 'add',
43
+ tag: 'ECO',
44
+ icon: 'language',
45
+ module: false,
46
+ description: [{
47
+ activated: true,
48
+ label: 'Base plan comptable : E-commerce'
49
+ }]
50
+ },
51
+ BNC_LIBERAL: {
52
+ id: Sector.BNC_LIBERAL,
53
+ name: 'Profession libéral',
54
+ type: 'add',
55
+ tag: 'BNC',
56
+ icon: 'person',
57
+ module: false,
58
+ description: [{
59
+ activated: true,
60
+ label: 'Base plan comptable : BNC et libéral'
61
+ }]
62
+ },
63
+ SCI: {
64
+ id: Sector.SCI,
65
+ name: 'SCI',
66
+ type: 'add',
67
+ tag: 'SCI',
68
+ icon: 'home',
69
+ module: false,
70
+ description: [{
71
+ activated: true,
72
+ label: 'Base plan comptable : SCI'
73
+ }]
74
+ },
75
+ BTP: {
76
+ id: Sector.BTP,
77
+ name: 'BTP',
78
+ type: 'add',
79
+ tag: 'BTP',
80
+ icon: 'construction',
81
+ module: false,
82
+ description: [{
83
+ activated: true,
84
+ label: 'Base plan comptable : BTP'
85
+ }]
86
+ },
87
+ CHR: {
88
+ id: Sector.CHR,
89
+ name: 'Café, hôtel ou restaurant',
90
+ type: 'add',
91
+ tag: 'CHR',
92
+ icon: 'coffee',
93
+ module: false,
94
+ description: [{
95
+ activated: true,
96
+ label: 'Base plan comptable : Café, hôtel ou restaurant'
97
+ }]
98
+ },
99
+ AGRICOLE: {
100
+ id: Sector.AGRICOLE,
101
+ name: 'Agricole',
102
+ type: 'add',
103
+ tag: 'AGR',
104
+ icon: 'florist',
105
+ module: false,
106
+ description: [{
107
+ activated: true,
108
+ label: 'Base plan comptable : Agricole'
109
+ }]
110
+ },
111
+ ASSOCATION: {
112
+ id: Sector.ASSOCATION,
113
+ name: 'Association',
114
+ type: 'add',
115
+ tag: 'ASS',
116
+ icon: 'favorite',
117
+ module: false,
118
+ description: [{
119
+ activated: true,
120
+ label: 'Base plan comptable : Association'
121
+ }]
122
+ },
123
+ TAXI_VTC: {
124
+ id: Sector.TAXI_VTC,
125
+ name: 'Taxis ou VTC',
126
+ type: 'add',
127
+ tag: 'VTC',
128
+ icon: 'taxi',
129
+ module: false,
130
+ description: [{
131
+ activated: true,
132
+ label: 'Base plan comptable : Taxi ou VTC'
133
+ }]
134
+ },
135
+ ESPECES: {
136
+ id: Sector.ESPECES,
137
+ name: 'Espèces',
138
+ type: 'add',
139
+ tag: 'ESP',
140
+ module: true,
141
+ description: [{
142
+ activated: false,
143
+ label: 'Désactivation de la catégorie de dépôt de liquidités'
144
+ }, {
145
+ activated: false,
146
+ label: 'Désactivation de la catégorie de dépôt de liquidités'
147
+ }, {
148
+ activated: true,
149
+ label: 'Ajout de la catégorie de dépôt de liquidités'
150
+ }, {
151
+ activated: true,
152
+ label: 'Ajout de la catégorie Dons et pourboires'
153
+ }]
154
+ },
155
+ TVA: {
156
+ id: Sector.VAT,
157
+ name: 'Sans TVA',
158
+ type: 'subtract',
159
+ tag: 'TVA',
160
+ description: [{
161
+ activated: false,
162
+ label: 'Désactivation des catégories liées à la TVA'
163
+ }, {
164
+ activated: true,
165
+ label: 'Ajout des catégories liées à la TVA'
166
+ }],
167
+ module: true
168
+ },
169
+ SERVICE: {
170
+ id: Sector.SERVICE,
171
+ name: 'Prestation de services',
172
+ type: 'add',
173
+ tag: 'SER',
174
+ description: [{
175
+ activated: false,
176
+ label: 'Désactivation des catégories liées à la prestation de services'
177
+ }, {
178
+ activated: true,
179
+ label: 'Ajout de la catégorie Vente de prestation de services'
180
+ }],
181
+ module: true
182
+ },
183
+ PRODUITS: {
184
+ id: Sector.PRODUITS,
185
+ name: 'Produits',
186
+ type: 'add',
187
+ tag: 'PRO',
188
+ module: true,
189
+ description: [{
190
+ activated: false,
191
+ label: 'Désactivation des catégories liées à la vente de produits'
192
+ }, {
193
+ activated: true,
194
+ label: 'Ajout des catégories liées à la vente de produits'
195
+ }]
196
+ },
197
+ MARCHANDISES: {
198
+ id: Sector.MARCHANDISES,
199
+ name: 'Marchandises',
200
+ type: 'add',
201
+ module: true,
202
+ tag: 'MAR',
203
+ description: [{
204
+ activated: false,
205
+ label: 'Désactivation des catégories liées à la vente de marchandises'
206
+ }, {
207
+ activated: true,
208
+ label: 'Ajout des catégories liées à la vente de marchandises'
209
+ }]
210
+ },
211
+ VEHICULE: {
212
+ id: Sector.VEHICULE,
213
+ name: 'Véhicule',
214
+ type: 'add',
215
+ tag: 'VEH',
216
+ module: true,
217
+ description: [{
218
+ activated: false,
219
+ label: 'Désactivation des catégories véhicule'
220
+ }, {
221
+ activated: true,
222
+ label: 'Ajout des catégories véhicule'
223
+ }]
224
+ },
225
+ IS: {
226
+ id: Sector.IS,
227
+ name: 'Impôt sur les sociétés (IS)',
228
+ type: 'add',
229
+ tag: 'IS',
230
+ module: true,
231
+ description: [{
232
+ activated: false,
233
+ label: 'Désactivationde la catégorie Impôt sur les sociétés (IS)'
234
+ }, {
235
+ activated: true,
236
+ label: 'Ajout de la catégorie Impôt sur les sociétés (IS)'
237
+ }]
238
+ },
239
+ GERANCE_MAJORITAIRE: {
240
+ id: Sector.GERANCE_MAJORITAIRE,
241
+ name: 'Gérance majoritaire',
242
+ type: 'add',
243
+ tag: 'GEM',
244
+ module: true,
245
+ description: [{
246
+ activated: false,
247
+ label: 'Désactivation des catégories liées à la gérance majoritaire'
248
+ }, {
249
+ activated: true,
250
+ label: 'Ajout des catégories liées à la gérance majoritaire'
251
+ }]
252
+ }
253
+ };
13
254
  //# sourceMappingURL=Sector.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Sector.js","names":["Sector","exports","undefined"],"sources":["../../../ts/types/Enum/Sector.ts"],"sourcesContent":["export enum Sector {\n DEFAULT = 1,\n AUTO_ENTREPRENEUR_SERVICE = 2,\n AUTO_ENTREPRENEUR_MERCHANDISE = 3,\n AUTO_ENTREPRENEUR_SERVICE_MERCHANDISE = 4,\n}"],"mappings":";;;;;AAAA,IAAYA,MAKX,GAAAC,OAAA,CALWD,MAKX,GAAAE,SAAA;AALD,WAAYF,MAAM;EAChBA,MAAA,CAAAA,MAAA,4BAAW;EACXA,MAAA,CAAAA,MAAA,gEAA6B;EAC7BA,MAAA,CAAAA,MAAA,wEAAiC;EACjCA,MAAA,CAAAA,MAAA,wFAAyC;AAC3C,CAAC,EALWA,MAAM,KAAAC,OAAA,CAAND,MAKX,GALWA,MAAM"}
1
+ {"version":3,"file":"Sector.js","names":["Sector","exports","undefined","businessSectors","DEFAULT","id","name","tag","type","module","icon","description","activated","label","ECOMMERCE","BNC_LIBERAL","SCI","BTP","CHR","AGRICOLE","ASSOCATION","TAXI_VTC","ESPECES","TVA","VAT","SERVICE","PRODUITS","MARCHANDISES","VEHICULE","IS","GERANCE_MAJORITAIRE"],"sources":["../../../ts/types/Enum/Sector.ts"],"sourcesContent":["export enum Sector {\n DEFAULT = 1,\n ECOMMERCE = 2,\n BNC_LIBERAL = 3,\n SCI = 4,\n BTP = 5,\n CHR = 6,\n AGRICOLE = 7,\n ASSOCATION = 8,\n TAXI_VTC = 9,\n ESPECES = 10,\n VAT = 11,\n SERVICE = 12,\n PRODUITS = 13,\n MARCHANDISES = 14,\n VEHICULE = 15,\n IS = 16,\n GERANCE_MAJORITAIRE = 17,\n}\n\nexport type BusinessSectorDescription = {\n activated: boolean;\n label: string;\n};\n\nexport type BusinessSectorTypeContent = {\n name: string;\n id: number;\n type: 'add' | 'subtract';\n tag: string;\n module: boolean,\n description?: BusinessSectorDescription[],\n icon?: string;\n};\nexport type BusinessSectorType = {\n [key: string]: BusinessSectorTypeContent\n};\n\nexport const businessSectors: BusinessSectorType = {\n DEFAULT: {\n id: Sector.DEFAULT,\n name: 'Autre',\n tag: 'AUT',\n type: 'add',\n module: false,\n icon: 'work',\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Autre',\n },\n ],\n },\n ECOMMERCE: {\n id: Sector.ECOMMERCE,\n name: 'E-commerce',\n type: 'add',\n tag: 'ECO',\n icon: 'language',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : E-commerce',\n },\n ],\n },\n BNC_LIBERAL: {\n id: Sector.BNC_LIBERAL,\n name: 'Profession libéral',\n type: 'add',\n tag: 'BNC',\n icon: 'person',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : BNC et libéral',\n },\n ],\n },\n SCI: {\n id: Sector.SCI,\n name: 'SCI',\n type: 'add',\n tag: 'SCI',\n icon: 'home',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : SCI',\n },\n ],\n },\n BTP: {\n id: Sector.BTP,\n name: 'BTP',\n type: 'add',\n tag: 'BTP',\n icon: 'construction',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : BTP',\n },\n ],\n },\n CHR: {\n id: Sector.CHR,\n name: 'Café, hôtel ou restaurant',\n type: 'add',\n tag: 'CHR',\n icon: 'coffee',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Café, hôtel ou restaurant',\n },\n ],\n },\n AGRICOLE: {\n id: Sector.AGRICOLE,\n name: 'Agricole',\n type: 'add',\n tag: 'AGR',\n icon: 'florist',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Agricole',\n },\n ],\n },\n ASSOCATION: {\n id: Sector.ASSOCATION,\n name: 'Association',\n type: 'add',\n tag: 'ASS',\n icon: 'favorite',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Association',\n },\n ],\n },\n TAXI_VTC: {\n id: Sector.TAXI_VTC,\n name: 'Taxis ou VTC',\n type: 'add',\n tag: 'VTC',\n icon: 'taxi',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Taxi ou VTC',\n },\n ],\n },\n ESPECES: {\n id: Sector.ESPECES,\n name: 'Espèces',\n type: 'add',\n tag: 'ESP',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation de la catégorie de dépôt de liquidités',\n },\n {\n activated: false,\n label: 'Désactivation de la catégorie de dépôt de liquidités',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie de dépôt de liquidités',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Dons et pourboires',\n },\n ],\n },\n TVA: {\n id: Sector.VAT,\n name: 'Sans TVA',\n type: 'subtract',\n tag: 'TVA',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la TVA',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la TVA',\n },\n ],\n module: true,\n },\n SERVICE: {\n id: Sector.SERVICE,\n name: 'Prestation de services',\n type: 'add',\n tag: 'SER',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la prestation de services',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Vente de prestation de services',\n },\n ],\n module: true,\n },\n PRODUITS: {\n id: Sector.PRODUITS,\n name: 'Produits',\n type: 'add',\n tag: 'PRO',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la vente de produits',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la vente de produits',\n },\n ],\n },\n MARCHANDISES: {\n id: Sector.MARCHANDISES,\n name: 'Marchandises',\n type: 'add',\n module: true,\n tag: 'MAR',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la vente de marchandises',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la vente de marchandises',\n },\n ],\n },\n VEHICULE: {\n id: Sector.VEHICULE,\n name: 'Véhicule',\n type: 'add',\n tag: 'VEH',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories véhicule',\n },\n {\n activated: true,\n label: 'Ajout des catégories véhicule',\n },\n ],\n },\n IS: {\n id: Sector.IS,\n name: 'Impôt sur les sociétés (IS)',\n type: 'add',\n tag: 'IS',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivationde la catégorie Impôt sur les sociétés (IS)',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Impôt sur les sociétés (IS)',\n },\n ],\n },\n GERANCE_MAJORITAIRE: {\n id: Sector.GERANCE_MAJORITAIRE,\n name: 'Gérance majoritaire',\n type: 'add',\n tag: 'GEM',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la gérance majoritaire',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la gérance majoritaire',\n },\n ],\n },\n};"],"mappings":";;;;;AAAA,IAAYA,MAkBX,GAAAC,OAAA,CAlBWD,MAkBX,GAAAE,SAAA;AAlBD,WAAYF,MAAM;EAChBA,MAAA,CAAAA,MAAA,4BAAW;EACXA,MAAA,CAAAA,MAAA,gCAAa;EACbA,MAAA,CAAAA,MAAA,oCAAe;EACfA,MAAA,CAAAA,MAAA,oBAAO;EACPA,MAAA,CAAAA,MAAA,oBAAO;EACPA,MAAA,CAAAA,MAAA,oBAAO;EACPA,MAAA,CAAAA,MAAA,8BAAY;EACZA,MAAA,CAAAA,MAAA,kCAAc;EACdA,MAAA,CAAAA,MAAA,8BAAY;EACZA,MAAA,CAAAA,MAAA,6BAAY;EACZA,MAAA,CAAAA,MAAA,qBAAQ;EACRA,MAAA,CAAAA,MAAA,6BAAY;EACZA,MAAA,CAAAA,MAAA,+BAAa;EACbA,MAAA,CAAAA,MAAA,uCAAiB;EACjBA,MAAA,CAAAA,MAAA,+BAAa;EACbA,MAAA,CAAAA,MAAA,mBAAO;EACPA,MAAA,CAAAA,MAAA,qDAAwB;AAC1B,CAAC,EAlBWA,MAAM,KAAAC,OAAA,CAAND,MAkBX,GAlBWA,MAAM;AAsCX,MAAMG,eAAe,GAAAF,OAAA,CAAfE,eAAe,GAAuB;EACjDC,OAAO,EAAE;IACPC,EAAE,EAAEL,MAAM,CAACI,OAAO;IAClBE,IAAI,EAAE,OAAO;IACbC,GAAG,EAAE,KAAK;IACVC,IAAI,EAAE,KAAK;IACXC,MAAM,EAAE,KAAK;IACbC,IAAI,EAAE,MAAM;IACZC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDC,SAAS,EAAE;IACTT,EAAE,EAAEL,MAAM,CAACc,SAAS;IACpBR,IAAI,EAAE,YAAY;IAClBE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,KAAK;IACVG,IAAI,EAAE,UAAU;IAChBD,MAAM,EAAE,KAAK;IACbE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDE,WAAW,EAAE;IACXV,EAAE,EAAEL,MAAM,CAACe,WAAW;IACtBT,IAAI,EAAE,oBAAoB;IAC1BE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,KAAK;IACVG,IAAI,EAAE,QAAQ;IACdD,MAAM,EAAE,KAAK;IACbE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDG,GAAG,EAAE;IACHX,EAAE,EAAEL,MAAM,CAACgB,GAAG;IACdV,IAAI,EAAE,KAAK;IACXE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,KAAK;IACVG,IAAI,EAAE,MAAM;IACZD,MAAM,EAAE,KAAK;IACbE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDI,GAAG,EAAE;IACHZ,EAAE,EAAEL,MAAM,CAACiB,GAAG;IACdX,IAAI,EAAE,KAAK;IACXE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,KAAK;IACVG,IAAI,EAAE,cAAc;IACpBD,MAAM,EAAE,KAAK;IACbE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDK,GAAG,EAAE;IACHb,EAAE,EAAEL,MAAM,CAACkB,GAAG;IACdZ,IAAI,EAAE,2BAA2B;IACjCE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,KAAK;IACVG,IAAI,EAAE,QAAQ;IACdD,MAAM,EAAE,KAAK;IACbE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDM,QAAQ,EAAE;IACRd,EAAE,EAAEL,MAAM,CAACmB,QAAQ;IACnBb,IAAI,EAAE,UAAU;IAChBE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,KAAK;IACVG,IAAI,EAAE,SAAS;IACfD,MAAM,EAAE,KAAK;IACbE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDO,UAAU,EAAE;IACVf,EAAE,EAAEL,MAAM,CAACoB,UAAU;IACrBd,IAAI,EAAE,aAAa;IACnBE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,KAAK;IACVG,IAAI,EAAE,UAAU;IAChBD,MAAM,EAAE,KAAK;IACbE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDQ,QAAQ,EAAE;IACRhB,EAAE,EAAEL,MAAM,CAACqB,QAAQ;IACnBf,IAAI,EAAE,cAAc;IACpBE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,KAAK;IACVG,IAAI,EAAE,MAAM;IACZD,MAAM,EAAE,KAAK;IACbE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDS,OAAO,EAAE;IACPjB,EAAE,EAAEL,MAAM,CAACsB,OAAO;IAClBhB,IAAI,EAAE,SAAS;IACfE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,KAAK;IACVE,MAAM,EAAE,IAAI;IACZE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDU,GAAG,EAAE;IACHlB,EAAE,EAAEL,MAAM,CAACwB,GAAG;IACdlB,IAAI,EAAE,UAAU;IAChBE,IAAI,EAAE,UAAU;IAChBD,GAAG,EAAE,KAAK;IACVI,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR,CACF;IACDJ,MAAM,EAAE;GACT;EACDgB,OAAO,EAAE;IACPpB,EAAE,EAAEL,MAAM,CAACyB,OAAO;IAClBnB,IAAI,EAAE,wBAAwB;IAC9BE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,KAAK;IACVI,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR,CACF;IACDJ,MAAM,EAAE;GACT;EACDiB,QAAQ,EAAE;IACRrB,EAAE,EAAEL,MAAM,CAAC0B,QAAQ;IACnBpB,IAAI,EAAE,UAAU;IAChBE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,KAAK;IACVE,MAAM,EAAE,IAAI;IACZE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDc,YAAY,EAAE;IACZtB,EAAE,EAAEL,MAAM,CAAC2B,YAAY;IACvBrB,IAAI,EAAE,cAAc;IACpBE,IAAI,EAAE,KAAK;IACXC,MAAM,EAAE,IAAI;IACZF,GAAG,EAAE,KAAK;IACVI,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDe,QAAQ,EAAE;IACRvB,EAAE,EAAEL,MAAM,CAAC4B,QAAQ;IACnBtB,IAAI,EAAE,UAAU;IAChBE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,KAAK;IACVE,MAAM,EAAE,IAAI;IACZE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDgB,EAAE,EAAE;IACFxB,EAAE,EAAEL,MAAM,CAAC6B,EAAE;IACbvB,IAAI,EAAE,6BAA6B;IACnCE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,IAAI;IACTE,MAAM,EAAE,IAAI;IACZE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDiB,mBAAmB,EAAE;IACnBzB,EAAE,EAAEL,MAAM,CAAC8B,mBAAmB;IAC9BxB,IAAI,EAAE,qBAAqB;IAC3BE,IAAI,EAAE,KAAK;IACXD,GAAG,EAAE,KAAK;IACVE,MAAM,EAAE,IAAI;IACZE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;;CAGN"}
@@ -23,4 +23,7 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean
23
23
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryAccounts.prototype, "onlySpecific", void 0);
24
24
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryAccounts.prototype, "groupByAccountType", void 0);
25
25
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryAccounts.prototype, "includeDeletedAccount", void 0);
26
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryAccounts.prototype, "onlyGeneric", void 0);
27
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryAccounts.prototype, "filteredByPersonilizedBusiness", void 0);
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryAccounts.prototype, "newVersion", void 0);
26
29
  //# sourceMappingURL=QueryAccounts.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryAccounts.js","names":["_utils","require","QueryAccounts","exports","__decorate","ApiPropertyOptional"],"sources":["../../../../../ts/types/Interface/api/account/QueryAccounts.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryAccounts {\n id: number;\n\n @ApiPropertyOptional()\n includeGeneric?: boolean;\n\n @ApiPropertyOptional()\n idAccountType?: number;\n\n @ApiPropertyOptional()\n isCollection?: boolean;\n\n @ApiPropertyOptional()\n onlySpecific?: boolean;\n\n @ApiPropertyOptional()\n groupByAccountType?: boolean;\n\n @ApiPropertyOptional()\n includeDeletedAccount?: boolean;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;;;;;;;;;;;AAEM,MAAOC,aAAa;AAoBzBC,OAAA,CApBYD,aAAa,GAAbA,aAAa;AAGxBE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,uFACG;AAEzBD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,qFACC;AAEvBD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,qFACC;AAEvBD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,qFACC;AAEvBD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,2FACO;AAE7BD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,8FACU"}
1
+ {"version":3,"file":"QueryAccounts.js","names":["_utils","require","QueryAccounts","exports","__decorate","ApiPropertyOptional"],"sources":["../../../../../ts/types/Interface/api/account/QueryAccounts.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryAccounts {\n id: number;\n\n @ApiPropertyOptional()\n includeGeneric?: boolean;\n\n @ApiPropertyOptional()\n idAccountType?: number;\n\n @ApiPropertyOptional()\n isCollection?: boolean;\n\n @ApiPropertyOptional()\n onlySpecific?: boolean;\n\n @ApiPropertyOptional()\n groupByAccountType?: boolean;\n\n @ApiPropertyOptional()\n includeDeletedAccount?: boolean;\n\n @ApiPropertyOptional()\n onlyGeneric?: boolean;\n\n @ApiPropertyOptional()\n filteredByPersonilizedBusiness?: boolean;\n\n @ApiPropertyOptional()\n newVersion?: boolean;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;;;;;;;;;;;AAEM,MAAOC,aAAa;AA6BzBC,OAAA,CA7BYD,aAAa,GAAbA,aAAa;AAGxBE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,uFACG;AAEzBD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,qFACC;AAEvBD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,qFACC;AAEvBD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,qFACC;AAEvBD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,2FACO;AAE7BD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,8FACU;AAEhCD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,oFACA;AAEtBD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,uGACmB;AAEzCD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,mFACD"}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryAccountsSectors = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _utils = require("../../../../utils");
9
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
10
+ var c = arguments.length,
11
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
12
+ d;
13
+ 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;
14
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
15
+ };
16
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
17
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
18
+ };
19
+ class QueryAccountsSectors {}
20
+ exports.QueryAccountsSectors = QueryAccountsSectors;
21
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QueryAccountsSectors.prototype, "idSectors", void 0);
22
+ //# sourceMappingURL=Query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.js","names":["_classValidator","require","_utils","QueryAccountsSectors","exports","__decorate","ApiProperty","IsArray"],"sources":["../../../../../ts/types/Interface/api/accountsSectors/Query.ts"],"sourcesContent":["import { IsArray } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryAccountsSectors {\n @ApiProperty()\n @IsArray()\n idSectors: number[];\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,oBAAoB;AAIhCC,OAAA,CAJYD,oBAAoB,GAApBA,oBAAoB;AAC/BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,uBAAO,GAAE,E,uFACU"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateBusinessSector = undefined;
7
+ var _utils = require("../../../../utils");
8
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
9
+ var c = arguments.length,
10
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
11
+ d;
12
+ 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;
13
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
14
+ };
15
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
16
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
17
+ };
18
+ class CreateBusinessSector {}
19
+ exports.CreateBusinessSector = CreateBusinessSector;
20
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Array)], CreateBusinessSector.prototype, "idSector", void 0);
21
+ //# sourceMappingURL=Create.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Create.js","names":["_utils","require","CreateBusinessSector","exports","__decorate","ApiProperty"],"sources":["../../../../../ts/types/Interface/api/businessSector/Create.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateBusinessSector {\n @ApiProperty()\n idSector: number[];\n}"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;;;;;;;;;;;AAEM,MAAOC,oBAAoB;AAGhCC,OAAA,CAHYD,oBAAoB,GAApBA,oBAAoB;AAC/BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,sFACK"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.DeleteBusinessSector = undefined;
7
+ var _utils = require("../../../../utils");
8
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
9
+ var c = arguments.length,
10
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
11
+ d;
12
+ 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;
13
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
14
+ };
15
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
16
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
17
+ };
18
+ class DeleteBusinessSector {}
19
+ exports.DeleteBusinessSector = DeleteBusinessSector;
20
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Array)], DeleteBusinessSector.prototype, "idSector", void 0);
21
+ //# sourceMappingURL=Delete.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Delete.js","names":["_utils","require","DeleteBusinessSector","exports","__decorate","ApiProperty"],"sources":["../../../../../ts/types/Interface/api/businessSector/Delete.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class DeleteBusinessSector {\n @ApiProperty()\n idSector: number[];\n}"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;;;;;;;;;;;AAEM,MAAOC,oBAAoB;AAGhCC,OAAA,CAHYD,oBAAoB,GAApBA,oBAAoB;AAC/BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,sFACK"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetAllForSociety = undefined;
7
+ var _utils = require("../../../../utils");
8
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
9
+ var c = arguments.length,
10
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
11
+ d;
12
+ 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;
13
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
14
+ };
15
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
16
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
17
+ };
18
+ class QueryGetAllForSociety {}
19
+ exports.QueryGetAllForSociety = QueryGetAllForSociety;
20
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Array)], QueryGetAllForSociety.prototype, "idSector", void 0);
21
+ //# sourceMappingURL=Query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.js","names":["_utils","require","QueryGetAllForSociety","exports","__decorate","ApiPropertyOptional"],"sources":["../../../../../ts/types/Interface/api/businessSector/Query.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetAllForSociety {\n @ApiPropertyOptional()\n idSector?: number[];\n}"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;;;;;;;;;;;AAEM,MAAOC,qBAAqB;AAGjCC,OAAA,CAHYD,qBAAqB,GAArBA,qBAAqB;AAChCE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,uFACF"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryPaymentCsv = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _utils = require("../../../../utils");
9
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
10
+ var c = arguments.length,
11
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
12
+ d;
13
+ 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;
14
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
15
+ };
16
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
17
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
18
+ };
19
+ class QueryPaymentCsv {}
20
+ exports.QueryPaymentCsv = QueryPaymentCsv;
21
+ __decorate([(0, _classValidator.IsDefined)(), (0, _utils.ApiProperty)({
22
+ description: 'start date',
23
+ required: true,
24
+ type: Date,
25
+ example: '2022-03-01'
26
+ }), __metadata("design:type", Date)], QueryPaymentCsv.prototype, "startDate", void 0);
27
+ __decorate([(0, _classValidator.IsDefined)(), (0, _utils.ApiProperty)({
28
+ description: 'end date',
29
+ required: true,
30
+ type: Date,
31
+ example: '2022-03-31'
32
+ }), __metadata("design:type", Date)], QueryPaymentCsv.prototype, "endDate", void 0);
33
+ //# sourceMappingURL=QueryPayment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPayment.js","names":["_classValidator","require","_utils","QueryPaymentCsv","exports","__decorate","IsDefined","ApiProperty","description","required","type","Date","example"],"sources":["../../../../../ts/types/Interface/api/payment/QueryPayment.ts"],"sourcesContent":["import { IsDefined } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryPaymentCsv {\n @IsDefined()\n @ApiProperty({\n description: 'start date',\n required: true,\n type: Date,\n example: '2022-03-01',\n })\n startDate: Date;\n\n @IsDefined()\n @ApiProperty({\n description: 'end date',\n required: true,\n type: Date,\n example: '2022-03-31',\n })\n endDate: Date;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,eAAe;AAkB3BC,OAAA,CAlBYD,eAAe,GAAfA,eAAe;AAC1BE,UAAA,EAAC,IAAAC,yBAAS,GAAE,EACX,IAAAC,kBAAW,EAAC;EACXC,WAAW,EAAE,YAAY;EACzBC,QAAQ,EAAE,IAAI;EACdC,IAAI,EAAEC,IAAI;EACVC,OAAO,EAAE;CACV,CAAC,E,0BACSD,IAAI,E,iDAAC;AAEhBN,UAAA,EAAC,IAAAC,yBAAS,GAAE,EACX,IAAAC,kBAAW,EAAC;EACXC,WAAW,EAAE,UAAU;EACvBC,QAAQ,EAAE,IAAI;EACdC,IAAI,EAAEC,IAAI;EACVC,OAAO,EAAE;CACV,CAAC,E,0BACOD,IAAI,E,+CAAC"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=IBusinessSector.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IBusinessSector.js","names":[],"sources":["../../../../ts/types/Interface/models/IBusinessSector.ts"],"sourcesContent":["import { ISociety } from './ISociety';\n\nexport interface IBusinessSector {\n id?: number;\n idSector: number;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety\n}"],"mappings":""}