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.
- package/dist/comprodls-sdk.js +3763 -4868
- package/dist/comprodls-sdk.min.js +1 -15
- package/lib/services/auth/index.js +6 -1
- package/package.json +1 -1
|
@@ -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
|
*/
|