@silexpert/core 0.4.253 → 0.4.255

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 (89) hide show
  1. package/es/api/resources/CalendarEvent.d.ts +2 -1
  2. package/es/api/resources/CalendarEvent.d.ts.map +1 -1
  3. package/es/api/resources/CalendarEvent.js +3 -0
  4. package/es/api/resources/CalendarEvent.js.map +1 -1
  5. package/es/api/resources/Connection.d.ts +6 -0
  6. package/es/api/resources/Connection.d.ts.map +1 -0
  7. package/es/api/resources/Connection.js +7 -0
  8. package/es/api/resources/Connection.js.map +1 -0
  9. package/es/api/resources.d.ts +2 -0
  10. package/es/api/resources.d.ts.map +1 -1
  11. package/es/api/resources.js +2 -0
  12. package/es/api/resources.js.map +1 -1
  13. package/es/types/Enum/BrandPourcentage.js +1 -1
  14. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  15. package/es/types/Enum/ConnectionError.d.ts +9 -0
  16. package/es/types/Enum/ConnectionError.d.ts.map +1 -0
  17. package/es/types/Enum/ConnectionError.js +59 -0
  18. package/es/types/Enum/ConnectionError.js.map +1 -0
  19. package/es/types/Enum/SubscriptionType.d.ts +4 -0
  20. package/es/types/Enum/SubscriptionType.d.ts.map +1 -1
  21. package/es/types/Enum/SubscriptionType.js +14 -0
  22. package/es/types/Enum/SubscriptionType.js.map +1 -1
  23. package/es/types/Interface/api/calendarEvent/verifyCalendarEvent.d.ts +6 -0
  24. package/es/types/Interface/api/calendarEvent/verifyCalendarEvent.d.ts.map +1 -0
  25. package/es/types/Interface/api/calendarEvent/verifyCalendarEvent.js +2 -0
  26. package/es/types/Interface/api/calendarEvent/verifyCalendarEvent.js.map +1 -0
  27. package/es/types/Interface/api/connection/QueryConnectionState.d.ts +4 -0
  28. package/es/types/Interface/api/connection/QueryConnectionState.d.ts.map +1 -0
  29. package/es/types/Interface/api/connection/QueryConnectionState.js +17 -0
  30. package/es/types/Interface/api/connection/QueryConnectionState.js.map +1 -0
  31. package/es/types/Interface/api/connection/ReadConnectionState.d.ts +23 -0
  32. package/es/types/Interface/api/connection/ReadConnectionState.d.ts.map +1 -0
  33. package/es/types/Interface/api/connection/ReadConnectionState.js +3 -0
  34. package/es/types/Interface/api/connection/ReadConnectionState.js.map +1 -0
  35. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts +8 -0
  36. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +1 -1
  37. package/es/types/Interface/api/dashboard/ReadTopBuys.js +2 -0
  38. package/es/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
  39. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts +8 -0
  40. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +1 -1
  41. package/es/types/Interface/api/dashboard/ReadTopProviders.js +2 -0
  42. package/es/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
  43. package/es/types/index.d.ts +4 -0
  44. package/es/types/index.d.ts.map +1 -1
  45. package/es/types/index.js +4 -0
  46. package/es/types/index.js.map +1 -1
  47. package/es/utils/date.d.ts.map +1 -1
  48. package/es/utils/date.js +36 -0
  49. package/es/utils/date.js.map +1 -1
  50. package/js/api/resources/CalendarEvent.js +4 -0
  51. package/js/api/resources/CalendarEvent.js.map +1 -1
  52. package/js/api/resources/Connection.js +20 -0
  53. package/js/api/resources/Connection.js.map +1 -0
  54. package/js/api/resources.js +4 -1
  55. package/js/api/resources.js.map +1 -1
  56. package/js/types/Enum/BrandPourcentage.js +1 -1
  57. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  58. package/js/types/Enum/ConnectionError.js +55 -0
  59. package/js/types/Enum/ConnectionError.js.map +1 -0
  60. package/js/types/Enum/SubscriptionType.js +11 -0
  61. package/js/types/Enum/SubscriptionType.js.map +1 -1
  62. package/js/types/Interface/api/calendarEvent/verifyCalendarEvent.js +6 -0
  63. package/js/types/Interface/api/calendarEvent/verifyCalendarEvent.js.map +1 -0
  64. package/js/types/Interface/api/connection/QueryConnectionState.js +27 -0
  65. package/js/types/Interface/api/connection/QueryConnectionState.js.map +1 -0
  66. package/js/types/Interface/api/connection/ReadConnectionState.js +10 -0
  67. package/js/types/Interface/api/connection/ReadConnectionState.js.map +1 -0
  68. package/js/types/Interface/api/dashboard/ReadTopBuys.js +4 -0
  69. package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
  70. package/js/types/Interface/api/dashboard/ReadTopProviders.js +4 -0
  71. package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
  72. package/js/types/index.js +48 -0
  73. package/js/types/index.js.map +1 -1
  74. package/js/utils/date.js +34 -0
  75. package/js/utils/date.js.map +1 -1
  76. package/package.json +1 -1
  77. package/ts/api/resources/CalendarEvent.ts +5 -1
  78. package/ts/api/resources/Connection.ts +8 -0
  79. package/ts/api/resources.ts +2 -0
  80. package/ts/types/Enum/BrandPourcentage.ts +1 -1
  81. package/ts/types/Enum/ConnectionError.ts +66 -0
  82. package/ts/types/Enum/SubscriptionType.ts +16 -1
  83. package/ts/types/Interface/api/calendarEvent/verifyCalendarEvent.ts +6 -0
  84. package/ts/types/Interface/api/connection/QueryConnectionState.ts +6 -0
  85. package/ts/types/Interface/api/connection/ReadConnectionState.ts +22 -0
  86. package/ts/types/Interface/api/dashboard/ReadTopBuys.ts +9 -0
  87. package/ts/types/Interface/api/dashboard/ReadTopProviders.ts +9 -0
  88. package/ts/types/index.ts +4 -0
  89. package/ts/utils/date.ts +34 -0
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Connection = undefined;
7
+
8
+ var _Resource = require("../Resource");
9
+
10
+ class Connection extends _Resource.Resource {
11
+ getConnectionState(params) {
12
+ return this.axios.$get('/connections/state', {
13
+ params
14
+ });
15
+ }
16
+
17
+ }
18
+
19
+ exports.Connection = Connection;
20
+ //# sourceMappingURL=Connection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Connection.js","mappings":";;;;;;;AACA;;AAEM,MAAOA,UAAP,SAA0BC,kBAA1B,CAAkC;EACtCC,kBAAkB,CAACC,MAAD,EAA6B;IAC7C,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,oBAAhB,EAAsC;MAAEF;IAAF,CAAtC,CAAP;EACD;;AAHqC;;QAA3BH,U,GAAAA,U","names":["Connection","Resource","getConnectionState","params","axios","$get"],"sourceRoot":"","sources":["../../../ts/api/resources/Connection.ts"],"sourcesContent":["import { QueryConnectionState, ReadConnectionState } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class Connection extends Resource {\n getConnectionState(params: QueryConnectionState): Promise<ReadConnectionState[]> {\n return this.axios.$get('/connections/state', { params });\n }\n}"]}
@@ -183,6 +183,8 @@ var _TimeRecorder = require("./resources/TimeRecorder");
183
183
 
