@opencxh/domain 1.266.0 → 1.270.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.
@@ -60,6 +60,8 @@ export interface Rule {
60
60
  organizationId: string;
61
61
  ownerScope: OwnerScope;
62
62
  name: string;
63
+ /** What this rule is for, in the author's own words. */
64
+ description?: string;
63
65
  enabled: boolean;
64
66
  /**
65
67
  * Only `event` runs today. The other arms exist because the vocabulary is shared; a rule on a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencxh/domain",
3
- "version": "1.266.0",
3
+ "version": "1.270.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",