@nordsym/apiclaw 1.7.3 → 1.7.5

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 (219) hide show
  1. package/convex/_generated/api.d.ts +115 -0
  2. package/convex/_generated/api.js +23 -0
  3. package/convex/_generated/dataModel.d.ts +60 -0
  4. package/convex/_generated/server.d.ts +143 -0
  5. package/convex/_generated/server.js +93 -0
  6. package/convex/adminActivate.d.ts +3 -0
  7. package/convex/adminActivate.d.ts.map +1 -0
  8. package/convex/adminActivate.js +47 -0
  9. package/convex/adminActivate.js.map +1 -0
  10. package/convex/adminActivate.ts +54 -0
  11. package/convex/adminStats.d.ts +3 -0
  12. package/convex/adminStats.d.ts.map +1 -0
  13. package/convex/adminStats.js +42 -0
  14. package/convex/adminStats.js.map +1 -0
  15. package/convex/adminStats.ts +44 -0
  16. package/convex/agents.d.ts +76 -0
  17. package/convex/agents.d.ts.map +1 -0
  18. package/convex/agents.js +699 -0
  19. package/convex/agents.js.map +1 -0
  20. package/convex/agents.ts +814 -0
  21. package/convex/analytics.d.ts +5 -0
  22. package/convex/analytics.d.ts.map +1 -0
  23. package/convex/analytics.js +166 -0
  24. package/convex/analytics.js.map +1 -0
  25. package/convex/analytics.ts +186 -0
  26. package/convex/billing.d.ts +88 -0
  27. package/convex/billing.d.ts.map +1 -0
  28. package/convex/billing.js +655 -0
  29. package/convex/billing.js.map +1 -0
  30. package/convex/billing.ts +791 -0
  31. package/convex/capabilities.d.ts +9 -0
  32. package/convex/capabilities.d.ts.map +1 -0
  33. package/convex/capabilities.js +145 -0
  34. package/convex/capabilities.js.map +1 -0
  35. package/convex/capabilities.ts +157 -0
  36. package/convex/chains.d.ts +68 -0
  37. package/convex/chains.d.ts.map +1 -0
  38. package/convex/chains.js +1105 -0
  39. package/convex/chains.js.map +1 -0
  40. package/convex/chains.ts +1318 -0
  41. package/convex/credits.d.ts +25 -0
  42. package/convex/credits.d.ts.map +1 -0
  43. package/convex/credits.js +186 -0
  44. package/convex/credits.js.map +1 -0
  45. package/convex/credits.ts +211 -0
  46. package/convex/crons.d.ts +3 -0
  47. package/convex/crons.d.ts.map +1 -0
  48. package/convex/crons.js +17 -0
  49. package/convex/crons.js.map +1 -0
  50. package/convex/crons.ts +28 -0
  51. package/convex/directCall.d.ts +72 -0
  52. package/convex/directCall.d.ts.map +1 -0
  53. package/convex/directCall.js +627 -0
  54. package/convex/directCall.js.map +1 -0
  55. package/convex/directCall.ts +678 -0
  56. package/convex/earnProgress.d.ts +58 -0
  57. package/convex/earnProgress.d.ts.map +1 -0
  58. package/convex/earnProgress.js +649 -0
  59. package/convex/earnProgress.js.map +1 -0
  60. package/convex/earnProgress.ts +753 -0
  61. package/convex/email.d.ts +14 -0
  62. package/convex/email.d.ts.map +1 -0
  63. package/convex/email.js +300 -0
  64. package/convex/email.js.map +1 -0
  65. package/convex/email.ts +329 -0
  66. package/convex/feedback.d.ts +7 -0
  67. package/convex/feedback.d.ts.map +1 -0
  68. package/convex/feedback.js +227 -0
  69. package/convex/feedback.js.map +1 -0
  70. package/convex/feedback.ts +265 -0
  71. package/convex/http.d.ts +3 -0
  72. package/convex/http.d.ts.map +1 -0
  73. package/convex/http.js +1405 -0
  74. package/convex/http.js.map +1 -0
  75. package/convex/http.ts +1577 -0
  76. package/convex/inbound.d.ts +2 -0
  77. package/convex/inbound.d.ts.map +1 -0
  78. package/convex/inbound.js +32 -0
  79. package/convex/inbound.js.map +1 -0
  80. package/convex/inbound.ts +32 -0
  81. package/convex/logs.d.ts +48 -0
  82. package/convex/logs.d.ts.map +1 -0
  83. package/convex/logs.js +592 -0
  84. package/convex/logs.js.map +1 -0
  85. package/convex/logs.ts +662 -0
  86. package/convex/mou.d.ts +6 -0
  87. package/convex/mou.d.ts.map +1 -0
  88. package/convex/mou.js +82 -0
  89. package/convex/mou.js.map +1 -0
  90. package/convex/mou.ts +91 -0
  91. package/convex/providerKeys.d.ts +31 -0
  92. package/convex/providerKeys.d.ts.map +1 -0
  93. package/convex/providerKeys.js +257 -0
  94. package/convex/providerKeys.js.map +1 -0
  95. package/convex/providerKeys.ts +289 -0
  96. package/convex/providers.d.ts +32 -0
  97. package/convex/providers.d.ts.map +1 -0
  98. package/convex/providers.js +814 -0
  99. package/convex/providers.js.map +1 -0
  100. package/convex/providers.ts +909 -0
  101. package/convex/purchases.d.ts +7 -0
  102. package/convex/purchases.d.ts.map +1 -0
  103. package/convex/purchases.js +157 -0
  104. package/convex/purchases.js.map +1 -0
  105. package/convex/purchases.ts +183 -0
  106. package/convex/ratelimit.d.ts +4 -0
  107. package/convex/ratelimit.d.ts.map +1 -0
  108. package/convex/ratelimit.js +91 -0
  109. package/convex/ratelimit.js.map +1 -0
  110. package/convex/ratelimit.ts +104 -0
  111. package/convex/schema.ts +805 -0
  112. package/convex/searchLogs.d.ts +4 -0
  113. package/convex/searchLogs.d.ts.map +1 -0
  114. package/convex/searchLogs.js +129 -0
  115. package/convex/searchLogs.js.map +1 -0
  116. package/convex/searchLogs.ts +146 -0
  117. package/convex/seedAPILayerAPIs.d.ts +7 -0
  118. package/convex/seedAPILayerAPIs.d.ts.map +1 -0
  119. package/convex/seedAPILayerAPIs.js +177 -0
  120. package/convex/seedAPILayerAPIs.js.map +1 -0
  121. package/convex/seedAPILayerAPIs.ts +191 -0
  122. package/convex/seedDirectCallConfigs.d.ts +2 -0
  123. package/convex/seedDirectCallConfigs.d.ts.map +1 -0
  124. package/convex/seedDirectCallConfigs.js +324 -0
  125. package/convex/seedDirectCallConfigs.js.map +1 -0
  126. package/convex/seedDirectCallConfigs.ts +336 -0
  127. package/convex/seedPratham.d.ts +6 -0
  128. package/convex/seedPratham.d.ts.map +1 -0
  129. package/convex/seedPratham.js +150 -0
  130. package/convex/seedPratham.js.map +1 -0
  131. package/convex/seedPratham.ts +161 -0
  132. package/convex/spendAlerts.d.ts +36 -0
  133. package/convex/spendAlerts.d.ts.map +1 -0
  134. package/convex/spendAlerts.js +380 -0
  135. package/convex/spendAlerts.js.map +1 -0
  136. package/convex/spendAlerts.ts +442 -0
  137. package/convex/stripeActions.d.ts +19 -0
  138. package/convex/stripeActions.d.ts.map +1 -0
  139. package/convex/stripeActions.js +411 -0
  140. package/convex/stripeActions.js.map +1 -0
  141. package/convex/stripeActions.ts +512 -0
  142. package/convex/teams.d.ts +21 -0
  143. package/convex/teams.d.ts.map +1 -0
  144. package/convex/teams.js +215 -0
  145. package/convex/teams.js.map +1 -0
  146. package/convex/teams.ts +243 -0
  147. package/convex/telemetry.d.ts +4 -0
  148. package/convex/telemetry.d.ts.map +1 -0
  149. package/convex/telemetry.js +74 -0
  150. package/convex/telemetry.js.map +1 -0
  151. package/convex/telemetry.ts +81 -0
  152. package/convex/tsconfig.json +25 -0
  153. package/convex/updateAPIStatus.d.ts +6 -0
  154. package/convex/updateAPIStatus.d.ts.map +1 -0
  155. package/convex/updateAPIStatus.js +40 -0
  156. package/convex/updateAPIStatus.js.map +1 -0
  157. package/convex/updateAPIStatus.ts +45 -0
  158. package/convex/usage.d.ts +27 -0
  159. package/convex/usage.d.ts.map +1 -0
  160. package/convex/usage.js +229 -0
  161. package/convex/usage.js.map +1 -0
  162. package/convex/usage.ts +260 -0
  163. package/convex/waitlist.d.ts +4 -0
  164. package/convex/waitlist.d.ts.map +1 -0
  165. package/convex/waitlist.js +49 -0
  166. package/convex/waitlist.js.map +1 -0
  167. package/convex/waitlist.ts +55 -0
  168. package/convex/webhooks.d.ts +12 -0
  169. package/convex/webhooks.d.ts.map +1 -0
  170. package/convex/webhooks.js +410 -0
  171. package/convex/webhooks.js.map +1 -0
  172. package/convex/webhooks.ts +494 -0
  173. package/convex/workspaces.d.ts +31 -0
  174. package/convex/workspaces.d.ts.map +1 -0
  175. package/convex/workspaces.js +975 -0
  176. package/convex/workspaces.js.map +1 -0
  177. package/convex/workspaces.ts +1130 -0
  178. package/dist/bin.js +0 -0
  179. package/dist/index.js +9 -0
  180. package/dist/index.js.map +1 -1
  181. package/package.json +1 -1
  182. package/src/index.ts +10 -0
  183. package/dist/chain-types.d.ts +0 -187
  184. package/dist/chain-types.d.ts.map +0 -1
  185. package/dist/chain-types.js +0 -33
  186. package/dist/chain-types.js.map +0 -1
  187. package/dist/registry/apis.json.bak +0 -248811
  188. package/dist/src/bin.js +0 -17
  189. package/dist/src/capability-router.js +0 -240
  190. package/dist/src/chainExecutor.js +0 -451
  191. package/dist/src/chainResolver.js +0 -518
  192. package/dist/src/cli/commands/doctor.js +0 -324
  193. package/dist/src/cli/commands/mcp-install.js +0 -255
  194. package/dist/src/cli/commands/restore.js +0 -259
  195. package/dist/src/cli/commands/setup.js +0 -205
  196. package/dist/src/cli/commands/uninstall.js +0 -188
  197. package/dist/src/cli/index.js +0 -111
  198. package/dist/src/cli.js +0 -302
  199. package/dist/src/confirmation.js +0 -240
  200. package/dist/src/credentials.js +0 -357
  201. package/dist/src/credits.js +0 -260
  202. package/dist/src/crypto.js +0 -66
  203. package/dist/src/discovery.js +0 -504
  204. package/dist/src/enterprise/env.js +0 -123
  205. package/dist/src/enterprise/script-generator.js +0 -460
  206. package/dist/src/execute-dynamic.js +0 -473
  207. package/dist/src/execute.js +0 -1727
  208. package/dist/src/index.js +0 -2062
  209. package/dist/src/metered.js +0 -80
  210. package/dist/src/open-apis.js +0 -276
  211. package/dist/src/proxy.js +0 -28
  212. package/dist/src/session.js +0 -86
  213. package/dist/src/stripe.js +0 -407
  214. package/dist/src/telemetry.js +0 -49
  215. package/dist/src/types.js +0 -2
  216. package/dist/src/utils/backup.js +0 -181
  217. package/dist/src/utils/config.js +0 -220
  218. package/dist/src/utils/os.js +0 -105
  219. package/dist/src/utils/paths.js +0 -159
