@intlayer/backend 7.1.9 → 7.2.1-canary.0

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.
Files changed (89) hide show
  1. package/README.md +1 -0
  2. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_svelte_kit.json +8210 -0
  3. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_vite+svelte.json +8194 -7168
  4. package/dist/assets/utils/AI/auditDictionary/PROMPT.md +0 -12
  5. package/dist/assets/utils/AI/auditDictionaryField/PROMPT.md +0 -13
  6. package/dist/assets/utils/AI/auditDictionaryMetadata/PROMPT.md +0 -6
  7. package/dist/assets/utils/AI/auditTag/PROMPT.md +0 -10
  8. package/dist/assets/utils/AI/translateJSON/PROMPT.md +0 -8
  9. package/dist/cjs/controllers/ai.controller.cjs +0 -1
  10. package/dist/cjs/controllers/ai.controller.cjs.map +1 -1
  11. package/dist/cjs/utils/AI/aiSdk.cjs +12 -21
  12. package/dist/cjs/utils/AI/aiSdk.cjs.map +1 -1
  13. package/dist/cjs/utils/AI/askDocQuestion/askDocQuestion.cjs +0 -9
  14. package/dist/cjs/utils/AI/askDocQuestion/askDocQuestion.cjs.map +1 -1
  15. package/dist/cjs/utils/AI/askDocQuestion/indexMarkdownFiles.cjs +0 -9
  16. package/dist/cjs/utils/AI/askDocQuestion/indexMarkdownFiles.cjs.map +1 -1
  17. package/dist/cjs/utils/AI/auditDictionary/index.cjs +4 -1
  18. package/dist/cjs/utils/AI/auditDictionary/index.cjs.map +1 -1
  19. package/dist/cjs/utils/AI/auditDictionaryField/index.cjs +4 -1
  20. package/dist/cjs/utils/AI/auditDictionaryField/index.cjs.map +1 -1
  21. package/dist/cjs/utils/AI/auditDictionaryMetadata/index.cjs +8 -1
  22. package/dist/cjs/utils/AI/auditDictionaryMetadata/index.cjs.map +1 -1
  23. package/dist/cjs/utils/AI/auditTag/index.cjs +8 -1
  24. package/dist/cjs/utils/AI/auditTag/index.cjs.map +1 -1
  25. package/dist/cjs/utils/AI/translateJSON/index.cjs +8 -1
  26. package/dist/cjs/utils/AI/translateJSON/index.cjs.map +1 -1
  27. package/dist/esm/controllers/ai.controller.mjs +15 -16
  28. package/dist/esm/controllers/ai.controller.mjs.map +1 -1
  29. package/dist/esm/utils/AI/aiSdk.mjs +12 -21
  30. package/dist/esm/utils/AI/aiSdk.mjs.map +1 -1
  31. package/dist/esm/utils/AI/askDocQuestion/askDocQuestion.mjs +1 -9
  32. package/dist/esm/utils/AI/askDocQuestion/askDocQuestion.mjs.map +1 -1
  33. package/dist/esm/utils/AI/askDocQuestion/indexMarkdownFiles.mjs +1 -9
  34. package/dist/esm/utils/AI/askDocQuestion/indexMarkdownFiles.mjs.map +1 -1
  35. package/dist/esm/utils/AI/auditDictionary/index.mjs +4 -1
  36. package/dist/esm/utils/AI/auditDictionary/index.mjs.map +1 -1
  37. package/dist/esm/utils/AI/auditDictionaryField/index.mjs +4 -1
  38. package/dist/esm/utils/AI/auditDictionaryField/index.mjs.map +1 -1
  39. package/dist/esm/utils/AI/auditDictionaryMetadata/index.mjs +8 -1
  40. package/dist/esm/utils/AI/auditDictionaryMetadata/index.mjs.map +1 -1
  41. package/dist/esm/utils/AI/auditTag/index.mjs +8 -1
  42. package/dist/esm/utils/AI/auditTag/index.mjs.map +1 -1
  43. package/dist/esm/utils/AI/translateJSON/index.mjs +8 -1
  44. package/dist/esm/utils/AI/translateJSON/index.mjs.map +1 -1
  45. package/dist/types/controllers/ai.controller.d.ts.map +1 -1
  46. package/dist/types/controllers/dictionary.controller.d.ts.map +1 -1
  47. package/dist/types/emails/InviteUserEmail.d.ts +4 -4
  48. package/dist/types/emails/InviteUserEmail.d.ts.map +1 -1
  49. package/dist/types/emails/MagicLinkEmail.d.ts +4 -4
  50. package/dist/types/emails/MagicLinkEmail.d.ts.map +1 -1
  51. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts +4 -4
  52. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts.map +1 -1
  53. package/dist/types/emails/PasswordChangeConfirmation.d.ts +4 -4
  54. package/dist/types/emails/PasswordChangeConfirmation.d.ts.map +1 -1
  55. package/dist/types/emails/ResetUserPassword.d.ts +4 -4
  56. package/dist/types/emails/ResetUserPassword.d.ts.map +1 -1
  57. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts +4 -4
  58. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts.map +1 -1
  59. package/dist/types/emails/SubscriptionPaymentError.d.ts +4 -4
  60. package/dist/types/emails/SubscriptionPaymentError.d.ts.map +1 -1
  61. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts +4 -4
  62. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts.map +1 -1
  63. package/dist/types/emails/Welcome.d.ts +4 -4
  64. package/dist/types/models/oAuth2.model.d.ts +1 -1
  65. package/dist/types/schemas/dictionary.schema.d.ts +6 -6
  66. package/dist/types/schemas/dictionary.schema.d.ts.map +1 -1
  67. package/dist/types/schemas/discussion.schema.d.ts +6 -6
  68. package/dist/types/schemas/oAuth2.schema.d.ts +5 -5
  69. package/dist/types/schemas/oAuth2.schema.d.ts.map +1 -1
  70. package/dist/types/schemas/organization.schema.d.ts +6 -6
  71. package/dist/types/schemas/organization.schema.d.ts.map +1 -1
  72. package/dist/types/schemas/plans.schema.d.ts +6 -6
  73. package/dist/types/schemas/project.schema.d.ts +6 -6
  74. package/dist/types/schemas/session.schema.d.ts +6 -6
  75. package/dist/types/schemas/tag.schema.d.ts +6 -6
  76. package/dist/types/schemas/user.schema.d.ts +6 -6
  77. package/dist/types/services/email.service.d.ts +11 -11
  78. package/dist/types/utils/AI/aiSdk.d.ts.map +1 -1
  79. package/dist/types/utils/AI/askDocQuestion/askDocQuestion.d.ts +2 -3
  80. package/dist/types/utils/AI/askDocQuestion/askDocQuestion.d.ts.map +1 -1
  81. package/dist/types/utils/AI/askDocQuestion/indexMarkdownFiles.d.ts +1 -4
  82. package/dist/types/utils/AI/askDocQuestion/indexMarkdownFiles.d.ts.map +1 -1
  83. package/dist/types/utils/AI/translateJSON/index.d.ts.map +1 -1
  84. package/dist/types/utils/filtersAndPagination/getDictionaryFiltersAndPagination.d.ts +2 -2
  85. package/dist/types/utils/filtersAndPagination/getDiscussionFiltersAndPagination.d.ts +2 -2
  86. package/dist/types/utils/filtersAndPagination/getOrganizationFiltersAndPagination.d.ts +2 -2
  87. package/dist/types/utils/filtersAndPagination/getProjectFiltersAndPagination.d.ts +2 -2
  88. package/dist/types/utils/filtersAndPagination/getTagFiltersAndPagination.d.ts +2 -2
  89. package/package.json +12 -12
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime8 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/emails/ResetUserPassword.d.ts
4
4
  type ResetPasswordEmailProps = {
@@ -9,21 +9,21 @@ declare const ResetPasswordEmailEN: {
9
9
  ({
10
10
  username,
11
11
  resetLink
12
- }: ResetPasswordEmailProps): react_jsx_runtime8.JSX.Element;
12
+ }: ResetPasswordEmailProps): react_jsx_runtime20.JSX.Element;
13
13
  PreviewProps: ResetPasswordEmailProps;
