@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
package/dist/license.js
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
const mongoose_1 = require("mongoose");
|
|
13
|
+
const enum_1 = require("./enum");
|
|
14
|
+
const licenseSchema = new mongoose_1.Schema({
|
|
15
|
+
licenseKey: {
|
|
16
|
+
type: String,
|
|
17
|
+
required: true,
|
|
18
|
+
unique: true,
|
|
19
|
+
},
|
|
20
|
+
infisicalIdentity: String,
|
|
21
|
+
userId: {
|
|
22
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
23
|
+
ref: "User",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
teamId: {
|
|
27
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
28
|
+
ref: "Team",
|
|
29
|
+
required: false,
|
|
30
|
+
},
|
|
31
|
+
subscriptionId: {
|
|
32
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
33
|
+
ref: "Subscription",
|
|
34
|
+
required: true,
|
|
35
|
+
},
|
|
36
|
+
status: {
|
|
37
|
+
type: String,
|
|
38
|
+
enum: Object.values(enum_1.LicenseStatus),
|
|
39
|
+
default: enum_1.LicenseStatus.ACTIVE,
|
|
40
|
+
},
|
|
41
|
+
tag: String,
|
|
42
|
+
devices: [
|
|
43
|
+
{
|
|
44
|
+
deviceId: {
|
|
45
|
+
type: String,
|
|
46
|
+
required: true,
|
|
47
|
+
},
|
|
48
|
+
hostname: String,
|
|
49
|
+
lastSeen: {
|
|
50
|
+
type: Date,
|
|
51
|
+
default: Date.now,
|
|
52
|
+
},
|
|
53
|
+
isActive: {
|
|
54
|
+
type: Boolean,
|
|
55
|
+
default: true,
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
],
|
|
59
|
+
maxDevices: {
|
|
60
|
+
type: Number,
|
|
61
|
+
required: true,
|
|
62
|
+
default: 1,
|
|
63
|
+
},
|
|
64
|
+
}, { timestamps: true });
|
|
65
|
+
// licenseSchema.index({ userId: 1, status: 1 });
|
|
66
|
+
// licenseSchema.index({ licenseKey: 1 });
|
|
67
|
+
licenseSchema.methods.cleanupInactiveDevices = function () {
|
|
68
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
69
|
+
const thirtyDaysAgo = new Date();
|
|
70
|
+
thirtyDaysAgo.setDate(thirtyDaysAgo.getDate() - 30);
|
|
71
|
+
this.devices = this.devices.filter((device) => device.lastSeen > thirtyDaysAgo || device.isActive);
|
|
72
|
+
yield this.save();
|
|
73
|
+
});
|
|
74
|
+
};
|
|
75
|
+
exports.default = (0, mongoose_1.model)("License", licenseSchema, "licenses");
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ILoadBalancerPort } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<ILoadBalancerPort, {}, {}, {}, import("mongoose").Document<unknown, {}, ILoadBalancerPort, {}, import("mongoose").DefaultSchemaOptions> & ILoadBalancerPort & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ILoadBalancerPort>;
|
|
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 loadBalancerPortSchema = new mongoose_1.Schema({
|
|
5
|
+
port: {
|
|
6
|
+
type: Number,
|
|
7
|
+
required: true,
|
|
8
|
+
min: 1,
|
|
9
|
+
max: 65535,
|
|
10
|
+
},
|
|
11
|
+
server_id: {
|
|
12
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
13
|
+
ref: "Server",
|
|
14
|
+
required: true,
|
|
15
|
+
},
|
|
16
|
+
project_id: {
|
|
17
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
18
|
+
ref: "Project",
|
|
19
|
+
required: true,
|
|
20
|
+
},
|
|
21
|
+
region_id: {
|
|
22
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
23
|
+
ref: "Region",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
}, { timestamps: true });
|
|
27
|
+
exports.default = (0, mongoose_1.model)("LoadBalancerPort", loadBalancerPortSchema, "load_balancer_ports");
|
package/dist/logs.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ILog } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<ILog, {}, {}, {}, import("mongoose").Document<unknown, {}, ILog, {}, import("mongoose").DefaultSchemaOptions> & ILog & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, ILog>;
|
|
9
|
+
export default _default;
|
package/dist/logs.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const enum_1 = require("./enum");
|
|
5
|
+
const LogSchema = new mongoose_1.Schema({
|
|
6
|
+
name: String,
|
|
7
|
+
key: String,
|
|
8
|
+
commit: Object,
|
|
9
|
+
status: {
|
|
10
|
+
type: String,
|
|
11
|
+
enum: Object.values(enum_1.PROJECT_STATUS),
|
|
12
|
+
default: enum_1.PROJECT_STATUS.PENDING,
|
|
13
|
+
},
|
|
14
|
+
project: {
|
|
15
|
+
ref: "Project",
|
|
16
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
17
|
+
},
|
|
18
|
+
user: {
|
|
19
|
+
ref: "User",
|
|
20
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
21
|
+
},
|
|
22
|
+
team: {
|
|
23
|
+
ref: "Team",
|
|
24
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
25
|
+
},
|
|
26
|
+
preview: {
|
|
27
|
+
ref: "Preview",
|
|
28
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
29
|
+
},
|
|
30
|
+
environment: {
|
|
31
|
+
type: String,
|
|
32
|
+
enum: Object.values(enum_1.ENVIRONMENT),
|
|
33
|
+
default: enum_1.ENVIRONMENT.PRODUCTION,
|
|
34
|
+
},
|
|
35
|
+
jobs: Array,
|
|
36
|
+
startTime: mongoose_1.Schema.Types.Date,
|
|
37
|
+
endTime: mongoose_1.Schema.Types.Date,
|
|
38
|
+
deleted: mongoose_1.Schema.Types.Boolean,
|
|
39
|
+
}, { timestamps: true });
|
|
40
|
+
exports.default = (0, mongoose_1.model)("Log", LogSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IMemberPermission } from "./types/member-permission";
|
|
2
|
+
declare const _default: import("mongoose").Model<IMemberPermission, {}, {}, {}, import("mongoose").Document<unknown, {}, IMemberPermission, {}, import("mongoose").DefaultSchemaOptions> & IMemberPermission & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IMemberPermission>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const memberPermissionSchema = new mongoose_1.Schema({
|
|
5
|
+
permission: { type: mongoose_1.Schema.Types.ObjectId, ref: "Permission" },
|
|
6
|
+
member: { type: mongoose_1.Schema.Types.ObjectId, ref: "Member" },
|
|
7
|
+
enabled: { type: Boolean, default: false },
|
|
8
|
+
});
|
|
9
|
+
exports.default = (0, mongoose_1.model)("MemberPermission", memberPermissionSchema);
|
package/dist/member.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IMember } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IMember, {}, {}, {}, import("mongoose").Document<unknown, {}, IMember, {}, import("mongoose").DefaultSchemaOptions> & IMember & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IMember>;
|
|
9
|
+
export default _default;
|
package/dist/member.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const enum_1 = require("./enum");
|
|
5
|
+
const memberSchema = new mongoose_1.Schema({
|
|
6
|
+
user: {
|
|
7
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
8
|
+
ref: "User",
|
|
9
|
+
},
|
|
10
|
+
email: String,
|
|
11
|
+
team: {
|
|
12
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
13
|
+
ref: "Team",
|
|
14
|
+
},
|
|
15
|
+
role: {
|
|
16
|
+
type: String,
|
|
17
|
+
enum: Object.values(enum_1.ROLES),
|
|
18
|
+
default: enum_1.ROLES.MEMBER,
|
|
19
|
+
},
|
|
20
|
+
accepted: {
|
|
21
|
+
type: Boolean,
|
|
22
|
+
default: false,
|
|
23
|
+
},
|
|
24
|
+
invitedBy: {
|
|
25
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
26
|
+
ref: "User",
|
|
27
|
+
},
|
|
28
|
+
featureOnboarded: {
|
|
29
|
+
type: Boolean,
|
|
30
|
+
default: false,
|
|
31
|
+
},
|
|
32
|
+
permissions: [{ type: mongoose_1.Schema.Types.ObjectId, ref: "MemberPermission" }],
|
|
33
|
+
project_environments: [{ type: mongoose_1.Schema.Types.ObjectId, ref: "ProjectEnvironment" }],
|
|
34
|
+
}, {
|
|
35
|
+
timestamps: {
|
|
36
|
+
createdAt: "created_at",
|
|
37
|
+
updatedAt: "updated_at",
|
|
38
|
+
},
|
|
39
|
+
});
|
|
40
|
+
exports.default = (0, mongoose_1.model)("Member", memberSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IObjectStorageUsageSegment } from "./types/object-storage-usage-segment";
|
|
2
|
+
declare const _default: import("mongoose").Model<IObjectStorageUsageSegment, {}, {}, {}, import("mongoose").Document<unknown, {}, IObjectStorageUsageSegment, {}, import("mongoose").DefaultSchemaOptions> & IObjectStorageUsageSegment & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IObjectStorageUsageSegment>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const objectStorageUsageSegmentSchema = new mongoose_1.Schema({
|
|
5
|
+
bucket_id: {
|
|
6
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
7
|
+
ref: "StorageBucket",
|
|
8
|
+
required: true,
|
|
9
|
+
},
|
|
10
|
+
user_id: {
|
|
11
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
12
|
+
ref: "User",
|
|
13
|
+
required: true,
|
|
14
|
+
index: true,
|
|
15
|
+
},
|
|
16
|
+
team_id: {
|
|
17
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
18
|
+
ref: "Team",
|
|
19
|
+
default: null,
|
|
20
|
+
index: true,
|
|
21
|
+
},
|
|
22
|
+
size_gb: {
|
|
23
|
+
type: Number,
|
|
24
|
+
default: 0,
|
|
25
|
+
},
|
|
26
|
+
costs: {
|
|
27
|
+
startDate: { type: Date, required: true },
|
|
28
|
+
endDate: { type: Date, default: null },
|
|
29
|
+
},
|
|
30
|
+
billed: {
|
|
31
|
+
type: Boolean,
|
|
32
|
+
default: false,
|
|
33
|
+
index: true,
|
|
34
|
+
},
|
|
35
|
+
}, {
|
|
36
|
+
timestamps: true,
|
|
37
|
+
});
|
|
38
|
+
objectStorageUsageSegmentSchema.index({ user_id: 1, billed: 1, "costs.endDate": 1 });
|
|
39
|
+
objectStorageUsageSegmentSchema.index({ team_id: 1, billed: 1, "costs.endDate": 1 });
|
|
40
|
+
objectStorageUsageSegmentSchema.index({ bucket_id: 1, "costs.endDate": 1 });
|
|
41
|
+
objectStorageUsageSegmentSchema.index({ bucket_id: 1 }, {
|
|
42
|
+
unique: true,
|
|
43
|
+
partialFilterExpression: { "costs.endDate": null },
|
|
44
|
+
name: "unique_open_segment_per_object_storage_bucket",
|
|
45
|
+
});
|
|
46
|
+
exports.default = (0, mongoose_1.model)("ObjectStorageUsageSegment", objectStorageUsageSegmentSchema, "object_storage_usage_segments");
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IOwnershipTransfer } from "./types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IOwnershipTransfer, {}, {}, {}, import("mongoose").Document<unknown, {}, IOwnershipTransfer, {}, import("mongoose").DefaultSchemaOptions> & IOwnershipTransfer & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IOwnershipTransfer>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const ownershipTransferSchema = new mongoose_1.Schema({
|
|
5
|
+
team: {
|
|
6
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
7
|
+
ref: "Team",
|
|
8
|
+
required: true,
|
|
9
|
+
},
|
|
10
|
+
from_user: {
|
|
11
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
12
|
+
ref: "User",
|
|
13
|
+
required: true,
|
|
14
|
+
},
|
|
15
|
+
to_user: {
|
|
16
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
17
|
+
ref: "User",
|
|
18
|
+
required: true,
|
|
19
|
+
},
|
|
20
|
+
status: {
|
|
21
|
+
type: String,
|
|
22
|
+
enum: ["pending", "accepted", "denied", "expired"],
|
|
23
|
+
default: "pending",
|
|
24
|
+
},
|
|
25
|
+
expires_at: {
|
|
26
|
+
type: Date,
|
|
27
|
+
required: true,
|
|
28
|
+
},
|
|
29
|
+
}, {
|
|
30
|
+
timestamps: {
|
|
31
|
+
createdAt: "created_at",
|
|
32
|
+
updatedAt: "updated_at",
|
|
33
|
+
},
|
|
34
|
+
});
|
|
35
|
+
exports.default = (0, mongoose_1.model)("OwnershipTransfer", ownershipTransferSchema);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IPermission } from "./types/permission";
|
|
2
|
+
declare const _default: import("mongoose").Model<IPermission, {}, {}, {}, import("mongoose").Document<unknown, {}, IPermission, {}, import("mongoose").DefaultSchemaOptions> & IPermission & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IPermission>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const enum_1 = require("./enum");
|
|
5
|
+
const permissionSchema = new mongoose_1.Schema({
|
|
6
|
+
title: { type: String },
|
|
7
|
+
role: [{ type: mongoose_1.Schema.Types.ObjectId, ref: "Role" }],
|
|
8
|
+
request: { type: Object },
|
|
9
|
+
type: { type: String, enum: Object.values(enum_1.PERMISSION_TYPE) },
|
|
10
|
+
enabled: { type: Boolean, default: false, select: true },
|
|
11
|
+
});
|
|
12
|
+
exports.default = (0, mongoose_1.model)("Permission", permissionSchema);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import mongoose from "mongoose";
|
|
2
|
+
import { IPlanConfiguration } from "./types/plan_configuration";
|
|
3
|
+
declare const _default: mongoose.Model<IPlanConfiguration, {}, {}, {}, mongoose.Document<unknown, {}, IPlanConfiguration, {}, mongoose.DefaultSchemaOptions> & IPlanConfiguration & Required<{
|
|
4
|
+
_id: mongoose.Types.ObjectId;
|
|
5
|
+
}> & {
|
|
6
|
+
__v: number;
|
|
7
|
+
} & {
|
|
8
|
+
id: string;
|
|
9
|
+
}, any, IPlanConfiguration>;
|
|
10
|
+
export default _default;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const PlanConfigurationSchema = new Schema
|
|
6
|
-
{
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const enum_1 = require("./enum");
|
|
5
|
+
const PlanConfigurationSchema = new mongoose_1.Schema({
|
|
7
6
|
tag: { type: String, required: true },
|
|
8
7
|
slack_support: { type: Boolean, default: false },
|
|
9
8
|
concurrent_builds: { type: Number, required: true },
|
|
@@ -18,7 +17,7 @@ const PlanConfigurationSchema = new Schema<IPlanConfiguration>(
|
|
|
18
17
|
price: { type: Number, required: true },
|
|
19
18
|
password_enabled: { type: Boolean, required: false, default: true },
|
|
20
19
|
autoscaling_enabled: { type: Boolean, default: false, required: false },
|
|
21
|
-
region: { type: Schema.Types.ObjectId, ref: "Region", required: false },
|
|
20
|
+
region: { type: mongoose_1.Schema.Types.ObjectId, ref: "Region", required: false },
|
|
22
21
|
multi_region: { type: Boolean, default: false },
|
|
23
22
|
unlimited_projects: { type: Boolean, default: false },
|
|
24
23
|
ai_debug_enabled: { type: Boolean, default: false, required: false },
|
|
@@ -26,9 +25,9 @@ const PlanConfigurationSchema = new Schema<IPlanConfiguration>(
|
|
|
26
25
|
storage_bucket_enabled: { type: Boolean, default: false },
|
|
27
26
|
storage_bucket_quota_gb: { type: Number, default: 5 },
|
|
28
27
|
plan_type: {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
type: String,
|
|
29
|
+
enum: Object.values(enum_1.SUBSCRIPTION_PLAN_TYPE),
|
|
30
|
+
required: true,
|
|
32
31
|
},
|
|
33
32
|
volumes_enabled: { type: Boolean, required: false, default: true },
|
|
34
33
|
memory: { type: Number, required: true },
|
|
@@ -42,9 +41,9 @@ const PlanConfigurationSchema = new Schema<IPlanConfiguration>(
|
|
|
42
41
|
custom_domain: { type: Boolean, required: true, default: false },
|
|
43
42
|
webhook_enabled: { type: Boolean, required: true, default: false },
|
|
44
43
|
can_deploy_all_applications: { type: Boolean, required: true, default: false },
|
|
45
|
-
stripe_prices: { type: Schema.Types.Mixed, required: false, default: {} },
|
|
44
|
+
stripe_prices: { type: mongoose_1.Schema.Types.Mixed, required: false, default: {} },
|
|
46
45
|
sandbox_max_count: { type: Number, required: false, default: 3 },
|
|
47
|
-
sanxbox_hours_max: { type: Number, required: false, default: 16},
|
|
46
|
+
sanxbox_hours_max: { type: Number, required: false, default: 16 },
|
|
48
47
|
sandbox_enabled: { type: Boolean, required: false, default: true },
|
|
49
48
|
sandbox_cpu_hours_included: { type: Number, default: 0 },
|
|
50
49
|
sandbox_memory_gb_hours_included: { type: Number, default: 0 },
|
|
@@ -58,12 +57,5 @@ const PlanConfigurationSchema = new Schema<IPlanConfiguration>(
|
|
|
58
57
|
sandbox_snapshot_gb_months_included: { type: Number, default: 0 },
|
|
59
58
|
sandbox_max_volume_size_gb: { type: Number, default: 0 },
|
|
60
59
|
sandbox_max_volumes: { type: Number, default: 0 }
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
);
|
|
64
|
-
|
|
65
|
-
export default model<IPlanConfiguration>(
|
|
66
|
-
"PlanConfigurations",
|
|
67
|
-
PlanConfigurationSchema,
|
|
68
|
-
"plan_configurations",
|
|
69
|
-
);
|
|
60
|
+
}, { timestamps: true });
|
|
61
|
+
exports.default = (0, mongoose_1.model)("PlanConfigurations", PlanConfigurationSchema, "plan_configurations");
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IProjectConnection } from "../types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IProjectConnection, {}, {}, {}, import("mongoose").Document<unknown, {}, IProjectConnection, {}, import("mongoose").DefaultSchemaOptions> & IProjectConnection & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IProjectConnection>;
|
|
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 projectConnectionSchema = new mongoose_1.Schema({
|
|
5
|
+
service: {
|
|
6
|
+
ref: "Project",
|
|
7
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
8
|
+
},
|
|
9
|
+
project: {
|
|
10
|
+
ref: "Project",
|
|
11
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
12
|
+
},
|
|
13
|
+
}, { timestamps: true });
|
|
14
|
+
exports.default = (0, mongoose_1.model)("ProjectConnection", projectConnectionSchema);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IProject } from "../types";
|
|
2
|
+
declare const _default: import("mongoose").Model<IProject, {}, {}, {}, import("mongoose").Document<unknown, {}, IProject, {}, import("mongoose").DefaultSchemaOptions> & IProject & Required<{
|
|
3
|
+
_id: import("mongoose").Types.ObjectId;
|
|
4
|
+
}> & {
|
|
5
|
+
__v: number;
|
|
6
|
+
} & {
|
|
7
|
+
id: string;
|
|
8
|
+
}, any, IProject>;
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const DeletedProject: import("mongoose").Model<IProject, {}, {}, {}, import("mongoose").Document<unknown, {}, IProject, {}, import("mongoose").DefaultSchemaOptions> & IProject & Required<{
|
|
11
|
+
_id: import("mongoose").Types.ObjectId;
|
|
12
|
+
}> & {
|
|
13
|
+
__v: number;
|
|
14
|
+
} & {
|
|
15
|
+
id: string;
|
|
16
|
+
}, any, IProject>;
|