@intlayer/backend 7.1.5 → 7.1.7

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 (125) hide show
  1. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_tanstack.json +9216 -10242
  2. package/dist/cjs/controllers/ai.controller.cjs +2 -2
  3. package/dist/cjs/controllers/ai.controller.cjs.map +1 -1
  4. package/dist/cjs/schemas/dictionary.schema.cjs +2 -2
  5. package/dist/cjs/schemas/dictionary.schema.cjs.map +1 -1
  6. package/dist/cjs/schemas/discussion.schema.cjs +2 -2
  7. package/dist/cjs/schemas/discussion.schema.cjs.map +1 -1
  8. package/dist/cjs/schemas/oAuth2.schema.cjs +2 -2
  9. package/dist/cjs/schemas/oAuth2.schema.cjs.map +1 -1
  10. package/dist/cjs/schemas/organization.schema.cjs +2 -2
  11. package/dist/cjs/schemas/organization.schema.cjs.map +1 -1
  12. package/dist/cjs/schemas/plans.schema.cjs +2 -2
  13. package/dist/cjs/schemas/plans.schema.cjs.map +1 -1
  14. package/dist/cjs/schemas/project.schema.cjs +2 -2
  15. package/dist/cjs/schemas/project.schema.cjs.map +1 -1
  16. package/dist/cjs/schemas/session.schema.cjs +2 -2
  17. package/dist/cjs/schemas/session.schema.cjs.map +1 -1
  18. package/dist/cjs/schemas/tag.schema.cjs +2 -2
  19. package/dist/cjs/schemas/tag.schema.cjs.map +1 -1
  20. package/dist/cjs/schemas/user.schema.cjs +2 -2
  21. package/dist/cjs/schemas/user.schema.cjs.map +1 -1
  22. package/dist/cjs/services/email.service.cjs +1 -1
  23. package/dist/cjs/services/email.service.cjs.map +1 -1
  24. package/dist/cjs/services/oAuth2.service.cjs +1 -1
  25. package/dist/cjs/services/oAuth2.service.cjs.map +1 -1
  26. package/dist/cjs/utils/filtersAndPagination/getDictionaryFiltersAndPagination.cjs +1 -1
  27. package/dist/cjs/utils/filtersAndPagination/getDictionaryFiltersAndPagination.cjs.map +1 -1
  28. package/dist/cjs/utils/filtersAndPagination/getDiscussionFiltersAndPagination.cjs +1 -1
  29. package/dist/cjs/utils/filtersAndPagination/getDiscussionFiltersAndPagination.cjs.map +1 -1
  30. package/dist/cjs/utils/filtersAndPagination/getFiltersAndPaginationFromBody.cjs +1 -1
  31. package/dist/cjs/utils/filtersAndPagination/getFiltersAndPaginationFromBody.cjs.map +1 -1
  32. package/dist/cjs/utils/filtersAndPagination/getOrganizationFiltersAndPagination.cjs +1 -1
  33. package/dist/cjs/utils/filtersAndPagination/getOrganizationFiltersAndPagination.cjs.map +1 -1
  34. package/dist/cjs/utils/filtersAndPagination/getProjectFiltersAndPagination.cjs +1 -1
  35. package/dist/cjs/utils/filtersAndPagination/getProjectFiltersAndPagination.cjs.map +1 -1
  36. package/dist/cjs/utils/filtersAndPagination/getTagFiltersAndPagination.cjs +1 -1
  37. package/dist/cjs/utils/filtersAndPagination/getTagFiltersAndPagination.cjs.map +1 -1
  38. package/dist/cjs/utils/filtersAndPagination/getUserFiltersAndPagination.cjs +1 -1
  39. package/dist/cjs/utils/filtersAndPagination/getUserFiltersAndPagination.cjs.map +1 -1
  40. package/dist/cjs/utils/mapper/user.cjs +1 -1
  41. package/dist/cjs/utils/mapper/user.cjs.map +1 -1
  42. package/dist/esm/controllers/ai.controller.mjs +2 -2
  43. package/dist/esm/controllers/ai.controller.mjs.map +1 -1
  44. package/dist/esm/schemas/dictionary.schema.mjs +2 -2
  45. package/dist/esm/schemas/dictionary.schema.mjs.map +1 -1
  46. package/dist/esm/schemas/discussion.schema.mjs +2 -2
  47. package/dist/esm/schemas/discussion.schema.mjs.map +1 -1
  48. package/dist/esm/schemas/oAuth2.schema.mjs +2 -2
  49. package/dist/esm/schemas/oAuth2.schema.mjs.map +1 -1
  50. package/dist/esm/schemas/organization.schema.mjs +2 -2
  51. package/dist/esm/schemas/organization.schema.mjs.map +1 -1
  52. package/dist/esm/schemas/plans.schema.mjs +2 -2
  53. package/dist/esm/schemas/plans.schema.mjs.map +1 -1
  54. package/dist/esm/schemas/project.schema.mjs +2 -2
  55. package/dist/esm/schemas/project.schema.mjs.map +1 -1
  56. package/dist/esm/schemas/session.schema.mjs +2 -2
  57. package/dist/esm/schemas/session.schema.mjs.map +1 -1
  58. package/dist/esm/schemas/tag.schema.mjs +2 -2
  59. package/dist/esm/schemas/tag.schema.mjs.map +1 -1
  60. package/dist/esm/schemas/user.schema.mjs +2 -2
  61. package/dist/esm/schemas/user.schema.mjs.map +1 -1
  62. package/dist/esm/services/email.service.mjs +1 -1
  63. package/dist/esm/services/email.service.mjs.map +1 -1
  64. package/dist/esm/services/oAuth2.service.mjs +1 -1
  65. package/dist/esm/services/oAuth2.service.mjs.map +1 -1
  66. package/dist/esm/utils/filtersAndPagination/getDictionaryFiltersAndPagination.mjs +1 -1
  67. package/dist/esm/utils/filtersAndPagination/getDictionaryFiltersAndPagination.mjs.map +1 -1
  68. package/dist/esm/utils/filtersAndPagination/getDiscussionFiltersAndPagination.mjs +1 -1
  69. package/dist/esm/utils/filtersAndPagination/getDiscussionFiltersAndPagination.mjs.map +1 -1
  70. package/dist/esm/utils/filtersAndPagination/getFiltersAndPaginationFromBody.mjs +1 -1
  71. package/dist/esm/utils/filtersAndPagination/getFiltersAndPaginationFromBody.mjs.map +1 -1
  72. package/dist/esm/utils/filtersAndPagination/getOrganizationFiltersAndPagination.mjs +1 -1
  73. package/dist/esm/utils/filtersAndPagination/getOrganizationFiltersAndPagination.mjs.map +1 -1
  74. package/dist/esm/utils/filtersAndPagination/getProjectFiltersAndPagination.mjs +1 -1
  75. package/dist/esm/utils/filtersAndPagination/getProjectFiltersAndPagination.mjs.map +1 -1
  76. package/dist/esm/utils/filtersAndPagination/getTagFiltersAndPagination.mjs +1 -1
  77. package/dist/esm/utils/filtersAndPagination/getTagFiltersAndPagination.mjs.map +1 -1
  78. package/dist/esm/utils/filtersAndPagination/getUserFiltersAndPagination.mjs +1 -1
  79. package/dist/esm/utils/filtersAndPagination/getUserFiltersAndPagination.mjs.map +1 -1
  80. package/dist/esm/utils/mapper/user.mjs +1 -1
  81. package/dist/esm/utils/mapper/user.mjs.map +1 -1
  82. package/dist/types/controllers/organization.controller.d.ts.map +1 -1
  83. package/dist/types/controllers/projectAccessKey.controller.d.ts.map +1 -1
  84. package/dist/types/emails/InviteUserEmail.d.ts +4 -4
  85. package/dist/types/emails/InviteUserEmail.d.ts.map +1 -1
  86. package/dist/types/emails/MagicLinkEmail.d.ts +4 -4
  87. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts +4 -4
  88. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts.map +1 -1
  89. package/dist/types/emails/PasswordChangeConfirmation.d.ts +4 -4
  90. package/dist/types/emails/ResetUserPassword.d.ts +4 -4
  91. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts +4 -4
  92. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts.map +1 -1
  93. package/dist/types/emails/SubscriptionPaymentError.d.ts +4 -4
  94. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts +4 -4
  95. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts.map +1 -1
  96. package/dist/types/emails/ValidateUserEmail.d.ts +4 -4
  97. package/dist/types/emails/Welcome.d.ts +4 -4
  98. package/dist/types/models/dictionary.model.d.ts +4 -4
  99. package/dist/types/models/dictionary.model.d.ts.map +1 -1
  100. package/dist/types/models/discussion.model.d.ts +2 -2
  101. package/dist/types/models/discussion.model.d.ts.map +1 -1
  102. package/dist/types/models/oAuth2.model.d.ts +3 -3
  103. package/dist/types/routes/ai.routes.d.ts.map +1 -1
  104. package/dist/types/routes/dictionary.routes.d.ts.map +1 -1
  105. package/dist/types/routes/search.routes.d.ts.map +1 -1
  106. package/dist/types/routes/tags.routes.d.ts.map +1 -1
  107. package/dist/types/routes/user.routes.d.ts.map +1 -1
  108. package/dist/types/schemas/dictionary.schema.d.ts +6 -6
  109. package/dist/types/schemas/discussion.schema.d.ts +6 -6
  110. package/dist/types/schemas/discussion.schema.d.ts.map +1 -1
  111. package/dist/types/schemas/oAuth2.schema.d.ts +5 -5
  112. package/dist/types/schemas/organization.schema.d.ts +6 -6
  113. package/dist/types/schemas/plans.schema.d.ts +6 -6
  114. package/dist/types/schemas/project.schema.d.ts +6 -6
  115. package/dist/types/schemas/project.schema.d.ts.map +1 -1
  116. package/dist/types/schemas/session.schema.d.ts +6 -6
  117. package/dist/types/schemas/tag.schema.d.ts +6 -6
  118. package/dist/types/schemas/user.schema.d.ts +6 -6
  119. package/dist/types/services/email.service.d.ts +11 -11
  120. package/dist/types/utils/filtersAndPagination/getDictionaryFiltersAndPagination.d.ts +2 -2
  121. package/dist/types/utils/filtersAndPagination/getDiscussionFiltersAndPagination.d.ts +2 -2
  122. package/dist/types/utils/filtersAndPagination/getOrganizationFiltersAndPagination.d.ts +2 -2
  123. package/dist/types/utils/filtersAndPagination/getProjectFiltersAndPagination.d.ts +2 -2
  124. package/dist/types/utils/filtersAndPagination/getTagFiltersAndPagination.d.ts +2 -2
  125. package/package.json +8 -8
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime8 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/emails/MagicLinkEmail.d.ts
4
4
  type MagicLinkEmailProps = {
@@ -9,21 +9,21 @@ declare const MagicLinkEmailEN: {
9
9
  ({
10
10
  username,
11
11
  magicLink
12
- }: MagicLinkEmailProps): react_jsx_runtime0.JSX.Element;
12
+ }: MagicLinkEmailProps): react_jsx_runtime8.JSX.Element;
13
13
  PreviewProps: MagicLinkEmailProps;
