@intlayer/backend 8.12.0-canary.0 → 8.12.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.
- package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/lsp.json +3969 -3972
- package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/lsp.json +3969 -3972
- package/dist/types/schemas/affiliate.schema.d.ts +10 -10
- package/dist/types/schemas/affiliateInvitation.schema.d.ts +7 -7
- package/dist/types/schemas/audit.schema.d.ts +2 -2
- package/dist/types/schemas/auditJob.schema.d.ts +5 -5
- package/dist/types/schemas/auditPage.schema.d.ts +6 -6
- package/dist/types/schemas/dictionary.schema.d.ts +11 -11
- package/dist/types/schemas/discussion.schema.d.ts +11 -11
- package/dist/types/schemas/organization.schema.d.ts +8 -8
- package/dist/types/schemas/plans.schema.d.ts +4 -4
- package/dist/types/schemas/project.schema.d.ts +6 -6
- package/dist/types/schemas/promoCode.schema.d.ts +2 -2
- package/dist/types/schemas/reviewer.schema.d.ts +10 -10
- package/dist/types/schemas/session.schema.d.ts +5 -5
- package/dist/types/schemas/showcaseProject.schema.d.ts +7 -7
- package/dist/types/schemas/tag.schema.d.ts +7 -7
- package/dist/types/utils/filtersAndPagination/getTagFiltersAndPagination.d.ts +5 -5
- package/package.json +10 -10
|
@@ -13,7 +13,7 @@ declare const affiliateSchema: Schema<AffiliateSchema, import("mongoose").Model<
|
|
|
13
13
|
}, "id"> & {
|
|
14
14
|
id: string;
|
|
15
15
|
}, {
|
|
16
|
-
|
|
16
|
+
commissionRate?: import("mongoose").SchemaDefinitionProperty<number, AffiliateSchema, import("mongoose").Document<unknown, {}, AffiliateSchema, {
|
|
17
17
|
id: string;
|
|
18
18
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Affiliate, "id"> & {
|
|
19
19
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -24,7 +24,7 @@ declare const affiliateSchema: Schema<AffiliateSchema, import("mongoose").Model<
|
|
|
24
24
|
}, "id"> & {
|
|
25
25
|
id: string;
|
|
26
26
|
}>;
|
|
27
|
-
|
|
27
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<Date, AffiliateSchema, import("mongoose").Document<unknown, {}, AffiliateSchema, {
|
|
28
28
|
id: string;
|
|
29
29
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Affiliate, "id"> & {
|
|
30
30
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -35,7 +35,7 @@ declare const affiliateSchema: Schema<AffiliateSchema, import("mongoose").Model<
|
|
|
35
35
|
}, "id"> & {
|
|
36
36
|
id: string;
|
|
37
37
|
}>;
|
|
38
|
-
|
|
38
|
+
updatedAt?: import("mongoose").SchemaDefinitionProperty<Date, AffiliateSchema, import("mongoose").Document<unknown, {}, AffiliateSchema, {
|
|
39
39
|
id: string;
|
|
40
40
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Affiliate, "id"> & {
|
|
41
41
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -57,7 +57,7 @@ declare const affiliateSchema: Schema<AffiliateSchema, import("mongoose").Model<
|
|
|
57
57
|
}, "id"> & {
|
|
58
58
|
id: string;
|
|
59
59
|
}>;
|
|
60
|
-
|
|
60
|
+
userId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, AffiliateSchema, import("mongoose").Document<unknown, {}, AffiliateSchema, {
|
|
61
61
|
id: string;
|
|
62
62
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Affiliate, "id"> & {
|
|
63
63
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -68,7 +68,7 @@ declare const affiliateSchema: Schema<AffiliateSchema, import("mongoose").Model<
|
|
|
68
68
|
}, "id"> & {
|
|
69
69
|
id: string;
|
|
70
70
|
}>;
|
|
71
|
-
|
|
71
|
+
stripeAccountId?: import("mongoose").SchemaDefinitionProperty<string, AffiliateSchema, import("mongoose").Document<unknown, {}, AffiliateSchema, {
|
|
72
72
|
id: string;
|
|
73
73
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Affiliate, "id"> & {
|
|
74
74
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -79,7 +79,7 @@ declare const affiliateSchema: Schema<AffiliateSchema, import("mongoose").Model<
|
|
|
79
79
|
}, "id"> & {
|
|
80
80
|
id: string;
|
|
81
81
|
}>;
|
|
82
|
-
|
|
82
|
+
referralCode?: import("mongoose").SchemaDefinitionProperty<string, AffiliateSchema, import("mongoose").Document<unknown, {}, AffiliateSchema, {
|
|
83
83
|
id: string;
|
|
84
84
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Affiliate, "id"> & {
|
|
85
85
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -180,7 +180,7 @@ declare const affiliateReferralSchema: Schema<AffiliateReferralSchema, import("m
|
|
|
180
180
|
}, "id"> & {
|
|
181
181
|
id: string;
|
|
182
182
|
}, {
|
|
183
|
-
|
|
183
|
+
commissionAmount?: import("mongoose").SchemaDefinitionProperty<number, AffiliateReferralSchema, import("mongoose").Document<unknown, {}, AffiliateReferralSchema, {
|
|
184
184
|
id: string;
|
|
185
185
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<AffiliateReferral, "id"> & {
|
|
186
186
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -191,7 +191,7 @@ declare const affiliateReferralSchema: Schema<AffiliateReferralSchema, import("m
|
|
|
191
191
|
}, "id"> & {
|
|
192
192
|
id: string;
|
|
193
193
|
}>;
|
|
194
|
-
|
|
194
|
+
commissionCurrency?: import("mongoose").SchemaDefinitionProperty<string, AffiliateReferralSchema, import("mongoose").Document<unknown, {}, AffiliateReferralSchema, {
|
|
195
195
|
id: string;
|
|
196
196
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<AffiliateReferral, "id"> & {
|
|
197
197
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -202,7 +202,7 @@ declare const affiliateReferralSchema: Schema<AffiliateReferralSchema, import("m
|
|
|
202
202
|
}, "id"> & {
|
|
203
203
|
id: string;
|
|
204
204
|
}>;
|
|
205
|
-
|
|
205
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<Date, AffiliateReferralSchema, import("mongoose").Document<unknown, {}, AffiliateReferralSchema, {
|
|
206
206
|
id: string;
|
|
207
207
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<AffiliateReferral, "id"> & {
|
|
208
208
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -213,7 +213,7 @@ declare const affiliateReferralSchema: Schema<AffiliateReferralSchema, import("m
|
|
|
213
213
|
}, "id"> & {
|
|
214
214
|
id: string;
|
|
215
215
|
}>;
|
|
216
|
-
|
|
216
|
+
updatedAt?: import("mongoose").SchemaDefinitionProperty<Date, AffiliateReferralSchema, import("mongoose").Document<unknown, {}, AffiliateReferralSchema, {
|
|
217
217
|
id: string;
|
|
218
218
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<AffiliateReferral, "id"> & {
|
|
219
219
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -14,7 +14,7 @@ declare const affiliateInvitationSchema: Schema<AffiliateInvitationSchema, impor
|
|
|
14
14
|
}, "id"> & {
|
|
15
15
|
id: string;
|
|
16
16
|
}, {
|
|
17
|
-
|
|
17
|
+
commissionRate?: import("mongoose").SchemaDefinitionProperty<number, AffiliateInvitationSchema, import("mongoose").Document<unknown, {}, AffiliateInvitationSchema, {
|
|
18
18
|
id: string;
|
|
19
19
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<AffiliateInvitation, "id"> & {
|
|
20
20
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -25,7 +25,7 @@ declare const affiliateInvitationSchema: Schema<AffiliateInvitationSchema, impor
|
|
|
25
25
|
}, "id"> & {
|
|
26
26
|
id: string;
|
|
27
27
|
}>;
|
|
28
|
-
|
|
28
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<Date, AffiliateInvitationSchema, import("mongoose").Document<unknown, {}, AffiliateInvitationSchema, {
|
|
29
29
|
id: string;
|
|
30
30
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<AffiliateInvitation, "id"> & {
|
|
31
31
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -36,7 +36,7 @@ declare const affiliateInvitationSchema: Schema<AffiliateInvitationSchema, impor
|
|
|
36
36
|
}, "id"> & {
|
|
37
37
|
id: string;
|
|
38
38
|
}>;
|
|
39
|
-
|
|
39
|
+
updatedAt?: import("mongoose").SchemaDefinitionProperty<Date, AffiliateInvitationSchema, import("mongoose").Document<unknown, {}, AffiliateInvitationSchema, {
|
|
40
40
|
id: string;
|
|
41
41
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<AffiliateInvitation, "id"> & {
|
|
42
42
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -47,7 +47,7 @@ declare const affiliateInvitationSchema: Schema<AffiliateInvitationSchema, impor
|
|
|
47
47
|
}, "id"> & {
|
|
48
48
|
id: string;
|
|
49
49
|
}>;
|
|
50
|
-
|
|
50
|
+
email?: import("mongoose").SchemaDefinitionProperty<string, AffiliateInvitationSchema, import("mongoose").Document<unknown, {}, AffiliateInvitationSchema, {
|
|
51
51
|
id: string;
|
|
52
52
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<AffiliateInvitation, "id"> & {
|
|
53
53
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -58,7 +58,7 @@ declare const affiliateInvitationSchema: Schema<AffiliateInvitationSchema, impor
|
|
|
58
58
|
}, "id"> & {
|
|
59
59
|
id: string;
|
|
60
60
|
}>;
|
|
61
|
-
|
|
61
|
+
status?: import("mongoose").SchemaDefinitionProperty<AffiliateInvitationStatus, AffiliateInvitationSchema, import("mongoose").Document<unknown, {}, AffiliateInvitationSchema, {
|
|
62
62
|
id: string;
|
|
63
63
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<AffiliateInvitation, "id"> & {
|
|
64
64
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -69,7 +69,7 @@ declare const affiliateInvitationSchema: Schema<AffiliateInvitationSchema, impor
|
|
|
69
69
|
}, "id"> & {
|
|
70
70
|
id: string;
|
|
71
71
|
}>;
|
|
72
|
-
|
|
72
|
+
token?: import("mongoose").SchemaDefinitionProperty<string, AffiliateInvitationSchema, import("mongoose").Document<unknown, {}, AffiliateInvitationSchema, {
|
|
73
73
|
id: string;
|
|
74
74
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<AffiliateInvitation, "id"> & {
|
|
75
75
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -80,7 +80,7 @@ declare const affiliateInvitationSchema: Schema<AffiliateInvitationSchema, impor
|
|
|
80
80
|
}, "id"> & {
|
|
81
81
|
id: string;
|
|
82
82
|
}>;
|
|
83
|
-
|
|
83
|
+
expiresAt?: import("mongoose").SchemaDefinitionProperty<Date, AffiliateInvitationSchema, import("mongoose").Document<unknown, {}, AffiliateInvitationSchema, {
|
|
84
84
|
id: string;
|
|
85
85
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<AffiliateInvitation, "id"> & {
|
|
86
86
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -15,7 +15,7 @@ declare const auditSchema: mongoose.Schema<IAudit, mongoose.Model<IAudit, any, a
|
|
|
15
15
|
}, "id"> & {
|
|
16
16
|
id: string;
|
|
17
17
|
}, {
|
|
18
|
-
|
|
18
|
+
_id?: mongoose.SchemaDefinitionProperty<mongoose.Types.ObjectId, IAudit, mongoose.Document<unknown, {}, IAudit, {
|
|
19
19
|
id: string;
|
|
20
20
|
}, mongoose.DefaultSchemaOptions> & Omit<IAudit & Required<{
|
|
21
21
|
_id: mongoose.Types.ObjectId;
|
|
@@ -33,7 +33,7 @@ declare const auditSchema: mongoose.Schema<IAudit, mongoose.Model<IAudit, any, a
|
|
|
33
33
|
}, "id"> & {
|
|
34
34
|
id: string;
|
|
35
35
|
}>;
|
|
36
|
-
|
|
36
|
+
domain?: mongoose.SchemaDefinitionProperty<string, IAudit, mongoose.Document<unknown, {}, IAudit, {
|
|
37
37
|
id: string;
|
|
38
38
|
}, mongoose.DefaultSchemaOptions> & Omit<IAudit & Required<{
|
|
39
39
|
_id: mongoose.Types.ObjectId;
|
|
@@ -28,7 +28,7 @@ declare const auditJobSchema: mongoose.Schema<IAuditJob, mongoose.Model<IAuditJo
|
|
|
28
28
|
}, "id"> & {
|
|
29
29
|
id: string;
|
|
30
30
|
}, {
|
|
31
|
-
|
|
31
|
+
_id?: mongoose.SchemaDefinitionProperty<mongoose.Types.ObjectId, IAuditJob, mongoose.Document<unknown, {}, IAuditJob, {
|
|
32
32
|
id: string;
|
|
33
33
|
}, mongoose.DefaultSchemaOptions> & Omit<IAuditJob & Required<{
|
|
34
34
|
_id: mongoose.Types.ObjectId;
|
|
@@ -37,7 +37,7 @@ declare const auditJobSchema: mongoose.Schema<IAuditJob, mongoose.Model<IAuditJo
|
|
|
37
37
|
}, "id"> & {
|
|
38
38
|
id: string;
|
|
39
39
|
}>;
|
|
40
|
-
|
|
40
|
+
createdAt?: mongoose.SchemaDefinitionProperty<Date, IAuditJob, mongoose.Document<unknown, {}, IAuditJob, {
|
|
41
41
|
id: string;
|
|
42
42
|
}, mongoose.DefaultSchemaOptions> & Omit<IAuditJob & Required<{
|
|
43
43
|
_id: mongoose.Types.ObjectId;
|
|
@@ -46,7 +46,7 @@ declare const auditJobSchema: mongoose.Schema<IAuditJob, mongoose.Model<IAuditJo
|
|
|
46
46
|
}, "id"> & {
|
|
47
47
|
id: string;
|
|
48
48
|
}>;
|
|
49
|
-
|
|
49
|
+
updatedAt?: mongoose.SchemaDefinitionProperty<Date, IAuditJob, mongoose.Document<unknown, {}, IAuditJob, {
|
|
50
50
|
id: string;
|
|
51
51
|
}, mongoose.DefaultSchemaOptions> & Omit<IAuditJob & Required<{
|
|
52
52
|
_id: mongoose.Types.ObjectId;
|
|
@@ -55,7 +55,7 @@ declare const auditJobSchema: mongoose.Schema<IAuditJob, mongoose.Model<IAuditJo
|
|
|
55
55
|
}, "id"> & {
|
|
56
56
|
id: string;
|
|
57
57
|
}>;
|
|
58
|
-
|
|
58
|
+
progress?: mongoose.SchemaDefinitionProperty<number, IAuditJob, mongoose.Document<unknown, {}, IAuditJob, {
|
|
59
59
|
id: string;
|
|
60
60
|
}, mongoose.DefaultSchemaOptions> & Omit<IAuditJob & Required<{
|
|
61
61
|
_id: mongoose.Types.ObjectId;
|
|
@@ -73,7 +73,7 @@ declare const auditJobSchema: mongoose.Schema<IAuditJob, mongoose.Model<IAuditJo
|
|
|
73
73
|
}, "id"> & {
|
|
74
74
|
id: string;
|
|
75
75
|
}>;
|
|
76
|
-
|
|
76
|
+
userId?: mongoose.SchemaDefinitionProperty<string, IAuditJob, mongoose.Document<unknown, {}, IAuditJob, {
|
|
77
77
|
id: string;
|
|
78
78
|
}, mongoose.DefaultSchemaOptions> & Omit<IAuditJob & Required<{
|
|
79
79
|
_id: mongoose.Types.ObjectId;
|
|
@@ -26,7 +26,7 @@ declare const auditPageSchema: mongoose.Schema<IAuditPage, mongoose.Model<IAudit
|
|
|
26
26
|
}, "id"> & {
|
|
27
27
|
id: string;
|
|
28
28
|
}, {
|
|
29
|
-
|
|
29
|
+
error?: mongoose.SchemaDefinitionProperty<string, IAuditPage, mongoose.Document<unknown, {}, IAuditPage, {
|
|
30
30
|
id: string;
|
|
31
31
|
}, mongoose.DefaultSchemaOptions> & Omit<IAuditPage & Required<{
|
|
32
32
|
_id: mongoose.Types.ObjectId;
|
|
@@ -35,7 +35,7 @@ declare const auditPageSchema: mongoose.Schema<IAuditPage, mongoose.Model<IAudit
|
|
|
35
35
|
}, "id"> & {
|
|
36
36
|
id: string;
|
|
37
37
|
}>;
|
|
38
|
-
|
|
38
|
+
_id?: mongoose.SchemaDefinitionProperty<mongoose.Types.ObjectId, IAuditPage, mongoose.Document<unknown, {}, IAuditPage, {
|
|
39
39
|
id: string;
|
|
40
40
|
}, mongoose.DefaultSchemaOptions> & Omit<IAuditPage & Required<{
|
|
41
41
|
_id: mongoose.Types.ObjectId;
|
|
@@ -44,7 +44,7 @@ declare const auditPageSchema: mongoose.Schema<IAuditPage, mongoose.Model<IAudit
|
|
|
44
44
|
}, "id"> & {
|
|
45
45
|
id: string;
|
|
46
46
|
}>;
|
|
47
|
-
|
|
47
|
+
createdAt?: mongoose.SchemaDefinitionProperty<Date, IAuditPage, mongoose.Document<unknown, {}, IAuditPage, {
|
|
48
48
|
id: string;
|
|
49
49
|
}, mongoose.DefaultSchemaOptions> & Omit<IAuditPage & Required<{
|
|
50
50
|
_id: mongoose.Types.ObjectId;
|
|
@@ -53,7 +53,7 @@ declare const auditPageSchema: mongoose.Schema<IAuditPage, mongoose.Model<IAudit
|
|
|
53
53
|
}, "id"> & {
|
|
54
54
|
id: string;
|
|
55
55
|
}>;
|
|
56
|
-
|
|
56
|
+
updatedAt?: mongoose.SchemaDefinitionProperty<Date, IAuditPage, mongoose.Document<unknown, {}, IAuditPage, {
|
|
57
57
|
id: string;
|
|
58
58
|
}, mongoose.DefaultSchemaOptions> & Omit<IAuditPage & Required<{
|
|
59
59
|
_id: mongoose.Types.ObjectId;
|
|
@@ -62,7 +62,7 @@ declare const auditPageSchema: mongoose.Schema<IAuditPage, mongoose.Model<IAudit
|
|
|
62
62
|
}, "id"> & {
|
|
63
63
|
id: string;
|
|
64
64
|
}>;
|
|
65
|
-
|
|
65
|
+
status?: mongoose.SchemaDefinitionProperty<AuditPageStatus, IAuditPage, mongoose.Document<unknown, {}, IAuditPage, {
|
|
66
66
|
id: string;
|
|
67
67
|
}, mongoose.DefaultSchemaOptions> & Omit<IAuditPage & Required<{
|
|
68
68
|
_id: mongoose.Types.ObjectId;
|
|
@@ -71,7 +71,7 @@ declare const auditPageSchema: mongoose.Schema<IAuditPage, mongoose.Model<IAudit
|
|
|
71
71
|
}, "id"> & {
|
|
72
72
|
id: string;
|
|
73
73
|
}>;
|
|
74
|
-
|
|
74
|
+
url?: mongoose.SchemaDefinitionProperty<string, IAuditPage, mongoose.Document<unknown, {}, IAuditPage, {
|
|
75
75
|
id: string;
|
|
76
76
|
}, mongoose.DefaultSchemaOptions> & Omit<IAuditPage & Required<{
|
|
77
77
|
_id: mongoose.Types.ObjectId;
|
|
@@ -13,7 +13,7 @@ declare const dictionarySchema: Schema<DictionarySchema, Model<DictionarySchema,
|
|
|
13
13
|
}, "id"> & {
|
|
14
14
|
id: string;
|
|
15
15
|
}, {
|
|
16
|
-
|
|
16
|
+
key?: import("mongoose").SchemaDefinitionProperty<string, DictionarySchema, import("mongoose").Document<unknown, {}, DictionarySchema, {
|
|
17
17
|
id: string;
|
|
18
18
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
|
|
19
19
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -24,7 +24,7 @@ declare const dictionarySchema: Schema<DictionarySchema, Model<DictionarySchema,
|
|
|
24
24
|
}, "id"> & {
|
|
25
25
|
id: string;
|
|
26
26
|
}>;
|
|
27
|
-
|
|
27
|
+
description?: import("mongoose").SchemaDefinitionProperty<string, DictionarySchema, import("mongoose").Document<unknown, {}, DictionarySchema, {
|
|
28
28
|
id: string;
|
|
29
29
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
|
|
30
30
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -35,7 +35,7 @@ declare const dictionarySchema: Schema<DictionarySchema, Model<DictionarySchema,
|
|
|
35
35
|
}, "id"> & {
|
|
36
36
|
id: string;
|
|
37
37
|
}>;
|
|
38
|
-
|
|
38
|
+
creatorId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, DictionarySchema, import("mongoose").Document<unknown, {}, DictionarySchema, {
|
|
39
39
|
id: string;
|
|
40
40
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
|
|
41
41
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -46,7 +46,7 @@ declare const dictionarySchema: Schema<DictionarySchema, Model<DictionarySchema,
|
|
|
46
46
|
}, "id"> & {
|
|
47
47
|
id: string;
|
|
48
48
|
}>;
|
|
49
|
-
|
|
49
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<number, DictionarySchema, import("mongoose").Document<unknown, {}, DictionarySchema, {
|
|
50
50
|
id: string;
|
|
51
51
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
|
|
52
52
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -57,7 +57,7 @@ declare const dictionarySchema: Schema<DictionarySchema, Model<DictionarySchema,
|
|
|
57
57
|
}, "id"> & {
|
|
58
58
|
id: string;
|
|
59
59
|
}>;
|
|
60
|
-
|
|
60
|
+
updatedAt?: import("mongoose").SchemaDefinitionProperty<number, DictionarySchema, import("mongoose").Document<unknown, {}, DictionarySchema, {
|
|
61
61
|
id: string;
|
|
62
62
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
|
|
63
63
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -68,7 +68,7 @@ declare const dictionarySchema: Schema<DictionarySchema, Model<DictionarySchema,
|
|
|
68
68
|
}, "id"> & {
|
|
69
69
|
id: string;
|
|
70
70
|
}>;
|
|
71
|
-
|
|
71
|
+
title?: import("mongoose").SchemaDefinitionProperty<string, DictionarySchema, import("mongoose").Document<unknown, {}, DictionarySchema, {
|
|
72
72
|
id: string;
|
|
73
73
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
|
|
74
74
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -90,7 +90,7 @@ declare const dictionarySchema: Schema<DictionarySchema, Model<DictionarySchema,
|
|
|
90
90
|
}, "id"> & {
|
|
91
91
|
id: string;
|
|
92
92
|
}>;
|
|
93
|
-
|
|
93
|
+
environmentId?: import("mongoose").SchemaDefinitionProperty<string | import("mongoose").Types.ObjectId, DictionarySchema, import("mongoose").Document<unknown, {}, DictionarySchema, {
|
|
94
94
|
id: string;
|
|
95
95
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
|
|
96
96
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -101,7 +101,7 @@ declare const dictionarySchema: Schema<DictionarySchema, Model<DictionarySchema,
|
|
|
101
101
|
}, "id"> & {
|
|
102
102
|
id: string;
|
|
103
103
|
}>;
|
|
104
|
-
|
|
104
|
+
projectIds?: import("mongoose").SchemaDefinitionProperty<(string | import("mongoose").Types.ObjectId)[], DictionarySchema, import("mongoose").Document<unknown, {}, DictionarySchema, {
|
|
105
105
|
id: string;
|
|
106
106
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
|
|
107
107
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -112,7 +112,7 @@ declare const dictionarySchema: Schema<DictionarySchema, Model<DictionarySchema,
|
|
|
112
112
|
}, "id"> & {
|
|
113
113
|
id: string;
|
|
114
114
|
}>;
|
|
115
|
-
|
|
115
|
+
priority?: import("mongoose").SchemaDefinitionProperty<number, DictionarySchema, import("mongoose").Document<unknown, {}, DictionarySchema, {
|
|
116
116
|
id: string;
|
|
117
117
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
|
|
118
118
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -123,7 +123,7 @@ declare const dictionarySchema: Schema<DictionarySchema, Model<DictionarySchema,
|
|
|
123
123
|
}, "id"> & {
|
|
124
124
|
id: string;
|
|
125
125
|
}>;
|
|
126
|
-
|
|
126
|
+
importMode?: import("mongoose").SchemaDefinitionProperty<"static" | "dynamic" | "fetch", DictionarySchema, import("mongoose").Document<unknown, {}, DictionarySchema, {
|
|
127
127
|
id: string;
|
|
128
128
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
|
|
129
129
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -134,7 +134,7 @@ declare const dictionarySchema: Schema<DictionarySchema, Model<DictionarySchema,
|
|
|
134
134
|
}, "id"> & {
|
|
135
135
|
id: string;
|
|
136
136
|
}>;
|
|
137
|
-
|
|
137
|
+
tags?: import("mongoose").SchemaDefinitionProperty<string[], DictionarySchema, import("mongoose").Document<unknown, {}, DictionarySchema, {
|
|
138
138
|
id: string;
|
|
139
139
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
|
|
140
140
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -13,7 +13,7 @@ declare const discussionSchema: Schema<DiscussionSchema, Model<DiscussionSchema,
|
|
|
13
13
|
}, "id"> & {
|
|
14
14
|
id: string;
|
|
15
15
|
}, {
|
|
16
|
-
|
|
16
|
+
_id?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, DiscussionSchema, import("mongoose").Document<unknown, {}, DiscussionSchema, {
|
|
17
17
|
id: string;
|
|
18
18
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
|
|
19
19
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -24,7 +24,7 @@ declare const discussionSchema: Schema<DiscussionSchema, Model<DiscussionSchema,
|
|
|
24
24
|
}, "id"> & {
|
|
25
25
|
id: string;
|
|
26
26
|
}>;
|
|
27
|
-
|
|
27
|
+
projectId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, DiscussionSchema, import("mongoose").Document<unknown, {}, DiscussionSchema, {
|
|
28
28
|
id: string;
|
|
29
29
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
|
|
30
30
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -35,7 +35,7 @@ declare const discussionSchema: Schema<DiscussionSchema, Model<DiscussionSchema,
|
|
|
35
35
|
}, "id"> & {
|
|
36
36
|
id: string;
|
|
37
37
|
}>;
|
|
38
|
-
|
|
38
|
+
organizationId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, DiscussionSchema, import("mongoose").Document<unknown, {}, DiscussionSchema, {
|
|
39
39
|
id: string;
|
|
40
40
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
|
|
41
41
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -46,7 +46,7 @@ declare const discussionSchema: Schema<DiscussionSchema, Model<DiscussionSchema,
|
|
|
46
46
|
}, "id"> & {
|
|
47
47
|
id: string;
|
|
48
48
|
}>;
|
|
49
|
-
|
|
49
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<Date, DiscussionSchema, import("mongoose").Document<unknown, {}, DiscussionSchema, {
|
|
50
50
|
id: string;
|
|
51
51
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
|
|
52
52
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -57,7 +57,7 @@ declare const discussionSchema: Schema<DiscussionSchema, Model<DiscussionSchema,
|
|
|
57
57
|
}, "id"> & {
|
|
58
58
|
id: string;
|
|
59
59
|
}>;
|
|
60
|
-
|
|
60
|
+
updatedAt?: import("mongoose").SchemaDefinitionProperty<Date, DiscussionSchema, import("mongoose").Document<unknown, {}, DiscussionSchema, {
|
|
61
61
|
id: string;
|
|
62
62
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
|
|
63
63
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -68,7 +68,7 @@ declare const discussionSchema: Schema<DiscussionSchema, Model<DiscussionSchema,
|
|
|
68
68
|
}, "id"> & {
|
|
69
69
|
id: string;
|
|
70
70
|
}>;
|
|
71
|
-
|
|
71
|
+
type?: import("mongoose").SchemaDefinitionProperty<DiscussionType, DiscussionSchema, import("mongoose").Document<unknown, {}, DiscussionSchema, {
|
|
72
72
|
id: string;
|
|
73
73
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
|
|
74
74
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -79,7 +79,7 @@ declare const discussionSchema: Schema<DiscussionSchema, Model<DiscussionSchema,
|
|
|
79
79
|
}, "id"> & {
|
|
80
80
|
id: string;
|
|
81
81
|
}>;
|
|
82
|
-
|
|
82
|
+
title?: import("mongoose").SchemaDefinitionProperty<string, DiscussionSchema, import("mongoose").Document<unknown, {}, DiscussionSchema, {
|
|
83
83
|
id: string;
|
|
84
84
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
|
|
85
85
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -90,7 +90,7 @@ declare const discussionSchema: Schema<DiscussionSchema, Model<DiscussionSchema,
|
|
|
90
90
|
}, "id"> & {
|
|
91
91
|
id: string;
|
|
92
92
|
}>;
|
|
93
|
-
|
|
93
|
+
userId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, DiscussionSchema, import("mongoose").Document<unknown, {}, DiscussionSchema, {
|
|
94
94
|
id: string;
|
|
95
95
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
|
|
96
96
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -101,7 +101,7 @@ declare const discussionSchema: Schema<DiscussionSchema, Model<DiscussionSchema,
|
|
|
101
101
|
}, "id"> & {
|
|
102
102
|
id: string;
|
|
103
103
|
}>;
|
|
104
|
-
|
|
104
|
+
discussionId?: import("mongoose").SchemaDefinitionProperty<string, DiscussionSchema, import("mongoose").Document<unknown, {}, DiscussionSchema, {
|
|
105
105
|
id: string;
|
|
106
106
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
|
|
107
107
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -112,7 +112,7 @@ declare const discussionSchema: Schema<DiscussionSchema, Model<DiscussionSchema,
|
|
|
112
112
|
}, "id"> & {
|
|
113
113
|
id: string;
|
|
114
114
|
}>;
|
|
115
|
-
|
|
115
|
+
messages?: import("mongoose").SchemaDefinitionProperty<Message[], DiscussionSchema, import("mongoose").Document<unknown, {}, DiscussionSchema, {
|
|
116
116
|
id: string;
|
|
117
117
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
|
|
118
118
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -123,7 +123,7 @@ declare const discussionSchema: Schema<DiscussionSchema, Model<DiscussionSchema,
|
|
|
123
123
|
}, "id"> & {
|
|
124
124
|
id: string;
|
|
125
125
|
}>;
|
|
126
|
-
|
|
126
|
+
isArchived?: import("mongoose").SchemaDefinitionProperty<boolean, DiscussionSchema, import("mongoose").Document<unknown, {}, DiscussionSchema, {
|
|
127
127
|
id: string;
|
|
128
128
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
|
|
129
129
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -25,7 +25,7 @@ declare const organizationSchema: Schema<OrganizationSchema, import("mongoose").
|
|
|
25
25
|
}, "id"> & {
|
|
26
26
|
id: string;
|
|
27
27
|
}>;
|
|
28
|
-
|
|
28
|
+
creatorId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, OrganizationSchema, import("mongoose").Document<unknown, {}, OrganizationSchema, {
|
|
29
29
|
id: string;
|
|
30
30
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Organization, "id"> & {
|
|
31
31
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -36,7 +36,7 @@ declare const organizationSchema: Schema<OrganizationSchema, import("mongoose").
|
|
|
36
36
|
}, "id"> & {
|
|
37
37
|
id: string;
|
|
38
38
|
}>;
|
|
39
|
-
|
|
39
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<number, OrganizationSchema, import("mongoose").Document<unknown, {}, OrganizationSchema, {
|
|
40
40
|
id: string;
|
|
41
41
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Organization, "id"> & {
|
|
42
42
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -47,7 +47,7 @@ declare const organizationSchema: Schema<OrganizationSchema, import("mongoose").
|
|
|
47
47
|
}, "id"> & {
|
|
48
48
|
id: string;
|
|
49
49
|
}>;
|
|
50
|
-
|
|
50
|
+
updatedAt?: import("mongoose").SchemaDefinitionProperty<number, OrganizationSchema, import("mongoose").Document<unknown, {}, OrganizationSchema, {
|
|
51
51
|
id: string;
|
|
52
52
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Organization, "id"> & {
|
|
53
53
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -58,7 +58,7 @@ declare const organizationSchema: Schema<OrganizationSchema, import("mongoose").
|
|
|
58
58
|
}, "id"> & {
|
|
59
59
|
id: string;
|
|
60
60
|
}>;
|
|
61
|
-
|
|
61
|
+
membersIds?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId[], OrganizationSchema, import("mongoose").Document<unknown, {}, OrganizationSchema, {
|
|
62
62
|
id: string;
|
|
63
63
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Organization, "id"> & {
|
|
64
64
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -69,7 +69,7 @@ declare const organizationSchema: Schema<OrganizationSchema, import("mongoose").
|
|
|
69
69
|
}, "id"> & {
|
|
70
70
|
id: string;
|
|
71
71
|
}>;
|
|
72
|
-
|
|
72
|
+
adminsIds?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId[], OrganizationSchema, import("mongoose").Document<unknown, {}, OrganizationSchema, {
|
|
73
73
|
id: string;
|
|
74
74
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Organization, "id"> & {
|
|
75
75
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -80,7 +80,7 @@ declare const organizationSchema: Schema<OrganizationSchema, import("mongoose").
|
|
|
80
80
|
}, "id"> & {
|
|
81
81
|
id: string;
|
|
82
82
|
}>;
|
|
83
|
-
|
|
83
|
+
ssoEnabled?: import("mongoose").SchemaDefinitionProperty<boolean, OrganizationSchema, import("mongoose").Document<unknown, {}, OrganizationSchema, {
|
|
84
84
|
id: string;
|
|
85
85
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Organization, "id"> & {
|
|
86
86
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -91,7 +91,7 @@ declare const organizationSchema: Schema<OrganizationSchema, import("mongoose").
|
|
|
91
91
|
}, "id"> & {
|
|
92
92
|
id: string;
|
|
93
93
|
}>;
|
|
94
|
-
|
|
94
|
+
domain?: import("mongoose").SchemaDefinitionProperty<string, OrganizationSchema, import("mongoose").Document<unknown, {}, OrganizationSchema, {
|
|
95
95
|
id: string;
|
|
96
96
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Organization, "id"> & {
|
|
97
97
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -102,7 +102,7 @@ declare const organizationSchema: Schema<OrganizationSchema, import("mongoose").
|
|
|
102
102
|
}, "id"> & {
|
|
103
103
|
id: string;
|
|
104
104
|
}>;
|
|
105
|
-
|
|
105
|
+
plan?: import("mongoose").SchemaDefinitionProperty<Plan, OrganizationSchema, import("mongoose").Document<unknown, {}, OrganizationSchema, {
|
|
106
106
|
id: string;
|
|
107
107
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Organization, "id"> & {
|
|
108
108
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -68,7 +68,7 @@ declare const planSchema: Schema<PlanSchema, import("mongoose").Model<PlanSchema
|
|
|
68
68
|
}, "id"> & {
|
|
69
69
|
id: string;
|
|
70
70
|
}>;
|
|
71
|
-
|
|
71
|
+
subscriptionId?: import("mongoose").SchemaDefinitionProperty<string, PlanSchema, import("mongoose").Document<unknown, {}, PlanSchema, {
|
|
72
72
|
id: string;
|
|
73
73
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Plan, "id"> & {
|
|
74
74
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -79,7 +79,7 @@ declare const planSchema: Schema<PlanSchema, import("mongoose").Model<PlanSchema
|
|
|
79
79
|
}, "id"> & {
|
|
80
80
|
id: string;
|
|
81
81
|
}>;
|
|
82
|
-
|
|
82
|
+
priceId?: import("mongoose").SchemaDefinitionProperty<string, PlanSchema, import("mongoose").Document<unknown, {}, PlanSchema, {
|
|
83
83
|
id: string;
|
|
84
84
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Plan, "id"> & {
|
|
85
85
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -90,7 +90,7 @@ declare const planSchema: Schema<PlanSchema, import("mongoose").Model<PlanSchema
|
|
|
90
90
|
}, "id"> & {
|
|
91
91
|
id: string;
|
|
92
92
|
}>;
|
|
93
|
-
|
|
93
|
+
status?: import("mongoose").SchemaDefinitionProperty<"active" | "canceled" | "past_due" | "unpaid" | "incomplete" | "incomplete_expired" | "paused" | "trialing", PlanSchema, import("mongoose").Document<unknown, {}, PlanSchema, {
|
|
94
94
|
id: string;
|
|
95
95
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Plan, "id"> & {
|
|
96
96
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -101,7 +101,7 @@ declare const planSchema: Schema<PlanSchema, import("mongoose").Model<PlanSchema
|
|
|
101
101
|
}, "id"> & {
|
|
102
102
|
id: string;
|
|
103
103
|
}>;
|
|
104
|
-
|
|
104
|
+
period?: import("mongoose").SchemaDefinitionProperty<"LIFETIME" | "MONTHLY" | "YEARLY", PlanSchema, import("mongoose").Document<unknown, {}, PlanSchema, {
|
|
105
105
|
id: string;
|
|
106
106
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Plan, "id"> & {
|
|
107
107
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -24,7 +24,7 @@ declare const projectSchema: Schema<ProjectSchema, import("mongoose").Model<Proj
|
|
|
24
24
|
}, "id"> & {
|
|
25
25
|
id: string;
|
|
26
26
|
}>;
|
|
27
|
-
|
|
27
|
+
creatorId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, ProjectSchema, import("mongoose").Document<unknown, {}, ProjectSchema, {
|
|
28
28
|
id: string;
|
|
29
29
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
|
|
30
30
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -35,7 +35,7 @@ declare const projectSchema: Schema<ProjectSchema, import("mongoose").Model<Proj
|
|
|
35
35
|
}, "id"> & {
|
|
36
36
|
id: string;
|
|
37
37
|
}>;
|
|
38
|
-
|
|
38
|
+
organizationId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, ProjectSchema, import("mongoose").Document<unknown, {}, ProjectSchema, {
|
|
39
39
|
id: string;
|
|
40
40
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
|
|
41
41
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -46,7 +46,7 @@ declare const projectSchema: Schema<ProjectSchema, import("mongoose").Model<Proj
|
|
|
46
46
|
}, "id"> & {
|
|
47
47
|
id: string;
|
|
48
48
|
}>;
|
|
49
|
-
|
|
49
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<number, ProjectSchema, import("mongoose").Document<unknown, {}, ProjectSchema, {
|
|
50
50
|
id: string;
|
|
51
51
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
|
|
52
52
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -57,7 +57,7 @@ declare const projectSchema: Schema<ProjectSchema, import("mongoose").Model<Proj
|
|
|
57
57
|
}, "id"> & {
|
|
58
58
|
id: string;
|
|
59
59
|
}>;
|
|
60
|
-
|
|
60
|
+
updatedAt?: import("mongoose").SchemaDefinitionProperty<number, ProjectSchema, import("mongoose").Document<unknown, {}, ProjectSchema, {
|
|
61
61
|
id: string;
|
|
62
62
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
|
|
63
63
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -68,7 +68,7 @@ declare const projectSchema: Schema<ProjectSchema, import("mongoose").Model<Proj
|
|
|
68
68
|
}, "id"> & {
|
|
69
69
|
id: string;
|
|
70
70
|
}>;
|
|
71
|
-
|
|
71
|
+
membersIds?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId[], ProjectSchema, import("mongoose").Document<unknown, {}, ProjectSchema, {
|
|
72
72
|
id: string;
|
|
73
73
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
|
|
74
74
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -79,7 +79,7 @@ declare const projectSchema: Schema<ProjectSchema, import("mongoose").Model<Proj
|
|
|
79
79
|
}, "id"> & {
|
|
80
80
|
id: string;
|
|
81
81
|
}>;
|
|
82
|
-
|
|
82
|
+
adminsIds?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId[], ProjectSchema, import("mongoose").Document<unknown, {}, ProjectSchema, {
|
|
83
83
|
id: string;
|
|
84
84
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
|
|
85
85
|
_id: import("mongoose").Types.ObjectId;
|