@silexpert/core 1.1.319 → 1.1.320

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 (56) hide show
  1. package/dist/cjs/types/Enum/CommercialOfferType.js +7 -7
  2. package/dist/cjs/types/Enum/CommercialOfferType.js.map +1 -1
  3. package/dist/cjs/types/Enum/GeneralThirdParty.d.ts.map +1 -1
  4. package/dist/cjs/types/Enum/GeneralThirdParty.js +2 -0
  5. package/dist/cjs/types/Enum/GeneralThirdParty.js.map +1 -1
  6. package/dist/cjs/types/Enum/TimeCounterType.d.ts +44 -0
  7. package/dist/cjs/types/Enum/TimeCounterType.d.ts.map +1 -1
  8. package/dist/cjs/types/Enum/TimeCounterType.js +44 -0
  9. package/dist/cjs/types/Enum/TimeCounterType.js.map +1 -1
  10. package/dist/cjs/types/Interface/api/accountingEntry/Create.d.ts +2 -1
  11. package/dist/cjs/types/Interface/api/accountingEntry/Create.d.ts.map +1 -1
  12. package/dist/cjs/types/Interface/api/accountingEntry/Create.js +8 -1
  13. package/dist/cjs/types/Interface/api/accountingEntry/Create.js.map +1 -1
  14. package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.d.ts +0 -4
  15. package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.d.ts.map +1 -1
  16. package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.js +1 -18
  17. package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.js.map +1 -1
  18. package/dist/cjs/types/Interface/api/registration/CreateRegistration.d.ts +12 -11
  19. package/dist/cjs/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
  20. package/dist/cjs/types/Interface/api/registration/CreateRegistration.js +4 -0
  21. package/dist/cjs/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  22. package/dist/cjs/types/Interface/api/revision/Read.d.ts +2 -1
  23. package/dist/cjs/types/Interface/api/revision/Read.d.ts.map +1 -1
  24. package/dist/cjs/types/Interface/api/revision/Read.js.map +1 -1
  25. package/dist/mjs/types/Enum/CommercialOfferType.js +7 -7
  26. package/dist/mjs/types/Enum/CommercialOfferType.js.map +1 -1
  27. package/dist/mjs/types/Enum/GeneralThirdParty.d.ts.map +1 -1
  28. package/dist/mjs/types/Enum/GeneralThirdParty.js +2 -0
  29. package/dist/mjs/types/Enum/GeneralThirdParty.js.map +1 -1
  30. package/dist/mjs/types/Enum/TimeCounterType.d.ts +44 -0
  31. package/dist/mjs/types/Enum/TimeCounterType.d.ts.map +1 -1
  32. package/dist/mjs/types/Enum/TimeCounterType.js +44 -0
  33. package/dist/mjs/types/Enum/TimeCounterType.js.map +1 -1
  34. package/dist/mjs/types/Interface/api/accountingEntry/Create.d.ts +2 -1
  35. package/dist/mjs/types/Interface/api/accountingEntry/Create.d.ts.map +1 -1
  36. package/dist/mjs/types/Interface/api/accountingEntry/Create.js +9 -1
  37. package/dist/mjs/types/Interface/api/accountingEntry/Create.js.map +1 -1
  38. package/dist/mjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.d.ts +0 -4
  39. package/dist/mjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.d.ts.map +1 -1
  40. package/dist/mjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.js +1 -19
  41. package/dist/mjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.js.map +1 -1
  42. package/dist/mjs/types/Interface/api/registration/CreateRegistration.d.ts +12 -11
  43. package/dist/mjs/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
  44. package/dist/mjs/types/Interface/api/registration/CreateRegistration.js +5 -0
  45. package/dist/mjs/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  46. package/dist/mjs/types/Interface/api/revision/Read.d.ts +2 -1
  47. package/dist/mjs/types/Interface/api/revision/Read.d.ts.map +1 -1
  48. package/dist/mjs/types/Interface/api/revision/Read.js.map +1 -1
  49. package/package.json +1 -1
  50. package/ts/types/Enum/CommercialOfferType.ts +7 -7
  51. package/ts/types/Enum/GeneralThirdParty.ts +2 -0
  52. package/ts/types/Enum/TimeCounterType.ts +44 -0
  53. package/ts/types/Interface/api/accountingEntry/Create.ts +8 -2
  54. package/ts/types/Interface/api/payment/CreateNotifyCustomerInvoice.ts +1 -15
  55. package/ts/types/Interface/api/registration/CreateRegistration.ts +14 -11
  56. package/ts/types/Interface/api/revision/Read.ts +2 -0
