@hapl/api-queries 0.2.45 → 0.2.46

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.
@@ -137,4 +137,5 @@ export declare type ServiceRequest = {
137
137
  id: number;
138
138
  };
139
139
  valuationProblems?: string[];
140
+ parentCallTaskDirection?: string;
140
141
  };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.45",
2
+ "version": "0.2.46",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -129,4 +129,5 @@ export type ServiceRequest = {
129
129
  task?: Partial<Task> & { id: number };
130
130
  teamLeadTask?: Partial<Task> & { id: number };
131
131
  valuationProblems?: string[];
132
+ parentCallTaskDirection?: string;
132
133
  };