json-ld-types
Advanced tools
Comparing version 3.7.0 to 3.7.1
# @atlassian/json-ld-types | ||
## 3.7.1 | ||
### Patch Changes | ||
- ae55ac0: Adds fields to BaseMeta type to hint at supported fields to be passed through to analytics events. | ||
## 3.7.0 | ||
@@ -4,0 +10,0 @@ |
@@ -246,2 +246,9 @@ import { Action as ActionSchema, AssignAction, CommentAction, DeleteAction, DownloadAction, ReplyAction, ShareAction, SubscribeAction, ViewAction, WatchAction } from 'schema-dts'; | ||
follow?: boolean; | ||
objectId?: any; | ||
tenantId?: any; | ||
resourceType?: any; | ||
containerId?: any; | ||
category?: any; | ||
product?: any; | ||
subproduct?: any; | ||
[k: string]: any; | ||
@@ -248,0 +255,0 @@ } |
{ | ||
"name": "json-ld-types", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"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
59335
615