@silexpert/core 1.0.181 → 1.0.182

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/es/api/resources/Team.d.ts +30 -0
  2. package/es/api/resources/Team.d.ts.map +1 -0
  3. package/es/api/resources/Team.js +37 -0
  4. package/es/api/resources/Team.js.map +1 -0
  5. package/es/api/resources.d.ts +2 -0
  6. package/es/api/resources.d.ts.map +1 -1
  7. package/es/api/resources.js +2 -0
  8. package/es/api/resources.js.map +1 -1
  9. package/es/types/Enum/BrandClementine.d.ts +0 -126
  10. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  11. package/es/types/Enum/BrandClementine.js +0 -109
  12. package/es/types/Enum/BrandClementine.js.map +1 -1
  13. package/es/types/Enum/BrandComptalib.d.ts +0 -83
  14. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  15. package/es/types/Enum/BrandComptalib.js +0 -77
  16. package/es/types/Enum/BrandComptalib.js.map +1 -1
  17. package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
  18. package/es/types/Enum/BrandPourcentage.js +436 -1
  19. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  20. package/es/types/Enum/RemoteType.d.ts +10 -0
  21. package/es/types/Enum/RemoteType.d.ts.map +1 -0
  22. package/es/types/Enum/RemoteType.js +21 -0
  23. package/es/types/Enum/RemoteType.js.map +1 -0
  24. package/es/types/Enum/TaxSystem.d.ts +2 -0
  25. package/es/types/Enum/TaxSystem.d.ts.map +1 -1
  26. package/es/types/Enum/TaxSystem.js +14 -0
  27. package/es/types/Enum/TaxSystem.js.map +1 -1
  28. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +2 -0
  29. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  30. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  31. package/es/types/Interface/api/team/QueryCreate.d.ts +5 -0
  32. package/es/types/Interface/api/team/QueryCreate.d.ts.map +1 -0
  33. package/es/types/Interface/api/team/QueryCreate.js +25 -0
  34. package/es/types/Interface/api/team/QueryCreate.js.map +1 -0
  35. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts +5 -0
  36. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts.map +1 -0
  37. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js +28 -0
  38. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  39. package/es/types/Interface/api/team/QueryUpdate.d.ts +7 -0
  40. package/es/types/Interface/api/team/QueryUpdate.d.ts.map +1 -0
  41. package/es/types/Interface/api/team/QueryUpdate.js +38 -0
  42. package/es/types/Interface/api/team/QueryUpdate.js.map +1 -0
  43. package/es/types/Interface/models/IUser.d.ts +2 -0
  44. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  45. package/es/types/Interface/models/IUser.js.map +1 -1
  46. package/es/types/Interface/models/IWorkingSchedule.d.ts +2 -0
  47. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
  48. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
  49. package/es/types/index.d.ts +4 -0
  50. package/es/types/index.d.ts.map +1 -1
  51. package/es/types/index.js +4 -0
  52. package/es/types/index.js.map +1 -1
  53. package/js/api/resources/Team.js +46 -0
  54. package/js/api/resources/Team.js.map +1 -0
  55. package/js/api/resources.js +3 -1
  56. package/js/api/resources.js.map +1 -1
  57. package/js/types/Enum/BrandClementine.js +0 -107
  58. package/js/types/Enum/BrandClementine.js.map +1 -1
  59. package/js/types/Enum/BrandComptalib.js +0 -76
  60. package/js/types/Enum/BrandComptalib.js.map +1 -1
  61. package/js/types/Enum/BrandPourcentage.js +431 -1
  62. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  63. package/js/types/Enum/RemoteType.js +22 -0
  64. package/js/types/Enum/RemoteType.js.map +1 -0
  65. package/js/types/Enum/TaxSystem.js +10 -0
  66. package/js/types/Enum/TaxSystem.js.map +1 -1
  67. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  68. package/js/types/Interface/api/team/QueryCreate.js +23 -0
  69. package/js/types/Interface/api/team/QueryCreate.js.map +1 -0
  70. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js +24 -0
  71. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  72. package/js/types/Interface/api/team/QueryUpdate.js +25 -0
  73. package/js/types/Interface/api/team/QueryUpdate.js.map +1 -0
  74. package/js/types/Interface/models/IUser.js.map +1 -1
  75. package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
  76. package/js/types/index.js +46 -6
  77. package/js/types/index.js.map +1 -1
  78. package/package.json +1 -1
  79. package/ts/api/resources/Team.ts +43 -0
  80. package/ts/api/resources.ts +2 -0
  81. package/ts/types/Enum/BrandClementine.ts +0 -109
  82. package/ts/types/Enum/BrandComptalib.ts +0 -77
  83. package/ts/types/Enum/BrandPourcentage.ts +436 -1
  84. package/ts/types/Enum/RemoteType.ts +20 -0
  85. package/ts/types/Enum/TaxSystem.ts +18 -1
  86. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +2 -0
  87. package/ts/types/Interface/api/team/QueryCreate.ts +13 -0
  88. package/ts/types/Interface/api/team/QueryGetAllWithIncludes.ts +16 -0
  89. package/ts/types/Interface/api/team/QueryUpdate.ts +26 -0
  90. package/ts/types/Interface/models/IUser.ts +2 -0
  91. package/ts/types/Interface/models/IWorkingSchedule.ts +2 -0
  92. package/ts/types/index.ts +4 -0
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","names":["_Country","require","_Simulation","_PaymentExpectationCustomer","_Payment","_Immobilization","_AccountType","_Transaction","_Account","_Sponsorship","_User","_Survey","_Report","_Letter","_FirstStep","_Society","_Partner","_GeneralLedger","_FecFile","_IncomeStatement","_BalanceSheet","_BalanceSheetModule","_Cerfa","_LegalForm","_Subscription","_Authenticate","_Search","_SalariesFile","_Shine","_PromoCode","_Stocks","_Loan","_SocietyPromoCode","_Dashboard","_ZTicket","_IncomeAllocation","_CustomerProviderOperation","_Step","_RevisionGuide","_Library","_TaxDeadline","_ExerciceNote","_Connector","_PartneredAccountant","_Tax","_QuotesAccount","_Registration","_Journal","_Product","_MealExpense","_InternalInvoicing","_BalanceSheetQuestion","_ExerciceQuestion","_VatControl","_Provision","_AccountingIncome","_AccountingFiles","_BankStatement","_shareCapital","_Closing","_MachineLearning","_WorkingSchedule","_Revision","_Vehicle","_KilometricAllowance","_VatDeclaration","_Qonto","_AffectedPatrimony","_BankAccount","_BudgetInsight","_Log","_Exercice","_Mail","_Regulate","_Employee","_SheetMonthSchedule","_NafCode","_Checklist","_Lettering","_Notification","_Mobile","_Task","_SocietyEvent","_Comment","_NotificationSetting","_cx","_BankList","_ThirdParty","_Alert","_CalendarEvent","_TimeRecorder","_CustomerActivity","_CommercialSetting","_Invoice","_CommercialDocument","_Connection","_Reminder","_Recurrence","_Stripe","_FIle","_SocietyConfig","_LegalNotice","_Accountant","_ExpertAccountant","_Wallet","_PaymentExpectation","_Direction","_TerminationList","_SlowDetection","_Sources","_Commercial","_Facturation","_Inpi","_prestation","_TextMessage","_SocietyConfigBalanceSheet","_SignFile","_Rule","_VatRegimeHistory","_Acceptance","_Rating","_Quotation","_Prestations","_CustomerSuccess","_UnpaidCallHistory","_CommercialImport","resources","exports","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","accountingFiles","AccountingFiles","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","commercial","Commercial","facturation","Facturation","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","regulate","Regulate","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","commercialSetting","CommercialSetting","commercialDocument","CommercialDocument","connection","Connection","invoice","Invoice","reminder","Reminder","recurrence","Recurrence","stripe","Stripe","file","File","wallet","Wallet","societyConfig","SocietyConfig","legalNotice","LegalNotice","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant","statisticCustomerSuccess","StatisticCustomerSuccess","paymentExpectation","PaymentExpectation","terminationList","TerminationList","slowDetection","SlowDetection","inpi","Inpi","prestation","Prestation","vatRegimeHistory","VatRegimeHistory","sources","Sources","textMessage","TextMessage","societyConfigBalanceSheet","SocietyConfigBalanceSheet","signFile","SignFile","rule","Rule","rating","Rating","acceptance","Acceptance","quotation","Quotation","prestations","Prestations","unpaidCallHistory","UnpaidCallHistory","commercialImport","CommercialImport"],"sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\nimport { Acceptance } from './resources/Acceptance';\nimport { Rating } from './resources/Rating';\nimport { Quotation } from './resources/Quotation';\nimport { Prestations } from './resources/Prestations';\nimport { StatisticCustomerSuccess } from './resources/statistic/CustomerSuccess';\nimport { UnpaidCallHistory } from './resources/UnpaidCallHistory';\nimport { CommercialImport } from './resources/CommercialImport';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n statisticCustomerSuccess: StatisticCustomerSuccess,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n rating: Rating,\n acceptance: Acceptance,\n quotation: Quotation,\n prestations: Prestations,\n unpaidCallHistory: UnpaidCallHistory,\n commercialImport: CommercialImport,\n};"],"mappings":"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"}
1
+ {"version":3,"file":"resources.js","names":["_Country","require","_Simulation","_PaymentExpectationCustomer","_Payment","_Immobilization","_AccountType","_Transaction","_Account","_Sponsorship","_User","_Survey","_Report","_Letter","_FirstStep","_Society","_Partner","_GeneralLedger","_FecFile","_IncomeStatement","_BalanceSheet","_BalanceSheetModule","_Cerfa","_LegalForm","_Subscription","_Authenticate","_Search","_SalariesFile","_Shine","_PromoCode","_Stocks","_Loan","_SocietyPromoCode","_Dashboard","_ZTicket","_IncomeAllocation","_CustomerProviderOperation","_Step","_RevisionGuide","_Library","_TaxDeadline","_ExerciceNote","_Connector","_PartneredAccountant","_Tax","_QuotesAccount","_Registration","_Journal","_Product","_MealExpense","_InternalInvoicing","_BalanceSheetQuestion","_ExerciceQuestion","_VatControl","_Provision","_AccountingIncome","_AccountingFiles","_BankStatement","_shareCapital","_Closing","_MachineLearning","_WorkingSchedule","_Revision","_Vehicle","_KilometricAllowance","_VatDeclaration","_Qonto","_AffectedPatrimony","_BankAccount","_BudgetInsight","_Log","_Exercice","_Mail","_Regulate","_Employee","_SheetMonthSchedule","_NafCode","_Checklist","_Lettering","_Notification","_Mobile","_Task","_SocietyEvent","_Comment","_NotificationSetting","_cx","_BankList","_ThirdParty","_Alert","_CalendarEvent","_TimeRecorder","_CustomerActivity","_CommercialSetting","_Invoice","_CommercialDocument","_Connection","_Reminder","_Recurrence","_Stripe","_FIle","_SocietyConfig","_LegalNotice","_Accountant","_ExpertAccountant","_Wallet","_PaymentExpectation","_Direction","_TerminationList","_SlowDetection","_Sources","_Commercial","_Facturation","_Inpi","_prestation","_TextMessage","_SocietyConfigBalanceSheet","_SignFile","_Rule","_VatRegimeHistory","_Acceptance","_Rating","_Quotation","_Prestations","_CustomerSuccess","_UnpaidCallHistory","_CommercialImport","_Team","resources","exports","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","accountingFiles","AccountingFiles","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","commercial","Commercial","facturation","Facturation","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","regulate","Regulate","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","commercialSetting","CommercialSetting","commercialDocument","CommercialDocument","connection","Connection","invoice","Invoice","reminder","Reminder","recurrence","Recurrence","stripe","Stripe","file","File","wallet","Wallet","societyConfig","SocietyConfig","legalNotice","LegalNotice","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant","statisticCustomerSuccess","StatisticCustomerSuccess","paymentExpectation","PaymentExpectation","terminationList","TerminationList","slowDetection","SlowDetection","inpi","Inpi","prestation","Prestation","vatRegimeHistory","VatRegimeHistory","sources","Sources","textMessage","TextMessage","societyConfigBalanceSheet","SocietyConfigBalanceSheet","signFile","SignFile","rule","Rule","rating","Rating","acceptance","Acceptance","quotation","Quotation","prestations","Prestations","unpaidCallHistory","UnpaidCallHistory","commercialImport","CommercialImport","team","Team"],"sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\nimport { Acceptance } from './resources/Acceptance';\nimport { Rating } from './resources/Rating';\nimport { Quotation } from './resources/Quotation';\nimport { Prestations } from './resources/Prestations';\nimport { StatisticCustomerSuccess } from './resources/statistic/CustomerSuccess';\nimport { UnpaidCallHistory } from './resources/UnpaidCallHistory';\nimport { CommercialImport } from './resources/CommercialImport';\nimport { Team } from './resources/Team';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n statisticCustomerSuccess: StatisticCustomerSuccess,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n rating: Rating,\n acceptance: Acceptance,\n quotation: Quotation,\n prestations: Prestations,\n unpaidCallHistory: UnpaidCallHistory,\n commercialImport: CommercialImport,\n team: Team,\n};"],"mappings":"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"}
@@ -104,19 +104,6 @@ const BrandClementine = exports.BrandClementine = [{
104
104
  listMails: {
105
105
  contact: 'comptastart@legalstart.fr'
106
106
  },
107
- // companyInformation: {
108
- // ape: '5829C',
109
- // bp: '',
110
- // city: 'Paris',
111
- // montantCapital: '11 051,85',
112
- // nomRaisonSociale: 'Yolaw',
113
- // ECOrderCity: 'Nancy',
114
- // phone: '01 76 39 00 60',
115
- // postalAddress: '50, rue d\'Hauteville',
116
- // rcs: '753 892 926',
117
- // statut: 'SAS',
118
- // zipCode: '75 010',
119
- // },
120
107
  companyInformation: {
121
108
  ape: '6920Z',
122
109
  bp: 'BP 31029',
@@ -162,100 +149,6 @@ const BrandClementine = exports.BrandClementine = [{
162
149
  vatIntracom: 'FR47752566687',
163
150
  email: 'facturation@compta-clementine.fr'
164
151
  }
165
- }, {
166
- idTypeBrand: 3,
167
- name: 'BRED',
168
- colors: {
169
- primary: '#24315e'
170
- },
171
- urlApp: 'https://app.compta-clementine.fr',
172
- urlApi1: 'https://api.compta-clementine.fr',
173
- urlApi2: 'https://api-next.compta-clementine.fr',
174
- bank: {
175
- IBAN: 'FR7616106840138646838239863',
176
- BIC: 'AGRIFRPP861',
177
- Name: 'Expertise Choix B',
178
- Id: 'FR91ZZZ617135'
179
- }
180
- }, {
181
- idTypeBrand: 4,
182
- name: 'Pourcentage',
183
- urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',
184
- logoS3: 'config/pourcentage-logo.png',
185
- colors: {
186
- primary: '#1e6f5c'
187
- },
188
- listPhones: {
189
- contact: '01 86 90 82 15',
190
- qualite: '01 86 90 82 15',
191
- juridique: '01 86 90 82 15'
192
- },
193
- listMails: {
194
- administratif: 'administratif@pourcentage.fr',
195
- app: 'app@pourcentage.fr',
196
- bonjour: 'bonjour@pourcentage.fr',
197
- contact: 'contact@pourcentage.fr',
198
- facturation: 'facturation@pourcentage.fr',
199
- feedback: 'feedback@pourcentage.fr',
200
- juridique: 'juridique@pourcentage.fr',
201
- informatique: 'informatique@pourcentage.fr',
202
- msd: 'msd@pourcentage.fr',
203
- noreply: 'noreply@pourcentage.fr',
204
- qualite: 'qualite@pourcentage.fr',
205
- paiement: 'paiement@pourcentage.fr',
206
- social: 'social@pourcentage.fr',
207
- support: 'support@pourcentage.fr',
208
- tva: 'tva@pourcentage.fr',
209
- wb: 'wb@pourcentage.fr'
210
- },
211
- companyInformation: {
212
- ape: '6920Z',
213
- bp: '',
214
- city: 'Paris',
215
- montantCapital: '10 000',
216
- nomRaisonSociale: 'POURCENTAGE',
217
- ECName: 'M. Jean-Louis BOICHÉ',
218
- ECOrderCity: 'Nancy',
219
- phone: '01 86 90 82 15',
220
- postalAddress: '30, rue des Mathurins',
221
- rcs: '891 501 181',
222
- statut: 'SAS',
223
- zipCode: '75 008'
224
- },
225
- idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
226
- logoUrl: 'logo-pourcentage.svg',
227
- miniLogoUrl: 'logo-pourcentage-mini.svg',
228
- hiddenPages: [],
229
- recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
230
- urlApp: 'https://app.comptalib.com',
231
- urlApi1: 'https://api.comptalib.com',
232
- urlApi2: 'https://api-next.comptalib.com',
233
- urlExpert: 'https://pro.comptalib.com',
234
- urlClient: 'https://www.pourcentage.fr',
235
- bank: {
236
- IBAN: 'FR7616106840138646838239863',
237
- BIC: 'AGRIFRPP861',
238
- Name: 'Expertise Choix B',
239
- Id: 'FR91ZZZ617135'
240
- },
241
- internalInvoicing: {
242
- statut: 'SASU',
243
- name: 'POURCENTAGE',
244
- address: '9, avenue du Rhin',
245
- zipCode: '54520',
246
- city: 'LAXOU',
247
- country: 'FRANCE',
248
- montantCapital: '10 000',
249
- siret: '89150118100020',
250
- ape: '6920Z',
251
- rcs: '891 501 181',
252
- phone: '03 83 93 14 14',
253
- vatIntracom: 'FR58891501181',
254
- email: 'facturation@pourcentage.fr'
255
- },
256
- webmail: {
257
- domain: '@pourcentage.fr'
258
- }
259
152
  }, {
260
153
  idTypeBrand: 5,
261
154
  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","recaptchaSecretKey","idPrestationsListAuthorized"],"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.compta-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.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 webmail: {\n domain: '@compta-clementine.fr',\n domain2: '@clementine.fr',\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: '5829C',\n // bp: '',\n // city: 'Paris',\n // montantCapital: '11 051,85',\n // nomRaisonSociale: 'Yolaw',\n // ECOrderCity: 'Nancy',\n // phone: '01 76 39 00 60',\n // postalAddress: '50, rue d\\'Hauteville',\n // rcs: '753 892 926',\n // statut: 'SAS',\n // zipCode: '75 010',\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: 3,\n name: 'BRED',\n colors: {\n primary: '#24315e',\n },\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 },\n {\n idTypeBrand: 4,\n name: 'Pourcentage',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n logoS3: 'config/pourcentage-logo.png',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'administratif@pourcentage.fr',\n app: 'app@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'feedback@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'informatique@pourcentage.fr',\n msd: 'msd@pourcentage.fr',\n noreply: 'noreply@pourcentage.fr',\n qualite: 'qualite@pourcentage.fr',\n paiement: 'paiement@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'support@pourcentage.fr',\n tva: 'tva@pourcentage.fr',\n wb: 'wb@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG', // TODO:\n urlApp: 'https://app.comptalib.com',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\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: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.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","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.compta-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.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 webmail: {\n domain: '@compta-clementine.fr',\n domain2: '@clementine.fr',\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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"}
@@ -219,81 +219,5 @@ const BrandComptalib = exports.BrandComptalib = [{
219
219
  webmail: {
220
220
  domain: '@lecomptablefrancais.fr'
221
221
  }
222
- }, {
223
- idTypeBrand: 4,
224
- name: 'AEC54',
225
- urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',
226
- logoS3: 'config/logo-aec.png',
227
- colors: {
228
- primary: '#6900AE'
229
- },
230
- listPhones: {
231
- contact: '03 83 25 82 20',
232
- qualite: '03 83 25 82 20',
233
- juridique: '03 83 25 82 20'
234
- },
235
- listMails: {
236
- administratif: 'bonjour@aec54.com',
237
- app: 'bonjour@aec54.com',
238
- bonjour: 'bonjour@aec54.com',
239
- contact: 'bonjour@aec54.com',
240
- facturation: 'bonjour@aec54.com',
241
- feedback: 'bonjour@aec54.com',
242
- juridique: 'bonjour@aec54.com',
243
- informatique: 'bonjour@aec54.com',
244
- msd: 'bonjour@aec54.com',
245
- noreply: 'bonjour@aec54.com',
246
- qualite: 'bonjour@aec54.com',
247
- paiement: 'bonjour@aec54.com',
248
- social: 'bonjour@aec54.com',
249
- support: 'bonjour@aec54.com',
250
- tva: 'bonjour@aec54.com',
251
- wb: 'bonjour@aec54.com'
252
- },
253
- companyInformation: {
254
- ape: '6920Z',
255
- bp: '',
256
- city: 'Laxou',
257
- montantCapital: '7 622',
258
- nomRaisonSociale: 'AEC',
259
- ECName: 'M. Jean-Louis BOICHÉ',
260
- ECOrderCity: 'Nancy',
261
- phone: '03 83 25 82 20',
262
- postalAddress: '9 avenue du Rhin 54520 LAXOU',
263
- rcs: '315 519 587',
264
- statut: 'SARL',
265
- zipCode: '54 520'
266
- },
267
- idPrestationsListAuthorized: [197, 205],
268
- logoUrl: 'logo-aec.png',
269
- miniLogoUrl: 'logo-aec.png',
270
- hiddenPages: [],
271
- recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
272
- urlApp: 'https://app.aec54.com',
273
- urlApi1: 'https://api.comptalib.com',
274
- urlApi2: 'https://api-next.comptalib.com',
275
- urlExpert: 'https://pro.comptalib.com',
276
- urlClient: 'https://www.aec54.com/',
277
- bank: {
278
- IBAN: '',
279
- BIC: '',
280
- Name: '',
281
- Id: ''
282
- },
283
- internalInvoicing: {
284
- statut: 'SARL',
285
- name: 'AEC',
286
- address: '9, avenue du Rhin',
287
- zipCode: '54520',
288
- city: 'LAXOU',
289
- country: 'FRANCE',
290
- montantCapital: '7 622',
291
- siret: '31551958700069',
292
- ape: '6920Z',
293
- rcs: '315 519 587',
294
- phone: '03 83 25 82 20',
295
- vatIntracom: 'FR84315519587',
296
- email: 'bonjour@aec54.com'
297
- }
298
222
  }];
299
223
  //# sourceMappingURL=BrandComptalib.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BrandComptalib.js","names":["BrandComptalib","exports","idTypeBrand","name","urlS3","logoS3","colors","primary","primary50","primary100","primary300","primary500","primary700","listPhones","contact","qualite","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","social","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlExpert","urlClient","webmail","domain","ECName","urlApi1","urlApi2","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email"],"sources":["../../../ts/types/Enum/BrandComptalib.ts"],"sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#1656ff',\n primary50: '#EDF2FF',\n primary100: '#D0DDFF',\n primary300: '#739AFF',\n primary500: '#1656FF',\n primary700: '#0B2B80',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n rh: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.comptalib.com',\n webmail: {\n domain: '@comptalib.com',\n },\n },\n {\n idTypeBrand: 2,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\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 juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@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 social: 'contact@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: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\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.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\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: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 3,\n name: 'Le Comptable Français',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/le-comptable-francais-logo.png',\n colors: {\n primary: '#191237',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'Le Comptable Français',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [201, 202, 203],\n logoUrl: 'logo-lcf.svg',\n miniLogoUrl: 'logo-lcf.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6LdZneUUAAAAAKfiwC_JFWOlzc_0YYKHQJgSveRP',\n urlApp: 'https://app.lecomptablefrancais.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\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: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'bonjour@comptalib.com',\n },\n webmail: {\n domain: '@lecomptablefrancais.fr',\n },\n },\n {\n idTypeBrand: 4,\n name: 'AEC54',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/logo-aec.png',\n colors: {\n primary: '#6900AE',\n },\n listPhones: {\n contact: '03 83 25 82 20',\n qualite: '03 83 25 82 20',\n juridique: '03 83 25 82 20',\n },\n listMails: {\n administratif: 'bonjour@aec54.com',\n app: 'bonjour@aec54.com',\n bonjour: 'bonjour@aec54.com',\n contact: 'bonjour@aec54.com',\n facturation: 'bonjour@aec54.com',\n feedback: 'bonjour@aec54.com',\n juridique: 'bonjour@aec54.com',\n informatique: 'bonjour@aec54.com',\n msd: 'bonjour@aec54.com',\n noreply: 'bonjour@aec54.com',\n qualite: 'bonjour@aec54.com',\n paiement: 'bonjour@aec54.com',\n social: 'bonjour@aec54.com',\n support: 'bonjour@aec54.com',\n tva: 'bonjour@aec54.com',\n wb: 'bonjour@aec54.com',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '7 622',\n nomRaisonSociale: 'AEC',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 25 82 20',\n postalAddress: '9 avenue du Rhin 54520 LAXOU',\n rcs: '315 519 587',\n statut: 'SARL',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205],\n logoUrl: 'logo-aec.png',\n miniLogoUrl: 'logo-aec.png',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.aec54.com',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.aec54.com/',\n bank: {\n IBAN: '',\n BIC: '',\n Name: '',\n Id: '',\n },\n internalInvoicing: {\n statut: 'SARL',\n name: 'AEC',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '7 622',\n siret: '31551958700069',\n ape: '6920Z',\n rcs: '315 519 587',\n phone: '03 83 25 82 20',\n vatIntracom: 'FR84315519587',\n email: 'bonjour@aec54.com',\n },\n },\n];"],"mappings":"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"}
1
+ {"version":3,"file":"BrandComptalib.js","names":["BrandComptalib","exports","idTypeBrand","name","urlS3","logoS3","colors","primary","primary50","primary100","primary300","primary500","primary700","listPhones","contact","qualite","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","social","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlExpert","urlClient","webmail","domain","ECName","urlApi1","urlApi2","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email"],"sources":["../../../ts/types/Enum/BrandComptalib.ts"],"sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#1656ff',\n primary50: '#EDF2FF',\n primary100: '#D0DDFF',\n primary300: '#739AFF',\n primary500: '#1656FF',\n primary700: '#0B2B80',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n rh: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.comptalib.com',\n webmail: {\n domain: '@comptalib.com',\n },\n },\n {\n idTypeBrand: 2,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\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 juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@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 social: 'contact@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: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\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.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\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: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 3,\n name: 'Le Comptable Français',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/le-comptable-francais-logo.png',\n colors: {\n primary: '#191237',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'Le Comptable Français',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [201, 202, 203],\n logoUrl: 'logo-lcf.svg',\n miniLogoUrl: 'logo-lcf.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6LdZneUUAAAAAKfiwC_JFWOlzc_0YYKHQJgSveRP',\n urlApp: 'https://app.lecomptablefrancais.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\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: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'bonjour@comptalib.com',\n },\n webmail: {\n domain: '@lecomptablefrancais.fr',\n },\n },\n];"],"mappings":"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"}