@silexpert/core 0.4.217 → 0.4.220

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 (86) hide show
  1. package/es/api/resources/GeneralLedger.d.ts +2 -2
  2. package/es/api/resources/GeneralLedger.d.ts.map +1 -1
  3. package/es/api/resources/GeneralLedger.js.map +1 -1
  4. package/es/api/resources/NotificationSetting.d.ts +8 -0
  5. package/es/api/resources/NotificationSetting.d.ts.map +1 -0
  6. package/es/api/resources/NotificationSetting.js +13 -0
  7. package/es/api/resources/NotificationSetting.js.map +1 -0
  8. package/es/api/resources/Partner.d.ts +2 -1
  9. package/es/api/resources/Partner.d.ts.map +1 -1
  10. package/es/api/resources/Partner.js +4 -1
  11. package/es/api/resources/Partner.js.map +1 -1
  12. package/es/api/resources.d.ts +2 -0
  13. package/es/api/resources.d.ts.map +1 -1
  14. package/es/api/resources.js +2 -0
  15. package/es/api/resources.js.map +1 -1
  16. package/es/types/Enum/TaskResponseType.js +3 -3
  17. package/es/types/Enum/TaskResponseType.js.map +1 -1
  18. package/es/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.d.ts +2 -0
  19. package/es/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.d.ts.map +1 -1
  20. package/es/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.js.map +1 -1
  21. package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts +2 -0
  22. package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts.map +1 -1
  23. package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +1 -1
  24. package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.d.ts +1 -2
  25. package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.d.ts.map +1 -1
  26. package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js +1 -0
  27. package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js.map +1 -1
  28. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts +6 -0
  29. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts.map +1 -0
  30. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js +28 -0
  31. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -0
  32. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts +6 -0
  33. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts.map +1 -0
  34. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +28 -0
  35. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -0
  36. package/es/types/Interface/api/partner/UpdatePartner.d.ts +11 -0
  37. package/es/types/Interface/api/partner/UpdatePartner.d.ts.map +1 -0
  38. package/es/types/Interface/api/partner/UpdatePartner.js +41 -0
  39. package/es/types/Interface/api/partner/UpdatePartner.js.map +1 -0
  40. package/es/types/Interface/api/revision/ReadRevisionAccount.d.ts +2 -1
  41. package/es/types/Interface/api/revision/ReadRevisionAccount.d.ts.map +1 -1
  42. package/es/types/Interface/api/revision/ReadRevisionAccount.js.map +1 -1
  43. package/es/types/Interface/models/IMobileNotificationSetting.d.ts +10 -0
  44. package/es/types/Interface/models/IMobileNotificationSetting.d.ts.map +1 -0
  45. package/es/types/Interface/models/IMobileNotificationSetting.js +2 -0
  46. package/es/types/Interface/models/IMobileNotificationSetting.js.map +1 -0
  47. package/es/types/index.d.ts +4 -0
  48. package/es/types/index.d.ts.map +1 -1
  49. package/es/types/index.js +4 -0
  50. package/es/types/index.js.map +1 -1
  51. package/js/api/resources/GeneralLedger.js.map +1 -1
  52. package/js/api/resources/NotificationSetting.js +26 -0
  53. package/js/api/resources/NotificationSetting.js.map +1 -0
  54. package/js/api/resources/Partner.js +5 -1
  55. package/js/api/resources/Partner.js.map +1 -1
  56. package/js/api/resources.js +3 -0
  57. package/js/api/resources.js.map +1 -1
  58. package/js/types/Enum/TaskResponseType.js +3 -3
  59. package/js/types/Enum/TaskResponseType.js.map +1 -1
  60. package/js/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js +1 -1
  61. package/js/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js.map +1 -1
  62. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js +35 -0
  63. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -0
  64. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +35 -0
  65. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -0
  66. package/js/types/Interface/api/partner/UpdatePartner.js +42 -0
  67. package/js/types/Interface/api/partner/UpdatePartner.js.map +1 -0
  68. package/js/types/Interface/models/IMobileNotificationSetting.js +6 -0
  69. package/js/types/Interface/models/IMobileNotificationSetting.js.map +1 -0
  70. package/js/types/index.js +48 -0
  71. package/js/types/index.js.map +1 -1
  72. package/package.json +1 -1
  73. package/ts/api/resources/GeneralLedger.ts +4 -2
  74. package/ts/api/resources/NotificationSetting.ts +15 -0
  75. package/ts/api/resources/Partner.ts +5 -1
  76. package/ts/api/resources.ts +2 -0
  77. package/ts/types/Enum/TaskResponseType.ts +3 -3
  78. package/ts/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.ts +3 -1
  79. package/ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts +8 -6
  80. package/ts/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.ts +2 -1
  81. package/ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts +15 -0
  82. package/ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts +16 -0
  83. package/ts/types/Interface/api/partner/UpdatePartner.ts +20 -0
  84. package/ts/types/Interface/api/revision/ReadRevisionAccount.ts +2 -0
  85. package/ts/types/Interface/models/IMobileNotificationSetting.ts +10 -0
  86. package/ts/types/index.ts +4 -0
