tango-api-schema 2.6.45 → 2.6.46

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "2.6.45",
3
+ "version": "2.6.46",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -141,6 +141,9 @@ const invoiceSchema = new mongoose.Schema(
141
141
  type:Boolean,
142
142
  default:false
143
143
  },
144
+ tempIndex:{ type:Number },
145
+ advancePeriod:{ type:String },
146
+ advanceMonths:{ type:Number },
144
147
  },{
145
148
  strict: true,
146
149
  versionKey: false,