simpleloan_api 1.2.29 → 1.2.30

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
@@ -646,6 +646,7 @@ type MortgageFields = {
646
646
  pledge_readiness: string | null;
647
647
  pledge_object: string | null;
648
648
  campaign: string | null;
649
+ check_passports: Record<string, number>;
649
650
  };
650
651
  type Mortgage = MortgageMeta & MortgageFields;
651
652
  type MortgageDictNames = 'ApartmentType' | 'MortgageType' | 'PledgeType' | 'PledgeReadiness' | 'PledgeObject' | 'Campaign' | 'IncomeConfirmationDocument' | 'RealEstateObject' | 'TypeOfProperty';
package/dist/index.d.ts CHANGED
@@ -646,6 +646,7 @@ type MortgageFields = {
646
646
  pledge_readiness: string | null;
647
647
  pledge_object: string | null;
648
648
  campaign: string | null;
649
+ check_passports: Record<string, number>;
649
650
  };
650
651
  type Mortgage = MortgageMeta & MortgageFields;
651
652
  type MortgageDictNames = 'ApartmentType' | 'MortgageType' | 'PledgeType' | 'PledgeReadiness' | 'PledgeObject' | 'Campaign' | 'IncomeConfirmationDocument' | 'RealEstateObject' | 'TypeOfProperty';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpleloan_api",
3
- "version": "1.2.29",
3
+ "version": "1.2.30",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",