14
14
  };
15
15
  declare const ResetPasswordEmailFR: {
16
16
  ({
17
17
  username,
18
18
  resetLink
19
- }: ResetPasswordEmailProps): react_jsx_runtime8.JSX.Element;
19
+ }: ResetPasswordEmailProps): react_jsx_runtime20.JSX.Element;
20
20
  PreviewProps: ResetPasswordEmailProps;
21
21
  };
22
22
  declare const ResetPasswordEmailES: {
23
23
  ({
24
24
  username,
25
25
  resetLink
26
- }: ResetPasswordEmailProps): react_jsx_runtime8.JSX.Element;
26
+ }: ResetPasswordEmailProps): react_jsx_runtime20.JSX.Element;
27
27
  PreviewProps: ResetPasswordEmailProps;
28
28
  };
29
29
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"ResetUserPassword.d.ts","names":[],"sources":["../../../src/emails/ResetUserPassword.tsx"],"sourcesContent":[],"mappings":";;;KAgBY,uBAAA;;;AAAZ,CAAA;AAKa,cAAA,oBA+DZ,EAAA;;;;KA5DE,0BAAuB,kBAAA,CAAA,GAAA,CAAA;;CAAvB;AAAuB,cA8Db,oBA9Da,EAAA;;;;KAiEvB,0BAAuB,kBAAA,CAAA,GAAA,CAAA;;AAH1B,CAAA;cAgEa;;;;KAGV,0BAAuB,kBAAA,CAAA,GAAA,CAAA;EAhEvB,YAAA,yBAAA;CAAuB"}
1
+ {"version":3,"file":"ResetUserPassword.d.ts","names":[],"sources":["../../../src/emails/ResetUserPassword.tsx"],"sourcesContent":[],"mappings":";;;KAgBY,uBAAA;;;AAAZ,CAAA;AAKa,cAAA,oBA+DZ,EAAA;;;;KA5DE,0BAAuB,mBAAA,CAAA,GAAA,CAAA;;CAAvB;AAAuB,cA8Db,oBA9Da,EAAA;;;;KAiEvB,0BAAuB,mBAAA,CAAA,GAAA,CAAA;;AAH1B,CAAA;cAgEa;;;;KAGV,0BAAuB,mBAAA,CAAA,GAAA,CAAA;EAhEvB,YAAA,yBAAA;CAAuB"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime14 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/emails/SubscriptionPaymentCancellation.d.ts
4
4
  type SubscriptionPaymentCancellationProps = {
@@ -16,7 +16,7 @@ declare const SubscriptionPaymentCancellationEN: {
16
16
  organizationName,
17
17
  cancellationDate,
18
18
  reactivateLink
19
- }: SubscriptionPaymentCancellationProps): react_jsx_runtime14.JSX.Element;
19
+ }: SubscriptionPaymentCancellationProps): react_jsx_runtime2.JSX.Element;
20
20
  PreviewProps: SubscriptionPaymentCancellationProps;
21
21
  };
22
22
  declare const SubscriptionPaymentCancellationFR: {
@@ -26,7 +26,7 @@ declare const SubscriptionPaymentCancellationFR: {
26
26
  organizationName,
27
27
  cancellationDate,
28
28
  reactivateLink
29
- }: SubscriptionPaymentCancellationProps): react_jsx_runtime14.JSX.Element;
29
+ }: SubscriptionPaymentCancellationProps): react_jsx_runtime2.JSX.Element;
30
30
  PreviewProps: SubscriptionPaymentCancellationProps;
31
31
  };
32
32
  declare const SubscriptionPaymentCancellationES: {
@@ -36,7 +36,7 @@ declare const SubscriptionPaymentCancellationES: {
36
36
  organizationName,
37
37
  cancellationDate,
38
38
  reactivateLink
39
- }: SubscriptionPaymentCancellationProps): react_jsx_runtime14.JSX.Element;
39
+ }: SubscriptionPaymentCancellationProps): react_jsx_runtime2.JSX.Element;
40
40
  PreviewProps: SubscriptionPaymentCancellationProps;
41
41
  };
42
42
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"SubscriptionPaymentCancellation.d.ts","names":[],"sources":["../../../src/emails/SubscriptionPaymentCancellation.tsx"],"sourcesContent":[],"mappings":";;;KAcY,oCAAA;;;EAAA,QAAA,EAAA,MAAA;EASC,gBAAA,EAAA,MAAA;;;;cAAA;;;;;;;KAMV,uCAAoC,mBAAA,CAAA,GAAA,CAAA;EAApC,YAAA,sCAAA;CAAoC;cAgD1B;;;;;;;KAMV,uCAAoC,mBAAA,CAAA,GAAA,CAAA;EAN1B,YAAA,sCAoDZ;;cAEY;;;;;;;KAMV,uCAAoC,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"SubscriptionPaymentCancellation.d.ts","names":[],"sources":["../../../src/emails/SubscriptionPaymentCancellation.tsx"],"sourcesContent":[],"mappings":";;;KAcY,oCAAA;;;EAAA,QAAA,EAAA,MAAA;EASC,gBAAA,EAAA,MAAA;;;;cAAA;;;;;;;KAMV,uCAAoC,kBAAA,CAAA,GAAA,CAAA;EAApC,YAAA,sCAAA;CAAoC;cAgD1B;;;;;;;KAMV,uCAAoC,kBAAA,CAAA,GAAA,CAAA;EAN1B,YAAA,sCAoDZ;;cAEY;;;;;;;KAMV,uCAAoC,kBAAA,CAAA,GAAA,CAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime23 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/emails/SubscriptionPaymentError.d.ts
4
4
  type SubscriptionPaymentErrorProps = {
@@ -16,7 +16,7 @@ declare const SubscriptionPaymentErrorEN: {
16
16
  organizationName,
17
17
  errorDate,
18
18
  retryPaymentLink
19
- }: SubscriptionPaymentErrorProps): react_jsx_runtime23.JSX.Element;
19
+ }: SubscriptionPaymentErrorProps): react_jsx_runtime5.JSX.Element;
20
20
  PreviewProps: SubscriptionPaymentErrorProps;
21
21
  };
22
22
  declare const SubscriptionPaymentErrorFR: {
@@ -26,7 +26,7 @@ declare const SubscriptionPaymentErrorFR: {
26
26
  organizationName,
27
27
  errorDate,
28
28
  retryPaymentLink
29
- }: SubscriptionPaymentErrorProps): react_jsx_runtime23.JSX.Element;
29
+ }: SubscriptionPaymentErrorProps): react_jsx_runtime5.JSX.Element;
30
30
  PreviewProps: SubscriptionPaymentErrorProps;
31
31
  };
32
32
  declare const SubscriptionPaymentErrorES: {
@@ -36,7 +36,7 @@ declare const SubscriptionPaymentErrorES: {
36
36
  organizationName,
37
37
  errorDate,
38
38
  retryPaymentLink
39
- }: SubscriptionPaymentErrorProps): react_jsx_runtime23.JSX.Element;
39
+ }: SubscriptionPaymentErrorProps): react_jsx_runtime5.JSX.Element;
40
40
  PreviewProps: SubscriptionPaymentErrorProps;
41
41
  };
