@brimble/models 3.8.77 → 3.8.79
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 +6 -27
- package/dist/alert-event.d.ts +9 -0
- package/dist/alert-event.js +78 -0
- package/dist/alert-rule-state.d.ts +9 -0
- package/dist/alert-rule-state.js +49 -0
- package/dist/alert-rule.d.ts +9 -0
- package/dist/alert-rule.js +77 -0
- package/dist/app-message.d.ts +6 -27
- package/dist/app-message.js +2 -2
- package/dist/auto-scaling.d.ts +6 -27
- package/dist/card.d.ts +6 -27
- package/dist/cashier_subscription.d.ts +6 -27
- package/dist/cashier_subscription_item.d.ts +6 -27
- package/dist/collab-annotation.d.ts +6 -27
- package/dist/collab-comment.d.ts +6 -27
- package/dist/collab-integration.d.ts +6 -27
- package/dist/collab-push-subscription.d.ts +6 -27
- package/dist/collab-settings.d.ts +6 -27
- package/dist/collab-share-token.d.ts +6 -27
- package/dist/compute.d.ts +6 -27
- package/dist/compute.js +6 -0
- package/dist/db-image.d.ts +6 -27
- package/dist/db-image.js +19 -0
- package/dist/domain/dns-changelog.d.ts +9 -0
- package/dist/domain/dns-changelog.js +82 -0
- package/dist/domain/dns.d.ts +6 -27
- package/dist/domain/index.d.ts +6 -27
- package/dist/domain/index.js +4 -0
- package/dist/domain/renewal.d.ts +6 -27
- package/dist/domain/transfer.d.ts +6 -27
- package/dist/enum/index.d.ts +184 -0
- package/dist/enum/index.js +273 -37
- package/dist/env.d.ts +6 -27
- package/dist/environment-variable.d.ts +6 -27
- package/dist/environment-variable.js +8 -0
- package/dist/follower.d.ts +6 -27
- package/dist/following.d.ts +6 -27
- package/dist/framework.d.ts +6 -27
- package/dist/idempotency.d.ts +9 -0
- package/dist/idempotency.js +17 -0
- package/dist/index.d.ts +25 -2
- package/dist/index.js +92 -3
- package/dist/integration.d.ts +6 -27
- package/dist/intention.d.ts +6 -27
- package/dist/invoice.d.ts +6 -27
- package/dist/job.d.ts +6 -2
- package/dist/job.js +17 -7
- package/dist/license.d.ts +6 -27
- package/dist/load-balancer-port.d.ts +6 -27
- package/dist/logs.d.ts +6 -27
- package/dist/logs.js +0 -2
- package/dist/member-permission.d.ts +6 -27
- package/dist/member.d.ts +6 -27
- 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 +6 -27
- package/dist/permission.d.ts +6 -27
- package/dist/plan_configuration.d.ts +6 -2
- package/dist/plan_configuration.js +22 -0
- package/dist/project/connection.d.ts +6 -27
- package/dist/project/index.d.ts +12 -29
- package/dist/project/index.js +29 -0
- package/dist/project/preview.d.ts +6 -27
- package/dist/project-environment.d.ts +6 -27
- package/dist/project-network-settings.d.ts +9 -0
- package/dist/project-network-settings.js +34 -0
- package/dist/project-tag-assignment.d.ts +6 -27
- package/dist/project_analytics.d.ts +6 -27
- package/dist/provider.d.ts +6 -27
- package/dist/provider.js +1 -0
- package/dist/quest-campaign.d.ts +9 -0
- package/dist/quest-campaign.js +39 -0
- package/dist/quest-participation.d.ts +9 -0
- package/dist/quest-participation.js +21 -0
- package/dist/quest-reward-issuance.d.ts +9 -0
- package/dist/quest-reward-issuance.js +19 -0
- package/dist/ratelimit.d.ts +9 -0
- package/dist/ratelimit.js +36 -0
- package/dist/region.d.ts +7 -28
- package/dist/role.d.ts +6 -27
- 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 +142 -0
- package/dist/server.d.ts +6 -27
- package/dist/settings.d.ts +6 -27
- package/dist/storage.d.ts +43 -0
- package/dist/storage.js +118 -0
- package/dist/streak-day.d.ts +9 -0
- package/dist/streak-day.js +11 -0
- package/dist/streak-event.d.ts +9 -0
- package/dist/streak-event.js +18 -0
- package/dist/streak-milestone.d.ts +9 -0
- package/dist/streak-milestone.js +11 -0
- package/dist/streak.d.ts +9 -0
- package/dist/streak.js +17 -0
- package/dist/subscription.d.ts +6 -27
- package/dist/tag.d.ts +6 -27
- package/dist/team.d.ts +6 -27
- package/dist/team.js +26 -0
- package/dist/token.d.ts +6 -27
- package/dist/types/alert-event.d.ts +23 -0
- package/dist/types/alert-event.js +2 -0
- package/dist/types/alert-rule-state.d.ts +13 -0
- package/dist/types/alert-rule-state.js +2 -0
- package/dist/types/alert-rule.d.ts +21 -0
- package/dist/types/alert-rule.js +2 -0
- package/dist/types/app-message.d.ts +2 -2
- package/dist/types/auto-scaling-group.d.ts +1 -1
- package/dist/types/compute.d.ts +3 -1
- package/dist/types/db-image.d.ts +5 -1
- package/dist/types/domain/dns-changelog.d.ts +20 -0
- package/dist/types/domain/dns-changelog.js +2 -0
- package/dist/types/domain/index.d.ts +1 -0
- package/dist/types/environment-variable.d.ts +2 -0
- package/dist/types/idempotency.d.ts +10 -0
- package/dist/types/idempotency.js +2 -0
- package/dist/types/index.d.ts +23 -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/plan_configuration.d.ts +22 -0
- package/dist/types/project/index.d.ts +7 -0
- package/dist/types/project-network-settings.d.ts +28 -0
- package/dist/types/project-network-settings.js +2 -0
- package/dist/types/provider.d.ts +1 -0
- package/dist/types/quest-campaign.d.ts +38 -0
- package/dist/types/quest-campaign.js +2 -0
- package/dist/types/quest-participation.d.ts +19 -0
- package/dist/types/quest-participation.js +2 -0
- package/dist/types/quest-reward-issuance.d.ts +17 -0
- package/dist/types/quest-reward-issuance.js +2 -0
- package/dist/types/ratelimit.d.ts +41 -0
- package/dist/types/ratelimit.js +2 -0
- package/dist/types/region.d.ts +2 -2
- 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 +46 -0
- package/dist/types/sandbox.js +2 -0
- package/dist/types/storage.d.ts +131 -0
- package/dist/types/storage.js +2 -0
- package/dist/types/streak-day.d.ts +9 -0
- package/dist/types/streak-day.js +2 -0
- package/dist/types/streak-event.d.ts +13 -0
- package/dist/types/streak-event.js +2 -0
- package/dist/types/streak-milestone.d.ts +10 -0
- package/dist/types/streak-milestone.js +2 -0
- package/dist/types/streak.d.ts +17 -0
- package/dist/types/streak.js +2 -0
- package/dist/types/team.d.ts +8 -2
- package/dist/types/user.d.ts +4 -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 +9 -3
- package/dist/types/wallet.d.ts +1 -0
- package/dist/user.d.ts +6 -27
- package/dist/user.js +14 -0
- package/dist/volume-usage-segment.d.ts +9 -0
- package/dist/volume-usage-segment.js +46 -0
- package/dist/volume.d.ts +6 -27
- package/dist/volume.js +21 -4
- package/dist/wallet.d.ts +6 -27
- package/dist/wallet.js +4 -0
- package/dist/webhook-category.d.ts +6 -27
- package/dist/webhook-event.d.ts +6 -27
- package/dist/webhook-setting.d.ts +6 -27
- package/package.json +9 -5
- 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 -66
- package/domain/dns.ts +0 -34
- package/domain/index.ts +0 -109
- package/domain/renewal.ts +0 -25
- package/domain/transfer.ts +0 -112
- package/enum/index.ts +0 -257
- 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/index.ts +0 -199
- 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 -47
- package/member-permission.ts +0 -13
- package/member.ts +0 -44
- package/ownership-transfer.ts +0 -42
- package/permission.ts +0 -13
- package/plan_configuration.ts +0 -48
- package/project/connection.ts +0 -21
- package/project/index.ts +0 -238
- 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/server.ts +0 -105
- package/settings.ts +0 -53
- package/subscription.ts +0 -86
- package/tag.ts +0 -34
- package/team.ts +0 -60
- 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-integration.ts +0 -14
- package/types/collab-push-subscription.ts +0 -10
- package/types/collab-settings.ts +0 -17
- package/types/collab-share-token.ts +0 -13
- package/types/compute.ts +0 -51
- package/types/db-image.ts +0 -18
- package/types/domain/dns.ts +0 -13
- package/types/domain/index.ts +0 -35
- package/types/domain/renewal.ts +0 -11
- package/types/domain/transfer.ts +0 -32
- package/types/env.ts +0 -14
- package/types/environment-variable.ts +0 -13
- package/types/following.ts +0 -6
- package/types/framework.ts +0 -41
- package/types/git.ts +0 -15
- package/types/index.ts +0 -56
- package/types/installed_integration.ts +0 -9
- 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/load-balancer-port.ts +0 -13
- package/types/logs.ts +0 -36
- package/types/member-permission.ts +0 -11
- package/types/member.ts +0 -19
- package/types/ownership-transfer.ts +0 -13
- package/types/permission.ts +0 -19
- package/types/plan_configuration.ts +0 -35
- package/types/project/connection.ts +0 -7
- package/types/project/index.ts +0 -96
- package/types/project/preview.ts +0 -22
- package/types/project-environment.ts +0 -14
- package/types/project-tag-assignment.ts +0 -14
- package/types/project_analytics.ts +0 -12
- package/types/provider.ts +0 -8
- package/types/region.ts +0 -16
- package/types/role.ts +0 -13
- package/types/server.ts +0 -59
- package/types/settings.ts +0 -19
- package/types/subscription.ts +0 -34
- package/types/tag.ts +0 -12
- package/types/team.ts +0 -19
- package/types/token.ts +0 -12
- package/types/user.ts +0 -41
- package/types/volume.ts +0 -15
- package/types/wallet.ts +0 -8
- package/types/webhook-category.ts +0 -5
- package/types/webhook-event.ts +0 -8
- package/types/webhook-setting.ts +0 -17
- package/user.ts +0 -61
- package/volume.ts +0 -36
- package/wallet.ts +0 -23
- package/webhook-category.ts +0 -11
- package/webhook-event.ts +0 -20
- package/webhook-setting.ts +0 -48
package/types/subscription.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { SUBSCRIPTION_PLAN_TYPE, SUBSCRIPTION_STATUS } from "../enum";
|
|
3
|
-
import { IUser } from "./user";
|
|
4
|
-
import { ITeam } from "./team";
|
|
5
|
-
import { IProject } from "./project";
|
|
6
|
-
|
|
7
|
-
export interface ISubscription extends Document {
|
|
8
|
-
initial_start_date: string;
|
|
9
|
-
team_id: ITeam;
|
|
10
|
-
due_amount: number;
|
|
11
|
-
admin_id: IUser;
|
|
12
|
-
downgraded: boolean;
|
|
13
|
-
billable_id: IUser;
|
|
14
|
-
project_id?: IProject;
|
|
15
|
-
plan_type: SUBSCRIPTION_PLAN_TYPE;
|
|
16
|
-
status: SUBSCRIPTION_STATUS;
|
|
17
|
-
amount: number;
|
|
18
|
-
transaction_retries: number;
|
|
19
|
-
debit_date: string;
|
|
20
|
-
start_date: string;
|
|
21
|
-
expiry_date: string;
|
|
22
|
-
reminder_date: string;
|
|
23
|
-
is_pending_downgrade: boolean;
|
|
24
|
-
grafana_org_id: string;
|
|
25
|
-
job_identifier: string;
|
|
26
|
-
trigger_created: boolean;
|
|
27
|
-
trigger_created_at: string;
|
|
28
|
-
disabled_at: Date;
|
|
29
|
-
specifications: {
|
|
30
|
-
[key: string]: any;
|
|
31
|
-
};
|
|
32
|
-
created_at: Date;
|
|
33
|
-
updated_at: Date;
|
|
34
|
-
}
|
package/types/tag.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { ITeam } from "./team";
|
|
3
|
-
import { IUser } from "./user";
|
|
4
|
-
|
|
5
|
-
export interface ITag extends Document {
|
|
6
|
-
name: string;
|
|
7
|
-
color: string;
|
|
8
|
-
teamId: ITeam;
|
|
9
|
-
createdBy: IUser;
|
|
10
|
-
createdAt: Date;
|
|
11
|
-
updatedAt: Date;
|
|
12
|
-
}
|
package/types/team.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { IMember, IProject, ISubscription } from "./";
|
|
3
|
-
import { BUILD_DISABLED_BY } from "../enum";
|
|
4
|
-
|
|
5
|
-
export interface ITeam extends Document {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
size: number;
|
|
9
|
-
members: IMember[];
|
|
10
|
-
projects: IProject[];
|
|
11
|
-
image: string;
|
|
12
|
-
isCreator: boolean;
|
|
13
|
-
build_minutes: number;
|
|
14
|
-
build_minutes_last_reset_at: Date | null;
|
|
15
|
-
build_minutes_cycle_anchor: Date | null;
|
|
16
|
-
build_disabled: boolean;
|
|
17
|
-
build_disabled_by: BUILD_DISABLED_BY;
|
|
18
|
-
subscription: ISubscription;
|
|
19
|
-
}
|
package/types/token.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { ISubscription } from "./subscription";
|
|
3
|
-
import { IUser } from "./user";
|
|
4
|
-
|
|
5
|
-
export interface IToken extends Document {
|
|
6
|
-
subscription_id: ISubscription;
|
|
7
|
-
owner_id: IUser;
|
|
8
|
-
key_id: string;
|
|
9
|
-
key: string;
|
|
10
|
-
tokens_remaining: number;
|
|
11
|
-
tokens_used: number;
|
|
12
|
-
}
|
package/types/user.ts
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { IGit } from ".";
|
|
3
|
-
import { IFollowing, IProject, ITeam } from "./";
|
|
4
|
-
import { BUILD_DISABLED_BY } from "../enum";
|
|
5
|
-
|
|
6
|
-
export interface IUser extends Document {
|
|
7
|
-
first_name: string;
|
|
8
|
-
last_name: string;
|
|
9
|
-
email: string;
|
|
10
|
-
username: string;
|
|
11
|
-
password: string;
|
|
12
|
-
email_verified_at: string;
|
|
13
|
-
verification_token: number;
|
|
14
|
-
token?: string;
|
|
15
|
-
company?: string;
|
|
16
|
-
github: IGit;
|
|
17
|
-
gitlab: IGit;
|
|
18
|
-
location: string;
|
|
19
|
-
interests: Array<string>;
|
|
20
|
-
bitbucket: IGit;
|
|
21
|
-
following: IFollowing[];
|
|
22
|
-
projects: IProject[];
|
|
23
|
-
teams: ITeam[];
|
|
24
|
-
avatar: string;
|
|
25
|
-
freeTrialActive: boolean;
|
|
26
|
-
activated: boolean;
|
|
27
|
-
is_waitlist: boolean;
|
|
28
|
-
build_disabled: boolean;
|
|
29
|
-
build_disabled_by: BUILD_DISABLED_BY;
|
|
30
|
-
spending_limit: number;
|
|
31
|
-
build_minutes: number;
|
|
32
|
-
disabled: boolean;
|
|
33
|
-
disabled_at: Date;
|
|
34
|
-
has_payment_method: boolean;
|
|
35
|
-
notifications: {
|
|
36
|
-
email: boolean;
|
|
37
|
-
mute: boolean;
|
|
38
|
-
};
|
|
39
|
-
created_at: Date;
|
|
40
|
-
updated_at: Date;
|
|
41
|
-
}
|
package/types/volume.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { IUser } from "./user";
|
|
3
|
-
import { ITeam } from "./team";
|
|
4
|
-
import { ISubscription } from "./subscription";
|
|
5
|
-
|
|
6
|
-
export interface IVolume extends Document {
|
|
7
|
-
name: string;
|
|
8
|
-
user?: IUser;
|
|
9
|
-
team?: ITeam;
|
|
10
|
-
subscription: ISubscription;
|
|
11
|
-
size: number;
|
|
12
|
-
mount_path?: string;
|
|
13
|
-
created_at?: Date;
|
|
14
|
-
updated_at?: Date;
|
|
15
|
-
}
|
package/types/wallet.ts
DELETED
package/types/webhook-event.ts
DELETED
package/types/webhook-setting.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { IWebhookEvent } from "./webhook-event";
|
|
3
|
-
import { ISubscription } from "./subscription";
|
|
4
|
-
import { IUser } from "./user";
|
|
5
|
-
import { ITeam } from "./team";
|
|
6
|
-
|
|
7
|
-
export interface IWebhookSetting extends Document {
|
|
8
|
-
user_id: IUser;
|
|
9
|
-
team_id?: ITeam;
|
|
10
|
-
subscription_id: ISubscription;
|
|
11
|
-
webhook_id: string;
|
|
12
|
-
external_webhook_url?: string;
|
|
13
|
-
webhookUrl: string;
|
|
14
|
-
discordUrl: string;
|
|
15
|
-
slackUrl: string;
|
|
16
|
-
events: IWebhookEvent[];
|
|
17
|
-
}
|
package/user.ts
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
|
|
3
|
-
import { IUser } from "./types";
|
|
4
|
-
|
|
5
|
-
const userSchema: Schema = new Schema(
|
|
6
|
-
{
|
|
7
|
-
first_name: String,
|
|
8
|
-
last_name: String,
|
|
9
|
-
username: String,
|
|
10
|
-
email: { type: String, required: true },
|
|
11
|
-
password: { type: String },
|
|
12
|
-
email_verified_at: Date,
|
|
13
|
-
following: [{ type: Schema.Types.ObjectId, ref: "Following" }],
|
|
14
|
-
verification_token: { ype: Number },
|
|
15
|
-
location: { type: String },
|
|
16
|
-
interests: { type: Array },
|
|
17
|
-
github: Object,
|
|
18
|
-
gitlab: Object,
|
|
19
|
-
bitbucket: Object,
|
|
20
|
-
access_code: { type: Number },
|
|
21
|
-
company: String,
|
|
22
|
-
projects: [{ type: Schema.Types.ObjectId, ref: "Project" }],
|
|
23
|
-
teams: [{ type: Schema.Types.ObjectId, ref: "Team" }],
|
|
24
|
-
avatar: { type: String },
|
|
25
|
-
freeTrialActive: {
|
|
26
|
-
type: Boolean,
|
|
27
|
-
default: true,
|
|
28
|
-
required: false,
|
|
29
|
-
},
|
|
30
|
-
activated: {
|
|
31
|
-
type: Boolean,
|
|
32
|
-
default: false,
|
|
33
|
-
required: false,
|
|
34
|
-
},
|
|
35
|
-
build_disabled: {
|
|
36
|
-
type: Boolean,
|
|
37
|
-
default: false,
|
|
38
|
-
required: false,
|
|
39
|
-
},
|
|
40
|
-
build_disabled_by: {
|
|
41
|
-
type: String,
|
|
42
|
-
required: false,
|
|
43
|
-
},
|
|
44
|
-
tenant: { type: Schema.Types.ObjectId, ref: "Tenancy", required: false },
|
|
45
|
-
is_waitlist: { type: Boolean, default: true },
|
|
46
|
-
spending_limit: { type: Number },
|
|
47
|
-
build_minutes: { type: Number, default: 0 },
|
|
48
|
-
notifications: Object,
|
|
49
|
-
disabled: Boolean,
|
|
50
|
-
disabled_at: Date,
|
|
51
|
-
has_payment_method: Boolean,
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
timestamps: {
|
|
55
|
-
createdAt: "created_at",
|
|
56
|
-
updatedAt: "updated_at",
|
|
57
|
-
},
|
|
58
|
-
},
|
|
59
|
-
);
|
|
60
|
-
|
|
61
|
-
export default model<IUser>("User", userSchema);
|
package/volume.ts
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
|
|
3
|
-
import { IVolume } from "./types";
|
|
4
|
-
|
|
5
|
-
const volumeSchema: Schema = new Schema(
|
|
6
|
-
{
|
|
7
|
-
name: String,
|
|
8
|
-
user: {
|
|
9
|
-
type: Schema.Types.ObjectId,
|
|
10
|
-
required: false,
|
|
11
|
-
ref: "User",
|
|
12
|
-
default: null,
|
|
13
|
-
},
|
|
14
|
-
team: {
|
|
15
|
-
type: Schema.Types.ObjectId,
|
|
16
|
-
required: false,
|
|
17
|
-
ref: "Team",
|
|
18
|
-
default: null,
|
|
19
|
-
},
|
|
20
|
-
subscription: {
|
|
21
|
-
type: Schema.Types.ObjectId,
|
|
22
|
-
required: true,
|
|
23
|
-
ref: "Subscription",
|
|
24
|
-
},
|
|
25
|
-
size: { type: Number, required: true },
|
|
26
|
-
mount_path: { type: String },
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
timestamps: {
|
|
30
|
-
createdAt: "created_at",
|
|
31
|
-
updatedAt: "updated_at",
|
|
32
|
-
},
|
|
33
|
-
},
|
|
34
|
-
);
|
|
35
|
-
|
|
36
|
-
export default model<IVolume>("Volume", volumeSchema);
|
package/wallet.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IWallet } from "./types/wallet";
|
|
3
|
-
|
|
4
|
-
const walletSchema: Schema = new 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
|
-
});
|
|
22
|
-
|
|
23
|
-
export default model<IWallet>("Wallet", walletSchema);
|
package/webhook-category.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IWebhookCategory } from "./types/webhook-category";
|
|
3
|
-
|
|
4
|
-
const webhookCategorySchema: Schema = new Schema({
|
|
5
|
-
category: {
|
|
6
|
-
type: String,
|
|
7
|
-
required: true,
|
|
8
|
-
}
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
export default model<IWebhookCategory>("WebhookCategory", webhookCategorySchema, "webhook_category");
|
package/webhook-event.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IWebhookEvent } from "./types/webhook-event";
|
|
3
|
-
|
|
4
|
-
const webhookEventSchema: Schema = new Schema({
|
|
5
|
-
name: {
|
|
6
|
-
type: String,
|
|
7
|
-
required: true,
|
|
8
|
-
},
|
|
9
|
-
category: {
|
|
10
|
-
ref: "WebhookCategory",
|
|
11
|
-
type: Schema.Types.ObjectId,
|
|
12
|
-
required: true,
|
|
13
|
-
},
|
|
14
|
-
description: {
|
|
15
|
-
type: String,
|
|
16
|
-
required: true,
|
|
17
|
-
},
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
export default model<IWebhookEvent>("WebhookEvent", webhookEventSchema, "webhook_event");
|
package/webhook-setting.ts
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IWebhookSetting } from "./types/webhook-setting";
|
|
3
|
-
import WebhookEvent from "./webhook-event";
|
|
4
|
-
|
|
5
|
-
const webhookSettingSchema: Schema = new Schema({
|
|
6
|
-
webhook_id: {
|
|
7
|
-
type: String,
|
|
8
|
-
required: false,
|
|
9
|
-
},
|
|
10
|
-
user_id: {
|
|
11
|
-
type: Schema.Types.ObjectId,
|
|
12
|
-
ref: "User",
|
|
13
|
-
required: true,
|
|
14
|
-
},
|
|
15
|
-
team_id: {
|
|
16
|
-
type: Schema.Types.ObjectId,
|
|
17
|
-
ref: "Team",
|
|
18
|
-
required: false,
|
|
19
|
-
},
|
|
20
|
-
subscription_id: {
|
|
21
|
-
type: Schema.Types.ObjectId,
|
|
22
|
-
ref: "Subscription",
|
|
23
|
-
required: true,
|
|
24
|
-
},
|
|
25
|
-
external_webhook_url: {
|
|
26
|
-
type: String,
|
|
27
|
-
required: false,
|
|
28
|
-
},
|
|
29
|
-
webhookUrl: {
|
|
30
|
-
type: String,
|
|
31
|
-
required: false,
|
|
32
|
-
},
|
|
33
|
-
discordUrl: {
|
|
34
|
-
type: String,
|
|
35
|
-
default: false,
|
|
36
|
-
},
|
|
37
|
-
slackUrl: {
|
|
38
|
-
type: String,
|
|
39
|
-
default: false,
|
|
40
|
-
},
|
|
41
|
-
events: {
|
|
42
|
-
type: [Schema.Types.ObjectId],
|
|
43
|
-
ref: WebhookEvent,
|
|
44
|
-
default: [],
|
|
45
|
-
}
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
export default model<IWebhookSetting>("WebhookSetting", webhookSettingSchema, "webhook_settings");
|