@topconsultnpm/sdk-ts 6.20.0-dev2.7 → 6.20.0-dev2.8

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.
@@ -1888,7 +1888,7 @@ export declare class CassettoDoganalePlusJobDescriptor extends JobDescriptor {
1888
1888
  scope?: string | undefined;
1889
1889
  subjectType?: string | undefined;
1890
1890
  startDate?: Date | undefined;
1891
- endDate?: Date | undefined;
1891
+ daysBack?: number;
1892
1892
  exportPath?: string | undefined;
1893
1893
  logFolder?: string | undefined;
1894
1894
  init(_data?: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdk-ts",
3
- "version": "6.20.0-dev2.7",
3
+ "version": "6.20.0-dev2.8",
4
4
  "description": "TopMedia SDK typescript",
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/types/index.d.ts",