lucid-extension-sdk
Advanced tools
Comparing version 0.0.270 to 0.0.271
@@ -103,2 +103,3 @@ import { DataUpdateFilterType } from '../../data/dataupdatefiltertype'; | ||
getChange(collections?: PatchChangeCollection[]): PatchChange; | ||
toJSON(): object; | ||
} | ||
@@ -105,0 +106,0 @@ /** |
@@ -93,2 +93,13 @@ "use strict"; | ||
} | ||
toJSON() { | ||
return { | ||
'Id': this.id, | ||
'ItemsAdded': this.itemsAdded, | ||
'ItemsChanged': this.itemsChanged, | ||
'ItemsDeleted': this.itemsDeleted, | ||
'ItemOrderChanged': this.itemOrderChanged, | ||
'SyncSourceId': this.syncSourceId, | ||
'SyncCollectionId': this.syncCollectionId, | ||
}; | ||
} | ||
} | ||
@@ -95,0 +106,0 @@ exports.Patch = Patch; |
{ | ||
"name": "lucid-extension-sdk", | ||
"version": "0.0.270", | ||
"version": "0.0.271", | ||
"description": "Utility classes for writing Lucid Software editor extensions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
761060
17637