@silexpert/core 1.1.52 → 1.1.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/Fusion.d.ts +5 -0
- package/es/api/resources/Fusion.d.ts.map +1 -0
- package/es/api/resources/Fusion.js +18 -0
- package/es/api/resources/Fusion.js.map +1 -0
- package/es/api/resources/VisualizedInformation.d.ts +8 -0
- package/es/api/resources/VisualizedInformation.d.ts.map +1 -0
- package/es/api/resources/VisualizedInformation.js +13 -0
- package/es/api/resources/VisualizedInformation.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +31 -0
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/FiscalRegime.d.ts +5 -0
- package/es/types/Enum/FiscalRegime.d.ts.map +1 -1
- package/es/types/Enum/FiscalRegime.js +17 -0
- package/es/types/Enum/FiscalRegime.js.map +1 -1
- package/es/types/Enum/ProfitsType.d.ts +5 -0
- package/es/types/Enum/ProfitsType.d.ts.map +1 -1
- package/es/types/Enum/ProfitsType.js +12 -0
- package/es/types/Enum/ProfitsType.js.map +1 -1
- package/es/types/Enum/TaxSystem.d.ts +5 -2
- package/es/types/Enum/TaxSystem.d.ts.map +1 -1
- package/es/types/Enum/TaxSystem.js +3 -0
- package/es/types/Enum/TaxSystem.js.map +1 -1
- package/es/types/Enum/VisualizedInformation.d.ts +5 -0
- package/es/types/Enum/VisualizedInformation.d.ts.map +1 -0
- package/es/types/Enum/VisualizedInformation.js +6 -0
- package/es/types/Enum/VisualizedInformation.js.map +1 -0
- package/es/types/Interface/api/fusion/FusionSocieties.d.ts +5 -0
- package/es/types/Interface/api/fusion/FusionSocieties.d.ts.map +1 -0
- package/es/types/Interface/api/fusion/FusionSocieties.js +24 -0
- package/es/types/Interface/api/fusion/FusionSocieties.js.map +1 -0
- package/es/types/Interface/api/visualizedInformation/Query.d.ts +6 -0
- package/es/types/Interface/api/visualizedInformation/Query.d.ts.map +1 -0
- package/es/types/Interface/api/visualizedInformation/Query.js +26 -0
- package/es/types/Interface/api/visualizedInformation/Query.js.map +1 -0
- package/es/types/Interface/api/visualizedInformation/Update.d.ts +6 -0
- package/es/types/Interface/api/visualizedInformation/Update.d.ts.map +1 -0
- package/es/types/Interface/api/visualizedInformation/Update.js +25 -0
- package/es/types/Interface/api/visualizedInformation/Update.js.map +1 -0
- package/es/types/Interface/models/ISociety.d.ts +1 -0
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/Interface/models/IVisualizedInformation.d.ts +12 -0
- package/es/types/Interface/models/IVisualizedInformation.d.ts.map +1 -0
- package/es/types/Interface/models/IVisualizedInformation.js +2 -0
- package/es/types/Interface/models/IVisualizedInformation.js.map +1 -0
- package/es/types/index.d.ts +5 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +5 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/amount.d.ts.map +1 -1
- package/es/utils/amount.js +74 -293
- package/es/utils/amount.js.map +1 -1
- package/js/api/resources/Fusion.js +46 -0
- package/js/api/resources/Fusion.js.map +1 -0
- package/js/api/resources/VisualizedInformation.js +22 -0
- package/js/api/resources/VisualizedInformation.js.map +1 -0
- package/js/api/resources.js +5 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +30 -0
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/FiscalRegime.js +13 -0
- package/js/types/Enum/FiscalRegime.js.map +1 -1
- package/js/types/Enum/ProfitsType.js +9 -0
- package/js/types/Enum/ProfitsType.js.map +1 -1
- package/js/types/Enum/TaxSystem.js +6 -3
- package/js/types/Enum/TaxSystem.js.map +1 -1
- package/js/types/Enum/VisualizedInformation.js +11 -0
- package/js/types/Enum/VisualizedInformation.js.map +1 -0
- package/js/types/Interface/api/fusion/FusionSocieties.js +23 -0
- package/js/types/Interface/api/fusion/FusionSocieties.js.map +1 -0
- package/js/types/Interface/api/visualizedInformation/Query.js +24 -0
- package/js/types/Interface/api/visualizedInformation/Query.js.map +1 -0
- package/js/types/Interface/api/visualizedInformation/Update.js +24 -0
- package/js/types/Interface/api/visualizedInformation/Update.js.map +1 -0
- package/js/types/Interface/models/ISociety.js.map +1 -1
- package/js/types/Interface/models/IVisualizedInformation.js +6 -0
- package/js/types/Interface/models/IVisualizedInformation.js.map +1 -0
- package/js/types/index.js +53 -3
- package/js/types/index.js.map +1 -1
- package/js/utils/amount.js +65 -230
- package/js/utils/amount.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Fusion.ts +7 -0
- package/ts/api/resources/VisualizedInformation.ts +16 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/BrandClementine.ts +31 -0
- package/ts/types/Enum/FiscalRegime.ts +19 -1
- package/ts/types/Enum/ProfitsType.ts +14 -1
- package/ts/types/Enum/TaxSystem.ts +5 -4
- package/ts/types/Enum/VisualizedInformation.ts +4 -0
- package/ts/types/Interface/api/fusion/FusionSocieties.ts +12 -0
- package/ts/types/Interface/api/visualizedInformation/Query.ts +14 -0
- package/ts/types/Interface/api/visualizedInformation/Update.ts +13 -0
- package/ts/types/Interface/models/ISociety.ts +1 -0
- package/ts/types/Interface/models/IVisualizedInformation.ts +14 -0
- package/ts/types/index.ts +6 -0
- package/ts/utils/amount.ts +86 -161
package/js/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","names":["_Country","require","_Simulation","_PaymentExpectationCustomer","_Payment","_Immobilization","_AccountType","_Transaction","_Account","_Sponsorship","_User","_Survey","_Report","_Letter","_FirstStep","_Society","_Partner","_GeneralLedger","_FecFile","_IncomeStatement","_BalanceSheet","_BalanceSheetModule","_Cerfa","_LegalForm","_Subscription","_Authenticate","_Search","_SalariesFile","_Shine","_PromoCode","_Stocks","_Loan","_SocietyPromoCode","_Dashboard","_ZTicket","_IncomeAllocation","_CustomerProviderOperation","_Step","_RevisionGuide","_Library","_TaxDeadline","_ExerciceNote","_Connector","_PartneredAccountant","_Tax","_QuotesAccount","_Registration","_Journal","_Product","_MealExpense","_InternalInvoicing","_BalanceSheetQuestion","_ExerciceQuestion","_VatControl","_Provision","_AccountingIncome","_AccountingFiles","_BankStatement","_shareCapital","_Closing","_MachineLearning","_WorkingSchedule","_Revision","_Vehicle","_KilometricAllowance","_Vat","_Qonto","_AffectedPatrimony","_BankAccount","_BudgetInsight","_Log","_Exercice","_Mail","_Regulate","_Employee","_SheetMonthSchedule","_NafCode","_Checklist","_Lettering","_Notification","_Mobile","_Task","_SocietyEvent","_Comment","_NotificationSetting","_cx","_BankList","_ThirdParty","_Alert","_CalendarEvent","_TimeRecorder","_CustomerActivity","_CommercialSetting","_Invoice","_CommercialDocument","_Connection","_Reminder","_Recurrence","_Stripe","_FIle","_SocietyConfig","_LegalNotice","_Accountant","_ExpertAccountant","_Wallet","_PaymentExpectation","_Direction","_TerminationList","_SlowDetection","_Sources","_Commercial","_Facturation","_Inpi","_prestation","_TextMessage","_SocietyConfigBalanceSheet","_SignFile","_Rule","_VatRegimeHistory","_Acceptance","_Rating","_Quotation","_Prestations","_CustomerSuccess","_UnpaidCallHistory","_CommercialImport","_Team","_CashAndExpense","_Archive","_AccountsSectors","_BusinessSector","resources","exports","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","accountingFiles","AccountingFiles","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","commercial","Commercial","facturation","Facturation","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vat","Vat","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","regulate","Regulate","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","commercialSetting","CommercialSetting","commercialDocument","CommercialDocument","connection","Connection","invoice","Invoice","reminder","Reminder","recurrence","Recurrence","stripe","Stripe","file","File","wallet","Wallet","societyConfig","SocietyConfig","legalNotice","LegalNotice","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant","statisticCustomerSuccess","StatisticCustomerSuccess","paymentExpectation","PaymentExpectation","terminationList","TerminationList","slowDetection","SlowDetection","inpi","Inpi","prestation","Prestation","vatRegimeHistory","VatRegimeHistory","sources","Sources","textMessage","TextMessage","societyConfigBalanceSheet","SocietyConfigBalanceSheet","signFile","SignFile","rule","Rule","rating","Rating","acceptance","Acceptance","quotation","Quotation","prestations","Prestations","unpaidCallHistory","UnpaidCallHistory","commercialImport","CommercialImport","team","Team","cashAndExpense","CashAndExpense","archive","Archive","accountsSector","AccountsSector","businessSector","BusinessSector"],"sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { Vat } from './resources/Vat';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\nimport { Acceptance } from './resources/Acceptance';\nimport { Rating } from './resources/Rating';\nimport { Quotation } from './resources/Quotation';\nimport { Prestations } from './resources/Prestations';\nimport { StatisticCustomerSuccess } from './resources/statistic/CustomerSuccess';\nimport { UnpaidCallHistory } from './resources/UnpaidCallHistory';\nimport { CommercialImport } from './resources/CommercialImport';\nimport { Team } from './resources/Team';\nimport { CashAndExpense } from './resources/CashAndExpense';\nimport { Archive } from './resources/Archive';\nimport { AccountsSector } from './resources/AccountsSectors';\nimport { BusinessSector } from './resources/BusinessSector';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vat: Vat,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n statisticCustomerSuccess: StatisticCustomerSuccess,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n rating: Rating,\n acceptance: Acceptance,\n quotation: Quotation,\n prestations: Prestations,\n unpaidCallHistory: UnpaidCallHistory,\n commercialImport: CommercialImport,\n team: Team,\n cashAndExpense: CashAndExpense,\n archive: Archive,\n accountsSector: AccountsSector,\n businessSector: BusinessSector,\n};"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"resources.js","names":["_Country","require","_Simulation","_PaymentExpectationCustomer","_Payment","_Immobilization","_AccountType","_Transaction","_Account","_Sponsorship","_User","_Survey","_Report","_Letter","_FirstStep","_Society","_Partner","_GeneralLedger","_FecFile","_IncomeStatement","_BalanceSheet","_BalanceSheetModule","_Cerfa","_LegalForm","_Subscription","_Authenticate","_Search","_SalariesFile","_Shine","_PromoCode","_Stocks","_Loan","_SocietyPromoCode","_Dashboard","_ZTicket","_IncomeAllocation","_CustomerProviderOperation","_Step","_RevisionGuide","_Library","_TaxDeadline","_ExerciceNote","_Connector","_PartneredAccountant","_Tax","_QuotesAccount","_Registration","_Journal","_Product","_MealExpense","_InternalInvoicing","_BalanceSheetQuestion","_ExerciceQuestion","_VatControl","_Provision","_AccountingIncome","_AccountingFiles","_BankStatement","_shareCapital","_Closing","_MachineLearning","_WorkingSchedule","_Revision","_Vehicle","_KilometricAllowance","_Vat","_Qonto","_AffectedPatrimony","_BankAccount","_BudgetInsight","_Log","_Exercice","_Mail","_Regulate","_Employee","_SheetMonthSchedule","_NafCode","_Checklist","_Lettering","_Notification","_Mobile","_Task","_SocietyEvent","_Comment","_NotificationSetting","_cx","_BankList","_ThirdParty","_Alert","_CalendarEvent","_TimeRecorder","_CustomerActivity","_CommercialSetting","_Invoice","_CommercialDocument","_Connection","_Reminder","_Recurrence","_Stripe","_FIle","_SocietyConfig","_LegalNotice","_Accountant","_ExpertAccountant","_Wallet","_PaymentExpectation","_Direction","_TerminationList","_SlowDetection","_Sources","_Commercial","_Facturation","_Inpi","_prestation","_TextMessage","_SocietyConfigBalanceSheet","_SignFile","_Rule","_VatRegimeHistory","_Acceptance","_Rating","_Quotation","_Prestations","_CustomerSuccess","_UnpaidCallHistory","_CommercialImport","_Team","_CashAndExpense","_Archive","_AccountsSectors","_BusinessSector","_VisualizedInformation","_Fusion","resources","exports","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","accountingFiles","AccountingFiles","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","commercial","Commercial","facturation","Facturation","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vat","Vat","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","regulate","Regulate","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","commercialSetting","CommercialSetting","commercialDocument","CommercialDocument","connection","Connection","invoice","Invoice","reminder","Reminder","recurrence","Recurrence","stripe","Stripe","file","File","wallet","Wallet","societyConfig","SocietyConfig","legalNotice","LegalNotice","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant","statisticCustomerSuccess","StatisticCustomerSuccess","paymentExpectation","PaymentExpectation","terminationList","TerminationList","slowDetection","SlowDetection","inpi","Inpi","prestation","Prestation","vatRegimeHistory","VatRegimeHistory","sources","Sources","textMessage","TextMessage","societyConfigBalanceSheet","SocietyConfigBalanceSheet","signFile","SignFile","rule","Rule","rating","Rating","acceptance","Acceptance","quotation","Quotation","prestations","Prestations","unpaidCallHistory","UnpaidCallHistory","commercialImport","CommercialImport","team","Team","cashAndExpense","CashAndExpense","archive","Archive","accountsSector","AccountsSector","businessSector","BusinessSector","visualizedInformation","VisualizedInformation","fusion","Fusion"],"sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { Vat } from './resources/Vat';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\nimport { Acceptance } from './resources/Acceptance';\nimport { Rating } from './resources/Rating';\nimport { Quotation } from './resources/Quotation';\nimport { Prestations } from './resources/Prestations';\nimport { StatisticCustomerSuccess } from './resources/statistic/CustomerSuccess';\nimport { UnpaidCallHistory } from './resources/UnpaidCallHistory';\nimport { CommercialImport } from './resources/CommercialImport';\nimport { Team } from './resources/Team';\nimport { CashAndExpense } from './resources/CashAndExpense';\nimport { Archive } from './resources/Archive';\nimport { AccountsSector } from './resources/AccountsSectors';\nimport { BusinessSector } from './resources/BusinessSector';\nimport { VisualizedInformation } from './resources/VisualizedInformation';\nimport { Fusion } from './resources/Fusion';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vat: Vat,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n statisticCustomerSuccess: StatisticCustomerSuccess,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n rating: Rating,\n acceptance: Acceptance,\n quotation: Quotation,\n prestations: Prestations,\n unpaidCallHistory: UnpaidCallHistory,\n commercialImport: CommercialImport,\n team: Team,\n cashAndExpense: CashAndExpense,\n archive: Archive,\n accountsSector: AccountsSector,\n businessSector: BusinessSector,\n visualizedInformation: VisualizedInformation,\n fusion: Fusion,\n};"],"mappings":"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"}
|
|
@@ -171,6 +171,36 @@ const BrandClementine = exports.BrandClementine = [{
|
|
|
171
171
|
vatIntracom: 'FR47752566687',
|
|
172
172
|
email: 'facturation@compta-clementine.fr'
|
|
173
173
|
}
|
|
174
|
+
}, {
|
|
175
|
+
idTypeBrand: 4,
|
|
176
|
+
name: 'Statuts-Express',
|
|
177
|
+
urlApp: 'https://statuts-express.fr',
|
|
178
|
+
urlApi1: 'https://api.compta-clementine.fr',
|
|
179
|
+
urlApi2: 'https://api-next.compta-clementine.fr',
|
|
180
|
+
bank: {
|
|
181
|
+
IBAN: 'FR7616106840138646838239863',
|
|
182
|
+
BIC: 'AGRIFRPP861',
|
|
183
|
+
Name: 'Expertise Choix B',
|
|
184
|
+
Id: 'FR91ZZZ617135'
|
|
185
|
+
},
|
|
186
|
+
colors: {
|
|
187
|
+
primary: '#D8192D'
|
|
188
|
+
},
|
|
189
|
+
internalInvoicing: {
|
|
190
|
+
statut: 'SAS',
|
|
191
|
+
name: 'EXPERTISE CHOIX B',
|
|
192
|
+
address: '9, avenue du Rhin',
|
|
193
|
+
zipCode: '54520',
|
|
194
|
+
city: 'LAXOU',
|
|
195
|
+
country: 'FRANCE',
|
|
196
|
+
montantCapital: '500 000',
|
|
197
|
+
siret: '752566687',
|
|
198
|
+
ape: '6920Z',
|
|
199
|
+
rcs: '752 566 687',
|
|
200
|
+
phone: '03 83 93 14 14',
|
|
201
|
+
vatIntracom: 'FR47752566687',
|
|
202
|
+
email: 'facturation@compta-clementine.fr'
|
|
203
|
+
}
|
|
174
204
|
}, {
|
|
175
205
|
idTypeBrand: 5,
|
|
176
206
|
name: 'Kandbaz',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClementine.js","names":["BrandClementine","exports","idTypeBrand","name","urlS3","logoS3","colors","primary","primary50","primary100","primary300","primary500","primary700","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","idPrestationsListHidden","logoUrl","miniLogoUrl","hiddenPages","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email","webmail","domain","domain2","offices","LAXOU","id","PARIS","MARSEILLE","EPINAL","HOME_OFFICE","recaptchaSecretKey"],"sources":["../../../ts/types/Enum/BrandClementine.ts"],"sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#ff7e3c',\n primary50: '#FFF3ED',\n primary100: '#FFE5D8',\n primary300: '#FFB28A',\n primary500: '#FF7E3C',\n primary700: '#D75817',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 30 44',\n social: '03 83 93 16 20',\n juridique: '03 83 93 16 22',\n },\n listMails: {\n administratif: 'administratif@clementine.fr',\n app: 'app@clementine.fr',\n bonjour: 'bonjour@clementine.fr',\n contact: 'contact@clementine.fr',\n facturation: 'facturation@clementine.fr',\n feedback: 'feedback@clementine.fr',\n juridique: 'juridique@clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@clementine.fr',\n noreply: 'noreply@clementine.fr',\n qualite: 'qualite@clementine.fr',\n paiement: 'paiement@clementine.fr',\n rh: 'rh@clementine.fr',\n social: 'social@clementine.fr',\n support: 'support@clementine.fr',\n tva: 'tva@clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197], // TODO:\n logoUrl: 'logo-dark.svg',\n miniLogoUrl: 'logo.svg',\n hiddenPages: [],\n urlApp: 'https://app.clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n urlExpert: 'https://expert.compta-clementine.fr',\n urlClient: 'https://www.clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@compta-clementine.fr',\n },\n webmail: {\n domain: '@compta-clementine.fr',\n domain2: '@clementine.fr',\n },\n offices: {\n LAXOU: {\n id: 1,\n name: 'Laxou',\n },\n PARIS: {\n id: 2,\n name: 'Paris',\n },\n MARSEILLE: {\n id: 3,\n name: 'Marseille',\n },\n EPINAL: {\n id: 4,\n name: 'Epinal',\n },\n HOME_OFFICE: {\n id: 5,\n name: 'Télétravail',\n },\n },\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api-legalstart.compta-clementine.fr',\n urlApi2: 'https://api-next-legalstart.compta-clementine.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@compta-clementine.fr',\n },\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n colors: {\n primary: '#f39a00',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@compta-clementine.fr',\n },\n },\n];"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"BrandClementine.js","names":["BrandClementine","exports","idTypeBrand","name","urlS3","logoS3","colors","primary","primary50","primary100","primary300","primary500","primary700","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","idPrestationsListHidden","logoUrl","miniLogoUrl","hiddenPages","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email","webmail","domain","domain2","offices","LAXOU","id","PARIS","MARSEILLE","EPINAL","HOME_OFFICE","recaptchaSecretKey"],"sources":["../../../ts/types/Enum/BrandClementine.ts"],"sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#ff7e3c',\n primary50: '#FFF3ED',\n primary100: '#FFE5D8',\n primary300: '#FFB28A',\n primary500: '#FF7E3C',\n primary700: '#D75817',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 30 44',\n social: '03 83 93 16 20',\n juridique: '03 83 93 16 22',\n },\n listMails: {\n administratif: 'administratif@clementine.fr',\n app: 'app@clementine.fr',\n bonjour: 'bonjour@clementine.fr',\n contact: 'contact@clementine.fr',\n facturation: 'facturation@clementine.fr',\n feedback: 'feedback@clementine.fr',\n juridique: 'juridique@clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@clementine.fr',\n noreply: 'noreply@clementine.fr',\n qualite: 'qualite@clementine.fr',\n paiement: 'paiement@clementine.fr',\n rh: 'rh@clementine.fr',\n social: 'social@clementine.fr',\n support: 'support@clementine.fr',\n tva: 'tva@clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197], // TODO:\n logoUrl: 'logo-dark.svg',\n miniLogoUrl: 'logo.svg',\n hiddenPages: [],\n urlApp: 'https://app.clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n urlExpert: 'https://expert.compta-clementine.fr',\n urlClient: 'https://www.clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@compta-clementine.fr',\n },\n webmail: {\n domain: '@compta-clementine.fr',\n domain2: '@clementine.fr',\n },\n offices: {\n LAXOU: {\n id: 1,\n name: 'Laxou',\n },\n PARIS: {\n id: 2,\n name: 'Paris',\n },\n MARSEILLE: {\n id: 3,\n name: 'Marseille',\n },\n EPINAL: {\n id: 4,\n name: 'Epinal',\n },\n HOME_OFFICE: {\n id: 5,\n name: 'Télétravail',\n },\n },\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api-legalstart.compta-clementine.fr',\n urlApi2: 'https://api-next-legalstart.compta-clementine.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@compta-clementine.fr',\n },\n },\n {\n idTypeBrand: 4,\n name: 'Statuts-Express',\n urlApp: 'https://statuts-express.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n colors: {\n primary: '#D8192D',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@compta-clementine.fr',\n },\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n colors: {\n primary: '#f39a00',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@compta-clementine.fr',\n },\n },\n];"],"mappings":"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"}
|
|
@@ -9,4 +9,17 @@ var FiscalRegime = exports.FiscalRegime = undefined;
|
|
|
9
9
|
FiscalRegime[FiscalRegime["RN"] = 2] = "RN";
|
|
10
10
|
FiscalRegime[FiscalRegime["NA"] = 3] = "NA";
|
|
11
11
|
})(FiscalRegime || (exports.FiscalRegime = FiscalRegime = {}));
|
|
12
|
+
const FiscalRegimeList = exports.FiscalRegimeList = [{
|
|
13
|
+
id: FiscalRegime.RS,
|
|
14
|
+
label: 'RS',
|
|
15
|
+
designation: 'RS - Régime simplifié'
|
|
16
|
+
}, {
|
|
17
|
+
id: FiscalRegime.RN,
|
|
18
|
+
label: 'RN',
|
|
19
|
+
designation: 'RN - Régime normal'
|
|
20
|
+
}, {
|
|
21
|
+
id: FiscalRegime.NA,
|
|
22
|
+
label: 'N/A',
|
|
23
|
+
designation: 'N/A - Aucun'
|
|
24
|
+
}];
|
|
12
25
|
//# sourceMappingURL=FiscalRegime.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FiscalRegime.js","names":["FiscalRegime","exports","undefined"],"sources":["../../../ts/types/Enum/FiscalRegime.ts"],"sourcesContent":["export enum FiscalRegime {\n RS = 1,\n RN = 2,\n NA = 3,\n}"],"mappings":";;;;;AAAA,IAAYA,YAIX,GAAAC,OAAA,CAJWD,YAIX,GAAAE,SAAA;AAJD,WAAYF,YAAY;EACtBA,YAAA,CAAAA,YAAA,kBAAM;EACNA,YAAA,CAAAA,YAAA,kBAAM;EACNA,YAAA,CAAAA,YAAA,kBAAM;AACR,CAAC,EAJWA,YAAY,KAAAC,OAAA,CAAZD,YAIX,GAJWA,YAAY"}
|
|
1
|
+
{"version":3,"file":"FiscalRegime.js","names":["FiscalRegime","exports","undefined","FiscalRegimeList","id","RS","label","designation","RN","NA"],"sources":["../../../ts/types/Enum/FiscalRegime.ts"],"sourcesContent":["export enum FiscalRegime {\n RS = 1,\n RN = 2,\n NA = 3,\n}\n\nexport const FiscalRegimeList: { label: string; id: number; designation: string }[] = [\n {\n id: FiscalRegime.RS,\n label: 'RS',\n designation: 'RS - Régime simplifié',\n },\n {\n id: FiscalRegime.RN,\n label: 'RN',\n designation: 'RN - Régime normal',\n },\n {\n id: FiscalRegime.NA,\n label: 'N/A',\n designation: 'N/A - Aucun',\n },\n];\n"],"mappings":";;;;;AAAA,IAAYA,YAIX,GAAAC,OAAA,CAJWD,YAIX,GAAAE,SAAA;AAJD,WAAYF,YAAY;EACtBA,YAAA,CAAAA,YAAA,kBAAM;EACNA,YAAA,CAAAA,YAAA,kBAAM;EACNA,YAAA,CAAAA,YAAA,kBAAM;AACR,CAAC,EAJWA,YAAY,KAAAC,OAAA,CAAZD,YAIX,GAJWA,YAAY;AAMjB,MAAMG,gBAAgB,GAAAF,OAAA,CAAhBE,gBAAgB,GAAyD,CACpF;EACEC,EAAE,EAAEJ,YAAY,CAACK,EAAE;EACnBC,KAAK,EAAE,IAAI;EACXC,WAAW,EAAE;CACd,EACD;EACEH,EAAE,EAAEJ,YAAY,CAACQ,EAAE;EACnBF,KAAK,EAAE,IAAI;EACXC,WAAW,EAAE;CACd,EACD;EACEH,EAAE,EAAEJ,YAAY,CAACS,EAAE;EACnBH,KAAK,EAAE,KAAK;EACZC,WAAW,EAAE;CACd,CACF"}
|
|
@@ -8,4 +8,13 @@ var ProfitsType = exports.ProfitsType = undefined;
|
|
|
8
8
|
ProfitsType[ProfitsType["BIC"] = 1] = "BIC";
|
|
9
9
|
ProfitsType[ProfitsType["BNC"] = 2] = "BNC";
|
|
10
10
|
})(ProfitsType || (exports.ProfitsType = ProfitsType = {}));
|
|
11
|
+
const ProfitsTypeList = exports.ProfitsTypeList = [{
|
|
12
|
+
id: ProfitsType.BIC,
|
|
13
|
+
label: 'BIC',
|
|
14
|
+
designation: 'BIC - Bénéfices industriels et commerciaux'
|
|
15
|
+
}, {
|
|
16
|
+
id: ProfitsType.BNC,
|
|
17
|
+
label: 'BNC',
|
|
18
|
+
designation: 'BNC - Bénéfices non commerciaux'
|
|
19
|
+
}];
|
|
11
20
|
//# sourceMappingURL=ProfitsType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfitsType.js","names":["ProfitsType","exports","undefined"],"sources":["../../../ts/types/Enum/ProfitsType.ts"],"sourcesContent":["export enum ProfitsType {\n BIC = 1,\n BNC = 2,\n}"],"mappings":";;;;;AAAA,IAAYA,WAGX,GAAAC,OAAA,CAHWD,WAGX,GAAAE,SAAA;AAHD,WAAYF,WAAW;EACrBA,WAAA,CAAAA,WAAA,oBAAO;EACPA,WAAA,CAAAA,WAAA,oBAAO;AACT,CAAC,EAHWA,WAAW,KAAAC,OAAA,CAAXD,WAGX,GAHWA,WAAW"}
|
|
1
|
+
{"version":3,"file":"ProfitsType.js","names":["ProfitsType","exports","undefined","ProfitsTypeList","id","BIC","label","designation","BNC"],"sources":["../../../ts/types/Enum/ProfitsType.ts"],"sourcesContent":["export enum ProfitsType {\n BIC = 1,\n BNC = 2,\n}\n\nexport const ProfitsTypeList: { label: string; id: number; designation: string }[] = [\n {\n id: ProfitsType.BIC,\n label: 'BIC',\n designation: 'BIC - Bénéfices industriels et commerciaux',\n },\n {\n id: ProfitsType.BNC,\n label: 'BNC',\n designation: 'BNC - Bénéfices non commerciaux',\n },\n];\n"],"mappings":";;;;;AAAA,IAAYA,WAGX,GAAAC,OAAA,CAHWD,WAGX,GAAAE,SAAA;AAHD,WAAYF,WAAW;EACrBA,WAAA,CAAAA,WAAA,oBAAO;EACPA,WAAA,CAAAA,WAAA,oBAAO;AACT,CAAC,EAHWA,WAAW,KAAAC,OAAA,CAAXD,WAGX,GAHWA,WAAW;AAKhB,MAAMG,eAAe,GAAAF,OAAA,CAAfE,eAAe,GAAyD,CACnF;EACEC,EAAE,EAAEJ,WAAW,CAACK,GAAG;EACnBC,KAAK,EAAE,KAAK;EACZC,WAAW,EAAE;CACd,EACD;EACEH,EAAE,EAAEJ,WAAW,CAACQ,GAAG;EACnBF,KAAK,EAAE,KAAK;EACZC,WAAW,EAAE;CACd,CACF"}
|
|
@@ -11,12 +11,15 @@ var TaxSystem = exports.TaxSystem = undefined;
|
|
|
11
11
|
})(TaxSystem || (exports.TaxSystem = TaxSystem = {}));
|
|
12
12
|
const TaxSystemList = exports.TaxSystemList = [{
|
|
13
13
|
id: TaxSystem.IS,
|
|
14
|
-
label: 'IS'
|
|
14
|
+
label: 'IS',
|
|
15
|
+
designation: 'IS - Impôt sur les sociétés'
|
|
15
16
|
}, {
|
|
16
17
|
id: TaxSystem.IR,
|
|
17
|
-
label: 'IR'
|
|
18
|
+
label: 'IR',
|
|
19
|
+
designation: 'IR - Impôt sur le Revenu'
|
|
18
20
|
}, {
|
|
19
21
|
id: TaxSystem.NA,
|
|
20
|
-
label: 'N/A'
|
|
22
|
+
label: 'N/A',
|
|
23
|
+
designation: 'N/A - Aucun'
|
|
21
24
|
}];
|
|
22
25
|
//# sourceMappingURL=TaxSystem.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TaxSystem.js","names":["TaxSystem","exports","undefined","TaxSystemList","id","IS","label","IR","NA"],"sources":["../../../ts/types/Enum/TaxSystem.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"TaxSystem.js","names":["TaxSystem","exports","undefined","TaxSystemList","id","IS","label","designation","IR","NA"],"sources":["../../../ts/types/Enum/TaxSystem.ts"],"sourcesContent":["export enum TaxSystem {\n IS = 1,\n IR = 2,\n NA = 3,\n}\n\nexport const TaxSystemList: { label: string; id: number; designation: string }[] = [\n {\n id: TaxSystem.IS,\n label: 'IS',\n designation: 'IS - Impôt sur les sociétés',\n },\n {\n id: TaxSystem.IR,\n label: 'IR',\n designation: 'IR - Impôt sur le Revenu',\n },\n {\n id: TaxSystem.NA,\n label: 'N/A',\n designation: 'N/A - Aucun',\n },\n];\n"],"mappings":";;;;;AAAA,IAAYA,SAIX,GAAAC,OAAA,CAJWD,SAIX,GAAAE,SAAA;AAJD,WAAYF,SAAS;EACnBA,SAAA,CAAAA,SAAA,kBAAM;EACNA,SAAA,CAAAA,SAAA,kBAAM;EACNA,SAAA,CAAAA,SAAA,kBAAM;AACR,CAAC,EAJWA,SAAS,KAAAC,OAAA,CAATD,SAIX,GAJWA,SAAS;AAMd,MAAMG,aAAa,GAAAF,OAAA,CAAbE,aAAa,GAAyD,CACjF;EACEC,EAAE,EAAEJ,SAAS,CAACK,EAAE;EAChBC,KAAK,EAAE,IAAI;EACXC,WAAW,EAAE;CACd,EACD;EACEH,EAAE,EAAEJ,SAAS,CAACQ,EAAE;EAChBF,KAAK,EAAE,IAAI;EACXC,WAAW,EAAE;CACd,EACD;EACEH,EAAE,EAAEJ,SAAS,CAACS,EAAE;EAChBH,KAAK,EAAE,KAAK;EACZC,WAAW,EAAE;CACd,CACF"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var VisualizedInformationState = exports.VisualizedInformationState = undefined;
|
|
7
|
+
(function (VisualizedInformationState) {
|
|
8
|
+
VisualizedInformationState[VisualizedInformationState["CANCELED"] = 0] = "CANCELED";
|
|
9
|
+
VisualizedInformationState[VisualizedInformationState["APPROVED"] = 1] = "APPROVED";
|
|
10
|
+
})(VisualizedInformationState || (exports.VisualizedInformationState = VisualizedInformationState = {}));
|
|
11
|
+
//# sourceMappingURL=VisualizedInformation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VisualizedInformation.js","names":["VisualizedInformationState","exports","undefined"],"sources":["../../../ts/types/Enum/VisualizedInformation.ts"],"sourcesContent":["export enum VisualizedInformationState {\n CANCELED = 0,\n APPROVED = 1,\n}"],"mappings":";;;;;AAAA,IAAYA,0BAGX,GAAAC,OAAA,CAHWD,0BAGX,GAAAE,SAAA;AAHD,WAAYF,0BAA0B;EACpCA,0BAAA,CAAAA,0BAAA,8BAAY;EACZA,0BAAA,CAAAA,0BAAA,8BAAY;AACd,CAAC,EAHWA,0BAA0B,KAAAC,OAAA,CAA1BD,0BAGX,GAHWA,0BAA0B"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.FusionSocieties = undefined;
|
|
7
|
+
var _classValidator = require("class-validator");
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
10
|
+
var c = arguments.length,
|
|
11
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
12
|
+
d;
|
|
13
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
14
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15
|
+
};
|
|
16
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
17
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
18
|
+
};
|
|
19
|
+
class FusionSocieties {}
|
|
20
|
+
exports.FusionSocieties = FusionSocieties;
|
|
21
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], FusionSocieties.prototype, "idSocietySource", void 0);
|
|
22
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], FusionSocieties.prototype, "idSocietyTarget", void 0);
|
|
23
|
+
//# sourceMappingURL=FusionSocieties.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FusionSocieties.js","names":["_classValidator","require","_utils","FusionSocieties","exports","__decorate","ApiProperty","IsNumber"],"sources":["../../../../../ts/types/Interface/api/fusion/FusionSocieties.ts"],"sourcesContent":["import { IsNumber } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class FusionSocieties {\n @ApiProperty()\n @IsNumber()\n idSocietySource: number;\n\n @ApiProperty()\n @IsNumber()\n idSocietyTarget: number;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,eAAe;AAQ3BC,OAAA,CARYD,eAAe,GAAfA,eAAe;AAC1BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,wBAAQ,GAAE,E,yFACa;AAExBF,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,wBAAQ,GAAE,E,yFACa"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QuerySocietyVisualizedInformation = undefined;
|
|
7
|
+
var _classValidator = require("class-validator");
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
var _VisualizedInformation = require("../../../Enum/VisualizedInformation");
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
18
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
19
|
+
};
|
|
20
|
+
class QuerySocietyVisualizedInformation {}
|
|
21
|
+
exports.QuerySocietyVisualizedInformation = QuerySocietyVisualizedInformation;
|
|
22
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QuerySocietyVisualizedInformation.prototype, "key", void 0);
|
|
23
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], QuerySocietyVisualizedInformation.prototype, "state", void 0);
|
|
24
|
+
//# sourceMappingURL=Query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.js","names":["_classValidator","require","_utils","_VisualizedInformation","QuerySocietyVisualizedInformation","exports","__decorate","ApiProperty","IsString","ApiPropertyOptional","IsNumber","IsOptional"],"sources":["../../../../../ts/types/Interface/api/visualizedInformation/Query.ts"],"sourcesContent":["import { IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { VisualizedInformationState } from '../../../Enum/VisualizedInformation';\n\nexport class QuerySocietyVisualizedInformation {\n @ApiProperty()\n @IsString()\n key: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n state: VisualizedInformationState;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,iCAAiC;AAS7CC,OAAA,CATYD,iCAAiC,GAAjCA,iCAAiC;AAC5CE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,wBAAQ,GAAE,E,+FACC;AAEZF,UAAA,EAAC,IAAAG,0BAAmB,GAAE,EACrB,IAAAC,wBAAQ,GAAE,EACV,IAAAC,0BAAU,GAAE,E,iGACqB"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.UpdateOrCreateVisualizedInformation = undefined;
|
|
7
|
+
var _classValidator = require("class-validator");
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
var _VisualizedInformation = require("../../../Enum/VisualizedInformation");
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
18
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
19
|
+
};
|
|
20
|
+
class UpdateOrCreateVisualizedInformation {}
|
|
21
|
+
exports.UpdateOrCreateVisualizedInformation = UpdateOrCreateVisualizedInformation;
|
|
22
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], UpdateOrCreateVisualizedInformation.prototype, "key", void 0);
|
|
23
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], UpdateOrCreateVisualizedInformation.prototype, "state", void 0);
|
|
24
|
+
//# sourceMappingURL=Update.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Update.js","names":["_classValidator","require","_utils","_VisualizedInformation","UpdateOrCreateVisualizedInformation","exports","__decorate","ApiProperty","IsString","IsNumber"],"sources":["../../../../../ts/types/Interface/api/visualizedInformation/Update.ts"],"sourcesContent":["import { IsNumber, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { VisualizedInformationState } from '../../../Enum/VisualizedInformation';\n\nexport class UpdateOrCreateVisualizedInformation {\n @ApiProperty()\n @IsString()\n key: string;\n\n @ApiProperty()\n @IsNumber()\n state: VisualizedInformationState;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,mCAAmC;AAQ/CC,OAAA,CARYD,mCAAmC,GAAnCA,mCAAmC;AAC9CE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,wBAAQ,GAAE,E,iGACC;AAEZF,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAE,wBAAQ,GAAE,E,mGACuB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISociety.js","names":[],"sources":["../../../../ts/types/Interface/models/ISociety.ts"],"sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceding } from './ISocietyProceding';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ISurvey } from './ISurvey';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport { ISocietyEvent } from './ISocietyEvent';\nimport {\n ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission,\n ISocietyConfigBalanceSheet,\n IAccountsSocieties,\n IUnpaidCallHistory,\n IAccountingFile,\n IThirdPartySociety,\n} from '../..';\nimport { IBrandType } from './IBrandType';\nimport { IFile } from './IFile';\n\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateInscription: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n folderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n vatUploadDay: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n leadQuotation: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n profitsType: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: CountryId | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n oldNafCode: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n idVatForInternalInvoicing: number;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n folderCreation: boolean;\n hideSimulationBetaMessage: boolean;\n unpaid: number | null;\n isLate: boolean | null;\n unpaidDetails: UnpaidDetail[] | null;\n owner: IUser | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n startAt?: Date | null;\n idSoftware: number | null;\n canceledFirstStepAt: Date | null;\n completedFirstStepAt: Date | null;\n lastMobileConnection: Date | null;\n idNafCode: number | null;\n canceledFirstStepTourAt: Date | null;\n step: string | null;\n hidePartneredAccountantsBubbleLink: boolean | null;\n cancelCompleteCreationModal: Date | null;\n isCreatedInApp: boolean;\n\n // Associations\n accounts?: IAccount[];\n accountsSocieties?: IAccountsSocieties[];\n comments?: IComment[];\n thirdPartiesSociety?: IThirdPartySociety[];\n thirdParty?: IThirdParty[];\n reports?: IReport[];\n connectors?: IConnector[];\n bankConnections?: IBankConnection[];\n societyConfigBalanceSheet?: ISocietyConfigBalanceSheet[];\n societyFollow?: IFollow[];\n paymentsExpectations?: IPaymentExpectation[];\n paymentSchedules?: IPaymentSchedule[];\n legalForm?: ILegalForm;\n oldExpertInfo?: IOldExpertInfo;\n prestationsSocieties?: IPrestation[];\n sector?: ISector;\n refunds?: IRefund[];\n bankAccounts?: IBankAccount[];\n bankPayment?: ISocietyBank;\n compta?: IComptaType;\n typeSubscription?: ISubscriptionType;\n config?: ISocietyConfig;\n gescom?: ISocietyGescom;\n societyCgv?: ISocietyCgv;\n formalism?: IFormalism;\n notes?: ISocietyNote;\n taxSystem?: ITaxSystem;\n tvaRegime?: IVatRegime;\n fiscalRegime?: IFiscalRegime;\n source?: ISource;\n nafCode?: INafCode;\n analyticsUtm?: IAnalyticsUtm;\n activity?: IActivity;\n softwareCompta?: ISoftwareCompta;\n accessToken?: IAccessToken;\n cotations?: ICotation[];\n societyVehicles?: ISocietyVehicle[];\n societyCountry?: ICountry;\n terminationsList?: ITerminationList;\n societyFiles?: ISocietyFile[];\n societyDetail?: ISocietyDetail;\n societySocials?: ISocietySocial[];\n societyJuridical?: ISocietyJuridical;\n paymentWaitings?: IPaymentWaiting[];\n societyExercices?: IExercice[];\n webmailMails?: IWebMail[];\n societyProcedings?: ISocietyProceding[];\n societyStats?: ISocietyStat[];\n survey?: ISurvey[];\n logs?: ILog[];\n sms?: ISms[];\n users?: IUser[];\n userPermission?: IUserSocietyPermission;\n regulates?: IRegulate[];\n brandType?: IBrandType;\n partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];\n partneredAccountantRelated: IPartneredAccountantToSociety;\n events: ISocietyEvent[];\n mails: IMail[];\n transactions: IAccountingTransaction[];\n businessPartners: IBusinessPartner[];\n fecFile: IFecFile | null;\n gedFiles: IGedFile[];\n files: IFile[];\n unpaidCallHistory: IUnpaidCallHistory[];\n accountingFiles?: IAccountingFile[];\n}"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"ISociety.js","names":[],"sources":["../../../../ts/types/Interface/models/ISociety.ts"],"sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceding } from './ISocietyProceding';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ISurvey } from './ISurvey';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport { ISocietyEvent } from './ISocietyEvent';\nimport {\n ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission,\n ISocietyConfigBalanceSheet,\n IAccountsSocieties,\n IUnpaidCallHistory,\n IAccountingFile,\n IThirdPartySociety,\n} from '../..';\nimport { IBrandType } from './IBrandType';\nimport { IFile } from './IFile';\n\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateInscription: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n folderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n vatUploadDay: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n leadQuotation: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n profitsType: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: CountryId | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n oldNafCode: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n idVatForInternalInvoicing: number;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n folderCreation: boolean;\n hideSimulationBetaMessage: boolean;\n unpaid: number | null;\n isLate: boolean | null;\n unpaidDetails: UnpaidDetail[] | null;\n owner: IUser | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n startAt?: Date | null;\n idSoftware: number | null;\n canceledFirstStepAt: Date | null;\n completedFirstStepAt: Date | null;\n lastMobileConnection: Date | null;\n idNafCode: number | null;\n canceledFirstStepTourAt: Date | null;\n step: string | null;\n hidePartneredAccountantsBubbleLink: boolean | null;\n cancelCompleteCreationModal: Date | null;\n isCreatedInApp: boolean;\n\n // Associations\n accounts?: IAccount[];\n accountsSocieties?: IAccountsSocieties[];\n comments?: IComment[];\n thirdPartiesSociety?: IThirdPartySociety[];\n thirdParty?: IThirdParty[];\n reports?: IReport[];\n connectors?: IConnector[];\n bankConnections?: IBankConnection[];\n societyConfigBalanceSheet?: ISocietyConfigBalanceSheet[];\n societyFollow?: IFollow[];\n paymentsExpectations?: IPaymentExpectation[];\n paymentSchedules?: IPaymentSchedule[];\n legalForm?: ILegalForm;\n oldExpertInfo?: IOldExpertInfo;\n prestationsSocieties?: IPrestation[];\n sector?: ISector;\n refunds?: IRefund[];\n bankAccounts?: IBankAccount[];\n bankPayment?: ISocietyBank;\n compta?: IComptaType;\n typeSubscription?: ISubscriptionType;\n config?: ISocietyConfig;\n gescom?: ISocietyGescom;\n societyCgv?: ISocietyCgv;\n formalism?: IFormalism;\n notes?: ISocietyNote;\n taxSystem?: ITaxSystem;\n tvaRegime?: IVatRegime;\n fiscalRegime?: IFiscalRegime;\n source?: ISource;\n nafCode?: INafCode;\n analyticsUtm?: IAnalyticsUtm;\n activity?: IActivity;\n softwareCompta?: ISoftwareCompta;\n accessToken?: IAccessToken;\n cotations?: ICotation[];\n societyVehicles?: ISocietyVehicle[];\n societyCountry?: ICountry;\n terminationsList?: ITerminationList;\n societyFiles?: ISocietyFile[];\n societyDetail?: ISocietyDetail;\n societySocials?: ISocietySocial[];\n societyJuridical?: ISocietyJuridical;\n paymentWaitings?: IPaymentWaiting[];\n societyExercices?: IExercice[];\n webmailMails?: IWebMail[];\n societyProcedings?: ISocietyProceding[];\n societyStats?: ISocietyStat[];\n survey?: ISurvey[];\n logs?: ILog[];\n sms?: ISms[];\n users?: IUser[];\n userPermission?: IUserSocietyPermission;\n usersPermissions?: IUserSocietyPermission[];\n regulates?: IRegulate[];\n brandType?: IBrandType;\n partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];\n partneredAccountantRelated: IPartneredAccountantToSociety;\n events: ISocietyEvent[];\n mails: IMail[];\n transactions: IAccountingTransaction[];\n businessPartners: IBusinessPartner[];\n fecFile: IFecFile | null;\n gedFiles: IGedFile[];\n files: IFile[];\n unpaidCallHistory: IUnpaidCallHistory[];\n accountingFiles?: IAccountingFile[];\n}"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IVisualizedInformation.js","names":[],"sources":["../../../../ts/types/Interface/models/IVisualizedInformation.ts"],"sourcesContent":["import { VisualizedInformationState } from '../../Enum/VisualizedInformation';\nimport { ISociety } from './ISociety';\n\nexport interface IVisualizedInformation {\n id?: number;\n key: string;\n state: VisualizedInformationState;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society?: ISociety;\n}\n"],"mappings":""}
|
package/js/types/index.js
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
var _IVisualizedInformation = require("./Interface/models/IVisualizedInformation");
|
|
7
|
+
Object.keys(_IVisualizedInformation).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
Object.defineProperty(exports, key, {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () {
|
|
12
|
+
return _IVisualizedInformation[key];
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
});
|
|
6
16
|
var _IApiError = require("./Interface/models/IApiError");
|
|
7
17
|
Object.keys(_IApiError).forEach(function (key) {
|
|
8
18
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -3103,6 +3113,16 @@ Object.keys(_FormConnector).forEach(function (key) {
|
|
|
3103
3113
|
}
|
|
3104
3114
|
});
|
|
3105
3115
|
});
|
|
3116
|
+
var _VisualizedInformation = require("./Enum/VisualizedInformation");
|
|
3117
|
+
Object.keys(_VisualizedInformation).forEach(function (key) {
|
|
3118
|
+
if (key === "default" || key === "__esModule") return;
|
|
3119
|
+
Object.defineProperty(exports, key, {
|
|
3120
|
+
enumerable: true,
|
|
3121
|
+
get: function () {
|
|
3122
|
+
return _VisualizedInformation[key];
|
|
3123
|
+
}
|
|
3124
|
+
});
|
|
3125
|
+
});
|
|
3106
3126
|
var _NafCode = require("./Enum/NafCode");
|
|
3107
3127
|
Object.keys(_NafCode).forEach(function (key) {
|
|
3108
3128
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -9063,6 +9083,16 @@ Object.keys(_Create12).forEach(function (key) {
|
|
|
9063
9083
|
}
|
|
9064
9084
|
});
|
|
9065
9085
|
});
|
|
9086
|
+
var _FusionSocieties = require("./Interface/api/fusion/FusionSocieties");
|
|
9087
|
+
Object.keys(_FusionSocieties).forEach(function (key) {
|
|
9088
|
+
if (key === "default" || key === "__esModule") return;
|
|
9089
|
+
Object.defineProperty(exports, key, {
|
|
9090
|
+
enumerable: true,
|
|
9091
|
+
get: function () {
|
|
9092
|
+
return _FusionSocieties[key];
|
|
9093
|
+
}
|
|
9094
|
+
});
|
|
9095
|
+
});
|
|
9066
9096
|
var _Create13 = require("./Interface/api/businessSector/Create");
|
|
9067
9097
|
Object.keys(_Create13).forEach(function (key) {
|
|
9068
9098
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -9103,6 +9133,26 @@ Object.keys(_Query13).forEach(function (key) {
|
|
|
9103
9133
|
}
|
|
9104
9134
|
});
|
|
9105
9135
|
});
|
|
9136
|
+
var _Query14 = require("./Interface/api/visualizedInformation/Query");
|
|
9137
|
+
Object.keys(_Query14).forEach(function (key) {
|
|
9138
|
+
if (key === "default" || key === "__esModule") return;
|
|
9139
|
+
Object.defineProperty(exports, key, {
|
|
9140
|
+
enumerable: true,
|
|
9141
|
+
get: function () {
|
|
9142
|
+
return _Query14[key];
|
|
9143
|
+
}
|
|
9144
|
+
});
|
|
9145
|
+
});
|
|
9146
|
+
var _Update5 = require("./Interface/api/visualizedInformation/Update");
|
|
9147
|
+
Object.keys(_Update5).forEach(function (key) {
|
|
9148
|
+
if (key === "default" || key === "__esModule") return;
|
|
9149
|
+
Object.defineProperty(exports, key, {
|
|
9150
|
+
enumerable: true,
|
|
9151
|
+
get: function () {
|
|
9152
|
+
return _Update5[key];
|
|
9153
|
+
}
|
|
9154
|
+
});
|
|
9155
|
+
});
|
|
9106
9156
|
var _Util4 = require("./Interface/enum/Util");
|
|
9107
9157
|
Object.keys(_Util4).forEach(function (key) {
|
|
9108
9158
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -9233,13 +9283,13 @@ Object.keys(_UpdateNotificationSetting).forEach(function (key) {
|
|
|
9233
9283
|
}
|
|
9234
9284
|
});
|
|
9235
9285
|
});
|
|
9236
|
-
var
|
|
9237
|
-
Object.keys(
|
|
9286
|
+
var _Update6 = require("./Interface/api/appNotification/Update");
|
|
9287
|
+
Object.keys(_Update6).forEach(function (key) {
|
|
9238
9288
|
if (key === "default" || key === "__esModule") return;
|
|
9239
9289
|
Object.defineProperty(exports, key, {
|
|
9240
9290
|
enumerable: true,
|
|
9241
9291
|
get: function () {
|
|
9242
|
-
return
|
|
9292
|
+
return _Update6[key];
|
|
9243
9293
|
}
|
|
9244
9294
|
});
|
|
9245
9295
|
});
|