flykup_model_development 3.1.63 → 3.1.64

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.
@@ -252,7 +252,7 @@ const orderSchema = new mongoose.Schema(
252
252
  },
253
253
  sourceType: {
254
254
  type: String,
255
- enum: ['static', 'shoppable_video', 'livestream', 'auction', 'flash_sale', 'giveaway','bundle_sale'],
255
+ enum: ['static', 'shoppable_video', 'livestream', 'auction', 'flash_sale', 'giveaway','bundle_sale','bundle_flash_sale'],
256
256
  required: true
257
257
  },
258
258
  sourceRefId: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flykup_model_development",
3
- "version": "3.1.63",
3
+ "version": "3.1.64",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "private": false,