@silexpert/core 1.1.365 → 1.1.367
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/cjs/api/resources/Card.d.ts +8 -3
- package/dist/cjs/api/resources/Card.d.ts.map +1 -1
- package/dist/cjs/api/resources/Card.js +10 -1
- package/dist/cjs/api/resources/Card.js.map +1 -1
- package/dist/cjs/types/Enum/AutomaticRegistration.d.ts +5 -0
- package/dist/cjs/types/Enum/AutomaticRegistration.d.ts.map +1 -0
- package/dist/cjs/types/Enum/AutomaticRegistration.js +9 -0
- package/dist/cjs/types/Enum/AutomaticRegistration.js.map +1 -0
- package/dist/cjs/types/Enum/BalanceSheet.d.ts +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.js +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/cjs/types/Enum/Card.d.ts +1 -1
- package/dist/cjs/types/Enum/Card.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Card.js.map +1 -1
- package/dist/cjs/types/Enum/Consistency.js +2 -2
- package/dist/cjs/types/Enum/Consistency.js.map +1 -1
- package/dist/cjs/types/Enum/PaymentReason.d.ts +2 -1
- package/dist/cjs/types/Enum/PaymentReason.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PaymentReason.js +5 -0
- package/dist/cjs/types/Enum/PaymentReason.js.map +1 -1
- package/dist/cjs/types/Enum/ReasonTerminationType.d.ts +6 -1
- package/dist/cjs/types/Enum/ReasonTerminationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ReasonTerminationType.js +40 -0
- package/dist/cjs/types/Enum/ReasonTerminationType.js.map +1 -1
- package/dist/cjs/types/Enum/RefundReason.d.ts +17 -3
- package/dist/cjs/types/Enum/RefundReason.d.ts.map +1 -1
- package/dist/cjs/types/Enum/RefundReason.js +17 -2
- package/dist/cjs/types/Enum/RefundReason.js.map +1 -1
- package/dist/cjs/types/Enum/StockType.d.ts +1 -0
- package/dist/cjs/types/Enum/StockType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/StockType.js +1 -0
- package/dist/cjs/types/Enum/StockType.js.map +1 -1
- package/dist/cjs/types/Enum/TerminationList.d.ts +12 -1
- package/dist/cjs/types/Enum/TerminationList.d.ts.map +1 -1
- package/dist/cjs/types/Enum/TerminationList.js +31 -1
- package/dist/cjs/types/Enum/TerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +2 -1
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +1 -0
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/card/ModifyPlanning.d.ts +13 -0
- package/dist/cjs/types/Interface/api/card/ModifyPlanning.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/card/ModifyPlanning.js +61 -0
- package/dist/cjs/types/Interface/api/card/ModifyPlanning.js.map +1 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCards.d.ts +8 -3
- package/dist/cjs/types/Interface/api/card/QueryUserCards.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCards.js +23 -3
- package/dist/cjs/types/Interface/api/card/QueryUserCards.js.map +1 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.d.ts +2 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.js +8 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.js.map +1 -1
- package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts +2 -0
- package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js +12 -0
- package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/DeclareRegistration.d.ts +6 -1
- package/dist/cjs/types/Interface/api/registration/DeclareRegistration.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/registration/DeclareRegistration.js +23 -1
- package/dist/cjs/types/Interface/api/registration/DeclareRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.d.ts +5 -2
- package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.js +26 -4
- package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/DestroyTerminationList.d.ts +2 -1
- package/dist/cjs/types/Interface/api/terminationList/DestroyTerminationList.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/DestroyTerminationList.js +8 -1
- package/dist/cjs/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/models/IAutomaticRegistration.d.ts +14 -0
- package/dist/cjs/types/Interface/models/IAutomaticRegistration.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IAutomaticRegistration.js +3 -0
- package/dist/cjs/types/Interface/models/IAutomaticRegistration.js.map +1 -0
- package/dist/cjs/types/Interface/models/ICard.d.ts +4 -1
- package/dist/cjs/types/Interface/models/ICard.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ICard.js.map +1 -1
- package/dist/cjs/types/Interface/models/ICardHistory.d.ts +4 -1
- package/dist/cjs/types/Interface/models/ICardHistory.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ICardHistory.js.map +1 -1
- package/dist/cjs/types/Interface/models/IRefund.d.ts +1 -3
- package/dist/cjs/types/Interface/models/IRefund.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IRefund.js.map +1 -1
- package/dist/cjs/types/Interface/models/IRefundMotif.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IRefundMotif.js.map +1 -1
- package/dist/cjs/types/Interface/models/ITerminationList.d.ts +3 -3
- package/dist/cjs/types/Interface/models/ITerminationList.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ITerminationList.js.map +1 -1
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +2 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/Card.d.ts +8 -3
- package/dist/mjs/api/resources/Card.d.ts.map +1 -1
- package/dist/mjs/api/resources/Card.js +10 -1
- package/dist/mjs/api/resources/Card.js.map +1 -1
- package/dist/mjs/types/Enum/AutomaticRegistration.d.ts +5 -0
- package/dist/mjs/types/Enum/AutomaticRegistration.d.ts.map +1 -0
- package/dist/mjs/types/Enum/AutomaticRegistration.js +6 -0
- package/dist/mjs/types/Enum/AutomaticRegistration.js.map +1 -0
- package/dist/mjs/types/Enum/BalanceSheet.d.ts +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.js +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/mjs/types/Enum/Card.d.ts +1 -1
- package/dist/mjs/types/Enum/Card.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Card.js.map +1 -1
- package/dist/mjs/types/Enum/Consistency.js +2 -2
- package/dist/mjs/types/Enum/Consistency.js.map +1 -1
- package/dist/mjs/types/Enum/PaymentReason.d.ts +2 -1
- package/dist/mjs/types/Enum/PaymentReason.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PaymentReason.js +5 -0
- package/dist/mjs/types/Enum/PaymentReason.js.map +1 -1
- package/dist/mjs/types/Enum/ReasonTerminationType.d.ts +6 -1
- package/dist/mjs/types/Enum/ReasonTerminationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ReasonTerminationType.js +40 -0
- package/dist/mjs/types/Enum/ReasonTerminationType.js.map +1 -1
- package/dist/mjs/types/Enum/RefundReason.d.ts +17 -3
- package/dist/mjs/types/Enum/RefundReason.d.ts.map +1 -1
- package/dist/mjs/types/Enum/RefundReason.js +17 -2
- package/dist/mjs/types/Enum/RefundReason.js.map +1 -1
- package/dist/mjs/types/Enum/StockType.d.ts +1 -0
- package/dist/mjs/types/Enum/StockType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/StockType.js +1 -0
- package/dist/mjs/types/Enum/StockType.js.map +1 -1
- package/dist/mjs/types/Enum/TerminationList.d.ts +12 -1
- package/dist/mjs/types/Enum/TerminationList.d.ts.map +1 -1
- package/dist/mjs/types/Enum/TerminationList.js +30 -0
- package/dist/mjs/types/Enum/TerminationList.js.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +2 -1
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +1 -0
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
- package/dist/mjs/types/Interface/api/card/ModifyPlanning.d.ts +13 -0
- package/dist/mjs/types/Interface/api/card/ModifyPlanning.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/card/ModifyPlanning.js +64 -0
- package/dist/mjs/types/Interface/api/card/ModifyPlanning.js.map +1 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCards.d.ts +8 -3
- package/dist/mjs/types/Interface/api/card/QueryUserCards.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/card/QueryUserCards.js +25 -5
- package/dist/mjs/types/Interface/api/card/QueryUserCards.js.map +1 -1
- package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.d.ts +2 -1
- package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.js +10 -4
- package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.js.map +1 -1
- package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts +2 -0
- package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js +14 -0
- package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js.map +1 -1
- package/dist/mjs/types/Interface/api/registration/DeclareRegistration.d.ts +6 -1
- package/dist/mjs/types/Interface/api/registration/DeclareRegistration.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/registration/DeclareRegistration.js +25 -1
- package/dist/mjs/types/Interface/api/registration/DeclareRegistration.js.map +1 -1
- package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.d.ts +5 -2
- package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.js +29 -4
- package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.js.map +1 -1
- package/dist/mjs/types/Interface/api/terminationList/DestroyTerminationList.d.ts +2 -1
- package/dist/mjs/types/Interface/api/terminationList/DestroyTerminationList.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/terminationList/DestroyTerminationList.js +9 -1
- package/dist/mjs/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -1
- package/dist/mjs/types/Interface/models/IAutomaticRegistration.d.ts +14 -0
- package/dist/mjs/types/Interface/models/IAutomaticRegistration.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IAutomaticRegistration.js +2 -0
- package/dist/mjs/types/Interface/models/IAutomaticRegistration.js.map +1 -0
- package/dist/mjs/types/Interface/models/ICard.d.ts +4 -1
- package/dist/mjs/types/Interface/models/ICard.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ICard.js.map +1 -1
- package/dist/mjs/types/Interface/models/ICardHistory.d.ts +4 -1
- package/dist/mjs/types/Interface/models/ICardHistory.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ICardHistory.js.map +1 -1
- package/dist/mjs/types/Interface/models/IRefund.d.ts +1 -3
- package/dist/mjs/types/Interface/models/IRefund.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IRefund.js.map +1 -1
- package/dist/mjs/types/Interface/models/IRefundMotif.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IRefundMotif.js.map +1 -1
- package/dist/mjs/types/Interface/models/ITerminationList.d.ts +3 -3
- package/dist/mjs/types/Interface/models/ITerminationList.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ITerminationList.js.map +1 -1
- package/dist/mjs/types/index.d.ts +2 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +2 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Card.ts +15 -4
- package/ts/types/Enum/AutomaticRegistration.ts +4 -0
- package/ts/types/Enum/BalanceSheet.ts +1 -1
- package/ts/types/Enum/Card.ts +1 -1
- package/ts/types/Enum/Consistency.ts +2 -2
- package/ts/types/Enum/PaymentReason.ts +5 -0
- package/ts/types/Enum/ReasonTerminationType.ts +40 -0
- package/ts/types/Enum/RefundReason.ts +17 -2
- package/ts/types/Enum/StockType.ts +1 -0
- package/ts/types/Enum/TerminationList.ts +31 -0
- package/ts/types/Interface/api/balanceSheet/UpdateBalanceSheet.ts +2 -1
- package/ts/types/Interface/api/card/ModifyPlanning.ts +38 -0
- package/ts/types/Interface/api/card/QueryUserCards.ts +27 -8
- package/ts/types/Interface/api/card/QueryUserCardsStats.ts +10 -4
- package/ts/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.ts +10 -0
- package/ts/types/Interface/api/registration/DeclareRegistration.ts +20 -2
- package/ts/types/Interface/api/terminationList/CreateTerminationList.ts +23 -4
- package/ts/types/Interface/api/terminationList/DestroyTerminationList.ts +8 -2
- package/ts/types/Interface/models/IAutomaticRegistration.ts +15 -0
- package/ts/types/Interface/models/ICard.ts +4 -1
- package/ts/types/Interface/models/ICardHistory.ts +4 -1
- package/ts/types/Interface/models/IRefund.ts +1 -3
- package/ts/types/Interface/models/IRefundMotif.ts +1 -0
- package/ts/types/Interface/models/ITerminationList.ts +3 -3
- package/ts/types/index.ts +2 -0
package/ts/types/index.ts
CHANGED
|
@@ -345,6 +345,7 @@ export * from './Form/FormAuthenticate';
|
|
|
345
345
|
export * from './Form/FormConnector';
|
|
346
346
|
|
|
347
347
|
// Enums
|
|
348
|
+
export * from './Enum/AutomaticRegistration';
|
|
348
349
|
export * from './Enum/IntermediateManagementRebate';
|
|
349
350
|
export * from './Enum/Das';
|
|
350
351
|
export * from './Enum/ChangeLog';
|
|
@@ -1048,6 +1049,7 @@ export * from './Interface/api/terminationList/QueryPaginateTerminationList';
|
|
|
1048
1049
|
export * from './Interface/api/card/QueryUserCards';
|
|
1049
1050
|
export * from './Interface/api/card/QueryUserCardsStats';
|
|
1050
1051
|
export * from './Interface/api/card/UpdateCard';
|
|
1052
|
+
export * from './Interface/api/card/ModifyPlanning';
|
|
1051
1053
|
export * from './Interface/api/notion/NotionResponse';
|
|
1052
1054
|
export * from './Interface/api/IntermediateManagementRebate';
|
|
1053
1055
|
export * from './Interface/api/contest/Create';
|