@@ -0,0 +1,289 @@
1
+ import { v } from "convex/values";
2
+ import { mutation, query, internalQuery } from "./_generated/server";
3
+
4
+ // ============================================
5
+ // BYOK - Bring Your Own Key
6
+ // ============================================
7
+
8
+ // Supported providers for BYOK
9
+ export const BYOK_PROVIDERS = [
10
+ { id: "brave_search", name: "Brave Search", icon: "🔍" },
11
+ { id: "openrouter", name: "OpenRouter", icon: "🤖" },
12
+ { id: "elevenlabs", name: "ElevenLabs", icon: "🎙️" },
13
+ { id: "twilio", name: "Twilio", icon: "📞" },
14
+ { id: "resend", name: "Resend", icon: "📧" },
15
+ { id: "e2b", name: "E2B", icon: "💻" },
16
+ ] as const;
17
+
18
+ // Simple base64 encoding for MVP (proper encryption in production)
19
+ function encryptKey(key: string): string {
20
+ return Buffer.from(key).toString("base64");
21
+ }
22
+
23
+ function decryptKey(encryptedKey: string): string {
24
+ return Buffer.from(encryptedKey, "base64").toString("utf-8");
25
+ }
26
+
27
+ function getKeyHint(key: string): string {
28
+ if (key.length <= 4) return "••••";
29
+ return key.slice(-4);
30
+ }
31
+
32
+ // ============================================
33
+ // ADD KEY
34
+ // ============================================
35
+
36
+ export const addKey = mutation({
37
+ args: {
38
+ token: v.string(),
39
+ provider: v.string(),
40
+ apiKey: v.string(),
41
+ },
42
+ handler: async (ctx, args) => {
43
+ // Validate session
44
+ const session = await ctx.db
45
+ .query("agentSessions")
46
+ .withIndex("by_sessionToken", (q) => q.eq("sessionToken", args.token))
47
+ .first();
48
+
49
+ if (!session) {
50
+ throw new Error("Invalid session");
51
+ }
52
+
53
+ const workspaceId = session.workspaceId;
54
+
55
+ // Check if key already exists for this provider
56
+ const existingKey = await ctx.db
57
+ .query("providerKeys")
58
+ .withIndex("by_provider", (q) =>
59
+ q.eq("workspaceId", workspaceId).eq("provider", args.provider)
60
+ )
61
+ .first();
62
+
63
+ const now = Date.now();
64
+ const encryptedKey = encryptKey(args.apiKey);
65
+ const keyHint = getKeyHint(args.apiKey);
66
+
67
+ let isFirstKey = false;
68
+
69
+ if (existingKey) {
70
+ // Update existing key
71
+ await ctx.db.patch(existingKey._id, {
72
+ encryptedKey,
73
+ keyHint,
74
+ updatedAt: now,
75
+ });
76
+ } else {
77
+ // Create new key
78
+ await ctx.db.insert("providerKeys", {
79
+ workspaceId,
80
+ provider: args.provider,
81
+ encryptedKey,
82
+ keyHint,
83
+ isCustom: false,
84
+ createdAt: now,
85
+ updatedAt: now,
86
+ });
87
+
88
+ // Check if this is the first BYOK key for earn progress
89
+ const allKeys = await ctx.db
90
+ .query("providerKeys")
91
+ .withIndex("by_workspaceId", (q) => q.eq("workspaceId", workspaceId))
92
+ .collect();
93
+
94
+ // If this is the only key (the one we just created), mark BYOK setup
95
+ if (allKeys.length === 1) {
96
+ isFirstKey = true;
97
+ // Import and call markByokSetup
98
+ const earnProgress = await ctx.db
99
+ .query("earnProgress")
100
+ .withIndex("by_workspaceId", (q) => q.eq("workspaceId", workspaceId))
101
+ .first();
102
+
103
+ if (earnProgress && !earnProgress.byokSetup) {
104
+ const newTotal = calculateEarnTotal({ ...earnProgress, byokSetup: true });
105
+ await ctx.db.patch(earnProgress._id, {
106
+ byokSetup: true,
107
+ byokSetupAt: now,
108
+ totalEarned: newTotal,
109
+ updatedAt: now,
110
+ });
111
+ // Add 5 calls to workspace limit
112
+ const workspace = await ctx.db.get(workspaceId);
113
+ if (workspace) {
114
+ await ctx.db.patch(workspaceId, {
115
+ usageLimit: workspace.usageLimit + 5,
116
+ updatedAt: now,
117
+ });
118
+ }
119
+ } else if (!earnProgress) {
120
+ // Create earn progress with byokSetup
121
+ await ctx.db.insert("earnProgress", {
122
+ workspaceId,
123
+ firstDirectCall: false,
124
+ apisUsed: [],
125
+ apisUsedComplete: false,
126
+ agentListed: false,
127
+ apiListed: false,
128
+ byokSetup: true,
129
+ byokSetupAt: now,
130
+ githubStarred: false,
131
+ twitterFollowed: false,
132
+ referralCount: 0,
133
+ totalEarned: 5, // BYOK reward
134
+ createdAt: now,
135
+ updatedAt: now,
136
+ });
137
+ // Add 5 calls to workspace limit
138
+ const workspace = await ctx.db.get(workspaceId);
139
+ if (workspace) {
140
+ await ctx.db.patch(workspaceId, {
141
+ usageLimit: workspace.usageLimit + 5,
142
+ updatedAt: now,
143
+ });
144
+ }
145
+ }
146
+ }
147
+ }
148
+
149
+ return {
150
+ success: true,
151
+ action: existingKey ? "updated" : "created",
152
+ earnedByok: isFirstKey,
153
+ };
154
+ },
155
+ });
156
+
157
+ // Helper to calculate earn total (duplicated to avoid circular import)
158
+ function calculateEarnTotal(progress: any): number {
159
+ let total = 0;
160
+ if (progress.firstDirectCall) total += 15;
161
+ if (progress.apisUsedComplete) total += 10;
162
+ if (progress.agentListed) total += 10;
163
+ if (progress.apiListed) total += 10;
164
+ if (progress.byokSetup) total += 5;
165
+ if (progress.githubStarred) total += 10;
166
+ if (progress.twitterFollowed) total += 5;
167
+ total += (progress.referralCount || 0) * 10;
168
+ return total;
169
+ }
170
+
171
+ // ============================================
172
+ // REMOVE KEY
173
+ // ============================================
174
+
175
+ export const removeKey = mutation({
176
+ args: {
177
+ token: v.string(),
178
+ provider: v.string(),
179
+ },
180
+ handler: async (ctx, args) => {
181
+ // Validate session
182
+ const session = await ctx.db
183
+ .query("agentSessions")
184
+ .withIndex("by_sessionToken", (q) => q.eq("sessionToken", args.token))
185
+ .first();
186
+
187
+ if (!session) {
188
+ throw new Error("Invalid session");
189
+ }
190
+
191
+ const workspaceId = session.workspaceId;
192
+
193
+ // Find and delete the key
194
+ const existingKey = await ctx.db
195
+ .query("providerKeys")
196
+ .withIndex("by_provider", (q) =>
197
+ q.eq("workspaceId", workspaceId).eq("provider", args.provider)
198
+ )
199
+ .first();
200
+
201
+ if (!existingKey) {
202
+ throw new Error("Key not found");
203
+ }
204
+
205
+ await ctx.db.delete(existingKey._id);
206
+ return { success: true };
207
+ },
208
+ });
209
+
210
+ // ============================================
211
+ // GET KEYS (for display - no actual key values)
212
+ // ============================================
213
+
214
+ export const getKeys = query({
215
+ args: {
216
+ token: v.string(),
217
+ },
218
+ handler: async (ctx, args) => {
219
+ // Validate session
220
+ const session = await ctx.db
221
+ .query("agentSessions")
222
+ .withIndex("by_sessionToken", (q) => q.eq("sessionToken", args.token))
223
+ .first();
224
+
225
+ if (!session) {
226
+ return { keys: [] };
227
+ }
228
+
229
+ const workspaceId = session.workspaceId;
230
+
231
+ // Get all keys for this workspace
232
+ const keys = await ctx.db
233
+ .query("providerKeys")
234
+ .withIndex("by_workspaceId", (q) => q.eq("workspaceId", workspaceId))
235
+ .collect();
236
+
237
+ // Return without actual key values
238
+ return {
239
+ keys: keys.map((key) => ({
240
+ provider: key.provider,
241
+ keyHint: key.keyHint,
242
+ isCustom: key.isCustom,
243
+ customConfig: key.customConfig,
244
+ createdAt: key.createdAt,
245
+ updatedAt: key.updatedAt,
246
+ })),
247
+ };
248
+ },
249
+ });
250
+
251
+ // ============================================
252
+ // GET KEY FOR EXECUTION (internal use only)
253
+ // ============================================
254
+
255
+ export const getKeyForExecution = internalQuery({
256
+ args: {
257
+ workspaceId: v.id("workspaces"),
258
+ provider: v.string(),
259
+ },
260
+ handler: async (ctx, args) => {
261
+ const key = await ctx.db
262
+ .query("providerKeys")
263
+ .withIndex("by_provider", (q) =>
264
+ q.eq("workspaceId", args.workspaceId).eq("provider", args.provider)
265
+ )
266
+ .first();
267
+
268
+ if (!key) {
269
+ return null;
270
+ }
271
+
272
+ return {
273
+ apiKey: decryptKey(key.encryptedKey),
274
+ isCustom: key.isCustom,
275
+ customConfig: key.customConfig,
276
+ };
277
+ },
278
+ });
279
+
280
+ // ============================================
281
+ // GET SUPPORTED PROVIDERS
282
+ // ============================================
283
+
284
+ export const getSupportedProviders = query({
285
+ args: {},
286
+ handler: async () => {
287
+ return BYOK_PROVIDERS;
288
+ },
289
+ });
@@ -0,0 +1,32 @@
1
+ export declare const registerProvider: any;
2
+ export declare const getProviderByEmail: any;
3
+ export declare const getProviderAPIs: any;
4
+ export declare const getApprovedAPIs: any;
5
+ export declare const getCategories: any;
6
+ export declare const trackDiscovery: any;
7
+ export declare const getPendingProviders: any;
8
+ export declare const approveProvider: any;
9
+ export declare const rejectProvider: any;
10
+ export declare const getProviderStats: any;
11
+ export declare const createMagicLink: any;
12
+ export declare const verifyMagicLink: any;
13
+ export declare const getSession: any;
14
+ export declare const getApiById: any;
15
+ export declare const getProviderAPIsWithStatus: any;
16
+ export declare const debugDeleteAPI: any;
17
+ export declare const addAPI: any;
18
+ export declare const deleteAPI: any;
19
+ export declare const debugUpdateProvider: any;
20
+ export declare const debugAddAPI: any;
21
+ export declare const debugDeleteProvider: any;
22
+ export declare const debugListSessions: any;
23
+ export declare const debugListProviders: any;
24
+ export declare const getAnalytics: any;
25
+ export declare const getEarnings: any;
26
+ export declare const getAllProviders: any;
27
+ export declare const getAllAPIs: any;
28
+ export declare const debugUpdateAPI: any;
29
+ export declare const getByWorkspaceId: any;
30
+ export declare const createForWorkspace: any;
31
+ export declare const deleteForWorkspace: any;
32
+ //# sourceMappingURL=providers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["providers.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB,KAyE3B,CAAC;AAGH,eAAO,MAAM,kBAAkB,KAQ7B,CAAC;AAGH,eAAO,MAAM,eAAe,KAQ1B,CAAC;AAGH,eAAO,MAAM,eAAe,KAwB1B,CAAC;AAGH,eAAO,MAAM,aAAa,KAgBxB,CAAC;AAGH,eAAO,MAAM,cAAc,KAWzB,CAAC;AAGH,eAAO,MAAM,mBAAmB,KAO9B,CAAC;AAGH,eAAO,MAAM,eAAe,KAS1B,CAAC;AAGH,eAAO,MAAM,cAAc,KAQzB,CAAC;AAGH,eAAO,MAAM,gBAAgB,KAe3B,CAAC;AAOH,eAAO,MAAM,eAAe,KAe1B,CAAC;AAGH,eAAO,MAAM,eAAe,KA6D1B,CAAC;AAGH,eAAO,MAAM,UAAU,KAsBrB,CAAC;AAOH,eAAO,MAAM,UAAU,KAmBrB,CAAC;AAGH,eAAO,MAAM,yBAAyB,KAyBpC,CAAC;AAGH,eAAO,MAAM,cAAc,KAMzB,CAAC;AAGH,eAAO,MAAM,MAAM,KA0CjB,CAAC;AAGH,eAAO,MAAM,SAAS,KAoCpB,CAAC;AAGH,eAAO,MAAM,mBAAmB,KAW9B,CAAC;AAGH,eAAO,MAAM,WAAW,KA0BtB,CAAC;AAGH,eAAO,MAAM,mBAAmB,KA2B9B,CAAC;AAGH,eAAO,MAAM,iBAAiB,KAK5B,CAAC;AAGH,eAAO,MAAM,kBAAkB,KAK7B,CAAC;AAEH,eAAO,MAAM,YAAY,KA0KvB,CAAC;AAMH,eAAO,MAAM,WAAW,KA6DtB,CAAC;AAOH,eAAO,MAAM,eAAe,KAO1B,CAAC;AAGH,eAAO,MAAM,UAAU,KAOrB,CAAC;AAaH,eAAO,MAAM,cAAc,KAmBzB,CAAC;AAKH,eAAO,MAAM,gBAAgB,KAQ3B,CAAC;AAGH,eAAO,MAAM,kBAAkB,KA2B7B,CAAC;AAGH,eAAO,MAAM,kBAAkB,KAU7B,CAAC"}