@experts_hub/shared 1.0.246 → 1.0.247
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
|
@@ -286,6 +286,7 @@ interface IAttachPermissionsToSubAdminResponse {
|
|
|
286
286
|
|
|
287
287
|
declare const CLIENT_PROFILE_PATTERN: {
|
|
288
288
|
fetchClientProfile: string;
|
|
289
|
+
fetchClientPublicProfile: string;
|
|
289
290
|
updateClientProfile: string;
|
|
290
291
|
updateClientLogo: string;
|
|
291
292
|
changeClientPassword: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -286,6 +286,7 @@ interface IAttachPermissionsToSubAdminResponse {
|
|
|
286
286
|
|
|
287
287
|
declare const CLIENT_PROFILE_PATTERN: {
|
|
288
288
|
fetchClientProfile: string;
|
|
289
|
+
fetchClientPublicProfile: string;
|
|
289
290
|
updateClientProfile: string;
|
|
290
291
|
updateClientLogo: string;
|
|
291
292
|
changeClientPassword: string;
|
package/dist/index.js
CHANGED
|
@@ -762,6 +762,7 @@ __decorateClass([
|
|
|
762
762
|
// src/modules/user/client-profile/pattern/pattern.ts
|
|
763
763
|
var CLIENT_PROFILE_PATTERN = {
|
|
764
764
|
fetchClientProfile: "fetch.client.profile",
|
|
765
|
+
fetchClientPublicProfile: "fetch.client.public.profile",
|
|
765
766
|
updateClientProfile: "update.client.profile",
|
|
766
767
|
updateClientLogo: "update.client.logo",
|
|
767
768
|
changeClientPassword: "change.client.password",
|
package/dist/index.mjs
CHANGED
|
@@ -602,6 +602,7 @@ __decorateClass([
|
|
|
602
602
|
// src/modules/user/client-profile/pattern/pattern.ts
|
|
603
603
|
var CLIENT_PROFILE_PATTERN = {
|
|
604
604
|
fetchClientProfile: "fetch.client.profile",
|
|
605
|
+
fetchClientPublicProfile: "fetch.client.public.profile",
|
|
605
606
|
updateClientProfile: "update.client.profile",
|
|
606
607
|
updateClientLogo: "update.client.logo",
|
|
607
608
|
changeClientPassword: "change.client.password",
|