@@ -9,7 +9,7 @@ var _Resource = require("../Resource");
9
9
 
10
10
  class Partner extends _Resource.Resource {
11
11
  create(params) {
12
- return this.axios.$post('partner', params);
12
+ return this.axios.$post('partners', params);
13
13
  }
14
14
 
15
15
  getAll(params) {
@@ -18,6 +18,10 @@ class Partner extends _Resource.Resource {
18
18
  });
19
19
  }
20
20
 
21
+ update(idPartner, params) {
22
+ return this.axios.$put(`partners/${idPartner}`, params);
23
+ }
24
+
21
25
  }
22
26
 
23
27
  exports.Partner = Partner;
@@ -1 +1 @@
1
- {"version":3,"file":"Partner.js","mappings":";;;;;;;AAAA;;AAOM,MAAOA,OAAP,SAAuBC,kBAAvB,CAA+B;EACnCC,MAAM,CAACC,MAAD,EAAsB;IAC1B,OAAO,KAAKC,KAAL,CAAWC,KAAX,CAAiB,SAAjB,EAA4BF,MAA5B,CAAP;EACD;;EACDG,MAAM,CAACH,MAAD,EAAoB;IACxB,OAAO,KAAKC,KAAL,CAAWG,IAAX,CAAgB,UAAhB,EAA4B;MAAEJ;IAAF,CAA5B,CAAP;EACD;;AANkC;;QAAxBH,O,GAAAA,O","names":["Partner","Resource","create","params","axios","$post","getAll","$get"],"sourceRoot":"","sources":["../../../ts/api/resources/Partner.ts"],"sourcesContent":["import { Resource } from '../Resource';\nimport {\n ISocietyPartner,\n CreatePartner,\n GetPartners,\n} from '../../types';\n\nexport class Partner extends Resource {\n create(params: CreatePartner): Promise<ISocietyPartner> {\n return this.axios.$post('partner', params);\n }\n getAll(params: GetPartners): Promise<ISocietyPartner[]> {\n return this.axios.$get('partners', { params });\n }\n}"]}
1
+ {"version":3,"file":"Partner.js","mappings":";;;;;;;AAAA;;AAQM,MAAOA,OAAP,SAAuBC,kBAAvB,CAA+B;EACnCC,MAAM,CAACC,MAAD,EAAsB;IAC1B,OAAO,KAAKC,KAAL,CAAWC,KAAX,CAAiB,UAAjB,EAA6BF,MAA7B,CAAP;EACD;;EACDG,MAAM,CAACH,MAAD,EAAoB;IACxB,OAAO,KAAKC,KAAL,CAAWG,IAAX,CAAgB,UAAhB,EAA4B;MAAEJ;IAAF,CAA5B,CAAP;EACD;;EACDK,MAAM,CAACC,SAAD,EAAoBN,MAApB,EAAyC;IAC7C,OAAO,KAAKC,KAAL,CAAWM,IAAX,CAAgB,YAAYD,SAAS,EAArC,EAAyCN,MAAzC,CAAP;EACD;;AATkC;;QAAxBH,O,GAAAA,O","names":["Partner","Resource","create","params","axios","$post","getAll","$get","update","idPartner","$put"],"sourceRoot":"","sources":["../../../ts/api/resources/Partner.ts"],"sourcesContent":["import { Resource } from '../Resource';\nimport {\n ISocietyPartner,\n CreatePartner,\n UpdatePartner,\n GetPartners,\n} from '../../types';\n\nexport class Partner extends Resource {\n create(params: CreatePartner): Promise<ISocietyPartner> {\n return this.axios.$post('partners', params);\n }\n getAll(params: GetPartners): Promise<ISocietyPartner[]> {\n return this.axios.$get('partners', { params });\n }\n update(idPartner: number, params: UpdatePartner): Promise<ISocietyPartner> {\n return this.axios.$put(`partners/${idPartner}`, params);\n }\n}"]}
@@ -167,6 +167,8 @@ var _SocietyEvent = require("./resources/SocietyEvent");
167
167
 
