@springtree/eva-services-core-management 2.3.1 → 2.3.2
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.
|
@@ -3940,7 +3940,7 @@ At this moment the supported DeviceTypes are:
|
|
|
3940
3940
|
response?: EVA.Core.Management.GetLoyaltyProgramPaymentTypeResponse;
|
|
3941
3941
|
}
|
|
3942
3942
|
/**
|
|
3943
|
-
* Get a loyalty program product limitations
|
|
3943
|
+
* Get a loyalty program product limitations
|
|
3944
3944
|
*
|
|
3945
3945
|
* @export
|
|
3946
3946
|
* @class GetLoyaltyProgramProductLimitation
|
|
@@ -4237,7 +4237,7 @@ At this moment the supported DeviceTypes are:
|
|
|
4237
4237
|
}
|
|
4238
4238
|
CoreManagement.GetLoyaltyProgramPaymentType = GetLoyaltyProgramPaymentType;
|
|
4239
4239
|
/**
|
|
4240
|
-
* Get a loyalty program product limitations
|
|
4240
|
+
* Get a loyalty program product limitations
|
|
4241
4241
|
*
|
|
4242
4242
|
* @export
|
|
4243
4243
|
* @class GetLoyaltyProgramProductLimitation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@springtree/eva-services-core-management",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"description": "The EVA service repository for EVA.Core.Management",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "SpringTree <info@springtree.nl>",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"type": "module",
|
|
33
33
|
"private": false,
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@springtree/eva-services-core": "^2.11.
|
|
35
|
+
"@springtree/eva-services-core": "^2.11.2"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "84718ad7c2e410f6e9bcb35857ceef72c006b6fe"
|
|
38
38
|
}
|