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,13 @@
|
|
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"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
});
|
13
|
+
//# sourceMappingURL=CreatePurchaseResponse.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CreatePurchaseResponse.js","sourceRoot":"","sources":["../../../../../src/services/purchases/models/CreatePurchaseResponse.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
export interface EditPurchaseRequest {
|
2
|
+
/**
|
3
|
+
* ID of the purchase
|
4
|
+
*/
|
5
|
+
purchaseId: string;
|
6
|
+
/**
|
7
|
+
* Start date of the package's validity in the format 'yyyy-MM-dd'. This date can be set to the current day or any day within the next 12 months.
|
8
|
+
*/
|
9
|
+
startDate: string;
|
10
|
+
/**
|
11
|
+
* End date of the package's validity in the format 'yyyy-MM-dd'. End date can be maximum 60 days after Start date.
|
12
|
+
*/
|
13
|
+
endDate: string;
|
14
|
+
/**
|
15
|
+
* @deprecated
|
16
|
+
* Epoch value representing the start time of the package's validity. This timestamp can be set to the current time or any time within the next 12 months.
|
17
|
+
*/
|
18
|
+
startTime?: number;
|
19
|
+
/**
|
20
|
+
* @deprecated
|
21
|
+
* Epoch value representing the end time of the package's validity. End time can be maximum 60 days after Start time.
|
22
|
+
*/
|
23
|
+
endTime?: number;
|
24
|
+
}
|
25
|
+
//# sourceMappingURL=EditPurchaseRequest.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"EditPurchaseRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/EditPurchaseRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
@@ -0,0 +1,13 @@
|
|
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"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
});
|
13
|
+
//# sourceMappingURL=EditPurchaseRequest.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"EditPurchaseRequest.js","sourceRoot":"","sources":["../../../../../src/services/purchases/models/EditPurchaseRequest.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
export interface EditPurchaseResponse {
|
2
|
+
/**
|
3
|
+
* ID of the purchase
|
4
|
+
*/
|
5
|
+
purchaseId?: string;
|
6
|
+
/**
|
7
|
+
* Start date of the package's validity in the format 'yyyy-MM-ddThh:mm:ssZZ'
|
8
|
+
*/
|
9
|
+
newStartDate?: string;
|
10
|
+
/**
|
11
|
+
* End date of the package's validity in the format 'yyyy-MM-ddThh:mm:ssZZ'
|
12
|
+
*/
|
13
|
+
newEndDate?: string;
|
14
|
+
/**
|
15
|
+
* @deprecated
|
16
|
+
* Epoch value representing the new start time of the package's validity
|
17
|
+
*/
|
18
|
+
newStartTime?: number;
|
19
|
+
/**
|
20
|
+
* @deprecated
|
21
|
+
* Epoch value representing the new end time of the package's validity
|
22
|
+
*/
|
23
|
+
newEndTime?: number;
|
24
|
+
}
|
25
|
+
//# sourceMappingURL=EditPurchaseResponse.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"EditPurchaseResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/EditPurchaseResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
@@ -0,0 +1,13 @@
|
|
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"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
});
|
13
|
+
//# sourceMappingURL=EditPurchaseResponse.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"EditPurchaseResponse.js","sourceRoot":"","sources":["../../../../../src/services/purchases/models/EditPurchaseResponse.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export interface GetPurchaseConsumptionResponse {
|
2
|
+
/**
|
3
|
+
* Remaining balance of the package in bytes
|
4
|
+
*/
|
5
|
+
dataUsageRemainingInBytes?: number;
|
6
|
+
/**
|
7
|
+
* Status of the connectivity, possible values are 'ACTIVE' or 'NOT_ACTIVE'
|
8
|
+
*/
|
9
|
+
status?: string;
|
10
|
+
}
|
11
|
+
//# sourceMappingURL=GetPurchaseConsumptionResponse.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"GetPurchaseConsumptionResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/GetPurchaseConsumptionResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,8BAA8B;IAC7C;;OAEG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
@@ -0,0 +1,13 @@
|
|
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"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
});
|
13
|
+
//# sourceMappingURL=GetPurchaseConsumptionResponse.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"GetPurchaseConsumptionResponse.js","sourceRoot":"","sources":["../../../../../src/services/purchases/models/GetPurchaseConsumptionResponse.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,72 @@
|
|
1
|
+
export interface ListPurchasesResponse {
|
2
|
+
purchases?: {
|
3
|
+
/**
|
4
|
+
* ID of the purchase
|
5
|
+
*/
|
6
|
+
id?: string;
|
7
|
+
/**
|
8
|
+
* Start date of the package's validity in the format 'yyyy-MM-ddThh:mm:ssZZ'
|
9
|
+
*/
|
10
|
+
startDate?: string;
|
11
|
+
/**
|
12
|
+
* End date of the package's validity in the format 'yyyy-MM-ddThh:mm:ssZZ'
|
13
|
+
*/
|
14
|
+
endDate?: string;
|
15
|
+
/**
|
16
|
+
* Creation date of the purchase in the format 'yyyy-MM-ddThh:mm:ssZZ'
|
17
|
+
*/
|
18
|
+
createdDate?: string;
|
19
|
+
/**
|
20
|
+
* @deprecated
|
21
|
+
* Epoch value representing the start time of the package's validity
|
22
|
+
*/
|
23
|
+
startTime?: number;
|
24
|
+
/**
|
25
|
+
* @deprecated
|
26
|
+
* Epoch value representing the end time of the package's validity
|
27
|
+
*/
|
28
|
+
endTime?: number;
|
29
|
+
/**
|
30
|
+
* @deprecated
|
31
|
+
* Epoch value representing the date of creation of the purchase
|
32
|
+
*/
|
33
|
+
createdAt?: number;
|
34
|
+
esim?: Esim;
|
35
|
+
/**
|
36
|
+
* The source indicates where the eSIM was purchased, which can be from the API, dashboard, or landing-page. For purchases made before September 8, 2023, the value will be displayed as 'Not available'.
|
37
|
+
*/
|
38
|
+
source?: string;
|
39
|
+
package_?: Package_;
|
40
|
+
}[];
|
41
|
+
afterCursor?: string | null;
|
42
|
+
}
|
43
|
+
interface Esim {
|
44
|
+
/**
|
45
|
+
* ID of the eSIM
|
46
|
+
*/
|
47
|
+
iccid?: string;
|
48
|
+
}
|
49
|
+
interface Package_ {
|
50
|
+
/**
|
51
|
+
* ID of the package
|
52
|
+
*/
|
53
|
+
id?: string;
|
54
|
+
/**
|
55
|
+
* Size of the package in Bytes
|
56
|
+
*/
|
57
|
+
dataLimitInBytes?: number;
|
58
|
+
/**
|
59
|
+
* ISO representation of the package's destination
|
60
|
+
*/
|
61
|
+
destination?: string;
|
62
|
+
/**
|
63
|
+
* Name of the package's destination
|
64
|
+
*/
|
65
|
+
destinationName?: string;
|
66
|
+
/**
|
67
|
+
* Price of the package in cents
|
68
|
+
*/
|
69
|
+
priceInCents?: number;
|
70
|
+
}
|
71
|
+
export {};
|
72
|
+
//# sourceMappingURL=ListPurchasesResponse.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ListPurchasesResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/ListPurchasesResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,SAAS,CAAC,EAAE;QACV;;WAEG;QACH,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ;;WAEG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;;WAGG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,IAAI,CAAC;QACZ;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,QAAQ,CAAC,EAAE,QAAQ,CAAC;KACrB,EAAE,CAAC;IACJ,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AACD,UAAU,IAAI;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,UAAU,QAAQ;IAChB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
@@ -0,0 +1,13 @@
|
|
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"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
});
|
13
|
+
//# sourceMappingURL=ListPurchasesResponse.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ListPurchasesResponse.js","sourceRoot":"","sources":["../../../../../src/services/purchases/models/ListPurchasesResponse.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
export interface TopUpEsimRequest {
|
2
|
+
/**
|
3
|
+
* ID of the eSIM
|
4
|
+
*/
|
5
|
+
iccid: string;
|
6
|
+
/**
|
7
|
+
* Size of the package in GB. The available options are 1, 2, 3, 5, 8, 20GB
|
8
|
+
*/
|
9
|
+
dataLimitInGB: number;
|
10
|
+
/**
|
11
|
+
* Start date of the package's validity in the format 'yyyy-MM-dd'. This date can be set to the current day or any day within the next 12 months.
|
12
|
+
*/
|
13
|
+
startDate: string;
|
14
|
+
/**
|
15
|
+
* End date of the package's validity in the format 'yyyy-MM-dd'. End date can be maximum 60 days after Start date.
|
16
|
+
*/
|
17
|
+
endDate: string;
|
18
|
+
/**
|
19
|
+
* Email address where the purchase confirmation email will be sent (excluding QR Code & activation steps)
|
20
|
+
*/
|
21
|
+
email?: string;
|
22
|
+
/**
|
23
|
+
* @deprecated
|
24
|
+
* Epoch value representing the start time of the package's validity. This timestamp can be set to the current time or any time within the next 12 months.
|
25
|
+
*/
|
26
|
+
startTime?: number;
|
27
|
+
/**
|
28
|
+
* @deprecated
|
29
|
+
* Epoch value representing the end time of the package's validity. End time can be maximum 60 days after Start time.
|
30
|
+
*/
|
31
|
+
endTime?: number;
|
32
|
+
}
|
33
|
+
//# sourceMappingURL=TopUpEsimRequest.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TopUpEsimRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/TopUpEsimRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
@@ -0,0 +1,13 @@
|
|
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"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
});
|
13
|
+
//# sourceMappingURL=TopUpEsimRequest.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TopUpEsimRequest.js","sourceRoot":"","sources":["../../../../../src/services/purchases/models/TopUpEsimRequest.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,44 @@
|
|
1
|
+
export interface TopUpEsimResponse {
|
2
|
+
purchase?: Purchase;
|
3
|
+
profile?: Profile;
|
4
|
+
}
|
5
|
+
interface Purchase {
|
6
|
+
/**
|
7
|
+
* ID of the purchase
|
8
|
+
*/
|
9
|
+
id?: string;
|
10
|
+
/**
|
11
|
+
* ID of the package
|
12
|
+
*/
|
13
|
+
packageId?: string;
|
14
|
+
/**
|
15
|
+
* Start date of the package's validity in the format 'yyyy-MM-ddThh:mm:ssZZ'
|
16
|
+
*/
|
17
|
+
startDate?: string;
|
18
|
+
/**
|
19
|
+
* End date of the package's validity in the format 'yyyy-MM-ddThh:mm:ssZZ'
|
20
|
+
*/
|
21
|
+
endDate?: string;
|
22
|
+
/**
|
23
|
+
* Creation date of the purchase in the format 'yyyy-MM-ddThh:mm:ssZZ'
|
24
|
+
*/
|
25
|
+
createdDate?: string;
|
26
|
+
/**
|
27
|
+
* @deprecated
|
28
|
+
* Epoch value representing the start time of the package's validity
|
29
|
+
*/
|
30
|
+
startTime?: number;
|
31
|
+
/**
|
32
|
+
* @deprecated
|
33
|
+
* Epoch value representing the end time of the package's validity
|
34
|
+
*/
|
35
|
+
endTime?: number;
|
36
|
+
}
|
37
|
+
interface Profile {
|
38
|
+
/**
|
39
|
+
* ID of the eSIM
|
40
|
+
*/
|
41
|
+
iccid?: string;
|
42
|
+
}
|
43
|
+
export {};
|
44
|
+
//# sourceMappingURL=TopUpEsimResponse.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TopUpEsimResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/TopUpEsimResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AACD,UAAU,QAAQ;IAChB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,UAAU,OAAO;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
@@ -0,0 +1,13 @@
|
|
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"], factory);
|
8
|
+
}
|
9
|
+
})(function (require, exports) {
|
10
|
+
"use strict";
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
});
|
13
|
+
//# sourceMappingURL=TopUpEsimResponse.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TopUpEsimResponse.js","sourceRoot":"","sources":["../../../../../src/services/purchases/models/TopUpEsimResponse.ts"],"names":[],"mappings":""}
|
package/package.json
ADDED
@@ -0,0 +1,57 @@
|
|
1
|
+
{
|
2
|
+
"source": "./src/index.ts",
|
3
|
+
"exports": {
|
4
|
+
"require": "./dist/commonjs/index.js",
|
5
|
+
"types": "./dist/commonjs/index.d.ts",
|
6
|
+
"default": "./dist/esm/index.js"
|
7
|
+
},
|
8
|
+
"main": "./dist/commonjs/index.js",
|
9
|
+
"module": "./dist/esm/index.js",
|
10
|
+
"browser": "./dist/index.umd.js",
|
11
|
+
"unpkg": "./dist/index.umd.js",
|
12
|
+
"types": "./dist/commonjs/index.d.ts",
|
13
|
+
"files": [
|
14
|
+
"dist",
|
15
|
+
"README.md"
|
16
|
+
],
|
17
|
+
"devDependencies": {
|
18
|
+
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
19
|
+
"@typescript-eslint/parser": "^5.43.0",
|
20
|
+
"@types/node": "^17.0.23",
|
21
|
+
"@types/jest": "^29.5.6",
|
22
|
+
"eslint": "^8.20.0",
|
23
|
+
"eslint-config-airbnb-base": "^15.0.0",
|
24
|
+
"eslint-config-airbnb-typescript": "^17.0.0",
|
25
|
+
"eslint-config-prettier": "^8.5.0",
|
26
|
+
"eslint-plugin-import": "^2.26.0",
|
27
|
+
"eslint-plugin-prettier": "^4.2.1",
|
28
|
+
"jest": "^29.7.0",
|
29
|
+
"nock": "^13.2.4",
|
30
|
+
"prettier": "^2.6.2",
|
31
|
+
"ts-jest": "^29.1.1",
|
32
|
+
"typescript": "^4.6.0"
|
33
|
+
},
|
34
|
+
"scripts": {
|
35
|
+
"build": "npm run build:all",
|
36
|
+
"build:cjs": "tsc --module commonjs --outDir dist/commonjs",
|
37
|
+
"build:esm": "tsc --module esnext --outDir dist/esm",
|
38
|
+
"build:umd": "tsc --module umd --outDir dist/umd",
|
39
|
+
"build:all": "npm run build:cjs && npm run build:esm && npm run build:umd",
|
40
|
+
"lint": "eslint --ext .ts,.js ./src/ --resolve-plugins-relative-to .",
|
41
|
+
"lint:ci": "eslint --ext .ts,.js ./src/ --resolve-plugins-relative-to . --cache --quiet",
|
42
|
+
"lint:fix": "eslint --ext .ts,.js ./src/ --resolve-plugins-relative-to . --cache --fix",
|
43
|
+
"rebuild": "rm -rf dist/ && tsc",
|
44
|
+
"test": "jest --detectOpenHandles",
|
45
|
+
"watch": "rm -rf dist/ && tsc -w",
|
46
|
+
"version": "tsc --version",
|
47
|
+
"prepublishOnly": "npm run build"
|
48
|
+
},
|
49
|
+
"name": "celitech-sdk",
|
50
|
+
"description": "Celitech - Welcome to the CELITECH API documentation! Useful links: [Homepage](https://www.celitech.com) | [Support email](mailto:support@celitech.com) | [Blog](https://www.celitech.com/blog/) ",
|
51
|
+
"version": "1.1.46",
|
52
|
+
"author": "Celitech",
|
53
|
+
"dependencies": {
|
54
|
+
"axios": "^1.0.0"
|
55
|
+
},
|
56
|
+
"license": "MIT"
|
57
|
+
}
|