@intlayer/backend 7.3.0-canary.0 → 7.3.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 (39) hide show
  1. package/dist/types/emails/InviteUserEmail.d.ts.map +1 -1
  2. package/dist/types/emails/MagicLinkEmail.d.ts +4 -4
  3. package/dist/types/emails/MagicLinkEmail.d.ts.map +1 -1
  4. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts +4 -4
  5. package/dist/types/emails/PasswordChangeConfirmation.d.ts +4 -4
  6. package/dist/types/emails/PasswordChangeConfirmation.d.ts.map +1 -1
  7. package/dist/types/emails/ResetUserPassword.d.ts +4 -4
  8. package/dist/types/emails/ResetUserPassword.d.ts.map +1 -1
  9. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts +4 -4
  10. package/dist/types/emails/SubscriptionPaymentError.d.ts.map +1 -1
  11. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts +4 -4
  12. package/dist/types/emails/ValidateUserEmail.d.ts +4 -4
  13. package/dist/types/emails/ValidateUserEmail.d.ts.map +1 -1
  14. package/dist/types/emails/Welcome.d.ts +4 -4
  15. package/dist/types/models/dictionary.model.d.ts +4 -4
  16. package/dist/types/models/dictionary.model.d.ts.map +1 -1
  17. package/dist/types/models/discussion.model.d.ts +2 -2
  18. package/dist/types/models/discussion.model.d.ts.map +1 -1
  19. package/dist/types/models/oAuth2.model.d.ts +3 -3
  20. package/dist/types/models/oAuth2.model.d.ts.map +1 -1
  21. package/dist/types/schemas/dictionary.schema.d.ts +6 -6
  22. package/dist/types/schemas/dictionary.schema.d.ts.map +1 -1
  23. package/dist/types/schemas/discussion.schema.d.ts +6 -6
  24. package/dist/types/schemas/oAuth2.schema.d.ts +5 -5
  25. package/dist/types/schemas/organization.schema.d.ts +6 -6
  26. package/dist/types/schemas/plans.schema.d.ts +6 -6
  27. package/dist/types/schemas/project.schema.d.ts +6 -6
  28. package/dist/types/schemas/session.schema.d.ts +6 -6
  29. package/dist/types/schemas/tag.schema.d.ts +6 -6
  30. package/dist/types/schemas/tag.schema.d.ts.map +1 -1
  31. package/dist/types/schemas/user.schema.d.ts +6 -6
  32. package/dist/types/services/email.service.d.ts +11 -11
  33. package/dist/types/types/plan.types.d.ts.map +1 -1
  34. package/dist/types/utils/filtersAndPagination/getDictionaryFiltersAndPagination.d.ts +2 -2
  35. package/dist/types/utils/filtersAndPagination/getDiscussionFiltersAndPagination.d.ts +2 -2
  36. package/dist/types/utils/filtersAndPagination/getOrganizationFiltersAndPagination.d.ts +2 -2
  37. package/dist/types/utils/filtersAndPagination/getProjectFiltersAndPagination.d.ts +2 -2
  38. package/dist/types/utils/filtersAndPagination/getTagFiltersAndPagination.d.ts +2 -2
  39. package/package.json +10 -10
@@ -1 +1 @@
1
- {"version":3,"file":"InviteUserEmail.d.ts","names":[],"sources":["../../../src/emails/InviteUserEmail.tsx"],"sourcesContent":[],"mappings":";;;KAgBY,oBAAA;;;EAAA,cAAA,EAAA,MAAA;EAUC,gBAAA,EAAA,MAmFZ;;;;;cAnFY;;;;;;;;;KAQV,uBAAoB,kBAAA,CAAA,GAAA,CAAA;;CAApB;AAAoB,cA6EV,iBA7EU,EAAA;;;;;;;;;KAqFpB,uBAAoB,kBAAA,CAAA,GAAA,CAAA;;AARvB,CAAA;cAqFa;;;;;;;;;KAQV,uBAAoB,kBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"InviteUserEmail.d.ts","names":[],"sources":["../../../src/emails/InviteUserEmail.tsx"],"sourcesContent":[],"mappings":";;;KAgBY,oBAAA;;;EAAA,cAAA,EAAA,MAAA;EAUC,gBAAA,EAAA,MAmFZ;;;;;cAnFY;;;;;;;;;KAQV,uBAAoB,mBAAA,CAAA,GAAA,CAAA;;CAApB;AAAoB,cA6EV,iBA7EU,EAAA;;;;;;;;;KAqFpB,uBAAoB,mBAAA,CAAA,GAAA,CAAA;;AARvB,CAAA;cAqFa;;;;;;;;;KAQV,uBAAoB,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime5 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 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_runtime5.JSX.Element;
12
+ }: MagicLinkEmailProps): react_jsx_runtime0.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_runtime5.JSX.Element;
19
+ }: MagicLinkEmailProps): react_jsx_runtime0.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_runtime5.JSX.Element;
26
+ }: MagicLinkEmailProps): react_jsx_runtime0.JSX.Element;
27
27
  PreviewProps: MagicLinkEmailProps;
