@platform-modules/foreign-ministry 1.3.126 → 1.3.127

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.
@@ -56,7 +56,7 @@ export declare class ProfileUpdateRequests extends BaseModel {
56
56
  phone_number: string | null;
57
57
  fax_number: string | null;
58
58
  email: string | null;
59
- email_address_personal: string | null;
59
+ personal_email: string | null;
60
60
  sheikh_name: string | null;
61
61
  photo: string | null;
62
62
  job_title: string | null;
@@ -219,7 +219,7 @@ __decorate([
219
219
  __decorate([
220
220
  (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
221
221
  __metadata("design:type", Object)
222
- ], ProfileUpdateRequests.prototype, "email_address_personal", void 0);
222
+ ], ProfileUpdateRequests.prototype, "personal_email", void 0);
223
223
  __decorate([
224
224
  (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
225
225
  __metadata("design:type", Object)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platform-modules/foreign-ministry",
3
- "version": "1.3.126",
3
+ "version": "1.3.127",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
@@ -165,7 +165,7 @@ export class ProfileUpdateRequests extends BaseModel {
165
165
  email: string | null;
166
166
 
167
167
  @Column({ type: 'varchar', length: 255, nullable: true })
168
- email_address_personal: string | null; // Email Address (Personal)
168
+ personal_email: string | null;
169
169
 
170
170
  // Additional Personal Information
171
171
  @Column({ type: 'varchar', length: 255, nullable: true })