@nordsym/apiclaw 1.8.5 → 1.8.7

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 (145) hide show
  1. package/README.md +4 -4
  2. package/apiclaw-README.md +12 -12
  3. package/convex/_generated/api.d.ts +16 -0
  4. package/convex/analytics.d.ts.map +1 -1
  5. package/convex/analytics.js.map +1 -1
  6. package/convex/analytics.ts +1 -0
  7. package/convex/apiKeys.ts +220 -0
  8. package/convex/backfillAnalytics.d.ts.map +1 -0
  9. package/convex/backfillAnalytics.js.map +1 -0
  10. package/convex/backfillAnalytics.ts +22 -0
  11. package/convex/backfillSearchLogs.d.ts.map +1 -0
  12. package/convex/backfillSearchLogs.js.map +1 -0
  13. package/convex/backfillSearchLogs.ts +35 -0
  14. package/convex/debugFilestackLogs.d.ts.map +1 -0
  15. package/convex/debugFilestackLogs.js.map +1 -0
  16. package/convex/debugFilestackLogs.ts +16 -0
  17. package/convex/debugGetToken.d.ts.map +1 -0
  18. package/convex/debugGetToken.js.map +1 -0
  19. package/convex/debugGetToken.ts +18 -0
  20. package/convex/directCall.ts +49 -14
  21. package/convex/email.ts +5 -5
  22. package/convex/http.d.ts.map +1 -1
  23. package/convex/http.js.map +1 -1
  24. package/convex/http.ts +611 -49
  25. package/convex/logs.ts +26 -22
  26. package/convex/migrateFilestack.d.ts.map +1 -1
  27. package/convex/migrateFilestack.js.map +1 -1
  28. package/convex/migrateFilestack.ts +65 -101
  29. package/convex/migratePartnersProd.d.ts.map +1 -0
  30. package/convex/migratePartnersProd.js.map +1 -0
  31. package/convex/migratePartnersProd.ts +174 -0
  32. package/convex/migrateProviderWorkspaces.d.ts.map +1 -0
  33. package/convex/migrateProviderWorkspaces.js.map +1 -0
  34. package/convex/migrateProviderWorkspaces.ts +175 -0
  35. package/convex/providers.js.map +1 -1
  36. package/convex/providers.ts +313 -203
  37. package/convex/schema.ts +50 -1
  38. package/convex/searchLogs.d.ts.map +1 -1
  39. package/convex/searchLogs.js.map +1 -1
  40. package/convex/searchLogs.ts +11 -3
  41. package/convex/seedPratham.ts +1 -1
  42. package/convex/spendAlerts.ts +2 -2
  43. package/convex/stripeActions.ts +1 -1
  44. package/convex/updateAPIStatus.ts +2 -3
  45. package/convex/workspaceSettings.ts +136 -0
  46. package/dist/bin-http.js +0 -0
  47. package/dist/bin.js +0 -0
  48. package/dist/cli/commands/demo.js +2 -2
  49. package/dist/cli/commands/doctor.js +1 -1
  50. package/dist/cli/commands/login.js +1 -1
  51. package/dist/cli/commands/setup.js +2 -2
  52. package/dist/discovery.js +1 -1
  53. package/dist/execute.js +3 -3
  54. package/dist/index.js +13 -13
  55. package/dist/registry/apis.json +1 -1
  56. package/dist/ui/errors.js +16 -16
  57. package/dist/ui/prompts.js +1 -1
  58. package/email-templates/filestack-provider-outreach.html +1 -1
  59. package/email-templates/partnership-template.html +1 -1
  60. package/email-templates/pratham-partnership-draft.html +2 -2
  61. package/package.json +2 -2
  62. package/reports/APIClaw-Session-Report-2026-04-05.pdf +0 -0
  63. package/reports/session-report-2026-04-05.html +433 -0
  64. package/src/cli/commands/demo.ts +2 -2
  65. package/src/cli/commands/doctor.ts +1 -1
  66. package/src/cli/commands/login.ts +1 -1
  67. package/src/cli/commands/setup.ts +2 -2
  68. package/src/discovery.ts +1 -1
  69. package/src/execute.ts +3 -3
  70. package/src/index.ts +14 -14
  71. package/src/registry/apis.json +1 -1
  72. package/src/ui/errors.ts +16 -16
  73. package/src/ui/prompts.ts +1 -1
  74. package/convex/adminActivate.d.ts +0 -3
  75. package/convex/adminActivate.js +0 -47
  76. package/convex/adminStats.d.ts +0 -9
  77. package/convex/adminStats.js +0 -280
  78. package/convex/agents.d.ts +0 -84
  79. package/convex/agents.js +0 -809
  80. package/convex/analytics.d.ts +0 -5
  81. package/convex/analytics.js +0 -166
  82. package/convex/billing.d.ts +0 -88
  83. package/convex/billing.js +0 -655
  84. package/convex/capabilities.d.ts +0 -9
  85. package/convex/capabilities.js +0 -145
  86. package/convex/chains.d.ts +0 -68
  87. package/convex/chains.js +0 -1105
  88. package/convex/credits.d.ts +0 -25
  89. package/convex/credits.js +0 -186
  90. package/convex/crons.d.ts +0 -3
  91. package/convex/crons.js +0 -17
  92. package/convex/directCall.d.ts +0 -72
  93. package/convex/directCall.js +0 -627
  94. package/convex/earnProgress.d.ts +0 -58
  95. package/convex/earnProgress.js +0 -649
  96. package/convex/email.d.ts +0 -14
  97. package/convex/email.js +0 -300
  98. package/convex/feedback.d.ts +0 -7
  99. package/convex/feedback.js +0 -227
  100. package/convex/http.d.ts +0 -3
  101. package/convex/http.js +0 -1405
  102. package/convex/inbound.d.ts +0 -2
  103. package/convex/inbound.js +0 -32
  104. package/convex/logs.d.ts +0 -48
  105. package/convex/logs.js +0 -621
  106. package/convex/migrateFilestack.d.ts +0 -2
  107. package/convex/migrateFilestack.js +0 -113
  108. package/convex/migratePratham.d.ts +0 -2
  109. package/convex/migratePratham.js +0 -121
  110. package/convex/mou.d.ts +0 -6
  111. package/convex/mou.js +0 -82
  112. package/convex/providerKeys.d.ts +0 -31
  113. package/convex/providerKeys.js +0 -257
  114. package/convex/providers.d.ts +0 -35
  115. package/convex/providers.js +0 -922
  116. package/convex/purchases.d.ts +0 -7
  117. package/convex/purchases.js +0 -157
  118. package/convex/ratelimit.d.ts +0 -4
  119. package/convex/ratelimit.js +0 -91
  120. package/convex/searchLogs.d.ts +0 -13
  121. package/convex/searchLogs.js +0 -232
  122. package/convex/seedAPILayerAPIs.d.ts +0 -7
  123. package/convex/seedAPILayerAPIs.js +0 -177
  124. package/convex/seedDirectCallConfigs.d.ts +0 -2
  125. package/convex/seedDirectCallConfigs.js +0 -324
  126. package/convex/seedPratham.d.ts +0 -6
  127. package/convex/seedPratham.js +0 -150
  128. package/convex/spendAlerts.d.ts +0 -36
  129. package/convex/spendAlerts.js +0 -380
  130. package/convex/stripeActions.d.ts +0 -19
  131. package/convex/stripeActions.js +0 -411
  132. package/convex/teams.d.ts +0 -21
  133. package/convex/teams.js +0 -215
  134. package/convex/telemetry.d.ts +0 -4
  135. package/convex/telemetry.js +0 -74
  136. package/convex/updateAPIStatus.d.ts +0 -6
  137. package/convex/updateAPIStatus.js +0 -40
  138. package/convex/usage.d.ts +0 -27
  139. package/convex/usage.js +0 -229
  140. package/convex/waitlist.d.ts +0 -4
  141. package/convex/waitlist.js +0 -49
  142. package/convex/webhooks.d.ts +0 -12
  143. package/convex/webhooks.js +0 -410
  144. package/convex/workspaces.d.ts +0 -33
  145. package/convex/workspaces.js +0 -991
