diff --git a/packages/http-client/src/index.ts b/packages/http-client/src/index.ts index 5691e891..2c97f24b 100644 --- a/packages/http-client/src/index.ts +++ b/packages/http-client/src/index.ts @@ -10,6 +10,7 @@ import {ProxyAgent} from 'undici' export enum HttpCodes { OK = 200, + Accepted = 202, MultipleChoices = 300, MovedPermanently = 301, ResourceMoved = 302,