168
168
  var _Comment = require("./resources/Comment");
169
169
 
170
+ var _NotificationSetting = require("./resources/NotificationSetting");
171
+
170
172
  var _cx = require("./resources/3cx");
171
173
 
172
174
  const resources = exports.resources = {
@@ -251,6 +253,7 @@ const resources = exports.resources = {
251
253
  societyEvent: _SocietyEvent.SocietyEvent,
252
254
  task: _Task.Task,
253
255
  comment: _Comment.Comment,
256
+ notificationSetting: _NotificationSetting.NotificationSetting,
254
257
  cx: _cx.Cx
255
258
  };
256
259
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
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","cx","Cx"],"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 { Cx } from './resources/3cx';\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 cx: Cx,\n};\n"]}
1
+ {"version":3,"file":"resources.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;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,mBAAmB,EAAEC,wCAlFE;EAmFvBC,EAAE,EAAEC;AAnFmB,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","notificationSetting","NotificationSetting","cx","Cx"],"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';\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 notificationSetting: NotificationSetting,\n cx: Cx,\n};\n"]}
@@ -23,7 +23,7 @@ const ResponseType = exports.ResponseType = {
23
23
  min: 1,
24
24
  max: 96,
25
25
  default: 24,
26
- label: 'Activité Interne'
26
+ label: 'Activitée Interne'
27
27
  }
28
28
  };
29
29
  var StateTask = exports.StateTask = undefined;
