@alba-cars/common-modules 2.7.4 → 2.7.6

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.
@@ -127,6 +127,7 @@ export declare const UTIL_ENDPOINTS: {
127
127
  removeS3Media: string;
128
128
  removeVehicleMedia: string;
129
129
  removeByIdentifier: string;
130
+ compressImage: string;
130
131
  };
131
132
  };
132
133
  export declare const AUTH_ENDPOINTS: {
@@ -42,4 +42,5 @@ export declare class Payment extends BaseModel {
42
42
  clientPoBox?: string | null;
43
43
  clientTrn?: string | null;
44
44
  clientEmirate?: string | null;
45
+ clientBusinessName?: string | null;
45
46
  }