@intlayer/backend 8.7.9 → 8.7.10

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.
@@ -37,7 +37,7 @@ declare const dictionarySchema: Schema<DictionarySchema, _$mongoose.Model<Dictio
37
37
  }, "id"> & {
38
38
  id: string;
39
39
  }>;
40
- title?: _$mongoose.SchemaDefinitionProperty<string, DictionarySchema, _$mongoose.Document<unknown, {}, DictionarySchema, {
40
+ description?: _$mongoose.SchemaDefinitionProperty<string, DictionarySchema, _$mongoose.Document<unknown, {}, DictionarySchema, {
41
41
  id: string;
42
42
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
43
43
  _id: _$mongoose.Types.ObjectId;
@@ -48,7 +48,7 @@ declare const dictionarySchema: Schema<DictionarySchema, _$mongoose.Model<Dictio
48
48
  }, "id"> & {
49
49
  id: string;
50
50
  }>;
51
- description?: _$mongoose.SchemaDefinitionProperty<string, DictionarySchema, _$mongoose.Document<unknown, {}, DictionarySchema, {
51
+ tags?: _$mongoose.SchemaDefinitionProperty<string[], DictionarySchema, _$mongoose.Document<unknown, {}, DictionarySchema, {
52
52
  id: string;
53
53
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
54
54
  _id: _$mongoose.Types.ObjectId;
@@ -59,7 +59,7 @@ declare const dictionarySchema: Schema<DictionarySchema, _$mongoose.Model<Dictio
59
59
  }, "id"> & {
60
60
  id: string;
61
61
  }>;
62
- tags?: _$mongoose.SchemaDefinitionProperty<string[], DictionarySchema, _$mongoose.Document<unknown, {}, DictionarySchema, {
62
+ title?: _$mongoose.SchemaDefinitionProperty<string, DictionarySchema, _$mongoose.Document<unknown, {}, DictionarySchema, {
63
63
  id: string;
64
64
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
65
65
  _id: _$mongoose.Types.ObjectId;
@@ -70,7 +70,7 @@ declare const dictionarySchema: Schema<DictionarySchema, _$mongoose.Model<Dictio
70
70
  }, "id"> & {
71
71
  id: string;
72
72
  }>;
73
- content?: _$mongoose.SchemaDefinitionProperty<VersionedContent, DictionarySchema, _$mongoose.Document<unknown, {}, DictionarySchema, {
73
+ key?: _$mongoose.SchemaDefinitionProperty<string, DictionarySchema, _$mongoose.Document<unknown, {}, DictionarySchema, {
74
74
  id: string;
75
75
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
76
76
  _id: _$mongoose.Types.ObjectId;
@@ -82,7 +82,7 @@ declare const dictionarySchema: Schema<DictionarySchema, _$mongoose.Model<Dictio
82
82
  id: string;
83
83
  }>;
84
84
  creatorId?: User["id"];
85
- key?: _$mongoose.SchemaDefinitionProperty<string, DictionarySchema, _$mongoose.Document<unknown, {}, DictionarySchema, {
85
+ content?: _$mongoose.SchemaDefinitionProperty<VersionedContent, DictionarySchema, _$mongoose.Document<unknown, {}, DictionarySchema, {
86
86
  id: string;
87
87
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
88
88
  _id: _$mongoose.Types.ObjectId;
@@ -115,7 +115,7 @@ declare const dictionarySchema: Schema<DictionarySchema, _$mongoose.Model<Dictio
115
115
  }, "id"> & {
116
116
  id: string;
117
117
  }>;
118
- importMode?: _$mongoose.SchemaDefinitionProperty<"static" | "dynamic" | "fetch", DictionarySchema, _$mongoose.Document<unknown, {}, DictionarySchema, {
118
+ importMode?: _$mongoose.SchemaDefinitionProperty<"dynamic" | "static" | "fetch", DictionarySchema, _$mongoose.Document<unknown, {}, DictionarySchema, {
119
119
  id: string;
120
120
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Dictionary, "id"> & {
121
121
  _id: _$mongoose.Types.ObjectId;
@@ -47,7 +47,7 @@ declare const discussionSchema: Schema<DiscussionSchema, _$mongoose.Model<Discus
47
47
  }, "id"> & {
48
48
  id: string;
49
49
  }>;
50
- title?: _$mongoose.SchemaDefinitionProperty<string, DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
50
+ userId?: _$mongoose.SchemaDefinitionProperty<_$mongoose.Types.ObjectId, DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
51
51
  id: string;
52
52
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
53
53
  _id: _$mongoose.Types.ObjectId;
@@ -58,7 +58,7 @@ declare const discussionSchema: Schema<DiscussionSchema, _$mongoose.Model<Discus
58
58
  }, "id"> & {
59
59
  id: string;
60
60
  }>;
61
- userId?: _$mongoose.SchemaDefinitionProperty<_$mongoose.Types.ObjectId, DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
61
+ discussionId?: _$mongoose.SchemaDefinitionProperty<string, DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
62
62
  id: string;
63
63
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
64
64
  _id: _$mongoose.Types.ObjectId;
@@ -69,7 +69,7 @@ declare const discussionSchema: Schema<DiscussionSchema, _$mongoose.Model<Discus
69
69
  }, "id"> & {
70
70
  id: string;
71
71
  }>;
72
- discussionId?: _$mongoose.SchemaDefinitionProperty<string, DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
72
+ isArchived?: _$mongoose.SchemaDefinitionProperty<boolean, DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
73
73
  id: string;
74
74
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
75
75
  _id: _$mongoose.Types.ObjectId;
@@ -80,7 +80,7 @@ declare const discussionSchema: Schema<DiscussionSchema, _$mongoose.Model<Discus
80
80
  }, "id"> & {
81
81
  id: string;
82
82
  }>;
83
- messages?: _$mongoose.SchemaDefinitionProperty<Message[], DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
83
+ title?: _$mongoose.SchemaDefinitionProperty<string, DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
84
84
  id: string;
85
85
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
86
86
  _id: _$mongoose.Types.ObjectId;
@@ -91,7 +91,7 @@ declare const discussionSchema: Schema<DiscussionSchema, _$mongoose.Model<Discus
91
91
  }, "id"> & {
92
92
  id: string;
93
93
  }>;
94
- projectId?: _$mongoose.SchemaDefinitionProperty<_$mongoose.Types.ObjectId, DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
94
+ messages?: _$mongoose.SchemaDefinitionProperty<Message[], DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
95
95
  id: string;
96
96
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
97
97
  _id: _$mongoose.Types.ObjectId;
@@ -102,7 +102,7 @@ declare const discussionSchema: Schema<DiscussionSchema, _$mongoose.Model<Discus
102
102
  }, "id"> & {
103
103
  id: string;
104
104
  }>;
105
- organizationId?: _$mongoose.SchemaDefinitionProperty<_$mongoose.Types.ObjectId, DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
105
+ projectId?: _$mongoose.SchemaDefinitionProperty<_$mongoose.Types.ObjectId, DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
106
106
  id: string;
107
107
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
108
108
  _id: _$mongoose.Types.ObjectId;
@@ -113,7 +113,7 @@ declare const discussionSchema: Schema<DiscussionSchema, _$mongoose.Model<Discus
113
113
  }, "id"> & {
114
114
  id: string;
115
115
  }>;
116
- isArchived?: _$mongoose.SchemaDefinitionProperty<boolean, DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
116
+ organizationId?: _$mongoose.SchemaDefinitionProperty<_$mongoose.Types.ObjectId, DiscussionSchema, _$mongoose.Document<unknown, {}, DiscussionSchema, {
117
117
  id: string;
118
118
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Discussion, "id"> & {
119
119
  _id: _$mongoose.Types.ObjectId;
@@ -38,7 +38,7 @@ declare const organizationSchema: Schema<OrganizationSchema, _$mongoose.Model<Or
38
38
  }, "id"> & {
39
39
  id: string;
40
40
  }>;
41
- name?: _$mongoose.SchemaDefinitionProperty<string, OrganizationSchema, _$mongoose.Document<unknown, {}, OrganizationSchema, {
41
+ domain?: _$mongoose.SchemaDefinitionProperty<string, OrganizationSchema, _$mongoose.Document<unknown, {}, OrganizationSchema, {
42
42
  id: string;
43
43
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Organization, "id"> & {
44
44
  _id: _$mongoose.Types.ObjectId;
@@ -49,10 +49,7 @@ declare const organizationSchema: Schema<OrganizationSchema, _$mongoose.Model<Or
49
49
  }, "id"> & {
50
50
  id: string;
51
51
  }>;
52
- membersIds?: any;
53
- adminsIds?: any;
54
- creatorId?: User["id"];
55
- domain?: _$mongoose.SchemaDefinitionProperty<string, OrganizationSchema, _$mongoose.Document<unknown, {}, OrganizationSchema, {
52
+ name?: _$mongoose.SchemaDefinitionProperty<string, OrganizationSchema, _$mongoose.Document<unknown, {}, OrganizationSchema, {
56
53
  id: string;
57
54
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Organization, "id"> & {
58
55
  _id: _$mongoose.Types.ObjectId;
@@ -63,6 +60,9 @@ declare const organizationSchema: Schema<OrganizationSchema, _$mongoose.Model<Or
63
60
  }, "id"> & {
64
61
  id: string;
65
62
  }>;
63
+ creatorId?: User["id"];
64
+ membersIds?: any;
65
+ adminsIds?: any;
66
66
  ssoEnabled?: _$mongoose.SchemaDefinitionProperty<boolean, OrganizationSchema, _$mongoose.Document<unknown, {}, OrganizationSchema, {
67
67
  id: string;
68
68
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Organization, "id"> & {
@@ -15,7 +15,7 @@ declare const planSchema: Schema<PlanSchema, _$mongoose.Model<PlanSchema, any, a
15
15
  }, "id"> & {
16
16
  id: string;
17
17
  }, {
18
- createdAt?: _$mongoose.SchemaDefinitionProperty<number, PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
18
+ type?: _$mongoose.SchemaDefinitionProperty<PlanType, PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
19
19
  id: string;
20
20
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Plan, "id"> & {
21
21
  _id: _$mongoose.Types.ObjectId;
@@ -26,7 +26,7 @@ declare const planSchema: Schema<PlanSchema, _$mongoose.Model<PlanSchema, any, a
26
26
  }, "id"> & {
27
27
  id: string;
28
28
  }>;
29
- updatedAt?: _$mongoose.SchemaDefinitionProperty<number, PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
29
+ createdAt?: _$mongoose.SchemaDefinitionProperty<number, PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
30
30
  id: string;
31
31
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Plan, "id"> & {
32
32
  _id: _$mongoose.Types.ObjectId;
@@ -37,7 +37,7 @@ declare const planSchema: Schema<PlanSchema, _$mongoose.Model<PlanSchema, any, a
37
37
  }, "id"> & {
38
38
  id: string;
39
39
  }>;
40
- type?: _$mongoose.SchemaDefinitionProperty<PlanType, PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
40
+ updatedAt?: _$mongoose.SchemaDefinitionProperty<number, PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
41
41
  id: string;
42
42
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Plan, "id"> & {
43
43
  _id: _$mongoose.Types.ObjectId;
@@ -60,7 +60,7 @@ declare const planSchema: Schema<PlanSchema, _$mongoose.Model<PlanSchema, any, a
60
60
  id: string;
61
61
  }>;
62
62
  creatorId?: User["id"];
63
- customerId?: _$mongoose.SchemaDefinitionProperty<string, PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
63
+ subscriptionId?: _$mongoose.SchemaDefinitionProperty<string, PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
64
64
  id: string;
65
65
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Plan, "id"> & {
66
66
  _id: _$mongoose.Types.ObjectId;
@@ -71,7 +71,7 @@ declare const planSchema: Schema<PlanSchema, _$mongoose.Model<PlanSchema, any, a
71
71
  }, "id"> & {
72
72
  id: string;
73
73
  }>;
74
- period?: _$mongoose.SchemaDefinitionProperty<"MONTHLY" | "YEARLY", PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
74
+ customerId?: _$mongoose.SchemaDefinitionProperty<string, PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
75
75
  id: string;
76
76
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Plan, "id"> & {
77
77
  _id: _$mongoose.Types.ObjectId;
@@ -82,7 +82,7 @@ declare const planSchema: Schema<PlanSchema, _$mongoose.Model<PlanSchema, any, a
82
82
  }, "id"> & {
83
83
  id: string;
84
84
  }>;
85
- subscriptionId?: _$mongoose.SchemaDefinitionProperty<string, PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
85
+ priceId?: _$mongoose.SchemaDefinitionProperty<string, PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
86
86
  id: string;
87
87
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Plan, "id"> & {
88
88
  _id: _$mongoose.Types.ObjectId;
@@ -93,7 +93,7 @@ declare const planSchema: Schema<PlanSchema, _$mongoose.Model<PlanSchema, any, a
93
93
  }, "id"> & {
94
94
  id: string;
95
95
  }>;
96
- priceId?: _$mongoose.SchemaDefinitionProperty<string, PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
96
+ period?: _$mongoose.SchemaDefinitionProperty<"MONTHLY" | "YEARLY", PlanSchema, _$mongoose.Document<unknown, {}, PlanSchema, {
97
97
  id: string;
98
98
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Plan, "id"> & {
99
99
  _id: _$mongoose.Types.ObjectId;
@@ -37,7 +37,7 @@ declare const projectSchema: Schema<ProjectSchema, _$mongoose.Model<ProjectSchem
37
37
  }, "id"> & {
38
38
  id: string;
39
39
  }>;
40
- imageUrl?: _$mongoose.SchemaDefinitionProperty<string, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
40
+ name?: _$mongoose.SchemaDefinitionProperty<string, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
41
41
  id: string;
42
42
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
43
43
  _id: _$mongoose.Types.ObjectId;
@@ -48,7 +48,8 @@ declare const projectSchema: Schema<ProjectSchema, _$mongoose.Model<ProjectSchem
48
48
  }, "id"> & {
49
49
  id: string;
50
50
  }>;
51
- name?: _$mongoose.SchemaDefinitionProperty<string, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
51
+ creatorId?: User["id"];
52
+ organizationId?: _$mongoose.SchemaDefinitionProperty<_$mongoose.Types.ObjectId, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
52
53
  id: string;
53
54
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
54
55
  _id: _$mongoose.Types.ObjectId;
@@ -59,7 +60,9 @@ declare const projectSchema: Schema<ProjectSchema, _$mongoose.Model<ProjectSchem
59
60
  }, "id"> & {
60
61
  id: string;
61
62
  }>;
62
- organizationId?: _$mongoose.SchemaDefinitionProperty<_$mongoose.Types.ObjectId, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
63
+ membersIds?: any;
64
+ adminsIds?: any;
65
+ configuration?: _$mongoose.SchemaDefinitionProperty<ProjectConfiguration, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
63
66
  id: string;
64
67
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
65
68
  _id: _$mongoose.Types.ObjectId;
@@ -70,10 +73,7 @@ declare const projectSchema: Schema<ProjectSchema, _$mongoose.Model<ProjectSchem
70
73
  }, "id"> & {
71
74
  id: string;
72
75
  }>;
73
- membersIds?: any;
74
- adminsIds?: any;
75
- creatorId?: User["id"];
76
- configuration?: _$mongoose.SchemaDefinitionProperty<ProjectConfiguration, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
76
+ repository?: _$mongoose.SchemaDefinitionProperty<RepositoryConnection, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
77
77
  id: string;
78
78
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
79
79
  _id: _$mongoose.Types.ObjectId;
@@ -84,7 +84,7 @@ declare const projectSchema: Schema<ProjectSchema, _$mongoose.Model<ProjectSchem
84
84
  }, "id"> & {
85
85
  id: string;
86
86
  }>;
87
- repository?: _$mongoose.SchemaDefinitionProperty<RepositoryConnection, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
87
+ webhooks?: _$mongoose.SchemaDefinitionProperty<ProjectConfigCI, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
88
88
  id: string;
89
89
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
90
90
  _id: _$mongoose.Types.ObjectId;
@@ -95,7 +95,7 @@ declare const projectSchema: Schema<ProjectSchema, _$mongoose.Model<ProjectSchem
95
95
  }, "id"> & {
96
96
  id: string;
97
97
  }>;
98
- webhooks?: _$mongoose.SchemaDefinitionProperty<ProjectConfigCI, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
98
+ autoFill?: _$mongoose.SchemaDefinitionProperty<boolean, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
99
99
  id: string;
100
100
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
101
101
  _id: _$mongoose.Types.ObjectId;
@@ -106,7 +106,7 @@ declare const projectSchema: Schema<ProjectSchema, _$mongoose.Model<ProjectSchem
106
106
  }, "id"> & {
107
107
  id: string;
108
108
  }>;
109
- autoFill?: _$mongoose.SchemaDefinitionProperty<boolean, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
109
+ imageUrl?: _$mongoose.SchemaDefinitionProperty<string, ProjectSchema, _$mongoose.Document<unknown, {}, ProjectSchema, {
110
110
  id: string;
111
111
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Project, "id"> & {
112
112
  _id: _$mongoose.Types.ObjectId;
@@ -30,7 +30,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
30
30
  }, "id"> & {
31
31
  id: string;
32
32
  }>;
33
- title?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
33
+ description?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
34
34
  id: string;
35
35
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
36
36
  _id: _$mongoose.Types.ObjectId;
@@ -39,7 +39,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
39
39
  }, "id"> & {
40
40
  id: string;
41
41
  }>;
42
- description?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
42
+ tags?: _$mongoose.SchemaDefinitionProperty<string[], ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
43
43
  id: string;
44
44
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
45
45
  _id: _$mongoose.Types.ObjectId;
@@ -48,7 +48,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
48
48
  }, "id"> & {
49
49
  id: string;
50
50
  }>;
51
- imageUrl?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
51
+ title?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
52
52
  id: string;
53
53
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
54
54
  _id: _$mongoose.Types.ObjectId;
@@ -57,7 +57,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
57
57
  }, "id"> & {
58
58
  id: string;
59
59
  }>;
60
- logoUrl?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
60
+ status?: _$mongoose.SchemaDefinitionProperty<ShowcaseProjectStatus, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
61
61
  id: string;
62
62
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
63
63
  _id: _$mongoose.Types.ObjectId;
@@ -66,7 +66,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
66
66
  }, "id"> & {
67
67
  id: string;
68
68
  }>;
