@fnlb-project/database 1.0.61 → 1.0.63
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 +60 -0
- package/dist/index.js +340 -340
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export declare const ApplicationModel: import("mongoose").Model<{
|
|
|
17
17
|
owner: import("mongoose").Types.ObjectId;
|
|
18
18
|
name: string;
|
|
19
19
|
secret: string;
|
|
20
|
+
icon?: string | null | undefined;
|
|
20
21
|
description?: string | null | undefined;
|
|
21
22
|
scopes?: number | null | undefined;
|
|
22
23
|
redirectUris?: string[] | null | undefined;
|
|
@@ -28,6 +29,7 @@ export declare const ApplicationModel: import("mongoose").Model<{
|
|
|
28
29
|
owner: import("mongoose").Types.ObjectId;
|
|
29
30
|
name: string;
|
|
30
31
|
secret: string;
|
|
32
|
+
icon?: string | null | undefined;
|
|
31
33
|
description?: string | null | undefined;
|
|
32
34
|
scopes?: number | null | undefined;
|
|
33
35
|
redirectUris?: string[] | null | undefined;
|
|
@@ -39,6 +41,7 @@ export declare const ApplicationModel: import("mongoose").Model<{
|
|
|
39
41
|
owner: import("mongoose").Types.ObjectId;
|
|
40
42
|
name: string;
|
|
41
43
|
secret: string;
|
|
44
|
+
icon?: string | null | undefined;
|
|
42
45
|
description?: string | null | undefined;
|
|
43
46
|
scopes?: number | null | undefined;
|
|
44
47
|
redirectUris?: string[] | null | undefined;
|
|
@@ -54,6 +57,7 @@ export declare const ApplicationModel: import("mongoose").Model<{
|
|
|
54
57
|
owner: import("mongoose").Types.ObjectId;
|
|
55
58
|
name: string;
|
|
56
59
|
secret: string;
|
|
60
|
+
icon?: string | null | undefined;
|
|
57
61
|
description?: string | null | undefined;
|
|
58
62
|
scopes?: number | null | undefined;
|
|
59
63
|
redirectUris?: string[] | null | undefined;
|
|
@@ -65,6 +69,7 @@ export declare const ApplicationModel: import("mongoose").Model<{
|
|
|
65
69
|
owner: import("mongoose").Types.ObjectId;
|
|
66
70
|
name: string;
|
|
67
71
|
secret: string;
|
|
72
|
+
icon?: string | null | undefined;
|
|
68
73
|
description?: string | null | undefined;
|
|
69
74
|
scopes?: number | null | undefined;
|
|
70
75
|
redirectUris?: string[] | null | undefined;
|
|
@@ -76,6 +81,7 @@ export declare const ApplicationModel: import("mongoose").Model<{
|
|
|
76
81
|
owner: import("mongoose").Types.ObjectId;
|
|
77
82
|
name: string;
|
|
78
83
|
secret: string;
|
|
84
|
+
icon?: string | null | undefined;
|
|
79
85
|
description?: string | null | undefined;
|
|
80
86
|
scopes?: number | null | undefined;
|
|
81
87
|
redirectUris?: string[] | null | undefined;
|
|
@@ -290,16 +296,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
290
296
|
_id?: unknown;
|
|
291
297
|
command?: string | null | undefined;
|
|
292
298
|
args?: string[] | null | undefined;
|
|
299
|
+
condition?: string | null | undefined;
|
|
293
300
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
294
301
|
type: any;
|
|
295
302
|
_id?: unknown;
|
|
296
303
|
command?: string | null | undefined;
|
|
297
304
|
args?: string[] | null | undefined;
|
|
305
|
+
condition?: string | null | undefined;
|
|
298
306
|
}> & {
|
|
299
307
|
type: any;
|
|
300
308
|
_id?: unknown;
|
|
301
309
|
command?: string | null | undefined;
|
|
302
310
|
args?: string[] | null | undefined;
|
|
311
|
+
condition?: string | null | undefined;
|
|
303
312
|
}>;
|
|
304
313
|
_id?: unknown;
|
|
305
314
|
flags?: number | null | undefined;
|
|
@@ -312,16 +321,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
312
321
|
_id?: unknown;
|
|
313
322
|
command?: string | null | undefined;
|
|
314
323
|
args?: string[] | null | undefined;
|
|
324
|
+
condition?: string | null | undefined;
|
|
315
325
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
316
326
|
type: any;
|
|
317
327
|
_id?: unknown;
|
|
318
328
|
command?: string | null | undefined;
|
|
319
329
|
args?: string[] | null | undefined;
|
|
330
|
+
condition?: string | null | undefined;
|
|
320
331
|
}> & {
|
|
321
332
|
type: any;
|
|
322
333
|
_id?: unknown;
|
|
323
334
|
command?: string | null | undefined;
|
|
324
335
|
args?: string[] | null | undefined;
|
|
336
|
+
condition?: string | null | undefined;
|
|
325
337
|
}>;
|
|
326
338
|
_id?: unknown;
|
|
327
339
|
flags?: number | null | undefined;
|
|
@@ -334,16 +346,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
334
346
|
_id?: unknown;
|
|
335
347
|
command?: string | null | undefined;
|
|
336
348
|
args?: string[] | null | undefined;
|
|
349
|
+
condition?: string | null | undefined;
|
|
337
350
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
338
351
|
type: any;
|
|
339
352
|
_id?: unknown;
|
|
340
353
|
command?: string | null | undefined;
|
|
341
354
|
args?: string[] | null | undefined;
|
|
355
|
+
condition?: string | null | undefined;
|
|
342
356
|
}> & {
|
|
343
357
|
type: any;
|
|
344
358
|
_id?: unknown;
|
|
345
359
|
command?: string | null | undefined;
|
|
346
360
|
args?: string[] | null | undefined;
|
|
361
|
+
condition?: string | null | undefined;
|
|
347
362
|
}>;
|
|
348
363
|
_id?: unknown;
|
|
349
364
|
flags?: number | null | undefined;
|
|
@@ -713,16 +728,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
713
728
|
_id?: unknown;
|
|
714
729
|
command?: string | null | undefined;
|
|
715
730
|
args?: string[] | null | undefined;
|
|
731
|
+
condition?: string | null | undefined;
|
|
716
732
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
717
733
|
type: any;
|
|
718
734
|
_id?: unknown;
|
|
719
735
|
command?: string | null | undefined;
|
|
720
736
|
args?: string[] | null | undefined;
|
|
737
|
+
condition?: string | null | undefined;
|
|
721
738
|
}> & {
|
|
722
739
|
type: any;
|
|
723
740
|
_id?: unknown;
|
|
724
741
|
command?: string | null | undefined;
|
|
725
742
|
args?: string[] | null | undefined;
|
|
743
|
+
condition?: string | null | undefined;
|
|
726
744
|
}>;
|
|
727
745
|
_id?: unknown;
|
|
728
746
|
flags?: number | null | undefined;
|
|
@@ -735,16 +753,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
735
753
|
_id?: unknown;
|
|
736
754
|
command?: string | null | undefined;
|
|
737
755
|
args?: string[] | null | undefined;
|
|
756
|
+
condition?: string | null | undefined;
|
|
738
757
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
739
758
|
type: any;
|
|
740
759
|
_id?: unknown;
|
|
741
760
|
command?: string | null | undefined;
|
|
742
761
|
args?: string[] | null | undefined;
|
|
762
|
+
condition?: string | null | undefined;
|
|
743
763
|
}> & {
|
|
744
764
|
type: any;
|
|
745
765
|
_id?: unknown;
|
|
746
766
|
command?: string | null | undefined;
|
|
747
767
|
args?: string[] | null | undefined;
|
|
768
|
+
condition?: string | null | undefined;
|
|
748
769
|
}>;
|
|
749
770
|
_id?: unknown;
|
|
750
771
|
flags?: number | null | undefined;
|
|
@@ -757,16 +778,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
757
778
|
_id?: unknown;
|
|
758
779
|
command?: string | null | undefined;
|
|
759
780
|
args?: string[] | null | undefined;
|
|
781
|
+
condition?: string | null | undefined;
|
|
760
782
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
761
783
|
type: any;
|
|
762
784
|
_id?: unknown;
|
|
763
785
|
command?: string | null | undefined;
|
|
764
786
|
args?: string[] | null | undefined;
|
|
787
|
+
condition?: string | null | undefined;
|
|
765
788
|
}> & {
|
|
766
789
|
type: any;
|
|
767
790
|
_id?: unknown;
|
|
768
791
|
command?: string | null | undefined;
|
|
769
792
|
args?: string[] | null | undefined;
|
|
793
|
+
condition?: string | null | undefined;
|
|
770
794
|
}>;
|
|
771
795
|
_id?: unknown;
|
|
772
796
|
flags?: number | null | undefined;
|
|
@@ -1136,16 +1160,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1136
1160
|
_id?: unknown;
|
|
1137
1161
|
command?: string | null | undefined;
|
|
1138
1162
|
args?: string[] | null | undefined;
|
|
1163
|
+
condition?: string | null | undefined;
|
|
1139
1164
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
1140
1165
|
type: any;
|
|
1141
1166
|
_id?: unknown;
|
|
1142
1167
|
command?: string | null | undefined;
|
|
1143
1168
|
args?: string[] | null | undefined;
|
|
1169
|
+
condition?: string | null | undefined;
|
|
1144
1170
|
}> & {
|
|
1145
1171
|
type: any;
|
|
1146
1172
|
_id?: unknown;
|
|
1147
1173
|
command?: string | null | undefined;
|
|
1148
1174
|
args?: string[] | null | undefined;
|
|
1175
|
+
condition?: string | null | undefined;
|
|
1149
1176
|
}>;
|
|
1150
1177
|
_id?: unknown;
|
|
1151
1178
|
flags?: number | null | undefined;
|
|
@@ -1158,16 +1185,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1158
1185
|
_id?: unknown;
|
|
1159
1186
|
command?: string | null | undefined;
|
|
1160
1187
|
args?: string[] | null | undefined;
|
|
1188
|
+
condition?: string | null | undefined;
|
|
1161
1189
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
1162
1190
|
type: any;
|
|
1163
1191
|
_id?: unknown;
|
|
1164
1192
|
command?: string | null | undefined;
|
|
1165
1193
|
args?: string[] | null | undefined;
|
|
1194
|
+
condition?: string | null | undefined;
|
|
1166
1195
|
}> & {
|
|
1167
1196
|
type: any;
|
|
1168
1197
|
_id?: unknown;
|
|
1169
1198
|
command?: string | null | undefined;
|
|
1170
1199
|
args?: string[] | null | undefined;
|
|
1200
|
+
condition?: string | null | undefined;
|
|
1171
1201
|
}>;
|
|
1172
1202
|
_id?: unknown;
|
|
1173
1203
|
flags?: number | null | undefined;
|
|
@@ -1180,16 +1210,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1180
1210
|
_id?: unknown;
|
|
1181
1211
|
command?: string | null | undefined;
|
|
1182
1212
|
args?: string[] | null | undefined;
|
|
1213
|
+
condition?: string | null | undefined;
|
|
1183
1214
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
1184
1215
|
type: any;
|
|
1185
1216
|
_id?: unknown;
|
|
1186
1217
|
command?: string | null | undefined;
|
|
1187
1218
|
args?: string[] | null | undefined;
|
|
1219
|
+
condition?: string | null | undefined;
|
|
1188
1220
|
}> & {
|
|
1189
1221
|
type: any;
|
|
1190
1222
|
_id?: unknown;
|
|
1191
1223
|
command?: string | null | undefined;
|
|
1192
1224
|
args?: string[] | null | undefined;
|
|
1225
|
+
condition?: string | null | undefined;
|
|
1193
1226
|
}>;
|
|
1194
1227
|
_id?: unknown;
|
|
1195
1228
|
flags?: number | null | undefined;
|
|
@@ -1563,16 +1596,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1563
1596
|
_id?: unknown;
|
|
1564
1597
|
command?: string | null | undefined;
|
|
1565
1598
|
args?: string[] | null | undefined;
|
|
1599
|
+
condition?: string | null | undefined;
|
|
1566
1600
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
1567
1601
|
type: any;
|
|
1568
1602
|
_id?: unknown;
|
|
1569
1603
|
command?: string | null | undefined;
|
|
1570
1604
|
args?: string[] | null | undefined;
|
|
1605
|
+
condition?: string | null | undefined;
|
|
1571
1606
|
}> & {
|
|
1572
1607
|
type: any;
|
|
1573
1608
|
_id?: unknown;
|
|
1574
1609
|
command?: string | null | undefined;
|
|
1575
1610
|
args?: string[] | null | undefined;
|
|
1611
|
+
condition?: string | null | undefined;
|
|
1576
1612
|
}>;
|
|
1577
1613
|
_id?: unknown;
|
|
1578
1614
|
flags?: number | null | undefined;
|
|
@@ -1585,16 +1621,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1585
1621
|
_id?: unknown;
|
|
1586
1622
|
command?: string | null | undefined;
|
|
1587
1623
|
args?: string[] | null | undefined;
|
|
1624
|
+
condition?: string | null | undefined;
|
|
1588
1625
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
1589
1626
|
type: any;
|
|
1590
1627
|
_id?: unknown;
|
|
1591
1628
|
command?: string | null | undefined;
|
|
1592
1629
|
args?: string[] | null | undefined;
|
|
1630
|
+
condition?: string | null | undefined;
|
|
1593
1631
|
}> & {
|
|
1594
1632
|
type: any;
|
|
1595
1633
|
_id?: unknown;
|
|
1596
1634
|
command?: string | null | undefined;
|
|
1597
1635
|
args?: string[] | null | undefined;
|
|
1636
|
+
condition?: string | null | undefined;
|
|
1598
1637
|
}>;
|
|
1599
1638
|
_id?: unknown;
|
|
1600
1639
|
flags?: number | null | undefined;
|
|
@@ -1607,16 +1646,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1607
1646
|
_id?: unknown;
|
|
1608
1647
|
command?: string | null | undefined;
|
|
1609
1648
|
args?: string[] | null | undefined;
|
|
1649
|
+
condition?: string | null | undefined;
|
|
1610
1650
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
1611
1651
|
type: any;
|
|
1612
1652
|
_id?: unknown;
|
|
1613
1653
|
command?: string | null | undefined;
|
|
1614
1654
|
args?: string[] | null | undefined;
|
|
1655
|
+
condition?: string | null | undefined;
|
|
1615
1656
|
}> & {
|
|
1616
1657
|
type: any;
|
|
1617
1658
|
_id?: unknown;
|
|
1618
1659
|
command?: string | null | undefined;
|
|
1619
1660
|
args?: string[] | null | undefined;
|
|
1661
|
+
condition?: string | null | undefined;
|
|
1620
1662
|
}>;
|
|
1621
1663
|
_id?: unknown;
|
|
1622
1664
|
flags?: number | null | undefined;
|
|
@@ -1986,16 +2028,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1986
2028
|
_id?: unknown;
|
|
1987
2029
|
command?: string | null | undefined;
|
|
1988
2030
|
args?: string[] | null | undefined;
|
|
2031
|
+
condition?: string | null | undefined;
|
|
1989
2032
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
1990
2033
|
type: any;
|
|
1991
2034
|
_id?: unknown;
|
|
1992
2035
|
command?: string | null | undefined;
|
|
1993
2036
|
args?: string[] | null | undefined;
|
|
2037
|
+
condition?: string | null | undefined;
|
|
1994
2038
|
}> & {
|
|
1995
2039
|
type: any;
|
|
1996
2040
|
_id?: unknown;
|
|
1997
2041
|
command?: string | null | undefined;
|
|
1998
2042
|
args?: string[] | null | undefined;
|
|
2043
|
+
condition?: string | null | undefined;
|
|
1999
2044
|
}>;
|
|
2000
2045
|
_id?: unknown;
|
|
2001
2046
|
flags?: number | null | undefined;
|
|
@@ -2008,16 +2053,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2008
2053
|
_id?: unknown;
|
|
2009
2054
|
command?: string | null | undefined;
|
|
2010
2055
|
args?: string[] | null | undefined;
|
|
2056
|
+
condition?: string | null | undefined;
|
|
2011
2057
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2012
2058
|
type: any;
|
|
2013
2059
|
_id?: unknown;
|
|
2014
2060
|
command?: string | null | undefined;
|
|
2015
2061
|
args?: string[] | null | undefined;
|
|
2062
|
+
condition?: string | null | undefined;
|
|
2016
2063
|
}> & {
|
|
2017
2064
|
type: any;
|
|
2018
2065
|
_id?: unknown;
|
|
2019
2066
|
command?: string | null | undefined;
|
|
2020
2067
|
args?: string[] | null | undefined;
|
|
2068
|
+
condition?: string | null | undefined;
|
|
2021
2069
|
}>;
|
|
2022
2070
|
_id?: unknown;
|
|
2023
2071
|
flags?: number | null | undefined;
|
|
@@ -2030,16 +2078,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2030
2078
|
_id?: unknown;
|
|
2031
2079
|
command?: string | null | undefined;
|
|
2032
2080
|
args?: string[] | null | undefined;
|
|
2081
|
+
condition?: string | null | undefined;
|
|
2033
2082
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2034
2083
|
type: any;
|
|
2035
2084
|
_id?: unknown;
|
|
2036
2085
|
command?: string | null | undefined;
|
|
2037
2086
|
args?: string[] | null | undefined;
|
|
2087
|
+
condition?: string | null | undefined;
|
|
2038
2088
|
}> & {
|
|
2039
2089
|
type: any;
|
|
2040
2090
|
_id?: unknown;
|
|
2041
2091
|
command?: string | null | undefined;
|
|
2042
2092
|
args?: string[] | null | undefined;
|
|
2093
|
+
condition?: string | null | undefined;
|
|
2043
2094
|
}>;
|
|
2044
2095
|
_id?: unknown;
|
|
2045
2096
|
flags?: number | null | undefined;
|
|
@@ -2409,16 +2460,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2409
2460
|
_id?: unknown;
|
|
2410
2461
|
command?: string | null | undefined;
|
|
2411
2462
|
args?: string[] | null | undefined;
|
|
2463
|
+
condition?: string | null | undefined;
|
|
2412
2464
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2413
2465
|
type: any;
|
|
2414
2466
|
_id?: unknown;
|
|
2415
2467
|
command?: string | null | undefined;
|
|
2416
2468
|
args?: string[] | null | undefined;
|
|
2469
|
+
condition?: string | null | undefined;
|
|
2417
2470
|
}> & {
|
|
2418
2471
|
type: any;
|
|
2419
2472
|
_id?: unknown;
|
|
2420
2473
|
command?: string | null | undefined;
|
|
2421
2474
|
args?: string[] | null | undefined;
|
|
2475
|
+
condition?: string | null | undefined;
|
|
2422
2476
|
}>;
|
|
2423
2477
|
_id?: unknown;
|
|
2424
2478
|
flags?: number | null | undefined;
|
|
@@ -2431,16 +2485,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2431
2485
|
_id?: unknown;
|
|
2432
2486
|
command?: string | null | undefined;
|
|
2433
2487
|
args?: string[] | null | undefined;
|
|
2488
|
+
condition?: string | null | undefined;
|
|
2434
2489
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2435
2490
|
type: any;
|
|
2436
2491
|
_id?: unknown;
|
|
2437
2492
|
command?: string | null | undefined;
|
|
2438
2493
|
args?: string[] | null | undefined;
|
|
2494
|
+
condition?: string | null | undefined;
|
|
2439
2495
|
}> & {
|
|
2440
2496
|
type: any;
|
|
2441
2497
|
_id?: unknown;
|
|
2442
2498
|
command?: string | null | undefined;
|
|
2443
2499
|
args?: string[] | null | undefined;
|
|
2500
|
+
condition?: string | null | undefined;
|
|
2444
2501
|
}>;
|
|
2445
2502
|
_id?: unknown;
|
|
2446
2503
|
flags?: number | null | undefined;
|
|
@@ -2453,16 +2510,19 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2453
2510
|
_id?: unknown;
|
|
2454
2511
|
command?: string | null | undefined;
|
|
2455
2512
|
args?: string[] | null | undefined;
|
|
2513
|
+
condition?: string | null | undefined;
|
|
2456
2514
|
}, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
|
|
2457
2515
|
type: any;
|
|
2458
2516
|
_id?: unknown;
|
|
2459
2517
|
command?: string | null | undefined;
|
|
2460
2518
|
args?: string[] | null | undefined;
|
|
2519
|
+
condition?: string | null | undefined;
|
|
2461
2520
|
}> & {
|
|
2462
2521
|
type: any;
|
|
2463
2522
|
_id?: unknown;
|
|
2464
2523
|
command?: string | null | undefined;
|
|
2465
2524
|
args?: string[] | null | undefined;
|
|
2525
|
+
condition?: string | null | undefined;
|
|
2466
2526
|
}>;
|
|
2467
2527
|
_id?: unknown;
|
|
2468
2528
|
flags?: number | null | undefined;
|