json-ld-types
Advanced tools
Comparing version 3.7.2 to 3.8.0
# @atlassian/json-ld-types | ||
## 3.8.0 | ||
### Minor Changes | ||
- 644fd2b: Add atlassian:readTimeInMinutes to Document and atlassian:subTasks to Task | ||
## 3.7.2 | ||
@@ -4,0 +10,0 @@ |
@@ -33,2 +33,6 @@ import { Action as ActionSchema, AssignAction, CommentAction, DeleteAction, DownloadAction, ReplyAction, ShareAction, SubscribeAction, ViewAction, WatchAction } from 'schema-dts'; | ||
} | ||
export interface SubTasksProgress { | ||
totalCount: number; | ||
resolvedCount: number; | ||
} | ||
export interface Object<T = any> { | ||
@@ -325,2 +329,3 @@ '@id'?: string; | ||
'atlassian:voteCount'?: number; | ||
'atlassian:readTimeInMinutes'?: number; | ||
} | ||
@@ -448,3 +453,4 @@ interface BlogPostDocument extends Document { | ||
'atlassian:storyPoints'?: number; | ||
'atlassian:originalEstmateInSeconds'?: number; | ||
'atlassian:originalEstimateInSeconds'?: number; | ||
'atlassian:subTasks'?: Primitives.SubTasksProgress; | ||
'schema:commentCount'?: number; | ||
@@ -451,0 +457,0 @@ 'schema:potentialAction'?: Primitives.Property<TaskAction>; |
{ | ||
"name": "json-ld-types", | ||
"version": "3.7.2", | ||
"version": "3.8.0", | ||
"contributors": [ | ||
@@ -5,0 +5,0 @@ { |
Sorry, the diff of this file is not supported yet
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
60113
623