69
- websiteUrl?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
69
+ imageUrl?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
70
70
  id: string;
71
71
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
72
72
  _id: _$mongoose.Types.ObjectId;
@@ -75,7 +75,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
75
75
  }, "id"> & {
76
76
  id: string;
77
77
  }>;
78
- githubUrl?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
78
+ owner?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
79
79
  id: string;
80
80
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
81
81
  _id: _$mongoose.Types.ObjectId;
@@ -84,7 +84,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
84
84
  }, "id"> & {
85
85
  id: string;
86
86
  }>;
87
- tags?: _$mongoose.SchemaDefinitionProperty<string[], ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
87
+ logoUrl?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
88
88
  id: string;
89
89
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
90
90
  _id: _$mongoose.Types.ObjectId;
@@ -93,7 +93,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
93
93
  }, "id"> & {
94
94
  id: string;
95
95
  }>;
96
- upvoters?: _$mongoose.SchemaDefinitionProperty<string[], ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
96
+ websiteUrl?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
97
97
  id: string;
98
98
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
99
99
  _id: _$mongoose.Types.ObjectId;
@@ -102,7 +102,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
102
102
  }, "id"> & {
103
103
  id: string;
104
104
  }>;
105
- downvoters?: _$mongoose.SchemaDefinitionProperty<string[], ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
105
+ githubUrl?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
106
106
  id: string;