184
184
  var _CustomerActivity = require("./resources/CustomerActivity");
185
185
 
186
+ var _Connection = require("./resources/Connection");
187
+
186
188
  const resources = exports.resources = {
187
189
  simulation: _Simulation.Simulation,
188
190
  budgetInsight: _BudgetInsight.BudgetInsight,
@@ -272,6 +274,7 @@ const resources = exports.resources = {
272
274
  bankList: _BankList.BankList,
273
275
  thirdParty: _ThirdParty.ThirdParty,
274
276
  alert: _Alert.Alert,
275
- customerActivity: _CustomerActivity.CustomerActivity
277
+ customerActivity: _CustomerActivity.CustomerActivity,
278
+ connection: _Connection.Connection
276
279
  };
277
280
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAMA,SAAS,WAATA,SAAS,GAAG;EACvBC,UAAU,EAAEC,sBADW;EAEvBC,aAAa,EAAEC,4BAFQ;EAGvBC,OAAO,EAAEC,gBAHc;EAIvBC,0BAA0B,EAAEC,sDAJL;EAKvBC,OAAO,EAAEC,gBALc;EAMvBC,cAAc,EAAEC,8BANO;EAOvBC,WAAW,EAAEC,wBAPU;EAQvBC,WAAW,EAAEC,wBARU;EASvBC,OAAO,EAAEC,gBATc;EAUvBC,WAAW,EAAEC,wBAVU;EAWvBC,IAAI,EAAEC,UAXiB;EAYvBC,MAAM,EAAEC,cAZe;EAavBC,MAAM,EAAEC,cAbe;EAcvBC,MAAM,EAAEC,cAde;EAevBC,SAAS,EAAEC,oBAfY;EAgBvBC,OAAO,EAAEC,gBAhBc;EAiBvBC,OAAO,EAAEC,gBAjBc;EAkBvBC,aAAa,EAAEC,4BAlBQ;EAmBvBC,OAAO,EAAEC,gBAnBc;EAoBvBC,eAAe,EAAEC,gCApBM;EAqBvBC,iBAAiB,EAAEC,oCArBI;EAsBvBC,YAAY,EAAEC,0BAtBS;EAuBvBC,kBAAkB,EAAEC,sCAvBG;EAwBvBC,KAAK,EAAEC,YAxBgB;EAyBvBC,SAAS,EAAEC,oBAzBY;EA0BvBC,YAAY,EAAEC,0BA1BS;EA2BvBC,MAAM,EAAEC,cA3Be;EA4BvBC,YAAY,EAAEC,0BA5BS;EA6BvBC,YAAY,EAAEC,0BA7BS;EA8BvBC,KAAK,EAAEC,YA9BgB;EA+BvBC,SAAS,EAAEC,oBA/BY;EAgCvBC,MAAM,EAAEC,cAhCe;EAiCvBC,IAAI,EAAEC,UAjCiB;EAkCvBC,SAAS,EAAEC,oBAlCY;EAmCvBC,gBAAgB,EAAEC,kCAnCK;EAoCvBC,SAAS,EAAEC,oBApCY;EAqCvBC,OAAO,EAAEC,gBArCc;EAsCvBC,gBAAgB,EAAEC,kCAtCK;EAuCvBC,yBAAyB,EAAEC,oDAvCJ;EAwCvBC,KAAK,EAAEC,WAxCgB;EAyCvBC,aAAa,EAAEC,4BAzCQ;EA0CvBC,OAAO,EAAEC,gBA1Cc;EA2CvBC,WAAW,EAAEC,wBA3CU;EA4CvBC,YAAY,EAAEC,0BA5CS;EA6CvBC,SAAS,EAAEC,oBA7CY;EA8CvBC,mBAAmB,EAAEC,wCA9CE;EA+CvBC,GAAG,EAAEC,QA/CkB;EAgDvBC,aAAa,EAAEC,4BAhDQ;EAiDvBC,YAAY,EAAEC,0BAjDS;EAkDvBC,OAAO,EAAEC,gBAlDc;EAmDvBC,OAAO,EAAEC,gBAnDc;EAoDvBC,WAAW,EAAEC,wBApDU;EAqDvBC,oBAAoB,EAAEC,0CArDC;EAsDvBC,gBAAgB,EAAEC,kCAtDK;EAuDvBC,UAAU,EAAEC,sBAvDW;EAwDvBC,gBAAgB,EAAEC,kCAxDK;EAyDvBC,aAAa,EAAEC,4BAzDQ;EA0DvBC,YAAY,EAAEC,0BA1DS;EA2DvBC,OAAO,EAAEC,gBA3Dc;EA4DvBC,eAAe,EAAEC,gCA5DM;EA6DvBC,eAAe,EAAEC,gCA7DM;EA8DvBC,QAAQ,EAAEC,kBA9Da;EA+DvBC,OAAO,EAAEC,gBA/Dc;EAgEvBC,mBAAmB,EAAEC,wCAhEE;EAiEvBC,cAAc,EAAEC,8BAjEO;EAkEvBC,KAAK,EAAEC,YAlEgB;EAmEvBC,iBAAiB,EAAEC,oCAnEI;EAoEvBC,WAAW,EAAEC,wBApEU;EAqEvBC,GAAG,EAAEC,QArEkB;EAsEvBC,QAAQ,EAAEC,kBAtEa;EAuEvBC,IAAI,EAAEC,UAvEiB;EAwEvBC,QAAQ,EAAEC,kBAxEa;EAyEvBC,kBAAkB,EAAEC,sCAzEG;EA0EvBC,OAAO,EAAEC,gBA1Ec;EA2EvBC,SAAS,EAAEC,oBA3EY;EA4EvBC,SAAS,EAAEC,oBA5EY;EA6EvBC,MAAM,EAAEC,cA7Ee;EA8EvBC,YAAY,EAAEC,0BA9ES;EA+EvBC,YAAY,EAAEC,0BA/ES;EAgFvBC,IAAI,EAAEC,UAhFiB;EAiFvBC,OAAO,EAAEC,gBAjFc;EAkFvBC,aAAa,EAAEC,4BAlFQ;EAmFvBC,YAAY,EAAEC,0BAnFS;EAoFvBC,mBAAmB,EAAEC,wCApFE;EAqFvBC,EAAE,EAAEC,MArFmB;EAsFvBC,QAAQ,EAAEC,kBAtFa;EAuFvBC,UAAU,EAAEC,sBAvFW;EAwFvBC,KAAK,EAAEC,YAxFgB;EAyFvBC,gBAAgB,EAAEC;AAzFK,CAAlB","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\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 bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n};"]}
1
+ {"version":3,"file":"resources.js","mappings":"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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","connection","Connection"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { Connection } from './resources/Connection';\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 bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n connection: Connection,\n};"]}
@@ -49,7 +49,7 @@ const BrandPourcentage = exports.BrandPourcentage = [{
49
49
  statut: 'SAS',
50
50
  zipCode: '54 520'
51
51
  },
52
- idPrestationsListAuthorized: [197, 205],
52
+ idPrestationsListAuthorized: [197, 205, 12],
53
53
  logoUrl: 'logo-pourcentage.svg',
54
54
  miniLogoUrl: 'logo-pourcentage-mini.svg',
55
55
  hiddenPages: [],
@@ -1 +1 @@
1
- {"version":3,"file":"BrandPourcentage.js","mappings":";;;;;AAAO,MAAMA,gBAAgB,WAAhBA,gBAAgB,GAAG,CAC9B;EACEC,WAAW,EAAE,CADf;EAEEC,KAAK,EAAE,2DAFT;EAGEC,MAAM,EAAE,6BAHV;EAIEC,IAAI,EAAE,aAJR;EAKEC,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CALV;EAQEC,UAAU,EAAE;IACVC,OAAO,EAAE,gBADC;IAEVC,OAAO,EAAE,gBAFC;IAGVC,SAAS,EAAE;EAHD,CARd;EAaEC,SAAS,EAAE;IACTC,aAAa,EAAE,wBADN;IAETC,GAAG,EAAE,wBAFI;IAGTC,OAAO,EAAE,wBAHA;IAITN,OAAO,EAAE,wBAJA;IAKTO,WAAW,EAAE,4BALJ;IAMTC,QAAQ,EAAE,wBAND;IAOTN,SAAS,EAAE,wBAPF;IAQTO,YAAY,EAAE,wBARL;IASTC,GAAG,EAAE,wBATI;IAUTC,OAAO,EAAE,wBAVA;IAWTV,OAAO,EAAE,wBAXA;IAYTW,QAAQ,EAAE,wBAZD;IAaTC,EAAE,EAAE,mBAbK;IAcTC,MAAM,EAAE,wBAdC;IAeTC,OAAO,EAAE,wBAfA;IAgBTC,GAAG,EAAE,wBAhBI;IAiBTC,EAAE,EAAE;EAjBK,CAbb;EAgCEC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OADa;IAElBC,EAAE,EAAE,EAFc;IAGlBC,IAAI,EAAE,OAHY;IAIlBC,cAAc,EAAE,SAJE;IAKlBC,gBAAgB,EAAE,aALA;IAMlBC,MAAM,EAAE,sBANU;IAOlBC,WAAW,EAAE,OAPK;IAQlBC,KAAK,EAAE,gBARW;IASlBC,aAAa,EAAE,mBATG;IAUlBC,GAAG,EAAE,aAVa;IAWlBC,MAAM,EAAE,KAXU;IAYlBC,OAAO,EAAE;EAZS,CAhCtB;EA8CEC,2BAA2B,EAAE,CAAC,GAAD,EAAM,GAAN,CA9C/B;EA+CEC,OAAO,EAAE,sBA/CX;EAgDEC,WAAW,EAAE,2BAhDf;EAiDEC,WAAW,EAAE,EAjDf;EAkDEC,kBAAkB,EAAE,0CAlDtB;EAmDEC,MAAM,EAAE,6BAnDV;EAoDEC,OAAO,EAAE,4BApDX;EAqDEC,OAAO,EAAE,iCArDX;EAsDEC,SAAS,EAAE,4BAtDb;EAuDEC,SAAS,EAAE,4BAvDb;EAwDEC,IAAI,EAAE;IACJC,IAAI,EAAE,6BADF;IAEJC,GAAG,EAAE,aAFD;IAGJC,IAAI,EAAE,aAHF;IAIJC,EAAE,EAAE;EAJA,CAxDR;EA8DEC,iBAAiB,EAAE;IACjBjB,MAAM,EAAE,MADS;IAEjBjC,IAAI,EAAE,aAFW;IAGjBmD,OAAO,EAAE,mBAHQ;IAIjBjB,OAAO,EAAE,OAJQ;IAKjBT,IAAI,EAAE,OALW;IAMjB2B,OAAO,EAAE,QANQ;IAOjB1B,cAAc,EAAE,SAPC;IAQjB2B,KAAK,EAAE,gBARU;IASjB9B,GAAG,EAAE,OATY;IAUjBS,GAAG,EAAE,aAVY;IAWjBF,KAAK,EAAE,gBAXU;IAYjBwB,WAAW,EAAE,eAZI;IAajBC,KAAK,EAAE;EAbU;AA9DrB,CAD8B,CAAzB","names":["BrandPourcentage","idTypeBrand","urlS3","logoS3","name","colors","primary","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","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"sourcesContent":["export const BrandPourcentage = [\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: '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 rh: 'rh@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: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr/',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n },\n];"]}
1
+ {"version":3,"file":"BrandPourcentage.js","mappings":";;;;;AAAO,MAAMA,gBAAgB,WAAhBA,gBAAgB,GAAG,CAC9B;EACEC,WAAW,EAAE,CADf;EAEEC,KAAK,EAAE,2DAFT;EAGEC,MAAM,EAAE,6BAHV;EAIEC,IAAI,EAAE,aAJR;EAKEC,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CALV;EAQEC,UAAU,EAAE;IACVC,OAAO,EAAE,gBADC;IAEVC,OAAO,EAAE,gBAFC;IAGVC,SAAS,EAAE;EAHD,CARd;EAaEC,SAAS,EAAE;IACTC,aAAa,EAAE,wBADN;IAETC,GAAG,EAAE,wBAFI;IAGTC,OAAO,EAAE,wBAHA;IAITN,OAAO,EAAE,wBAJA;IAKTO,WAAW,EAAE,4BALJ;IAMTC,QAAQ,EAAE,wBAND;IAOTN,SAAS,EAAE,wBAPF;IAQTO,YAAY,EAAE,wBARL;IASTC,GAAG,EAAE,wBATI;IAUTC,OAAO,EAAE,wBAVA;IAWTV,OAAO,EAAE,wBAXA;IAYTW,QAAQ,EAAE,wBAZD;IAaTC,EAAE,EAAE,mBAbK;IAcTC,MAAM,EAAE,wBAdC;IAeTC,OAAO,EAAE,wBAfA;IAgBTC,GAAG,EAAE,wBAhBI;IAiBTC,EAAE,EAAE;EAjBK,CAbb;EAgCEC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OADa;IAElBC,EAAE,EAAE,EAFc;IAGlBC,IAAI,EAAE,OAHY;IAIlBC,cAAc,EAAE,SAJE;IAKlBC,gBAAgB,EAAE,aALA;IAMlBC,MAAM,EAAE,sBANU;IAOlBC,WAAW,EAAE,OAPK;IAQlBC,KAAK,EAAE,gBARW;IASlBC,aAAa,EAAE,mBATG;IAUlBC,GAAG,EAAE,aAVa;IAWlBC,MAAM,EAAE,KAXU;IAYlBC,OAAO,EAAE;EAZS,CAhCtB;EA8CEC,2BAA2B,EAAE,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,CA9C/B;EA+CEC,OAAO,EAAE,sBA/CX;EAgDEC,WAAW,EAAE,2BAhDf;EAiDEC,WAAW,EAAE,EAjDf;EAkDEC,kBAAkB,EAAE,0CAlDtB;EAmDEC,MAAM,EAAE,6BAnDV;EAoDEC,OAAO,EAAE,4BApDX;EAqDEC,OAAO,EAAE,iCArDX;EAsDEC,SAAS,EAAE,4BAtDb;EAuDEC,SAAS,EAAE,4BAvDb;EAwDEC,IAAI,EAAE;IACJC,IAAI,EAAE,6BADF;IAEJC,GAAG,EAAE,aAFD;IAGJC,IAAI,EAAE,aAHF;IAIJC,EAAE,EAAE;EAJA,CAxDR;EA8DEC,iBAAiB,EAAE;IACjBjB,MAAM,EAAE,MADS;IAEjBjC,IAAI,EAAE,aAFW;IAGjBmD,OAAO,EAAE,mBAHQ;IAIjBjB,OAAO,EAAE,OAJQ;IAKjBT,IAAI,EAAE,OALW;IAMjB2B,OAAO,EAAE,QANQ;IAOjB1B,cAAc,EAAE,SAPC;IAQjB2B,KAAK,EAAE,gBARU;IASjB9B,GAAG,EAAE,OATY;IAUjBS,GAAG,EAAE,aAVY;IAWjBF,KAAK,EAAE,gBAXU;IAYjBwB,WAAW,EAAE,eAZI;IAajBC,KAAK,EAAE;EAbU;AA9DrB,CAD8B,CAAzB","names":["BrandPourcentage","idTypeBrand","urlS3","logoS3","name","colors","primary","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","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"sourcesContent":["export const BrandPourcentage = [\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: '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 rh: 'rh@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: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr/',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n },\n];"]}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ const connectionErrors = exports.connectionErrors = [{
7
+ key: 'SCARequired',
8
+ description: {
9
+ title: 'Double authentification',
10
+ content: 'Votre connexion est en attente d\'une double authentification auprès de votre banque. Notez que certaines banques peuvent éxiger un renouvellement d\'authentification sur une période allant de 3 jours à 3 mois. Vous pouvez cependant modifier ce paramètre dans l\'espace client de votre banque.'
11
+ }
12
+ }, {
13
+ key: 'actionNeeded',
14
+ description: {
15
+ title: 'Votre banque demande une action de votre part',
16
+ content: 'Votre banque demande une action supplémentaire afin de valider (ou rétablir) votre connexion. vous pouvez le faire en vous rendant sur votre espace bancaire.'
17
+ }
18
+ }, {
19
+ key: 'wrongpass',
20
+ description: {
21
+ title: 'Mauvais identifiants',
22
+ content: 'Il semblerait que les identifiants renseignés soient incorrects. Veuiller vous rendre sur la webview de notre partenaire afin de rétablir la connexion'
23
+ }
24
+ }, {
25
+ key: 'webauthRequired',
26
+ description: {
27
+ title: 'Une authentification est nécéssaire',
28
+ content: 'Votre banque demande une nouvelle authentification. Nous vous invitons a vous rendre sur la webview de notre partenaire afin de renouveler votre connexion auprès de votre banque.'
29
+ }
30
+ }, {
31
+ key: 'websiteUnavailable',
32
+ description: {
33
+ title: 'L\'espace de votre banque ne semble pas disponible',
34
+ content: 'Il semblerait que votre banque ne puisse pas aboutir à vôtre démarche car leur espace ne semble pas disponible. Nous vous invitons a ré-essayer une connexion via la webview de notre partenaire afin de rétablir la connexion. Si le problème persiste, merci de vous rapprocher de votre banque.'
35
+ }
36
+ }, {
37
+ key: 'decoupled',
38
+ description: {
39
+ title: 'Une demande de validation est en attente de réception',
40
+ content: 'Votre banque attend une action de votre part afin de finaliser la connexion. Veuiller vous rendre sur la webview de notre partenaie afin de terminer le processus'
41
+ }
42
+ }, {
43
+ key: 'bug',
44
+ description: {
45
+ title: 'Une erreur est survenue lors de votre demande',
46
+ content: 'Il semblerait qu\'une erreur soit survenue lors du processus. Nos équipes techniques sont prévenues, afin de régler le problème au plus vite.'
47
+ }
48
+ }, {
49
+ key: 'rateLimit',
50
+ description: {
51
+ title: 'Victime de notre succès',
52
+ content: 'Il semblerait qu\'il y ait eu trop de demandes de connexion au même moment que vous, et votre demande n\'a pas pu aboutir. Nous vous invitons à renouveler votre démarche dans quelques instants.'
53
+ }
54
+ }];
55
+ //# sourceMappingURL=ConnectionError.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConnectionError.js","mappings":";;;;;AAQO,MAAMA,gBAAgB,WAAhBA,gBAAgB,GAAsB,CACjD;EACEC,GAAG,EAAE,aADP;EAEEC,WAAW,EAAE;IACXC,KAAK,EAAE,yBADI;IAEXC,OAAO,EAAE;EAFE;AAFf,CADiD,EAQjD;EACEH,GAAG,EAAE,cADP;EAEEC,WAAW,EAAE;IACXC,KAAK,EAAE,+CADI;IAEXC,OAAO,EAAE;EAFE;AAFf,CARiD,EAejD;EACEH,GAAG,EAAE,WADP;EAEEC,WAAW,EAAE;IACXC,KAAK,EAAE,sBADI;IAEXC,OAAO,EAAE;EAFE;AAFf,CAfiD,EAsBjD;EACEH,GAAG,EAAE,iBADP;EAEEC,WAAW,EAAE;IACXC,KAAK,EAAE,qCADI;IAEXC,OAAO,EAAE;EAFE;AAFf,CAtBiD,EA6BjD;EACEH,GAAG,EAAE,oBADP;EAEEC,WAAW,EAAE;IACXC,KAAK,EAAE,oDADI;IAEXC,OAAO,EAAE;EAFE;AAFf,CA7BiD,EAoCjD;EACEH,GAAG,EAAE,WADP;EAEEC,WAAW,EAAE;IACXC,KAAK,EAAE,uDADI;IAEXC,OAAO,EAAE;EAFE;AAFf,CApCiD,EA2CjD;EACEH,GAAG,EAAE,KADP;EAEEC,WAAW,EAAE;IACXC,KAAK,EAAE,+CADI;IAEXC,OAAO,EAAE;EAFE;AAFf,CA3CiD,EAkDjD;EACEH,GAAG,EAAE,WADP;EAEEC,WAAW,EAAE;IACXC,KAAK,EAAE,yBADI;IAEXC,OAAO,EAAE;EAFE;AAFf,CAlDiD,CAA5C","names":["connectionErrors","key","description","title","content"],"sourceRoot":"","sources":["../../../ts/types/Enum/ConnectionError.ts"],"sourcesContent":["export type ConnectionError = {\n key: string;\n description: {\n title: string;\n content: string;\n }\n};\n\nexport const connectionErrors: ConnectionError[] = [\n {\n key: 'SCARequired',\n description: {\n title: 'Double authentification',\n content: 'Votre connexion est en attente d\\'une double authentification auprès de votre banque. Notez que certaines banques peuvent éxiger un renouvellement d\\'authentification sur une période allant de 3 jours à 3 mois. Vous pouvez cependant modifier ce paramètre dans l\\'espace client de votre banque.',\n },\n },\n {\n key: 'actionNeeded',\n description: {\n title: 'Votre banque demande une action de votre part',\n content: 'Votre banque demande une action supplémentaire afin de valider (ou rétablir) votre connexion. vous pouvez le faire en vous rendant sur votre espace bancaire.',\n },\n },\n {\n key: 'wrongpass',\n description: {\n title: 'Mauvais identifiants',\n content: 'Il semblerait que les identifiants renseignés soient incorrects. Veuiller vous rendre sur la webview de notre partenaire afin de rétablir la connexion',\n },\n },\n {\n key: 'webauthRequired',\n description: {\n title: 'Une authentification est nécéssaire',\n content: 'Votre banque demande une nouvelle authentification. Nous vous invitons a vous rendre sur la webview de notre partenaire afin de renouveler votre connexion auprès de votre banque.',\n },\n },\n {\n key: 'websiteUnavailable',\n description: {\n title: 'L\\'espace de votre banque ne semble pas disponible',\n content: 'Il semblerait que votre banque ne puisse pas aboutir à vôtre démarche car leur espace ne semble pas disponible. Nous vous invitons a ré-essayer une connexion via la webview de notre partenaire afin de rétablir la connexion. Si le problème persiste, merci de vous rapprocher de votre banque.',\n },\n },\n {\n key: 'decoupled',\n description: {\n title: 'Une demande de validation est en attente de réception',\n content: 'Votre banque attend une action de votre part afin de finaliser la connexion. Veuiller vous rendre sur la webview de notre partenaie afin de terminer le processus',\n },\n },\n {\n key: 'bug',\n description: {\n title: 'Une erreur est survenue lors de votre demande',\n content: 'Il semblerait qu\\'une erreur soit survenue lors du processus. Nos équipes techniques sont prévenues, afin de régler le problème au plus vite.',\n },\n },\n {\n key: 'rateLimit',\n description: {\n title: 'Victime de notre succès',\n content: 'Il semblerait qu\\'il y ait eu trop de demandes de connexion au même moment que vous, et votre demande n\\'a pas pu aboutir. Nous vous invitons à renouveler votre démarche dans quelques instants.',\n },\n },\n];"]}
@@ -10,4 +10,15 @@ var SubscriptionType = exports.SubscriptionType = undefined;
10
10
  SubscriptionType[SubscriptionType["FREEMIUM_PRO"] = 2] = "FREEMIUM_PRO";
11
11
  SubscriptionType[SubscriptionType["PREMIUM"] = 3] = "PREMIUM";
12
12
  })(SubscriptionType || (exports.SubscriptionType = SubscriptionType = {}));
13
+
14
+ const subscriptionList = exports.subscriptionList = [{
15
+ id: SubscriptionType.FREEMIUM,
16
+ name: 'Essai gratuit'
17
+ }, {
18
+ id: SubscriptionType.FREEMIUM_PRO,
19
+ name: 'Logiciel'
20
+ }, {
21
+ id: SubscriptionType.PREMIUM,
22
+ name: 'Expertise-Comptable'
23
+ }];
13
24
  //# sourceMappingURL=SubscriptionType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SubscriptionType.js","mappings":";;;;;AAAA,IAAYA,gBAIX,WAJWA,gBAIX,YAJD;;AAAA,WAAYA,gBAAZ,EAA4B;EAC1BA;EACAA;EACAA;AACD,CAJD,EAAYA,gBAAgB,aAAhBA,gBAAgB,GAAhBA,gBAAgB,MAA5B","names":["SubscriptionType"],"sourceRoot":"","sources":["../../../ts/types/Enum/SubscriptionType.ts"],"sourcesContent":["export enum SubscriptionType {\n FREEMIUM = 1,\n FREEMIUM_PRO = 2,\n PREMIUM = 3,\n}"]}
1
+ {"version":3,"file":"SubscriptionType.js","mappings":";;;;;AAAA,IAAYA,gBAIX,WAJWA,gBAIX,YAJD;;AAAA,WAAYA,gBAAZ,EAA4B;EAC1BA;EACAA;EACAA;AACD,CAJD,EAAYA,gBAAgB,aAAhBA,gBAAgB,GAAhBA,gBAAgB,MAA5B;;AAMO,MAAMC,gBAAgB,WAAhBA,gBAAgB,GAAG,CAC9B;EACEC,EAAE,EAAEF,gBAAgB,CAACG,QADvB;EAEEC,IAAI,EAAE;AAFR,CAD8B,EAK9B;EACEF,EAAE,EAAEF,gBAAgB,CAACK,YADvB;EAEED,IAAI,EAAE;AAFR,CAL8B,EAS9B;EACEF,EAAE,EAAEF,gBAAgB,CAACM,OADvB;EAEEF,IAAI,EAAE;AAFR,CAT8B,CAAzB","names":["SubscriptionType","subscriptionList","id","FREEMIUM","name","FREEMIUM_PRO","PREMIUM"],"sourceRoot":"","sources":["../../../ts/types/Enum/SubscriptionType.ts"],"sourcesContent":["export enum SubscriptionType {\n FREEMIUM = 1,\n FREEMIUM_PRO = 2,\n PREMIUM = 3,\n}\n\nexport const subscriptionList = [\n {\n id: SubscriptionType.FREEMIUM,\n name: 'Essai gratuit',\n },\n {\n id: SubscriptionType.FREEMIUM_PRO,\n name: 'Logiciel',\n },\n {\n id: SubscriptionType.PREMIUM,\n name: 'Expertise-Comptable',\n },\n];"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=verifyCalendarEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verifyCalendarEvent.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryConnectionState = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
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
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class QueryConnectionState {}
23
+
24
+ exports.QueryConnectionState = QueryConnectionState;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], QueryConnectionState.prototype, "idSociety", void 0);
27
+ //# sourceMappingURL=QueryConnectionState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryConnectionState.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAEXC,YADC,yBACD","names":["QueryConnectionState","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/connection/QueryConnectionState.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryConnectionState {\n @ApiProperty()\n idSociety: number;\n}"]}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ class ReadConnectionState {}
8
+
9
+ exports.ReadConnectionState = ReadConnectionState;
10
+ //# sourceMappingURL=ReadConnectionState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadConnectionState.js","mappings":";;;;;;AAAM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB","names":["ReadConnectionState"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/connection/ReadConnectionState.ts"],"sourcesContent":["export class ReadConnectionState {\n bankName: string;\n id: number;\n idBudgetConnection?: number | null;\n error: string | null;\n bankAccounts: ReadConnectionBankAccountsState[];\n}\n\ntype ReadConnectionBankAccountsState = {\n id: number;\n identifierOb: string;\n name: string;\n amount: number;\n balance: string;\n lastUpdate: Date | null;\n state: boolean;\n error: string | null;\n iban?: string;\n idBudget?: number;\n deleted?: Date;\n disabled?: Date;\n};"]}
@@ -7,4 +7,8 @@ Object.defineProperty(exports, "__esModule", {
7
7
  class ReadTopBuys {}
8
8
 
9
9
  exports.ReadTopBuys = ReadTopBuys;
10
+
11
+ class ReadTopSells {}
12
+
13
+ exports.ReadTopSells = ReadTopSells;
10
14
  //# sourceMappingURL=ReadTopBuys.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReadTopBuys.js","mappings":";;;;;;AAAM,MAAOA,WAAP,CAAkB;;QAAXA,W,GAAAA,W","names":["ReadTopBuys"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"sourcesContent":["export class ReadTopBuys {\n icon: string;\n color: string;\n id: number;\n name: string;\n amount: number;\n iconPNG: string;\n}"]}
1
+ {"version":3,"file":"ReadTopBuys.js","mappings":";;;;;;AAAM,MAAOA,WAAP,CAAkB;;QAAXA,W,GAAAA,W;;AASP,MAAOC,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y","names":["ReadTopBuys","ReadTopSells"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"sourcesContent":["export class ReadTopBuys {\n icon: string;\n color: string;\n id: number;\n name: string;\n amount: number;\n iconPNG: string;\n}\n\nexport class ReadTopSells {\n icon: string;\n color: string;\n id: number;\n name: string;\n amount: number;\n iconPNG: string;\n}"]}
@@ -7,4 +7,8 @@ Object.defineProperty(exports, "__esModule", {
7
7
  class ReadTopProviders {}
8
8
 
9
9
  exports.ReadTopProviders = ReadTopProviders;
10
+
11
+ class ReadTopCustomers {}
12
+
13
+ exports.ReadTopCustomers = ReadTopCustomers;
10
14
  //# sourceMappingURL=ReadTopProviders.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReadTopProviders.js","mappings":";;;;;;AAAM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB","names":["ReadTopProviders"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"sourcesContent":["export class ReadTopProviders {\n icon: string;\n color: string;\n company: string;\n idThirdParty: number;\n amount: number;\n iconPNG: string;\n}"]}
1
+ {"version":3,"file":"ReadTopProviders.js","mappings":";;;;;;AAAM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AASP,MAAOC,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB","names":["ReadTopProviders","ReadTopCustomers"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"sourcesContent":["export class ReadTopProviders {\n icon: string;\n color: string;\n company: string;\n idThirdParty: number;\n amount: number;\n iconPNG: string;\n}\n\nexport class ReadTopCustomers {\n icon: string;\n color: string;\n company: string;\n idThirdParty: number;\n amount: number;\n iconPNG: string;\n}"]}
package/js/types/index.js CHANGED
@@ -5092,6 +5092,18 @@ Object.keys(_Call).forEach(function (key) {
5092
5092
  });
5093
5093
  });
5094
5094
 
5095
+ var _ConnectionError = require("./Enum/ConnectionError");
5096
+
5097
+ Object.keys(_ConnectionError).forEach(function (key) {
5098
+ if (key === "default" || key === "__esModule") return;
5099
+ Object.defineProperty(exports, key, {
5100
+ enumerable: true,
5101
+ get: function () {
5102
+ return _ConnectionError[key];
5103
+ }
5104
+ });
5105
+ });
5106
+
5095
5107
  var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
5096
5108
 
5097
5109
  Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
@@ -8632,6 +8644,18 @@ Object.keys(_createCalendarEventForUsers).forEach(function (key) {
8632
8644
  });
8633
8645
  });
8634
8646
 
8647
+ var _verifyCalendarEvent = require("./Interface/api/calendarEvent/verifyCalendarEvent");
8648
+
8649
+ Object.keys(_verifyCalendarEvent).forEach(function (key) {
8650
+ if (key === "default" || key === "__esModule") return;
8651
+ Object.defineProperty(exports, key, {
8652
+ enumerable: true,
8653
+ get: function () {
8654
+ return _verifyCalendarEvent[key];
8655
+ }
8656
+ });
8657
+ });
8658
+
8635
8659
  var _updateCalendarEvent = require("./Interface/api/calendarEvent/updateCalendarEvent");
8636
8660
 
8637
8661
  Object.keys(_updateCalendarEvent).forEach(function (key) {
@@ -8968,6 +8992,30 @@ Object.keys(_CreateAlert).forEach(function (key) {
8968
8992
  });
8969
8993
  });
8970
8994
 
8995
+ var _QueryConnectionState = require("./Interface/api/connection/QueryConnectionState");
8996
+
8997
+ Object.keys(_QueryConnectionState).forEach(function (key) {
8998
+ if (key === "default" || key === "__esModule") return;
8999
+ Object.defineProperty(exports, key, {
9000
+ enumerable: true,
9001
+ get: function () {
9002
+ return _QueryConnectionState[key];
9003
+ }
9004
+ });
9005
+ });
9006
+
9007
+ var _ReadConnectionState = require("./Interface/api/connection/ReadConnectionState");
9008
+
9009
+ Object.keys(_ReadConnectionState).forEach(function (key) {
9010
+ if (key === "default" || key === "__esModule") return;
9011
+ Object.defineProperty(exports, key, {
9012
+ enumerable: true,
9013
+ get: function () {
9014
+ return _ReadConnectionState[key];
9015
+ }
9016
+ });
9017
+ });
9018
+
8971
9019
  var _Util4 = require("./Interface/enum/Util");
8972
9020
 
8973
9021
  Object.keys(_Util4).forEach(function (key) {