enonic-types
Advanced tools
Comparing version 0.2.11 to 0.2.12
{ | ||
"name": "enonic-types", | ||
"sideEffects": false, | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -34,4 +34,4 @@ "typings": "index.d.ts", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.3.5" | ||
"typescript": "^4.4.2" | ||
} | ||
} |
@@ -17,3 +17,3 @@ import { XOR } from "./types"; | ||
*/ | ||
create<Config = never>(params: CreateScheduledJobParams): ScheduledJob<Config>; | ||
create<Config = never>(params: CreateScheduledJobParams<Config>): ScheduledJob<Config>; | ||
/** | ||
@@ -46,3 +46,3 @@ * Modifies a job. The previous task will be rescheduled, lastRun and lastTaskId properties will be cleaned. | ||
*/ | ||
timezone: string; | ||
timeZone: string; | ||
}; | ||
@@ -49,0 +49,0 @@ export declare type ScheduleTypeOneTime = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127535