@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/enum/index.ts
DELETED
|
@@ -1,315 +0,0 @@
|
|
|
1
|
-
export enum GIT_TYPE {
|
|
2
|
-
GITHUB = "GITHUB",
|
|
3
|
-
GITLAB = "GITLAB",
|
|
4
|
-
BITBUCKET = "BITBUCKET",
|
|
5
|
-
DOCKER = "DOCKER",
|
|
6
|
-
HUGGING_FACE = "HUGGINGFACE",
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export enum SERVER_PROTOCOL {
|
|
10
|
-
TCP = "TCP",
|
|
11
|
-
UDP = "UDP",
|
|
12
|
-
HTTP = "HTTP",
|
|
13
|
-
HTTPS = "HTTPS",
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export enum BUILD_DISABLED_BY {
|
|
17
|
-
System = "system",
|
|
18
|
-
User = "user",
|
|
19
|
-
Payment = "payment_failure"
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export enum REQUEST_TYPE {
|
|
23
|
-
GET = "GET",
|
|
24
|
-
PUT = "PUT",
|
|
25
|
-
POST = "POST",
|
|
26
|
-
DELETE = "DELETE",
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export enum ENVIRONMENT {
|
|
30
|
-
PREVIEW = "PREVIEW",
|
|
31
|
-
PRODUCTION = "PRODUCTION",
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export enum INTEGRATION_TYPES {
|
|
35
|
-
Messaging = "MESSAGING",
|
|
36
|
-
ErrorTracking = "ERROR_TRACKING",
|
|
37
|
-
DevTools = "DEVTOOLS",
|
|
38
|
-
Security = "SECURITY",
|
|
39
|
-
Analytics = "ANALYTICS",
|
|
40
|
-
Storage = "STORAGE",
|
|
41
|
-
Logging = "LOGGING",
|
|
42
|
-
Monitoring = "MONITORING",
|
|
43
|
-
Cms = "CMS",
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export enum INTEGRATION_PROVIDERS {
|
|
47
|
-
Slack = "SLACK",
|
|
48
|
-
Sentry = "SENTRY",
|
|
49
|
-
Discord = "DISCORD",
|
|
50
|
-
Onboardbase = "ONBOARDBASE",
|
|
51
|
-
Contentful = "CONTENTFUL",
|
|
52
|
-
Novu = "NOVU",
|
|
53
|
-
Netlify = "NETLIFY",
|
|
54
|
-
GoogleAnalytics = "GOOGLE_ANALYTICS",
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export enum CARD_TYPES {
|
|
58
|
-
MASTERCARD = "MASTERCARD",
|
|
59
|
-
VISA = "VISA",
|
|
60
|
-
VERVE = "VERVE",
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
export enum PROJECT_STATUS {
|
|
64
|
-
INACTIVE = "INACTIVE",
|
|
65
|
-
ACTIVE = "ACTIVE",
|
|
66
|
-
INPROGRESS = "INPROGRESS",
|
|
67
|
-
FAILED = "FAILED",
|
|
68
|
-
PENDING = "PENDING",
|
|
69
|
-
CANCELLED = "CANCELLED",
|
|
70
|
-
DEGRADED = "DEGRADED",
|
|
71
|
-
PAYMENT = "PAYMENT DUE",
|
|
72
|
-
NOMAD_READY = "NOMAD_READY",
|
|
73
|
-
NOMAD_FAILED = "NOMAD_FAILED",
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
export enum SUBSCRIPTION_STATUS {
|
|
77
|
-
ACTIVE = "active",
|
|
78
|
-
INACTIVE = "in-active",
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
export enum SUBSCRIPTION_PLAN_TYPE {
|
|
82
|
-
FreePlan = "FREE_PLAN",
|
|
83
|
-
DeveloperPlan = "DEVELOPER_PLAN",
|
|
84
|
-
TeamPlan = "TEAM_PLAN",
|
|
85
|
-
DomainPlan = "DOMAIN_PLAN",
|
|
86
|
-
HackerPlan = "HACKER_PLAN",
|
|
87
|
-
LiscensePlan = "LISCENSE_PLAN",
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
export enum OAUTH_PERMISSIONS {
|
|
91
|
-
READ_USER = "read_user",
|
|
92
|
-
READ_PROJECT = "read_project",
|
|
93
|
-
UPDATE_CREDENTIALS = "update_credentials",
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export enum SERVER_STATUS {
|
|
97
|
-
Active = "active",
|
|
98
|
-
InProgress = "in-progress",
|
|
99
|
-
InActive = "in-active",
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
export enum DNS_TYPE {
|
|
103
|
-
A = "A",
|
|
104
|
-
CNAME = "CNAME",
|
|
105
|
-
NS = "NS",
|
|
106
|
-
TXT = "TXT",
|
|
107
|
-
MX = "MX",
|
|
108
|
-
SPF = "SPF",
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
export enum ROLES {
|
|
112
|
-
CREATOR = "CREATOR",
|
|
113
|
-
ADMINISTRATOR = "ADMINISTRATOR",
|
|
114
|
-
MEMBER = "MEMBER",
|
|
115
|
-
VIEWER = "VIEWER"
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
export enum PERMISSION_TYPE {
|
|
119
|
-
DOMAIN = "DOMAIN",
|
|
120
|
-
BILLING = "BILLING",
|
|
121
|
-
PROJECT = "PROJECT",
|
|
122
|
-
INTEGRATION = "INTEGRATION",
|
|
123
|
-
USERS = "USERS",
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
export enum REGION_CONTINENT {
|
|
127
|
-
AFRICA = "Africa",
|
|
128
|
-
EUROPE = "Europe",
|
|
129
|
-
AMERICA = "America",
|
|
130
|
-
ASIA = "Asia",
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
export enum ServiceType {
|
|
134
|
-
Database = "database",
|
|
135
|
-
WebService = "web-service",
|
|
136
|
-
Static = "static",
|
|
137
|
-
Mcp = "mcp",
|
|
138
|
-
Liscense = "liscense",
|
|
139
|
-
Worker = "worker",
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
export enum DatabaseEngine {
|
|
143
|
-
MySQL = "mysql",
|
|
144
|
-
PostgreSQL = "postgresql",
|
|
145
|
-
MongoDB = "mongodb",
|
|
146
|
-
Redis = "redis",
|
|
147
|
-
WordPress = "wordpress",
|
|
148
|
-
SQLite = "sqlite",
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
export enum JobStatus {
|
|
152
|
-
SCHEDULED = "scheduled",
|
|
153
|
-
RUNNING = "running",
|
|
154
|
-
COMPLETED = "completed",
|
|
155
|
-
FAILED = "failed",
|
|
156
|
-
CANCELLED = "cancelled",
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
export enum LicenseStatus {
|
|
160
|
-
ACTIVE = "ACTIVE",
|
|
161
|
-
EXPIRED = "EXPIRED",
|
|
162
|
-
SUSPENDED = "SUSPENDED",
|
|
163
|
-
REVOKED = "REVOKED",
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
export enum SCALING_STRATEGY {
|
|
167
|
-
Linear = "LINEAR",
|
|
168
|
-
Exponential = "EXPONENTIAL",
|
|
169
|
-
Target = "TARGET",
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
export enum SCALING_METRIC {
|
|
173
|
-
Cpu = "CPU",
|
|
174
|
-
Memory = "MEMORY",
|
|
175
|
-
RequestCount = "REQUEST_COUNT",
|
|
176
|
-
ResponseTime = "RESPONSE_TIME",
|
|
177
|
-
CustomMetric = "CUSTOM_METRIC",
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
export enum FrameworkApplicationType {
|
|
181
|
-
Spa = 'spa',
|
|
182
|
-
Ssr = 'ssr',
|
|
183
|
-
Static = 'static',
|
|
184
|
-
Backend = 'backend'
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
export enum DomainRenewalStatus {
|
|
188
|
-
Pending = "pending",
|
|
189
|
-
Completed = "completed",
|
|
190
|
-
Failed = "failed",
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
export enum DomainTransferProvider {
|
|
194
|
-
Dynadot = "dynadot",
|
|
195
|
-
NameDotCom = "name-dot-com",
|
|
196
|
-
NameCheap = "name-cheap",
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
export enum DomainTransferDirection {
|
|
200
|
-
TransferIn = "transfer_in",
|
|
201
|
-
TransferOut = "transfer_out",
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
export enum DomainTransferStatus {
|
|
205
|
-
Pending = "pending",
|
|
206
|
-
Completed = "completed",
|
|
207
|
-
Failed = "failed",
|
|
208
|
-
Cancelled = "cancelled",
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
export enum NomadDeploymentStatus {
|
|
212
|
-
NOMAD_SETUP = 'nomad_setup',
|
|
213
|
-
NOMAD_READY = 'nomad_ready',
|
|
214
|
-
NOMAD_FAILED = 'nomad_failed',
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
export enum COLLAB_ANNOTATION_STATUS {
|
|
218
|
-
OPEN = "open",
|
|
219
|
-
RESOLVED = "resolved",
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
export enum COLLAB_INTEGRATION_TYPE {
|
|
223
|
-
SLACK = "slack",
|
|
224
|
-
DISCORD = "discord",
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
export enum COLLAB_THEME {
|
|
228
|
-
LIGHT = "light",
|
|
229
|
-
DARK = "dark",
|
|
230
|
-
SYSTEM = "system",
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
export enum COLLAB_TOOLBAR_POSITION {
|
|
234
|
-
LEFT = "left",
|
|
235
|
-
BOTTOM = "bottom",
|
|
236
|
-
RIGHT = "right",
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
export enum INVOICE_STATUS {
|
|
240
|
-
ACTIVE = "ACTIVE",
|
|
241
|
-
PAID = "PAID",
|
|
242
|
-
EXPIRED = "EXPIRED",
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
export enum INVOICE_PAYMENT_STATUS {
|
|
246
|
-
PENDING = "PENDING",
|
|
247
|
-
PROCESSING = "PROCESSING",
|
|
248
|
-
SUCCESSFUL = "SUCCESSFUL",
|
|
249
|
-
FAILED = "FAILED",
|
|
250
|
-
REFUNDED = "REFUNDED",
|
|
251
|
-
REFUND_PROCESSING = "REFUND_PROCESSING",
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
export enum INVOICE_TYPE {
|
|
255
|
-
INVOICE = "invoice",
|
|
256
|
-
RECEIPT = "receipt",
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
export enum SANDBOX_TEMPLATE {
|
|
260
|
-
PYTHON = "python",
|
|
261
|
-
NODE = "node",
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
export enum SANDBOX_STATUS {
|
|
265
|
-
STARTING = "starting",
|
|
266
|
-
READY = "ready",
|
|
267
|
-
FAILED = "failed",
|
|
268
|
-
DESTROYED = "destroyed",
|
|
269
|
-
PAUSING = "pausing",
|
|
270
|
-
PAUSED = "paused",
|
|
271
|
-
RESUMING = "resuming",
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
export enum SANDBOX_DESTROY_REASON {
|
|
275
|
-
USER = "user",
|
|
276
|
-
IDLE_TTL = "idle_ttl",
|
|
277
|
-
MAX_LIFETIME = "max_lifetime",
|
|
278
|
-
FAILED = "failed",
|
|
279
|
-
ONE_SHOT_STOPPED = "one_shot_stopped",
|
|
280
|
-
PAUSED_TOO_LONG = "paused_too_long",
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
export enum SANDBOX_SNAPSHOT_STATUS {
|
|
284
|
-
CREATING = "creating",
|
|
285
|
-
READY = "ready",
|
|
286
|
-
FAILED = "failed",
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
export enum StorageBucketStatus {
|
|
290
|
-
Active = "active",
|
|
291
|
-
Deleting = "deleting",
|
|
292
|
-
Deleted = "deleted",
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
export enum StorageUploadStatus {
|
|
296
|
-
Pending = "pending",
|
|
297
|
-
Completed = "completed",
|
|
298
|
-
Aborted = "aborted",
|
|
299
|
-
Expired = "expired",
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
export enum StorageTokenStatus {
|
|
303
|
-
Active = "active",
|
|
304
|
-
Revoked = "revoked",
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
export enum StorageCredentialRole {
|
|
308
|
-
ReadOnly = "ReadOnly",
|
|
309
|
-
Editor = "Editor",
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
export enum StorageCredentialStatus {
|
|
313
|
-
Active = "active",
|
|
314
|
-
Revoked = "revoked",
|
|
315
|
-
}
|
package/env.ts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { ENVIRONMENT } from "./enum";
|
|
3
|
-
import { IEnv } from "./types";
|
|
4
|
-
|
|
5
|
-
const envSchema = new Schema(
|
|
6
|
-
{
|
|
7
|
-
project: {
|
|
8
|
-
ref: "Project",
|
|
9
|
-
type: Schema.Types.ObjectId,
|
|
10
|
-
},
|
|
11
|
-
name: {
|
|
12
|
-
type: String,
|
|
13
|
-
required: true,
|
|
14
|
-
},
|
|
15
|
-
value: {
|
|
16
|
-
type: String,
|
|
17
|
-
required: false,
|
|
18
|
-
},
|
|
19
|
-
user: {
|
|
20
|
-
type: Schema.Types.ObjectId,
|
|
21
|
-
ref: "User",
|
|
22
|
-
required: true,
|
|
23
|
-
},
|
|
24
|
-
environment: {
|
|
25
|
-
type: String,
|
|
26
|
-
default: ENVIRONMENT.PRODUCTION,
|
|
27
|
-
required: true,
|
|
28
|
-
},
|
|
29
|
-
is_system: {
|
|
30
|
-
type: Boolean,
|
|
31
|
-
default: false,
|
|
32
|
-
required: false,
|
|
33
|
-
},
|
|
34
|
-
},
|
|
35
|
-
{ timestamps: true },
|
|
36
|
-
);
|
|
37
|
-
|
|
38
|
-
export default model<IEnv>("Env", envSchema);
|
package/environment-variable.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IEnvironmentVariable } from "./types";
|
|
3
|
-
|
|
4
|
-
const environmentVariableSchema = new Schema(
|
|
5
|
-
{
|
|
6
|
-
name: { type: String, required: true },
|
|
7
|
-
value: { type: String, required: true },
|
|
8
|
-
project_environment: {
|
|
9
|
-
ref: "ProjectEnvironment",
|
|
10
|
-
type: Schema.Types.ObjectId,
|
|
11
|
-
required: true,
|
|
12
|
-
},
|
|
13
|
-
user: { ref: "User", type: Schema.Types.ObjectId, required: true },
|
|
14
|
-
inheritable: { type: Boolean, default: true },
|
|
15
|
-
},
|
|
16
|
-
{ timestamps: true },
|
|
17
|
-
);
|
|
18
|
-
|
|
19
|
-
environmentVariableSchema.index({ name: 1, project_environment: 1 }, { unique: true });
|
|
20
|
-
|
|
21
|
-
export default model<IEnvironmentVariable>("EnvironmentVariable", environmentVariableSchema);
|
package/follower.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IFollowing } from "./types";
|
|
3
|
-
|
|
4
|
-
const followingSchema: Schema = new Schema(
|
|
5
|
-
{
|
|
6
|
-
user_id: {
|
|
7
|
-
type: Schema.Types.ObjectId,
|
|
8
|
-
ref: "User",
|
|
9
|
-
required: true,
|
|
10
|
-
},
|
|
11
|
-
followed_id: {
|
|
12
|
-
type: Schema.Types.ObjectId,
|
|
13
|
-
required: true,
|
|
14
|
-
},
|
|
15
|
-
},
|
|
16
|
-
{ timestamps: true },
|
|
17
|
-
);
|
|
18
|
-
|
|
19
|
-
export default model<IFollowing>("Following", followingSchema);
|
package/following.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IFollowing } from "./types";
|
|
3
|
-
|
|
4
|
-
const followingSchema: Schema = new Schema(
|
|
5
|
-
{
|
|
6
|
-
user_id: {
|
|
7
|
-
type: Schema.Types.ObjectId,
|
|
8
|
-
ref: "User",
|
|
9
|
-
required: true,
|
|
10
|
-
},
|
|
11
|
-
followed_id: {
|
|
12
|
-
type: Schema.Types.ObjectId,
|
|
13
|
-
required: true,
|
|
14
|
-
},
|
|
15
|
-
},
|
|
16
|
-
{ timestamps: true },
|
|
17
|
-
);
|
|
18
|
-
|
|
19
|
-
export default model<IFollowing>("Following", followingSchema);
|
package/framework.ts
DELETED
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IFramework } from "./types";
|
|
3
|
-
import { FrameworkApplicationType } from "./enum";
|
|
4
|
-
|
|
5
|
-
const frameworkSchema: Schema = new Schema(
|
|
6
|
-
{
|
|
7
|
-
name: {
|
|
8
|
-
type: String,
|
|
9
|
-
required: true,
|
|
10
|
-
},
|
|
11
|
-
slug: {
|
|
12
|
-
type: String,
|
|
13
|
-
required: true,
|
|
14
|
-
},
|
|
15
|
-
demo: {
|
|
16
|
-
type: String,
|
|
17
|
-
required: false,
|
|
18
|
-
},
|
|
19
|
-
logo: {
|
|
20
|
-
type: String,
|
|
21
|
-
required: true,
|
|
22
|
-
},
|
|
23
|
-
supported: {
|
|
24
|
-
type: Boolean,
|
|
25
|
-
required: false,
|
|
26
|
-
default: true
|
|
27
|
-
},
|
|
28
|
-
port: {
|
|
29
|
-
type: Number,
|
|
30
|
-
required: false,
|
|
31
|
-
default: 8000
|
|
32
|
-
},
|
|
33
|
-
tagline: {
|
|
34
|
-
type: String,
|
|
35
|
-
required: false,
|
|
36
|
-
},
|
|
37
|
-
description: {
|
|
38
|
-
type: String,
|
|
39
|
-
required: false,
|
|
40
|
-
},
|
|
41
|
-
website: {
|
|
42
|
-
type: String,
|
|
43
|
-
required: true,
|
|
44
|
-
},
|
|
45
|
-
envPrefix: {
|
|
46
|
-
type: String,
|
|
47
|
-
required: false,
|
|
48
|
-
},
|
|
49
|
-
detector: {
|
|
50
|
-
type: String,
|
|
51
|
-
required: true,
|
|
52
|
-
},
|
|
53
|
-
file_detectors: {
|
|
54
|
-
type: Array,
|
|
55
|
-
required: false
|
|
56
|
-
},
|
|
57
|
-
type: {
|
|
58
|
-
type: String,
|
|
59
|
-
enum: Object.values(FrameworkApplicationType),
|
|
60
|
-
required: true,
|
|
61
|
-
},
|
|
62
|
-
settings: {
|
|
63
|
-
installCommand: {
|
|
64
|
-
type: String,
|
|
65
|
-
required: false,
|
|
66
|
-
},
|
|
67
|
-
buildCommand: {
|
|
68
|
-
type: String,
|
|
69
|
-
required: true,
|
|
70
|
-
},
|
|
71
|
-
outputDirectory: {
|
|
72
|
-
type: String,
|
|
73
|
-
required: true,
|
|
74
|
-
},
|
|
75
|
-
manager: {
|
|
76
|
-
type: String,
|
|
77
|
-
required: false,
|
|
78
|
-
},
|
|
79
|
-
startCommand: {
|
|
80
|
-
type: String,
|
|
81
|
-
required: false,
|
|
82
|
-
},
|
|
83
|
-
},
|
|
84
|
-
},
|
|
85
|
-
{ timestamps: true },
|
|
86
|
-
);
|
|
87
|
-
|
|
88
|
-
export default model<IFramework>("Framework", frameworkSchema, "frameworks");
|
package/integration.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { INTEGRATION_PROVIDERS, INTEGRATION_TYPES } from "./enum";
|
|
3
|
-
import { IIntegration } from "./types";
|
|
4
|
-
|
|
5
|
-
const integrationSchema: Schema = new Schema(
|
|
6
|
-
{
|
|
7
|
-
user_id: {
|
|
8
|
-
type: Schema.Types.ObjectId,
|
|
9
|
-
ref: "User",
|
|
10
|
-
default: null,
|
|
11
|
-
required: true,
|
|
12
|
-
},
|
|
13
|
-
team_id: {
|
|
14
|
-
type: Schema.Types.ObjectId,
|
|
15
|
-
ref: "Team",
|
|
16
|
-
default: null,
|
|
17
|
-
required: false,
|
|
18
|
-
},
|
|
19
|
-
name: {
|
|
20
|
-
type: String,
|
|
21
|
-
enum: Object.values(INTEGRATION_PROVIDERS),
|
|
22
|
-
required: true,
|
|
23
|
-
},
|
|
24
|
-
app_id: String,
|
|
25
|
-
hook: String,
|
|
26
|
-
scope_description: Array,
|
|
27
|
-
reference: String,
|
|
28
|
-
type: {
|
|
29
|
-
type: String,
|
|
30
|
-
enum: Object.values(INTEGRATION_TYPES),
|
|
31
|
-
required: true,
|
|
32
|
-
},
|
|
33
|
-
token: String,
|
|
34
|
-
extra: Object,
|
|
35
|
-
},
|
|
36
|
-
{ timestamps: true },
|
|
37
|
-
);
|
|
38
|
-
|
|
39
|
-
export default model<IIntegration>("Integration", integrationSchema);
|
package/intention.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IIntention } from "./types";
|
|
3
|
-
|
|
4
|
-
const intentionSchema = new Schema(
|
|
5
|
-
{
|
|
6
|
-
project: {
|
|
7
|
-
ref: "Project",
|
|
8
|
-
type: Schema.Types.ObjectId,
|
|
9
|
-
required: true,
|
|
10
|
-
},
|
|
11
|
-
sourceName: {
|
|
12
|
-
type: String,
|
|
13
|
-
required: true,
|
|
14
|
-
},
|
|
15
|
-
destinationName: {
|
|
16
|
-
type: String,
|
|
17
|
-
required: true,
|
|
18
|
-
},
|
|
19
|
-
sourceNamespace: {
|
|
20
|
-
type: String,
|
|
21
|
-
default: "default",
|
|
22
|
-
},
|
|
23
|
-
destinationNamespace: {
|
|
24
|
-
type: String,
|
|
25
|
-
default: "default",
|
|
26
|
-
},
|
|
27
|
-
action: {
|
|
28
|
-
type: String,
|
|
29
|
-
enum: ["allow", "deny"],
|
|
30
|
-
default: "allow",
|
|
31
|
-
},
|
|
32
|
-
description: {
|
|
33
|
-
type: String,
|
|
34
|
-
required: false,
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
{ timestamps: true },
|
|
38
|
-
);
|
|
39
|
-
|
|
40
|
-
export default model<IIntention>("Intention", intentionSchema);
|
package/invoice.ts
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import {
|
|
3
|
-
INVOICE_STATUS,
|
|
4
|
-
INVOICE_PAYMENT_STATUS,
|
|
5
|
-
INVOICE_TYPE,
|
|
6
|
-
} from "./enum";
|
|
7
|
-
import { IInvoice } from "./types";
|
|
8
|
-
|
|
9
|
-
const invoiceSchema: Schema = new Schema(
|
|
10
|
-
{
|
|
11
|
-
ref: String,
|
|
12
|
-
user_id: String,
|
|
13
|
-
subscription_id: String,
|
|
14
|
-
total_amount: Number,
|
|
15
|
-
due: Boolean,
|
|
16
|
-
type: {
|
|
17
|
-
type: String,
|
|
18
|
-
enum: Object.values(INVOICE_TYPE),
|
|
19
|
-
},
|
|
20
|
-
status: {
|
|
21
|
-
type: String,
|
|
22
|
-
enum: Object.values(INVOICE_STATUS),
|
|
23
|
-
},
|
|
24
|
-
payment_status: {
|
|
25
|
-
type: String,
|
|
26
|
-
enum: Object.values(INVOICE_PAYMENT_STATUS),
|
|
27
|
-
},
|
|
28
|
-
billing_period: String,
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
timestamps: true,
|
|
32
|
-
collection: "invoices",
|
|
33
|
-
},
|
|
34
|
-
);
|
|
35
|
-
|
|
36
|
-
export default model<IInvoice>("Invoice", invoiceSchema);
|
package/job.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import mongoose, { model, Schema } from "mongoose";
|
|
2
|
-
import { IJob } from "./types/job";
|
|
3
|
-
import { JobStatus } from "./enum";
|
|
4
|
-
|
|
5
|
-
const jobSchema: Schema = new Schema({
|
|
6
|
-
title: { type: String, required: true },
|
|
7
|
-
jobId: { type: String, required: true, unique: true },
|
|
8
|
-
url: { type: String, required: true },
|
|
9
|
-
method: { type: String, required: true },
|
|
10
|
-
schedule: { type: String, required: true },
|
|
11
|
-
headers: { type: Map, of: String },
|
|
12
|
-
maxAttempts: { type: Number, default: 5 },
|
|
13
|
-
attempts: { type: Number, default: 0 },
|
|
14
|
-
isRecurring: { type: Boolean, required: true },
|
|
15
|
-
lastRun: Date,
|
|
16
|
-
nextRun: Date,
|
|
17
|
-
body: {
|
|
18
|
-
type: mongoose.Schema.Types.Mixed,
|
|
19
|
-
required: false,
|
|
20
|
-
},
|
|
21
|
-
status: {
|
|
22
|
-
type: String,
|
|
23
|
-
enum: Object.values(JobStatus),
|
|
24
|
-
default: JobStatus.SCHEDULED,
|
|
25
|
-
},
|
|
26
|
-
createdAt: { type: Date, default: Date.now },
|
|
27
|
-
updatedAt: { type: Date, default: Date.now },
|
|
28
|
-
});
|
|
29
|
-
|
|
30
|
-
export default model<IJob>("Job", jobSchema, "scheduled_jobs");
|
package/load-balancer-port.ts
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { ILoadBalancerPort } from "./types";
|
|
3
|
-
|
|
4
|
-
const loadBalancerPortSchema = new Schema(
|
|
5
|
-
{
|
|
6
|
-
port: {
|
|
7
|
-
type: Number,
|
|
8
|
-
required: true,
|
|
9
|
-
min: 1,
|
|
10
|
-
max: 65535,
|
|
11
|
-
},
|
|
12
|
-
server_id: {
|
|
13
|
-
type: Schema.Types.ObjectId,
|
|
14
|
-
ref: "Server",
|
|
15
|
-
required: true,
|
|
16
|
-
},
|
|
17
|
-
project_id: {
|
|
18
|
-
type: Schema.Types.ObjectId,
|
|
19
|
-
ref: "Project",
|
|
20
|
-
required: true,
|
|
21
|
-
},
|
|
22
|
-
region_id: {
|
|
23
|
-
type: Schema.Types.ObjectId,
|
|
24
|
-
ref: "Region",
|
|
25
|
-
required: true,
|
|
26
|
-
},
|
|
27
|
-
},
|
|
28
|
-
{ timestamps: true },
|
|
29
|
-
);
|
|
30
|
-
|
|
31
|
-
export default model<ILoadBalancerPort>("LoadBalancerPort", loadBalancerPortSchema, "load_balancer_ports");
|