@createiq/backend 1.0.22 → 1.0.23

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.
@@ -744,7 +744,7 @@ export type AdminUpdateEmailPreferencesDto = {
744
744
 
745
745
  export type BrokenApproversSummaryDto = {
746
746
  potentialReplacementApprovers: Array<UserAccountDto>;
747
- promotableUsers: Array<UserAccountDto>;
747
+ promotableUsers: Array<UserForPickerDto>;
748
748
  affectedWorkspaces: Array<string>;
749
749
  };
750
750
 
package/dist/index.d.cts CHANGED
@@ -656,7 +656,7 @@ type AdminUpdateEmailPreferencesDto = {
656
656
  };
657
657
  type BrokenApproversSummaryDto = {
658
658
  potentialReplacementApprovers: Array<UserAccountDto>;
659
- promotableUsers: Array<UserAccountDto>;
659
+ promotableUsers: Array<UserForPickerDto>;
660
660
  affectedWorkspaces: Array<string>;
661
661
  };
662
662
  type PresetEventHistoryDto_EventByDto = {
package/dist/index.d.ts CHANGED
@@ -656,7 +656,7 @@ type AdminUpdateEmailPreferencesDto = {
656
656
  };
657
657
  type BrokenApproversSummaryDto = {
658
658
  potentialReplacementApprovers: Array<UserAccountDto>;
659
- promotableUsers: Array<UserAccountDto>;
659
+ promotableUsers: Array<UserForPickerDto>;
660
660
  affectedWorkspaces: Array<string>;
661
661
  };
662
662
  type PresetEventHistoryDto_EventByDto = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- 348cfa8bb7bcd40a987d6305135a53764f0eafb86664422b1fb4714beca44e02
1
+ ccfa242004ac264e4b993da43a1f5d2f556a591b87a697edb0f573a630947b34