@silexpert/core 1.0.52 → 1.0.54
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/CalendarEvent.d.ts +2 -1
- package/es/api/resources/CalendarEvent.d.ts.map +1 -1
- package/es/api/resources/CalendarEvent.js +2 -2
- package/es/api/resources/CalendarEvent.js.map +1 -1
- package/es/api/resources/Invoice.d.ts +3 -2
- package/es/api/resources/Invoice.d.ts.map +1 -1
- package/es/api/resources/Invoice.js +3 -0
- package/es/api/resources/Invoice.js.map +1 -1
- package/es/api/resources/LegalNotice.d.ts +6 -0
- package/es/api/resources/LegalNotice.d.ts.map +1 -0
- package/es/api/resources/LegalNotice.js +7 -0
- package/es/api/resources/LegalNotice.js.map +1 -0
- package/es/api/resources/PaymentExpectation.d.ts +6 -0
- package/es/api/resources/PaymentExpectation.d.ts.map +1 -0
- package/es/api/resources/PaymentExpectation.js +7 -0
- package/es/api/resources/PaymentExpectation.js.map +1 -0
- package/es/api/resources/TerminationList.d.ts +7 -0
- package/es/api/resources/TerminationList.d.ts.map +1 -0
- package/es/api/resources/TerminationList.js +10 -0
- package/es/api/resources/TerminationList.js.map +1 -0
- package/es/api/resources/statistic/Accountant.d.ts +6 -0
- package/es/api/resources/statistic/Accountant.d.ts.map +1 -1
- package/es/api/resources/statistic/Accountant.js +9 -0
- package/es/api/resources/statistic/Accountant.js.map +1 -1
- package/es/api/resources.d.ts +7 -1
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +7 -1
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/OperationLegalNotice.d.ts +4 -0
- package/es/types/Enum/OperationLegalNotice.d.ts.map +1 -0
- package/es/types/Enum/OperationLegalNotice.js +5 -0
- package/es/types/Enum/OperationLegalNotice.js.map +1 -0
- package/es/types/Enum/OrderStatus.d.ts +6 -0
- package/es/types/Enum/OrderStatus.d.ts.map +1 -0
- package/es/types/Enum/OrderStatus.js +7 -0
- package/es/types/Enum/OrderStatus.js.map +1 -0
- package/es/types/Enum/{Prestation.d.ts → PrestationType.d.ts} +4 -3
- package/es/types/Enum/PrestationType.d.ts.map +1 -0
- package/es/types/Enum/PrestationType.js +17 -0
- package/es/types/Enum/PrestationType.js.map +1 -0
- package/es/types/Enum/Reason.d.ts +4 -0
- package/es/types/Enum/Reason.d.ts.map +1 -0
- package/es/types/Enum/Reason.js +5 -0
- package/es/types/Enum/Reason.js.map +1 -0
- 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/TimeCounterType.d.ts +40 -12
- package/es/types/Enum/TimeCounterType.d.ts.map +1 -1
- package/es/types/Enum/TimeCounterType.js +40 -12
- package/es/types/Enum/TimeCounterType.js.map +1 -1
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts +1 -0
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts.map +1 -1
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -1
- package/es/types/Interface/api/commercialManagement/Create.d.ts +3 -0
- package/es/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
- package/es/types/Interface/api/commercialManagement/Create.js +2 -0
- package/es/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts +5 -0
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts.map +1 -0
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js +25 -0
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts +4 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +17 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
- package/es/types/Interface/api/prestation/CreatePrestation.d.ts +6 -0
- package/es/types/Interface/api/prestation/CreatePrestation.d.ts.map +1 -0
- package/es/types/Interface/api/prestation/CreatePrestation.js +28 -0
- package/es/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
- package/es/types/Interface/api/statistic/ExitRequest.d.ts +11 -2
- package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
- package/es/types/Interface/api/terminationList/DestroyTerminationList.d.ts +17 -0
- package/es/types/Interface/api/terminationList/DestroyTerminationList.d.ts.map +1 -0
- package/es/types/Interface/api/terminationList/DestroyTerminationList.js +96 -0
- package/es/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -0
- package/es/types/Interface/api/terminationList/QueryTerminationList.d.ts +17 -0
- package/es/types/Interface/api/terminationList/QueryTerminationList.d.ts.map +1 -0
- package/es/types/Interface/api/terminationList/QueryTerminationList.js +98 -0
- package/es/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -0
- package/es/types/Interface/models/ILegalNotice.d.ts +1 -0
- package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -1
- package/es/types/Interface/models/ILegalNotice.js.map +1 -1
- package/es/types/Interface/models/IPaymentExpectation.d.ts +1 -0
- package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
- package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
- package/es/types/index.d.ts +9 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +9 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/CalendarEvent.js +5 -3
- package/js/api/resources/CalendarEvent.js.map +1 -1
- package/js/api/resources/Invoice.js +4 -0
- package/js/api/resources/Invoice.js.map +1 -1
- package/js/api/resources/LegalNotice.js +18 -0
- package/js/api/resources/LegalNotice.js.map +1 -0
- package/js/api/resources/PaymentExpectation.js +20 -0
- package/js/api/resources/PaymentExpectation.js.map +1 -0
- package/js/api/resources/TerminationList.js +26 -0
- package/js/api/resources/TerminationList.js.map +1 -0
- package/js/api/resources/statistic/Accountant.js +15 -0
- package/js/api/resources/statistic/Accountant.js.map +1 -1
- package/js/api/resources.js +12 -3
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/OperationLegalNotice.js +11 -0
- package/js/types/Enum/OperationLegalNotice.js.map +1 -0
- package/js/types/Enum/OrderStatus.js +13 -0
- package/js/types/Enum/OrderStatus.js.map +1 -0
- package/js/types/Enum/PrestationType.js +23 -0
- package/js/types/Enum/PrestationType.js.map +1 -0
- package/js/types/Enum/Reason.js +11 -0
- package/js/types/Enum/Reason.js.map +1 -0
- package/js/types/Enum/StatisticType.js +1 -0
- package/js/types/Enum/StatisticType.js.map +1 -1
- package/js/types/Enum/TimeCounterType.js +68 -40
- package/js/types/Enum/TimeCounterType.js.map +1 -1
- package/js/types/Interface/api/commercialManagement/Create.js +5 -1
- package/js/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js +31 -0
- package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
- package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +27 -0
- package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
- package/js/types/Interface/api/prestation/CreatePrestation.js +33 -0
- package/js/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
- package/js/types/Interface/api/terminationList/DestroyTerminationList.js +55 -0
- package/js/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -0
- package/js/types/Interface/api/terminationList/QueryTerminationList.js +55 -0
- package/js/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -0
- package/js/types/index.js +99 -3
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/CalendarEvent.ts +3 -2
- package/ts/api/resources/Invoice.ts +6 -1
- package/ts/api/resources/LegalNotice.ts +8 -0
- package/ts/api/resources/PaymentExpectation.ts +8 -0
- package/ts/api/resources/TerminationList.ts +12 -0
- package/ts/api/resources/statistic/Accountant.ts +13 -0
- package/ts/api/resources.ts +7 -1
- package/ts/types/Enum/OperationLegalNotice.ts +3 -0
- package/ts/types/Enum/OrderStatus.ts +5 -0
- package/ts/types/Enum/{Prestation.ts → PrestationType.ts} +2 -1
- package/ts/types/Enum/Reason.ts +3 -0
- package/ts/types/Enum/StatisticType.ts +1 -0
- package/ts/types/Enum/TimeCounterType.ts +40 -12
- package/ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts +1 -0
- package/ts/types/Interface/api/commercialManagement/Create.ts +4 -0
- package/ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts +13 -0
- package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +6 -0
- package/ts/types/Interface/api/prestation/CreatePrestation.ts +15 -0
- package/ts/types/Interface/api/statistic/ExitRequest.ts +13 -2
- package/ts/types/Interface/api/terminationList/DestroyTerminationList.ts +74 -0
- package/ts/types/Interface/api/terminationList/QueryTerminationList.ts +76 -0
- package/ts/types/Interface/models/ILegalNotice.ts +1 -0
- package/ts/types/Interface/models/IPaymentExpectation.ts +1 -0
- package/ts/types/index.ts +9 -1
- package/es/types/Enum/Prestation.d.ts.map +0 -1
- package/es/types/Enum/Prestation.js +0 -16
- package/es/types/Enum/Prestation.js.map +0 -1
- package/js/types/Enum/Prestation.js +0 -22
- package/js/types/Enum/Prestation.js.map +0 -1
package/js/api/resources.js
CHANGED
|
@@ -203,14 +203,20 @@ var _FIle = require("./resources/FIle");
|
|
|
203
203
|
|
|
204
204
|
var _SocietyConfig = require("./resources/SocietyConfig");
|
|
205
205
|
|
|
206
|
-
var
|
|
206
|
+
var _LegalNotice = require("./resources/LegalNotice");
|
|
207
207
|
|
|
208
|
-
var
|
|
208
|
+
var _Accountant = require("./resources/statistic/Accountant");
|
|
209
209
|
|
|
210
210
|
var _ExpertAccountant = require("./resources/statistic/ExpertAccountant");
|
|
211
211
|
|
|
212
212
|
var _Wallet = require("./resources/Wallet");
|
|
213
213
|
|
|
214
|
+
var _PaymentExpectation = require("./resources/PaymentExpectation");
|
|
215
|
+
|
|
216
|
+
var _Direction = require("./resources/statistic/Direction");
|
|
217
|
+
|
|
218
|
+
var _TerminationList = require("./resources/TerminationList");
|
|
219
|
+
|
|
214
220
|
const resources = exports.resources = {
|
|
215
221
|
simulation: _Simulation.Simulation,
|
|
216
222
|
budgetInsight: _BudgetInsight.BudgetInsight,
|
|
@@ -312,8 +318,11 @@ const resources = exports.resources = {
|
|
|
312
318
|
file: _FIle.File,
|
|
313
319
|
wallet: _Wallet.Wallet,
|
|
314
320
|
societyConfig: _SocietyConfig.SocietyConfig,
|
|
321
|
+
legalNotice: _LegalNotice.LegalNotice,
|
|
315
322
|
statisticAccountant: _Accountant.StatisticAccountant,
|
|
316
323
|
statisticDirection: _Direction.StatisticDirection,
|
|
317
|
-
statisticExpertAccountant: _ExpertAccountant.StatisticExpertAccountant
|
|
324
|
+
statisticExpertAccountant: _ExpertAccountant.StatisticExpertAccountant,
|
|
325
|
+
paymentExpectation: _PaymentExpectation.PaymentExpectation,
|
|
326
|
+
terminationList: _TerminationList.TerminationList
|
|
318
327
|
};
|
|
319
328
|
//# sourceMappingURL=resources.js.map
|
package/js/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAMA,SAAS,WAATA,SAAS,GAAG;EACvBC,UAAU,EAAEC,sBADW;EAEvBC,aAAa,EAAEC,4BAFQ;EAGvBC,OAAO,EAAEC,gBAHc;EAIvBC,0BAA0B,EAAEC,sDAJL;EAKvBC,OAAO,EAAEC,gBALc;EAMvBC,cAAc,EAAEC,8BANO;EAOvBC,WAAW,EAAEC,wBAPU;EAQvBC,WAAW,EAAEC,wBARU;EASvBC,OAAO,EAAEC,gBATc;EAUvBC,WAAW,EAAEC,wBAVU;EAWvBC,IAAI,EAAEC,UAXiB;EAYvBC,MAAM,EAAEC,cAZe;EAavBC,MAAM,EAAEC,cAbe;EAcvBC,MAAM,EAAEC,cAde;EAevBC,SAAS,EAAEC,oBAfY;EAgBvBC,OAAO,EAAEC,gBAhBc;EAiBvBC,OAAO,EAAEC,gBAjBc;EAkBvBC,aAAa,EAAEC,4BAlBQ;EAmBvBC,OAAO,EAAEC,gBAnBc;EAoBvBC,eAAe,EAAEC,gCApBM;EAqBvBC,iBAAiB,EAAEC,oCArBI;EAsBvBC,YAAY,EAAEC,0BAtBS;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","names":["resources","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","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","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","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant"],"sourceRoot":"","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 { 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 { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\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 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 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 statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n};"]}
|
|
1
|
+
{"version":3,"file":"resources.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAMA,SAAS,WAATA,SAAS,GAAG;EACvBC,UAAU,EAAEC,sBADW;EAEvBC,aAAa,EAAEC,4BAFQ;EAGvBC,OAAO,EAAEC,gBAHc;EAIvBC,0BAA0B,EAAEC,sDAJL;EAKvBC,OAAO,EAAEC,gBALc;EAMvBC,cAAc,EAAEC,8BANO;EAOvBC,WAAW,EAAEC,wBAPU;EAQvBC,WAAW,EAAEC,wBARU;EASvBC,OAAO,EAAEC,gBATc;EAUvBC,WAAW,EAAEC,wBAVU;EAWvBC,IAAI,EAAEC,UAXiB;EAYvBC,MAAM,EAAEC,cAZe;EAavBC,MAAM,EAAEC,cAbe;EAcvBC,MAAM,EAAEC,cAde;EAevBC,SAAS,EAAEC,oBAfY;EAgBvBC,OAAO,EAAEC,gBAhBc;EAiBvBC,OAAO,EAAEC,gBAjBc;EAkBvBC,aAAa,EAAEC,4BAlBQ;EAmBvBC,OAAO,EAAEC,gBAnBc;EAoBvBC,eAAe,EAAEC,gCApBM;EAqBvBC,iBAAiB,EAAEC,oCArBI;EAsBvBC,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","names":["resources","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","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","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"],"sourceRoot":"","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 { 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';\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 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 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};"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var OperationLegalNotice = exports.OperationLegalNotice = undefined;
|
|
7
|
+
|
|
8
|
+
(function (OperationLegalNotice) {
|
|
9
|
+
OperationLegalNotice[OperationLegalNotice["LIQUIDATION"] = 1] = "LIQUIDATION";
|
|
10
|
+
})(OperationLegalNotice || (exports.OperationLegalNotice = OperationLegalNotice = {}));
|
|
11
|
+
//# sourceMappingURL=OperationLegalNotice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OperationLegalNotice.js","mappings":";;;;;AAAA,IAAYA,oBAEX,WAFWA,oBAEX,YAFD;;AAAA,WAAYA,oBAAZ,EAAgC;EAC9BA;AACD,CAFD,EAAYA,oBAAoB,aAApBA,oBAAoB,GAApBA,oBAAoB,MAAhC","names":["OperationLegalNotice"],"sourceRoot":"","sources":["../../../ts/types/Enum/OperationLegalNotice.ts"],"sourcesContent":["export enum OperationLegalNotice {\n LIQUIDATION = 1,\n}"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var OrderStatus = exports.OrderStatus = undefined;
|
|
7
|
+
|
|
8
|
+
(function (OrderStatus) {
|
|
9
|
+
OrderStatus[OrderStatus["A_FAIRE"] = 0] = "A_FAIRE";
|
|
10
|
+
OrderStatus[OrderStatus["FAIT"] = 1] = "FAIT";
|
|
11
|
+
OrderStatus[OrderStatus["JAMAIS"] = 2] = "JAMAIS";
|
|
12
|
+
})(OrderStatus || (exports.OrderStatus = OrderStatus = {}));
|
|
13
|
+
//# sourceMappingURL=OrderStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrderStatus.js","mappings":";;;;;AAAA,IAAYA,WAIX,WAJWA,WAIX,YAJD;;AAAA,WAAYA,WAAZ,EAAuB;EACrBA;EACAA;EACAA;AACD,CAJD,EAAYA,WAAW,aAAXA,WAAW,GAAXA,WAAW,MAAvB","names":["OrderStatus"],"sourceRoot":"","sources":["../../../ts/types/Enum/OrderStatus.ts"],"sourcesContent":["export enum OrderStatus {\n A_FAIRE = 0,\n FAIT = 1,\n JAMAIS = 2,\n}"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var PrestationType = exports.PrestationType = undefined;
|
|
7
|
+
|
|
8
|
+
(function (PrestationType) {
|
|
9
|
+
PrestationType[PrestationType["PREVISIONNEL"] = 6] = "PREVISIONNEL";
|
|
10
|
+
PrestationType[PrestationType["BILAN_INTERMEDIAIRE"] = 9] = "BILAN_INTERMEDIAIRE";
|
|
11
|
+
PrestationType[PrestationType["TELEDECLARATION"] = 13] = "TELEDECLARATION";
|
|
12
|
+
PrestationType[PrestationType["BILAN_LIQUIDATION"] = 22] = "BILAN_LIQUIDATION";
|
|
13
|
+
PrestationType[PrestationType["CESSION_ACTIONS"] = 51] = "CESSION_ACTIONS";
|
|
14
|
+
PrestationType[PrestationType["DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE"] = 61] = "DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE";
|
|
15
|
+
PrestationType[PrestationType["DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE"] = 85] = "DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE";
|
|
16
|
+
PrestationType[PrestationType["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
|
|
17
|
+
PrestationType[PrestationType["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
|
|
18
|
+
PrestationType[PrestationType["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
|
|
19
|
+
PrestationType[PrestationType["DISSOLUTION_LIQUIDATION"] = 192] = "DISSOLUTION_LIQUIDATION";
|
|
20
|
+
PrestationType[PrestationType["ABO_STRIPE"] = 196] = "ABO_STRIPE";
|
|
21
|
+
PrestationType[PrestationType["ANNONCE_LEGALE"] = 209] = "ANNONCE_LEGALE";
|
|
22
|
+
})(PrestationType || (exports.PrestationType = PrestationType = {}));
|
|
23
|
+
//# sourceMappingURL=PrestationType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrestationType.js","mappings":";;;;;AAAA,IAAYA,cAcX,WAdWA,cAcX,YAdD;;AAAA,WAAYA,cAAZ,EAA0B;EACxBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAdD,EAAYA,cAAc,aAAdA,cAAc,GAAdA,cAAc,MAA1B","names":["PrestationType"],"sourceRoot":"","sources":["../../../ts/types/Enum/PrestationType.ts"],"sourcesContent":["export enum PrestationType {\n PREVISIONNEL = 6, // à remplacer par 189\n BILAN_INTERMEDIAIRE = 9,\n TELEDECLARATION = 13,\n BILAN_LIQUIDATION = 22,\n CESSION_ACTIONS = 51,\n DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE = 61,\n DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,\n ATTESTATION_NON_REMUNERATION = 91,\n COMPTA_MICRO = 185,\n BILAN_PREVISIONNEL = 189,\n DISSOLUTION_LIQUIDATION = 192,\n ABO_STRIPE = 196,\n ANNONCE_LEGALE = 209,\n}"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var Reason = exports.Reason = undefined;
|
|
7
|
+
|
|
8
|
+
(function (Reason) {
|
|
9
|
+
Reason[Reason["ANNONCE_LEGALE"] = 3] = "ANNONCE_LEGALE";
|
|
10
|
+
})(Reason || (exports.Reason = Reason = {}));
|
|
11
|
+
//# sourceMappingURL=Reason.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Reason.js","mappings":";;;;;AAAA,IAAYA,MAEX,WAFWA,MAEX,YAFD;;AAAA,WAAYA,MAAZ,EAAkB;EAChBA;AACD,CAFD,EAAYA,MAAM,aAANA,MAAM,GAANA,MAAM,MAAlB","names":["Reason"],"sourceRoot":"","sources":["../../../ts/types/Enum/Reason.ts"],"sourcesContent":["export enum Reason {\n ANNONCE_LEGALE = 3,\n}"]}
|
|
@@ -18,5 +18,6 @@ var StatisticType = exports.StatisticType = undefined;
|
|
|
18
18
|
StatisticType[StatisticType["ACCOUNTANT_IS_IR"] = 10] = "ACCOUNTANT_IS_IR";
|
|
19
19
|
StatisticType[StatisticType["ACCOUNTANT_BALANCE_SHEET"] = 11] = "ACCOUNTANT_BALANCE_SHEET";
|
|
20
20
|
StatisticType[StatisticType["ACCOUNTANT_ADDITIONNAL_SELL"] = 12] = "ACCOUNTANT_ADDITIONNAL_SELL";
|
|
21
|
+
StatisticType[StatisticType["ACCOUNTANT_VAT"] = 13] = "ACCOUNTANT_VAT";
|
|
21
22
|
})(StatisticType || (exports.StatisticType = StatisticType = {}));
|
|
22
23
|
//# sourceMappingURL=StatisticType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatisticType.js","mappings":";;;;;AAAA,IAAYA,
|
|
1
|
+
{"version":3,"file":"StatisticType.js","mappings":";;;;;AAAA,IAAYA,aAcX,WAdWA,aAcX,YAdD;;AAAA,WAAYA,aAAZ,EAAyB;EACvBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAdD,EAAYA,aAAa,aAAbA,aAAa,GAAbA,aAAa,MAAzB","names":["StatisticType"],"sourceRoot":"","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}"]}
|
|
@@ -12,169 +12,197 @@ const TimeCounterType = exports.TimeCounterType = {
|
|
|
12
12
|
id: 1,
|
|
13
13
|
label: 'OnBoarding',
|
|
14
14
|
aberrantTime: 60,
|
|
15
|
-
limitedRoles: [_Role.Role.FRONT_OFFICE]
|
|
15
|
+
limitedRoles: [_Role.Role.FRONT_OFFICE],
|
|
16
|
+
color: 'fire'
|
|
16
17
|
},
|
|
17
18
|
VAT: {
|
|
18
19
|
id: 2,
|
|
19
20
|
label: 'TVA',
|
|
20
21
|
aberrantTime: 60,
|
|
21
|
-
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE]
|
|
22
|
+
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE],
|
|
23
|
+
color: 'iris'
|
|
22
24
|
},
|
|
23
25
|
REVISION: {
|
|
24
26
|
id: 3,
|
|
25
27
|
label: 'Révision',
|
|
26
28
|
aberrantTime: 120,
|
|
27
|
-
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE]
|
|
29
|
+
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE],
|
|
30
|
+
color: 'bubblegum-light'
|
|
28
31
|
},
|
|
29
32
|
FOLDER_REVIEW: {
|
|
30
33
|
id: 4,
|
|
31
34
|
label: 'Revue dossier',
|
|
32
35
|
aberrantTime: 60,
|
|
33
|
-
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE]
|
|
36
|
+
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE],
|
|
37
|
+
color: 'cerulean'
|
|
34
38
|
},
|
|
35
39
|
REPORTING: {
|
|
36
40
|
id: 5,
|
|
37
41
|
label: 'Signalement',
|
|
38
42
|
aberrantTime: 60,
|
|
39
|
-
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS]
|
|
43
|
+
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS],
|
|
44
|
+
color: 'lipstick-dark'
|
|
40
45
|
},
|
|
41
46
|
SYNCHRONISATION: {
|
|
42
47
|
id: 6,
|
|
43
48
|
label: 'Synchronisation',
|
|
44
49
|
aberrantTime: 30,
|
|
45
|
-
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS]
|
|
50
|
+
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS],
|
|
51
|
+
color: 'orange-dark'
|
|
46
52
|
},
|
|
47
53
|
UNDER_SUPERVISION: {
|
|
48
54
|
id: 7,
|
|
49
55
|
label: 'En cours de supervision',
|
|
50
56
|
aberrantTime: 45,
|
|
51
|
-
limitedRoles: null
|
|
57
|
+
limitedRoles: null,
|
|
58
|
+
color: 'orange-dark'
|
|
52
59
|
},
|
|
53
60
|
CLIENT_CONTACT: {
|
|
54
61
|
id: 8,
|
|
55
62
|
label: 'Contact client (Appel/mail/chat)',
|
|
56
|
-
aberrantTime:
|
|
57
|
-
limitedRoles: null
|
|
63
|
+
aberrantTime: 20,
|
|
64
|
+
limitedRoles: null,
|
|
65
|
+
color: 'orange-light'
|
|
58
66
|
},
|
|
59
67
|
MEETING: {
|
|
60
68
|
id: 9,
|
|
61
69
|
label: 'Réunion',
|
|
62
|
-
aberrantTime:
|
|
63
|
-
limitedRoles: null
|
|
70
|
+
aberrantTime: 20,
|
|
71
|
+
limitedRoles: null,
|
|
72
|
+
color: 'fern-dark'
|
|
64
73
|
},
|
|
65
74
|
FORMATION: {
|
|
66
75
|
id: 10,
|
|
67
76
|
label: 'Formation',
|
|
68
|
-
aberrantTime:
|
|
69
|
-
limitedRoles: null
|
|
77
|
+
aberrantTime: 20,
|
|
78
|
+
limitedRoles: null,
|
|
79
|
+
color: 'fern'
|
|
70
80
|
},
|
|
71
81
|
FORECAST: {
|
|
72
82
|
id: 11,
|
|
73
83
|
label: 'Prévisionnel',
|
|
74
|
-
aberrantTime:
|
|
75
|
-
limitedRoles: [_Role.Role.FRONT_OFFICE]
|
|
84
|
+
aberrantTime: 20,
|
|
85
|
+
limitedRoles: [_Role.Role.FRONT_OFFICE],
|
|
86
|
+
color: 'cerulean-light'
|
|
76
87
|
},
|
|
77
88
|
CERTIFICATE: {
|
|
78
89
|
id: 12,
|
|
79
90
|
label: 'Attestation',
|
|
80
|
-
aberrantTime:
|
|
81
|
-
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS]
|
|
91
|
+
aberrantTime: 20,
|
|
92
|
+
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS],
|
|
93
|
+
color: 'lipstick-light'
|
|
82
94
|
},
|
|
83
95
|
COMPLEMENTARY_MISSION: {
|
|
84
96
|
id: 13,
|
|
85
97
|
label: 'Mission complémentaire',
|
|
86
|
-
aberrantTime:
|
|
87
|
-
limitedRoles: [_Role.Role.FRONT_OFFICE]
|
|
98
|
+
aberrantTime: 20,
|
|
99
|
+
limitedRoles: [_Role.Role.FRONT_OFFICE],
|
|
100
|
+
color: 'cerulean-light'
|
|
88
101
|
},
|
|
89
102
|
ORGANISATION: {
|
|
90
103
|
id: 14,
|
|
91
104
|
label: 'Organisation',
|
|
92
|
-
aberrantTime:
|
|
93
|
-
limitedRoles: null
|
|
105
|
+
aberrantTime: 20,
|
|
106
|
+
limitedRoles: null,
|
|
107
|
+
color: 'fern-light'
|
|
94
108
|
},
|
|
95
109
|
INTERNAL_ADVICE: {
|
|
96
110
|
id: 15,
|
|
97
111
|
label: 'Conseil interne',
|
|
98
|
-
aberrantTime:
|
|
99
|
-
limitedRoles: null
|
|
112
|
+
aberrantTime: 20,
|
|
113
|
+
limitedRoles: null,
|
|
114
|
+
color: 'fern-light'
|
|
100
115
|
},
|
|
101
116
|
LAB: {
|
|
102
117
|
id: 16,
|
|
103
118
|
label: 'LAB',
|
|
104
|
-
aberrantTime:
|
|
105
|
-
limitedRoles: [_Role.Role.EXPERT_ACCOUNTANT]
|
|
119
|
+
aberrantTime: 20,
|
|
120
|
+
limitedRoles: [_Role.Role.EXPERT_ACCOUNTANT],
|
|
121
|
+
color: 'fire'
|
|
106
122
|
},
|
|
107
123
|
SUPERVISION: {
|
|
108
124
|
id: 17,
|
|
109
125
|
label: 'Supervision',
|
|
110
|
-
aberrantTime:
|
|
111
|
-
limitedRoles: [_Role.Role.EXPERT_ACCOUNTANT, _Role.Role.MANAGER]
|
|
126
|
+
aberrantTime: 20,
|
|
127
|
+
limitedRoles: [_Role.Role.EXPERT_ACCOUNTANT, _Role.Role.MANAGER],
|
|
128
|
+
color: 'bubblegum-dark'
|
|
112
129
|
},
|
|
113
130
|
MAIL_PROCESSING: {
|
|
114
131
|
id: 18,
|
|
115
132
|
label: 'Traitement des courriers',
|
|
116
|
-
aberrantTime:
|
|
117
|
-
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS]
|
|
133
|
+
aberrantTime: 20,
|
|
134
|
+
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS],
|
|
135
|
+
color: 'lipstick-light'
|
|
118
136
|
},
|
|
119
137
|
SUPPORT_PROCESSING: {
|
|
120
138
|
id: 19,
|
|
121
139
|
label: 'Traitement support',
|
|
122
|
-
aberrantTime:
|
|
123
|
-
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS]
|
|
140
|
+
aberrantTime: 20,
|
|
141
|
+
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS],
|
|
142
|
+
color: 'error'
|
|
124
143
|
},
|
|
125
144
|
BILAN: {
|
|
126
145
|
id: 20,
|
|
127
146
|
label: 'Bilan',
|
|
128
147
|
aberrantTime: 120,
|
|
129
|
-
limitedRoles: [_Role.Role.FRONT_OFFICE, _Role.Role.EXPERT_ACCOUNTANT]
|
|
148
|
+
limitedRoles: [_Role.Role.FRONT_OFFICE, _Role.Role.EXPERT_ACCOUNTANT],
|
|
149
|
+
color: 'cerulean-dark'
|
|
130
150
|
},
|
|
131
151
|
PAYSLIP: {
|
|
132
152
|
id: 21,
|
|
133
153
|
label: 'Bulletin de paie/DSN',
|
|
134
154
|
aberrantTime: 30,
|
|
135
|
-
limitedRoles: [_Role.Role.SOCIAL]
|
|
155
|
+
limitedRoles: [_Role.Role.SOCIAL],
|
|
156
|
+
color: 'guacamole'
|
|
136
157
|
},
|
|
137
158
|
SOCIAL_PARAMETER: {
|
|
138
159
|
id: 22,
|
|
139
160
|
label: 'Paramétrage social',
|
|
140
161
|
aberrantTime: 40,
|
|
141
|
-
limitedRoles: [_Role.Role.SOCIAL]
|
|
162
|
+
limitedRoles: [_Role.Role.SOCIAL],
|
|
163
|
+
color: 'guacamole'
|
|
142
164
|
},
|
|
143
165
|
WORK_CONTRACT: {
|
|
144
166
|
id: 23,
|
|
145
167
|
label: 'Contrat de travail',
|
|
146
168
|
aberrantTime: 60,
|
|
147
|
-
limitedRoles: [_Role.Role.SOCIAL]
|
|
169
|
+
limitedRoles: [_Role.Role.SOCIAL],
|
|
170
|
+
color: 'guacamole'
|
|
148
171
|
},
|
|
149
172
|
DPAE: {
|
|
150
173
|
id: 24,
|
|
151
174
|
label: 'DPAE',
|
|
152
175
|
aberrantTime: 25,
|
|
153
|
-
limitedRoles: [_Role.Role.SOCIAL]
|
|
176
|
+
limitedRoles: [_Role.Role.SOCIAL],
|
|
177
|
+
color: 'guacamole'
|
|
154
178
|
},
|
|
155
179
|
FACTURATION: {
|
|
156
180
|
id: 25,
|
|
157
181
|
label: 'Facturation',
|
|
158
182
|
aberrantTime: 180,
|
|
159
|
-
limitedRoles: null
|
|
183
|
+
limitedRoles: null,
|
|
184
|
+
color: 'success'
|
|
160
185
|
},
|
|
161
186
|
LEGAL_DOCUMENT: {
|
|
162
187
|
id: 26,
|
|
163
188
|
label: 'Rédaction documents juridiques',
|
|
164
189
|
aberrantTime: 30,
|
|
165
|
-
limitedRoles: [_Role.Role.JURIDIC]
|
|
190
|
+
limitedRoles: [_Role.Role.JURIDIC],
|
|
191
|
+
color: 'caramel'
|
|
166
192
|
},
|
|
167
193
|
INFOGREFFE: {
|
|
168
194
|
id: 27,
|
|
169
195
|
label: 'Dépôt infogreffe ou autre',
|
|
170
196
|
aberrantTime: 15,
|
|
171
|
-
limitedRoles: [_Role.Role.JURIDIC]
|
|
197
|
+
limitedRoles: [_Role.Role.JURIDIC],
|
|
198
|
+
color: 'caramel'
|
|
172
199
|
},
|
|
173
200
|
APPOINTMENT: {
|
|
174
201
|
id: 28,
|
|
175
202
|
label: 'Rdv client',
|
|
176
203
|
aberrantTime: 15,
|
|
177
|
-
limitedRoles: null
|
|
204
|
+
limitedRoles: null,
|
|
205
|
+
color: 'orange-light'
|
|
178
206
|
}
|
|
179
207
|
};
|
|
180
208
|
//# sourceMappingURL=TimeCounterType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimeCounterType.js","mappings":";;;;;;;AAAA;;AAEO,MAAMA,eAAe,WAAfA,eAAe,GAAG;EAC7BC,UAAU,EAAE;IACVC,EAAE,EAAE,CADM;IAEVC,KAAK,EAAE,YAFG;IAGVC,YAAY,EAAE,EAHJ;IAIVC,YAAY,EAAE,CAACC,WAAKC,YAAN;
|
|
1
|
+
{"version":3,"file":"TimeCounterType.js","mappings":"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","names":["TimeCounterType","ONBOARDING","id","label","aberrantTime","limitedRoles","Role","FRONT_OFFICE","color","VAT","MANAGER","EXPERT_ACCOUNTANT","REVISION","FOLDER_REVIEW","REPORTING","CUSTOMER_SUCCESS","SYNCHRONISATION","UNDER_SUPERVISION","CLIENT_CONTACT","MEETING","FORMATION","FORECAST","CERTIFICATE","COMPLEMENTARY_MISSION","ORGANISATION","INTERNAL_ADVICE","LAB","SUPERVISION","MAIL_PROCESSING","SUPPORT_PROCESSING","BILAN","PAYSLIP","SOCIAL","SOCIAL_PARAMETER","WORK_CONTRACT","DPAE","FACTURATION","LEGAL_DOCUMENT","JURIDIC","INFOGREFFE","APPOINTMENT"],"sourceRoot":"","sources":["../../../ts/types/Enum/TimeCounterType.ts"],"sourcesContent":["import { Role } from './Role';\n\nexport const TimeCounterType = {\n ONBOARDING: {\n id: 1,\n label: 'OnBoarding',\n aberrantTime: 60,\n limitedRoles: [Role.FRONT_OFFICE],\n color: 'fire',\n },\n VAT: {\n id: 2,\n label: 'TVA',\n aberrantTime: 60,\n limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],\n color: 'iris',\n },\n REVISION: {\n id: 3,\n label: 'Révision',\n aberrantTime: 120,\n limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],\n color: 'bubblegum-light',\n },\n FOLDER_REVIEW: {\n id: 4,\n label: 'Revue dossier',\n aberrantTime: 60,\n limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],\n color: 'cerulean',\n },\n REPORTING: {\n id: 5,\n label: 'Signalement',\n aberrantTime: 60,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'lipstick-dark',\n },\n SYNCHRONISATION: {\n id: 6,\n label: 'Synchronisation',\n aberrantTime: 30,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'orange-dark',\n },\n UNDER_SUPERVISION: {\n id: 7,\n label: 'En cours de supervision',\n aberrantTime: 45,\n limitedRoles: null,\n color: 'orange-dark',\n },\n CLIENT_CONTACT: {\n id: 8,\n label: 'Contact client (Appel/mail/chat)',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'orange-light',\n },\n MEETING: {\n id: 9,\n label: 'Réunion',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'fern-dark',\n },\n FORMATION: {\n id: 10,\n label: 'Formation',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'fern',\n },\n FORECAST: {\n id: 11,\n label: 'Prévisionnel',\n aberrantTime: 20,\n limitedRoles: [Role.FRONT_OFFICE],\n color: 'cerulean-light',\n },\n CERTIFICATE: {\n id: 12,\n label: 'Attestation',\n aberrantTime: 20,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'lipstick-light',\n },\n COMPLEMENTARY_MISSION: {\n id: 13,\n label: 'Mission complémentaire',\n aberrantTime: 20,\n limitedRoles: [Role.FRONT_OFFICE],\n color: 'cerulean-light',\n },\n ORGANISATION: {\n id: 14,\n label: 'Organisation',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'fern-light',\n },\n INTERNAL_ADVICE: {\n id: 15,\n label: 'Conseil interne',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'fern-light',\n },\n LAB: {\n id: 16,\n label: 'LAB',\n aberrantTime: 20,\n limitedRoles: [Role.EXPERT_ACCOUNTANT],\n color: 'fire',\n },\n SUPERVISION: {\n id: 17,\n label: 'Supervision',\n aberrantTime: 20,\n limitedRoles: [Role.EXPERT_ACCOUNTANT, Role.MANAGER],\n color: 'bubblegum-dark',\n },\n MAIL_PROCESSING: {\n id: 18,\n label: 'Traitement des courriers',\n aberrantTime: 20,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'lipstick-light',\n },\n SUPPORT_PROCESSING: {\n id: 19,\n label: 'Traitement support',\n aberrantTime: 20,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'error',\n },\n BILAN: {\n id: 20,\n label: 'Bilan',\n aberrantTime: 120,\n limitedRoles: [Role.FRONT_OFFICE, Role.EXPERT_ACCOUNTANT],\n color: 'cerulean-dark',\n },\n PAYSLIP: {\n id: 21,\n label: 'Bulletin de paie/DSN',\n aberrantTime: 30,\n limitedRoles: [Role.SOCIAL],\n color: 'guacamole',\n },\n SOCIAL_PARAMETER: {\n id: 22,\n label: 'Paramétrage social',\n aberrantTime: 40,\n limitedRoles: [Role.SOCIAL],\n color: 'guacamole',\n },\n WORK_CONTRACT: {\n id: 23,\n label: 'Contrat de travail',\n aberrantTime: 60,\n limitedRoles: [Role.SOCIAL],\n color: 'guacamole',\n },\n DPAE: {\n id: 24,\n label: 'DPAE',\n aberrantTime: 25,\n limitedRoles: [Role.SOCIAL],\n color: 'guacamole',\n },\n FACTURATION: {\n id: 25,\n label: 'Facturation',\n aberrantTime: 180,\n limitedRoles: null,\n color: 'success',\n },\n LEGAL_DOCUMENT: {\n id: 26,\n label: 'Rédaction documents juridiques',\n aberrantTime: 30,\n limitedRoles: [Role.JURIDIC],\n color: 'caramel',\n },\n INFOGREFFE: {\n id: 27,\n label: 'Dépôt infogreffe ou autre',\n aberrantTime: 15,\n limitedRoles: [Role.JURIDIC],\n color: 'caramel',\n },\n APPOINTMENT: {\n id: 28,\n label: 'Rdv client',\n aberrantTime: 15,\n limitedRoles: null,\n color: 'orange-light',\n },\n};"]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.CreateRecurrence = exports.CreateReminder = exports.CreateCgv = exports.CreateInvoiceDocument = exports.CreatePreSaleDocument = exports.CommercialDocumentInputs = exports.CreateCommercialMail = exports.CreateCommercialSetting = undefined;
|
|
6
|
+
exports.CreateRecurrence = exports.CreateReminder = exports.CreateCgv = exports.CreateInvoiceDocument = exports.CreatePreSaleDocument = exports.CommercialDocumentInputs = exports.CreateCommercialMailWithMultipleFiles = exports.CreateCommercialMail = exports.CreateCommercialSetting = undefined;
|
|
7
7
|
|
|
8
8
|
var _classValidator = require("class-validator");
|
|
9
9
|
|
|
@@ -123,6 +123,10 @@ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metada
|
|
|
123
123
|
|
|
124
124
|
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], CreateCommercialMail.prototype, "content", void 0);
|
|
125
125
|
|
|
126
|
+
class CreateCommercialMailWithMultipleFiles extends CreateCommercialMail {}
|
|
127
|
+
|
|
128
|
+
exports.CreateCommercialMailWithMultipleFiles = CreateCommercialMailWithMultipleFiles;
|
|
129
|
+
|
|
126
130
|
class CommercialDocumentInputs {}
|
|
127
131
|
|
|
128
132
|
exports.CommercialDocumentInputs = CommercialDocumentInputs;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.js","mappings":"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","names":["CreateCommercialSetting","__decorate","message","CreateCommercialMail","CommercialDocumentInputs","description","Array","CreatePreSaleDocument","CreateInvoiceDocument","CreateCgv","CreateReminder","CreateRecurrence","RecurrenceType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/commercialManagement/Create.ts"],"sourcesContent":["import {\n IsArray, IsBoolean, IsDateString, IsEnum, IsNumber, IsOptional, IsString, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { AccountingCategoryId, FontIds, LogoAlignment } from '../../../Enum/CommercialManagement';\nimport { EstimateInvoiceType } from '../../../Enum/EstimateInvoice';\nimport { RecurrenceType } from '../../../Enum/RecurrenceType';\nimport { IProductInvoice } from '../../models/IProductInvoice';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\nimport { IThirdParty } from '../../models/IThirdParty';\n\nexport type IProductInvoiceToCreate = IProductInvoice & { save?: boolean };\n\nexport class CreateCommercialSetting {\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n @Min(0, {\n message: 'Capital should be positive',\n })\n capital?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n tvaCode?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n rcs?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n numberTradeDirectory?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n bank?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n iban?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n bic?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n mailContact?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n phoneContact?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n website?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n commercialName?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n penalties?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n discount?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n recoveryCost?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n vatMention?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n generatedBy?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n acceptCheque?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n mentionAutoent?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n startInvoice?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n startEstimate?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n dayOfValidity?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n paymentsAccepted?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n stripePaymentByDefault?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n displayLogo?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n invoiceCgv?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n color?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n freeInvoiceText?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n freeEstimateText?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n logoAlignment?: LogoAlignment | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idFont?: FontIds | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isEdgingDisplayed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n edgingColor?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isCoordinatesFrameDisplayed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n areLinesSeparationHidden?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n areColumnsSeparationHidden?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n accountingCategory?: AccountingCategoryId;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n shouldPayTaxAfterDebit?: boolean;\n}\n\nexport class CreateCommercialMail {\n @ApiProperty()\n @IsString()\n to: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n cc?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n bcc?: string;\n\n @ApiProperty()\n @IsString()\n subject: string;\n\n @ApiProperty()\n @IsString()\n content: string;\n}\n\nexport class CommercialDocumentInputs {\n @ApiProperty()\n legalForm: string | null;\n\n @ApiProperty()\n capital: number | null;\n\n @ApiProperty()\n siren: string | null;\n\n @ApiProperty()\n rcs: string | null;\n\n @ApiProperty()\n vatCode: string | null;\n\n @ApiProperty()\n nafCode: string | null;\n\n @ApiProperty()\n @IsString()\n reference: string;\n\n @ApiProperty()\n thirdParty: IThirdParty;\n\n @ApiProperty()\n @IsDateString()\n emissionDate: string;\n\n @ApiProperty()\n @IsDateString()\n dueDate: string;\n\n @ApiProperty({ description: 'Date d\\'expiration pour la facture d\\'acompte' })\n expirationDate: string | null;\n\n @ApiProperty({ description: 'Conditions de réglement' })\n termsOfPayment: string | null;\n\n @ApiProperty()\n @IsArray()\n products: Array<IProductInvoiceToCreate>;\n\n @ApiProperty({ description: 'Escompte' })\n discount: string | null;\n\n @ApiProperty()\n comment: string | null;\n\n @ApiProperty({ description: 'Pénalité de retard' })\n penalties: string | null;\n\n @ApiProperty({ description: 'Remise globale' })\n @IsNumber()\n generalDiscount2: number;\n\n @ApiProperty({ description: 'Indemnité forfaitaire' })\n compensation: string | null;\n\n @ApiProperty()\n vatMention: string | null;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n disableVat: boolean;\n\n @ApiProperty()\n title: string | null;\n\n @ApiProperty({ description: 'Commercial name of seller' })\n @IsString()\n name: string;\n\n @ApiProperty({ description: 'Commercial number address of seller' })\n number?: string | null;\n\n @ApiProperty({ description: 'Commercial street address of seller' })\n street: string | null;\n\n @ApiProperty({ description: 'Commercial zip code address of seller' })\n zipCode: string | null;\n\n @ApiProperty({ description: 'Commercial city address of seller' })\n city: string | null;\n\n @ApiProperty()\n settings: ISocietyGescom;\n\n @ApiProperty()\n cgv: string | null;\n\n @ApiProperty()\n logoUrl: string | null;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n isStripeAllowed: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n isDraft: boolean;\n\n @ApiProperty()\n idEstimateInvoiceType: EstimateInvoiceType;\n\n @ApiProperty()\n accountingCategory: AccountingCategoryId;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n shouldPayTaxAfterDebit?: boolean;\n}\n\nexport class CreatePreSaleDocument extends CommercialDocumentInputs {\n paymentLink?: '#';\n deposit?: undefined;\n fromEstimateId: undefined;\n assetMarginVatIds?: [];\n}\nexport class CreateInvoiceDocument extends CommercialDocumentInputs {\n paymentLink?: string;\n deposit?: number;\n fromInvoiceId?: number | null; // Nécessaire lors de la création d'un avoir à partir d'une facture\n fromEstimateId: number | null; // Nécessaire lors du passage d'un devis à facture\n assetMarginVatIds?: number[]; // Laisser vide côté front, utilisé pour l'affichage des tva sur marge sur les acomptes\n}\n\nexport class CreateCgv {\n @ApiProperty()\n cgv: string | null;\n}\n\nexport class CreateReminder {\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n beforeThree: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n dueDate: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n afterThree: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n afterSeven: boolean;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n subject?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n message?: string;\n\n @ApiProperty()\n @IsString()\n email: string;\n}\n\nexport class CreateRecurrence {\n @ApiProperty()\n @IsEnum(RecurrenceType)\n type: number;\n\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiProperty()\n @ToBoolean()\n @IsBoolean()\n isActive: boolean;\n}"]}
|
|
1
|
+
{"version":3,"file":"Create.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAOM,MAAOA,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAOXC,YANC,iCAMD,EALC,iCAKD,EAJC,+BAID,EAHC,yBAAI,CAAJ,EAAO;EACNC,OAAO,EAAE;AADH,CAAP,CAGD;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAGI,MAAOE,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAGXF,YAFC,yBAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAGI,MAAOG,qCAAP,SAAqDD,oBAArD,CAAyE;;QAAlEC,qC,GAAAA,qC;;AAIP,MAAOC,wBAAP,CAA+B;;QAAxBA,wB,GAAAA,wB;;AAEXJ,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAGAA,YADC,yBACD;;AAIAA,YAFC,yBAED,EADC,mCACD;;AAIAA,YAFC,yBAED,EADC,mCACD;;AAGAA,YADC,wBAAY;EAAEK,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAL,YADC,wBAAY;EAAEK,WAAW,EAAE;AAAf,CAAZ,CACD;;AAIAL,YAFC,yBAED,EADC,8BACD,4BAAUM,MAAV;;AAGAN,YADC,wBAAY;EAAEK,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAL,YADC,yBACD;;AAGAA,YADC,wBAAY;EAAEK,WAAW,EAAE;AAAf,CAAZ,CACD;;AAIAL,YAFC,wBAAY;EAAEK,WAAW,EAAE;AAAf,CAAZ,CAED,EADC,+BACD;;AAGAL,YADC,wBAAY;EAAEK,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAL,YADC,yBACD;;AAKAA,YAHC,yBAGD,EAFC,gCAED,EADC,yBACD;;AAGAA,YADC,yBACD;;AAIAA,YAFC,wBAAY;EAAEK,WAAW,EAAE;AAAf,CAAZ,CAED,EADC,+BACD;;AAGAL,YADC,wBAAY;EAAEK,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAL,YADC,wBAAY;EAAEK,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAL,YADC,wBAAY;EAAEK,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAL,YADC,wBAAY;EAAEK,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAL,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAKAA,YAHC,yBAGD,EAFC,gCAED,EADC,yBACD;;AAKAA,YAHC,yBAGD,EAFC,gCAED,EADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,yBACD;;AAKAA,YAHC,yBAGD,EAFC,gCAED,EADC,yBACD;;AAGI,MAAOO,qBAAP,SAAqCH,wBAArC,CAA6D;;QAAtDG,qB,GAAAA,qB;;AAMP,MAAOC,qBAAP,SAAqCJ,wBAArC,CAA6D;;QAAtDI,qB,GAAAA,qB;;AAQP,MAAOC,SAAP,CAAgB;;QAATA,S,GAAAA,S;;AAEXT,YADC,yBACD;;AAGI,MAAOU,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAIXV,YAHC,yBAGD,EAFC,gCAED,EADC,yBACD;;AAKAA,YAHC,yBAGD,EAFC,gCAED,EADC,yBACD;;AAKAA,YAHC,yBAGD,EAFC,gCAED,EADC,yBACD;;AAKAA,YAHC,yBAGD,EAFC,gCAED,EADC,yBACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAGI,MAAOW,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAGXX,YAFC,yBAED,EADC,4BAAOY,8BAAP,CACD;;AAIAZ,YAFC,yBAED,EADC,mCACD;;AAIAA,YAFC,yBAED,EADC,mCACD;;AAKAA,YAHC,yBAGD,EAFC,yBAED,EADC,gCACD","names":["CreateCommercialSetting","__decorate","message","CreateCommercialMail","CreateCommercialMailWithMultipleFiles","CommercialDocumentInputs","description","Array","CreatePreSaleDocument","CreateInvoiceDocument","CreateCgv","CreateReminder","CreateRecurrence","RecurrenceType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/commercialManagement/Create.ts"],"sourcesContent":["import {\n IsArray, IsBoolean, IsDateString, IsEnum, IsNumber, IsOptional, IsString, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { AccountingCategoryId, FontIds, LogoAlignment } from '../../../Enum/CommercialManagement';\nimport { EstimateInvoiceType } from '../../../Enum/EstimateInvoice';\nimport { RecurrenceType } from '../../../Enum/RecurrenceType';\nimport { IProductInvoice } from '../../models/IProductInvoice';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\nimport { IThirdParty } from '../../models/IThirdParty';\n\nexport type IProductInvoiceToCreate = IProductInvoice & { save?: boolean };\n\nexport class CreateCommercialSetting {\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n @Min(0, {\n message: 'Capital should be positive',\n })\n capital?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n tvaCode?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n rcs?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n numberTradeDirectory?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n bank?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n iban?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n bic?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n mailContact?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n phoneContact?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n website?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n commercialName?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n penalties?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n discount?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n recoveryCost?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n vatMention?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n generatedBy?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n acceptCheque?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n mentionAutoent?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n startInvoice?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n startEstimate?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n dayOfValidity?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n paymentsAccepted?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n stripePaymentByDefault?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n displayLogo?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n invoiceCgv?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n color?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n freeInvoiceText?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n freeEstimateText?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n logoAlignment?: LogoAlignment | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idFont?: FontIds | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isEdgingDisplayed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n edgingColor?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isCoordinatesFrameDisplayed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n areLinesSeparationHidden?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n areColumnsSeparationHidden?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n accountingCategory?: AccountingCategoryId;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n shouldPayTaxAfterDebit?: boolean;\n}\n\nexport class CreateCommercialMail {\n @ApiProperty()\n @IsString()\n to: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n cc?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n bcc?: string;\n\n @ApiProperty()\n @IsString()\n subject: string;\n\n @ApiProperty()\n @IsString()\n content: string;\n}\n\nexport class CreateCommercialMailWithMultipleFiles extends CreateCommercialMail {\n idsFile: number[];\n}\n\nexport class CommercialDocumentInputs {\n @ApiProperty()\n legalForm: string | null;\n\n @ApiProperty()\n capital: number | null;\n\n @ApiProperty()\n siren: string | null;\n\n @ApiProperty()\n rcs: string | null;\n\n @ApiProperty()\n vatCode: string | null;\n\n @ApiProperty()\n nafCode: string | null;\n\n @ApiProperty()\n @IsString()\n reference: string;\n\n @ApiProperty()\n thirdParty: IThirdParty;\n\n @ApiProperty()\n @IsDateString()\n emissionDate: string;\n\n @ApiProperty()\n @IsDateString()\n dueDate: string;\n\n @ApiProperty({ description: 'Date d\\'expiration pour la facture d\\'acompte' })\n expirationDate: string | null;\n\n @ApiProperty({ description: 'Conditions de réglement' })\n termsOfPayment: string | null;\n\n @ApiProperty()\n @IsArray()\n products: Array<IProductInvoiceToCreate>;\n\n @ApiProperty({ description: 'Escompte' })\n discount: string | null;\n\n @ApiProperty()\n comment: string | null;\n\n @ApiProperty({ description: 'Pénalité de retard' })\n penalties: string | null;\n\n @ApiProperty({ description: 'Remise globale' })\n @IsNumber()\n generalDiscount2: number;\n\n @ApiProperty({ description: 'Indemnité forfaitaire' })\n compensation: string | null;\n\n @ApiProperty()\n vatMention: string | null;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n disableVat: boolean;\n\n @ApiProperty()\n title: string | null;\n\n @ApiProperty({ description: 'Commercial name of seller' })\n @IsString()\n name: string;\n\n @ApiProperty({ description: 'Commercial number address of seller' })\n number?: string | null;\n\n @ApiProperty({ description: 'Commercial street address of seller' })\n street: string | null;\n\n @ApiProperty({ description: 'Commercial zip code address of seller' })\n zipCode: string | null;\n\n @ApiProperty({ description: 'Commercial city address of seller' })\n city: string | null;\n\n @ApiProperty()\n settings: ISocietyGescom;\n\n @ApiProperty()\n cgv: string | null;\n\n @ApiProperty()\n logoUrl: string | null;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n isStripeAllowed: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n isDraft: boolean;\n\n @ApiProperty()\n idEstimateInvoiceType: EstimateInvoiceType;\n\n @ApiProperty()\n accountingCategory: AccountingCategoryId;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n shouldPayTaxAfterDebit?: boolean;\n}\n\nexport class CreatePreSaleDocument extends CommercialDocumentInputs {\n paymentLink?: '#';\n deposit?: undefined;\n fromEstimateId: undefined;\n assetMarginVatIds?: [];\n}\nexport class CreateInvoiceDocument extends CommercialDocumentInputs {\n paymentLink?: string;\n deposit?: number;\n fromInvoiceId?: number | null; // Nécessaire lors de la création d'un avoir à partir d'une facture\n fromEstimateId: number | null; // Nécessaire lors du passage d'un devis à facture\n assetMarginVatIds?: number[]; // Laisser vide côté front, utilisé pour l'affichage des tva sur marge sur les acomptes\n}\n\nexport class CreateCgv {\n @ApiProperty()\n cgv: string | null;\n}\n\nexport class CreateReminder {\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n beforeThree: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n dueDate: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n afterThree: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n afterSeven: boolean;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n subject?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n message?: string;\n\n @ApiProperty()\n @IsString()\n email: string;\n}\n\nexport class CreateRecurrence {\n @ApiProperty()\n @IsEnum(RecurrenceType)\n type: number;\n\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiProperty()\n @ToBoolean()\n @IsBoolean()\n isActive: boolean;\n}"]}
|