comprodls-sdk 2.80.0 → 2.81.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.
@@ -2369,7 +2369,12 @@ function deleteAssignedPath(options) {
2369
2369
  item_type: 'string', //mandatory, ['dls-internal','external']
2370
2370
  dls_product_code: 'string' //mandatory only if item_type is 'dls-internal'
2371
2371
  }
2372
- ]
2372
+ ],
2373
+ "rules": {}, // Optional
2374
+ "context": { // Optional (Needed for system event only)
2375
+ "bundle-code": "string",
2376
+ "space_key": "string"
2377
+ }
2373
2378
  }
2374
2379
  }
2375
2380
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "comprodls-sdk",
3
3
  "description": "comproDLS SDK for JavaScript",
4
- "version": "2.80.0",
4
+ "version": "2.81.0",
5
5
  "author": {
6
6
  "name": "Compro Technologies Private Limited",
7
7
  "url": "http://www.comprotechnologies.com/"