@intlayer/backend 7.2.0 → 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 (90) hide show
  1. package/dist/assets/utils/AI/auditDictionary/PROMPT.md +0 -12
  2. package/dist/assets/utils/AI/auditDictionaryField/PROMPT.md +0 -13
  3. package/dist/assets/utils/AI/auditDictionaryMetadata/PROMPT.md +0 -6
  4. package/dist/assets/utils/AI/auditTag/PROMPT.md +0 -10
  5. package/dist/assets/utils/AI/translateJSON/PROMPT.md +0 -8
  6. package/dist/cjs/controllers/ai.controller.cjs +0 -1
  7. package/dist/cjs/controllers/ai.controller.cjs.map +1 -1
  8. package/dist/cjs/utils/AI/aiSdk.cjs +12 -21
  9. package/dist/cjs/utils/AI/aiSdk.cjs.map +1 -1
  10. package/dist/cjs/utils/AI/askDocQuestion/askDocQuestion.cjs +0 -9
  11. package/dist/cjs/utils/AI/askDocQuestion/askDocQuestion.cjs.map +1 -1
  12. package/dist/cjs/utils/AI/askDocQuestion/indexMarkdownFiles.cjs +0 -9
  13. package/dist/cjs/utils/AI/askDocQuestion/indexMarkdownFiles.cjs.map +1 -1
  14. package/dist/cjs/utils/AI/auditDictionary/index.cjs +4 -1
  15. package/dist/cjs/utils/AI/auditDictionary/index.cjs.map +1 -1
  16. package/dist/cjs/utils/AI/auditDictionaryField/index.cjs +4 -1
  17. package/dist/cjs/utils/AI/auditDictionaryField/index.cjs.map +1 -1
  18. package/dist/cjs/utils/AI/auditDictionaryMetadata/index.cjs +8 -1
  19. package/dist/cjs/utils/AI/auditDictionaryMetadata/index.cjs.map +1 -1
  20. package/dist/cjs/utils/AI/auditTag/index.cjs +8 -1
  21. package/dist/cjs/utils/AI/auditTag/index.cjs.map +1 -1
  22. package/dist/cjs/utils/AI/translateJSON/index.cjs +8 -1
  23. package/dist/cjs/utils/AI/translateJSON/index.cjs.map +1 -1
  24. package/dist/esm/controllers/ai.controller.mjs +15 -16
  25. package/dist/esm/controllers/ai.controller.mjs.map +1 -1
  26. package/dist/esm/utils/AI/aiSdk.mjs +12 -21
  27. package/dist/esm/utils/AI/aiSdk.mjs.map +1 -1
  28. package/dist/esm/utils/AI/askDocQuestion/askDocQuestion.mjs +1 -9
  29. package/dist/esm/utils/AI/askDocQuestion/askDocQuestion.mjs.map +1 -1
  30. package/dist/esm/utils/AI/askDocQuestion/indexMarkdownFiles.mjs +1 -9
  31. package/dist/esm/utils/AI/askDocQuestion/indexMarkdownFiles.mjs.map +1 -1
  32. package/dist/esm/utils/AI/auditDictionary/index.mjs +4 -1
  33. package/dist/esm/utils/AI/auditDictionary/index.mjs.map +1 -1
  34. package/dist/esm/utils/AI/auditDictionaryField/index.mjs +4 -1
  35. package/dist/esm/utils/AI/auditDictionaryField/index.mjs.map +1 -1
  36. package/dist/esm/utils/AI/auditDictionaryMetadata/index.mjs +8 -1
  37. package/dist/esm/utils/AI/auditDictionaryMetadata/index.mjs.map +1 -1
  38. package/dist/esm/utils/AI/auditTag/index.mjs +8 -1
  39. package/dist/esm/utils/AI/auditTag/index.mjs.map +1 -1
  40. package/dist/esm/utils/AI/translateJSON/index.mjs +8 -1
  41. package/dist/esm/utils/AI/translateJSON/index.mjs.map +1 -1
  42. package/dist/types/controllers/ai.controller.d.ts.map +1 -1
  43. package/dist/types/controllers/projectAccessKey.controller.d.ts.map +1 -1
  44. package/dist/types/emails/InviteUserEmail.d.ts +4 -4
  45. package/dist/types/emails/InviteUserEmail.d.ts.map +1 -1
  46. package/dist/types/emails/MagicLinkEmail.d.ts +4 -4
  47. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts +4 -4
  48. package/dist/types/emails/PasswordChangeConfirmation.d.ts +4 -4
  49. package/dist/types/emails/PasswordChangeConfirmation.d.ts.map +1 -1
  50. package/dist/types/emails/ResetUserPassword.d.ts +4 -4
  51. package/dist/types/emails/ResetUserPassword.d.ts.map +1 -1
  52. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts +4 -4
  53. package/dist/types/emails/SubscriptionPaymentError.d.ts +4 -4
  54. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts +4 -4
  55. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts.map +1 -1
  56. package/dist/types/emails/ValidateUserEmail.d.ts +4 -4
  57. package/dist/types/emails/Welcome.d.ts +4 -4
  58. package/dist/types/models/dictionary.model.d.ts +4 -4
  59. package/dist/types/models/dictionary.model.d.ts.map +1 -1
  60. package/dist/types/models/discussion.model.d.ts +2 -2
  61. package/dist/types/models/discussion.model.d.ts.map +1 -1
  62. package/dist/types/models/oAuth2.model.d.ts +3 -3
  63. package/dist/types/models/oAuth2.model.d.ts.map +1 -1
  64. package/dist/types/routes/search.routes.d.ts.map +1 -1
  65. package/dist/types/routes/stripe.routes.d.ts.map +1 -1
  66. package/dist/types/schemas/dictionary.schema.d.ts +6 -6
  67. package/dist/types/schemas/dictionary.schema.d.ts.map +1 -1
  68. package/dist/types/schemas/discussion.schema.d.ts +6 -6
  69. package/dist/types/schemas/oAuth2.schema.d.ts +5 -5
  70. package/dist/types/schemas/oAuth2.schema.d.ts.map +1 -1
  71. package/dist/types/schemas/organization.schema.d.ts +6 -6
  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/tag.schema.d.ts.map +1 -1
  77. package/dist/types/schemas/user.schema.d.ts +6 -6
  78. package/dist/types/services/email.service.d.ts +11 -11
  79. package/dist/types/utils/AI/aiSdk.d.ts.map +1 -1
  80. package/dist/types/utils/AI/askDocQuestion/askDocQuestion.d.ts +2 -3
  81. package/dist/types/utils/AI/askDocQuestion/askDocQuestion.d.ts.map +1 -1
  82. package/dist/types/utils/AI/askDocQuestion/indexMarkdownFiles.d.ts +1 -4
  83. package/dist/types/utils/AI/askDocQuestion/indexMarkdownFiles.d.ts.map +1 -1
  84. package/dist/types/utils/AI/translateJSON/index.d.ts.map +1 -1
  85. package/dist/types/utils/filtersAndPagination/getDictionaryFiltersAndPagination.d.ts +2 -2
  86. package/dist/types/utils/filtersAndPagination/getDiscussionFiltersAndPagination.d.ts +2 -2
  87. package/dist/types/utils/filtersAndPagination/getOrganizationFiltersAndPagination.d.ts +2 -2
  88. package/dist/types/utils/filtersAndPagination/getProjectFiltersAndPagination.d.ts +2 -2
  89. package/dist/types/utils/filtersAndPagination/getTagFiltersAndPagination.d.ts +2 -2
  90. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime5 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_runtime5.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_runtime5.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_runtime5.JSX.Element;
