@opencxh/domain 1.159.0 → 1.160.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.
@@ -678,7 +678,6 @@ export interface ServerResult<T = unknown> {
678
678
  audit?: AuditTrace;
679
679
  code?: string;
680
680
  message?: string;
681
- retryable?: boolean;
682
681
  }
683
682
  export declare const UNSUPPORTED: ServerResult;
684
683
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencxh/domain",
3
- "version": "1.159.0",
3
+ "version": "1.160.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",