@fnlb-project/database 1.0.31 → 1.0.32
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 +6 -7
- package/dist/index.js +431 -431
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// Generated by dts-bundle-generator v9.5.1
|
|
2
2
|
|
|
3
3
|
import { GenericErrorSender } from '@fnlb-project/shared/errors';
|
|
4
|
-
import { CategoryConfigPartyPrivacy } from '@fnlb-project/shared/types';
|
|
5
4
|
import { Schema } from 'mongoose';
|
|
6
5
|
|
|
7
6
|
export declare class DatabaseClient {
|
|
@@ -106,7 +105,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
106
105
|
replyLangs?: string[] | null | undefined;
|
|
107
106
|
searchLangs?: string[] | null | undefined;
|
|
108
107
|
platform?: string[] | null | undefined;
|
|
109
|
-
privacy?:
|
|
108
|
+
privacy?: any;
|
|
110
109
|
prefixes?: string[] | null | undefined;
|
|
111
110
|
statusText?: string[] | null | undefined;
|
|
112
111
|
statusInterval?: number | null | undefined;
|
|
@@ -574,7 +573,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
574
573
|
replyLangs?: string[] | null | undefined;
|
|
575
574
|
searchLangs?: string[] | null | undefined;
|
|
576
575
|
platform?: string[] | null | undefined;
|
|
577
|
-
privacy?:
|
|
576
|
+
privacy?: any;
|
|
578
577
|
prefixes?: string[] | null | undefined;
|
|
579
578
|
statusText?: string[] | null | undefined;
|
|
580
579
|
statusInterval?: number | null | undefined;
|
|
@@ -1042,7 +1041,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1042
1041
|
replyLangs?: string[] | null | undefined;
|
|
1043
1042
|
searchLangs?: string[] | null | undefined;
|
|
1044
1043
|
platform?: string[] | null | undefined;
|
|
1045
|
-
privacy?:
|
|
1044
|
+
privacy?: any;
|
|
1046
1045
|
prefixes?: string[] | null | undefined;
|
|
1047
1046
|
statusText?: string[] | null | undefined;
|
|
1048
1047
|
statusInterval?: number | null | undefined;
|
|
@@ -1514,7 +1513,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1514
1513
|
replyLangs?: string[] | null | undefined;
|
|
1515
1514
|
searchLangs?: string[] | null | undefined;
|
|
1516
1515
|
platform?: string[] | null | undefined;
|
|
1517
|
-
privacy?:
|
|
1516
|
+
privacy?: any;
|
|
1518
1517
|
prefixes?: string[] | null | undefined;
|
|
1519
1518
|
statusText?: string[] | null | undefined;
|
|
1520
1519
|
statusInterval?: number | null | undefined;
|
|
@@ -1982,7 +1981,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
1982
1981
|
replyLangs?: string[] | null | undefined;
|
|
1983
1982
|
searchLangs?: string[] | null | undefined;
|
|
1984
1983
|
platform?: string[] | null | undefined;
|
|
1985
|
-
privacy?:
|
|
1984
|
+
privacy?: any;
|
|
1986
1985
|
prefixes?: string[] | null | undefined;
|
|
1987
1986
|
statusText?: string[] | null | undefined;
|
|
1988
1987
|
statusInterval?: number | null | undefined;
|
|
@@ -2450,7 +2449,7 @@ export declare const CategoryModel: import("mongoose").Model<{
|
|
|
2450
2449
|
replyLangs?: string[] | null | undefined;
|
|
2451
2450
|
searchLangs?: string[] | null | undefined;
|
|
2452
2451
|
platform?: string[] | null | undefined;
|
|
2453
|
-
privacy?:
|
|
2452
|
+
privacy?: any;
|
|
2454
2453
|
prefixes?: string[] | null | undefined;
|
|
2455
2454
|
statusText?: string[] | null | undefined;
|
|
2456
2455
|
statusInterval?: number | null | undefined;
|