@experts_hub/shared 1.0.200 → 1.0.202

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.
@@ -0,0 +1 @@
1
+ export * from './pattern/pattern';
@@ -0,0 +1,9 @@
1
+ export declare const COUNTRY_PATTERN: {
2
+ fetchCountryDropdown: string;
3
+ };
4
+ export declare const STATE_PATTERN: {
5
+ fetchStateDropdown: string;
6
+ };
7
+ export declare const CITY_PATTERN: {
8
+ fetchCityDropdown: string;
9
+ };
@@ -24,3 +24,4 @@ export * from './client-admin';
24
24
  export * from './user/freelancer-declaration';
25
25
  export * from './cms';
26
26
  export * from './client-admin';
27
+ export * from './geographic';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.200",
3
+ "version": "1.0.202",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",