39
+ }: SubscriptionPaymentCancellationProps): react_jsx_runtime2.JSX.Element;
40
40
  PreviewProps: SubscriptionPaymentCancellationProps;
41
41
  };
42
42
  //#endregion
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime2 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_runtime2.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_runtime2.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_runtime2.JSX.Element;
39
+ }: SubscriptionPaymentErrorProps): react_jsx_runtime5.JSX.Element;
40
40
  PreviewProps: SubscriptionPaymentErrorProps;
41
41
  };
42
42
  //#endregion
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime24 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_runtime24.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_runtime24.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_runtime24.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_runtime33 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/emails/ValidateUserEmail.d.ts
4
4
  type ValidateUserEmailProps = {
@@ -9,21 +9,21 @@ declare const ValidateUserEmailEN: {
9
9
  ({
10
10
  username,
11
11
  validationLink
12
- }: ValidateUserEmailProps): react_jsx_runtime33.JSX.Element;
12
+ }: ValidateUserEmailProps): react_jsx_runtime17.JSX.Element;
13
13
  PreviewProps: ValidateUserEmailProps;
14
14
  };
15
15
  declare const ValidateUserEmailFR: {
16
16
  ({
17
17
  username,
18
18
  validationLink
19
- }: ValidateUserEmailProps): react_jsx_runtime33.JSX.Element;
19
+ }: ValidateUserEmailProps): react_jsx_runtime17.JSX.Element;
20
20
  PreviewProps: ValidateUserEmailProps;
