@dynamatix/gb-schemas 2.3.325 → 2.3.326

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.
@@ -22,7 +22,7 @@ export class WorkflowService {
22
22
  console.error('Workflow execution failed:', error);
23
23
  // Could implement retry logic or error reporting here
24
24
  }
25
- }, 300);
25
+ }, 1000);
26
26
  }
27
27
  /**
28
28
  * Executes the actual workflow API call with retry logic
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/gb-schemas",
3
- "version": "2.3.325",
3
+ "version": "2.3.326",
4
4
  "description": "All the schemas for gatehouse bank back-end",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",