@fnlb-project/database 1.0.65 → 1.0.67

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 CHANGED
@@ -295,6 +295,7 @@ export declare const CategoryModel: import("mongoose").Model<{
295
295
  type: any;
296
296
  args: string[];
297
297
  function?: string | null | undefined;
298
+ id?: string | null | undefined;
298
299
  _id?: unknown;
299
300
  command?: string | null | undefined;
300
301
  condition?: string | null | undefined;
@@ -302,6 +303,7 @@ export declare const CategoryModel: import("mongoose").Model<{
302
303
  type: any;
303
304
  args: string[];
304
305
  function?: string | null | undefined;
306
+ id?: string | null | undefined;
305
307
  _id?: unknown;
306
308
  command?: string | null | undefined;
307
309
  condition?: string | null | undefined;
@@ -309,6 +311,7 @@ export declare const CategoryModel: import("mongoose").Model<{
309
311
  type: any;
310
312
  args: string[];
311
313
  function?: string | null | undefined;
314
+ id?: string | null | undefined;
312
315
  _id?: unknown;
313
316
  command?: string | null | undefined;
314
317
  condition?: string | null | undefined;
@@ -316,6 +319,8 @@ export declare const CategoryModel: import("mongoose").Model<{
316
319
  _id?: unknown;
317
320
  flags?: number | null | undefined;
318
321
  event?: any;
322
+ command?: string | null | undefined;
323
+ interval?: string | null | undefined;
319
324
  }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
320
325
  type: any;
321
326
  name: string;
@@ -323,6 +328,7 @@ export declare const CategoryModel: import("mongoose").Model<{
323
328
  type: any;
324
329
  args: string[];
325
330
  function?: string | null | undefined;
331
+ id?: string | null | undefined;
326
332
  _id?: unknown;
327
333
  command?: string | null | undefined;
328
334
  condition?: string | null | undefined;
@@ -330,6 +336,7 @@ export declare const CategoryModel: import("mongoose").Model<{
330
336
  type: any;
331
337
  args: string[];
332
338
  function?: string | null | undefined;
339
+ id?: string | null | undefined;
333
340
  _id?: unknown;
334
341
  command?: string | null | undefined;
335
342
  condition?: string | null | undefined;
@@ -337,6 +344,7 @@ export declare const CategoryModel: import("mongoose").Model<{
337
344
  type: any;
338
345
  args: string[];
339
346
  function?: string | null | undefined;
347
+ id?: string | null | undefined;
340
348
  _id?: unknown;
341
349
  command?: string | null | undefined;
342
350
  condition?: string | null | undefined;
@@ -344,6 +352,8 @@ export declare const CategoryModel: import("mongoose").Model<{
344
352
  _id?: unknown;
345
353
  flags?: number | null | undefined;
346
354
  event?: any;
355
+ command?: string | null | undefined;
356
+ interval?: string | null | undefined;
347
357
  }> & {
348
358
  type: any;
349
359
  name: string;
@@ -351,6 +361,7 @@ export declare const CategoryModel: import("mongoose").Model<{
351
361
  type: any;
352
362
  args: string[];
353
363
  function?: string | null | undefined;
364
+ id?: string | null | undefined;
354
365
  _id?: unknown;
355
366
  command?: string | null | undefined;
356
367
  condition?: string | null | undefined;
@@ -358,6 +369,7 @@ export declare const CategoryModel: import("mongoose").Model<{
358
369
  type: any;
359
370
  args: string[];
360
371
  function?: string | null | undefined;
372
+ id?: string | null | undefined;
361
373
  _id?: unknown;
362
374
  command?: string | null | undefined;
363
375
  condition?: string | null | undefined;
@@ -365,6 +377,7 @@ export declare const CategoryModel: import("mongoose").Model<{
365
377
  type: any;
366
378
  args: string[];
367
379
  function?: string | null | undefined;
380
+ id?: string | null | undefined;
368
381
  _id?: unknown;
369
382
  command?: string | null | undefined;
370
383
  condition?: string | null | undefined;
@@ -372,6 +385,8 @@ export declare const CategoryModel: import("mongoose").Model<{
372
385
  _id?: unknown;
373
386
  flags?: number | null | undefined;
374
387
  event?: any;
388
+ command?: string | null | undefined;
389
+ interval?: string | null | undefined;
375
390
  }> | null | undefined;
376
391
  onlyOwnerCommands?: string[] | null | undefined;
377
392
  onlyAdminCommands?: string[] | null | undefined;
@@ -736,6 +751,7 @@ export declare const CategoryModel: import("mongoose").Model<{
736
751
  type: any;
737
752
  args: string[];
738
753
  function?: string | null | undefined;
754
+ id?: string | null | undefined;
739
755
  _id?: unknown;
740
756
  command?: string | null | undefined;
741
757
  condition?: string | null | undefined;
@@ -743,6 +759,7 @@ export declare const CategoryModel: import("mongoose").Model<{
743
759
  type: any;
744
760
  args: string[];
745
761
  function?: string | null | undefined;
762
+ id?: string | null | undefined;
746
763
  _id?: unknown;
747
764
  command?: string | null | undefined;
748
765
  condition?: string | null | undefined;
@@ -750,6 +767,7 @@ export declare const CategoryModel: import("mongoose").Model<{
750
767
  type: any;
751
768
  args: string[];
752
769
  function?: string | null | undefined;
770
+ id?: string | null | undefined;
753
771
  _id?: unknown;
754
772
  command?: string | null | undefined;
755
773
  condition?: string | null | undefined;
@@ -757,6 +775,8 @@ export declare const CategoryModel: import("mongoose").Model<{
757
775
  _id?: unknown;
758
776
  flags?: number | null | undefined;
759
777
  event?: any;
778
+ command?: string | null | undefined;
779
+ interval?: string | null | undefined;
760
780
  }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
761
781
  type: any;
762
782
  name: string;
@@ -764,6 +784,7 @@ export declare const CategoryModel: import("mongoose").Model<{
764
784
  type: any;
765
785
  args: string[];
766
786
  function?: string | null | undefined;
787
+ id?: string | null | undefined;
767
788
  _id?: unknown;
768
789
  command?: string | null | undefined;
769
790
  condition?: string | null | undefined;
@@ -771,6 +792,7 @@ export declare const CategoryModel: import("mongoose").Model<{
771
792
  type: any;
772
793
  args: string[];
773
794
  function?: string | null | undefined;
795
+ id?: string | null | undefined;
774
796
  _id?: unknown;
775
797
  command?: string | null | undefined;
776
798
  condition?: string | null | undefined;
@@ -778,6 +800,7 @@ export declare const CategoryModel: import("mongoose").Model<{
778
800
  type: any;
779
801
  args: string[];
780
802
  function?: string | null | undefined;
803
+ id?: string | null | undefined;
781
804
  _id?: unknown;
782
805
  command?: string | null | undefined;
783
806
  condition?: string | null | undefined;
@@ -785,6 +808,8 @@ export declare const CategoryModel: import("mongoose").Model<{
785
808
  _id?: unknown;
786
809
  flags?: number | null | undefined;
787
810
  event?: any;
811
+ command?: string | null | undefined;
812
+ interval?: string | null | undefined;
788
813
  }> & {
789
814
  type: any;
790
815
  name: string;
@@ -792,6 +817,7 @@ export declare const CategoryModel: import("mongoose").Model<{
792
817
  type: any;
793
818
  args: string[];
794
819
  function?: string | null | undefined;
820
+ id?: string | null | undefined;
795
821
  _id?: unknown;
796
822
  command?: string | null | undefined;
797
823
  condition?: string | null | undefined;
@@ -799,6 +825,7 @@ export declare const CategoryModel: import("mongoose").Model<{
799
825
  type: any;
800
826
  args: string[];
801
827
  function?: string | null | undefined;
828
+ id?: string | null | undefined;
802
829
  _id?: unknown;
803
830
  command?: string | null | undefined;
804
831
  condition?: string | null | undefined;
@@ -806,6 +833,7 @@ export declare const CategoryModel: import("mongoose").Model<{
806
833
  type: any;
807
834
  args: string[];
808
835
  function?: string | null | undefined;
836
+ id?: string | null | undefined;
809
837
  _id?: unknown;
810
838
  command?: string | null | undefined;
811
839
  condition?: string | null | undefined;
@@ -813,6 +841,8 @@ export declare const CategoryModel: import("mongoose").Model<{
813
841
  _id?: unknown;
814
842
  flags?: number | null | undefined;
815
843
  event?: any;
844
+ command?: string | null | undefined;
845
+ interval?: string | null | undefined;
816
846
  }> | null | undefined;
817
847
  onlyOwnerCommands?: string[] | null | undefined;
818
848
  onlyAdminCommands?: string[] | null | undefined;
@@ -1177,6 +1207,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1177
1207
  type: any;
1178
1208
  args: string[];
1179
1209
  function?: string | null | undefined;
1210
+ id?: string | null | undefined;
1180
1211
  _id?: unknown;
1181
1212
  command?: string | null | undefined;
1182
1213
  condition?: string | null | undefined;
@@ -1184,6 +1215,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1184
1215
  type: any;
1185
1216
  args: string[];
1186
1217
  function?: string | null | undefined;
1218
+ id?: string | null | undefined;
1187
1219
  _id?: unknown;
1188
1220
  command?: string | null | undefined;
1189
1221
  condition?: string | null | undefined;
@@ -1191,6 +1223,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1191
1223
  type: any;
1192
1224
  args: string[];
1193
1225
  function?: string | null | undefined;
1226
+ id?: string | null | undefined;
1194
1227
  _id?: unknown;
1195
1228
  command?: string | null | undefined;
1196
1229
  condition?: string | null | undefined;
@@ -1198,6 +1231,8 @@ export declare const CategoryModel: import("mongoose").Model<{
1198
1231
  _id?: unknown;
1199
1232
  flags?: number | null | undefined;
1200
1233
  event?: any;
1234
+ command?: string | null | undefined;
1235
+ interval?: string | null | undefined;
1201
1236
  }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1202
1237
  type: any;
1203
1238
  name: string;
@@ -1205,6 +1240,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1205
1240
  type: any;
1206
1241
  args: string[];
1207
1242
  function?: string | null | undefined;
1243
+ id?: string | null | undefined;
1208
1244
  _id?: unknown;
1209
1245
  command?: string | null | undefined;
1210
1246
  condition?: string | null | undefined;
@@ -1212,6 +1248,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1212
1248
  type: any;
1213
1249
  args: string[];
1214
1250
  function?: string | null | undefined;
1251
+ id?: string | null | undefined;
1215
1252
  _id?: unknown;
1216
1253
  command?: string | null | undefined;
1217
1254
  condition?: string | null | undefined;
@@ -1219,6 +1256,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1219
1256
  type: any;
1220
1257
  args: string[];
1221
1258
  function?: string | null | undefined;
1259
+ id?: string | null | undefined;
1222
1260
  _id?: unknown;
1223
1261
  command?: string | null | undefined;
1224
1262
  condition?: string | null | undefined;
@@ -1226,6 +1264,8 @@ export declare const CategoryModel: import("mongoose").Model<{
1226
1264
  _id?: unknown;
1227
1265
  flags?: number | null | undefined;
1228
1266
  event?: any;
1267
+ command?: string | null | undefined;
1268
+ interval?: string | null | undefined;
1229
1269
  }> & {
1230
1270
  type: any;
1231
1271
  name: string;
@@ -1233,6 +1273,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1233
1273
  type: any;
1234
1274
  args: string[];
1235
1275
  function?: string | null | undefined;
1276
+ id?: string | null | undefined;
1236
1277
  _id?: unknown;
1237
1278
  command?: string | null | undefined;
1238
1279
  condition?: string | null | undefined;
@@ -1240,6 +1281,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1240
1281
  type: any;
1241
1282
  args: string[];
1242
1283
  function?: string | null | undefined;
1284
+ id?: string | null | undefined;
1243
1285
  _id?: unknown;
1244
1286
  command?: string | null | undefined;
1245
1287
  condition?: string | null | undefined;
@@ -1247,6 +1289,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1247
1289
  type: any;
1248
1290
  args: string[];
1249
1291
  function?: string | null | undefined;
1292
+ id?: string | null | undefined;
1250
1293
  _id?: unknown;
1251
1294
  command?: string | null | undefined;
1252
1295
  condition?: string | null | undefined;
@@ -1254,6 +1297,8 @@ export declare const CategoryModel: import("mongoose").Model<{
1254
1297
  _id?: unknown;
1255
1298
  flags?: number | null | undefined;
1256
1299
  event?: any;
1300
+ command?: string | null | undefined;
1301
+ interval?: string | null | undefined;
1257
1302
  }> | null | undefined;
1258
1303
  onlyOwnerCommands?: string[] | null | undefined;
1259
1304
  onlyAdminCommands?: string[] | null | undefined;
@@ -1622,6 +1667,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1622
1667
  type: any;
1623
1668
  args: string[];
1624
1669
  function?: string | null | undefined;
1670
+ id?: string | null | undefined;
1625
1671
  _id?: unknown;
1626
1672
  command?: string | null | undefined;
1627
1673
  condition?: string | null | undefined;
@@ -1629,6 +1675,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1629
1675
  type: any;
1630
1676
  args: string[];
1631
1677
  function?: string | null | undefined;
1678
+ id?: string | null | undefined;
1632
1679
  _id?: unknown;
1633
1680
  command?: string | null | undefined;
1634
1681
  condition?: string | null | undefined;
@@ -1636,6 +1683,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1636
1683
  type: any;
1637
1684
  args: string[];
1638
1685
  function?: string | null | undefined;
1686
+ id?: string | null | undefined;
1639
1687
  _id?: unknown;
1640
1688
  command?: string | null | undefined;
1641
1689
  condition?: string | null | undefined;
@@ -1643,6 +1691,8 @@ export declare const CategoryModel: import("mongoose").Model<{
1643
1691
  _id?: unknown;
1644
1692
  flags?: number | null | undefined;
1645
1693
  event?: any;
1694
+ command?: string | null | undefined;
1695
+ interval?: string | null | undefined;
1646
1696
  }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
1647
1697
  type: any;
1648
1698
  name: string;
@@ -1650,6 +1700,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1650
1700
  type: any;
1651
1701
  args: string[];
1652
1702
  function?: string | null | undefined;
1703
+ id?: string | null | undefined;
1653
1704
  _id?: unknown;
1654
1705
  command?: string | null | undefined;
1655
1706
  condition?: string | null | undefined;
@@ -1657,6 +1708,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1657
1708
  type: any;
1658
1709
  args: string[];
1659
1710
  function?: string | null | undefined;
1711
+ id?: string | null | undefined;
1660
1712
  _id?: unknown;
1661
1713
  command?: string | null | undefined;
1662
1714
  condition?: string | null | undefined;
@@ -1664,6 +1716,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1664
1716
  type: any;
1665
1717
  args: string[];
1666
1718
  function?: string | null | undefined;
1719
+ id?: string | null | undefined;
1667
1720
  _id?: unknown;
1668
1721
  command?: string | null | undefined;
1669
1722
  condition?: string | null | undefined;
@@ -1671,6 +1724,8 @@ export declare const CategoryModel: import("mongoose").Model<{
1671
1724
  _id?: unknown;
1672
1725
  flags?: number | null | undefined;
1673
1726
  event?: any;
1727
+ command?: string | null | undefined;
1728
+ interval?: string | null | undefined;
1674
1729
  }> & {
1675
1730
  type: any;
1676
1731
  name: string;
@@ -1678,6 +1733,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1678
1733
  type: any;
1679
1734
  args: string[];
1680
1735
  function?: string | null | undefined;
1736
+ id?: string | null | undefined;
1681
1737
  _id?: unknown;
1682
1738
  command?: string | null | undefined;
1683
1739
  condition?: string | null | undefined;
@@ -1685,6 +1741,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1685
1741
  type: any;
1686
1742
  args: string[];
1687
1743
  function?: string | null | undefined;
1744
+ id?: string | null | undefined;
1688
1745
  _id?: unknown;
1689
1746
  command?: string | null | undefined;
1690
1747
  condition?: string | null | undefined;
@@ -1692,6 +1749,7 @@ export declare const CategoryModel: import("mongoose").Model<{
1692
1749
  type: any;
1693
1750
  args: string[];
1694
1751
  function?: string | null | undefined;
1752
+ id?: string | null | undefined;
1695
1753
  _id?: unknown;
1696
1754
  command?: string | null | undefined;
1697
1755
  condition?: string | null | undefined;
@@ -1699,6 +1757,8 @@ export declare const CategoryModel: import("mongoose").Model<{
1699
1757
  _id?: unknown;
1700
1758
  flags?: number | null | undefined;
1701
1759
  event?: any;
1760
+ command?: string | null | undefined;
1761
+ interval?: string | null | undefined;
1702
1762
  }> | null | undefined;
1703
1763
  onlyOwnerCommands?: string[] | null | undefined;
1704
1764
  onlyAdminCommands?: string[] | null | undefined;
@@ -2063,6 +2123,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2063
2123
  type: any;
2064
2124
  args: string[];
2065
2125
  function?: string | null | undefined;
2126
+ id?: string | null | undefined;
2066
2127
  _id?: unknown;
2067
2128
  command?: string | null | undefined;
2068
2129
  condition?: string | null | undefined;
@@ -2070,6 +2131,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2070
2131
  type: any;
2071
2132
  args: string[];
2072
2133
  function?: string | null | undefined;
2134
+ id?: string | null | undefined;
2073
2135
  _id?: unknown;
2074
2136
  command?: string | null | undefined;
2075
2137
  condition?: string | null | undefined;
@@ -2077,6 +2139,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2077
2139
  type: any;
2078
2140
  args: string[];
2079
2141
  function?: string | null | undefined;
2142
+ id?: string | null | undefined;
2080
2143
  _id?: unknown;
2081
2144
  command?: string | null | undefined;
2082
2145
  condition?: string | null | undefined;
@@ -2084,6 +2147,8 @@ export declare const CategoryModel: import("mongoose").Model<{
2084
2147
  _id?: unknown;
2085
2148
  flags?: number | null | undefined;
2086
2149
  event?: any;
2150
+ command?: string | null | undefined;
2151
+ interval?: string | null | undefined;
2087
2152
  }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2088
2153
  type: any;
2089
2154
  name: string;
@@ -2091,6 +2156,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2091
2156
  type: any;
2092
2157
  args: string[];
2093
2158
  function?: string | null | undefined;
2159
+ id?: string | null | undefined;
2094
2160
  _id?: unknown;
2095
2161
  command?: string | null | undefined;
2096
2162
  condition?: string | null | undefined;
@@ -2098,6 +2164,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2098
2164
  type: any;
2099
2165
  args: string[];
2100
2166
  function?: string | null | undefined;
2167
+ id?: string | null | undefined;
2101
2168
  _id?: unknown;
2102
2169
  command?: string | null | undefined;
2103
2170
  condition?: string | null | undefined;
@@ -2105,6 +2172,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2105
2172
  type: any;
2106
2173
  args: string[];
2107
2174
  function?: string | null | undefined;
2175
+ id?: string | null | undefined;
2108
2176
  _id?: unknown;
2109
2177
  command?: string | null | undefined;
2110
2178
  condition?: string | null | undefined;
@@ -2112,6 +2180,8 @@ export declare const CategoryModel: import("mongoose").Model<{
2112
2180
  _id?: unknown;
2113
2181
  flags?: number | null | undefined;
2114
2182
  event?: any;
2183
+ command?: string | null | undefined;
2184
+ interval?: string | null | undefined;
2115
2185
  }> & {
2116
2186
  type: any;
2117
2187
  name: string;
@@ -2119,6 +2189,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2119
2189
  type: any;
2120
2190
  args: string[];
2121
2191
  function?: string | null | undefined;
2192
+ id?: string | null | undefined;
2122
2193
  _id?: unknown;
2123
2194
  command?: string | null | undefined;
2124
2195
  condition?: string | null | undefined;
@@ -2126,6 +2197,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2126
2197
  type: any;
2127
2198
  args: string[];
2128
2199
  function?: string | null | undefined;
2200
+ id?: string | null | undefined;
2129
2201
  _id?: unknown;
2130
2202
  command?: string | null | undefined;
2131
2203
  condition?: string | null | undefined;
@@ -2133,6 +2205,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2133
2205
  type: any;
2134
2206
  args: string[];
2135
2207
  function?: string | null | undefined;
2208
+ id?: string | null | undefined;
2136
2209
  _id?: unknown;
2137
2210
  command?: string | null | undefined;
2138
2211
  condition?: string | null | undefined;
@@ -2140,6 +2213,8 @@ export declare const CategoryModel: import("mongoose").Model<{
2140
2213
  _id?: unknown;
2141
2214
  flags?: number | null | undefined;
2142
2215
  event?: any;
2216
+ command?: string | null | undefined;
2217
+ interval?: string | null | undefined;
2143
2218
  }> | null | undefined;
2144
2219
  onlyOwnerCommands?: string[] | null | undefined;
2145
2220
  onlyAdminCommands?: string[] | null | undefined;
@@ -2504,6 +2579,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2504
2579
  type: any;
2505
2580
  args: string[];
2506
2581
  function?: string | null | undefined;
2582
+ id?: string | null | undefined;
2507
2583
  _id?: unknown;
2508
2584
  command?: string | null | undefined;
2509
2585
  condition?: string | null | undefined;
@@ -2511,6 +2587,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2511
2587
  type: any;
2512
2588
  args: string[];
2513
2589
  function?: string | null | undefined;
2590
+ id?: string | null | undefined;
2514
2591
  _id?: unknown;
2515
2592
  command?: string | null | undefined;
2516
2593
  condition?: string | null | undefined;
@@ -2518,6 +2595,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2518
2595
  type: any;
2519
2596
  args: string[];
2520
2597
  function?: string | null | undefined;
2598
+ id?: string | null | undefined;
2521
2599
  _id?: unknown;
2522
2600
  command?: string | null | undefined;
2523
2601
  condition?: string | null | undefined;
@@ -2525,6 +2603,8 @@ export declare const CategoryModel: import("mongoose").Model<{
2525
2603
  _id?: unknown;
2526
2604
  flags?: number | null | undefined;
2527
2605
  event?: any;
2606
+ command?: string | null | undefined;
2607
+ interval?: string | null | undefined;
2528
2608
  }, import("mongoose").Types.Subdocument<import("bson").ObjectId, any, {
2529
2609
  type: any;
2530
2610
  name: string;
@@ -2532,6 +2612,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2532
2612
  type: any;
2533
2613
  args: string[];
2534
2614
  function?: string | null | undefined;
2615
+ id?: string | null | undefined;
2535
2616
  _id?: unknown;
2536
2617
  command?: string | null | undefined;
2537
2618
  condition?: string | null | undefined;
@@ -2539,6 +2620,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2539
2620
  type: any;
2540
2621
  args: string[];
2541
2622
  function?: string | null | undefined;
2623
+ id?: string | null | undefined;
2542
2624
  _id?: unknown;
2543
2625
  command?: string | null | undefined;
2544
2626
  condition?: string | null | undefined;
@@ -2546,6 +2628,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2546
2628
  type: any;
2547
2629
  args: string[];
2548
2630
  function?: string | null | undefined;
2631
+ id?: string | null | undefined;
2549
2632
  _id?: unknown;
2550
2633
  command?: string | null | undefined;
2551
2634
  condition?: string | null | undefined;
@@ -2553,6 +2636,8 @@ export declare const CategoryModel: import("mongoose").Model<{
2553
2636
  _id?: unknown;
2554
2637
  flags?: number | null | undefined;
2555
2638
  event?: any;
2639
+ command?: string | null | undefined;
2640
+ interval?: string | null | undefined;
2556
2641
  }> & {
2557
2642
  type: any;
2558
2643
  name: string;
@@ -2560,6 +2645,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2560
2645
  type: any;
2561
2646
  args: string[];
2562
2647
  function?: string | null | undefined;
2648
+ id?: string | null | undefined;
2563
2649
  _id?: unknown;
2564
2650
  command?: string | null | undefined;
2565
2651
  condition?: string | null | undefined;
@@ -2567,6 +2653,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2567
2653
  type: any;
2568
2654
  args: string[];
2569
2655
  function?: string | null | undefined;
2656
+ id?: string | null | undefined;
2570
2657
  _id?: unknown;
2571
2658
  command?: string | null | undefined;
2572
2659
  condition?: string | null | undefined;
@@ -2574,6 +2661,7 @@ export declare const CategoryModel: import("mongoose").Model<{
2574
2661
  type: any;
2575
2662
  args: string[];
2576
2663
  function?: string | null | undefined;
2664
+ id?: string | null | undefined;
2577
2665
  _id?: unknown;
2578
2666
  command?: string | null | undefined;
2579
2667
  condition?: string | null | undefined;
@@ -2581,6 +2669,8 @@ export declare const CategoryModel: import("mongoose").Model<{
2581
2669
  _id?: unknown;
2582
2670
  flags?: number | null | undefined;
2583
2671
  event?: any;
2672
+ command?: string | null | undefined;
2673
+ interval?: string | null | undefined;
2584
2674
  }> | null | undefined;
2585
2675
  onlyOwnerCommands?: string[] | null | undefined;
2586
2676
  onlyAdminCommands?: string[] | null | undefined;