@experts_hub/shared 1.0.251 → 1.0.252

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
@@ -1796,6 +1796,7 @@ interface IFetchCmsQuery {
1796
1796
 
1797
1797
  declare const COUNTRY_PATTERN: {
1798
1798
  fetchCountryDropdown: string;
1799
+ fetchCountryPhoneCodeDropdown: string;
1799
1800
  };
1800
1801
  declare const STATE_PATTERN: {
1801
1802
  fetchStateDropdown: string;
package/dist/index.d.ts CHANGED
@@ -1796,6 +1796,7 @@ interface IFetchCmsQuery {
1796
1796
 
1797
1797
  declare const COUNTRY_PATTERN: {
1798
1798
  fetchCountryDropdown: string;
1799
+ fetchCountryPhoneCodeDropdown: string;
1799
1800
  };
1800
1801
  declare const STATE_PATTERN: {
1801
1802
  fetchStateDropdown: string;
package/dist/index.js CHANGED
@@ -4010,7 +4010,8 @@ __decorateClass([
4010
4010
 
4011
4011
  // src/modules/geographic/pattern/pattern.ts
4012
4012
  var COUNTRY_PATTERN = {
4013
- fetchCountryDropdown: "fetch.country.dropdown"
4013
+ fetchCountryDropdown: "fetch.country.dropdown",
4014
+ fetchCountryPhoneCodeDropdown: "fetch.country.phone.code.dropdown"
4014
4015
  };
4015
4016
  var STATE_PATTERN = {
4016
4017
  fetchStateDropdown: "fetch.state.dropdown"
package/dist/index.mjs CHANGED
@@ -4135,7 +4135,8 @@ __decorateClass([
4135
4135
 
4136
4136
  // src/modules/geographic/pattern/pattern.ts
4137
4137
  var COUNTRY_PATTERN = {
4138
- fetchCountryDropdown: "fetch.country.dropdown"
4138
+ fetchCountryDropdown: "fetch.country.dropdown",
4139
+ fetchCountryPhoneCodeDropdown: "fetch.country.phone.code.dropdown"
4139
4140
  };
4140
4141
  var STATE_PATTERN = {
4141
4142
  fetchStateDropdown: "fetch.state.dropdown"
@@ -1,5 +1,6 @@
1
1
  export declare const COUNTRY_PATTERN: {
2
2
  fetchCountryDropdown: string;
3
+ fetchCountryPhoneCodeDropdown: string;
3
4
  };
4
5
  export declare const STATE_PATTERN: {
5
6
  fetchStateDropdown: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.251",
3
+ "version": "1.0.252",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",