@springtree/eva-services-core-management 2.3.1 → 2.3.3

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.1",
3
+ "version": "2.3.3",
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.1"
35
+ "@springtree/eva-services-core": "^2.12.0"
36
36
  },
37
- "gitHead": "69f84b73bb5162d438e82450f0b86b2e874d1646"
37
+ "gitHead": "60e48e18dc938f8fb4cda94c2e88f0f882f1f258"
38
38
  }