@brimble/models 3.7.88 → 3.7.90
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 +30 -0
- package/dist/activity-log.js +61 -0
- package/dist/app-message.d.ts +30 -0
- package/dist/app-message.js +14 -0
- package/dist/auto-scaling.d.ts +30 -0
- package/dist/auto-scaling.js +63 -0
- package/dist/card.d.ts +30 -0
- package/dist/card.js +41 -0
- package/dist/cashier_subscription.d.ts +30 -0
- package/dist/cashier_subscription.js +27 -0
- package/dist/cashier_subscription_item.d.ts +30 -0
- package/dist/cashier_subscription_item.js +17 -0
- package/dist/collab-annotation.d.ts +30 -0
- package/dist/collab-annotation.js +31 -0
- package/dist/collab-comment.d.ts +30 -0
- package/dist/collab-comment.js +19 -0
- package/dist/collab-integration.d.ts +30 -0
- package/dist/collab-integration.js +17 -0
- package/dist/collab-push-subscription.d.ts +30 -0
- package/dist/collab-push-subscription.js +14 -0
- package/dist/collab-settings.d.ts +30 -0
- package/dist/collab-settings.js +24 -0
- package/dist/collab-share-token.d.ts +30 -0
- package/dist/collab-share-token.js +11 -0
- package/dist/compute.d.ts +30 -0
- package/dist/compute.js +82 -0
- package/dist/db-image.d.ts +30 -0
- package/dist/db-image.js +67 -0
- package/dist/domain/dns.d.ts +30 -0
- package/dist/domain/dns.js +33 -0
- package/dist/domain/index.d.ts +30 -0
- package/dist/domain/index.js +105 -0
- package/dist/domain/renewal.d.ts +30 -0
- package/dist/domain/renewal.js +21 -0
- package/dist/domain/transfer.d.ts +30 -0
- package/dist/domain/transfer.js +99 -0
- package/dist/enum/index.d.ts +238 -0
- package/dist/enum/index.js +280 -0
- package/dist/env.d.ts +30 -0
- package/dist/env.js +34 -0
- package/dist/environment-variable.d.ts +30 -0
- package/dist/environment-variable.js +16 -0
- package/dist/follower.d.ts +30 -0
- package/dist/follower.js +15 -0
- package/dist/following.d.ts +30 -0
- package/dist/following.js +15 -0
- package/dist/framework.d.ts +30 -0
- package/dist/framework.js +84 -0
- package/dist/index.d.ts +64 -0
- package/dist/index.js +204 -0
- package/dist/integration.d.ts +30 -0
- package/dist/integration.js +35 -0
- package/dist/intention.d.ts +30 -0
- package/dist/intention.js +36 -0
- package/dist/invoice.d.ts +30 -0
- package/dist/invoice.js +28 -0
- package/dist/job.d.ts +6 -0
- package/dist/job.js +52 -0
- package/dist/license.d.ts +30 -0
- package/dist/license.js +75 -0
- package/dist/load-balancer-port.d.ts +30 -0
- package/dist/load-balancer-port.js +27 -0
- package/dist/logs.d.ts +30 -0
- package/dist/logs.js +42 -0
- package/dist/member-permission.d.ts +30 -0
- package/dist/member-permission.js +9 -0
- package/dist/member.d.ts +30 -0
- package/dist/member.js +40 -0
- package/dist/ownership-transfer.d.ts +30 -0
- package/dist/ownership-transfer.js +35 -0
- package/dist/permission.d.ts +30 -0
- package/dist/permission.js +12 -0
- package/dist/plan_configuration.d.ts +6 -0
- package/dist/plan_configuration.js +45 -0
- package/dist/project/connection.d.ts +30 -0
- package/dist/project/connection.js +14 -0
- package/dist/project/index.d.ts +33 -0
- package/dist/project/index.js +249 -0
- package/dist/project/preview.d.ts +30 -0
- package/dist/project/preview.js +37 -0
- package/dist/project-environment.d.ts +30 -0
- package/dist/project-environment.js +13 -0
- package/dist/project-tag-assignment.d.ts +30 -0
- package/dist/project-tag-assignment.js +32 -0
- package/dist/project_analytics.d.ts +30 -0
- package/dist/project_analytics.js +18 -0
- package/dist/provider.d.ts +30 -0
- package/dist/provider.js +10 -0
- package/dist/region.d.ts +30 -0
- package/dist/region.js +17 -0
- package/dist/role.d.ts +30 -0
- package/dist/role.js +11 -0
- package/dist/sandbox-image.d.ts +30 -0
- package/dist/sandbox-image.js +31 -0
- package/dist/sandbox.d.ts +30 -0
- package/dist/sandbox.js +90 -0
- package/dist/server.d.ts +30 -0
- package/dist/server.js +101 -0
- package/dist/settings.d.ts +30 -0
- package/dist/settings.js +49 -0
- package/dist/subscription.d.ts +30 -0
- package/dist/subscription.js +82 -0
- package/dist/tag.d.ts +30 -0
- package/dist/tag.js +29 -0
- package/dist/team.d.ts +30 -0
- package/dist/team.js +74 -0
- package/dist/token.d.ts +30 -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/dist/types/collab-integration.d.ts +13 -0
- 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/dist/types/collab-share-token.d.ts +12 -0
- 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 +34 -0
- package/dist/types/domain/index.js +2 -0
- package/dist/types/domain/renewal.d.ts +10 -0
- 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/dist/types/environment-variable.d.ts +12 -0
- package/dist/types/environment-variable.js +2 -0
- package/dist/types/following.d.ts +5 -0
- 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/index.d.ts +58 -0
- package/dist/types/index.js +2 -0
- package/dist/types/installed_integration.d.ts +6 -0
- 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/dist/types/load-balancer-port.d.ts +12 -0
- 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/dist/types/member-permission.d.ts +8 -0
- 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/ownership-transfer.d.ts +12 -0
- package/dist/types/ownership-transfer.js +2 -0
- package/dist/types/permission.d.ts +13 -0
- package/dist/types/permission.js +2 -0
- package/dist/types/plan_configuration.d.ts +39 -0
- package/dist/types/plan_configuration.js +2 -0
- package/dist/types/project/connection.d.ts +6 -0
- package/dist/types/project/connection.js +2 -0
- package/dist/types/project/index.d.ts +97 -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/dist/types/project-tag-assignment.d.ts +13 -0
- 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/dist/types/provider.d.ts +7 -0
- package/dist/types/provider.js +2 -0
- package/dist/types/region.d.ts +15 -0
- package/dist/types/region.js +2 -0
- package/dist/types/role.d.ts +9 -0
- package/dist/types/role.js +2 -0
- package/dist/types/sandbox-image.d.ts +9 -0
- package/dist/types/sandbox-image.js +2 -0
- package/dist/types/sandbox.d.ts +30 -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/subscription.d.ts +33 -0
- package/dist/types/subscription.js +2 -0
- package/dist/types/tag.d.ts +11 -0
- package/dist/types/tag.js +2 -0
- package/dist/types/team.d.ts +22 -0
- package/dist/types/team.js +2 -0
- package/dist/types/token.d.ts +11 -0
- package/dist/types/token.js +2 -0
- package/dist/types/user.d.ts +42 -0
- package/dist/types/user.js +2 -0
- package/dist/types/volume.d.ts +14 -0
- package/dist/types/volume.js +2 -0
- package/dist/types/wallet.d.ts +8 -0
- package/dist/types/wallet.js +2 -0
- package/dist/types/webhook-category.d.ts +4 -0
- package/dist/types/webhook-category.js +2 -0
- package/dist/types/webhook-event.d.ts +7 -0
- package/dist/types/webhook-event.js +2 -0
- package/dist/types/webhook-setting.d.ts +16 -0
- package/dist/types/webhook-setting.js +2 -0
- package/dist/user.d.ts +30 -0
- package/dist/user.js +62 -0
- package/dist/volume.d.ts +30 -0
- package/dist/volume.js +31 -0
- package/dist/wallet.d.ts +30 -0
- package/dist/wallet.js +26 -0
- package/dist/webhook-category.d.ts +30 -0
- package/dist/webhook-category.js +10 -0
- package/dist/webhook-event.d.ts +30 -0
- package/dist/webhook-event.js +19 -0
- package/dist/webhook-setting.d.ts +30 -0
- package/dist/webhook-setting.js +50 -0
- package/index.ts +2 -0
- package/package.json +1 -1
- package/plan_configuration.ts +2 -0
- package/sandbox-image.ts +35 -0
- package/types/index.ts +1 -0
- package/types/plan_configuration.ts +2 -0
- package/types/sandbox-image.ts +10 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Schema } from "mongoose";
|
|
2
|
+
import { REGION_CONTINENT } from "../enum";
|
|
3
|
+
export interface IRegion extends Document {
|
|
4
|
+
_id: Schema.Types.ObjectId;
|
|
5
|
+
name: string;
|
|
6
|
+
country: string;
|
|
7
|
+
continent?: REGION_CONTINENT;
|
|
8
|
+
enabled?: boolean;
|
|
9
|
+
dbVolumePath: string;
|
|
10
|
+
is_paid: boolean;
|
|
11
|
+
provider: string;
|
|
12
|
+
provider_identifier: string;
|
|
13
|
+
storage_pricing_factor: number;
|
|
14
|
+
floating_ip?: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Document, Types } from "mongoose";
|
|
2
|
+
import { IUser } from "./user";
|
|
3
|
+
import { ITeam } from "./team";
|
|
4
|
+
import { IProjectEnvironment } from "./project-environment";
|
|
5
|
+
import { SANDBOX_TEMPLATE, SANDBOX_STATUS, SANDBOX_DESTROY_REASON } from "../enum";
|
|
6
|
+
export interface ISandboxSpecs {
|
|
7
|
+
cpu: number;
|
|
8
|
+
memory: number;
|
|
9
|
+
disk: number;
|
|
10
|
+
}
|
|
11
|
+
export interface ISandbox extends Document {
|
|
12
|
+
user_id: IUser | Types.ObjectId;
|
|
13
|
+
team: ITeam | Types.ObjectId | null;
|
|
14
|
+
project_environment: IProjectEnvironment | Types.ObjectId | null;
|
|
15
|
+
template: SANDBOX_TEMPLATE;
|
|
16
|
+
status: SANDBOX_STATUS;
|
|
17
|
+
nomad_job_id: string;
|
|
18
|
+
nomad_alloc_id: string | null;
|
|
19
|
+
host: string | null;
|
|
20
|
+
port: number | null;
|
|
21
|
+
agent_token_hash: string | null;
|
|
22
|
+
region: string;
|
|
23
|
+
specs: ISandboxSpecs;
|
|
24
|
+
created_at: Date;
|
|
25
|
+
last_activity_at: Date;
|
|
26
|
+
expires_at: Date;
|
|
27
|
+
destroyed_at: Date | null;
|
|
28
|
+
destroy_reason: SANDBOX_DESTROY_REASON | null;
|
|
29
|
+
isDeleted: boolean;
|
|
30
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import mongoose, { Document } from "mongoose";
|
|
2
|
+
import { SERVER_STATUS, SERVER_PROTOCOL } from "../enum";
|
|
3
|
+
import { IRegion } from "./region";
|
|
4
|
+
export interface IServer extends Document {
|
|
5
|
+
name: string;
|
|
6
|
+
url: string;
|
|
7
|
+
grpc_address?: string;
|
|
8
|
+
ipv6?: string;
|
|
9
|
+
domain?: string;
|
|
10
|
+
userId: mongoose.Types.ObjectId;
|
|
11
|
+
teamId?: mongoose.Types.ObjectId;
|
|
12
|
+
ip_address: string;
|
|
13
|
+
private_ip_address: string;
|
|
14
|
+
tunnel_token: string;
|
|
15
|
+
type: string;
|
|
16
|
+
protocol: SERVER_PROTOCOL;
|
|
17
|
+
status: SERVER_STATUS;
|
|
18
|
+
default: boolean;
|
|
19
|
+
tag: string;
|
|
20
|
+
region: IRegion;
|
|
21
|
+
webhook_url?: string;
|
|
22
|
+
is_custom_provision: boolean;
|
|
23
|
+
firewall_id?: string;
|
|
24
|
+
specifications: Record<any, any>;
|
|
25
|
+
plugin_id?: string;
|
|
26
|
+
provider: string;
|
|
27
|
+
provider_location?: string;
|
|
28
|
+
provider_identifier?: string;
|
|
29
|
+
topology_path?: string;
|
|
30
|
+
cert_storage_path?: string | null;
|
|
31
|
+
meta: Record<any, any>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
export interface ISettings extends Document {
|
|
3
|
+
vaultEnabled: boolean;
|
|
4
|
+
maintenanceMode: boolean;
|
|
5
|
+
buildsEnabled: boolean;
|
|
6
|
+
minimumBuildMinutes: number;
|
|
7
|
+
enableSecretRotation: boolean;
|
|
8
|
+
domainPromoEnabled: boolean;
|
|
9
|
+
postHogEnabled: boolean;
|
|
10
|
+
metaSettings: Record<string, any>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
export interface ISubscription extends Document {
|
|
7
|
+
initial_start_date: string;
|
|
8
|
+
team_id: ITeam;
|
|
9
|
+
due_amount: number;
|
|
10
|
+
admin_id: IUser;
|
|
11
|
+
downgraded: boolean;
|
|
12
|
+
billable_id: IUser;
|
|
13
|
+
project_id?: IProject;
|
|
14
|
+
plan_type: SUBSCRIPTION_PLAN_TYPE;
|
|
15
|
+
status: SUBSCRIPTION_STATUS;
|
|
16
|
+
amount: number;
|
|
17
|
+
transaction_retries: number;
|
|
18
|
+
debit_date: string;
|
|
19
|
+
start_date: string;
|
|
20
|
+
expiry_date: string;
|
|
21
|
+
reminder_date: string;
|
|
22
|
+
is_pending_downgrade: boolean;
|
|
23
|
+
grafana_org_id: string;
|
|
24
|
+
job_identifier: string;
|
|
25
|
+
trigger_created: boolean;
|
|
26
|
+
trigger_created_at: string;
|
|
27
|
+
disabled_at: Date;
|
|
28
|
+
specifications: {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
};
|
|
31
|
+
created_at: Date;
|
|
32
|
+
updated_at: Date;
|
|
33
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { ITeam } from "./team";
|
|
3
|
+
import { IUser } from "./user";
|
|
4
|
+
export interface ITag extends Document {
|
|
5
|
+
name: string;
|
|
6
|
+
color: string;
|
|
7
|
+
teamId: ITeam;
|
|
8
|
+
createdBy: IUser;
|
|
9
|
+
createdAt: Date;
|
|
10
|
+
updatedAt: Date;
|
|
11
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Document, Types } from "mongoose";
|
|
2
|
+
import { IMember, IProject, ISubscription, IUser } from "./";
|
|
3
|
+
import { BUILD_DISABLED_BY } from "../enum";
|
|
4
|
+
export interface ITeam extends Document {
|
|
5
|
+
name: string;
|
|
6
|
+
description: string;
|
|
7
|
+
size: number;
|
|
8
|
+
members: IMember[];
|
|
9
|
+
projects: IProject[];
|
|
10
|
+
ai_usage_count: number;
|
|
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
|
+
enforce_2fa: boolean;
|
|
20
|
+
enforce_2fa_at: Date | null;
|
|
21
|
+
enforce_2fa_by: IUser | Types.ObjectId | null;
|
|
22
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { ISubscription } from "./subscription";
|
|
3
|
+
import { IUser } from "./user";
|
|
4
|
+
export interface IToken extends Document {
|
|
5
|
+
subscription_id: ISubscription;
|
|
6
|
+
owner_id: IUser;
|
|
7
|
+
key_id: string;
|
|
8
|
+
key: string;
|
|
9
|
+
tokens_remaining: number;
|
|
10
|
+
tokens_used: number;
|
|
11
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { IGit } from ".";
|
|
3
|
+
import { IFollowing, IProject, ITeam } from "./";
|
|
4
|
+
import { BUILD_DISABLED_BY } from "../enum";
|
|
5
|
+
export interface IUser extends Document {
|
|
6
|
+
first_name: string;
|
|
7
|
+
last_name: string;
|
|
8
|
+
email: string;
|
|
9
|
+
username: string;
|
|
10
|
+
password: string;
|
|
11
|
+
email_verified_at: string;
|
|
12
|
+
verification_token: number;
|
|
13
|
+
token?: string;
|
|
14
|
+
company?: string;
|
|
15
|
+
ai_usage_count: number;
|
|
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
|
+
totp_enabled?: boolean;
|
|
40
|
+
created_at: Date;
|
|
41
|
+
updated_at: Date;
|
|
42
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { IUser } from "./user";
|
|
3
|
+
import { ITeam } from "./team";
|
|
4
|
+
import { ISubscription } from "./subscription";
|
|
5
|
+
export interface IVolume extends Document {
|
|
6
|
+
name: string;
|
|
7
|
+
user?: IUser;
|
|
8
|
+
team?: ITeam;
|
|
9
|
+
subscription: ISubscription;
|
|
10
|
+
size: number;
|
|
11
|
+
mount_path?: string;
|
|
12
|
+
created_at?: Date;
|
|
13
|
+
updated_at?: Date;
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
export interface IWebhookSetting extends Document {
|
|
7
|
+
user_id: IUser;
|
|
8
|
+
team_id?: ITeam;
|
|
9
|
+
subscription_id: ISubscription;
|
|
10
|
+
webhook_id: string;
|
|
11
|
+
external_webhook_url?: string;
|
|
12
|
+
webhookUrl: string;
|
|
13
|
+
discordUrl: string;
|
|
14
|
+
slackUrl: string;
|
|
15
|
+
events: IWebhookEvent[];
|
|
16
|
+
}
|
package/dist/user.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
+
/// <reference types="mongoose/types/callback" />
|
|
3
|
+
/// <reference types="mongoose/types/collection" />
|
|
4
|
+
/// <reference types="mongoose/types/connection" />
|
|
5
|
+
/// <reference types="mongoose/types/cursor" />
|
|
6
|
+
/// <reference types="mongoose/types/document" />
|
|
7
|
+
/// <reference types="mongoose/types/error" />
|
|
8
|
+
/// <reference types="mongoose/types/expressions" />
|
|
9
|
+
/// <reference types="mongoose/types/helpers" />
|
|
10
|
+
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
+
/// <reference types="mongoose/types/indexes" />
|
|
12
|
+
/// <reference types="mongoose/types/models" />
|
|
13
|
+
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
+
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
+
/// <reference types="mongoose/types/populate" />
|
|
16
|
+
/// <reference types="mongoose/types/query" />
|
|
17
|
+
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
+
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
+
/// <reference types="mongoose/types/session" />
|
|
20
|
+
/// <reference types="mongoose/types/types" />
|
|
21
|
+
/// <reference types="mongoose/types/utility" />
|
|
22
|
+
/// <reference types="mongoose/types/validation" />
|
|
23
|
+
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
+
/// <reference types="mongoose" />
|
|
25
|
+
/// <reference types="mongoose/types/inferschematype" />
|
|
26
|
+
import { IUser } from "./types";
|
|
27
|
+
declare const _default: import("mongoose").Model<IUser, {}, {}, {}, import("mongoose").Document<unknown, {}, IUser> & IUser & {
|
|
28
|
+
_id: import("mongoose").Types.ObjectId;
|
|
29
|
+
}, any>;
|
|
30
|
+
export default _default;
|
package/dist/user.js
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
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
|
+
ai_usage_count: {
|
|
43
|
+
type: Number,
|
|
44
|
+
default: 0,
|
|
45
|
+
required: false
|
|
46
|
+
},
|
|
47
|
+
tenant: { type: mongoose_1.Schema.Types.ObjectId, ref: "Tenancy", required: false },
|
|
48
|
+
is_waitlist: { type: Boolean, default: true },
|
|
49
|
+
spending_limit: { type: Number },
|
|
50
|
+
build_minutes: { type: Number, default: 0 },
|
|
51
|
+
notifications: Object,
|
|
52
|
+
disabled: Boolean,
|
|
53
|
+
disabled_at: Date,
|
|
54
|
+
has_payment_method: Boolean,
|
|
55
|
+
totp_enabled: { type: Boolean, default: false },
|
|
56
|
+
}, {
|
|
57
|
+
timestamps: {
|
|
58
|
+
createdAt: "created_at",
|
|
59
|
+
updatedAt: "updated_at",
|
|
60
|
+
},
|
|
61
|
+
});
|
|
62
|
+
exports.default = (0, mongoose_1.model)("User", userSchema);
|
package/dist/volume.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
+
/// <reference types="mongoose/types/callback" />
|
|
3
|
+
/// <reference types="mongoose/types/collection" />
|
|
4
|
+
/// <reference types="mongoose/types/connection" />
|
|
5
|
+
/// <reference types="mongoose/types/cursor" />
|
|
6
|
+
/// <reference types="mongoose/types/document" />
|
|
7
|
+
/// <reference types="mongoose/types/error" />
|
|
8
|
+
/// <reference types="mongoose/types/expressions" />
|
|
9
|
+
/// <reference types="mongoose/types/helpers" />
|
|
10
|
+
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
+
/// <reference types="mongoose/types/indexes" />
|
|
12
|
+
/// <reference types="mongoose/types/models" />
|
|
13
|
+
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
+
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
+
/// <reference types="mongoose/types/populate" />
|
|
16
|
+
/// <reference types="mongoose/types/query" />
|
|
17
|
+
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
+
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
+
/// <reference types="mongoose/types/session" />
|
|
20
|
+
/// <reference types="mongoose/types/types" />
|
|
21
|
+
/// <reference types="mongoose/types/utility" />
|
|
22
|
+
/// <reference types="mongoose/types/validation" />
|
|
23
|
+
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
+
/// <reference types="mongoose" />
|
|
25
|
+
/// <reference types="mongoose/types/inferschematype" />
|
|
26
|
+
import { IVolume } from "./types";
|
|
27
|
+
declare const _default: import("mongoose").Model<IVolume, {}, {}, {}, import("mongoose").Document<unknown, {}, IVolume> & IVolume & {
|
|
28
|
+
_id: import("mongoose").Types.ObjectId;
|
|
29
|
+
}, any>;
|
|
30
|
+
export default _default;
|
package/dist/volume.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
subscription: {
|
|
19
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
20
|
+
required: true,
|
|
21
|
+
ref: "Subscription",
|
|
22
|
+
},
|
|
23
|
+
size: { type: Number, required: true },
|
|
24
|
+
mount_path: { type: String },
|
|
25
|
+
}, {
|
|
26
|
+
timestamps: {
|
|
27
|
+
createdAt: "created_at",
|
|
28
|
+
updatedAt: "updated_at",
|
|
29
|
+
},
|
|
30
|
+
});
|
|
31
|
+
exports.default = (0, mongoose_1.model)("Volume", volumeSchema);
|
package/dist/wallet.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
+
/// <reference types="mongoose/types/callback" />
|
|
3
|
+
/// <reference types="mongoose/types/collection" />
|
|
4
|
+
/// <reference types="mongoose/types/connection" />
|
|
5
|
+
/// <reference types="mongoose/types/cursor" />
|
|
6
|
+
/// <reference types="mongoose/types/document" />
|
|
7
|
+
/// <reference types="mongoose/types/error" />
|
|
8
|
+
/// <reference types="mongoose/types/expressions" />
|
|
9
|
+
/// <reference types="mongoose/types/helpers" />
|
|
10
|
+
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
+
/// <reference types="mongoose/types/indexes" />
|
|
12
|
+
/// <reference types="mongoose/types/models" />
|
|
13
|
+
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
+
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
+
/// <reference types="mongoose/types/populate" />
|
|
16
|
+
/// <reference types="mongoose/types/query" />
|
|
17
|
+
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
+
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
+
/// <reference types="mongoose/types/session" />
|
|
20
|
+
/// <reference types="mongoose/types/types" />
|
|
21
|
+
/// <reference types="mongoose/types/utility" />
|
|
22
|
+
/// <reference types="mongoose/types/validation" />
|
|
23
|
+
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
+
/// <reference types="mongoose" />
|
|
25
|
+
/// <reference types="mongoose/types/inferschematype" />
|
|
26
|
+
import { IWallet } from "./types/wallet";
|
|
27
|
+
declare const _default: import("mongoose").Model<IWallet, {}, {}, {}, import("mongoose").Document<unknown, {}, IWallet> & IWallet & {
|
|
28
|
+
_id: import("mongoose").Types.ObjectId;
|
|
29
|
+
}, any>;
|
|
30
|
+
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,30 @@
|
|
|
1
|
+
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
+
/// <reference types="mongoose/types/callback" />
|
|
3
|
+
/// <reference types="mongoose/types/collection" />
|
|
4
|
+
/// <reference types="mongoose/types/connection" />
|
|
5
|
+
/// <reference types="mongoose/types/cursor" />
|
|
6
|
+
/// <reference types="mongoose/types/document" />
|
|
7
|
+
/// <reference types="mongoose/types/error" />
|
|
8
|
+
/// <reference types="mongoose/types/expressions" />
|
|
9
|
+
/// <reference types="mongoose/types/helpers" />
|
|
10
|
+
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
+
/// <reference types="mongoose/types/indexes" />
|
|
12
|
+
/// <reference types="mongoose/types/models" />
|
|
13
|
+
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
+
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
+
/// <reference types="mongoose/types/populate" />
|
|
16
|
+
/// <reference types="mongoose/types/query" />
|
|
17
|
+
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
+
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
+
/// <reference types="mongoose/types/session" />
|
|
20
|
+
/// <reference types="mongoose/types/types" />
|
|
21
|
+
/// <reference types="mongoose/types/utility" />
|
|
22
|
+
/// <reference types="mongoose/types/validation" />
|
|
23
|
+
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
+
/// <reference types="mongoose" />
|
|
25
|
+
/// <reference types="mongoose/types/inferschematype" />
|
|
26
|
+
import { IWebhookCategory } from "./types/webhook-category";
|
|
27
|
+
declare const _default: import("mongoose").Model<IWebhookCategory, {}, {}, {}, import("mongoose").Document<unknown, {}, IWebhookCategory> & IWebhookCategory & {
|
|
28
|
+
_id: import("mongoose").Types.ObjectId;
|
|
29
|
+
}, any>;
|
|
30
|
+
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");
|