@silexpert/core 1.3.61-0 → 1.3.61

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 (28) hide show
  1. package/dist/cjs/types/Enum/BrandAnytime.js +1 -1
  2. package/dist/cjs/types/Enum/BrandAnytime.js.map +1 -1
  3. package/dist/cjs/types/Enum/BrandClementine.js +6 -6
  4. package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
  5. package/dist/cjs/types/Enum/BrandLegalstart.js +1 -1
  6. package/dist/cjs/types/Enum/BrandLegalstart.js.map +1 -1
  7. package/dist/cjs/types/Enum/TimeSlot.js +21 -21
  8. package/dist/cjs/types/Enum/TimeSlot.js.map +1 -1
  9. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts +0 -2
  10. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  11. package/dist/cjs/types/Interface/api/config/ConfigType.js.map +1 -1
  12. package/dist/mjs/types/Enum/BrandAnytime.js +1 -1
  13. package/dist/mjs/types/Enum/BrandAnytime.js.map +1 -1
  14. package/dist/mjs/types/Enum/BrandClementine.js +6 -6
  15. package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
  16. package/dist/mjs/types/Enum/BrandLegalstart.js +1 -1
  17. package/dist/mjs/types/Enum/BrandLegalstart.js.map +1 -1
  18. package/dist/mjs/types/Enum/TimeSlot.js +13 -13
  19. package/dist/mjs/types/Enum/TimeSlot.js.map +1 -1
  20. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts +0 -2
  21. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  22. package/dist/mjs/types/Interface/api/config/ConfigType.js.map +1 -1
  23. package/package.json +1 -1
  24. package/ts/types/Enum/BrandAnytime.ts +1 -1
  25. package/ts/types/Enum/BrandClementine.ts +6 -6
  26. package/ts/types/Enum/BrandLegalstart.ts +1 -1
  27. package/ts/types/Enum/TimeSlot.ts +13 -13
  28. package/ts/types/Interface/api/config/ConfigType.ts +0 -2
@@ -66,7 +66,7 @@ export const TimeSlotCategoryDetail: TimeSlotCategoryDetailType[] = [
66
66
  id: TimeSlotCategory.ACCOUNTING,
67
67
  name: 'Comptable',
68
68
  description:
69
- 'Pour suivre l\'avancement de votre bilan, vos déclarations de TVA ou pour toute question sur la vie de votre dossier, c\'est par ici !',
69
+ "Pour suivre l'avancement de votre bilan, vos déclarations de TVA ou pour toute question sur la vie de votre dossier, c'est par ici !",
70
70
  },
71
71
  {
72
72
  id: TimeSlotCategory.JURIDIC,
@@ -83,7 +83,7 @@ export const TimeSlotCategoryDetail: TimeSlotCategoryDetailType[] = [
83
83
  id: TimeSlotCategory.SPECIALISED,
84
84
  name: 'Conseils spécialisés',
85
85
  description:
86
- 'Vous souhaitez une explication de vos comptes annuels ? Vous avez des questions très pointues ou un besoin d\'information spécifique ? Nous sommes là pour vous accompagner !',
86
+ "Vous souhaitez une explication de vos comptes annuels ? Vous avez des questions très pointues ou un besoin d'information spécifique ? Nous sommes là pour vous accompagner !",
87
87
  },
88
88
  {
89
89
  id: TimeSlotCategory.SALES,
@@ -229,16 +229,16 @@ export const TimeSlotDetail: TimeSlotDetailType[] = [
229
229
  forWholeService: false,
230
230
  idTimeCounterType: TimeCounterType.CALENDLY.id,
231
231
  },
232
- {
233
- id: TimeSlot.TAX_ADVICE_OR_COMPLEX_LEGAL_ARRANGEMENTS,
234
- name: 'Conseils fiscaux ou montages juridiques complexes',
235
- internalName: 'Rdv juridique',
236
- category: TimeSlotCategoryDetail.find((c) => c.id === TimeSlotCategory.JURIDIC)?.name,
237
- duration: 60,
238
- idRole: [Role.JURIDIC, Role.DIRECTOR],
239
- forWholeService: true,
240
- idTimeCounterType: TimeCounterType.CALENDLY.id,
241
- },
232
+ // {
233
+ // id: TimeSlot.TAX_ADVICE_OR_COMPLEX_LEGAL_ARRANGEMENTS,
234
+ // name: 'Conseils fiscaux ou montages juridiques complexes',
235
+ // internalName: 'Rdv juridique',
236
+ // category: TimeSlotCategoryDetail.find((c) => c.id === TimeSlotCategory.JURIDIC)?.name,
237
+ // duration: 60,
238
+ // idRole: [Role.JURIDIC, Role.DIRECTOR],
239
+ // forWholeService: true,
240
+ // idTimeCounterType: TimeCounterType.CALENDLY.id,
241
+ // },
242
242
  // {
243
243
  // id: TimeSlot.FIX_UNPAID,
244
244
  // name: 'Régulariser un paiement',
@@ -271,7 +271,7 @@ export const TimeSlotDetail: TimeSlotDetailType[] = [
271
271
  },
272
272
  {
273
273
  id: TimeSlot.SPECIALISED_FISCAL_QUESTIONS,
274
- name: 'Questions fiscales spécifiques (crédits d\'impôts, ZFANG, autres statuts, etc.)',
274
+ name: "Questions fiscales spécifiques (crédits d'impôts, ZFANG, autres statuts, etc.)",
275
275
  internalName: 'Conseils spécialisés',
276
276
  category: TimeSlotCategoryDetail.find((c) => c.id === TimeSlotCategory.SPECIALISED)?.name,
277
277
  duration: 30,
@@ -10,7 +10,6 @@ export interface ConfigType {
10
10
  mail: Mail;
11
11
  client: Client;
12
12
  twilio: Twilio;
13
- societyTestId: number;
14
13
  pappers: Pappers;
15
14
  shine: Shine;
16
15
  defaultPermissions: DefaultPermissions;
@@ -118,7 +117,6 @@ interface Client {
118
117
 
119
118
  interface Twilio {
120
119
  accountSID: string;
121
- authToken: string;
122
120
  number: string;
123
121
  }
124
122