@createiq/backend 1.0.52 → 1.0.54

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.
@@ -1831,7 +1831,7 @@ export type PresetSingleWithPreviewAndNestedAnswersDto = PresetSingleWithPreview
1831
1831
  nestedAnswerFullSummary: NestedAnswersSummariesWithPresetAnswersDto;
1832
1832
  };
1833
1833
 
1834
- export type SearchContext = 'completed' | 'active';
1834
+ export type SearchContext = 'completed' | 'active' | 'confirmedTemplate';
1835
1835
 
1836
1836
  export type ApproverDto = ({
1837
1837
  type: 'NamedApproverDto';
package/dist/index.d.cts CHANGED
@@ -1594,7 +1594,7 @@ type UnsubscribeRequestDto = {
1594
1594
  type PresetSingleWithPreviewAndNestedAnswersDto = PresetSingleWithPreviewDto & {
1595
1595
  nestedAnswerFullSummary: NestedAnswersSummariesWithPresetAnswersDto;
1596
1596
  };
1597
- type SearchContext = 'completed' | 'active';
1597
+ type SearchContext = 'completed' | 'active' | 'confirmedTemplate';
1598
1598
  type ApproverDto = ({
1599
1599
  type: 'NamedApproverDto';
1600
1600
  } & NamedApproverDto) | ({
package/dist/index.d.ts CHANGED
@@ -1594,7 +1594,7 @@ type UnsubscribeRequestDto = {
1594
1594
  type PresetSingleWithPreviewAndNestedAnswersDto = PresetSingleWithPreviewDto & {
1595
1595
  nestedAnswerFullSummary: NestedAnswersSummariesWithPresetAnswersDto;
1596
1596
  };
1597
- type SearchContext = 'completed' | 'active';
1597
+ type SearchContext = 'completed' | 'active' | 'confirmedTemplate';
1598
1598
  type ApproverDto = ({
1599
1599
  type: 'NamedApproverDto';
1600
1600
  } & NamedApproverDto) | ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.52",
3
+ "version": "1.0.54",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- cdec367af6e67346357509ca2ece1b852e12e396df5d13462dfb491ee1b3f9b6
1
+ ce9aed0ea2b44fefb9dfd29fb7982e591984bae3330f038d906cc4562261fe22