tango-api-schema 2.2.99 → 2.2.101
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
package/schema/client.model.js
CHANGED
|
@@ -121,7 +121,8 @@ const processedchecklistconfigSchema = new mongoose.Schema({
|
|
|
121
121
|
rawImageUpload: {
|
|
122
122
|
type: Boolean,
|
|
123
123
|
default:false
|
|
124
|
-
},
|
|
124
|
+
},
|
|
125
|
+
aiStoreList:{
|
|
125
126
|
type:Array
|
|
126
127
|
},
|
|
127
128
|
aiConfig:{
|
|
@@ -158,6 +159,10 @@ const processedchecklistconfigSchema = new mongoose.Schema({
|
|
|
158
159
|
type:Boolean
|
|
159
160
|
}
|
|
160
161
|
},
|
|
162
|
+
rawVideoUpload: {
|
|
163
|
+
type: Boolean,
|
|
164
|
+
default:false
|
|
165
|
+
},
|
|
161
166
|
},
|
|
162
167
|
{
|
|
163
168
|
strict: true,
|