107
107
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
108
108
  _id: _$mongoose.Types.ObjectId;
@@ -111,7 +111,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
111
111
  }, "id"> & {
112
112
  id: string;
113
113
  }>;
114
- isOpenSource?: _$mongoose.SchemaDefinitionProperty<boolean, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
114
+ upvoters?: _$mongoose.SchemaDefinitionProperty<string[], ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
115
115
  id: string;
116
116
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
117
117
  _id: _$mongoose.Types.ObjectId;
@@ -120,7 +120,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
120
120
  }, "id"> & {
121
121
  id: string;
122
122
  }>;
123
- intlayerVersion?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
123
+ downvoters?: _$mongoose.SchemaDefinitionProperty<string[], ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
124
124
  id: string;
125
125
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
126
126
  _id: _$mongoose.Types.ObjectId;
@@ -129,7 +129,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
129
129
  }, "id"> & {
130
130
  id: string;
131
131
  }>;
132
- libsUsed?: _$mongoose.SchemaDefinitionProperty<string[], ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
132
+ isOpenSource?: _$mongoose.SchemaDefinitionProperty<boolean, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
133
133
  id: string;
134
134
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
135
135
  _id: _$mongoose.Types.ObjectId;
@@ -138,7 +138,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
138
138
  }, "id"> & {
139
139
  id: string;
140
140
  }>;
