rerobe-js-orm 4.2.3 → 4.2.5
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.
|
@@ -63,6 +63,7 @@ export namespace RIBBN_WEBHOOK_EVENT_DICT {
|
|
|
63
63
|
}
|
|
64
64
|
export namespace SUBSCRIPTION_STATUSES {
|
|
65
65
|
const active: string;
|
|
66
|
+
const activeNoSellRequests: string;
|
|
66
67
|
const past_due: string;
|
|
67
68
|
const canceled: string;
|
|
68
69
|
const unpaid: string;
|
|
@@ -70,4 +71,5 @@ export namespace SUBSCRIPTION_STATUSES {
|
|
|
70
71
|
const incomplete: string;
|
|
71
72
|
const incomplete_expired: string;
|
|
72
73
|
const paused: string;
|
|
74
|
+
const special: string;
|
|
73
75
|
}
|
|
@@ -57,6 +57,7 @@ exports.RIBBN_WEBHOOK_EVENT_DICT = {
|
|
|
57
57
|
};
|
|
58
58
|
exports.SUBSCRIPTION_STATUSES = {
|
|
59
59
|
active: 'ACTIVE',
|
|
60
|
+
activeNoSellRequests: 'ACTIVE_NO_SELL_REQUESTS',
|
|
60
61
|
past_due: 'PAST_DUE',
|
|
61
62
|
canceled: 'CANCELED',
|
|
62
63
|
unpaid: 'UNPAID',
|
|
@@ -64,4 +65,5 @@ exports.SUBSCRIPTION_STATUSES = {
|
|
|
64
65
|
incomplete: 'INCOMPLETE',
|
|
65
66
|
incomplete_expired: 'INCOMPLETE_EXPIRED',
|
|
66
67
|
paused: 'PAUSED',
|
|
68
|
+
special: 'SPECIAL',
|
|
67
69
|
};
|
|
@@ -73,37 +73,20 @@ const measurementCategoryOptions = [
|
|
|
73
73
|
value: 'Accessories',
|
|
74
74
|
measurementFields: ['width', 'height', 'depth'],
|
|
75
75
|
},
|
|
76
|
-
{
|
|
77
|
-
label: 'Bottoms',
|
|
78
|
-
value: 'Bottoms',
|
|
79
|
-
measurementFields: ['waistCircumference', 'innerLeg', 'outerLeg', 'footCircumference'],
|
|
80
|
-
},
|
|
81
76
|
{
|
|
82
77
|
label: 'Bags',
|
|
83
78
|
value: 'Bags',
|
|
84
79
|
measurementFields: ['length', 'height', 'width', 'handDrop', 'shoulderDrop'],
|
|
85
80
|
},
|
|
86
81
|
{
|
|
87
|
-
label: '
|
|
88
|
-
value: '
|
|
89
|
-
measurementFields: ['
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
label: 'Coats',
|
|
93
|
-
value: 'Coats',
|
|
94
|
-
measurementFields: ['chestCircumference', 'waistCircumference', 'length', 'shoulderWidth', 'sleeveLength'],
|
|
82
|
+
label: 'Bottoms (Pants, Shorts, Skirts, etc.)',
|
|
83
|
+
value: 'Bottoms (Pants, Shorts, Skirts, etc.)',
|
|
84
|
+
measurementFields: ['waistCircumference', 'innerLeg', 'outerLeg', 'footCircumference'],
|
|
95
85
|
},
|
|
96
86
|
{
|
|
97
|
-
label: '
|
|
98
|
-
value: '
|
|
99
|
-
measurementFields: [
|
|
100
|
-
'bustCircumference',
|
|
101
|
-
'waistCircumference',
|
|
102
|
-
'hipCircumference',
|
|
103
|
-
'length',
|
|
104
|
-
'shoulderWidth',
|
|
105
|
-
'sleeveLength',
|
|
106
|
-
],
|
|
87
|
+
label: 'Collared Shirts & Tops',
|
|
88
|
+
value: 'Collared Shirts & Tops',
|
|
89
|
+
measurementFields: ['neckCircumference', 'collarLength', 'sleeveLength', 'chestCircumference'],
|
|
107
90
|
},
|
|
108
91
|
{
|
|
109
92
|
label: 'Eyewear',
|
|
@@ -126,9 +109,36 @@ const measurementCategoryOptions = [
|
|
|
126
109
|
measurementFields: ['headCircumference', 'brimWidth', 'crownHeight'],
|
|
127
110
|
},
|
|
128
111
|
{
|
|
129
|
-
label: '
|
|
130
|
-
value: '
|
|
131
|
-
measurementFields: ['
|
|
112
|
+
label: 'Jackets (Blazers, Outerwear, Coats)',
|
|
113
|
+
value: 'Jackets (Blazers, Outerwear, Coats)',
|
|
114
|
+
measurementFields: ['chestCircumference', 'waistCircumference', 'length', 'shoulderWidth', 'sleeveLength'],
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
label: 'Jeans',
|
|
118
|
+
value: 'Jeans',
|
|
119
|
+
measurementFields: ['waistCircumference', 'innerLeg', 'outerLeg', 'footCircumference'],
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
label: 'Jewelry',
|
|
123
|
+
value: 'Jewelry',
|
|
124
|
+
measurementFields: ['length', 'width', 'diameter'],
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
label: 'Non-collared Shirts & Tops (Sweaters, Knitwear, etc.)',
|
|
128
|
+
value: 'Non-collared Shirts & Tops (Sweaters, Knitwear, etc.)',
|
|
129
|
+
measurementFields: ['chestCircumference', 'waistCircumference', 'length', 'shoulderWidth', 'sleeveLength'],
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
label: 'One-piece Apparel (Dresses, Jumpsuits, etc.)',
|
|
133
|
+
value: 'One-piece Apparel (Dresses, Jumpsuits, etc.)',
|
|
134
|
+
measurementFields: [
|
|
135
|
+
'bustCircumference',
|
|
136
|
+
'waistCircumference',
|
|
137
|
+
'hipCircumference',
|
|
138
|
+
'length',
|
|
139
|
+
'shoulderWidth',
|
|
140
|
+
'sleeveLength',
|
|
141
|
+
],
|
|
132
142
|
},
|
|
133
143
|
{
|
|
134
144
|
label: 'Shoes',
|
|
@@ -136,8 +146,8 @@ const measurementCategoryOptions = [
|
|
|
136
146
|
measurementFields: ['footLength', 'footWidth', 'heelHeight', 'shaftHeight', 'calfCircumference'],
|
|
137
147
|
},
|
|
138
148
|
{
|
|
139
|
-
label: 'Suits',
|
|
140
|
-
value: 'Suits',
|
|
149
|
+
label: 'Suits & Sets',
|
|
150
|
+
value: 'Suits & Sets',
|
|
141
151
|
measurementFields: [
|
|
142
152
|
'chestCircumference',
|
|
143
153
|
'length',
|
|
@@ -149,6 +159,11 @@ const measurementCategoryOptions = [
|
|
|
149
159
|
'footCircumference',
|
|
150
160
|
],
|
|
151
161
|
},
|
|
162
|
+
{
|
|
163
|
+
label: 'Tops (Blouses, Shirts, Sweaters, etc.)',
|
|
164
|
+
value: 'Tops (Blouses, Shirts, Sweaters, etc.)',
|
|
165
|
+
measurementFields: ['chestCircumference', 'waistCircumference', 'length', 'shoulderWidth', 'sleeveLength'],
|
|
166
|
+
},
|
|
152
167
|
];
|
|
153
168
|
exports.measurementCategoryOptions = measurementCategoryOptions;
|
|
154
169
|
const sizeOptions = [
|