@fnlb-project/database 1.0.67 → 1.0.68
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/dist/index.d.ts +108 -0
- package/dist/index.js +191 -191
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -297,7 +297,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
297
297
|
function?: string | null | undefined;
|
|
298
298
|
id?: string | null | undefined;
|
|
299
299
|
_id?: unknown;
|
|
300
|
+
parent?: string | null | undefined;
|
|
300
301
|
command?: string | null | undefined;
|
|
302
|
+
statement?: string | null | undefined;
|
|
301
303
|
condition?: string | null | undefined;
|
|
302
304
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
303
305
|
type: any;
|
|
@@ -305,7 +307,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
305
307
|
function?: string | null | undefined;
|
|
306
308
|
id?: string | null | undefined;
|
|
307
309
|
_id?: unknown;
|
|
310
|
+
parent?: string | null | undefined;
|
|
308
311
|
command?: string | null | undefined;
|
|
312
|
+
statement?: string | null | undefined;
|
|
309
313
|
condition?: string | null | undefined;
|
|
310
314
|
}> & {
|
|
311
315
|
type: any;
|
|
@@ -313,7 +317,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
313
317
|
function?: string | null | undefined;
|
|
314
318
|
id?: string | null | undefined;
|
|
315
319
|
_id?: unknown;
|
|
320
|
+
parent?: string | null | undefined;
|
|
316
321
|
command?: string | null | undefined;
|
|
322
|
+
statement?: string | null | undefined;
|
|
317
323
|
condition?: string | null | undefined;
|
|
318
324
|
}>;
|
|
319
325
|
_id?: unknown;
|
|
@@ -330,7 +336,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
330
336
|
function?: string | null | undefined;
|
|
331
337
|
id?: string | null | undefined;
|
|
332
338
|
_id?: unknown;
|
|
339
|
+
parent?: string | null | undefined;
|
|
333
340
|
command?: string | null | undefined;
|
|
341
|
+
statement?: string | null | undefined;
|
|
334
342
|
condition?: string | null | undefined;
|
|
335
343
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
336
344
|
type: any;
|
|
@@ -338,7 +346,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
338
346
|
function?: string | null | undefined;
|
|
339
347
|
id?: string | null | undefined;
|
|
340
348
|
_id?: unknown;
|
|
349
|
+
parent?: string | null | undefined;
|
|
341
350
|
command?: string | null | undefined;
|
|
351
|
+
statement?: string | null | undefined;
|
|
342
352
|
condition?: string | null | undefined;
|
|
343
353
|
}> & {
|
|
344
354
|
type: any;
|
|
@@ -346,7 +356,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
346
356
|
function?: string | null | undefined;
|
|
347
357
|
id?: string | null | undefined;
|
|
348
358
|
_id?: unknown;
|
|
359
|
+
parent?: string | null | undefined;
|
|
349
360
|
command?: string | null | undefined;
|
|
361
|
+
statement?: string | null | undefined;
|
|
350
362
|
condition?: string | null | undefined;
|
|
351
363
|
}>;
|
|
352
364
|
_id?: unknown;
|
|
@@ -363,7 +375,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
363
375
|
function?: string | null | undefined;
|
|
364
376
|
id?: string | null | undefined;
|
|
365
377
|
_id?: unknown;
|
|
378
|
+
parent?: string | null | undefined;
|
|
366
379
|
command?: string | null | undefined;
|
|
380
|
+
statement?: string | null | undefined;
|
|
367
381
|
condition?: string | null | undefined;
|
|
368
382
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
369
383
|
type: any;
|
|
@@ -371,7 +385,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
371
385
|
function?: string | null | undefined;
|
|
372
386
|
id?: string | null | undefined;
|
|
373
387
|
_id?: unknown;
|
|
388
|
+
parent?: string | null | undefined;
|
|
374
389
|
command?: string | null | undefined;
|
|
390
|
+
statement?: string | null | undefined;
|
|
375
391
|
condition?: string | null | undefined;
|
|
376
392
|
}> & {
|
|
377
393
|
type: any;
|
|
@@ -379,7 +395,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
379
395
|
function?: string | null | undefined;
|
|
380
396
|
id?: string | null | undefined;
|
|
381
397
|
_id?: unknown;
|
|
398
|
+
parent?: string | null | undefined;
|
|
382
399
|
command?: string | null | undefined;
|
|
400
|
+
statement?: string | null | undefined;
|
|
383
401
|
condition?: string | null | undefined;
|
|
384
402
|
}>;
|
|
385
403
|
_id?: unknown;
|
|
@@ -753,7 +771,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
753
771
|
function?: string | null | undefined;
|
|
754
772
|
id?: string | null | undefined;
|
|
755
773
|
_id?: unknown;
|
|
774
|
+
parent?: string | null | undefined;
|
|
756
775
|
command?: string | null | undefined;
|
|
776
|
+
statement?: string | null | undefined;
|
|
757
777
|
condition?: string | null | undefined;
|
|
758
778
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
759
779
|
type: any;
|
|
@@ -761,7 +781,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
761
781
|
function?: string | null | undefined;
|
|
762
782
|
id?: string | null | undefined;
|
|
763
783
|
_id?: unknown;
|
|
784
|
+
parent?: string | null | undefined;
|
|
764
785
|
command?: string | null | undefined;
|
|
786
|
+
statement?: string | null | undefined;
|
|
765
787
|
condition?: string | null | undefined;
|
|
766
788
|
}> & {
|
|
767
789
|
type: any;
|
|
@@ -769,7 +791,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
769
791
|
function?: string | null | undefined;
|
|
770
792
|
id?: string | null | undefined;
|
|
771
793
|
_id?: unknown;
|
|
794
|
+
parent?: string | null | undefined;
|
|
772
795
|
command?: string | null | undefined;
|
|
796
|
+
statement?: string | null | undefined;
|
|
773
797
|
condition?: string | null | undefined;
|
|
774
798
|
}>;
|
|
775
799
|
_id?: unknown;
|
|
@@ -786,7 +810,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
786
810
|
function?: string | null | undefined;
|
|
787
811
|
id?: string | null | undefined;
|
|
788
812
|
_id?: unknown;
|
|
813
|
+
parent?: string | null | undefined;
|
|
789
814
|
command?: string | null | undefined;
|
|
815
|
+
statement?: string | null | undefined;
|
|
790
816
|
condition?: string | null | undefined;
|
|
791
817
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
792
818
|
type: any;
|
|
@@ -794,7 +820,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
794
820
|
function?: string | null | undefined;
|
|
795
821
|
id?: string | null | undefined;
|
|
796
822
|
_id?: unknown;
|
|
823
|
+
parent?: string | null | undefined;
|
|
797
824
|
command?: string | null | undefined;
|
|
825
|
+
statement?: string | null | undefined;
|
|
798
826
|
condition?: string | null | undefined;
|
|
799
827
|
}> & {
|
|
800
828
|
type: any;
|
|
@@ -802,7 +830,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
802
830
|
function?: string | null | undefined;
|
|
803
831
|
id?: string | null | undefined;
|
|
804
832
|
_id?: unknown;
|
|
833
|
+
parent?: string | null | undefined;
|
|
805
834
|
command?: string | null | undefined;
|
|
835
|
+
statement?: string | null | undefined;
|
|
806
836
|
condition?: string | null | undefined;
|
|
807
837
|
}>;
|
|
808
838
|
_id?: unknown;
|
|
@@ -819,7 +849,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
819
849
|
function?: string | null | undefined;
|
|
820
850
|
id?: string | null | undefined;
|
|
821
851
|
_id?: unknown;
|
|
852
|
+
parent?: string | null | undefined;
|
|
822
853
|
command?: string | null | undefined;
|
|
854
|
+
statement?: string | null | undefined;
|
|
823
855
|
condition?: string | null | undefined;
|
|
824
856
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
825
857
|
type: any;
|
|
@@ -827,7 +859,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
827
859
|
function?: string | null | undefined;
|
|
828
860
|
id?: string | null | undefined;
|
|
829
861
|
_id?: unknown;
|
|
862
|
+
parent?: string | null | undefined;
|
|
830
863
|
command?: string | null | undefined;
|
|
864
|
+
statement?: string | null | undefined;
|
|
831
865
|
condition?: string | null | undefined;
|
|
832
866
|
}> & {
|
|
833
867
|
type: any;
|
|
@@ -835,7 +869,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
835
869
|
function?: string | null | undefined;
|
|
836
870
|
id?: string | null | undefined;
|
|
837
871
|
_id?: unknown;
|
|
872
|
+
parent?: string | null | undefined;
|
|
838
873
|
command?: string | null | undefined;
|
|
874
|
+
statement?: string | null | undefined;
|
|
839
875
|
condition?: string | null | undefined;
|
|
840
876
|
}>;
|
|
841
877
|
_id?: unknown;
|
|
@@ -1209,7 +1245,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1209
1245
|
function?: string | null | undefined;
|
|
1210
1246
|
id?: string | null | undefined;
|
|
1211
1247
|
_id?: unknown;
|
|
1248
|
+
parent?: string | null | undefined;
|
|
1212
1249
|
command?: string | null | undefined;
|
|
1250
|
+
statement?: string | null | undefined;
|
|
1213
1251
|
condition?: string | null | undefined;
|
|
1214
1252
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
1215
1253
|
type: any;
|
|
@@ -1217,7 +1255,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1217
1255
|
function?: string | null | undefined;
|
|
1218
1256
|
id?: string | null | undefined;
|
|
1219
1257
|
_id?: unknown;
|
|
1258
|
+
parent?: string | null | undefined;
|
|
1220
1259
|
command?: string | null | undefined;
|
|
1260
|
+
statement?: string | null | undefined;
|
|
1221
1261
|
condition?: string | null | undefined;
|
|
1222
1262
|
}> & {
|
|
1223
1263
|
type: any;
|
|
@@ -1225,7 +1265,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1225
1265
|
function?: string | null | undefined;
|
|
1226
1266
|
id?: string | null | undefined;
|
|
1227
1267
|
_id?: unknown;
|
|
1268
|
+
parent?: string | null | undefined;
|
|
1228
1269
|
command?: string | null | undefined;
|
|
1270
|
+
statement?: string | null | undefined;
|
|
1229
1271
|
condition?: string | null | undefined;
|
|
1230
1272
|
}>;
|
|
1231
1273
|
_id?: unknown;
|
|
@@ -1242,7 +1284,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1242
1284
|
function?: string | null | undefined;
|
|
1243
1285
|
id?: string | null | undefined;
|
|
1244
1286
|
_id?: unknown;
|
|
1287
|
+
parent?: string | null | undefined;
|
|
1245
1288
|
command?: string | null | undefined;
|
|
1289
|
+
statement?: string | null | undefined;
|
|
1246
1290
|
condition?: string | null | undefined;
|
|
1247
1291
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
1248
1292
|
type: any;
|
|
@@ -1250,7 +1294,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1250
1294
|
function?: string | null | undefined;
|
|
1251
1295
|
id?: string | null | undefined;
|
|
1252
1296
|
_id?: unknown;
|
|
1297
|
+
parent?: string | null | undefined;
|
|
1253
1298
|
command?: string | null | undefined;
|
|
1299
|
+
statement?: string | null | undefined;
|
|
1254
1300
|
condition?: string | null | undefined;
|
|
1255
1301
|
}> & {
|
|
1256
1302
|
type: any;
|
|
@@ -1258,7 +1304,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1258
1304
|
function?: string | null | undefined;
|
|
1259
1305
|
id?: string | null | undefined;
|
|
1260
1306
|
_id?: unknown;
|
|
1307
|
+
parent?: string | null | undefined;
|
|
1261
1308
|
command?: string | null | undefined;
|
|
1309
|
+
statement?: string | null | undefined;
|
|
1262
1310
|
condition?: string | null | undefined;
|
|
1263
1311
|
}>;
|
|
1264
1312
|
_id?: unknown;
|
|
@@ -1275,7 +1323,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1275
1323
|
function?: string | null | undefined;
|
|
1276
1324
|
id?: string | null | undefined;
|
|
1277
1325
|
_id?: unknown;
|
|
1326
|
+
parent?: string | null | undefined;
|
|
1278
1327
|
command?: string | null | undefined;
|
|
1328
|
+
statement?: string | null | undefined;
|
|
1279
1329
|
condition?: string | null | undefined;
|
|
1280
1330
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
1281
1331
|
type: any;
|
|
@@ -1283,7 +1333,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1283
1333
|
function?: string | null | undefined;
|
|
1284
1334
|
id?: string | null | undefined;
|
|
1285
1335
|
_id?: unknown;
|
|
1336
|
+
parent?: string | null | undefined;
|
|
1286
1337
|
command?: string | null | undefined;
|
|
1338
|
+
statement?: string | null | undefined;
|
|
1287
1339
|
condition?: string | null | undefined;
|
|
1288
1340
|
}> & {
|
|
1289
1341
|
type: any;
|
|
@@ -1291,7 +1343,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1291
1343
|
function?: string | null | undefined;
|
|
1292
1344
|
id?: string | null | undefined;
|
|
1293
1345
|
_id?: unknown;
|
|
1346
|
+
parent?: string | null | undefined;
|
|
1294
1347
|
command?: string | null | undefined;
|
|
1348
|
+
statement?: string | null | undefined;
|
|
1295
1349
|
condition?: string | null | undefined;
|
|
1296
1350
|
}>;
|
|
1297
1351
|
_id?: unknown;
|
|
@@ -1669,7 +1723,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1669
1723
|
function?: string | null | undefined;
|
|
1670
1724
|
id?: string | null | undefined;
|
|
1671
1725
|
_id?: unknown;
|
|
1726
|
+
parent?: string | null | undefined;
|
|
1672
1727
|
command?: string | null | undefined;
|
|
1728
|
+
statement?: string | null | undefined;
|
|
1673
1729
|
condition?: string | null | undefined;
|
|
1674
1730
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
1675
1731
|
type: any;
|
|
@@ -1677,7 +1733,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1677
1733
|
function?: string | null | undefined;
|
|
1678
1734
|
id?: string | null | undefined;
|
|
1679
1735
|
_id?: unknown;
|
|
1736
|
+
parent?: string | null | undefined;
|
|
1680
1737
|
command?: string | null | undefined;
|
|
1738
|
+
statement?: string | null | undefined;
|
|
1681
1739
|
condition?: string | null | undefined;
|
|
1682
1740
|
}> & {
|
|
1683
1741
|
type: any;
|
|
@@ -1685,7 +1743,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1685
1743
|
function?: string | null | undefined;
|
|
1686
1744
|
id?: string | null | undefined;
|
|
1687
1745
|
_id?: unknown;
|
|
1746
|
+
parent?: string | null | undefined;
|
|
1688
1747
|
command?: string | null | undefined;
|
|
1748
|
+
statement?: string | null | undefined;
|
|
1689
1749
|
condition?: string | null | undefined;
|
|
1690
1750
|
}>;
|
|
1691
1751
|
_id?: unknown;
|
|
@@ -1702,7 +1762,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1702
1762
|
function?: string | null | undefined;
|
|
1703
1763
|
id?: string | null | undefined;
|
|
1704
1764
|
_id?: unknown;
|
|
1765
|
+
parent?: string | null | undefined;
|
|
1705
1766
|
command?: string | null | undefined;
|
|
1767
|
+
statement?: string | null | undefined;
|
|
1706
1768
|
condition?: string | null | undefined;
|
|
1707
1769
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
1708
1770
|
type: any;
|
|
@@ -1710,7 +1772,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1710
1772
|
function?: string | null | undefined;
|
|
1711
1773
|
id?: string | null | undefined;
|
|
1712
1774
|
_id?: unknown;
|
|
1775
|
+
parent?: string | null | undefined;
|
|
1713
1776
|
command?: string | null | undefined;
|
|
1777
|
+
statement?: string | null | undefined;
|
|
1714
1778
|
condition?: string | null | undefined;
|
|
1715
1779
|
}> & {
|
|
1716
1780
|
type: any;
|
|
@@ -1718,7 +1782,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1718
1782
|
function?: string | null | undefined;
|
|
1719
1783
|
id?: string | null | undefined;
|
|
1720
1784
|
_id?: unknown;
|
|
1785
|
+
parent?: string | null | undefined;
|
|
1721
1786
|
command?: string | null | undefined;
|
|
1787
|
+
statement?: string | null | undefined;
|
|
1722
1788
|
condition?: string | null | undefined;
|
|
1723
1789
|
}>;
|
|
1724
1790
|
_id?: unknown;
|
|
@@ -1735,7 +1801,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1735
1801
|
function?: string | null | undefined;
|
|
1736
1802
|
id?: string | null | undefined;
|
|
1737
1803
|
_id?: unknown;
|
|
1804
|
+
parent?: string | null | undefined;
|
|
1738
1805
|
command?: string | null | undefined;
|
|
1806
|
+
statement?: string | null | undefined;
|
|
1739
1807
|
condition?: string | null | undefined;
|
|
1740
1808
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
1741
1809
|
type: any;
|
|
@@ -1743,7 +1811,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1743
1811
|
function?: string | null | undefined;
|
|
1744
1812
|
id?: string | null | undefined;
|
|
1745
1813
|
_id?: unknown;
|
|
1814
|
+
parent?: string | null | undefined;
|
|
1746
1815
|
command?: string | null | undefined;
|
|
1816
|
+
statement?: string | null | undefined;
|
|
1747
1817
|
condition?: string | null | undefined;
|
|
1748
1818
|
}> & {
|
|
1749
1819
|
type: any;
|
|
@@ -1751,7 +1821,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1751
1821
|
function?: string | null | undefined;
|
|
1752
1822
|
id?: string | null | undefined;
|
|
1753
1823
|
_id?: unknown;
|
|
1824
|
+
parent?: string | null | undefined;
|
|
1754
1825
|
command?: string | null | undefined;
|
|
1826
|
+
statement?: string | null | undefined;
|
|
1755
1827
|
condition?: string | null | undefined;
|
|
1756
1828
|
}>;
|
|
1757
1829
|
_id?: unknown;
|
|
@@ -2125,7 +2197,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2125
2197
|
function?: string | null | undefined;
|
|
2126
2198
|
id?: string | null | undefined;
|
|
2127
2199
|
_id?: unknown;
|
|
2200
|
+
parent?: string | null | undefined;
|
|
2128
2201
|
command?: string | null | undefined;
|
|
2202
|
+
statement?: string | null | undefined;
|
|
2129
2203
|
condition?: string | null | undefined;
|
|
2130
2204
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2131
2205
|
type: any;
|
|
@@ -2133,7 +2207,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2133
2207
|
function?: string | null | undefined;
|
|
2134
2208
|
id?: string | null | undefined;
|
|
2135
2209
|
_id?: unknown;
|
|
2210
|
+
parent?: string | null | undefined;
|
|
2136
2211
|
command?: string | null | undefined;
|
|
2212
|
+
statement?: string | null | undefined;
|
|
2137
2213
|
condition?: string | null | undefined;
|
|
2138
2214
|
}> & {
|
|
2139
2215
|
type: any;
|
|
@@ -2141,7 +2217,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2141
2217
|
function?: string | null | undefined;
|
|
2142
2218
|
id?: string | null | undefined;
|
|
2143
2219
|
_id?: unknown;
|
|
2220
|
+
parent?: string | null | undefined;
|
|
2144
2221
|
command?: string | null | undefined;
|
|
2222
|
+
statement?: string | null | undefined;
|
|
2145
2223
|
condition?: string | null | undefined;
|
|
2146
2224
|
}>;
|
|
2147
2225
|
_id?: unknown;
|
|
@@ -2158,7 +2236,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2158
2236
|
function?: string | null | undefined;
|
|
2159
2237
|
id?: string | null | undefined;
|
|
2160
2238
|
_id?: unknown;
|
|
2239
|
+
parent?: string | null | undefined;
|
|
2161
2240
|
command?: string | null | undefined;
|
|
2241
|
+
statement?: string | null | undefined;
|
|
2162
2242
|
condition?: string | null | undefined;
|
|
2163
2243
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2164
2244
|
type: any;
|
|
@@ -2166,7 +2246,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2166
2246
|
function?: string | null | undefined;
|
|
2167
2247
|
id?: string | null | undefined;
|
|
2168
2248
|
_id?: unknown;
|
|
2249
|
+
parent?: string | null | undefined;
|
|
2169
2250
|
command?: string | null | undefined;
|
|
2251
|
+
statement?: string | null | undefined;
|
|
2170
2252
|
condition?: string | null | undefined;
|
|
2171
2253
|
}> & {
|
|
2172
2254
|
type: any;
|
|
@@ -2174,7 +2256,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2174
2256
|
function?: string | null | undefined;
|
|
2175
2257
|
id?: string | null | undefined;
|
|
2176
2258
|
_id?: unknown;
|
|
2259
|
+
parent?: string | null | undefined;
|
|
2177
2260
|
command?: string | null | undefined;
|
|
2261
|
+
statement?: string | null | undefined;
|
|
2178
2262
|
condition?: string | null | undefined;
|
|
2179
2263
|
}>;
|
|
2180
2264
|
_id?: unknown;
|
|
@@ -2191,7 +2275,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2191
2275
|
function?: string | null | undefined;
|
|
2192
2276
|
id?: string | null | undefined;
|
|
2193
2277
|
_id?: unknown;
|
|
2278
|
+
parent?: string | null | undefined;
|
|
2194
2279
|
command?: string | null | undefined;
|
|
2280
|
+
statement?: string | null | undefined;
|
|
2195
2281
|
condition?: string | null | undefined;
|
|
2196
2282
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2197
2283
|
type: any;
|
|
@@ -2199,7 +2285,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2199
2285
|
function?: string | null | undefined;
|
|
2200
2286
|
id?: string | null | undefined;
|
|
2201
2287
|
_id?: unknown;
|
|
2288
|
+
parent?: string | null | undefined;
|
|
2202
2289
|
command?: string | null | undefined;
|
|
2290
|
+
statement?: string | null | undefined;
|
|
2203
2291
|
condition?: string | null | undefined;
|
|
2204
2292
|
}> & {
|
|
2205
2293
|
type: any;
|
|
@@ -2207,7 +2295,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2207
2295
|
function?: string | null | undefined;
|
|
2208
2296
|
id?: string | null | undefined;
|
|
2209
2297
|
_id?: unknown;
|
|
2298
|
+
parent?: string | null | undefined;
|
|
2210
2299
|
command?: string | null | undefined;
|
|
2300
|
+
statement?: string | null | undefined;
|
|
2211
2301
|
condition?: string | null | undefined;
|
|
2212
2302
|
}>;
|
|
2213
2303
|
_id?: unknown;
|
|
@@ -2581,7 +2671,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2581
2671
|
function?: string | null | undefined;
|
|
2582
2672
|
id?: string | null | undefined;
|
|
2583
2673
|
_id?: unknown;
|
|
2674
|
+
parent?: string | null | undefined;
|
|
2584
2675
|
command?: string | null | undefined;
|
|
2676
|
+
statement?: string | null | undefined;
|
|
2585
2677
|
condition?: string | null | undefined;
|
|
2586
2678
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2587
2679
|
type: any;
|
|
@@ -2589,7 +2681,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2589
2681
|
function?: string | null | undefined;
|
|
2590
2682
|
id?: string | null | undefined;
|
|
2591
2683
|
_id?: unknown;
|
|
2684
|
+
parent?: string | null | undefined;
|
|
2592
2685
|
command?: string | null | undefined;
|
|
2686
|
+
statement?: string | null | undefined;
|
|
2593
2687
|
condition?: string | null | undefined;
|
|
2594
2688
|
}> & {
|
|
2595
2689
|
type: any;
|
|
@@ -2597,7 +2691,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2597
2691
|
function?: string | null | undefined;
|
|
2598
2692
|
id?: string | null | undefined;
|
|
2599
2693
|
_id?: unknown;
|
|
2694
|
+
parent?: string | null | undefined;
|
|
2600
2695
|
command?: string | null | undefined;
|
|
2696
|
+
statement?: string | null | undefined;
|
|
2601
2697
|
condition?: string | null | undefined;
|
|
2602
2698
|
}>;
|
|
2603
2699
|
_id?: unknown;
|
|
@@ -2614,7 +2710,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2614
2710
|
function?: string | null | undefined;
|
|
2615
2711
|
id?: string | null | undefined;
|
|
2616
2712
|
_id?: unknown;
|
|
2713
|
+
parent?: string | null | undefined;
|
|
2617
2714
|
command?: string | null | undefined;
|
|
2715
|
+
statement?: string | null | undefined;
|
|
2618
2716
|
condition?: string | null | undefined;
|
|
2619
2717
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2620
2718
|
type: any;
|
|
@@ -2622,7 +2720,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2622
2720
|
function?: string | null | undefined;
|
|
2623
2721
|
id?: string | null | undefined;
|
|
2624
2722
|
_id?: unknown;
|
|
2723
|
+
parent?: string | null | undefined;
|
|
2625
2724
|
command?: string | null | undefined;
|
|
2725
|
+
statement?: string | null | undefined;
|
|
2626
2726
|
condition?: string | null | undefined;
|
|
2627
2727
|
}> & {
|
|
2628
2728
|
type: any;
|
|
@@ -2630,7 +2730,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2630
2730
|
function?: string | null | undefined;
|
|
2631
2731
|
id?: string | null | undefined;
|
|
2632
2732
|
_id?: unknown;
|
|
2733
|
+
parent?: string | null | undefined;
|
|
2633
2734
|
command?: string | null | undefined;
|
|
2735
|
+
statement?: string | null | undefined;
|
|
2634
2736
|
condition?: string | null | undefined;
|
|
2635
2737
|
}>;
|
|
2636
2738
|
_id?: unknown;
|
|
@@ -2647,7 +2749,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2647
2749
|
function?: string | null | undefined;
|
|
2648
2750
|
id?: string | null | undefined;
|
|
2649
2751
|
_id?: unknown;
|
|
2752
|
+
parent?: string | null | undefined;
|
|
2650
2753
|
command?: string | null | undefined;
|
|
2754
|
+
statement?: string | null | undefined;
|
|
2651
2755
|
condition?: string | null | undefined;
|
|
2652
2756
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2653
2757
|
type: any;
|
|
@@ -2655,7 +2759,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2655
2759
|
function?: string | null | undefined;
|
|
2656
2760
|
id?: string | null | undefined;
|
|
2657
2761
|
_id?: unknown;
|
|
2762
|
+
parent?: string | null | undefined;
|
|
2658
2763
|
command?: string | null | undefined;
|
|
2764
|
+
statement?: string | null | undefined;
|
|
2659
2765
|
condition?: string | null | undefined;
|
|
2660
2766
|
}> & {
|
|
2661
2767
|
type: any;
|
|
@@ -2663,7 +2769,9 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2663
2769
|
function?: string | null | undefined;
|
|
2664
2770
|
id?: string | null | undefined;
|
|
2665
2771
|
_id?: unknown;
|
|
2772
|
+
parent?: string | null | undefined;
|
|
2666
2773
|
command?: string | null | undefined;
|
|
2774
|
+
statement?: string | null | undefined;
|
|
2667
2775
|
condition?: string | null | undefined;
|
|
2668
2776
|
}>;
|
|
2669
2777
|
_id?: unknown;
|