@groupby/beacon-models
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "TypeScript interfaces and types for the beacons GroupBy systems receive.", | ||
@@ -10,0 +10,0 @@ "scripts": { |
@@ -92,4 +92,4 @@ "use strict"; | ||
properties: { | ||
sku: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'] }, | ||
productId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'] }, | ||
sku: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'] }, | ||
productId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'] }, | ||
}, | ||
@@ -96,0 +96,0 @@ }, |
@@ -18,5 +18,5 @@ "use strict"; | ||
title: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'] }, | ||
sku: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'], optional: true }, | ||
productId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'] }, | ||
parentId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'], optional: true }, | ||
sku: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'], optional: true }, | ||
productId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'] }, | ||
parentId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'], optional: true }, | ||
margin: { type: 'number', optional: true }, | ||
@@ -23,0 +23,0 @@ price: { type: 'number', optional: true }, |
@@ -18,5 +18,5 @@ "use strict"; | ||
title: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'] }, | ||
sku: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'], optional: true }, | ||
productId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'] }, | ||
parentId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'], optional: true }, | ||
sku: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'], optional: true }, | ||
productId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'] }, | ||
parentId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'], optional: true }, | ||
margin: { type: 'number', optional: true }, | ||
@@ -23,0 +23,0 @@ price: { type: 'number', optional: true }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
579033