141
- packageDetails?: _$mongoose.SchemaDefinitionProperty<Record<string, string>, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
141
+ intlayerVersion?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
142
142
  id: string;
143
143
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
144
144
  _id: _$mongoose.Types.ObjectId;
@@ -147,7 +147,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
147
147
  }, "id"> & {
148
148
  id: string;
149
149
  }>;
150
- lastScanDate?: _$mongoose.SchemaDefinitionProperty<Date, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
150
+ libsUsed?: _$mongoose.SchemaDefinitionProperty<string[], ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
151
151
  id: string;
152
152
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
153
153
  _id: _$mongoose.Types.ObjectId;
@@ -156,7 +156,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
156
156
  }, "id"> & {
157
157
  id: string;
158
158
  }>;
159
- scanDetails?: _$mongoose.SchemaDefinitionProperty<ShowcaseScanDetails, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
159
+ packageDetails?: _$mongoose.SchemaDefinitionProperty<Record<string, string>, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
160
160
  id: string;
161
161
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
162
162
  _id: _$mongoose.Types.ObjectId;
@@ -165,7 +165,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
165
165
  }, "id"> & {
166
166
  id: string;
167
167
  }>;
168
- owner?: _$mongoose.SchemaDefinitionProperty<string, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
168
+ lastScanDate?: _$mongoose.SchemaDefinitionProperty<Date, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
169
169
  id: string;
