@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.
|
@@ -531,19 +531,6 @@ An example of this might be tips left by a customer.
|
|
|
531
531
|
request?: EVA.Core.Management.CreateCheckoutOptionCategory;
|
|
532
532
|
response?: EVA.Core.Management.CreateCheckoutOptionCategoryResponse;
|
|
533
533
|
}
|
|
534
|
-
/**
|
|
535
|
-
* Create a new ClientApplication.
|
|
536
|
-
*
|
|
537
|
-
* @export
|
|
538
|
-
* @class CreateClientApplication
|
|
539
|
-
* @implements {EvaService}
|
|
540
|
-
*/
|
|
541
|
-
class CreateClientApplication implements IEvaServiceDefinition {
|
|
542
|
-
name: string;
|
|
543
|
-
path: string;
|
|
544
|
-
request?: EVA.Core.Management.CreateClientApplication;
|
|
545
|
-
response?: EVA.Core.Management.CreateClientApplicationResponse;
|
|
546
|
-
}
|
|
547
534
|
/**
|
|
548
535
|
* 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.
|
|
549
536
|
*
|
|
@@ -1811,19 +1798,6 @@ The survey is re-enabled when a new version is published.
|
|
|
1811
1798
|
request?: EVA.Core.Management.DeleteCheckoutOptionCategory;
|
|
1812
1799
|
response?: EVA.Core.EmptyResponseMessage;
|
|
1813
1800
|
}
|
|
1814
|
-
/**
|
|
1815
|
-
* Delete a ClientApplication
|
|
1816
|
-
*
|
|
1817
|
-
* @export
|
|
1818
|
-
* @class DeleteClientApplication
|
|
1819
|
-
* @implements {EvaService}
|
|
1820
|
-
*/
|
|
1821
|
-
class DeleteClientApplication implements IEvaServiceDefinition {
|
|
1822
|
-
name: string;
|
|
1823
|
-
path: string;
|
|
1824
|
-
request?: EVA.Core.Management.DeleteClientApplication;
|
|
1825
|
-
response?: EVA.Core.EmptyResponseMessage;
|
|
1826
|
-
}
|
|
1827
1801
|
/**
|
|
1828
1802
|
* Deletes a Company. If a Company is still in use by Users or OrganizationUnits this service will return an error.
|
|
1829
1803
|
*
|
|
@@ -3818,19 +3792,6 @@ If available a Description and/or DefaultValue will be returned
|
|
|
3818
3792
|
request?: EVA.Core.Management.GetCheckoutOptionHandlers;
|
|
3819
3793
|
response?: EVA.Core.Management.GetCheckoutOptionHandlersResponse;
|
|
3820
3794
|
}
|
|
3821
|
-
/**
|
|
3822
|
-
* Gets an ClientApplication by its ID
|
|
3823
|
-
*
|
|
3824
|
-
* @export
|
|
3825
|
-
* @class GetClientApplicationByID
|
|
3826
|
-
* @implements {EvaService}
|
|
3827
|
-
*/
|
|
3828
|
-
class GetClientApplicationByID implements IEvaServiceDefinition {
|
|
3829
|
-
name: string;
|
|
3830
|
-
path: string;
|
|
3831
|
-
request?: EVA.Core.Management.GetClientApplicationByID;
|
|
3832
|
-
response?: EVA.Core.Management.GetClientApplicationByIDResponse;
|
|
3833
|
-
}
|
|
3834
3795
|
/**
|
|
3835
3796
|
* Get the details of a specific Company.
|
|
3836
3797
|
*
|
|
@@ -4996,6 +4957,19 @@ These handlers are custom build to fetch values for ProductRequirements from ext
|
|
|
4996
4957
|
request?: EVA.Core.Management.GetSurveyTranslatableItems;
|
|
4997
4958
|
response?: EVA.Core.Management.GetSurveyTranslatableItemsResponse;
|
|
4998
4959
|
}
|
|
4960
|
+
/**
|
|
4961
|
+
* Returns the translation status of the survey.
|
|
4962
|
+
*
|
|
4963
|
+
* @export
|
|
4964
|
+
* @class GetSurveyTranslationStatus
|
|
4965
|
+
* @implements {EvaService}
|
|
4966
|
+
*/
|
|
4967
|
+
class GetSurveyTranslationStatus implements IEvaServiceDefinition {
|
|
4968
|
+
name: string;
|
|
4969
|
+
path: string;
|
|
4970
|
+
request?: EVA.Core.Management.GetSurveyTranslationStatus;
|
|
4971
|
+
response?: EVA.Core.Management.GetSurveyTranslationStatusResponse;
|
|
4972
|
+
}
|
|
4999
4973
|
/**
|
|
5000
4974
|
* List the UnitOfMeasures
|
|
5001
4975
|
*
|
|
@@ -5449,19 +5423,6 @@ or to get a specific product in an assortment by filtering on both.
|
|
|
5449
5423
|
request?: EVA.Core.Management.ListCheckoutOptionCategories;
|
|
5450
5424
|
response?: EVA.Core.Management.ListCheckoutOptionCategoriesResponse;
|
|
5451
5425
|
}
|
|
5452
|
-
/**
|
|
5453
|
-
* List ClientApplications. Returns a paged response.
|
|
5454
|
-
*
|
|
5455
|
-
* @export
|
|
5456
|
-
* @class ListClientApplications
|
|
5457
|
-
* @implements {EvaService}
|
|
5458
|
-
*/
|
|
5459
|
-
class ListClientApplications implements IEvaServiceDefinition {
|
|
5460
|
-
name: string;
|
|
5461
|
-
path: string;
|
|
5462
|
-
request?: EVA.Core.Management.ListClientApplications;
|
|
5463
|
-
response?: EVA.Core.Management.ListClientApplicationsResponse;
|
|
5464
|
-
}
|
|
5465
5426
|
/**
|
|
5466
5427
|
* List Companies, optionally filtered.
|
|
5467
5428
|
*
|
|
@@ -6331,6 +6292,19 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
6331
6292
|
request?: EVA.Core.Management.ListReturnReasons;
|
|
6332
6293
|
response?: EVA.Core.Management.ListReturnReasonsResponse;
|
|
6333
6294
|
}
|
|
6295
|
+
/**
|
|
6296
|
+
* List role functionalities.
|
|
6297
|
+
*
|
|
6298
|
+
* @export
|
|
6299
|
+
* @class ListRoleFunctionalities
|
|
6300
|
+
* @implements {EvaService}
|
|
6301
|
+
*/
|
|
6302
|
+
class ListRoleFunctionalities implements IEvaServiceDefinition {
|
|
6303
|
+
name: string;
|
|
6304
|
+
path: string;
|
|
6305
|
+
request?: EVA.Core.Management.ListRoleFunctionalities;
|
|
6306
|
+
response?: EVA.Core.Management.ListRoleFunctionalitiesResponse;
|
|
6307
|
+
}
|
|
6334
6308
|
/**
|
|
6335
6309
|
* TODO: Needs documentation
|
|
6336
6310
|
*
|
|
@@ -7998,19 +7972,6 @@ The first supplied CheckoutOption will get `Sequence=0` and thus will be returne
|
|
|
7998
7972
|
request?: EVA.Core.Management.UpdateCheckoutOptionSequences;
|
|
7999
7973
|
response?: EVA.Core.EmptyResponseMessage;
|
|
8000
7974
|
}
|
|
8001
|
-
/**
|
|
8002
|
-
* Update an existing ClientApplication.
|
|
8003
|
-
*
|
|
8004
|
-
* @export
|
|
8005
|
-
* @class UpdateClientApplication
|
|
8006
|
-
* @implements {EvaService}
|
|
8007
|
-
*/
|
|
8008
|
-
class UpdateClientApplication implements IEvaServiceDefinition {
|
|
8009
|
-
name: string;
|
|
8010
|
-
path: string;
|
|
8011
|
-
request?: EVA.Core.Management.UpdateClientApplication;
|
|
8012
|
-
response?: EVA.Core.EmptyResponseMessage;
|
|
8013
|
-
}
|
|
8014
7975
|
/**
|
|
8015
7976
|
* Updates a Company. Fields not provided in the request are ignored.
|
|
8016
7977
|
*
|