@silexpert/core 1.3.17 → 1.3.19

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.
@@ -221,7 +221,7 @@ export const DefaultEmailTemplateList: Array<Omit<ISaleEmail, 'idSociety'>> = [
221
221
  name: 'modèle avoir par défaut',
222
222
  subject: 'Votre avoir',
223
223
  content:
224
- '<p>Bonjour <span style="color: rgb(131, 131, 132);">[nom_client]</span>, </p> <p>Vous trouverez ci-joint votre facture.</p> <p>Vous trouverez ci-joint votre bon de commande N°<span style="color: rgb(131, 131, 132);">[reference_document]</span> d’un montant de <span style="color: rgb(131, 131, 132);">[montant_ttc_document]</span>. </p> <p>Vous en souhaitant bonne réception.</p> <p>Cordialement,</p><p><span style="color: rgb(131, 131, 132);">[raison_sociale]</span></p>',
224
+ '<p>Bonjour <span style="color: rgb(131, 131, 132);">[nom_client]</span>, </p> <p>Vous trouverez ci-joint votre facture N°<span style="color: rgb(131, 131, 132);">[reference_document]</span> d’un montant de <span style="color: rgb(131, 131, 132);">[montant_ttc_document]</span>. </p> <p>Vous en souhaitant bonne réception.</p> <p>Cordialement,</p><p><span style="color: rgb(131, 131, 132);">[raison_sociale]</span></p>',
225
225
  type: EmailType.ASSET,
226
226
  isDefault: false,
227
227
  },
package/ts/types/index.ts CHANGED
@@ -1188,6 +1188,8 @@ export * from '../utils/checkup';
1188
1188
  export * from '../utils/noLodash';
1189
1189
  export * from '../utils/vat';
1190
1190
  export * from '../utils/email';
1191
+ export * from '../utils/commercialManagement/internationalization/choices';
1192
+ export * from '../utils/commercialManagement/internationalization/type';
1191
1193
  export * from './Interface/api/affectedPatrimony/CreateAffectedPatrimony';
1192
1194
  export * from './Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony';
1193
1195
  export * from './Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony';