@springtree/eva-services-core-management 3.0.0-beta.72 → 3.0.0-beta.73

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.
@@ -13952,6 +13952,7 @@ export interface GetSurveyByIDResponse<ID_TYPE = string> {
13952
13952
  LastPublishedVersion?: number;
13953
13953
  LastResponseCompletedOn?: string;
13954
13954
  LastResponseStartedOn?: string;
13955
+ LoadPreviousResponseAnswers: boolean;
13955
13956
  Metadata?: ResponseMessageMetadata<ID_TYPE>;
13956
13957
  Name?: string;
13957
13958
  OneTimeUseOnly: boolean;