@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/modules/onboarding/pattern/pattern.d.ts +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
71
|
+
changeFreelancerPassword: "change.freelancer.password"
|
|
72
72
|
};
|
|
73
73
|
|
|
74
74
|
// src/modules/onboarding/dto/freelancer-create-account.dto.ts
|