@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.
- package/client/types.gen.ts +1 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -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
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
6983b77fc534ea5a3f44201a0648a6c1780cd05efe9f3365b9b7b4daa296329d
|