@brimble/models 3.8.46 → 3.8.48
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 +84 -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 +99 -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,39 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { FrameworkApplicationType } from "../enum";
|
|
3
|
+
export interface IFramework extends Document {
|
|
4
|
+
name: string;
|
|
5
|
+
slug: string;
|
|
6
|
+
demo?: string;
|
|
7
|
+
logo: string;
|
|
8
|
+
tagline?: string;
|
|
9
|
+
supported: boolean;
|
|
10
|
+
description?: string;
|
|
11
|
+
website: string;
|
|
12
|
+
port: number;
|
|
13
|
+
envPrefix?: string;
|
|
14
|
+
detector: string;
|
|
15
|
+
file_detectors: string[];
|
|
16
|
+
type: FrameworkApplicationType;
|
|
17
|
+
settings: {
|
|
18
|
+
installCommand?: string;
|
|
19
|
+
startCommand?: string;
|
|
20
|
+
buildCommand: string;
|
|
21
|
+
outputDirectory: string;
|
|
22
|
+
manager?: string;
|
|
23
|
+
};
|
|
24
|
+
createdAt?: Date;
|
|
25
|
+
updatedAt?: Date;
|
|
26
|
+
}
|
|
27
|
+
export type BrimbleFrameworkType = {
|
|
28
|
+
name: string;
|
|
29
|
+
slug: string;
|
|
30
|
+
logo: string;
|
|
31
|
+
installCommand: string;
|
|
32
|
+
buildCommand: string;
|
|
33
|
+
startCommand: string;
|
|
34
|
+
outputDirectory: string;
|
|
35
|
+
manager: string | null;
|
|
36
|
+
envPrefix: string;
|
|
37
|
+
supported: boolean;
|
|
38
|
+
type: string;
|
|
39
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
export interface IGit extends Document {
|
|
3
|
+
git_id?: number;
|
|
4
|
+
installation_ids?: number[];
|
|
5
|
+
access_token: string;
|
|
6
|
+
token_type: string;
|
|
7
|
+
scope?: string;
|
|
8
|
+
refresh_token?: string;
|
|
9
|
+
created_at?: number;
|
|
10
|
+
state?: string;
|
|
11
|
+
expires_in?: number;
|
|
12
|
+
expires_at?: number;
|
|
13
|
+
scopes?: string;
|
|
14
|
+
}
|
|
@@ -58,30 +58,9 @@ export type { ISandbox, ISandboxSpecs } from "./sandbox";
|
|
|
58
58
|
export type { ISandboxActivity } from "./sandbox-activity";
|
|
59
59
|
export type { ISandboxImage } from "./sandbox-image";
|
|
60
60
|
export type { ISandboxSnapshot } from "./sandbox-snapshot";
|
|
61
|
-
export type {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
} from "./
|
|
65
|
-
export type {
|
|
66
|
-
ISandboxUsageSegment,
|
|
67
|
-
ISandboxUsageSegmentCurrent,
|
|
68
|
-
ISandboxUsageSegmentCosts,
|
|
69
|
-
} from "./sandbox-usage-segment";
|
|
70
|
-
export type {
|
|
71
|
-
IVolumeUsageSegment,
|
|
72
|
-
IVolumeUsageSegmentCosts,
|
|
73
|
-
} from "./volume-usage-segment";
|
|
74
|
-
export type {
|
|
75
|
-
IObjectStorageUsageSegment,
|
|
76
|
-
IObjectStorageUsageSegmentCosts,
|
|
77
|
-
IObjectStorageUsageUnitsSummary,
|
|
78
|
-
} from "./object-storage-usage-segment";
|
|
61
|
+
export type { ISandboxSnapshotUsageSegment, ISandboxSnapshotUsageSegmentCosts, } from "./sandbox-snapshot-usage-segment";
|
|
62
|
+
export type { ISandboxUsageSegment, ISandboxUsageSegmentCurrent, ISandboxUsageSegmentCosts, } from "./sandbox-usage-segment";
|
|
63
|
+
export type { IVolumeUsageSegment, IVolumeUsageSegmentCosts, } from "./volume-usage-segment";
|
|
64
|
+
export type { IObjectStorageUsageSegment, IObjectStorageUsageSegmentCosts, IObjectStorageUsageUnitsSummary, } from "./object-storage-usage-segment";
|
|
79
65
|
export type { IIdempotencyRecord } from "./idempotency";
|
|
80
|
-
export type {
|
|
81
|
-
IStorageBucket,
|
|
82
|
-
IStorageObject,
|
|
83
|
-
IStorageUpload,
|
|
84
|
-
IStorageToken,
|
|
85
|
-
IStorageCredential,
|
|
86
|
-
StorageTokenPermission,
|
|
87
|
-
} from "./storage";
|
|
66
|
+
export type { IStorageBucket, IStorageObject, IStorageUpload, IStorageToken, IStorageCredential, StorageTokenPermission, StorageLifecycleRule, StorageCorsRule, StorageLifecycleRuleTransition } from "./storage";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { INTEGRATION_PROVIDERS, INTEGRATION_TYPES } from "../enum";
|
|
3
|
+
export interface IIntegration extends Document {
|
|
4
|
+
user_id: string;
|
|
5
|
+
team_id?: string;
|
|
6
|
+
app_id?: string;
|
|
7
|
+
name: INTEGRATION_PROVIDERS;
|
|
8
|
+
scope_description?: string[];
|
|
9
|
+
hook?: string;
|
|
10
|
+
reference?: string;
|
|
11
|
+
token?: string;
|
|
12
|
+
type: INTEGRATION_TYPES;
|
|
13
|
+
extra?: any;
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { IProject } from "./";
|
|
3
|
+
export interface IIntention extends Document {
|
|
4
|
+
project: IProject;
|
|
5
|
+
sourceName: string;
|
|
6
|
+
destinationName: string;
|
|
7
|
+
sourceNamespace: string;
|
|
8
|
+
destinationNamespace: string;
|
|
9
|
+
action: "allow" | "deny";
|
|
10
|
+
description?: string;
|
|
11
|
+
createdAt: Date;
|
|
12
|
+
updatedAt: Date;
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { INVOICE_STATUS, INVOICE_PAYMENT_STATUS, INVOICE_TYPE } from "../enum";
|
|
3
|
+
export interface IInvoice extends Document {
|
|
4
|
+
ref: string;
|
|
5
|
+
user_id: string;
|
|
6
|
+
subscription_id: string;
|
|
7
|
+
total_amount: number;
|
|
8
|
+
due: boolean;
|
|
9
|
+
type: INVOICE_TYPE;
|
|
10
|
+
status: INVOICE_STATUS;
|
|
11
|
+
payment_status: INVOICE_PAYMENT_STATUS;
|
|
12
|
+
billing_period: string;
|
|
13
|
+
created_at: Date;
|
|
14
|
+
updated_at: Date;
|
|
15
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { JobStatus } from "../enum";
|
|
3
|
+
export interface IJob extends Document {
|
|
4
|
+
title: string;
|
|
5
|
+
jobId: string;
|
|
6
|
+
url: string;
|
|
7
|
+
method: string;
|
|
8
|
+
schedule: string;
|
|
9
|
+
headers?: Map<string, string>;
|
|
10
|
+
maxAttempts?: number;
|
|
11
|
+
attempts?: number;
|
|
12
|
+
isRecurring: boolean;
|
|
13
|
+
lastRun?: Date;
|
|
14
|
+
nextRun?: Date;
|
|
15
|
+
body?: any;
|
|
16
|
+
status?: JobStatus;
|
|
17
|
+
createdAt?: Date;
|
|
18
|
+
updatedAt?: Date;
|
|
19
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import mongoose, { Document } from "mongoose";
|
|
2
|
+
import { LicenseStatus } from "../enum";
|
|
3
|
+
export interface ILicense extends Document {
|
|
4
|
+
licenseKey: string;
|
|
5
|
+
infisicalIdentity: string;
|
|
6
|
+
userId: mongoose.Types.ObjectId;
|
|
7
|
+
teamId: mongoose.Types.ObjectId;
|
|
8
|
+
status: LicenseStatus;
|
|
9
|
+
tag: string;
|
|
10
|
+
subscriptionId: mongoose.Types.ObjectId;
|
|
11
|
+
devices: Array<{
|
|
12
|
+
deviceId: string;
|
|
13
|
+
hostname: string;
|
|
14
|
+
lastSeen: Date;
|
|
15
|
+
isActive: boolean;
|
|
16
|
+
}>;
|
|
17
|
+
maxDevices: number;
|
|
18
|
+
}
|
|
@@ -2,12 +2,11 @@ import { Document } from "mongoose";
|
|
|
2
2
|
import { IProject } from "./project";
|
|
3
3
|
import { IRegion } from "./region";
|
|
4
4
|
import { IServer } from "./server";
|
|
5
|
-
|
|
6
5
|
export interface ILoadBalancerPort extends Document {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
6
|
+
port: number;
|
|
7
|
+
server_id: IServer;
|
|
8
|
+
project_id: IProject;
|
|
9
|
+
region_id: IRegion;
|
|
10
|
+
createdAt: Date;
|
|
11
|
+
updatedAt: Date;
|
|
12
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { ENVIRONMENT, PROJECT_STATUS } from "../enum";
|
|
3
|
+
import { IProject } from "./project";
|
|
4
|
+
import { IUser } from "./user";
|
|
5
|
+
import { IPreview } from "./project/preview";
|
|
6
|
+
import { ITeam } from "./team";
|
|
7
|
+
export interface ILog extends Document {
|
|
8
|
+
name: string;
|
|
9
|
+
key: string;
|
|
10
|
+
commit: {
|
|
11
|
+
sha: string;
|
|
12
|
+
branch: string;
|
|
13
|
+
message: string;
|
|
14
|
+
committer: {
|
|
15
|
+
name: string;
|
|
16
|
+
email: string;
|
|
17
|
+
username: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
status: PROJECT_STATUS;
|
|
21
|
+
project: IProject;
|
|
22
|
+
user?: IUser;
|
|
23
|
+
team?: ITeam;
|
|
24
|
+
jobs: {
|
|
25
|
+
id: number;
|
|
26
|
+
name: string;
|
|
27
|
+
}[];
|
|
28
|
+
environment: ENVIRONMENT;
|
|
29
|
+
preview: IPreview;
|
|
30
|
+
startTime: Date | string;
|
|
31
|
+
endTime: Date | string;
|
|
32
|
+
createdAt: Date | string;
|
|
33
|
+
updatedAt: Date | string;
|
|
34
|
+
deleted: boolean;
|
|
35
|
+
}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import { Document } from "mongoose";
|
|
2
2
|
import { IPermission } from "./permission";
|
|
3
3
|
import { IMember } from "./member";
|
|
4
|
-
|
|
5
4
|
export interface IMemberPermission extends Document {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
enabled: boolean;
|
|
5
|
+
permission: IPermission;
|
|
6
|
+
member: IMember;
|
|
7
|
+
enabled: boolean;
|
|
11
8
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { ROLES } from "../enum";
|
|
3
|
+
import { ITeam, IUser } from "./";
|
|
4
|
+
import { IMemberPermission } from "./member-permission";
|
|
5
|
+
import { IProjectEnvironment } from "./project-environment";
|
|
6
|
+
export interface IMember extends Document {
|
|
7
|
+
user: IUser;
|
|
8
|
+
team: ITeam;
|
|
9
|
+
role: ROLES;
|
|
10
|
+
accepted: boolean;
|
|
11
|
+
invitedBy: IUser;
|
|
12
|
+
email: string;
|
|
13
|
+
featureOnboarded: boolean;
|
|
14
|
+
permissions: IMemberPermission[];
|
|
15
|
+
project_environments: IProjectEnvironment[];
|
|
16
|
+
createdAt: Date;
|
|
17
|
+
updatedAt: Date;
|
|
18
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Document, Types } from "mongoose";
|
|
2
|
+
export interface IObjectStorageUsageSegmentCosts {
|
|
3
|
+
startDate: Date;
|
|
4
|
+
endDate: Date | null;
|
|
5
|
+
}
|
|
6
|
+
export interface IObjectStorageUsageSegment extends Document {
|
|
7
|
+
bucket_id: Types.ObjectId;
|
|
8
|
+
user_id: Types.ObjectId;
|
|
9
|
+
team_id: Types.ObjectId | null;
|
|
10
|
+
size_gb: number;
|
|
11
|
+
costs: IObjectStorageUsageSegmentCosts;
|
|
12
|
+
billed: boolean;
|
|
13
|
+
createdAt: Date;
|
|
14
|
+
updatedAt: Date;
|
|
15
|
+
}
|
|
16
|
+
export interface IObjectStorageUsageUnitsSummary {
|
|
17
|
+
gbHours: number;
|
|
18
|
+
segmentIds: string[];
|
|
19
|
+
date: {
|
|
20
|
+
start: string;
|
|
21
|
+
end: string;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { ITeam } from "./team";
|
|
3
|
+
import { IUser } from "./user";
|
|
4
|
+
export interface IOwnershipTransfer extends Document {
|
|
5
|
+
team: ITeam;
|
|
6
|
+
from_user: IUser;
|
|
7
|
+
to_user: IUser;
|
|
8
|
+
status: "pending" | "accepted" | "denied" | "expired";
|
|
9
|
+
expires_at: Date;
|
|
10
|
+
created_at: Date;
|
|
11
|
+
updated_at: Date;
|
|
12
|
+
}
|
|
@@ -1,19 +1,13 @@
|
|
|
1
1
|
import { Document } from "mongoose";
|
|
2
2
|
import { IRole } from "./role";
|
|
3
3
|
import { PERMISSION_TYPE, REQUEST_TYPE } from "../enum";
|
|
4
|
-
|
|
5
4
|
export interface IPermission extends Document {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
type: REQUEST_TYPE;
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
enabled: boolean;
|
|
5
|
+
title: string;
|
|
6
|
+
role: IRole[];
|
|
7
|
+
type: PERMISSION_TYPE;
|
|
8
|
+
request: {
|
|
9
|
+
route: string;
|
|
10
|
+
type: REQUEST_TYPE;
|
|
11
|
+
};
|
|
12
|
+
enabled: boolean;
|
|
19
13
|
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { SUBSCRIPTION_PLAN_TYPE } from "../enum";
|
|
3
|
+
import { IRegion } from "./region";
|
|
4
|
+
export interface IPlanConfiguration extends Document {
|
|
5
|
+
tag: string;
|
|
6
|
+
price: number;
|
|
7
|
+
region: IRegion;
|
|
8
|
+
slack_support: boolean;
|
|
9
|
+
autoscaling_enabled: boolean;
|
|
10
|
+
concurrent_builds: number;
|
|
11
|
+
project_limit: number;
|
|
12
|
+
deploy_private_organization: boolean;
|
|
13
|
+
preview_comments: boolean;
|
|
14
|
+
password_enabled: boolean;
|
|
15
|
+
analytics: boolean;
|
|
16
|
+
build_minutes: number;
|
|
17
|
+
log_retention: number;
|
|
18
|
+
multi_region: boolean;
|
|
19
|
+
ai_debug_enabled: boolean;
|
|
20
|
+
ai_debug_limit: number;
|
|
21
|
+
bandwidth: number;
|
|
22
|
+
pull_request_preview: boolean;
|
|
23
|
+
plan_type: SUBSCRIPTION_PLAN_TYPE;
|
|
24
|
+
volumes_enabled: boolean;
|
|
25
|
+
memory: number;
|
|
26
|
+
build_timeout: number;
|
|
27
|
+
storage: number;
|
|
28
|
+
cpu: number;
|
|
29
|
+
tokens: number;
|
|
30
|
+
hierarchy: number;
|
|
31
|
+
view_metrics: boolean;
|
|
32
|
+
token_request: number;
|
|
33
|
+
custom_domain: boolean;
|
|
34
|
+
unlimited_projects: boolean;
|
|
35
|
+
webhook_enabled: boolean;
|
|
36
|
+
can_deploy_all_applications: boolean;
|
|
37
|
+
stripe_prices?: Record<string, string>;
|
|
38
|
+
storage_bucket_enabled: boolean;
|
|
39
|
+
storage_bucket_quota_gb: number;
|
|
40
|
+
sandbox_max_count: number;
|
|
41
|
+
sanxbox_hours_max: number;
|
|
42
|
+
sandbox_enabled: boolean;
|
|
43
|
+
sandbox_cpu_hours_included: number;
|
|
44
|
+
sandbox_memory_gb_hours_included: number;
|
|
45
|
+
sandbox_max_runtime_minutes: number;
|
|
46
|
+
sandbox_max_vcpu: number;
|
|
47
|
+
sandbox_max_memory_gb: number;
|
|
48
|
+
sandbox_creation_rate_per_minute: number;
|
|
49
|
+
sandbox_cpu_overage_price: number;
|
|
50
|
+
sandbox_memory_overage_price: number;
|
|
51
|
+
sandbox_snapshot_storage_price: number;
|
|
52
|
+
sandbox_snapshot_gb_months_included: number;
|
|
53
|
+
sandbox_max_volume_size_gb: number;
|
|
54
|
+
sandbox_max_volumes: number;
|
|
55
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { GIT_TYPE, PROJECT_STATUS, ServiceType } from "../../enum";
|
|
3
|
+
import { IDomain } from "../domain";
|
|
4
|
+
import { IEnv } from "../env";
|
|
5
|
+
import { ILog } from "../logs";
|
|
6
|
+
import { ITeam } from "../team";
|
|
7
|
+
import { IUser } from "../user";
|
|
8
|
+
import { IServer } from "../server";
|
|
9
|
+
import { IPreview } from "./preview";
|
|
10
|
+
import { IDbImage } from "../db-image";
|
|
11
|
+
import { IAutoScalingGroup } from "../auto-scaling-group";
|
|
12
|
+
import { IProjectEnvironment } from "../project-environment";
|
|
13
|
+
import { IRegion } from "../region";
|
|
14
|
+
import { IVolume } from "../volume";
|
|
15
|
+
export interface IProject extends Document {
|
|
16
|
+
name: string;
|
|
17
|
+
healthCheckPath?: string;
|
|
18
|
+
preStartCommand?: string;
|
|
19
|
+
backupEnabled: boolean;
|
|
20
|
+
free_tier_expires_at?: Date | null;
|
|
21
|
+
free_tier_expiry_notified_at?: Date | null;
|
|
22
|
+
buildCacheEnabled?: boolean;
|
|
23
|
+
domains: Array<IDomain>;
|
|
24
|
+
environments: Array<IEnv>;
|
|
25
|
+
uuid: number;
|
|
26
|
+
pid: number;
|
|
27
|
+
port: number;
|
|
28
|
+
ip: string;
|
|
29
|
+
dir: string;
|
|
30
|
+
tlsEnabled: boolean;
|
|
31
|
+
dbImage: IDbImage;
|
|
32
|
+
installCommand: string;
|
|
33
|
+
buildCommand: string;
|
|
34
|
+
startCommand: string;
|
|
35
|
+
outputDirectory: string;
|
|
36
|
+
user_id: IUser;
|
|
37
|
+
monitor_id: string;
|
|
38
|
+
nomadJobId: string;
|
|
39
|
+
watchPaths: string[];
|
|
40
|
+
repo: {
|
|
41
|
+
name: string;
|
|
42
|
+
full_name: string;
|
|
43
|
+
id: number;
|
|
44
|
+
branch: string;
|
|
45
|
+
installationId: number;
|
|
46
|
+
git: GIT_TYPE;
|
|
47
|
+
} | null;
|
|
48
|
+
rootDir?: string;
|
|
49
|
+
team: ITeam;
|
|
50
|
+
server: IServer;
|
|
51
|
+
isPrivate: boolean;
|
|
52
|
+
status: PROJECT_STATUS;
|
|
53
|
+
framework: string;
|
|
54
|
+
description: string;
|
|
55
|
+
logs: Array<ILog>;
|
|
56
|
+
log: ILog;
|
|
57
|
+
maintenance: boolean;
|
|
58
|
+
passwordEnabled: boolean;
|
|
59
|
+
disabled: boolean;
|
|
60
|
+
authEnabled: boolean;
|
|
61
|
+
password: string | null;
|
|
62
|
+
deployedInCluster: boolean;
|
|
63
|
+
screenshot: {
|
|
64
|
+
image: string;
|
|
65
|
+
public_id: string;
|
|
66
|
+
};
|
|
67
|
+
createdAt: Date;
|
|
68
|
+
updatedAt: Date;
|
|
69
|
+
container_stats_schedule_id: string | null;
|
|
70
|
+
lastProcessed: number;
|
|
71
|
+
tracking_token: string;
|
|
72
|
+
from: string;
|
|
73
|
+
previews: IPreview[];
|
|
74
|
+
project_environment?: IProjectEnvironment;
|
|
75
|
+
inherit_environment_vars: boolean;
|
|
76
|
+
replicas: number;
|
|
77
|
+
vaultPath: string | null;
|
|
78
|
+
vaultToken: string | null;
|
|
79
|
+
specs: {
|
|
80
|
+
memory: number;
|
|
81
|
+
cpu: number;
|
|
82
|
+
storage: number;
|
|
83
|
+
region: IRegion;
|
|
84
|
+
};
|
|
85
|
+
last_requested: Date;
|
|
86
|
+
isPaused: boolean;
|
|
87
|
+
billable: boolean;
|
|
88
|
+
serviceType?: ServiceType;
|
|
89
|
+
last_backup_url?: string;
|
|
90
|
+
last_backup_at?: Date;
|
|
91
|
+
replica_ready: boolean;
|
|
92
|
+
autoscaling_group?: IAutoScalingGroup;
|
|
93
|
+
isPaid: boolean;
|
|
94
|
+
hasUpdates?: boolean;
|
|
95
|
+
whiteListedIps?: string[];
|
|
96
|
+
diskSize?: number;
|
|
97
|
+
persistent_mount_path?: string;
|
|
98
|
+
volumeMount: string;
|
|
99
|
+
volume: IVolume | null;
|
|
100
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { IServer } from "../server";
|
|
3
|
+
import { IProject } from ".";
|
|
4
|
+
import { PROJECT_STATUS } from "../../enum";
|
|
5
|
+
import { ILog } from "../logs";
|
|
6
|
+
export interface IPreview extends Document {
|
|
7
|
+
name: string;
|
|
8
|
+
healthCheckPath?: string;
|
|
9
|
+
pid: number;
|
|
10
|
+
port: number;
|
|
11
|
+
ip: string;
|
|
12
|
+
dir: string;
|
|
13
|
+
branch: string;
|
|
14
|
+
server: IServer;
|
|
15
|
+
project: IProject;
|
|
16
|
+
issue_comment_id: number;
|
|
17
|
+
status: PROJECT_STATUS;
|
|
18
|
+
log: ILog;
|
|
19
|
+
last_requested: Date;
|
|
20
|
+
isPaused: boolean;
|
|
21
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Document } from "mongoose";
|
|
2
|
+
import { ITeam } from "./team";
|
|
3
|
+
import { IUser } from "./user";
|
|
4
|
+
export interface IProjectEnvironment extends Document {
|
|
5
|
+
name: string;
|
|
6
|
+
slug: string;
|
|
7
|
+
owner: IUser;
|
|
8
|
+
team?: ITeam;
|
|
9
|
+
inherit_from?: IProjectEnvironment;
|
|
10
|
+
isDefault: boolean;
|
|
11
|
+
createdAt: Date;
|
|
12
|
+
updatedAt: Date;
|
|
13
|
+
}
|