28
28
  };
29
29
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"MagicLinkEmail.d.ts","names":[],"sources":["../../../src/emails/MagicLinkEmail.tsx"],"sourcesContent":[],"mappings":";;;KAgBY,mBAAA;;;AAAZ,CAAA;AAKa,cAAA,gBAgEZ,EAAA;;;;KA7DE,sBAAmB,kBAAA,CAAA,GAAA,CAAA;;CAAnB;AAAmB,cA+DT,gBA/DS,EAAA;;;;KAkEnB,sBAAmB,kBAAA,CAAA,GAAA,CAAA;;AAHtB,CAAA;cAiEa;;;;KAGV,sBAAmB,kBAAA,CAAA,GAAA,CAAA;EAjEnB,YAAA,qBAAA;CAAmB"}
1
+ {"version":3,"file":"MagicLinkEmail.d.ts","names":[],"sources":["../../../src/emails/MagicLinkEmail.tsx"],"sourcesContent":[],"mappings":";;;KAgBY,mBAAA;;;AAAZ,CAAA;AAKa,cAAA,gBAgEZ,EAAA;;;;KA7DE,sBAAmB,mBAAA,CAAA,GAAA,CAAA;;CAAnB;AAAmB,cA+DT,gBA/DS,EAAA;;;;KAkEnB,sBAAmB,mBAAA,CAAA,GAAA,CAAA;;AAHtB,CAAA;cAiEa;;;;KAGV,sBAAmB,mBAAA,CAAA,GAAA,CAAA;EAjEnB,YAAA,qBAAA;CAAmB"}
@@ -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/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_runtime8.JSX.Element;
20
+ }: OAuthTokenCreatedEmailProps): react_jsx_runtime5.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_runtime8.JSX.Element;
31
+ }: OAuthTokenCreatedEmailProps): react_jsx_runtime5.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_runtime8.JSX.Element;
42
+ }: OAuthTokenCreatedEmailProps): react_jsx_runtime5.JSX.Element;
43
43
  PreviewProps: OAuthTokenCreatedEmailProps;
44
44
  };
45
45
  //#endregion
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime11 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime8 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_runtime11.JSX.Element;
10
+ }: PasswordChangeConfirmationEmailProps): react_jsx_runtime8.JSX.Element;
11
11
  PreviewProps: PasswordChangeConfirmationEmailProps;
12
12
  };
13
13
  declare const PasswordChangeConfirmationEmailFR: {
14
14
  ({
15
15
  username
16
- }: PasswordChangeConfirmationEmailProps): react_jsx_runtime11.JSX.Element;
16
+ }: PasswordChangeConfirmationEmailProps): react_jsx_runtime8.JSX.Element;
17
17
  PreviewProps: PasswordChangeConfirmationEmailProps;
18
18
  };
19
19
  declare const PasswordChangeConfirmationEmailES: {
20
20
  ({
21
21
  username
22
- }: PasswordChangeConfirmationEmailProps): react_jsx_runtime11.JSX.Element;
22
+ }: PasswordChangeConfirmationEmailProps): react_jsx_runtime8.JSX.Element;
23
23
  PreviewProps: PasswordChangeConfirmationEmailProps;
24
24
  };
25
25
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"PasswordChangeConfirmation.d.ts","names":[],"sources":["../../../src/emails/PasswordChangeConfirmation.tsx"],"sourcesContent":[],"mappings":";;;KAcY,oCAAA;;;AAAA,cAIC,iCAJmC,EAAA;EAInC,CAAA;IAAA;EA8CZ,CA9CY,EAEV,oCA4CF,CAAA,EA5CsC,mBAAA,CAAA,GAAA,CAAA,OA4CtC;;CA5CE;AAAoC,cA8C1B,iCA9C0B,EAAA;;;KAgDpC,uCAAoC,mBAAA,CAAA,GAAA,CAAA;;AAFvC,CAAA;cAiDa;EA/CV,CAAA;IAAA;EAAA,CAAA,EAiDA,oCAjDA,CAAA,EAiDoC,mBAAA,CAAA,GAAA,CAAA,OAjDpC;EAAoC,YAAA,sCAAA"}
1
+ {"version":3,"file":"PasswordChangeConfirmation.d.ts","names":[],"sources":["../../../src/emails/PasswordChangeConfirmation.tsx"],"sourcesContent":[],"mappings":";;;KAcY,oCAAA;;;AAAA,cAIC,iCAJmC,EAAA;EAInC,CAAA;IAAA;EA8CZ,CA9CY,EAEV,oCA4CF,CAAA,EA5CsC,kBAAA,CAAA,GAAA,CAAA,OA4CtC;;CA5CE;AAAoC,cA8C1B,iCA9C0B,EAAA;;;KAgDpC,uCAAoC,kBAAA,CAAA,GAAA,CAAA;;AAFvC,CAAA;cAiDa;EA/CV,CAAA;IAAA;EAAA,CAAA,EAiDA,oCAjDA,CAAA,EAiDoC,kBAAA,CAAA,GAAA,CAAA,OAjDpC;EAAoC,YAAA,sCAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime36 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_runtime0.JSX.Element;
12
+ }: ResetPasswordEmailProps): react_jsx_runtime36.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_runtime0.JSX.Element;
19
+ }: ResetPasswordEmailProps): react_jsx_runtime36.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_runtime0.JSX.Element;
26
+ }: ResetPasswordEmailProps): react_jsx_runtime36.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_runtime23 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime33 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_runtime23.JSX.Element;
19
+ }: SubscriptionPaymentCancellationProps): react_jsx_runtime33.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_runtime23.JSX.Element;
29
+ }: SubscriptionPaymentCancellationProps): react_jsx_runtime33.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_runtime23.JSX.Element;
39
+ }: SubscriptionPaymentCancellationProps): react_jsx_runtime33.JSX.Element;
40
40
  PreviewProps: SubscriptionPaymentCancellationProps;
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_runtime20 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_runtime20.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_runtime20.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_runtime20.JSX.Element;
40
40
  PreviewProps: SubscriptionPaymentSuccessProps;
