@silexpert/core 1.0.71 → 1.0.73
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 +1 -0
- package/es/api/resources/CalendarEvent.d.ts.map +1 -1
- package/es/api/resources/CalendarEvent.js +3 -0
- package/es/api/resources/CalendarEvent.js.map +1 -1
- package/es/api/resources/Commercial.d.ts +8 -1
- package/es/api/resources/Commercial.d.ts.map +1 -1
- package/es/api/resources/Commercial.js +13 -1
- package/es/api/resources/Commercial.js.map +1 -1
- package/es/api/resources/Regulate.d.ts +7 -0
- package/es/api/resources/Regulate.d.ts.map +1 -0
- package/es/api/resources/Regulate.js +7 -0
- package/es/api/resources/Regulate.js.map +1 -0
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/BrandPourcentage.js +1 -1
- package/es/types/Enum/BrandPourcentage.js.map +1 -1
- package/es/types/Enum/Ged.d.ts +2 -0
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +2 -2
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/MealExpenseThresholds.d.ts.map +1 -1
- package/es/types/Enum/MealExpenseThresholds.js +4 -0
- package/es/types/Enum/MealExpenseThresholds.js.map +1 -1
- package/es/types/Enum/RegulateType.d.ts +10 -0
- package/es/types/Enum/RegulateType.d.ts.map +1 -0
- package/es/types/Enum/RegulateType.js +11 -0
- package/es/types/Enum/RegulateType.js.map +1 -0
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts +7 -0
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts.map +1 -0
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +26 -0
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -0
- package/es/types/Interface/api/commercial/QueryGetStats.d.ts +6 -0
- package/es/types/Interface/api/commercial/QueryGetStats.d.ts.map +1 -0
- package/es/types/Interface/api/commercial/QueryGetStats.js +32 -0
- package/es/types/Interface/api/commercial/QueryGetStats.js.map +1 -0
- package/es/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.d.ts +4 -0
- package/es/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.d.ts.map +1 -0
- package/es/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js +19 -0
- package/es/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js.map +1 -0
- package/es/types/Interface/api/regulate/QueryGetAll.d.ts +6 -0
- package/es/types/Interface/api/regulate/QueryGetAll.d.ts.map +1 -0
- package/es/types/Interface/api/regulate/QueryGetAll.js +32 -0
- package/es/types/Interface/api/regulate/QueryGetAll.js.map +1 -0
- package/es/types/Interface/api/regulate/RegulateWithStats.d.ts +13 -0
- package/es/types/Interface/api/regulate/RegulateWithStats.d.ts.map +1 -0
- package/es/types/Interface/api/regulate/RegulateWithStats.js +2 -0
- package/es/types/Interface/api/regulate/RegulateWithStats.js.map +1 -0
- package/es/types/Interface/api/society/QuerySociety.d.ts +1 -0
- package/es/types/Interface/api/society/QuerySociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/QuerySociety.js +6 -0
- package/es/types/Interface/api/society/QuerySociety.js.map +1 -1
- package/es/types/Interface/api/society/SocietyWithStatsCaParams.d.ts +1 -1
- package/es/types/Interface/api/society/SocietyWithStatsCaParams.d.ts.map +1 -1
- package/es/types/Interface/api/society/SocietyWithStatsCaParams.js.map +1 -1
- package/es/types/Interface/models/IOldExpertInfo.d.ts +1 -0
- package/es/types/Interface/models/IOldExpertInfo.d.ts.map +1 -1
- package/es/types/Interface/models/IOldExpertInfo.js.map +1 -1
- package/es/types/Interface/models/IRegulate.d.ts +5 -0
- package/es/types/Interface/models/IRegulate.d.ts.map +1 -1
- package/es/types/Interface/models/IRegulate.js.map +1 -1
- package/es/types/Interface/models/IUser.d.ts +1 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/index.d.ts +6 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/CalendarEvent.js +6 -0
- package/js/api/resources/CalendarEvent.js.map +1 -1
- package/js/api/resources/Commercial.js +31 -1
- package/js/api/resources/Commercial.js.map +1 -1
- package/js/api/resources/Regulate.js +22 -0
- package/js/api/resources/Regulate.js.map +1 -0
- package/js/api/resources.js +3 -0
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/BrandPourcentage.js +1 -1
- package/js/types/Enum/BrandPourcentage.js.map +1 -1
- package/js/types/Enum/Ged.js +3 -3
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/MealExpenseThresholds.js +4 -0
- package/js/types/Enum/MealExpenseThresholds.js.map +1 -1
- package/js/types/Enum/RegulateType.js +18 -0
- package/js/types/Enum/RegulateType.js.map +1 -0
- package/js/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +35 -0
- package/js/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -0
- package/js/types/Interface/api/commercial/QueryGetStats.js +33 -0
- package/js/types/Interface/api/commercial/QueryGetStats.js.map +1 -0
- package/js/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js +29 -0
- package/js/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js.map +1 -0
- package/js/types/Interface/api/regulate/QueryGetAll.js +33 -0
- package/js/types/Interface/api/regulate/QueryGetAll.js.map +1 -0
- package/js/types/Interface/api/regulate/RegulateWithStats.js +6 -0
- package/js/types/Interface/api/regulate/RegulateWithStats.js.map +1 -0
- package/js/types/Interface/api/society/QuerySociety.js +6 -0
- package/js/types/Interface/api/society/QuerySociety.js.map +1 -1
- package/js/types/index.js +72 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/CalendarEvent.ts +4 -0
- package/ts/api/resources/Commercial.ts +17 -2
- package/ts/api/resources/Regulate.ts +9 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BrandPourcentage.ts +1 -1
- package/ts/types/Enum/Ged.ts +2 -2
- package/ts/types/Enum/MealExpenseThresholds.ts +4 -0
- package/ts/types/Enum/RegulateType.ts +10 -0
- package/ts/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.ts +16 -0
- package/ts/types/Interface/api/commercial/QueryGetStats.ts +21 -0
- package/ts/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.ts +10 -0
- package/ts/types/Interface/api/regulate/QueryGetAll.ts +21 -0
- package/ts/types/Interface/api/regulate/RegulateWithStats.ts +12 -0
- package/ts/types/Interface/api/society/QuerySociety.ts +5 -0
- package/ts/types/Interface/api/society/SocietyWithStatsCaParams.ts +1 -1
- package/ts/types/Interface/models/IOldExpertInfo.ts +1 -0
- package/ts/types/Interface/models/IRegulate.ts +7 -0
- package/ts/types/Interface/models/IUser.ts +1 -0
- package/ts/types/index.ts +6 -0
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;;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,EAA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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","commercial","Commercial","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","slowDetection","SlowDetection","sources","Sources"],"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';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\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 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 slowDetection: SlowDetection,\n sources: Sources,\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;;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,iBAA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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","commercial","Commercial","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","regulate","Regulate","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","commercialSetting","CommercialSetting","commercialDocument","CommercialDocument","connection","Connection","invoice","Invoice","reminder","Reminder","recurrence","Recurrence","stripe","Stripe","file","File","wallet","Wallet","societyConfig","SocietyConfig","legalNotice","LegalNotice","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant","paymentExpectation","PaymentExpectation","terminationList","TerminationList","slowDetection","SlowDetection","sources","Sources"],"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 { 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';\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 machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n sources: Sources,\n};"]}
|
|
@@ -55,7 +55,7 @@ const BrandPourcentage = exports.BrandPourcentage = [{
|
|
|
55
55
|
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
56
56
|
hiddenPages: [],
|
|
57
57
|
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
58
|
-
urlApp: 'https://app.pourcentage.fr
|
|
58
|
+
urlApp: 'https://app.pourcentage.fr',
|
|
59
59
|
urlApi1: 'https://api.pourcentage.fr',
|
|
60
60
|
urlApi2: 'https://api-next.pourcentage.fr',
|
|
61
61
|
urlExpert: 'https://pro.pourcentage.fr',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandPourcentage.js","mappings":";;;;;AAAO,MAAMA,gBAAgB,WAAhBA,gBAAgB,GAAG,CAC9B;EACEC,WAAW,EAAE,CADf;EAEEC,KAAK,EAAE,2DAFT;EAGEC,MAAM,EAAE,6BAHV;EAIEC,IAAI,EAAE,aAJR;EAKEC,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CALV;EAQEC,UAAU,EAAE;IACVC,OAAO,EAAE,gBADC;IAEVC,OAAO,EAAE,gBAFC;IAGVC,MAAM,EAAE,gBAHE;IAIVC,SAAS,EAAE;EAJD,CARd;EAcEC,SAAS,EAAE;IACTC,aAAa,EAAE,wBADN;IAETC,GAAG,EAAE,wBAFI;IAGTC,OAAO,EAAE,wBAHA;IAITP,OAAO,EAAE,wBAJA;IAKTQ,WAAW,EAAE,4BALJ;IAMTC,QAAQ,EAAE,wBAND;IAOTN,SAAS,EAAE,0BAPF;IAQTO,YAAY,EAAE,wBARL;IASTC,GAAG,EAAE,wBATI;IAUTC,OAAO,EAAE,wBAVA;IAWTX,OAAO,EAAE,wBAXA;IAYTY,QAAQ,EAAE,wBAZD;IAaTC,EAAE,EAAE,mBAbK;IAcTZ,MAAM,EAAE,uBAdC;IAeTa,OAAO,EAAE,wBAfA;IAgBTC,GAAG,EAAE,wBAhBI;IAiBTC,EAAE,EAAE;EAjBK,CAdb;EAiCEC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OADa;IAElBC,EAAE,EAAE,EAFc;IAGlBC,IAAI,EAAE,OAHY;IAIlBC,cAAc,EAAE,SAJE;IAKlBC,gBAAgB,EAAE,aALA;IAMlBC,MAAM,EAAE,sBANU;IAOlBC,WAAW,EAAE,OAPK;IAQlBC,KAAK,EAAE,gBARW;IASlBC,aAAa,EAAE,mBATG;IAUlBC,GAAG,EAAE,aAVa;IAWlBC,MAAM,EAAE,KAXU;IAYlBC,OAAO,EAAE;EAZS,CAjCtB;EA+CEC,2BAA2B,EAAE,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,GAAf,EAAoB,GAApB,CA/C/B;EAgDEC,OAAO,EAAE,sBAhDX;EAiDEC,WAAW,EAAE,2BAjDf;EAkDEC,WAAW,EAAE,EAlDf;EAmDEC,kBAAkB,EAAE,0CAnDtB;EAoDEC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"BrandPourcentage.js","mappings":";;;;;AAAO,MAAMA,gBAAgB,WAAhBA,gBAAgB,GAAG,CAC9B;EACEC,WAAW,EAAE,CADf;EAEEC,KAAK,EAAE,2DAFT;EAGEC,MAAM,EAAE,6BAHV;EAIEC,IAAI,EAAE,aAJR;EAKEC,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CALV;EAQEC,UAAU,EAAE;IACVC,OAAO,EAAE,gBADC;IAEVC,OAAO,EAAE,gBAFC;IAGVC,MAAM,EAAE,gBAHE;IAIVC,SAAS,EAAE;EAJD,CARd;EAcEC,SAAS,EAAE;IACTC,aAAa,EAAE,wBADN;IAETC,GAAG,EAAE,wBAFI;IAGTC,OAAO,EAAE,wBAHA;IAITP,OAAO,EAAE,wBAJA;IAKTQ,WAAW,EAAE,4BALJ;IAMTC,QAAQ,EAAE,wBAND;IAOTN,SAAS,EAAE,0BAPF;IAQTO,YAAY,EAAE,wBARL;IASTC,GAAG,EAAE,wBATI;IAUTC,OAAO,EAAE,wBAVA;IAWTX,OAAO,EAAE,wBAXA;IAYTY,QAAQ,EAAE,wBAZD;IAaTC,EAAE,EAAE,mBAbK;IAcTZ,MAAM,EAAE,uBAdC;IAeTa,OAAO,EAAE,wBAfA;IAgBTC,GAAG,EAAE,wBAhBI;IAiBTC,EAAE,EAAE;EAjBK,CAdb;EAiCEC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OADa;IAElBC,EAAE,EAAE,EAFc;IAGlBC,IAAI,EAAE,OAHY;IAIlBC,cAAc,EAAE,SAJE;IAKlBC,gBAAgB,EAAE,aALA;IAMlBC,MAAM,EAAE,sBANU;IAOlBC,WAAW,EAAE,OAPK;IAQlBC,KAAK,EAAE,gBARW;IASlBC,aAAa,EAAE,mBATG;IAUlBC,GAAG,EAAE,aAVa;IAWlBC,MAAM,EAAE,KAXU;IAYlBC,OAAO,EAAE;EAZS,CAjCtB;EA+CEC,2BAA2B,EAAE,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,GAAf,EAAoB,GAApB,CA/C/B;EAgDEC,OAAO,EAAE,sBAhDX;EAiDEC,WAAW,EAAE,2BAjDf;EAkDEC,WAAW,EAAE,EAlDf;EAmDEC,kBAAkB,EAAE,0CAnDtB;EAoDEC,MAAM,EAAE,4BApDV;EAqDEC,OAAO,EAAE,4BArDX;EAsDEC,OAAO,EAAE,iCAtDX;EAuDEC,SAAS,EAAE,4BAvDb;EAwDEC,SAAS,EAAE,4BAxDb;EAyDEC,IAAI,EAAE;IACJC,IAAI,EAAE,6BADF;IAEJC,GAAG,EAAE,aAFD;IAGJC,IAAI,EAAE,aAHF;IAIJC,EAAE,EAAE;EAJA,CAzDR;EA+DEC,iBAAiB,EAAE;IACjBjB,MAAM,EAAE,MADS;IAEjBjC,IAAI,EAAE,aAFW;IAGjBmD,OAAO,EAAE,mBAHQ;IAIjBjB,OAAO,EAAE,OAJQ;IAKjBT,IAAI,EAAE,OALW;IAMjB2B,OAAO,EAAE,QANQ;IAOjB1B,cAAc,EAAE,SAPC;IAQjB2B,KAAK,EAAE,gBARU;IASjB9B,GAAG,EAAE,OATY;IAUjBS,GAAG,EAAE,aAVY;IAWjBF,KAAK,EAAE,gBAXU;IAYjBwB,WAAW,EAAE,eAZI;IAajBC,KAAK,EAAE;EAbU,CA/DrB;EA8EEC,OAAO,EAAE;IACPC,MAAM,EAAE;EADD;AA9EX,CAD8B,CAAzB","names":["BrandPourcentage","idTypeBrand","urlS3","logoS3","name","colors","primary","listPhones","contact","qualite","social","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email","webmail","domain"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"sourcesContent":["export const BrandPourcentage = [\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n];"]}
|
package/js/types/Enum/Ged.js
CHANGED
|
@@ -19,9 +19,9 @@ var GedCategory = exports.GedCategory = undefined;
|
|
|
19
19
|
var GedFolder = exports.GedFolder = undefined;
|
|
20
20
|
|
|
21
21
|
(function (GedFolder) {
|
|
22
|
-
GedFolder[GedFolder["KBIS"] = 1] = "KBIS";
|
|
23
|
-
|
|
24
|
-
// Balance-GL Journals = 5,
|
|
22
|
+
GedFolder[GedFolder["KBIS"] = 1] = "KBIS";
|
|
23
|
+
GedFolder[GedFolder["LDM"] = 2] = "LDM";
|
|
24
|
+
GedFolder[GedFolder["RIB_MANDATES"] = 3] = "RIB_MANDATES"; // Balance-GL Journals = 5,
|
|
25
25
|
// Closes & Balance Sheets = 7,
|
|
26
26
|
// VAT declarations = 10,
|
|
27
27
|
// IS declarations = 11,
|
package/js/types/Enum/Ged.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ged.js","mappings":";;;;;AAAA,IAAYA,WASX,WATWA,WASX,YATD;;AAAA,WAAYA,WAAZ,EAAuB;EACrBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CATD,EAAYA,WAAW,aAAXA,WAAW,GAAXA,WAAW,MAAvB;;AAWA,IAAYC,SAmCX,WAnCWA,SAmCX,YAnCD;;AAAA,WAAYA,SAAZ,EAAqB;EACnBA,
|
|
1
|
+
{"version":3,"file":"Ged.js","mappings":"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","names":["GedCategory","GedFolder","GedFileType","GedFileTypeDetail","STATUTES","id","name","IDENTITY_CARD","KBIS","RIB","FISCAL_MEMENTO","SEPA","PLAQUETTE","M0","DBE","OTHER","SIRENE","PATRIMONY","DBE2","DISTRIBUTION_OF_SHARE","REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE","REPRESENTATIVE_OF_THE_ASSOCIATION","RULES_OF_PROCEDURE","REVISION_GUIDE","SUMMARY_NOTE","BALANCESHEET_NOTE","PERSONNAL_RIB"],"sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX = 2,\n SOCIAL = 3,\n JURIDIC = 4,\n GENERALITY = 5,\n BILLING = 6,\n MAIL = 7,\n BANK_STATEMENT = 8,\n}\n\nexport enum GedFolder {\n KBIS = 1,\n LDM = 2,\n RIB_MANDATES = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n STATUTES = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n AGM = 19, // Annual General Meeting, PV d'AG\n // Contracts & Leases = 20,\n // Insurance = 22,\n CABINET_INVOICES = 23,\n OTHER = 24,\n VEHICLES = 25,\n BORROWING_TABLES = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n PARTNERS = 34,\n // Incoming mails = 35,\n OUTGOING_MAIL = 36,\n BANK_STATEMENT = 37,\n // Formalism = 38,\n PENDING_POINTS = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n\nexport enum GedFileType {\n STATUTES = 1,\n IDENTITY_CARD = 2,\n KBIS = 3,\n RIB = 4,\n FISCAL_MEMENTO = 5,\n SEPA = 6,\n PLAQUETTE = 7,\n M0 = 8,\n DBE = 9,\n OTHER = 10,\n SIRENE = 11, // Inscription au répertoire SIRENE / Répertoire des métiers\n PATRIMONY = 12, // Déclaration du patrimoine affectée\n DBE2 = 13, // 13,'Déclaration des bénéficiaires effectifs'\n DISTRIBUTION_OF_SHARE = 14, // 14,'Liste des souscripteurs pour connaître la répartition des actions'\n REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE = 15, // 15,'Récépissé d’inscription de l’association en préfecture'\n REPRESENTATIVE_OF_THE_ASSOCIATION = 16, // 16,'Liste des représentants de l’association'\n RULES_OF_PROCEDURE = 17, // 17,'Règlement intérieur',\n REVISION_GUIDE = 18,\n SUMMARY_NOTE = 19,\n BALANCESHEET_NOTE = 20,\n PERSONNAL_RIB = 21, // RIB PERSO\n}\n\nexport const GedFileTypeDetail = {\n STATUTES: {\n id: GedFileType.STATUTES,\n name: 'Statuts',\n },\n IDENTITY_CARD: {\n id: GedFileType.IDENTITY_CARD,\n name: 'Carte d\\'identité',\n },\n KBIS: {\n id: GedFileType.KBIS,\n name: 'KBis',\n },\n RIB: {\n id: 4,\n name: 'RIB',\n },\n FISCAL_MEMENTO: {\n id: GedFileType.FISCAL_MEMENTO,\n name: 'Memento fiscal',\n },\n SEPA: {\n id: GedFileType.SEPA,\n name: 'SEPA',\n },\n PLAQUETTE: {\n id: GedFileType.PLAQUETTE,\n name: 'Plaquette',\n },\n M0: {\n id: GedFileType.M0,\n name: 'M0',\n },\n DBE: {\n id: GedFileType.DBE,\n name: 'DBE',\n },\n OTHER: {\n id: GedFileType.OTHER,\n name: 'Autres',\n },\n SIRENE: {\n id: GedFileType.SIRENE,\n name: 'Inscription au répertoire SIRENE / Répertoire des métiers',\n },\n PATRIMONY: {\n id: GedFileType.PATRIMONY,\n name: 'Déclaration du patrimoine affectée',\n },\n DBE2: {\n id: GedFileType.DBE2,\n name: 'Déclaration des bénéficiaires effectifs',\n },\n DISTRIBUTION_OF_SHARE: {\n id: GedFileType.DISTRIBUTION_OF_SHARE,\n name: 'Liste des souscripteurs pour connaître la répartition des actions',\n },\n REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE: {\n id: GedFileType.REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE,\n name: 'Récépissé d’inscription de l’association en préfecture',\n },\n REPRESENTATIVE_OF_THE_ASSOCIATION: {\n id: GedFileType.REPRESENTATIVE_OF_THE_ASSOCIATION,\n name: 'Liste des représentants de l’association',\n },\n RULES_OF_PROCEDURE: {\n id: GedFileType.RULES_OF_PROCEDURE,\n name: 'Règlement intérieur',\n },\n REVISION_GUIDE: {\n id: GedFileType.REVISION_GUIDE,\n name: 'Guide de révision',\n },\n SUMMARY_NOTE: {\n id: GedFileType.SUMMARY_NOTE,\n name: 'Notes de synthèse',\n },\n BALANCESHEET_NOTE: {\n id: GedFileType.BALANCESHEET_NOTE,\n name: 'Notes de bilan',\n },\n PERSONNAL_RIB: {\n id: GedFileType.PERSONNAL_RIB,\n name: 'RIB Personnel',\n },\n};"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MealExpenseThresholds.js","mappings":";;;;;AAOO,MAAMA,qBAAqB,WAArBA,qBAAqB,GAA2B;EAC3D,MAAM;IACJC,GAAG,EAAE,IADD;IAEJC,GAAG,EAAE;EAFD,CADqD;EAK3D,MAAM;IACJD,GAAG,EAAE,IADD;IAEJC,GAAG,EAAE;EAFD;
|
|
1
|
+
{"version":3,"file":"MealExpenseThresholds.js","mappings":";;;;;AAOO,MAAMA,qBAAqB,WAArBA,qBAAqB,GAA2B;EAC3D,MAAM;IACJC,GAAG,EAAE,IADD;IAEJC,GAAG,EAAE;EAFD,CADqD;EAK3D,MAAM;IACJD,GAAG,EAAE,IADD;IAEJC,GAAG,EAAE;EAFD,CALqD;EAS3D,MAAM;IACJD,GAAG,EAAE,IADD;IAEJC,GAAG,EAAE;EAFD;AATqD,CAAtD","names":["MealExpenseThresholds","min","max"],"sourceRoot":"","sources":["../../../ts/types/Enum/MealExpenseThresholds.ts"],"sourcesContent":["export interface IMealExpenseThresholds {\n [key: string]: {\n min: number;\n max: number;\n }\n}\n\nexport const MealExpenseThresholds: IMealExpenseThresholds = {\n 2020: {\n min: 4.90,\n max: 19,\n },\n 2021: {\n min: 4.95,\n max: 19.10,\n },\n 2022: {\n min: 4.95,\n max: 19.10,\n },\n};"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var RegulateType = exports.RegulateType = undefined;
|
|
7
|
+
|
|
8
|
+
(function (RegulateType) {
|
|
9
|
+
RegulateType[RegulateType["SATISFIED_REFUNDED"] = 1] = "SATISFIED_REFUNDED";
|
|
10
|
+
})(RegulateType || (exports.RegulateType = RegulateType = {}));
|
|
11
|
+
|
|
12
|
+
const RegulateTypeDetail = exports.RegulateTypeDetail = {
|
|
13
|
+
SATISFIED_REFUNDED: {
|
|
14
|
+
id: RegulateType.SATISFIED_REFUNDED,
|
|
15
|
+
name: 'Satisfait/remboursé'
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=RegulateType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RegulateType.js","mappings":";;;;;AAAA,IAAYA,YAGX,WAHWA,YAGX,YAHD;;AAAA,WAAYA,YAAZ,EAAwB;EACtBA;AAED,CAHD,EAAYA,YAAY,aAAZA,YAAY,GAAZA,YAAY,MAAxB;;AAIO,MAAMC,kBAAkB,WAAlBA,kBAAkB,GAAG;EAChCC,kBAAkB,EAAE;IAClBC,EAAE,EAAEH,YAAY,CAACE,kBADC;IAElBE,IAAI,EAAE;EAFY;AADY,CAA3B","names":["RegulateType","RegulateTypeDetail","SATISFIED_REFUNDED","id","name"],"sourceRoot":"","sources":["../../../ts/types/Enum/RegulateType.ts"],"sourcesContent":["export enum RegulateType {\n SATISFIED_REFUNDED = 1,\n\n}\nexport const RegulateTypeDetail = {\n SATISFIED_REFUNDED: {\n id: RegulateType.SATISFIED_REFUNDED,\n name: 'Satisfait/remboursé',\n },\n};"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryFetchDialogDatasDocsOk = exports.QueryFetchDialogDatasInfosOk = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryFetchDialogDatasInfosOk {}
|
|
25
|
+
|
|
26
|
+
exports.QueryFetchDialogDatasInfosOk = QueryFetchDialogDatasInfosOk;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryFetchDialogDatasInfosOk.prototype, "idSociety", void 0);
|
|
29
|
+
|
|
30
|
+
class QueryFetchDialogDatasDocsOk {}
|
|
31
|
+
|
|
32
|
+
exports.QueryFetchDialogDatasDocsOk = QueryFetchDialogDatasDocsOk;
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryFetchDialogDatasDocsOk.prototype, "idSociety", void 0);
|
|
35
|
+
//# sourceMappingURL=QueryFetchDialogDatasInfosOk.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryFetchDialogDatasInfosOk.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,4BAAP,CAAmC;;QAA5BA,4B,GAAAA,4B;;AAGXC,YAFC,yBAED,EADC,4BACD;;AAGI,MAAOC,2BAAP,CAAkC;;QAA3BA,2B,GAAAA,2B;;AAGXD,YAFC,yBAED,EADC,4BACD","names":["QueryFetchDialogDatasInfosOk","__decorate","QueryFetchDialogDatasDocsOk"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.ts"],"sourcesContent":["import {\n IsInt,\n} from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryFetchDialogDatasInfosOk {\n @ApiProperty()\n @IsInt()\n idSociety: number;\n}\n\nexport class QueryFetchDialogDatasDocsOk {\n @ApiProperty()\n @IsInt()\n idSociety: number;\n}\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryGetStats = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryGetStats {}
|
|
25
|
+
|
|
26
|
+
exports.QueryGetStats = QueryGetStats;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetStats.prototype, "month", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetStats.prototype, "year", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetStats.prototype, "idUser", void 0);
|
|
33
|
+
//# sourceMappingURL=QueryGetStats.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetStats.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD","names":["QueryGetStats","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/commercial/QueryGetStats.ts"],"sourcesContent":["import {\n IsInt, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetStats {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n month?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n year?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n}\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryMovePrestationsToNextMonth = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryMovePrestationsToNextMonth {}
|
|
25
|
+
|
|
26
|
+
exports.QueryMovePrestationsToNextMonth = QueryMovePrestationsToNextMonth;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryMovePrestationsToNextMonth.prototype, "idUser", void 0);
|
|
29
|
+
//# sourceMappingURL=QueryMovePrestationsToNextMonth.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryMovePrestationsToNextMonth.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,+BAAP,CAAsC;;QAA/BA,+B,GAAAA,+B;;AAGXC,YAFC,yBAED,EADC,4BACD","names":["QueryMovePrestationsToNextMonth","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.ts"],"sourcesContent":["import {\n IsInt,\n} from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryMovePrestationsToNextMonth {\n @ApiProperty()\n @IsInt()\n idUser: number;\n}\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryGetAll = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryGetAll {}
|
|
25
|
+
|
|
26
|
+
exports.QueryGetAll = QueryGetAll;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetAll.prototype, "month", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetAll.prototype, "year", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetAll.prototype, "idUser", void 0);
|
|
33
|
+
//# sourceMappingURL=QueryGetAll.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetAll.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,WAAP,CAAkB;;QAAXA,W,GAAAA,W;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD","names":["QueryGetAll","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/regulate/QueryGetAll.ts"],"sourcesContent":["import {\n IsInt, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetAll {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n month?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n year?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RegulateWithStats.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -5,6 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.QuerySociety = undefined;
|
|
7
7
|
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
8
10
|
var _decorators = require("../../../../utils/decorators");
|
|
9
11
|
|
|
10
12
|
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
@@ -26,4 +28,8 @@ exports.QuerySociety = QuerySociety;
|
|
|
26
28
|
__decorate([(0, _decorators.ApiPropertyOptional)(), __metadata("design:type", Number)], QuerySociety.prototype, "id", void 0);
|
|
27
29
|
|
|
28
30
|
__decorate([(0, _decorators.ApiPropertyOptional)(), __metadata("design:type", Array)], QuerySociety.prototype, "attributes", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsIn)(['brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], {
|
|
33
|
+
each: true
|
|
34
|
+
}), __metadata("design:type", Array)], QuerySociety.prototype, "include", void 0);
|
|
29
35
|
//# sourceMappingURL=QuerySociety.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuerySociety.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAEXC,YADC,sCACD;;AAGAA,YADC,sCACD","names":["QuerySociety","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QuerySociety.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QuerySociety {\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n attributes?: string[];\n}\n"]}
|
|
1
|
+
{"version":3,"file":"QuerySociety.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAEXC,YADC,sCACD;;AAGAA,YADC,sCACD;;AAIAA,YAFC,sCAED,EADC,0BAAK,CAAC,WAAD,EAAc,eAAd,EAA+B,aAA/B,EAA8C,gBAA9C,EAAgE,eAAhE,EAAiF,UAAjF,EAA6F,SAA7F,EAAwG,QAAxG,EAAkH,kBAAlH,EAAsI,SAAtI,EAAiJ,WAAjJ,EAA8J,YAA9J,EAA4K,eAA5K,EAA6L,WAA7L,EAA0M,kBAA1M,CAAL,EAAoO;EAAEC,IAAI,EAAE;AAAR,CAApO,CACD","names":["QuerySociety","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QuerySociety.ts"],"sourcesContent":["import { IsIn } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QuerySociety {\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsIn(['brandType', 'societyGescom', 'societyBank', 'societyDetails', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'nafCode', 'connector', 'societyCgv', 'societyConfig', 'exercices', 'businessPartners'], { each: true })\n include?: string[];\n}\n"]}
|
package/js/types/index.js
CHANGED
|
@@ -5392,6 +5392,18 @@ Object.keys(_ReportService).forEach(function (key) {
|
|
|
5392
5392
|
});
|
|
5393
5393
|
});
|
|
5394
5394
|
|
|
5395
|
+
var _RegulateType = require("./Enum/RegulateType");
|
|
5396
|
+
|
|
5397
|
+
Object.keys(_RegulateType).forEach(function (key) {
|
|
5398
|
+
if (key === "default" || key === "__esModule") return;
|
|
5399
|
+
Object.defineProperty(exports, key, {
|
|
5400
|
+
enumerable: true,
|
|
5401
|
+
get: function () {
|
|
5402
|
+
return _RegulateType[key];
|
|
5403
|
+
}
|
|
5404
|
+
});
|
|
5405
|
+
});
|
|
5406
|
+
|
|
5395
5407
|
var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
|
|
5396
5408
|
|
|
5397
5409
|
Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
|
|
@@ -6148,6 +6160,42 @@ Object.keys(_QueryPaginatedSocietyWithStatsCa).forEach(function (key) {
|
|
|
6148
6160
|
});
|
|
6149
6161
|
});
|
|
6150
6162
|
|
|
6163
|
+
var _QueryGetStats = require("./Interface/api/commercial/QueryGetStats");
|
|
6164
|
+
|
|
6165
|
+
Object.keys(_QueryGetStats).forEach(function (key) {
|
|
6166
|
+
if (key === "default" || key === "__esModule") return;
|
|
6167
|
+
Object.defineProperty(exports, key, {
|
|
6168
|
+
enumerable: true,
|
|
6169
|
+
get: function () {
|
|
6170
|
+
return _QueryGetStats[key];
|
|
6171
|
+
}
|
|
6172
|
+
});
|
|
6173
|
+
});
|
|
6174
|
+
|
|
6175
|
+
var _QueryFetchDialogDatasInfosOk = require("./Interface/api/commercial/QueryFetchDialogDatasInfosOk");
|
|
6176
|
+
|
|
6177
|
+
Object.keys(_QueryFetchDialogDatasInfosOk).forEach(function (key) {
|
|
6178
|
+
if (key === "default" || key === "__esModule") return;
|
|
6179
|
+
Object.defineProperty(exports, key, {
|
|
6180
|
+
enumerable: true,
|
|
6181
|
+
get: function () {
|
|
6182
|
+
return _QueryFetchDialogDatasInfosOk[key];
|
|
6183
|
+
}
|
|
6184
|
+
});
|
|
6185
|
+
});
|
|
6186
|
+
|
|
6187
|
+
var _QueryMovePrestationsToNextMonth = require("./Interface/api/commercial/QueryMovePrestationsToNextMonth");
|
|
6188
|
+
|
|
6189
|
+
Object.keys(_QueryMovePrestationsToNextMonth).forEach(function (key) {
|
|
6190
|
+
if (key === "default" || key === "__esModule") return;
|
|
6191
|
+
Object.defineProperty(exports, key, {
|
|
6192
|
+
enumerable: true,
|
|
6193
|
+
get: function () {
|
|
6194
|
+
return _QueryMovePrestationsToNextMonth[key];
|
|
6195
|
+
}
|
|
6196
|
+
});
|
|
6197
|
+
});
|
|
6198
|
+
|
|
6151
6199
|
var _GetDataSociety = require("./Interface/api/society/GetDataSociety");
|
|
6152
6200
|
|
|
6153
6201
|
Object.keys(_GetDataSociety).forEach(function (key) {
|
|
@@ -9232,6 +9280,30 @@ Object.keys(_QueryGetAllTask).forEach(function (key) {
|
|
|
9232
9280
|
});
|
|
9233
9281
|
});
|
|
9234
9282
|
|
|
9283
|
+
var _QueryGetAll = require("./Interface/api/regulate/QueryGetAll");
|
|
9284
|
+
|
|
9285
|
+
Object.keys(_QueryGetAll).forEach(function (key) {
|
|
9286
|
+
if (key === "default" || key === "__esModule") return;
|
|
9287
|
+
Object.defineProperty(exports, key, {
|
|
9288
|
+
enumerable: true,
|
|
9289
|
+
get: function () {
|
|
9290
|
+
return _QueryGetAll[key];
|
|
9291
|
+
}
|
|
9292
|
+
});
|
|
9293
|
+
});
|
|
9294
|
+
|
|
9295
|
+
var _RegulateWithStats = require("./Interface/api/regulate/RegulateWithStats");
|
|
9296
|
+
|
|
9297
|
+
Object.keys(_RegulateWithStats).forEach(function (key) {
|
|
9298
|
+
if (key === "default" || key === "__esModule") return;
|
|
9299
|
+
Object.defineProperty(exports, key, {
|
|
9300
|
+
enumerable: true,
|
|
9301
|
+
get: function () {
|
|
9302
|
+
return _RegulateWithStats[key];
|
|
9303
|
+
}
|
|
9304
|
+
});
|
|
9305
|
+
});
|
|
9306
|
+
|
|
9235
9307
|
var _QueryPaginatedTask = require("./Interface/api/task/QueryPaginatedTask");
|
|
9236
9308
|
|
|
9237
9309
|
Object.keys(_QueryPaginatedTask).forEach(function (key) {
|