@brimble/models 3.7.88 → 3.7.89
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 +43 -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 +37 -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/sandbox-image.ts +35 -0
- package/types/index.ts +1 -0
- package/types/sandbox-image.ts +10 -0
package/dist/tag.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const tagSchema = new mongoose_1.Schema({
|
|
5
|
+
name: {
|
|
6
|
+
type: String,
|
|
7
|
+
required: true,
|
|
8
|
+
trim: true,
|
|
9
|
+
},
|
|
10
|
+
color: {
|
|
11
|
+
type: String,
|
|
12
|
+
required: true,
|
|
13
|
+
},
|
|
14
|
+
teamId: {
|
|
15
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
16
|
+
ref: "Team",
|
|
17
|
+
default: null,
|
|
18
|
+
},
|
|
19
|
+
createdBy: {
|
|
20
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
21
|
+
ref: "User",
|
|
22
|
+
required: true,
|
|
23
|
+
},
|
|
24
|
+
}, {
|
|
25
|
+
timestamps: true,
|
|
26
|
+
collection: "tags",
|
|
27
|
+
});
|
|
28
|
+
tagSchema.index({ teamId: 1, name: 1 }, { unique: true });
|
|
29
|
+
exports.default = (0, mongoose_1.model)("Tag", tagSchema);
|
package/dist/team.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 { ITeam } from "./types";
|
|
27
|
+
declare const _default: import("mongoose").Model<ITeam, {}, {}, {}, import("mongoose").Document<unknown, {}, ITeam> & ITeam & {
|
|
28
|
+
_id: import("mongoose").Types.ObjectId;
|
|
29
|
+
}, any>;
|
|
30
|
+
export default _default;
|
package/dist/team.js
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const teamSchema = new mongoose_1.Schema({
|
|
5
|
+
name: {
|
|
6
|
+
type: String,
|
|
7
|
+
required: true,
|
|
8
|
+
unique: true,
|
|
9
|
+
},
|
|
10
|
+
description: {
|
|
11
|
+
type: String,
|
|
12
|
+
},
|
|
13
|
+
members: [
|
|
14
|
+
{
|
|
15
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
16
|
+
ref: "Member",
|
|
17
|
+
},
|
|
18
|
+
],
|
|
19
|
+
projects: [
|
|
20
|
+
{
|
|
21
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
22
|
+
ref: "Project",
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
image: {
|
|
26
|
+
type: String,
|
|
27
|
+
},
|
|
28
|
+
ai_usage_count: {
|
|
29
|
+
type: Number,
|
|
30
|
+
default: 0,
|
|
31
|
+
required: false
|
|
32
|
+
},
|
|
33
|
+
build_minutes: {
|
|
34
|
+
type: Number,
|
|
35
|
+
default: 0,
|
|
36
|
+
},
|
|
37
|
+
build_minutes_last_reset_at: {
|
|
38
|
+
type: Date,
|
|
39
|
+
default: null,
|
|
40
|
+
},
|
|
41
|
+
build_minutes_cycle_anchor: {
|
|
42
|
+
type: Date,
|
|
43
|
+
default: null,
|
|
44
|
+
},
|
|
45
|
+
build_disabled: {
|
|
46
|
+
type: Boolean,
|
|
47
|
+
default: false,
|
|
48
|
+
},
|
|
49
|
+
subscription: {
|
|
50
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
51
|
+
required: false,
|
|
52
|
+
ref: "Subscription",
|
|
53
|
+
},
|
|
54
|
+
size: {
|
|
55
|
+
type: Number,
|
|
56
|
+
required: false,
|
|
57
|
+
},
|
|
58
|
+
enforce_2fa: {
|
|
59
|
+
type: Boolean,
|
|
60
|
+
default: false,
|
|
61
|
+
},
|
|
62
|
+
enforce_2fa_at: {
|
|
63
|
+
type: Date,
|
|
64
|
+
default: null,
|
|
65
|
+
},
|
|
66
|
+
enforce_2fa_by: {
|
|
67
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
68
|
+
ref: "User",
|
|
69
|
+
default: null,
|
|
70
|
+
},
|
|
71
|
+
}, {
|
|
72
|
+
timestamps: true,
|
|
73
|
+
});
|
|
74
|
+
exports.default = (0, mongoose_1.model)("Team", teamSchema);
|
package/dist/token.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 { IToken } from "./types";
|
|
27
|
+
declare const _default: import("mongoose").Model<IToken, {}, {}, {}, import("mongoose").Document<unknown, {}, IToken> & IToken & {
|
|
28
|
+
_id: import("mongoose").Types.ObjectId;
|
|
29
|
+
}, any>;
|
|
30
|
+
export default _default;
|
package/dist/token.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const tokenSchema = new mongoose_1.Schema({
|
|
5
|
+
subscription_id: {
|
|
6
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
7
|
+
ref: "Subscription",
|
|
8
|
+
required: true,
|
|
9
|
+
},
|
|
10
|
+
owner_id: {
|
|
11
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
12
|
+
ref: "User",
|
|
13
|
+
required: true,
|
|
14
|
+
unique: true,
|
|
15
|
+
},
|
|
16
|
+
key_id: {
|
|
17
|
+
type: String,
|
|
18
|
+
required: true,
|
|
19
|
+
unique: true,
|
|
20
|
+
},
|
|
21
|
+
key: {
|
|
22
|
+
type: String,
|
|
23
|
+
required: false,
|
|
24
|
+
unique: true,
|
|
25
|
+
},
|
|
26
|
+
tokens_remaining: {
|
|
27
|
+
type: Number,
|
|
28
|
+
required: true,
|
|
29
|
+
},
|
|
30
|
+
tokens_used: {
|
|
31
|
+
type: Number,
|
|
32
|
+
required: true,
|
|
33
|
+
default: 0,
|
|
34
|
+
},
|
|
35
|
+
}, { timestamps: true });
|
|
36
|
+
exports.default = (0, mongoose_1.model)("Token", tokenSchema, "api_tokens");
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Document, Types } from "mongoose";
|
|
2
|
+
import { ITeam } from "./team";
|
|
3
|
+
import { IUser } from "./user";
|
|
4
|
+
export interface IActivityLog extends Document {
|
|
5
|
+
user_id: IUser | Types.ObjectId;
|
|
6
|
+
team_id?: ITeam | Types.ObjectId;
|
|
7
|
+
action: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
context?: string;
|
|
10
|
+
metadata?: Record<string, any>;
|
|
11
|
+
ip_address?: string;
|
|
12
|
+
user_agent?: string;
|
|
13
|
+
status: "success" | "failure";
|
|
14
|
+
resource_type?: string;
|
|
15
|
+
resource_id?: Types.ObjectId;
|
|
16
|
+
created_at: Date;
|
|
17
|
+
updated_at: Date;
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { IUser } from "./user";
|
|
3
|
+
import { ITeam } from "./team";
|
|
4
|
+
export interface IAppMessage extends Document {
|
|
5
|
+
userId?: IUser;
|
|
6
|
+
teamId?: ITeam;
|
|
7
|
+
level: string;
|
|
8
|
+
message: string;
|
|
9
|
+
seen: boolean;
|
|
10
|
+
meta?: Record<string, any>;
|
|
11
|
+
route?: string;
|
|
12
|
+
type: string;
|
|
13
|
+
createdAt: Date;
|
|
14
|
+
updatedAt: Date;
|
|
15
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Types } from "mongoose";
|
|
2
|
+
import { IUser } from "./user";
|
|
3
|
+
import { ISubscription } from "./subscription";
|
|
4
|
+
import { ITeam } from "./team";
|
|
5
|
+
export interface IAutoScalingGroup extends Document {
|
|
6
|
+
_id: Types.ObjectId;
|
|
7
|
+
name: string;
|
|
8
|
+
replicas: number;
|
|
9
|
+
user_id?: IUser;
|
|
10
|
+
team_id?: ITeam;
|
|
11
|
+
subscription_id: ISubscription;
|
|
12
|
+
min_containers: number;
|
|
13
|
+
max_containers: number;
|
|
14
|
+
active: boolean;
|
|
15
|
+
max_cpu: number;
|
|
16
|
+
max_memory: number;
|
|
17
|
+
meta: Record<string, any>;
|
|
18
|
+
createdAt: Date;
|
|
19
|
+
updatedAt: Date;
|
|
20
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { CARD_TYPES } from "../enum";
|
|
3
|
+
export interface ICard extends Document {
|
|
4
|
+
user_id: string;
|
|
5
|
+
last4: string;
|
|
6
|
+
card_type: CARD_TYPES;
|
|
7
|
+
preferred: boolean;
|
|
8
|
+
exp_month: string;
|
|
9
|
+
exp_year: string;
|
|
10
|
+
signature: string;
|
|
11
|
+
authorization_code: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { IUser } from "./user";
|
|
3
|
+
import { ITeam } from "./team";
|
|
4
|
+
export interface ICashierSubscription extends Document {
|
|
5
|
+
user_id: IUser;
|
|
6
|
+
team_id?: ITeam | null;
|
|
7
|
+
type: string;
|
|
8
|
+
stripe_id: string;
|
|
9
|
+
stripe_status: string;
|
|
10
|
+
stripe_price: string | null;
|
|
11
|
+
quantity: number | null;
|
|
12
|
+
trial_ends_at: Date | null;
|
|
13
|
+
ends_at: Date | null;
|
|
14
|
+
plan_type: string | null;
|
|
15
|
+
domain_id: string | null;
|
|
16
|
+
created_at: Date;
|
|
17
|
+
updated_at: Date;
|
|
18
|
+
}
|
|
19
|
+
export interface ICashierSubscriptionItem extends Document {
|
|
20
|
+
subscription_id: string;
|
|
21
|
+
stripe_id: string;
|
|
22
|
+
stripe_product: string | null;
|
|
23
|
+
stripe_price: string;
|
|
24
|
+
quantity: number | null;
|
|
25
|
+
created_at: Date;
|
|
26
|
+
updated_at: Date;
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { COLLAB_ANNOTATION_STATUS } from "../enum";
|
|
3
|
+
import { IUser } from "./user";
|
|
4
|
+
import { IProject } from "./project";
|
|
5
|
+
export interface ICollabAnnotation extends Document {
|
|
6
|
+
projectId: IProject;
|
|
7
|
+
userId?: IUser;
|
|
8
|
+
pageUrl: string;
|
|
9
|
+
pagePath: string;
|
|
10
|
+
xPercent: number;
|
|
11
|
+
yPercent: number;
|
|
12
|
+
elementSelector?: string;
|
|
13
|
+
elementOffsetX?: number;
|
|
14
|
+
elementOffsetY?: number;
|
|
15
|
+
status: COLLAB_ANNOTATION_STATUS;
|
|
16
|
+
resolvedAt?: Date;
|
|
17
|
+
resolvedBy?: IUser;
|
|
18
|
+
guestName?: string;
|
|
19
|
+
guestEmail?: string;
|
|
20
|
+
githubPrCommentId?: number;
|
|
21
|
+
githubPrCommentUrl?: string;
|
|
22
|
+
githubIssueUrl?: string;
|
|
23
|
+
githubIssueNumber?: number;
|
|
24
|
+
subscribedUserIds?: IUser[];
|
|
25
|
+
createdAt: Date;
|
|
26
|
+
updatedAt: Date;
|
|
27
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { IUser } from "./user";
|
|
3
|
+
import { ICollabAnnotation } from "./collab-annotation";
|
|
4
|
+
export interface ICollabAttachment {
|
|
5
|
+
url: string;
|
|
6
|
+
fileName: string;
|
|
7
|
+
fileType: string;
|
|
8
|
+
fileSize: number;
|
|
9
|
+
}
|
|
10
|
+
export interface ICollabComment extends Document {
|
|
11
|
+
annotationId: ICollabAnnotation;
|
|
12
|
+
userId?: IUser;
|
|
13
|
+
body?: string;
|
|
14
|
+
screenshot?: string;
|
|
15
|
+
attachments?: ICollabAttachment[];
|
|
16
|
+
guestName?: string;
|
|
17
|
+
guestEmail?: string;
|
|
18
|
+
createdAt: Date;
|
|
19
|
+
updatedAt: Date;
|
|
20
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { COLLAB_INTEGRATION_TYPE } from "../enum";
|
|
3
|
+
import { IProject } from "./project";
|
|
4
|
+
import { IUser } from "./user";
|
|
5
|
+
export interface ICollabIntegration extends Document {
|
|
6
|
+
projectId: IProject;
|
|
7
|
+
userId: IUser;
|
|
8
|
+
type: COLLAB_INTEGRATION_TYPE;
|
|
9
|
+
webhookUrl: string;
|
|
10
|
+
channelName?: string;
|
|
11
|
+
enabled: boolean;
|
|
12
|
+
createdAt: Date;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { IUser } from "./user";
|
|
3
|
+
export interface ICollabPushSubscription extends Document {
|
|
4
|
+
userId: IUser;
|
|
5
|
+
endpoint: string;
|
|
6
|
+
keys: {
|
|
7
|
+
p256dh: string;
|
|
8
|
+
auth: string;
|
|
9
|
+
};
|
|
10
|
+
domain: string;
|
|
11
|
+
createdAt: Date;
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { COLLAB_THEME, COLLAB_TOOLBAR_POSITION } from "../enum";
|
|
3
|
+
import { IUser } from "./user";
|
|
4
|
+
import { IProject } from "./project";
|
|
5
|
+
export interface ICollabSettings extends Document {
|
|
6
|
+
userId: IUser;
|
|
7
|
+
projectId: IProject;
|
|
8
|
+
pushNotifications: boolean;
|
|
9
|
+
slackUrl?: string;
|
|
10
|
+
discordUrl?: string;
|
|
11
|
+
theme: COLLAB_THEME;
|
|
12
|
+
toolbarPosition: COLLAB_TOOLBAR_POSITION;
|
|
13
|
+
hasOnboarded: boolean;
|
|
14
|
+
createdAt: Date;
|
|
15
|
+
updatedAt: Date;
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { IUser } from "./user";
|
|
3
|
+
import { IProject } from "./project";
|
|
4
|
+
export interface ICollabShareToken extends Document {
|
|
5
|
+
projectId: IProject;
|
|
6
|
+
createdBy: IUser;
|
|
7
|
+
token: string;
|
|
8
|
+
expiresAt?: Date;
|
|
9
|
+
isActive: boolean;
|
|
10
|
+
createdAt: Date;
|
|
11
|
+
updatedAt: Date;
|
|
12
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ServiceType } from "../enum";
|
|
2
|
+
import { IProject } from "./project";
|
|
3
|
+
import { IRegion } from "./region";
|
|
4
|
+
import { ITeam } from "./team";
|
|
5
|
+
import { IUser } from "./user";
|
|
6
|
+
export interface IComputeChange {
|
|
7
|
+
_id?: string;
|
|
8
|
+
project_name: string;
|
|
9
|
+
project_type?: ServiceType;
|
|
10
|
+
deleted: boolean;
|
|
11
|
+
project_id: IProject;
|
|
12
|
+
user_id: IUser;
|
|
13
|
+
team_id?: ITeam;
|
|
14
|
+
timestamp: Date;
|
|
15
|
+
previous: {
|
|
16
|
+
cpu: number;
|
|
17
|
+
memory: number;
|
|
18
|
+
storage: number;
|
|
19
|
+
persistentStorage: number;
|
|
20
|
+
region?: IRegion;
|
|
21
|
+
};
|
|
22
|
+
current: {
|
|
23
|
+
cpu: number;
|
|
24
|
+
memory: number;
|
|
25
|
+
storage: number;
|
|
26
|
+
persistentStorage: number;
|
|
27
|
+
region?: IRegion;
|
|
28
|
+
};
|
|
29
|
+
default_resources?: {
|
|
30
|
+
cpu: number;
|
|
31
|
+
memory: number;
|
|
32
|
+
storage: number;
|
|
33
|
+
persistentStorage: number;
|
|
34
|
+
region?: IRegion;
|
|
35
|
+
};
|
|
36
|
+
costs: {
|
|
37
|
+
startDate: Date;
|
|
38
|
+
endDate?: Date;
|
|
39
|
+
cpuCost: number;
|
|
40
|
+
memoryCost: number;
|
|
41
|
+
storageCost: number;
|
|
42
|
+
persistentStorageCost: number;
|
|
43
|
+
totalCost: number;
|
|
44
|
+
};
|
|
45
|
+
project_deleted_at?: Date;
|
|
46
|
+
billed: boolean;
|
|
47
|
+
storage_pricing_factor: number;
|
|
48
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { DatabaseEngine } from "../enum";
|
|
3
|
+
export interface IDbImage extends Document {
|
|
4
|
+
name: DatabaseEngine;
|
|
5
|
+
image_url: string;
|
|
6
|
+
version: string;
|
|
7
|
+
envs: Array<{
|
|
8
|
+
value: string;
|
|
9
|
+
type: string;
|
|
10
|
+
}>;
|
|
11
|
+
is_available: boolean;
|
|
12
|
+
is_default: boolean;
|
|
13
|
+
image: string;
|
|
14
|
+
free: boolean;
|
|
15
|
+
has_port: boolean;
|
|
16
|
+
port: number;
|
|
17
|
+
volumePath: string;
|
|
18
|
+
protocol: string;
|
|
19
|
+
params: Record<any, any>;
|
|
20
|
+
recommendations?: Array<{
|
|
21
|
+
cpu: string;
|
|
22
|
+
memory: string;
|
|
23
|
+
storage: string;
|
|
24
|
+
}>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { IDomain } from ".";
|
|
3
|
+
export interface IDns extends Document {
|
|
4
|
+
name: string;
|
|
5
|
+
ttl: number;
|
|
6
|
+
type: string;
|
|
7
|
+
value: string;
|
|
8
|
+
domain: IDomain;
|
|
9
|
+
isProxied?: boolean;
|
|
10
|
+
createdAt: Date;
|
|
11
|
+
updatedAt: Date;
|
|
12
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { IPreview, IProject, IProjectEnvironment, ISubscription, ITeam, IUser } from "../";
|
|
3
|
+
import { IDns } from "./dns";
|
|
4
|
+
export interface IDomain extends Document {
|
|
5
|
+
name: string;
|
|
6
|
+
project: IProject;
|
|
7
|
+
user_id: IUser;
|
|
8
|
+
team_id?: ITeam;
|
|
9
|
+
primary: boolean;
|
|
10
|
+
preview: IPreview;
|
|
11
|
+
provider: string;
|
|
12
|
+
subscription: ISubscription;
|
|
13
|
+
cashier_subscription_id: string | null;
|
|
14
|
+
auto_renewal: boolean;
|
|
15
|
+
renewal_duration: number;
|
|
16
|
+
is_discounted: boolean;
|
|
17
|
+
purchased: boolean;
|
|
18
|
+
privacy_enabled: boolean;
|
|
19
|
+
renewal_date: string;
|
|
20
|
+
renewal_price: number;
|
|
21
|
+
job_identifier: string;
|
|
22
|
+
trigger_created: boolean;
|
|
23
|
+
trigger_created_at: string;
|
|
24
|
+
nameservers: string[];
|
|
25
|
+
dns: IDns[];
|
|
26
|
+
project_environment?: IProjectEnvironment;
|
|
27
|
+
is_pending_verification: boolean;
|
|
28
|
+
redirect?: {
|
|
29
|
+
url: string;
|
|
30
|
+
status?: 301 | 302 | 307 | 308;
|
|
31
|
+
};
|
|
32
|
+
createdAt: Date;
|
|
33
|
+
updatedAt: Date;
|
|
34
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { IDomain } from "../";
|
|
3
|
+
import { DomainRenewalStatus } from "../../enum";
|
|
4
|
+
export interface IDomainRenewal extends Document {
|
|
5
|
+
domain_id: IDomain;
|
|
6
|
+
status: DomainRenewalStatus;
|
|
7
|
+
attempts: number;
|
|
8
|
+
createdAt: Date;
|
|
9
|
+
updatedAt: Date;
|
|
10
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { IDomain, IProject, ITeam, IUser } from "../";
|
|
3
|
+
import { DomainTransferDirection, DomainTransferProvider, DomainTransferStatus } from "../../enum";
|
|
4
|
+
export interface IDomainTransfer extends Document {
|
|
5
|
+
domain_id: IDomain;
|
|
6
|
+
domain_name: string;
|
|
7
|
+
user_id: IUser;
|
|
8
|
+
team_id?: ITeam;
|
|
9
|
+
provider: DomainTransferProvider;
|
|
10
|
+
direction: DomainTransferDirection;
|
|
11
|
+
status: DomainTransferStatus;
|
|
12
|
+
provider_transfer_id?: string;
|
|
13
|
+
payment_reference?: string;
|
|
14
|
+
payment_token?: string;
|
|
15
|
+
payment_amount?: number;
|
|
16
|
+
renewal_price?: number;
|
|
17
|
+
auto_renewal?: boolean;
|
|
18
|
+
privacy_enabled?: boolean;
|
|
19
|
+
renewal_duration?: number;
|
|
20
|
+
project_id?: IProject;
|
|
21
|
+
last_polled_at?: Date;
|
|
22
|
+
poll_count: number;
|
|
23
|
+
last_provider_status?: string;
|
|
24
|
+
failure_reason?: string;
|
|
25
|
+
createdAt: Date;
|
|
26
|
+
updatedAt: Date;
|
|
27
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { ENVIRONMENT } from "../enum";
|
|
3
|
+
import { IProject, IUser } from "./";
|
|
4
|
+
export interface IEnv extends Document {
|
|
5
|
+
name: string;
|
|
6
|
+
value: string;
|
|
7
|
+
project: IProject;
|
|
8
|
+
user: IUser;
|
|
9
|
+
environment: ENVIRONMENT | string;
|
|
10
|
+
is_system?: boolean;
|
|
11
|
+
createdAt: Date;
|
|
12
|
+
updatedAt: Date;
|
|
13
|
+
}
|