@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
@@ -328,6 +328,7 @@ interface IAttachPermissionsToSubAdminResponse {
328
328
  }
329
329
 
330
330
  declare const CLIENT_PROFILE_PATTERN: {
331
+ fetchClientProfileQuestions: string;
331
332
  fetchClientProfile: string;
332
333
  fetchClientPublicProfile: string;
333
334
  updateClientProfile: string;
package/dist/index.d.ts CHANGED
@@ -328,6 +328,7 @@ interface IAttachPermissionsToSubAdminResponse {
328
328
  }
329
329
 
330
330
  declare const CLIENT_PROFILE_PATTERN: {
331
+ fetchClientProfileQuestions: string;
331
332
  fetchClientProfile: string;
332
333
  fetchClientPublicProfile: string;
333
334
  updateClientProfile: string;
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",
@@ -1,4 +1,5 @@
1
1
  export declare const CLIENT_PROFILE_PATTERN: {
2
+ fetchClientProfileQuestions: string;
2
3
  fetchClientProfile: string;
3
4
  fetchClientPublicProfile: string;
4
5
  updateClientProfile: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.423",
3
+ "version": "1.0.424",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",