@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.
@@ -46,7 +46,7 @@ declare const promoCodeSchema: Schema<PromoCodeSchema, import("mongoose").Model<
46
46
  }, "id"> & {
47
47
  id: string;
48
48
  }>;
49
- expiresAt?: import("mongoose").SchemaDefinitionProperty<Date, PromoCodeSchema, import("mongoose").Document<unknown, {}, PromoCodeSchema, {
49
+ active?: import("mongoose").SchemaDefinitionProperty<boolean, PromoCodeSchema, import("mongoose").Document<unknown, {}, PromoCodeSchema, {
50
50
  id: string;
51
51
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<PromoCode, "id"> & {
52
52
  _id: import("mongoose").Types.ObjectId;
@@ -57,7 +57,7 @@ declare const promoCodeSchema: Schema<PromoCodeSchema, import("mongoose").Model<
57
57
  }, "id"> & {
58
58
  id: string;
59
59
  }>;
60
- active?: import("mongoose").SchemaDefinitionProperty<boolean, PromoCodeSchema, import("mongoose").Document<unknown, {}, PromoCodeSchema, {
60
+ expiresAt?: import("mongoose").SchemaDefinitionProperty<Date, PromoCodeSchema, import("mongoose").Document<unknown, {}, PromoCodeSchema, {
61
61
  id: string;
62
62
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<PromoCode, "id"> & {
63
63
  _id: import("mongoose").Types.ObjectId;
@@ -46,7 +46,7 @@ declare const reviewerProfileSchema: Schema<ReviewerProfileSchema, import("mongo
46
46
  }, "id"> & {
47
47
  id: string;
48
48
  }>;
49
- userId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, ReviewerProfileSchema, import("mongoose").Document<unknown, {}, ReviewerProfileSchema, {
49
+ status?: import("mongoose").SchemaDefinitionProperty<ReviewerStatus, ReviewerProfileSchema, import("mongoose").Document<unknown, {}, ReviewerProfileSchema, {
50
50
  id: string;
51
51
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<ReviewerProfile, "id"> & {
52
52
  _id: import("mongoose").Types.ObjectId;
@@ -57,7 +57,7 @@ declare const reviewerProfileSchema: Schema<ReviewerProfileSchema, import("mongo
57
57
  }, "id"> & {
58
58
  id: string;
59
59
  }>;
60
- status?: import("mongoose").SchemaDefinitionProperty<ReviewerStatus, ReviewerProfileSchema, import("mongoose").Document<unknown, {}, ReviewerProfileSchema, {
60
+ userId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, ReviewerProfileSchema, import("mongoose").Document<unknown, {}, ReviewerProfileSchema, {
61
61
  id: string;
62
62
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<ReviewerProfile, "id"> & {
63
63
  _id: import("mongoose").Types.ObjectId;
@@ -224,7 +224,7 @@ declare const translationMissionSchema: Schema<TranslationMissionSchema, import(
224
224
  }, "id"> & {
225
225
  id: string;
226
226
  }, {
227
- createdAt?: import("mongoose").SchemaDefinitionProperty<Date, TranslationMissionSchema, import("mongoose").Document<unknown, {}, TranslationMissionSchema, {
227
+ sourceLocale?: import("mongoose").SchemaDefinitionProperty<string, TranslationMissionSchema, import("mongoose").Document<unknown, {}, TranslationMissionSchema, {
228
228
  id: string;
229
229
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<TranslationMission, "id"> & {
230
230
  _id: import("mongoose").Types.ObjectId;
@@ -235,7 +235,7 @@ declare const translationMissionSchema: Schema<TranslationMissionSchema, import(
235
235
  }, "id"> & {
236
236
  id: string;
237
237
  }>;
238
- updatedAt?: import("mongoose").SchemaDefinitionProperty<Date, TranslationMissionSchema, import("mongoose").Document<unknown, {}, TranslationMissionSchema, {
238
+ targetLocales?: import("mongoose").SchemaDefinitionProperty<string[], TranslationMissionSchema, import("mongoose").Document<unknown, {}, TranslationMissionSchema, {
239
239
  id: string;
240
240
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<TranslationMission, "id"> & {
241
241
  _id: import("mongoose").Types.ObjectId;
@@ -246,7 +246,7 @@ declare const translationMissionSchema: Schema<TranslationMissionSchema, import(
246
246
  }, "id"> & {
247
247
  id: string;
248
248
  }>;
249
- status?: import("mongoose").SchemaDefinitionProperty<MissionStatus, TranslationMissionSchema, import("mongoose").Document<unknown, {}, TranslationMissionSchema, {
249
+ notes?: import("mongoose").SchemaDefinitionProperty<string, TranslationMissionSchema, import("mongoose").Document<unknown, {}, TranslationMissionSchema, {
250
250
  id: string;
251
251
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<TranslationMission, "id"> & {
252
252
  _id: import("mongoose").Types.ObjectId;
@@ -268,7 +268,7 @@ declare const translationMissionSchema: Schema<TranslationMissionSchema, import(
268
268
  }, "id"> & {
269
269
  id: string;
270
270
  }>;
271
- sourceLocale?: import("mongoose").SchemaDefinitionProperty<string, TranslationMissionSchema, import("mongoose").Document<unknown, {}, TranslationMissionSchema, {
271
+ createdAt?: import("mongoose").SchemaDefinitionProperty<Date, TranslationMissionSchema, import("mongoose").Document<unknown, {}, TranslationMissionSchema, {
272
272
  id: string;
273
273
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<TranslationMission, "id"> & {
274
274
  _id: import("mongoose").Types.ObjectId;
@@ -279,7 +279,7 @@ declare const translationMissionSchema: Schema<TranslationMissionSchema, import(
279
279
  }, "id"> & {
280
280
  id: string;
281
281
  }>;
282
- targetLocales?: import("mongoose").SchemaDefinitionProperty<string[], TranslationMissionSchema, import("mongoose").Document<unknown, {}, TranslationMissionSchema, {
282
+ updatedAt?: import("mongoose").SchemaDefinitionProperty<Date, TranslationMissionSchema, import("mongoose").Document<unknown, {}, TranslationMissionSchema, {
283
283
  id: string;
284
284
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<TranslationMission, "id"> & {
285
285
  _id: import("mongoose").Types.ObjectId;
@@ -290,7 +290,7 @@ declare const translationMissionSchema: Schema<TranslationMissionSchema, import(
290
290
  }, "id"> & {
291
291
  id: string;
292
292
  }>;
293
- notes?: import("mongoose").SchemaDefinitionProperty<string, TranslationMissionSchema, import("mongoose").Document<unknown, {}, TranslationMissionSchema, {
293
+ status?: import("mongoose").SchemaDefinitionProperty<MissionStatus, TranslationMissionSchema, import("mongoose").Document<unknown, {}, TranslationMissionSchema, {
294
294
  id: string;
295
295
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<TranslationMission, "id"> & {
296
296
  _id: import("mongoose").Types.ObjectId;
@@ -479,7 +479,7 @@ declare const reviewerReviewSchema: Schema<ReviewerReviewSchema, import("mongoos
479
479
  }, "id"> & {
480
480
  id: string;
481
481
  }>;
482
- comment?: import("mongoose").SchemaDefinitionProperty<string, ReviewerReviewSchema, import("mongoose").Document<unknown, {}, ReviewerReviewSchema, {
482
+ missionId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, ReviewerReviewSchema, import("mongoose").Document<unknown, {}, ReviewerReviewSchema, {
483
483
  id: string;
484
484
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<ReviewerReview, "id"> & {
485
485
  _id: import("mongoose").Types.ObjectId;
@@ -490,7 +490,7 @@ declare const reviewerReviewSchema: Schema<ReviewerReviewSchema, import("mongoos
490
490
  }, "id"> & {
491
491
  id: string;
492
492
  }>;
493
- missionId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, ReviewerReviewSchema, import("mongoose").Document<unknown, {}, ReviewerReviewSchema, {
493
+ comment?: import("mongoose").SchemaDefinitionProperty<string, ReviewerReviewSchema, import("mongoose").Document<unknown, {}, ReviewerReviewSchema, {
494
494
  id: string;
495
495
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<ReviewerReview, "id"> & {
496
496
  _id: import("mongoose").Types.ObjectId;
@@ -13,7 +13,7 @@ declare const sessionSchema: Schema<SessionSchema, import("mongoose").Model<Sess
13
13
  }, "id"> & {
14
14
  id: string;
15
15
  }, {
16
- locale?: import("mongoose").SchemaDefinitionProperty<import("intlayer").Locale, SessionSchema, import("mongoose").Document<unknown, {}, SessionSchema, {
16
+ createdAt?: import("mongoose").SchemaDefinitionProperty<Date, SessionSchema, import("mongoose").Document<unknown, {}, SessionSchema, {
17
17
  id: string;
18
18
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<SessionData, "id"> & {
19
19
  _id: import("mongoose").Types.ObjectId;
@@ -24,7 +24,7 @@ declare const sessionSchema: Schema<SessionSchema, import("mongoose").Model<Sess
24
24
  }, "id"> & {
25
25
  id: string;
26
26
  }>;
27
- createdAt?: import("mongoose").SchemaDefinitionProperty<Date, SessionSchema, import("mongoose").Document<unknown, {}, SessionSchema, {
27
+ updatedAt?: import("mongoose").SchemaDefinitionProperty<Date, SessionSchema, import("mongoose").Document<unknown, {}, SessionSchema, {
28
28
  id: string;
29
29
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<SessionData, "id"> & {
30
30
  _id: import("mongoose").Types.ObjectId;
@@ -35,7 +35,7 @@ declare const sessionSchema: Schema<SessionSchema, import("mongoose").Model<Sess
35
35
  }, "id"> & {
36
36
  id: string;
37
37
  }>;
38
- updatedAt?: import("mongoose").SchemaDefinitionProperty<Date, SessionSchema, import("mongoose").Document<unknown, {}, SessionSchema, {
38
+ locale?: import("mongoose").SchemaDefinitionProperty<import("intlayer").Locale, SessionSchema, import("mongoose").Document<unknown, {}, SessionSchema, {
39
39
  id: string;
40
40
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<SessionData, "id"> & {
41
41
  _id: import("mongoose").Types.ObjectId;
@@ -57,7 +57,7 @@ declare const sessionSchema: Schema<SessionSchema, import("mongoose").Model<Sess
57
57
  }, "id"> & {
58
58
  id: string;
59
59
  }>;
60
- expiresAt?: import("mongoose").SchemaDefinitionProperty<Date, SessionSchema, import("mongoose").Document<unknown, {}, SessionSchema, {
60
+ token?: import("mongoose").SchemaDefinitionProperty<string, SessionSchema, import("mongoose").Document<unknown, {}, SessionSchema, {
61
61
  id: string;
62
62
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<SessionData, "id"> & {
63
63
  _id: import("mongoose").Types.ObjectId;
@@ -68,7 +68,7 @@ declare const sessionSchema: Schema<SessionSchema, import("mongoose").Model<Sess
68
68
  }, "id"> & {
69
69
  id: string;
70
70
  }>;
71
- token?: import("mongoose").SchemaDefinitionProperty<string, SessionSchema, import("mongoose").Document<unknown, {}, SessionSchema, {
71
+ expiresAt?: import("mongoose").SchemaDefinitionProperty<Date, SessionSchema, import("mongoose").Document<unknown, {}, SessionSchema, {
72
72
  id: string;
73
73
  }, import("mongoose").DefaultSchemaOptions> & Omit<Omit<SessionData, "id"> & {
74
74
  _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
- createdAt?: import("mongoose").SchemaDefinitionProperty<Date, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
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
- _id?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
23
+ description?: import("mongoose").SchemaDefinitionProperty<string, 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
- title?: import("mongoose").SchemaDefinitionProperty<string, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
32
+ createdAt?: import("mongoose").SchemaDefinitionProperty<Date, 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
- description?: import("mongoose").SchemaDefinitionProperty<string, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
41
+ title?: 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;
@@ -56,7 +56,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, import("mon
56
56
  }, "id"> & {
57
57
  id: string;
58
58
  }>;
59
- tags?: import("mongoose").SchemaDefinitionProperty<string[], ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
59
+ imageUrl?: import("mongoose").SchemaDefinitionProperty<string, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
60
60
  id: string;
61
61
  }, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
62
62
  _id: import("mongoose").Types.ObjectId;
@@ -65,7 +65,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, import("mon
65
65
  }, "id"> & {
66
66
  id: string;
67
67
  }>;
68
- imageUrl?: import("mongoose").SchemaDefinitionProperty<string, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
68
+ owner?: import("mongoose").SchemaDefinitionProperty<string, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
69
69
  id: string;
70
70
  }, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
71
71
  _id: import("mongoose").Types.ObjectId;
@@ -74,7 +74,7 @@ declare const showcaseProjectSchema: Schema<ShowcaseProjectDocument, import("mon
74
74
  }, "id"> & {
75
75
  id: string;
76
76
  }>;
77
- owner?: import("mongoose").SchemaDefinitionProperty<string, ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
77
+ tags?: import("mongoose").SchemaDefinitionProperty<string[], ShowcaseProjectDocument, import("mongoose").Document<unknown, {}, ShowcaseProjectDocument, {
78
78
  id: string;
79
79
  }, import("mongoose").DefaultSchemaOptions> & Omit<ShowcaseProject & import("mongoose").Document<import("mongoose").Types.ObjectId, any, any, Record<string, any>, {}> & Required<{
80
80
  _id: import("mongoose").Types.ObjectId;
@@ -13,7 +13,7 @@ declare const tagSchema: Schema<TagSchema, import("mongoose").Model<TagSchema, a
13
13
  }, "id"> & {
14
14
  id: string;
15
15
  }, {
16
- name?: import("mongoose").SchemaDefinitionProperty<string, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
16
+ key?: import("mongoose").SchemaDefinitionProperty<string, 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
- creatorId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
27
+ name?: import("mongoose").SchemaDefinitionProperty<string, 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
- createdAt?: import("mongoose").SchemaDefinitionProperty<number, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
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
- updatedAt?: import("mongoose").SchemaDefinitionProperty<number, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
49
+ instructions?: 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
- description?: import("mongoose").SchemaDefinitionProperty<string, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
60
+ creatorId?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Types.ObjectId, 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;
@@ -90,7 +90,7 @@ declare const tagSchema: Schema<TagSchema, import("mongoose").Model<TagSchema, a
90
90
  }, "id"> & {
91
91
  id: string;
92
92
  }>;
93
- key?: import("mongoose").SchemaDefinitionProperty<string, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
93
+ createdAt?: import("mongoose").SchemaDefinitionProperty<number, 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
- instructions?: import("mongoose").SchemaDefinitionProperty<string, TagSchema, import("mongoose").Document<unknown, {}, TagSchema, {
104
+ updatedAt?: import("mongoose").SchemaDefinitionProperty<number, 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;
@@ -30,15 +30,15 @@ declare const getTagFiltersAndPagination: (req: FastifyRequest<{
30
30
  getNumberOfPages: (totalItems: number) => number;
31
31
  filters: import("mongoose")._QueryFilter<{
32
32
  id: import("mongoose").Types.ObjectId;
33
+ key: string;
33
34
  name: string;
34
- creatorId: import("mongoose").Types.ObjectId;
35
- createdAt: number;
36
- updatedAt: number;
37
35
  description: string;
36
+ instructions: string;
37
+ creatorId: import("mongoose").Types.ObjectId;
38
38
  projectId: import("mongoose").Types.ObjectId;
39
39
  organizationId: import("mongoose").Types.ObjectId;
40
- key: string;
41
- instructions: string;
40
+ createdAt: number;
41
+ updatedAt: number;
42
42
  }>;
43
43
  sortOptions: Record<string, 1 | -1>;
44
44
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/backend",
3
- "version": "8.12.0-canary.0",
3
+ "version": "8.12.1",
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": [
@@ -82,10 +82,10 @@
82
82
  "@fastify/formbody": "8.0.2",
83
83
  "@fastify/helmet": "13.0.2",
84
84
  "@fastify/rate-limit": "10.3.0",
85
- "@intlayer/ai": "8.12.0-canary.0",
86
- "@intlayer/chokidar": "8.12.0-canary.0",
87
- "@intlayer/core": "8.12.0-canary.0",
88
- "@intlayer/mcp": "8.12.0-canary.0",
85
+ "@intlayer/ai": "8.12.1",
86
+ "@intlayer/chokidar": "8.12.1",
87
+ "@intlayer/core": "8.12.1",
88
+ "@intlayer/mcp": "8.12.1",
89
89
  "@node-oauth/oauth2-server": "^5.3.0",
90
90
  "@octokit/rest": "22.0.1",
91
91
  "@react-email/components": "1.0.12",
@@ -96,7 +96,7 @@
96
96
  "defu": "6.1.7",
97
97
  "dotenv": "17.4.2",
98
98
  "fastify": "5.8.5",
99
- "fastify-intlayer": "8.12.0-canary.0",
99
+ "fastify-intlayer": "8.12.1",
100
100
  "ioredis": "5.11.0",
101
101
  "mongodb": "7.2.0",
102
102
  "mongoose": "9.6.3",
@@ -113,9 +113,9 @@
113
113
  "zod-to-json-schema": "^3.25.2"
114
114
  },
115
115
  "devDependencies": {
116
- "@intlayer/config": "8.12.0-canary.0",
117
- "@intlayer/docs": "8.12.0-canary.0",
118
- "@intlayer/types": "8.12.0-canary.0",
116
+ "@intlayer/config": "8.12.1",
117
+ "@intlayer/docs": "8.12.1",
118
+ "@intlayer/types": "8.12.1",
119
119
  "@types/node": "25.9.1",
120
120
  "@types/oauth2-server": "3.0.18",
121
121
  "@types/react": "19.2.16",
@@ -123,7 +123,7 @@
123
123
  "@utils/ts-config": "1.0.4",
124
124
  "@utils/ts-config-types": "1.0.4",
125
125
  "@utils/tsdown-config": "1.0.4",
126
- "intlayer": "8.12.0-canary.0",
126
+ "intlayer": "8.12.1",
127
127
  "rimraf": "6.1.3",
128
128
  "tsdown": "0.22.1",
129
129
  "typescript": "6.0.3",