42
42
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"SubscriptionPaymentError.d.ts","names":[],"sources":["../../../src/emails/SubscriptionPaymentError.tsx"],"sourcesContent":[],"mappings":";;;KAcY,6BAAA;;;EAAA,QAAA,EAAA,MAAA;EAUC,gBAAA,EAAA,MAAA;;;;cAAA;;;;;;;KAMV,gCAA6B,mBAAA,CAAA,GAAA,CAAA;EAA7B,YAAA,+BAAA;CAA6B;cAkDnB;;;;;;;KAMV,gCAA6B,mBAAA,CAAA,GAAA,CAAA;EANnB,YAAA,+BAsDZ;;cAGY;;;;;;;KAMV,gCAA6B,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"SubscriptionPaymentError.d.ts","names":[],"sources":["../../../src/emails/SubscriptionPaymentError.tsx"],"sourcesContent":[],"mappings":";;;KAcY,6BAAA;;;EAAA,QAAA,EAAA,MAAA;EAUC,gBAAA,EAAA,MAAA;;;;cAAA;;;;;;;KAMV,gCAA6B,kBAAA,CAAA,GAAA,CAAA;EAA7B,YAAA,+BAAA;CAA6B;cAkDnB;;;;;;;KAMV,gCAA6B,kBAAA,CAAA,GAAA,CAAA;EANnB,YAAA,+BAsDZ;;cAGY;;;;;;;KAMV,gCAA6B,kBAAA,CAAA,GAAA,CAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime26 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime8 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/emails/SubscriptionPaymentSuccess.d.ts
4
4
  type SubscriptionPaymentSuccessProps = {
@@ -16,7 +16,7 @@ declare const SubscriptionPaymentSuccessEN: {
16
16
  organizationName,
17
17
  subscriptionStartDate,
18
18
  manageSubscriptionLink
19
- }: SubscriptionPaymentSuccessProps): react_jsx_runtime26.JSX.Element;
19
+ }: SubscriptionPaymentSuccessProps): react_jsx_runtime8.JSX.Element;
20
20
  PreviewProps: SubscriptionPaymentSuccessProps;
21
21
  };
22
22
  declare const SubscriptionPaymentSuccessFR: {
@@ -26,7 +26,7 @@ declare const SubscriptionPaymentSuccessFR: {
26
26
  organizationName,
27
27
  subscriptionStartDate,
28
28
  manageSubscriptionLink
29
- }: SubscriptionPaymentSuccessProps): react_jsx_runtime26.JSX.Element;
29
+ }: SubscriptionPaymentSuccessProps): react_jsx_runtime8.JSX.Element;
30
30
  PreviewProps: SubscriptionPaymentSuccessProps;
31
31
  };
32
32
  declare const SubscriptionPaymentSuccessES: {
@@ -36,7 +36,7 @@ declare const SubscriptionPaymentSuccessES: {
36
36
  organizationName,
37
37
  subscriptionStartDate,
38
38
  manageSubscriptionLink
39
- }: SubscriptionPaymentSuccessProps): react_jsx_runtime26.JSX.Element;
39
+ }: SubscriptionPaymentSuccessProps): react_jsx_runtime8.JSX.Element;
40
40
  PreviewProps: SubscriptionPaymentSuccessProps;
41
41
  };
42
42
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"SubscriptionPaymentSuccess.d.ts","names":[],"sources":["../../../src/emails/SubscriptionPaymentSuccess.tsx"],"sourcesContent":[],"mappings":";;;KAcY,+BAAA;;;EAAA,QAAA,EAAA,MAAA;EASC,gBAAA,EAAA,MAAA;;;;cAAA;;;;;;;KAMV,kCAA+B,mBAAA,CAAA,GAAA,CAAA;EAA/B,YAAA,iCAAA;CAA+B;cAkDrB;;;;;;;KAMV,kCAA+B,mBAAA,CAAA,GAAA,CAAA;EANrB,YAAA,iCAsDZ;;cAEY;;;;;;;KAMV,kCAA+B,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"SubscriptionPaymentSuccess.d.ts","names":[],"sources":["../../../src/emails/SubscriptionPaymentSuccess.tsx"],"sourcesContent":[],"mappings":";;;KAcY,+BAAA;;;EAAA,QAAA,EAAA,MAAA;EASC,gBAAA,EAAA,MAAA;;;;cAAA;;;;;;;KAMV,kCAA+B,kBAAA,CAAA,GAAA,CAAA;EAA/B,YAAA,iCAAA;CAA+B;cAkDrB;;;;;;;KAMV,kCAA+B,kBAAA,CAAA,GAAA,CAAA;EANrB,YAAA,iCAsDZ;;cAEY;;;;;;;KAMV,kCAA+B,kBAAA,CAAA,GAAA,CAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime20 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime11 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/emails/Welcome.d.ts
4
4
  type WelcomeEmailProps = {
@@ -9,21 +9,21 @@ declare const WelcomeEmailEN: {
9
9
  ({
10
10
  username,
11
11
  loginLink
12
- }: WelcomeEmailProps): react_jsx_runtime20.JSX.Element;
12
+ }: WelcomeEmailProps): react_jsx_runtime11.JSX.Element;
13
13
  PreviewProps: WelcomeEmailProps;
14
14
  };
15
15
  declare const WelcomeEmailFR: {
16
16
  ({
17
17
  username,
18
18
  loginLink
19
- }: WelcomeEmailProps): react_jsx_runtime20.JSX.Element;
19
+ }: WelcomeEmailProps): react_jsx_runtime11.JSX.Element;
20
20
  PreviewProps: WelcomeEmailProps;
21
21
  };
22
22
  declare const WelcomeEmailES: {
23
23
  ({
24
24
  username,
25
25
  loginLink
26
- }: WelcomeEmailProps): react_jsx_runtime20.JSX.Element;
26
+ }: WelcomeEmailProps): react_jsx_runtime11.JSX.Element;
27
27
  PreviewProps: WelcomeEmailProps;
28
28
  };
29
29
  //#endregion
@@ -6,7 +6,7 @@ import { Model } from "mongoose";
6
6
  import * as oauth2_server0 from "oauth2-server";
7
7
 
8
8
  //#region src/models/oAuth2.model.d.ts
