@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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/dist/modules/onboarding/pattern/pattern.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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
|