@@ -1,74 +0,0 @@
1
- import { mutation, query } from "./_generated/server";
2
- import { v } from "convex/values";
3
- export const track = mutation({
4
- args: {
5
- event: v.object({
6
- type: v.string(),
7
- query: v.optional(v.string()),
8
- apiId: v.optional(v.string()),
9
- resultCount: v.optional(v.number()),
10
- responseTimeMs: v.optional(v.number()),
11
- version: v.optional(v.string()),
12
- platform: v.optional(v.string()),
13
- nodeVersion: v.optional(v.string()),
14
- timestamp: v.optional(v.number()),
15
- }),
16
- },
17
- handler: async (ctx, { event }) => {
18
- await ctx.db.insert("telemetry", {
19
- type: event.type,
20
- query: event.query,
21
- apiId: event.apiId,
22
- resultCount: event.resultCount,
23
- responseTimeMs: event.responseTimeMs,
24
- version: event.version || "unknown",
25
- platform: event.platform || "unknown",
26
- nodeVersion: event.nodeVersion || "unknown",
27
- timestamp: event.timestamp || Date.now(),
28
- });
29
- },
30
- });
31
- export const getStats = query({
32
- args: {},
33
- handler: async (ctx) => {
34
- const events = await ctx.db.query("telemetry").collect();
35
- const startups = events.filter(e => e.type === "startup").length;
36
- const searches = events.filter(e => e.type === "search").length;
37
- const executes = events.filter(e => e.type === "execute").length;
38
- const uniqueUsers = new Set(events.map(e => `${e.platform}-${e.nodeVersion}`)).size;
39
- const topQueries = events
40
- .filter(e => e.type === "search" && e.query)
41
- .reduce((acc, e) => {
42
- acc[e.query] = (acc[e.query] || 0) + 1;
43
- return acc;
44
- }, {});
45
- const topAPIs = events
46
- .filter(e => e.type === "execute" && e.apiId)
47
- .reduce((acc, e) => {
48
- acc[e.apiId] = (acc[e.apiId] || 0) + 1;
49
- return acc;
50
- }, {});
51
- return {
52
- totalStartups: startups,
53
- totalSearches: searches,
54
- totalExecutes: executes,
55
- estimatedUniqueUsers: uniqueUsers,
56
- topQueries: Object.entries(topQueries)
57
- .sort(([, a], [, b]) => b - a)
58
- .slice(0, 10),
59
- topAPIs: Object.entries(topAPIs)
60
- .sort(([, a], [, b]) => b - a)
61
- .slice(0, 10),
62
- };
63
- },
64
- });
65
- export const getRecent = query({
66
- args: { limit: v.optional(v.number()) },
67
- handler: async (ctx, { limit = 50 }) => {
68
- return await ctx.db
69
- .query("telemetry")
70
- .order("desc")
71
- .take(limit);
72
- },
73
- });
74
- //# sourceMappingURL=telemetry.js.map
@@ -1,6 +0,0 @@
1
- /**
2
- * Update providerAPIs status to reflect actual Direct Call status
3
- * Run: npx convex run updateAPIStatus:update
4
- */
5
- export declare const update: any;
6
- //# sourceMappingURL=updateAPIStatus.d.ts.map
@@ -1,40 +0,0 @@
1
- import { mutation } from "./_generated/server";
2
- /**
3
- * Update providerAPIs status to reflect actual Direct Call status
4
- * Run: npx convex run updateAPIStatus:update
5
- */
6
- export const update = mutation({
7
- args: {},
8
- handler: async (ctx) => {
9
- const providerId = "k97cvcvadnyz8x8m4we7xqmh1s83p0ph"; // APILayer
10
- const apis = await ctx.db
11
- .query("providerAPIs")
12
- .withIndex("by_providerId", (q) => q.eq("providerId", providerId))
13
- .collect();
14
- // APIs that are blocked by subscription tier
15
- const blocked = ["Number Verification API", "World News API", "Image Crop API", "Form API"];
16
- // PDF Layer is rate limited
17
- const rateLimited = ["PDF Layer"];
18
- let updated = 0;
19
- for (const api of apis) {
20
- let newStatus = "approved"; // default = live
21
- let hasDirectCall = true;
22
- if (blocked.includes(api.name)) {
23
- newStatus = "blocked";
24
- hasDirectCall = false;
25
- }
26
- else if (rateLimited.includes(api.name)) {
27
- newStatus = "rate_limited";
28
- }
29
- if (api.status !== newStatus || api.hasDirectCall !== hasDirectCall) {
30
- await ctx.db.patch(api._id, {
31
- status: newStatus,
32
- hasDirectCall,
33
- });
34
- updated++;
35
- }
36
- }
37
- return { success: true, updated, total: apis.length };
38
- },
39
- });
40
- //# sourceMappingURL=updateAPIStatus.js.map
package/convex/usage.d.ts DELETED
@@ -1,27 +0,0 @@
1
- /**
2
- * Log an API call usage
3
- */
4
- export declare const logUsage: any;
5
- /**
6
- * Get user usage stats for rate limiting
7
- * Returns counts for last minute and last day
8
- */
9
- export declare const getUserUsage: any;
10
- /**
11
- * Get provider usage stats for analytics
12
- */
13
- export declare const getProviderUsage: any;
14
- /**
15
- * Get Direct Call specific usage stats
16
- */
17
- export declare const getDirectCallUsage: any;
18
- /**
19
- * Get recent usage logs (for dashboard/debugging)
20
- */
21
- export declare const getRecentLogs: any;
22
- /**
23
- * Check if user is within rate limits
24
- * Returns { allowed: boolean, reason?: string }
25
- */
26
- export declare const checkRateLimit: any;
27
- //# sourceMappingURL=usage.d.ts.map
package/convex/usage.js DELETED
@@ -1,229 +0,0 @@
1
- import { v } from "convex/values";
2
- import { mutation, query } from "./_generated/server";
3
- // ============================================
4
- // MUTATIONS
5
- // ============================================
6
- /**
7
- * Log an API call usage
8
- */
9
- export const logUsage = mutation({
10
- args: {
11
- userId: v.string(),
12
- providerId: v.id("providers"),
13
- directCallId: v.id("providerDirectCall"),
14
- actionName: v.string(),
15
- success: v.boolean(),
16
- latencyMs: v.number(),
17
- creditsUsed: v.number(),
18
- errorMessage: v.optional(v.string()),
19
- },
20
- handler: async (ctx, args) => {
21
- return await ctx.db.insert("usageLog", {
22
- userId: args.userId,
23
- providerId: args.providerId,
24
- directCallId: args.directCallId,
25
- actionName: args.actionName,
26
- timestamp: Date.now(),
27
- success: args.success,
28
- latencyMs: args.latencyMs,
29
- creditsUsed: args.creditsUsed,
30
- errorMessage: args.errorMessage,
31
- });
32
- },
33
- });
34
- // ============================================
35
- // QUERIES
36
- // ============================================
37
- /**
38
- * Get user usage stats for rate limiting
39
- * Returns counts for last minute and last day
40
- */
41
- export const getUserUsage = query({
42
- args: {
43
- userId: v.string(),
44
- providerId: v.id("providers"),
45
- },
46
- handler: async (ctx, args) => {
47
- const now = Date.now();
48
- const oneMinuteAgo = now - 60 * 1000;
49
- const oneDayAgo = now - 24 * 60 * 60 * 1000;
50
- // Get all usage for this user + provider in the last 24h
51
- const recentUsage = await ctx.db
52
- .query("usageLog")
53
- .withIndex("by_userId_providerId", (q) => q.eq("userId", args.userId).eq("providerId", args.providerId))
54
- .filter((q) => q.gte(q.field("timestamp"), oneDayAgo))
55
- .collect();
56
- // Calculate counts
57
- const minuteCount = recentUsage.filter((u) => u.timestamp >= oneMinuteAgo).length;
58
- const dayCount = recentUsage.length;
59
- const totalCredits = recentUsage.reduce((sum, u) => sum + u.creditsUsed, 0);
60
- return {
61
- minute: minuteCount,
62
- day: dayCount,
63
- totalCreditsUsed: totalCredits,
64
- };
65
- },
66
- });
67
- /**
68
- * Get provider usage stats for analytics
69
- */
70
- export const getProviderUsage = query({
71
- args: {
72
- providerId: v.id("providers"),
73
- periodDays: v.optional(v.number()), // default 30
74
- },
75
- handler: async (ctx, args) => {
76
- const periodDays = args.periodDays ?? 30;
77
- const now = Date.now();
78
- const periodStart = now - periodDays * 24 * 60 * 60 * 1000;
79
- const usage = await ctx.db
80
- .query("usageLog")
81
- .withIndex("by_providerId", (q) => q.eq("providerId", args.providerId))
82
- .filter((q) => q.gte(q.field("timestamp"), periodStart))
83
- .collect();
84
- // Aggregate stats
85
- const totalCalls = usage.length;
86
- const successfulCalls = usage.filter((u) => u.success).length;
87
- const failedCalls = totalCalls - successfulCalls;
88
- const totalCredits = usage.reduce((sum, u) => sum + u.creditsUsed, 0);
89
- const totalLatency = usage.reduce((sum, u) => sum + u.latencyMs, 0);
90
- const avgLatency = totalCalls > 0 ? Math.round(totalLatency / totalCalls) : 0;
91
- // Group by action
92
- const byAction = {};
93
- for (const u of usage) {
94
- if (!byAction[u.actionName]) {
95
- byAction[u.actionName] = { calls: 0, credits: 0 };
96
- }
97
- byAction[u.actionName].calls++;
98
- byAction[u.actionName].credits += u.creditsUsed;
99
- }
100
- // Group by day for chart
101
- const byDay = {};
102
- for (const u of usage) {
103
- const day = new Date(u.timestamp).toISOString().split("T")[0];
104
- if (!byDay[day]) {
105
- byDay[day] = { calls: 0, credits: 0 };
106
- }
107
- byDay[day].calls++;
108
- byDay[day].credits += u.creditsUsed;
109
- }
110
- // Unique users
111
- const uniqueUsers = new Set(usage.map((u) => u.userId)).size;
112
- return {
113
- periodDays,
114
- totalCalls,
115
- successfulCalls,
116
- failedCalls,
117
- successRate: totalCalls > 0 ? (successfulCalls / totalCalls) * 100 : 0,
118
- totalCredits,
119
- avgLatencyMs: avgLatency,
120
- uniqueUsers,
121
- byAction,
122
- byDay,
123
- };
124
- },
125
- });
126
- /**
127
- * Get Direct Call specific usage stats
128
- */
129
- export const getDirectCallUsage = query({
130
- args: {
131
- directCallId: v.id("providerDirectCall"),
132
- periodDays: v.optional(v.number()),
133
- },
134
- handler: async (ctx, args) => {
135
- const periodDays = args.periodDays ?? 30;
136
- const now = Date.now();
137
- const periodStart = now - periodDays * 24 * 60 * 60 * 1000;
138
- const usage = await ctx.db
139
- .query("usageLog")
140
- .withIndex("by_directCallId", (q) => q.eq("directCallId", args.directCallId))
141
- .filter((q) => q.gte(q.field("timestamp"), periodStart))
142
- .collect();
143
- const totalCalls = usage.length;
144
- const successfulCalls = usage.filter((u) => u.success).length;
145
- const totalCredits = usage.reduce((sum, u) => sum + u.creditsUsed, 0);
146
- const totalLatency = usage.reduce((sum, u) => sum + u.latencyMs, 0);
147
- return {
148
- periodDays,
149
- totalCalls,
150
- successfulCalls,
151
- failedCalls: totalCalls - successfulCalls,
152
- successRate: totalCalls > 0 ? (successfulCalls / totalCalls) * 100 : 0,
153
- totalCredits,
154
- avgLatencyMs: totalCalls > 0 ? Math.round(totalLatency / totalCalls) : 0,
155
- uniqueUsers: new Set(usage.map((u) => u.userId)).size,
156
- };
157
- },
158
- });
159
- /**
160
- * Get recent usage logs (for dashboard/debugging)
161
- */
162
- export const getRecentLogs = query({
163
- args: {
164
- providerId: v.optional(v.id("providers")),
165
- directCallId: v.optional(v.id("providerDirectCall")),
166
- limit: v.optional(v.number()),
167
- },
168
- handler: async (ctx, args) => {
169
- const limit = args.limit ?? 50;
170
- const { directCallId, providerId } = args;
171
- if (directCallId !== undefined) {
172
- return await ctx.db
173
- .query("usageLog")
174
- .withIndex("by_directCallId", (q) => q.eq("directCallId", directCallId))
175
- .order("desc")
176
- .take(limit);
177
- }
178
- if (providerId !== undefined) {
179
- return await ctx.db
180
- .query("usageLog")
181
- .withIndex("by_providerId", (q) => q.eq("providerId", providerId))
182
- .order("desc")
183
- .take(limit);
184
- }
185
- return await ctx.db
186
- .query("usageLog")
187
- .withIndex("by_timestamp")
188
- .order("desc")
189
- .take(limit);
190
- },
191
- });
192
- /**
193
- * Check if user is within rate limits
194
- * Returns { allowed: boolean, reason?: string }
195
- */
196
- export const checkRateLimit = query({
197
- args: {
198
- userId: v.string(),
199
- providerId: v.id("providers"),
200
- rateLimitPerUser: v.number(),
201
- rateLimitPerDay: v.number(),
202
- },
203
- handler: async (ctx, args) => {
204
- const now = Date.now();
205
- const oneMinuteAgo = now - 60 * 1000;
206
- const oneDayAgo = now - 24 * 60 * 60 * 1000;
207
- const recentUsage = await ctx.db
208
- .query("usageLog")
209
- .withIndex("by_userId_providerId", (q) => q.eq("userId", args.userId).eq("providerId", args.providerId))
210
- .filter((q) => q.gte(q.field("timestamp"), oneDayAgo))
211
- .collect();
212
- const minuteCount = recentUsage.filter((u) => u.timestamp >= oneMinuteAgo).length;
213
- const dayCount = recentUsage.length;
214
- if (minuteCount >= args.rateLimitPerUser) {
215
- return {
216
- allowed: false,
217
- reason: `Rate limit exceeded: ${minuteCount}/${args.rateLimitPerUser} requests per minute`,
218
- };
219
- }
220
- if (dayCount >= args.rateLimitPerDay) {
221
- return {
222
- allowed: false,
223
- reason: `Daily limit exceeded: ${dayCount}/${args.rateLimitPerDay} requests per day`,
224
- };
225
- }
226
- return { allowed: true };
227
- },
228
- });
229
- //# sourceMappingURL=usage.js.map
@@ -1,4 +0,0 @@
1
- export declare const join: any;
2
- export declare const count: any;
3
- export declare const list: any;
4
- //# sourceMappingURL=waitlist.d.ts.map
@@ -1,49 +0,0 @@
1
- import { mutation, query } from "./_generated/server";
2
- import { v } from "convex/values";
3
- export const join = mutation({
4
- args: {
5
- email: v.string(),
6
- type: v.optional(v.string()),
7
- source: v.optional(v.string()),
8
- },
9
- handler: async (ctx, args) => {
10
- const email = args.email.toLowerCase().trim();
11
- // Check if already on waitlist
12
- const existing = await ctx.db
13
- .query("waitlist")
14
- .withIndex("by_email", (q) => q.eq("email", email))
15
- .first();
16
- if (existing) {
17
- return { success: true, alreadyExists: true };
18
- }
19
- await ctx.db.insert("waitlist", {
20
- email,
21
- type: args.type || "provider",
22
- source: args.source || "landing",
23
- createdAt: Date.now(),
24
- });
25
- return { success: true, alreadyExists: false };
26
- },
27
- });
28
- export const count = query({
29
- args: {},
30
- handler: async (ctx) => {
31
- const all = await ctx.db.query("waitlist").collect();
32
- return all.length;
33
- },
34
- });
35
- export const list = query({
36
- args: {
37
- type: v.optional(v.string()),
38
- },
39
- handler: async (ctx, args) => {
40
- if (args.type) {
41
- return await ctx.db
42
- .query("waitlist")
43
- .withIndex("by_type", (q) => q.eq("type", args.type))
44
- .collect();
45
- }
46
- return await ctx.db.query("waitlist").collect();
47
- },
48
- });
49
- //# sourceMappingURL=waitlist.js.map
@@ -1,12 +0,0 @@
1
- export declare const WEBHOOK_EVENTS: readonly ["usage.threshold.80", "usage.threshold.100", "api.error", "agent.connected", "agent.revoked"];
2
- export declare const getWebhooks: any;
3
- export declare const createWebhook: any;
4
- export declare const updateWebhook: any;
5
- export declare const deleteWebhook: any;
6
- export declare const regenerateSecret: any;
7
- export declare const testWebhook: any;
8
- export declare const triggerWebhooks: any;
9
- export declare const getWebhookInternal: any;
10
- export declare const getWebhooksForEvent: any;
11
- export declare const updateWebhookStatus: any;
12
- //# sourceMappingURL=webhooks.d.ts.map