@experts_hub/shared 1.0.180 → 1.0.182

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.
@@ -1,4 +1,5 @@
1
1
  export declare const CLIENT_ADMIN_PATTERNS: {
2
2
  fetchAdminClients: string;
3
3
  exportAdminClients: string;
4
+ fetchClientCount: string;
4
5
  };
@@ -1,4 +1,5 @@
1
1
  export declare const FREELANCER_ADMIN_PATTERNS: {
2
2
  fetchAdminFreelancers: string;
3
3
  exportAdminFreelancers: string;
4
+ fetchFreelancerCount: string;
4
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.180",
3
+ "version": "1.0.182",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",