vibeusage 0.3.0 → 0.3.2
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/README.md +19 -11
- package/README.zh-CN.md +10 -8
- package/node_modules/@insforge/sdk/LICENSE +201 -201
- package/node_modules/@insforge/sdk/README.md +326 -259
- package/node_modules/@insforge/sdk/dist/index.d.mts +377 -182
- package/node_modules/@insforge/sdk/dist/index.d.ts +377 -182
- package/node_modules/@insforge/sdk/dist/index.js +1172 -677
- package/node_modules/@insforge/sdk/dist/index.js.map +1 -1
- package/node_modules/@insforge/sdk/dist/index.mjs +1171 -677
- package/node_modules/@insforge/sdk/dist/index.mjs.map +1 -1
- package/node_modules/@insforge/sdk/package.json +68 -68
- package/node_modules/@insforge/shared-schemas/dist/ai-api.schema.d.ts +1120 -43
- package/node_modules/@insforge/shared-schemas/dist/ai-api.schema.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/ai-api.schema.js +179 -5
- package/node_modules/@insforge/shared-schemas/dist/ai-api.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/ai.schema.d.ts +25 -25
- package/node_modules/@insforge/shared-schemas/dist/ai.schema.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/ai.schema.js +2 -2
- package/node_modules/@insforge/shared-schemas/dist/ai.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/auth-api.schema.d.ts +197 -51
- package/node_modules/@insforge/shared-schemas/dist/auth-api.schema.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/auth-api.schema.js +87 -23
- package/node_modules/@insforge/shared-schemas/dist/auth-api.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/auth.schema.d.ts +32 -3
- package/node_modules/@insforge/shared-schemas/dist/auth.schema.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/auth.schema.js +21 -3
- package/node_modules/@insforge/shared-schemas/dist/auth.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/cloud-events.schema.d.ts +380 -0
- package/node_modules/@insforge/shared-schemas/dist/cloud-events.schema.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/cloud-events.schema.js +74 -0
- package/node_modules/@insforge/shared-schemas/dist/cloud-events.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/database-api.schema.d.ts +13 -13
- package/node_modules/@insforge/shared-schemas/dist/database-api.schema.js +1 -1
- package/node_modules/@insforge/shared-schemas/dist/database-api.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/deployments-api.schema.d.ts +735 -0
- package/node_modules/@insforge/shared-schemas/dist/deployments-api.schema.d.ts.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/deployments-api.schema.js +209 -0
- package/node_modules/@insforge/shared-schemas/dist/deployments-api.schema.js.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/deployments.schema.d.ts +37 -0
- package/node_modules/@insforge/shared-schemas/dist/deployments.schema.d.ts.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/deployments.schema.js +25 -0
- package/node_modules/@insforge/shared-schemas/dist/deployments.schema.js.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/docs.schema.d.ts +5 -1
- package/node_modules/@insforge/shared-schemas/dist/docs.schema.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/docs.schema.js +34 -4
- package/node_modules/@insforge/shared-schemas/dist/docs.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/email-api.schema.js +1 -1
- package/node_modules/@insforge/shared-schemas/dist/email-api.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/functions-api.schema.d.ts +186 -6
- package/node_modules/@insforge/shared-schemas/dist/functions-api.schema.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/functions-api.schema.js +21 -2
- package/node_modules/@insforge/shared-schemas/dist/functions-api.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/functions.schema.d.ts +5 -5
- package/node_modules/@insforge/shared-schemas/dist/functions.schema.js +1 -1
- package/node_modules/@insforge/shared-schemas/dist/functions.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/index.d.ts +24 -18
- package/node_modules/@insforge/shared-schemas/dist/index.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/index.js +24 -18
- package/node_modules/@insforge/shared-schemas/dist/index.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/logs-api.schema.js +1 -1
- package/node_modules/@insforge/shared-schemas/dist/logs-api.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/logs.schema.d.ts +43 -0
- package/node_modules/@insforge/shared-schemas/dist/logs.schema.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/logs.schema.js +11 -0
- package/node_modules/@insforge/shared-schemas/dist/logs.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/metadata.schema.d.ts +229 -172
- package/node_modules/@insforge/shared-schemas/dist/metadata.schema.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/metadata.schema.js +27 -7
- package/node_modules/@insforge/shared-schemas/dist/metadata.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/rate-limit-api.schema.d.ts +51 -0
- package/node_modules/@insforge/shared-schemas/dist/rate-limit-api.schema.d.ts.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/rate-limit-api.schema.js +31 -0
- package/node_modules/@insforge/shared-schemas/dist/rate-limit-api.schema.js.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/rate-limit.schema.d.ts +31 -0
- package/node_modules/@insforge/shared-schemas/dist/rate-limit.schema.d.ts.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/rate-limit.schema.js +12 -0
- package/node_modules/@insforge/shared-schemas/dist/rate-limit.schema.js.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/realtime-api.schema.d.ts +39 -20
- package/node_modules/@insforge/shared-schemas/dist/realtime-api.schema.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/realtime-api.schema.js +5 -1
- package/node_modules/@insforge/shared-schemas/dist/realtime-api.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/realtime.schema.d.ts +12 -4
- package/node_modules/@insforge/shared-schemas/dist/realtime.schema.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/realtime.schema.js +6 -0
- package/node_modules/@insforge/shared-schemas/dist/realtime.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/schedules-api.schema.d.ts +287 -0
- package/node_modules/@insforge/shared-schemas/dist/schedules-api.schema.d.ts.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/schedules-api.schema.js +81 -0
- package/node_modules/@insforge/shared-schemas/dist/schedules-api.schema.js.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/schedules.schema.d.ts +77 -0
- package/node_modules/@insforge/shared-schemas/dist/schedules.schema.d.ts.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/schedules.schema.js +36 -0
- package/node_modules/@insforge/shared-schemas/dist/schedules.schema.js.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/secrets-api.schema.d.ts +113 -0
- package/node_modules/@insforge/shared-schemas/dist/secrets-api.schema.d.ts.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/secrets-api.schema.js +31 -0
- package/node_modules/@insforge/shared-schemas/dist/secrets-api.schema.js.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/secrets.schema.d.ts +31 -0
- package/node_modules/@insforge/shared-schemas/dist/secrets.schema.d.ts.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/secrets.schema.js +13 -0
- package/node_modules/@insforge/shared-schemas/dist/secrets.schema.js.map +1 -0
- package/node_modules/@insforge/shared-schemas/dist/storage-api.schema.d.ts +27 -2
- package/node_modules/@insforge/shared-schemas/dist/storage-api.schema.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/storage-api.schema.js +9 -1
- package/node_modules/@insforge/shared-schemas/dist/storage-api.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/storage.schema.d.ts +17 -0
- package/node_modules/@insforge/shared-schemas/dist/storage.schema.d.ts.map +1 -1
- package/node_modules/@insforge/shared-schemas/dist/storage.schema.js +6 -0
- package/node_modules/@insforge/shared-schemas/dist/storage.schema.js.map +1 -1
- package/node_modules/@insforge/shared-schemas/package.json +2 -1
- package/package.json +2 -2
- package/src/commands/status.js +22 -5
- package/src/commands/sync.js +100 -197
- package/src/commands/uninstall.js +0 -11
- package/src/lib/diagnostics.js +34 -9
- package/src/lib/doctor.js +24 -15
- package/src/lib/insforge-client.js +13 -9
- package/src/lib/integrations/context.js +0 -6
- package/src/lib/integrations/index.js +0 -2
- package/src/lib/openclaw-session-plugin.js +48 -138
- package/src/lib/openclaw-usage-ledger.js +237 -0
- package/src/lib/opencode-sqlite.js +113 -0
- package/src/lib/opencode-usage-audit.js +3 -2
- package/src/lib/rollout.js +229 -153
- package/src/lib/vibeusage-api.js +2 -2
- package/src/lib/integrations/openclaw-legacy.js +0 -123
- package/src/lib/openclaw-hook.js +0 -420
|
@@ -14,19 +14,23 @@ export declare const paginationSchema: z.ZodObject<{
|
|
|
14
14
|
}>;
|
|
15
15
|
/**
|
|
16
16
|
* POST /api/auth/users - Create user
|
|
17
|
+
* redirectTo is used only for link-based email verification and must be allowlisted.
|
|
17
18
|
*/
|
|
18
19
|
export declare const createUserRequestSchema: z.ZodObject<{
|
|
19
20
|
email: z.ZodString;
|
|
20
21
|
password: z.ZodString;
|
|
21
22
|
name: z.ZodOptional<z.ZodString>;
|
|
23
|
+
redirectTo: z.ZodOptional<z.ZodString>;
|
|
22
24
|
}, "strip", z.ZodTypeAny, {
|
|
23
25
|
email: string;
|
|
24
26
|
password: string;
|
|
25
27
|
name?: string | undefined;
|
|
28
|
+
redirectTo?: string | undefined;
|
|
26
29
|
}, {
|
|
27
30
|
email: string;
|
|
28
31
|
password: string;
|
|
29
32
|
name?: string | undefined;
|
|
33
|
+
redirectTo?: string | undefined;
|
|
30
34
|
}>;
|
|
31
35
|
/**
|
|
32
36
|
* POST /api/auth/sessions - Create session
|
|
@@ -54,6 +58,17 @@ export declare const createAdminSessionRequestSchema: z.ZodObject<{
|
|
|
54
58
|
email: string;
|
|
55
59
|
password: string;
|
|
56
60
|
}>;
|
|
61
|
+
/**
|
|
62
|
+
* POST /api/auth/refresh - Refresh session
|
|
63
|
+
* Non-web clients send refreshToken in the request body
|
|
64
|
+
*/
|
|
65
|
+
export declare const refreshSessionRequestSchema: z.ZodObject<{
|
|
66
|
+
refreshToken: z.ZodString;
|
|
67
|
+
}, "strip", z.ZodTypeAny, {
|
|
68
|
+
refreshToken: string;
|
|
69
|
+
}, {
|
|
70
|
+
refreshToken: string;
|
|
71
|
+
}>;
|
|
57
72
|
export declare const exchangeAdminSessionRequestSchema: z.ZodObject<{
|
|
58
73
|
code: z.ZodString;
|
|
59
74
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -100,45 +115,46 @@ export declare const updateProfileRequestSchema: z.ZodObject<{
|
|
|
100
115
|
}>;
|
|
101
116
|
/**
|
|
102
117
|
* POST /api/auth/email/send-verification - Send verification email (code or link based on config)
|
|
118
|
+
* redirectTo is used only for link-based email verification and must be allowlisted.
|
|
103
119
|
*/
|
|
104
120
|
export declare const sendVerificationEmailRequestSchema: z.ZodObject<{
|
|
105
121
|
email: z.ZodString;
|
|
122
|
+
redirectTo: z.ZodOptional<z.ZodString>;
|
|
106
123
|
}, "strip", z.ZodTypeAny, {
|
|
107
124
|
email: string;
|
|
125
|
+
redirectTo?: string | undefined;
|
|
108
126
|
}, {
|
|
109
127
|
email: string;
|
|
128
|
+
redirectTo?: string | undefined;
|
|
110
129
|
}>;
|
|
111
130
|
/**
|
|
112
|
-
* POST /api/auth/email/verify - Verify email with
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
* - 'link': expects 64-char hex token only
|
|
131
|
+
* POST /api/auth/email/verify - Verify email with a 6-digit code
|
|
132
|
+
* Link verification uses GET /api/auth/email/verify-link instead.
|
|
133
|
+
* The link flow redirects with insforge_status / insforge_type query params and does not create a frontend session.
|
|
116
134
|
*/
|
|
117
|
-
export declare const verifyEmailRequestSchema: z.
|
|
118
|
-
email: z.
|
|
135
|
+
export declare const verifyEmailRequestSchema: z.ZodObject<{
|
|
136
|
+
email: z.ZodString;
|
|
119
137
|
otp: z.ZodString;
|
|
120
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
+
email: string;
|
|
121
140
|
otp: string;
|
|
122
|
-
email?: string | undefined;
|
|
123
|
-
}, {
|
|
124
|
-
otp: string;
|
|
125
|
-
email?: string | undefined;
|
|
126
|
-
}>, {
|
|
127
|
-
otp: string;
|
|
128
|
-
email?: string | undefined;
|
|
129
141
|
}, {
|
|
142
|
+
email: string;
|
|
130
143
|
otp: string;
|
|
131
|
-
email?: string | undefined;
|
|
132
144
|
}>;
|
|
133
145
|
/**
|
|
134
146
|
* POST /api/auth/email/send-reset-password - Send reset password email (code or link based on config)
|
|
147
|
+
* redirectTo is used only for link-based password reset and must be allowlisted.
|
|
135
148
|
*/
|
|
136
149
|
export declare const sendResetPasswordEmailRequestSchema: z.ZodObject<{
|
|
137
150
|
email: z.ZodString;
|
|
151
|
+
redirectTo: z.ZodOptional<z.ZodString>;
|
|
138
152
|
}, "strip", z.ZodTypeAny, {
|
|
139
153
|
email: string;
|
|
154
|
+
redirectTo?: string | undefined;
|
|
140
155
|
}, {
|
|
141
156
|
email: string;
|
|
157
|
+
redirectTo?: string | undefined;
|
|
142
158
|
}>;
|
|
143
159
|
/**
|
|
144
160
|
* POST /api/auth/email/exchange-reset-password-token - Exchange reset password code for reset token
|
|
@@ -160,6 +176,7 @@ export declare const exchangeResetPasswordTokenRequestSchema: z.ZodObject<{
|
|
|
160
176
|
* - Magic link token (from send-reset-password endpoint when method is 'link')
|
|
161
177
|
* - Reset token (from exchange-reset-password-token endpoint after code verification)
|
|
162
178
|
* Both use RESET_PASSWORD purpose and are verified the same way
|
|
179
|
+
* The link flow redirects with token / insforge_status / insforge_type query params.
|
|
163
180
|
*/
|
|
164
181
|
export declare const resetPasswordRequestSchema: z.ZodObject<{
|
|
165
182
|
newPassword: z.ZodString;
|
|
@@ -173,7 +190,7 @@ export declare const resetPasswordRequestSchema: z.ZodObject<{
|
|
|
173
190
|
}>;
|
|
174
191
|
/**
|
|
175
192
|
* Response for POST /api/auth/users
|
|
176
|
-
*
|
|
193
|
+
* For mobile/desktop clients: refreshToken is returned in body instead of cookie
|
|
177
194
|
*/
|
|
178
195
|
export declare const createUserResponseSchema: z.ZodObject<{
|
|
179
196
|
user: z.ZodOptional<z.ZodObject<{
|
|
@@ -221,8 +238,8 @@ export declare const createUserResponseSchema: z.ZodObject<{
|
|
|
221
238
|
}>>;
|
|
222
239
|
accessToken: z.ZodNullable<z.ZodString>;
|
|
223
240
|
requireEmailVerification: z.ZodOptional<z.ZodBoolean>;
|
|
224
|
-
redirectTo: z.ZodOptional<z.ZodString>;
|
|
225
241
|
csrfToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
242
|
+
refreshToken: z.ZodOptional<z.ZodString>;
|
|
226
243
|
}, "strip", z.ZodTypeAny, {
|
|
227
244
|
accessToken: string | null;
|
|
228
245
|
user?: {
|
|
@@ -239,7 +256,7 @@ export declare const createUserResponseSchema: z.ZodObject<{
|
|
|
239
256
|
providers?: string[] | undefined;
|
|
240
257
|
} | undefined;
|
|
241
258
|
requireEmailVerification?: boolean | undefined;
|
|
242
|
-
|
|
259
|
+
refreshToken?: string | undefined;
|
|
243
260
|
csrfToken?: string | null | undefined;
|
|
244
261
|
}, {
|
|
245
262
|
accessToken: string | null;
|
|
@@ -257,12 +274,12 @@ export declare const createUserResponseSchema: z.ZodObject<{
|
|
|
257
274
|
providers?: string[] | undefined;
|
|
258
275
|
} | undefined;
|
|
259
276
|
requireEmailVerification?: boolean | undefined;
|
|
260
|
-
|
|
277
|
+
refreshToken?: string | undefined;
|
|
261
278
|
csrfToken?: string | null | undefined;
|
|
262
279
|
}>;
|
|
263
280
|
/**
|
|
264
281
|
* Response for POST /api/auth/sessions
|
|
265
|
-
*
|
|
282
|
+
* For mobile/desktop clients: refreshToken is returned in body instead of cookie
|
|
266
283
|
*/
|
|
267
284
|
export declare const createSessionResponseSchema: z.ZodObject<{
|
|
268
285
|
user: z.ZodObject<{
|
|
@@ -309,8 +326,8 @@ export declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
309
326
|
providers?: string[] | undefined;
|
|
310
327
|
}>;
|
|
311
328
|
accessToken: z.ZodString;
|
|
312
|
-
redirectTo: z.ZodOptional<z.ZodString>;
|
|
313
329
|
csrfToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
330
|
+
refreshToken: z.ZodOptional<z.ZodString>;
|
|
314
331
|
}, "strip", z.ZodTypeAny, {
|
|
315
332
|
user: {
|
|
316
333
|
id: string;
|
|
@@ -326,7 +343,7 @@ export declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
326
343
|
providers?: string[] | undefined;
|
|
327
344
|
};
|
|
328
345
|
accessToken: string;
|
|
329
|
-
|
|
346
|
+
refreshToken?: string | undefined;
|
|
330
347
|
csrfToken?: string | null | undefined;
|
|
331
348
|
}, {
|
|
332
349
|
user: {
|
|
@@ -343,12 +360,12 @@ export declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
343
360
|
providers?: string[] | undefined;
|
|
344
361
|
};
|
|
345
362
|
accessToken: string;
|
|
346
|
-
|
|
363
|
+
refreshToken?: string | undefined;
|
|
347
364
|
csrfToken?: string | null | undefined;
|
|
348
365
|
}>;
|
|
349
366
|
/**
|
|
350
367
|
* Response for POST /api/auth/email/verify
|
|
351
|
-
*
|
|
368
|
+
* For mobile/desktop clients: refreshToken is returned in body instead of cookie
|
|
352
369
|
*/
|
|
353
370
|
export declare const verifyEmailResponseSchema: z.ZodObject<{
|
|
354
371
|
user: z.ZodObject<{
|
|
@@ -395,8 +412,8 @@ export declare const verifyEmailResponseSchema: z.ZodObject<{
|
|
|
395
412
|
providers?: string[] | undefined;
|
|
396
413
|
}>;
|
|
397
414
|
accessToken: z.ZodString;
|
|
398
|
-
redirectTo: z.ZodOptional<z.ZodString>;
|
|
399
415
|
csrfToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
416
|
+
refreshToken: z.ZodOptional<z.ZodString>;
|
|
400
417
|
}, "strip", z.ZodTypeAny, {
|
|
401
418
|
user: {
|
|
402
419
|
id: string;
|
|
@@ -412,7 +429,7 @@ export declare const verifyEmailResponseSchema: z.ZodObject<{
|
|
|
412
429
|
providers?: string[] | undefined;
|
|
413
430
|
};
|
|
414
431
|
accessToken: string;
|
|
415
|
-
|
|
432
|
+
refreshToken?: string | undefined;
|
|
416
433
|
csrfToken?: string | null | undefined;
|
|
417
434
|
}, {
|
|
418
435
|
user: {
|
|
@@ -429,12 +446,14 @@ export declare const verifyEmailResponseSchema: z.ZodObject<{
|
|
|
429
446
|
providers?: string[] | undefined;
|
|
430
447
|
};
|
|
431
448
|
accessToken: string;
|
|
432
|
-
|
|
449
|
+
refreshToken?: string | undefined;
|
|
433
450
|
csrfToken?: string | null | undefined;
|
|
434
451
|
}>;
|
|
435
452
|
/**
|
|
436
453
|
* Response for POST /api/auth/refresh
|
|
437
|
-
* Returns new access token
|
|
454
|
+
* Returns new access token after token refresh
|
|
455
|
+
* For web clients: csrfToken is returned (refresh token is in cookie)
|
|
456
|
+
* For mobile/desktop clients: refreshToken is returned in body
|
|
438
457
|
*/
|
|
439
458
|
export declare const refreshSessionResponseSchema: z.ZodObject<{
|
|
440
459
|
accessToken: z.ZodString;
|
|
@@ -481,7 +500,8 @@ export declare const refreshSessionResponseSchema: z.ZodObject<{
|
|
|
481
500
|
}, z.ZodTypeAny, "passthrough"> | null;
|
|
482
501
|
providers?: string[] | undefined;
|
|
483
502
|
}>;
|
|
484
|
-
csrfToken: z.ZodString
|
|
503
|
+
csrfToken: z.ZodOptional<z.ZodString>;
|
|
504
|
+
refreshToken: z.ZodOptional<z.ZodString>;
|
|
485
505
|
}, "strip", z.ZodTypeAny, {
|
|
486
506
|
user: {
|
|
487
507
|
id: string;
|
|
@@ -497,7 +517,8 @@ export declare const refreshSessionResponseSchema: z.ZodObject<{
|
|
|
497
517
|
providers?: string[] | undefined;
|
|
498
518
|
};
|
|
499
519
|
accessToken: string;
|
|
500
|
-
|
|
520
|
+
refreshToken?: string | undefined;
|
|
521
|
+
csrfToken?: string | undefined;
|
|
501
522
|
}, {
|
|
502
523
|
user: {
|
|
503
524
|
id: string;
|
|
@@ -513,7 +534,8 @@ export declare const refreshSessionResponseSchema: z.ZodObject<{
|
|
|
513
534
|
providers?: string[] | undefined;
|
|
514
535
|
};
|
|
515
536
|
accessToken: string;
|
|
516
|
-
|
|
537
|
+
refreshToken?: string | undefined;
|
|
538
|
+
csrfToken?: string | undefined;
|
|
517
539
|
}>;
|
|
518
540
|
/**
|
|
519
541
|
* Response for POST /api/auth/email/exchange-reset-password-token
|
|
@@ -544,7 +566,7 @@ export declare const resetPasswordResponseSchema: z.ZodObject<{
|
|
|
544
566
|
* Response for POST /api/auth/admin/sessions
|
|
545
567
|
*/
|
|
546
568
|
export declare const createAdminSessionResponseSchema: z.ZodObject<{
|
|
547
|
-
user: z.
|
|
569
|
+
user: z.ZodObject<{
|
|
548
570
|
id: z.ZodString;
|
|
549
571
|
email: z.ZodString;
|
|
550
572
|
emailVerified: z.ZodBoolean;
|
|
@@ -586,14 +608,12 @@ export declare const createAdminSessionResponseSchema: z.ZodObject<{
|
|
|
586
608
|
avatar_url: z.ZodOptional<z.ZodString>;
|
|
587
609
|
}, z.ZodTypeAny, "passthrough"> | null;
|
|
588
610
|
providers?: string[] | undefined;
|
|
589
|
-
}
|
|
590
|
-
accessToken: z.
|
|
591
|
-
requireEmailVerification: z.ZodOptional<z.ZodBoolean>;
|
|
592
|
-
redirectTo: z.ZodOptional<z.ZodString>;
|
|
611
|
+
}>;
|
|
612
|
+
accessToken: z.ZodString;
|
|
593
613
|
csrfToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
614
|
+
refreshToken: z.ZodOptional<z.ZodString>;
|
|
594
615
|
}, "strip", z.ZodTypeAny, {
|
|
595
|
-
|
|
596
|
-
user?: {
|
|
616
|
+
user: {
|
|
597
617
|
id: string;
|
|
598
618
|
createdAt: string;
|
|
599
619
|
metadata: Record<string, unknown> | null;
|
|
@@ -605,13 +625,12 @@ export declare const createAdminSessionResponseSchema: z.ZodObject<{
|
|
|
605
625
|
avatar_url: z.ZodOptional<z.ZodString>;
|
|
606
626
|
}, z.ZodTypeAny, "passthrough"> | null;
|
|
607
627
|
providers?: string[] | undefined;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
|
|
628
|
+
};
|
|
629
|
+
accessToken: string;
|
|
630
|
+
refreshToken?: string | undefined;
|
|
611
631
|
csrfToken?: string | null | undefined;
|
|
612
632
|
}, {
|
|
613
|
-
|
|
614
|
-
user?: {
|
|
633
|
+
user: {
|
|
615
634
|
id: string;
|
|
616
635
|
createdAt: string;
|
|
617
636
|
metadata: Record<string, unknown> | null;
|
|
@@ -623,9 +642,9 @@ export declare const createAdminSessionResponseSchema: z.ZodObject<{
|
|
|
623
642
|
avatar_url: z.ZodOptional<z.ZodString>;
|
|
624
643
|
}, z.ZodTypeAny, "passthrough"> | null;
|
|
625
644
|
providers?: string[] | undefined;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
|
|
645
|
+
};
|
|
646
|
+
accessToken: string;
|
|
647
|
+
refreshToken?: string | undefined;
|
|
629
648
|
csrfToken?: string | null | undefined;
|
|
630
649
|
}>;
|
|
631
650
|
/**
|
|
@@ -905,6 +924,35 @@ export declare const updateOAuthConfigRequestSchema: z.ZodObject<{
|
|
|
905
924
|
useSharedKey?: boolean | undefined;
|
|
906
925
|
clientSecret?: string | undefined;
|
|
907
926
|
}>;
|
|
927
|
+
/**
|
|
928
|
+
* GET /api/auth/oauth/:provider - Initialize OAuth flow
|
|
929
|
+
* Query params for PKCE flow as per RFC 7636
|
|
930
|
+
* Note: code_challenge uses snake_case as per OAuth 2.0 PKCE specification
|
|
931
|
+
*/
|
|
932
|
+
export declare const oAuthInitRequestSchema: z.ZodObject<{
|
|
933
|
+
redirect_uri: z.ZodOptional<z.ZodString>;
|
|
934
|
+
code_challenge: z.ZodString;
|
|
935
|
+
}, "strip", z.ZodTypeAny, {
|
|
936
|
+
code_challenge: string;
|
|
937
|
+
redirect_uri?: string | undefined;
|
|
938
|
+
}, {
|
|
939
|
+
code_challenge: string;
|
|
940
|
+
redirect_uri?: string | undefined;
|
|
941
|
+
}>;
|
|
942
|
+
/**
|
|
943
|
+
* POST /api/auth/oauth/exchange - Exchange OAuth code for tokens
|
|
944
|
+
* Note: code_verifier uses snake_case as per OAuth 2.0 PKCE specification (RFC 7636)
|
|
945
|
+
*/
|
|
946
|
+
export declare const oAuthCodeExchangeRequestSchema: z.ZodObject<{
|
|
947
|
+
code: z.ZodString;
|
|
948
|
+
code_verifier: z.ZodString;
|
|
949
|
+
}, "strip", z.ZodTypeAny, {
|
|
950
|
+
code: string;
|
|
951
|
+
code_verifier: string;
|
|
952
|
+
}, {
|
|
953
|
+
code: string;
|
|
954
|
+
code_verifier: string;
|
|
955
|
+
}>;
|
|
908
956
|
/**
|
|
909
957
|
* Response for GET /api/auth/oauth/configs
|
|
910
958
|
*/
|
|
@@ -975,7 +1023,7 @@ export declare const updateAuthConfigRequestSchema: z.ZodObject<{
|
|
|
975
1023
|
requireSpecialChar: z.ZodOptional<z.ZodBoolean>;
|
|
976
1024
|
verifyEmailMethod: z.ZodOptional<z.ZodEnum<["code", "link"]>>;
|
|
977
1025
|
resetPasswordMethod: z.ZodOptional<z.ZodEnum<["code", "link"]>>;
|
|
978
|
-
|
|
1026
|
+
allowedRedirectUrls: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>>;
|
|
979
1027
|
}, "strip", z.ZodTypeAny, {
|
|
980
1028
|
requireEmailVerification?: boolean | undefined;
|
|
981
1029
|
passwordMinLength?: number | undefined;
|
|
@@ -985,7 +1033,7 @@ export declare const updateAuthConfigRequestSchema: z.ZodObject<{
|
|
|
985
1033
|
requireSpecialChar?: boolean | undefined;
|
|
986
1034
|
verifyEmailMethod?: "code" | "link" | undefined;
|
|
987
1035
|
resetPasswordMethod?: "code" | "link" | undefined;
|
|
988
|
-
|
|
1036
|
+
allowedRedirectUrls?: string[] | null | undefined;
|
|
989
1037
|
}, {
|
|
990
1038
|
requireEmailVerification?: boolean | undefined;
|
|
991
1039
|
passwordMinLength?: number | undefined;
|
|
@@ -995,7 +1043,7 @@ export declare const updateAuthConfigRequestSchema: z.ZodObject<{
|
|
|
995
1043
|
requireSpecialChar?: boolean | undefined;
|
|
996
1044
|
verifyEmailMethod?: "code" | "link" | undefined;
|
|
997
1045
|
resetPasswordMethod?: "code" | "link" | undefined;
|
|
998
|
-
|
|
1046
|
+
allowedRedirectUrls?: string[] | null | undefined;
|
|
999
1047
|
}>;
|
|
1000
1048
|
/**
|
|
1001
1049
|
* Response for GET /api/auth/config
|
|
@@ -1010,7 +1058,7 @@ export declare const getAuthConfigResponseSchema: z.ZodObject<{
|
|
|
1010
1058
|
requireSpecialChar: z.ZodBoolean;
|
|
1011
1059
|
verifyEmailMethod: z.ZodEnum<["code", "link"]>;
|
|
1012
1060
|
resetPasswordMethod: z.ZodEnum<["code", "link"]>;
|
|
1013
|
-
|
|
1061
|
+
allowedRedirectUrls: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1014
1062
|
createdAt: z.ZodString;
|
|
1015
1063
|
updatedAt: z.ZodString;
|
|
1016
1064
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1025,7 +1073,7 @@ export declare const getAuthConfigResponseSchema: z.ZodObject<{
|
|
|
1025
1073
|
requireSpecialChar: boolean;
|
|
1026
1074
|
verifyEmailMethod: "code" | "link";
|
|
1027
1075
|
resetPasswordMethod: "code" | "link";
|
|
1028
|
-
|
|
1076
|
+
allowedRedirectUrls?: string[] | null | undefined;
|
|
1029
1077
|
}, {
|
|
1030
1078
|
id: string;
|
|
1031
1079
|
createdAt: string;
|
|
@@ -1038,7 +1086,7 @@ export declare const getAuthConfigResponseSchema: z.ZodObject<{
|
|
|
1038
1086
|
requireSpecialChar: boolean;
|
|
1039
1087
|
verifyEmailMethod: "code" | "link";
|
|
1040
1088
|
resetPasswordMethod: "code" | "link";
|
|
1041
|
-
|
|
1089
|
+
allowedRedirectUrls?: string[] | null | undefined;
|
|
1042
1090
|
}>;
|
|
1043
1091
|
/**
|
|
1044
1092
|
* Response for GET /api/auth/public-config - Unified public auth configuration endpoint
|
|
@@ -1054,6 +1102,7 @@ export declare const getPublicAuthConfigResponseSchema: z.ZodObject<{
|
|
|
1054
1102
|
verifyEmailMethod: z.ZodEnum<["code", "link"]>;
|
|
1055
1103
|
resetPasswordMethod: z.ZodEnum<["code", "link"]>;
|
|
1056
1104
|
oAuthProviders: z.ZodArray<z.ZodEnum<["google", "github", "discord", "linkedin", "facebook", "instagram", "tiktok", "apple", "x", "spotify", "microsoft"]>, "many">;
|
|
1105
|
+
customOAuthProviders: z.ZodArray<z.ZodString, "many">;
|
|
1057
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1058
1107
|
requireEmailVerification: boolean;
|
|
1059
1108
|
passwordMinLength: number;
|
|
@@ -1064,6 +1113,7 @@ export declare const getPublicAuthConfigResponseSchema: z.ZodObject<{
|
|
|
1064
1113
|
verifyEmailMethod: "code" | "link";
|
|
1065
1114
|
resetPasswordMethod: "code" | "link";
|
|
1066
1115
|
oAuthProviders: ("google" | "github" | "discord" | "linkedin" | "facebook" | "instagram" | "tiktok" | "apple" | "x" | "spotify" | "microsoft")[];
|
|
1116
|
+
customOAuthProviders: string[];
|
|
1067
1117
|
}, {
|
|
1068
1118
|
requireEmailVerification: boolean;
|
|
1069
1119
|
passwordMinLength: number;
|
|
@@ -1074,6 +1124,7 @@ export declare const getPublicAuthConfigResponseSchema: z.ZodObject<{
|
|
|
1074
1124
|
verifyEmailMethod: "code" | "link";
|
|
1075
1125
|
resetPasswordMethod: "code" | "link";
|
|
1076
1126
|
oAuthProviders: ("google" | "github" | "discord" | "linkedin" | "facebook" | "instagram" | "tiktok" | "apple" | "x" | "spotify" | "microsoft")[];
|
|
1127
|
+
customOAuthProviders: string[];
|
|
1077
1128
|
}>;
|
|
1078
1129
|
/**
|
|
1079
1130
|
* Standard error response format for auth endpoints
|
|
@@ -1097,11 +1148,14 @@ export declare const authErrorResponseSchema: z.ZodObject<{
|
|
|
1097
1148
|
export type CreateUserRequest = z.infer<typeof createUserRequestSchema>;
|
|
1098
1149
|
export type CreateSessionRequest = z.infer<typeof createSessionRequestSchema>;
|
|
1099
1150
|
export type CreateAdminSessionRequest = z.infer<typeof createAdminSessionRequestSchema>;
|
|
1151
|
+
export type RefreshSessionRequest = z.infer<typeof refreshSessionRequestSchema>;
|
|
1100
1152
|
export type ListUsersRequest = z.infer<typeof listUsersRequestSchema>;
|
|
1101
1153
|
export type DeleteUsersRequest = z.infer<typeof deleteUsersRequestSchema>;
|
|
1102
1154
|
export type UpdateProfileRequest = z.infer<typeof updateProfileRequestSchema>;
|
|
1103
1155
|
export type CreateOAuthConfigRequest = z.infer<typeof createOAuthConfigRequestSchema>;
|
|
1104
1156
|
export type UpdateOAuthConfigRequest = z.infer<typeof updateOAuthConfigRequestSchema>;
|
|
1157
|
+
export type OAuthInitRequest = z.infer<typeof oAuthInitRequestSchema>;
|
|
1158
|
+
export type OAuthCodeExchangeRequest = z.infer<typeof oAuthCodeExchangeRequestSchema>;
|
|
1105
1159
|
export type UpdateAuthConfigRequest = z.infer<typeof updateAuthConfigRequestSchema>;
|
|
1106
1160
|
export type SendVerificationEmailRequest = z.infer<typeof sendVerificationEmailRequestSchema>;
|
|
1107
1161
|
export type VerifyEmailRequest = z.infer<typeof verifyEmailRequestSchema>;
|
|
@@ -1124,4 +1178,96 @@ export type ListOAuthConfigsResponse = z.infer<typeof listOAuthConfigsResponseSc
|
|
|
1124
1178
|
export type GetAuthConfigResponse = z.infer<typeof getAuthConfigResponseSchema>;
|
|
1125
1179
|
export type GetPublicAuthConfigResponse = z.infer<typeof getPublicAuthConfigResponseSchema>;
|
|
1126
1180
|
export type AuthErrorResponse = z.infer<typeof authErrorResponseSchema>;
|
|
1181
|
+
export declare const createCustomOAuthConfigRequestSchema: z.ZodObject<Omit<{
|
|
1182
|
+
id: z.ZodString;
|
|
1183
|
+
key: z.ZodString;
|
|
1184
|
+
name: z.ZodString;
|
|
1185
|
+
discoveryEndpoint: z.ZodString;
|
|
1186
|
+
clientId: z.ZodString;
|
|
1187
|
+
createdAt: z.ZodString;
|
|
1188
|
+
updatedAt: z.ZodString;
|
|
1189
|
+
}, "id" | "createdAt" | "updatedAt"> & {
|
|
1190
|
+
clientSecret: z.ZodString;
|
|
1191
|
+
}, "strip", z.ZodTypeAny, {
|
|
1192
|
+
name: string;
|
|
1193
|
+
clientId: string;
|
|
1194
|
+
key: string;
|
|
1195
|
+
discoveryEndpoint: string;
|
|
1196
|
+
clientSecret: string;
|
|
1197
|
+
}, {
|
|
1198
|
+
name: string;
|
|
1199
|
+
clientId: string;
|
|
1200
|
+
key: string;
|
|
1201
|
+
discoveryEndpoint: string;
|
|
1202
|
+
clientSecret: string;
|
|
1203
|
+
}>;
|
|
1204
|
+
export declare const updateCustomOAuthConfigRequestSchema: z.ZodObject<{
|
|
1205
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1206
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
1207
|
+
discoveryEndpoint: z.ZodOptional<z.ZodString>;
|
|
1208
|
+
clientSecret: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1209
|
+
}, "strip", z.ZodTypeAny, {
|
|
1210
|
+
name?: string | undefined;
|
|
1211
|
+
clientId?: string | undefined;
|
|
1212
|
+
discoveryEndpoint?: string | undefined;
|
|
1213
|
+
clientSecret?: string | undefined;
|
|
1214
|
+
}, {
|
|
1215
|
+
name?: string | undefined;
|
|
1216
|
+
clientId?: string | undefined;
|
|
1217
|
+
discoveryEndpoint?: string | undefined;
|
|
1218
|
+
clientSecret?: string | undefined;
|
|
1219
|
+
}>;
|
|
1220
|
+
export declare const listCustomOAuthConfigsResponseSchema: z.ZodObject<{
|
|
1221
|
+
data: z.ZodArray<z.ZodObject<{
|
|
1222
|
+
id: z.ZodString;
|
|
1223
|
+
key: z.ZodString;
|
|
1224
|
+
name: z.ZodString;
|
|
1225
|
+
discoveryEndpoint: z.ZodString;
|
|
1226
|
+
clientId: z.ZodString;
|
|
1227
|
+
createdAt: z.ZodString;
|
|
1228
|
+
updatedAt: z.ZodString;
|
|
1229
|
+
}, "strip", z.ZodTypeAny, {
|
|
1230
|
+
id: string;
|
|
1231
|
+
createdAt: string;
|
|
1232
|
+
name: string;
|
|
1233
|
+
updatedAt: string;
|
|
1234
|
+
clientId: string;
|
|
1235
|
+
key: string;
|
|
1236
|
+
discoveryEndpoint: string;
|
|
1237
|
+
}, {
|
|
1238
|
+
id: string;
|
|
1239
|
+
createdAt: string;
|
|
1240
|
+
name: string;
|
|
1241
|
+
updatedAt: string;
|
|
1242
|
+
clientId: string;
|
|
1243
|
+
key: string;
|
|
1244
|
+
discoveryEndpoint: string;
|
|
1245
|
+
}>, "many">;
|
|
1246
|
+
count: z.ZodNumber;
|
|
1247
|
+
}, "strip", z.ZodTypeAny, {
|
|
1248
|
+
data: {
|
|
1249
|
+
id: string;
|
|
1250
|
+
createdAt: string;
|
|
1251
|
+
name: string;
|
|
1252
|
+
updatedAt: string;
|
|
1253
|
+
clientId: string;
|
|
1254
|
+
key: string;
|
|
1255
|
+
discoveryEndpoint: string;
|
|
1256
|
+
}[];
|
|
1257
|
+
count: number;
|
|
1258
|
+
}, {
|
|
1259
|
+
data: {
|
|
1260
|
+
id: string;
|
|
1261
|
+
createdAt: string;
|
|
1262
|
+
name: string;
|
|
1263
|
+
updatedAt: string;
|
|
1264
|
+
clientId: string;
|
|
1265
|
+
key: string;
|
|
1266
|
+
discoveryEndpoint: string;
|
|
1267
|
+
}[];
|
|
1268
|
+
count: number;
|
|
1269
|
+
}>;
|
|
1270
|
+
export type CreateCustomOAuthConfigRequest = z.infer<typeof createCustomOAuthConfigRequestSchema>;
|
|
1271
|
+
export type UpdateCustomOAuthConfigRequest = z.infer<typeof updateCustomOAuthConfigRequestSchema>;
|
|
1272
|
+
export type ListCustomOAuthConfigsResponse = z.infer<typeof listCustomOAuthConfigsResponseSchema>;
|
|
1127
1273
|
//# sourceMappingURL=auth-api.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth-api.schema.d.ts","sourceRoot":"","sources":["../src/auth-api.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"auth-api.schema.d.ts","sourceRoot":"","sources":["../src/auth-api.schema.ts"],"names":[],"mappings":"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"}
|