@topconsultnpm/sdk-ts 6.20.0-dev2.5 → 6.20.0-dev2.6

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.
@@ -2744,6 +2744,10 @@ export declare class HomePageTasks extends HomePageData {
2744
2744
  startFromTaskID?: number;
2745
2745
  count?: number;
2746
2746
  newTasks?: TaskDescriptor[] | undefined;
2747
+ queryTaskIDs?: number[] | undefined;
2748
+ queryTaskStates?: {
2749
+ [key: string]: Task_States;
2750
+ } | undefined;
2747
2751
  init(_data?: any): void;
2748
2752
  static fromJS(data: any): HomePageTasks;
2749
2753
  toJSON(data?: any): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdk-ts",
3
- "version": "6.20.0-dev2.5",
3
+ "version": "6.20.0-dev2.6",
4
4
  "description": "TopMedia SDK typescript",
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/types/index.d.ts",