@@ -110,7 +110,7 @@ const TaskResponseType = exports.TaskResponseType = {
110
110
  PV_AG_APPROBATION: {
111
111
  id: 9,
112
112
  label: 'Pv d\'AG/Approbation',
113
- responseType: ResponseType.MAIL.id,
113
+ responseType: ResponseType.INTERN_ACTIVITY.id,
114
114
  weight: 4,
115
115
  isExterne: true,
116
116
  idMailAuto: null,
@@ -119,7 +119,7 @@ const TaskResponseType = exports.TaskResponseType = {
119
119
  DIVIDENDES: {
120
120
  id: 10,
121
121
  label: 'Dividendes',
122
- responseType: ResponseType.MAIL.id,
122
+ responseType: ResponseType.INTERN_ACTIVITY.id,
123
123
  weight: 6,
124
124
  isExterne: true,
125
125
  idMailAuto: null,
@@ -1 +1 @@
1
- {"version":3,"file":"TaskResponseType.js","mappings":"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","names":["ResponseType","MAIL","id","min","max","default","label","CALL","INTERN_ACTIVITY","StateTask","TaskResponseType","DEMANDE_ATTESTATION","responseType","weight","isExterne","idMailAuto","schedule","FAIRE_COURRIER","ACTIVER_ONGLET_SOCIAL","SUPPORT_TECHNIQUE","SUIVI_BILAN","SUIVI_IS","SUIVI_TVA","SUIVI_MISSIONS_COMPLEMENTAIRES","PV_AG_APPROBATION","DIVIDENDES","CREATION_SOCIETE","QUESTIONS_JURIDIQUES","BULLETIN_PAIE","DECLARATIONS","EMBAUCHE","QUESTIONS_SOCIALES","REFACTURATION","MAJ_INFO_FACTURATION","FACTURES_MANQUANTES","QUESTIONS_FACTURATIONS","SUIVI_PROSPECT","DOC_MANQUANT_CREA_DOSSIER","IMPORT_CSV","ARCHIVER_CLIENT","OD_SALAIRE","VERIFICATION_IMPAYE","MODIFICATION_DIA_CLEMENTINIER","RESILIATION","QUESTIONS_COMPTABLES"],"sourceRoot":"","sources":["../../../ts/types/Enum/TaskResponseType.ts"],"sourcesContent":["export const ResponseType = {\n MAIL: {\n id: 1,\n min: 3,\n max: 72,\n default: 24,\n label: 'Mail',\n },\n CALL: {\n id: 2,\n min: 0.5,\n max: 48,\n default: 24,\n label: 'Appel',\n },\n INTERN_ACTIVITY: {\n id: 3,\n min: 1,\n max: 96,\n default: 24,\n label: 'Activité Interne',\n },\n};\n\nexport enum StateTask {\n TODO = 1,\n DO = 2,\n NOTDO = 3,\n}\n\nexport const TaskResponseType = {\n DEMANDE_ATTESTATION: {\n id: 1,\n label: 'Demande attestation',\n responseType: ResponseType.MAIL.id,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n FAIRE_COURRIER: {\n id: 2,\n label: 'Faire courrier',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 4,\n isExterne: false,\n idMailAuto: null,\n schedule: 30,\n },\n ACTIVER_ONGLET_SOCIAL: {\n id: 3,\n label: 'Activer l\\'onglet social',\n responseType: ResponseType.MAIL.id,\n weight: 1,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUPPORT_TECHNIQUE: {\n id: 4,\n label: 'Support technique',\n responseType: ResponseType.CALL.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_BILAN: {\n id: 5,\n label: 'Suivi bilan',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 9,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n SUIVI_IS: {\n id: 6,\n label: 'Suivi IS',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_TVA: {\n id: 7,\n label: 'Suivi TVA',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_MISSIONS_COMPLEMENTAIRES: {\n id: 8,\n label: 'Suivi missions complémentaires',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n PV_AG_APPROBATION: {\n id: 9,\n label: 'Pv d\\'AG/Approbation',\n responseType: ResponseType.MAIL.id,\n weight: 4,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n DIVIDENDES: {\n id: 10,\n label: 'Dividendes',\n responseType: ResponseType.MAIL.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n CREATION_SOCIETE: {\n id: 11,\n label: 'Creation société',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 8,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n QUESTIONS_JURIDIQUES: {\n id: 12,\n label: 'Questions juridiques',\n responseType: ResponseType.CALL.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n BULLETIN_PAIE: {\n id: 13,\n label: 'Bulletin de paie',\n responseType: ResponseType.MAIL.id,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n DECLARATIONS: {\n id: 14,\n label: 'Déclarations',\n responseType: ResponseType.MAIL.id,\n weight: 3,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n EMBAUCHE: {\n id: 15,\n label: 'Embauche',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 4,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n QUESTIONS_SOCIALES: {\n id: 16,\n label: 'Questions sociales',\n responseType: ResponseType.CALL.id,\n weight: 5,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n REFACTURATION: {\n id: 17,\n label: 'Refacturation',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 5,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n MAJ_INFO_FACTURATION: {\n id: 18,\n label: 'Mise à jour info facturation',\n responseType: ResponseType.MAIL.id,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n FACTURES_MANQUANTES: {\n id: 19,\n label: 'Facture manquante',\n responseType: ResponseType.MAIL.id,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n QUESTIONS_FACTURATIONS: {\n id: 20,\n label: 'Questions facturations',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 4,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_PROSPECT: {\n id: 21,\n label: 'Suivi prospect',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 3,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n DOC_MANQUANT_CREA_DOSSIER: {\n id: 22,\n label: 'Document manquant pour création dossier',\n responseType: ResponseType.MAIL.id,\n weight: 2,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n IMPORT_CSV: {\n id: 23,\n label: 'Faire import csv',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 9,\n isExterne: false,\n idMailAuto: null,\n schedule: 30,\n },\n ARCHIVER_CLIENT: {\n id: 24,\n label: 'Archiver un client',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 1,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n OD_SALAIRE: {\n id: 25,\n label: 'Passer les OD de salaire',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 1,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n VERIFICATION_IMPAYE: {\n id: 26,\n label: 'Vérification impayé',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 2,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n MODIFICATION_DIA_CLEMENTINIER: {\n id: 27,\n label: 'Modification Clémentinier/Dia',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 2,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n RESILIATION: {\n id: 28,\n label: 'Résiliation',\n responseType: ResponseType.CALL.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n QUESTIONS_COMPTABLES: {\n id: 29,\n label: 'Questions comptables',\n responseType: ResponseType.CALL.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n};"]}
1
+ {"version":3,"file":"TaskResponseType.js","mappings":"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","names":["ResponseType","MAIL","id","min","max","default","label","CALL","INTERN_ACTIVITY","StateTask","TaskResponseType","DEMANDE_ATTESTATION","responseType","weight","isExterne","idMailAuto","schedule","FAIRE_COURRIER","ACTIVER_ONGLET_SOCIAL","SUPPORT_TECHNIQUE","SUIVI_BILAN","SUIVI_IS","SUIVI_TVA","SUIVI_MISSIONS_COMPLEMENTAIRES","PV_AG_APPROBATION","DIVIDENDES","CREATION_SOCIETE","QUESTIONS_JURIDIQUES","BULLETIN_PAIE","DECLARATIONS","EMBAUCHE","QUESTIONS_SOCIALES","REFACTURATION","MAJ_INFO_FACTURATION","FACTURES_MANQUANTES","QUESTIONS_FACTURATIONS","SUIVI_PROSPECT","DOC_MANQUANT_CREA_DOSSIER","IMPORT_CSV","ARCHIVER_CLIENT","OD_SALAIRE","VERIFICATION_IMPAYE","MODIFICATION_DIA_CLEMENTINIER","RESILIATION","QUESTIONS_COMPTABLES"],"sourceRoot":"","sources":["../../../ts/types/Enum/TaskResponseType.ts"],"sourcesContent":["export const ResponseType = {\n MAIL: {\n id: 1,\n min: 3,\n max: 72,\n default: 24,\n label: 'Mail',\n },\n CALL: {\n id: 2,\n min: 0.5,\n max: 48,\n default: 24,\n label: 'Appel',\n },\n INTERN_ACTIVITY: {\n id: 3,\n min: 1,\n max: 96,\n default: 24,\n label: 'Activitée Interne',\n },\n};\n\nexport enum StateTask {\n TODO = 1,\n DO = 2,\n NOTDO = 3,\n}\n\nexport const TaskResponseType = {\n DEMANDE_ATTESTATION: {\n id: 1,\n label: 'Demande attestation',\n responseType: ResponseType.MAIL.id,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n FAIRE_COURRIER: {\n id: 2,\n label: 'Faire courrier',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 4,\n isExterne: false,\n idMailAuto: null,\n schedule: 30,\n },\n ACTIVER_ONGLET_SOCIAL: {\n id: 3,\n label: 'Activer l\\'onglet social',\n responseType: ResponseType.MAIL.id,\n weight: 1,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUPPORT_TECHNIQUE: {\n id: 4,\n label: 'Support technique',\n responseType: ResponseType.CALL.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_BILAN: {\n id: 5,\n label: 'Suivi bilan',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 9,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n SUIVI_IS: {\n id: 6,\n label: 'Suivi IS',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_TVA: {\n id: 7,\n label: 'Suivi TVA',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_MISSIONS_COMPLEMENTAIRES: {\n id: 8,\n label: 'Suivi missions complémentaires',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n PV_AG_APPROBATION: {\n id: 9,\n label: 'Pv d\\'AG/Approbation',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 4,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n DIVIDENDES: {\n id: 10,\n label: 'Dividendes',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n CREATION_SOCIETE: {\n id: 11,\n label: 'Creation société',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 8,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n QUESTIONS_JURIDIQUES: {\n id: 12,\n label: 'Questions juridiques',\n responseType: ResponseType.CALL.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n BULLETIN_PAIE: {\n id: 13,\n label: 'Bulletin de paie',\n responseType: ResponseType.MAIL.id,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n DECLARATIONS: {\n id: 14,\n label: 'Déclarations',\n responseType: ResponseType.MAIL.id,\n weight: 3,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n EMBAUCHE: {\n id: 15,\n label: 'Embauche',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 4,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n QUESTIONS_SOCIALES: {\n id: 16,\n label: 'Questions sociales',\n responseType: ResponseType.CALL.id,\n weight: 5,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n REFACTURATION: {\n id: 17,\n label: 'Refacturation',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 5,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n MAJ_INFO_FACTURATION: {\n id: 18,\n label: 'Mise à jour info facturation',\n responseType: ResponseType.MAIL.id,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n FACTURES_MANQUANTES: {\n id: 19,\n label: 'Facture manquante',\n responseType: ResponseType.MAIL.id,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n QUESTIONS_FACTURATIONS: {\n id: 20,\n label: 'Questions facturations',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 4,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_PROSPECT: {\n id: 21,\n label: 'Suivi prospect',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 3,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n DOC_MANQUANT_CREA_DOSSIER: {\n id: 22,\n label: 'Document manquant pour création dossier',\n responseType: ResponseType.MAIL.id,\n weight: 2,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n IMPORT_CSV: {\n id: 23,\n label: 'Faire import csv',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 9,\n isExterne: false,\n idMailAuto: null,\n schedule: 30,\n },\n ARCHIVER_CLIENT: {\n id: 24,\n label: 'Archiver un client',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 1,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n OD_SALAIRE: {\n id: 25,\n label: 'Passer les OD de salaire',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 1,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n VERIFICATION_IMPAYE: {\n id: 26,\n label: 'Vérification impayé',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 2,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n MODIFICATION_DIA_CLEMENTINIER: {\n id: 27,\n label: 'Modification Clémentinier/Dia',\n responseType: ResponseType.INTERN_ACTIVITY.id,\n weight: 2,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n RESILIATION: {\n id: 28,\n label: 'Résiliation',\n responseType: ResponseType.CALL.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n QUESTIONS_COMPTABLES: {\n id: 29,\n label: 'Questions comptables',\n responseType: ResponseType.CALL.id,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n};"]}
@@ -50,5 +50,5 @@ __decorate([(0, _utils.ApiPropertyOptional)({
50
50
  default: true
51
51
  }), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], QueryGeneralLedgerAuxiliary.prototype, "descending", void 0);
52
52
 
53
- __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryGeneralLedgerAuxiliary.prototype, "search", void 0);
53
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], QueryGeneralLedgerAuxiliary.prototype, "search", void 0);
54
54
  //# sourceMappingURL=QueryGeneralLedgerAuxiliary.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryGeneralLedgerAuxiliary.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,2BAAP,CAAkC;;QAA3BA,2B,GAAAA,2B;;AAGXC,YAFC,yBAED,EADC,iDACD;;AAIAA,YAFC,yBAED,EADC,iDACD;;AAIAA,YAFC,yBAED,EADC,4BAAOC,8BAAP,CACD;;AAKAD,YAHC,yBAGD,EAFC,4BAED,EADC,yBAAI,CAAJ,CACD;;AAKAA,YAHC,yBAGD,EAFC,4BAED,EADC,yBAAI,CAAJ,CACD;;AAMAA,YAJC,gCAAoB;EAAEE,OAAO,EAAE,KAAX;EAAkBC,QAAQ,EAAE;AAA5B,CAApB,CAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAH,YAJC,gCAAoB;EAAEE,OAAO,EAAE;AAAX,CAApB,CAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAIAF,YAFC,iCAED,EADC,+BACD","names":["QueryGeneralLedgerAuxiliary","__decorate","ThirdPartyType","default","describe"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.ts"],"sourcesContent":["import {\n IsBoolean, IsEnum, IsInt, IsOptional, IsString, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { IsFormattedDateString } from '../../../../utils/validators/formattedDateString.validator';\nimport { ThirdPartyType } from '../../../Enum/ThirdPartyType';\n\nexport class QueryGeneralLedgerAuxiliary {\n @ApiProperty()\n @IsFormattedDateString()\n dateStart: string;\n\n @ApiProperty()\n @IsFormattedDateString()\n dateEnd: string;\n\n @ApiProperty()\n @IsEnum(ThirdPartyType)\n idThirdPartyType: ThirdPartyType;\n\n @ApiProperty()\n @IsInt()\n @Min(1)\n limit: number;\n\n @ApiProperty()\n @IsInt()\n @Min(1)\n page: number;\n\n @ApiPropertyOptional({ default: false, describe: 'If set to true, it will search only entries with no lettering' })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n omitLettering?: boolean;\n\n @ApiPropertyOptional({ default: true })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n @ApiPropertyOptional()\n @IsString()\n search?: string;\n}"]}
1
+ {"version":3,"file":"QueryGeneralLedgerAuxiliary.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,2BAAP,CAAkC;;QAA3BA,2B,GAAAA,2B;;AAGXC,YAFC,yBAED,EADC,iDACD;;AAIAA,YAFC,yBAED,EADC,iDACD;;AAIAA,YAFC,yBAED,EADC,4BAAOC,8BAAP,CACD;;AAKAD,YAHC,yBAGD,EAFC,4BAED,EADC,yBAAI,CAAJ,CACD;;AAKAA,YAHC,yBAGD,EAFC,4BAED,EADC,yBAAI,CAAJ,CACD;;AAMAA,YAJC,gCAAoB;EAAEE,OAAO,EAAE,KAAX;EAAkBC,QAAQ,EAAE;AAA5B,CAApB,CAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAH,YAJC,gCAAoB;EAAEE,OAAO,EAAE;AAAX,CAApB,CAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAKAF,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD","names":["QueryGeneralLedgerAuxiliary","__decorate","ThirdPartyType","default","describe"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.ts"],"sourcesContent":["import {\n IsBoolean, IsEnum, IsInt, IsOptional, IsString, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { IsFormattedDateString } from '../../../../utils/validators/formattedDateString.validator';\nimport { ThirdPartyType } from '../../../Enum/ThirdPartyType';\n\nexport class QueryGeneralLedgerAuxiliary {\n @ApiProperty()\n @IsFormattedDateString()\n dateStart: string;\n\n @ApiProperty()\n @IsFormattedDateString()\n dateEnd: string;\n\n @ApiProperty()\n @IsEnum(ThirdPartyType)\n idThirdPartyType: number;\n\n @ApiProperty()\n @IsInt()\n @Min(1)\n limit: number;\n\n @ApiProperty()\n @IsInt()\n @Min(1)\n page: number;\n\n @ApiPropertyOptional({ default: false, describe: 'If set to true, it will search only entries with no lettering' })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n omitLettering?: boolean;\n\n @ApiPropertyOptional({ default: true })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n}"]}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateNotificationSetting = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var _boolean = require("../../../../utils/transforms/boolean.transform");
13
+
14
+ var _NotificationType = require("../../../Enum/NotificationType");
15
+
16
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
17
+ var c = arguments.length,
18
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
19
+ d;
20
+ 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;
21
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
22
+ };
23
+
24
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
25
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
26
+ };
27
+
28
+ class CreateNotificationSetting {}
29
+
30
+ exports.CreateNotificationSetting = CreateNotificationSetting;
31
+
32
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.NotificationType), __metadata("design:type", Number)], CreateNotificationSetting.prototype, "notificationType", void 0);
33
+
34
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], CreateNotificationSetting.prototype, "active", void 0);
35
+ //# sourceMappingURL=CreateNotificationSetting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateNotificationSetting.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,yBAAP,CAAgC;;QAAzBA,yB,GAAAA,yB;;AAIXC,YAHC,yBAGD,EAFC,4BAED,EADC,4BAAOC,kCAAP,CACD;;AAIaD,YAFZ,yBAEY,EADZ,gCACY,EAAZ,yBAAY","names":["CreateNotificationSetting","__decorate","NotificationType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts"],"sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationType } from '../../../Enum/NotificationType';\n\nexport class CreateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationType)\n notificationType: NotificationType;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean() active: boolean;\n}"]}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UpdateNotificationSetting = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var _boolean = require("../../../../utils/transforms/boolean.transform");
13
+
14
+ var _NotificationType = require("../../../Enum/NotificationType");
15
+
16
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
17
+ var c = arguments.length,
18
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
19
+ d;
20
+ 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;
21
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
22
+ };
23
+
24
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
25
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
26
+ };
27
+
28
+ class UpdateNotificationSetting {}
29
+
30
+ exports.UpdateNotificationSetting = UpdateNotificationSetting;
31
+
32
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.NotificationType), __metadata("design:type", Number)], UpdateNotificationSetting.prototype, "notificationType", void 0);
33
+
34
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], UpdateNotificationSetting.prototype, "active", void 0);
35
+ //# sourceMappingURL=UpdateNotificationSetting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateNotificationSetting.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,yBAAP,CAAgC;;QAAzBA,yB,GAAAA,yB;;AAIXC,YAHC,yBAGD,EAFC,4BAED,EADC,4BAAOC,kCAAP,CACD;;AAKAD,YAHC,yBAGD,EAFC,gCAED,EADC,yBACD","names":["UpdateNotificationSetting","__decorate","NotificationType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts"],"sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationType } from '../../../Enum/NotificationType';\n\nexport class UpdateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationType)\n notificationType: NotificationType;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n active: boolean;\n}"]}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UpdatePartner = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var _ = require("../../..");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class UpdatePartner {}
25
+
26
+ exports.UpdatePartner = UpdatePartner;
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdatePartner.prototype, "firstname", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdatePartner.prototype, "lastname", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdatePartner.prototype, "company", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdatePartner.prototype, "siret", void 0);
35
+
36
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], UpdatePartner.prototype, "fonction", void 0);
37
+
38
+ __decorate([(0, _utils.ApiProperty)({
39
+ default: _.PartnerType.PHYSICAL_PARTNER,
40
+ description: 'You can retrieve the enum Partner Type in @core'
41
+ }), __metadata("design:type", Number)], UpdatePartner.prototype, "idPartnerType", void 0);
42
+ //# sourceMappingURL=UpdatePartner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdatePartner.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAEXC,YADC,iCACD;;AAEAA,YADC,iCACD;;AAEAA,YADC,iCACD;;AAEAA,YADC,iCACD;;AAEAA,YADC,yBACD;;AAKAA,YAJC,wBAAY;EACXC,OAAO,EAAEC,cAAYC,gBADV;EAEXC,WAAW,EAAE;AAFF,CAAZ,CAID","names":["UpdatePartner","__decorate","default","PartnerType","PHYSICAL_PARTNER","description"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partner/UpdatePartner.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional, BaseEntity } from '../../../../utils';\nimport { ISocietyPartner, PartnerType } from '../../..';\n\nexport class UpdatePartner implements Omit<BaseEntity<ISocietyPartner>, 'idAccount' | 'idSociety' | 'account'> {\n @ApiPropertyOptional()\n firstname?: string;\n @ApiPropertyOptional()\n lastname?: string;\n @ApiPropertyOptional()\n company?: string;\n @ApiPropertyOptional()\n siret?: string;\n @ApiProperty()\n fonction: string;\n @ApiProperty({\n default: PartnerType.PHYSICAL_PARTNER,\n description: 'You can retrieve the enum Partner Type in @core',\n })\n idPartnerType: PartnerType;\n}"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=IMobileNotificationSetting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMobileNotificationSetting.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
package/js/types/index.js CHANGED
@@ -3688,6 +3688,18 @@ Object.keys(_IMobileNotificationLog).forEach(function (key) {
3688
3688
  });
