jira.js
    Preparing search index...

    Variable RegisteredWebhookSchemaConst

    RegisteredWebhookSchema: ZodObject<
        {
            createdWebhookId: ZodOptional<ZodNumber>;
            errors: ZodOptional<ZodArray<ZodString>>;
        },
        $loose,
    > = ...

    ID of a registered webhook or error messages explaining why a webhook wasn't registered.