14
14
  };
15
15
  declare const MagicLinkEmailFR: {
16
16
  ({
17
17
  username,
18
18
  magicLink
19
- }: MagicLinkEmailProps): react_jsx_runtime0.JSX.Element;
19
+ }: MagicLinkEmailProps): react_jsx_runtime8.JSX.Element;
20
20
  PreviewProps: MagicLinkEmailProps;
21
21
  };
22
22
  declare const MagicLinkEmailES: {
23
23
  ({
24
24
  username,
25
25
  magicLink
26
- }: MagicLinkEmailProps): react_jsx_runtime0.JSX.Element;
26
+ }: MagicLinkEmailProps): react_jsx_runtime8.JSX.Element;
27
27
  PreviewProps: MagicLinkEmailProps;
28
28
  };
29
29
  //#endregion
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime5 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime11 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/emails/OAuthTokenCreatedEmail.d.ts
4
4
  type OAuthTokenCreatedEmailProps = {
@@ -17,7 +17,7 @@ declare const OAuthTokenCreatedEmailEN: {
17
17
  tokenDetailsUrl,
18
18
  securityLogUrl,
19
19
  supportUrl
20
- }: OAuthTokenCreatedEmailProps): react_jsx_runtime5.JSX.Element;
20
+ }: OAuthTokenCreatedEmailProps): react_jsx_runtime11.JSX.Element;
21
21
  PreviewProps: OAuthTokenCreatedEmailProps;
