@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.
Files changed (387) hide show
  1. package/dist/activity-log.d.ts +9 -0
  2. package/dist/activity-log.js +61 -0
  3. package/dist/app-message.d.ts +9 -0
  4. package/dist/app-message.js +14 -0
  5. package/dist/auto-scaling.d.ts +9 -0
  6. package/dist/auto-scaling.js +63 -0
  7. package/dist/card.d.ts +9 -0
  8. package/dist/card.js +41 -0
  9. package/dist/cashier_subscription.d.ts +9 -0
  10. package/dist/cashier_subscription.js +27 -0
  11. package/dist/cashier_subscription_item.d.ts +9 -0
  12. package/dist/cashier_subscription_item.js +17 -0
  13. package/dist/collab-annotation.d.ts +9 -0
  14. package/dist/collab-annotation.js +31 -0
  15. package/dist/collab-comment.d.ts +9 -0
  16. package/dist/collab-comment.js +19 -0
  17. package/dist/collab-integration.d.ts +9 -0
  18. package/dist/collab-integration.js +17 -0
  19. package/dist/collab-push-subscription.d.ts +9 -0
  20. package/dist/collab-push-subscription.js +14 -0
  21. package/dist/collab-settings.d.ts +9 -0
  22. package/dist/collab-settings.js +24 -0
  23. package/dist/collab-share-token.d.ts +9 -0
  24. package/dist/collab-share-token.js +11 -0
  25. package/dist/compute.d.ts +9 -0
  26. package/dist/compute.js +82 -0
  27. package/dist/db-image.d.ts +9 -0
  28. package/dist/db-image.js +67 -0
  29. package/dist/domain/dns.d.ts +9 -0
  30. package/dist/domain/dns.js +33 -0
  31. package/dist/domain/index.d.ts +9 -0
  32. package/dist/domain/index.js +109 -0
  33. package/dist/domain/renewal.d.ts +9 -0
  34. package/dist/domain/renewal.js +21 -0
  35. package/dist/domain/transfer.d.ts +9 -0
  36. package/dist/domain/transfer.js +99 -0
  37. package/dist/enum/index.d.ts +271 -0
  38. package/dist/enum/index.js +319 -0
  39. package/dist/env.d.ts +9 -0
  40. package/dist/env.js +34 -0
  41. package/dist/environment-variable.d.ts +9 -0
  42. package/dist/environment-variable.js +16 -0
  43. package/dist/follower.d.ts +9 -0
  44. package/dist/follower.js +15 -0
  45. package/dist/following.d.ts +9 -0
  46. package/dist/following.js +15 -0
  47. package/dist/framework.d.ts +9 -0
  48. package/dist/framework.js +84 -0
  49. package/dist/idempotency.d.ts +9 -0
  50. package/{idempotency.ts → dist/idempotency.js} +8 -13
  51. package/{index.ts → dist/index.d.ts} +6 -174
  52. package/dist/index.js +232 -0
  53. package/dist/integration.d.ts +9 -0
  54. package/dist/integration.js +35 -0
  55. package/dist/intention.d.ts +9 -0
  56. package/dist/intention.js +36 -0
  57. package/dist/invoice.d.ts +9 -0
  58. package/dist/invoice.js +28 -0
  59. package/dist/job.d.ts +10 -0
  60. package/dist/job.js +62 -0
  61. package/dist/license.d.ts +9 -0
  62. package/dist/license.js +75 -0
  63. package/dist/load-balancer-port.d.ts +9 -0
  64. package/dist/load-balancer-port.js +27 -0
  65. package/dist/logs.d.ts +9 -0
  66. package/dist/logs.js +40 -0
  67. package/dist/member-permission.d.ts +9 -0
  68. package/dist/member-permission.js +9 -0
  69. package/dist/member.d.ts +9 -0
  70. package/dist/member.js +40 -0
  71. package/dist/object-storage-usage-segment.d.ts +9 -0
  72. package/dist/object-storage-usage-segment.js +46 -0
  73. package/dist/ownership-transfer.d.ts +9 -0
  74. package/dist/ownership-transfer.js +35 -0
  75. package/dist/permission.d.ts +9 -0
  76. package/dist/permission.js +12 -0
  77. package/dist/plan_configuration.d.ts +10 -0
  78. package/{plan_configuration.ts → dist/plan_configuration.js} +13 -21
  79. package/dist/project/connection.d.ts +9 -0
  80. package/dist/project/connection.js +14 -0
  81. package/dist/project/index.d.ts +16 -0
  82. package/dist/project/index.js +256 -0
  83. package/dist/project/preview.d.ts +9 -0
  84. package/dist/project/preview.js +37 -0
  85. package/dist/project-environment.d.ts +9 -0
  86. package/dist/project-environment.js +13 -0
  87. package/dist/project-tag-assignment.d.ts +9 -0
  88. package/dist/project-tag-assignment.js +32 -0
  89. package/dist/project_analytics.d.ts +9 -0
  90. package/dist/project_analytics.js +18 -0
  91. package/dist/provider.d.ts +9 -0
  92. package/dist/provider.js +10 -0
  93. package/dist/region.d.ts +9 -0
  94. package/dist/region.js +17 -0
  95. package/dist/role.d.ts +9 -0
  96. package/dist/role.js +11 -0
  97. package/dist/sandbox-activity.d.ts +9 -0
  98. package/dist/sandbox-activity.js +49 -0
  99. package/dist/sandbox-image.d.ts +9 -0
  100. package/dist/sandbox-image.js +31 -0
  101. package/dist/sandbox-snapshot-usage-segment.d.ts +9 -0
  102. package/dist/sandbox-snapshot-usage-segment.js +49 -0
  103. package/dist/sandbox-snapshot.d.ts +9 -0
  104. package/dist/sandbox-snapshot.js +51 -0
  105. package/dist/sandbox-usage-segment.d.ts +9 -0
  106. package/dist/sandbox-usage-segment.js +57 -0
  107. package/dist/sandbox.d.ts +9 -0
  108. package/dist/sandbox.js +132 -0
  109. package/dist/server.d.ts +9 -0
  110. package/dist/server.js +101 -0
  111. package/dist/settings.d.ts +9 -0
  112. package/dist/settings.js +49 -0
  113. package/dist/storage.d.ts +36 -0
  114. package/dist/storage.js +84 -0
  115. package/dist/subscription.d.ts +9 -0
  116. package/dist/subscription.js +82 -0
  117. package/dist/tag.d.ts +9 -0
  118. package/dist/tag.js +29 -0
  119. package/dist/team.d.ts +9 -0
  120. package/dist/team.js +82 -0
  121. package/dist/token.d.ts +9 -0
  122. package/dist/token.js +36 -0
  123. package/dist/types/activity-log.d.ts +18 -0
  124. package/dist/types/activity-log.js +2 -0
  125. package/dist/types/app-message.d.ts +15 -0
  126. package/dist/types/app-message.js +2 -0
  127. package/dist/types/auto-scaling-group.d.ts +20 -0
  128. package/dist/types/auto-scaling-group.js +2 -0
  129. package/dist/types/card.d.ts +12 -0
  130. package/dist/types/card.js +2 -0
  131. package/dist/types/cashier_subscription.d.ts +27 -0
  132. package/dist/types/cashier_subscription.js +2 -0
  133. package/dist/types/collab-annotation.d.ts +27 -0
  134. package/dist/types/collab-annotation.js +2 -0
  135. package/dist/types/collab-comment.d.ts +20 -0
  136. package/dist/types/collab-comment.js +2 -0
  137. package/{types/collab-integration.ts → dist/types/collab-integration.d.ts} +7 -8
  138. package/dist/types/collab-integration.js +2 -0
  139. package/dist/types/collab-push-subscription.d.ts +12 -0
  140. package/dist/types/collab-push-subscription.js +2 -0
  141. package/dist/types/collab-settings.d.ts +16 -0
  142. package/dist/types/collab-settings.js +2 -0
  143. package/{types/collab-share-token.ts → dist/types/collab-share-token.d.ts} +7 -8
  144. package/dist/types/collab-share-token.js +2 -0
  145. package/dist/types/compute.d.ts +48 -0
  146. package/dist/types/compute.js +2 -0
  147. package/dist/types/db-image.d.ts +25 -0
  148. package/dist/types/db-image.js +2 -0
  149. package/dist/types/domain/dns.d.ts +12 -0
  150. package/dist/types/domain/dns.js +2 -0
  151. package/dist/types/domain/index.d.ts +35 -0
  152. package/dist/types/domain/index.js +2 -0
  153. package/{types/domain/renewal.ts → dist/types/domain/renewal.d.ts} +0 -1
  154. package/dist/types/domain/renewal.js +2 -0
  155. package/dist/types/domain/transfer.d.ts +27 -0
  156. package/dist/types/domain/transfer.js +2 -0
  157. package/dist/types/env.d.ts +13 -0
  158. package/dist/types/env.js +2 -0
  159. package/{types/environment-variable.ts → dist/types/environment-variable.d.ts} +7 -8
  160. package/dist/types/environment-variable.js +2 -0
  161. package/{types/following.ts → dist/types/following.d.ts} +2 -3
  162. package/dist/types/following.js +2 -0
  163. package/dist/types/framework.d.ts +39 -0
  164. package/dist/types/framework.js +2 -0
  165. package/dist/types/git.d.ts +14 -0
  166. package/dist/types/git.js +2 -0
  167. package/dist/types/idempotency.d.ts +10 -0
  168. package/dist/types/idempotency.js +2 -0
  169. package/{types/index.ts → dist/types/index.d.ts} +5 -26
  170. package/dist/types/index.js +2 -0
  171. package/{types/installed_integration.ts → dist/types/installed_integration.d.ts} +3 -6
  172. package/dist/types/installed_integration.js +2 -0
  173. package/dist/types/integration.d.ts +14 -0
  174. package/dist/types/integration.js +2 -0
  175. package/dist/types/intention.d.ts +13 -0
  176. package/dist/types/intention.js +2 -0
  177. package/dist/types/invoice.d.ts +15 -0
  178. package/dist/types/invoice.js +2 -0
  179. package/dist/types/job.d.ts +19 -0
  180. package/dist/types/job.js +2 -0
  181. package/dist/types/license.d.ts +18 -0
  182. package/dist/types/license.js +2 -0
  183. package/{types/load-balancer-port.ts → dist/types/load-balancer-port.d.ts} +7 -8
  184. package/dist/types/load-balancer-port.js +2 -0
  185. package/dist/types/logs.d.ts +35 -0
  186. package/dist/types/logs.js +2 -0
  187. package/{types/member-permission.ts → dist/types/member-permission.d.ts} +3 -6
  188. package/dist/types/member-permission.js +2 -0
  189. package/dist/types/member.d.ts +18 -0
  190. package/dist/types/member.js +2 -0
  191. package/dist/types/object-storage-usage-segment.d.ts +23 -0
  192. package/dist/types/object-storage-usage-segment.js +2 -0
  193. package/dist/types/ownership-transfer.d.ts +12 -0
  194. package/dist/types/ownership-transfer.js +2 -0
  195. package/{types/permission.ts → dist/types/permission.d.ts} +8 -14
  196. package/dist/types/permission.js +2 -0
  197. package/dist/types/plan_configuration.d.ts +55 -0
  198. package/dist/types/plan_configuration.js +2 -0
  199. package/{types/project/connection.ts → dist/types/project/connection.d.ts} +2 -3
  200. package/dist/types/project/connection.js +2 -0
  201. package/dist/types/project/index.d.ts +100 -0
  202. package/dist/types/project/index.js +2 -0
  203. package/dist/types/project/preview.d.ts +21 -0
  204. package/dist/types/project/preview.js +2 -0
  205. package/dist/types/project-environment.d.ts +13 -0
  206. package/dist/types/project-environment.js +2 -0
  207. package/{types/project-tag-assignment.ts → dist/types/project-tag-assignment.d.ts} +6 -7
  208. package/dist/types/project-tag-assignment.js +2 -0
  209. package/dist/types/project_analytics.d.ts +11 -0
  210. package/dist/types/project_analytics.js +2 -0
  211. package/{types/provider.ts → dist/types/provider.d.ts} +4 -5
  212. package/dist/types/provider.js +2 -0
  213. package/dist/types/region.d.ts +15 -0
  214. package/dist/types/region.js +2 -0
  215. package/{types/role.ts → dist/types/role.d.ts} +4 -8
  216. package/dist/types/role.js +2 -0
  217. package/dist/types/sandbox-activity.d.ts +14 -0
  218. package/dist/types/sandbox-activity.js +2 -0
  219. package/dist/types/sandbox-image.d.ts +9 -0
  220. package/dist/types/sandbox-image.js +2 -0
  221. package/dist/types/sandbox-snapshot-usage-segment.d.ts +16 -0
  222. package/dist/types/sandbox-snapshot-usage-segment.js +2 -0
  223. package/dist/types/sandbox-snapshot.d.ts +16 -0
  224. package/dist/types/sandbox-snapshot.js +2 -0
  225. package/dist/types/sandbox-usage-segment.d.ts +25 -0
  226. package/dist/types/sandbox-usage-segment.js +2 -0
  227. package/dist/types/sandbox.d.ts +41 -0
  228. package/dist/types/sandbox.js +2 -0
  229. package/dist/types/server.d.ts +32 -0
  230. package/dist/types/server.js +2 -0
  231. package/dist/types/settings.d.ts +11 -0
  232. package/dist/types/settings.js +2 -0
  233. package/dist/types/storage.d.ts +99 -0
  234. package/dist/types/storage.js +2 -0
  235. package/dist/types/subscription.d.ts +33 -0
  236. package/dist/types/subscription.js +2 -0
  237. package/{types/tag.ts → dist/types/tag.d.ts} +6 -7
  238. package/dist/types/tag.js +2 -0
  239. package/dist/types/team.d.ts +24 -0
  240. package/dist/types/team.js +2 -0
  241. package/{types/token.ts → dist/types/token.d.ts} +6 -7
  242. package/dist/types/token.js +2 -0
  243. package/dist/types/user.d.ts +44 -0
  244. package/dist/types/user.js +2 -0
  245. package/dist/types/volume-usage-segment.d.ts +16 -0
  246. package/dist/types/volume-usage-segment.js +2 -0
  247. package/dist/types/volume.d.ts +20 -0
  248. package/dist/types/volume.js +2 -0
  249. package/dist/types/wallet.d.ts +8 -0
  250. package/dist/types/wallet.js +2 -0
  251. package/{types/webhook-category.ts → dist/types/webhook-category.d.ts} +1 -2
  252. package/dist/types/webhook-category.js +2 -0
  253. package/{types/webhook-event.ts → dist/types/webhook-event.d.ts} +1 -2
  254. package/dist/types/webhook-event.js +2 -0
  255. package/{types/webhook-setting.ts → dist/types/webhook-setting.d.ts} +1 -2
  256. package/dist/types/webhook-setting.js +2 -0
  257. package/dist/user.d.ts +9 -0
  258. package/dist/user.js +70 -0
  259. package/dist/volume-usage-segment.d.ts +9 -0
  260. package/dist/volume-usage-segment.js +46 -0
  261. package/dist/volume.d.ts +9 -0
  262. package/dist/volume.js +48 -0
  263. package/dist/wallet.d.ts +9 -0
  264. package/dist/wallet.js +26 -0
  265. package/dist/webhook-category.d.ts +9 -0
  266. package/dist/webhook-category.js +10 -0
  267. package/dist/webhook-event.d.ts +9 -0
  268. package/dist/webhook-event.js +19 -0
  269. package/dist/webhook-setting.d.ts +9 -0
  270. package/dist/webhook-setting.js +50 -0
  271. package/package.json +6 -2
  272. package/.claude/settings.local.json +0 -7
  273. package/.eslintrc.js +0 -26
  274. package/.prettierrc +0 -4
  275. package/activity-log.ts +0 -66
  276. package/app-message.ts +0 -18
  277. package/auto-scaling.ts +0 -72
  278. package/card.ts +0 -45
  279. package/cashier_subscription.ts +0 -35
  280. package/cashier_subscription_item.ts +0 -25
  281. package/collab-annotation.ts +0 -36
  282. package/collab-comment.ts +0 -27
  283. package/collab-integration.ts +0 -21
  284. package/collab-push-subscription.ts +0 -19
  285. package/collab-settings.ts +0 -29
  286. package/collab-share-token.ts +0 -15
  287. package/compute.ts +0 -88
  288. package/db-image.ts +0 -71
  289. package/domain/dns.ts +0 -34
  290. package/domain/index.ts +0 -113
  291. package/domain/renewal.ts +0 -25
  292. package/domain/transfer.ts +0 -112
  293. package/enum/index.ts +0 -315
  294. package/env.ts +0 -38
  295. package/environment-variable.ts +0 -21
  296. package/follower.ts +0 -19
  297. package/following.ts +0 -19
  298. package/framework.ts +0 -88
  299. package/integration.ts +0 -39
  300. package/intention.ts +0 -40
  301. package/invoice.ts +0 -36
  302. package/job.ts +0 -30
  303. package/load-balancer-port.ts +0 -31
  304. package/logs.ts +0 -44
  305. package/member-permission.ts +0 -13
  306. package/member.ts +0 -44
  307. package/object-storage-usage-segment.ts +0 -59
  308. package/ownership-transfer.ts +0 -42
  309. package/permission.ts +0 -13
  310. package/project/connection.ts +0 -21
  311. package/project/index.ts +0 -264
  312. package/project/preview.ts +0 -41
  313. package/project-environment.ts +0 -18
  314. package/project-tag-assignment.ts +0 -40
  315. package/project_analytics.ts +0 -26
  316. package/provider.ts +0 -11
  317. package/region.ts +0 -18
  318. package/role.ts +0 -12
  319. package/sandbox-activity.ts +0 -53
  320. package/sandbox-image.ts +0 -35
  321. package/sandbox-snapshot-usage-segment.ts +0 -61
  322. package/sandbox-snapshot.ts +0 -55
  323. package/sandbox-usage-segment.ts +0 -69
  324. package/sandbox.ts +0 -134
  325. package/server.ts +0 -105
  326. package/settings.ts +0 -53
  327. package/storage.ts +0 -117
  328. package/subscription.ts +0 -86
  329. package/tag.ts +0 -34
  330. package/team.ts +0 -86
  331. package/token.ts +0 -40
  332. package/tsconfig.json +0 -14
  333. package/types/activity-log.ts +0 -19
  334. package/types/app-message.ts +0 -16
  335. package/types/auto-scaling-group.ts +0 -21
  336. package/types/card.ts +0 -20
  337. package/types/cashier_subscription.ts +0 -29
  338. package/types/collab-annotation.ts +0 -28
  339. package/types/collab-comment.ts +0 -22
  340. package/types/collab-push-subscription.ts +0 -10
  341. package/types/collab-settings.ts +0 -17
  342. package/types/compute.ts +0 -51
  343. package/types/db-image.ts +0 -19
  344. package/types/domain/dns.ts +0 -13
  345. package/types/domain/index.ts +0 -36
  346. package/types/domain/transfer.ts +0 -32
  347. package/types/env.ts +0 -14
  348. package/types/framework.ts +0 -41
  349. package/types/git.ts +0 -15
  350. package/types/idempotency.ts +0 -12
  351. package/types/integration.ts +0 -24
  352. package/types/intention.ts +0 -14
  353. package/types/invoice.ts +0 -16
  354. package/types/job.ts +0 -20
  355. package/types/license.ts +0 -19
  356. package/types/logs.ts +0 -36
  357. package/types/member.ts +0 -19
  358. package/types/object-storage-usage-segment.ts +0 -26
  359. package/types/ownership-transfer.ts +0 -13
  360. package/types/plan_configuration.ts +0 -56
  361. package/types/project/index.ts +0 -101
  362. package/types/project/preview.ts +0 -22
  363. package/types/project-environment.ts +0 -14
  364. package/types/project_analytics.ts +0 -12
  365. package/types/region.ts +0 -16
  366. package/types/sandbox-activity.ts +0 -15
  367. package/types/sandbox-image.ts +0 -10
  368. package/types/sandbox-snapshot-usage-segment.ts +0 -18
  369. package/types/sandbox-snapshot.ts +0 -17
  370. package/types/sandbox-usage-segment.ts +0 -28
  371. package/types/sandbox.ts +0 -43
  372. package/types/server.ts +0 -59
  373. package/types/settings.ts +0 -19
  374. package/types/storage.ts +0 -91
  375. package/types/subscription.ts +0 -34
  376. package/types/team.ts +0 -25
  377. package/types/user.ts +0 -45
  378. package/types/volume-usage-segment.ts +0 -18
  379. package/types/volume.ts +0 -21
  380. package/types/wallet.ts +0 -9
  381. package/user.ts +0 -75
  382. package/volume-usage-segment.ts +0 -59
  383. package/volume.ts +0 -53
  384. package/wallet.ts +0 -27
  385. package/webhook-category.ts +0 -11
  386. package/webhook-event.ts +0 -20
  387. package/webhook-setting.ts +0 -48
