@circle-fin/smart-contract-platform 9.6.0 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import * as axios from 'axios';
|
|
2
2
|
import * as _shared_core from './clients/core';
|
|
3
3
|
import { APIParams as APIParams$1, ClientParams as ClientParams$1, FeeConfiguration, WithIdempotencyKey, Common, Pagination } from './clients/core';
|
|
4
|
-
export { APIParams as CoreAPIParams, ClientParams as CoreClientParams, FeeConfiguration, Pagination, Storage, TrimDataResponse, WithIdempotencyKey } from './clients/core';
|
|
4
|
+
export { BadGatewayError, BadRequestError, ConnectionAbortedError, ConnectionRefusedError, ConnectionResetError, ConnectionTimeoutError, APIParams as CoreAPIParams, ClientParams as CoreClientParams, DNSNotFoundError, DNSTimeoutError, FeeConfiguration, ForbiddenError, GatewayTimeoutError, HostUnreachableError, HttpError, HttpRequestError, HttpResponseError, InternalServerError, NetworkUnreachableError, NotFoundError, NotImplementedError, Pagination, RatelimitError, ServiceUnavailableError, Storage, TrimDataResponse, UnauthorizedError, WithIdempotencyKey, fromAxiosError } from './clients/core';
|
|
5
5
|
import * as _shared_clients_smart_contract_platform from './clients/smart-contract-platform';
|
|
6
6
|
import { SmartContractPlatformClient, Blockchain, FeeLevel, ContractInputType, ContractStatus, AbiParametersInner } from './clients/smart-contract-platform';
|
|
7
7
|
export { AbiParametersInner, Blockchain, Contract, ContractDeployment, ContractDeploymentData, ContractDeploymentEstimateFeeRequest, ContractDeploymentEstimateRequest, ContractDeploymentRequest, ContractInputType, ContractResponse, ContractResponseData, ContractStatus, Contracts, ContractsData, CreateEventMonitorRequest, Event, EventLog, EventLogs, EventLogsData, EventMonitor, EventMonitorResponse, EventMonitorResponseData, EventMonitors, EventMonitorsData, FeeEstimation, FeeEstimationData, FeeLevel, Function, ImportContractRequest, ParamType, PatchContractRequest, ReadContractState, ReadContractStateData, ReadContractStateRequest, SmartContractPlatformClient, SolFile, TemplateContractDeployment, TemplateContractDeploymentData, TemplateContractDeploymentRequest, TemplatesApi, TransactionFee, UpdateEventMonitorRequest, VerificationStatus } from './clients/smart-contract-platform';
|
|
8
8
|
export { BadRequestResponse, CreateMonitoredTokensRequest, CreateSubscriptionRequest, DeleteMonitoredTokensRequest, EntityConfig, EntityConfigData, FaucetRequest, ModelError, MonitoredTokens, MonitoredTokensData, NotAuthorizedResponse, NotFoundResponse, NotificationSignaturePublicKey, NotificationSignaturePublicKeyData, NotificationType, Ping, PublicKey, PublicKeyData, Subscription, SubscriptionResponse, Subscriptions, TestnetBlockchain, Token, TokenMonitorScope, TokenStandard, UpdateMonitoredTokensRequest, UpdateMonitoredTokensScopeRequest, UpdateSubscriptionRequest } from './clients/configurations';
|
|
9
|
+
export * from './clients/core/src/errors/circleApiErrors';
|
|
9
10
|
|
|
10
11
|
/**
|
|
11
12
|
* Type of the data that is stored.
|
package/package.json
CHANGED