oro-sdk-apis 6.1.0 → 6.3.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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "6.1.0",
2
+ "version": "6.3.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -320,6 +320,11 @@ export interface WorkflowData {
320
320
  */
321
321
  extendingWorkflow?: string
322
322
 
323
+ /**
324
+ * (optional) the extending referenced workflows `createdAt` timestamp
325
+ */
326
+ extendingWorkflowTimestamp?: string
327
+
323
328
  /**
324
329
  * (optional) rules for the extension of another workflow
325
330
  */