tabletcommand-backend-models 5.32.0 → 5.32.1
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.
|
@@ -224,7 +224,7 @@ async function ManagedIncidentModule(mongoose) {
|
|
|
224
224
|
},
|
|
225
225
|
// may be deprecated
|
|
226
226
|
local_id: {
|
|
227
|
-
type:
|
|
227
|
+
type: String,
|
|
228
228
|
},
|
|
229
229
|
}, {
|
|
230
230
|
_id: false,
|
|
@@ -302,7 +302,7 @@ async function ManagedIncidentModule(mongoose) {
|
|
|
302
302
|
},
|
|
303
303
|
// may be deprecated
|
|
304
304
|
local_id: {
|
|
305
|
-
type:
|
|
305
|
+
type: String,
|
|
306
306
|
},
|
|
307
307
|
note: {
|
|
308
308
|
type: String,
|
|
@@ -391,7 +391,7 @@ async function ManagedIncidentModule(mongoose) {
|
|
|
391
391
|
},
|
|
392
392
|
// may be deprecated
|
|
393
393
|
local_id: {
|
|
394
|
-
type:
|
|
394
|
+
type: String,
|
|
395
395
|
},
|
|
396
396
|
id: {
|
|
397
397
|
type: String,
|
|
@@ -557,7 +557,7 @@ async function ManagedIncidentModule(mongoose) {
|
|
|
557
557
|
},
|
|
558
558
|
// may be deprecated
|
|
559
559
|
local_id: {
|
|
560
|
-
type:
|
|
560
|
+
type: String,
|
|
561
561
|
},
|
|
562
562
|
AgencyID: {
|
|
563
563
|
type: String,
|
|
@@ -117,7 +117,7 @@ export declare function ManagedIncidentModule(mongoose: MongooseModule): Promise
|
|
|
117
117
|
default: string;
|
|
118
118
|
};
|
|
119
119
|
local_id: {
|
|
120
|
-
type:
|
|
120
|
+
type: StringConstructor;
|
|
121
121
|
};
|
|
122
122
|
id: {
|
|
123
123
|
type: StringConstructor;
|
|
@@ -309,7 +309,7 @@ export declare function ManagedIncidentModule(mongoose: MongooseModule): Promise
|
|
|
309
309
|
default: string;
|
|
310
310
|
};
|
|
311
311
|
local_id: {
|
|
312
|
-
type:
|
|
312
|
+
type: StringConstructor;
|
|
313
313
|
};
|
|
314
314
|
}>;
|
|
315
315
|
_methods: unknown;
|
|
@@ -355,7 +355,7 @@ export declare function ManagedIncidentModule(mongoose: MongooseModule): Promise
|
|
|
355
355
|
default: string;
|
|
356
356
|
};
|
|
357
357
|
local_id: {
|
|
358
|
-
type:
|
|
358
|
+
type: StringConstructor;
|
|
359
359
|
};
|
|
360
360
|
note: {
|
|
361
361
|
type: StringConstructor;
|
|
@@ -583,12 +583,12 @@ export declare function ManagedIncidentModule(mongoose: MongooseModule): Promise
|
|
|
583
583
|
default: string;
|
|
584
584
|
};
|
|
585
585
|
local_id: {
|
|
586
|
-
type:
|
|
586
|
+
type: StringConstructor;
|
|
587
587
|
};
|
|
588
588
|
}>[];
|
|
589
589
|
simulation: boolean;
|
|
590
590
|
rts: boolean;
|
|
591
|
-
local_id:
|
|
591
|
+
local_id: string;
|
|
592
592
|
AgencyID: string;
|
|
593
593
|
isMandatory: boolean;
|
|
594
594
|
record: import("../helpers").MongooseInterface<{
|
package/package.json
CHANGED
|
@@ -242,7 +242,7 @@ export async function ManagedIncidentModule(mongoose: MongooseModule) {
|
|
|
242
242
|
},
|
|
243
243
|
// may be deprecated
|
|
244
244
|
local_id: {
|
|
245
|
-
type:
|
|
245
|
+
type: String,
|
|
246
246
|
},
|
|
247
247
|
}, {
|
|
248
248
|
_id: false,
|
|
@@ -322,7 +322,7 @@ export async function ManagedIncidentModule(mongoose: MongooseModule) {
|
|
|
322
322
|
},
|
|
323
323
|
// may be deprecated
|
|
324
324
|
local_id: {
|
|
325
|
-
type:
|
|
325
|
+
type: String,
|
|
326
326
|
},
|
|
327
327
|
note: {
|
|
328
328
|
type: String,
|
|
@@ -413,7 +413,7 @@ export async function ManagedIncidentModule(mongoose: MongooseModule) {
|
|
|
413
413
|
},
|
|
414
414
|
// may be deprecated
|
|
415
415
|
local_id: {
|
|
416
|
-
type:
|
|
416
|
+
type: String,
|
|
417
417
|
},
|
|
418
418
|
id: {
|
|
419
419
|
type: String,
|
|
@@ -587,7 +587,7 @@ export async function ManagedIncidentModule(mongoose: MongooseModule) {
|
|
|
587
587
|
},
|
|
588
588
|
// may be deprecated
|
|
589
589
|
local_id: {
|
|
590
|
-
type:
|
|
590
|
+
type: String,
|
|
591
591
|
},
|
|
592
592
|
AgencyID: {
|
|
593
593
|
type: String,
|