22
22
  };
23
23
  declare const OAuthTokenCreatedEmailFR: {
@@ -28,7 +28,7 @@ declare const OAuthTokenCreatedEmailFR: {
28
28
  tokenDetailsUrl,
29
29
  securityLogUrl,
30
30
  supportUrl
31
- }: OAuthTokenCreatedEmailProps): react_jsx_runtime5.JSX.Element;
31
+ }: OAuthTokenCreatedEmailProps): react_jsx_runtime11.JSX.Element;
32
32
  PreviewProps: OAuthTokenCreatedEmailProps;
33
33
  };
34
34
  declare const OAuthTokenCreatedEmailES: {
@@ -39,7 +39,7 @@ declare const OAuthTokenCreatedEmailES: {
39
39
  tokenDetailsUrl,
40
40
  securityLogUrl,
41
41
  supportUrl
42
- }: OAuthTokenCreatedEmailProps): react_jsx_runtime5.JSX.Element;
42
+ }: OAuthTokenCreatedEmailProps): react_jsx_runtime11.JSX.Element;
43
43
  PreviewProps: OAuthTokenCreatedEmailProps;
44
44
  };
45
45
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"OAuthTokenCreatedEmail.d.ts","names":[],"sources":["../../../src/emails/OAuthTokenCreatedEmail.tsx"],"sourcesContent":[],"mappings":";;;KAgBY,2BAAA;;;EAAA,MAAA,EAAA,MAAA,EAAA;EASC,eAAA,EAAA,MAAA;;;;cAAA;;;;;;;;KAOV,8BAA2B,kBAAA,CAAA,GAAA,CAAA;;CAA3B;AAA2B,cA2EjB,wBA3EiB,EAAA;;;;;;;;KAkF3B,8BAA2B,kBAAA,CAAA,GAAA,CAAA;;AAP9B,CAAA;cA+Ea;;;;;;;;KAOV,8BAA2B,kBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"OAuthTokenCreatedEmail.d.ts","names":[],"sources":["../../../src/emails/OAuthTokenCreatedEmail.tsx"],"sourcesContent":[],"mappings":";;;KAgBY,2BAAA;;;EAAA,MAAA,EAAA,MAAA,EAAA;EASC,eAAA,EAAA,MAAA;;;;cAAA;;;;;;;;KAOV,8BAA2B,mBAAA,CAAA,GAAA,CAAA;;CAA3B;AAA2B,cA2EjB,wBA3EiB,EAAA;;;;;;;;KAkF3B,8BAA2B,mBAAA,CAAA,GAAA,CAAA;;AAP9B,CAAA;cA+Ea;;;;;;;;KAOV,8BAA2B,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime8 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/emails/PasswordChangeConfirmation.d.ts
4
4
  type PasswordChangeConfirmationEmailProps = {
@@ -7,19 +7,19 @@ type PasswordChangeConfirmationEmailProps = {
7
7
  declare const PasswordChangeConfirmationEmailEN: {
8
8
  ({
9
9
  username
10
- }: PasswordChangeConfirmationEmailProps): react_jsx_runtime8.JSX.Element;
10
+ }: PasswordChangeConfirmationEmailProps): react_jsx_runtime5.JSX.Element;
11
11
  PreviewProps: PasswordChangeConfirmationEmailProps;
12
12
  };
