simpleloan_api 1.2.57 → 1.2.58

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
@@ -1063,10 +1063,10 @@ type Salespoint = {
1063
1063
  generalapp_required_files: string[] | null;
1064
1064
  mortgage_banks: string[];
1065
1065
  mortgage_point: boolean;
1066
- mortgage_regional_manager: Record<MortgageBankCode, {
1066
+ mortgage_regional_manager: Partial<Record<MortgageBankCode, {
1067
1067
  name: string;
1068
1068
  email: string;
1069
- }[]>;
1069
+ }[]>>;
1070
1070
  disabled_providing_credit_banks: string[] | null;
1071
1071
  directions_ids: number[];
1072
1072
  insurance_products_ids: number[];
package/dist/index.d.ts CHANGED
@@ -1063,10 +1063,10 @@ type Salespoint = {
1063
1063
  generalapp_required_files: string[] | null;
1064
1064
  mortgage_banks: string[];
1065
1065
  mortgage_point: boolean;
1066
- mortgage_regional_manager: Record<MortgageBankCode, {
1066
+ mortgage_regional_manager: Partial<Record<MortgageBankCode, {
1067
1067
  name: string;
1068
1068
  email: string;
1069
- }[]>;
1069
+ }[]>>;
1070
1070
  disabled_providing_credit_banks: string[] | null;
1071
1071
  directions_ids: number[];
1072
1072
  insurance_products_ids: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpleloan_api",
3
- "version": "1.2.57",
3
+ "version": "1.2.58",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",