@brimble/models 3.8.45 → 3.8.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/activity-log.d.ts +9 -0
- package/dist/activity-log.js +61 -0
- package/dist/app-message.d.ts +9 -0
- package/dist/app-message.js +14 -0
- package/dist/auto-scaling.d.ts +9 -0
- package/dist/auto-scaling.js +63 -0
- package/dist/card.d.ts +9 -0
- package/dist/card.js +41 -0
- package/dist/cashier_subscription.d.ts +9 -0
- package/dist/cashier_subscription.js +27 -0
- package/dist/cashier_subscription_item.d.ts +9 -0
- package/dist/cashier_subscription_item.js +17 -0
- package/dist/collab-annotation.d.ts +9 -0
- package/dist/collab-annotation.js +31 -0
- package/dist/collab-comment.d.ts +9 -0
- package/dist/collab-comment.js +19 -0
- package/dist/collab-integration.d.ts +9 -0
- package/dist/collab-integration.js +17 -0
- package/dist/collab-push-subscription.d.ts +9 -0
- package/dist/collab-push-subscription.js +14 -0
- package/dist/collab-settings.d.ts +9 -0
- package/dist/collab-settings.js +24 -0
- package/dist/collab-share-token.d.ts +9 -0
- package/dist/collab-share-token.js +11 -0
- package/dist/compute.d.ts +9 -0
- package/dist/compute.js +82 -0
- package/dist/db-image.d.ts +9 -0
- package/dist/db-image.js +67 -0
- package/dist/domain/dns.d.ts +9 -0
- package/dist/domain/dns.js +33 -0
- package/dist/domain/index.d.ts +9 -0
- package/dist/domain/index.js +109 -0
- package/dist/domain/renewal.d.ts +9 -0
- package/dist/domain/renewal.js +21 -0
- package/dist/domain/transfer.d.ts +9 -0
- package/dist/domain/transfer.js +99 -0
- package/dist/enum/index.d.ts +271 -0
- package/dist/enum/index.js +319 -0
- package/dist/env.d.ts +9 -0
- package/dist/env.js +34 -0
- package/dist/environment-variable.d.ts +9 -0
- package/dist/environment-variable.js +16 -0
- package/dist/follower.d.ts +9 -0
- package/dist/follower.js +15 -0
- package/dist/following.d.ts +9 -0
- package/dist/following.js +15 -0
- package/dist/framework.d.ts +9 -0
- package/dist/framework.js +84 -0
- package/dist/idempotency.d.ts +9 -0
- package/{idempotency.ts → dist/idempotency.js} +8 -13
- package/{index.ts → dist/index.d.ts} +6 -174
- package/dist/index.js +232 -0
- package/dist/integration.d.ts +9 -0
- package/dist/integration.js +35 -0
- package/dist/intention.d.ts +9 -0
- package/dist/intention.js +36 -0
- package/dist/invoice.d.ts +9 -0
- package/dist/invoice.js +28 -0
- package/dist/job.d.ts +10 -0
- package/dist/job.js +62 -0
- package/dist/license.d.ts +9 -0
- package/dist/license.js +75 -0
- package/dist/load-balancer-port.d.ts +9 -0
- package/dist/load-balancer-port.js +27 -0
- package/dist/logs.d.ts +9 -0
- package/dist/logs.js +40 -0
- package/dist/member-permission.d.ts +9 -0
- package/dist/member-permission.js +9 -0
- package/dist/member.d.ts +9 -0
- package/dist/member.js +40 -0
- package/dist/object-storage-usage-segment.d.ts +9 -0
- package/dist/object-storage-usage-segment.js +46 -0
- package/dist/ownership-transfer.d.ts +9 -0
- package/dist/ownership-transfer.js +35 -0
- package/dist/permission.d.ts +9 -0
- package/dist/permission.js +12 -0
- package/dist/plan_configuration.d.ts +10 -0
- package/{plan_configuration.ts → dist/plan_configuration.js} +13 -21
- package/dist/project/connection.d.ts +9 -0
- package/dist/project/connection.js +14 -0
- package/dist/project/index.d.ts +16 -0
- package/dist/project/index.js +256 -0
- package/dist/project/preview.d.ts +9 -0
- package/dist/project/preview.js +37 -0
- package/dist/project-environment.d.ts +9 -0
- package/dist/project-environment.js +13 -0
- package/dist/project-tag-assignment.d.ts +9 -0
- package/dist/project-tag-assignment.js +32 -0
- package/dist/project_analytics.d.ts +9 -0
- package/dist/project_analytics.js +18 -0
- package/dist/provider.d.ts +9 -0
- package/dist/provider.js +10 -0
- package/dist/region.d.ts +9 -0
- package/dist/region.js +17 -0
- package/dist/role.d.ts +9 -0
- package/dist/role.js +11 -0
- package/dist/sandbox-activity.d.ts +9 -0
- package/dist/sandbox-activity.js +49 -0
- package/dist/sandbox-image.d.ts +9 -0
- package/dist/sandbox-image.js +31 -0
- package/dist/sandbox-snapshot-usage-segment.d.ts +9 -0
- package/dist/sandbox-snapshot-usage-segment.js +49 -0
- package/dist/sandbox-snapshot.d.ts +9 -0
- package/dist/sandbox-snapshot.js +51 -0
- package/dist/sandbox-usage-segment.d.ts +9 -0
- package/dist/sandbox-usage-segment.js +57 -0
- package/dist/sandbox.d.ts +9 -0
- package/dist/sandbox.js +132 -0
- package/dist/server.d.ts +9 -0
- package/dist/server.js +101 -0
- package/dist/settings.d.ts +9 -0
- package/dist/settings.js +49 -0
- package/dist/storage.d.ts +36 -0
- package/dist/storage.js +82 -0
- package/dist/subscription.d.ts +9 -0
- package/dist/subscription.js +82 -0
- package/dist/tag.d.ts +9 -0
- package/dist/tag.js +29 -0
- package/dist/team.d.ts +9 -0
- package/dist/team.js +82 -0
- package/dist/token.d.ts +9 -0
- package/dist/token.js +36 -0
- package/dist/types/activity-log.d.ts +18 -0
- package/dist/types/activity-log.js +2 -0
- package/dist/types/app-message.d.ts +15 -0
- package/dist/types/app-message.js +2 -0
- package/dist/types/auto-scaling-group.d.ts +20 -0
- package/dist/types/auto-scaling-group.js +2 -0
- package/dist/types/card.d.ts +12 -0
- package/dist/types/card.js +2 -0
- package/dist/types/cashier_subscription.d.ts +27 -0
- package/dist/types/cashier_subscription.js +2 -0
- package/dist/types/collab-annotation.d.ts +27 -0
- package/dist/types/collab-annotation.js +2 -0
- package/dist/types/collab-comment.d.ts +20 -0
- package/dist/types/collab-comment.js +2 -0
- package/{types/collab-integration.ts → dist/types/collab-integration.d.ts} +7 -8
- package/dist/types/collab-integration.js +2 -0
- package/dist/types/collab-push-subscription.d.ts +12 -0
- package/dist/types/collab-push-subscription.js +2 -0
- package/dist/types/collab-settings.d.ts +16 -0
- package/dist/types/collab-settings.js +2 -0
- package/{types/collab-share-token.ts → dist/types/collab-share-token.d.ts} +7 -8
- package/dist/types/collab-share-token.js +2 -0
- package/dist/types/compute.d.ts +48 -0
- package/dist/types/compute.js +2 -0
- package/dist/types/db-image.d.ts +25 -0
- package/dist/types/db-image.js +2 -0
- package/dist/types/domain/dns.d.ts +12 -0
- package/dist/types/domain/dns.js +2 -0
- package/dist/types/domain/index.d.ts +35 -0
- package/dist/types/domain/index.js +2 -0
- package/{types/domain/renewal.ts → dist/types/domain/renewal.d.ts} +0 -1
- package/dist/types/domain/renewal.js +2 -0
- package/dist/types/domain/transfer.d.ts +27 -0
- package/dist/types/domain/transfer.js +2 -0
- package/dist/types/env.d.ts +13 -0
- package/dist/types/env.js +2 -0
- package/{types/environment-variable.ts → dist/types/environment-variable.d.ts} +7 -8
- package/dist/types/environment-variable.js +2 -0
- package/{types/following.ts → dist/types/following.d.ts} +2 -3
- package/dist/types/following.js +2 -0
- package/dist/types/framework.d.ts +39 -0
- package/dist/types/framework.js +2 -0
- package/dist/types/git.d.ts +14 -0
- package/dist/types/git.js +2 -0
- package/dist/types/idempotency.d.ts +10 -0
- package/dist/types/idempotency.js +2 -0
- package/{types/index.ts → dist/types/index.d.ts} +5 -26
- package/dist/types/index.js +2 -0
- package/{types/installed_integration.ts → dist/types/installed_integration.d.ts} +3 -6
- package/dist/types/installed_integration.js +2 -0
- package/dist/types/integration.d.ts +14 -0
- package/dist/types/integration.js +2 -0
- package/dist/types/intention.d.ts +13 -0
- package/dist/types/intention.js +2 -0
- package/dist/types/invoice.d.ts +15 -0
- package/dist/types/invoice.js +2 -0
- package/dist/types/job.d.ts +19 -0
- package/dist/types/job.js +2 -0
- package/dist/types/license.d.ts +18 -0
- package/dist/types/license.js +2 -0
- package/{types/load-balancer-port.ts → dist/types/load-balancer-port.d.ts} +7 -8
- package/dist/types/load-balancer-port.js +2 -0
- package/dist/types/logs.d.ts +35 -0
- package/dist/types/logs.js +2 -0
- package/{types/member-permission.ts → dist/types/member-permission.d.ts} +3 -6
- package/dist/types/member-permission.js +2 -0
- package/dist/types/member.d.ts +18 -0
- package/dist/types/member.js +2 -0
- package/dist/types/object-storage-usage-segment.d.ts +23 -0
- package/dist/types/object-storage-usage-segment.js +2 -0
- package/dist/types/ownership-transfer.d.ts +12 -0
- package/dist/types/ownership-transfer.js +2 -0
- package/{types/permission.ts → dist/types/permission.d.ts} +8 -14
- package/dist/types/permission.js +2 -0
- package/dist/types/plan_configuration.d.ts +55 -0
- package/dist/types/plan_configuration.js +2 -0
- package/{types/project/connection.ts → dist/types/project/connection.d.ts} +2 -3
- package/dist/types/project/connection.js +2 -0
- package/dist/types/project/index.d.ts +100 -0
- package/dist/types/project/index.js +2 -0
- package/dist/types/project/preview.d.ts +21 -0
- package/dist/types/project/preview.js +2 -0
- package/dist/types/project-environment.d.ts +13 -0
- package/dist/types/project-environment.js +2 -0
- package/{types/project-tag-assignment.ts → dist/types/project-tag-assignment.d.ts} +6 -7
- package/dist/types/project-tag-assignment.js +2 -0
- package/dist/types/project_analytics.d.ts +11 -0
- package/dist/types/project_analytics.js +2 -0
- package/{types/provider.ts → dist/types/provider.d.ts} +4 -5
- package/dist/types/provider.js +2 -0
- package/dist/types/region.d.ts +15 -0
- package/dist/types/region.js +2 -0
- package/{types/role.ts → dist/types/role.d.ts} +4 -8
- package/dist/types/role.js +2 -0
- package/dist/types/sandbox-activity.d.ts +14 -0
- package/dist/types/sandbox-activity.js +2 -0
- package/dist/types/sandbox-image.d.ts +9 -0
- package/dist/types/sandbox-image.js +2 -0
- package/dist/types/sandbox-snapshot-usage-segment.d.ts +16 -0
- package/dist/types/sandbox-snapshot-usage-segment.js +2 -0
- package/dist/types/sandbox-snapshot.d.ts +16 -0
- package/dist/types/sandbox-snapshot.js +2 -0
- package/dist/types/sandbox-usage-segment.d.ts +25 -0
- package/dist/types/sandbox-usage-segment.js +2 -0
- package/dist/types/sandbox.d.ts +41 -0
- package/dist/types/sandbox.js +2 -0
- package/dist/types/server.d.ts +32 -0
- package/dist/types/server.js +2 -0
- package/dist/types/settings.d.ts +11 -0
- package/dist/types/settings.js +2 -0
- package/dist/types/storage.d.ts +79 -0
- package/dist/types/storage.js +2 -0
- package/dist/types/subscription.d.ts +33 -0
- package/dist/types/subscription.js +2 -0
- package/{types/tag.ts → dist/types/tag.d.ts} +6 -7
- package/dist/types/tag.js +2 -0
- package/dist/types/team.d.ts +24 -0
- package/dist/types/team.js +2 -0
- package/{types/token.ts → dist/types/token.d.ts} +6 -7
- package/dist/types/token.js +2 -0
- package/dist/types/user.d.ts +44 -0
- package/dist/types/user.js +2 -0
- package/dist/types/volume-usage-segment.d.ts +16 -0
- package/dist/types/volume-usage-segment.js +2 -0
- package/dist/types/volume.d.ts +20 -0
- package/dist/types/volume.js +2 -0
- package/dist/types/wallet.d.ts +8 -0
- package/dist/types/wallet.js +2 -0
- package/{types/webhook-category.ts → dist/types/webhook-category.d.ts} +1 -2
- package/dist/types/webhook-category.js +2 -0
- package/{types/webhook-event.ts → dist/types/webhook-event.d.ts} +1 -2
- package/dist/types/webhook-event.js +2 -0
- package/{types/webhook-setting.ts → dist/types/webhook-setting.d.ts} +1 -2
- package/dist/types/webhook-setting.js +2 -0
- package/dist/user.d.ts +9 -0
- package/dist/user.js +70 -0
- package/dist/volume-usage-segment.d.ts +9 -0
- package/dist/volume-usage-segment.js +46 -0
- package/dist/volume.d.ts +9 -0
- package/dist/volume.js +48 -0
- package/dist/wallet.d.ts +9 -0
- package/dist/wallet.js +26 -0
- package/dist/webhook-category.d.ts +9 -0
- package/dist/webhook-category.js +10 -0
- package/dist/webhook-event.d.ts +9 -0
- package/dist/webhook-event.js +19 -0
- package/dist/webhook-setting.d.ts +9 -0
- package/dist/webhook-setting.js +50 -0
- package/package.json +6 -2
- package/.claude/settings.local.json +0 -7
- package/.eslintrc.js +0 -26
- package/.prettierrc +0 -4
- package/activity-log.ts +0 -66
- package/app-message.ts +0 -18
- package/auto-scaling.ts +0 -72
- package/card.ts +0 -45
- package/cashier_subscription.ts +0 -35
- package/cashier_subscription_item.ts +0 -25
- package/collab-annotation.ts +0 -36
- package/collab-comment.ts +0 -27
- package/collab-integration.ts +0 -21
- package/collab-push-subscription.ts +0 -19
- package/collab-settings.ts +0 -29
- package/collab-share-token.ts +0 -15
- package/compute.ts +0 -88
- package/db-image.ts +0 -71
- package/domain/dns.ts +0 -34
- package/domain/index.ts +0 -113
- package/domain/renewal.ts +0 -25
- package/domain/transfer.ts +0 -112
- package/enum/index.ts +0 -315
- package/env.ts +0 -38
- package/environment-variable.ts +0 -21
- package/follower.ts +0 -19
- package/following.ts +0 -19
- package/framework.ts +0 -88
- package/integration.ts +0 -39
- package/intention.ts +0 -40
- package/invoice.ts +0 -36
- package/job.ts +0 -30
- package/load-balancer-port.ts +0 -31
- package/logs.ts +0 -44
- package/member-permission.ts +0 -13
- package/member.ts +0 -44
- package/object-storage-usage-segment.ts +0 -59
- package/ownership-transfer.ts +0 -42
- package/permission.ts +0 -13
- package/project/connection.ts +0 -21
- package/project/index.ts +0 -264
- package/project/preview.ts +0 -41
- package/project-environment.ts +0 -18
- package/project-tag-assignment.ts +0 -40
- package/project_analytics.ts +0 -26
- package/provider.ts +0 -11
- package/region.ts +0 -18
- package/role.ts +0 -12
- package/sandbox-activity.ts +0 -53
- package/sandbox-image.ts +0 -35
- package/sandbox-snapshot-usage-segment.ts +0 -61
- package/sandbox-snapshot.ts +0 -55
- package/sandbox-usage-segment.ts +0 -69
- package/sandbox.ts +0 -134
- package/server.ts +0 -105
- package/settings.ts +0 -53
- package/storage.ts +0 -117
- package/subscription.ts +0 -86
- package/tag.ts +0 -34
- package/team.ts +0 -86
- package/token.ts +0 -40
- package/tsconfig.json +0 -14
- package/types/activity-log.ts +0 -19
- package/types/app-message.ts +0 -16
- package/types/auto-scaling-group.ts +0 -21
- package/types/card.ts +0 -20
- package/types/cashier_subscription.ts +0 -29
- package/types/collab-annotation.ts +0 -28
- package/types/collab-comment.ts +0 -22
- package/types/collab-push-subscription.ts +0 -10
- package/types/collab-settings.ts +0 -17
- package/types/compute.ts +0 -51
- package/types/db-image.ts +0 -19
- package/types/domain/dns.ts +0 -13
- package/types/domain/index.ts +0 -36
- package/types/domain/transfer.ts +0 -32
- package/types/env.ts +0 -14
- package/types/framework.ts +0 -41
- package/types/git.ts +0 -15
- package/types/idempotency.ts +0 -12
- package/types/integration.ts +0 -24
- package/types/intention.ts +0 -14
- package/types/invoice.ts +0 -16
- package/types/job.ts +0 -20
- package/types/license.ts +0 -19
- package/types/logs.ts +0 -36
- package/types/member.ts +0 -19
- package/types/object-storage-usage-segment.ts +0 -26
- package/types/ownership-transfer.ts +0 -13
- package/types/plan_configuration.ts +0 -56
- package/types/project/index.ts +0 -101
- package/types/project/preview.ts +0 -22
- package/types/project-environment.ts +0 -14
- package/types/project_analytics.ts +0 -12
- package/types/region.ts +0 -16
- package/types/sandbox-activity.ts +0 -15
- package/types/sandbox-image.ts +0 -10
- package/types/sandbox-snapshot-usage-segment.ts +0 -18
- package/types/sandbox-snapshot.ts +0 -17
- package/types/sandbox-usage-segment.ts +0 -28
- package/types/sandbox.ts +0 -43
- package/types/server.ts +0 -59
- package/types/settings.ts +0 -19
- package/types/storage.ts +0 -91
- package/types/subscription.ts +0 -34
- package/types/team.ts +0 -25
- package/types/user.ts +0 -45
- package/types/volume-usage-segment.ts +0 -18
- package/types/volume.ts +0 -21
- package/types/wallet.ts +0 -9
- package/user.ts +0 -75
- package/volume-usage-segment.ts +0 -59
- package/volume.ts +0 -53
- package/wallet.ts +0 -27
- package/webhook-category.ts +0 -11
- package/webhook-event.ts +0 -20
- package/webhook-setting.ts +0 -48
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeletedProject = void 0;
|
|
4
|
+
const mongoose_1 = require("mongoose");
|
|
5
|
+
const enum_1 = require("../enum");
|
|
6
|
+
const projectSchema = new mongoose_1.Schema({
|
|
7
|
+
name: {
|
|
8
|
+
type: String,
|
|
9
|
+
required: true,
|
|
10
|
+
unique: true,
|
|
11
|
+
},
|
|
12
|
+
uuid: Number,
|
|
13
|
+
user_id: {
|
|
14
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
15
|
+
ref: "User",
|
|
16
|
+
required: false,
|
|
17
|
+
},
|
|
18
|
+
monitor_id: {
|
|
19
|
+
type: String,
|
|
20
|
+
required: false,
|
|
21
|
+
},
|
|
22
|
+
healthCheckPath: {
|
|
23
|
+
type: String,
|
|
24
|
+
required: false,
|
|
25
|
+
},
|
|
26
|
+
preStartCommand: {
|
|
27
|
+
type: String,
|
|
28
|
+
required: false,
|
|
29
|
+
},
|
|
30
|
+
buildCacheEnabled: {
|
|
31
|
+
type: Boolean,
|
|
32
|
+
default: true,
|
|
33
|
+
},
|
|
34
|
+
domains: [
|
|
35
|
+
{
|
|
36
|
+
ref: "Domain",
|
|
37
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
38
|
+
},
|
|
39
|
+
],
|
|
40
|
+
environments: [
|
|
41
|
+
{
|
|
42
|
+
ref: "Env",
|
|
43
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
44
|
+
},
|
|
45
|
+
],
|
|
46
|
+
team: {
|
|
47
|
+
ref: "Team",
|
|
48
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
49
|
+
},
|
|
50
|
+
watchPaths: {
|
|
51
|
+
type: Array,
|
|
52
|
+
required: false,
|
|
53
|
+
default: [],
|
|
54
|
+
},
|
|
55
|
+
server: {
|
|
56
|
+
ref: "Server",
|
|
57
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
58
|
+
},
|
|
59
|
+
deployedInCluster: {
|
|
60
|
+
type: Boolean,
|
|
61
|
+
default: false,
|
|
62
|
+
},
|
|
63
|
+
pid: Number,
|
|
64
|
+
port: Number,
|
|
65
|
+
ip: String,
|
|
66
|
+
dir: String,
|
|
67
|
+
installCommand: String,
|
|
68
|
+
buildCommand: String,
|
|
69
|
+
startCommand: String,
|
|
70
|
+
outputDirectory: String,
|
|
71
|
+
repo: Object,
|
|
72
|
+
rootDir: String,
|
|
73
|
+
isPrivate: {
|
|
74
|
+
type: Boolean,
|
|
75
|
+
default: false,
|
|
76
|
+
},
|
|
77
|
+
tlsEnabled: {
|
|
78
|
+
type: Boolean,
|
|
79
|
+
default: false
|
|
80
|
+
},
|
|
81
|
+
status: {
|
|
82
|
+
type: String,
|
|
83
|
+
enum: Object.values(enum_1.PROJECT_STATUS),
|
|
84
|
+
default: enum_1.PROJECT_STATUS.PENDING,
|
|
85
|
+
},
|
|
86
|
+
framework: String,
|
|
87
|
+
description: String,
|
|
88
|
+
logs: [
|
|
89
|
+
{
|
|
90
|
+
ref: "Log",
|
|
91
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
log: {
|
|
95
|
+
ref: "Log",
|
|
96
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
97
|
+
},
|
|
98
|
+
maintenance: {
|
|
99
|
+
type: Boolean,
|
|
100
|
+
default: false,
|
|
101
|
+
},
|
|
102
|
+
passwordEnabled: {
|
|
103
|
+
type: Boolean,
|
|
104
|
+
default: false,
|
|
105
|
+
},
|
|
106
|
+
backupEnabled: {
|
|
107
|
+
type: Boolean,
|
|
108
|
+
default: false,
|
|
109
|
+
},
|
|
110
|
+
free_tier_expires_at: {
|
|
111
|
+
type: Date,
|
|
112
|
+
default: null,
|
|
113
|
+
},
|
|
114
|
+
free_tier_expiry_notified_at: {
|
|
115
|
+
type: Date,
|
|
116
|
+
default: null,
|
|
117
|
+
},
|
|
118
|
+
disabled: {
|
|
119
|
+
type: Boolean,
|
|
120
|
+
default: false,
|
|
121
|
+
},
|
|
122
|
+
password: {
|
|
123
|
+
type: String,
|
|
124
|
+
default: null,
|
|
125
|
+
},
|
|
126
|
+
screenshot: {
|
|
127
|
+
image: String,
|
|
128
|
+
public_id: String,
|
|
129
|
+
},
|
|
130
|
+
hasUpdates: {
|
|
131
|
+
type: Boolean,
|
|
132
|
+
default: false,
|
|
133
|
+
},
|
|
134
|
+
lastProcessed: Number,
|
|
135
|
+
tracking_token: String,
|
|
136
|
+
from: mongoose_1.Schema.Types.ObjectId,
|
|
137
|
+
container_stats_schedule_id: {
|
|
138
|
+
type: String,
|
|
139
|
+
default: null,
|
|
140
|
+
},
|
|
141
|
+
previews: [
|
|
142
|
+
{
|
|
143
|
+
ref: "Preview",
|
|
144
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
145
|
+
},
|
|
146
|
+
],
|
|
147
|
+
project_environment: {
|
|
148
|
+
ref: "ProjectEnvironment",
|
|
149
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
150
|
+
index: true,
|
|
151
|
+
},
|
|
152
|
+
inherit_environment_vars: {
|
|
153
|
+
type: Boolean,
|
|
154
|
+
default: true,
|
|
155
|
+
},
|
|
156
|
+
replicas: {
|
|
157
|
+
type: Number,
|
|
158
|
+
default: 3,
|
|
159
|
+
},
|
|
160
|
+
nomadJobId: String,
|
|
161
|
+
specs: {
|
|
162
|
+
memory: {
|
|
163
|
+
type: Number,
|
|
164
|
+
default: 0.5,
|
|
165
|
+
},
|
|
166
|
+
cpu: {
|
|
167
|
+
type: Number,
|
|
168
|
+
default: 0.2,
|
|
169
|
+
},
|
|
170
|
+
storage: {
|
|
171
|
+
type: Number,
|
|
172
|
+
default: 1,
|
|
173
|
+
},
|
|
174
|
+
region: {
|
|
175
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
176
|
+
ref: "Region",
|
|
177
|
+
required: true,
|
|
178
|
+
},
|
|
179
|
+
},
|
|
180
|
+
last_requested: mongoose_1.Schema.Types.Date,
|
|
181
|
+
isPaused: Boolean,
|
|
182
|
+
dbImage: {
|
|
183
|
+
ref: "DbImage",
|
|
184
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
185
|
+
required: false,
|
|
186
|
+
},
|
|
187
|
+
serviceType: {
|
|
188
|
+
type: String,
|
|
189
|
+
enum: Object.values(enum_1.ServiceType),
|
|
190
|
+
default: enum_1.ServiceType.WebService,
|
|
191
|
+
},
|
|
192
|
+
billable: {
|
|
193
|
+
type: Boolean,
|
|
194
|
+
default: false,
|
|
195
|
+
},
|
|
196
|
+
isPaid: {
|
|
197
|
+
type: Boolean,
|
|
198
|
+
default: false,
|
|
199
|
+
},
|
|
200
|
+
diskSize: {
|
|
201
|
+
type: Number,
|
|
202
|
+
default: 0,
|
|
203
|
+
},
|
|
204
|
+
authEnabled: {
|
|
205
|
+
type: Boolean,
|
|
206
|
+
default: false,
|
|
207
|
+
},
|
|
208
|
+
last_backup_url: {
|
|
209
|
+
type: String,
|
|
210
|
+
default: null,
|
|
211
|
+
},
|
|
212
|
+
last_backup_at: {
|
|
213
|
+
type: Date,
|
|
214
|
+
default: null,
|
|
215
|
+
},
|
|
216
|
+
replica_ready: {
|
|
217
|
+
type: Boolean,
|
|
218
|
+
default: false,
|
|
219
|
+
},
|
|
220
|
+
autoscaling_group: {
|
|
221
|
+
ref: "AutoScalingGroup",
|
|
222
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
223
|
+
required: false,
|
|
224
|
+
},
|
|
225
|
+
whiteListedIps: {
|
|
226
|
+
type: Array,
|
|
227
|
+
required: false,
|
|
228
|
+
},
|
|
229
|
+
vaultPath: {
|
|
230
|
+
type: String,
|
|
231
|
+
default: null,
|
|
232
|
+
},
|
|
233
|
+
vaultToken: {
|
|
234
|
+
type: String,
|
|
235
|
+
default: null,
|
|
236
|
+
},
|
|
237
|
+
persistent_mount_path: {
|
|
238
|
+
type: String,
|
|
239
|
+
required: false
|
|
240
|
+
},
|
|
241
|
+
volumeMount: {
|
|
242
|
+
type: String,
|
|
243
|
+
required: false,
|
|
244
|
+
},
|
|
245
|
+
volume: {
|
|
246
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
247
|
+
ref: "Volume",
|
|
248
|
+
default: null,
|
|
249
|
+
},
|
|
250
|
+
}, { timestamps: true });
|
|
251
|
+
projectSchema.index({ free_tier_expires_at: 1, serviceType: 1, status: 1 }, {
|
|
252
|
+
partialFilterExpression: { free_tier_expires_at: { $type: "date" } },
|
|
253
|
+
name: "free_tier_lifecycle",
|
|
254
|
+
});
|
|
255
|
+
exports.default = (0, mongoose_1.model)("Project", projectSchema);
|
|
256
|
+
exports.DeletedProject = (0, mongoose_1.model)("DeletedProject", projectSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IPreview } from "../types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IPreview, {}, {}, {}, import("mongoose").Document<unknown, {}, IPreview, {}, import("mongoose").DefaultSchemaOptions> & IPreview & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IPreview>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const enum_1 = require("../enum");
|
|
5
|
+
const previewsSchema = new mongoose_1.Schema({
|
|
6
|
+
name: String,
|
|
7
|
+
project: {
|
|
8
|
+
ref: "Project",
|
|
9
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
10
|
+
},
|
|
11
|
+
server: {
|
|
12
|
+
ref: "Server",
|
|
13
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
14
|
+
},
|
|
15
|
+
healthCheckPath: {
|
|
16
|
+
type: String,
|
|
17
|
+
required: false,
|
|
18
|
+
},
|
|
19
|
+
pid: Number,
|
|
20
|
+
port: Number,
|
|
21
|
+
ip: String,
|
|
22
|
+
dir: String,
|
|
23
|
+
branch: String,
|
|
24
|
+
issue_comment_id: Number,
|
|
25
|
+
status: {
|
|
26
|
+
type: String,
|
|
27
|
+
enum: Object.values(enum_1.PROJECT_STATUS),
|
|
28
|
+
default: enum_1.PROJECT_STATUS.PENDING,
|
|
29
|
+
},
|
|
30
|
+
log: {
|
|
31
|
+
ref: "Log",
|
|
32
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
33
|
+
},
|
|
34
|
+
last_requested: mongoose_1.Schema.Types.Date,
|
|
35
|
+
isPaused: Boolean,
|
|
36
|
+
}, { timestamps: true });
|
|
37
|
+
exports.default = (0, mongoose_1.model)("Preview", previewsSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IProjectEnvironment } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IProjectEnvironment, {}, {}, {}, import("mongoose").Document<unknown, {}, IProjectEnvironment, {}, import("mongoose").DefaultSchemaOptions> & IProjectEnvironment & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IProjectEnvironment>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const projectEnvironmentSchema = new mongoose_1.Schema({
|
|
5
|
+
name: { type: String, required: true },
|
|
6
|
+
slug: { type: String, required: true },
|
|
7
|
+
owner: { ref: "User", type: mongoose_1.Schema.Types.ObjectId, required: true },
|
|
8
|
+
team: { ref: "Team", type: mongoose_1.Schema.Types.ObjectId },
|
|
9
|
+
inherit_from: { ref: "ProjectEnvironment", type: mongoose_1.Schema.Types.ObjectId },
|
|
10
|
+
isDefault: { type: Boolean, default: false },
|
|
11
|
+
}, { timestamps: true });
|
|
12
|
+
projectEnvironmentSchema.index({ slug: 1, owner: 1, team: 1 }, { unique: true });
|
|
13
|
+
exports.default = (0, mongoose_1.model)("ProjectEnvironment", projectEnvironmentSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IProjectTagAssignment } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IProjectTagAssignment, {}, {}, {}, import("mongoose").Document<unknown, {}, IProjectTagAssignment, {}, import("mongoose").DefaultSchemaOptions> & IProjectTagAssignment & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IProjectTagAssignment>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const projectTagAssignmentSchema = new mongoose_1.Schema({
|
|
5
|
+
tagId: {
|
|
6
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
7
|
+
ref: "Tag",
|
|
8
|
+
required: true,
|
|
9
|
+
},
|
|
10
|
+
projectId: {
|
|
11
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
12
|
+
ref: "Project",
|
|
13
|
+
required: true,
|
|
14
|
+
},
|
|
15
|
+
teamId: {
|
|
16
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
17
|
+
ref: "Team",
|
|
18
|
+
default: null,
|
|
19
|
+
},
|
|
20
|
+
assignedBy: {
|
|
21
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
22
|
+
ref: "User",
|
|
23
|
+
required: true,
|
|
24
|
+
},
|
|
25
|
+
}, {
|
|
26
|
+
timestamps: true,
|
|
27
|
+
collection: "project_tag_assignments",
|
|
28
|
+
});
|
|
29
|
+
projectTagAssignmentSchema.index({ tagId: 1, projectId: 1 }, { unique: true });
|
|
30
|
+
projectTagAssignmentSchema.index({ projectId: 1 });
|
|
31
|
+
projectTagAssignmentSchema.index({ teamId: 1 });
|
|
32
|
+
exports.default = (0, mongoose_1.model)("ProjectTagAssignment", projectTagAssignmentSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IProjectAnalytics } from "./types/project_analytics";
|
|
2
|
+
declare const _default: import("mongoose").Model<IProjectAnalytics, {}, {}, {}, import("mongoose").Document<unknown, {}, IProjectAnalytics, {}, import("mongoose").DefaultSchemaOptions> & IProjectAnalytics & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IProjectAnalytics>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const ProjectAnalyticsSchema = new mongoose_1.Schema({
|
|
5
|
+
project: {
|
|
6
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
7
|
+
ref: "Project",
|
|
8
|
+
required: true,
|
|
9
|
+
unique: true,
|
|
10
|
+
index: true,
|
|
11
|
+
},
|
|
12
|
+
provider: { type: String, enum: ["umami"], required: true, default: "umami" },
|
|
13
|
+
websiteId: { type: String, required: true, unique: true },
|
|
14
|
+
shareId: { type: String, default: null },
|
|
15
|
+
domain: { type: String, required: true },
|
|
16
|
+
enabled: { type: Boolean, default: true },
|
|
17
|
+
}, { timestamps: true });
|
|
18
|
+
exports.default = (0, mongoose_1.model)("ProjectAnalytics", ProjectAnalyticsSchema, "project_analytics");
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IProvider } from "./types/provider";
|
|
2
|
+
declare const _default: import("mongoose").Model<IProvider, {}, {}, {}, import("mongoose").Document<unknown, {}, IProvider, {}, import("mongoose").DefaultSchemaOptions> & IProvider & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IProvider>;
|
|
9
|
+
export default _default;
|
package/dist/provider.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const providerSchema = new mongoose_1.Schema({
|
|
5
|
+
name: { type: String, required: true },
|
|
6
|
+
slug: { type: String, required: true, unique: true },
|
|
7
|
+
logo: { type: String, required: true },
|
|
8
|
+
enabled: { type: Boolean, default: true },
|
|
9
|
+
});
|
|
10
|
+
exports.default = (0, mongoose_1.model)("Provider", providerSchema, "providers");
|
package/dist/region.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IRegion } from "./types/region";
|
|
2
|
+
declare const _default: import("mongoose").Model<IRegion, {}, {}, {}, import("mongoose").Document<unknown, {}, IRegion, {}, import("mongoose").DefaultSchemaOptions> & IRegion & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IRegion>;
|
|
9
|
+
export default _default;
|
package/dist/region.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const enum_1 = require("./enum");
|
|
5
|
+
const regionSchema = new mongoose_1.Schema({
|
|
6
|
+
name: { type: String, required: true },
|
|
7
|
+
country: { type: String, required: true },
|
|
8
|
+
continent: { type: String, enum: Object.values(enum_1.REGION_CONTINENT) },
|
|
9
|
+
enabled: { type: Boolean, default: false, select: true },
|
|
10
|
+
dbVolumePath: { type: String, required: true },
|
|
11
|
+
is_paid: { type: Boolean, default: false },
|
|
12
|
+
provider: { type: String, required: true },
|
|
13
|
+
provider_identifier: { type: String, required: true },
|
|
14
|
+
storage_pricing_factor: { type: Number, required: true, default: 0.25 },
|
|
15
|
+
floating_ip: { type: String },
|
|
16
|
+
});
|
|
17
|
+
exports.default = (0, mongoose_1.model)("Region", regionSchema, "regions");
|
package/dist/role.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IRole } from "./types/role";
|
|
2
|
+
declare const _default: import("mongoose").Model<IRole, {}, {}, {}, import("mongoose").Document<unknown, {}, IRole, {}, import("mongoose").DefaultSchemaOptions> & IRole & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IRole>;
|
|
9
|
+
export default _default;
|
package/dist/role.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const enum_1 = require("./enum");
|
|
5
|
+
const roleSchema = new mongoose_1.Schema({
|
|
6
|
+
type: { type: String, enum: Object.values(enum_1.ROLES) },
|
|
7
|
+
description: { type: String },
|
|
8
|
+
is_custom: { type: Boolean, default: false },
|
|
9
|
+
permissions: [{ type: mongoose_1.Schema.Types.ObjectId, ref: "Permission" }],
|
|
10
|
+
});
|
|
11
|
+
exports.default = (0, mongoose_1.model)("Role", roleSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ISandboxActivity } from "./types/sandbox-activity";
|
|
2
|
+
declare const _default: import("mongoose").Model<ISandboxActivity, {}, {}, {}, import("mongoose").Document<unknown, {}, ISandboxActivity, {}, import("mongoose").DefaultSchemaOptions> & ISandboxActivity & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ISandboxActivity>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const sandboxActivitySchema = new mongoose_1.Schema({
|
|
5
|
+
sandbox_id: {
|
|
6
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
7
|
+
ref: "Sandbox",
|
|
8
|
+
required: true,
|
|
9
|
+
index: true,
|
|
10
|
+
},
|
|
11
|
+
user_id: {
|
|
12
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
13
|
+
ref: "User",
|
|
14
|
+
required: true,
|
|
15
|
+
index: true,
|
|
16
|
+
},
|
|
17
|
+
team: {
|
|
18
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
19
|
+
ref: "Team",
|
|
20
|
+
default: null,
|
|
21
|
+
index: true,
|
|
22
|
+
},
|
|
23
|
+
command: {
|
|
24
|
+
type: String,
|
|
25
|
+
required: true,
|
|
26
|
+
},
|
|
27
|
+
started_at: {
|
|
28
|
+
type: Date,
|
|
29
|
+
required: true,
|
|
30
|
+
index: true,
|
|
31
|
+
},
|
|
32
|
+
ended_at: {
|
|
33
|
+
type: Date,
|
|
34
|
+
default: null,
|
|
35
|
+
},
|
|
36
|
+
exit_code: {
|
|
37
|
+
type: Number,
|
|
38
|
+
default: null,
|
|
39
|
+
},
|
|
40
|
+
duration_ms: {
|
|
41
|
+
type: Number,
|
|
42
|
+
default: null,
|
|
43
|
+
},
|
|
44
|
+
error: {
|
|
45
|
+
type: String,
|
|
46
|
+
default: null,
|
|
47
|
+
},
|
|
48
|
+
}, { timestamps: { createdAt: "created_at", updatedAt: "updated_at" } });
|
|
49
|
+
exports.default = (0, mongoose_1.model)("SandboxActivity", sandboxActivitySchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ISandboxImage } from "./types/sandbox-image";
|
|
2
|
+
declare const _default: import("mongoose").Model<ISandboxImage, {}, {}, {}, import("mongoose").Document<unknown, {}, ISandboxImage, {}, import("mongoose").DefaultSchemaOptions> & ISandboxImage & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ISandboxImage>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const sandboxImageSchema = new mongoose_1.Schema({
|
|
5
|
+
name: {
|
|
6
|
+
type: String,
|
|
7
|
+
required: true,
|
|
8
|
+
unique: true,
|
|
9
|
+
},
|
|
10
|
+
display_name: {
|
|
11
|
+
type: String,
|
|
12
|
+
required: true,
|
|
13
|
+
},
|
|
14
|
+
image: {
|
|
15
|
+
type: String,
|
|
16
|
+
required: true,
|
|
17
|
+
},
|
|
18
|
+
description: {
|
|
19
|
+
type: String,
|
|
20
|
+
required: true,
|
|
21
|
+
},
|
|
22
|
+
is_available: {
|
|
23
|
+
type: Boolean,
|
|
24
|
+
default: true,
|
|
25
|
+
},
|
|
26
|
+
is_default: {
|
|
27
|
+
type: Boolean,
|
|
28
|
+
default: false,
|
|
29
|
+
},
|
|
30
|
+
}, { timestamps: true });
|
|
31
|
+
exports.default = (0, mongoose_1.model)("SandboxImage", sandboxImageSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ISandboxSnapshotUsageSegment } from "./types/sandbox-snapshot-usage-segment";
|
|
2
|
+
declare const _default: import("mongoose").Model<ISandboxSnapshotUsageSegment, {}, {}, {}, import("mongoose").Document<unknown, {}, ISandboxSnapshotUsageSegment, {}, import("mongoose").DefaultSchemaOptions> & ISandboxSnapshotUsageSegment & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ISandboxSnapshotUsageSegment>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const sandboxSnapshotUsageSegmentSchema = new mongoose_1.Schema({
|
|
5
|
+
snapshot_id: {
|
|
6
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
7
|
+
ref: "SandboxSnapshot",
|
|
8
|
+
required: true,
|
|
9
|
+
index: true,
|
|
10
|
+
},
|
|
11
|
+
user_id: {
|
|
12
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
13
|
+
ref: "User",
|
|
14
|
+
required: true,
|
|
15
|
+
index: true,
|
|
16
|
+
},
|
|
17
|
+
team_id: {
|
|
18
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
19
|
+
ref: "Team",
|
|
20
|
+
required: false,
|
|
21
|
+
default: null,
|
|
22
|
+
index: true,
|
|
23
|
+
},
|
|
24
|
+
size_gb: {
|
|
25
|
+
type: Number,
|
|
26
|
+
required: true,
|
|
27
|
+
default: 0,
|
|
28
|
+
},
|
|
29
|
+
costs: {
|
|
30
|
+
startDate: { type: Date, required: true },
|
|
31
|
+
endDate: { type: Date, default: null },
|
|
32
|
+
},
|
|
33
|
+
billed: {
|
|
34
|
+
type: Boolean,
|
|
35
|
+
default: false,
|
|
36
|
+
index: true,
|
|
37
|
+
},
|
|
38
|
+
}, {
|
|
39
|
+
timestamps: true,
|
|
40
|
+
});
|
|
41
|
+
sandboxSnapshotUsageSegmentSchema.index({ user_id: 1, billed: 1, "costs.endDate": 1 });
|
|
42
|
+
sandboxSnapshotUsageSegmentSchema.index({ team_id: 1, billed: 1, "costs.endDate": 1 });
|
|
43
|
+
sandboxSnapshotUsageSegmentSchema.index({ snapshot_id: 1, "costs.endDate": 1 });
|
|
44
|
+
sandboxSnapshotUsageSegmentSchema.index({ snapshot_id: 1 }, {
|
|
45
|
+
unique: true,
|
|
46
|
+
partialFilterExpression: { "costs.endDate": null },
|
|
47
|
+
name: "unique_open_segment_per_snapshot",
|
|
48
|
+
});
|
|
49
|
+
exports.default = (0, mongoose_1.model)("SandboxSnapshotUsageSegment", sandboxSnapshotUsageSegmentSchema, "sandbox_snapshot_usage_segments");
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ISandboxSnapshot } from "./types/sandbox-snapshot";
|
|
2
|
+
declare const _default: import("mongoose").Model<ISandboxSnapshot, {}, {}, {}, import("mongoose").Document<unknown, {}, ISandboxSnapshot, {}, import("mongoose").DefaultSchemaOptions> & ISandboxSnapshot & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ISandboxSnapshot>;
|
|
9
|
+
export default _default;
|