celitech-sdk 1.1.46
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +19 -0
- package/README.md +466 -0
- package/dist/commonjs/BaseService.d.ts +11 -0
- package/dist/commonjs/BaseService.d.ts.map +1 -0
- package/dist/commonjs/BaseService.js +30 -0
- package/dist/commonjs/BaseService.js.map +1 -0
- package/dist/commonjs/hooks/CustomHook.d.ts +59 -0
- package/dist/commonjs/hooks/CustomHook.d.ts.map +1 -0
- package/dist/commonjs/hooks/CustomHook.js +74 -0
- package/dist/commonjs/hooks/CustomHook.js.map +1 -0
- package/dist/commonjs/hooks/Hook.d.ts +24 -0
- package/dist/commonjs/hooks/Hook.d.ts.map +1 -0
- package/dist/commonjs/hooks/Hook.js +3 -0
- package/dist/commonjs/hooks/Hook.js.map +1 -0
- package/dist/commonjs/http/Environment.d.ts +4 -0
- package/dist/commonjs/http/Environment.d.ts.map +1 -0
- package/dist/commonjs/http/Environment.js +8 -0
- package/dist/commonjs/http/Environment.js.map +1 -0
- package/dist/commonjs/http/HTTPClient.d.ts +13 -0
- package/dist/commonjs/http/HTTPClient.d.ts.map +1 -0
- package/dist/commonjs/http/HTTPClient.js +3 -0
- package/dist/commonjs/http/HTTPClient.js.map +1 -0
- package/dist/commonjs/http/HTTPLibrary.d.ts +23 -0
- package/dist/commonjs/http/HTTPLibrary.d.ts.map +1 -0
- package/dist/commonjs/http/HTTPLibrary.js +143 -0
- package/dist/commonjs/http/HTTPLibrary.js.map +1 -0
- package/dist/commonjs/http/QuerySerializer.d.ts +6 -0
- package/dist/commonjs/http/QuerySerializer.d.ts.map +1 -0
- package/dist/commonjs/http/QuerySerializer.js +70 -0
- package/dist/commonjs/http/QuerySerializer.js.map +1 -0
- package/dist/commonjs/http/errors/BadGateway.d.ts +7 -0
- package/dist/commonjs/http/errors/BadGateway.d.ts.map +1 -0
- package/dist/commonjs/http/errors/BadGateway.js +12 -0
- package/dist/commonjs/http/errors/BadGateway.js.map +1 -0
- package/dist/commonjs/http/errors/BadRequest.d.ts +7 -0
- package/dist/commonjs/http/errors/BadRequest.d.ts.map +1 -0
- package/dist/commonjs/http/errors/BadRequest.js +12 -0
- package/dist/commonjs/http/errors/BadRequest.js.map +1 -0
- package/dist/commonjs/http/errors/Conflict.d.ts +7 -0
- package/dist/commonjs/http/errors/Conflict.d.ts.map +1 -0
- package/dist/commonjs/http/errors/Conflict.js +12 -0
- package/dist/commonjs/http/errors/Conflict.js.map +1 -0
- package/dist/commonjs/http/errors/ExpectationFailed.d.ts +7 -0
- package/dist/commonjs/http/errors/ExpectationFailed.d.ts.map +1 -0
- package/dist/commonjs/http/errors/ExpectationFailed.js +12 -0
- package/dist/commonjs/http/errors/ExpectationFailed.js.map +1 -0
- package/dist/commonjs/http/errors/FailedDependency.d.ts +7 -0
- package/dist/commonjs/http/errors/FailedDependency.d.ts.map +1 -0
- package/dist/commonjs/http/errors/FailedDependency.js +12 -0
- package/dist/commonjs/http/errors/FailedDependency.js.map +1 -0
- package/dist/commonjs/http/errors/Forbidden.d.ts +7 -0
- package/dist/commonjs/http/errors/Forbidden.d.ts.map +1 -0
- package/dist/commonjs/http/errors/Forbidden.js +12 -0
- package/dist/commonjs/http/errors/Forbidden.js.map +1 -0
- package/dist/commonjs/http/errors/GatewayTimeout.d.ts +7 -0
- package/dist/commonjs/http/errors/GatewayTimeout.d.ts.map +1 -0
- package/dist/commonjs/http/errors/GatewayTimeout.js +12 -0
- package/dist/commonjs/http/errors/GatewayTimeout.js.map +1 -0
- package/dist/commonjs/http/errors/Gone.d.ts +7 -0
- package/dist/commonjs/http/errors/Gone.d.ts.map +1 -0
- package/dist/commonjs/http/errors/Gone.js +12 -0
- package/dist/commonjs/http/errors/Gone.js.map +1 -0
- package/dist/commonjs/http/errors/HttpVersionNotSupported.d.ts +7 -0
- package/dist/commonjs/http/errors/HttpVersionNotSupported.d.ts.map +1 -0
- package/dist/commonjs/http/errors/HttpVersionNotSupported.js +12 -0
- package/dist/commonjs/http/errors/HttpVersionNotSupported.js.map +1 -0
- package/dist/commonjs/http/errors/InternalServerError.d.ts +7 -0
- package/dist/commonjs/http/errors/InternalServerError.d.ts.map +1 -0
- package/dist/commonjs/http/errors/InternalServerError.js +12 -0
- package/dist/commonjs/http/errors/InternalServerError.js.map +1 -0
- package/dist/commonjs/http/errors/LengthRequired.d.ts +7 -0
- package/dist/commonjs/http/errors/LengthRequired.d.ts.map +1 -0
- package/dist/commonjs/http/errors/LengthRequired.js +12 -0
- package/dist/commonjs/http/errors/LengthRequired.js.map +1 -0
- package/dist/commonjs/http/errors/Locked.d.ts +7 -0
- package/dist/commonjs/http/errors/Locked.d.ts.map +1 -0
- package/dist/commonjs/http/errors/Locked.js +12 -0
- package/dist/commonjs/http/errors/Locked.js.map +1 -0
- package/dist/commonjs/http/errors/LoopDetected.d.ts +7 -0
- package/dist/commonjs/http/errors/LoopDetected.d.ts.map +1 -0
- package/dist/commonjs/http/errors/LoopDetected.js +12 -0
- package/dist/commonjs/http/errors/LoopDetected.js.map +1 -0
- package/dist/commonjs/http/errors/MethodNotAllowed.d.ts +8 -0
- package/dist/commonjs/http/errors/MethodNotAllowed.d.ts.map +1 -0
- package/dist/commonjs/http/errors/MethodNotAllowed.js +13 -0
- package/dist/commonjs/http/errors/MethodNotAllowed.js.map +1 -0
- package/dist/commonjs/http/errors/MisdirectedRequest.d.ts +7 -0
- package/dist/commonjs/http/errors/MisdirectedRequest.d.ts.map +1 -0
- package/dist/commonjs/http/errors/MisdirectedRequest.js +12 -0
- package/dist/commonjs/http/errors/MisdirectedRequest.js.map +1 -0
- package/dist/commonjs/http/errors/NetworkAuthenticationRequired.d.ts +7 -0
- package/dist/commonjs/http/errors/NetworkAuthenticationRequired.d.ts.map +1 -0
- package/dist/commonjs/http/errors/NetworkAuthenticationRequired.js +12 -0
- package/dist/commonjs/http/errors/NetworkAuthenticationRequired.js.map +1 -0
- package/dist/commonjs/http/errors/NotAcceptable.d.ts +7 -0
- package/dist/commonjs/http/errors/NotAcceptable.d.ts.map +1 -0
- package/dist/commonjs/http/errors/NotAcceptable.js +12 -0
- package/dist/commonjs/http/errors/NotAcceptable.js.map +1 -0
- package/dist/commonjs/http/errors/NotExtended.d.ts +7 -0
- package/dist/commonjs/http/errors/NotExtended.d.ts.map +1 -0
- package/dist/commonjs/http/errors/NotExtended.js +12 -0
- package/dist/commonjs/http/errors/NotExtended.js.map +1 -0
- package/dist/commonjs/http/errors/NotFound.d.ts +7 -0
- package/dist/commonjs/http/errors/NotFound.d.ts.map +1 -0
- package/dist/commonjs/http/errors/NotFound.js +12 -0
- package/dist/commonjs/http/errors/NotFound.js.map +1 -0
- package/dist/commonjs/http/errors/NotImplemented.d.ts +7 -0
- package/dist/commonjs/http/errors/NotImplemented.d.ts.map +1 -0
- package/dist/commonjs/http/errors/NotImplemented.js +12 -0
- package/dist/commonjs/http/errors/NotImplemented.js.map +1 -0
- package/dist/commonjs/http/errors/PayloadTooLarge.d.ts +8 -0
- package/dist/commonjs/http/errors/PayloadTooLarge.d.ts.map +1 -0
- package/dist/commonjs/http/errors/PayloadTooLarge.js +13 -0
- package/dist/commonjs/http/errors/PayloadTooLarge.js.map +1 -0
- package/dist/commonjs/http/errors/PaymentRequired.d.ts +7 -0
- package/dist/commonjs/http/errors/PaymentRequired.d.ts.map +1 -0
- package/dist/commonjs/http/errors/PaymentRequired.js +12 -0
- package/dist/commonjs/http/errors/PaymentRequired.js.map +1 -0
- package/dist/commonjs/http/errors/PreconditionFailed.d.ts +7 -0
- package/dist/commonjs/http/errors/PreconditionFailed.d.ts.map +1 -0
- package/dist/commonjs/http/errors/PreconditionFailed.js +12 -0
- package/dist/commonjs/http/errors/PreconditionFailed.js.map +1 -0
- package/dist/commonjs/http/errors/PreconditionRequired.d.ts +7 -0
- package/dist/commonjs/http/errors/PreconditionRequired.d.ts.map +1 -0
- package/dist/commonjs/http/errors/PreconditionRequired.js +12 -0
- package/dist/commonjs/http/errors/PreconditionRequired.js.map +1 -0
- package/dist/commonjs/http/errors/ProxyAuthenticationRequired.d.ts +8 -0
- package/dist/commonjs/http/errors/ProxyAuthenticationRequired.d.ts.map +1 -0
- package/dist/commonjs/http/errors/ProxyAuthenticationRequired.js +13 -0
- package/dist/commonjs/http/errors/ProxyAuthenticationRequired.js.map +1 -0
- package/dist/commonjs/http/errors/RangeNotSatisfiable.d.ts +7 -0
- package/dist/commonjs/http/errors/RangeNotSatisfiable.d.ts.map +1 -0
- package/dist/commonjs/http/errors/RangeNotSatisfiable.js +12 -0
- package/dist/commonjs/http/errors/RangeNotSatisfiable.js.map +1 -0
- package/dist/commonjs/http/errors/RequestHeaderFieldsTooLarge.d.ts +7 -0
- package/dist/commonjs/http/errors/RequestHeaderFieldsTooLarge.d.ts.map +1 -0
- package/dist/commonjs/http/errors/RequestHeaderFieldsTooLarge.js +12 -0
- package/dist/commonjs/http/errors/RequestHeaderFieldsTooLarge.js.map +1 -0
- package/dist/commonjs/http/errors/RequestTimeout.d.ts +7 -0
- package/dist/commonjs/http/errors/RequestTimeout.d.ts.map +1 -0
- package/dist/commonjs/http/errors/RequestTimeout.js +12 -0
- package/dist/commonjs/http/errors/RequestTimeout.js.map +1 -0
- package/dist/commonjs/http/errors/ServiceUnavailable.d.ts +8 -0
- package/dist/commonjs/http/errors/ServiceUnavailable.d.ts.map +1 -0
- package/dist/commonjs/http/errors/ServiceUnavailable.js +13 -0
- package/dist/commonjs/http/errors/ServiceUnavailable.js.map +1 -0
- package/dist/commonjs/http/errors/TooEarly.d.ts +7 -0
- package/dist/commonjs/http/errors/TooEarly.d.ts.map +1 -0
- package/dist/commonjs/http/errors/TooEarly.js +12 -0
- package/dist/commonjs/http/errors/TooEarly.js.map +1 -0
- package/dist/commonjs/http/errors/TooManyRequests.d.ts +8 -0
- package/dist/commonjs/http/errors/TooManyRequests.d.ts.map +1 -0
- package/dist/commonjs/http/errors/TooManyRequests.js +13 -0
- package/dist/commonjs/http/errors/TooManyRequests.js.map +1 -0
- package/dist/commonjs/http/errors/Unauthorized.d.ts +8 -0
- package/dist/commonjs/http/errors/Unauthorized.d.ts.map +1 -0
- package/dist/commonjs/http/errors/Unauthorized.js +13 -0
- package/dist/commonjs/http/errors/Unauthorized.js.map +1 -0
- package/dist/commonjs/http/errors/UnavailableForLegalReasons.d.ts +7 -0
- package/dist/commonjs/http/errors/UnavailableForLegalReasons.d.ts.map +1 -0
- package/dist/commonjs/http/errors/UnavailableForLegalReasons.js +12 -0
- package/dist/commonjs/http/errors/UnavailableForLegalReasons.js.map +1 -0
- package/dist/commonjs/http/errors/UnprocessableEntity.d.ts +7 -0
- package/dist/commonjs/http/errors/UnprocessableEntity.d.ts.map +1 -0
- package/dist/commonjs/http/errors/UnprocessableEntity.js +12 -0
- package/dist/commonjs/http/errors/UnprocessableEntity.js.map +1 -0
- package/dist/commonjs/http/errors/UnsufficientStorage.d.ts +7 -0
- package/dist/commonjs/http/errors/UnsufficientStorage.d.ts.map +1 -0
- package/dist/commonjs/http/errors/UnsufficientStorage.js +12 -0
- package/dist/commonjs/http/errors/UnsufficientStorage.js.map +1 -0
- package/dist/commonjs/http/errors/UnsupportedMediaType.d.ts +7 -0
- package/dist/commonjs/http/errors/UnsupportedMediaType.d.ts.map +1 -0
- package/dist/commonjs/http/errors/UnsupportedMediaType.js +12 -0
- package/dist/commonjs/http/errors/UnsupportedMediaType.js.map +1 -0
- package/dist/commonjs/http/errors/UpgradeRequired.d.ts +7 -0
- package/dist/commonjs/http/errors/UpgradeRequired.d.ts.map +1 -0
- package/dist/commonjs/http/errors/UpgradeRequired.js +12 -0
- package/dist/commonjs/http/errors/UpgradeRequired.js.map +1 -0
- package/dist/commonjs/http/errors/UriTooLong.d.ts +7 -0
- package/dist/commonjs/http/errors/UriTooLong.d.ts.map +1 -0
- package/dist/commonjs/http/errors/UriTooLong.js +12 -0
- package/dist/commonjs/http/errors/UriTooLong.js.map +1 -0
- package/dist/commonjs/http/errors/VariantAlsoNegotiates.d.ts +7 -0
- package/dist/commonjs/http/errors/VariantAlsoNegotiates.d.ts.map +1 -0
- package/dist/commonjs/http/errors/VariantAlsoNegotiates.js +12 -0
- package/dist/commonjs/http/errors/VariantAlsoNegotiates.js.map +1 -0
- package/dist/commonjs/http/errors/base.d.ts +23 -0
- package/dist/commonjs/http/errors/base.d.ts.map +1 -0
- package/dist/commonjs/http/errors/base.js +36 -0
- package/dist/commonjs/http/errors/base.js.map +1 -0
- package/dist/commonjs/http/errors/index.d.ts +42 -0
- package/dist/commonjs/http/errors/index.d.ts.map +1 -0
- package/dist/commonjs/http/errors/index.js +87 -0
- package/dist/commonjs/http/errors/index.js.map +1 -0
- package/dist/commonjs/http/httpExceptions.d.ts +14 -0
- package/dist/commonjs/http/httpExceptions.d.ts.map +1 -0
- package/dist/commonjs/http/httpExceptions.js +92 -0
- package/dist/commonjs/http/httpExceptions.js.map +1 -0
- package/dist/commonjs/index.d.ts +26 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +63 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/models.d.ts +15 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +3 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/services/destinations/Destinations.d.ts +12 -0
- package/dist/commonjs/services/destinations/Destinations.d.ts.map +1 -0
- package/dist/commonjs/services/destinations/Destinations.js +32 -0
- package/dist/commonjs/services/destinations/Destinations.js.map +1 -0
- package/dist/commonjs/services/destinations/index.d.ts +2 -0
- package/dist/commonjs/services/destinations/index.d.ts.map +1 -0
- package/dist/commonjs/services/destinations/index.js +3 -0
- package/dist/commonjs/services/destinations/index.js.map +1 -0
- package/dist/commonjs/services/destinations/models/ListDestinationsResponse.d.ts +14 -0
- package/dist/commonjs/services/destinations/models/ListDestinationsResponse.d.ts.map +1 -0
- package/dist/commonjs/services/destinations/models/ListDestinationsResponse.js +3 -0
- package/dist/commonjs/services/destinations/models/ListDestinationsResponse.js.map +1 -0
- package/dist/commonjs/services/eSim/ESim.d.ts +40 -0
- package/dist/commonjs/services/eSim/ESim.d.ts.map +1 -0
- package/dist/commonjs/services/eSim/ESim.js +113 -0
- package/dist/commonjs/services/eSim/ESim.js.map +1 -0
- package/dist/commonjs/services/eSim/index.d.ts +5 -0
- package/dist/commonjs/services/eSim/index.d.ts.map +1 -0
- package/dist/commonjs/services/eSim/index.js +3 -0
- package/dist/commonjs/services/eSim/index.js.map +1 -0
- package/dist/commonjs/services/eSim/models/GetEsimDeviceResponse.d.ts +23 -0
- package/dist/commonjs/services/eSim/models/GetEsimDeviceResponse.d.ts.map +1 -0
- package/dist/commonjs/services/eSim/models/GetEsimDeviceResponse.js +3 -0
- package/dist/commonjs/services/eSim/models/GetEsimDeviceResponse.js.map +1 -0
- package/dist/commonjs/services/eSim/models/GetEsimHistoryResponse.d.ts +26 -0
- package/dist/commonjs/services/eSim/models/GetEsimHistoryResponse.d.ts.map +1 -0
- package/dist/commonjs/services/eSim/models/GetEsimHistoryResponse.js +3 -0
- package/dist/commonjs/services/eSim/models/GetEsimHistoryResponse.js.map +1 -0
- package/dist/commonjs/services/eSim/models/GetEsimMacResponse.d.ts +19 -0
- package/dist/commonjs/services/eSim/models/GetEsimMacResponse.d.ts.map +1 -0
- package/dist/commonjs/services/eSim/models/GetEsimMacResponse.js +3 -0
- package/dist/commonjs/services/eSim/models/GetEsimMacResponse.js.map +1 -0
- package/dist/commonjs/services/eSim/models/GetEsimResponse.d.ts +23 -0
- package/dist/commonjs/services/eSim/models/GetEsimResponse.d.ts.map +1 -0
- package/dist/commonjs/services/eSim/models/GetEsimResponse.js +3 -0
- package/dist/commonjs/services/eSim/models/GetEsimResponse.js.map +1 -0
- package/dist/commonjs/services/packages/Packages.d.ts +30 -0
- package/dist/commonjs/services/packages/Packages.d.ts.map +1 -0
- package/dist/commonjs/services/packages/Packages.js +69 -0
- package/dist/commonjs/services/packages/Packages.js.map +1 -0
- package/dist/commonjs/services/packages/index.d.ts +2 -0
- package/dist/commonjs/services/packages/index.d.ts.map +1 -0
- package/dist/commonjs/services/packages/index.js +3 -0
- package/dist/commonjs/services/packages/index.js.map +1 -0
- package/dist/commonjs/services/packages/models/ListPackagesResponse.d.ts +30 -0
- package/dist/commonjs/services/packages/models/ListPackagesResponse.d.ts.map +1 -0
- package/dist/commonjs/services/packages/models/ListPackagesResponse.js +3 -0
- package/dist/commonjs/services/packages/models/ListPackagesResponse.js.map +1 -0
- package/dist/commonjs/services/purchases/Purchases.d.ts +64 -0
- package/dist/commonjs/services/purchases/Purchases.d.ts.map +1 -0
- package/dist/commonjs/services/purchases/Purchases.js +146 -0
- package/dist/commonjs/services/purchases/Purchases.js.map +1 -0
- package/dist/commonjs/services/purchases/index.d.ts +9 -0
- package/dist/commonjs/services/purchases/index.d.ts.map +1 -0
- package/dist/commonjs/services/purchases/index.js +3 -0
- package/dist/commonjs/services/purchases/index.js.map +1 -0
- package/dist/commonjs/services/purchases/models/CreatePurchaseRequest.d.ts +37 -0
- package/dist/commonjs/services/purchases/models/CreatePurchaseRequest.d.ts.map +1 -0
- package/dist/commonjs/services/purchases/models/CreatePurchaseRequest.js +3 -0
- package/dist/commonjs/services/purchases/models/CreatePurchaseRequest.js.map +1 -0
- package/dist/commonjs/services/purchases/models/CreatePurchaseResponse.d.ts +48 -0
- package/dist/commonjs/services/purchases/models/CreatePurchaseResponse.d.ts.map +1 -0
- package/dist/commonjs/services/purchases/models/CreatePurchaseResponse.js +3 -0
- package/dist/commonjs/services/purchases/models/CreatePurchaseResponse.js.map +1 -0
- package/dist/commonjs/services/purchases/models/EditPurchaseRequest.d.ts +25 -0
- package/dist/commonjs/services/purchases/models/EditPurchaseRequest.d.ts.map +1 -0
- package/dist/commonjs/services/purchases/models/EditPurchaseRequest.js +3 -0
- package/dist/commonjs/services/purchases/models/EditPurchaseRequest.js.map +1 -0
- package/dist/commonjs/services/purchases/models/EditPurchaseResponse.d.ts +25 -0
- package/dist/commonjs/services/purchases/models/EditPurchaseResponse.d.ts.map +1 -0
- package/dist/commonjs/services/purchases/models/EditPurchaseResponse.js +3 -0
- package/dist/commonjs/services/purchases/models/EditPurchaseResponse.js.map +1 -0
- package/dist/commonjs/services/purchases/models/GetPurchaseConsumptionResponse.d.ts +11 -0
- package/dist/commonjs/services/purchases/models/GetPurchaseConsumptionResponse.d.ts.map +1 -0
- package/dist/commonjs/services/purchases/models/GetPurchaseConsumptionResponse.js +3 -0
- package/dist/commonjs/services/purchases/models/GetPurchaseConsumptionResponse.js.map +1 -0
- package/dist/commonjs/services/purchases/models/ListPurchasesResponse.d.ts +72 -0
- package/dist/commonjs/services/purchases/models/ListPurchasesResponse.d.ts.map +1 -0
- package/dist/commonjs/services/purchases/models/ListPurchasesResponse.js +3 -0
- package/dist/commonjs/services/purchases/models/ListPurchasesResponse.js.map +1 -0
- package/dist/commonjs/services/purchases/models/TopUpEsimRequest.d.ts +33 -0
- package/dist/commonjs/services/purchases/models/TopUpEsimRequest.d.ts.map +1 -0
- package/dist/commonjs/services/purchases/models/TopUpEsimRequest.js +3 -0
- package/dist/commonjs/services/purchases/models/TopUpEsimRequest.js.map +1 -0
- package/dist/commonjs/services/purchases/models/TopUpEsimResponse.d.ts +44 -0
- package/dist/commonjs/services/purchases/models/TopUpEsimResponse.d.ts.map +1 -0
- package/dist/commonjs/services/purchases/models/TopUpEsimResponse.js +3 -0
- package/dist/commonjs/services/purchases/models/TopUpEsimResponse.js.map +1 -0
- package/dist/esm/BaseService.d.ts +11 -0
- package/dist/esm/BaseService.d.ts.map +1 -0
- package/dist/esm/BaseService.js +24 -0
- package/dist/esm/BaseService.js.map +1 -0
- package/dist/esm/hooks/CustomHook.d.ts +59 -0
- package/dist/esm/hooks/CustomHook.d.ts.map +1 -0
- package/dist/esm/hooks/CustomHook.js +68 -0
- package/dist/esm/hooks/CustomHook.js.map +1 -0
- package/dist/esm/hooks/Hook.d.ts +24 -0
- package/dist/esm/hooks/Hook.d.ts.map +1 -0
- package/dist/esm/hooks/Hook.js +2 -0
- package/dist/esm/hooks/Hook.js.map +1 -0
- package/dist/esm/http/Environment.d.ts +4 -0
- package/dist/esm/http/Environment.d.ts.map +1 -0
- package/dist/esm/http/Environment.js +5 -0
- package/dist/esm/http/Environment.js.map +1 -0
- package/dist/esm/http/HTTPClient.d.ts +13 -0
- package/dist/esm/http/HTTPClient.d.ts.map +1 -0
- package/dist/esm/http/HTTPClient.js +2 -0
- package/dist/esm/http/HTTPClient.js.map +1 -0
- package/dist/esm/http/HTTPLibrary.d.ts +23 -0
- package/dist/esm/http/HTTPLibrary.d.ts.map +1 -0
- package/dist/esm/http/HTTPLibrary.js +137 -0
- package/dist/esm/http/HTTPLibrary.js.map +1 -0
- package/dist/esm/http/QuerySerializer.d.ts +6 -0
- package/dist/esm/http/QuerySerializer.d.ts.map +1 -0
- package/dist/esm/http/QuerySerializer.js +65 -0
- package/dist/esm/http/QuerySerializer.js.map +1 -0
- package/dist/esm/http/errors/BadGateway.d.ts +7 -0
- package/dist/esm/http/errors/BadGateway.d.ts.map +1 -0
- package/dist/esm/http/errors/BadGateway.js +9 -0
- package/dist/esm/http/errors/BadGateway.js.map +1 -0
- package/dist/esm/http/errors/BadRequest.d.ts +7 -0
- package/dist/esm/http/errors/BadRequest.d.ts.map +1 -0
- package/dist/esm/http/errors/BadRequest.js +9 -0
- package/dist/esm/http/errors/BadRequest.js.map +1 -0
- package/dist/esm/http/errors/Conflict.d.ts +7 -0
- package/dist/esm/http/errors/Conflict.d.ts.map +1 -0
- package/dist/esm/http/errors/Conflict.js +9 -0
- package/dist/esm/http/errors/Conflict.js.map +1 -0
- package/dist/esm/http/errors/ExpectationFailed.d.ts +7 -0
- package/dist/esm/http/errors/ExpectationFailed.d.ts.map +1 -0
- package/dist/esm/http/errors/ExpectationFailed.js +9 -0
- package/dist/esm/http/errors/ExpectationFailed.js.map +1 -0
- package/dist/esm/http/errors/FailedDependency.d.ts +7 -0
- package/dist/esm/http/errors/FailedDependency.d.ts.map +1 -0
- package/dist/esm/http/errors/FailedDependency.js +9 -0
- package/dist/esm/http/errors/FailedDependency.js.map +1 -0
- package/dist/esm/http/errors/Forbidden.d.ts +7 -0
- package/dist/esm/http/errors/Forbidden.d.ts.map +1 -0
- package/dist/esm/http/errors/Forbidden.js +9 -0
- package/dist/esm/http/errors/Forbidden.js.map +1 -0
- package/dist/esm/http/errors/GatewayTimeout.d.ts +7 -0
- package/dist/esm/http/errors/GatewayTimeout.d.ts.map +1 -0
- package/dist/esm/http/errors/GatewayTimeout.js +9 -0
- package/dist/esm/http/errors/GatewayTimeout.js.map +1 -0
- package/dist/esm/http/errors/Gone.d.ts +7 -0
- package/dist/esm/http/errors/Gone.d.ts.map +1 -0
- package/dist/esm/http/errors/Gone.js +9 -0
- package/dist/esm/http/errors/Gone.js.map +1 -0
- package/dist/esm/http/errors/HttpVersionNotSupported.d.ts +7 -0
- package/dist/esm/http/errors/HttpVersionNotSupported.d.ts.map +1 -0
- package/dist/esm/http/errors/HttpVersionNotSupported.js +9 -0
- package/dist/esm/http/errors/HttpVersionNotSupported.js.map +1 -0
- package/dist/esm/http/errors/InternalServerError.d.ts +7 -0
- package/dist/esm/http/errors/InternalServerError.d.ts.map +1 -0
- package/dist/esm/http/errors/InternalServerError.js +9 -0
- package/dist/esm/http/errors/InternalServerError.js.map +1 -0
- package/dist/esm/http/errors/LengthRequired.d.ts +7 -0
- package/dist/esm/http/errors/LengthRequired.d.ts.map +1 -0
- package/dist/esm/http/errors/LengthRequired.js +9 -0
- package/dist/esm/http/errors/LengthRequired.js.map +1 -0
- package/dist/esm/http/errors/Locked.d.ts +7 -0
- package/dist/esm/http/errors/Locked.d.ts.map +1 -0
- package/dist/esm/http/errors/Locked.js +9 -0
- package/dist/esm/http/errors/Locked.js.map +1 -0
- package/dist/esm/http/errors/LoopDetected.d.ts +7 -0
- package/dist/esm/http/errors/LoopDetected.d.ts.map +1 -0
- package/dist/esm/http/errors/LoopDetected.js +9 -0
- package/dist/esm/http/errors/LoopDetected.js.map +1 -0
- package/dist/esm/http/errors/MethodNotAllowed.d.ts +8 -0
- package/dist/esm/http/errors/MethodNotAllowed.d.ts.map +1 -0
- package/dist/esm/http/errors/MethodNotAllowed.js +10 -0
- package/dist/esm/http/errors/MethodNotAllowed.js.map +1 -0
- package/dist/esm/http/errors/MisdirectedRequest.d.ts +7 -0
- package/dist/esm/http/errors/MisdirectedRequest.d.ts.map +1 -0
- package/dist/esm/http/errors/MisdirectedRequest.js +9 -0
- package/dist/esm/http/errors/MisdirectedRequest.js.map +1 -0
- package/dist/esm/http/errors/NetworkAuthenticationRequired.d.ts +7 -0
- package/dist/esm/http/errors/NetworkAuthenticationRequired.d.ts.map +1 -0
- package/dist/esm/http/errors/NetworkAuthenticationRequired.js +9 -0
- package/dist/esm/http/errors/NetworkAuthenticationRequired.js.map +1 -0
- package/dist/esm/http/errors/NotAcceptable.d.ts +7 -0
- package/dist/esm/http/errors/NotAcceptable.d.ts.map +1 -0
- package/dist/esm/http/errors/NotAcceptable.js +9 -0
- package/dist/esm/http/errors/NotAcceptable.js.map +1 -0
- package/dist/esm/http/errors/NotExtended.d.ts +7 -0
- package/dist/esm/http/errors/NotExtended.d.ts.map +1 -0
- package/dist/esm/http/errors/NotExtended.js +9 -0
- package/dist/esm/http/errors/NotExtended.js.map +1 -0
- package/dist/esm/http/errors/NotFound.d.ts +7 -0
- package/dist/esm/http/errors/NotFound.d.ts.map +1 -0
- package/dist/esm/http/errors/NotFound.js +9 -0
- package/dist/esm/http/errors/NotFound.js.map +1 -0
- package/dist/esm/http/errors/NotImplemented.d.ts +7 -0
- package/dist/esm/http/errors/NotImplemented.d.ts.map +1 -0
- package/dist/esm/http/errors/NotImplemented.js +9 -0
- package/dist/esm/http/errors/NotImplemented.js.map +1 -0
- package/dist/esm/http/errors/PayloadTooLarge.d.ts +8 -0
- package/dist/esm/http/errors/PayloadTooLarge.d.ts.map +1 -0
- package/dist/esm/http/errors/PayloadTooLarge.js +10 -0
- package/dist/esm/http/errors/PayloadTooLarge.js.map +1 -0
- package/dist/esm/http/errors/PaymentRequired.d.ts +7 -0
- package/dist/esm/http/errors/PaymentRequired.d.ts.map +1 -0
- package/dist/esm/http/errors/PaymentRequired.js +9 -0
- package/dist/esm/http/errors/PaymentRequired.js.map +1 -0
- package/dist/esm/http/errors/PreconditionFailed.d.ts +7 -0
- package/dist/esm/http/errors/PreconditionFailed.d.ts.map +1 -0
- package/dist/esm/http/errors/PreconditionFailed.js +9 -0
- package/dist/esm/http/errors/PreconditionFailed.js.map +1 -0
- package/dist/esm/http/errors/PreconditionRequired.d.ts +7 -0
- package/dist/esm/http/errors/PreconditionRequired.d.ts.map +1 -0
- package/dist/esm/http/errors/PreconditionRequired.js +9 -0
- package/dist/esm/http/errors/PreconditionRequired.js.map +1 -0
- package/dist/esm/http/errors/ProxyAuthenticationRequired.d.ts +8 -0
- package/dist/esm/http/errors/ProxyAuthenticationRequired.d.ts.map +1 -0
- package/dist/esm/http/errors/ProxyAuthenticationRequired.js +10 -0
- package/dist/esm/http/errors/ProxyAuthenticationRequired.js.map +1 -0
- package/dist/esm/http/errors/RangeNotSatisfiable.d.ts +7 -0
- package/dist/esm/http/errors/RangeNotSatisfiable.d.ts.map +1 -0
- package/dist/esm/http/errors/RangeNotSatisfiable.js +9 -0
- package/dist/esm/http/errors/RangeNotSatisfiable.js.map +1 -0
- package/dist/esm/http/errors/RequestHeaderFieldsTooLarge.d.ts +7 -0
- package/dist/esm/http/errors/RequestHeaderFieldsTooLarge.d.ts.map +1 -0
- package/dist/esm/http/errors/RequestHeaderFieldsTooLarge.js +9 -0
- package/dist/esm/http/errors/RequestHeaderFieldsTooLarge.js.map +1 -0
- package/dist/esm/http/errors/RequestTimeout.d.ts +7 -0
- package/dist/esm/http/errors/RequestTimeout.d.ts.map +1 -0
- package/dist/esm/http/errors/RequestTimeout.js +9 -0
- package/dist/esm/http/errors/RequestTimeout.js.map +1 -0
- package/dist/esm/http/errors/ServiceUnavailable.d.ts +8 -0
- package/dist/esm/http/errors/ServiceUnavailable.d.ts.map +1 -0
- package/dist/esm/http/errors/ServiceUnavailable.js +10 -0
- package/dist/esm/http/errors/ServiceUnavailable.js.map +1 -0
- package/dist/esm/http/errors/TooEarly.d.ts +7 -0
- package/dist/esm/http/errors/TooEarly.d.ts.map +1 -0
- package/dist/esm/http/errors/TooEarly.js +9 -0
- package/dist/esm/http/errors/TooEarly.js.map +1 -0
- package/dist/esm/http/errors/TooManyRequests.d.ts +8 -0
- package/dist/esm/http/errors/TooManyRequests.d.ts.map +1 -0
- package/dist/esm/http/errors/TooManyRequests.js +10 -0
- package/dist/esm/http/errors/TooManyRequests.js.map +1 -0
- package/dist/esm/http/errors/Unauthorized.d.ts +8 -0
- package/dist/esm/http/errors/Unauthorized.d.ts.map +1 -0
- package/dist/esm/http/errors/Unauthorized.js +10 -0
- package/dist/esm/http/errors/Unauthorized.js.map +1 -0
- package/dist/esm/http/errors/UnavailableForLegalReasons.d.ts +7 -0
- package/dist/esm/http/errors/UnavailableForLegalReasons.d.ts.map +1 -0
- package/dist/esm/http/errors/UnavailableForLegalReasons.js +9 -0
- package/dist/esm/http/errors/UnavailableForLegalReasons.js.map +1 -0
- package/dist/esm/http/errors/UnprocessableEntity.d.ts +7 -0
- package/dist/esm/http/errors/UnprocessableEntity.d.ts.map +1 -0
- package/dist/esm/http/errors/UnprocessableEntity.js +9 -0
- package/dist/esm/http/errors/UnprocessableEntity.js.map +1 -0
- package/dist/esm/http/errors/UnsufficientStorage.d.ts +7 -0
- package/dist/esm/http/errors/UnsufficientStorage.d.ts.map +1 -0
- package/dist/esm/http/errors/UnsufficientStorage.js +9 -0
- package/dist/esm/http/errors/UnsufficientStorage.js.map +1 -0
- package/dist/esm/http/errors/UnsupportedMediaType.d.ts +7 -0
- package/dist/esm/http/errors/UnsupportedMediaType.d.ts.map +1 -0
- package/dist/esm/http/errors/UnsupportedMediaType.js +9 -0
- package/dist/esm/http/errors/UnsupportedMediaType.js.map +1 -0
- package/dist/esm/http/errors/UpgradeRequired.d.ts +7 -0
- package/dist/esm/http/errors/UpgradeRequired.d.ts.map +1 -0
- package/dist/esm/http/errors/UpgradeRequired.js +9 -0
- package/dist/esm/http/errors/UpgradeRequired.js.map +1 -0
- package/dist/esm/http/errors/UriTooLong.d.ts +7 -0
- package/dist/esm/http/errors/UriTooLong.d.ts.map +1 -0
- package/dist/esm/http/errors/UriTooLong.js +9 -0
- package/dist/esm/http/errors/UriTooLong.js.map +1 -0
- package/dist/esm/http/errors/VariantAlsoNegotiates.d.ts +7 -0
- package/dist/esm/http/errors/VariantAlsoNegotiates.d.ts.map +1 -0
- package/dist/esm/http/errors/VariantAlsoNegotiates.js +9 -0
- package/dist/esm/http/errors/VariantAlsoNegotiates.js.map +1 -0
- package/dist/esm/http/errors/base.d.ts +23 -0
- package/dist/esm/http/errors/base.d.ts.map +1 -0
- package/dist/esm/http/errors/base.js +28 -0
- package/dist/esm/http/errors/base.js.map +1 -0
- package/dist/esm/http/errors/index.d.ts +42 -0
- package/dist/esm/http/errors/index.d.ts.map +1 -0
- package/dist/esm/http/errors/index.js +42 -0
- package/dist/esm/http/errors/index.js.map +1 -0
- package/dist/esm/http/httpExceptions.d.ts +14 -0
- package/dist/esm/http/httpExceptions.d.ts.map +1 -0
- package/dist/esm/http/httpExceptions.js +86 -0
- package/dist/esm/http/httpExceptions.js.map +1 -0
- package/dist/esm/index.d.ts +26 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +33 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models.d.ts +15 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +2 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/services/destinations/Destinations.d.ts +12 -0
- package/dist/esm/services/destinations/Destinations.d.ts.map +1 -0
- package/dist/esm/services/destinations/Destinations.js +25 -0
- package/dist/esm/services/destinations/Destinations.js.map +1 -0
- package/dist/esm/services/destinations/index.d.ts +2 -0
- package/dist/esm/services/destinations/index.d.ts.map +1 -0
- package/dist/esm/services/destinations/index.js +2 -0
- package/dist/esm/services/destinations/index.js.map +1 -0
- package/dist/esm/services/destinations/models/ListDestinationsResponse.d.ts +14 -0
- package/dist/esm/services/destinations/models/ListDestinationsResponse.d.ts.map +1 -0
- package/dist/esm/services/destinations/models/ListDestinationsResponse.js +2 -0
- package/dist/esm/services/destinations/models/ListDestinationsResponse.js.map +1 -0
- package/dist/esm/services/eSim/ESim.d.ts +40 -0
- package/dist/esm/services/eSim/ESim.d.ts.map +1 -0
- package/dist/esm/services/eSim/ESim.js +106 -0
- package/dist/esm/services/eSim/ESim.js.map +1 -0
- package/dist/esm/services/eSim/index.d.ts +5 -0
- package/dist/esm/services/eSim/index.d.ts.map +1 -0
- package/dist/esm/services/eSim/index.js +2 -0
- package/dist/esm/services/eSim/index.js.map +1 -0
- package/dist/esm/services/eSim/models/GetEsimDeviceResponse.d.ts +23 -0
- package/dist/esm/services/eSim/models/GetEsimDeviceResponse.d.ts.map +1 -0
- package/dist/esm/services/eSim/models/GetEsimDeviceResponse.js +2 -0
- package/dist/esm/services/eSim/models/GetEsimDeviceResponse.js.map +1 -0
- package/dist/esm/services/eSim/models/GetEsimHistoryResponse.d.ts +26 -0
- package/dist/esm/services/eSim/models/GetEsimHistoryResponse.d.ts.map +1 -0
- package/dist/esm/services/eSim/models/GetEsimHistoryResponse.js +2 -0
- package/dist/esm/services/eSim/models/GetEsimHistoryResponse.js.map +1 -0
- package/dist/esm/services/eSim/models/GetEsimMacResponse.d.ts +19 -0
- package/dist/esm/services/eSim/models/GetEsimMacResponse.d.ts.map +1 -0
- package/dist/esm/services/eSim/models/GetEsimMacResponse.js +2 -0
- package/dist/esm/services/eSim/models/GetEsimMacResponse.js.map +1 -0
- package/dist/esm/services/eSim/models/GetEsimResponse.d.ts +23 -0
- package/dist/esm/services/eSim/models/GetEsimResponse.d.ts.map +1 -0
- package/dist/esm/services/eSim/models/GetEsimResponse.js +2 -0
- package/dist/esm/services/eSim/models/GetEsimResponse.js.map +1 -0
- package/dist/esm/services/packages/Packages.d.ts +30 -0
- package/dist/esm/services/packages/Packages.d.ts.map +1 -0
- package/dist/esm/services/packages/Packages.js +62 -0
- package/dist/esm/services/packages/Packages.js.map +1 -0
- package/dist/esm/services/packages/index.d.ts +2 -0
- package/dist/esm/services/packages/index.d.ts.map +1 -0
- package/dist/esm/services/packages/index.js +2 -0
- package/dist/esm/services/packages/index.js.map +1 -0
- package/dist/esm/services/packages/models/ListPackagesResponse.d.ts +30 -0
- package/dist/esm/services/packages/models/ListPackagesResponse.d.ts.map +1 -0
- package/dist/esm/services/packages/models/ListPackagesResponse.js +2 -0
- package/dist/esm/services/packages/models/ListPackagesResponse.js.map +1 -0
- package/dist/esm/services/purchases/Purchases.d.ts +64 -0
- package/dist/esm/services/purchases/Purchases.d.ts.map +1 -0
- package/dist/esm/services/purchases/Purchases.js +139 -0
- package/dist/esm/services/purchases/Purchases.js.map +1 -0
- package/dist/esm/services/purchases/index.d.ts +9 -0
- package/dist/esm/services/purchases/index.d.ts.map +1 -0
- package/dist/esm/services/purchases/index.js +2 -0
- package/dist/esm/services/purchases/index.js.map +1 -0
- package/dist/esm/services/purchases/models/CreatePurchaseRequest.d.ts +37 -0
- package/dist/esm/services/purchases/models/CreatePurchaseRequest.d.ts.map +1 -0
- package/dist/esm/services/purchases/models/CreatePurchaseRequest.js +2 -0
- package/dist/esm/services/purchases/models/CreatePurchaseRequest.js.map +1 -0
- package/dist/esm/services/purchases/models/CreatePurchaseResponse.d.ts +48 -0
- package/dist/esm/services/purchases/models/CreatePurchaseResponse.d.ts.map +1 -0
- package/dist/esm/services/purchases/models/CreatePurchaseResponse.js +2 -0
- package/dist/esm/services/purchases/models/CreatePurchaseResponse.js.map +1 -0
- package/dist/esm/services/purchases/models/EditPurchaseRequest.d.ts +25 -0
- package/dist/esm/services/purchases/models/EditPurchaseRequest.d.ts.map +1 -0
- package/dist/esm/services/purchases/models/EditPurchaseRequest.js +2 -0
- package/dist/esm/services/purchases/models/EditPurchaseRequest.js.map +1 -0
- package/dist/esm/services/purchases/models/EditPurchaseResponse.d.ts +25 -0
- package/dist/esm/services/purchases/models/EditPurchaseResponse.d.ts.map +1 -0
- package/dist/esm/services/purchases/models/EditPurchaseResponse.js +2 -0
- package/dist/esm/services/purchases/models/EditPurchaseResponse.js.map +1 -0
- package/dist/esm/services/purchases/models/GetPurchaseConsumptionResponse.d.ts +11 -0
- package/dist/esm/services/purchases/models/GetPurchaseConsumptionResponse.d.ts.map +1 -0
- package/dist/esm/services/purchases/models/GetPurchaseConsumptionResponse.js +2 -0
- package/dist/esm/services/purchases/models/GetPurchaseConsumptionResponse.js.map +1 -0
- package/dist/esm/services/purchases/models/ListPurchasesResponse.d.ts +72 -0
- package/dist/esm/services/purchases/models/ListPurchasesResponse.d.ts.map +1 -0
- package/dist/esm/services/purchases/models/ListPurchasesResponse.js +2 -0
- package/dist/esm/services/purchases/models/ListPurchasesResponse.js.map +1 -0
- package/dist/esm/services/purchases/models/TopUpEsimRequest.d.ts +33 -0
- package/dist/esm/services/purchases/models/TopUpEsimRequest.d.ts.map +1 -0
- package/dist/esm/services/purchases/models/TopUpEsimRequest.js +2 -0
- package/dist/esm/services/purchases/models/TopUpEsimRequest.js.map +1 -0
- package/dist/esm/services/purchases/models/TopUpEsimResponse.d.ts +44 -0
- package/dist/esm/services/purchases/models/TopUpEsimResponse.d.ts.map +1 -0
- package/dist/esm/services/purchases/models/TopUpEsimResponse.js +2 -0
- package/dist/esm/services/purchases/models/TopUpEsimResponse.js.map +1 -0
- package/dist/umd/BaseService.d.ts +11 -0
- package/dist/umd/BaseService.d.ts.map +1 -0
- package/dist/umd/BaseService.js +40 -0
- package/dist/umd/BaseService.js.map +1 -0
- package/dist/umd/hooks/CustomHook.d.ts +59 -0
- package/dist/umd/hooks/CustomHook.d.ts.map +1 -0
- package/dist/umd/hooks/CustomHook.js +84 -0
- package/dist/umd/hooks/CustomHook.js.map +1 -0
- package/dist/umd/hooks/Hook.d.ts +24 -0
- package/dist/umd/hooks/Hook.d.ts.map +1 -0
- package/dist/umd/hooks/Hook.js +13 -0
- package/dist/umd/hooks/Hook.js.map +1 -0
- package/dist/umd/http/Environment.d.ts +4 -0
- package/dist/umd/http/Environment.d.ts.map +1 -0
- package/dist/umd/http/Environment.js +18 -0
- package/dist/umd/http/Environment.js.map +1 -0
- package/dist/umd/http/HTTPClient.d.ts +13 -0
- package/dist/umd/http/HTTPClient.d.ts.map +1 -0
- package/dist/umd/http/HTTPClient.js +13 -0
- package/dist/umd/http/HTTPClient.js.map +1 -0
- package/dist/umd/http/HTTPLibrary.d.ts +23 -0
- package/dist/umd/http/HTTPLibrary.d.ts.map +1 -0
- package/dist/umd/http/HTTPLibrary.js +153 -0
- package/dist/umd/http/HTTPLibrary.js.map +1 -0
- package/dist/umd/http/QuerySerializer.d.ts +6 -0
- package/dist/umd/http/QuerySerializer.d.ts.map +1 -0
- package/dist/umd/http/QuerySerializer.js +80 -0
- package/dist/umd/http/QuerySerializer.js.map +1 -0
- package/dist/umd/http/errors/BadGateway.d.ts +7 -0
- package/dist/umd/http/errors/BadGateway.d.ts.map +1 -0
- package/dist/umd/http/errors/BadGateway.js +22 -0
- package/dist/umd/http/errors/BadGateway.js.map +1 -0
- package/dist/umd/http/errors/BadRequest.d.ts +7 -0
- package/dist/umd/http/errors/BadRequest.d.ts.map +1 -0
- package/dist/umd/http/errors/BadRequest.js +22 -0
- package/dist/umd/http/errors/BadRequest.js.map +1 -0
- package/dist/umd/http/errors/Conflict.d.ts +7 -0
- package/dist/umd/http/errors/Conflict.d.ts.map +1 -0
- package/dist/umd/http/errors/Conflict.js +22 -0
- package/dist/umd/http/errors/Conflict.js.map +1 -0
- package/dist/umd/http/errors/ExpectationFailed.d.ts +7 -0
- package/dist/umd/http/errors/ExpectationFailed.d.ts.map +1 -0
- package/dist/umd/http/errors/ExpectationFailed.js +22 -0
- package/dist/umd/http/errors/ExpectationFailed.js.map +1 -0
- package/dist/umd/http/errors/FailedDependency.d.ts +7 -0
- package/dist/umd/http/errors/FailedDependency.d.ts.map +1 -0
- package/dist/umd/http/errors/FailedDependency.js +22 -0
- package/dist/umd/http/errors/FailedDependency.js.map +1 -0
- package/dist/umd/http/errors/Forbidden.d.ts +7 -0
- package/dist/umd/http/errors/Forbidden.d.ts.map +1 -0
- package/dist/umd/http/errors/Forbidden.js +22 -0
- package/dist/umd/http/errors/Forbidden.js.map +1 -0
- package/dist/umd/http/errors/GatewayTimeout.d.ts +7 -0
- package/dist/umd/http/errors/GatewayTimeout.d.ts.map +1 -0
- package/dist/umd/http/errors/GatewayTimeout.js +22 -0
- package/dist/umd/http/errors/GatewayTimeout.js.map +1 -0
- package/dist/umd/http/errors/Gone.d.ts +7 -0
- package/dist/umd/http/errors/Gone.d.ts.map +1 -0
- package/dist/umd/http/errors/Gone.js +22 -0
- package/dist/umd/http/errors/Gone.js.map +1 -0
- package/dist/umd/http/errors/HttpVersionNotSupported.d.ts +7 -0
- package/dist/umd/http/errors/HttpVersionNotSupported.d.ts.map +1 -0
- package/dist/umd/http/errors/HttpVersionNotSupported.js +22 -0
- package/dist/umd/http/errors/HttpVersionNotSupported.js.map +1 -0
- package/dist/umd/http/errors/InternalServerError.d.ts +7 -0
- package/dist/umd/http/errors/InternalServerError.d.ts.map +1 -0
- package/dist/umd/http/errors/InternalServerError.js +22 -0
- package/dist/umd/http/errors/InternalServerError.js.map +1 -0
- package/dist/umd/http/errors/LengthRequired.d.ts +7 -0
- package/dist/umd/http/errors/LengthRequired.d.ts.map +1 -0
- package/dist/umd/http/errors/LengthRequired.js +22 -0
- package/dist/umd/http/errors/LengthRequired.js.map +1 -0
- package/dist/umd/http/errors/Locked.d.ts +7 -0
- package/dist/umd/http/errors/Locked.d.ts.map +1 -0
- package/dist/umd/http/errors/Locked.js +22 -0
- package/dist/umd/http/errors/Locked.js.map +1 -0
- package/dist/umd/http/errors/LoopDetected.d.ts +7 -0
- package/dist/umd/http/errors/LoopDetected.d.ts.map +1 -0
- package/dist/umd/http/errors/LoopDetected.js +22 -0
- package/dist/umd/http/errors/LoopDetected.js.map +1 -0
- package/dist/umd/http/errors/MethodNotAllowed.d.ts +8 -0
- package/dist/umd/http/errors/MethodNotAllowed.d.ts.map +1 -0
- package/dist/umd/http/errors/MethodNotAllowed.js +23 -0
- package/dist/umd/http/errors/MethodNotAllowed.js.map +1 -0
- package/dist/umd/http/errors/MisdirectedRequest.d.ts +7 -0
- package/dist/umd/http/errors/MisdirectedRequest.d.ts.map +1 -0
- package/dist/umd/http/errors/MisdirectedRequest.js +22 -0
- package/dist/umd/http/errors/MisdirectedRequest.js.map +1 -0
- package/dist/umd/http/errors/NetworkAuthenticationRequired.d.ts +7 -0
- package/dist/umd/http/errors/NetworkAuthenticationRequired.d.ts.map +1 -0
- package/dist/umd/http/errors/NetworkAuthenticationRequired.js +22 -0
- package/dist/umd/http/errors/NetworkAuthenticationRequired.js.map +1 -0
- package/dist/umd/http/errors/NotAcceptable.d.ts +7 -0
- package/dist/umd/http/errors/NotAcceptable.d.ts.map +1 -0
- package/dist/umd/http/errors/NotAcceptable.js +22 -0
- package/dist/umd/http/errors/NotAcceptable.js.map +1 -0
- package/dist/umd/http/errors/NotExtended.d.ts +7 -0
- package/dist/umd/http/errors/NotExtended.d.ts.map +1 -0
- package/dist/umd/http/errors/NotExtended.js +22 -0
- package/dist/umd/http/errors/NotExtended.js.map +1 -0
- package/dist/umd/http/errors/NotFound.d.ts +7 -0
- package/dist/umd/http/errors/NotFound.d.ts.map +1 -0
- package/dist/umd/http/errors/NotFound.js +22 -0
- package/dist/umd/http/errors/NotFound.js.map +1 -0
- package/dist/umd/http/errors/NotImplemented.d.ts +7 -0
- package/dist/umd/http/errors/NotImplemented.d.ts.map +1 -0
- package/dist/umd/http/errors/NotImplemented.js +22 -0
- package/dist/umd/http/errors/NotImplemented.js.map +1 -0
- package/dist/umd/http/errors/PayloadTooLarge.d.ts +8 -0
- package/dist/umd/http/errors/PayloadTooLarge.d.ts.map +1 -0
- package/dist/umd/http/errors/PayloadTooLarge.js +23 -0
- package/dist/umd/http/errors/PayloadTooLarge.js.map +1 -0
- package/dist/umd/http/errors/PaymentRequired.d.ts +7 -0
- package/dist/umd/http/errors/PaymentRequired.d.ts.map +1 -0
- package/dist/umd/http/errors/PaymentRequired.js +22 -0
- package/dist/umd/http/errors/PaymentRequired.js.map +1 -0
- package/dist/umd/http/errors/PreconditionFailed.d.ts +7 -0
- package/dist/umd/http/errors/PreconditionFailed.d.ts.map +1 -0
- package/dist/umd/http/errors/PreconditionFailed.js +22 -0
- package/dist/umd/http/errors/PreconditionFailed.js.map +1 -0
- package/dist/umd/http/errors/PreconditionRequired.d.ts +7 -0
- package/dist/umd/http/errors/PreconditionRequired.d.ts.map +1 -0
- package/dist/umd/http/errors/PreconditionRequired.js +22 -0
- package/dist/umd/http/errors/PreconditionRequired.js.map +1 -0
- package/dist/umd/http/errors/ProxyAuthenticationRequired.d.ts +8 -0
- package/dist/umd/http/errors/ProxyAuthenticationRequired.d.ts.map +1 -0
- package/dist/umd/http/errors/ProxyAuthenticationRequired.js +23 -0
- package/dist/umd/http/errors/ProxyAuthenticationRequired.js.map +1 -0
- package/dist/umd/http/errors/RangeNotSatisfiable.d.ts +7 -0
- package/dist/umd/http/errors/RangeNotSatisfiable.d.ts.map +1 -0
- package/dist/umd/http/errors/RangeNotSatisfiable.js +22 -0
- package/dist/umd/http/errors/RangeNotSatisfiable.js.map +1 -0
- package/dist/umd/http/errors/RequestHeaderFieldsTooLarge.d.ts +7 -0
- package/dist/umd/http/errors/RequestHeaderFieldsTooLarge.d.ts.map +1 -0
- package/dist/umd/http/errors/RequestHeaderFieldsTooLarge.js +22 -0
- package/dist/umd/http/errors/RequestHeaderFieldsTooLarge.js.map +1 -0
- package/dist/umd/http/errors/RequestTimeout.d.ts +7 -0
- package/dist/umd/http/errors/RequestTimeout.d.ts.map +1 -0
- package/dist/umd/http/errors/RequestTimeout.js +22 -0
- package/dist/umd/http/errors/RequestTimeout.js.map +1 -0
- package/dist/umd/http/errors/ServiceUnavailable.d.ts +8 -0
- package/dist/umd/http/errors/ServiceUnavailable.d.ts.map +1 -0
- package/dist/umd/http/errors/ServiceUnavailable.js +23 -0
- package/dist/umd/http/errors/ServiceUnavailable.js.map +1 -0
- package/dist/umd/http/errors/TooEarly.d.ts +7 -0
- package/dist/umd/http/errors/TooEarly.d.ts.map +1 -0
- package/dist/umd/http/errors/TooEarly.js +22 -0
- package/dist/umd/http/errors/TooEarly.js.map +1 -0
- package/dist/umd/http/errors/TooManyRequests.d.ts +8 -0
- package/dist/umd/http/errors/TooManyRequests.d.ts.map +1 -0
- package/dist/umd/http/errors/TooManyRequests.js +23 -0
- package/dist/umd/http/errors/TooManyRequests.js.map +1 -0
- package/dist/umd/http/errors/Unauthorized.d.ts +8 -0
- package/dist/umd/http/errors/Unauthorized.d.ts.map +1 -0
- package/dist/umd/http/errors/Unauthorized.js +23 -0
- package/dist/umd/http/errors/Unauthorized.js.map +1 -0
- package/dist/umd/http/errors/UnavailableForLegalReasons.d.ts +7 -0
- package/dist/umd/http/errors/UnavailableForLegalReasons.d.ts.map +1 -0
- package/dist/umd/http/errors/UnavailableForLegalReasons.js +22 -0
- package/dist/umd/http/errors/UnavailableForLegalReasons.js.map +1 -0
- package/dist/umd/http/errors/UnprocessableEntity.d.ts +7 -0
- package/dist/umd/http/errors/UnprocessableEntity.d.ts.map +1 -0
- package/dist/umd/http/errors/UnprocessableEntity.js +22 -0
- package/dist/umd/http/errors/UnprocessableEntity.js.map +1 -0
- package/dist/umd/http/errors/UnsufficientStorage.d.ts +7 -0
- package/dist/umd/http/errors/UnsufficientStorage.d.ts.map +1 -0
- package/dist/umd/http/errors/UnsufficientStorage.js +22 -0
- package/dist/umd/http/errors/UnsufficientStorage.js.map +1 -0
- package/dist/umd/http/errors/UnsupportedMediaType.d.ts +7 -0
- package/dist/umd/http/errors/UnsupportedMediaType.d.ts.map +1 -0
- package/dist/umd/http/errors/UnsupportedMediaType.js +22 -0
- package/dist/umd/http/errors/UnsupportedMediaType.js.map +1 -0
- package/dist/umd/http/errors/UpgradeRequired.d.ts +7 -0
- package/dist/umd/http/errors/UpgradeRequired.d.ts.map +1 -0
- package/dist/umd/http/errors/UpgradeRequired.js +22 -0
- package/dist/umd/http/errors/UpgradeRequired.js.map +1 -0
- package/dist/umd/http/errors/UriTooLong.d.ts +7 -0
- package/dist/umd/http/errors/UriTooLong.d.ts.map +1 -0
- package/dist/umd/http/errors/UriTooLong.js +22 -0
- package/dist/umd/http/errors/UriTooLong.js.map +1 -0
- package/dist/umd/http/errors/VariantAlsoNegotiates.d.ts +7 -0
- package/dist/umd/http/errors/VariantAlsoNegotiates.d.ts.map +1 -0
- package/dist/umd/http/errors/VariantAlsoNegotiates.js +22 -0
- package/dist/umd/http/errors/VariantAlsoNegotiates.js.map +1 -0
- package/dist/umd/http/errors/base.d.ts +23 -0
- package/dist/umd/http/errors/base.d.ts.map +1 -0
- package/dist/umd/http/errors/base.js +46 -0
- package/dist/umd/http/errors/base.js.map +1 -0
- package/dist/umd/http/errors/index.d.ts +42 -0
- package/dist/umd/http/errors/index.d.ts.map +1 -0
- package/dist/umd/http/errors/index.js +97 -0
- package/dist/umd/http/errors/index.js.map +1 -0
- package/dist/umd/http/httpExceptions.d.ts +14 -0
- package/dist/umd/http/httpExceptions.d.ts.map +1 -0
- package/dist/umd/http/httpExceptions.js +102 -0
- package/dist/umd/http/httpExceptions.js.map +1 -0
- package/dist/umd/index.d.ts +26 -0
- package/dist/umd/index.d.ts.map +1 -0
- package/dist/umd/index.js +73 -0
- package/dist/umd/index.js.map +1 -0
- package/dist/umd/models.d.ts +15 -0
- package/dist/umd/models.d.ts.map +1 -0
- package/dist/umd/models.js +13 -0
- package/dist/umd/models.js.map +1 -0
- package/dist/umd/services/destinations/Destinations.d.ts +12 -0
- package/dist/umd/services/destinations/Destinations.d.ts.map +1 -0
- package/dist/umd/services/destinations/Destinations.js +42 -0
- package/dist/umd/services/destinations/Destinations.js.map +1 -0
- package/dist/umd/services/destinations/index.d.ts +2 -0
- package/dist/umd/services/destinations/index.d.ts.map +1 -0
- package/dist/umd/services/destinations/index.js +13 -0
- package/dist/umd/services/destinations/index.js.map +1 -0
- package/dist/umd/services/destinations/models/ListDestinationsResponse.d.ts +14 -0
- package/dist/umd/services/destinations/models/ListDestinationsResponse.d.ts.map +1 -0
- package/dist/umd/services/destinations/models/ListDestinationsResponse.js +13 -0
- package/dist/umd/services/destinations/models/ListDestinationsResponse.js.map +1 -0
- package/dist/umd/services/eSim/ESim.d.ts +40 -0
- package/dist/umd/services/eSim/ESim.d.ts.map +1 -0
- package/dist/umd/services/eSim/ESim.js +123 -0
- package/dist/umd/services/eSim/ESim.js.map +1 -0
- package/dist/umd/services/eSim/index.d.ts +5 -0
- package/dist/umd/services/eSim/index.d.ts.map +1 -0
- package/dist/umd/services/eSim/index.js +13 -0
- package/dist/umd/services/eSim/index.js.map +1 -0
- package/dist/umd/services/eSim/models/GetEsimDeviceResponse.d.ts +23 -0
- package/dist/umd/services/eSim/models/GetEsimDeviceResponse.d.ts.map +1 -0
- package/dist/umd/services/eSim/models/GetEsimDeviceResponse.js +13 -0
- package/dist/umd/services/eSim/models/GetEsimDeviceResponse.js.map +1 -0
- package/dist/umd/services/eSim/models/GetEsimHistoryResponse.d.ts +26 -0
- package/dist/umd/services/eSim/models/GetEsimHistoryResponse.d.ts.map +1 -0
- package/dist/umd/services/eSim/models/GetEsimHistoryResponse.js +13 -0
- package/dist/umd/services/eSim/models/GetEsimHistoryResponse.js.map +1 -0
- package/dist/umd/services/eSim/models/GetEsimMacResponse.d.ts +19 -0
- package/dist/umd/services/eSim/models/GetEsimMacResponse.d.ts.map +1 -0
- package/dist/umd/services/eSim/models/GetEsimMacResponse.js +13 -0
- package/dist/umd/services/eSim/models/GetEsimMacResponse.js.map +1 -0
- package/dist/umd/services/eSim/models/GetEsimResponse.d.ts +23 -0
- package/dist/umd/services/eSim/models/GetEsimResponse.d.ts.map +1 -0
- package/dist/umd/services/eSim/models/GetEsimResponse.js +13 -0
- package/dist/umd/services/eSim/models/GetEsimResponse.js.map +1 -0
- package/dist/umd/services/packages/Packages.d.ts +30 -0
- package/dist/umd/services/packages/Packages.d.ts.map +1 -0
- package/dist/umd/services/packages/Packages.js +79 -0
- package/dist/umd/services/packages/Packages.js.map +1 -0
- package/dist/umd/services/packages/index.d.ts +2 -0
- package/dist/umd/services/packages/index.d.ts.map +1 -0
- package/dist/umd/services/packages/index.js +13 -0
- package/dist/umd/services/packages/index.js.map +1 -0
- package/dist/umd/services/packages/models/ListPackagesResponse.d.ts +30 -0
- package/dist/umd/services/packages/models/ListPackagesResponse.d.ts.map +1 -0
- package/dist/umd/services/packages/models/ListPackagesResponse.js +13 -0
- package/dist/umd/services/packages/models/ListPackagesResponse.js.map +1 -0
- package/dist/umd/services/purchases/Purchases.d.ts +64 -0
- package/dist/umd/services/purchases/Purchases.d.ts.map +1 -0
- package/dist/umd/services/purchases/Purchases.js +156 -0
- package/dist/umd/services/purchases/Purchases.js.map +1 -0
- package/dist/umd/services/purchases/index.d.ts +9 -0
- package/dist/umd/services/purchases/index.d.ts.map +1 -0
- package/dist/umd/services/purchases/index.js +13 -0
- package/dist/umd/services/purchases/index.js.map +1 -0
- package/dist/umd/services/purchases/models/CreatePurchaseRequest.d.ts +37 -0
- package/dist/umd/services/purchases/models/CreatePurchaseRequest.d.ts.map +1 -0
- package/dist/umd/services/purchases/models/CreatePurchaseRequest.js +13 -0
- package/dist/umd/services/purchases/models/CreatePurchaseRequest.js.map +1 -0
- package/dist/umd/services/purchases/models/CreatePurchaseResponse.d.ts +48 -0
- package/dist/umd/services/purchases/models/CreatePurchaseResponse.d.ts.map +1 -0
- package/dist/umd/services/purchases/models/CreatePurchaseResponse.js +13 -0
- package/dist/umd/services/purchases/models/CreatePurchaseResponse.js.map +1 -0
- package/dist/umd/services/purchases/models/EditPurchaseRequest.d.ts +25 -0
- package/dist/umd/services/purchases/models/EditPurchaseRequest.d.ts.map +1 -0
- package/dist/umd/services/purchases/models/EditPurchaseRequest.js +13 -0
- package/dist/umd/services/purchases/models/EditPurchaseRequest.js.map +1 -0
- package/dist/umd/services/purchases/models/EditPurchaseResponse.d.ts +25 -0
- package/dist/umd/services/purchases/models/EditPurchaseResponse.d.ts.map +1 -0
- package/dist/umd/services/purchases/models/EditPurchaseResponse.js +13 -0
- package/dist/umd/services/purchases/models/EditPurchaseResponse.js.map +1 -0
- package/dist/umd/services/purchases/models/GetPurchaseConsumptionResponse.d.ts +11 -0
- package/dist/umd/services/purchases/models/GetPurchaseConsumptionResponse.d.ts.map +1 -0
- package/dist/umd/services/purchases/models/GetPurchaseConsumptionResponse.js +13 -0
- package/dist/umd/services/purchases/models/GetPurchaseConsumptionResponse.js.map +1 -0
- package/dist/umd/services/purchases/models/ListPurchasesResponse.d.ts +72 -0
- package/dist/umd/services/purchases/models/ListPurchasesResponse.d.ts.map +1 -0
- package/dist/umd/services/purchases/models/ListPurchasesResponse.js +13 -0
- package/dist/umd/services/purchases/models/ListPurchasesResponse.js.map +1 -0
- package/dist/umd/services/purchases/models/TopUpEsimRequest.d.ts +33 -0
- package/dist/umd/services/purchases/models/TopUpEsimRequest.d.ts.map +1 -0
- package/dist/umd/services/purchases/models/TopUpEsimRequest.js +13 -0
- package/dist/umd/services/purchases/models/TopUpEsimRequest.js.map +1 -0
- package/dist/umd/services/purchases/models/TopUpEsimResponse.d.ts +44 -0
- package/dist/umd/services/purchases/models/TopUpEsimResponse.d.ts.map +1 -0
- package/dist/umd/services/purchases/models/TopUpEsimResponse.js +13 -0
- package/dist/umd/services/purchases/models/TopUpEsimResponse.js.map +1 -0
- package/package.json +57 -0
@@ -0,0 +1,22 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class NotExtended extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '') {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 510;
|
17
|
+
this.title = 'Not Extended';
|
18
|
+
}
|
19
|
+
}
|
20
|
+
exports.default = NotExtended;
|
21
|
+
});
|
22
|
+
//# sourceMappingURL=NotExtended.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"NotExtended.js","sourceRoot":"","sources":["../../../../src/http/errors/NotExtended.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAAuC;IAEvC,MAAqB,WAAY,SAAQ,oBAAa;QAKpD,YAAY,SAAiB,EAAE;YAC7B,KAAK,CAAC,MAAM,CAAC,CAAC;YALhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,cAAc,CAAC;QAIvB,CAAC;KACF;IARD,8BAQC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"NotFound.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/NotFound.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,aAAa;IACjD,UAAU,SAAO;IAEjB,KAAK,SAAe;gBAER,MAAM,GAAE,MAAW;CAGhC"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class NotFound extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '') {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 404;
|
17
|
+
this.title = 'Not Found';
|
18
|
+
}
|
19
|
+
}
|
20
|
+
exports.default = NotFound;
|
21
|
+
});
|
22
|
+
//# sourceMappingURL=NotFound.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"NotFound.js","sourceRoot":"","sources":["../../../../src/http/errors/NotFound.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAAuC;IAEvC,MAAqB,QAAS,SAAQ,oBAAa;QAKjD,YAAY,SAAiB,EAAE;YAC7B,KAAK,CAAC,MAAM,CAAC,CAAC;YALhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,WAAW,CAAC;QAIpB,CAAC;KACF;IARD,2BAQC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"NotImplemented.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/NotImplemented.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,aAAa;IACvD,UAAU,SAAO;IAEjB,KAAK,SAAqB;gBAEd,MAAM,GAAE,MAAW;CAGhC"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class NotImplemented extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '') {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 501;
|
17
|
+
this.title = 'Not Implemented';
|
18
|
+
}
|
19
|
+
}
|
20
|
+
exports.default = NotImplemented;
|
21
|
+
});
|
22
|
+
//# sourceMappingURL=NotImplemented.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"NotImplemented.js","sourceRoot":"","sources":["../../../../src/http/errors/NotImplemented.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAAuC;IAEvC,MAAqB,cAAe,SAAQ,oBAAa;QAKvD,YAAY,SAAiB,EAAE;YAC7B,KAAK,CAAC,MAAM,CAAC,CAAC;YALhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,iBAAiB,CAAC;QAI1B,CAAC;KACF;IARD,iCAQC"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { BaseHTTPError } from './base';
|
2
|
+
export default class PayloadTooLarge extends BaseHTTPError {
|
3
|
+
statusCode: number;
|
4
|
+
title: string;
|
5
|
+
retryAfter: number | null;
|
6
|
+
constructor(detail?: string, retryAfter?: number | null);
|
7
|
+
}
|
8
|
+
//# sourceMappingURL=PayloadTooLarge.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"PayloadTooLarge.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/PayloadTooLarge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,aAAa;IACxD,UAAU,SAAO;IAEjB,KAAK,SAAuB;IAE5B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEd,MAAM,GAAE,MAAW,EAAE,UAAU,GAAE,MAAM,GAAG,IAAW;CAIlE"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class PayloadTooLarge extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '', retryAfter = null) {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 413;
|
17
|
+
this.title = 'Payload Too Large';
|
18
|
+
this.retryAfter = retryAfter;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
exports.default = PayloadTooLarge;
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=PayloadTooLarge.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"PayloadTooLarge.js","sourceRoot":"","sources":["../../../../src/http/errors/PayloadTooLarge.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAAuC;IAEvC,MAAqB,eAAgB,SAAQ,oBAAa;QAOxD,YAAY,SAAiB,EAAE,EAAE,aAA4B,IAAI;YAC/D,KAAK,CAAC,MAAM,CAAC,CAAC;YAPhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,mBAAmB,CAAC;YAM1B,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;QAC/B,CAAC;KACF;IAXD,kCAWC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"PaymentRequired.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/PaymentRequired.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,aAAa;IACxD,UAAU,SAAO;IAEjB,KAAK,SAAsB;gBAEf,MAAM,GAAE,MAAW;CAGhC"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class PaymentRequired extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '') {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 402;
|
17
|
+
this.title = 'Payment Required';
|
18
|
+
}
|
19
|
+
}
|
20
|
+
exports.default = PaymentRequired;
|
21
|
+
});
|
22
|
+
//# sourceMappingURL=PaymentRequired.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"PaymentRequired.js","sourceRoot":"","sources":["../../../../src/http/errors/PaymentRequired.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAAuC;IAEvC,MAAqB,eAAgB,SAAQ,oBAAa;QAKxD,YAAY,SAAiB,EAAE;YAC7B,KAAK,CAAC,MAAM,CAAC,CAAC;YALhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,kBAAkB,CAAC;QAI3B,CAAC;KACF;IARD,kCAQC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"PreconditionFailed.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/PreconditionFailed.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,aAAa;IAC3D,UAAU,SAAO;IAEjB,KAAK,SAAwB;gBAEjB,MAAM,GAAE,MAAW;CAGhC"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class PreconditionFailed extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '') {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 412;
|
17
|
+
this.title = 'PreconditionFailed';
|
18
|
+
}
|
19
|
+
}
|
20
|
+
exports.default = PreconditionFailed;
|
21
|
+
});
|
22
|
+
//# sourceMappingURL=PreconditionFailed.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"PreconditionFailed.js","sourceRoot":"","sources":["../../../../src/http/errors/PreconditionFailed.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAAuC;IAEvC,MAAqB,kBAAmB,SAAQ,oBAAa;QAK3D,YAAY,SAAiB,EAAE;YAC7B,KAAK,CAAC,MAAM,CAAC,CAAC;YALhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,oBAAoB,CAAC;QAI7B,CAAC;KACF;IARD,qCAQC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"PreconditionRequired.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/PreconditionRequired.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,aAAa;IAC7D,UAAU,SAAO;IAEjB,KAAK,SAA2B;gBAEpB,MAAM,GAAE,MAAW;CAGhC"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class PreconditionRequired extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '') {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 428;
|
17
|
+
this.title = 'Precondition Required';
|
18
|
+
}
|
19
|
+
}
|
20
|
+
exports.default = PreconditionRequired;
|
21
|
+
});
|
22
|
+
//# sourceMappingURL=PreconditionRequired.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"PreconditionRequired.js","sourceRoot":"","sources":["../../../../src/http/errors/PreconditionRequired.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAAuC;IAEvC,MAAqB,oBAAqB,SAAQ,oBAAa;QAK7D,YAAY,SAAiB,EAAE;YAC7B,KAAK,CAAC,MAAM,CAAC,CAAC;YALhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,uBAAuB,CAAC;QAIhC,CAAC;KACF;IARD,uCAQC"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { AuthenticateChallenge, BaseHTTPError } from './base';
|
2
|
+
export default class ProxyAuthenticationRequired extends BaseHTTPError {
|
3
|
+
statusCode: number;
|
4
|
+
title: string;
|
5
|
+
proxyAuthenticate?: AuthenticateChallenge;
|
6
|
+
constructor(detail?: string, proxyAuthenticate?: AuthenticateChallenge);
|
7
|
+
}
|
8
|
+
//# sourceMappingURL=ProxyAuthenticationRequired.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ProxyAuthenticationRequired.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/ProxyAuthenticationRequired.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAE9D,MAAM,CAAC,OAAO,OAAO,2BAA4B,SAAQ,aAAa;IACpE,UAAU,SAAO;IAEjB,KAAK,SAAmC;IAExC,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;gBAE9B,MAAM,GAAE,MAAW,EAAE,iBAAiB,CAAC,EAAE,qBAAqB;CAI3E"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class ProxyAuthenticationRequired extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '', proxyAuthenticate) {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 407;
|
17
|
+
this.title = 'Proxy Authentication Required';
|
18
|
+
this.proxyAuthenticate = proxyAuthenticate;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
exports.default = ProxyAuthenticationRequired;
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=ProxyAuthenticationRequired.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ProxyAuthenticationRequired.js","sourceRoot":"","sources":["../../../../src/http/errors/ProxyAuthenticationRequired.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAA8D;IAE9D,MAAqB,2BAA4B,SAAQ,oBAAa;QAOpE,YAAY,SAAiB,EAAE,EAAE,iBAAyC;YACxE,KAAK,CAAC,MAAM,CAAC,CAAC;YAPhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,+BAA+B,CAAC;YAMtC,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;QAC7C,CAAC;KACF;IAXD,8CAWC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RangeNotSatisfiable.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/RangeNotSatisfiable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,CAAC,OAAO,OAAO,mBAAoB,SAAQ,aAAa;IAC5D,UAAU,SAAO;IAEjB,KAAK,SAA2B;gBAEpB,MAAM,GAAE,MAAW;CAGhC"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class RangeNotSatisfiable extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '') {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 416;
|
17
|
+
this.title = 'Range Not Satisfiable';
|
18
|
+
}
|
19
|
+
}
|
20
|
+
exports.default = RangeNotSatisfiable;
|
21
|
+
});
|
22
|
+
//# sourceMappingURL=RangeNotSatisfiable.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RangeNotSatisfiable.js","sourceRoot":"","sources":["../../../../src/http/errors/RangeNotSatisfiable.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAAuC;IAEvC,MAAqB,mBAAoB,SAAQ,oBAAa;QAK5D,YAAY,SAAiB,EAAE;YAC7B,KAAK,CAAC,MAAM,CAAC,CAAC;YALhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,uBAAuB,CAAC;QAIhC,CAAC;KACF;IARD,sCAQC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RequestHeaderFieldsTooLarge.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/RequestHeaderFieldsTooLarge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,CAAC,OAAO,OAAO,2BAA4B,SAAQ,aAAa;IACpE,UAAU,SAAO;IAEjB,KAAK,SAAqC;gBAE9B,MAAM,GAAE,MAAW;CAGhC"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class RequestHeaderFieldsTooLarge extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '') {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 431;
|
17
|
+
this.title = 'Request Header Fields Too Large';
|
18
|
+
}
|
19
|
+
}
|
20
|
+
exports.default = RequestHeaderFieldsTooLarge;
|
21
|
+
});
|
22
|
+
//# sourceMappingURL=RequestHeaderFieldsTooLarge.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RequestHeaderFieldsTooLarge.js","sourceRoot":"","sources":["../../../../src/http/errors/RequestHeaderFieldsTooLarge.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAAuC;IAEvC,MAAqB,2BAA4B,SAAQ,oBAAa;QAKpE,YAAY,SAAiB,EAAE;YAC7B,KAAK,CAAC,MAAM,CAAC,CAAC;YALhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,iCAAiC,CAAC;QAI1C,CAAC;KACF;IARD,8CAQC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RequestTimeout.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/RequestTimeout.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,aAAa;IACvD,UAAU,SAAO;IAEjB,KAAK,SAAqB;gBAEd,MAAM,GAAE,MAAW;CAGhC"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class RequestTimeout extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '') {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 408;
|
17
|
+
this.title = 'Request Timeout';
|
18
|
+
}
|
19
|
+
}
|
20
|
+
exports.default = RequestTimeout;
|
21
|
+
});
|
22
|
+
//# sourceMappingURL=RequestTimeout.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RequestTimeout.js","sourceRoot":"","sources":["../../../../src/http/errors/RequestTimeout.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAAuC;IAEvC,MAAqB,cAAe,SAAQ,oBAAa;QAKvD,YAAY,SAAiB,EAAE;YAC7B,KAAK,CAAC,MAAM,CAAC,CAAC;YALhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,iBAAiB,CAAC;QAI1B,CAAC;KACF;IARD,iCAQC"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { BaseHTTPError } from './base';
|
2
|
+
export default class ServiceUnavailable extends BaseHTTPError {
|
3
|
+
statusCode: number;
|
4
|
+
title: string;
|
5
|
+
retryAfter: number | null;
|
6
|
+
constructor(detail?: string, retryAfter?: number | null);
|
7
|
+
}
|
8
|
+
//# sourceMappingURL=ServiceUnavailable.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ServiceUnavailable.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/ServiceUnavailable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,aAAa;IAC3D,UAAU,SAAO;IAEjB,KAAK,SAAyB;IAE9B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEd,MAAM,GAAE,MAAW,EAAE,UAAU,GAAE,MAAM,GAAG,IAAW;CAIlE"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class ServiceUnavailable extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '', retryAfter = null) {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 503;
|
17
|
+
this.title = 'Service Unavailable';
|
18
|
+
this.retryAfter = retryAfter;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
exports.default = ServiceUnavailable;
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=ServiceUnavailable.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ServiceUnavailable.js","sourceRoot":"","sources":["../../../../src/http/errors/ServiceUnavailable.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAAuC;IAEvC,MAAqB,kBAAmB,SAAQ,oBAAa;QAO3D,YAAY,SAAiB,EAAE,EAAE,aAA4B,IAAI;YAC/D,KAAK,CAAC,MAAM,CAAC,CAAC;YAPhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,qBAAqB,CAAC;YAM5B,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;QAC/B,CAAC;KACF;IAXD,qCAWC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TooEarly.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/TooEarly.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,aAAa;IACjD,UAAU,SAAO;IAEjB,KAAK,SAAe;gBAER,MAAM,GAAE,MAAW;CAGhC"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class TooEarly extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '') {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 425;
|
17
|
+
this.title = 'Too Early';
|
18
|
+
}
|
19
|
+
}
|
20
|
+
exports.default = TooEarly;
|
21
|
+
});
|
22
|
+
//# sourceMappingURL=TooEarly.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TooEarly.js","sourceRoot":"","sources":["../../../../src/http/errors/TooEarly.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAAuC;IAEvC,MAAqB,QAAS,SAAQ,oBAAa;QAKjD,YAAY,SAAiB,EAAE;YAC7B,KAAK,CAAC,MAAM,CAAC,CAAC;YALhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,WAAW,CAAC;QAIpB,CAAC;KACF;IARD,2BAQC"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { BaseHTTPError } from './base';
|
2
|
+
export default class TooManyRequests extends BaseHTTPError {
|
3
|
+
statusCode: number;
|
4
|
+
title: string;
|
5
|
+
retryAfter: number | null;
|
6
|
+
constructor(detail?: string, retryAfter?: number | null);
|
7
|
+
}
|
8
|
+
//# sourceMappingURL=TooManyRequests.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TooManyRequests.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/TooManyRequests.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,aAAa;IACxD,UAAU,SAAO;IAEjB,KAAK,SAAuB;IAE5B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEd,MAAM,GAAE,MAAW,EAAE,UAAU,GAAE,MAAM,GAAG,IAAW;CAIlE"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class TooManyRequests extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '', retryAfter = null) {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 429;
|
17
|
+
this.title = 'Too Many Requests';
|
18
|
+
this.retryAfter = retryAfter;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
exports.default = TooManyRequests;
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=TooManyRequests.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TooManyRequests.js","sourceRoot":"","sources":["../../../../src/http/errors/TooManyRequests.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAAuC;IAEvC,MAAqB,eAAgB,SAAQ,oBAAa;QAOxD,YAAY,SAAiB,EAAE,EAAE,aAA4B,IAAI;YAC/D,KAAK,CAAC,MAAM,CAAC,CAAC;YAPhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,mBAAmB,CAAC;YAM1B,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;QAC/B,CAAC;KACF;IAXD,kCAWC"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { AuthenticateChallenge, BaseHTTPError } from './base';
|
2
|
+
export default class Unauthorized extends BaseHTTPError {
|
3
|
+
statusCode: number;
|
4
|
+
title: string;
|
5
|
+
wwwAuthenticate?: AuthenticateChallenge;
|
6
|
+
constructor(detail?: string, wwwAuthenticate?: AuthenticateChallenge);
|
7
|
+
}
|
8
|
+
//# sourceMappingURL=Unauthorized.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Unauthorized.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/Unauthorized.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAE9D,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,aAAa;IACrD,UAAU,SAAO;IAEjB,KAAK,SAAkB;IAEvB,eAAe,CAAC,EAAE,qBAAqB,CAAC;gBAE5B,MAAM,GAAE,MAAW,EAAE,eAAe,CAAC,EAAE,qBAAqB;CAIzE"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
(function (factory) {
|
2
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
3
|
+
var v = factory(require, exports);
|
4
|
+
if (v !== undefined) module.exports = v;
|
5
|
+
}
|
6
|
+
else if (typeof define === "function" && define.amd) {
|
7
|
+
define(["require", "exports", "./base"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const base_1 = require("./base");
|
13
|
+
class Unauthorized extends base_1.BaseHTTPError {
|
14
|
+
constructor(detail = '', wwwAuthenticate) {
|
15
|
+
super(detail);
|
16
|
+
this.statusCode = 401;
|
17
|
+
this.title = 'Unauthorized';
|
18
|
+
this.wwwAuthenticate = wwwAuthenticate;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
exports.default = Unauthorized;
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=Unauthorized.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Unauthorized.js","sourceRoot":"","sources":["../../../../src/http/errors/Unauthorized.ts"],"names":[],"mappings":";;;;;;;;;;;IAAA,iCAA8D;IAE9D,MAAqB,YAAa,SAAQ,oBAAa;QAOrD,YAAY,SAAiB,EAAE,EAAE,eAAuC;YACtE,KAAK,CAAC,MAAM,CAAC,CAAC;YAPhB,eAAU,GAAG,GAAG,CAAC;YAEjB,UAAK,GAAG,cAAc,CAAC;YAMrB,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;QACzC,CAAC;KACF;IAXD,+BAWC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"UnavailableForLegalReasons.d.ts","sourceRoot":"","sources":["../../../../src/http/errors/UnavailableForLegalReasons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,CAAC,OAAO,OAAO,0BAA2B,SAAQ,aAAa;IACnE,UAAU,SAAO;IAEjB,KAAK,SAAmC;gBAE5B,MAAM,GAAE,MAAW;CAGhC"}
|