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