@springtree/eva-services-core-management 2.27.0 → 2.29.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.
|
@@ -3031,7 +3031,8 @@ File in state processing or processed can't be deleted due to generated financia
|
|
|
3031
3031
|
response?: EVA.Core.ResourceResponseMessage;
|
|
3032
3032
|
}
|
|
3033
3033
|
/**
|
|
3034
|
-
* Download an overview of the stock for the specified organization units.
|
|
3034
|
+
* Download an overview of the stock for the specified organization units or the specified organization unit set.
|
|
3035
|
+
NOTE THAT when `OrganizationUnitSetID` is provided, `OrganizationUnitIDs` is ignored.
|
|
3035
3036
|
*
|
|
3036
3037
|
* @export
|
|
3037
3038
|
* @class DownloadStockOverview
|
|
@@ -3044,7 +3045,8 @@ File in state processing or processed can't be deleted due to generated financia
|
|
|
3044
3045
|
response?: EVA.Core.ResourceWithBlobIDResponseMessage;
|
|
3045
3046
|
}
|
|
3046
3047
|
/**
|
|
3047
|
-
* Download an overview of the stock for the specified organization units.
|
|
3048
|
+
* Download an overview of the stock for the specified organization units or the specified organization unit set.
|
|
3049
|
+
NOTE THAT when `OrganizationUnitSetID` is provided, `OrganizationUnitIDs` is ignored.
|
|
3048
3050
|
*
|
|
3049
3051
|
* @export
|
|
3050
3052
|
* @class DownloadStockOverview_Async
|
|
@@ -3057,7 +3059,8 @@ File in state processing or processed can't be deleted due to generated financia
|
|
|
3057
3059
|
response?: EVA.Core.AsyncRequestResponse;
|
|
3058
3060
|
}
|
|
3059
3061
|
/**
|
|
3060
|
-
* Download an overview of the stock for the specified organization units.
|
|
3062
|
+
* Download an overview of the stock for the specified organization units or the specified organization unit set.
|
|
3063
|
+
NOTE THAT when `OrganizationUnitSetID` is provided, `OrganizationUnitIDs` is ignored.
|
|
3061
3064
|
*
|
|
3062
3065
|
* @export
|
|
3063
3066
|
* @class DownloadStockOverview_AsyncResult
|
|
@@ -3620,6 +3623,19 @@ If available a Description and/or DefaultValue will be returned
|
|
|
3620
3623
|
request?: EVA.Core.Management.GetAvailableShippingMethodHandlers;
|
|
3621
3624
|
response?: EVA.Core.Management.GetAvailableShippingMethodHandlersResponse;
|
|
3622
3625
|
}
|
|
3626
|
+
/**
|
|
3627
|
+
* Returns available survey after effects.
|
|
3628
|
+
*
|
|
3629
|
+
* @export
|
|
3630
|
+
* @class GetAvailableSurveyAfterEffectTypes
|
|
3631
|
+
* @implements {EvaService}
|
|
3632
|
+
*/
|
|
3633
|
+
class GetAvailableSurveyAfterEffectTypes implements IEvaServiceDefinition {
|
|
3634
|
+
name: string;
|
|
3635
|
+
path: string;
|
|
3636
|
+
request?: EVA.Core.Management.GetAvailableSurveyAfterEffectTypes;
|
|
3637
|
+
response?: EVA.Core.Management.GetAvailableSurveyAfterEffectTypesResponse;
|
|
3638
|
+
}
|
|
3623
3639
|
/**
|
|
3624
3640
|
* Returns available survey distribution handlers.
|
|
3625
3641
|
*
|
|
@@ -4941,6 +4957,19 @@ These handlers are custom build to fetch values for ProductRequirements from ext
|
|
|
4941
4957
|
request?: EVA.Core.Management.GetSurveyQuestions;
|
|
4942
4958
|
response?: EVA.Core.Management.GetSurveyQuestionsResponse;
|
|
4943
4959
|
}
|
|
4960
|
+
/**
|
|
4961
|
+
* Returns all translatable items within the survey.
|
|
4962
|
+
*
|
|
4963
|
+
* @export
|
|
4964
|
+
* @class GetSurveyTranslatableItems
|
|
4965
|
+
* @implements {EvaService}
|
|
4966
|
+
*/
|
|
4967
|
+
class GetSurveyTranslatableItems implements IEvaServiceDefinition {
|
|
4968
|
+
name: string;
|
|
4969
|
+
path: string;
|
|
4970
|
+
request?: EVA.Core.Management.GetSurveyTranslatableItems;
|
|
4971
|
+
response?: EVA.Core.Management.GetSurveyTranslatableItemsResponse;
|
|
4972
|
+
}
|
|
4944
4973
|
/**
|
|
4945
4974
|
* List the UnitOfMeasures
|
|
4946
4975
|
*
|
|
@@ -5498,6 +5527,19 @@ or to get a specific product in an assortment by filtering on both.
|
|
|
5498
5527
|
request?: EVA.Core.Management.ListCustomFields;
|
|
5499
5528
|
response?: EVA.Core.Management.ListCustomFieldsResponse;
|
|
5500
5529
|
}
|
|
5530
|
+
/**
|
|
5531
|
+
* List the available custom fields for a given survey context
|
|
5532
|
+
*
|
|
5533
|
+
* @export
|
|
5534
|
+
* @class ListCustomFieldsForSurvey
|
|
5535
|
+
* @implements {EvaService}
|
|
5536
|
+
*/
|
|
5537
|
+
class ListCustomFieldsForSurvey implements IEvaServiceDefinition {
|
|
5538
|
+
name: string;
|
|
5539
|
+
path: string;
|
|
5540
|
+
request?: EVA.Core.Management.ListCustomFieldsForSurvey;
|
|
5541
|
+
response?: EVA.Core.Management.ListCustomFieldsForSurveyResponse;
|
|
5542
|
+
}
|
|
5501
5543
|
/**
|
|
5502
5544
|
* List the DiscountCampaigns
|
|
5503
5545
|
*
|
|
@@ -7622,6 +7664,19 @@ Will apply all changes or no changes in case of an error
|
|
|
7622
7664
|
request?: EVA.Core.Management.SetSurveyQuestionSequences;
|
|
7623
7665
|
response?: EVA.Core.EmptyResponseMessage;
|
|
7624
7666
|
}
|
|
7667
|
+
/**
|
|
7668
|
+
* Set all translatable items within the survey.
|
|
7669
|
+
*
|
|
7670
|
+
* @export
|
|
7671
|
+
* @class SetSurveyTranslatableItems
|
|
7672
|
+
* @implements {EvaService}
|
|
7673
|
+
*/
|
|
7674
|
+
class SetSurveyTranslatableItems implements IEvaServiceDefinition {
|
|
7675
|
+
name: string;
|
|
7676
|
+
path: string;
|
|
7677
|
+
request?: EVA.Core.Management.SetSurveyTranslatableItems;
|
|
7678
|
+
response?: EVA.Core.EmptyResponseMessage;
|
|
7679
|
+
}
|
|
7625
7680
|
/**
|
|
7626
7681
|
* Update the Roles for an User. The roles provided will replace any existing roles on this user!
|
|
7627
7682
|
|