@brimble/models 3.8.78 → 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 +20 -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 +20 -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 -50
- 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 -37
- 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/compute.ts
DELETED
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { ServiceType } from "./enum";
|
|
3
|
-
import { IComputeChange } from "./types/compute";
|
|
4
|
-
|
|
5
|
-
const ComputeChangeSchema = new Schema({
|
|
6
|
-
project_name: {
|
|
7
|
-
type: String,
|
|
8
|
-
required: false,
|
|
9
|
-
},
|
|
10
|
-
project_id: {
|
|
11
|
-
type: Schema.Types.ObjectId,
|
|
12
|
-
ref: "Project",
|
|
13
|
-
required: true,
|
|
14
|
-
index: true,
|
|
15
|
-
},
|
|
16
|
-
project_type: {
|
|
17
|
-
type: String,
|
|
18
|
-
enum: Object.values(ServiceType),
|
|
19
|
-
required: false,
|
|
20
|
-
},
|
|
21
|
-
deleted: {
|
|
22
|
-
type: Boolean,
|
|
23
|
-
default: false,
|
|
24
|
-
},
|
|
25
|
-
user_id: {
|
|
26
|
-
type: Schema.Types.ObjectId,
|
|
27
|
-
ref: "User",
|
|
28
|
-
required: true,
|
|
29
|
-
index: true,
|
|
30
|
-
},
|
|
31
|
-
team_id: {
|
|
32
|
-
type: Schema.Types.ObjectId,
|
|
33
|
-
ref: "Team",
|
|
34
|
-
required: false,
|
|
35
|
-
index: true,
|
|
36
|
-
},
|
|
37
|
-
|
|
38
|
-
timestamp: {
|
|
39
|
-
type: Date,
|
|
40
|
-
default: Date.now,
|
|
41
|
-
required: true,
|
|
42
|
-
},
|
|
43
|
-
previous: {
|
|
44
|
-
cpu: { type: Number, required: true },
|
|
45
|
-
memory: { type: Number, required: true },
|
|
46
|
-
storage: { type: Number, required: true },
|
|
47
|
-
persistentStorage: { type: Number, required: false },
|
|
48
|
-
region: { type: Schema.Types.ObjectId, ref: "Region", required: false },
|
|
49
|
-
},
|
|
50
|
-
current: {
|
|
51
|
-
cpu: { type: Number, required: true },
|
|
52
|
-
memory: { type: Number, required: true },
|
|
53
|
-
storage: { type: Number, required: true },
|
|
54
|
-
persistentStorage: { type: Number, required: false },
|
|
55
|
-
region: { type: Schema.Types.ObjectId, ref: "Region", required: false },
|
|
56
|
-
},
|
|
57
|
-
default_resources: {
|
|
58
|
-
cpu: { type: Number, required: false },
|
|
59
|
-
memory: { type: Number, required: false },
|
|
60
|
-
storage: { type: Number, required: false },
|
|
61
|
-
persistentStorage: { type: Number, required: false },
|
|
62
|
-
region: { type: Schema.Types.ObjectId, ref: "Region", required: false },
|
|
63
|
-
},
|
|
64
|
-
costs: {
|
|
65
|
-
startDate: { type: Date, required: true },
|
|
66
|
-
endDate: { type: Date },
|
|
67
|
-
cpuCost: { type: Number, default: 0 },
|
|
68
|
-
memoryCost: { type: Number, default: 0 },
|
|
69
|
-
storageCost: { type: Number, default: 0 },
|
|
70
|
-
persistentStorageCost: { type: Number, default: 0 },
|
|
71
|
-
totalCost: { type: Number, default: 0 },
|
|
72
|
-
},
|
|
73
|
-
project_deleted_at: {
|
|
74
|
-
type: Date,
|
|
75
|
-
required: false,
|
|
76
|
-
},
|
|
77
|
-
billed: {
|
|
78
|
-
type: Boolean,
|
|
79
|
-
default: false,
|
|
80
|
-
},
|
|
81
|
-
storage_pricing_factor: { type: Number, required: false, default: 1 },
|
|
82
|
-
});
|
|
83
|
-
|
|
84
|
-
export default model<IComputeChange>(
|
|
85
|
-
"ComputeChange",
|
|
86
|
-
ComputeChangeSchema,
|
|
87
|
-
"compute_changes",
|
|
88
|
-
);
|
package/db-image.ts
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IDbImage } from "./types";
|
|
3
|
-
import { DatabaseEngine } from "./enum";
|
|
4
|
-
|
|
5
|
-
const dbImageSchema = new Schema(
|
|
6
|
-
{
|
|
7
|
-
name: {
|
|
8
|
-
type: String,
|
|
9
|
-
enum: Object.values(DatabaseEngine),
|
|
10
|
-
required: true,
|
|
11
|
-
},
|
|
12
|
-
image_url: {
|
|
13
|
-
type: String,
|
|
14
|
-
required: true,
|
|
15
|
-
},
|
|
16
|
-
image: {
|
|
17
|
-
type: String,
|
|
18
|
-
required: true,
|
|
19
|
-
},
|
|
20
|
-
version: {
|
|
21
|
-
type: String,
|
|
22
|
-
required: true,
|
|
23
|
-
},
|
|
24
|
-
envs: {
|
|
25
|
-
type: Array,
|
|
26
|
-
required: true,
|
|
27
|
-
},
|
|
28
|
-
is_available: {
|
|
29
|
-
type: Boolean,
|
|
30
|
-
default: true,
|
|
31
|
-
},
|
|
32
|
-
is_default: {
|
|
33
|
-
type: Boolean,
|
|
34
|
-
default: false,
|
|
35
|
-
},
|
|
36
|
-
has_port: {
|
|
37
|
-
type: Boolean,
|
|
38
|
-
default: true,
|
|
39
|
-
},
|
|
40
|
-
port: {
|
|
41
|
-
type: Number,
|
|
42
|
-
required: true,
|
|
43
|
-
},
|
|
44
|
-
volumePath: {
|
|
45
|
-
type: String,
|
|
46
|
-
required: true,
|
|
47
|
-
default: "/data",
|
|
48
|
-
},
|
|
49
|
-
recommendations: {
|
|
50
|
-
required: false,
|
|
51
|
-
type: Array,
|
|
52
|
-
default: [],
|
|
53
|
-
},
|
|
54
|
-
protocol: {
|
|
55
|
-
required: true,
|
|
56
|
-
type: String,
|
|
57
|
-
},
|
|
58
|
-
params: {
|
|
59
|
-
required: false,
|
|
60
|
-
type: Object,
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
{ timestamps: true },
|
|
64
|
-
);
|
|
65
|
-
|
|
66
|
-
export default model<IDbImage>("DbImage", dbImageSchema);
|
package/domain/dns.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IDns } from "../types";
|
|
3
|
-
import { DNS_TYPE } from "../enum";
|
|
4
|
-
|
|
5
|
-
const dnsSchema = new Schema({
|
|
6
|
-
name: {
|
|
7
|
-
type: String,
|
|
8
|
-
required: true,
|
|
9
|
-
},
|
|
10
|
-
ttl: {
|
|
11
|
-
type: Number,
|
|
12
|
-
default: 3600,
|
|
13
|
-
},
|
|
14
|
-
type: {
|
|
15
|
-
type: String,
|
|
16
|
-
enum: Object.values(DNS_TYPE),
|
|
17
|
-
required: true,
|
|
18
|
-
},
|
|
19
|
-
value: {
|
|
20
|
-
type: String,
|
|
21
|
-
required: true,
|
|
22
|
-
},
|
|
23
|
-
domain: {
|
|
24
|
-
type: Schema.Types.ObjectId,
|
|
25
|
-
ref: "Domain",
|
|
26
|
-
required: true,
|
|
27
|
-
},
|
|
28
|
-
isProxied: {
|
|
29
|
-
type: Boolean,
|
|
30
|
-
default: false,
|
|
31
|
-
},
|
|
32
|
-
}, { timestamps: true });
|
|
33
|
-
|
|
34
|
-
export default model<IDns>("Dns", dnsSchema);
|
package/domain/index.ts
DELETED
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IDomain } from "../types";
|
|
3
|
-
|
|
4
|
-
const domainSchema = new Schema(
|
|
5
|
-
{
|
|
6
|
-
project: {
|
|
7
|
-
ref: "Project",
|
|
8
|
-
type: Schema.Types.ObjectId,
|
|
9
|
-
required: false,
|
|
10
|
-
},
|
|
11
|
-
name: {
|
|
12
|
-
type: String,
|
|
13
|
-
required: true,
|
|
14
|
-
unique: true,
|
|
15
|
-
},
|
|
16
|
-
team_id: {
|
|
17
|
-
ref: "Team",
|
|
18
|
-
type: Schema.Types.ObjectId,
|
|
19
|
-
required: false,
|
|
20
|
-
},
|
|
21
|
-
user_id: {
|
|
22
|
-
ref: "User",
|
|
23
|
-
type: Schema.Types.ObjectId,
|
|
24
|
-
},
|
|
25
|
-
primary: {
|
|
26
|
-
type: Boolean,
|
|
27
|
-
default: false,
|
|
28
|
-
},
|
|
29
|
-
provider: {
|
|
30
|
-
type: String,
|
|
31
|
-
required: true,
|
|
32
|
-
},
|
|
33
|
-
renewal_duration: {
|
|
34
|
-
type: Number,
|
|
35
|
-
required: false,
|
|
36
|
-
default: 1,
|
|
37
|
-
},
|
|
38
|
-
is_discounted: {
|
|
39
|
-
type: Boolean,
|
|
40
|
-
default: false,
|
|
41
|
-
},
|
|
42
|
-
auto_renewal: {
|
|
43
|
-
type: Boolean,
|
|
44
|
-
default: false,
|
|
45
|
-
},
|
|
46
|
-
privacy_enabled: {
|
|
47
|
-
type: Boolean,
|
|
48
|
-
default: false,
|
|
49
|
-
},
|
|
50
|
-
renewal_date: {
|
|
51
|
-
type: String,
|
|
52
|
-
required: false,
|
|
53
|
-
},
|
|
54
|
-
renewal_price: {
|
|
55
|
-
type: Number,
|
|
56
|
-
required: false,
|
|
57
|
-
},
|
|
58
|
-
preview: {
|
|
59
|
-
ref: "Preview",
|
|
60
|
-
type: Schema.Types.ObjectId,
|
|
61
|
-
},
|
|
62
|
-
subscription: {
|
|
63
|
-
ref: "Subscription",
|
|
64
|
-
type: Schema.Types.ObjectId,
|
|
65
|
-
},
|
|
66
|
-
cashier_subscription_id: {
|
|
67
|
-
type: String,
|
|
68
|
-
default: null,
|
|
69
|
-
},
|
|
70
|
-
nameservers: {
|
|
71
|
-
type: Array,
|
|
72
|
-
required: false,
|
|
73
|
-
},
|
|
74
|
-
purchased: {
|
|
75
|
-
type: Boolean,
|
|
76
|
-
default: false,
|
|
77
|
-
},
|
|
78
|
-
trigger_created: {
|
|
79
|
-
type: Boolean,
|
|
80
|
-
default: false,
|
|
81
|
-
},
|
|
82
|
-
trigger_created_at: {
|
|
83
|
-
type: String,
|
|
84
|
-
},
|
|
85
|
-
job_identifier: {
|
|
86
|
-
type: String,
|
|
87
|
-
},
|
|
88
|
-
dns: [
|
|
89
|
-
{
|
|
90
|
-
ref: "Dns",
|
|
91
|
-
type: Schema.Types.ObjectId,
|
|
92
|
-
},
|
|
93
|
-
],
|
|
94
|
-
project_environment: {
|
|
95
|
-
ref: "ProjectEnvironment",
|
|
96
|
-
type: Schema.Types.ObjectId,
|
|
97
|
-
required: false,
|
|
98
|
-
default: null,
|
|
99
|
-
},
|
|
100
|
-
is_pending_verification: Boolean,
|
|
101
|
-
redirect: {
|
|
102
|
-
url: String,
|
|
103
|
-
status: Number,
|
|
104
|
-
},
|
|
105
|
-
},
|
|
106
|
-
{ timestamps: true },
|
|
107
|
-
);
|
|
108
|
-
|
|
109
|
-
export default model<IDomain>("Domain", domainSchema);
|
package/domain/renewal.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IDomainRenewal } from "../types";
|
|
3
|
-
import { DomainRenewalStatus } from "../enum";
|
|
4
|
-
|
|
5
|
-
const domainRenewalSchema = new Schema(
|
|
6
|
-
{
|
|
7
|
-
domain_id: {
|
|
8
|
-
ref: "Domain",
|
|
9
|
-
type: Schema.Types.ObjectId,
|
|
10
|
-
required: true,
|
|
11
|
-
},
|
|
12
|
-
status: {
|
|
13
|
-
type: String,
|
|
14
|
-
required: true,
|
|
15
|
-
enum: Object.values(DomainRenewalStatus)
|
|
16
|
-
},
|
|
17
|
-
attempts: {
|
|
18
|
-
type: Number,
|
|
19
|
-
required: true,
|
|
20
|
-
},
|
|
21
|
-
},
|
|
22
|
-
{ timestamps: true },
|
|
23
|
-
);
|
|
24
|
-
|
|
25
|
-
export default model<IDomainRenewal>("DomainRenewal", domainRenewalSchema, "domain_renewals");
|
package/domain/transfer.ts
DELETED
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IDomainTransfer } from "../types";
|
|
3
|
-
import {
|
|
4
|
-
DomainTransferDirection,
|
|
5
|
-
DomainTransferProvider,
|
|
6
|
-
DomainTransferStatus,
|
|
7
|
-
} from "../enum";
|
|
8
|
-
|
|
9
|
-
const domainTransferSchema = new Schema(
|
|
10
|
-
{
|
|
11
|
-
domain_id: {
|
|
12
|
-
ref: "Domain",
|
|
13
|
-
type: Schema.Types.ObjectId,
|
|
14
|
-
required: true,
|
|
15
|
-
},
|
|
16
|
-
domain_name: {
|
|
17
|
-
type: String,
|
|
18
|
-
required: true,
|
|
19
|
-
trim: true,
|
|
20
|
-
},
|
|
21
|
-
user_id: {
|
|
22
|
-
ref: "User",
|
|
23
|
-
type: Schema.Types.ObjectId,
|
|
24
|
-
required: true,
|
|
25
|
-
},
|
|
26
|
-
team_id: {
|
|
27
|
-
ref: "Team",
|
|
28
|
-
type: Schema.Types.ObjectId,
|
|
29
|
-
required: false,
|
|
30
|
-
},
|
|
31
|
-
provider: {
|
|
32
|
-
type: String,
|
|
33
|
-
required: true,
|
|
34
|
-
enum: Object.values(DomainTransferProvider),
|
|
35
|
-
},
|
|
36
|
-
direction: {
|
|
37
|
-
type: String,
|
|
38
|
-
required: true,
|
|
39
|
-
enum: Object.values(DomainTransferDirection),
|
|
40
|
-
},
|
|
41
|
-
status: {
|
|
42
|
-
type: String,
|
|
43
|
-
required: true,
|
|
44
|
-
enum: Object.values(DomainTransferStatus),
|
|
45
|
-
},
|
|
46
|
-
provider_transfer_id: {
|
|
47
|
-
type: String,
|
|
48
|
-
required: false,
|
|
49
|
-
},
|
|
50
|
-
payment_reference: {
|
|
51
|
-
type: String,
|
|
52
|
-
required: false,
|
|
53
|
-
},
|
|
54
|
-
payment_token: {
|
|
55
|
-
type: String,
|
|
56
|
-
required: false,
|
|
57
|
-
},
|
|
58
|
-
payment_amount: {
|
|
59
|
-
type: Number,
|
|
60
|
-
required: false,
|
|
61
|
-
},
|
|
62
|
-
renewal_price: {
|
|
63
|
-
type: Number,
|
|
64
|
-
required: false,
|
|
65
|
-
},
|
|
66
|
-
auto_renewal: {
|
|
67
|
-
type: Boolean,
|
|
68
|
-
required: false,
|
|
69
|
-
},
|
|
70
|
-
privacy_enabled: {
|
|
71
|
-
type: Boolean,
|
|
72
|
-
required: false,
|
|
73
|
-
},
|
|
74
|
-
renewal_duration: {
|
|
75
|
-
type: Number,
|
|
76
|
-
required: false,
|
|
77
|
-
},
|
|
78
|
-
project_id: {
|
|
79
|
-
ref: "Project",
|
|
80
|
-
type: Schema.Types.ObjectId,
|
|
81
|
-
required: false,
|
|
82
|
-
},
|
|
83
|
-
last_polled_at: {
|
|
84
|
-
type: Date,
|
|
85
|
-
required: false,
|
|
86
|
-
},
|
|
87
|
-
poll_count: {
|
|
88
|
-
type: Number,
|
|
89
|
-
required: true,
|
|
90
|
-
default: 0,
|
|
91
|
-
min: 0,
|
|
92
|
-
},
|
|
93
|
-
last_provider_status: {
|
|
94
|
-
type: String,
|
|
95
|
-
required: false,
|
|
96
|
-
},
|
|
97
|
-
failure_reason: {
|
|
98
|
-
type: String,
|
|
99
|
-
required: false,
|
|
100
|
-
},
|
|
101
|
-
},
|
|
102
|
-
{ timestamps: true },
|
|
103
|
-
);
|
|
104
|
-
|
|
105
|
-
domainTransferSchema.index({ status: 1, direction: 1 });
|
|
106
|
-
domainTransferSchema.index({ domain_id: 1 });
|
|
107
|
-
|
|
108
|
-
export default model<IDomainTransfer>(
|
|
109
|
-
"DomainTransfer",
|
|
110
|
-
domainTransferSchema,
|
|
111
|
-
"domain_transfers",
|
|
112
|
-
);
|
package/enum/index.ts
DELETED
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
export enum GIT_TYPE {
|
|
2
|
-
GITHUB = "GITHUB",
|
|
3
|
-
GITLAB = "GITLAB",
|
|
4
|
-
BITBUCKET = "BITBUCKET",
|
|
5
|
-
DOCKER = "DOCKER",
|
|
6
|
-
HUGGING_FACE = "HUGGINGFACE",
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export enum SERVER_PROTOCOL {
|
|
10
|
-
TCP = "TCP",
|
|
11
|
-
UDP = "UDP",
|
|
12
|
-
HTTP = "HTTP",
|
|
13
|
-
HTTPS = "HTTPS",
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export enum BUILD_DISABLED_BY {
|
|
17
|
-
System = "system",
|
|
18
|
-
User = "user",
|
|
19
|
-
Payment = "payment_failure"
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export enum REQUEST_TYPE {
|
|
23
|
-
GET = "GET",
|
|
24
|
-
PUT = "PUT",
|
|
25
|
-
POST = "POST",
|
|
26
|
-
DELETE = "DELETE",
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export enum ENVIRONMENT {
|
|
30
|
-
PREVIEW = "PREVIEW",
|
|
31
|
-
PRODUCTION = "PRODUCTION",
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export enum INTEGRATION_TYPES {
|
|
35
|
-
Messaging = "MESSAGING",
|
|
36
|
-
ErrorTracking = "ERROR_TRACKING",
|
|
37
|
-
DevTools = "DEVTOOLS",
|
|
38
|
-
Security = "SECURITY",
|
|
39
|
-
Analytics = "ANALYTICS",
|
|
40
|
-
Storage = "STORAGE",
|
|
41
|
-
Logging = "LOGGING",
|
|
42
|
-
Monitoring = "MONITORING",
|
|
43
|
-
Cms = "CMS",
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export enum INTEGRATION_PROVIDERS {
|
|
47
|
-
Slack = "SLACK",
|
|
48
|
-
Sentry = "SENTRY",
|
|
49
|
-
Discord = "DISCORD",
|
|
50
|
-
Onboardbase = "ONBOARDBASE",
|
|
51
|
-
Contentful = "CONTENTFUL",
|
|
52
|
-
Novu = "NOVU",
|
|
53
|
-
Netlify = "NETLIFY",
|
|
54
|
-
GoogleAnalytics = "GOOGLE_ANALYTICS",
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export enum CARD_TYPES {
|
|
58
|
-
MASTERCARD = "MASTERCARD",
|
|
59
|
-
VISA = "VISA",
|
|
60
|
-
VERVE = "VERVE",
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
export enum PROJECT_STATUS {
|
|
64
|
-
INACTIVE = "INACTIVE",
|
|
65
|
-
ACTIVE = "ACTIVE",
|
|
66
|
-
INPROGRESS = "INPROGRESS",
|
|
67
|
-
FAILED = "FAILED",
|
|
68
|
-
PENDING = "PENDING",
|
|
69
|
-
CANCELLED = "CANCELLED",
|
|
70
|
-
DEGRADED = "DEGRADED",
|
|
71
|
-
PAYMENT = "PAYMENT DUE",
|
|
72
|
-
NOMAD_READY = "NOMAD_READY",
|
|
73
|
-
NOMAD_FAILED = "NOMAD_FAILED",
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
export enum SUBSCRIPTION_STATUS {
|
|
77
|
-
ACTIVE = "active",
|
|
78
|
-
INACTIVE = "in-active",
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
export enum SUBSCRIPTION_PLAN_TYPE {
|
|
82
|
-
FreePlan = "FREE_PLAN",
|
|
83
|
-
DeveloperPlan = "DEVELOPER_PLAN",
|
|
84
|
-
TeamPlan = "TEAM_PLAN",
|
|
85
|
-
DomainPlan = "DOMAIN_PLAN",
|
|
86
|
-
HackerPlan = "HACKER_PLAN",
|
|
87
|
-
LiscensePlan = "LISCENSE_PLAN",
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
export enum OAUTH_PERMISSIONS {
|
|
91
|
-
READ_USER = "read_user",
|
|
92
|
-
READ_PROJECT = "read_project",
|
|
93
|
-
UPDATE_CREDENTIALS = "update_credentials",
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export enum SERVER_STATUS {
|
|
97
|
-
Active = "active",
|
|
98
|
-
InProgress = "in-progress",
|
|
99
|
-
InActive = "in-active",
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
export enum DNS_TYPE {
|
|
103
|
-
A = "A",
|
|
104
|
-
CNAME = "CNAME",
|
|
105
|
-
NS = "NS",
|
|
106
|
-
TXT = "TXT",
|
|
107
|
-
MX = "MX",
|
|
108
|
-
SPF = "SPF",
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
export enum ROLES {
|
|
112
|
-
CREATOR = "CREATOR",
|
|
113
|
-
ADMINISTRATOR = "ADMINISTRATOR",
|
|
114
|
-
MEMBER = "MEMBER",
|
|
115
|
-
VIEWER = "VIEWER"
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
export enum PERMISSION_TYPE {
|
|
119
|
-
DOMAIN = "DOMAIN",
|
|
120
|
-
BILLING = "BILLING",
|
|
121
|
-
PROJECT = "PROJECT",
|
|
122
|
-
INTEGRATION = "INTEGRATION",
|
|
123
|
-
USERS = "USERS",
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
export enum REGION_CONTINENT {
|
|
127
|
-
AFRICA = "Africa",
|
|
128
|
-
EUROPE = "Europe",
|
|
129
|
-
AMERICA = "America",
|
|
130
|
-
ASIA = "Asia",
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
export enum ServiceType {
|
|
134
|
-
Database = "database",
|
|
135
|
-
WebService = "web-service",
|
|
136
|
-
Static = "static",
|
|
137
|
-
Mcp = "mcp",
|
|
138
|
-
Liscense = "liscense",
|
|
139
|
-
Worker = "worker",
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
export enum DatabaseEngine {
|
|
143
|
-
MySQL = "mysql",
|
|
144
|
-
PostgreSQL = "postgresql",
|
|
145
|
-
MongoDB = "mongodb",
|
|
146
|
-
Redis = "redis",
|
|
147
|
-
WordPress = "wordpress",
|
|
148
|
-
SQLite = "sqlite",
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
export enum JobStatus {
|
|
152
|
-
SCHEDULED = "scheduled",
|
|
153
|
-
RUNNING = "running",
|
|
154
|
-
COMPLETED = "completed",
|
|
155
|
-
FAILED = "failed",
|
|
156
|
-
CANCELLED = "cancelled",
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
export enum LicenseStatus {
|
|
160
|
-
ACTIVE = "ACTIVE",
|
|
161
|
-
EXPIRED = "EXPIRED",
|
|
162
|
-
SUSPENDED = "SUSPENDED",
|
|
163
|
-
REVOKED = "REVOKED",
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
export enum SCALING_STRATEGY {
|
|
167
|
-
Linear = "LINEAR",
|
|
168
|
-
Exponential = "EXPONENTIAL",
|
|
169
|
-
Target = "TARGET",
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
export enum SCALING_METRIC {
|
|
173
|
-
Cpu = "CPU",
|
|
174
|
-
Memory = "MEMORY",
|
|
175
|
-
RequestCount = "REQUEST_COUNT",
|
|
176
|
-
ResponseTime = "RESPONSE_TIME",
|
|
177
|
-
CustomMetric = "CUSTOM_METRIC",
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
export enum FrameworkApplicationType {
|
|
181
|
-
Spa = 'spa',
|
|
182
|
-
Ssr = 'ssr',
|
|
183
|
-
Static = 'static',
|
|
184
|
-
Backend = 'backend'
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
export enum DomainRenewalStatus {
|
|
188
|
-
Pending = "pending",
|
|
189
|
-
Completed = "completed",
|
|
190
|
-
Failed = "failed",
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
export enum DomainTransferProvider {
|
|
194
|
-
Dynadot = "dynadot",
|
|
195
|
-
NameDotCom = "name-dot-com",
|
|
196
|
-
NameCheap = "name-cheap",
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
export enum DomainTransferDirection {
|
|
200
|
-
TransferIn = "transfer_in",
|
|
201
|
-
TransferOut = "transfer_out",
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
export enum DomainTransferStatus {
|
|
205
|
-
Pending = "pending",
|
|
206
|
-
Completed = "completed",
|
|
207
|
-
Failed = "failed",
|
|
208
|
-
Cancelled = "cancelled",
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
export enum NomadDeploymentStatus {
|
|
212
|
-
NOMAD_SETUP = 'nomad_setup',
|
|
213
|
-
NOMAD_READY = 'nomad_ready',
|
|
214
|
-
NOMAD_FAILED = 'nomad_failed',
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
export enum COLLAB_ANNOTATION_STATUS {
|
|
218
|
-
OPEN = "open",
|
|
219
|
-
RESOLVED = "resolved",
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
export enum COLLAB_INTEGRATION_TYPE {
|
|
223
|
-
SLACK = "slack",
|
|
224
|
-
DISCORD = "discord",
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
export enum COLLAB_THEME {
|
|
228
|
-
LIGHT = "light",
|
|
229
|
-
DARK = "dark",
|
|
230
|
-
SYSTEM = "system",
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
export enum COLLAB_TOOLBAR_POSITION {
|
|
234
|
-
LEFT = "left",
|
|
235
|
-
BOTTOM = "bottom",
|
|
236
|
-
RIGHT = "right",
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
export enum INVOICE_STATUS {
|
|
240
|
-
ACTIVE = "ACTIVE",
|
|
241
|
-
PAID = "PAID",
|
|
242
|
-
EXPIRED = "EXPIRED",
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
export enum INVOICE_PAYMENT_STATUS {
|
|
246
|
-
PENDING = "PENDING",
|
|
247
|
-
PROCESSING = "PROCESSING",
|
|
248
|
-
SUCCESSFUL = "SUCCESSFUL",
|
|
249
|
-
FAILED = "FAILED",
|
|
250
|
-
REFUNDED = "REFUNDED",
|
|
251
|
-
REFUND_PROCESSING = "REFUND_PROCESSING",
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
export enum INVOICE_TYPE {
|
|
255
|
-
INVOICE = "invoice",
|
|
256
|
-
RECEIPT = "receipt",
|
|
257
|
-
}
|