tango-api-schema 2.1.91 → 2.1.93
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/checklistlog.js
CHANGED
package/schema/client.model.js
CHANGED
|
@@ -273,7 +273,7 @@ const client = new mongoose.Schema(
|
|
|
273
273
|
default:'<='
|
|
274
274
|
},
|
|
275
275
|
value: {
|
|
276
|
-
type:
|
|
276
|
+
type: String,
|
|
277
277
|
default: "1"
|
|
278
278
|
},
|
|
279
279
|
},
|
|
@@ -283,7 +283,7 @@ const client = new mongoose.Schema(
|
|
|
283
283
|
default: '>'
|
|
284
284
|
},
|
|
285
285
|
value: {
|
|
286
|
-
type:
|
|
286
|
+
type: String,
|
|
287
287
|
default:'1'
|
|
288
288
|
},
|
|
289
289
|
},
|
|
@@ -293,7 +293,7 @@ const client = new mongoose.Schema(
|
|
|
293
293
|
default:"<="
|
|
294
294
|
},
|
|
295
295
|
value: {
|
|
296
|
-
type:
|
|
296
|
+
type: String,
|
|
297
297
|
default:"5"
|
|
298
298
|
},
|
|
299
299
|
},
|
|
@@ -303,7 +303,7 @@ const client = new mongoose.Schema(
|
|
|
303
303
|
default:">"
|
|
304
304
|
},
|
|
305
305
|
value: {
|
|
306
|
-
type:
|
|
306
|
+
type: String,
|
|
307
307
|
default:'5'
|
|
308
308
|
},
|
|
309
309
|
},
|