@experts_hub/shared 1.0.47 → 1.0.49
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
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -103,7 +103,8 @@ var OTP_PATTERN = {
|
|
|
103
103
|
|
|
104
104
|
// src/modules/onboarding/pattern/pattern.ts
|
|
105
105
|
var ONBOARDING_PATTERN = {
|
|
106
|
-
handleFreelancerAccountCreation: "handle.freelancer.account.creation"
|
|
106
|
+
handleFreelancerAccountCreation: "handle.freelancer.account.creation",
|
|
107
|
+
handleClientAccountCreation: "handle.client.account.creation"
|
|
107
108
|
};
|
|
108
109
|
|
|
109
110
|
// src/modules/resume-parser/pattern/pattern.ts
|
package/dist/index.mjs
CHANGED
|
@@ -61,7 +61,8 @@ var OTP_PATTERN = {
|
|
|
61
61
|
|
|
62
62
|
// src/modules/onboarding/pattern/pattern.ts
|
|
63
63
|
var ONBOARDING_PATTERN = {
|
|
64
|
-
handleFreelancerAccountCreation: "handle.freelancer.account.creation"
|
|
64
|
+
handleFreelancerAccountCreation: "handle.freelancer.account.creation",
|
|
65
|
+
handleClientAccountCreation: "handle.client.account.creation"
|
|
65
66
|
};
|
|
66
67
|
|
|
67
68
|
// src/modules/resume-parser/pattern/pattern.ts
|