@linear/sdk 21.0.0 → 21.1.0

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.
@@ -21,7 +21,7 @@ export declare type Scalars = {
21
21
  /** Represents a date and time in ISO 8601 format. Accepts shortcuts like `2021` to represent midnight Fri Jan 01 2021. Also accepts ISO 8601 durations strings which are added to the current date to create the represented date (e.g '-P2W1D' represents the date that was two weeks and 1 day ago) */
22
22
  DateTime: Date;
23
23
  /** Represents a date and time in ISO 8601 format. Accepts shortcuts like `2021` to represent midnight Fri Jan 01 2021. Also accepts ISO 8601 durations strings which are added to the current date to create the represented date (e.g '-P2W1D' represents the date that was two weeks and 1 day ago) */
24
- DateTimeOrDuration: any;
24
+ DateTimeOrDuration: Date | string;
25
25
  /** The `JSON` scalar type represents arbitrary values as *stringified* JSON */
26
26
  JSON: Record<string, unknown>;
27
27
  /** The `JSONObject` scalar type represents arbitrary values as *embedded* JSON */