13
13
  declare const PasswordChangeConfirmationEmailFR: {
14
14
  ({
15
15
  username
16
- }: PasswordChangeConfirmationEmailProps): react_jsx_runtime8.JSX.Element;
16
+ }: PasswordChangeConfirmationEmailProps): react_jsx_runtime5.JSX.Element;
17
17
  PreviewProps: PasswordChangeConfirmationEmailProps;
18
18
  };
19
19
  declare const PasswordChangeConfirmationEmailES: {
20
20
  ({
21
21
  username
22
- }: PasswordChangeConfirmationEmailProps): react_jsx_runtime8.JSX.Element;
22
+ }: PasswordChangeConfirmationEmailProps): react_jsx_runtime5.JSX.Element;
23
23
  PreviewProps: PasswordChangeConfirmationEmailProps;
24
24
  };
25
25
  //#endregion
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime17 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_runtime17.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_runtime17.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_runtime17.JSX.Element;
26
+ }: ResetPasswordEmailProps): react_jsx_runtime20.JSX.Element;
27
27
  PreviewProps: ResetPasswordEmailProps;
28
28
  };
29
29
  //#endregion
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime2 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime14 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_runtime2.JSX.Element;
19
+ }: SubscriptionPaymentCancellationProps): react_jsx_runtime14.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_runtime2.JSX.Element;
29
+ }: SubscriptionPaymentCancellationProps): react_jsx_runtime14.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_runtime2.JSX.Element;
39
+ }: SubscriptionPaymentCancellationProps): react_jsx_runtime14.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,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
+ {"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,4 +1,4 @@
1
- import * as react_jsx_runtime14 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime17 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_runtime14.JSX.Element;
19
+ }: SubscriptionPaymentErrorProps): react_jsx_runtime17.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_runtime14.JSX.Element;
29
+ }: SubscriptionPaymentErrorProps): react_jsx_runtime17.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_runtime14.JSX.Element;
39
+ }: SubscriptionPaymentErrorProps): react_jsx_runtime17.JSX.Element;
40
40
  PreviewProps: SubscriptionPaymentErrorProps;
41
41
  };
42
42
  //#endregion
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime26 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime2 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_runtime2.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_runtime2.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_runtime2.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_runtime23 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_runtime20.JSX.Element;
12
+ }: ValidateUserEmailProps): react_jsx_runtime23.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_runtime20.JSX.Element;
19
+ }: ValidateUserEmailProps): react_jsx_runtime23.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_runtime20.JSX.Element;
26
+ }: ValidateUserEmailProps): react_jsx_runtime23.JSX.Element;
27
27
  PreviewProps: ValidateUserEmailProps;
28
28
  };
