@edraj/tsdmart 1.0.10 → 1.0.11

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
+ ## 1.0.10
2
+
3
+ - Implementing DMART apis up to TBD
4
+
1
5
  ## 1.0.8
2
6
 
3
- - Implementing DMART apis up to 1.1.12
7
+ - Implementing DMART apis up to 1.1.x
4
8
 
5
9
  ## 1.0.0
6
10
 
package/index.ts CHANGED
@@ -188,6 +188,7 @@ export enum ResourceType {
188
188
  content = "content",
189
189
  acl = "acl",
190
190
  comment = "comment",
191
+ reaction = "reaction",
191
192
  media = "media",
192
193
  locator = "locator",
193
194
  relationship = "relationship",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edraj/tsdmart",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "A TypeScript implementation of the Dmart that depends on axios.",
5
5
  "author": "Kefah T. Issa",
6
6
  "email": "kefah.issa@gmail.com",