3689
3689
  });
3690
3690
 
3691
+ var _IMobileNotificationSetting = require("./Interface/models/IMobileNotificationSetting");
3692
+
3693
+ Object.keys(_IMobileNotificationSetting).forEach(function (key) {
3694
+ if (key === "default" || key === "__esModule") return;
3695
+ Object.defineProperty(exports, key, {
3696
+ enumerable: true,
3697
+ get: function () {
3698
+ return _IMobileNotificationSetting[key];
3699
+ }
3700
+ });
3701
+ });
3702
+
3691
3703
  var _FormAuthenticate = require("./Form/FormAuthenticate");
3692
3704
 
3693
3705
  Object.keys(_FormAuthenticate).forEach(function (key) {
@@ -6784,6 +6796,18 @@ Object.keys(_GetPartners).forEach(function (key) {
6784
6796
  });
6785
6797
  });
6786
6798
 
6799
+ var _UpdatePartner = require("./Interface/api/partner/UpdatePartner");
6800
+
6801
+ Object.keys(_UpdatePartner).forEach(function (key) {
6802
+ if (key === "default" || key === "__esModule") return;
6803
+ Object.defineProperty(exports, key, {
6804
+ enumerable: true,
6805
+ get: function () {
6806
+ return _UpdatePartner[key];
6807
+ }
6808
+ });
6809
+ });
6810
+
6787
6811
  var _CreateFecFile = require("./Interface/api/fecFile/CreateFecFile");
