@bunbase-ae/js 2.14.1-next.321.8b883e8 → 2.14.1-next.327.d433972

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bunbase-ae/js",
3
- "version": "2.14.1-next.321.8b883e8",
3
+ "version": "2.14.1-next.327.d433972",
4
4
  "type": "module",
5
5
  "description": "TypeScript/JavaScript SDK for BunBase",
6
6
  "license": "UNLICENSED",
package/src/index.ts CHANGED
@@ -19,10 +19,13 @@ export {
19
19
  type CollectionStats,
20
20
  type ColumnInfo,
21
21
  type ConfigResponse,
22
+ type CreateHookInput,
22
23
  type CreateNamedQueryInput,
23
24
  type CreateRelationParams,
24
25
  type EmailTemplate,
25
26
  type HealthResponse,
27
+ type HookConfig,
28
+ type HookEvent,
26
29
  type ImpersonationResult,
27
30
  type IndexInfo,
28
31
  type MigrationStatus,
@@ -41,6 +44,7 @@ export {
41
44
  type TemplateName,
42
45
  type TenantMember,
43
46
  type TenantSummary,
47
+ type UpdateHookInput,
44
48
  type UpdateNamedQueryInput,
45
49
  type UpdateUserParams,
46
50
  type WebhookLogRow,