flykup_model_development 3.0.4 → 3.0.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.
@@ -122,6 +122,10 @@ const ShoppableVideoSchema = new Schema(
122
122
  enum: ["success", "failed","progress"],
123
123
  default: "progress",
124
124
 
125
+ },
126
+ durationSeconds: {
127
+ type: Number,
128
+ default: null,
125
129
  },
126
130
  reductionPercentage:{
127
131
  type:String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flykup_model_development",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "private": false,