@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.
- package/dist/api/resources/User.d.ts +1 -0
- package/dist/api/resources/User.d.ts.map +1 -1
- package/dist/api/resources/User.js +8 -0
- package/dist/api/resources/User.js.map +1 -1
- package/dist/api/resources.d.ts +0 -2
- package/dist/api/resources.d.ts.map +1 -1
- package/dist/api/resources.js +0 -2
- package/dist/api/resources.js.map +1 -1
- package/dist/types/Enum/AccountingTransactionTracking.d.ts +4 -0
- package/dist/types/Enum/AccountingTransactionTracking.d.ts.map +1 -0
- package/dist/types/Enum/AccountingTransactionTracking.js +5 -0
- package/dist/types/Enum/AccountingTransactionTracking.js.map +1 -0
- package/dist/types/Enum/DocumentForHumanResourceType.d.ts +2 -1
- package/dist/types/Enum/DocumentForHumanResourceType.d.ts.map +1 -1
- package/dist/types/Enum/DocumentForHumanResourceType.js +2 -0
- package/dist/types/Enum/DocumentForHumanResourceType.js.map +1 -1
- package/dist/types/Enum/EstimateInvoice.d.ts +0 -3
- package/dist/types/Enum/EstimateInvoice.d.ts.map +1 -1
- package/dist/types/Enum/EstimateInvoice.js +0 -4
- package/dist/types/Enum/EstimateInvoice.js.map +1 -1
- package/dist/types/Enum/Ged.d.ts +8 -1
- package/dist/types/Enum/Ged.d.ts.map +1 -1
- package/dist/types/Enum/Ged.js +7 -0
- package/dist/types/Enum/Ged.js.map +1 -1
- package/dist/types/Enum/MaritalStatus.d.ts +4 -4
- package/dist/types/Enum/MaritalStatus.d.ts.map +1 -1
- package/dist/types/Enum/MaritalStatus.js +6 -3
- package/dist/types/Enum/MaritalStatus.js.map +1 -1
- package/dist/types/Enum/PrestationType.js +148 -148
- package/dist/types/Enum/PrestationType.js.map +1 -1
- package/dist/types/Enum/Role.d.ts.map +1 -1
- package/dist/types/Enum/Role.js +1 -0
- package/dist/types/Enum/Role.js.map +1 -1
- package/dist/types/Interface/api/accountingTransaction/Create.d.ts +5 -0
- package/dist/types/Interface/api/accountingTransaction/Create.d.ts.map +1 -0
- package/dist/types/Interface/api/accountingTransaction/Create.js +21 -0
- package/dist/types/Interface/api/accountingTransaction/Create.js.map +1 -0
- package/dist/types/Interface/api/commercial/ReadStatsProspect.d.ts +1 -0
- package/dist/types/Interface/api/commercial/ReadStatsProspect.d.ts.map +1 -1
- package/dist/types/Interface/api/commercial/ReadStatsProspect.js.map +1 -1
- package/dist/types/Interface/api/commercialManagement/Create.d.ts +1 -4
- package/dist/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
- package/dist/types/Interface/api/commercialManagement/Create.js +1 -9
- package/dist/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/dist/types/Interface/models/IAccountingTransaction.d.ts +1 -0
- package/dist/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/dist/types/Interface/models/IAccountingTransaction.js +1 -0
- package/dist/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/dist/types/Interface/models/IAccountingTransactionTracking.d.ts +15 -0
- package/dist/types/Interface/models/IAccountingTransactionTracking.d.ts.map +1 -0
- package/dist/types/Interface/models/IAccountingTransactionTracking.js +2 -0
- package/dist/types/Interface/models/IAccountingTransactionTracking.js.map +1 -0
- package/dist/types/Interface/models/IEInvoicingKycAndMandate.d.ts +1 -0
- package/dist/types/Interface/models/IEInvoicingKycAndMandate.d.ts.map +1 -1
- package/dist/types/Interface/models/IEInvoicingKycAndMandate.js +1 -0
- package/dist/types/Interface/models/IEInvoicingKycAndMandate.js.map +1 -1
- package/dist/types/index.d.ts +3 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +3 -1
- package/dist/types/index.js.map +1 -1
- package/dist/utils/prestation.d.ts +9 -2
- package/dist/utils/prestation.d.ts.map +1 -1
- package/dist/utils/prestation.js +9 -2
- package/dist/utils/prestation.js.map +1 -1
- package/dist/utils/vat/3517/century25.js +1 -1
- package/dist/utils/vat/3517/century25.js.map +1 -1
- package/dist/utils/vat/3517/century26.js +1 -1
- package/dist/utils/vat/3517/century26.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/User.ts +9 -0
- package/ts/api/resources.ts +0 -2
- package/ts/types/Enum/AccountingTransactionTracking.ts +3 -0
- package/ts/types/Enum/DocumentForHumanResourceType.ts +2 -0
- package/ts/types/Enum/EstimateInvoice.ts +0 -4
- package/ts/types/Enum/Ged.ts +7 -0
- package/ts/types/Enum/MaritalStatus.ts +6 -3
- package/ts/types/Enum/PrestationType.ts +148 -148
- package/ts/types/Enum/Role.ts +1 -0
- package/ts/types/Interface/api/accountingTransaction/Create.ts +9 -0
- package/ts/types/Interface/api/commercial/ReadStatsProspect.ts +1 -0
- package/ts/types/Interface/api/commercialManagement/Create.ts +1 -7
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
- package/ts/types/Interface/models/{IEstimateInvoiceTracking.ts → IAccountingTransactionTracking.ts} +4 -4
- package/ts/types/Interface/models/IEInvoicingKycAndMandate.ts +1 -0
- package/ts/types/index.ts +3 -1
- package/ts/utils/prestation.ts +14 -2
- package/ts/utils/vat/3517/century25.ts +1 -1
- package/ts/utils/vat/3517/century26.ts +1 -1
- package/dist/api/resources/EstimateInvoiceTracking.d.ts +0 -6
- package/dist/api/resources/EstimateInvoiceTracking.d.ts.map +0 -1
- package/dist/api/resources/EstimateInvoiceTracking.js +0 -7
- package/dist/api/resources/EstimateInvoiceTracking.js.map +0 -1
- package/dist/types/Interface/models/IEstimateInvoiceTracking.d.ts +0 -15
- package/dist/types/Interface/models/IEstimateInvoiceTracking.d.ts.map +0 -1
- package/dist/types/Interface/models/IEstimateInvoiceTracking.js +0 -2
- package/dist/types/Interface/models/IEstimateInvoiceTracking.js.map +0 -1
- package/ts/api/resources/EstimateInvoiceTracking.ts +0 -8
package/dist/types/index.js
CHANGED
|
@@ -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/
|
|
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';
|