We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474a333 commit e2b39cbCopy full SHA for e2b39cb
packages/core/src/v3/schemas/api.ts
@@ -1013,15 +1013,6 @@ export const WaitForWaitpointTokenResponseBody = z.object({
1013
});
1014
export type WaitForWaitpointTokenResponseBody = z.infer<typeof WaitForWaitpointTokenResponseBody>;
1015
1016
-export const CreateWaitpointHttpCallbackResponseBody = z.object({
1017
- id: z.string(),
1018
- url: z.string(),
1019
- isCached: z.boolean(),
1020
-});
1021
-export type CreateWaitpointHttpCallbackResponseBody = z.infer<
1022
- typeof CreateWaitpointHttpCallbackResponseBody
1023
->;
1024
-
1025
export const WaitForDurationRequestBody = z.object({
1026
/**
1027
* An optional idempotency key for the waitpoint.
0 commit comments