rerobe-js-orm 3.2.8 → 3.2.9

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.
@@ -157,6 +157,66 @@ export namespace PRODUCT_STATE_LABELS {
157
157
  const merchantDonated_2: string;
158
158
  export { merchantDonated_2 as merchantDonated };
159
159
  }
160
+ export namespace PRODUCT_STATE_LABELS_ADMIN_VIEW {
161
+ const archived_4: string;
162
+ export { archived_4 as archived };
163
+ const sellRequestReview_3: string;
164
+ export { sellRequestReview_3 as sellRequestReview };
165
+ const sellRequestReviewDraft_3: string;
166
+ export { sellRequestReviewDraft_3 as sellRequestReviewDraft };
167
+ const rejected_3: string;
168
+ export { rejected_3 as rejected };
169
+ const draft_3: string;
170
+ export { draft_3 as draft };
171
+ const accepted_3: string;
172
+ export { accepted_3 as accepted };
173
+ const sellerToDropOff_3: string;
174
+ export { sellerToDropOff_3 as sellerToDropOff };
175
+ const sellerToShip_3: string;
176
+ export { sellerToShip_3 as sellerToShip };
177
+ const sellerToGetPickUp_3: string;
178
+ export { sellerToGetPickUp_3 as sellerToGetPickUp };
179
+ const qualityControl_3: string;
180
+ export { qualityControl_3 as qualityControl };
181
+ const pendingPublication_3: string;
182
+ export { pendingPublication_3 as pendingPublication };
183
+ const listed_3: string;
184
+ export { listed_3 as listed };
185
+ const hold_3: string;
186
+ export { hold_3 as hold };
187
+ const clearance_3: string;
188
+ export { clearance_3 as clearance };
189
+ const reserved_3: string;
190
+ export { reserved_3 as reserved };
191
+ const sold_3: string;
192
+ export { sold_3 as sold };
193
+ const returned_3: string;
194
+ export { returned_3 as returned };
195
+ const soldSellerToBePaid_3: string;
196
+ export { soldSellerToBePaid_3 as soldSellerToBePaid };
197
+ const soldSellerPaid_3: string;
198
+ export { soldSellerPaid_3 as soldSellerPaid };
199
+ const sellerSelfReject_3: string;
200
+ export { sellerSelfReject_3 as sellerSelfReject };
201
+ const liquidationRequested_3: string;
202
+ export { liquidationRequested_3 as liquidationRequested };
203
+ const liquidationReady_3: string;
204
+ export { liquidationReady_3 as liquidationReady };
205
+ const sellerLiquidated_3: string;
206
+ export { sellerLiquidated_3 as sellerLiquidated };
207
+ const loading_3: string;
208
+ export { loading_3 as loading };
209
+ const shoppingBag_3: string;
210
+ export { shoppingBag_3 as shoppingBag };
211
+ const reservationQueue_3: string;
212
+ export { reservationQueue_3 as reservationQueue };
213
+ const availableInStore_3: string;
214
+ export { availableInStore_3 as availableInStore };
215
+ const sellerDonated_3: string;
216
+ export { sellerDonated_3 as sellerDonated };
217
+ const merchantDonated_3: string;
218
+ export { merchantDonated_3 as merchantDonated };
219
+ }
160
220
  export namespace MEASUREMENT_CATEGORY {
161
221
  const SuitsNBlazers: string;
162
222
  const Bottoms: string;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MEASUREMENT_FIELDS_DICT = exports.MEASUREMENT_CATEGORY = exports.PRODUCT_STATE_LABELS = exports.PRODUCT_STATES = exports.SYSTEM_DRIVEN_STATES = exports.ADMIN_ACTION_DRIVEN_STATES = exports.ADMIN_DRIVEN_STATES = exports.SELLER_DRIVEN_STATES = void 0;
3
+ exports.MEASUREMENT_FIELDS_DICT = exports.MEASUREMENT_CATEGORY = exports.PRODUCT_STATE_LABELS_ADMIN_VIEW = exports.PRODUCT_STATE_LABELS = exports.PRODUCT_STATES = exports.SYSTEM_DRIVEN_STATES = exports.ADMIN_ACTION_DRIVEN_STATES = exports.ADMIN_DRIVEN_STATES = exports.SELLER_DRIVEN_STATES = void 0;
4
4
  exports.SELLER_DRIVEN_STATES = {
5
5
  archived: 'ARCHIVED',
6
6
  sellerDonated: 'SELLER_DONATED',
@@ -101,6 +101,37 @@ exports.PRODUCT_STATE_LABELS = {
101
101
  sellerDonated: 'Donated by you',
102
102
  merchantDonated: 'Donated by merchant',
103
103
  };
104
+ exports.PRODUCT_STATE_LABELS_ADMIN_VIEW = {
105
+ archived: 'Saved for later',
106
+ sellRequestReview: 'Waiting for approval',
107
+ sellRequestReviewDraft: 'In draft',
108
+ rejected: 'Declined by us',
109
+ draft: 'In admin draft',
110
+ accepted: 'Accepted',
111
+ sellerToDropOff: 'Awaiting drop off from seller',
112
+ sellerToShip: 'Awaiting seller to ship',
113
+ sellerToGetPickUp: 'Awaiting pick up from courier',
114
+ qualityControl: 'In quality control',
115
+ pendingPublication: 'Pending publication',
116
+ listed: 'Published for sale',
117
+ hold: 'Published-on hold by merchant for a potential customer',
118
+ clearance: 'On clearance',
119
+ reserved: 'In a shopping cart',
120
+ sold: 'Sold—return period open',
121
+ returned: 'Returned-pending publication',
122
+ soldSellerToBePaid: 'Sold-pending payment',
123
+ soldSellerPaid: 'Paid out',
124
+ sellerSelfReject: 'Declined by seller',
125
+ liquidationRequested: 'Requested to take back by seller',
126
+ liquidationReady: 'Ready for seller to take back',
127
+ sellerLiquidated: 'Taken back by seller',
128
+ loading: 'Loading',
129
+ shoppingBag: 'In a shopping bag',
130
+ reservationQueue: 'In waiting list',
131
+ availableInStore: 'Listed for sale in store',
132
+ sellerDonated: 'Donated by seller',
133
+ merchantDonated: 'Donated by merchant',
134
+ };
104
135
  exports.MEASUREMENT_CATEGORY = {
105
136
  SuitsNBlazers: 'Suits & Blazers',
106
137
  Bottoms: 'Bottoms',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "3.2.8",
3
+ "version": "3.2.9",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",