@silexpert/core 0.1.0 → 0.1.2
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/README.md +2 -2
- package/es/api/resources/PaymentExpectationCustomer.d.ts +6 -2
- package/es/api/resources/PaymentExpectationCustomer.d.ts.map +1 -1
- package/es/api/resources/PaymentExpectationCustomer.js +14 -0
- package/es/api/resources/PaymentExpectationCustomer.js.map +1 -1
- package/es/types/Enum/AccountingJournal.d.ts +10 -0
- package/es/types/Enum/AccountingJournal.d.ts.map +1 -0
- package/es/types/Enum/AccountingJournal.js +11 -0
- package/es/types/Enum/AccountingJournal.js.map +1 -0
- package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.d.ts +1 -1
- package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.d.ts.map +1 -1
- package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.js.map +1 -1
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts +16 -0
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +3 -0
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts +12 -1
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts.map +1 -1
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +4 -0
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
- package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts +14 -0
- package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts.map +1 -1
- package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +1 -1
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts +27 -0
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +5 -0
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -0
- package/es/types/Interface/models/IAccount.d.ts +11 -11
- package/es/types/Interface/models/IAccount.d.ts.map +1 -1
- package/es/types/Interface/models/IAccount.js.map +1 -1
- package/es/types/Interface/models/IAccountingEntry.d.ts +3 -0
- package/es/types/Interface/models/IAccountingEntry.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingEntry.js.map +1 -1
- package/es/types/Interface/models/IAccountingFile.d.ts +12 -10
- package/es/types/Interface/models/IAccountingFile.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingFile.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +12 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +13 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IFile.d.ts +6 -6
- package/es/types/Interface/models/IFile.d.ts.map +1 -1
- package/es/types/Interface/models/IFile.js.map +1 -1
- package/es/types/Interface/models/ISocietyConfig.d.ts +10 -8
- package/es/types/Interface/models/ISocietyConfig.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyConfig.js.map +1 -1
- package/es/types/Interface/models/IThirdParty.d.ts +23 -23
- package/es/types/Interface/models/IThirdParty.d.ts.map +1 -1
- package/es/types/Interface/models/IThirdParty.js.map +1 -1
- package/es/types/index.d.ts +3 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +3 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/PaymentExpectationCustomer.js +18 -0
- package/js/api/resources/PaymentExpectationCustomer.js.map +1 -1
- package/js/types/Enum/AccountingJournal.js +17 -0
- package/js/types/Enum/AccountingJournal.js.map +1 -0
- package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +10 -0
- package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -0
- package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +8 -0
- package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
- package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +14 -0
- package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +14 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +36 -0
- package/js/types/index.js.map +1 -1
- package/package.json +24 -24
- package/ts/api/resources/PaymentExpectationCustomer.ts +16 -2
- package/ts/types/Enum/AccountingJournal.ts +9 -0
- package/ts/types/Interface/api/accountingEntry/CreateAccountingEntry.ts +1 -1
- package/ts/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.ts +18 -0
- package/ts/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.ts +23 -1
- package/ts/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.ts +15 -0
- package/ts/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.ts +32 -0
- package/ts/types/Interface/models/IAccount.ts +11 -11
- package/ts/types/Interface/models/IAccountingEntry.ts +3 -0
- package/ts/types/Interface/models/IAccountingFile.ts +12 -10
- package/ts/types/Interface/models/IApiError.ts +16 -1
- package/ts/types/Interface/models/IFile.ts +6 -6
- package/ts/types/Interface/models/ISocietyConfig.ts +12 -8
- package/ts/types/Interface/models/IThirdParty.ts +23 -23
- package/ts/types/index.ts +3 -0
- package/yarn-error.log +5882 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.