@@ -1,12 +0,0 @@
1
- import { Document } from "mongoose";
2
-
3
- // `Document<string>` makes `_id` a string (the idempotency key / UUID) rather than the default ObjectId.
4
- export interface IIdempotencyRecord extends Document<string> {
5
- _id: string; // The idempotency key (UUID)
6
- endpoint: string;
7
- requestHash: string;
8
- responseStatus: number;
9
- responseBody: unknown;
10
- createdAt: Date;
11
- expiresAt: Date;
12
- }
@@ -1,24 +0,0 @@
1
- import { Document } from "mongoose";
2
- import { INTEGRATION_PROVIDERS, INTEGRATION_TYPES } from "../enum";
3
-
4
- export interface IIntegration extends Document {
5
- user_id: string;
6
-
7
- team_id?: string;
8
-
9
- app_id?: string;
10
-
11
- name: INTEGRATION_PROVIDERS;
12
-
13
- scope_description?: string[];
14
-
15
- hook?: string;
16
-
17
- reference?: string;
18
-
19
- token?: string;
20
-
21
- type: INTEGRATION_TYPES;
22
-
23
- extra?: any;
24
- }
@@ -1,14 +0,0 @@
1
- import { Document } from "mongoose";
2
- import { IProject } from "./";
3
-
4
- export interface IIntention extends Document {
5
- project: IProject;
6
- sourceName: string;
7
- destinationName: string;
8
- sourceNamespace: string;
9
- destinationNamespace: string;
10
- action: "allow" | "deny";
11
- description?: string;
12
- createdAt: Date;
13
- updatedAt: Date;
14
- }
package/types/invoice.ts DELETED
@@ -1,16 +0,0 @@
1
- import { Document } from "mongoose";
2
- import { INVOICE_STATUS, INVOICE_PAYMENT_STATUS, INVOICE_TYPE } from "../enum";
3
-
4
- export interface IInvoice extends Document {
5
- ref: string;
6
- user_id: string;
7
- subscription_id: string;
8
- total_amount: number;
9
- due: boolean;
10
- type: INVOICE_TYPE;
11
- status: INVOICE_STATUS;
12
- payment_status: INVOICE_PAYMENT_STATUS;
13
- billing_period: string;
14
- created_at: Date;
15
- updated_at: Date;
16
- }
package/types/job.ts DELETED
@@ -1,20 +0,0 @@
1
- import { Document } from "mongoose";
2
- import { JobStatus } from "../enum";
3
-
4
- export interface IJob extends Document {
5
- title: string;
6
- jobId: string;
7
- url: string;
8
- method: string;
9
- schedule: string;
10
- headers?: Map<string, string>;
11
- maxAttempts?: number;
12
- attempts?: number;
13
- isRecurring: boolean;
14
- lastRun?: Date;
15
- nextRun?: Date;
16
- body?: any;
17
- status?: JobStatus;
18
- createdAt?: Date;
19
- updatedAt?: Date;
20
- }
package/types/license.ts DELETED
@@ -1,19 +0,0 @@
1
- import mongoose, { Document } from "mongoose";
2
- import { LicenseStatus } from "../enum";
3
-
4
- export interface ILicense extends Document {
5
- licenseKey: string;
6
- infisicalIdentity: string;
7
- userId: mongoose.Types.ObjectId;
8
- teamId: mongoose.Types.ObjectId;
9
- status: LicenseStatus;
10
- tag: string;
11
- subscriptionId: mongoose.Types.ObjectId;
12
- devices: Array<{
13
- deviceId: string;
14
- hostname: string;
15
- lastSeen: Date;
16
- isActive: boolean;
17
- }>;
18
- maxDevices: number;
19
- }
package/types/logs.ts DELETED
@@ -1,36 +0,0 @@
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
-
8
- export interface ILog extends Document {
9
- name: string;
10
- key: string;
11
- commit: {
12
- sha: string;
13
- branch: string;
14
- message: string;
15
- committer: {
16
- name: string;
17
- email: string;
18
- username: string;
19
- };
20
- };
21
- status: PROJECT_STATUS;
22
- project: IProject;
23
- user?: IUser;
24
- team?: ITeam;
25
- jobs: {
26
- id: number;
27
- name: string;
28
- }[];
29
- environment: ENVIRONMENT;
30
- preview: IPreview;
31
- startTime: Date | string;
32
- endTime: Date | string;
33
- createdAt: Date | string;
34
- updatedAt: Date | string;
35
- deleted: boolean;
36
- }
package/types/member.ts DELETED
@@ -1,19 +0,0 @@
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
-
7
- export interface IMember extends Document {
8
- user: IUser;
9
- team: ITeam;
10
- role: ROLES;
11
- accepted: boolean;
12
- invitedBy: IUser;
13
- email: string;
14
- featureOnboarded: boolean;
15
- permissions: IMemberPermission[];
16
- project_environments: IProjectEnvironment[];
17
- createdAt: Date;
18
- updatedAt: Date;
19
- }
@@ -1,26 +0,0 @@
1
- import { Document, Types } from "mongoose";
2
-
3
- export interface IObjectStorageUsageSegmentCosts {
4
- startDate: Date;
5
- endDate: Date | null;
6
- }
7
-
8
- export interface IObjectStorageUsageSegment extends Document {
9
- bucket_id: Types.ObjectId;
10
- user_id: Types.ObjectId;
11
- team_id: Types.ObjectId | null;
12
- size_gb: number;
13
- costs: IObjectStorageUsageSegmentCosts;
14
- billed: boolean;
15
- createdAt: Date;
16
- updatedAt: Date;
17
- }
18
-
19
- export interface IObjectStorageUsageUnitsSummary {
20
- gbHours: number;
21
- segmentIds: string[];
22
- date: {
23
- start: string;
24
- end: string;
25
- };
26
- }
@@ -1,13 +0,0 @@
1
- import { Document } from "mongoose";
2
- import { ITeam } from "./team";
3
- import { IUser } from "./user";
4
-
5
- export interface IOwnershipTransfer extends Document {
6
- team: ITeam;
7
- from_user: IUser;
8
- to_user: IUser;
9
- status: "pending" | "accepted" | "denied" | "expired";
10
- expires_at: Date;
11
- created_at: Date;
12
- updated_at: Date;
13
- }
@@ -1,56 +0,0 @@
1
- import { Document } from "mongoose";
2
- import { SUBSCRIPTION_PLAN_TYPE } from "../enum";
3
- import { IRegion } from "./region";
4
-
5
- export interface IPlanConfiguration extends Document {
6
- tag: string;
7
- price: number;
8
- region: IRegion;
9
- slack_support: boolean;
10
- autoscaling_enabled: boolean;
11
- concurrent_builds: number;
12
- project_limit: number;
13
- deploy_private_organization: boolean;
14
- preview_comments: boolean;
15
- password_enabled: boolean;
16
- analytics: boolean;
17
- build_minutes: number;
18
- log_retention: number;
19
- multi_region: boolean;
20
- ai_debug_enabled: boolean;
21
- ai_debug_limit: number;
22
- bandwidth: number;
23
- pull_request_preview: boolean;
24
- plan_type: SUBSCRIPTION_PLAN_TYPE;
25
- volumes_enabled: boolean;
26
- memory: number;
27
- build_timeout: number;
28
- storage: number;
29
- cpu: number;
30
- tokens: number;
31
- hierarchy: number;
32
- view_metrics: boolean;
33
- token_request: number;
34
- custom_domain: boolean;
35
- unlimited_projects: boolean;
36
- webhook_enabled: boolean;
37
- can_deploy_all_applications: boolean;
38
- stripe_prices?: Record<string, string>;
39
- storage_bucket_enabled: boolean;
40
- storage_bucket_quota_gb: number;
41
- sandbox_max_count: number;
42
- sanxbox_hours_max: number;
43
- sandbox_enabled: boolean;
44
- sandbox_cpu_hours_included: number;
45
- sandbox_memory_gb_hours_included: number;
46
- sandbox_max_runtime_minutes: number;
47
- sandbox_max_vcpu: number;
48
- sandbox_max_memory_gb: number;
49
- sandbox_creation_rate_per_minute: number;
50
- sandbox_cpu_overage_price: number;
51
- sandbox_memory_overage_price: number;
52
- sandbox_snapshot_storage_price: number;
53
- sandbox_snapshot_gb_months_included: number;
54
- sandbox_max_volume_size_gb: number;
55
- sandbox_max_volumes: number;
56
- }
@@ -1,101 +0,0 @@
1
- import { Document, Types } 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
-
16
- export interface IProject extends Document {
17
- name: string;
18
- healthCheckPath?: string;
19
- preStartCommand?: string;
20
- backupEnabled: boolean;
21
- free_tier_expires_at?: Date | null;
22
- free_tier_expiry_notified_at?: Date | null;
23
- buildCacheEnabled?: boolean;
24
- domains: Array<IDomain>;
25
- environments: Array<IEnv>;
26
- uuid: number;
27
- pid: number;
28
- port: number;
29
- ip: string;
30
- dir: string;
31
- tlsEnabled: boolean;
32
- dbImage: IDbImage;
33
- installCommand: string;
34
- buildCommand: string;
35
- startCommand: string;
36
- outputDirectory: string;
37
- user_id: IUser;
38
- monitor_id: string;
39
- nomadJobId: string;
40
- watchPaths: string[];
41
- repo: {
42
- name: string;
43
- full_name: string;
44
- id: number;
45
- branch: string;
46
- installationId: number;
47
- git: GIT_TYPE;
48
- } | null;
49
- rootDir?: string;
50
- team: ITeam;
51
- server: IServer;
52
- isPrivate: boolean;
53
- status: PROJECT_STATUS;
54
- framework: string;
55
- description: string;
56
- logs: Array<ILog>;
57
- log: ILog;
58
- maintenance: boolean;
59
- passwordEnabled: boolean;
60
- disabled: boolean;
61
- authEnabled: boolean;
62
- password: string | null;
63
- deployedInCluster: boolean;
64
- screenshot: {
65
- image: string;
66
- public_id: string;
67
- };
68
- createdAt: Date;
69
- updatedAt: Date;
70
- container_stats_schedule_id: string | null;
71
- lastProcessed: number;
72
- tracking_token: string;
73
- from: string;
74
- previews: IPreview[];
75
- project_environment?: IProjectEnvironment;
76
- inherit_environment_vars: boolean;
77
- replicas: number;
78
- vaultPath: string | null;
79
- vaultToken: string | null;
80
- specs: {
81
- memory: number;
82
- cpu: number;
83
- storage: number;
84
- region: IRegion;
85
- };
86
- last_requested: Date;
87
- isPaused: boolean;
88
- billable: boolean;
89
- serviceType?: ServiceType;
90
- last_backup_url?: string;
91
- last_backup_at?: Date;
92
- replica_ready: boolean;
93
- autoscaling_group?: IAutoScalingGroup;
94
- isPaid: boolean;
95
- hasUpdates?: boolean;
96
- whiteListedIps?: string[];
97
- diskSize?: number;
98
- persistent_mount_path?: string;
99
- volumeMount: string;
100
- volume: IVolume | null;
101
- }
@@ -1,22 +0,0 @@
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
-
7
- export interface IPreview extends Document {
8
- name: string;
9
- healthCheckPath?: string;
10
- pid: number;
11
- port: number;
12
- ip: string;
13
- dir: string;
14
- branch: string;
15
- server: IServer;
16
- project: IProject;
17
- issue_comment_id: number;
18
- status: PROJECT_STATUS;
19
- log: ILog;
20
- last_requested: Date;
21
- isPaused: boolean;
22
- }
@@ -1,14 +0,0 @@
1
- import { Document } from "mongoose";
2
- import { ITeam } from "./team";
3
- import { IUser } from "./user";
4
-
5
- export interface IProjectEnvironment extends Document {
6
- name: string;
7
- slug: string;
8
- owner: IUser;
9
- team?: ITeam;
10
- inherit_from?: IProjectEnvironment;
11
- isDefault: boolean;
12
- createdAt: Date;
13
- updatedAt: Date;
14
- }
@@ -1,12 +0,0 @@
1
- import { Document, Types } from "mongoose";
2
-
3
- export interface IProjectAnalytics extends Document {
4
- project: Types.ObjectId;
5
- provider: "umami";
6
- websiteId: string;
7
- shareId?: string | null;
8
- domain: string;
9
- enabled: boolean;
10
- createdAt: Date;
11
- updatedAt: Date;
12
- }
package/types/region.ts DELETED
@@ -1,16 +0,0 @@
1
- import { Types, Document } from "mongoose";
2
- import { REGION_CONTINENT } from "../enum";
3
-
4
- export interface IRegion extends Document {
5
- _id: Types.ObjectId;
6
- name: string;
7
- country: string;
8
- continent?: REGION_CONTINENT;
9
- enabled?: boolean;
10
- dbVolumePath: string;
11
- is_paid: boolean;
12
- provider: string;
13
- provider_identifier: string;
14
- storage_pricing_factor: number;
15
- floating_ip?: string;
16
- }
@@ -1,15 +0,0 @@
1
- import { Document, Types } from "mongoose";
2
-
3
- export interface ISandboxActivity extends Document {
4
- sandbox_id: Types.ObjectId;
5
- user_id: Types.ObjectId;
6
- team: Types.ObjectId | null;
7
- command: string;
8
- started_at: Date;
9
- ended_at: Date | null;
10
- exit_code: number | null;
11
- duration_ms: number | null;
12
- error: string | null;
13
- created_at?: Date;
14
- updated_at?: Date;
15
- }
@@ -1,10 +0,0 @@
1
- import { Document } from "mongoose";
2
-
3
- export interface ISandboxImage extends Document {
4
- name: string;
5
- display_name: string;
6
- image: string;
7
- description: string;
8
- is_available: boolean;
9
- is_default: boolean;
10
- }
@@ -1,18 +0,0 @@
1
- import { Document, Types } from "mongoose";
2
-
3
- export interface ISandboxSnapshotUsageSegmentCosts {
4
- startDate: Date;
5
- endDate: Date | null;
6
- }
7
-
8
- export interface ISandboxSnapshotUsageSegment extends Document {
9
- _id: Types.ObjectId;
10
- snapshot_id: Types.ObjectId;
11
- user_id: Types.ObjectId;
12
- team_id: Types.ObjectId | null;
13
- size_gb: number;
14
- costs: ISandboxSnapshotUsageSegmentCosts;
15
- billed: boolean;
16
- createdAt: Date;
17
- updatedAt: Date;
18
- }
@@ -1,17 +0,0 @@
1
- import { Document, Types } from "mongoose";
2
- import { SANDBOX_SNAPSHOT_STATUS } from "../enum";
3
-
4
- export interface ISandboxSnapshot extends Document {
5
- user_id: Types.ObjectId;
6
- team: Types.ObjectId | null;
7
- sandbox_id: Types.ObjectId;
8
- name: string;
9
- image_tag: string;
10
- source_template: string;
11
- status: SANDBOX_SNAPSHOT_STATUS;
12
- failure_reason: string | null;
13
- size_bytes: number | null;
14
- created_at: Date;
15
- updated_at: Date;
16
- isDeleted: boolean;
17
- }
@@ -1,28 +0,0 @@
1
- import { Document, Types } from "mongoose";
2
- import { ISandbox } from "./sandbox";
3
- import { IUser } from "./user";
4
- import { ITeam } from "./team";
5
-
6
- export interface ISandboxUsageSegmentCurrent {
7
- cpu: number;
8
- memory: number;
9
- storage: number;
10
- }
11
-
12
- export interface ISandboxUsageSegmentCosts {
13
- startDate: Date;
14
- endDate: Date | null;
15
- }
16
-
17
- export interface ISandboxUsageSegment extends Document {
18
- sandbox_id: ISandbox | Types.ObjectId;
19
- user_id: IUser | Types.ObjectId;
20
- team_id: ITeam | Types.ObjectId | null;
21
- current: ISandboxUsageSegmentCurrent;
22
- costs: ISandboxUsageSegmentCosts;
23
- billed: boolean;
24
- region?: string;
25
- template?: string;
26
- createdAt: Date;
27
- updatedAt: Date;
28
- }
package/types/sandbox.ts DELETED
@@ -1,43 +0,0 @@
1
- import { Document, Types } from "mongoose";
2
- import { IUser } from "./user";
3
- import { ITeam } from "./team";
4
- import { IProjectEnvironment } from "./project-environment";
5
- import { SANDBOX_TEMPLATE, SANDBOX_STATUS, SANDBOX_DESTROY_REASON } from "../enum";
6
- import { IRegion } from "./region";
7
-
8
- export interface ISandboxSpecs {
9
- cpu: number;
10
- memory: number;
11
- disk: number;
12
- }
13
-
14
- export interface ISandbox extends Document {
15
- name: string;
16
- user_id: IUser | Types.ObjectId;
17
- team: ITeam | Types.ObjectId | null;
18
- project_environment: IProjectEnvironment | Types.ObjectId | null;
19
- template: string;
20
- status: SANDBOX_STATUS;
21
- nomad_job_id: string;
22
- nomad_alloc_id: string | null;
23
- region: IRegion;
24
- specs: ISandboxSpecs;
25
- created_at: Date;
26
- last_activity_at: Date;
27
- expires_at: Date;
28
- destroyed_at: Date | null;
29
- destroy_reason: SANDBOX_DESTROY_REASON | null;
30
- auto_destroy: boolean;
31
- destroy_timeout: string | null;
32
- one_shot: boolean;
33
- block_outbound: boolean;
34
- persistent: boolean;
35
- persistent_disk_gb: number | null;
36
- csi_volume_id: string | null;
37
- paused_at: Date | null;
38
- image_override: string | null;
39
- from_snapshot: Types.ObjectId | null;
40
- snapshot_mode: "automatic" | "manual";
41
- snapshot_frequency: string | null;
42
- isDeleted: boolean;
43
- }
package/types/server.ts DELETED
@@ -1,59 +0,0 @@
1
- import mongoose, { Document } from "mongoose";
2
- import { SERVER_STATUS, SERVER_PROTOCOL } from "../enum";
3
- import { IRegion } from "./region";
4
-
5
- export interface IServer extends Document {
6
- name: string;
7
-
8
- url: string;
9
-
10
- grpc_address?: string;
11
-
12
- ipv6?: string;
13
-
14
- domain?: string;
15
-
16
- userId: mongoose.Types.ObjectId;
17
-
18
- teamId?: mongoose.Types.ObjectId;
19
-
20
- ip_address: string;
21
-
22
- private_ip_address: string;
23
-
24
- tunnel_token: string;
25
-
26
- type: string;
27
-
28
- protocol: SERVER_PROTOCOL;
29
-
30
- status: SERVER_STATUS;
31
-
32
- default: boolean;
33
-
34
- tag: string;
35
-
36
- region: IRegion;
37
-
38
- webhook_url?: string;
39
-
40
- is_custom_provision: boolean;
41
-
42
- firewall_id?: string;
43
-
44
- specifications: Record<any, any>;
45
-
46
- plugin_id?: string;
47
-
48
- provider: string;
49
-
50
- provider_location?: string;
51
-
52
- provider_identifier?: string;
53
-
54
- topology_path?: string;
55
-
56
- cert_storage_path?: string | null;
57
-
58
- meta: Record<any, any>;
59
- }
package/types/settings.ts DELETED
@@ -1,19 +0,0 @@
1
- import { Document } from "mongoose";
2
-
3
- export interface ISettings extends Document {
4
- vaultEnabled: boolean;
5
-
6
- maintenanceMode: boolean;
7
-
8
- buildsEnabled: boolean;
9
-
10
- minimumBuildMinutes: number;
11
-
12
- enableSecretRotation: boolean;
13
-
14
- domainPromoEnabled: boolean;
15
-
16
- postHogEnabled: boolean;
17
-
18
- metaSettings: Record<string, any>;
19
- }