@intlayer/backend 8.10.0-canary.0 → 8.10.0-canary.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/dictionary/markdown.json +1 -8945
- package/dist/esm/controllers/ai.controller.mjs +2 -2
- package/dist/esm/controllers/ai.controller.mjs.map +1 -1
- package/dist/esm/services/audit/recursiveAudit.service.mjs +1 -1
- package/dist/esm/services/audit/recursiveAudit.service.mjs.map +1 -1
- package/dist/esm/services/cliSessionToken.service.mjs +2 -2
- package/dist/esm/services/cliSessionToken.service.mjs.map +1 -1
- package/dist/esm/services/dictionary.service.mjs +1 -1
- package/dist/esm/services/dictionary.service.mjs.map +1 -1
- package/dist/esm/services/oAuth2.service.mjs +3 -3
- package/dist/esm/services/oAuth2.service.mjs.map +1 -1
- package/dist/esm/services/projectAccessKey.service.mjs +2 -2
- package/dist/esm/services/projectAccessKey.service.mjs.map +1 -1
- package/dist/esm/services/showcase/showcaseProject.service.mjs +1 -1
- package/dist/esm/services/showcase/showcaseProject.service.mjs.map +1 -1
- package/dist/esm/services/user.service.mjs +1 -1
- package/dist/esm/services/user.service.mjs.map +1 -1
- package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/dictionary/markdown.json +1 -8945
- package/dist/types/schemas/dictionary.schema.d.ts +9 -9
- package/dist/types/schemas/discussion.schema.d.ts +7 -7
- 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 +11 -11
- package/dist/types/schemas/showcaseProject.schema.d.ts +18 -18
- package/dist/types/schemas/tag.schema.d.ts +9 -9
- package/dist/types/schemas/user.schema.d.ts +8 -8
- package/dist/types/services/showcase/showcaseProject.service.d.ts.map +1 -1
- package/dist/types/utils/errors/ErrorHandler.d.ts +4 -4
- package/dist/types/utils/filtersAndPagination/getTagFiltersAndPagination.d.ts +4 -4
- package/package.json +14 -14
|
@@ -13,7 +13,7 @@ declare const dictionarySchema: Schema<DictionarySchema, import("mongoose").Mode
|
|
|
13
13
|
}, "id"> & {
|
|
14
14
|
id: string;
|
|
15
15
|
}, {
|
|
16
|
-
|
|
16
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<number, 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, import("mongoose").Mode
|
|
|
24
24
|
}, "id"> & {
|
|
25
25
|
id: string;
|
|
26
26
|
}>;
|
|
27
|
-
|
|
27
|
+
updatedAt?: import("mongoose").SchemaDefinitionProperty<number, 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, import("mongoose").Mode
|
|
|
35
35
|
}, "id"> & {
|
|
36
36
|
id: string;
|
|
37
37
|
}>;
|
|
38
|
-
|
|
38
|
+
description?: import("mongoose").SchemaDefinitionProperty<string, 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, import("mongoose").Mode
|
|
|
46
46
|
}, "id"> & {
|
|
47
47
|
id: string;
|
|
48
48
|
}>;
|
|
49
|
-
|
|
49
|
+
key?: import("mongoose").SchemaDefinitionProperty<string, 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, import("mongoose").Mode
|
|
|
57
57
|
}, "id"> & {
|
|
58
58
|
id: string;
|
|
59
59
|
}>;
|
|
60
|
-
|
|
60
|
+
creatorId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, 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, import("mongoose").Mode
|
|
|
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;
|
|
@@ -79,7 +79,7 @@ declare const dictionarySchema: Schema<DictionarySchema, import("mongoose").Mode
|
|
|
79
79
|
}, "id"> & {
|
|
80
80
|
id: string;
|
|
81
81
|
}>;
|
|
82
|
-
|
|
82
|
+
tags?: import("mongoose").SchemaDefinitionProperty<string[], DictionarySchema, import("mongoose").Document<unknown, {}, DictionarySchema, {
|
|
83
83
|
id: string;
|
|
84
84
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
|
|
85
85
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -90,7 +90,7 @@ declare const dictionarySchema: Schema<DictionarySchema, import("mongoose").Mode
|
|
|
90
90
|
}, "id"> & {
|
|
91
91
|
id: string;
|
|
92
92
|
}>;
|
|
93
|
-
|
|
93
|
+
content?: import("mongoose").SchemaDefinitionProperty<VersionedContent, 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, import("mongoose").Mode
|
|
|
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;
|
|
@@ -13,7 +13,7 @@ declare const discussionSchema: Schema<DiscussionSchema, import("mongoose").Mode
|
|
|
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, import("mongoose").Mode
|
|
|
24
24
|
}, "id"> & {
|
|
25
25
|
id: string;
|
|
26
26
|
}>;
|
|
27
|
-
|
|
27
|
+
type?: import("mongoose").SchemaDefinitionProperty<DiscussionType, 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;
|
|
@@ -68,7 +68,7 @@ declare const discussionSchema: Schema<DiscussionSchema, import("mongoose").Mode
|
|
|
68
68
|
}, "id"> & {
|
|
69
69
|
id: string;
|
|
70
70
|
}>;
|
|
71
|
-
|
|
71
|
+
projectId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, 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, import("mongoose").Mode
|
|
|
79
79
|
}, "id"> & {
|
|
80
80
|
id: string;
|
|
81
81
|
}>;
|
|
82
|
-
|
|
82
|
+
organizationId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, 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, import("mongoose").Mode
|
|
|
90
90
|
}, "id"> & {
|
|
91
91
|
id: string;
|
|
92
92
|
}>;
|
|
93
|
-
|
|
93
|
+
title?: import("mongoose").SchemaDefinitionProperty<string, 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, import("mongoose").Mode
|
|
|
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, import("mongoose").Mode
|
|
|
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;
|
|
@@ -14,7 +14,7 @@ declare const organizationSchema: Schema<OrganizationSchema, import("mongoose").
|
|
|
14
14
|
}, "id"> & {
|
|
15
15
|
id: string;
|
|
16
16
|
}, {
|
|
17
|
-
|
|
17
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<number, OrganizationSchema, import("mongoose").Document<unknown, {}, OrganizationSchema, {
|
|
18
18
|
id: string;
|
|
19
19
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Organization, "id"> & {
|
|
20
20
|
_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
|
+
updatedAt?: import("mongoose").SchemaDefinitionProperty<number, 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
|
+
name?: import("mongoose").SchemaDefinitionProperty<string, 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
|
+
creatorId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, 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;
|
|
@@ -46,7 +46,7 @@ declare const planSchema: Schema<PlanSchema, import("mongoose").Model<PlanSchema
|
|
|
46
46
|
}, "id"> & {
|
|
47
47
|
id: string;
|
|
48
48
|
}>;
|
|
49
|
-
|
|
49
|
+
status?: import("mongoose").SchemaDefinitionProperty<"active" | "canceled" | "past_due" | "unpaid" | "incomplete" | "incomplete_expired" | "paused" | "trialing", PlanSchema, import("mongoose").Document<unknown, {}, PlanSchema, {
|
|
50
50
|
id: string;
|
|
51
51
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Plan, "id"> & {
|
|
52
52
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -57,7 +57,7 @@ declare const planSchema: Schema<PlanSchema, import("mongoose").Model<PlanSchema
|
|
|
57
57
|
}, "id"> & {
|
|
58
58
|
id: string;
|
|
59
59
|
}>;
|
|
60
|
-
|
|
60
|
+
creatorId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, PlanSchema, import("mongoose").Document<unknown, {}, PlanSchema, {
|
|
61
61
|
id: string;
|
|
62
62
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Plan, "id"> & {
|
|
63
63
|
_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
|
+
customerId?: 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;
|
|
@@ -13,7 +13,7 @@ declare const projectSchema: Schema<ProjectSchema, import("mongoose").Model<Proj
|
|
|
13
13
|
}, "id"> & {
|
|
14
14
|
id: string;
|
|
15
15
|
}, {
|
|
16
|
-
|
|
16
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<number, ProjectSchema, import("mongoose").Document<unknown, {}, ProjectSchema, {
|
|
17
17
|
id: string;
|
|
18
18
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
|
|
19
19
|
_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
|
+
updatedAt?: import("mongoose").SchemaDefinitionProperty<number, 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
|
+
name?: import("mongoose").SchemaDefinitionProperty<string, 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
|
+
creatorId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, 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
|
+
organizationId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, 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
|
+
imageUrl?: import("mongoose").SchemaDefinitionProperty<string, 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
|
+
membersIds?: 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;
|
|
@@ -90,7 +90,7 @@ declare const projectSchema: Schema<ProjectSchema, import("mongoose").Model<Proj
|
|
|
90
90
|
}, "id"> & {
|
|
91
91
|
id: string;
|
|
92
92
|
}>;
|
|
93
|
-
|
|
93
|
+
adminsIds?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId[], ProjectSchema, import("mongoose").Document<unknown, {}, ProjectSchema, {
|
|
94
94
|
id: string;
|
|
95
95
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
|
|
96
96
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -112,7 +112,7 @@ declare const projectSchema: Schema<ProjectSchema, import("mongoose").Model<Proj
|
|
|
112
112
|
}, "id"> & {
|
|
113
113
|
id: string;
|
|
114
114
|
}>;
|
|
115
|
-
|
|
115
|
+
configuration?: import("mongoose").SchemaDefinitionProperty<ProjectConfiguration, ProjectSchema, import("mongoose").Document<unknown, {}, ProjectSchema, {
|
|
116
116
|
id: string;
|
|
117
117
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
|
|
118
118
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -123,7 +123,7 @@ declare const projectSchema: Schema<ProjectSchema, import("mongoose").Model<Proj
|
|
|
123
123
|
}, "id"> & {
|
|
124
124
|
id: string;
|
|
125
125
|
}>;
|
|
126
|
-
|
|
126
|
+
webhooks?: import("mongoose").SchemaDefinitionProperty<ProjectConfigCI, ProjectSchema, import("mongoose").Document<unknown, {}, ProjectSchema, {
|
|
127
127
|
id: string;
|
|
128
128
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
|
|
129
129
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -134,7 +134,7 @@ declare const projectSchema: Schema<ProjectSchema, import("mongoose").Model<Proj
|
|
|
134
134
|
}, "id"> & {
|
|
135
135
|
id: string;
|
|
136
136
|
}>;
|
|
137
|
-
|
|
137
|
+
autoFill?: import("mongoose").SchemaDefinitionProperty<boolean, ProjectSchema, import("mongoose").Document<unknown, {}, ProjectSchema, {
|
|
138
138
|
id: string;
|
|
139
139
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
|
|
140
140
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -11,7 +11,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, import("mon
|
|
|
11
11
|
}, "id"> & {
|
|
12
12
|
id: string;
|
|
13
13
|
}, {
|
|
14
|
-
|
|
14
|
+
_id?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
|
|
15
15
|
id: string;
|
|
16
16
|
}, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
|
|
17
17
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -20,7 +20,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, import("mon
|
|
|
20
20
|
}, "id"> & {
|
|
21
21
|
id: string;
|
|
22
22
|
}>;
|
|
23
|
-
|
|
23
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<Date, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
|
|
24
24
|
id: string;
|
|
25
25
|
}, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
|
|
26
26
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -29,7 +29,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, import("mon
|
|
|
29
29
|
}, "id"> & {
|
|
30
30
|
id: string;
|
|
31
31
|
}>;
|
|
32
|
-
|
|
32
|
+
status?: import("mongoose").SchemaDefinitionProperty<ShowcaseProjectStatus, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
|
|
33
33
|
id: string;
|
|
34
34
|
}, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
|
|
35
35
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -38,7 +38,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, import("mon
|
|
|
38
38
|
}, "id"> & {
|
|
39
39
|
id: string;
|
|
40
40
|
}>;
|
|
41
|
-
|
|
41
|
+
description?: import("mongoose").SchemaDefinitionProperty<string, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
|
|
42
42
|
id: string;
|
|
43
43
|
}, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
|
|
44
44
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -47,7 +47,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, import("mon
|
|
|
47
47
|
}, "id"> & {
|
|
48
48
|
id: string;
|
|
49
49
|
}>;
|
|
50
|
-
|
|
50
|
+
title?: import("mongoose").SchemaDefinitionProperty<string, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
|
|
51
51
|
id: string;
|
|
52
52
|
}, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
|
|
53
53
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -65,16 +65,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, import("mon
|
|
|
65
65
|
}, "id"> & {
|
|
66
66
|
id: string;
|
|
67
67
|
}>;
|
|
68
|
-
|
|
69
|
-
id: string;
|
|
70
|
-
}, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
|
|
71
|
-
_id: import("mongoose").Types.ObjectId;
|
|
72
|
-
}> & {
|
|
73
|
-
__v: number;
|
|
74
|
-
}, "id"> & {
|
|
75
|
-
id: string;
|
|
76
|
-
}>;
|
|
77
|
-
title?: import("mongoose").SchemaDefinitionProperty<string, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
|
|
68
|
+
logoUrl?: import("mongoose").SchemaDefinitionProperty<string, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
|
|
78
69
|
id: string;
|
|
79
70
|
}, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
|
|
80
71
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -83,7 +74,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, import("mon
|
|
|
83
74
|
}, "id"> & {
|
|
84
75
|
id: string;
|
|
85
76
|
}>;
|
|
86
|
-
|
|
77
|
+
websiteUrl?: import("mongoose").SchemaDefinitionProperty<string, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
|
|
87
78
|
id: string;
|
|
88
79
|
}, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
|
|
89
80
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -92,7 +83,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, import("mon
|
|
|
92
83
|
}, "id"> & {
|
|
93
84
|
id: string;
|
|
94
85
|
}>;
|
|
95
|
-
|
|
86
|
+
githubUrl?: import("mongoose").SchemaDefinitionProperty<string, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
|
|
96
87
|
id: string;
|
|
97
88
|
}, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
|
|
98
89
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -101,7 +92,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, import("mon
|
|
|
101
92
|
}, "id"> & {
|
|
102
93
|
id: string;
|
|
103
94
|
}>;
|
|
104
|
-
|
|
95
|
+
tags?: import("mongoose").SchemaDefinitionProperty<string[], ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
|
|
105
96
|
id: string;
|
|
106
97
|
}, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
|
|
107
98
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -182,6 +173,15 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, import("mon
|
|
|
182
173
|
}, "id"> & {
|
|
183
174
|
id: string;
|
|
184
175
|
}>;
|
|
176
|
+
owner?: import("mongoose").SchemaDefinitionProperty<string, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
|
|
177
|
+
id: string;
|
|
178
|
+
}, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
|
|
179
|
+
_id: import("mongoose").Types.ObjectId;
|
|
180
|
+
}> & {
|
|
181
|
+
__v: number;
|
|
182
|
+
}, "id"> & {
|
|
183
|
+
id: string;
|
|
184
|
+
}>;
|
|
185
185
|
}, ShowcaseProjectDocument>;
|
|
186
186
|
//#endregion
|
|
187
187
|
export { showcaseProjectSchema };
|
|
@@ -13,7 +13,7 @@ declare const tagSchema: Schema<TagSchema, import("mongoose").Model<TagSchema, a
|
|
|
13
13
|
}, "id"> & {
|
|
14
14
|
id: string;
|
|
15
15
|
}, {
|
|
16
|
-
|
|
16
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<number, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
|
|
17
17
|
id: string;
|
|
18
18
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Tag, "id"> & {
|
|
19
19
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -24,7 +24,7 @@ declare const tagSchema: Schema<TagSchema, import("mongoose").Model<TagSchema, a
|
|
|
24
24
|
}, "id"> & {
|
|
25
25
|
id: string;
|
|
26
26
|
}>;
|
|
27
|
-
|
|
27
|
+
updatedAt?: import("mongoose").SchemaDefinitionProperty<number, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
|
|
28
28
|
id: string;
|
|
29
29
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Tag, "id"> & {
|
|
30
30
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -35,7 +35,7 @@ declare const tagSchema: Schema<TagSchema, import("mongoose").Model<TagSchema, a
|
|
|
35
35
|
}, "id"> & {
|
|
36
36
|
id: string;
|
|
37
37
|
}>;
|
|
38
|
-
|
|
38
|
+
description?: import("mongoose").SchemaDefinitionProperty<string, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
|
|
39
39
|
id: string;
|
|
40
40
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Tag, "id"> & {
|
|
41
41
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -46,7 +46,7 @@ declare const tagSchema: Schema<TagSchema, import("mongoose").Model<TagSchema, a
|
|
|
46
46
|
}, "id"> & {
|
|
47
47
|
id: string;
|
|
48
48
|
}>;
|
|
49
|
-
|
|
49
|
+
name?: import("mongoose").SchemaDefinitionProperty<string, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
|
|
50
50
|
id: string;
|
|
51
51
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Tag, "id"> & {
|
|
52
52
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -57,7 +57,7 @@ declare const tagSchema: Schema<TagSchema, import("mongoose").Model<TagSchema, a
|
|
|
57
57
|
}, "id"> & {
|
|
58
58
|
id: string;
|
|
59
59
|
}>;
|
|
60
|
-
|
|
60
|
+
key?: import("mongoose").SchemaDefinitionProperty<string, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
|
|
61
61
|
id: string;
|
|
62
62
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Tag, "id"> & {
|
|
63
63
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -68,7 +68,7 @@ declare const tagSchema: Schema<TagSchema, import("mongoose").Model<TagSchema, a
|
|
|
68
68
|
}, "id"> & {
|
|
69
69
|
id: string;
|
|
70
70
|
}>;
|
|
71
|
-
|
|
71
|
+
instructions?: import("mongoose").SchemaDefinitionProperty<string, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
|
|
72
72
|
id: string;
|
|
73
73
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Tag, "id"> & {
|
|
74
74
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -79,7 +79,7 @@ declare const tagSchema: Schema<TagSchema, import("mongoose").Model<TagSchema, a
|
|
|
79
79
|
}, "id"> & {
|
|
80
80
|
id: string;
|
|
81
81
|
}>;
|
|
82
|
-
|
|
82
|
+
creatorId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
|
|
83
83
|
id: string;
|
|
84
84
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Tag, "id"> & {
|
|
85
85
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -90,7 +90,7 @@ declare const tagSchema: Schema<TagSchema, import("mongoose").Model<TagSchema, a
|
|
|
90
90
|
}, "id"> & {
|
|
91
91
|
id: string;
|
|
92
92
|
}>;
|
|
93
|
-
|
|
93
|
+
projectId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
|
|
94
94
|
id: string;
|
|
95
95
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Tag, "id"> & {
|
|
96
96
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -101,7 +101,7 @@ declare const tagSchema: Schema<TagSchema, import("mongoose").Model<TagSchema, a
|
|
|
101
101
|
}, "id"> & {
|
|
102
102
|
id: string;
|
|
103
103
|
}>;
|
|
104
|
-
|
|
104
|
+
organizationId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
|
|
105
105
|
id: string;
|
|
106
106
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<Tag, "id"> & {
|
|
107
107
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -13,7 +13,7 @@ declare const userSchema: Schema<UserSchema, import("mongoose").Model<UserSchema
|
|
|
13
13
|
}, "id"> & {
|
|
14
14
|
id: string;
|
|
15
15
|
}, {
|
|
16
|
-
|
|
16
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<Date, UserSchema, import("mongoose").Document<unknown, {}, UserSchema, {
|
|
17
17
|
id: string;
|
|
18
18
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<User, "id"> & {
|
|
19
19
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -24,7 +24,7 @@ declare const userSchema: Schema<UserSchema, import("mongoose").Model<UserSchema
|
|
|
24
24
|
}, "id"> & {
|
|
25
25
|
id: string;
|
|
26
26
|
}>;
|
|
27
|
-
|
|
27
|
+
updatedAt?: import("mongoose").SchemaDefinitionProperty<Date, UserSchema, import("mongoose").Document<unknown, {}, UserSchema, {
|
|
28
28
|
id: string;
|
|
29
29
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<User, "id"> & {
|
|
30
30
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -35,7 +35,7 @@ declare const userSchema: Schema<UserSchema, import("mongoose").Model<UserSchema
|
|
|
35
35
|
}, "id"> & {
|
|
36
36
|
id: string;
|
|
37
37
|
}>;
|
|
38
|
-
|
|
38
|
+
name?: import("mongoose").SchemaDefinitionProperty<string, UserSchema, import("mongoose").Document<unknown, {}, UserSchema, {
|
|
39
39
|
id: string;
|
|
40
40
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<User, "id"> & {
|
|
41
41
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -101,9 +101,7 @@ declare const userSchema: Schema<UserSchema, import("mongoose").Model<UserSchema
|
|
|
101
101
|
}, "id"> & {
|
|
102
102
|
id: string;
|
|
103
103
|
}>;
|
|
104
|
-
|
|
105
|
-
newsLetter: boolean;
|
|
106
|
-
}, UserSchema, import("mongoose").Document<unknown, {}, UserSchema, {
|
|
104
|
+
customerId?: import("mongoose").SchemaDefinitionProperty<string, UserSchema, import("mongoose").Document<unknown, {}, UserSchema, {
|
|
107
105
|
id: string;
|
|
108
106
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<User, "id"> & {
|
|
109
107
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -114,7 +112,9 @@ declare const userSchema: Schema<UserSchema, import("mongoose").Model<UserSchema
|
|
|
114
112
|
}, "id"> & {
|
|
115
113
|
id: string;
|
|
116
114
|
}>;
|
|
117
|
-
|
|
115
|
+
emailsList?: import("mongoose").SchemaDefinitionProperty<{
|
|
116
|
+
newsLetter: boolean;
|
|
117
|
+
}, UserSchema, import("mongoose").Document<unknown, {}, UserSchema, {
|
|
118
118
|
id: string;
|
|
119
119
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<User, "id"> & {
|
|
120
120
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -136,7 +136,7 @@ declare const userSchema: Schema<UserSchema, import("mongoose").Model<UserSchema
|
|
|
136
136
|
}, "id"> & {
|
|
137
137
|
id: string;
|
|
138
138
|
}>;
|
|
139
|
-
lastLoginMethod?: import("mongoose").SchemaDefinitionProperty<"email" | "
|
|
139
|
+
lastLoginMethod?: import("mongoose").SchemaDefinitionProperty<"email" | "google" | "github" | "passkey", UserSchema, import("mongoose").Document<unknown, {}, UserSchema, {
|
|
140
140
|
id: string;
|
|
141
141
|
}, import("mongoose").DefaultSchemaOptions> & Omit<Omit<User, "id"> & {
|
|
142
142
|
_id: import("mongoose").Types.ObjectId;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showcaseProject.service.d.ts","names":[],"sources":["../../../../src/services/showcase/showcaseProject.service.ts"],"mappings":";;;cAQa,oBAAA,GAA8B,OAAA;EACzC,MAAA;EACA,gBAAA;EACA,YAAA;EACA,IAAA;EACA,QAAA;AAAA,MACE,OAAO;EACT,IAAA,EAAM,uBAAA;EACN,WAAA;EACA,WAAA;AAAA;AAAA,cAqDW,uBAAA,GACX,SAAA,aACC,OAAO,CAAC,uBAAA;;;;;;cAeE,wBAAA,GACX,UAAA,aACC,OAAO,CAAC,uBAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"showcaseProject.service.d.ts","names":[],"sources":["../../../../src/services/showcase/showcaseProject.service.ts"],"mappings":";;;cAQa,oBAAA,GAA8B,OAAA;EACzC,MAAA;EACA,gBAAA;EACA,YAAA;EACA,IAAA;EACA,QAAA;AAAA,MACE,OAAO;EACT,IAAA,EAAM,uBAAA;EACN,WAAA;EACA,WAAA;AAAA;AAAA,cAqDW,uBAAA,GACX,SAAA,aACC,OAAO,CAAC,uBAAA;;;;;;cAeE,wBAAA,GACX,UAAA,aACC,OAAO,CAAC,uBAAA;AAAA,cAwBE,yBAAA,GACX,SAAA,UACA,KAAA,cACC,OAAO,CAAC,uBAAA;AAAA,cAUE,qBAAA,GACX,WAAA,EAAa,mBAAA,KACZ,OAAA,CAAQ,uBAAA;AAAA,KAYC,6BAAA;EACV,KAAA;EACA,WAAA;EACA,UAAA;EACA,SAAA;EACA,IAAA;EACA,eAAA;EACA,QAAA;EACA,cAAA,GAAiB,MAAA;EACjB,WAAA,GAAc,mBAAA;EACd,QAAA;EACA,YAAA;EACA,MAAA,GAAS,qBAAA;EACT,YAAA,GAAe,IAAA;AAAA;AAAA,cAGJ,qBAAA,GACX,SAAA,UACA,OAAA,EAAS,6BAAA,KACR,OAAA,CAAQ,uBAAA;AAAA,cAcE,qBAAA,GACX,SAAA,aACC,OAAO;AAAA,KAIL,UAAA;EACH,OAAA;EACA,SAAA;EACA,SAAA;EACA,WAAA;AAAA;AAAA,cA2DW,oBAAA,GACX,SAAA,UACA,MAAA,aACC,OAAO,CAAC,UAAA;AAAA,cAEE,sBAAA,GACX,SAAA,UACA,MAAA,aACC,OAAO,CAAC,UAAA"}
|