9
- declare const OAuth2AccessTokenModel: Model<Token$1, {}, {}, {}, mongoose2.Document<unknown, {}, Token$1, {}, {}> & Omit<oauth2_server0.Token, "user" | "client"> & {
9
+ declare const OAuth2AccessTokenModel: Model<Token$1, {}, {}, {}, mongoose2.Document<unknown, {}, Token$1, {}, {}> & Omit<oauth2_server0.Token, "client" | "user"> & {
10
10
  clientId: oauth2_server0.Client["id"];
11
11
  userId: User["id"];
12
12
  } & {
@@ -1,16 +1,16 @@
1
1
  import { Dictionary, DictionarySchema } from "../types/dictionary.types.js";
2
- import * as mongoose16 from "mongoose";
2
+ import * as mongoose5 from "mongoose";
3
3
  import { Schema } from "mongoose";
4
4
 
5
5
  //#region src/schemas/dictionary.schema.d.ts
6
- declare const dictionarySchema: Schema<DictionarySchema, mongoose16.Model<DictionarySchema, any, any, any, mongoose16.Document<unknown, any, DictionarySchema, any, {}> & Omit<Dictionary, "id"> & {
7
- _id: mongoose16.Types.ObjectId;
6
+ declare const dictionarySchema: Schema<DictionarySchema, mongoose5.Model<DictionarySchema, any, any, any, mongoose5.Document<unknown, any, DictionarySchema, any, {}> & Omit<Dictionary, "id"> & {
7
+ _id: mongoose5.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose16.Types.ObjectId;
9
+ _id: mongoose5.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose16.DefaultSchemaOptions, DictionarySchema, mongoose16.Document<unknown, {}, mongoose16.FlatRecord<DictionarySchema>, {}, mongoose16.ResolveSchemaOptions<mongoose16.DefaultSchemaOptions>> & mongoose16.FlatRecord<DictionarySchema> & Required<{
13
- _id: mongoose16.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose5.DefaultSchemaOptions, DictionarySchema, mongoose5.Document<unknown, {}, mongoose5.FlatRecord<DictionarySchema>, {}, mongoose5.ResolveSchemaOptions<mongoose5.DefaultSchemaOptions>> & mongoose5.FlatRecord<DictionarySchema> & Required<{
13
+ _id: mongoose5.Types.ObjectId;
14
14
  }> & {
15
15
  __v: number;
16
16
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"dictionary.schema.d.ts","names":[],"sources":["../../../src/schemas/dictionary.schema.ts"],"sourcesContent":[],"mappings":";;;;;cAwBa,kBAAgB,OAAA,6BAAA,MAAA,iCAAA,UAAA,CAAA,uBAAA,6BAAA,KAAA,UAAA;;;EAAhB,GAAA,2BA4DZ;CA5D4B,CAAA,GAAA;EAAA,GAAA,EAAA,MAAA;CAAA,EAAA,GAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,UAAA,CAAA,oBAAA,kBAAA,qBAAA,CAAA,OAAA,EAAA,CAAA,CAAA,uBAAA,iBAAA,CAAA,EAAA,CAAA,CAAA,iCAAA,iCAAA,CAAA,wBAAA,iBAAA,CAAA,WAAA,CAAA;EAAA,GAAA,2BAAA;CAAA,CAAA,GAAA;EAAA,GAAA,EAAA,MAAA"}
1
+ {"version":3,"file":"dictionary.schema.d.ts","names":[],"sources":["../../../src/schemas/dictionary.schema.ts"],"sourcesContent":[],"mappings":";;;;;cAwBa,kBAAgB,OAAA,4BAAA,MAAA,iCAAA,SAAA,CAAA,uBAAA,6BAAA,KAAA,UAAA;;;EAAhB,GAAA,0BA4DZ;CA5D4B,CAAA,GAAA;EAAA,GAAA,EAAA,MAAA;CAAA,EAAA,GAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,SAAA,CAAA,oBAAA,kBAAA,oBAAA,CAAA,OAAA,EAAA,CAAA,CAAA,sBAAA,iBAAA,CAAA,EAAA,CAAA,CAAA,gCAAA,gCAAA,CAAA,uBAAA,iBAAA,CAAA,WAAA,CAAA;EAAA,GAAA,0BAAA;CAAA,CAAA,GAAA;EAAA,GAAA,EAAA,MAAA"}
@@ -1,16 +1,16 @@
1
1
  import { Discussion, DiscussionSchema } from "../types/discussion.types.js";
2
- import * as mongoose27 from "mongoose";
2
+ import * as mongoose99 from "mongoose";
3
3
  import { Schema } from "mongoose";
4
4
 
5
5
  //#region src/schemas/discussion.schema.d.ts
6
- declare const discussionSchema: Schema<DiscussionSchema, mongoose27.Model<DiscussionSchema, any, any, any, mongoose27.Document<unknown, any, DiscussionSchema, any, {}> & Omit<Discussion, "id"> & {
7
- _id: mongoose27.Types.ObjectId;
6
+ declare const discussionSchema: Schema<DiscussionSchema, mongoose99.Model<DiscussionSchema, any, any, any, mongoose99.Document<unknown, any, DiscussionSchema, any, {}> & Omit<Discussion, "id"> & {
7
+ _id: mongoose99.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose27.Types.ObjectId;
9
+ _id: mongoose99.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose27.DefaultSchemaOptions, DiscussionSchema, mongoose27.Document<unknown, {}, mongoose27.FlatRecord<DiscussionSchema>, {}, mongoose27.ResolveSchemaOptions<mongoose27.DefaultSchemaOptions>> & mongoose27.FlatRecord<DiscussionSchema> & Required<{
13
- _id: mongoose27.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose99.DefaultSchemaOptions, DiscussionSchema, mongoose99.Document<unknown, {}, mongoose99.FlatRecord<DiscussionSchema>, {}, mongoose99.ResolveSchemaOptions<mongoose99.DefaultSchemaOptions>> & mongoose99.FlatRecord<DiscussionSchema> & Required<{
13
+ _id: mongoose99.Types.ObjectId;
14
14
  }> & {
15
15
  __v: number;
16
16
  }>;
@@ -1,5 +1,5 @@
1
1
  import { User } from "../types/user.types.js";
2
- import * as mongoose100 from "mongoose";
2
+ import * as mongoose16 from "mongoose";
3
3
  import { Schema } from "mongoose";
4
4
  import { Client, Token as Token$1 } from "oauth2-server";
5
5
 
@@ -8,15 +8,15 @@ type Token = Omit<Token$1, 'client' | 'user'> & {
8
8
  clientId: Client['id'];
9
9
  userId: User['id'];
10
10
  };
11
- declare const accessTokenSchema: Schema<Token, mongoose100.Model<Token, any, any, any, mongoose100.Document<unknown, any, Token, any, {}> & Omit<Token$1, "user" | "client"> & {
11
+ declare const accessTokenSchema: Schema<Token, mongoose16.Model<Token, any, any, any, mongoose16.Document<unknown, any, Token, any, {}> & Omit<Token$1, "client" | "user"> & {
12
12
  clientId: Client["id"];
13
13
  userId: User["id"];
14
14
  } & {
15
- _id: mongoose100.Types.ObjectId;
15
+ _id: mongoose16.Types.ObjectId;
16
16
  } & {
17
17
  __v: number;
18
- }, any>, {}, {}, {}, {}, mongoose100.DefaultSchemaOptions, Token, mongoose100.Document<unknown, {}, mongoose100.FlatRecord<Token>, {}, mongoose100.ResolveSchemaOptions<mongoose100.DefaultSchemaOptions>> & mongoose100.FlatRecord<Token> & {
19
- _id: mongoose100.Types.ObjectId;
18
+ }, any>, {}, {}, {}, {}, mongoose16.DefaultSchemaOptions, Token, mongoose16.Document<unknown, {}, mongoose16.FlatRecord<Token>, {}, mongoose16.ResolveSchemaOptions<mongoose16.DefaultSchemaOptions>> & mongoose16.FlatRecord<Token> & {
19
+ _id: mongoose16.Types.ObjectId;
20
20
  } & {
21
21
  __v: number;
22
22
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"oAuth2.schema.d.ts","names":[],"sources":["../../../src/schemas/oAuth2.schema.ts"],"sourcesContent":[],"mappings":";;;;;;KAIY,KAAA,GAAQ,KAAK;YACb;UACF;AAFV,CAAA;AAAyB,cAKZ,iBALY,EAKK,MALL,CAKK,KALL,cAKK,KALL,CAKK,KALL,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAKK,WAAA,CAAA,QALL,CAAA,OAAA,EAAA,GAAA,EAKK,KALL,EAAA,GAAA,EAAA,CAAA,CAAA,CAAA,GAKK,IALL,CAKK,OALL,EAAA,MAAA,GAAA,QAAA,CAAA,GAAA;EAAL,QAAA,EACR,MADQ,CAAA,IAAA,CAAA;EACR,MAAA,EACF,IADE,CAAA,IAAA,CAAA;CACF,GAAA;EAAI,GAAA,4BAAA;AAGd,CAAA,GAAa;EAAiB,GAAA,EAAA,MAAA;CAAA,EAAA,GAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,WAAA,CAAA,oBAAA,OAAA,sBAAA,CAAA,OAAA,EAAA,CAAA,CAAA,wBAAA,MAAA,CAAA,EAAA,CAAA,CAAA,kCAAA,kCAAA,CAAA,yBAAA,MAAA,CAAA,GAAA;EAAA,GAAA,4BAAA;CAAA,GAAA;EAAA,GAAA,EAAA,MAAA;CAAA,CAAA"}
1
+ {"version":3,"file":"oAuth2.schema.d.ts","names":[],"sources":["../../../src/schemas/oAuth2.schema.ts"],"sourcesContent":[],"mappings":";;;;;;KAIY,KAAA,GAAQ,KAAK;YACb;UACF;AAFV,CAAA;AAAyB,cAKZ,iBALY,EAKK,MALL,CAKK,KALL,aAKK,KALL,CAKK,KALL,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAKK,UAAA,CAAA,QALL,CAAA,OAAA,EAAA,GAAA,EAKK,KALL,EAAA,GAAA,EAAA,CAAA,CAAA,CAAA,GAKK,IALL,CAKK,OALL,EAAA,QAAA,GAAA,MAAA,CAAA,GAAA;EAAL,QAAA,EACR,MADQ,CAAA,IAAA,CAAA;EACR,MAAA,EACF,IADE,CAAA,IAAA,CAAA;CACF,GAAA;EAAI,GAAA,2BAAA;AAGd,CAAA,GAAa;EAAiB,GAAA,EAAA,MAAA;CAAA,EAAA,GAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,UAAA,CAAA,oBAAA,OAAA,qBAAA,CAAA,OAAA,EAAA,CAAA,CAAA,uBAAA,MAAA,CAAA,EAAA,CAAA,CAAA,iCAAA,iCAAA,CAAA,wBAAA,MAAA,CAAA,GAAA;EAAA,GAAA,2BAAA;CAAA,GAAA;EAAA,GAAA,EAAA,MAAA;CAAA,CAAA"}
@@ -1,16 +1,16 @@
1
1
  import { Organization, OrganizationSchema } from "../types/organization.types.js";
2
- import * as mongoose5 from "mongoose";
2
+ import * as mongoose26 from "mongoose";
3
3
  import { Schema } from "mongoose";
4
4
 
5
5
  //#region src/schemas/organization.schema.d.ts
6
- declare const organizationSchema: Schema<OrganizationSchema, mongoose5.Model<OrganizationSchema, any, any, any, mongoose5.Document<unknown, any, OrganizationSchema, any, {}> & Omit<Organization, "id"> & {
7
- _id: mongoose5.Types.ObjectId;
6
+ declare const organizationSchema: Schema<OrganizationSchema, mongoose26.Model<OrganizationSchema, any, any, any, mongoose26.Document<unknown, any, OrganizationSchema, any, {}> & Omit<Organization, "id"> & {
7
+ _id: mongoose26.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose5.Types.ObjectId;
9
+ _id: mongoose26.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose5.DefaultSchemaOptions, OrganizationSchema, mongoose5.Document<unknown, {}, mongoose5.FlatRecord<OrganizationSchema>, {}, mongoose5.ResolveSchemaOptions<mongoose5.DefaultSchemaOptions>> & mongoose5.FlatRecord<OrganizationSchema> & Required<{
13
- _id: mongoose5.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose26.DefaultSchemaOptions, OrganizationSchema, mongoose26.Document<unknown, {}, mongoose26.FlatRecord<OrganizationSchema>, {}, mongoose26.ResolveSchemaOptions<mongoose26.DefaultSchemaOptions>> & mongoose26.FlatRecord<OrganizationSchema> & Required<{
13
+ _id: mongoose26.Types.ObjectId;
14
14
  }> & {
15
15
  __v: number;
16
16
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"organization.schema.d.ts","names":[],"sources":["../../../src/schemas/organization.schema.ts"],"sourcesContent":[],"mappings":";;;;;cASa,oBAAkB,OAAA,8BAAA,MAAA,mCAAA,SAAA,CAAA,uBAAA,+BAAA,KAAA,YAAA;;;EAAlB,GAAA,0BAsDZ;CAtD8B,CAAA,GAAA;EAAA,GAAA,EAAA,MAAA;CAAA,EAAA,GAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,SAAA,CAAA,oBAAA,oBAAA,oBAAA,CAAA,OAAA,EAAA,CAAA,CAAA,sBAAA,mBAAA,CAAA,EAAA,CAAA,CAAA,gCAAA,gCAAA,CAAA,uBAAA,mBAAA,CAAA,WAAA,CAAA;EAAA,GAAA,0BAAA;CAAA,CAAA,GAAA;EAAA,GAAA,EAAA,MAAA"}
1
+ {"version":3,"file":"organization.schema.d.ts","names":[],"sources":["../../../src/schemas/organization.schema.ts"],"sourcesContent":[],"mappings":";;;;;cASa,oBAAkB,OAAA,+BAAA,MAAA,mCAAA,UAAA,CAAA,uBAAA,+BAAA,KAAA,YAAA;;;EAAlB,GAAA,2BAsDZ;CAtD8B,CAAA,GAAA;EAAA,GAAA,EAAA,MAAA;CAAA,EAAA,GAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,CAAA,CAAA,EAAA,UAAA,CAAA,oBAAA,oBAAA,qBAAA,CAAA,OAAA,EAAA,CAAA,CAAA,uBAAA,mBAAA,CAAA,EAAA,CAAA,CAAA,iCAAA,iCAAA,CAAA,wBAAA,mBAAA,CAAA,WAAA,CAAA;EAAA,GAAA,2BAAA;CAAA,CAAA,GAAA;EAAA,GAAA,EAAA,MAAA"}
@@ -1,16 +1,16 @@
1
1
  import { Plan, PlanSchema } from "../types/plan.types.js";
2
- import * as mongoose38 from "mongoose";
2
+ import * as mongoose81 from "mongoose";
3
3
  import { Schema } from "mongoose";
4
4
 
5
5
  //#region src/schemas/plans.schema.d.ts
6
- declare const planSchema: Schema<PlanSchema, mongoose38.Model<PlanSchema, any, any, any, mongoose38.Document<unknown, any, PlanSchema, any, {}> & Omit<Plan, "id"> & {
7
- _id: mongoose38.Types.ObjectId;
6
+ declare const planSchema: Schema<PlanSchema, mongoose81.Model<PlanSchema, any, any, any, mongoose81.Document<unknown, any, PlanSchema, any, {}> & Omit<Plan, "id"> & {
7
+ _id: mongoose81.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose38.Types.ObjectId;
9
+ _id: mongoose81.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose38.DefaultSchemaOptions, PlanSchema, mongoose38.Document<unknown, {}, mongoose38.FlatRecord<PlanSchema>, {}, mongoose38.ResolveSchemaOptions<mongoose38.DefaultSchemaOptions>> & mongoose38.FlatRecord<PlanSchema> & Required<{
13
- _id: mongoose38.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose81.DefaultSchemaOptions, PlanSchema, mongoose81.Document<unknown, {}, mongoose81.FlatRecord<PlanSchema>, {}, mongoose81.ResolveSchemaOptions<mongoose81.DefaultSchemaOptions>> & mongoose81.FlatRecord<PlanSchema> & Required<{
13
+ _id: mongoose81.Types.ObjectId;
14
14
  }> & {
15
15
  __v: number;
16
16
  }>;
@@ -1,16 +1,16 @@
1
1
  import { Project, ProjectSchema } from "../types/project.types.js";
2
- import * as mongoose71 from "mongoose";
2
+ import * as mongoose37 from "mongoose";
3
3
  import { Schema } from "mongoose";
4
4
 
5
5
  //#region src/schemas/project.schema.d.ts
6
- declare const projectSchema: Schema<ProjectSchema, mongoose71.Model<ProjectSchema, any, any, any, mongoose71.Document<unknown, any, ProjectSchema, any, {}> & Omit<Project, "id"> & {
7
- _id: mongoose71.Types.ObjectId;
6
+ declare const projectSchema: Schema<ProjectSchema, mongoose37.Model<ProjectSchema, any, any, any, mongoose37.Document<unknown, any, ProjectSchema, any, {}> & Omit<Project, "id"> & {
7
+ _id: mongoose37.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose71.Types.ObjectId;
9
+ _id: mongoose37.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose71.DefaultSchemaOptions, ProjectSchema, mongoose71.Document<unknown, {}, mongoose71.FlatRecord<ProjectSchema>, {}, mongoose71.ResolveSchemaOptions<mongoose71.DefaultSchemaOptions>> & mongoose71.FlatRecord<ProjectSchema> & Required<{
13
- _id: mongoose71.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose37.DefaultSchemaOptions, ProjectSchema, mongoose37.Document<unknown, {}, mongoose37.FlatRecord<ProjectSchema>, {}, mongoose37.ResolveSchemaOptions<mongoose37.DefaultSchemaOptions>> & mongoose37.FlatRecord<ProjectSchema> & Required<{
13
+ _id: mongoose37.Types.ObjectId;
14
14
  }> & {
15
15
  __v: number;
16
16
  }>;
@@ -1,16 +1,16 @@
1
1
  import { SessionData, SessionSchema } from "../types/session.types.js";
2
- import * as mongoose60 from "mongoose";
2
+ import * as mongoose48 from "mongoose";
3
3
  import { Schema } from "mongoose";
4
4
 
5
5
  //#region src/schemas/session.schema.d.ts
6
- declare const sessionSchema: Schema<SessionSchema, mongoose60.Model<SessionSchema, any, any, any, mongoose60.Document<unknown, any, SessionSchema, any, {}> & Omit<SessionData, "id"> & {
7
- _id: mongoose60.Types.ObjectId;
6
+ declare const sessionSchema: Schema<SessionSchema, mongoose48.Model<SessionSchema, any, any, any, mongoose48.Document<unknown, any, SessionSchema, any, {}> & Omit<SessionData, "id"> & {
7
+ _id: mongoose48.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose60.Types.ObjectId;
9
+ _id: mongoose48.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose60.DefaultSchemaOptions, SessionSchema, mongoose60.Document<unknown, {}, mongoose60.FlatRecord<SessionSchema>, {}, mongoose60.ResolveSchemaOptions<mongoose60.DefaultSchemaOptions>> & mongoose60.FlatRecord<SessionSchema> & Required<{
13
- _id: mongoose60.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose48.DefaultSchemaOptions, SessionSchema, mongoose48.Document<unknown, {}, mongoose48.FlatRecord<SessionSchema>, {}, mongoose48.ResolveSchemaOptions<mongoose48.DefaultSchemaOptions>> & mongoose48.FlatRecord<SessionSchema> & Required<{
13
+ _id: mongoose48.Types.ObjectId;
14
14
  }> & {
15
15
  __v: number;
16
16
  }>;
@@ -1,16 +1,16 @@
1
1
  import { Tag, TagSchema } from "../types/tag.types.js";
2
- import * as mongoose49 from "mongoose";
2
+ import * as mongoose70 from "mongoose";
3
3
  import { Schema } from "mongoose";
4
4
 
5
5
  //#region src/schemas/tag.schema.d.ts
6
- declare const tagSchema: Schema<TagSchema, mongoose49.Model<TagSchema, any, any, any, mongoose49.Document<unknown, any, TagSchema, any, {}> & Omit<Tag, "id"> & {
7
- _id: mongoose49.Types.ObjectId;
6
+ declare const tagSchema: Schema<TagSchema, mongoose70.Model<TagSchema, any, any, any, mongoose70.Document<unknown, any, TagSchema, any, {}> & Omit<Tag, "id"> & {
7
+ _id: mongoose70.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose49.Types.ObjectId;
9
+ _id: mongoose70.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose49.DefaultSchemaOptions, TagSchema, mongoose49.Document<unknown, {}, mongoose49.FlatRecord<TagSchema>, {}, mongoose49.ResolveSchemaOptions<mongoose49.DefaultSchemaOptions>> & mongoose49.FlatRecord<TagSchema> & Required<{
13
- _id: mongoose49.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose70.DefaultSchemaOptions, TagSchema, mongoose70.Document<unknown, {}, mongoose70.FlatRecord<TagSchema>, {}, mongoose70.ResolveSchemaOptions<mongoose70.DefaultSchemaOptions>> & mongoose70.FlatRecord<TagSchema> & Required<{
13
+ _id: mongoose70.Types.ObjectId;
14
14
  }> & {
15
15
  __v: number;
16
16
  }>;
@@ -1,16 +1,16 @@
1
1
  import { User, UserSchema } from "../types/user.types.js";
2
- import * as mongoose89 from "mongoose";
2
+ import * as mongoose59 from "mongoose";
3
3
  import { Schema } from "mongoose";
4
4
 
5
5
  //#region src/schemas/user.schema.d.ts
6
- declare const userSchema: Schema<UserSchema, mongoose89.Model<UserSchema, any, any, any, mongoose89.Document<unknown, any, UserSchema, any, {}> & Omit<User, "id"> & {
7
- _id: mongoose89.Types.ObjectId;
6
+ declare const userSchema: Schema<UserSchema, mongoose59.Model<UserSchema, any, any, any, mongoose59.Document<unknown, any, UserSchema, any, {}> & Omit<User, "id"> & {
7
+ _id: mongoose59.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose89.Types.ObjectId;
9
+ _id: mongoose59.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose89.DefaultSchemaOptions, UserSchema, mongoose89.Document<unknown, {}, mongoose89.FlatRecord<UserSchema>, {}, mongoose89.ResolveSchemaOptions<mongoose89.DefaultSchemaOptions>> & mongoose89.FlatRecord<UserSchema> & Required<{
13
- _id: mongoose89.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose59.DefaultSchemaOptions, UserSchema, mongoose59.Document<unknown, {}, mongoose59.FlatRecord<UserSchema>, {}, mongoose59.ResolveSchemaOptions<mongoose59.DefaultSchemaOptions>> & mongoose59.FlatRecord<UserSchema> & Required<{
13
+ _id: mongoose59.Types.ObjectId;
14
14
  }> & {
15
15
  __v: number;
16
16
  }>;
@@ -9,7 +9,7 @@ import { SubscriptionPaymentSuccessProps } from "../emails/SubscriptionPaymentSu
9
9
  import { ValidateUserEmailProps } from "../emails/ValidateUserEmail.js";
10
10
  import { WelcomeEmailProps } from "../emails/Welcome.js";
11
11
  import { Locale } from "@intlayer/types";
12
- import * as react_jsx_runtime29 from "react/jsx-runtime";
12
+ import * as react_jsx_runtime26 from "react/jsx-runtime";
13
13
  import { ComponentProps } from "react";
14
14
 
15
15
  //#region src/services/email.service.d.ts
@@ -24,7 +24,7 @@ declare const getEmailComponents: (locale?: Locale) => {
24
24
  inviteLink,
25
25
  inviteFromIp,
26
26
  inviteFromLocation
27
- }: InviteUserEmailProps): react_jsx_runtime29.JSX.Element;
27
+ }: InviteUserEmailProps): react_jsx_runtime26.JSX.Element;
28
28
  PreviewProps: InviteUserEmailProps;
29
29
  };
30
30
  subject: string;
@@ -34,7 +34,7 @@ declare const getEmailComponents: (locale?: Locale) => {
34
34
  ({
35
35
  username,
36
36
  validationLink
37
- }: ValidateUserEmailProps): react_jsx_runtime29.JSX.Element;
37
+ }: ValidateUserEmailProps): react_jsx_runtime26.JSX.Element;
38
38
  PreviewProps: ValidateUserEmailProps;
39
39
  };
40
40
  subject: string;
@@ -44,7 +44,7 @@ declare const getEmailComponents: (locale?: Locale) => {
44
44
  ({
45
45
  username,
46
46
  resetLink
47
- }: ResetPasswordEmailProps): react_jsx_runtime29.JSX.Element;
47
+ }: ResetPasswordEmailProps): react_jsx_runtime26.JSX.Element;
48
48
  PreviewProps: ResetPasswordEmailProps;
49
49
  };
50
50
  subject: string;
@@ -54,7 +54,7 @@ declare const getEmailComponents: (locale?: Locale) => {
54
54
  ({
55
55
  username,
56
56
  loginLink
57
- }: WelcomeEmailProps): react_jsx_runtime29.JSX.Element;
57
+ }: WelcomeEmailProps): react_jsx_runtime26.JSX.Element;
58
58
  PreviewProps: WelcomeEmailProps;
59
59
  };
60
60
  subject: string;
@@ -64,7 +64,7 @@ declare const getEmailComponents: (locale?: Locale) => {
64
64
  ({
65
65
  username,
66
66
  magicLink
67
- }: MagicLinkEmailProps): react_jsx_runtime29.JSX.Element;
67
+ }: MagicLinkEmailProps): react_jsx_runtime26.JSX.Element;
68
68
  PreviewProps: MagicLinkEmailProps;
69
69
  };
70
70
  subject: string;
@@ -73,7 +73,7 @@ declare const getEmailComponents: (locale?: Locale) => {
73
73
  template: {
74
74
  ({
75
75
  username
76
- }: PasswordChangeConfirmationEmailProps): react_jsx_runtime29.JSX.Element;
76
+ }: PasswordChangeConfirmationEmailProps): react_jsx_runtime26.JSX.Element;
77
77
  PreviewProps: PasswordChangeConfirmationEmailProps;
78
78
  };
79
79
  subject: string;
@@ -86,7 +86,7 @@ declare const getEmailComponents: (locale?: Locale) => {
86
86
  organizationName,
87
87
  subscriptionStartDate,
88
88
  manageSubscriptionLink
89
- }: SubscriptionPaymentSuccessProps): react_jsx_runtime29.JSX.Element;
89
+ }: SubscriptionPaymentSuccessProps): react_jsx_runtime26.JSX.Element;
90
90
  PreviewProps: SubscriptionPaymentSuccessProps;
91
91
  };
92
92
  subject: string;
@@ -99,7 +99,7 @@ declare const getEmailComponents: (locale?: Locale) => {
99
99
  organizationName,
100
100
  cancellationDate,
101
101
  reactivateLink
102
- }: SubscriptionPaymentCancellationProps): react_jsx_runtime29.JSX.Element;
102
+ }: SubscriptionPaymentCancellationProps): react_jsx_runtime26.JSX.Element;
103
103
  PreviewProps: SubscriptionPaymentCancellationProps;
104
104
  };
105
105
  subject: string;
@@ -112,7 +112,7 @@ declare const getEmailComponents: (locale?: Locale) => {
112
112
  organizationName,
113
113
  errorDate,
114
114
  retryPaymentLink
115
- }: SubscriptionPaymentErrorProps): react_jsx_runtime29.JSX.Element;
115
+ }: SubscriptionPaymentErrorProps): react_jsx_runtime26.JSX.Element;
116
116
  PreviewProps: SubscriptionPaymentErrorProps;
117
117
  };
118
118
  subject: string;
@@ -126,7 +126,7 @@ declare const getEmailComponents: (locale?: Locale) => {
126
126
  tokenDetailsUrl,
127
127
  securityLogUrl,
128
128
  supportUrl
129
- }: OAuthTokenCreatedEmailProps): react_jsx_runtime29.JSX.Element;
129
+ }: OAuthTokenCreatedEmailProps): react_jsx_runtime26.JSX.Element;
130
130
  PreviewProps: OAuthTokenCreatedEmailProps;
