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