6788
6812
 
6789
6813
  Object.keys(_CreateFecFile).forEach(function (key) {
@@ -8691,4 +8715,28 @@ Object.keys(_ReadAffectedPatrimony).forEach(function (key) {
8691
8715
  }
8692
8716
  });
8693
8717
  });
8718
+
8719
+ var _CreateNotificationSetting = require("./Interface/api/notificationSetting/CreateNotificationSetting");
8720
+
8721
+ Object.keys(_CreateNotificationSetting).forEach(function (key) {
8722
+ if (key === "default" || key === "__esModule") return;
8723
+ Object.defineProperty(exports, key, {
8724
+ enumerable: true,
8725
+ get: function () {
8726
+ return _CreateNotificationSetting[key];
8727
+ }
8728
+ });
8729
+ });
8730
+
8731
+ var _UpdateNotificationSetting = require("./Interface/api/notificationSetting/UpdateNotificationSetting");
8732
+
8733
+ Object.keys(_UpdateNotificationSetting).forEach(function (key) {
8734
+ if (key === "default" || key === "__esModule") return;
8735
+ Object.defineProperty(exports, key, {
8736
+ enumerable: true,
8737
+ get: function () {
8738
+ return _UpdateNotificationSetting[key];
8739
+ }
8740
+ });
8741
+ });
8694
8742
  //# sourceMappingURL=index.js.map