@experts_hub/shared 1.0.76 → 1.0.77

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
@@ -36,6 +36,7 @@ declare const ONBOARDING_PATTERN: {
36
36
  handleFreelancerWorkShowcase: string;
37
37
  handleClientAccountCreation: string;
38
38
  handleClientProfileQuestion: string;
39
+ chaageFreelancerPassword: string;
39
40
  };
40
41
 
41
42
  declare class FreelancerCreateAccountDto {
package/dist/index.d.ts CHANGED
@@ -36,6 +36,7 @@ declare const ONBOARDING_PATTERN: {
36
36
  handleFreelancerWorkShowcase: string;
37
37
  handleClientAccountCreation: string;
38
38
  handleClientProfileQuestion: string;
39
+ chaageFreelancerPassword: string;
39
40
  };
40
41
 
41
42
  declare class FreelancerCreateAccountDto {
package/dist/index.js CHANGED
@@ -131,7 +131,8 @@ var ONBOARDING_PATTERN = {
131
131
  handleFreelancerProfileQuestion: "handle.freelancer.profile.question",
132
132
  handleFreelancerWorkShowcase: "handle.freelancer.work.showcase",
133
133
  handleClientAccountCreation: "handle.client.account.creation",
134
- handleClientProfileQuestion: "handle.client.profile.question"
134
+ handleClientProfileQuestion: "handle.client.profile.question",
135
+ chaageFreelancerPassword: "change.freelancer.password"
135
136
  };
136
137
 
137
138
  // src/modules/onboarding/dto/freelancer-create-account.dto.ts
package/dist/index.mjs CHANGED
@@ -67,7 +67,8 @@ var ONBOARDING_PATTERN = {
67
67
  handleFreelancerProfileQuestion: "handle.freelancer.profile.question",
68
68
  handleFreelancerWorkShowcase: "handle.freelancer.work.showcase",
69
69
  handleClientAccountCreation: "handle.client.account.creation",
70
- handleClientProfileQuestion: "handle.client.profile.question"
70
+ handleClientProfileQuestion: "handle.client.profile.question",
71
+ chaageFreelancerPassword: "change.freelancer.password"
71
72
  };
72
73
 
73
74
  // src/modules/onboarding/dto/freelancer-create-account.dto.ts
@@ -6,4 +6,5 @@ export declare const ONBOARDING_PATTERN: {
6
6
  handleFreelancerWorkShowcase: string;
7
7
  handleClientAccountCreation: string;
8
8
  handleClientProfileQuestion: string;
9
+ chaageFreelancerPassword: string;
9
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.76",
3
+ "version": "1.0.77",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",