@springtree/eva-services-core-management 2.29.0 → 2.31.0

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.
@@ -3675,6 +3675,19 @@ If available a Description and/or DefaultValue will be returned
3675
3675
  request?: EVA.Core.Management.GetAvailableSurveys;
3676
3676
  response?: EVA.Core.Management.GetAvailableSurveysResponse;
3677
3677
  }
3678
+ /**
3679
+ * Get all available surveys for user and given context
3680
+ *
3681
+ * @export
3682
+ * @class GetAvailableSurveysForContext
3683
+ * @implements {EvaService}
3684
+ */
3685
+ class GetAvailableSurveysForContext implements IEvaServiceDefinition {
3686
+ name: string;
3687
+ path: string;
3688
+ request?: EVA.Core.Management.GetAvailableSurveysForContext;
3689
+ response?: EVA.Core.Management.GetAvailableSurveysResponse;
3690
+ }
3678
3691
  /**
3679
3692
  * Get the available UserProperties on which requirements can be set.
3680
3693
  *
@@ -7370,6 +7383,19 @@ The maximum amount of users that can be rebalanced in a single request is 10,000
7370
7383
  request?: EVA.Core.Management.RemoveRolesFromManualDiscount;
7371
7384
  response?: EVA.Core.EmptyResponseMessage;
7372
7385
  }
7386
+ /**
7387
+ * Restart the survey response
7388
+ *
7389
+ * @export
7390
+ * @class RestartSurveyResponse
7391
+ * @implements {EvaService}
7392
+ */
7393
+ class RestartSurveyResponse implements IEvaServiceDefinition {
7394
+ name: string;
7395
+ path: string;
7396
+ request?: EVA.Core.Management.RestartSurveyResponse;
7397
+ response?: EVA.Core.Management.QuestionResponse;
7398
+ }
7373
7399
  /**
7374
7400
  * Service for generating a new SecretKey for an `EndpointConfiguration`.
7375
7401
 
@@ -7707,6 +7733,19 @@ The UserType defines as which UserType the User will act when logging in. For em
7707
7733
  request?: EVA.Core.Management.StartSurvey;
7708
7734
  response?: EVA.Core.Management.StartSurveyResponse;
7709
7735
  }
7736
+ /**
7737
+ * Create and start a preview.
7738
+ *
7739
+ * @export
7740
+ * @class StartSurveyPreview
7741
+ * @implements {EvaService}
7742
+ */
7743
+ class StartSurveyPreview implements IEvaServiceDefinition {
7744
+ name: string;
7745
+ path: string;
7746
+ request?: EVA.Core.Management.StartSurveyPreview;
7747
+ response?: EVA.Core.Management.StartSurveyPreviewResponse;
7748
+ }
7710
7749
  /**
7711
7750
  * Unblock a users subscription.
7712
7751
  *