@circle-fin/developer-controlled-wallets 10.1.0 → 10.3.0

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.
@@ -1003,9 +1003,9 @@ declare class DeveloperAccountApi extends BaseAPI {
1003
1003
  */
1004
1004
  declare const FaucetApiAxiosParamCreator: (configuration?: Configuration) => {
1005
1005
  /**
1006
- * Request testnet tokens for your wallet.
1006
+ * Request testnet tokens for your wallet. **Note:** Calling the `/v1/faucet/drips` API requires upgrading to mainnet.
1007
1007
  * @summary Request testnet tokens
1008
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1008
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1009
1009
  * @param {FaucetRequest} [faucetRequest]
1010
1010
  * @param {*} [options] Override http request option.
1011
1011
  * @throws {RequiredError}
@@ -1018,9 +1018,9 @@ declare const FaucetApiAxiosParamCreator: (configuration?: Configuration) => {
1018
1018
  */
1019
1019
  declare const FaucetApiFp: (configuration?: Configuration) => {
1020
1020
  /**
1021
- * Request testnet tokens for your wallet.
1021
+ * Request testnet tokens for your wallet. **Note:** Calling the `/v1/faucet/drips` API requires upgrading to mainnet.
1022
1022
  * @summary Request testnet tokens
1023
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1023
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1024
1024
  * @param {FaucetRequest} [faucetRequest]
1025
1025
  * @param {*} [options] Override http request option.
1026
1026
  * @throws {RequiredError}
@@ -1033,9 +1033,9 @@ declare const FaucetApiFp: (configuration?: Configuration) => {
1033
1033
  */
1034
1034
  declare const FaucetApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1035
1035
  /**
1036
- * Request testnet tokens for your wallet.
1036
+ * Request testnet tokens for your wallet. **Note:** Calling the `/v1/faucet/drips` API requires upgrading to mainnet.
1037
1037
  * @summary Request testnet tokens
1038
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1038
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1039
1039
  * @param {FaucetRequest} [faucetRequest]
1040
1040
  * @param {*} [options] Override http request option.
1041
1041
  * @throws {RequiredError}
@@ -1050,9 +1050,9 @@ declare const FaucetApiFactory: (configuration?: Configuration, basePath?: strin
1050
1050
  */
1051
1051
  declare class FaucetApi extends BaseAPI {
1052
1052
  /**
1053
- * Request testnet tokens for your wallet.
1053
+ * Request testnet tokens for your wallet. **Note:** Calling the `/v1/faucet/drips` API requires upgrading to mainnet.
1054
1054
  * @summary Request testnet tokens
1055
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1055
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1056
1056
  * @param {FaucetRequest} [faucetRequest]
1057
1057
  * @param {*} [options] Override http request option.
1058
1058
  * @throws {RequiredError}
@@ -1346,7 +1346,7 @@ declare const WebhookSubscriptionsApiAxiosParamCreator: (configuration?: Configu
1346
1346
  * Create a notification subscription by configuring an endpoint to receive notifications. For details, see the [Notification Flows](https://developers.circle.com/wallets/webhook-notification-flows) guide.
1347
1347
  * @summary Create a notification subscription
1348
1348
  * @param {CreateSubscriptionRequest} createSubscriptionRequest Schema for the request payload to create a new subscription.
1349
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1349
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1350
1350
  * @param {*} [options] Override http request option.
1351
1351
  * @throws {RequiredError}
1352
1352
  */
@@ -1355,7 +1355,7 @@ declare const WebhookSubscriptionsApiAxiosParamCreator: (configuration?: Configu
1355
1355
  * Delete an existing subscription.
1356
1356
  * @summary Delete a notification subscription
1357
1357
  * @param {string} id The universally unique identifier of the resource.
1358
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1358
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1359
1359
  * @param {*} [options] Override http request option.
1360
1360
  * @throws {RequiredError}
1361
1361
  */
@@ -1364,7 +1364,7 @@ declare const WebhookSubscriptionsApiAxiosParamCreator: (configuration?: Configu
1364
1364
  * Get the public key and algorithm used to digitally sign webhook notifications. Verifying the digital signature ensures the notification came from Circle. In the headers of each webhook, you can find 1. `X-Circle-Signature`: a header containing the digital signature generated by Circle. 2. `X-Circle-Key-Id`: a header containing the UUID. This is will be used as the `ID` as URL parameter to retrieve the relevant public key.
1365
1365
  * @summary Get a notification signature public key
1366
1366
  * @param {string} id The universally unique identifier of the resource.
1367
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1367
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1368
1368
  * @param {*} [options] Override http request option.
1369
1369
  * @throws {RequiredError}
1370
1370
  */
@@ -1373,7 +1373,7 @@ declare const WebhookSubscriptionsApiAxiosParamCreator: (configuration?: Configu
1373
1373
  * Retrieve an existing notification subscription.
1374
1374
  * @summary Retrieve a notification subscription
1375
1375
  * @param {string} id The universally unique identifier of the resource.
1376
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1376
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1377
1377
  * @param {*} [options] Override http request option.
1378
1378
  * @throws {RequiredError}
1379
1379
  */
@@ -1390,7 +1390,7 @@ declare const WebhookSubscriptionsApiAxiosParamCreator: (configuration?: Configu
1390
1390
  * @summary Update a notification subscription
1391
1391
  * @param {string} id The universally unique identifier of the resource.
1392
1392
  * @param {UpdateSubscriptionRequest} updateSubscriptionRequest Schema for the request payload to update a new subscription.
1393
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1393
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1394
1394
  * @param {*} [options] Override http request option.
1395
1395
  * @throws {RequiredError}
1396
1396
  */
@@ -1405,7 +1405,7 @@ declare const WebhookSubscriptionsApiFp: (configuration?: Configuration) => {
1405
1405
  * Create a notification subscription by configuring an endpoint to receive notifications. For details, see the [Notification Flows](https://developers.circle.com/wallets/webhook-notification-flows) guide.
1406
1406
  * @summary Create a notification subscription
1407
1407
  * @param {CreateSubscriptionRequest} createSubscriptionRequest Schema for the request payload to create a new subscription.
1408
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1408
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1409
1409
  * @param {*} [options] Override http request option.
1410
1410
  * @throws {RequiredError}
1411
1411
  */
@@ -1414,7 +1414,7 @@ declare const WebhookSubscriptionsApiFp: (configuration?: Configuration) => {
1414
1414
  * Delete an existing subscription.
1415
1415
  * @summary Delete a notification subscription
1416
1416
  * @param {string} id The universally unique identifier of the resource.
1417
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1417
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1418
1418
  * @param {*} [options] Override http request option.
1419
1419
  * @throws {RequiredError}
1420
1420
  */
@@ -1423,7 +1423,7 @@ declare const WebhookSubscriptionsApiFp: (configuration?: Configuration) => {
1423
1423
  * Get the public key and algorithm used to digitally sign webhook notifications. Verifying the digital signature ensures the notification came from Circle. In the headers of each webhook, you can find 1. `X-Circle-Signature`: a header containing the digital signature generated by Circle. 2. `X-Circle-Key-Id`: a header containing the UUID. This is will be used as the `ID` as URL parameter to retrieve the relevant public key.
1424
1424
  * @summary Get a notification signature public key
1425
1425
  * @param {string} id The universally unique identifier of the resource.
1426
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1426
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1427
1427
  * @param {*} [options] Override http request option.
1428
1428
  * @throws {RequiredError}
1429
1429
  */
@@ -1432,7 +1432,7 @@ declare const WebhookSubscriptionsApiFp: (configuration?: Configuration) => {
1432
1432
  * Retrieve an existing notification subscription.
1433
1433
  * @summary Retrieve a notification subscription
1434
1434
  * @param {string} id The universally unique identifier of the resource.
1435
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1435
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1436
1436
  * @param {*} [options] Override http request option.
1437
1437
  * @throws {RequiredError}
1438
1438
  */
@@ -1449,7 +1449,7 @@ declare const WebhookSubscriptionsApiFp: (configuration?: Configuration) => {
1449
1449
  * @summary Update a notification subscription
1450
1450
  * @param {string} id The universally unique identifier of the resource.
1451
1451
  * @param {UpdateSubscriptionRequest} updateSubscriptionRequest Schema for the request payload to update a new subscription.
1452
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1452
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1453
1453
  * @param {*} [options] Override http request option.
1454
1454
  * @throws {RequiredError}
1455
1455
  */
@@ -1464,7 +1464,7 @@ declare const WebhookSubscriptionsApiFactory: (configuration?: Configuration, ba
1464
1464
  * Create a notification subscription by configuring an endpoint to receive notifications. For details, see the [Notification Flows](https://developers.circle.com/wallets/webhook-notification-flows) guide.
1465
1465
  * @summary Create a notification subscription
1466
1466
  * @param {CreateSubscriptionRequest} createSubscriptionRequest Schema for the request payload to create a new subscription.
1467
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1467
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1468
1468
  * @param {*} [options] Override http request option.
1469
1469
  * @throws {RequiredError}
1470
1470
  */
@@ -1473,7 +1473,7 @@ declare const WebhookSubscriptionsApiFactory: (configuration?: Configuration, ba
1473
1473
  * Delete an existing subscription.
1474
1474
  * @summary Delete a notification subscription
1475
1475
  * @param {string} id The universally unique identifier of the resource.
1476
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1476
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1477
1477
  * @param {*} [options] Override http request option.
1478
1478
  * @throws {RequiredError}
1479
1479
  */
@@ -1482,7 +1482,7 @@ declare const WebhookSubscriptionsApiFactory: (configuration?: Configuration, ba
1482
1482
  * Get the public key and algorithm used to digitally sign webhook notifications. Verifying the digital signature ensures the notification came from Circle. In the headers of each webhook, you can find 1. `X-Circle-Signature`: a header containing the digital signature generated by Circle. 2. `X-Circle-Key-Id`: a header containing the UUID. This is will be used as the `ID` as URL parameter to retrieve the relevant public key.
1483
1483
  * @summary Get a notification signature public key
1484
1484
  * @param {string} id The universally unique identifier of the resource.
1485
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1485
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1486
1486
  * @param {*} [options] Override http request option.
1487
1487
  * @throws {RequiredError}
1488
1488
  */
@@ -1491,7 +1491,7 @@ declare const WebhookSubscriptionsApiFactory: (configuration?: Configuration, ba
1491
1491
  * Retrieve an existing notification subscription.
1492
1492
  * @summary Retrieve a notification subscription
1493
1493
  * @param {string} id The universally unique identifier of the resource.
1494
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1494
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1495
1495
  * @param {*} [options] Override http request option.
1496
1496
  * @throws {RequiredError}
1497
1497
  */
@@ -1508,7 +1508,7 @@ declare const WebhookSubscriptionsApiFactory: (configuration?: Configuration, ba
1508
1508
  * @summary Update a notification subscription
1509
1509
  * @param {string} id The universally unique identifier of the resource.
1510
1510
  * @param {UpdateSubscriptionRequest} updateSubscriptionRequest Schema for the request payload to update a new subscription.
1511
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1511
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1512
1512
  * @param {*} [options] Override http request option.
1513
1513
  * @throws {RequiredError}
1514
1514
  */
@@ -1525,7 +1525,7 @@ declare class WebhookSubscriptionsApi extends BaseAPI {
1525
1525
  * Create a notification subscription by configuring an endpoint to receive notifications. For details, see the [Notification Flows](https://developers.circle.com/wallets/webhook-notification-flows) guide.
1526
1526
  * @summary Create a notification subscription
1527
1527
  * @param {CreateSubscriptionRequest} createSubscriptionRequest Schema for the request payload to create a new subscription.
1528
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1528
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1529
1529
  * @param {*} [options] Override http request option.
1530
1530
  * @throws {RequiredError}
1531
1531
  * @memberof WebhookSubscriptionsApi
@@ -1535,7 +1535,7 @@ declare class WebhookSubscriptionsApi extends BaseAPI {
1535
1535
  * Delete an existing subscription.
1536
1536
  * @summary Delete a notification subscription
1537
1537
  * @param {string} id The universally unique identifier of the resource.
1538
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1538
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1539
1539
  * @param {*} [options] Override http request option.
1540
1540
  * @throws {RequiredError}
1541
1541
  * @memberof WebhookSubscriptionsApi
@@ -1545,7 +1545,7 @@ declare class WebhookSubscriptionsApi extends BaseAPI {
1545
1545
  * Get the public key and algorithm used to digitally sign webhook notifications. Verifying the digital signature ensures the notification came from Circle. In the headers of each webhook, you can find 1. `X-Circle-Signature`: a header containing the digital signature generated by Circle. 2. `X-Circle-Key-Id`: a header containing the UUID. This is will be used as the `ID` as URL parameter to retrieve the relevant public key.
1546
1546
  * @summary Get a notification signature public key
1547
1547
  * @param {string} id The universally unique identifier of the resource.
1548
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1548
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1549
1549
  * @param {*} [options] Override http request option.
1550
1550
  * @throws {RequiredError}
1551
1551
  * @memberof WebhookSubscriptionsApi
@@ -1555,7 +1555,7 @@ declare class WebhookSubscriptionsApi extends BaseAPI {
1555
1555
  * Retrieve an existing notification subscription.
1556
1556
  * @summary Retrieve a notification subscription
1557
1557
  * @param {string} id The universally unique identifier of the resource.
1558
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1558
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1559
1559
  * @param {*} [options] Override http request option.
1560
1560
  * @throws {RequiredError}
1561
1561
  * @memberof WebhookSubscriptionsApi
@@ -1574,7 +1574,7 @@ declare class WebhookSubscriptionsApi extends BaseAPI {
1574
1574
  * @summary Update a notification subscription
1575
1575
  * @param {string} id The universally unique identifier of the resource.
1576
1576
  * @param {UpdateSubscriptionRequest} updateSubscriptionRequest Schema for the request payload to update a new subscription.
1577
- * @param {string} [xRequestId] Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
1577
+ * @param {string} [xRequestId] Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems.
1578
1578
  * @param {*} [options] Override http request option.
1579
1579
  * @throws {RequiredError}
1580
1580
  * @memberof WebhookSubscriptionsApi
@@ -1611,4 +1611,5 @@ declare class ConfigurationsClient {
1611
1611
  constructor(baseUrl: string, config: ClientConfig, headers?: Record<string, string>);
1612
1612
  }
1613
1613
 
1614
- export { type BadRequestResponse, Blockchain, ConfigurationsClient, type CreateMonitoredTokensRequest, type CreateSubscriptionRequest, type DeleteMonitoredTokensRequest, DeveloperAccountApi, DeveloperAccountApiAxiosParamCreator, DeveloperAccountApiFactory, DeveloperAccountApiFp, type EntityConfig, type EntityConfigData, FaucetApi, FaucetApiAxiosParamCreator, FaucetApiFactory, FaucetApiFp, type FaucetRequest, HealthApi, HealthApiAxiosParamCreator, HealthApiFactory, HealthApiFp, type ModelError, MonitorTokensApi, MonitorTokensApiAxiosParamCreator, MonitorTokensApiFactory, MonitorTokensApiFp, type MonitoredTokens, type MonitoredTokensData, type NotAuthorizedResponse, type NotFoundResponse, type NotificationSignaturePublicKey, type NotificationSignaturePublicKeyData, NotificationType, type Ping, type PublicKey, type PublicKeyData, type Subscription, type SubscriptionResponse, type Subscriptions, TestnetBlockchain, type Token, TokenMonitorScope, TokenStandard, type UpdateMonitoredTokensRequest, type UpdateMonitoredTokensScopeRequest, type UpdateSubscriptionRequest, WebhookSubscriptionsApi, WebhookSubscriptionsApiAxiosParamCreator, WebhookSubscriptionsApiFactory, WebhookSubscriptionsApiFp };
1614
+ export { Blockchain, ConfigurationsClient, DeveloperAccountApi, DeveloperAccountApiAxiosParamCreator, DeveloperAccountApiFactory, DeveloperAccountApiFp, FaucetApi, FaucetApiAxiosParamCreator, FaucetApiFactory, FaucetApiFp, HealthApi, HealthApiAxiosParamCreator, HealthApiFactory, HealthApiFp, MonitorTokensApi, MonitorTokensApiAxiosParamCreator, MonitorTokensApiFactory, MonitorTokensApiFp, NotificationType, TestnetBlockchain, TokenMonitorScope, TokenStandard, WebhookSubscriptionsApi, WebhookSubscriptionsApiAxiosParamCreator, WebhookSubscriptionsApiFactory, WebhookSubscriptionsApiFp };
1615
+ export type { BadRequestResponse, CreateMonitoredTokensRequest, CreateSubscriptionRequest, DeleteMonitoredTokensRequest, EntityConfig, EntityConfigData, FaucetRequest, ModelError, MonitoredTokens, MonitoredTokensData, NotAuthorizedResponse, NotFoundResponse, NotificationSignaturePublicKey, NotificationSignaturePublicKeyData, Ping, PublicKey, PublicKeyData, Subscription, SubscriptionResponse, Subscriptions, Token, UpdateMonitoredTokensRequest, UpdateMonitoredTokensScopeRequest, UpdateSubscriptionRequest };
@@ -1556,4 +1556,5 @@ declare class Error177901 extends HttpResponseError {
1556
1556
  static readonly message = "smart contract query failed";
1557
1557
  }
1558
1558
 
1559
- export { type APIParams, type APIReturnType, BadGatewayError, BadRequestError, type ClientParams, type Common, ConnectionAbortedError, ConnectionRefusedError, ConnectionResetError, ConnectionTimeoutError, type CreateMonitoredTokensInput, type CreateSubscriptionInput, DNSNotFoundError, DNSTimeoutError, type DeleteMonitoredTokensInput, Error110700, Error110701, Error110702, Error110703, Error155101, Error155102, Error155103, Error155104, Error155105, Error155106, Error155107, Error155108, Error155109, Error155110, Error155111, Error155112, Error155113, Error155114, Error155115, Error155116, Error155117, Error155118, Error155119, Error155120, Error155121, Error155122, Error155123, Error155124, Error155130, Error155131, Error155132, Error155133, Error155134, Error155135, Error155136, Error155137, Error155138, Error155139, Error155140, Error155141, Error155142, Error155143, Error155144, Error155145, Error155146, Error155150, Error155151, Error155152, Error155154, Error155155, Error155156, Error155157, Error155158, Error155159, Error155160, Error155201, Error155202, Error155203, Error155204, Error155205, Error155206, Error155207, Error155208, Error155209, Error155210, Error155211, Error155215, Error155218, Error155219, Error155220, Error155221, Error155222, Error155223, Error155224, Error155225, Error155226, Error155227, Error155228, Error155229, Error155230, Error155231, Error155232, Error155233, Error155234, Error155235, Error155236, Error155237, Error155238, Error155239, Error155240, Error155241, Error155242, Error155243, Error155244, Error155245, Error155247, Error155254, Error155257, Error155258, Error155262, Error155264, Error155501, Error155502, Error155503, Error155504, Error155505, Error155506, Error155507, Error155508, Error155509, Error155510, Error155511, Error155512, Error155514, Error155515, Error155516, Error155517, Error155601, Error155701, Error155702, Error155703, Error155704, Error155705, Error155706, Error155707, Error155708, Error155709, Error155710, Error155711, Error155712, Error155713, Error155714, Error155715, Error155716, Error155717, Error155718, Error155719, Error155720, Error155721, Error155801, Error155802, Error155803, Error155804, Error155805, Error155806, Error155807, Error155808, Error156001, Error156002, Error156003, Error156004, Error156005, Error156006, Error156007, Error156008, Error156009, Error156010, Error156011, Error156012, Error156013, Error156014, Error156015, Error156016, Error156017, Error156018, Error156019, Error156020, Error156021, Error156023, Error156024, Error156025, Error156026, Error156027, Error156030, Error156031, Error156032, Error175001, Error175002, Error175003, Error175004, Error175005, Error175006, Error175007, Error175008, Error175009, Error175010, Error175011, Error175012, Error175013, Error175201, Error175202, Error175203, Error175204, Error175205, Error175301, Error175302, Error175303, Error175401, Error175402, Error175403, Error175404, Error175405, Error175406, Error175407, Error175408, Error175409, Error175410, Error177001, Error177002, Error177003, Error177004, Error177005, Error177006, Error177007, Error177008, Error177009, Error177010, Error177011, Error177012, Error177013, Error177014, Error177015, Error177016, Error177017, Error177018, Error177019, Error177020, Error177021, Error177022, Error177023, Error177024, Error177025, Error177026, Error177301, Error177302, Error177303, Error177304, Error177305, Error177601, Error177602, Error177603, Error177604, Error177605, Error177606, Error177607, Error177901, type FeeConfiguration, ForbiddenError, GatewayTimeoutError, HostUnreachableError, HttpError, HttpRequestError, HttpResponseError, InMemoryStorage, InternalServerError, type ListMonitoredTokensInput, NetworkUnreachableError, NotFoundError, NotImplementedError, type Pagination, RatelimitError, type RequestTestnetTokensInput, ServiceUnavailableError, type Storage, type TrimDataResponse, UnauthorizedError, type UpdateMonitoredTokensInput, type UpdateMonitoredTokensScopeInput, type UpdateSubscriptionInput, type WithIdempotencyKey, createMonitoredTokens, createSubscription, deleteMonitoredTokens, deleteSubscription, fromAxiosError, generateEntitySecretCiphertext, generateIdempotencyKey, getNotificationSignature, getPublicKey, getSubscription, listMonitoredTokens, listSubscriptions, requestTestnetTokens, resolvePathRelativeToAppDir, trimData, updateMonitoredTokens, updateMonitoredTokensScope, updateSubscription };
1559
+ export { BadGatewayError, BadRequestError, ConnectionAbortedError, ConnectionRefusedError, ConnectionResetError, ConnectionTimeoutError, DNSNotFoundError, DNSTimeoutError, Error110700, Error110701, Error110702, Error110703, Error155101, Error155102, Error155103, Error155104, Error155105, Error155106, Error155107, Error155108, Error155109, Error155110, Error155111, Error155112, Error155113, Error155114, Error155115, Error155116, Error155117, Error155118, Error155119, Error155120, Error155121, Error155122, Error155123, Error155124, Error155130, Error155131, Error155132, Error155133, Error155134, Error155135, Error155136, Error155137, Error155138, Error155139, Error155140, Error155141, Error155142, Error155143, Error155144, Error155145, Error155146, Error155150, Error155151, Error155152, Error155154, Error155155, Error155156, Error155157, Error155158, Error155159, Error155160, Error155201, Error155202, Error155203, Error155204, Error155205, Error155206, Error155207, Error155208, Error155209, Error155210, Error155211, Error155215, Error155218, Error155219, Error155220, Error155221, Error155222, Error155223, Error155224, Error155225, Error155226, Error155227, Error155228, Error155229, Error155230, Error155231, Error155232, Error155233, Error155234, Error155235, Error155236, Error155237, Error155238, Error155239, Error155240, Error155241, Error155242, Error155243, Error155244, Error155245, Error155247, Error155254, Error155257, Error155258, Error155262, Error155264, Error155501, Error155502, Error155503, Error155504, Error155505, Error155506, Error155507, Error155508, Error155509, Error155510, Error155511, Error155512, Error155514, Error155515, Error155516, Error155517, Error155601, Error155701, Error155702, Error155703, Error155704, Error155705, Error155706, Error155707, Error155708, Error155709, Error155710, Error155711, Error155712, Error155713, Error155714, Error155715, Error155716, Error155717, Error155718, Error155719, Error155720, Error155721, Error155801, Error155802, Error155803, Error155804, Error155805, Error155806, Error155807, Error155808, Error156001, Error156002, Error156003, Error156004, Error156005, Error156006, Error156007, Error156008, Error156009, Error156010, Error156011, Error156012, Error156013, Error156014, Error156015, Error156016, Error156017, Error156018, Error156019, Error156020, Error156021, Error156023, Error156024, Error156025, Error156026, Error156027, Error156030, Error156031, Error156032, Error175001, Error175002, Error175003, Error175004, Error175005, Error175006, Error175007, Error175008, Error175009, Error175010, Error175011, Error175012, Error175013, Error175201, Error175202, Error175203, Error175204, Error175205, Error175301, Error175302, Error175303, Error175401, Error175402, Error175403, Error175404, Error175405, Error175406, Error175407, Error175408, Error175409, Error175410, Error177001, Error177002, Error177003, Error177004, Error177005, Error177006, Error177007, Error177008, Error177009, Error177010, Error177011, Error177012, Error177013, Error177014, Error177015, Error177016, Error177017, Error177018, Error177019, Error177020, Error177021, Error177022, Error177023, Error177024, Error177025, Error177026, Error177301, Error177302, Error177303, Error177304, Error177305, Error177601, Error177602, Error177603, Error177604, Error177605, Error177606, Error177607, Error177901, ForbiddenError, GatewayTimeoutError, HostUnreachableError, HttpError, HttpRequestError, HttpResponseError, InMemoryStorage, InternalServerError, NetworkUnreachableError, NotFoundError, NotImplementedError, RatelimitError, ServiceUnavailableError, UnauthorizedError, createMonitoredTokens, createSubscription, deleteMonitoredTokens, deleteSubscription, fromAxiosError, generateEntitySecretCiphertext, generateIdempotencyKey, getNotificationSignature, getPublicKey, getSubscription, listMonitoredTokens, listSubscriptions, requestTestnetTokens, resolvePathRelativeToAppDir, trimData, updateMonitoredTokens, updateMonitoredTokensScope, updateSubscription };
1560
+ export type { APIParams, APIReturnType, ClientParams, Common, CreateMonitoredTokensInput, CreateSubscriptionInput, DeleteMonitoredTokensInput, FeeConfiguration, ListMonitoredTokensInput, Pagination, RequestTestnetTokensInput, Storage, TrimDataResponse, UpdateMonitoredTokensInput, UpdateMonitoredTokensScopeInput, UpdateSubscriptionInput, WithIdempotencyKey };