joye-backend-utility 5.1.12 → 5.1.13

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 (93) hide show
  1. package/dist/config/index.d.ts +2 -2
  2. package/dist/config/index.js +8 -8
  3. package/dist/database.d.ts +26 -26
  4. package/dist/database.js +142 -142
  5. package/dist/dateTime.d.ts +11 -11
  6. package/dist/dateTime.js +82 -82
  7. package/dist/index.d.ts +6 -6
  8. package/dist/index.js +26 -26
  9. package/dist/jwt.d.ts +3 -3
  10. package/dist/jwt.js +40 -40
  11. package/dist/redisClient.d.ts +6 -6
  12. package/dist/redisClient.js +34 -34
  13. package/dist/schema/brew.d.ts +2 -2
  14. package/dist/schema/brew.js +160 -160
  15. package/dist/schema/databaseInfo.d.ts +2 -2
  16. package/dist/schema/databaseInfo.js +35 -35
  17. package/dist/schema/index.d.ts +38 -38
  18. package/dist/schema/index.js +79 -79
  19. package/dist/schema/masterAppSetting.d.ts +2 -2
  20. package/dist/schema/masterAppSetting.js +24 -24
  21. package/dist/schema/masterBlessingsData.d.ts +2 -2
  22. package/dist/schema/masterBlessingsData.js +41 -41
  23. package/dist/schema/masterData.d.ts +2 -2
  24. package/dist/schema/masterData.js +28 -28
  25. package/dist/schema/masterEmotion.d.ts +2 -2
  26. package/dist/schema/masterEmotion.js +115 -115
  27. package/dist/schema/masterEmotionMessageMapping.d.ts +2 -2
  28. package/dist/schema/masterEmotionMessageMapping.js +16 -16
  29. package/dist/schema/masterEmotionMessageTypeThemeMapping.d.ts +2 -2
  30. package/dist/schema/masterEmotionMessageTypeThemeMapping.js +23 -23
  31. package/dist/schema/masterLinkCard.d.ts +2 -2
  32. package/dist/schema/masterLinkCard.js +28 -28
  33. package/dist/schema/masterPodcast.d.ts +2 -2
  34. package/dist/schema/masterPodcast.js +37 -37
  35. package/dist/schema/masterPredictionEmotion.d.ts +2 -2
  36. package/dist/schema/masterPredictionEmotion.js +27 -27
  37. package/dist/schema/masterPredictionEmotionMessage.d.ts +2 -2
  38. package/dist/schema/masterPredictionEmotionMessage.js +26 -26
  39. package/dist/schema/masterPredictionEmotionMessageMapping.d.ts +2 -2
  40. package/dist/schema/masterPredictionEmotionMessageMapping.js +16 -16
  41. package/dist/schema/masterSuggestionsMessage.model.d.ts +2 -2
  42. package/dist/schema/masterSuggestionsMessage.model.js +31 -31
  43. package/dist/schema/masterSuggestionsParameter.model.d.ts +2 -2
  44. package/dist/schema/masterSuggestionsParameter.model.js +23 -23
  45. package/dist/schema/masterThemeData.d.ts +2 -2
  46. package/dist/schema/masterThemeData.js +48 -48
  47. package/dist/schema/masterThemeMessage.d.ts +2 -2
  48. package/dist/schema/masterThemeMessage.js +13 -13
  49. package/dist/schema/masterTraining.d.ts +2 -2
  50. package/dist/schema/masterTraining.js +29 -29
  51. package/dist/schema/masterTrainingWeek.d.ts +2 -2
  52. package/dist/schema/masterTrainingWeek.js +32 -32
  53. package/dist/schema/masterVideo.d.ts +2 -2
  54. package/dist/schema/masterVideo.js +33 -33
  55. package/dist/schema/organization.d.ts +2 -2
  56. package/dist/schema/organization.js +79 -79
  57. package/dist/schema/organizationUserAttrPermission.d.ts +2 -2
  58. package/dist/schema/organizationUserAttrPermission.js +59 -59
  59. package/dist/schema/platform.d.ts +2 -2
  60. package/dist/schema/platform.js +28 -28
  61. package/dist/schema/timezones.d.ts +2 -2
  62. package/dist/schema/timezones.js +26 -26
  63. package/dist/schema/user.d.ts +2 -2
  64. package/dist/schema/user.js +202 -202
  65. package/dist/schema/userFeedback.d.ts +2 -2
  66. package/dist/schema/userFeedback.js +24 -24
  67. package/dist/schema/userGoal.d.ts +2 -2
  68. package/dist/schema/userGoal.js +38 -38
  69. package/dist/schema/userJoyLevelQa.d.ts +2 -2
  70. package/dist/schema/userJoyLevelQa.js +49 -49
  71. package/dist/schema/userLog.d.ts +2 -2
  72. package/dist/schema/userLog.js +22 -22
  73. package/dist/schema/userMeeting.d.ts +2 -2
  74. package/dist/schema/userMeeting.js +22 -22
  75. package/dist/schema/userMessages.d.ts +2 -2
  76. package/dist/schema/userMessages.js +24 -24
  77. package/dist/schema/userMessagesLog.d.ts +2 -2
  78. package/dist/schema/userMessagesLog.js +69 -69
  79. package/dist/schema/userRecommendation.d.ts +2 -2
  80. package/dist/schema/userRecommendation.js +24 -24
  81. package/dist/schema/userReminder.d.ts +2 -2
  82. package/dist/schema/userReminder.js +61 -61
  83. package/dist/schema/userTrainingData.d.ts +2 -2
  84. package/dist/schema/userTrainingData.js +41 -41
  85. package/dist/schema/userTrainingWeekData.d.ts +2 -2
  86. package/dist/schema/userTrainingWeekData.js +40 -40
  87. package/dist/schema/userVideo.d.ts +2 -2
  88. package/dist/schema/userVideo.js +50 -50
  89. package/dist/schema/userWeekActivity.d.ts +2 -2
  90. package/dist/schema/userWeekActivity.js +90 -90
  91. package/dist/util.d.ts +2 -2
  92. package/dist/util.js +13 -13
  93. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
