@createiq/backend 1.0.44 → 1.0.45

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.
@@ -1355,6 +1355,7 @@ export type NotificationContextDto = {
1355
1355
 
1356
1356
  export type NamedApproverDto = {
1357
1357
  decisionReached?: string;
1358
+ brokenBecause?: string;
1358
1359
  profileColour: '#000000' | '#6750A4' | '#5C6B8A' | '#008569' | '#F5A623' | '#0172B1' | '#DC2773' | '#B3261E';
1359
1360
  decision?: string;
1360
1361
  eventId?: string;
package/dist/index.d.cts CHANGED
@@ -1191,6 +1191,7 @@ type NotificationContextDto = {
1191
1191
  };
1192
1192
  type NamedApproverDto = {
1193
1193
  decisionReached?: string;
1194
+ brokenBecause?: string;
1194
1195
  profileColour: '#000000' | '#6750A4' | '#5C6B8A' | '#008569' | '#F5A623' | '#0172B1' | '#DC2773' | '#B3261E';
1195
1196
  decision?: string;
1196
1197
  eventId?: string;
package/dist/index.d.ts CHANGED
@@ -1191,6 +1191,7 @@ type NotificationContextDto = {
1191
1191
  };
1192
1192
  type NamedApproverDto = {
1193
1193
  decisionReached?: string;
1194
+ brokenBecause?: string;
1194
1195
  profileColour: '#000000' | '#6750A4' | '#5C6B8A' | '#008569' | '#F5A623' | '#0172B1' | '#DC2773' | '#B3261E';
1195
1196
  decision?: string;
1196
1197
  eventId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- fcb63279d771e2c99b56c315db9a21c7afcbd022f60dbc4fa666448c79532ffc
1
+ 6983b77fc534ea5a3f44201a0648a6c1780cd05efe9f3365b9b7b4daa296329d