simpleloan_api 1.2.44 → 1.2.45

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/index.d.mts CHANGED
@@ -888,7 +888,7 @@ type Salespoint = {
888
888
  };
889
889
  type SalespointNotificationMode = 'on' | 'off' | 'def_on' | 'def_off';
890
890
  type SalespointInsuranceMode = 'none' | 'our' | 'bank' | 'off' | 'def_off';
891
- type SalespointCreditType = 'loan' | 'installment' | 'all' | 'all_partial' | 'partial_installment';
891
+ type SalespointCreditType = 'loan' | 'installment' | 'all_def_credit' | 'all_def_installment' | 'all_partial_def_credit' | 'all_partial_def_installment';
892
892
  type SalespointAltSumMode = 'on' | 'off' | 'def_on' | 'def_off';
893
893
  type SalespointProvidingCreditMode = 'on' | 'off' | 'def_on' | 'def_off';
894
894
 
package/dist/index.d.ts CHANGED
@@ -888,7 +888,7 @@ type Salespoint = {
888
888
  };
889
889
  type SalespointNotificationMode = 'on' | 'off' | 'def_on' | 'def_off';
890
890
  type SalespointInsuranceMode = 'none' | 'our' | 'bank' | 'off' | 'def_off';
891
- type SalespointCreditType = 'loan' | 'installment' | 'all' | 'all_partial' | 'partial_installment';
891
+ type SalespointCreditType = 'loan' | 'installment' | 'all_def_credit' | 'all_def_installment' | 'all_partial_def_credit' | 'all_partial_def_installment';
892
892
  type SalespointAltSumMode = 'on' | 'off' | 'def_on' | 'def_off';
893
893
  type SalespointProvidingCreditMode = 'on' | 'off' | 'def_on' | 'def_off';
894
894
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpleloan_api",
3
- "version": "1.2.44",
3
+ "version": "1.2.45",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",