131
131
  };
132
132
  subject: string;
@@ -1 +1 @@
1
- {"version":3,"file":"aiSdk.d.ts","names":[],"sources":["../../../../src/utils/AI/aiSdk.ts"],"sourcesContent":[],"mappings":";;;;;;;;;KAcK,cAAA,GAAiB,kBAAkB;KACnC,aAAA,GAAgB,kBAAkB;AAHC,KAInC,YAAA,GAAe,UAFD,CAAA,OAEmB,OAFhB,CAAA,CAAA,CAAA,CAAA;AAAU,KAG3B,WAAA,GAAc,UAFD,CAAA,OAEmB,MAFhB,CAAA,CAAA,CAAA,CAAA;AAAU,KAG1B,WAAA,GAAc,UAFF,CAAA,OAEoB,MAFjB,CAAA,CAAA,CAAA,CAAA;AACf,KAGO,QAAA,GAHI,CAIZ,kBAJe,GAKf,gBALyB,GAMzB,qBANyB,GAOzB,gBAPyB,CAAA,EAAA;AAAA;AAG7B;;AAEI,KAQQ,KAAA,GACR,cATA,GAUA,aAVA,GAWA,YAXA,GAYA,WAZA,GAaA,WAbA,GAAA,CAAA,MAAA,GAAA,CAAA,CAAA,CAAA;;;;AAQQ,aAWA,UAAA;EAVR,MAAA,GAAA,QAAA;EACA,SAAA,GAAA,WAAA;EACA,OAAA,GAAA,SAAA;EACA,QAAA,GAAA,UAAA;EACA,MAAA,GAAA,QAAA;;AAMJ;AAWA;AASA;AAMK,KAfO,SAAA,GAeG;EAsEH,QAAA,CAAA,EApFC,UAoFO;EAA0B,KAAA,CAAA,EAnFpC,KAmFoC;EAAlB,WAAA,CAAA,EAAA,MAAA;EAAL,MAAA,CAAA,EAAA,MAAA;EAAI,kBAAA,CAAA,EAAA,MAAA;AAK3B,CAAA;AACgB,KAlFJ,4BAAA,GAkFI;EACG,IAAA,EAAA,QAAA,GAAA,MAAA,GAAA,WAAA;EACJ,OAAA,EAAA,MAAA;EAAU,SAAA,CAAA,EAjFX,IAiFW;AAUzB,CAAA;KAxFK,UAAA,GAyFE,QAAA,GAAA,iBAAA,GAAA,cAAA,GAAA,QAAA;AACI,KApBC,QAAA,GAAW,IAoBZ,CApBiB,UAoBjB,CAAA,OApBmC,YAoBnC,CAAA,CAAA,CAAA,CAAA,EAAA,QAAA,CAAA;AACA,KAhBC,eAAA,GAgBD;EAAR,WAAA,CAAA,EAfa,SAeb;EAAO,cAAA,CAAA,EAdS,SAcT;eAbK;;;;;;;;;cAUF,mBACN,mBACI,oBACR,QAAQ"}
1
+ {"version":3,"file":"aiSdk.d.ts","names":[],"sources":["../../../../src/utils/AI/aiSdk.ts"],"sourcesContent":[],"mappings":";;;;;;;;;KAcK,cAAA,GAAiB,kBAAkB;KACnC,aAAA,GAAgB,kBAAkB;AAHC,KAInC,YAAA,GAAe,UAFD,CAAA,OAEmB,OAFhB,CAAA,CAAA,CAAA,CAAA;AAAU,KAG3B,WAAA,GAAc,UAFD,CAAA,OAEmB,MAFhB,CAAA,CAAA,CAAA,CAAA;AAAU,KAG1B,WAAA,GAAc,UAFF,CAAA,OAEoB,MAFjB,CAAA,CAAA,CAAA,CAAA;AACf,KAGO,QAAA,GAHI,CAIZ,kBAJe,GAKf,gBALyB,GAMzB,qBANyB,GAOzB,gBAPyB,CAAA,EAAA;AAAA;AAG7B;;AAEI,KAQQ,KAAA,GACR,cATA,GAUA,aAVA,GAWA,YAXA,GAYA,WAZA,GAaA,WAbA,GAAA,CAAA,MAAA,GAAA,CAAA,CAAA,CAAA;;;;AAQQ,aAWA,UAAA;EAVR,MAAA,GAAA,QAAA;EACA,SAAA,GAAA,WAAA;EACA,OAAA,GAAA,SAAA;EACA,QAAA,GAAA,UAAA;EACA,MAAA,GAAA,QAAA;;AAMJ;AAWA;AASA;AAMK,KAfO,SAAA,GAeG;EAiEH,QAAA,CAAA,EA/EC,UA+EO;EAA0B,KAAA,CAAA,EA9EpC,KA8EoC;EAAlB,WAAA,CAAA,EAAA,MAAA;EAAL,MAAA,CAAA,EAAA,MAAA;EAAI,kBAAA,CAAA,EAAA,MAAA;AAK3B,CAAA;AACgB,KA7EJ,4BAAA,GA6EI;EACG,IAAA,EAAA,QAAA,GAAA,MAAA,GAAA,WAAA;EACJ,OAAA,EAAA,MAAA;EAAU,SAAA,CAAA,EA5EX,IA4EW;AAUzB,CAAA;KAnFK,UAAA,GAoFE,QAAA,GAAA,iBAAA,GAAA,cAAA,GAAA,QAAA;AACI,KApBC,QAAA,GAAW,IAoBZ,CApBiB,UAoBjB,CAAA,OApBmC,YAoBnC,CAAA,CAAA,CAAA,CAAA,EAAA,QAAA,CAAA;AACA,KAhBC,eAAA,GAgBD;EAAR,WAAA,CAAA,EAfa,SAeb;EAAO,cAAA,CAAA,EAdS,SAcT;eAbK;;;;;;;;;cAUF,mBACN,mBACI,oBACR,QAAQ"}
@@ -1,4 +1,4 @@
1
- import { AIConfig, AIOptions, ChatCompletionRequestMessage } from "../aiSdk.js";
1
+ import { AIConfig, ChatCompletionRequestMessage } from "../aiSdk.js";
2
2
 
