@compassdigital/sdk.typescript 4.488.0 → 4.489.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.488.0",
3
+ "version": "4.489.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -405,7 +405,7 @@ export interface CentricDiscountItemLevelConfigDetails {
405
405
  }
406
406
 
407
407
  export interface CentricDiscountItemLevelConfig {
408
- // details of the item level config
408
+ // details of the item level config, Voucherify only supports up to 20 items
409
409
  details: CentricDiscountItemLevelConfigDetails[];
410
410
  globalMenuGroupId?: string;
411
411
  globalMenuGroupName?: string;