@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
package/subscription.ts
DELETED
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { SUBSCRIPTION_PLAN_TYPE, SUBSCRIPTION_STATUS } from "./enum";
|
|
3
|
-
import { ISubscription } from "./types";
|
|
4
|
-
|
|
5
|
-
const subscriptionSchema: Schema = new Schema(
|
|
6
|
-
{
|
|
7
|
-
initial_start_date: {
|
|
8
|
-
type: String,
|
|
9
|
-
required: true,
|
|
10
|
-
},
|
|
11
|
-
due_amount: {
|
|
12
|
-
type: Number,
|
|
13
|
-
default: 0
|
|
14
|
-
},
|
|
15
|
-
team_id: {
|
|
16
|
-
type: Schema.Types.ObjectId,
|
|
17
|
-
ref: "Team",
|
|
18
|
-
},
|
|
19
|
-
admin_id: {
|
|
20
|
-
type: Schema.Types.ObjectId,
|
|
21
|
-
required: true,
|
|
22
|
-
ref: "User",
|
|
23
|
-
},
|
|
24
|
-
billable_id: {
|
|
25
|
-
type: Schema.Types.ObjectId,
|
|
26
|
-
required: true,
|
|
27
|
-
ref: "User",
|
|
28
|
-
},
|
|
29
|
-
project_id: {
|
|
30
|
-
type: Schema.Types.ObjectId,
|
|
31
|
-
required: false,
|
|
32
|
-
ref: "Project",
|
|
33
|
-
default: null,
|
|
34
|
-
},
|
|
35
|
-
plan_type: {
|
|
36
|
-
type: String,
|
|
37
|
-
enum: Object.values(SUBSCRIPTION_PLAN_TYPE),
|
|
38
|
-
default: SUBSCRIPTION_PLAN_TYPE.FreePlan,
|
|
39
|
-
},
|
|
40
|
-
status: {
|
|
41
|
-
type: String,
|
|
42
|
-
enum: Object.values(SUBSCRIPTION_STATUS),
|
|
43
|
-
default: SUBSCRIPTION_STATUS.ACTIVE,
|
|
44
|
-
},
|
|
45
|
-
grafana_org_id: String,
|
|
46
|
-
specifications: {
|
|
47
|
-
type: Object,
|
|
48
|
-
default: {},
|
|
49
|
-
select: true,
|
|
50
|
-
},
|
|
51
|
-
amount: Number,
|
|
52
|
-
debit_date: String,
|
|
53
|
-
start_date: String,
|
|
54
|
-
expiry_date: String,
|
|
55
|
-
reminder_date: String,
|
|
56
|
-
transaction_retries: Number,
|
|
57
|
-
downgraded: {
|
|
58
|
-
default: false,
|
|
59
|
-
type: Boolean
|
|
60
|
-
},
|
|
61
|
-
is_pending_downgrade: {
|
|
62
|
-
type: Boolean,
|
|
63
|
-
default: false,
|
|
64
|
-
},
|
|
65
|
-
disabled_at: {
|
|
66
|
-
required: false,
|
|
67
|
-
type: Date,
|
|
68
|
-
},
|
|
69
|
-
trigger_created: {
|
|
70
|
-
type: Boolean,
|
|
71
|
-
default: false,
|
|
72
|
-
},
|
|
73
|
-
trigger_created_at: {
|
|
74
|
-
type: String,
|
|
75
|
-
},
|
|
76
|
-
job_identifier: {
|
|
77
|
-
type: String,
|
|
78
|
-
},
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
timestamps: true,
|
|
82
|
-
collection: "subscriptions",
|
|
83
|
-
},
|
|
84
|
-
);
|
|
85
|
-
|
|
86
|
-
export default model<ISubscription>("Subscription", subscriptionSchema);
|
package/tag.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { ITag } from "./types";
|
|
3
|
-
|
|
4
|
-
const tagSchema: Schema = new Schema(
|
|
5
|
-
{
|
|
6
|
-
name: {
|
|
7
|
-
type: String,
|
|
8
|
-
required: true,
|
|
9
|
-
trim: true,
|
|
10
|
-
},
|
|
11
|
-
color: {
|
|
12
|
-
type: String,
|
|
13
|
-
required: true,
|
|
14
|
-
},
|
|
15
|
-
teamId: {
|
|
16
|
-
type: Schema.Types.ObjectId,
|
|
17
|
-
ref: "Team",
|
|
18
|
-
default: null,
|
|
19
|
-
},
|
|
20
|
-
createdBy: {
|
|
21
|
-
type: Schema.Types.ObjectId,
|
|
22
|
-
ref: "User",
|
|
23
|
-
required: true,
|
|
24
|
-
},
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
timestamps: true,
|
|
28
|
-
collection: "tags",
|
|
29
|
-
},
|
|
30
|
-
);
|
|
31
|
-
|
|
32
|
-
tagSchema.index({ teamId: 1, name: 1 }, { unique: true });
|
|
33
|
-
|
|
34
|
-
export default model<ITag>("Tag", tagSchema);
|
package/team.ts
DELETED
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { ITeam } from "./types";
|
|
3
|
-
|
|
4
|
-
const teamSchema: Schema = new Schema(
|
|
5
|
-
{
|
|
6
|
-
name: {
|
|
7
|
-
type: String,
|
|
8
|
-
required: true,
|
|
9
|
-
unique: true,
|
|
10
|
-
},
|
|
11
|
-
description: {
|
|
12
|
-
type: String,
|
|
13
|
-
},
|
|
14
|
-
members: [
|
|
15
|
-
{
|
|
16
|
-
type: Schema.Types.ObjectId,
|
|
17
|
-
ref: "Member",
|
|
18
|
-
},
|
|
19
|
-
],
|
|
20
|
-
projects: [
|
|
21
|
-
{
|
|
22
|
-
type: Schema.Types.ObjectId,
|
|
23
|
-
ref: "Project",
|
|
24
|
-
},
|
|
25
|
-
],
|
|
26
|
-
image: {
|
|
27
|
-
type: String,
|
|
28
|
-
},
|
|
29
|
-
ai_usage_count: {
|
|
30
|
-
type: Number,
|
|
31
|
-
default: 0,
|
|
32
|
-
required: false
|
|
33
|
-
},
|
|
34
|
-
build_minutes: {
|
|
35
|
-
type: Number,
|
|
36
|
-
default: 0,
|
|
37
|
-
},
|
|
38
|
-
build_minutes_last_reset_at: {
|
|
39
|
-
type: Date,
|
|
40
|
-
default: null,
|
|
41
|
-
},
|
|
42
|
-
build_minutes_cycle_anchor: {
|
|
43
|
-
type: Date,
|
|
44
|
-
default: null,
|
|
45
|
-
},
|
|
46
|
-
build_disabled: {
|
|
47
|
-
type: Boolean,
|
|
48
|
-
default: false,
|
|
49
|
-
},
|
|
50
|
-
sandbox_disabled: {
|
|
51
|
-
type: Boolean,
|
|
52
|
-
default: false,
|
|
53
|
-
},
|
|
54
|
-
sandbox_disabled_by: {
|
|
55
|
-
type: String,
|
|
56
|
-
default: null,
|
|
57
|
-
},
|
|
58
|
-
subscription: {
|
|
59
|
-
type: Schema.Types.ObjectId,
|
|
60
|
-
required: false,
|
|
61
|
-
ref: "Subscription",
|
|
62
|
-
},
|
|
63
|
-
size: {
|
|
64
|
-
type: Number,
|
|
65
|
-
required: false,
|
|
66
|
-
},
|
|
67
|
-
enforce_2fa: {
|
|
68
|
-
type: Boolean,
|
|
69
|
-
default: false,
|
|
70
|
-
},
|
|
71
|
-
enforce_2fa_at: {
|
|
72
|
-
type: Date,
|
|
73
|
-
default: null,
|
|
74
|
-
},
|
|
75
|
-
enforce_2fa_by: {
|
|
76
|
-
type: Schema.Types.ObjectId,
|
|
77
|
-
ref: "User",
|
|
78
|
-
default: null,
|
|
79
|
-
},
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
timestamps: true,
|
|
83
|
-
},
|
|
84
|
-
);
|
|
85
|
-
|
|
86
|
-
export default model<ITeam>("Team", teamSchema);
|
package/token.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { model, Schema } from "mongoose";
|
|
2
|
-
import { IToken } from "./types";
|
|
3
|
-
|
|
4
|
-
const tokenSchema = new Schema<IToken>(
|
|
5
|
-
{
|
|
6
|
-
subscription_id: {
|
|
7
|
-
type: Schema.Types.ObjectId,
|
|
8
|
-
ref: "Subscription",
|
|
9
|
-
required: true,
|
|
10
|
-
},
|
|
11
|
-
owner_id: {
|
|
12
|
-
type: Schema.Types.ObjectId,
|
|
13
|
-
ref: "User",
|
|
14
|
-
required: true,
|
|
15
|
-
unique: true,
|
|
16
|
-
},
|
|
17
|
-
key_id: {
|
|
18
|
-
type: String,
|
|
19
|
-
required: true,
|
|
20
|
-
unique: true,
|
|
21
|
-
},
|
|
22
|
-
key: {
|
|
23
|
-
type: String,
|
|
24
|
-
required: false,
|
|
25
|
-
unique: true,
|
|
26
|
-
},
|
|
27
|
-
tokens_remaining: {
|
|
28
|
-
type: Number,
|
|
29
|
-
required: true,
|
|
30
|
-
},
|
|
31
|
-
tokens_used: {
|
|
32
|
-
type: Number,
|
|
33
|
-
required: true,
|
|
34
|
-
default: 0,
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
{ timestamps: true },
|
|
38
|
-
);
|
|
39
|
-
|
|
40
|
-
export default model<IToken>("Token", tokenSchema, "api_tokens");
|
package/tsconfig.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"target": "es6",
|
|
4
|
-
"module": "commonjs",
|
|
5
|
-
"lib": ["es2017", "es7", "es6", "dom"],
|
|
6
|
-
"declaration": true,
|
|
7
|
-
"outDir": "dist",
|
|
8
|
-
"strict": true,
|
|
9
|
-
"esModuleInterop": true,
|
|
10
|
-
"resolveJsonModule": true,
|
|
11
|
-
"skipLibCheck": true
|
|
12
|
-
},
|
|
13
|
-
"exclude": ["node_modules", "dist"]
|
|
14
|
-
}
|
package/types/activity-log.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Document, Types } from "mongoose";
|
|
2
|
-
import { ITeam } from "./team";
|
|
3
|
-
import { IUser } from "./user";
|
|
4
|
-
|
|
5
|
-
export interface IActivityLog extends Document {
|
|
6
|
-
user_id: IUser | Types.ObjectId;
|
|
7
|
-
team_id?: ITeam | Types.ObjectId;
|
|
8
|
-
action: string;
|
|
9
|
-
description?: string;
|
|
10
|
-
context?: string;
|
|
11
|
-
metadata?: Record<string, any>;
|
|
12
|
-
ip_address?: string;
|
|
13
|
-
user_agent?: string;
|
|
14
|
-
status: "success" | "failure";
|
|
15
|
-
resource_type?: string;
|
|
16
|
-
resource_id?: Types.ObjectId;
|
|
17
|
-
created_at: Date;
|
|
18
|
-
updated_at: Date;
|
|
19
|
-
}
|
package/types/app-message.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { IUser } from "./user";
|
|
3
|
-
import { ITeam } from "./team";
|
|
4
|
-
|
|
5
|
-
export interface IAppMessage extends Document {
|
|
6
|
-
userId?: IUser;
|
|
7
|
-
teamId?: ITeam;
|
|
8
|
-
level: string;
|
|
9
|
-
message: string;
|
|
10
|
-
seen: boolean;
|
|
11
|
-
meta?: Record<string, any>;
|
|
12
|
-
route?: string;
|
|
13
|
-
type: string;
|
|
14
|
-
createdAt: Date;
|
|
15
|
-
updatedAt: Date;
|
|
16
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Types } from "mongoose";
|
|
2
|
-
import { IUser } from "./user";
|
|
3
|
-
import { ISubscription } from "./subscription";
|
|
4
|
-
import { ITeam } from "./team";
|
|
5
|
-
|
|
6
|
-
export interface IAutoScalingGroup extends Document {
|
|
7
|
-
_id: Types.ObjectId;
|
|
8
|
-
name: string;
|
|
9
|
-
replicas: number;
|
|
10
|
-
user_id?: IUser;
|
|
11
|
-
team_id?: ITeam;
|
|
12
|
-
subscription_id: ISubscription;
|
|
13
|
-
min_containers: number;
|
|
14
|
-
max_containers: number;
|
|
15
|
-
active: boolean;
|
|
16
|
-
max_cpu: number;
|
|
17
|
-
max_memory: number;
|
|
18
|
-
meta: Record<string, any>;
|
|
19
|
-
createdAt: Date;
|
|
20
|
-
updatedAt: Date;
|
|
21
|
-
}
|
package/types/card.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { CARD_TYPES } from "../enum";
|
|
3
|
-
|
|
4
|
-
export interface ICard extends Document {
|
|
5
|
-
user_id: string;
|
|
6
|
-
|
|
7
|
-
last4: string;
|
|
8
|
-
|
|
9
|
-
card_type: CARD_TYPES;
|
|
10
|
-
|
|
11
|
-
preferred: boolean;
|
|
12
|
-
|
|
13
|
-
exp_month: string;
|
|
14
|
-
|
|
15
|
-
exp_year: string;
|
|
16
|
-
|
|
17
|
-
signature: string;
|
|
18
|
-
|
|
19
|
-
authorization_code: string;
|
|
20
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { IUser } from "./user";
|
|
3
|
-
import { ITeam } from "./team";
|
|
4
|
-
|
|
5
|
-
export interface ICashierSubscription extends Document {
|
|
6
|
-
user_id: IUser;
|
|
7
|
-
team_id?: ITeam | null;
|
|
8
|
-
type: string;
|
|
9
|
-
stripe_id: string;
|
|
10
|
-
stripe_status: string;
|
|
11
|
-
stripe_price: string | null;
|
|
12
|
-
quantity: number | null;
|
|
13
|
-
trial_ends_at: Date | null;
|
|
14
|
-
ends_at: Date | null;
|
|
15
|
-
plan_type: string | null;
|
|
16
|
-
domain_id: string | null;
|
|
17
|
-
created_at: Date;
|
|
18
|
-
updated_at: Date;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export interface ICashierSubscriptionItem extends Document {
|
|
22
|
-
subscription_id: string;
|
|
23
|
-
stripe_id: string;
|
|
24
|
-
stripe_product: string | null;
|
|
25
|
-
stripe_price: string;
|
|
26
|
-
quantity: number | null;
|
|
27
|
-
created_at: Date;
|
|
28
|
-
updated_at: Date;
|
|
29
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { COLLAB_ANNOTATION_STATUS } from "../enum";
|
|
3
|
-
import { IUser } from "./user";
|
|
4
|
-
import { IProject } from "./project";
|
|
5
|
-
|
|
6
|
-
export interface ICollabAnnotation extends Document {
|
|
7
|
-
projectId: IProject;
|
|
8
|
-
userId?: IUser;
|
|
9
|
-
pageUrl: string;
|
|
10
|
-
pagePath: string;
|
|
11
|
-
xPercent: number;
|
|
12
|
-
yPercent: number;
|
|
13
|
-
elementSelector?: string;
|
|
14
|
-
elementOffsetX?: number;
|
|
15
|
-
elementOffsetY?: number;
|
|
16
|
-
status: COLLAB_ANNOTATION_STATUS;
|
|
17
|
-
resolvedAt?: Date;
|
|
18
|
-
resolvedBy?: IUser;
|
|
19
|
-
guestName?: string;
|
|
20
|
-
guestEmail?: string;
|
|
21
|
-
githubPrCommentId?: number;
|
|
22
|
-
githubPrCommentUrl?: string;
|
|
23
|
-
githubIssueUrl?: string;
|
|
24
|
-
githubIssueNumber?: number;
|
|
25
|
-
subscribedUserIds?: IUser[];
|
|
26
|
-
createdAt: Date;
|
|
27
|
-
updatedAt: Date;
|
|
28
|
-
}
|
package/types/collab-comment.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { IUser } from "./user";
|
|
3
|
-
import { ICollabAnnotation } from "./collab-annotation";
|
|
4
|
-
|
|
5
|
-
export interface ICollabAttachment {
|
|
6
|
-
url: string;
|
|
7
|
-
fileName: string;
|
|
8
|
-
fileType: string;
|
|
9
|
-
fileSize: number;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export interface ICollabComment extends Document {
|
|
13
|
-
annotationId: ICollabAnnotation;
|
|
14
|
-
userId?: IUser;
|
|
15
|
-
body?: string;
|
|
16
|
-
screenshot?: string;
|
|
17
|
-
attachments?: ICollabAttachment[];
|
|
18
|
-
guestName?: string;
|
|
19
|
-
guestEmail?: string;
|
|
20
|
-
createdAt: Date;
|
|
21
|
-
updatedAt: Date;
|
|
22
|
-
}
|
package/types/collab-settings.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { COLLAB_THEME, COLLAB_TOOLBAR_POSITION } from "../enum";
|
|
3
|
-
import { IUser } from "./user";
|
|
4
|
-
import { IProject } from "./project";
|
|
5
|
-
|
|
6
|
-
export interface ICollabSettings extends Document {
|
|
7
|
-
userId: IUser;
|
|
8
|
-
projectId: IProject;
|
|
9
|
-
pushNotifications: boolean;
|
|
10
|
-
slackUrl?: string;
|
|
11
|
-
discordUrl?: string;
|
|
12
|
-
theme: COLLAB_THEME;
|
|
13
|
-
toolbarPosition: COLLAB_TOOLBAR_POSITION;
|
|
14
|
-
hasOnboarded: boolean;
|
|
15
|
-
createdAt: Date;
|
|
16
|
-
updatedAt: Date;
|
|
17
|
-
}
|
package/types/compute.ts
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { ServiceType } from "../enum";
|
|
2
|
-
import { IProject } from "./project";
|
|
3
|
-
import { IRegion } from "./region";
|
|
4
|
-
|
|
5
|
-
import { ITeam } from "./team";
|
|
6
|
-
import { IUser } from "./user";
|
|
7
|
-
|
|
8
|
-
export interface IComputeChange {
|
|
9
|
-
_id?: string;
|
|
10
|
-
project_name: string;
|
|
11
|
-
project_type?: ServiceType;
|
|
12
|
-
deleted: boolean;
|
|
13
|
-
project_id: IProject;
|
|
14
|
-
user_id: IUser;
|
|
15
|
-
team_id?: ITeam;
|
|
16
|
-
|
|
17
|
-
timestamp: Date;
|
|
18
|
-
previous: {
|
|
19
|
-
cpu: number;
|
|
20
|
-
memory: number;
|
|
21
|
-
storage: number;
|
|
22
|
-
persistentStorage: number;
|
|
23
|
-
region?: IRegion;
|
|
24
|
-
};
|
|
25
|
-
current: {
|
|
26
|
-
cpu: number;
|
|
27
|
-
memory: number;
|
|
28
|
-
storage: number;
|
|
29
|
-
persistentStorage: number;
|
|
30
|
-
region?: IRegion;
|
|
31
|
-
};
|
|
32
|
-
default_resources?: {
|
|
33
|
-
cpu: number;
|
|
34
|
-
memory: number;
|
|
35
|
-
storage: number;
|
|
36
|
-
persistentStorage: number;
|
|
37
|
-
region?: IRegion;
|
|
38
|
-
};
|
|
39
|
-
costs: {
|
|
40
|
-
startDate: Date;
|
|
41
|
-
endDate?: Date;
|
|
42
|
-
cpuCost: number;
|
|
43
|
-
memoryCost: number;
|
|
44
|
-
storageCost: number;
|
|
45
|
-
persistentStorageCost: number;
|
|
46
|
-
totalCost: number;
|
|
47
|
-
};
|
|
48
|
-
project_deleted_at?: Date;
|
|
49
|
-
billed: boolean;
|
|
50
|
-
storage_pricing_factor: number;
|
|
51
|
-
}
|
package/types/db-image.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { DatabaseEngine } from "../enum";
|
|
3
|
-
|
|
4
|
-
export interface IDbImage extends Document {
|
|
5
|
-
name: DatabaseEngine;
|
|
6
|
-
image_url: string;
|
|
7
|
-
version: string;
|
|
8
|
-
envs: Array<{ value: string; type: string }>;
|
|
9
|
-
is_available: boolean;
|
|
10
|
-
is_default: boolean;
|
|
11
|
-
image: string;
|
|
12
|
-
free: boolean;
|
|
13
|
-
has_port: boolean;
|
|
14
|
-
port: number;
|
|
15
|
-
volumePath: string;
|
|
16
|
-
protocol: string;
|
|
17
|
-
params: Record<any, any>;
|
|
18
|
-
recommendations?: Array<{ cpu: string; memory: string; storage: string }>;
|
|
19
|
-
}
|
package/types/domain/dns.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { IDomain } from ".";
|
|
3
|
-
|
|
4
|
-
export interface IDns extends Document {
|
|
5
|
-
name: string;
|
|
6
|
-
ttl: number;
|
|
7
|
-
type: string;
|
|
8
|
-
value: string;
|
|
9
|
-
domain: IDomain;
|
|
10
|
-
isProxied?: boolean;
|
|
11
|
-
createdAt: Date;
|
|
12
|
-
updatedAt: Date;
|
|
13
|
-
}
|
package/types/domain/index.ts
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { IPreview, IProject, IProjectEnvironment, ISubscription, ITeam, IUser } from "../";
|
|
3
|
-
import { IDns } from "./dns";
|
|
4
|
-
|
|
5
|
-
export interface IDomain extends Document {
|
|
6
|
-
name: string;
|
|
7
|
-
project: IProject;
|
|
8
|
-
user_id: IUser;
|
|
9
|
-
team_id?: ITeam;
|
|
10
|
-
primary: boolean;
|
|
11
|
-
preview: IPreview;
|
|
12
|
-
provider: string;
|
|
13
|
-
subscription: ISubscription;
|
|
14
|
-
cashier_subscription_id: string | null;
|
|
15
|
-
auto_renewal: boolean;
|
|
16
|
-
renewal_duration: number;
|
|
17
|
-
is_discounted: boolean;
|
|
18
|
-
purchased: boolean;
|
|
19
|
-
privacy_enabled: boolean;
|
|
20
|
-
renewal_date: string;
|
|
21
|
-
renewal_price: number;
|
|
22
|
-
job_identifier: string;
|
|
23
|
-
trigger_created: boolean;
|
|
24
|
-
trigger_created_at: string;
|
|
25
|
-
nameservers: string[];
|
|
26
|
-
dns: IDns[];
|
|
27
|
-
project_environment?: IProjectEnvironment;
|
|
28
|
-
is_pending_verification: boolean;
|
|
29
|
-
last_expiry_notification_at?: Date | null;
|
|
30
|
-
redirect?: {
|
|
31
|
-
url: string;
|
|
32
|
-
status?: 301 | 302 | 307 | 308;
|
|
33
|
-
};
|
|
34
|
-
createdAt: Date;
|
|
35
|
-
updatedAt: Date;
|
|
36
|
-
}
|
package/types/domain/transfer.ts
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { IDomain, IProject, ITeam, IUser } from "../";
|
|
3
|
-
import {
|
|
4
|
-
DomainTransferDirection,
|
|
5
|
-
DomainTransferProvider,
|
|
6
|
-
DomainTransferStatus,
|
|
7
|
-
} from "../../enum";
|
|
8
|
-
|
|
9
|
-
export interface IDomainTransfer extends Document {
|
|
10
|
-
domain_id: IDomain;
|
|
11
|
-
domain_name: string;
|
|
12
|
-
user_id: IUser;
|
|
13
|
-
team_id?: ITeam;
|
|
14
|
-
provider: DomainTransferProvider;
|
|
15
|
-
direction: DomainTransferDirection;
|
|
16
|
-
status: DomainTransferStatus;
|
|
17
|
-
provider_transfer_id?: string;
|
|
18
|
-
payment_reference?: string;
|
|
19
|
-
payment_token?: string;
|
|
20
|
-
payment_amount?: number;
|
|
21
|
-
renewal_price?: number;
|
|
22
|
-
auto_renewal?: boolean;
|
|
23
|
-
privacy_enabled?: boolean;
|
|
24
|
-
renewal_duration?: number;
|
|
25
|
-
project_id?: IProject;
|
|
26
|
-
last_polled_at?: Date;
|
|
27
|
-
poll_count: number;
|
|
28
|
-
last_provider_status?: string;
|
|
29
|
-
failure_reason?: string;
|
|
30
|
-
createdAt: Date;
|
|
31
|
-
updatedAt: Date;
|
|
32
|
-
}
|
package/types/env.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { ENVIRONMENT } from "../enum";
|
|
3
|
-
import { IProject, IUser } from "./";
|
|
4
|
-
|
|
5
|
-
export interface IEnv extends Document {
|
|
6
|
-
name: string;
|
|
7
|
-
value: string;
|
|
8
|
-
project: IProject;
|
|
9
|
-
user: IUser;
|
|
10
|
-
environment: ENVIRONMENT | string;
|
|
11
|
-
is_system?: boolean;
|
|
12
|
-
createdAt: Date;
|
|
13
|
-
updatedAt: Date;
|
|
14
|
-
}
|
package/types/framework.ts
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
import { FrameworkApplicationType } from "../enum";
|
|
3
|
-
|
|
4
|
-
export interface IFramework extends Document {
|
|
5
|
-
name: string;
|
|
6
|
-
slug: string;
|
|
7
|
-
demo?: string;
|
|
8
|
-
logo: string;
|
|
9
|
-
tagline?: string;
|
|
10
|
-
supported: boolean;
|
|
11
|
-
description?: string;
|
|
12
|
-
website: string;
|
|
13
|
-
port: number;
|
|
14
|
-
envPrefix?: string;
|
|
15
|
-
detector: string;
|
|
16
|
-
file_detectors: string[];
|
|
17
|
-
type: FrameworkApplicationType;
|
|
18
|
-
settings: {
|
|
19
|
-
installCommand?: string;
|
|
20
|
-
startCommand?: string;
|
|
21
|
-
buildCommand: string;
|
|
22
|
-
outputDirectory: string;
|
|
23
|
-
manager?: string;
|
|
24
|
-
};
|
|
25
|
-
createdAt?: Date;
|
|
26
|
-
updatedAt?: Date;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export type BrimbleFrameworkType = {
|
|
30
|
-
name: string;
|
|
31
|
-
slug: string;
|
|
32
|
-
logo: string;
|
|
33
|
-
installCommand: string;
|
|
34
|
-
buildCommand: string;
|
|
35
|
-
startCommand: string;
|
|
36
|
-
outputDirectory: string;
|
|
37
|
-
manager: string | null;
|
|
38
|
-
envPrefix: string;
|
|
39
|
-
supported: boolean;
|
|
40
|
-
type: string;
|
|
41
|
-
};
|
package/types/git.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Document } from "mongoose";
|
|
2
|
-
|
|
3
|
-
export interface IGit extends Document {
|
|
4
|
-
git_id?: number;
|
|
5
|
-
installation_ids?: number[];
|
|
6
|
-
access_token: string;
|
|
7
|
-
token_type: string;
|
|
8
|
-
scope?: string;
|
|
9
|
-
refresh_token?: string;
|
|
10
|
-
created_at?: number;
|
|
11
|
-
state?: string;
|
|
12
|
-
expires_in?: number;
|
|
13
|
-
expires_at?: number;
|
|
14
|
-
scopes?: string;
|
|
15
|
-
}
|