41
41
  };
42
42
  //#endregion
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime17 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime11 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_runtime17.JSX.Element;
12
+ }: ValidateUserEmailProps): react_jsx_runtime11.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_runtime17.JSX.Element;
19
+ }: ValidateUserEmailProps): react_jsx_runtime11.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_runtime17.JSX.Element;
26
+ }: ValidateUserEmailProps): react_jsx_runtime11.JSX.Element;
27
27
  PreviewProps: ValidateUserEmailProps;
28
28
  };
29
29
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"ValidateUserEmail.d.ts","names":[],"sources":["../../../src/emails/ValidateUserEmail.tsx"],"sourcesContent":[],"mappings":";;;KAgBY,sBAAA;;;AAAZ,CAAA;AAKa,cAAA,mBA+DZ,EAAA;;;;KA5DE,yBAAsB,mBAAA,CAAA,GAAA,CAAA;;CAAtB;AAAsB,cA8DZ,mBA9DY,EAAA;;;;KAiEtB,yBAAsB,mBAAA,CAAA,GAAA,CAAA;;AAHzB,CAAA;cAgEa;;;;KAGV,yBAAsB,mBAAA,CAAA,GAAA,CAAA;EAhEtB,YAAA,wBAAA;CAAsB"}
1
+ {"version":3,"file":"ValidateUserEmail.d.ts","names":[],"sources":["../../../src/emails/ValidateUserEmail.tsx"],"sourcesContent":[],"mappings":";;;KAgBY,sBAAA;;;AAAZ,CAAA;AAKa,cAAA,mBA+DZ,EAAA;;;;KA5DE,yBAAsB,kBAAA,CAAA,GAAA,CAAA;;CAAtB;AAAsB,cA8DZ,mBA9DY,EAAA;;;;KAiEtB,yBAAsB,kBAAA,CAAA,GAAA,CAAA;;AAHzB,CAAA;cAgEa;;;;KAGV,yBAAsB,kBAAA,CAAA,GAAA,CAAA;EAhEtB,YAAA,wBAAA;CAAsB"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime20 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime17 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_runtime17.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_runtime17.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_runtime17.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 mongoose65 from "mongoose";
2
+ import * as mongoose104 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, {}, {}, {}, mongoose65.Document<unknown, {}, Dictionary, {}, {}> & DictionaryData & {
7
- id: mongoose65.Types.ObjectId;
6
+ declare const DictionaryModel: Model<Dictionary, {}, {}, {}, mongoose104.Document<unknown, {}, Dictionary, {}, {}> & DictionaryData & {
7
+ id: mongoose104.Types.ObjectId;
8
8
  createdAt: number;
9
9
  updatedAt: number;
10
10
  } & {
11
- _id: mongoose65.Types.ObjectId;
11
+ _id: mongoose104.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,WAAA,CAAA,sBAAA,sBAAA,cAAA;;;EAAf,SAAA,EAAA,MAAA;CAAe,GAAA;EAAA,GAAA,4BAAA;CAAA,GAAA;EAAA,GAAA,EAAA,MAAA"}
@@ -1,9 +1,9 @@
1
1
  import { Discussion } from "../types/discussion.types.js";
2
- import * as mongoose68 from "mongoose";
2
+ import * as mongoose0 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, {}, {}, {}, mongoose68.Document<unknown, {}, Discussion, {}, {}> & Discussion & Required<{
6
+ declare const DiscussionModel: Model<Discussion, {}, {}, {}, mongoose0.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 mongoose69 from "mongoose";
4
+ import * as mongoose0 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, {}, {}, {}, mongoose69.Document<unknown, {}, Token$1, {}, {}> & Omit<oauth2_server0.Token, "user" | "client"> & {
9
+ declare const OAuth2AccessTokenModel: Model<Token$1, {}, {}, {}, mongoose0.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: mongoose69.Types.ObjectId;
13
+ _id: mongoose0.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,16 +1,16 @@
1
1
  import { Dictionary, DictionarySchema } from "../types/dictionary.types.js";
2
- import * as mongoose77 from "mongoose";
2
+ import * as mongoose2 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, mongoose77.Model<DictionarySchema, any, any, any, mongoose77.Document<unknown, any, DictionarySchema, any, {}> & Omit<Dictionary, "id"> & {
7
- _id: mongoose77.Types.ObjectId;
6
+ declare const dictionarySchema: Schema<DictionarySchema, mongoose2.Model<DictionarySchema, any, any, any, mongoose2.Document<unknown, any, DictionarySchema, any, {}> & Omit<Dictionary, "id"> & {
7
+ _id: mongoose2.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose77.Types.ObjectId;
9
+ _id: mongoose2.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose77.DefaultSchemaOptions, DictionarySchema, mongoose77.Document<unknown, {}, mongoose77.FlatRecord<DictionarySchema>, {}, mongoose77.ResolveSchemaOptions<mongoose77.DefaultSchemaOptions>> & mongoose77.FlatRecord<DictionarySchema> & Required<{
13
- _id: mongoose77.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose2.DefaultSchemaOptions, DictionarySchema, mongoose2.Document<unknown, {}, mongoose2.FlatRecord<DictionarySchema>, {}, mongoose2.ResolveSchemaOptions<mongoose2.DefaultSchemaOptions>> & mongoose2.FlatRecord<DictionarySchema> & Required<{
13
+ _id: mongoose2.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 mongoose54 from "mongoose";
2
+ import * as mongoose93 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, mongoose54.Model<DiscussionSchema, any, any, any, mongoose54.Document<unknown, any, DiscussionSchema, any, {}> & Omit<Discussion, "id"> & {
7
- _id: mongoose54.Types.ObjectId;
6
+ declare const discussionSchema: Schema<DiscussionSchema, mongoose93.Model<DiscussionSchema, any, any, any, mongoose93.Document<unknown, any, DiscussionSchema, any, {}> & Omit<Discussion, "id"> & {
7
+ _id: mongoose93.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose54.Types.ObjectId;
9
+ _id: mongoose93.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose54.DefaultSchemaOptions, DiscussionSchema, mongoose54.Document<unknown, {}, mongoose54.FlatRecord<DiscussionSchema>, {}, mongoose54.ResolveSchemaOptions<mongoose54.DefaultSchemaOptions>> & mongoose54.FlatRecord<DiscussionSchema> & Required<{
13
- _id: mongoose54.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose93.DefaultSchemaOptions, DiscussionSchema, mongoose93.Document<unknown, {}, mongoose93.FlatRecord<DiscussionSchema>, {}, mongoose93.ResolveSchemaOptions<mongoose93.DefaultSchemaOptions>> & mongoose93.FlatRecord<DiscussionSchema> & Required<{
13
+ _id: mongoose93.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 mongoose67 from "mongoose";
2
+ import * as mongoose13 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, mongoose67.Model<Token, any, any, any, mongoose67.Document<unknown, any, Token, any, {}> & Omit<Token$1, "user" | "client"> & {
11
+ declare const accessTokenSchema: Schema<Token, mongoose13.Model<Token, any, any, any, mongoose13.Document<unknown, any, Token, any, {}> & Omit<Token$1, "user" | "client"> & {
12
12
  clientId: Client["id"];
13
13
  userId: User["id"];
14
14
  } & {
15
- _id: mongoose67.Types.ObjectId;
15
+ _id: mongoose13.Types.ObjectId;
16
16
  } & {
17
17
  __v: number;
18
- }, any>, {}, {}, {}, {}, mongoose67.DefaultSchemaOptions, Token, mongoose67.Document<unknown, {}, mongoose67.FlatRecord<Token>, {}, mongoose67.ResolveSchemaOptions<mongoose67.DefaultSchemaOptions>> & mongoose67.FlatRecord<Token> & {
19
- _id: mongoose67.Types.ObjectId;
18
+ }, any>, {}, {}, {}, {}, mongoose13.DefaultSchemaOptions, Token, mongoose13.Document<unknown, {}, mongoose13.FlatRecord<Token>, {}, mongoose13.ResolveSchemaOptions<mongoose13.DefaultSchemaOptions>> & mongoose13.FlatRecord<Token> & {
19
+ _id: mongoose13.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 mongoose0 from "mongoose";
2
+ import * as mongoose82 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, mongoose0.Model<OrganizationSchema, any, any, any, mongoose0.Document<unknown, any, OrganizationSchema, any, {}> & Omit<Organization, "id"> & {
7
- _id: mongoose0.Types.ObjectId;
6
+ declare const organizationSchema: Schema<OrganizationSchema, mongoose82.Model<OrganizationSchema, any, any, any, mongoose82.Document<unknown, any, OrganizationSchema, any, {}> & Omit<Organization, "id"> & {
7
+ _id: mongoose82.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose0.Types.ObjectId;
9
+ _id: mongoose82.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose0.DefaultSchemaOptions, OrganizationSchema, mongoose0.Document<unknown, {}, mongoose0.FlatRecord<OrganizationSchema>, {}, mongoose0.ResolveSchemaOptions<mongoose0.DefaultSchemaOptions>> & mongoose0.FlatRecord<OrganizationSchema> & Required<{
13
- _id: mongoose0.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose82.DefaultSchemaOptions, OrganizationSchema, mongoose82.Document<unknown, {}, mongoose82.FlatRecord<OrganizationSchema>, {}, mongoose82.ResolveSchemaOptions<mongoose82.DefaultSchemaOptions>> & mongoose82.FlatRecord<OrganizationSchema> & Required<{
13
+ _id: mongoose82.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 mongoose10 from "mongoose";
2
+ import * as mongoose23 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, mongoose10.Model<PlanSchema, any, any, any, mongoose10.Document<unknown, any, PlanSchema, any, {}> & Omit<Plan, "id"> & {
7
- _id: mongoose10.Types.ObjectId;
6
+ declare const planSchema: Schema<PlanSchema, mongoose23.Model<PlanSchema, any, any, any, mongoose23.Document<unknown, any, PlanSchema, any, {}> & Omit<Plan, "id"> & {
7
+ _id: mongoose23.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose10.Types.ObjectId;
9
+ _id: mongoose23.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose10.DefaultSchemaOptions, PlanSchema, mongoose10.Document<unknown, {}, mongoose10.FlatRecord<PlanSchema>, {}, mongoose10.ResolveSchemaOptions<mongoose10.DefaultSchemaOptions>> & mongoose10.FlatRecord<PlanSchema> & Required<{
13
- _id: mongoose10.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose23.DefaultSchemaOptions, PlanSchema, mongoose23.Document<unknown, {}, mongoose23.FlatRecord<PlanSchema>, {}, mongoose23.ResolveSchemaOptions<mongoose23.DefaultSchemaOptions>> & mongoose23.FlatRecord<PlanSchema> & Required<{
13
+ _id: mongoose23.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 mongoose88 from "mongoose";
2
+ import * as mongoose34 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, mongoose88.Model<ProjectSchema, any, any, any, mongoose88.Document<unknown, any, ProjectSchema, any, {}> & Omit<Project, "id"> & {
7
- _id: mongoose88.Types.ObjectId;
6
+ declare const projectSchema: Schema<ProjectSchema, mongoose34.Model<ProjectSchema, any, any, any, mongoose34.Document<unknown, any, ProjectSchema, any, {}> & Omit<Project, "id"> & {
7
+ _id: mongoose34.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose88.Types.ObjectId;
9
+ _id: mongoose34.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose88.DefaultSchemaOptions, ProjectSchema, mongoose88.Document<unknown, {}, mongoose88.FlatRecord<ProjectSchema>, {}, mongoose88.ResolveSchemaOptions<mongoose88.DefaultSchemaOptions>> & mongoose88.FlatRecord<ProjectSchema> & Required<{
13
- _id: mongoose88.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose34.DefaultSchemaOptions, ProjectSchema, mongoose34.Document<unknown, {}, mongoose34.FlatRecord<ProjectSchema>, {}, mongoose34.ResolveSchemaOptions<mongoose34.DefaultSchemaOptions>> & mongoose34.FlatRecord<ProjectSchema> & Required<{
13
+ _id: mongoose34.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 mongoose21 from "mongoose";
2
+ import * as mongoose67 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, mongoose21.Model<SessionSchema, any, any, any, mongoose21.Document<unknown, any, SessionSchema, any, {}> & Omit<SessionData, "id"> & {
7
- _id: mongoose21.Types.ObjectId;
6
+ declare const sessionSchema: Schema<SessionSchema, mongoose67.Model<SessionSchema, any, any, any, mongoose67.Document<unknown, any, SessionSchema, any, {}> & Omit<SessionData, "id"> & {
7
+ _id: mongoose67.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose21.Types.ObjectId;
9
+ _id: mongoose67.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose21.DefaultSchemaOptions, SessionSchema, mongoose21.Document<unknown, {}, mongoose21.FlatRecord<SessionSchema>, {}, mongoose21.ResolveSchemaOptions<mongoose21.DefaultSchemaOptions>> & mongoose21.FlatRecord<SessionSchema> & Required<{
13
- _id: mongoose21.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose67.DefaultSchemaOptions, SessionSchema, mongoose67.Document<unknown, {}, mongoose67.FlatRecord<SessionSchema>, {}, mongoose67.ResolveSchemaOptions<mongoose67.DefaultSchemaOptions>> & mongoose67.FlatRecord<SessionSchema> & Required<{
13
+ _id: mongoose67.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 mongoose32 from "mongoose";
2
+ import * as mongoose45 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, mongoose32.Model<TagSchema, any, any, any, mongoose32.Document<unknown, any, TagSchema, any, {}> & Omit<Tag, "id"> & {
7
- _id: mongoose32.Types.ObjectId;
6
+ declare const tagSchema: Schema<TagSchema, mongoose45.Model<TagSchema, any, any, any, mongoose45.Document<unknown, any, TagSchema, any, {}> & Omit<Tag, "id"> & {
7
+ _id: mongoose45.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose32.Types.ObjectId;
9
+ _id: mongoose45.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose32.DefaultSchemaOptions, TagSchema, mongoose32.Document<unknown, {}, mongoose32.FlatRecord<TagSchema>, {}, mongoose32.ResolveSchemaOptions<mongoose32.DefaultSchemaOptions>> & mongoose32.FlatRecord<TagSchema> & Required<{
13
- _id: mongoose32.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose45.DefaultSchemaOptions, TagSchema, mongoose45.Document<unknown, {}, mongoose45.FlatRecord<TagSchema>, {}, mongoose45.ResolveSchemaOptions<mongoose45.DefaultSchemaOptions>> & mongoose45.FlatRecord<TagSchema> & Required<{
13
+ _id: mongoose45.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 mongoose43 from "mongoose";
2
+ import * as mongoose56 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, mongoose43.Model<UserSchema, any, any, any, mongoose43.Document<unknown, any, UserSchema, any, {}> & Omit<User, "id"> & {
7
- _id: mongoose43.Types.ObjectId;
6
+ declare const userSchema: Schema<UserSchema, mongoose56.Model<UserSchema, any, any, any, mongoose56.Document<unknown, any, UserSchema, any, {}> & Omit<User, "id"> & {
7
+ _id: mongoose56.Types.ObjectId;
8
8
  } & Required<{
9
- _id: mongoose43.Types.ObjectId;
9
+ _id: mongoose56.Types.ObjectId;
10
10
  }> & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose43.DefaultSchemaOptions, UserSchema, mongoose43.Document<unknown, {}, mongoose43.FlatRecord<UserSchema>, {}, mongoose43.ResolveSchemaOptions<mongoose43.DefaultSchemaOptions>> & mongoose43.FlatRecord<UserSchema> & Required<{
13
- _id: mongoose43.Types.ObjectId;
12
+ }, any>, {}, {}, {}, {}, mongoose56.DefaultSchemaOptions, UserSchema, mongoose56.Document<unknown, {}, mongoose56.FlatRecord<UserSchema>, {}, mongoose56.ResolveSchemaOptions<mongoose56.DefaultSchemaOptions>> & mongoose56.FlatRecord<UserSchema> & Required<{
13
+ _id: mongoose56.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_runtime20 from "react/jsx-runtime";
12
+ import * as react_jsx_runtime23 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_runtime20.JSX.Element;
27
+ }: InviteUserEmailProps): react_jsx_runtime23.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_runtime20.JSX.Element;
37
+ }: ValidateUserEmailProps): react_jsx_runtime23.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_runtime20.JSX.Element;
47
+ }: ResetPasswordEmailProps): react_jsx_runtime23.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_runtime20.JSX.Element;
57
+ }: WelcomeEmailProps): react_jsx_runtime23.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_runtime20.JSX.Element;
67
+ }: MagicLinkEmailProps): react_jsx_runtime23.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_runtime20.JSX.Element;
76
+ }: PasswordChangeConfirmationEmailProps): react_jsx_runtime23.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_runtime20.JSX.Element;
89
+ }: SubscriptionPaymentSuccessProps): react_jsx_runtime23.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_runtime20.JSX.Element;
102
+ }: SubscriptionPaymentCancellationProps): react_jsx_runtime23.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_runtime20.JSX.Element;
115
+ }: SubscriptionPaymentErrorProps): react_jsx_runtime23.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_runtime20.JSX.Element;
129
+ }: OAuthTokenCreatedEmailProps): react_jsx_runtime23.JSX.Element;
130
130
  PreviewProps: OAuthTokenCreatedEmailProps;
131
131
  };
132
132
  subject: string;
@@ -1 +1 @@
1
- {"version":3,"file":"plan.types.d.ts","names":[],"sources":["../../../src/types/plan.types.ts"],"sourcesContent":[],"mappings":";;;;;KAIY,QAAA;KAEA,QAAA;EAFA,IAAA,EAGJ,QAHY;EAER,SAAA,CAAA,EAEE,IAFM,CAAA,IAAA,CACZ;EAiBI,cAAI,CAAA,EAAA,MAAG;EAMP,UAAO,CAAA,EAAA,MAAA;EAEP,OAAA,CAAA,EAAA,MAAU;EACV,MAAA,CAAA,EAAA,QAAa,GAAA,UAAS,GAAA,UAAD,GAAA,QAAA,GAAA,YAAA,GAAA,oBAAA,GAAA,QAAA,GAAA,UAAA;EACrB,MAAA,CAAA,EAAA,SAAY,GAAA,QAAA;CAAyB;AAAtB,KAVf,IAAA,GAAO,QAUQ,GAAA;EAA8B,EAAA,EATnD,KAAA,CAAM,QAS6C;EAAI,SAAA,EAAA,MAAA;;;KAJjD,OAAA,GAAU,iBAAiB;KAE3B,UAAA,GAAa,SAAS;KACtB,aAAA,GAAgB,MAAM;KACtB,YAAA,GAAe,sBAAsB,QAAQ"}
1
+ {"version":3,"file":"plan.types.d.ts","names":[],"sources":["../../../src/types/plan.types.ts"],"sourcesContent":[],"mappings":";;;;;KAIY,QAAA;KAEA,QAAA;EAFA,IAAA,EAGJ,QAHY;EAER,SAAA,CAAA,EAEE,IAFM,CAAA,IAAA,CAAA;EAkBR,cAAI,CAAA,EAAA,MAAG;EAMP,UAAO,CAAA,EAAA,MAAA;EAEP,OAAA,CAAA,EAAA,MAAU;EACV,MAAA,CAAA,EAAA,QAAa,GAAA,UAAS,GAAA,UAAD,GAAA,QAAA,GAAA,YAAA,GAAA,oBAAA,GAAA,QAAA,GAAA,UAAA;EACrB,MAAA,CAAA,EAAA,SAAY,GAAA,QAAA;CAAyB;AAAtB,KAVf,IAAA,GAAO,QAUQ,GAAA;EAA8B,EAAA,EATnD,KAAA,CAAM,QAS6C;EAAI,SAAA,EAAA,MAAA;;;KAJjD,OAAA,GAAU,iBAAiB;KAE3B,UAAA,GAAa,SAAS;KACtB,aAAA,GAAgB,MAAM;KACtB,YAAA,GAAe,sBAAsB,QAAQ"}
@@ -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 mongoose103 from "mongoose";
4
+ import * as mongoose78 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: mongoose103.FilterQuery<Dictionary>;
44
+ filters: mongoose78.FilterQuery<Dictionary>;
45
45
  sortOptions: Record<string, 1 | -1>;
46
46
  };
47
47
  //#endregion
@@ -1,7 +1,7 @@
1
1
  import { ResponseWithSession } from "../../middlewares/sessionAuth.middleware.js";
2
2
  import { Discussion } from "../../types/discussion.types.js";
3
3
  import { FiltersAndPagination } from "./getFiltersAndPaginationFromBody.js";
4
- import * as mongoose106 from "mongoose";
4
+ import * as mongoose107 from "mongoose";
5
5
  import { RootFilterQuery } from "mongoose";
6
6
  import { Request } from "express";
7
7
 
@@ -30,7 +30,7 @@ declare const getDiscussionFiltersAndPagination: (req: Request<FiltersAndPaginat
30
30
  skip: number;
31
31
  pageSize: number;
32
32
  getNumberOfPages: (totalItems: number) => number;
33
- filters: mongoose106.Types.ObjectId | mongoose106.Query<any, any, {}, unknown, "find", Record<string, never>> | mongoose106.FilterQuery<Discussion>;
33
+ filters: mongoose107.Types.ObjectId | mongoose107.Query<any, any, {}, unknown, "find", Record<string, never>> | mongoose107.FilterQuery<Discussion>;
34
34
  sortOptions: Record<string, 1 | -1>;
35
35
  };
36
36
  //#endregion
@@ -1,7 +1,7 @@
1
1
  import { Organization } from "../../types/organization.types.js";
2
2
  import { ResponseWithSession } from "../../middlewares/sessionAuth.middleware.js";
3
3
  import { FiltersAndPagination } from "./getFiltersAndPaginationFromBody.js";
4
- import * as mongoose104 from "mongoose";
4
+ import * as mongoose79 from "mongoose";
5
5
  import { RootFilterQuery } from "mongoose";
6
6
  import { Request } from "express";
7
7
 
@@ -37,7 +37,7 @@ declare const getOrganizationFiltersAndPagination: (req: Request<FiltersAndPagin
37
37
  skip: number;
38
38
  pageSize: number;
39
39
  getNumberOfPages: (totalItems: number) => number;
40
- filters: mongoose104.FilterQuery<Organization>;
40
+ filters: mongoose79.FilterQuery<Organization>;
41
41
  sortOptions: Record<string, 1 | -1>;
42
42
  };
43
43
  //#endregion
@@ -1,7 +1,7 @@
1
1
  import { Project } from "../../types/project.types.js";
2
2
  import { ResponseWithSession } from "../../middlewares/sessionAuth.middleware.js";
3
3
  import { FiltersAndPagination } from "./getFiltersAndPaginationFromBody.js";
4
- import * as mongoose109 from "mongoose";
4
+ import * as mongoose81 from "mongoose";
5
5
  import { RootFilterQuery } from "mongoose";
6
6
  import { Request } from "express";
7
7
 
@@ -30,7 +30,7 @@ declare const getProjectFiltersAndPagination: (req: Request<FiltersAndPagination
30
30
  skip: number;
31
31
  pageSize: number;
32
32
  getNumberOfPages: (totalItems: number) => number;
33
- filters: mongoose109.FilterQuery<Project>;
33
+ filters: mongoose81.FilterQuery<Project>;
34
34
  sortOptions: Record<string, 1 | -1>;
35
35
  };
36
36
  //#endregion
@@ -1,7 +1,7 @@
1
1
  import { Tag } from "../../types/tag.types.js";
2
2
  import { ResponseWithSession } from "../../middlewares/sessionAuth.middleware.js";
3
3
  import { FiltersAndPagination } from "./getFiltersAndPaginationFromBody.js";
4
- import * as mongoose105 from "mongoose";
4
+ import * as mongoose80 from "mongoose";
5
5
  import { RootFilterQuery } from "mongoose";
6
6
  import { Request } from "express";
7
7
 
@@ -28,7 +28,7 @@ declare const getTagFiltersAndPagination: (req: Request<FiltersAndPagination<Tag
28
28
  skip: number;
29
29
  pageSize: number;
30
30
  getNumberOfPages: (totalItems: number) => number;
31
- filters: mongoose105.FilterQuery<Tag>;
31
+ filters: mongoose80.FilterQuery<Tag>;
32
32
  sortOptions: Record<string, 1 | -1>;
33
33
  };
34
34
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/backend",
3
- "version": "7.3.0-canary.0",
3
+ "version": "7.3.0",
4
4
  "private": false,
5
5
  "description": "Intlayer Backend is a an application that allow you to manage your Intlayer content and interact with the intlayer editor.",
6
6
  "keywords": [
@@ -64,8 +64,8 @@
64
64
  "lint:fix": "biome lint --write .",
65
65
  "prepublish": "cp -f ../../README.md ./README.md",
66
66
  "publish": "bun publish || true",
67
- "publish:canary": "bun publish --tag canary || true",
68
- "publish:latest": "bun publish --tag latest || true",
67
+ "publish:canary": "bun publish --access public --tag canary || true",
68
+ "publish:latest": "bun publish --access public --tag latest || true",
69
69
  "start": "cross-env NODE_ENV=production node dist/esm/index.mjs",
70
70
  "start:stripe": "stripe listen --forward-to localhost:3100/webhook/stripe",
71
71
  "test": "vitest run",
@@ -73,7 +73,7 @@
73
73
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
74
74
  },
75
75
  "dependencies": {
76
- "@intlayer/ai": "7.3.0-canary.0",
76
+ "@intlayer/ai": "7.3.0",
77
77
  "@react-email/components": "1.0.1",
78
78
  "better-auth": "1.3.34",
79
79
  "compression": "1.8.1",
@@ -82,7 +82,7 @@
82
82
  "cross-env": "10.1.0",
83
83
  "dotenv": "16.6.1",
84
84
  "express": "5.1.0",
85
- "express-intlayer": "7.3.0-canary.0",
85
+ "express-intlayer": "7.3.0",
86
86
  "express-rate-limit": "8.2.1",
87
87
  "helmet": "8.1.0",
88
88
  "mongodb": "6.21.0",
@@ -97,10 +97,10 @@
97
97
  "winston": "3.18.3"
98
98
  },
99
99
  "devDependencies": {
100
- "@intlayer/config": "7.3.0-canary.0",
101
- "@intlayer/core": "7.3.0-canary.0",
102
- "@intlayer/docs": "7.3.0-canary.0",
103
- "@intlayer/types": "7.3.0-canary.0",
100
+ "@intlayer/config": "7.3.0",
101
+ "@intlayer/core": "7.3.0",
102
+ "@intlayer/docs": "7.3.0",
103
+ "@intlayer/types": "7.3.0",
104
104
  "@types/body-parser": "1.19.6",
105
105
  "@types/compression": "1.8.1",
106
106
  "@types/cookie-parser": "1.4.10",
@@ -115,7 +115,7 @@
115
115
  "@utils/ts-config": "1.0.4",
116
116
  "@utils/ts-config-types": "1.0.4",
117
117
  "@utils/tsdown-config": "1.0.4",
118
- "intlayer": "7.3.0-canary.0",
118
+ "intlayer": "7.3.0",
119
119
  "npm-run-all": "^4.1.5",
120
120
  "rimraf": "6.1.2",
121
121
  "tsdown": "0.16.6",