3
3
  //#region src/utils/AI/askDocQuestion/askDocQuestion.d.ts
4
4
  type VectorStoreEl = {
@@ -9,7 +9,6 @@ type VectorStoreEl = {
9
9
  docUrl: string;
10
10
  docName: string;
11
11
  };
12
- declare const aiDefaultOptions: AIOptions;
13
12
  /**
14
13
  * Indexes all Markdown documents by generating embeddings for each chunk and storing them in memory.
15
14
  * Persists per-document embeddings under `embeddings/<fileKey>.json`.
@@ -41,5 +40,5 @@ type AskDocQuestionOptions = {
41
40
  */
42
41
  declare const askDocQuestion: (messages: ChatCompletionRequestMessage[], aiConfig: AIConfig, options?: AskDocQuestionOptions) => Promise<AskDocQuestionResult>;
43
42
  //#endregion
44
- export { AskDocQuestionOptions, AskDocQuestionResult, aiDefaultOptions, askDocQuestion, initPrompt, loadMarkdownFiles, searchChunkReference };
43
+ export { AskDocQuestionOptions, AskDocQuestionResult, askDocQuestion, initPrompt, loadMarkdownFiles, searchChunkReference };
45
44
  //# sourceMappingURL=askDocQuestion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"askDocQuestion.d.ts","names":[],"sources":["../../../../../src/utils/AI/askDocQuestion/askDocQuestion.ts"],"sourcesContent":[],"mappings":";;;KAsBK,aAAA;;EAAA,WAAA,EAAA,MAAa;EA2BL,OAAA,EAAA,MAAA;EAsGA,SAAA,CAAA,EAAA,MAAA,EA4EZ;EAYY,MAAA,EAAA,MAAA;EAsCA,OAAA,EAAA,MAGZ;AAED,CAAA;AAKY,cA9OC,gBA8OoB,EA9OF,SA8OE;AAWjC;;;;;AAIG,cAvJU,iBAuJV,EAAA,GAAA,GAvJwC,OAuJxC,CAAA,IAAA,CAAA;;;;;;;;cA/DU,sFAIV,QAAQ;cAkCE,YAAY;KAKb,oBAAA;;;;KAKA,qBAAA;;;;;;;;;;cAWC,2BACD,0CACA,oBACA,0BACT,QAAQ"}
1
+ {"version":3,"file":"askDocQuestion.d.ts","names":[],"sources":["../../../../../src/utils/AI/askDocQuestion/askDocQuestion.ts"],"sourcesContent":[],"mappings":";;;KAiBK,aAAA;;EAAA,WAAA,EAAA,MAAa;EAyHL,OAAA,EAAA,MAAA;EAwFA,SAAA,CAAA,EAAA,MAAA,EAAA;EAsCA,MAAA,EAAA,MAGZ;EAEW,OAAA,EAAA,MAAA;AAKZ,CAAA;AAWA;;;;;AAIG,cAvJU,iBAuJV,EAAA,GAAA,GAvJwC,OAuJxC,CAAA,IAAA,CAAA;;;;;;;;cA/DU,sFAIV,QAAQ;cAkCE,YAAY;KAKb,oBAAA;;;;KAKA,qBAAA;;;;;;;;;;cAWC,2BACD,0CACA,oBACA,0BACT,QAAQ"}
@@ -1,7 +1,4 @@
1
- import { AIOptions } from "../aiSdk.js";
2
-
3
1
  //#region src/utils/AI/askDocQuestion/indexMarkdownFiles.d.ts
4
- declare const aiDefaultOptions: AIOptions;
5
2
  /**
6
3
  * Indexes all Markdown documents by generating embeddings for each chunk and storing them in memory.
7
4
  * Persists per-document embeddings under `embeddings/<fileKey>.json`.
@@ -9,5 +6,5 @@ declare const aiDefaultOptions: AIOptions;
9
6
  */
10
7
  declare const indexMarkdownFiles: () => Promise<void>;
11
8
  //#endregion
12
- export { aiDefaultOptions, indexMarkdownFiles };
9
+ export { indexMarkdownFiles };
13
10
  //# sourceMappingURL=indexMarkdownFiles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"indexMarkdownFiles.d.ts","names":[],"sources":["../../../../../src/utils/AI/askDocQuestion/indexMarkdownFiles.ts"],"sourcesContent":[],"mappings":";;;cAiEa,kBAAkB;;AAA/B;AAiFA;;;cAAa,0BAA+B"}
1
+ {"version":3,"file":"indexMarkdownFiles.d.ts","names":[],"sources":["../../../../../src/utils/AI/askDocQuestion/indexMarkdownFiles.ts"],"sourcesContent":[],"mappings":";;AAsIA;;;;cAAa,0BAA+B"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../../src/utils/AI/translateJSON/index.ts"],"sourcesContent":[],"mappings":";;;;;KASY,oBAAA;oBACQ;EADR,mBAAA,EAEW,IAFS;EACZ,qBAAA,CAAA,EAAA,MAAA;EACG,WAAA,EAER,MAFQ;EAER,YAAA,EACC,MADD;EACC,IAAA,EACR,GADQ,EAAA;EACR,QAAA,EACI,QADJ;EACI,IAAA,EAAA,UAAA,GAAA,QAAA;EAAQ,kBAAA,CAAA,EAAA,MAAA;AAKpB,CAAA;AAQa,KARD,uBAAA,GAQmB;EA6ClB,WAAA,EAAA,MAoCZ;EApCmC,SAAA,EAAA,MAAA;CAAA;AAAA,cA7CvB,gBA6CuB,EA7CL,SA6CK;;;;;;AAAA,cAAvB,aAAuB,EAAA,CAAA;EAAA,gBAAA;EAAA,mBAAA;EAAA,qBAAA;EAAA,QAAA;EAAA,WAAA;EAAA,YAAA;EAAA,IAAA;EAAA,IAAA;EAAA;AAAA,CAAA,EAUjC,oBAViC,EAAA,GAUV,OAVU,CAUF,uBAVE,GAAA,SAAA,CAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../../src/utils/AI/translateJSON/index.ts"],"sourcesContent":[],"mappings":";;;;;KASY,oBAAA;oBACQ;EADR,mBAAA,EAEW,IAFS;EACZ,qBAAA,CAAA,EAAA,MAAA;EACG,WAAA,EAER,MAFQ;EAER,YAAA,EACC,MADD;EACC,IAAA,EACR,GADQ,EAAA;EACR,QAAA,EACI,QADJ;EACI,IAAA,EAAA,UAAA,GAAA,QAAA;EAAQ,kBAAA,CAAA,EAAA,MAAA;AAKpB,CAAA;AAQa,KARD,uBAAA,GAQmB;EA6ClB,WAAA,EAAA,MA6CZ;EA7CmC,SAAA,EAAA,MAAA;CAAA;AAAA,cA7CvB,gBA6CuB,EA7CL,SA6CK;;;;;;AAAA,cAAvB,aAAuB,EAAA,CAAA;EAAA,gBAAA;EAAA,mBAAA;EAAA,qBAAA;EAAA,QAAA;EAAA,WAAA;EAAA,YAAA;EAAA,IAAA;EAAA,IAAA;EAAA;AAAA,CAAA,EAUjC,oBAViC,EAAA,GAUV,OAVU,CAUF,uBAVE,GAAA,SAAA,CAAA"}
@@ -1,7 +1,7 @@
1
1
  import { Dictionary } from "../../types/dictionary.types.js";
2
2
  import { ResponseWithSession } from "../../middlewares/sessionAuth.middleware.js";
3
3
  import { FiltersAndPagination } from "./getFiltersAndPaginationFromBody.js";
4
- import * as mongoose82 from "mongoose";
4
+ import * as mongoose95 from "mongoose";
5
5
  import { RootFilterQuery } from "mongoose";
6
6
  import { Request } from "express";
7
7
 
@@ -41,7 +41,7 @@ declare const getDictionaryFiltersAndPagination: (req: Request<FiltersAndPaginat
41
41
  skip: number;
42
42
  pageSize: number;
43
43
  getNumberOfPages: (totalItems: number) => number;
44
- filters: mongoose82.FilterQuery<Dictionary>;
44
+ filters: mongoose95.FilterQuery<Dictionary>;
45
45
  sortOptions: Record<string, 1 | -1>;
46
46
  };
47
47
  //#endregion