170
170
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
171
171
  _id: _$mongoose.Types.ObjectId;
@@ -174,7 +174,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, _$mongoose.
174
174
  }, "id"> & {
175
175
  id: string;
176
176
  }>;
177
- status?: _$mongoose.SchemaDefinitionProperty<ShowcaseProjectStatus, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
177
+ scanDetails?: _$mongoose.SchemaDefinitionProperty<ShowcaseScanDetails, ShowcaseProjectDocument, _$mongoose.Document<unknown, {}, ShowcaseProjectDocument, {
178
178
  id: string;
179
179
  }, _$mongoose.DefaultSchemaOptions> & Omit<ShowcaseProject & _$mongoose.Document<_$mongoose.Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
180
180
  _id: _$mongoose.Types.ObjectId;
@@ -59,7 +59,7 @@ declare const tagSchema: Schema<TagSchema, _$mongoose.Model<TagSchema, any, any,
59
59
  }, "id"> & {
60
60
  id: string;
61
61
  }>;
62
- projectId?: _$mongoose.SchemaDefinitionProperty<_$mongoose.Types.ObjectId, TagSchema, _$mongoose.Document<unknown, {}, TagSchema, {
62
+ key?: _$mongoose.SchemaDefinitionProperty<string, TagSchema, _$mongoose.Document<unknown, {}, TagSchema, {
63
63
  id: string;
64
64
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Tag, "id"> & {
65
65
  _id: _$mongoose.Types.ObjectId;
@@ -70,7 +70,7 @@ declare const tagSchema: Schema<TagSchema, _$mongoose.Model<TagSchema, any, any,
70
70
  }, "id"> & {
71
71
  id: string;
72
72
  }>;
73
- organizationId?: _$mongoose.SchemaDefinitionProperty<_$mongoose.Types.ObjectId, TagSchema, _$mongoose.Document<unknown, {}, TagSchema, {
73
+ instructions?: _$mongoose.SchemaDefinitionProperty<string, TagSchema, _$mongoose.Document<unknown, {}, TagSchema, {
74
74
  id: string;
75
75
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Tag, "id"> & {
76
76
  _id: _$mongoose.Types.ObjectId;
@@ -82,7 +82,7 @@ declare const tagSchema: Schema<TagSchema, _$mongoose.Model<TagSchema, any, any,
82
82
  id: string;
83
83
  }>;
84
84
  creatorId?: User["id"];
85
- key?: _$mongoose.SchemaDefinitionProperty<string, TagSchema, _$mongoose.Document<unknown, {}, TagSchema, {
85
+ projectId?: _$mongoose.SchemaDefinitionProperty<_$mongoose.Types.ObjectId, TagSchema, _$mongoose.Document<unknown, {}, TagSchema, {
86
86
  id: string;
87
87
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Tag, "id"> & {
88
88
  _id: _$mongoose.Types.ObjectId;
@@ -93,7 +93,7 @@ declare const tagSchema: Schema<TagSchema, _$mongoose.Model<TagSchema, any, any,
93
93
  }, "id"> & {
94
94
  id: string;
95
95
  }>;
96
- instructions?: _$mongoose.SchemaDefinitionProperty<string, TagSchema, _$mongoose.Document<unknown, {}, TagSchema, {
96
+ organizationId?: _$mongoose.SchemaDefinitionProperty<_$mongoose.Types.ObjectId, TagSchema, _$mongoose.Document<unknown, {}, TagSchema, {
97
97
  id: string;
98
98
  }, _$mongoose.DefaultSchemaOptions> & Omit<Omit<Tag, "id"> & {
99
99
  _id: _$mongoose.Types.ObjectId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/backend",
3
- "version": "8.7.9",
3
+ "version": "8.7.10",
4
4
  "private": false,
5
5
  "description": "Intlayer Backend is a an application that allow you to manage your Intlayer content and interact with the intlayer editor.",
6
6
  "keywords": [
@@ -71,7 +71,7 @@
71
71
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
72
72
  },
73
73
  "dependencies": {
74
- "@aws-sdk/client-s3": "^3.1035.0",
74
+ "@aws-sdk/client-s3": "^3.1038.0",
75
75
  "@better-auth/core": "1.6.9",
76
76
  "@better-auth/passkey": "1.6.9",
77
77
  "@better-auth/sso": "1.6.9",
@@ -81,9 +81,9 @@
81
81
  "@fastify/formbody": "8.0.2",
82
82
  "@fastify/helmet": "13.0.2",
83
83
  "@fastify/rate-limit": "10.3.0",
84
- "@intlayer/ai": "8.7.9",
85
- "@intlayer/chokidar": "8.7.9",
86
- "@intlayer/core": "8.7.9",
84
+ "@intlayer/ai": "8.7.10",
85
+ "@intlayer/chokidar": "8.7.10",
86
+ "@intlayer/core": "8.7.10",
87
87
  "@octokit/rest": "22.0.1",
88
88
  "@react-email/components": "1.0.12",
89
89
  "better-auth": "1.6.9",
@@ -93,15 +93,15 @@
93
93
  "defu": "6.1.7",
94
94
  "dotenv": "17.4.2",
95
95
  "fastify": "5.8.5",
96
- "fastify-intlayer": "8.7.9",
96
+ "fastify-intlayer": "8.7.10",
97
97
  "ioredis": "5.10.1",
98
98
  "mongodb": "7.2.0",
99
- "mongoose": "9.5.0",
99
+ "mongoose": "9.6.0",
100
100
  "oauth2-server": "3.1.1",
101
- "openai": "6.34.0",
101
+ "openai": "6.35.0",
102
102
  "puppeteer": "24.42.0",
103
103
  "react": "19.2.5",
104
- "react-email": "6.0.0",
104
+ "react-email": "6.0.5",
105
105
  "resend": "6.12.2",
106
106
  "stripe": "22.1.0",
107
107
  "validator": "13.15.35",
@@ -109,9 +109,9 @@
109
109
  "zod": "^4.3.6"
110
110
  },
111
111
  "devDependencies": {
112
- "@intlayer/config": "8.7.9",
113
- "@intlayer/docs": "8.7.9",
114
- "@intlayer/types": "8.7.9",
112
+ "@intlayer/config": "8.7.10",
113
+ "@intlayer/docs": "8.7.10",
114
+ "@intlayer/types": "8.7.10",
115
115
  "@types/node": "25.6.0",
116
116
  "@types/oauth2-server": "3.0.18",
117
117
  "@types/react": "19.2.14",
@@ -119,7 +119,7 @@
119
119
  "@utils/ts-config": "1.0.4",
120
120
  "@utils/ts-config-types": "1.0.4",
121
121
  "@utils/tsdown-config": "1.0.4",
122
- "intlayer": "8.7.9",
122
+ "intlayer": "8.7.10",
123
123
  "rimraf": "6.1.3",
124
124
  "tsdown": "0.21.10",
125
125
  "typescript": "6.0.3",