21
21
  };
22
22
  declare const ValidateUserEmailES: {
23
23
  ({
24
24
  username,
25
25
  validationLink
26
- }: ValidateUserEmailProps): react_jsx_runtime33.JSX.Element;
26
+ }: ValidateUserEmailProps): react_jsx_runtime17.JSX.Element;
27
27
  PreviewProps: ValidateUserEmailProps;
28
28
  };
29
29
  //#endregion
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime27 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_runtime27.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_runtime27.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_runtime27.JSX.Element;
26
+ }: WelcomeEmailProps): react_jsx_runtime11.JSX.Element;
27
27
  PreviewProps: WelcomeEmailProps;
28
28
  };
29
29
  //#endregion
@@ -1,14 +1,14 @@
1
1
  import { Dictionary, DictionaryData } from "../types/dictionary.types.js";
2
- import * as mongoose11 from "mongoose";
2
+ import * as mongoose0 from "mongoose";
3
3
  import { Model } from "mongoose";
4
4
 
5
5
  //#region src/models/dictionary.model.d.ts
6
- declare const DictionaryModel: Model<Dictionary, {}, {}, {}, mongoose11.Document<unknown, {}, Dictionary, {}, {}> & DictionaryData & {
7
- id: mongoose11.Types.ObjectId;
6
+ declare const DictionaryModel: Model<Dictionary, {}, {}, {}, mongoose0.Document<unknown, {}, Dictionary, {}, {}> & DictionaryData & {
7
+ id: mongoose0.Types.ObjectId;
8
8
  createdAt: number;
9
9
  updatedAt: number;
10
10
  } & {
11
- _id: mongoose11.Types.ObjectId;
11
+ _id: mongoose0.Types.ObjectId;
12
12
  } & {
13
13
  __v: number;
14
14
  }, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"dictionary.model.d.ts","names":[],"sources":["../../../src/models/dictionary.model.ts"],"sourcesContent":[],"mappings":";;;;;cAKa,iBAAe,MAAA,wBAAA,UAAA,CAAA,sBAAA,sBAAA,cAAA;;;EAAf,SAAA,EAAA,MAAA;CAAe,GAAA;EAAA,GAAA,2BAAA;CAAA,GAAA;EAAA,GAAA,EAAA,MAAA"}
1
+ {"version":3,"file":"dictionary.model.d.ts","names":[],"sources":["../../../src/models/dictionary.model.ts"],"sourcesContent":[],"mappings":";;;;;cAKa,iBAAe,MAAA,wBAAA,SAAA,CAAA,sBAAA,sBAAA,cAAA;;;EAAf,SAAA,EAAA,MAAA;CAAe,GAAA;EAAA,GAAA,0BAAA;CAAA,GAAA;EAAA,GAAA,EAAA,MAAA"}
@@ -1,9 +1,9 @@
1
1
  import { Discussion } from "../types/discussion.types.js";
2
- import * as mongoose10 from "mongoose";
2
+ import * as mongoose4 from "mongoose";
3
3
  import { Model } from "mongoose";
4
4
 
5
5
  //#region src/models/discussion.model.d.ts
