@brimble/models 3.7.88 → 3.7.89
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 +30 -0
- package/dist/activity-log.js +61 -0
- package/dist/app-message.d.ts +30 -0
- package/dist/app-message.js +14 -0
- package/dist/auto-scaling.d.ts +30 -0
- package/dist/auto-scaling.js +63 -0
- package/dist/card.d.ts +30 -0
- package/dist/card.js +41 -0
- package/dist/cashier_subscription.d.ts +30 -0
- package/dist/cashier_subscription.js +27 -0
- package/dist/cashier_subscription_item.d.ts +30 -0
- package/dist/cashier_subscription_item.js +17 -0
- package/dist/collab-annotation.d.ts +30 -0
- package/dist/collab-annotation.js +31 -0
- package/dist/collab-comment.d.ts +30 -0
- package/dist/collab-comment.js +19 -0
- package/dist/collab-integration.d.ts +30 -0
- package/dist/collab-integration.js +17 -0
- package/dist/collab-push-subscription.d.ts +30 -0
- package/dist/collab-push-subscription.js +14 -0
- package/dist/collab-settings.d.ts +30 -0
- package/dist/collab-settings.js +24 -0
- package/dist/collab-share-token.d.ts +30 -0
- package/dist/collab-share-token.js +11 -0
- package/dist/compute.d.ts +30 -0
- package/dist/compute.js +82 -0
- package/dist/db-image.d.ts +30 -0
- package/dist/db-image.js +67 -0
- package/dist/domain/dns.d.ts +30 -0
- package/dist/domain/dns.js +33 -0
- package/dist/domain/index.d.ts +30 -0
- package/dist/domain/index.js +105 -0
- package/dist/domain/renewal.d.ts +30 -0
- package/dist/domain/renewal.js +21 -0
- package/dist/domain/transfer.d.ts +30 -0
- package/dist/domain/transfer.js +99 -0
- package/dist/enum/index.d.ts +238 -0
- package/dist/enum/index.js +280 -0
- package/dist/env.d.ts +30 -0
- package/dist/env.js +34 -0
- package/dist/environment-variable.d.ts +30 -0
- package/dist/environment-variable.js +16 -0
- package/dist/follower.d.ts +30 -0
- package/dist/follower.js +15 -0
- package/dist/following.d.ts +30 -0
- package/dist/following.js +15 -0
- package/dist/framework.d.ts +30 -0
- package/dist/framework.js +84 -0
- package/dist/index.d.ts +64 -0
- package/dist/index.js +204 -0
- package/dist/integration.d.ts +30 -0
- package/dist/integration.js +35 -0
- package/dist/intention.d.ts +30 -0
- package/dist/intention.js +36 -0
- package/dist/invoice.d.ts +30 -0
- package/dist/invoice.js +28 -0
- package/dist/job.d.ts +6 -0
- package/dist/job.js +52 -0
- package/dist/license.d.ts +30 -0
- package/dist/license.js +75 -0
- package/dist/load-balancer-port.d.ts +30 -0
- package/dist/load-balancer-port.js +27 -0
- package/dist/logs.d.ts +30 -0
- package/dist/logs.js +42 -0
- package/dist/member-permission.d.ts +30 -0
- package/dist/member-permission.js +9 -0
- package/dist/member.d.ts +30 -0
- package/dist/member.js +40 -0
- package/dist/ownership-transfer.d.ts +30 -0
- package/dist/ownership-transfer.js +35 -0
- package/dist/permission.d.ts +30 -0
- package/dist/permission.js +12 -0
- package/dist/plan_configuration.d.ts +6 -0
- package/dist/plan_configuration.js +43 -0
- package/dist/project/connection.d.ts +30 -0
- package/dist/project/connection.js +14 -0
- package/dist/project/index.d.ts +33 -0
- package/dist/project/index.js +249 -0
- package/dist/project/preview.d.ts +30 -0
- package/dist/project/preview.js +37 -0
- package/dist/project-environment.d.ts +30 -0
- package/dist/project-environment.js +13 -0
- package/dist/project-tag-assignment.d.ts +30 -0
- package/dist/project-tag-assignment.js +32 -0
- package/dist/project_analytics.d.ts +30 -0
- package/dist/project_analytics.js +18 -0
- package/dist/provider.d.ts +30 -0
- package/dist/provider.js +10 -0
- package/dist/region.d.ts +30 -0
- package/dist/region.js +17 -0
- package/dist/role.d.ts +30 -0
- package/dist/role.js +11 -0
- package/dist/sandbox-image.d.ts +30 -0
- package/dist/sandbox-image.js +31 -0
- package/dist/sandbox.d.ts +30 -0
- package/dist/sandbox.js +90 -0
- package/dist/server.d.ts +30 -0
- package/dist/server.js +101 -0
- package/dist/settings.d.ts +30 -0
- package/dist/settings.js +49 -0
- package/dist/subscription.d.ts +30 -0
- package/dist/subscription.js +82 -0
- package/dist/tag.d.ts +30 -0
- package/dist/tag.js +29 -0
- package/dist/team.d.ts +30 -0
- package/dist/team.js +74 -0
- package/dist/token.d.ts +30 -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/dist/types/collab-integration.d.ts +13 -0
- 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/dist/types/collab-share-token.d.ts +12 -0
- 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 +34 -0
- package/dist/types/domain/index.js +2 -0
- package/dist/types/domain/renewal.d.ts +10 -0
- 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/dist/types/environment-variable.d.ts +12 -0
- package/dist/types/environment-variable.js +2 -0
- package/dist/types/following.d.ts +5 -0
- 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/index.d.ts +58 -0
- package/dist/types/index.js +2 -0
- package/dist/types/installed_integration.d.ts +6 -0
- 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/dist/types/load-balancer-port.d.ts +12 -0
- 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/dist/types/member-permission.d.ts +8 -0
- 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/ownership-transfer.d.ts +12 -0
- package/dist/types/ownership-transfer.js +2 -0
- package/dist/types/permission.d.ts +13 -0
- package/dist/types/permission.js +2 -0
- package/dist/types/plan_configuration.d.ts +37 -0
- package/dist/types/plan_configuration.js +2 -0
- package/dist/types/project/connection.d.ts +6 -0
- package/dist/types/project/connection.js +2 -0
- package/dist/types/project/index.d.ts +97 -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/dist/types/project-tag-assignment.d.ts +13 -0
- 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/dist/types/provider.d.ts +7 -0
- package/dist/types/provider.js +2 -0
- package/dist/types/region.d.ts +15 -0
- package/dist/types/region.js +2 -0
- package/dist/types/role.d.ts +9 -0
- package/dist/types/role.js +2 -0
- package/dist/types/sandbox-image.d.ts +9 -0
- package/dist/types/sandbox-image.js +2 -0
- package/dist/types/sandbox.d.ts +30 -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/subscription.d.ts +33 -0
- package/dist/types/subscription.js +2 -0
- package/dist/types/tag.d.ts +11 -0
- package/dist/types/tag.js +2 -0
- package/dist/types/team.d.ts +22 -0
- package/dist/types/team.js +2 -0
- package/dist/types/token.d.ts +11 -0
- package/dist/types/token.js +2 -0
- package/dist/types/user.d.ts +42 -0
- package/dist/types/user.js +2 -0
- package/dist/types/volume.d.ts +14 -0
- package/dist/types/volume.js +2 -0
- package/dist/types/wallet.d.ts +8 -0
- package/dist/types/wallet.js +2 -0
- package/dist/types/webhook-category.d.ts +4 -0
- package/dist/types/webhook-category.js +2 -0
- package/dist/types/webhook-event.d.ts +7 -0
- package/dist/types/webhook-event.js +2 -0
- package/dist/types/webhook-setting.d.ts +16 -0
- package/dist/types/webhook-setting.js +2 -0
- package/dist/user.d.ts +30 -0
- package/dist/user.js +62 -0
- package/dist/volume.d.ts +30 -0
- package/dist/volume.js +31 -0
- package/dist/wallet.d.ts +30 -0
- package/dist/wallet.js +26 -0
- package/dist/webhook-category.d.ts +30 -0
- package/dist/webhook-category.js +10 -0
- package/dist/webhook-event.d.ts +30 -0
- package/dist/webhook-event.js +19 -0
- package/dist/webhook-setting.d.ts +30 -0
- package/dist/webhook-setting.js +50 -0
- package/index.ts +2 -0
- package/package.json +1 -1
- package/sandbox-image.ts +35 -0
- package/types/index.ts +1 -0
- package/types/sandbox-image.ts +10 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
+
/// <reference types="mongoose/types/callback" />
|
|
3
|
+
/// <reference types="mongoose/types/collection" />
|
|
4
|
+
/// <reference types="mongoose/types/connection" />
|
|
5
|
+
/// <reference types="mongoose/types/cursor" />
|
|
6
|
+
/// <reference types="mongoose/types/document" />
|
|
7
|
+
/// <reference types="mongoose/types/error" />
|
|
8
|
+
/// <reference types="mongoose/types/expressions" />
|
|
9
|
+
/// <reference types="mongoose/types/helpers" />
|
|
10
|
+
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
+
/// <reference types="mongoose/types/indexes" />
|
|
12
|
+
/// <reference types="mongoose/types/models" />
|
|
13
|
+
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
+
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
+
/// <reference types="mongoose/types/populate" />
|
|
16
|
+
/// <reference types="mongoose/types/query" />
|
|
17
|
+
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
+
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
+
/// <reference types="mongoose/types/session" />
|
|
20
|
+
/// <reference types="mongoose/types/types" />
|
|
21
|
+
/// <reference types="mongoose/types/utility" />
|
|
22
|
+
/// <reference types="mongoose/types/validation" />
|
|
23
|
+
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
+
/// <reference types="mongoose" />
|
|
25
|
+
/// <reference types="mongoose/types/inferschematype" />
|
|
26
|
+
import { IWebhookEvent } from "./types/webhook-event";
|
|
27
|
+
declare const _default: import("mongoose").Model<IWebhookEvent, {}, {}, {}, import("mongoose").Document<unknown, {}, IWebhookEvent> & IWebhookEvent & {
|
|
28
|
+
_id: import("mongoose").Types.ObjectId;
|
|
29
|
+
}, any>;
|
|
30
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const mongoose_1 = require("mongoose");
|
|
4
|
+
const webhookEventSchema = new mongoose_1.Schema({
|
|
5
|
+
name: {
|
|
6
|
+
type: String,
|
|
7
|
+
required: true,
|
|
8
|
+
},
|
|
9
|
+
category: {
|
|
10
|
+
ref: "WebhookCategory",
|
|
11
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
12
|
+
required: true,
|
|
13
|
+
},
|
|
14
|
+
description: {
|
|
15
|
+
type: String,
|
|
16
|
+
required: true,
|
|
17
|
+
},
|
|
18
|
+
});
|
|
19
|
+
exports.default = (0, mongoose_1.model)("WebhookEvent", webhookEventSchema, "webhook_event");
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
+
/// <reference types="mongoose/types/callback" />
|
|
3
|
+
/// <reference types="mongoose/types/collection" />
|
|
4
|
+
/// <reference types="mongoose/types/connection" />
|
|
5
|
+
/// <reference types="mongoose/types/cursor" />
|
|
6
|
+
/// <reference types="mongoose/types/document" />
|
|
7
|
+
/// <reference types="mongoose/types/error" />
|
|
8
|
+
/// <reference types="mongoose/types/expressions" />
|
|
9
|
+
/// <reference types="mongoose/types/helpers" />
|
|
10
|
+
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
+
/// <reference types="mongoose/types/indexes" />
|
|
12
|
+
/// <reference types="mongoose/types/models" />
|
|
13
|
+
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
+
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
+
/// <reference types="mongoose/types/populate" />
|
|
16
|
+
/// <reference types="mongoose/types/query" />
|
|
17
|
+
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
+
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
+
/// <reference types="mongoose/types/session" />
|
|
20
|
+
/// <reference types="mongoose/types/types" />
|
|
21
|
+
/// <reference types="mongoose/types/utility" />
|
|
22
|
+
/// <reference types="mongoose/types/validation" />
|
|
23
|
+
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
+
/// <reference types="mongoose" />
|
|
25
|
+
/// <reference types="mongoose/types/inferschematype" />
|
|
26
|
+
import { IWebhookSetting } from "./types/webhook-setting";
|
|
27
|
+
declare const _default: import("mongoose").Model<IWebhookSetting, {}, {}, {}, import("mongoose").Document<unknown, {}, IWebhookSetting> & IWebhookSetting & {
|
|
28
|
+
_id: import("mongoose").Types.ObjectId;
|
|
29
|
+
}, any>;
|
|
30
|
+
export default _default;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const mongoose_1 = require("mongoose");
|
|
7
|
+
const webhook_event_1 = __importDefault(require("./webhook-event"));
|
|
8
|
+
const webhookSettingSchema = new mongoose_1.Schema({
|
|
9
|
+
webhook_id: {
|
|
10
|
+
type: String,
|
|
11
|
+
required: false,
|
|
12
|
+
},
|
|
13
|
+
user_id: {
|
|
14
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
15
|
+
ref: "User",
|
|
16
|
+
required: true,
|
|
17
|
+
},
|
|
18
|
+
team_id: {
|
|
19
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
20
|
+
ref: "Team",
|
|
21
|
+
required: false,
|
|
22
|
+
},
|
|
23
|
+
subscription_id: {
|
|
24
|
+
type: mongoose_1.Schema.Types.ObjectId,
|
|
25
|
+
ref: "Subscription",
|
|
26
|
+
required: true,
|
|
27
|
+
},
|
|
28
|
+
external_webhook_url: {
|
|
29
|
+
type: String,
|
|
30
|
+
required: false,
|
|
31
|
+
},
|
|
32
|
+
webhookUrl: {
|
|
33
|
+
type: String,
|
|
34
|
+
required: false,
|
|
35
|
+
},
|
|
36
|
+
discordUrl: {
|
|
37
|
+
type: String,
|
|
38
|
+
default: false,
|
|
39
|
+
},
|
|
40
|
+
slackUrl: {
|
|
41
|
+
type: String,
|
|
42
|
+
default: false,
|
|
43
|
+
},
|
|
44
|
+
events: {
|
|
45
|
+
type: [mongoose_1.Schema.Types.ObjectId],
|
|
46
|
+
ref: webhook_event_1.default,
|
|
47
|
+
default: [],
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
exports.default = (0, mongoose_1.model)("WebhookSetting", webhookSettingSchema, "webhook_settings");
|
package/index.ts
CHANGED
|
@@ -54,6 +54,7 @@ export { default as EnvironmentVariable } from "./environment-variable";
|
|
|
54
54
|
export { default as ActivityLog } from "./activity-log";
|
|
55
55
|
export { default as OwnershipTransfer } from "./ownership-transfer";
|
|
56
56
|
export { default as Sandbox } from "./sandbox";
|
|
57
|
+
export { default as SandboxImage } from "./sandbox-image";
|
|
57
58
|
|
|
58
59
|
export {
|
|
59
60
|
IUser,
|
|
@@ -117,6 +118,7 @@ export {
|
|
|
117
118
|
IOwnershipTransfer,
|
|
118
119
|
ISandbox,
|
|
119
120
|
ISandboxSpecs,
|
|
121
|
+
ISandboxImage,
|
|
120
122
|
} from "./types";
|
|
121
123
|
export {
|
|
122
124
|
GIT_TYPE,
|
package/package.json
CHANGED
package/sandbox-image.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { model, Schema } from "mongoose";
|
|
2
|
+
import { ISandboxImage } from "./types/sandbox-image";
|
|
3
|
+
|
|
4
|
+
const sandboxImageSchema = new Schema(
|
|
5
|
+
{
|
|
6
|
+
name: {
|
|
7
|
+
type: String,
|
|
8
|
+
required: true,
|
|
9
|
+
unique: true,
|
|
10
|
+
},
|
|
11
|
+
display_name: {
|
|
12
|
+
type: String,
|
|
13
|
+
required: true,
|
|
14
|
+
},
|
|
15
|
+
image: {
|
|
16
|
+
type: String,
|
|
17
|
+
required: true,
|
|
18
|
+
},
|
|
19
|
+
description: {
|
|
20
|
+
type: String,
|
|
21
|
+
required: true,
|
|
22
|
+
},
|
|
23
|
+
is_available: {
|
|
24
|
+
type: Boolean,
|
|
25
|
+
default: true,
|
|
26
|
+
},
|
|
27
|
+
is_default: {
|
|
28
|
+
type: Boolean,
|
|
29
|
+
default: false,
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
{ timestamps: true },
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
export default model<ISandboxImage>("SandboxImage", sandboxImageSchema);
|
package/types/index.ts
CHANGED
|
@@ -55,3 +55,4 @@ export type { IEnvironmentVariable } from "./environment-variable";
|
|
|
55
55
|
export type { IActivityLog } from "./activity-log";
|
|
56
56
|
export type { IOwnershipTransfer } from "./ownership-transfer";
|
|
57
57
|
export type { ISandbox, ISandboxSpecs } from "./sandbox";
|
|
58
|
+
export type { ISandboxImage } from "./sandbox-image";
|