rerobe-js-orm 2.6.6 → 2.6.7
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.
|
@@ -1601,11 +1601,25 @@ const conditions = [
|
|
|
1601
1601
|
key: 'goodCondition',
|
|
1602
1602
|
},
|
|
1603
1603
|
{
|
|
1604
|
-
label: '
|
|
1605
|
-
value: '
|
|
1604
|
+
label: 'Worn',
|
|
1605
|
+
value: 'worn',
|
|
1606
1606
|
description: 'Worn frequently, may have defects like smaller stains or discoloration. Many old vintage items are worn frequently, have their flaws but are still cool! Only criteria: Make sure it has no sweat marks, no big stains or odors.',
|
|
1607
1607
|
key: 'fairCondition',
|
|
1608
1608
|
},
|
|
1609
|
+
// {
|
|
1610
|
+
// label: 'Good condition',
|
|
1611
|
+
// value: 'Good condition',
|
|
1612
|
+
// description:
|
|
1613
|
+
// 'This item has been worn over time, but is still well-preserved. Signs of wear is ok, but no defects like smaller stains or holes.',
|
|
1614
|
+
// key: 'goodCondition',
|
|
1615
|
+
// },
|
|
1616
|
+
// {
|
|
1617
|
+
// label: 'Fair condition',
|
|
1618
|
+
// value: 'Fair condition',
|
|
1619
|
+
// description:
|
|
1620
|
+
// 'Worn frequently, may have defects like smaller stains or discoloration. Many old vintage items are worn frequently, have their flaws but are still cool! Only criteria: Make sure it has no sweat marks, no big stains or odors.',
|
|
1621
|
+
// key: 'fairCondition',
|
|
1622
|
+
// },
|
|
1609
1623
|
];
|
|
1610
1624
|
exports.conditions = conditions;
|
|
1611
1625
|
const gender = [
|