@silexpert/core 2.0.47 → 2.0.48

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 (97) hide show
  1. package/dist/api/resources/User.d.ts +1 -0
  2. package/dist/api/resources/User.d.ts.map +1 -1
  3. package/dist/api/resources/User.js +8 -0
  4. package/dist/api/resources/User.js.map +1 -1
  5. package/dist/api/resources.d.ts +0 -2
  6. package/dist/api/resources.d.ts.map +1 -1
  7. package/dist/api/resources.js +0 -2
  8. package/dist/api/resources.js.map +1 -1
  9. package/dist/types/Enum/AccountingTransactionTracking.d.ts +4 -0
  10. package/dist/types/Enum/AccountingTransactionTracking.d.ts.map +1 -0
  11. package/dist/types/Enum/AccountingTransactionTracking.js +5 -0
  12. package/dist/types/Enum/AccountingTransactionTracking.js.map +1 -0
  13. package/dist/types/Enum/DocumentForHumanResourceType.d.ts +2 -1
  14. package/dist/types/Enum/DocumentForHumanResourceType.d.ts.map +1 -1
  15. package/dist/types/Enum/DocumentForHumanResourceType.js +2 -0
  16. package/dist/types/Enum/DocumentForHumanResourceType.js.map +1 -1
  17. package/dist/types/Enum/EstimateInvoice.d.ts +0 -3
  18. package/dist/types/Enum/EstimateInvoice.d.ts.map +1 -1
  19. package/dist/types/Enum/EstimateInvoice.js +0 -4
  20. package/dist/types/Enum/EstimateInvoice.js.map +1 -1
  21. package/dist/types/Enum/Ged.d.ts +8 -1
  22. package/dist/types/Enum/Ged.d.ts.map +1 -1
  23. package/dist/types/Enum/Ged.js +7 -0
  24. package/dist/types/Enum/Ged.js.map +1 -1
  25. package/dist/types/Enum/MaritalStatus.d.ts +4 -4
  26. package/dist/types/Enum/MaritalStatus.d.ts.map +1 -1
  27. package/dist/types/Enum/MaritalStatus.js +6 -3
  28. package/dist/types/Enum/MaritalStatus.js.map +1 -1
  29. package/dist/types/Enum/PrestationType.js +148 -148
  30. package/dist/types/Enum/PrestationType.js.map +1 -1
  31. package/dist/types/Enum/Role.d.ts.map +1 -1
  32. package/dist/types/Enum/Role.js +1 -0
  33. package/dist/types/Enum/Role.js.map +1 -1
  34. package/dist/types/Interface/api/accountingTransaction/Create.d.ts +5 -0
  35. package/dist/types/Interface/api/accountingTransaction/Create.d.ts.map +1 -0
  36. package/dist/types/Interface/api/accountingTransaction/Create.js +21 -0
  37. package/dist/types/Interface/api/accountingTransaction/Create.js.map +1 -0
  38. package/dist/types/Interface/api/commercial/ReadStatsProspect.d.ts +1 -0
  39. package/dist/types/Interface/api/commercial/ReadStatsProspect.d.ts.map +1 -1
  40. package/dist/types/Interface/api/commercial/ReadStatsProspect.js.map +1 -1
  41. package/dist/types/Interface/api/commercialManagement/Create.d.ts +1 -4
  42. package/dist/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
  43. package/dist/types/Interface/api/commercialManagement/Create.js +1 -9
  44. package/dist/types/Interface/api/commercialManagement/Create.js.map +1 -1
  45. package/dist/types/Interface/models/IAccountingTransaction.d.ts +1 -0
  46. package/dist/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  47. package/dist/types/Interface/models/IAccountingTransaction.js +1 -0
  48. package/dist/types/Interface/models/IAccountingTransaction.js.map +1 -1
  49. package/dist/types/Interface/models/IAccountingTransactionTracking.d.ts +15 -0
  50. package/dist/types/Interface/models/IAccountingTransactionTracking.d.ts.map +1 -0
  51. package/dist/types/Interface/models/IAccountingTransactionTracking.js +2 -0
  52. package/dist/types/Interface/models/IAccountingTransactionTracking.js.map +1 -0
  53. package/dist/types/Interface/models/IEInvoicingKycAndMandate.d.ts +1 -0
  54. package/dist/types/Interface/models/IEInvoicingKycAndMandate.d.ts.map +1 -1
  55. package/dist/types/Interface/models/IEInvoicingKycAndMandate.js +1 -0
  56. package/dist/types/Interface/models/IEInvoicingKycAndMandate.js.map +1 -1
  57. package/dist/types/index.d.ts +3 -1
  58. package/dist/types/index.d.ts.map +1 -1
  59. package/dist/types/index.js +3 -1
  60. package/dist/types/index.js.map +1 -1
  61. package/dist/utils/prestation.d.ts +9 -2
  62. package/dist/utils/prestation.d.ts.map +1 -1
  63. package/dist/utils/prestation.js +9 -2
  64. package/dist/utils/prestation.js.map +1 -1
  65. package/dist/utils/vat/3517/century25.js +1 -1
  66. package/dist/utils/vat/3517/century25.js.map +1 -1
  67. package/dist/utils/vat/3517/century26.js +1 -1
  68. package/dist/utils/vat/3517/century26.js.map +1 -1
  69. package/package.json +1 -1
  70. package/ts/api/resources/User.ts +9 -0
  71. package/ts/api/resources.ts +0 -2
  72. package/ts/types/Enum/AccountingTransactionTracking.ts +3 -0
  73. package/ts/types/Enum/DocumentForHumanResourceType.ts +2 -0
  74. package/ts/types/Enum/EstimateInvoice.ts +0 -4
  75. package/ts/types/Enum/Ged.ts +7 -0
  76. package/ts/types/Enum/MaritalStatus.ts +6 -3
  77. package/ts/types/Enum/PrestationType.ts +148 -148
  78. package/ts/types/Enum/Role.ts +1 -0
  79. package/ts/types/Interface/api/accountingTransaction/Create.ts +9 -0
  80. package/ts/types/Interface/api/commercial/ReadStatsProspect.ts +1 -0
  81. package/ts/types/Interface/api/commercialManagement/Create.ts +1 -7
  82. package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
  83. package/ts/types/Interface/models/{IEstimateInvoiceTracking.ts → IAccountingTransactionTracking.ts} +4 -4
  84. package/ts/types/Interface/models/IEInvoicingKycAndMandate.ts +1 -0
  85. package/ts/types/index.ts +3 -1
  86. package/ts/utils/prestation.ts +14 -2
  87. package/ts/utils/vat/3517/century25.ts +1 -1
  88. package/ts/utils/vat/3517/century26.ts +1 -1
  89. package/dist/api/resources/EstimateInvoiceTracking.d.ts +0 -6
  90. package/dist/api/resources/EstimateInvoiceTracking.d.ts.map +0 -1
  91. package/dist/api/resources/EstimateInvoiceTracking.js +0 -7
  92. package/dist/api/resources/EstimateInvoiceTracking.js.map +0 -1
  93. package/dist/types/Interface/models/IEstimateInvoiceTracking.d.ts +0 -15
  94. package/dist/types/Interface/models/IEstimateInvoiceTracking.d.ts.map +0 -1
  95. package/dist/types/Interface/models/IEstimateInvoiceTracking.js +0 -2
  96. package/dist/types/Interface/models/IEstimateInvoiceTracking.js.map +0 -1
  97. package/ts/api/resources/EstimateInvoiceTracking.ts +0 -8