29
29
  //#endregion
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime11 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime36 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_runtime11.JSX.Element;
12
+ }: WelcomeEmailProps): react_jsx_runtime36.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_runtime11.JSX.Element;
19
+ }: WelcomeEmailProps): react_jsx_runtime36.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_runtime11.JSX.Element;
26
+ }: WelcomeEmailProps): react_jsx_runtime36.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 mongoose33 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, {}, {}, {}, mongoose33.Document<unknown, {}, Dictionary, {}, {}> & DictionaryData & {
7
- id: mongoose33.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: mongoose33.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 mongoose32 from "mongoose";
2
+ import * as mongoose2 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, {}, {}, {}, mongoose32.Document<unknown, {}, Discussion, {}, {}> & Discussion & Required<{
6
+ declare const DiscussionModel: Model<Discussion, {}, {}, {}, mongoose2.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 mongoose108 from "mongoose";
4
+ import * as mongoose101 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, {}, {}, {}, mongoose108.Document<unknown, {}, Token$1, {}, {}> & Omit<oauth2_server0.Token, "user" | "client"> & {
9
+ declare const OAuth2AccessTokenModel: Model<Token$1, {}, {}, {}, mongoose101.Document<unknown, {}, Token$1, {}, {}> & Omit<oauth2_server0.Token, "user" | "client"> & {
10
10
  clientId: oauth2_server0.Client["id"];
11
11
  userId: User["id"];
12
12
  } & {
13
- _id: mongoose108.Types.ObjectId;
13
+ _id: mongoose101.Types.ObjectId;
14
14
  } & {
15
15
  __v: number;
16
16
  }, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"ai.routes.d.ts","names":[],"sources":["../../../src/routes/ai.routes.ts"],"sourcesContent":[],"mappings":";;;cAea,UAAU;cAEV,OAAA;AAFA,cAMA,WANU,EAAA,GAAiB,GAAA;EAE3B,WAAO,EAAA;IAIP,QAAA,EA+CQ,MAAA"}
1
+ {"version":3,"file":"ai.routes.d.ts","names":[],"sources":["../../../src/routes/ai.routes.ts"],"sourcesContent":[],"mappings":";;;cAea,UAAU;cAEV,OAAA;AAFA,cAMA,WANU,EAAiB,GAAA,GAAA;EAE3B,WAAO,EAAA;IAIP,QAAA,EA+CQ,MAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"dictionary.routes.d.ts","names":[],"sources":["../../../src/routes/dictionary.routes.ts"],"sourcesContent":[],"mappings":";;;cAaa,kBAAkB;cAElB,eAAA;AAFA,cAMA,mBANkB,EAAA,GAAiB,GAAA;EAEnC,eAAA,EAAA;IAIA,QAAA,EAAA,MAAA"}
1
+ {"version":3,"file":"dictionary.routes.d.ts","names":[],"sources":["../../../src/routes/dictionary.routes.ts"],"sourcesContent":[],"mappings":";;;cAaa,kBAAkB;cAElB,eAAA;AAFA,cAMA,mBANkB,EAAiB,GAAA,GAAA;EAEnC,eAAA,EAAA;IAIA,QAAA,EAAA,MAAA"}
@@ -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":"tags.routes.d.ts","names":[],"sources":["../../../src/routes/tags.routes.ts"],"sourcesContent":[],"mappings":";;;cASa,WAAW;cAEX,QAAA;AAFA,cAMA,YANW,EAAiB,GAAA,GAAA;EAE5B,OAAA,EAAA;IAIA,QAAA,EAAA,MAsBQ"}
1
+ {"version":3,"file":"tags.routes.d.ts","names":[],"sources":["../../../src/routes/tags.routes.ts"],"sourcesContent":[],"mappings":";;;cASa,WAAW;cAEX,QAAA;AAFA,cAMA,YANW,EAAA,GAAiB,GAAA;EAE5B,OAAA,EAAA;IAIA,QAAA,EAAA,MAsBQ"}
@@ -1 +1 @@
1
- {"version":3,"file":"user.routes.d.ts","names":[],"sources":["../../../src/routes/user.routes.ts"],"sourcesContent":[],"mappings":";;;cAYa,YAAY;cAEZ,SAAA;AAFA,cAMA,aANY,EAAiB,GAAA,GAAA;EAE7B,QAAA,EAAA;IAIA,QAAA,EAAA,MAsCQ"}
1
+ {"version":3,"file":"user.routes.d.ts","names":[],"sources":["../../../src/routes/user.routes.ts"],"sourcesContent":[],"mappings":";;;cAYa,YAAY;cAEZ,SAAA;AAFA,cAMA,aANY,EAAA,GAAiB,GAAA;EAE7B,QAAA,EAAA;IAIA,QAAA,EAAA,MAsCQ"}
@@ -1,16 +1,16 @@
1
1
  import { Dictionary, DictionarySchema } from "../types/dictionary.types.js";
2
- import * as mongoose10 from "mongoose";
2
+ import * as mongoose57 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, mongoose10.Model<DictionarySchema, any, any, any, mongoose10.Document<unknown, any, DictionarySchema, any, {}> & Omit<Dictionary, "id"> & {
7
- _id: mongoose10.Types.ObjectId;
6
+ declare const dictionarySchema: Schema<DictionarySchema, mongoose57.Model<DictionarySchema, any, any, any, mongoose57.Document<unknown, any, DictionarySchema, any, {}> & Omit<Dictionary, "id"> & {
7
+ _id: mongoose57.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose10.Types.ObjectId;
9
+ _id: mongoose57.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose10.DefaultSchemaOptions, DictionarySchema, mongoose10.Document<unknown, {}, mongoose10.FlatRecord<DictionarySchema>, {}, mongoose10.ResolveSchemaOptions<mongoose10.DefaultSchemaOptions>> & mongoose10.FlatRecord<DictionarySchema> & Required<{
13
- _id: mongoose10.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose57.DefaultSchemaOptions, DictionarySchema, mongoose57.Document<unknown, {}, mongoose57.FlatRecord<DictionarySchema>, {}, mongoose57.ResolveSchemaOptions<mongoose57.DefaultSchemaOptions>> & mongoose57.FlatRecord<DictionarySchema> & Required<{
13
+ _id: mongoose57.Types.ObjectId;
14
14
  }> & {
15
15
  __v: number;
16
16
  }>;
@@ -1,16 +1,16 @@
1
1
  import { Discussion, DiscussionSchema } from "../types/discussion.types.js";
2
- import * as mongoose0 from "mongoose";
2
+ import * as mongoose68 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, mongoose0.Model<DiscussionSchema, any, any, any, mongoose0.Document<unknown, any, DiscussionSchema, any, {}> & Omit<Discussion, "id"> & {
7
- _id: mongoose0.Types.ObjectId;
6
+ declare const discussionSchema: Schema<DiscussionSchema, mongoose68.Model<DiscussionSchema, any, any, any, mongoose68.Document<unknown, any, DiscussionSchema, any, {}> & Omit<Discussion, "id"> & {
7
+ _id: mongoose68.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose0.Types.ObjectId;
9
+ _id: mongoose68.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose0.DefaultSchemaOptions, DiscussionSchema, mongoose0.Document<unknown, {}, mongoose0.FlatRecord<DiscussionSchema>, {}, mongoose0.ResolveSchemaOptions<mongoose0.DefaultSchemaOptions>> & mongoose0.FlatRecord<DiscussionSchema> & Required<{
13
- _id: mongoose0.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose68.DefaultSchemaOptions, DiscussionSchema, mongoose68.Document<unknown, {}, mongoose68.FlatRecord<DiscussionSchema>, {}, mongoose68.ResolveSchemaOptions<mongoose68.DefaultSchemaOptions>> & mongoose68.FlatRecord<DiscussionSchema> & Required<{
13
+ _id: mongoose68.Types.ObjectId;
14
14
  }> & {
15
15
  __v: number;
16
16
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"discussion.schema.d.ts","names":[],"sources":["../../../src/schemas/discussion.schema.ts"],"sourcesContent":[],"mappings":";;;;;cAGa,kBAAgB,OAAA,4BAAA,MAAA,iCAAA,SAAA,CAAA,uBAAA,6BAAA,KAAA,UAAA;;;EAAhB,GAAA,0BA4EZ;CA5E4B,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
+ {"version":3,"file":"discussion.schema.d.ts","names":[],"sources":["../../../src/schemas/discussion.schema.ts"],"sourcesContent":[],"mappings":";;;;;cAGa,kBAAgB,OAAA,6BAAA,MAAA,iCAAA,UAAA,CAAA,uBAAA,6BAAA,KAAA,UAAA;;;EAAhB,GAAA,2BA4EZ;CA5E4B,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,5 +1,5 @@
1
1
  import { User } from "../types/user.types.js";
2
- import * as mongoose76 from "mongoose";
2
+ import * as mongoose14 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, mongoose76.Model<Token, any, any, any, mongoose76.Document<unknown, any, Token, any, {}> & Omit<Token$1, "user" | "client"> & {
11
+ declare const accessTokenSchema: Schema<Token, mongoose14.Model<Token, any, any, any, mongoose14.Document<unknown, any, Token, any, {}> & Omit<Token$1, "user" | "client"> & {
12
12
  clientId: Client["id"];
13
13
  userId: User["id"];
14
14
  } & {
15
- _id: mongoose76.Types.ObjectId;
15
+ _id: mongoose14.Types.ObjectId;
16
16
  } & {
17
17
  __v: number;
18
- }, any>, {}, {}, {}, {}, mongoose76.DefaultSchemaOptions, Token, mongoose76.Document<unknown, {}, mongoose76.FlatRecord<Token>, {}, mongoose76.ResolveSchemaOptions<mongoose76.DefaultSchemaOptions>> & mongoose76.FlatRecord<Token> & {
19
- _id: mongoose76.Types.ObjectId;
18
+ }, any>, {}, {}, {}, {}, mongoose14.DefaultSchemaOptions, Token, mongoose14.Document<unknown, {}, mongoose14.FlatRecord<Token>, {}, mongoose14.ResolveSchemaOptions<mongoose14.DefaultSchemaOptions>> & mongoose14.FlatRecord<Token> & {
19
+ _id: mongoose14.Types.ObjectId;
20
20
  } & {
21
21
  __v: number;
22
22
  }>;
@@ -1,16 +1,16 @@
1
1
  import { Organization, OrganizationSchema } from "../types/organization.types.js";
2
- import * as mongoose97 from "mongoose";
2
+ import * as mongoose79 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, mongoose97.Model<OrganizationSchema, any, any, any, mongoose97.Document<unknown, any, OrganizationSchema, any, {}> & Omit<Organization, "id"> & {
7
- _id: mongoose97.Types.ObjectId;
6
+ declare const organizationSchema: Schema<OrganizationSchema, mongoose79.Model<OrganizationSchema, any, any, any, mongoose79.Document<unknown, any, OrganizationSchema, any, {}> & Omit<Organization, "id"> & {
7
+ _id: mongoose79.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose97.Types.ObjectId;
9
+ _id: mongoose79.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose97.DefaultSchemaOptions, OrganizationSchema, mongoose97.Document<unknown, {}, mongoose97.FlatRecord<OrganizationSchema>, {}, mongoose97.ResolveSchemaOptions<mongoose97.DefaultSchemaOptions>> & mongoose97.FlatRecord<OrganizationSchema> & Required<{
13
- _id: mongoose97.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose79.DefaultSchemaOptions, OrganizationSchema, mongoose79.Document<unknown, {}, mongoose79.FlatRecord<OrganizationSchema>, {}, mongoose79.ResolveSchemaOptions<mongoose79.DefaultSchemaOptions>> & mongoose79.FlatRecord<OrganizationSchema> & Required<{
13
+ _id: mongoose79.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 mongoose86 from "mongoose";
2
+ import * as mongoose90 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, mongoose86.Model<PlanSchema, any, any, any, mongoose86.Document<unknown, any, PlanSchema, any, {}> & Omit<Plan, "id"> & {
7
- _id: mongoose86.Types.ObjectId;
6
+ declare const planSchema: Schema<PlanSchema, mongoose90.Model<PlanSchema, any, any, any, mongoose90.Document<unknown, any, PlanSchema, any, {}> & Omit<Plan, "id"> & {
7
+ _id: mongoose90.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose86.Types.ObjectId;
9
+ _id: mongoose90.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose86.DefaultSchemaOptions, PlanSchema, mongoose86.Document<unknown, {}, mongoose86.FlatRecord<PlanSchema>, {}, mongoose86.ResolveSchemaOptions<mongoose86.DefaultSchemaOptions>> & mongoose86.FlatRecord<PlanSchema> & Required<{
13
- _id: mongoose86.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose90.DefaultSchemaOptions, PlanSchema, mongoose90.Document<unknown, {}, mongoose90.FlatRecord<PlanSchema>, {}, mongoose90.ResolveSchemaOptions<mongoose90.DefaultSchemaOptions>> & mongoose90.FlatRecord<PlanSchema> & Required<{
13
+ _id: mongoose90.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 mongoose21 from "mongoose";
2
+ import * as mongoose3 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, mongoose21.Model<ProjectSchema, any, any, any, mongoose21.Document<unknown, any, ProjectSchema, any, {}> & Omit<Project, "id"> & {
7
- _id: mongoose21.Types.ObjectId;
6
+ declare const projectSchema: Schema<ProjectSchema, mongoose3.Model<ProjectSchema, any, any, any, mongoose3.Document<unknown, any, ProjectSchema, any, {}> & Omit<Project, "id"> & {
7
+ _id: mongoose3.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose21.Types.ObjectId;
9
+ _id: mongoose3.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose21.DefaultSchemaOptions, ProjectSchema, mongoose21.Document<unknown, {}, mongoose21.FlatRecord<ProjectSchema>, {}, mongoose21.ResolveSchemaOptions<mongoose21.DefaultSchemaOptions>> & mongoose21.FlatRecord<ProjectSchema> & Required<{
13
- _id: mongoose21.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose3.DefaultSchemaOptions, ProjectSchema, mongoose3.Document<unknown, {}, mongoose3.FlatRecord<ProjectSchema>, {}, mongoose3.ResolveSchemaOptions<mongoose3.DefaultSchemaOptions>> & mongoose3.FlatRecord<ProjectSchema> & Required<{
13
+ _id: mongoose3.Types.ObjectId;
14
14
  }> & {
15
15
  __v: number;
16
16
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"project.schema.d.ts","names":[],"sources":["../../../src/schemas/project.schema.ts"],"sourcesContent":[],"mappings":";;;;;cAyDa,eAAa,OAAA,0BAAA,MAAA,8BAAA,UAAA,CAAA,uBAAA,0BAAA,KAAA;;;EAAb,GAAA,2BA0DZ;CA1DyB,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,eAAA,qBAAA,CAAA,OAAA,EAAA,CAAA,CAAA,uBAAA,cAAA,CAAA,EAAA,CAAA,CAAA,iCAAA,iCAAA,CAAA,wBAAA,cAAA,CAAA,WAAA,CAAA;EAAA,GAAA,2BAAA;CAAA,CAAA,GAAA;EAAA,GAAA,EAAA,MAAA"}
1
+ {"version":3,"file":"project.schema.d.ts","names":[],"sources":["../../../src/schemas/project.schema.ts"],"sourcesContent":[],"mappings":";;;;;cAyDa,eAAa,OAAA,yBAAA,MAAA,8BAAA,SAAA,CAAA,uBAAA,0BAAA,KAAA;;;EAAb,GAAA,0BA0DZ;CA1DyB,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,eAAA,oBAAA,CAAA,OAAA,EAAA,CAAA,CAAA,sBAAA,cAAA,CAAA,EAAA,CAAA,CAAA,gCAAA,gCAAA,CAAA,uBAAA,cAAA,CAAA,WAAA,CAAA;EAAA,GAAA,0BAAA;CAAA,CAAA,GAAA;EAAA,GAAA,EAAA,MAAA"}
@@ -1,16 +1,16 @@
1
1
  import { SessionData, SessionSchema } from "../types/session.types.js";
2
- import * as mongoose36 from "mongoose";
2
+ import * as mongoose46 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, mongoose36.Model<SessionSchema, any, any, any, mongoose36.Document<unknown, any, SessionSchema, any, {}> & Omit<SessionData, "id"> & {
7
- _id: mongoose36.Types.ObjectId;
6
+ declare const sessionSchema: Schema<SessionSchema, mongoose46.Model<SessionSchema, any, any, any, mongoose46.Document<unknown, any, SessionSchema, any, {}> & Omit<SessionData, "id"> & {
7
+ _id: mongoose46.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose36.Types.ObjectId;
9
+ _id: mongoose46.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose36.DefaultSchemaOptions, SessionSchema, mongoose36.Document<unknown, {}, mongoose36.FlatRecord<SessionSchema>, {}, mongoose36.ResolveSchemaOptions<mongoose36.DefaultSchemaOptions>> & mongoose36.FlatRecord<SessionSchema> & Required<{
13
- _id: mongoose36.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose46.DefaultSchemaOptions, SessionSchema, mongoose46.Document<unknown, {}, mongoose46.FlatRecord<SessionSchema>, {}, mongoose46.ResolveSchemaOptions<mongoose46.DefaultSchemaOptions>> & mongoose46.FlatRecord<SessionSchema> & Required<{
13
+ _id: mongoose46.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 mongoose65 from "mongoose";
2
+ import * as mongoose35 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, mongoose65.Model<TagSchema, any, any, any, mongoose65.Document<unknown, any, TagSchema, any, {}> & Omit<Tag, "id"> & {
7
- _id: mongoose65.Types.ObjectId;
6
+ declare const tagSchema: Schema<TagSchema, mongoose35.Model<TagSchema, any, any, any, mongoose35.Document<unknown, any, TagSchema, any, {}> & Omit<Tag, "id"> & {
7
+ _id: mongoose35.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose65.Types.ObjectId;
9
+ _id: mongoose35.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose65.DefaultSchemaOptions, TagSchema, mongoose65.Document<unknown, {}, mongoose65.FlatRecord<TagSchema>, {}, mongoose65.ResolveSchemaOptions<mongoose65.DefaultSchemaOptions>> & mongoose65.FlatRecord<TagSchema> & Required<{
13
- _id: mongoose65.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose35.DefaultSchemaOptions, TagSchema, mongoose35.Document<unknown, {}, mongoose35.FlatRecord<TagSchema>, {}, mongoose35.ResolveSchemaOptions<mongoose35.DefaultSchemaOptions>> & mongoose35.FlatRecord<TagSchema> & Required<{
13
+ _id: mongoose35.Types.ObjectId;
14
14
  }> & {
15
15
  __v: number;
16
16
  }>;