@experts_hub/shared 1.0.423 → 1.0.424
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
|
@@ -1051,6 +1051,7 @@ __decorateClass([
|
|
|
1051
1051
|
|
|
1052
1052
|
// src/modules/user/client-profile/pattern/pattern.ts
|
|
1053
1053
|
var CLIENT_PROFILE_PATTERN = {
|
|
1054
|
+
fetchClientProfileQuestions: "fetch.client.profile.questions",
|
|
1054
1055
|
fetchClientProfile: "fetch.client.profile",
|
|
1055
1056
|
fetchClientPublicProfile: "fetch.client.public.profile",
|
|
1056
1057
|
updateClientProfile: "update.client.profile",
|
package/dist/index.mjs
CHANGED
|
@@ -825,6 +825,7 @@ __decorateClass([
|
|
|
825
825
|
|
|
826
826
|
// src/modules/user/client-profile/pattern/pattern.ts
|
|
827
827
|
var CLIENT_PROFILE_PATTERN = {
|
|
828
|
+
fetchClientProfileQuestions: "fetch.client.profile.questions",
|
|
828
829
|
fetchClientProfile: "fetch.client.profile",
|
|
829
830
|
fetchClientPublicProfile: "fetch.client.public.profile",
|
|
830
831
|
updateClientProfile: "update.client.profile",
|