@@ -20,7 +20,7 @@ exports.CommercialOfferTypeDetail = {
20
20
  RECOVERY_MONTH: {
21
21
  id: 1,
22
22
  label: '% de reprise sur les mois',
23
- text: '%value% % offert sur les mois de reprise, valable jusqu\'au %dateEnd%.',
23
+ text: '%value% % offerts sur les mois de reprise, valable jusqu\'au %dateEnd%.',
24
24
  amountType: exports.CommercialOfferAmountType.PERCENTAGE,
25
25
  idPrestationList: [],
26
26
  isComptable: true,
@@ -29,8 +29,8 @@ exports.CommercialOfferTypeDetail = {
29
29
  },
30
30
  MONTH_OFFERED: {
31
31
  id: 2,
32
- label: 'Nb de mois offert',
33
- text: '%value% mois offert, valable jusqu\'au %dateEnd%.',
32
+ label: 'Nb de mois offerts',
33
+ text: '%value% mois offerts, valable jusqu\'au %dateEnd%.',
34
34
  amountType: exports.CommercialOfferAmountType.MONTH,
35
35
  idPrestationList: [],
36
36
  isComptable: true,
@@ -39,8 +39,8 @@ exports.CommercialOfferTypeDetail = {
39
39
  },
40
40
  AMOUNT_OFFERED: {
41
41
  id: 3,
42
- label: 'Montant offert',
43
- text: '%value% euros offert, valable jusqu\'au %dateEnd%.',
42
+ label: 'Montant offerts',
43
+ text: '%value% euros offerts, valable jusqu\'au %dateEnd%.',
44
44
  amountType: exports.CommercialOfferAmountType.MONEY,
45
45
  idPrestationList: [],
46
46
  isComptable: true,
@@ -69,8 +69,8 @@ exports.CommercialOfferTypeDetail = {
69
69
  },
70
70
  PERCENTAGE_OFFERED: {
71
71
  id: 6,
72
- label: '% offert',
73
- text: '%value% % offert sur l\'année, valable jusqu\'au %dateEnd%.',
72
+ label: '% offerts',
73
+ text: '%value% % offerts sur l\'année, valable jusqu\'au %dateEnd%.',
74
74
  amountType: exports.CommercialOfferAmountType.PERCENTAGE,
75
75
  idPrestationList: [],
76
76
  isComptable: null,
@@ -1 +1 @@
1
- {"version":3,"file":"CommercialOfferType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/CommercialOfferType.ts"],"names":[],"mappings":"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","sourcesContent":["import { PrestationType } from './PrestationType';\n\ntype commercialOfferTypeAmount = {\n id: number;\n label: string;\n};\n\nexport type CommercialOfferTypeType = {\n id: number;\n label: string;\n amountType: commercialOfferTypeAmount;\n idPrestationList: number[];\n isComptable: boolean | null;\n isCatalog: boolean | null;\n isBack: boolean | null;\n};\n\nexport const CommercialOfferAmountType = {\n PERCENTAGE: {\n id: 1,\n label: '%',\n },\n MONTH: {\n id: 2,\n label: 'Mois',\n },\n MONEY: {\n id: 3,\n label: '€',\n },\n};\n\nexport const CommercialOfferTypeDetail = {\n RECOVERY_MONTH : {\n id: 1,\n label: '% de reprise sur les mois',\n text: '%value% % offert sur les mois de reprise, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.PERCENTAGE,\n idPrestationList: [],\n isComptable: true,\n isCatalog: false,\n isBack: false,\n },\n MONTH_OFFERED : {\n id: 2,\n label: 'Nb de mois offert',\n text: '%value% mois offert, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.MONTH,\n idPrestationList: [],\n isComptable: true,\n isCatalog: false,\n isBack: null,\n },\n AMOUNT_OFFERED : {\n id: 3,\n label: 'Montant offert',\n text: '%value% euros offert, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: false,\n isBack: false,\n },\n SPONSORSHIP : {\n id: 4,\n label: 'Parrainage',\n text: '%value% euros de parrainage, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: false,\n isBack: null,\n },\n COMPANY_SETUP: {\n id: 5,\n label: '% de la création d\\'entreprise',\n text: 'Création offerte, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.PERCENTAGE,\n idPrestationList: [PrestationType.CREATION_SOCIETE],\n isComptable: null,\n isCatalog: null,\n isBack: null,\n },\n PERCENTAGE_OFFERED : {\n id: 6,\n label: '% offert',\n text: '%value% % offert sur l\\'année, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.PERCENTAGE,\n idPrestationList: [],\n isComptable: null,\n isCatalog: null,\n isBack: null,\n },\n BALANCE_SHEET_OFFERED : {\n id: 7,\n label: 'Bilan à 0',\n text: 'Bilan à %value% € par exercice à rattraper sous réserve qu\\'il y ai moins de 50 lignes sur le relevé bancaire',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: null,\n isBack: true,\n },\n BALANCE_SHEET_OFFERED_EXCEPTIONAL : {\n id: 8,\n label: 'Offre exceptionnelle Express',\n text: 'Offre exceptionnelle, bilan à %value% € pour l\\'exercice %exerciceYear%',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: null,\n isBack: true,\n },\n BALANCE_SHEET_OFFERED_NO_EXPRESS : {\n id: 9,\n label: 'Bilan à 0 non express',\n text: 'Bilan à %value% € par exercice non express sous réserve qu\\'il y ai moins de 50 lignes sur le relevé bancaire',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: null,\n isBack: false,\n },\n};"]}
1
+ {"version":3,"file":"CommercialOfferType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/CommercialOfferType.ts"],"names":[],"mappings":"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","sourcesContent":["import { PrestationType } from './PrestationType';\n\ntype commercialOfferTypeAmount = {\n id: number;\n label: string;\n};\n\nexport type CommercialOfferTypeType = {\n id: number;\n label: string;\n amountType: commercialOfferTypeAmount;\n idPrestationList: number[];\n isComptable: boolean | null;\n isCatalog: boolean | null;\n isBack: boolean | null;\n};\n\nexport const CommercialOfferAmountType = {\n PERCENTAGE: {\n id: 1,\n label: '%',\n },\n MONTH: {\n id: 2,\n label: 'Mois',\n },\n MONEY: {\n id: 3,\n label: '€',\n },\n};\n\nexport const CommercialOfferTypeDetail = {\n RECOVERY_MONTH : {\n id: 1,\n label: '% de reprise sur les mois',\n text: '%value% % offerts sur les mois de reprise, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.PERCENTAGE,\n idPrestationList: [],\n isComptable: true,\n isCatalog: false,\n isBack: false,\n },\n MONTH_OFFERED : {\n id: 2,\n label: 'Nb de mois offerts',\n text: '%value% mois offerts, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.MONTH,\n idPrestationList: [],\n isComptable: true,\n isCatalog: false,\n isBack: null,\n },\n AMOUNT_OFFERED : {\n id: 3,\n label: 'Montant offerts',\n text: '%value% euros offerts, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: false,\n isBack: false,\n },\n SPONSORSHIP : {\n id: 4,\n label: 'Parrainage',\n text: '%value% euros de parrainage, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: false,\n isBack: null,\n },\n COMPANY_SETUP: {\n id: 5,\n label: '% de la création d\\'entreprise',\n text: 'Création offerte, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.PERCENTAGE,\n idPrestationList: [PrestationType.CREATION_SOCIETE],\n isComptable: null,\n isCatalog: null,\n isBack: null,\n },\n PERCENTAGE_OFFERED : {\n id: 6,\n label: '% offerts',\n text: '%value% % offerts sur l\\'année, valable jusqu\\'au %dateEnd%.',\n amountType: CommercialOfferAmountType.PERCENTAGE,\n idPrestationList: [],\n isComptable: null,\n isCatalog: null,\n isBack: null,\n },\n BALANCE_SHEET_OFFERED : {\n id: 7,\n label: 'Bilan à 0',\n text: 'Bilan à %value% € par exercice à rattraper sous réserve qu\\'il y ai moins de 50 lignes sur le relevé bancaire',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: null,\n isBack: true,\n },\n BALANCE_SHEET_OFFERED_EXCEPTIONAL : {\n id: 8,\n label: 'Offre exceptionnelle Express',\n text: 'Offre exceptionnelle, bilan à %value% € pour l\\'exercice %exerciceYear%',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: null,\n isBack: true,\n },\n BALANCE_SHEET_OFFERED_NO_EXPRESS : {\n id: 9,\n label: 'Bilan à 0 non express',\n text: 'Bilan à %value% € par exercice non express sous réserve qu\\'il y ai moins de 50 lignes sur le relevé bancaire',\n amountType: CommercialOfferAmountType.MONEY,\n idPrestationList: [],\n isComptable: true,\n isCatalog: null,\n isBack: false,\n },\n};"]}
@@ -1 +1 @@
1
- {"version":3,"file":"GeneralThirdParty.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/GeneralThirdParty.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,iBAAiB,EAqsJlD,CAAC"}
1
+ {"version":3,"file":"GeneralThirdParty.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/GeneralThirdParty.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,iBAAiB,EAusJlD,CAAC"}
@@ -94,6 +94,8 @@ exports.generalThirdParties = [
94
94
  { company: 'SUBWAY', idAccount: 58383, number: '625300' },
95
95
  { company: 'NORAUTO', idAccount: 58379, number: '615210' },
96
96
  { company: 'RED BY SFR', idAccount: 123, number: '626200' },
97
+ { company: 'FREE', idAccount: 123, number: '626200' },
98
+ { company: 'FREE MOBILE', idAccount: 123, number: '626200' },
97
99
  { company: 'SUMUP', idAccount: 126, number: '627100' },
98
100
  { company: 'REXEL', idAccount: 27586, number: '218300' },
99
101
  { company: 'GRAND FRAIS', idAccount: 117, number: '625100' },