Skip to content

@zayne-labs/callapi@1.11.20

Choose a tag to compare

@github-actions github-actions released this 05 Nov 21:12
· 8 commits to main since this release
02afe9f

Patch Changes

  • 8f2f684: fix(callapi): add response-less variant types for API results

    Introduce new type variants (SuccessVariantWithoutResponse and ErrorVariantWithoutResponse) to properly type API results when response field is omitted. This provides better type safety than simple Omit operation.