@springtree/eva-services-core-management 2.35.0 → 2.37.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.
|
@@ -571,20 +571,6 @@ An example of this might be tips left by a customer.
|
|
|
571
571
|
response;
|
|
572
572
|
}
|
|
573
573
|
CoreManagement.CreateCheckoutOptionCategory = CreateCheckoutOptionCategory;
|
|
574
|
-
/**
|
|
575
|
-
* Create a new ClientApplication.
|
|
576
|
-
*
|
|
577
|
-
* @export
|
|
578
|
-
* @class CreateClientApplication
|
|
579
|
-
* @implements {EvaService}
|
|
580
|
-
*/
|
|
581
|
-
class CreateClientApplication {
|
|
582
|
-
name = 'CoreManagement:CreateClientApplication';
|
|
583
|
-
path = '/message/CreateClientApplication';
|
|
584
|
-
request;
|
|
585
|
-
response;
|
|
586
|
-
}
|
|
587
|
-
CoreManagement.CreateClientApplication = CreateClientApplication;
|
|
588
574
|
/**
|
|
589
575
|
* Creates a new Company, which represents a legal entity in EVA. Both Users and OrganizationUnits can have a Company that they are a part of.
|
|
590
576
|
*
|
|
@@ -1945,20 +1931,6 @@ The survey is re-enabled when a new version is published.
|
|
|
1945
1931
|
response;
|
|
1946
1932
|
}
|
|
1947
1933
|
CoreManagement.DeleteCheckoutOptionCategory = DeleteCheckoutOptionCategory;
|
|
1948
|
-
/**
|
|
1949
|
-
* Delete a ClientApplication
|
|
1950
|
-
*
|
|
1951
|
-
* @export
|
|
1952
|
-
* @class DeleteClientApplication
|
|
1953
|
-
* @implements {EvaService}
|
|
1954
|
-
*/
|
|
1955
|
-
class DeleteClientApplication {
|
|
1956
|
-
name = 'CoreManagement:DeleteClientApplication';
|
|
1957
|
-
path = '/message/DeleteClientApplication';
|
|
1958
|
-
request;
|
|
1959
|
-
response;
|
|
1960
|
-
}
|
|
1961
|
-
CoreManagement.DeleteClientApplication = DeleteClientApplication;
|
|
1962
1934
|
/**
|
|
1963
1935
|
* Deletes a Company. If a Company is still in use by Users or OrganizationUnits this service will return an error.
|
|
1964
1936
|
*
|
|
@@ -4105,20 +4077,6 @@ If available a Description and/or DefaultValue will be returned
|
|
|
4105
4077
|
response;
|
|
4106
4078
|
}
|
|
4107
4079
|
CoreManagement.GetCheckoutOptionHandlers = GetCheckoutOptionHandlers;
|
|
4108
|
-
/**
|
|
4109
|
-
* Gets an ClientApplication by its ID
|
|
4110
|
-
*
|
|
4111
|
-
* @export
|
|
4112
|
-
* @class GetClientApplicationByID
|
|
4113
|
-
* @implements {EvaService}
|
|
4114
|
-
*/
|
|
4115
|
-
class GetClientApplicationByID {
|
|
4116
|
-
name = 'CoreManagement:GetClientApplicationByID';
|
|
4117
|
-
path = '/message/GetClientApplicationByID';
|
|
4118
|
-
request;
|
|
4119
|
-
response;
|
|
4120
|
-
}
|
|
4121
|
-
CoreManagement.GetClientApplicationByID = GetClientApplicationByID;
|
|
4122
4080
|
/**
|
|
4123
4081
|
* Get the details of a specific Company.
|
|
4124
4082
|
*
|
|
@@ -5373,6 +5331,20 @@ These handlers are custom build to fetch values for ProductRequirements from ext
|
|
|
5373
5331
|
response;
|
|
5374
5332
|
}
|
|
5375
5333
|
CoreManagement.GetSurveyTranslatableItems = GetSurveyTranslatableItems;
|
|
5334
|
+
/**
|
|
5335
|
+
* Returns the translation status of the survey.
|
|
5336
|
+
*
|
|
5337
|
+
* @export
|
|
5338
|
+
* @class GetSurveyTranslationStatus
|
|
5339
|
+
* @implements {EvaService}
|
|
5340
|
+
*/
|
|
5341
|
+
class GetSurveyTranslationStatus {
|
|
5342
|
+
name = 'CoreManagement:GetSurveyTranslationStatus';
|
|
5343
|
+
path = '/message/GetSurveyTranslationStatus';
|
|
5344
|
+
request;
|
|
5345
|
+
response;
|
|
5346
|
+
}
|
|
5347
|
+
CoreManagement.GetSurveyTranslationStatus = GetSurveyTranslationStatus;
|
|
5376
5348
|
/**
|
|
5377
5349
|
* List the UnitOfMeasures
|
|
5378
5350
|
*
|
|
@@ -5860,20 +5832,6 @@ or to get a specific product in an assortment by filtering on both.
|
|
|
5860
5832
|
response;
|
|
5861
5833
|
}
|
|
5862
5834
|
CoreManagement.ListCheckoutOptionCategories = ListCheckoutOptionCategories;
|
|
5863
|
-
/**
|
|
5864
|
-
* List ClientApplications. Returns a paged response.
|
|
5865
|
-
*
|
|
5866
|
-
* @export
|
|
5867
|
-
* @class ListClientApplications
|
|
5868
|
-
* @implements {EvaService}
|
|
5869
|
-
*/
|
|
5870
|
-
class ListClientApplications {
|
|
5871
|
-
name = 'CoreManagement:ListClientApplications';
|
|
5872
|
-
path = '/message/ListClientApplications';
|
|
5873
|
-
request;
|
|
5874
|
-
response;
|
|
5875
|
-
}
|
|
5876
|
-
CoreManagement.ListClientApplications = ListClientApplications;
|
|
5877
5835
|
/**
|
|
5878
5836
|
* List Companies, optionally filtered.
|
|
5879
5837
|
*
|
|
@@ -6806,6 +6764,20 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
6806
6764
|
response;
|
|
6807
6765
|
}
|
|
6808
6766
|
CoreManagement.ListReturnReasons = ListReturnReasons;
|
|
6767
|
+
/**
|
|
6768
|
+
* List role functionalities.
|
|
6769
|
+
*
|
|
6770
|
+
* @export
|
|
6771
|
+
* @class ListRoleFunctionalities
|
|
6772
|
+
* @implements {EvaService}
|
|
6773
|
+
*/
|
|
6774
|
+
class ListRoleFunctionalities {
|
|
6775
|
+
name = 'CoreManagement:ListRoleFunctionalities';
|
|
6776
|
+
path = '/message/ListRoleFunctionalities';
|
|
6777
|
+
request;
|
|
6778
|
+
response;
|
|
6779
|
+
}
|
|
6780
|
+
CoreManagement.ListRoleFunctionalities = ListRoleFunctionalities;
|
|
6809
6781
|
/**
|
|
6810
6782
|
* TODO: Needs documentation
|
|
6811
6783
|
*
|
|
@@ -8591,20 +8563,6 @@ The first supplied CheckoutOption will get `Sequence=0` and thus will be returne
|
|
|
8591
8563
|
response;
|
|
8592
8564
|
}
|
|
8593
8565
|
CoreManagement.UpdateCheckoutOptionSequences = UpdateCheckoutOptionSequences;
|
|
8594
|
-
/**
|
|
8595
|
-
* Update an existing ClientApplication.
|
|
8596
|
-
*
|
|
8597
|
-
* @export
|
|
8598
|
-
* @class UpdateClientApplication
|
|
8599
|
-
* @implements {EvaService}
|
|
8600
|
-
*/
|
|
8601
|
-
class UpdateClientApplication {
|
|
8602
|
-
name = 'CoreManagement:UpdateClientApplication';
|
|
8603
|
-
path = '/message/UpdateClientApplication';
|
|
8604
|
-
request;
|
|
8605
|
-
response;
|
|
8606
|
-
}
|
|
8607
|
-
CoreManagement.UpdateClientApplication = UpdateClientApplication;
|
|
8608
8566
|
/**
|
|
8609
8567
|
* Updates a Company. Fields not provided in the request are ignored.
|
|
8610
8568
|
*
|