@@ -287,7 +287,7 @@ export * from './Interface/models/IRevenueSnapshot.js';
287
287
  export * from './Interface/models/IEInvoicingEligibilityRequest.js';
288
288
  export * from './Interface/models/IUsersHistory.js';
289
289
  export * from './Interface/models/IEInvoicingKycAndMandate.js';
290
- export * from './Interface/models/IEstimateInvoiceTracking.js';
290
+ export * from './Interface/models/IAccountingTransactionTracking.js';
291
291
  // Schemas
292
292
  export * from './Interface/schemas/IRegistrationDetail.js';
293
293
  export * from './Interface/schemas/ITransactionHistory.js';
@@ -295,6 +295,7 @@ export * from './Interface/schemas/ITransactionHistory.js';
295
295
  export * from './Form/FormAuthenticate.js';
296
296
  export * from './Form/FormConnector.js';
297
297
  // Enums
298
+ export * from './Enum/AccountingTransactionTracking.js';
298
299
  export * from './Enum/Feature.js';
299
300
  export * from './Enum/JuridicalSocietyEnum.js';
300
301
  export * from './Enum/Template.js';
@@ -527,6 +528,7 @@ export * from './Enum/UsersHistory.js';
527
528
  export * from './Enum/UrgencyLevel.js';
528
529
  export * from './Enum/Formalism.js';
529
530
  // Interfaces API
531
+ export * from './Interface/api/accountingTransaction/Create.js';
530
532
  export * from './Interface/api/acd/Create.js';
531
533
  export * from './Interface/api/authentification/AuthenticationResponse.js';
532
534
  export * from './Interface/api/exercice/ReadExercice.js';