@silexpert/core 0.4.26 → 0.4.28
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/es/api/resources/Immobilization.d.ts +6 -1
- package/es/api/resources/Immobilization.d.ts.map +1 -1
- package/es/api/resources/Immobilization.js +6 -0
- package/es/api/resources/Immobilization.js.map +1 -1
- package/es/api/resources/PromoCode.d.ts +9 -0
- package/es/api/resources/PromoCode.d.ts.map +1 -0
- package/es/api/resources/PromoCode.js +16 -0
- package/es/api/resources/PromoCode.js.map +1 -0
- package/es/api/resources/Society.d.ts +3 -1
- package/es/api/resources/Society.d.ts.map +1 -1
- package/es/api/resources/Society.js +6 -0
- package/es/api/resources/Society.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Activity.d.ts +7 -0
- package/es/types/Enum/Activity.d.ts.map +1 -0
- package/es/types/Enum/Activity.js +8 -0
- package/es/types/Enum/Activity.js.map +1 -0
- package/es/types/Enum/CerfaType.d.ts +15 -0
- package/es/types/Enum/CerfaType.d.ts.map +1 -0
- package/es/types/Enum/CerfaType.js +15 -0
- package/es/types/Enum/CerfaType.js.map +1 -0
- package/es/types/Enum/FiscalRegime.d.ts +6 -0
- package/es/types/Enum/FiscalRegime.d.ts.map +1 -0
- package/es/types/Enum/FiscalRegime.js +7 -0
- package/es/types/Enum/FiscalRegime.js.map +1 -0
- package/es/types/Enum/GlobalRegime.d.ts +30 -0
- package/es/types/Enum/GlobalRegime.d.ts.map +1 -0
- package/es/types/Enum/GlobalRegime.js +412 -0
- package/es/types/Enum/GlobalRegime.js.map +1 -0
- package/es/types/Enum/ImmobilizationType.d.ts +50 -0
- package/es/types/Enum/ImmobilizationType.d.ts.map +1 -1
- package/es/types/Enum/ImmobilizationType.js +51 -0
- package/es/types/Enum/ImmobilizationType.js.map +1 -1
- package/es/types/Enum/ProfitsType.d.ts +5 -0
- package/es/types/Enum/ProfitsType.d.ts.map +1 -0
- package/es/types/Enum/ProfitsType.js +6 -0
- package/es/types/Enum/ProfitsType.js.map +1 -0
- package/es/types/Enum/StockType.d.ts +57 -0
- package/es/types/Enum/StockType.d.ts.map +1 -0
- package/es/types/Enum/StockType.js +57 -0
- package/es/types/Enum/StockType.js.map +1 -0
- package/es/types/Enum/TaxSystem.d.ts +6 -0
- package/es/types/Enum/TaxSystem.d.ts.map +1 -0
- package/es/types/Enum/TaxSystem.js +7 -0
- package/es/types/Enum/TaxSystem.js.map +1 -0
- package/es/types/Enum/TypeBankConnection.d.ts +6 -0
- package/es/types/Enum/TypeBankConnection.d.ts.map +1 -0
- package/es/types/Enum/TypeBankConnection.js +7 -0
- package/es/types/Enum/TypeBankConnection.js.map +1 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts +5 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts.map +1 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +22 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
- package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts +20 -0
- package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts.map +1 -0
- package/es/types/Interface/api/immobilization/CreateImmobilization.js +72 -0
- package/es/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -0
- package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts +1 -0
- package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts.map +1 -1
- package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.js.map +1 -1
- package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts +12 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts.map +1 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.js +49 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts +12 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts.map +1 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.js +49 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts +3 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.js +12 -0
- package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +4 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +4 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBankConnection.d.ts +1 -0
- package/es/types/Interface/models/IBankConnection.d.ts.map +1 -1
- package/es/types/Interface/models/IBankConnection.js.map +1 -1
- package/es/types/Interface/models/ICustomerTva.d.ts +2 -0
- package/es/types/Interface/models/ICustomerTva.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerTva.js.map +1 -1
- package/es/types/Interface/models/IExerciceComment.d.ts +13 -0
- package/es/types/Interface/models/IExerciceComment.d.ts.map +1 -0
- package/es/types/Interface/models/IExerciceComment.js +2 -0
- package/es/types/Interface/models/IExerciceComment.js.map +1 -0
- package/es/types/Interface/models/IExerciceDetail.d.ts +2 -0
- package/es/types/Interface/models/IExerciceDetail.d.ts.map +1 -1
- package/es/types/Interface/models/IExerciceDetail.js.map +1 -1
- package/es/types/Interface/models/IImmobilization.d.ts +7 -0
- package/es/types/Interface/models/IImmobilization.d.ts.map +1 -1
- package/es/types/Interface/models/IImmobilization.js.map +1 -1
- package/es/types/Interface/models/IPromoCode.d.ts +15 -0
- package/es/types/Interface/models/IPromoCode.d.ts.map +1 -0
- package/es/types/Interface/models/IPromoCode.js +2 -0
- package/es/types/Interface/models/IPromoCode.js.map +1 -0
- package/es/types/Interface/models/IRefund.d.ts +3 -3
- package/es/types/Interface/models/IRefund.d.ts.map +1 -1
- package/es/types/Interface/models/IRefund.js.map +1 -1
- package/es/types/Interface/models/ISocietyDetail.d.ts +5 -1
- package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
- package/es/types/Interface/models/IUser.d.ts +1 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/index.d.ts +12 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +12 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Immobilization.js +8 -0
- package/js/api/resources/Immobilization.js.map +1 -1
- package/js/api/resources/PromoCode.js +30 -0
- package/js/api/resources/PromoCode.js.map +1 -0
- package/js/api/resources/Society.js +8 -0
- package/js/api/resources/Society.js.map +1 -1
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Activity.js +14 -0
- package/js/types/Enum/Activity.js.map +1 -0
- package/js/types/Enum/CerfaType.js +20 -0
- package/js/types/Enum/CerfaType.js.map +1 -0
- package/js/types/Enum/FiscalRegime.js +13 -0
- package/js/types/Enum/FiscalRegime.js.map +1 -0
- package/js/types/Enum/GlobalRegime.js +376 -0
- package/js/types/Enum/GlobalRegime.js.map +1 -0
- package/js/types/Enum/ImmobilizationType.js +91 -36
- package/js/types/Enum/ImmobilizationType.js.map +1 -1
- package/js/types/Enum/ProfitsType.js +12 -0
- package/js/types/Enum/ProfitsType.js.map +1 -0
- package/js/types/Enum/StockType.js +62 -0
- package/js/types/Enum/StockType.js.map +1 -0
- package/js/types/Enum/TaxSystem.js +13 -0
- package/js/types/Enum/TaxSystem.js.map +1 -0
- package/js/types/Enum/TypeBankConnection.js +13 -0
- package/js/types/Enum/TypeBankConnection.js.map +1 -0
- package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +31 -0
- package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
- package/js/types/Interface/api/immobilization/CreateImmobilization.js +63 -0
- package/js/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -0
- package/js/types/Interface/api/promoCode/CreatePromoCode.js +43 -0
- package/js/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
- package/js/types/Interface/api/promoCode/UpdatePromoCode.js +43 -0
- package/js/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
- package/js/types/Interface/api/society/UpdateSociety.js +6 -0
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +5 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IExerciceComment.js +6 -0
- package/js/types/Interface/models/IExerciceComment.js.map +1 -0
- package/js/types/Interface/models/IPromoCode.js +6 -0
- package/js/types/Interface/models/IPromoCode.js.map +1 -0
- package/js/types/index.js +144 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Immobilization.ts +9 -1
- package/ts/api/resources/PromoCode.ts +20 -0
- package/ts/api/resources/Society.ts +7 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/Activity.ts +6 -0
- package/ts/types/Enum/CerfaType.ts +14 -0
- package/ts/types/Enum/FiscalRegime.ts +5 -0
- package/ts/types/Enum/GlobalRegime.ts +441 -0
- package/ts/types/Enum/ImmobilizationType.ts +52 -0
- package/ts/types/Enum/ProfitsType.ts +4 -0
- package/ts/types/Enum/StockType.ts +56 -0
- package/ts/types/Enum/TaxSystem.ts +5 -0
- package/ts/types/Enum/TypeBankConnection.ts +5 -0
- package/ts/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.ts +10 -0
- package/ts/types/Interface/api/immobilization/CreateImmobilization.ts +48 -0
- package/ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts +1 -0
- package/ts/types/Interface/api/promoCode/CreatePromoCode.ts +30 -0
- package/ts/types/Interface/api/promoCode/UpdatePromoCode.ts +30 -0
- package/ts/types/Interface/api/society/UpdateSociety.ts +9 -0
- package/ts/types/Interface/models/IApiError.ts +4 -0
- package/ts/types/Interface/models/IBankConnection.ts +1 -0
- package/ts/types/Interface/models/ICustomerTva.ts +2 -0
- package/ts/types/Interface/models/IExerciceComment.ts +16 -0
- package/ts/types/Interface/models/IExerciceDetail.ts +2 -0
- package/ts/types/Interface/models/IImmobilization.ts +7 -0
- package/ts/types/Interface/models/IPromoCode.ts +14 -0
- package/ts/types/Interface/models/IRefund.ts +3 -3
- package/ts/types/Interface/models/ISocietyDetail.ts +5 -1
- package/ts/types/Interface/models/IUser.ts +1 -0
- package/ts/types/index.ts +12 -0
package/ts/types/index.ts
CHANGED
|
@@ -71,6 +71,7 @@ export * from './Interface/models/IEngagementOcrExtraction';
|
|
|
71
71
|
export * from './Interface/models/IEstimateInvoiceRepeat';
|
|
72
72
|
export * from './Interface/models/IEstimateInvoice';
|
|
73
73
|
export * from './Interface/models/IExerciceDetail';
|
|
74
|
+
export * from './Interface/models/IExerciceComment';
|
|
74
75
|
export * from './Interface/models/IExercice';
|
|
75
76
|
export * from './Interface/models/IExercicePrestation';
|
|
76
77
|
export * from './Interface/models/IFailedLoginAttempt';
|
|
@@ -274,6 +275,7 @@ export * from './Interface/models/IField';
|
|
|
274
275
|
export * from './Interface/models/IFecFile';
|
|
275
276
|
export * from './Interface/models/ISuggestion';
|
|
276
277
|
export * from './Interface/models/ISalariesFile';
|
|
278
|
+
export * from './Interface/models/IPromoCode';
|
|
277
279
|
|
|
278
280
|
// Forms
|
|
279
281
|
export * from './Form/FormAuthenticate';
|
|
@@ -313,12 +315,19 @@ export * from './Enum/DefaultPermissions';
|
|
|
313
315
|
export * from './Enum/SponsorshipState';
|
|
314
316
|
export * from './Enum/Ged';
|
|
315
317
|
export * from './Enum/SendInBlueList';
|
|
318
|
+
export * from './Enum/TypeBankConnection';
|
|
319
|
+
export * from './Enum/GlobalRegime';
|
|
320
|
+
export * from './Enum/TaxSystem';
|
|
321
|
+
export * from './Enum/FiscalRegime';
|
|
322
|
+
export * from './Enum/Activity';
|
|
323
|
+
export * from './Enum/CerfaType';
|
|
316
324
|
|
|
317
325
|
// Interfaces API
|
|
318
326
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
319
327
|
export * from './Interface/api/simulation/CreateSimulation';
|
|
320
328
|
export * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';
|
|
321
329
|
export * from './Interface/api/immobilization/ReadFormattedImmobilization';
|
|
330
|
+
export * from './Interface/api/immobilization/CreateImmobilization';
|
|
322
331
|
export * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';
|
|
323
332
|
export * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';
|
|
324
333
|
export * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';
|
|
@@ -384,3 +393,6 @@ export * from './Interface/api/shine/GetConnect';
|
|
|
384
393
|
export * from './Interface/api/shine/CreateShineAccount';
|
|
385
394
|
export * from './Interface/api/shine/CreateShineTransactions';
|
|
386
395
|
export * from './Interface/api/shine/ConnectResponse';
|
|
396
|
+
export * from './Interface/api/promoCode/UpdatePromoCode';
|
|
397
|
+
export * from './Interface/api/promoCode/CreatePromoCode';
|
|
398
|
+
export * from './Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount';
|