6
- declare const DiscussionModel: Model<Discussion, {}, {}, {}, mongoose10.Document<unknown, {}, Discussion, {}, {}> & Discussion & Required<{
6
+ declare const DiscussionModel: Model<Discussion, {}, {}, {}, mongoose4.Document<unknown, {}, Discussion, {}, {}> & Discussion & Required<{
7
7
  _id: unknown;
8
8
  }> & {
9
9
  __v: number;
@@ -1 +1 @@
1
- {"version":3,"file":"discussion.model.d.ts","names":[],"sources":["../../../src/models/discussion.model.ts"],"sourcesContent":[],"mappings":";;;;;cAKa,iBAAe,MAAA,wBAAA,UAAA,CAAA,sBAAA,sBAAA,aAAA;;;EAAf,GAAA,EAAA,MAAA;CAAe,EAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"discussion.model.d.ts","names":[],"sources":["../../../src/models/discussion.model.ts"],"sourcesContent":[],"mappings":";;;;;cAKa,iBAAe,MAAA,wBAAA,SAAA,CAAA,sBAAA,sBAAA,aAAA;;;EAAf,GAAA,EAAA,MAAA;CAAe,EAAA,GAAA,CAAA"}
@@ -1,16 +1,16 @@
1
1
  import { User } from "../types/user.types.js";
2
2
  import "../export.js";
3
3
  import { Token as Token$1 } from "../schemas/oAuth2.schema.js";
4
- import * as mongoose25 from "mongoose";
4
+ import * as mongoose2 from "mongoose";
5
5
  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, {}, {}, {}, mongoose25.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
  } & {
13
- _id: mongoose25.Types.ObjectId;
13
+ _id: mongoose2.Types.ObjectId;
14
14
  } & {
15
15
  __v: number;
16
16
  }, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"oAuth2.model.d.ts","names":[],"sources":["../../../src/models/oAuth2.model.ts"],"sourcesContent":[],"mappings":";;;;;;;;cAGa,wBAAsB,MAAA,qBAAA,UAAA,CAAA,sBAAA,mBAAA,KAAA,cAAA,CAAA,KAAA;YAAA,cAAA,CAAA,MAAA;;;;;EAAtB,GAAA,EAAA,MAAA;CAAsB,EAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"oAuth2.model.d.ts","names":[],"sources":["../../../src/models/oAuth2.model.ts"],"sourcesContent":[],"mappings":";;;;;;;;cAGa,wBAAsB,MAAA,qBAAA,SAAA,CAAA,sBAAA,mBAAA,KAAA,cAAA,CAAA,KAAA;YAAA,cAAA,CAAA,MAAA;;;;;EAAtB,GAAA,EAAA,MAAA;CAAsB,EAAA,GAAA,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"search.routes.d.ts","names":[],"sources":["../../../src/routes/search.routes.ts"],"sourcesContent":[],"mappings":";;;cAIa,cAAc;cAEd,WAAA;AAFA,cAMA,eANc,EAAiB,GAAA,GAAA;EAE/B,GAAA,EAAA;IAIA,QAAA,EAAA,MAOQ"}
1
+ {"version":3,"file":"search.routes.d.ts","names":[],"sources":["../../../src/routes/search.routes.ts"],"sourcesContent":[],"mappings":";;;cAIa,cAAc;cAEd,WAAA;AAFA,cAMA,eANc,EAAA,GAAiB,GAAA;EAE/B,GAAA,EAAA;IAIA,QAAA,EAAA,MAOQ"}
@@ -1 +1 @@
1
- {"version":3,"file":"stripe.routes.d.ts","names":[],"sources":["../../../src/routes/stripe.routes.ts"],"sourcesContent":[],"mappings":";;;cAQa,cAAc;cAEd,WAAA;AAFA,cAMA,eANc,EAAiB,GAAA,GAAA;EAE/B,UAAA,EAAA;IAIA,QAAA,EAAA,MAiBQ"}
1
+ {"version":3,"file":"stripe.routes.d.ts","names":[],"sources":["../../../src/routes/stripe.routes.ts"],"sourcesContent":[],"mappings":";;;cAQa,cAAc;cAEd,WAAA;AAFA,cAMA,eANc,EAAA,GAAiB,GAAA;EAE/B,UAAA,EAAA;IAIA,QAAA,EAAA,MAiBQ"}
@@ -1,16 +1,16 @@
1
1
  import { Dictionary, DictionarySchema } from "../types/dictionary.types.js";
2
- import * as mongoose27 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, mongoose27.Model<DictionarySchema, any, any, any, mongoose27.Document<unknown, any, DictionarySchema, any, {}> & Omit<Dictionary, "id"> & {
7
- _id: mongoose27.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: mongoose27.Types.ObjectId;
9
+ _id: mongoose5.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose27.DefaultSchemaOptions, DictionarySchema, mongoose27.Document<unknown, {}, mongoose27.FlatRecord<DictionarySchema>, {}, mongoose27.ResolveSchemaOptions<mongoose27.DefaultSchemaOptions>> & mongoose27.FlatRecord<DictionarySchema> & Required<{
13
- _id: mongoose27.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 mongoose48 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, mongoose48.Model<DiscussionSchema, any, any, any, mongoose48.Document<unknown, any, DiscussionSchema, any, {}> & Omit<Discussion, "id"> & {
7
- _id: mongoose48.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: mongoose48.Types.ObjectId;
9
+ _id: mongoose99.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose48.DefaultSchemaOptions, DiscussionSchema, mongoose48.Document<unknown, {}, mongoose48.FlatRecord<DiscussionSchema>, {}, mongoose48.ResolveSchemaOptions<mongoose48.DefaultSchemaOptions>> & mongoose48.FlatRecord<DiscussionSchema> & Required<{
13
- _id: mongoose48.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 mongoose38 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, mongoose38.Model<Token, any, any, any, mongoose38.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: mongoose38.Types.ObjectId;
15
+ _id: mongoose16.Types.ObjectId;
16
16
  } & {
17
17
  __v: number;
18
- }, any>, {}, {}, {}, {}, mongoose38.DefaultSchemaOptions, Token, mongoose38.Document<unknown, {}, mongoose38.FlatRecord<Token>, {}, mongoose38.ResolveSchemaOptions<mongoose38.DefaultSchemaOptions>> & mongoose38.FlatRecord<Token> & {
19
- _id: mongoose38.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,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,MAAA,GAAA,QAAA,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
+ {"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 mongoose59 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, mongoose59.Model<OrganizationSchema, any, any, any, mongoose59.Document<unknown, any, OrganizationSchema, any, {}> & Omit<Organization, "id"> & {
7
- _id: mongoose59.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: mongoose59.Types.ObjectId;
9
+ _id: mongoose26.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose59.DefaultSchemaOptions, OrganizationSchema, mongoose59.Document<unknown, {}, mongoose59.FlatRecord<OrganizationSchema>, {}, mongoose59.ResolveSchemaOptions<mongoose59.DefaultSchemaOptions>> & mongoose59.FlatRecord<OrganizationSchema> & Required<{
13
- _id: mongoose59.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,16 +1,16 @@
1
1
  import { Plan, PlanSchema } from "../types/plan.types.js";
2
- import * as mongoose96 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, mongoose96.Model<PlanSchema, any, any, any, mongoose96.Document<unknown, any, PlanSchema, any, {}> & Omit<Plan, "id"> & {
7
- _id: mongoose96.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: mongoose96.Types.ObjectId;
9
+ _id: mongoose81.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose96.DefaultSchemaOptions, PlanSchema, mongoose96.Document<unknown, {}, mongoose96.FlatRecord<PlanSchema>, {}, mongoose96.ResolveSchemaOptions<mongoose96.DefaultSchemaOptions>> & mongoose96.FlatRecord<PlanSchema> & Required<{
13
- _id: mongoose96.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 mongoose70 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, mongoose70.Model<ProjectSchema, any, any, any, mongoose70.Document<unknown, any, ProjectSchema, any, {}> & Omit<Project, "id"> & {
7
- _id: mongoose70.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: mongoose70.Types.ObjectId;
9
+ _id: mongoose37.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose70.DefaultSchemaOptions, ProjectSchema, mongoose70.Document<unknown, {}, mongoose70.FlatRecord<ProjectSchema>, {}, mongoose70.ResolveSchemaOptions<mongoose70.DefaultSchemaOptions>> & mongoose70.FlatRecord<ProjectSchema> & Required<{
13
- _id: mongoose70.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 mongoose81 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, mongoose81.Model<SessionSchema, any, any, any, mongoose81.Document<unknown, any, SessionSchema, any, {}> & Omit<SessionData, "id"> & {
7
- _id: mongoose81.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: mongoose81.Types.ObjectId;
9
+ _id: mongoose48.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose81.DefaultSchemaOptions, SessionSchema, mongoose81.Document<unknown, {}, mongoose81.FlatRecord<SessionSchema>, {}, mongoose81.ResolveSchemaOptions<mongoose81.DefaultSchemaOptions>> & mongoose81.FlatRecord<SessionSchema> & Required<{
13
- _id: mongoose81.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 mongoose0 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, mongoose0.Model<TagSchema, any, any, any, mongoose0.Document<unknown, any, TagSchema, any, {}> & Omit<Tag, "id"> & {
7
- _id: mongoose0.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: mongoose0.Types.ObjectId;
9
+ _id: mongoose70.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose0.DefaultSchemaOptions, TagSchema, mongoose0.Document<unknown, {}, mongoose0.FlatRecord<TagSchema>, {}, mongoose0.ResolveSchemaOptions<mongoose0.DefaultSchemaOptions>> & mongoose0.FlatRecord<TagSchema> & Required<{
13
- _id: mongoose0.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 +1 @@
1
- {"version":3,"file":"tag.schema.d.ts","names":[],"sources":["../../../src/schemas/tag.schema.ts"],"sourcesContent":[],"mappings":";;;;;cASa,WAAS,OAAA,qBAAA,MAAA,0BAAA,SAAA,CAAA,uBAAA,sBAAA,KAAA,GAAA;;;EAAT,GAAA,0BA4DZ;CA5DqB,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,WAAA,oBAAA,CAAA,OAAA,EAAA,CAAA,CAAA,sBAAA,UAAA,CAAA,EAAA,CAAA,CAAA,gCAAA,gCAAA,CAAA,uBAAA,UAAA,CAAA,WAAA,CAAA;EAAA,GAAA,0BAAA;CAAA,CAAA,GAAA;EAAA,GAAA,EAAA,MAAA"}
1
+ {"version":3,"file":"tag.schema.d.ts","names":[],"sources":["../../../src/schemas/tag.schema.ts"],"sourcesContent":[],"mappings":";;;;;cASa,WAAS,OAAA,sBAAA,MAAA,0BAAA,UAAA,CAAA,uBAAA,sBAAA,KAAA,GAAA;;;EAAT,GAAA,2BA4DZ;CA5DqB,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,WAAA,qBAAA,CAAA,OAAA,EAAA,CAAA,CAAA,uBAAA,UAAA,CAAA,EAAA,CAAA,CAAA,iCAAA,iCAAA,CAAA,wBAAA,UAAA,CAAA,WAAA,CAAA;EAAA,GAAA,2BAAA;CAAA,CAAA,GAAA;EAAA,GAAA,EAAA,MAAA"}
@@ -1,16 +1,16 @@
1
1
  import { User, UserSchema } from "../types/user.types.js";
2
- import * as mongoose14 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, mongoose14.Model<UserSchema, any, any, any, mongoose14.Document<unknown, any, UserSchema, any, {}> & Omit<User, "id"> & {
7
- _id: mongoose14.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: mongoose14.Types.ObjectId;
9
+ _id: mongoose59.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose14.DefaultSchemaOptions, UserSchema, mongoose14.Document<unknown, {}, mongoose14.FlatRecord<UserSchema>, {}, mongoose14.ResolveSchemaOptions<mongoose14.DefaultSchemaOptions>> & mongoose14.FlatRecord<UserSchema> & Required<{
13
- _id: mongoose14.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_runtime14 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_runtime14.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_runtime14.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_runtime14.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_runtime14.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_runtime14.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_runtime14.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_runtime14.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_runtime14.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_runtime14.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_runtime14.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