@springtree/eva-services-core-management 2.36.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
|
*
|
|
@@ -5874,20 +5832,6 @@ or to get a specific product in an assortment by filtering on both.
|
|
|
5874
5832
|
response;
|
|
5875
5833
|
}
|
|
5876
5834
|
CoreManagement.ListCheckoutOptionCategories = ListCheckoutOptionCategories;
|
|
5877
|
-
/**
|
|
5878
|
-
* List ClientApplications. Returns a paged response.
|
|
5879
|
-
*
|
|
5880
|
-
* @export
|
|
5881
|
-
* @class ListClientApplications
|
|
5882
|
-
* @implements {EvaService}
|
|
5883
|
-
*/
|
|
5884
|
-
class ListClientApplications {
|
|
5885
|
-
name = 'CoreManagement:ListClientApplications';
|
|
5886
|
-
path = '/message/ListClientApplications';
|
|
5887
|
-
request;
|
|
5888
|
-
response;
|
|
5889
|
-
}
|
|
5890
|
-
CoreManagement.ListClientApplications = ListClientApplications;
|
|
5891
5835
|
/**
|
|
5892
5836
|
* List Companies, optionally filtered.
|
|
5893
5837
|
*
|
|
@@ -6820,6 +6764,20 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
6820
6764
|
response;
|
|
6821
6765
|
}
|
|
6822
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;
|
|
6823
6781
|
/**
|
|
6824
6782
|
* TODO: Needs documentation
|
|
6825
6783
|
*
|
|
@@ -8605,20 +8563,6 @@ The first supplied CheckoutOption will get `Sequence=0` and thus will be returne
|
|
|
8605
8563
|
response;
|
|
8606
8564
|
}
|
|
8607
8565
|
CoreManagement.UpdateCheckoutOptionSequences = UpdateCheckoutOptionSequences;
|
|
8608
|
-
/**
|
|
8609
|
-
* Update an existing ClientApplication.
|
|
8610
|
-
*
|
|
8611
|
-
* @export
|
|
8612
|
-
* @class UpdateClientApplication
|
|
8613
|
-
* @implements {EvaService}
|
|
8614
|
-
*/
|
|
8615
|
-
class UpdateClientApplication {
|
|
8616
|
-
name = 'CoreManagement:UpdateClientApplication';
|
|
8617
|
-
path = '/message/UpdateClientApplication';
|
|
8618
|
-
request;
|
|
8619
|
-
response;
|
|
8620
|
-
}
|
|
8621
|
-
CoreManagement.UpdateClientApplication = UpdateClientApplication;
|
|
8622
8566
|
/**
|
|
8623
8567
|
* Updates a Company. Fields not provided in the request are ignored.
|
|
8624
8568
|
*
|