- import { Schema } from 'mongoose';
2
- export declare const MasterTrainingSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
1
+ import { Schema } from 'mongoose';
2
+ export declare const MasterTrainingSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
@@ -1,29 +1,29 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MasterTrainingSchema = void 0;
4
- const mongoose_1 = require("mongoose");
5
- const MasterTraining = new mongoose_1.Schema({
6
- key: {
7
- type: String,
8
- required: true,
9
- index: true,
10
- },
11
- title: {
12
- type: String,
13
- required: true,
14
- },
15
- overview: {
16
- type: String,
17
- required: false,
18
- },
19
- durationWeeks: {
20
- type: Number,
21
- required: true,
22
- },
23
- active: {
24
- type: Boolean,
25
- required: true,
26
- default: true,
27
- },
28
- });
29
- exports.MasterTrainingSchema = MasterTraining;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MasterTrainingSchema = void 0;
4
+ const mongoose_1 = require("mongoose");
5
+ const MasterTraining = new mongoose_1.Schema({
6
+ key: {
7
+ type: String,
8
+ required: true,
9
+ index: true,
10
+ },
11
+ title: {
12
+ type: String,
13
+ required: true,
14
+ },
15
+ overview: {
16
+ type: String,
17
+ required: false,
18
+ },
19
+ durationWeeks: {
20
+ type: Number,
21
+ required: true,
22
+ },
23
+ active: {
24
+ type: Boolean,
25
+ required: true,
26
+ default: true,
27
+ },
28
+ });
29
+ exports.MasterTrainingSchema = MasterTraining;
@@ -1,2 +1,2 @@
1
- import { Schema } from 'mongoose';
2
- export declare const MasterTrainingWeekSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
1
+ import { Schema } from 'mongoose';
2
+ export declare const MasterTrainingWeekSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
@@ -1,32 +1,32 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MasterTrainingWeekSchema = void 0;
4
- const mongoose_1 = require("mongoose");
5
- const MasterTrainingWeek = new mongoose_1.Schema({
6
- trainingKey: {
7
- type: String,
8
- required: true,
9
- index: true,
10
- },
11
- title: {
12
- type: String,
13
- required: true,
14
- },
15
- learn: {
16
- type: Array,
17
- required: false,
18
- },
19
- practice: {
20
- type: Array,
21
- required: false,
22
- },
23
- podcasts: {
24
- type: Array,
25
- required: false,
26
- },
27
- practiceReminder: {
28
- type: Array,
29
- required: false,
30
- },
31
- });
32
- exports.MasterTrainingWeekSchema = MasterTrainingWeek;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MasterTrainingWeekSchema = void 0;
4
+ const mongoose_1 = require("mongoose");
5
+ const MasterTrainingWeek = new mongoose_1.Schema({
6
+ trainingKey: {
7
+ type: String,
8
+ required: true,
9
+ index: true,
10
+ },
11
+ title: {
12
+ type: String,
13
+ required: true,
14
+ },
15
+ learn: {
16
+ type: Array,
17
+ required: false,
18
+ },
19
+ practice: {
20
+ type: Array,
21
+ required: false,
22
+ },
23
+ podcasts: {
24
+ type: Array,
25
+ required: false,
26
+ },
27
+ practiceReminder: {
28
+ type: Array,
29
+ required: false,
30
+ },
31
+ });
32
+ exports.MasterTrainingWeekSchema = MasterTrainingWeek;
@@ -1,2 +1,2 @@
1
- import { Schema } from 'mongoose';
2
- export declare const MasterVideoSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
1
+ import { Schema } from 'mongoose';
2
+ export declare const MasterVideoSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
@@ -1,33 +1,33 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MasterVideoSchema = void 0;
4
- const mongoose_1 = require("mongoose");
5
- const MasterVideo = new mongoose_1.Schema({
6
- key: {
7
- type: String,
8
- required: true,
9
- index: true,
10
- },
11
- file: {
12
- type: String,
13
- required: false,
14
- },
15
- title: {
16
- type: String,
17
- required: false,
18
- },
19
- url: {
20
- type: String,
21
- required: false,
22
- },
23
- duration: {
24
- type: String,
25
- required: false,
26
- },
27
- morningPodcast: {
28
- type: Boolean,
29
- default: false,
30
- required: false,
31
- },
32
- });
33
- exports.MasterVideoSchema = MasterVideo;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MasterVideoSchema = void 0;
4
+ const mongoose_1 = require("mongoose");
5
+ const MasterVideo = new mongoose_1.Schema({
6
+ key: {
7
+ type: String,
8
+ required: true,
9
+ index: true,
10
+ },
11
+ file: {
12
+ type: String,
13
+ required: false,
14
+ },
15
+ title: {
16
+ type: String,
17
+ required: false,
18
+ },
19
+ url: {
20
+ type: String,
21
+ required: false,
22
+ },
23
+ duration: {
24
+ type: String,
25
+ required: false,
26
+ },
27
+ morningPodcast: {
28
+ type: Boolean,
29
+ default: false,
30
+ required: false,
31
+ },
32
+ });
33
+ exports.MasterVideoSchema = MasterVideo;
@@ -1,2 +1,2 @@
1
- import { Schema } from 'mongoose';
2
- export declare const OrganizationSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
1
+ import { Schema } from 'mongoose';
2
+ export declare const OrganizationSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
@@ -1,79 +1,79 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OrganizationSchema = void 0;
4
- const mongoose_1 = require("mongoose");
5
- const Organization = new mongoose_1.Schema({
6
- platformKey: {
7
- type: String,
8
- required: true,
9
- index: true,
10
- },
11
- key: {
12
- type: String,
13
- required: true,
14
- },
15
- name: {
16
- type: String,
17
- required: true,
18
- },
19
- tId: {
20
- type: String,
21
- required: true,
22
- index: true,
23
- },
24
- tenantName: {
25
- type: String,
26
- required: false,
27
- index: true,
28
- },
29
- emergency: {
30
- type: Object,
31
- helpline: {
32
- type: Boolean,
33
- required: false,
34
- },
35
- required: false,
36
- },
37
- paidSubscription: {
38
- type: Boolean,
39
- required: false,
40
- },
41
- pilot: {
42
- type: Boolean,
43
- required: false,
44
- },
45
- streakPercentage: {
46
- type: Number,
47
- default: 10,
48
- required: false,
49
- },
50
- streakQualifier: {
51
- type: Number,
52
- default: 3,
53
- required: false,
54
- },
55
- praiseThanksQualifier: {
56
- type: Number,
57
- default: 5,
58
- required: false,
59
- },
60
- subscriptionEndDate: {
61
- type: Number,
62
- required: false,
63
- },
64
- timezone: {
65
- type: String,
66
- default: 'Asia/Singapore',
67
- required: false,
68
- },
69
- createTimestamp: {
70
- type: Number,
71
- required: false,
72
- },
73
- inactive: {
74
- type: Boolean,
75
- required: false,
76
- },
77
- });
78
- Organization.index({ platformKey: 1, timezone: -1, inactive: -1 });
79
- exports.OrganizationSchema = Organization;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OrganizationSchema = void 0;
4
+ const mongoose_1 = require("mongoose");
5
+ const Organization = new mongoose_1.Schema({
6
+ platformKey: {
7
+ type: String,
8
+ required: true,
9
+ index: true,
10
+ },
11
+ key: {
12
+ type: String,
13
+ required: true,
14
+ },
15
+ name: {
16
+ type: String,
17
+ required: true,
18
+ },
19
+ tId: {
20
+ type: String,
21
+ required: true,
22
+ index: true,
23
+ },
24
+ tenantName: {
25
+ type: String,
26
+ required: false,
27
+ index: true,
28
+ },
29
+ emergency: {
30
+ type: Object,
31
+ helpline: {
32
+ type: Boolean,
33
+ required: false,
34
+ },
35
+ required: false,
36
+ },
37
+ paidSubscription: {
38
+ type: Boolean,
39
+ required: false,
40
+ },
41
+ pilot: {
42
+ type: Boolean,
43
+ required: false,
44
+ },
45
+ streakPercentage: {
46
+ type: Number,
47
+ default: 10,
48
+ required: false,
49
+ },
50
+ streakQualifier: {
51
+ type: Number,
52
+ default: 3,
53
+ required: false,
54
+ },
55
+ praiseThanksQualifier: {
56
+ type: Number,
57
+ default: 5,
58
+ required: false,
59
+ },
60
+ subscriptionEndDate: {
61
+ type: Number,
62
+ required: false,
63
+ },
64
+ timezone: {
65
+ type: String,
66
+ default: 'Asia/Singapore',
67
+ required: false,
68
+ },
69
+ createTimestamp: {
70
+ type: Number,
71
+ required: false,
72
+ },
73
+ inactive: {
74
+ type: Boolean,
75
+ required: false,
76
+ },
77
+ });
78
+ Organization.index({ platformKey: 1, timezone: -1, inactive: -1 });
79
+ exports.OrganizationSchema = Organization;
@@ -1,2 +1,2 @@
1
- import { Schema } from 'mongoose';
2
- export declare const OrganizationUserAttrPermissionSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
1
+ import { Schema } from 'mongoose';
2
+ export declare const OrganizationUserAttrPermissionSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
@@ -1,59 +1,59 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OrganizationUserAttrPermissionSchema = void 0;
4
- const mongoose_1 = require("mongoose");
5
- const OrganizationUserAttrPermission = new mongoose_1.Schema({
6
- tId: {
7
- type: String,
8
- required: true,
9
- },
10
- tenantName: {
11
- type: String,
12
- required: false,
13
- },
14
- userAttributes: {
15
- type: Array,
16
- required: false,
17
- },
18
- customConsent: {
19
- type: String,
20
- required: false,
21
- },
22
- privacyBlockImage: {
23
- type: String,
24
- required: false,
25
- },
26
- email: {
27
- type: String,
28
- required: false,
29
- },
30
- consentImage: {
31
- type: String,
32
- required: false,
33
- },
34
- brandImage: {
35
- type: String,
36
- required: false,
37
- },
38
- contactImage: {
39
- type: String,
40
- required: false,
41
- },
42
- timezone: {
43
- type: String,
44
- required: false,
45
- },
46
- excludeCalendar: {
47
- // If set to true then not add calendar permission in request
48
- type: Boolean,
49
- required: false,
50
- default: false,
51
- },
52
- enableHubUninstallSection: {
53
- // If set to true then only display "Uninstall" session in Hub card
54
- type: Boolean,
55
- required: false,
56
- default: false,
57
- },
58
- });
59
- exports.OrganizationUserAttrPermissionSchema = OrganizationUserAttrPermission;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OrganizationUserAttrPermissionSchema = void 0;
4
+ const mongoose_1 = require("mongoose");
5
+ const OrganizationUserAttrPermission = new mongoose_1.Schema({
6
+ tId: {
7
+ type: String,
8
+ required: true,
9
+ },
10
+ tenantName: {
11
+ type: String,
12
+ required: false,
13
+ },
14
+ userAttributes: {
15
+ type: Array,
16
+ required: false,
17
+ },
18
+ customConsent: {
19
+ type: String,
20
+ required: false,
21
+ },
22
+ privacyBlockImage: {
23
+ type: String,
24
+ required: false,
25
+ },
26
+ email: {
27
+ type: String,
28
+ required: false,
29
+ },
30
+ consentImage: {
31
+ type: String,
32
+ required: false,
33
+ },
34
+ brandImage: {
35
+ type: String,
36
+ required: false,
37
+ },
38
+ contactImage: {
39
+ type: String,
40
+ required: false,
41
+ },
42
+ timezone: {
43
+ type: String,
44
+ required: false,
45
+ },
46
+ excludeCalendar: {
47
+ // If set to true then not add calendar permission in request
48
+ type: Boolean,
49
+ required: false,
50
+ default: false,
51
+ },
52
+ enableHubUninstallSection: {
53
+ // If set to true then only display "Uninstall" session in Hub card
54
+ type: Boolean,
55
+ required: false,
56
+ default: false,
57
+ },
58
+ });
59
+ exports.OrganizationUserAttrPermissionSchema = OrganizationUserAttrPermission;
@@ -1,2 +1,2 @@
1
- import { Schema } from 'mongoose';
2
- export declare const PlatformSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
1
+ import { Schema } from 'mongoose';
2
+ export declare const PlatformSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
@@ -1,28 +1,28 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PlatformSchema = void 0;
4
- const mongoose_1 = require("mongoose");
5
- const Platform = new mongoose_1.Schema({
6
- key: {
7
- type: String,
8
- required: true,
9
- index: true,
10
- },
11
- name: {
12
- type: String,
13
- required: true,
14
- },
15
- email: {
16
- type: String,
17
- required: false,
18
- },
19
- subscriptionEndDate: {
20
- type: Number,
21
- required: false,
22
- },
23
- timezone: {
24
- type: String,
25
- required: false,
26
- },
27
- });
28
- exports.PlatformSchema = Platform;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PlatformSchema = void 0;
4
+ const mongoose_1 = require("mongoose");
5
+ const Platform = new mongoose_1.Schema({
6
+ key: {
7
+ type: String,
8
+ required: true,
9
+ index: true,
10
+ },
11
+ name: {
12
+ type: String,
13
+ required: true,
14
+ },
15
+ email: {
16
+ type: String,
17
+ required: false,
18
+ },
19
+ subscriptionEndDate: {
20
+ type: Number,
21
+ required: false,
22
+ },
23
+ timezone: {
24
+ type: String,
25
+ required: false,
26
+ },
27
+ });
28
+ exports.PlatformSchema = Platform;
@@ -1,2 +1,2 @@
1
- import { Schema } from 'mongoose';
2
- export declare const TimezoneSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
1
+ import { Schema } from 'mongoose';
2
+ export declare const TimezoneSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
@@ -1,26 +1,26 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TimezoneSchema = void 0;
4
- const mongoose_1 = require("mongoose");
5
- const Timezone = new mongoose_1.Schema({
6
- name: {
7
- type: String,
8
- required: true,
9
- },
10
- timezone: {
11
- type: String,
12
- required: true,
13
- },
14
- isActive: {
15
- type: Boolean,
16
- required: true,
17
- index: true,
18
- default: true,
19
- },
20
- userTimezone: {
21
- type: Boolean,
22
- required: false,
23
- default: false,
24
- },
25
- });
26
- exports.TimezoneSchema = Timezone;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TimezoneSchema = void 0;
4
+ const mongoose_1 = require("mongoose");
5
+ const Timezone = new mongoose_1.Schema({
6
+ name: {
7
+ type: String,
8
+ required: true,
9
+ },
10
+ timezone: {
11
+ type: String,
12
+ required: true,
13
+ },
14
+ isActive: {
15
+ type: Boolean,
16
+ required: true,
17
+ index: true,
18
+ default: true,
19
+ },
20
+ userTimezone: {
21
+ type: Boolean,
22
+ required: false,
23
+ default: false,
24
+ },
25
+ });
26
+ exports.TimezoneSchema = Timezone;
@@ -1,2 +1,2 @@
1
- import { Schema } from 'mongoose';
2
- export declare const UserSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;
1
+ import { Schema } from 'mongoose';
2
+ export declare const UserSchema: Schema<import("mongoose").Document<any, any, any>, import("mongoose").Model<import("mongoose").Document<any, any, any>, any, any>, undefined, {}>;