@experts_hub/shared 1.0.77 → 1.0.78

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