tango-api-schema 1.0.7 → 1.0.8

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": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -99,6 +99,18 @@ const clientSchema=new mongoose.Schema( {
99
99
  type: Array,
100
100
  default: [ '*' ],
101
101
  },
102
+ reverseAPI:{
103
+ status:{
104
+ type:Boolean
105
+ },
106
+ api:{
107
+ type: String,
108
+ },
109
+ apiType:{
110
+ enum: [ 'receiving', 'collection' ],
111
+ type: String,
112
+ }
113
+ }
102
114
  },
103
115
  clientStatus: {
104
116
  type: String,