@brimble/models 3.8.46 → 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,9 @@
|
|
|
1
|
+
import { IActivityLog } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IActivityLog, {}, {}, {}, import("mongoose").Document<unknown, {}, IActivityLog, {}, import("mongoose").DefaultSchemaOptions> & IActivityLog & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IActivityLog>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const activityLogSchema = new mongoose_1.Schema({
|
|
5
|
+
user_id: {
|
|
6
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
7
|
+
ref: "User",
|
|
8
|
+
required: true,
|
|
9
|
+
index: true,
|
|
10
|
+
},
|
|
11
|
+
team_id: {
|
|
12
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
13
|
+
ref: "Team",
|
|
14
|
+
default: null,
|
|
15
|
+
index: true,
|
|
16
|
+
},
|
|
17
|
+
action: {
|
|
18
|
+
type: String,
|
|
19
|
+
required: true,
|
|
20
|
+
index: true,
|
|
21
|
+
},
|
|
22
|
+
description: {
|
|
23
|
+
type: String,
|
|
24
|
+
},
|
|
25
|
+
context: {
|
|
26
|
+
type: String,
|
|
27
|
+
},
|
|
28
|
+
metadata: {
|
|
29
|
+
type: mongoose_1.Schema.Types.Mixed,
|
|
30
|
+
default: {},
|
|
31
|
+
},
|
|
32
|
+
ip_address: {
|
|
33
|
+
type: String,
|
|
34
|
+
},
|
|
35
|
+
user_agent: {
|
|
36
|
+
type: String,
|
|
37
|
+
},
|
|
38
|
+
status: {
|
|
39
|
+
type: String,
|
|
40
|
+
enum: ["success", "failure"],
|
|
41
|
+
default: "success",
|
|
42
|
+
},
|
|
43
|
+
resource_type: {
|
|
44
|
+
type: String,
|
|
45
|
+
},
|
|
46
|
+
resource_id: {
|
|
47
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
48
|
+
},
|
|
49
|
+
}, {
|
|
50
|
+
timestamps: {
|
|
51
|
+
createdAt: "created_at",
|
|
52
|
+
updatedAt: "updated_at",
|
|
53
|
+
},
|
|
54
|
+
collection: "activity_logs",
|
|
55
|
+
});
|
|
56
|
+
activityLogSchema.index({ user_id: 1, created_at: -1 });
|
|
57
|
+
activityLogSchema.index({ user_id: 1, action: 1, created_at: -1 });
|
|
58
|
+
activityLogSchema.index({ team_id: 1, created_at: -1 });
|
|
59
|
+
activityLogSchema.index({ team_id: 1, action: 1, created_at: -1 });
|
|
60
|
+
activityLogSchema.index({ resource_type: 1, resource_id: 1 });
|
|
61
|
+
exports.default = (0, mongoose_1.model)("ActivityLog", activityLogSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IAppMessage } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IAppMessage, {}, {}, {}, import("mongoose").Document<unknown, {}, IAppMessage, {}, import("mongoose").DefaultSchemaOptions> & IAppMessage & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IAppMessage>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const appMessageSchema = new mongoose_1.Schema({
|
|
5
|
+
userId: { type: mongoose_1.Schema.Types.ObjectId, ref: "User", required: false, index: true },
|
|
6
|
+
teamId: { type: mongoose_1.Schema.Types.ObjectId, ref: "Team", required: false, index: true },
|
|
7
|
+
level: { type: String, required: true },
|
|
8
|
+
message: { type: String, required: true },
|
|
9
|
+
seen: { type: Boolean, default: false, index: true },
|
|
10
|
+
meta: { type: mongoose_1.Schema.Types.Mixed },
|
|
11
|
+
route: { type: String },
|
|
12
|
+
type: { type: String, required: true },
|
|
13
|
+
}, { timestamps: true, collection: "app_messages" });
|
|
14
|
+
exports.default = (0, mongoose_1.model)("AppMessage", appMessageSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IAutoScalingGroup } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IAutoScalingGroup, {}, {}, {}, import("mongoose").Document<unknown, {}, IAutoScalingGroup, {}, import("mongoose").DefaultSchemaOptions> & IAutoScalingGroup & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IAutoScalingGroup>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const autoScalingGroupSchema = new mongoose_1.Schema({
|
|
5
|
+
name: {
|
|
6
|
+
type: String,
|
|
7
|
+
required: true,
|
|
8
|
+
},
|
|
9
|
+
replicas: {
|
|
10
|
+
type: Number,
|
|
11
|
+
required: false,
|
|
12
|
+
default: 1,
|
|
13
|
+
},
|
|
14
|
+
user_id: {
|
|
15
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
16
|
+
ref: "User",
|
|
17
|
+
required: false,
|
|
18
|
+
},
|
|
19
|
+
team_id: {
|
|
20
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
21
|
+
ref: "Team",
|
|
22
|
+
required: false,
|
|
23
|
+
},
|
|
24
|
+
subscription_id: {
|
|
25
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
26
|
+
ref: "Subscription",
|
|
27
|
+
required: true,
|
|
28
|
+
},
|
|
29
|
+
min_containers: {
|
|
30
|
+
type: Number,
|
|
31
|
+
required: true,
|
|
32
|
+
min: 1,
|
|
33
|
+
default: 1,
|
|
34
|
+
},
|
|
35
|
+
max_containers: {
|
|
36
|
+
type: Number,
|
|
37
|
+
required: true,
|
|
38
|
+
default: 10,
|
|
39
|
+
},
|
|
40
|
+
max_memory: {
|
|
41
|
+
type: Number,
|
|
42
|
+
required: false,
|
|
43
|
+
},
|
|
44
|
+
max_cpu: {
|
|
45
|
+
type: Number,
|
|
46
|
+
required: false,
|
|
47
|
+
},
|
|
48
|
+
active: {
|
|
49
|
+
type: Boolean,
|
|
50
|
+
default: true,
|
|
51
|
+
},
|
|
52
|
+
meta: {
|
|
53
|
+
type: Object,
|
|
54
|
+
default: {},
|
|
55
|
+
},
|
|
56
|
+
}, {
|
|
57
|
+
timestamps: true,
|
|
58
|
+
collection: "autoscaling_groups",
|
|
59
|
+
});
|
|
60
|
+
autoScalingGroupSchema.index({ user_id: 1 });
|
|
61
|
+
autoScalingGroupSchema.index({ team_id: 1 });
|
|
62
|
+
autoScalingGroupSchema.index({ subscription_id: 1 });
|
|
63
|
+
exports.default = (0, mongoose_1.model)("AutoScalingGroup", autoScalingGroupSchema, "auto_scaling_groups");
|
package/dist/card.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ICard } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<ICard, {}, {}, {}, import("mongoose").Document<unknown, {}, ICard, {}, import("mongoose").DefaultSchemaOptions> & ICard & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ICard>;
|
|
9
|
+
export default _default;
|
package/dist/card.js
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const enum_1 = require("./enum");
|
|
5
|
+
const cardSchema = new mongoose_1.Schema({
|
|
6
|
+
user_id: {
|
|
7
|
+
ref: "User",
|
|
8
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
9
|
+
},
|
|
10
|
+
last4: {
|
|
11
|
+
type: String,
|
|
12
|
+
required: true,
|
|
13
|
+
},
|
|
14
|
+
card_type: {
|
|
15
|
+
type: String,
|
|
16
|
+
enum: Object.keys(enum_1.CARD_TYPES),
|
|
17
|
+
required: true,
|
|
18
|
+
},
|
|
19
|
+
exp_month: {
|
|
20
|
+
type: String,
|
|
21
|
+
required: true,
|
|
22
|
+
},
|
|
23
|
+
exp_year: {
|
|
24
|
+
type: String,
|
|
25
|
+
required: true,
|
|
26
|
+
},
|
|
27
|
+
signature: {
|
|
28
|
+
type: String,
|
|
29
|
+
required: false,
|
|
30
|
+
},
|
|
31
|
+
authorization_code: {
|
|
32
|
+
type: String,
|
|
33
|
+
required: true,
|
|
34
|
+
},
|
|
35
|
+
preferred: {
|
|
36
|
+
type: Boolean,
|
|
37
|
+
default: true,
|
|
38
|
+
required: false,
|
|
39
|
+
},
|
|
40
|
+
}, { timestamps: true, collection: "cards" });
|
|
41
|
+
exports.default = (0, mongoose_1.model)("Card", cardSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ICashierSubscription } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<ICashierSubscription, {}, {}, {}, import("mongoose").Document<unknown, {}, ICashierSubscription, {}, import("mongoose").DefaultSchemaOptions> & ICashierSubscription & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ICashierSubscription>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const cashierSubscriptionSchema = new mongoose_1.Schema({
|
|
5
|
+
user_id: {
|
|
6
|
+
ref: "User",
|
|
7
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
8
|
+
required: true
|
|
9
|
+
},
|
|
10
|
+
type: { type: String, default: "default" },
|
|
11
|
+
stripe_id: { type: String, required: true },
|
|
12
|
+
stripe_status: { type: String, required: true },
|
|
13
|
+
stripe_price: { type: String, default: null },
|
|
14
|
+
quantity: { type: Number, default: null },
|
|
15
|
+
trial_ends_at: { type: Date, default: null },
|
|
16
|
+
ends_at: { type: Date, default: null },
|
|
17
|
+
team_id: { type: mongoose_1.Schema.Types.ObjectId, ref: "Team", default: null },
|
|
18
|
+
plan_type: { type: String, default: null },
|
|
19
|
+
domain_id: { type: mongoose_1.Schema.Types.ObjectId, ref: "Domain", default: null },
|
|
20
|
+
}, {
|
|
21
|
+
timestamps: {
|
|
22
|
+
createdAt: "created_at",
|
|
23
|
+
updatedAt: "updated_at",
|
|
24
|
+
},
|
|
25
|
+
collection: "cashier_subscriptions",
|
|
26
|
+
});
|
|
27
|
+
exports.default = (0, mongoose_1.model)("CashierSubscription", cashierSubscriptionSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ICashierSubscriptionItem } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<ICashierSubscriptionItem, {}, {}, {}, import("mongoose").Document<unknown, {}, ICashierSubscriptionItem, {}, import("mongoose").DefaultSchemaOptions> & ICashierSubscriptionItem & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ICashierSubscriptionItem>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const cashierSubscriptionItemSchema = new mongoose_1.Schema({
|
|
5
|
+
subscription_id: { type: String, required: true },
|
|
6
|
+
stripe_id: { type: String, required: true },
|
|
7
|
+
stripe_product: { type: String, default: null },
|
|
8
|
+
stripe_price: { type: String, required: true },
|
|
9
|
+
quantity: { type: Number, default: null },
|
|
10
|
+
}, {
|
|
11
|
+
timestamps: {
|
|
12
|
+
createdAt: "created_at",
|
|
13
|
+
updatedAt: "updated_at",
|
|
14
|
+
},
|
|
15
|
+
collection: "cashier_subscription_items",
|
|
16
|
+
});
|
|
17
|
+
exports.default = (0, mongoose_1.model)("CashierSubscriptionItem", cashierSubscriptionItemSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ICollabAnnotation } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<ICollabAnnotation, {}, {}, {}, import("mongoose").Document<unknown, {}, ICollabAnnotation, {}, import("mongoose").DefaultSchemaOptions> & ICollabAnnotation & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ICollabAnnotation>;
|
|
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 enum_1 = require("./enum");
|
|
5
|
+
const collabAnnotationSchema = new mongoose_1.Schema({
|
|
6
|
+
projectId: { type: mongoose_1.Schema.Types.ObjectId, ref: "Project", required: true, index: true },
|
|
7
|
+
userId: { type: mongoose_1.Schema.Types.ObjectId, ref: "User" },
|
|
8
|
+
pageUrl: { type: String, required: true },
|
|
9
|
+
pagePath: { type: String, required: true, index: true },
|
|
10
|
+
xPercent: { type: Number, required: true },
|
|
11
|
+
yPercent: { type: Number, required: true },
|
|
12
|
+
elementSelector: { type: String },
|
|
13
|
+
elementOffsetX: { type: Number },
|
|
14
|
+
elementOffsetY: { type: Number },
|
|
15
|
+
status: {
|
|
16
|
+
type: String,
|
|
17
|
+
enum: Object.values(enum_1.COLLAB_ANNOTATION_STATUS),
|
|
18
|
+
default: enum_1.COLLAB_ANNOTATION_STATUS.OPEN,
|
|
19
|
+
},
|
|
20
|
+
resolvedAt: { type: Date },
|
|
21
|
+
resolvedBy: { type: mongoose_1.Schema.Types.ObjectId, ref: "User" },
|
|
22
|
+
guestName: { type: String },
|
|
23
|
+
guestEmail: { type: String },
|
|
24
|
+
githubPrCommentId: { type: Number },
|
|
25
|
+
githubPrCommentUrl: { type: String },
|
|
26
|
+
githubIssueUrl: { type: String },
|
|
27
|
+
githubIssueNumber: { type: Number },
|
|
28
|
+
subscribedUserIds: [{ type: mongoose_1.Schema.Types.ObjectId, ref: "User" }],
|
|
29
|
+
}, { timestamps: true, collection: "annotations" });
|
|
30
|
+
collabAnnotationSchema.index({ projectId: 1, pagePath: 1, status: 1 });
|
|
31
|
+
exports.default = (0, mongoose_1.model)("CollabAnnotation", collabAnnotationSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ICollabComment } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<ICollabComment, {}, {}, {}, import("mongoose").Document<unknown, {}, ICollabComment, {}, import("mongoose").DefaultSchemaOptions> & ICollabComment & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ICollabComment>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const collabAttachmentSchema = new mongoose_1.Schema({
|
|
5
|
+
url: { type: String, required: true },
|
|
6
|
+
fileName: { type: String, required: true },
|
|
7
|
+
fileType: { type: String, required: true },
|
|
8
|
+
fileSize: { type: Number, required: true },
|
|
9
|
+
}, { _id: false });
|
|
10
|
+
const collabCommentSchema = new mongoose_1.Schema({
|
|
11
|
+
annotationId: { type: mongoose_1.Schema.Types.ObjectId, ref: "CollabAnnotation", required: true, index: true },
|
|
12
|
+
userId: { type: mongoose_1.Schema.Types.ObjectId, ref: "User" },
|
|
13
|
+
body: { type: String },
|
|
14
|
+
screenshot: { type: String },
|
|
15
|
+
attachments: { type: [collabAttachmentSchema], default: undefined },
|
|
16
|
+
guestName: { type: String },
|
|
17
|
+
guestEmail: { type: String },
|
|
18
|
+
}, { timestamps: true, collection: "comments" });
|
|
19
|
+
exports.default = (0, mongoose_1.model)("CollabComment", collabCommentSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ICollabIntegration } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<ICollabIntegration, {}, {}, {}, import("mongoose").Document<unknown, {}, ICollabIntegration, {}, import("mongoose").DefaultSchemaOptions> & ICollabIntegration & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ICollabIntegration>;
|
|
9
|
+
export default _default;
|
|
@@ -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 collabIntegrationSchema = new mongoose_1.Schema({
|
|
6
|
+
projectId: { type: mongoose_1.Schema.Types.ObjectId, ref: "Project", required: true, index: true },
|
|
7
|
+
userId: { type: mongoose_1.Schema.Types.ObjectId, ref: "User", index: true },
|
|
8
|
+
type: {
|
|
9
|
+
type: String,
|
|
10
|
+
enum: Object.values(enum_1.COLLAB_INTEGRATION_TYPE),
|
|
11
|
+
required: true,
|
|
12
|
+
},
|
|
13
|
+
webhookUrl: { type: String, required: true },
|
|
14
|
+
channelName: { type: String },
|
|
15
|
+
enabled: { type: Boolean, default: true },
|
|
16
|
+
}, { timestamps: true, collection: "collab_integrations" });
|
|
17
|
+
exports.default = (0, mongoose_1.model)("CollabIntegration", collabIntegrationSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ICollabPushSubscription } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<ICollabPushSubscription, {}, {}, {}, import("mongoose").Document<unknown, {}, ICollabPushSubscription, {}, import("mongoose").DefaultSchemaOptions> & ICollabPushSubscription & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ICollabPushSubscription>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const collabPushSubscriptionSchema = new mongoose_1.Schema({
|
|
5
|
+
userId: { type: mongoose_1.Schema.Types.ObjectId, ref: "User", required: true, index: true },
|
|
6
|
+
endpoint: { type: String, required: true, unique: true },
|
|
7
|
+
keys: {
|
|
8
|
+
p256dh: { type: String, required: true },
|
|
9
|
+
auth: { type: String, required: true },
|
|
10
|
+
},
|
|
11
|
+
domain: { type: String, required: true, index: true },
|
|
12
|
+
}, { timestamps: { createdAt: true, updatedAt: false }, collection: "push_subscriptions" });
|
|
13
|
+
collabPushSubscriptionSchema.index({ userId: 1, domain: 1 });
|
|
14
|
+
exports.default = (0, mongoose_1.model)("CollabPushSubscription", collabPushSubscriptionSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ICollabSettings } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<ICollabSettings, {}, {}, {}, import("mongoose").Document<unknown, {}, ICollabSettings, {}, import("mongoose").DefaultSchemaOptions> & ICollabSettings & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ICollabSettings>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const enum_1 = require("./enum");
|
|
5
|
+
const collabSettingsSchema = new mongoose_1.Schema({
|
|
6
|
+
userId: { type: mongoose_1.Schema.Types.ObjectId, ref: "User", required: true },
|
|
7
|
+
projectId: { type: mongoose_1.Schema.Types.ObjectId, ref: "Project", required: true },
|
|
8
|
+
pushNotifications: { type: Boolean, default: false },
|
|
9
|
+
slackUrl: { type: String },
|
|
10
|
+
discordUrl: { type: String },
|
|
11
|
+
theme: {
|
|
12
|
+
type: String,
|
|
13
|
+
enum: Object.values(enum_1.COLLAB_THEME),
|
|
14
|
+
default: enum_1.COLLAB_THEME.SYSTEM,
|
|
15
|
+
},
|
|
16
|
+
toolbarPosition: {
|
|
17
|
+
type: String,
|
|
18
|
+
enum: Object.values(enum_1.COLLAB_TOOLBAR_POSITION),
|
|
19
|
+
default: enum_1.COLLAB_TOOLBAR_POSITION.BOTTOM,
|
|
20
|
+
},
|
|
21
|
+
hasOnboarded: { type: Boolean, default: false },
|
|
22
|
+
}, { timestamps: true, collection: "collab_settings" });
|
|
23
|
+
collabSettingsSchema.index({ userId: 1, projectId: 1 }, { unique: true });
|
|
24
|
+
exports.default = (0, mongoose_1.model)("CollabSettings", collabSettingsSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ICollabShareToken } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<ICollabShareToken, {}, {}, {}, import("mongoose").Document<unknown, {}, ICollabShareToken, {}, import("mongoose").DefaultSchemaOptions> & ICollabShareToken & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ICollabShareToken>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const collabShareTokenSchema = new mongoose_1.Schema({
|
|
5
|
+
projectId: { type: mongoose_1.Schema.Types.ObjectId, ref: "Project", required: true, index: true },
|
|
6
|
+
createdBy: { type: mongoose_1.Schema.Types.ObjectId, ref: "User", required: true },
|
|
7
|
+
token: { type: String, required: true, unique: true },
|
|
8
|
+
expiresAt: { type: Date },
|
|
9
|
+
isActive: { type: Boolean, default: true },
|
|
10
|
+
}, { timestamps: true, collection: "collab_share_tokens" });
|
|
11
|
+
exports.default = (0, mongoose_1.model)("CollabShareToken", collabShareTokenSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IComputeChange } from "./types/compute";
|
|
2
|
+
declare const _default: import("mongoose").Model<IComputeChange, {}, {}, {}, import("mongoose").Document<unknown, {}, IComputeChange, {}, import("mongoose").DefaultSchemaOptions> & IComputeChange & Required<{
|
|
3
|
+
_id: string;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IComputeChange>;
|
|
9
|
+
export default _default;
|
package/dist/compute.js
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const enum_1 = require("./enum");
|
|
5
|
+
const ComputeChangeSchema = new mongoose_1.Schema({
|
|
6
|
+
project_name: {
|
|
7
|
+
type: String,
|
|
8
|
+
required: false,
|
|
9
|
+
},
|
|
10
|
+
project_id: {
|
|
11
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
12
|
+
ref: "Project",
|
|
13
|
+
required: true,
|
|
14
|
+
index: true,
|
|
15
|
+
},
|
|
16
|
+
project_type: {
|
|
17
|
+
type: String,
|
|
18
|
+
enum: Object.values(enum_1.ServiceType),
|
|
19
|
+
required: false,
|
|
20
|
+
},
|
|
21
|
+
deleted: {
|
|
22
|
+
type: Boolean,
|
|
23
|
+
default: false,
|
|
24
|
+
},
|
|
25
|
+
user_id: {
|
|
26
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
27
|
+
ref: "User",
|
|
28
|
+
required: true,
|
|
29
|
+
index: true,
|
|
30
|
+
},
|
|
31
|
+
team_id: {
|
|
32
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
33
|
+
ref: "Team",
|
|
34
|
+
required: false,
|
|
35
|
+
index: true,
|
|
36
|
+
},
|
|
37
|
+
timestamp: {
|
|
38
|
+
type: Date,
|
|
39
|
+
default: Date.now,
|
|
40
|
+
required: true,
|
|
41
|
+
},
|
|
42
|
+
previous: {
|
|
43
|
+
cpu: { type: Number, required: true },
|
|
44
|
+
memory: { type: Number, required: true },
|
|
45
|
+
storage: { type: Number, required: true },
|
|
46
|
+
persistentStorage: { type: Number, required: false },
|
|
47
|
+
region: { type: mongoose_1.Schema.Types.ObjectId, ref: "Region", required: false },
|
|
48
|
+
},
|
|
49
|
+
current: {
|
|
50
|
+
cpu: { type: Number, required: true },
|
|
51
|
+
memory: { type: Number, required: true },
|
|
52
|
+
storage: { type: Number, required: true },
|
|
53
|
+
persistentStorage: { type: Number, required: false },
|
|
54
|
+
region: { type: mongoose_1.Schema.Types.ObjectId, ref: "Region", required: false },
|
|
55
|
+
},
|
|
56
|
+
default_resources: {
|
|
57
|
+
cpu: { type: Number, required: false },
|
|
58
|
+
memory: { type: Number, required: false },
|
|
59
|
+
storage: { type: Number, required: false },
|
|
60
|
+
persistentStorage: { type: Number, required: false },
|
|
61
|
+
region: { type: mongoose_1.Schema.Types.ObjectId, ref: "Region", required: false },
|
|
62
|
+
},
|
|
63
|
+
costs: {
|
|
64
|
+
startDate: { type: Date, required: true },
|
|
65
|
+
endDate: { type: Date },
|
|
66
|
+
cpuCost: { type: Number, default: 0 },
|
|
67
|
+
memoryCost: { type: Number, default: 0 },
|
|
68
|
+
storageCost: { type: Number, default: 0 },
|
|
69
|
+
persistentStorageCost: { type: Number, default: 0 },
|
|
70
|
+
totalCost: { type: Number, default: 0 },
|
|
71
|
+
},
|
|
72
|
+
project_deleted_at: {
|
|
73
|
+
type: Date,
|
|
74
|
+
required: false,
|
|
75
|
+
},
|
|
76
|
+
billed: {
|
|
77
|
+
type: Boolean,
|
|
78
|
+
default: false,
|
|
79
|
+
},
|
|
80
|
+
storage_pricing_factor: { type: Number, required: false, default: 1 },
|
|
81
|
+
});
|
|
82
|
+
exports.default = (0, mongoose_1.model)("ComputeChange", ComputeChangeSchema, "compute_changes");
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IDbImage } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IDbImage, {}, {}, {}, import("mongoose").Document<unknown, {}, IDbImage, {}, import("mongoose").DefaultSchemaOptions> & IDbImage & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IDbImage>;
|
|
9
|
+
export default _default;
|
package/dist/db-image.js
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const enum_1 = require("./enum");
|
|
5
|
+
const dbImageSchema = new mongoose_1.Schema({
|
|
6
|
+
name: {
|
|
7
|
+
type: String,
|
|
8
|
+
enum: Object.values(enum_1.DatabaseEngine),
|
|
9
|
+
required: true,
|
|
10
|
+
},
|
|
11
|
+
image_url: {
|
|
12
|
+
type: String,
|
|
13
|
+
required: true,
|
|
14
|
+
},
|
|
15
|
+
image: {
|
|
16
|
+
type: String,
|
|
17
|
+
required: true,
|
|
18
|
+
},
|
|
19
|
+
version: {
|
|
20
|
+
type: String,
|
|
21
|
+
required: true,
|
|
22
|
+
},
|
|
23
|
+
envs: {
|
|
24
|
+
type: Array,
|
|
25
|
+
required: true,
|
|
26
|
+
},
|
|
27
|
+
is_available: {
|
|
28
|
+
type: Boolean,
|
|
29
|
+
default: true,
|
|
30
|
+
},
|
|
31
|
+
is_default: {
|
|
32
|
+
type: Boolean,
|
|
33
|
+
default: false,
|
|
34
|
+
},
|
|
35
|
+
has_port: {
|
|
36
|
+
type: Boolean,
|
|
37
|
+
default: true,
|
|
38
|
+
},
|
|
39
|
+
port: {
|
|
40
|
+
type: Number,
|
|
41
|
+
required: true,
|
|
42
|
+
},
|
|
43
|
+
volumePath: {
|
|
44
|
+
type: String,
|
|
45
|
+
required: true,
|
|
46
|
+
default: "/data",
|
|
47
|
+
},
|
|
48
|
+
free: {
|
|
49
|
+
type: Boolean,
|
|
50
|
+
required: false,
|
|
51
|
+
default: false
|
|
52
|
+
},
|
|
53
|
+
recommendations: {
|
|
54
|
+
required: false,
|
|
55
|
+
type: Array,
|
|
56
|
+
default: [],
|
|
57
|
+
},
|
|
58
|
+
protocol: {
|
|
59
|
+
required: true,
|
|
60
|
+
type: String,
|
|
61
|
+
},
|
|
62
|
+
params: {
|
|
63
|
+
required: false,
|
|
64
|
+
type: Object,
|
|
65
|
+
}
|
|
66
|
+
}, { timestamps: true });
|
|
67
|
+
exports.default = (0, mongoose_1.model)("DbImage", dbImageSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IDns } from "../types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IDns, {}, {}, {}, import("mongoose").Document<unknown, {}, IDns, {}, import("mongoose").DefaultSchemaOptions> & IDns & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IDns>;
|
|
9
|
+
export default _default;
|