@createiq/backend 1.0.75 → 1.0.76

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.
@@ -3761,6 +3761,7 @@ export type NonUserWatcherDto = {
3761
3761
 
3762
3762
  export type ElectionDto = {
3763
3763
  readOnly?: boolean;
3764
+ reservedByDefault?: boolean;
3764
3765
  description?: string;
3765
3766
  amend: boolean;
3766
3767
  restrictions: RestrictionsDto;
package/dist/index.d.cts CHANGED
@@ -3254,6 +3254,7 @@ type NonUserWatcherDto = {
3254
3254
  };
3255
3255
  type ElectionDto = {
3256
3256
  readOnly?: boolean;
3257
+ reservedByDefault?: boolean;
3257
3258
  description?: string;
3258
3259
  amend: boolean;
3259
3260
  restrictions: RestrictionsDto;
package/dist/index.d.ts CHANGED
@@ -3254,6 +3254,7 @@ type NonUserWatcherDto = {
3254
3254
  };
3255
3255
  type ElectionDto = {
3256
3256
  readOnly?: boolean;
3257
+ reservedByDefault?: boolean;
3257
3258
  description?: string;
3258
3259
  amend: boolean;
3259
3260
  restrictions: RestrictionsDto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- 78f65a29fc0f71d511caee27732f66f9b57af92cc446dcde23ba9ff8f0f1dda2
1
+ 6ce5f8ba9c9d671c84ce0a855ead81674e8cea72b84d201ea863d14306eab926