@experts_hub/shared 1.0.44 → 1.0.45

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
@@ -170,6 +170,7 @@ interface IFetchQuestionQuery {
170
170
  right: string;
171
171
  sortColumn?: string;
172
172
  sortBy?: string;
173
+ type?: string;
173
174
  }
174
175
  interface IFetchQuestionResponse {
175
176
  statusCode: number;
package/dist/index.d.ts CHANGED
@@ -170,6 +170,7 @@ interface IFetchQuestionQuery {
170
170
  right: string;
171
171
  sortColumn?: string;
172
172
  sortBy?: string;
173
+ type?: string;
173
174
  }
174
175
  interface IFetchQuestionResponse {
175
176
  statusCode: number;
@@ -6,6 +6,7 @@ export interface IFetchQuestionQuery {
6
6
  right: string;
7
7
  sortColumn?: string;
8
8
  sortBy?: string;
9
+ type?: string;
9
10
  }
10
11
  export interface IFetchQuestionResponse {
11
12
  statusCode: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",