flykup_model_development 3.1.44 → 3.1.45

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.
@@ -152,7 +152,7 @@ const UserSchema = new mongoose.Schema(
152
152
  autoPaymentSetupDate: { type: Date },
153
153
  onboardingStatus: {
154
154
  type: String,
155
- enum: ["pending", "completed"],
155
+ enum: ["pending","profile_setup", "completed"],
156
156
  default: "completed" // Default to completed for existing users
157
157
  },
158
158
  deviceInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flykup_model_development",
3
- "version": "3.1.44",
3
+ "version": "3.1.45",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "private": false,