@brimble/models 3.8.46 → 3.8.47
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.
- package/dist/activity-log.d.ts +9 -0
- package/dist/activity-log.js +61 -0
- package/dist/app-message.d.ts +9 -0
- package/dist/app-message.js +14 -0
- package/dist/auto-scaling.d.ts +9 -0
- package/dist/auto-scaling.js +63 -0
- package/dist/card.d.ts +9 -0
- package/dist/card.js +41 -0
- package/dist/cashier_subscription.d.ts +9 -0
- package/dist/cashier_subscription.js +27 -0
- package/dist/cashier_subscription_item.d.ts +9 -0
- package/dist/cashier_subscription_item.js +17 -0
- package/dist/collab-annotation.d.ts +9 -0
- package/dist/collab-annotation.js +31 -0
- package/dist/collab-comment.d.ts +9 -0
- package/dist/collab-comment.js +19 -0
- package/dist/collab-integration.d.ts +9 -0
- package/dist/collab-integration.js +17 -0
- package/dist/collab-push-subscription.d.ts +9 -0
- package/dist/collab-push-subscription.js +14 -0
- package/dist/collab-settings.d.ts +9 -0
- package/dist/collab-settings.js +24 -0
- package/dist/collab-share-token.d.ts +9 -0
- package/dist/collab-share-token.js +11 -0
- package/dist/compute.d.ts +9 -0
- package/dist/compute.js +82 -0
- package/dist/db-image.d.ts +9 -0
- package/dist/db-image.js +67 -0
- package/dist/domain/dns.d.ts +9 -0
- package/dist/domain/dns.js +33 -0
- package/dist/domain/index.d.ts +9 -0
- package/dist/domain/index.js +109 -0
- package/dist/domain/renewal.d.ts +9 -0
- package/dist/domain/renewal.js +21 -0
- package/dist/domain/transfer.d.ts +9 -0
- package/dist/domain/transfer.js +99 -0
- package/dist/enum/index.d.ts +271 -0
- package/dist/enum/index.js +319 -0
- package/dist/env.d.ts +9 -0
- package/dist/env.js +34 -0
- package/dist/environment-variable.d.ts +9 -0
- package/dist/environment-variable.js +16 -0
- package/dist/follower.d.ts +9 -0
- package/dist/follower.js +15 -0
- package/dist/following.d.ts +9 -0
- package/dist/following.js +15 -0
- package/dist/framework.d.ts +9 -0
- package/dist/framework.js +84 -0
- package/dist/idempotency.d.ts +9 -0
- package/{idempotency.ts → dist/idempotency.js} +8 -13
- package/{index.ts → dist/index.d.ts} +6 -174
- package/dist/index.js +232 -0
- package/dist/integration.d.ts +9 -0
- package/dist/integration.js +35 -0
- package/dist/intention.d.ts +9 -0
- package/dist/intention.js +36 -0
- package/dist/invoice.d.ts +9 -0
- package/dist/invoice.js +28 -0
- package/dist/job.d.ts +10 -0
- package/dist/job.js +62 -0
- package/dist/license.d.ts +9 -0
- package/dist/license.js +75 -0
- package/dist/load-balancer-port.d.ts +9 -0
- package/dist/load-balancer-port.js +27 -0
- package/dist/logs.d.ts +9 -0
- package/dist/logs.js +40 -0
- package/dist/member-permission.d.ts +9 -0
- package/dist/member-permission.js +9 -0
- package/dist/member.d.ts +9 -0
- package/dist/member.js +40 -0
- package/dist/object-storage-usage-segment.d.ts +9 -0
- package/dist/object-storage-usage-segment.js +46 -0
- package/dist/ownership-transfer.d.ts +9 -0
- package/dist/ownership-transfer.js +35 -0
- package/dist/permission.d.ts +9 -0
- package/dist/permission.js +12 -0
- package/dist/plan_configuration.d.ts +10 -0
- package/{plan_configuration.ts → dist/plan_configuration.js} +13 -21
- package/dist/project/connection.d.ts +9 -0
- package/dist/project/connection.js +14 -0
- package/dist/project/index.d.ts +16 -0
- package/dist/project/index.js +256 -0
- package/dist/project/preview.d.ts +9 -0
- package/dist/project/preview.js +37 -0
- package/dist/project-environment.d.ts +9 -0
- package/dist/project-environment.js +13 -0
- package/dist/project-tag-assignment.d.ts +9 -0
- package/dist/project-tag-assignment.js +32 -0
- package/dist/project_analytics.d.ts +9 -0
- package/dist/project_analytics.js +18 -0
- package/dist/provider.d.ts +9 -0
- package/dist/provider.js +10 -0
- package/dist/region.d.ts +9 -0
- package/dist/region.js +17 -0
- package/dist/role.d.ts +9 -0
- package/dist/role.js +11 -0
- package/dist/sandbox-activity.d.ts +9 -0
- package/dist/sandbox-activity.js +49 -0
- package/dist/sandbox-image.d.ts +9 -0
- package/dist/sandbox-image.js +31 -0
- package/dist/sandbox-snapshot-usage-segment.d.ts +9 -0
- package/dist/sandbox-snapshot-usage-segment.js +49 -0
- package/dist/sandbox-snapshot.d.ts +9 -0
- package/dist/sandbox-snapshot.js +51 -0
- package/dist/sandbox-usage-segment.d.ts +9 -0
- package/dist/sandbox-usage-segment.js +57 -0
- package/dist/sandbox.d.ts +9 -0
- package/dist/sandbox.js +132 -0
- package/dist/server.d.ts +9 -0
- package/dist/server.js +101 -0
- package/dist/settings.d.ts +9 -0
- package/dist/settings.js +49 -0
- package/dist/storage.d.ts +36 -0
- package/dist/storage.js +82 -0
- package/dist/subscription.d.ts +9 -0
- package/dist/subscription.js +82 -0
- package/dist/tag.d.ts +9 -0
- package/dist/tag.js +29 -0
- package/dist/team.d.ts +9 -0
- package/dist/team.js +82 -0
- package/dist/token.d.ts +9 -0
- package/dist/token.js +36 -0
- package/dist/types/activity-log.d.ts +18 -0
- package/dist/types/activity-log.js +2 -0
- package/dist/types/app-message.d.ts +15 -0
- package/dist/types/app-message.js +2 -0
- package/dist/types/auto-scaling-group.d.ts +20 -0
- package/dist/types/auto-scaling-group.js +2 -0
- package/dist/types/card.d.ts +12 -0
- package/dist/types/card.js +2 -0
- package/dist/types/cashier_subscription.d.ts +27 -0
- package/dist/types/cashier_subscription.js +2 -0
- package/dist/types/collab-annotation.d.ts +27 -0
- package/dist/types/collab-annotation.js +2 -0
- package/dist/types/collab-comment.d.ts +20 -0
- package/dist/types/collab-comment.js +2 -0
- package/{types/collab-integration.ts → dist/types/collab-integration.d.ts} +7 -8
- package/dist/types/collab-integration.js +2 -0
- package/dist/types/collab-push-subscription.d.ts +12 -0
- package/dist/types/collab-push-subscription.js +2 -0
- package/dist/types/collab-settings.d.ts +16 -0
- package/dist/types/collab-settings.js +2 -0
- package/{types/collab-share-token.ts → dist/types/collab-share-token.d.ts} +7 -8
- package/dist/types/collab-share-token.js +2 -0
- package/dist/types/compute.d.ts +48 -0
- package/dist/types/compute.js +2 -0
- package/dist/types/db-image.d.ts +25 -0
- package/dist/types/db-image.js +2 -0
- package/dist/types/domain/dns.d.ts +12 -0
- package/dist/types/domain/dns.js +2 -0
- package/dist/types/domain/index.d.ts +35 -0
- package/dist/types/domain/index.js +2 -0
- package/{types/domain/renewal.ts → dist/types/domain/renewal.d.ts} +0 -1
- package/dist/types/domain/renewal.js +2 -0
- package/dist/types/domain/transfer.d.ts +27 -0
- package/dist/types/domain/transfer.js +2 -0
- package/dist/types/env.d.ts +13 -0
- package/dist/types/env.js +2 -0
- package/{types/environment-variable.ts → dist/types/environment-variable.d.ts} +7 -8
- package/dist/types/environment-variable.js +2 -0
- package/{types/following.ts → dist/types/following.d.ts} +2 -3
- package/dist/types/following.js +2 -0
- package/dist/types/framework.d.ts +39 -0
- package/dist/types/framework.js +2 -0
- package/dist/types/git.d.ts +14 -0
- package/dist/types/git.js +2 -0
- package/dist/types/idempotency.d.ts +10 -0
- package/dist/types/idempotency.js +2 -0
- package/{types/index.ts → dist/types/index.d.ts} +5 -26
- package/dist/types/index.js +2 -0
- package/{types/installed_integration.ts → dist/types/installed_integration.d.ts} +3 -6
- package/dist/types/installed_integration.js +2 -0
- package/dist/types/integration.d.ts +14 -0
- package/dist/types/integration.js +2 -0
- package/dist/types/intention.d.ts +13 -0
- package/dist/types/intention.js +2 -0
- package/dist/types/invoice.d.ts +15 -0
- package/dist/types/invoice.js +2 -0
- package/dist/types/job.d.ts +19 -0
- package/dist/types/job.js +2 -0
- package/dist/types/license.d.ts +18 -0
- package/dist/types/license.js +2 -0
- package/{types/load-balancer-port.ts → dist/types/load-balancer-port.d.ts} +7 -8
- package/dist/types/load-balancer-port.js +2 -0
- package/dist/types/logs.d.ts +35 -0
- package/dist/types/logs.js +2 -0
- package/{types/member-permission.ts → dist/types/member-permission.d.ts} +3 -6
- package/dist/types/member-permission.js +2 -0
- package/dist/types/member.d.ts +18 -0
- package/dist/types/member.js +2 -0
- package/dist/types/object-storage-usage-segment.d.ts +23 -0
- package/dist/types/object-storage-usage-segment.js +2 -0
- package/dist/types/ownership-transfer.d.ts +12 -0
- package/dist/types/ownership-transfer.js +2 -0
- package/{types/permission.ts → dist/types/permission.d.ts} +8 -14
- package/dist/types/permission.js +2 -0
- package/dist/types/plan_configuration.d.ts +55 -0
- package/dist/types/plan_configuration.js +2 -0
- package/{types/project/connection.ts → dist/types/project/connection.d.ts} +2 -3
- package/dist/types/project/connection.js +2 -0
- package/dist/types/project/index.d.ts +100 -0
- package/dist/types/project/index.js +2 -0
- package/dist/types/project/preview.d.ts +21 -0
- package/dist/types/project/preview.js +2 -0
- package/dist/types/project-environment.d.ts +13 -0
- package/dist/types/project-environment.js +2 -0
- package/{types/project-tag-assignment.ts → dist/types/project-tag-assignment.d.ts} +6 -7
- package/dist/types/project-tag-assignment.js +2 -0
- package/dist/types/project_analytics.d.ts +11 -0
- package/dist/types/project_analytics.js +2 -0
- package/{types/provider.ts → dist/types/provider.d.ts} +4 -5
- package/dist/types/provider.js +2 -0
- package/dist/types/region.d.ts +15 -0
- package/dist/types/region.js +2 -0
- package/{types/role.ts → dist/types/role.d.ts} +4 -8
- package/dist/types/role.js +2 -0
- package/dist/types/sandbox-activity.d.ts +14 -0
- package/dist/types/sandbox-activity.js +2 -0
- package/dist/types/sandbox-image.d.ts +9 -0
- package/dist/types/sandbox-image.js +2 -0
- package/dist/types/sandbox-snapshot-usage-segment.d.ts +16 -0
- package/dist/types/sandbox-snapshot-usage-segment.js +2 -0
- package/dist/types/sandbox-snapshot.d.ts +16 -0
- package/dist/types/sandbox-snapshot.js +2 -0
- package/dist/types/sandbox-usage-segment.d.ts +25 -0
- package/dist/types/sandbox-usage-segment.js +2 -0
- package/dist/types/sandbox.d.ts +41 -0
- package/dist/types/sandbox.js +2 -0
- package/dist/types/server.d.ts +32 -0
- package/dist/types/server.js +2 -0
- package/dist/types/settings.d.ts +11 -0
- package/dist/types/settings.js +2 -0
- package/dist/types/storage.d.ts +79 -0
- package/dist/types/storage.js +2 -0
- package/dist/types/subscription.d.ts +33 -0
- package/dist/types/subscription.js +2 -0
- package/{types/tag.ts → dist/types/tag.d.ts} +6 -7
- package/dist/types/tag.js +2 -0
- package/dist/types/team.d.ts +24 -0
- package/dist/types/team.js +2 -0
- package/{types/token.ts → dist/types/token.d.ts} +6 -7
- package/dist/types/token.js +2 -0
- package/dist/types/user.d.ts +44 -0
- package/dist/types/user.js +2 -0
- package/dist/types/volume-usage-segment.d.ts +16 -0
- package/dist/types/volume-usage-segment.js +2 -0
- package/dist/types/volume.d.ts +20 -0
- package/dist/types/volume.js +2 -0
- package/dist/types/wallet.d.ts +8 -0
- package/dist/types/wallet.js +2 -0
- package/{types/webhook-category.ts → dist/types/webhook-category.d.ts} +1 -2
- package/dist/types/webhook-category.js +2 -0
- package/{types/webhook-event.ts → dist/types/webhook-event.d.ts} +1 -2
- package/dist/types/webhook-event.js +2 -0
- package/{types/webhook-setting.ts → dist/types/webhook-setting.d.ts} +1 -2
- package/dist/types/webhook-setting.js +2 -0
- package/dist/user.d.ts +9 -0
- package/dist/user.js +70 -0
- package/dist/volume-usage-segment.d.ts +9 -0
- package/dist/volume-usage-segment.js +46 -0
- package/dist/volume.d.ts +9 -0
- package/dist/volume.js +48 -0
- package/dist/wallet.d.ts +9 -0
- package/dist/wallet.js +26 -0
- package/dist/webhook-category.d.ts +9 -0
- package/dist/webhook-category.js +10 -0
- package/dist/webhook-event.d.ts +9 -0
- package/dist/webhook-event.js +19 -0
- package/dist/webhook-setting.d.ts +9 -0
- package/dist/webhook-setting.js +50 -0
- package/package.json +6 -2
- package/.claude/settings.local.json +0 -7
- package/.eslintrc.js +0 -26
- package/.prettierrc +0 -4
- package/activity-log.ts +0 -66
- package/app-message.ts +0 -18
- package/auto-scaling.ts +0 -72
- package/card.ts +0 -45
- package/cashier_subscription.ts +0 -35
- package/cashier_subscription_item.ts +0 -25
- package/collab-annotation.ts +0 -36
- package/collab-comment.ts +0 -27
- package/collab-integration.ts +0 -21
- package/collab-push-subscription.ts +0 -19
- package/collab-settings.ts +0 -29
- package/collab-share-token.ts +0 -15
- package/compute.ts +0 -88
- package/db-image.ts +0 -71
- package/domain/dns.ts +0 -34
- package/domain/index.ts +0 -113
- package/domain/renewal.ts +0 -25
- package/domain/transfer.ts +0 -112
- package/enum/index.ts +0 -315
- package/env.ts +0 -38
- package/environment-variable.ts +0 -21
- package/follower.ts +0 -19
- package/following.ts +0 -19
- package/framework.ts +0 -88
- package/integration.ts +0 -39
- package/intention.ts +0 -40
- package/invoice.ts +0 -36
- package/job.ts +0 -30
- package/load-balancer-port.ts +0 -31
- package/logs.ts +0 -44
- package/member-permission.ts +0 -13
- package/member.ts +0 -44
- package/object-storage-usage-segment.ts +0 -59
- package/ownership-transfer.ts +0 -42
- package/permission.ts +0 -13
- package/project/connection.ts +0 -21
- package/project/index.ts +0 -264
- package/project/preview.ts +0 -41
- package/project-environment.ts +0 -18
- package/project-tag-assignment.ts +0 -40
- package/project_analytics.ts +0 -26
- package/provider.ts +0 -11
- package/region.ts +0 -18
- package/role.ts +0 -12
- package/sandbox-activity.ts +0 -53
- package/sandbox-image.ts +0 -35
- package/sandbox-snapshot-usage-segment.ts +0 -61
- package/sandbox-snapshot.ts +0 -55
- package/sandbox-usage-segment.ts +0 -69
- package/sandbox.ts +0 -134
- package/server.ts +0 -105
- package/settings.ts +0 -53
- package/storage.ts +0 -117
- package/subscription.ts +0 -86
- package/tag.ts +0 -34
- package/team.ts +0 -86
- package/token.ts +0 -40
- package/tsconfig.json +0 -14
- package/types/activity-log.ts +0 -19
- package/types/app-message.ts +0 -16
- package/types/auto-scaling-group.ts +0 -21
- package/types/card.ts +0 -20
- package/types/cashier_subscription.ts +0 -29
- package/types/collab-annotation.ts +0 -28
- package/types/collab-comment.ts +0 -22
- package/types/collab-push-subscription.ts +0 -10
- package/types/collab-settings.ts +0 -17
- package/types/compute.ts +0 -51
- package/types/db-image.ts +0 -19
- package/types/domain/dns.ts +0 -13
- package/types/domain/index.ts +0 -36
- package/types/domain/transfer.ts +0 -32
- package/types/env.ts +0 -14
- package/types/framework.ts +0 -41
- package/types/git.ts +0 -15
- package/types/idempotency.ts +0 -12
- package/types/integration.ts +0 -24
- package/types/intention.ts +0 -14
- package/types/invoice.ts +0 -16
- package/types/job.ts +0 -20
- package/types/license.ts +0 -19
- package/types/logs.ts +0 -36
- package/types/member.ts +0 -19
- package/types/object-storage-usage-segment.ts +0 -26
- package/types/ownership-transfer.ts +0 -13
- package/types/plan_configuration.ts +0 -56
- package/types/project/index.ts +0 -101
- package/types/project/preview.ts +0 -22
- package/types/project-environment.ts +0 -14
- package/types/project_analytics.ts +0 -12
- package/types/region.ts +0 -16
- package/types/sandbox-activity.ts +0 -15
- package/types/sandbox-image.ts +0 -10
- package/types/sandbox-snapshot-usage-segment.ts +0 -18
- package/types/sandbox-snapshot.ts +0 -17
- package/types/sandbox-usage-segment.ts +0 -28
- package/types/sandbox.ts +0 -43
- package/types/server.ts +0 -59
- package/types/settings.ts +0 -19
- package/types/storage.ts +0 -91
- package/types/subscription.ts +0 -34
- package/types/team.ts +0 -25
- package/types/user.ts +0 -45
- package/types/volume-usage-segment.ts +0 -18
- package/types/volume.ts +0 -21
- package/types/wallet.ts +0 -9
- package/user.ts +0 -75
- package/volume-usage-segment.ts +0 -59
- package/volume.ts +0 -53
- package/wallet.ts +0 -27
- package/webhook-category.ts +0 -11
- package/webhook-event.ts +0 -20
- package/webhook-setting.ts +0 -48
|
@@ -3,7 +3,6 @@ import { IWebhookEvent } from "./webhook-event";
|
|
|
3
3
|
import { ISubscription } from "./subscription";
|
|
4
4
|
import { IUser } from "./user";
|
|
5
5
|
import { ITeam } from "./team";
|
|
6
|
-
|
|
7
6
|
export interface IWebhookSetting extends Document {
|
|
8
7
|
user_id: IUser;
|
|
9
8
|
team_id?: ITeam;
|
|
@@ -14,4 +13,4 @@ export interface IWebhookSetting extends Document {
|
|
|
14
13
|
discordUrl: string;
|
|
15
14
|
slackUrl: string;
|
|
16
15
|
events: IWebhookEvent[];
|
|
17
|
-
}
|
|
16
|
+
}
|
package/dist/user.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IUser } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IUser, {}, {}, {}, import("mongoose").Document<unknown, {}, IUser, {}, import("mongoose").DefaultSchemaOptions> & IUser & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IUser>;
|
|
9
|
+
export default _default;
|
package/dist/user.js
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const userSchema = new mongoose_1.Schema({
|
|
5
|
+
first_name: String,
|
|
6
|
+
last_name: String,
|
|
7
|
+
username: String,
|
|
8
|
+
email: { type: String, required: true },
|
|
9
|
+
password: { type: String },
|
|
10
|
+
email_verified_at: Date,
|
|
11
|
+
following: [{ type: mongoose_1.Schema.Types.ObjectId, ref: "Following" }],
|
|
12
|
+
verification_token: { ype: Number },
|
|
13
|
+
location: { type: String },
|
|
14
|
+
interests: { type: Array },
|
|
15
|
+
github: Object,
|
|
16
|
+
gitlab: Object,
|
|
17
|
+
bitbucket: Object,
|
|
18
|
+
access_code: { type: Number },
|
|
19
|
+
company: String,
|
|
20
|
+
projects: [{ type: mongoose_1.Schema.Types.ObjectId, ref: "Project" }],
|
|
21
|
+
teams: [{ type: mongoose_1.Schema.Types.ObjectId, ref: "Team" }],
|
|
22
|
+
avatar: { type: String },
|
|
23
|
+
freeTrialActive: {
|
|
24
|
+
type: Boolean,
|
|
25
|
+
default: true,
|
|
26
|
+
required: false,
|
|
27
|
+
},
|
|
28
|
+
activated: {
|
|
29
|
+
type: Boolean,
|
|
30
|
+
default: false,
|
|
31
|
+
required: false,
|
|
32
|
+
},
|
|
33
|
+
build_disabled: {
|
|
34
|
+
type: Boolean,
|
|
35
|
+
default: false,
|
|
36
|
+
required: false,
|
|
37
|
+
},
|
|
38
|
+
build_disabled_by: {
|
|
39
|
+
type: String,
|
|
40
|
+
required: false,
|
|
41
|
+
},
|
|
42
|
+
sandbox_disabled: {
|
|
43
|
+
type: Boolean,
|
|
44
|
+
default: false,
|
|
45
|
+
},
|
|
46
|
+
sandbox_disabled_by: {
|
|
47
|
+
type: String,
|
|
48
|
+
default: null,
|
|
49
|
+
},
|
|
50
|
+
ai_usage_count: {
|
|
51
|
+
type: Number,
|
|
52
|
+
default: 0,
|
|
53
|
+
required: false
|
|
54
|
+
},
|
|
55
|
+
tenant: { type: mongoose_1.Schema.Types.ObjectId, ref: "Tenancy", required: false },
|
|
56
|
+
is_waitlist: { type: Boolean, default: true },
|
|
57
|
+
spending_limit: { type: Number },
|
|
58
|
+
build_minutes: { type: Number, default: 0 },
|
|
59
|
+
notifications: Object,
|
|
60
|
+
disabled: Boolean,
|
|
61
|
+
disabled_at: Date,
|
|
62
|
+
has_payment_method: Boolean,
|
|
63
|
+
totp_enabled: { type: Boolean, default: false },
|
|
64
|
+
}, {
|
|
65
|
+
timestamps: {
|
|
66
|
+
createdAt: "created_at",
|
|
67
|
+
updatedAt: "updated_at",
|
|
68
|
+
},
|
|
69
|
+
});
|
|
70
|
+
exports.default = (0, mongoose_1.model)("User", userSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IVolumeUsageSegment } from "./types/volume-usage-segment";
|
|
2
|
+
declare const _default: import("mongoose").Model<IVolumeUsageSegment, {}, {}, {}, import("mongoose").Document<unknown, {}, IVolumeUsageSegment, {}, import("mongoose").DefaultSchemaOptions> & IVolumeUsageSegment & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IVolumeUsageSegment>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const volumeUsageSegmentSchema = new mongoose_1.Schema({
|
|
5
|
+
volume_id: {
|
|
6
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
7
|
+
ref: "Volume",
|
|
8
|
+
required: true,
|
|
9
|
+
},
|
|
10
|
+
user_id: {
|
|
11
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
12
|
+
ref: "User",
|
|
13
|
+
required: true,
|
|
14
|
+
index: true,
|
|
15
|
+
},
|
|
16
|
+
team_id: {
|
|
17
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
18
|
+
ref: "Team",
|
|
19
|
+
default: null,
|
|
20
|
+
index: true,
|
|
21
|
+
},
|
|
22
|
+
size_gb: {
|
|
23
|
+
type: Number,
|
|
24
|
+
default: 0,
|
|
25
|
+
},
|
|
26
|
+
costs: {
|
|
27
|
+
startDate: { type: Date, required: true },
|
|
28
|
+
endDate: { type: Date, default: null },
|
|
29
|
+
},
|
|
30
|
+
billed: {
|
|
31
|
+
type: Boolean,
|
|
32
|
+
default: false,
|
|
33
|
+
index: true,
|
|
34
|
+
},
|
|
35
|
+
}, {
|
|
36
|
+
timestamps: true,
|
|
37
|
+
});
|
|
38
|
+
volumeUsageSegmentSchema.index({ user_id: 1, billed: 1, "costs.endDate": 1 });
|
|
39
|
+
volumeUsageSegmentSchema.index({ team_id: 1, billed: 1, "costs.endDate": 1 });
|
|
40
|
+
volumeUsageSegmentSchema.index({ volume_id: 1, "costs.endDate": 1 });
|
|
41
|
+
volumeUsageSegmentSchema.index({ volume_id: 1 }, {
|
|
42
|
+
unique: true,
|
|
43
|
+
partialFilterExpression: { "costs.endDate": null },
|
|
44
|
+
name: "unique_open_segment_per_volume",
|
|
45
|
+
});
|
|
46
|
+
exports.default = (0, mongoose_1.model)("VolumeUsageSegment", volumeUsageSegmentSchema, "volume_usage_segments");
|
package/dist/volume.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IVolume } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IVolume, {}, {}, {}, import("mongoose").Document<unknown, {}, IVolume, {}, import("mongoose").DefaultSchemaOptions> & IVolume & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IVolume>;
|
|
9
|
+
export default _default;
|
package/dist/volume.js
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const volumeSchema = new mongoose_1.Schema({
|
|
5
|
+
name: String,
|
|
6
|
+
user: {
|
|
7
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
8
|
+
required: false,
|
|
9
|
+
ref: "User",
|
|
10
|
+
default: null,
|
|
11
|
+
},
|
|
12
|
+
team: {
|
|
13
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
14
|
+
required: false,
|
|
15
|
+
ref: "Team",
|
|
16
|
+
default: null,
|
|
17
|
+
},
|
|
18
|
+
namespace: {
|
|
19
|
+
type: String,
|
|
20
|
+
required: false
|
|
21
|
+
},
|
|
22
|
+
type: {
|
|
23
|
+
type: String,
|
|
24
|
+
required: false,
|
|
25
|
+
default: "project"
|
|
26
|
+
},
|
|
27
|
+
size: { type: Number, required: true },
|
|
28
|
+
mount_path: { type: String },
|
|
29
|
+
csi_volume_id: { type: String, default: null },
|
|
30
|
+
region: { type: mongoose_1.Schema.Types.ObjectId, ref: "Region", default: null },
|
|
31
|
+
attached_sandbox_id: {
|
|
32
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
33
|
+
ref: "Sandbox",
|
|
34
|
+
default: null,
|
|
35
|
+
},
|
|
36
|
+
attached_project_id: {
|
|
37
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
38
|
+
ref: "Project",
|
|
39
|
+
default: null,
|
|
40
|
+
},
|
|
41
|
+
last_attached_at: { type: Date, default: null },
|
|
42
|
+
}, {
|
|
43
|
+
timestamps: {
|
|
44
|
+
createdAt: "created_at",
|
|
45
|
+
updatedAt: "updated_at",
|
|
46
|
+
},
|
|
47
|
+
});
|
|
48
|
+
exports.default = (0, mongoose_1.model)("Volume", volumeSchema);
|
package/dist/wallet.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IWallet } from "./types/wallet";
|
|
2
|
+
declare const _default: import("mongoose").Model<IWallet, {}, {}, {}, import("mongoose").Document<unknown, {}, IWallet, {}, import("mongoose").DefaultSchemaOptions> & IWallet & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IWallet>;
|
|
9
|
+
export default _default;
|
package/dist/wallet.js
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const walletSchema = new mongoose_1.Schema({
|
|
5
|
+
balance: {
|
|
6
|
+
type: Number,
|
|
7
|
+
required: true,
|
|
8
|
+
},
|
|
9
|
+
enabled: {
|
|
10
|
+
type: Boolean,
|
|
11
|
+
default: true,
|
|
12
|
+
},
|
|
13
|
+
slug: {
|
|
14
|
+
type: String,
|
|
15
|
+
required: true,
|
|
16
|
+
},
|
|
17
|
+
provider: {
|
|
18
|
+
type: String,
|
|
19
|
+
required: true,
|
|
20
|
+
},
|
|
21
|
+
discounted: {
|
|
22
|
+
type: Boolean,
|
|
23
|
+
default: false
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
exports.default = (0, mongoose_1.model)("Wallet", walletSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IWebhookCategory } from "./types/webhook-category";
|
|
2
|
+
declare const _default: import("mongoose").Model<IWebhookCategory, {}, {}, {}, import("mongoose").Document<unknown, {}, IWebhookCategory, {}, import("mongoose").DefaultSchemaOptions> & IWebhookCategory & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IWebhookCategory>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const webhookCategorySchema = new mongoose_1.Schema({
|
|
5
|
+
category: {
|
|
6
|
+
type: String,
|
|
7
|
+
required: true,
|
|
8
|
+
}
|
|
9
|
+
});
|
|
10
|
+
exports.default = (0, mongoose_1.model)("WebhookCategory", webhookCategorySchema, "webhook_category");
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IWebhookEvent } from "./types/webhook-event";
|
|
2
|
+
declare const _default: import("mongoose").Model<IWebhookEvent, {}, {}, {}, import("mongoose").Document<unknown, {}, IWebhookEvent, {}, import("mongoose").DefaultSchemaOptions> & IWebhookEvent & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IWebhookEvent>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const webhookEventSchema = new mongoose_1.Schema({
|
|
5
|
+
name: {
|
|
6
|
+
type: String,
|
|
7
|
+
required: true,
|
|
8
|
+
},
|
|
9
|
+
category: {
|
|
10
|
+
ref: "WebhookCategory",
|
|
11
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
12
|
+
required: true,
|
|
13
|
+
},
|
|
14
|
+
description: {
|
|
15
|
+
type: String,
|
|
16
|
+
required: true,
|
|
17
|
+
},
|
|
18
|
+
});
|
|
19
|
+
exports.default = (0, mongoose_1.model)("WebhookEvent", webhookEventSchema, "webhook_event");
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IWebhookSetting } from "./types/webhook-setting";
|
|
2
|
+
declare const _default: import("mongoose").Model<IWebhookSetting, {}, {}, {}, import("mongoose").Document<unknown, {}, IWebhookSetting, {}, import("mongoose").DefaultSchemaOptions> & IWebhookSetting & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IWebhookSetting>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const mongoose_1 = require("mongoose");
|
|
7
|
+
const webhook_event_1 = __importDefault(require("./webhook-event"));
|
|
8
|
+
const webhookSettingSchema = new mongoose_1.Schema({
|
|
9
|
+
webhook_id: {
|
|
10
|
+
type: String,
|
|
11
|
+
required: false,
|
|
12
|
+
},
|
|
13
|
+
user_id: {
|
|
14
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
15
|
+
ref: "User",
|
|
16
|
+
required: true,
|
|
17
|
+
},
|
|
18
|
+
team_id: {
|
|
19
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
20
|
+
ref: "Team",
|
|
21
|
+
required: false,
|
|
22
|
+
},
|
|
23
|
+
subscription_id: {
|
|
24
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
25
|
+
ref: "Subscription",
|
|
26
|
+
required: true,
|
|
27
|
+
},
|
|
28
|
+
external_webhook_url: {
|
|
29
|
+
type: String,
|
|
30
|
+
required: false,
|
|
31
|
+
},
|
|
32
|
+
webhookUrl: {
|
|
33
|
+
type: String,
|
|
34
|
+
required: false,
|
|
35
|
+
},
|
|
36
|
+
discordUrl: {
|
|
37
|
+
type: String,
|
|
38
|
+
default: false,
|
|
39
|
+
},
|
|
40
|
+
slackUrl: {
|
|
41
|
+
type: String,
|
|
42
|
+
default: false,
|
|
43
|
+
},
|
|
44
|
+
events: {
|
|
45
|
+
type: [mongoose_1.Schema.Types.ObjectId],
|
|
46
|
+
ref: webhook_event_1.default,
|
|
47
|
+
default: [],
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
exports.default = (0, mongoose_1.model)("WebhookSetting", webhookSettingSchema, "webhook_settings");
|
package/package.json
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brimble/models",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.47",
|
|
4
4
|
"description": "Brimble models",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist"
|
|
9
|
+
],
|
|
7
10
|
"scripts": {
|
|
8
|
-
"build": "rm -rf dist && tsc -p ."
|
|
11
|
+
"build": "rm -rf dist && tsc -p .",
|
|
12
|
+
"prepack": "npm run build"
|
|
9
13
|
},
|
|
10
14
|
"license": "MIT",
|
|
11
15
|
"dependencies": {
|
package/.eslintrc.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
parser: "@typescript-eslint/parser",
|
|
3
|
-
parserOptions: {
|
|
4
|
-
project: "tsconfig.json",
|
|
5
|
-
tsconfigRootDir: __dirname,
|
|
6
|
-
sourceType: "module",
|
|
7
|
-
},
|
|
8
|
-
plugins: ["@typescript-eslint/eslint-plugin"],
|
|
9
|
-
extends: [
|
|
10
|
-
"plugin:@typescript-eslint/recommended",
|
|
11
|
-
"plugin:prettier/recommended",
|
|
12
|
-
],
|
|
13
|
-
root: true,
|
|
14
|
-
env: {
|
|
15
|
-
node: true,
|
|
16
|
-
jest: true,
|
|
17
|
-
},
|
|
18
|
-
ignorePatterns: [".eslintrc.js"],
|
|
19
|
-
rules: {
|
|
20
|
-
"@typescript-eslint/interface-name-prefix": "off",
|
|
21
|
-
"@typescript-eslint/explicit-function-return-type": "off",
|
|
22
|
-
"@typescript-eslint/explicit-module-boundary-types": "off",
|
|
23
|
-
"@typescript-eslint/no-explicit-any": "off",
|
|
24
|
-
"@typescript-eslint/no-var-requires": 0,
|
|
25
|
-
},
|
|
26
|
-
};
|
package/.prettierrc
DELETED
package/activity-log.ts
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IActivityLog } from "./types";
|
|
3
|
-
|
|
4
|
-
const activityLogSchema: Schema = new Schema(
|
|
5
|
-
{
|
|
6
|
-
user_id: {
|
|
7
|
-
type: Schema.Types.ObjectId,
|
|
8
|
-
ref: "User",
|
|
9
|
-
required: true,
|
|
10
|
-
index: true,
|
|
11
|
-
},
|
|
12
|
-
team_id: {
|
|
13
|
-
type: Schema.Types.ObjectId,
|
|
14
|
-
ref: "Team",
|
|
15
|
-
default: null,
|
|
16
|
-
index: true,
|
|
17
|
-
},
|
|
18
|
-
action: {
|
|
19
|
-
type: String,
|
|
20
|
-
required: true,
|
|
21
|
-
index: true,
|
|
22
|
-
},
|
|
23
|
-
description: {
|
|
24
|
-
type: String,
|
|
25
|
-
},
|
|
26
|
-
context: {
|
|
27
|
-
type: String,
|
|
28
|
-
},
|
|
29
|
-
metadata: {
|
|
30
|
-
type: Schema.Types.Mixed,
|
|
31
|
-
default: {},
|
|
32
|
-
},
|
|
33
|
-
ip_address: {
|
|
34
|
-
type: String,
|
|
35
|
-
},
|
|
36
|
-
user_agent: {
|
|
37
|
-
type: String,
|
|
38
|
-
},
|
|
39
|
-
status: {
|
|
40
|
-
type: String,
|
|
41
|
-
enum: ["success", "failure"],
|
|
42
|
-
default: "success",
|
|
43
|
-
},
|
|
44
|
-
resource_type: {
|
|
45
|
-
type: String,
|
|
46
|
-
},
|
|
47
|
-
resource_id: {
|
|
48
|
-
type: Schema.Types.ObjectId,
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
timestamps: {
|
|
53
|
-
createdAt: "created_at",
|
|
54
|
-
updatedAt: "updated_at",
|
|
55
|
-
},
|
|
56
|
-
collection: "activity_logs",
|
|
57
|
-
},
|
|
58
|
-
);
|
|
59
|
-
|
|
60
|
-
activityLogSchema.index({ user_id: 1, created_at: -1 });
|
|
61
|
-
activityLogSchema.index({ user_id: 1, action: 1, created_at: -1 });
|
|
62
|
-
activityLogSchema.index({ team_id: 1, created_at: -1 });
|
|
63
|
-
activityLogSchema.index({ team_id: 1, action: 1, created_at: -1 });
|
|
64
|
-
activityLogSchema.index({ resource_type: 1, resource_id: 1 });
|
|
65
|
-
|
|
66
|
-
export default model<IActivityLog>("ActivityLog", activityLogSchema);
|
package/app-message.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IAppMessage } from "./types";
|
|
3
|
-
|
|
4
|
-
const appMessageSchema = new Schema(
|
|
5
|
-
{
|
|
6
|
-
userId: { type: Schema.Types.ObjectId, ref: "User", required: false, index: true },
|
|
7
|
-
teamId: { type: Schema.Types.ObjectId, ref: "Team", required: false, index: true },
|
|
8
|
-
level: { type: String, required: true },
|
|
9
|
-
message: { type: String, required: true },
|
|
10
|
-
seen: { type: Boolean, default: false, index: true },
|
|
11
|
-
meta: { type: Schema.Types.Mixed },
|
|
12
|
-
route: { type: String },
|
|
13
|
-
type: { type: String, required: true },
|
|
14
|
-
},
|
|
15
|
-
{ timestamps: true, collection: "app_messages" },
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
export default model<IAppMessage>("AppMessage", appMessageSchema);
|
package/auto-scaling.ts
DELETED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IAutoScalingGroup } from "./types";
|
|
3
|
-
|
|
4
|
-
const autoScalingGroupSchema = new Schema(
|
|
5
|
-
{
|
|
6
|
-
name: {
|
|
7
|
-
type: String,
|
|
8
|
-
required: true,
|
|
9
|
-
},
|
|
10
|
-
replicas: {
|
|
11
|
-
type: Number,
|
|
12
|
-
required: false,
|
|
13
|
-
default: 1,
|
|
14
|
-
},
|
|
15
|
-
user_id: {
|
|
16
|
-
type: Schema.Types.ObjectId,
|
|
17
|
-
ref: "User",
|
|
18
|
-
required: false,
|
|
19
|
-
},
|
|
20
|
-
team_id: {
|
|
21
|
-
type: Schema.Types.ObjectId,
|
|
22
|
-
ref: "Team",
|
|
23
|
-
required: false,
|
|
24
|
-
},
|
|
25
|
-
subscription_id: {
|
|
26
|
-
type: Schema.Types.ObjectId,
|
|
27
|
-
ref: "Subscription",
|
|
28
|
-
required: true,
|
|
29
|
-
},
|
|
30
|
-
min_containers: {
|
|
31
|
-
type: Number,
|
|
32
|
-
required: true,
|
|
33
|
-
min: 1,
|
|
34
|
-
default: 1,
|
|
35
|
-
},
|
|
36
|
-
max_containers: {
|
|
37
|
-
type: Number,
|
|
38
|
-
required: true,
|
|
39
|
-
default: 10,
|
|
40
|
-
},
|
|
41
|
-
max_memory: {
|
|
42
|
-
type: Number,
|
|
43
|
-
required: false,
|
|
44
|
-
},
|
|
45
|
-
max_cpu: {
|
|
46
|
-
type: Number,
|
|
47
|
-
required: false,
|
|
48
|
-
},
|
|
49
|
-
active: {
|
|
50
|
-
type: Boolean,
|
|
51
|
-
default: true,
|
|
52
|
-
},
|
|
53
|
-
meta: {
|
|
54
|
-
type: Object,
|
|
55
|
-
default: {},
|
|
56
|
-
},
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
timestamps: true,
|
|
60
|
-
collection: "autoscaling_groups",
|
|
61
|
-
},
|
|
62
|
-
);
|
|
63
|
-
|
|
64
|
-
autoScalingGroupSchema.index({ user_id: 1 });
|
|
65
|
-
autoScalingGroupSchema.index({ team_id: 1 });
|
|
66
|
-
autoScalingGroupSchema.index({ subscription_id: 1 });
|
|
67
|
-
|
|
68
|
-
export default model<IAutoScalingGroup>(
|
|
69
|
-
"AutoScalingGroup",
|
|
70
|
-
autoScalingGroupSchema,
|
|
71
|
-
"auto_scaling_groups",
|
|
72
|
-
);
|
package/card.ts
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { CARD_TYPES } from "./enum";
|
|
3
|
-
import { ICard } from "./types";
|
|
4
|
-
|
|
5
|
-
const cardSchema = new Schema(
|
|
6
|
-
{
|
|
7
|
-
user_id: {
|
|
8
|
-
ref: "User",
|
|
9
|
-
type: Schema.Types.ObjectId,
|
|
10
|
-
},
|
|
11
|
-
last4: {
|
|
12
|
-
type: String,
|
|
13
|
-
required: true,
|
|
14
|
-
},
|
|
15
|
-
card_type: {
|
|
16
|
-
type: String,
|
|
17
|
-
enum: Object.keys(CARD_TYPES),
|
|
18
|
-
required: true,
|
|
19
|
-
},
|
|
20
|
-
exp_month: {
|
|
21
|
-
type: String,
|
|
22
|
-
required: true,
|
|
23
|
-
},
|
|
24
|
-
exp_year: {
|
|
25
|
-
type: String,
|
|
26
|
-
required: true,
|
|
27
|
-
},
|
|
28
|
-
signature: {
|
|
29
|
-
type: String,
|
|
30
|
-
required: false,
|
|
31
|
-
},
|
|
32
|
-
authorization_code: {
|
|
33
|
-
type: String,
|
|
34
|
-
required: true,
|
|
35
|
-
},
|
|
36
|
-
preferred: {
|
|
37
|
-
type: Boolean,
|
|
38
|
-
default: true,
|
|
39
|
-
required: false,
|
|
40
|
-
},
|
|
41
|
-
},
|
|
42
|
-
{ timestamps: true, collection: "cards" },
|
|
43
|
-
);
|
|
44
|
-
|
|
45
|
-
export default model<ICard>("Card", cardSchema);
|
package/cashier_subscription.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
|
|
3
|
-
import { ICashierSubscription } from "./types";
|
|
4
|
-
|
|
5
|
-
const cashierSubscriptionSchema: Schema = new Schema(
|
|
6
|
-
{
|
|
7
|
-
user_id: {
|
|
8
|
-
ref: "User",
|
|
9
|
-
type: Schema.Types.ObjectId,
|
|
10
|
-
required: true
|
|
11
|
-
},
|
|
12
|
-
type: { type: String, default: "default" },
|
|
13
|
-
stripe_id: { type: String, required: true },
|
|
14
|
-
stripe_status: { type: String, required: true },
|
|
15
|
-
stripe_price: { type: String, default: null },
|
|
16
|
-
quantity: { type: Number, default: null },
|
|
17
|
-
trial_ends_at: { type: Date, default: null },
|
|
18
|
-
ends_at: { type: Date, default: null },
|
|
19
|
-
team_id: { type: Schema.Types.ObjectId, ref: "Team", default: null },
|
|
20
|
-
plan_type: { type: String, default: null },
|
|
21
|
-
domain_id: { type: Schema.Types.ObjectId, ref: "Domain", default: null },
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
timestamps: {
|
|
25
|
-
createdAt: "created_at",
|
|
26
|
-
updatedAt: "updated_at",
|
|
27
|
-
},
|
|
28
|
-
collection: "cashier_subscriptions",
|
|
29
|
-
},
|
|
30
|
-
);
|
|
31
|
-
|
|
32
|
-
export default model<ICashierSubscription>(
|
|
33
|
-
"CashierSubscription",
|
|
34
|
-
cashierSubscriptionSchema,
|
|
35
|
-
);
|