diff --git a/package.json b/package.json index f325c7705f..0ab557cb7d 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "pnpm": { "overrides": { - "axios": "^1.13.5", + "axios": "^1.15.1", "json5@<1.0.2": ">=1.0.2", "katex": ">=0.16.21", "jose": ">=4.15.5", diff --git a/packages/documentation/src/pages/apis/graphql/auth/index.html b/packages/documentation/src/pages/apis/graphql/auth/index.html index b1e3723fcd..82b1e6547f 100644 --- a/packages/documentation/src/pages/apis/graphql/auth/index.html +++ b/packages/documentation/src/pages/apis/graphql/auth/index.html @@ -3,767 +3,17 @@ - + Auth Admin API - - + +
-
+
@@ -1599,14 +597,9 @@
Fields
- in - - [String!] + in - [String!] - Array of strings to filter by. + Array of strings to filter by. @@ -1615,17 +608,13 @@
Fields
Example
-
{"in": ["xyz789"]}
+                  
{"in": ["abc123"]}
 
-
+
@@ -1643,95 +632,44 @@
Fields
- - id - - ID! + id - ID! - Unique identifier of the grant. + Unique identifier of the grant. - - client - - - String! + client - String - Wallet address of the grantee's account. + Wallet address of the grantee's account. Null when using JWK-based directed identity. - - access - - - [Access!]! + access - [Access!]! - Details of the access provided by the grant. + Details of the access provided by the grant. - - state - - - GrantState! + subject - Subject - Current state of the grant. + Details of the subject provided by the grant. - - finalizationReason - - - GrantFinalization - - - Specific outcome of a finalized grant, indicating - whether the grant was issued, revoked, or rejected. + state - GrantState! + Current state of the grant. - - createdAt - - - String! + finalizationReason - GrantFinalization - The date and time when the grant was created. + Specific outcome of a finalized grant, indicating whether the grant was issued, revoked, or rejected. - - tenantId - - - ID! + createdAt - String! - - Unique identifier of the tenant associated with the - grant. + The date and time when the grant was created. + + + tenantId - ID! + Unique identifier of the tenant associated with the grant. @@ -1742,23 +680,20 @@
Fields
Example
{
   "id": "4",
-  "client": "abc123",
+  "client": "xyz789",
   "access": [Access],
+  "subject": Subject,
   "state": "PROCESSING",
   "finalizationReason": "ISSUED",
-  "createdAt": "xyz789",
-  "tenantId": "4"
+  "createdAt": "abc123",
+  "tenantId": 4
 }
 
-
+
@@ -1776,27 +711,14 @@
Fields
- - node - - Grant! + node - Grant! - A grant node in the list. + A grant node in the list. - - cursor - - - String! + cursor - String! - A cursor for paginating through the grants. + A cursor for paginating through the grants. @@ -1814,11 +736,7 @@
Example
-
+
@@ -1837,43 +755,21 @@
Fields
- identifier - - - FilterString + identifier - FilterString - Filter grants by their unique identifier. + Filter grants by their unique identifier. - state - - - FilterGrantState + state - FilterGrantState - Filter grants by their state. + Filter grants by their state. - finalizationReason - - - FilterFinalizationReason - - Filter grants by their finalization reason. + finalizationReason - FilterFinalizationReason + + Filter grants by their finalization reason. @@ -1892,11 +788,7 @@
Example
-
+
@@ -1917,19 +809,19 @@
Values

ISSUED

- The grant was issued successfully. + The grant was issued successfully.

REVOKED

- The grant was revoked. + The grant was revoked.

REJECTED

- The grant request was rejected. + The grant request was rejected. @@ -1944,11 +836,7 @@
Example
-
+
@@ -1969,28 +857,25 @@
Values

PROCESSING

- The grant request is processing. + The grant request is processing.

PENDING

- The grant request is awaiting interaction. + The grant request is awaiting interaction.

APPROVED

- The grant request has been approved. + The grant request has been approved.

FINALIZED

- - The grant request has been finalized, and no more - access tokens or interactions can be made. - + The grant request has been finalized, and no more access tokens or interactions can be made. @@ -2005,11 +890,7 @@
Example
-
+
@@ -2027,33 +908,14 @@
Fields
- - pageInfo - - - PageInfo! - - Information to aid in pagination. - - - - edges - - - [GrantEdge!]! + pageInfo - PageInfo! - - A list of edges representing grants and cursors for - pagination. + Information to aid in pagination. + + + edges - [GrantEdge!]! + A list of edges representing grants and cursors for pagination. @@ -2071,11 +933,7 @@
Example
-
+
@@ -2084,31 +942,19 @@

ID

Description
-

- The ID scalar type represents a unique - identifier, often used to refetch an object or as key for a - cache. The ID type appears in a JSON response as a String; - however, it is not intended to be human-readable. When - expected as an input type, any string (such as - "4") or integer (such as - 4) input value will be accepted as an ID. -

+

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

Example
-
4
+                  
"4"
 
-
+
@@ -2117,11 +963,7 @@

Int

Description
-

- The Int scalar type represents non-fractional - signed whole numeric values. Int can represent values - between -(2^31) and 2^31 - 1. -

+

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

@@ -2133,11 +975,7 @@
Example
-
+
@@ -2155,60 +993,24 @@
Fields
- - receiver - - - String - - Wallet address URL of the receiver. - - - - debitAmount - - - PaymentAmount - - Amount to debit. - - - - receiveAmount - - - PaymentAmount - - Amount to receive. - - - - interval - - - String - - Interval between payments. + receiver - String + + Wallet address URL of the receiver. + + + debitAmount - PaymentAmount + + Amount to debit. + + + receiveAmount - PaymentAmount + + Amount to receive. + + + interval - String + + Interval between payments. @@ -2221,27 +1023,21 @@
Example
"receiver": "xyz789", "debitAmount": PaymentAmount, "receiveAmount": PaymentAmount, - "interval": "xyz789" + "interval": "abc123" }
-
+

Model

-
+
Fields
@@ -2252,34 +1048,19 @@
Fields
- - + - - +
- id - - ID! + id - ID! Unique identifier for the model. Unique identifier for the model.
- createdAt - - - String! + createdAt - String! The date and time when the model was created. The date and time when the model was created.
-
+
Possible Types
@@ -2290,16 +1071,17 @@
Possible Types
+ + + @@ -2309,17 +1091,16 @@
Possible Types
Example
-
{"id": 4, "createdAt": "xyz789"}
+                  
{
+  "id": "4",
+  "createdAt": "abc123"
+}
 
-
+
@@ -2337,72 +1118,24 @@
Fields
- - + - - + - - + - - +
-

- Grant -

+

Grant

+
+

Access

-

- Access -

+

SubjectItem

- endCursor - - - String - - The cursor used to fetch the next page when paginating - forward. + endCursor - String The cursor used to fetch the next page when paginating forward.
- hasNextPage - - - Boolean! - - Indicates if there are more pages when paginating - forward. + hasNextPage - Boolean! Indicates if there are more pages when paginating forward.
- hasPreviousPage - - - Boolean! - - Indicates if there are more pages when paginating - backward. + hasPreviousPage - Boolean! Indicates if there are more pages when paginating backward.
- startCursor - - - String - - The cursor used to fetch the next page when paginating - backward. + startCursor - String The cursor used to fetch the next page when paginating backward.
@@ -2414,19 +1147,15 @@
Example
{
   "endCursor": "xyz789",
   "hasNextPage": false,
-  "hasPreviousPage": false,
-  "startCursor": "abc123"
+  "hasPreviousPage": true,
+  "startCursor": "xyz789"
 }
 
-
+
@@ -2444,54 +1173,19 @@
Fields
- - value - - - UInt64! - - The value of the payment amount. - - - - assetCode - - - String! + value - UInt64! - - Should be an ISO 4217 currency code whenever possible, - e.g. USD. For more information, refer to - assets. - - - - - assetScale - - - UInt8! + The value of the payment amount. + + + assetCode - String! - - Difference in orders of magnitude between the standard - unit of an asset and a corresponding fractional unit. + Should be an ISO 4217 currency code whenever possible, e.g. USD. For more information, refer to assets. + + + assetScale - UInt8! + Difference in orders of magnitude between the standard unit of an asset and a corresponding fractional unit. @@ -2510,11 +1204,7 @@
Example
-
+
@@ -2533,17 +1223,9 @@
Fields
- grantId - - - String! - - Unique identifier of the grant to revoke. + grantId - String! + + Unique identifier of the grant to revoke. @@ -2552,17 +1234,13 @@
Fields
Example
-
{"grantId": "abc123"}
+                  
{"grantId": "xyz789"}
 
-
+
@@ -2580,13 +1258,9 @@
Fields
- - id - - ID! + id - ID! - Unique identifier of the revoked grant. + Unique identifier of the revoked grant. @@ -2601,11 +1275,7 @@
Example
-
+
@@ -2626,13 +1296,13 @@
Values

ASC

- Sort the results in ascending order. + Sort the results in ascending order.

DESC

- Sort the results in descending order. + Sort the results in descending order. @@ -2647,11 +1317,7 @@
Example
-
+
@@ -2660,28 +1326,110 @@

String

Description
-

- The String scalar type represents textual data, - represented as UTF-8 character sequences. The String type is - most often used by GraphQL to represent free-form - human-readable text. -

+

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

+
+
+
+
+
Example
+
"xyz789"
+
+
+
+ +
+
+
+ Types +
+

Subject

+
+
+
+
Fields
+ + + + + + + + + + + + + +
Field NameDescription
sub_ids - [SubjectItem!]! + +
+
+
+
+
+
Example
+
{"sub_ids": [SubjectItem]}
+
+
+
+
+
+
+
+ Types +
+

SubjectItem

+
+
+
+
Fields
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Field NameDescription
id - ID! + Unique identifier of the subject object.
subId - String! + Wallet address of the subject's account.
subIdFormat - String! + Format of the subject identifier
createdAt - String! + The date and time when the subject was created.
Example
-
"abc123"
+                  
{
+  "id": 4,
+  "subId": "abc123",
+  "subIdFormat": "abc123",
+  "createdAt": "abc123"
+}
 
-
+
@@ -2690,12 +1438,7 @@

UInt64

Description
-

- The UInt64 scalar type represents unsigned - 64-bit whole numeric values. It is capable of handling - values that are larger than the JavaScript - Number type limit (greater than 2^53). -

+

The UInt64 scalar type represents unsigned 64-bit whole numeric values. It is capable of handling values that are larger than the JavaScript Number type limit (greater than 2^53).

@@ -2707,11 +1450,7 @@
Example
-
+
@@ -2720,10 +1459,7 @@

UInt8

Description
-

- The UInt8 scalar type represents unsigned 8-bit - whole numeric values, ranging from 0 to 255. -

+

The UInt8 scalar type represents unsigned 8-bit whole numeric values, ranging from 0 to 255.

@@ -2740,4 +1476,4 @@
Example
- + \ No newline at end of file diff --git a/packages/documentation/src/pages/apis/graphql/backend/index.html b/packages/documentation/src/pages/apis/graphql/backend/index.html index 35b628dbf3..32d459a53f 100644 --- a/packages/documentation/src/pages/apis/graphql/backend/index.html +++ b/packages/documentation/src/pages/apis/graphql/backend/index.html @@ -3,767 +3,17 @@ - + Backend Admin API - - + +
-
+
@@ -8697,44 +6333,19 @@
Fields
- - key - - String! + key - String! - Key for the additional property. + Key for the additional property. - - value - - - String! + value - String! - Value for the additional property. + Value for the additional property. - - visibleInOpenPayments - - - Boolean! - - - Indicates whether the property is visible in Open - Payments wallet address requests. + visibleInOpenPayments - Boolean! + Indicates whether the property is visible in Open Payments wallet address requests. @@ -8744,20 +6355,16 @@
Fields
Example
{
-  "key": "abc123",
+  "key": "xyz789",
   "value": "abc123",
-  "visibleInOpenPayments": true
+  "visibleInOpenPayments": false
 }
 
-
+
@@ -8776,43 +6383,21 @@
Fields
- key - - String! + key - String! - Key for the additional property. + Key for the additional property. - value - - - String! + value - String! - Value for the additional property. + Value for the additional property. - visibleInOpenPayments - - - Boolean! - - - Indicates whether the property is visible in Open - Payments wallet address requests. + visibleInOpenPayments - Boolean! + Indicates whether the property is visible in Open Payments wallet address requests. @@ -8822,20 +6407,16 @@
Fields
Example
{
-  "key": "xyz789",
+  "key": "abc123",
   "value": "xyz789",
-  "visibleInOpenPayments": true
+  "visibleInOpenPayments": false
 }
 
-
+
@@ -8856,7 +6437,7 @@
Values

EdDSA

- EdDSA cryptographic algorithm. + EdDSA cryptographic algorithm. @@ -8871,11 +6452,7 @@
Example
-
+
@@ -8893,55 +6470,19 @@
Fields
- - value - - - UInt64! + value - UInt64! - Numerical value. + Numerical value. - - assetCode - - - String! - - - Should be an ISO 4217 currency code whenever possible, - e.g. USD. For more information, refer to - assets. + assetCode - String! + Should be an ISO 4217 currency code whenever possible, e.g. USD. For more information, refer to assets. - - assetScale - - - UInt8! - - - Difference in order of magnitude between the standard - unit of an asset and its corresponding fractional - unit. + assetScale - UInt8! + Difference in order of magnitude between the standard unit of an asset and its corresponding fractional unit. @@ -8960,11 +6501,7 @@
Example
-
+
@@ -8983,54 +6520,21 @@
Fields
- value - - - UInt64! + value - UInt64! - Numerical value. + Numerical value. - assetCode - - - String! - - - Should be an ISO 4217 currency code whenever possible, - e.g. USD. For more information, refer to - assets. + assetCode - String! + Should be an ISO 4217 currency code whenever possible, e.g. USD. For more information, refer to assets. - assetScale - - - UInt8! - - - Difference in order of magnitude between the standard - unit of an asset and its corresponding fractional - unit. + assetScale - UInt8! + Difference in order of magnitude between the standard unit of an asset and its corresponding fractional unit. @@ -9049,11 +6553,7 @@
Example
-
+
@@ -9072,15 +6572,9 @@
Fields
- id - - ID! - - - Unique identifier of the incoming payment to be - approved. Note: incoming payment must be PENDING. + id - ID! + Unique identifier of the incoming payment to be approved. Note: incoming payment must be PENDING. @@ -9095,11 +6589,7 @@
Example
-
+
@@ -9117,18 +6607,9 @@
Fields
- - payment - - - IncomingPayment + payment - IncomingPayment - The incoming payment that was approved. + The incoming payment that was approved. @@ -9143,11 +6624,7 @@
Example
-
+
@@ -9165,259 +6642,93 @@
Fields
- - id - - ID! + id - ID! - Unique identifier of the asset. + Unique identifier of the asset. - - code - - String! - - - Should be an ISO 4217 currency code whenever possible, - e.g. USD. For more information, refer to - assets. + code - String! + Should be an ISO 4217 currency code whenever possible, e.g. USD. For more information, refer to assets. - - scale - - - UInt8! - - - Difference in order of magnitude between the standard - unit of an asset and its corresponding fractional - unit. + scale - UInt8! + Difference in order of magnitude between the standard unit of an asset and its corresponding fractional unit. - - liquidity - - - UInt64 + liquidity - UInt64 - Available liquidity + Available liquidity - - withdrawalThreshold - - - UInt64 - - - Minimum amount of liquidity that can be withdrawn from - the asset. + withdrawalThreshold - UInt64 + Minimum amount of liquidity that can be withdrawn from the asset. - - liquidityThreshold - - - UInt64 - - - A webhook event will notify the Account Servicing - Entity if liquidity falls below this value. + liquidityThreshold - UInt64 + A webhook event will notify the Account Servicing Entity if liquidity falls below this value. - - receivingFee - - - Fee + receivingFee - Fee - The receiving fee structure for the asset. + The receiving fee structure for the asset. - - sendingFee - - - Fee + sendingFee - Fee - The sending fee structure for the asset. + The sending fee structure for the asset. - - fees - - FeesConnection - - - Fetches a paginated list of fees associated with this - asset. + fees - FeesConnection + Fetches a paginated list of fees associated with this asset.
-
Arguments
+
Arguments
-
- after - - - String +
after - String
-

- Forward pagination: Cursor (fee ID) to start - retrieving fees after this point. -

+

Forward pagination: Cursor (fee ID) to start retrieving fees after this point.

-
- before - - - String +
before - String
-

- Backward pagination: Cursor (fee ID) to start - retrieving fees before this point. -

+

Backward pagination: Cursor (fee ID) to start retrieving fees before this point.

-
- first - - - Int +
first - Int
-

- Forward pagination: Limit the result to the - first n fees after the - after cursor. -

+

Forward pagination: Limit the result to the first n fees after the after cursor.

-
- last - - - Int +
last - Int
-

- Backward pagination: Limit the result to the - last n fees before the - before cursor. -

+

Backward pagination: Limit the result to the last n fees before the before cursor.

-
- sortOrder - - - SortOrder +
sortOrder - SortOrder
-

- Specify the sort order of fees based on their - creation data, either ascending or descending. -

+

Specify the sort order of fees based on their creation data, either ascending or descending.

- - createdAt - - - String! + createdAt - String! - The date and time when the asset was created. + The date and time when the asset was created. - - tenantId - - - ID! + tenant - Tenant - + The tenant that the asset belongs to. @@ -9428,7 +6739,7 @@
Example
{
   "id": 4,
-  "code": "abc123",
+  "code": "xyz789",
   "scale": UInt8,
   "liquidity": UInt64,
   "withdrawalThreshold": UInt64,
@@ -9437,18 +6748,14 @@ 
Example
"sendingFee": Fee, "fees": FeesConnection, "createdAt": "xyz789", - "tenantId": "4" + "tenant": Tenant }
-
+
@@ -9466,27 +6773,14 @@
Fields
- - node - - Asset! + node - Asset! - An asset node in the list. + An asset node in the list. - - cursor - - - String! + cursor - String! - A cursor for paginating through the assets. + A cursor for paginating through the assets. @@ -9504,11 +6798,7 @@
Example
-
+
@@ -9526,16 +6816,9 @@
Fields
- - asset - - - Asset + asset - Asset - The asset affected by the mutation. + The asset affected by the mutation. @@ -9550,11 +6833,7 @@
Example
-
+
@@ -9572,33 +6851,14 @@
Fields
- - pageInfo - - - PageInfo! + pageInfo - PageInfo! - Information to aid in pagination. + Information to aid in pagination. - - edges - - - [AssetEdge!]! - - - A list of edges representing assets and cursors for - pagination. + edges - [AssetEdge!]! + A list of edges representing assets and cursors for pagination. @@ -9616,20 +6876,14 @@
Example
-
+

BasePayment

-
+
Fields
@@ -9640,80 +6894,34 @@
Fields
- - + - - + - - + - - + - - +
- id - - ID! + id - ID! Unique identifier for the payment. Unique identifier for the payment.
- walletAddressId - - - ID! - - Unique identifier of the wallet address under which - the payment was created. + walletAddressId - ID! Unique identifier of the wallet address under which the payment was created.
- metadata - - - JSONObject - - Additional metadata associated with the payment. + metadata - JSONObject Additional metadata associated with the payment.
- createdAt - - - String! + createdAt - String! The date and time that the payment was created. The date and time that the payment was created.
- client - - - String - - Information about the wallet address of the Open - Payments client that created the payment. + client - String Information about the wallet address of the Open Payments client that created the payment.
-
+
Possible Types
@@ -9724,29 +6932,17 @@
Possible Types
@@ -9757,8 +6953,8 @@
Possible Types
Example
{
-  "id": 4,
-  "walletAddressId": "4",
+  "id": "4",
+  "walletAddressId": 4,
   "metadata": {},
   "createdAt": "xyz789",
   "client": "xyz789"
@@ -9768,11 +6964,7 @@ 
Example
-
+
@@ -9781,10 +6973,7 @@

Boolean

Description
-

- The Boolean scalar type represents - true or false. -

+

The Boolean scalar type represents true or false.

@@ -9796,11 +6985,7 @@
Example
-
+
@@ -9819,15 +7004,9 @@
Fields
- +
-

- IncomingPayment -

+

IncomingPayment

-

- OutgoingPayment -

+

OutgoingPayment

-

- Payment -

+

Payment

- id - - ID! - - Unique identifier of the incoming payment to be - canceled. Note: incoming payment must be PENDING. + id - ID! Unique identifier of the incoming payment to be canceled. Note: incoming payment must be PENDING.
@@ -9842,11 +7021,7 @@
Example
-
+
@@ -9864,18 +7039,9 @@
Fields
- - payment - - - IncomingPayment + payment - IncomingPayment - The incoming payment that was canceled. + The incoming payment that was canceled. @@ -9890,11 +7056,7 @@
Example
-
+
@@ -9913,30 +7075,75 @@
Fields
- id - - ID! + id - ID! + Unique identifier of the outgoing payment to cancel. + + - Unique identifier of the outgoing payment to cancel. + reason - String + Reason why this outgoing payment has been canceled. This value will be publicly visible in the metadata field if this outgoing payment is requested through Open Payments. - reason - - - String + cardPaymentFailureReason - CardPaymentFailureReason + + If card flow, optional machine-readable failure reason + + + + + +
+
+
Example
+
{
+  "id": "4",
+  "reason": "abc123",
+  "cardPaymentFailureReason": "invalid_signature"
+}
+
+
+
+ +
+
+
+ Types +
+

CardDetailsInput

+
+
+
+
Fields
+ + + + + + + + + + + + + + + + + + @@ -9946,21 +7153,65 @@
Fields
Example
-
{"id": 4, "reason": "abc123"}
+                  
{
+  "data": {},
+  "requestId": "abc123",
+  "initiatedAt": "xyz789"
+}
 
-
+
-

CreateAssetInput

+

CardPaymentFailureReason

+
+
+
+
Values
+
Input FieldDescription
+ data - JSONObject! + +
+ requestId - String! + +
+ initiatedAt - String! - Reason why this outgoing payment has been canceled. - This value will be publicly visible in the metadata - field if this outgoing payment is requested through - Open Payments.
+ + + + + + + + + + + + + + + + +
Enum ValueDescription
+

invalid_signature

+
+
+

invalid_request

+
+
+
+
+
+
+
Example
+
"invalid_signature"
+
+
+
+
+
+
+
+ Types +
+

CompleteReceiverInput

@@ -9975,109 +7226,190 @@
Fields
- code - - String! + incomingPaymentUrl - String! - - Should be an ISO 4217 currency code whenever possible, - e.g. USD. For more information, refer to - assets. + URL of the incoming payment to be completed. + + + +
+
+
+
+
Example
+
{"incomingPaymentUrl": "abc123"}
+
+
+
+
+
+
+
+ Types +
+

CompleteReceiverResponse

+
+
+
+
Fields
+ + + + + + + + + + + + +
Field NameDescription
receiver - Receiver The receiver object returned in the response.
+
+
+
+
+
Example
+
{"receiver": Receiver}
+
+
+
+
+
+
+
+ Types +
+

ConfirmPartialIncomingPaymentInput

+
+
+
+
Fields
+ + + + + + + + + + + +
Input FieldDescription
- scale - - - UInt8! + incomingPaymentId - ID! - Difference in order of magnitude between the standard - unit of an asset and its corresponding fractional - unit.
- withdrawalThreshold - - - UInt64 + partialIncomingPaymentId - ID! + +
+
+
+
+
+
Example
+
{"incomingPaymentId": 4, "partialIncomingPaymentId": 4}
+
+
+
+
+
+
+
+ Types +
+

ConfirmPartialIncomingPaymentResponse

+
+
+
+
Fields
+ + + + + + + + + + + +
Field NameDescription
success - Boolean! - Minimum amount of liquidity that can be withdrawn from - the asset.
+
+
+
+
+
Example
+
{"success": false}
+
+
+
+
+
+
+
+ Types +
+

CreateAssetInput

+
+
+
+
Fields
+ + + + + + + + + + + + + + + + + + + +
Input FieldDescription
- liquidityThreshold - - - UInt64 + code - String! Should be an ISO 4217 currency code whenever possible, e.g. USD. For more information, refer to assets.
- A webhook event will notify the Account Servicing - Entity if liquidity falls below this value. + scale - UInt8! Difference in order of magnitude between the standard unit of an asset and its corresponding fractional unit.
- idempotencyKey - - - String + withdrawalThreshold - UInt64 Minimum amount of liquidity that can be withdrawn from the asset.
- Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + liquidityThreshold - UInt64 A webhook event will notify the Account Servicing Entity if liquidity falls below this value.
- tenantId - - - ID + idempotencyKey - String Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency.
- Unique identifier of the tenant associated with the - asset. This cannot be changed. Optional, if not - provided, the tenantId will be obtained from the - signature. + tenantId - ID Unique identifier of the tenant associated with the asset. This cannot be changed. Optional, if not provided, the tenantId will be obtained from the signature.
@@ -10091,25 +7423,19 @@
Example
"scale": UInt8, "withdrawalThreshold": UInt64, "liquidityThreshold": UInt64, - "idempotencyKey": "abc123", - "tenantId": "4" + "idempotencyKey": "xyz789", + "tenantId": 4 }
-
+
-

- CreateAssetLiquidityWithdrawalInput -

+

CreateAssetLiquidityWithdrawalInput

@@ -10124,82 +7450,33 @@
Fields
- assetId - - - String! - - - Unique identifier of the asset to create the - withdrawal for. + assetId - String! + Unique identifier of the asset to create the withdrawal for. - amount - - - UInt64! + amount - UInt64! - Amount of liquidity to withdraw. + Amount of liquidity to withdraw. - id - - String! + id - String! - Unique identifier of the withdrawal. + Unique identifier of the withdrawal. - idempotencyKey - - - String! - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String! + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. - timeoutSeconds - - - UInt64! - - - Interval in seconds after a pending transfer's created - at which it may be posted or voided. Zero denotes a no - timeout single-phase posted transfer. + timeoutSeconds - UInt64! + Interval in seconds after a pending transfer's created at which it may be posted or voided. Zero denotes a no timeout single-phase posted transfer. @@ -10209,10 +7486,10 @@
Fields
Example
{
-  "assetId": "xyz789",
+  "assetId": "abc123",
   "amount": UInt64,
   "id": "abc123",
-  "idempotencyKey": "xyz789",
+  "idempotencyKey": "abc123",
   "timeoutSeconds": UInt64
 }
 
@@ -10220,11 +7497,7 @@
Example
-
+
@@ -10243,91 +7516,45 @@
Fields
- walletAddressId - - - String! - - - Unique identifier of the wallet address under which - the incoming payment will be created. + walletAddressId - String! + Unique identifier of the wallet address under which the incoming payment will be created. - expiresAt - - - String - - - Date and time that the incoming payment will expire. + expiresAt - String + Date and time that the incoming payment will expire. - metadata - - - JSONObject - - - Additional metadata associated with the incoming - payment. + metadata - JSONObject + Additional metadata associated with the incoming payment. - incomingAmount - - - AmountInput + incomingAmount - AmountInput + Maximum amount to be received for this incoming payment. + + - Maximum amount to be received for this incoming - payment. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. - idempotencyKey - - - String + isCardPayment - Boolean + Whether or not the incoming payment is being created for a card payment. + + - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + senderWalletAddress - String + The sender's wallet address URL. Applicable only to card payments. @@ -10337,28 +7564,24 @@
Fields
Example
{
-  "walletAddressId": "abc123",
-  "expiresAt": "xyz789",
+  "walletAddressId": "xyz789",
+  "expiresAt": "abc123",
   "metadata": {},
   "incomingAmount": AmountInput,
-  "idempotencyKey": "xyz789"
+  "idempotencyKey": "xyz789",
+  "isCardPayment": true,
+  "senderWalletAddress": "abc123"
 }
 
-
+
-

- CreateIncomingPaymentWithdrawalInput -

+

CreateIncomingPaymentWithdrawalInput

@@ -10373,59 +7596,21 @@
Fields
- incomingPaymentId - - - String! - - - Unique identifier of the incoming payment to withdraw - liquidity from. + incomingPaymentId - String! + Unique identifier of the incoming payment to withdraw liquidity from. - idempotencyKey - - - String! - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String! + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. - timeoutSeconds - - - UInt64! - - - Interval in seconds after a pending transfer's created - at which it may be posted or voided. Zero denotes a no - timeout single-phase posted transfer. + timeoutSeconds - UInt64! + Interval in seconds after a pending transfer's created at which it may be posted or voided. Zero denotes a no timeout single-phase posted transfer. @@ -10435,7 +7620,7 @@
Fields
Example
{
-  "incomingPaymentId": "abc123",
+  "incomingPaymentId": "xyz789",
   "idempotencyKey": "abc123",
   "timeoutSeconds": UInt64
 }
@@ -10444,11 +7629,7 @@ 
Example
-
+
@@ -10467,117 +7648,45 @@
Fields
- maxPacketAmount - - - UInt64 + maxPacketAmount - UInt64 - Maximum packet amount that the peer accepts. + Maximum packet amount that the peer accepts. - assetId - - - String! - - - Unique identifier of the asset associated with the - peering relationship. + assetId - String! + Unique identifier of the asset associated with the peering relationship. - peerUrl - - - String! - - - Peer's URL address, where auto-peering requests are - accepted. + peerUrl - String! + Peer's URL address, where auto-peering requests are accepted. - name - - String - - - Internal name for the peer, used to override - auto-peering default names. + name - String + Internal name for the peer, used to override auto-peering default names. - liquidityThreshold - - - UInt64 - - - A webhook event will notify the Account Servicing - Entity if peer liquidity falls below this value. + liquidityThreshold - UInt64 + A webhook event will notify the Account Servicing Entity if peer liquidity falls below this value. - liquidityToDeposit - - - UInt64 + liquidityToDeposit - UInt64 - Amount of liquidity to deposit for the peer. + Amount of liquidity to deposit for the peer. - idempotencyKey - - - String - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -10589,28 +7698,22 @@
Example
{
   "maxPacketAmount": UInt64,
   "assetId": "abc123",
-  "peerUrl": "abc123",
-  "name": "abc123",
+  "peerUrl": "xyz789",
+  "name": "xyz789",
   "liquidityThreshold": UInt64,
   "liquidityToDeposit": UInt64,
-  "idempotencyKey": "xyz789"
+  "idempotencyKey": "abc123"
 }
 
-
+
-

- CreateOrUpdatePeerByUrlMutationResponse -

+

CreateOrUpdatePeerByUrlMutationResponse

@@ -10624,15 +7727,9 @@
Fields
- - peer - - Peer + peer - Peer - The peer created or updated based on a URL. + The peer created or updated based on a URL. @@ -10647,17 +7744,11 @@
Example
-
+
-

- CreateOutgoingPaymentFromIncomingPaymentInput -

+

CreateOutgoingPaymentFromIncomingPaymentInput

@@ -10672,89 +7763,39 @@
Fields
- walletAddressId - - - String! - - - Unique identifier of the wallet address under which - the outgoing payment will be created. + walletAddressId - String! + Unique identifier of the wallet address under which the outgoing payment will be created. - incomingPayment - - - String! - - - Incoming payment URL to create the outgoing payment - from. + incomingPayment - String! + Incoming payment URL to create the outgoing payment from. - debitAmount - - - AmountInput + debitAmount - AmountInput - Amount to send (fixed send). + Amount to send (fixed send). - metadata - - - JSONObject - - - Additional metadata associated with the outgoing - payment. + metadata - JSONObject + Additional metadata associated with the outgoing payment. - idempotencyKey - - - String + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. + + - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + cardDetails - CardDetailsInput + Used for the card service to provide the card expiry and signature @@ -10765,21 +7806,18 @@
Fields
Example
{
   "walletAddressId": "xyz789",
-  "incomingPayment": "abc123",
+  "incomingPayment": "xyz789",
   "debitAmount": AmountInput,
   "metadata": {},
-  "idempotencyKey": "xyz789"
+  "idempotencyKey": "xyz789",
+  "cardDetails": CardDetailsInput
 }
 
-
+
@@ -10798,75 +7836,27 @@
Fields
- walletAddressId - - - String! - - - Unique identifier of the wallet address under which - the outgoing payment will be created. + walletAddressId - String! + Unique identifier of the wallet address under which the outgoing payment will be created. - quoteId - - - String! - - - Unique identifier of the corresponding quote for that - outgoing payment. + quoteId - String! + Unique identifier of the corresponding quote for that outgoing payment. - metadata - - - JSONObject - - - Additional metadata associated with the outgoing - payment. + metadata - JSONObject + Additional metadata associated with the outgoing payment. - idempotencyKey - - - String - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -10876,27 +7866,21 @@
Fields
Example
{
-  "walletAddressId": "abc123",
+  "walletAddressId": "xyz789",
   "quoteId": "xyz789",
   "metadata": {},
-  "idempotencyKey": "xyz789"
+  "idempotencyKey": "abc123"
 }
 
-
+
-

- CreateOutgoingPaymentWithdrawalInput -

+

CreateOutgoingPaymentWithdrawalInput

@@ -10911,59 +7895,21 @@
Fields
- outgoingPaymentId - - - String! - - - Unique identifier of the outgoing payment to withdraw - liquidity from. + outgoingPaymentId - String! + Unique identifier of the outgoing payment to withdraw liquidity from. - idempotencyKey - - - String! - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String! + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. - timeoutSeconds - - - UInt64! - - - Interval in seconds after a pending transfer's created - at which it may be posted or voided. Zero denotes a no - timeout single-phase posted transfer. + timeoutSeconds - UInt64! + Interval in seconds after a pending transfer's created at which it may be posted or voided. Zero denotes a no timeout single-phase posted transfer. @@ -10973,7 +7919,7 @@
Fields
Example
{
-  "outgoingPaymentId": "abc123",
+  "outgoingPaymentId": "xyz789",
   "idempotencyKey": "xyz789",
   "timeoutSeconds": UInt64
 }
@@ -10982,11 +7928,7 @@ 
Example
-
+
@@ -11005,124 +7947,57 @@
Fields
- maxPacketAmount - - - UInt64 + maxPacketAmount - UInt64 - Maximum packet amount that the peer accepts. + Maximum packet amount that the peer accepts. - http - - HttpInput! + http - HttpInput! - Peering connection details. + Peering connection details. - assetId - - - String! - - - Unique identifier of the asset associated with the - peering relationship. + assetId - String! + Unique identifier of the asset associated with the peering relationship. - staticIlpAddress - - - String! + staticIlpAddress - String! - ILP address of the peer. + ILP address of the peer. - name - - String + name - String - Internal name of the peer. + Internal name of the peer. - liquidityThreshold - - - UInt64 - - - A webhook event will notify the Account Servicing - Entity if peer liquidity falls below this value. + liquidityThreshold - UInt64 + A webhook event will notify the Account Servicing Entity if peer liquidity falls below this value. - initialLiquidity - - - UInt64 - - - Initial amount of liquidity to deposit for the peer. + initialLiquidity - UInt64 + Initial amount of liquidity to deposit for the peer. - idempotencyKey - - - String + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. + + - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + routes - [String!] + Routes for the peer. @@ -11135,28 +8010,23 @@
Example
"maxPacketAmount": UInt64, "http": HttpInput, "assetId": "abc123", - "staticIlpAddress": "abc123", + "staticIlpAddress": "xyz789", "name": "xyz789", "liquidityThreshold": UInt64, "initialLiquidity": UInt64, - "idempotencyKey": "abc123" + "idempotencyKey": "abc123", + "routes": ["abc123"] }
-
+
-

- CreatePeerLiquidityWithdrawalInput -

+

CreatePeerLiquidityWithdrawalInput

@@ -11171,80 +8041,33 @@
Fields
- peerId - - - String! - - - Unique identifier of the peer to create the withdrawal - for. + peerId - String! + Unique identifier of the peer to create the withdrawal for. - amount - - - UInt64! + amount - UInt64! - Amount of liquidity to withdraw. + Amount of liquidity to withdraw. - id - - String! + id - String! - Unique identifier of the withdrawal. + Unique identifier of the withdrawal. - idempotencyKey - - - String! - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String! + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. - timeoutSeconds - - - UInt64! - - - Interval in seconds after a pending transfer's created - at which it may be posted or voided. Zero denotes a no - timeout single-phase posted transfer. + timeoutSeconds - UInt64! + Interval in seconds after a pending transfer's created at which it may be posted or voided. Zero denotes a no timeout single-phase posted transfer. @@ -11256,7 +8079,7 @@
Example
{
   "peerId": "abc123",
   "amount": UInt64,
-  "id": "abc123",
+  "id": "xyz789",
   "idempotencyKey": "xyz789",
   "timeoutSeconds": UInt64
 }
@@ -11265,11 +8088,7 @@ 
Example
-
+
@@ -11287,15 +8106,9 @@
Fields
- - peer - - Peer + peer - Peer - The peer created by the mutation. + The peer created by the mutation. @@ -11310,11 +8123,7 @@
Example
-
+
@@ -11333,83 +8142,33 @@
Fields
- walletAddressId - - - String! - - - Unique identifier of the wallet address under which - the quote will be created. + walletAddressId - String! + Unique identifier of the wallet address under which the quote will be created. - debitAmount - - - AmountInput + debitAmount - AmountInput - Amount to send (fixed send). + Amount to send (fixed send). - receiveAmount - - - AmountInput + receiveAmount - AmountInput - Amount to receive (fixed receive). + Amount to receive (fixed receive). - receiver - - - String! + receiver - String! - Wallet address URL of the receiver. + Wallet address URL of the receiver. - idempotencyKey - - - String - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -11419,22 +8178,18 @@
Fields
Example
{
-  "walletAddressId": "abc123",
+  "walletAddressId": "xyz789",
   "debitAmount": AmountInput,
   "receiveAmount": AmountInput,
-  "receiver": "abc123",
-  "idempotencyKey": "xyz789"
+  "receiver": "xyz789",
+  "idempotencyKey": "abc123"
 }
 
-
+
@@ -11453,89 +8208,33 @@
Fields
- walletAddressUrl - - - String! + walletAddressUrl - String! - Receiving wallet address URL. + Receiving wallet address URL. - expiresAt - - - String - - - Date and time that the incoming payment expires for - the receiver. + expiresAt - String + Date and time that the incoming payment expires for the receiver. - incomingAmount - - - AmountInput - - - Maximum amount to be received for this incoming - payment. + incomingAmount - AmountInput + Maximum amount to be received for this incoming payment. - metadata - - - JSONObject - - - Additional metadata associated with the incoming - payment. + metadata - JSONObject + Additional metadata associated with the incoming payment. - idempotencyKey - - - String - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -11546,7 +8245,7 @@
Fields
Example
{
   "walletAddressUrl": "xyz789",
-  "expiresAt": "xyz789",
+  "expiresAt": "abc123",
   "incomingAmount": AmountInput,
   "metadata": {},
   "idempotencyKey": "xyz789"
@@ -11556,11 +8255,7 @@ 
Example
-
+
@@ -11578,18 +8273,9 @@
Fields
- - receiver - - - Receiver + receiver - Receiver - The receiver object returned in the response. + The receiver object returned in the response. @@ -11604,11 +8290,7 @@
Example
-
+
@@ -11627,106 +8309,45 @@
Fields
- id - - ID - - - Unique identifier of the tenant. Must be compliant - with uuid v4. Will be generated automatically if not - provided. + id - ID + Unique identifier of the tenant. Must be compliant with uuid v4. Will be generated automatically if not provided. - email - - - String + email - String - Contact email of the tenant owner. + Contact email of the tenant owner. - apiSecret - - - String! - - - Secret used to secure requests made for this tenant. + apiSecret - String! + Secret used to secure requests made for this tenant. - idpConsentUrl - - - String - - - URL of the tenant's identity provider's consent - screen. + idpConsentUrl - String + URL of the tenant's identity provider's consent screen. - idpSecret - - - String - - - Secret used to secure requests from the tenant's - identity provider. + idpSecret - String + Secret used to secure requests from the tenant's identity provider. - publicName - - - String + publicName - String - Public name for the tenant. + Public name for the tenant. - settings - - - [TenantSettingInput!] + settings - [TenantSettingInput!] - Initial settings for tenant. + Initial settings for tenant. @@ -11749,11 +8370,7 @@
Example
-
+
@@ -11772,17 +8389,9 @@
Fields
- settings - - - [TenantSettingInput!]! + settings - [TenantSettingInput!]! - List of a settings for a tenant. + List of a settings for a tenant. @@ -11797,17 +8406,11 @@
Example
-
+
-

- CreateTenantSettingsMutationResponse -

+

CreateTenantSettingsMutationResponse

@@ -11821,18 +8424,9 @@
Fields
- - settings - - - [TenantSetting!]! + settings - [TenantSetting!]! - New tenant settings. + New tenant settings. @@ -11847,11 +8441,7 @@
Example
-
+
@@ -11870,106 +8460,39 @@
Fields
- tenantId - - - ID - - - Unique identifier of the tenant associated with the - wallet address. This cannot be changed. Optional, if - not provided, the tenantId will be obtained from the - signature. + tenantId - ID + Unique identifier of the tenant associated with the wallet address. This cannot be changed. Optional, if not provided, the tenantId will be obtained from the signature. - assetId - - - String! - - - Unique identifier of the asset associated with the - wallet address. This cannot be changed. + assetId - String! + Unique identifier of the asset associated with the wallet address. This cannot be changed. - address - - - String! + address - String! - Wallet address. This cannot be changed. + Wallet address. This cannot be changed. - publicName - - - String - - - Public name associated with the wallet address. This - is visible to anyone with the wallet address URL. + publicName - String + Public name associated with the wallet address. This is visible to anyone with the wallet address URL. - idempotencyKey - - - String - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. - additionalProperties - - - [AdditionalPropertyInput!] - - - Additional properties associated with the wallet - address. + additionalProperties - [AdditionalPropertyInput!] + Additional properties associated with the wallet address. @@ -11991,11 +8514,7 @@
Example
-
+
@@ -12014,52 +8533,21 @@
Fields
- walletAddressId - - - String! - - - Unique identifier of the wallet address to associate - with the key. + walletAddressId - String! + Unique identifier of the wallet address to associate with the key. - jwk - - JwkInput! + jwk - JwkInput! - Public key in JSON Web Key (JWK) format. + Public key in JSON Web Key (JWK) format. - idempotencyKey - - - String - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -12069,7 +8557,7 @@
Fields
Example
{
-  "walletAddressId": "xyz789",
+  "walletAddressId": "abc123",
   "jwk": JwkInput,
   "idempotencyKey": "xyz789"
 }
@@ -12078,17 +8566,11 @@ 
Example
-
+
-

- CreateWalletAddressKeyMutationResponse -

+

CreateWalletAddressKeyMutationResponse

@@ -12102,18 +8584,9 @@
Fields
- - walletAddressKey - - - WalletAddressKey + walletAddressKey - WalletAddressKey - The wallet address key that was created. + The wallet address key that was created. @@ -12128,17 +8601,11 @@
Example
-
+
-

- CreateWalletAddressMutationResponse -

+

CreateWalletAddressMutationResponse

@@ -12152,18 +8619,9 @@
Fields
- - walletAddress - - - WalletAddress + walletAddress - WalletAddress - The newly created wallet address. + The newly created wallet address. @@ -12178,17 +8636,11 @@
Example
-
+
-

- CreateWalletAddressWithdrawalInput -

+

CreateWalletAddressWithdrawalInput

@@ -12203,70 +8655,27 @@
Fields
- walletAddressId - - - String! - - - Unique identifier of the Open Payments wallet address - to create the withdrawal for. + walletAddressId - String! + Unique identifier of the Open Payments wallet address to create the withdrawal for. - id - - String! + id - String! - Unique identifier of the withdrawal. + Unique identifier of the withdrawal. - idempotencyKey - - - String! - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String! + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. - timeoutSeconds - - - UInt64! - - - Interval in seconds after a pending transfer's created - at which it may be posted or voided. Zero denotes a no - timeout single-phase posted transfer. + timeoutSeconds - UInt64! + Interval in seconds after a pending transfer's created at which it may be posted or voided. Zero denotes a no timeout single-phase posted transfer. @@ -12276,7 +8685,7 @@
Fields
Example
{
-  "walletAddressId": "xyz789",
+  "walletAddressId": "abc123",
   "id": "abc123",
   "idempotencyKey": "xyz789",
   "timeoutSeconds": UInt64
@@ -12286,11 +8695,7 @@ 
Example
-
+
@@ -12311,9 +8716,7 @@
Values

Ed25519

- - Elliptic curve Ed25519, used in EdDSA. - + Elliptic curve Ed25519, used in EdDSA. @@ -12328,11 +8731,7 @@
Example
-
+
@@ -12351,33 +8750,15 @@
Fields
- id - - ID! + id - ID! - Unique identifier of the asset to delete. + Unique identifier of the asset to delete. - idempotencyKey - - - String - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -12386,20 +8767,13 @@
Fields
Example
-
{
-  "id": "4",
-  "idempotencyKey": "xyz789"
-}
+                  
{"id": 4, "idempotencyKey": "xyz789"}
 
-
+
@@ -12417,16 +8791,9 @@
Fields
- - asset - - - Asset + asset - Asset - The asset that was deleted. + The asset that was deleted. @@ -12441,11 +8808,7 @@
Example
-
+
@@ -12464,33 +8827,15 @@
Fields
- id - - ID! + id - ID! - Unique identifier of the peer to be deleted. + Unique identifier of the peer to be deleted. - idempotencyKey - - - String - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -12499,20 +8844,13 @@
Fields
Example
-
{
-  "id": "4",
-  "idempotencyKey": "xyz789"
-}
+                  
{"id": 4, "idempotencyKey": "xyz789"}
 
-
+
@@ -12530,20 +8868,9 @@
Fields
- - success - - - Boolean! - - - Indicates whether the peer deletion was successful. + success - Boolean! + Indicates whether the peer deletion was successful. @@ -12552,17 +8879,13 @@
Fields
Example
-
{"success": true}
+                  
{"success": false}
 
-
+
@@ -12580,18 +8903,10 @@
Fields
- - success - - - Boolean! + success - Boolean! + + - @@ -12606,11 +8921,7 @@
Example
-
+
@@ -12629,64 +8940,27 @@
Fields
- assetId - - - String! - - - Unique identifier of the asset to deposit liquidity - into. + assetId - String! + Unique identifier of the asset to deposit liquidity into. - amount - - - UInt64! + amount - UInt64! - Amount of liquidity to deposit. + Amount of liquidity to deposit. - id - - String! + id - String! - Unique identifier of the liquidity transfer. + Unique identifier of the liquidity transfer. - idempotencyKey - - - String! - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String! + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -12696,21 +8970,17 @@
Fields
Example
{
-  "assetId": "xyz789",
+  "assetId": "abc123",
   "amount": UInt64,
-  "id": "xyz789",
-  "idempotencyKey": "xyz789"
+  "id": "abc123",
+  "idempotencyKey": "abc123"
 }
 
-
+
@@ -12729,41 +8999,15 @@
Fields
- eventId - - - String! - - - Unique identifier of the event to deposit liquidity - into. + eventId - String! + Unique identifier of the event to deposit liquidity into. - idempotencyKey - - - String! - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String! + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -12773,7 +9017,7 @@
Fields
Example
{
-  "eventId": "abc123",
+  "eventId": "xyz789",
   "idempotencyKey": "xyz789"
 }
 
@@ -12781,17 +9025,11 @@
Example
-
+
-

- DepositOutgoingPaymentLiquidityInput -

+

DepositOutgoingPaymentLiquidityInput

@@ -12806,41 +9044,21 @@
Fields
- outgoingPaymentId - - - String! - - - Unique identifier of the outgoing payment to deposit - liquidity into. + outgoingPaymentId - String! + Unique identifier of the outgoing payment to deposit liquidity into. - idempotencyKey - - - String! + idempotencyKey - String! + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. + + - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + dataToTransmit - String + Data to be encrypted and sent to the receiver. @@ -12850,19 +9068,16 @@
Fields
Example
{
-  "outgoingPaymentId": "abc123",
-  "idempotencyKey": "abc123"
+  "outgoingPaymentId": "xyz789",
+  "idempotencyKey": "abc123",
+  "dataToTransmit": "xyz789"
 }
 
-
+
@@ -12881,62 +9096,27 @@
Fields
- peerId - - - String! - - - Unique identifier of the peer to deposit liquidity - into. + peerId - String! + Unique identifier of the peer to deposit liquidity into. - amount - - - UInt64! + amount - UInt64! - Amount of liquidity to deposit. + Amount of liquidity to deposit. - id - - String! + id - String! - Unique identifier of the liquidity transfer. + Unique identifier of the liquidity transfer. - idempotencyKey - - - String! - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String! + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -12946,21 +9126,17 @@
Fields
Example
{
-  "peerId": "xyz789",
+  "peerId": "abc123",
   "amount": UInt64,
-  "id": "abc123",
-  "idempotencyKey": "xyz789"
+  "id": "xyz789",
+  "idempotencyKey": "abc123"
 }
 
-
+
@@ -12978,84 +9154,34 @@
Fields
- - id - - ID! + id - ID! - Unique identifier of the fee. + Unique identifier of the fee. - - assetId - - - ID! - - - Unique identifier of the asset associated with the - fee. + assetId - ID! + Unique identifier of the asset associated with the fee. - - type - - FeeType! + type - FeeType! - Type of fee, either sending or receiving. + Type of fee, either sending or receiving. - - fixed - - - UInt64! + fixed - UInt64! - Amount of the flat, fixed fee to charge. + Amount of the flat, fixed fee to charge. - - basisPoints - - - Int! - - - Basis points fee is a variable fee charged based on - the total amount. Should be between 0 and 10000 - (inclusive). 1 basis point = 0.01%, 100 basis points = - 1%, 10000 basis points = 100%. + basisPoints - Int! + Basis points fee is a variable fee charged based on the total amount. Should be between 0 and 10000 (inclusive). 1 basis point = 0.01%, 100 basis points = 1%, 10000 basis points = 100%. - - createdAt - - - String! + createdAt - String! - The date and time that this fee was created. + The date and time that this fee was created. @@ -13065,23 +9191,19 @@
Fields
Example
{
-  "id": 4,
-  "assetId": "4",
+  "id": "4",
+  "assetId": 4,
   "type": "SENDING",
   "fixed": UInt64,
-  "basisPoints": 987,
-  "createdAt": "abc123"
+  "basisPoints": 123,
+  "createdAt": "xyz789"
 }
 
-
+
@@ -13100,34 +9222,15 @@
Fields
- fixed - - - UInt64! + fixed - UInt64! - Amount of the flat, fixed fee to charge. + Amount of the flat, fixed fee to charge. - basisPoints - - - Int! - - - Basis points fee is a variable fee charged based on - the total amount. Should be between 0 and 10000 - (inclusive). 1 basis point = 0.01%, 100 basis points = - 1%, 10000 basis points = 100%. + basisPoints - Int! + Basis points fee is a variable fee charged based on the total amount. Should be between 0 and 10000 (inclusive). 1 basis point = 0.01%, 100 basis points = 1%, 10000 basis points = 100%. @@ -13142,11 +9245,7 @@
Example
-
+
@@ -13164,27 +9263,14 @@
Fields
- - node - - Fee! + node - Fee! - A fee node in the list. + A fee node in the list. - - cursor - - - String! + cursor - String! - A cursor for paginating through the fees. + A cursor for paginating through the fees. @@ -13202,11 +9288,7 @@
Example
-
+
@@ -13227,15 +9309,13 @@
Values

SENDING

- The sender is responsible for paying the fees. + The sender is responsible for paying the fees.

RECEIVING

- - The receiver is responsible for paying the fees. - + The receiver is responsible for paying the fees. @@ -13250,11 +9330,7 @@
Example
-
+
@@ -13272,33 +9348,14 @@
Fields
- - pageInfo - - - PageInfo! + pageInfo - PageInfo! - Pagination information for fees. + Pagination information for fees. - - edges - - - [FeeEdge!]! - - - A list of fee edges, containing fee nodes and cursors - for pagination. + edges - [FeeEdge!]! + A list of fee edges, containing fee nodes and cursors for pagination. @@ -13316,11 +9373,7 @@
Example
-
+
@@ -13339,14 +9392,15 @@
Fields
- in - - [String!]! + in - [String!] + + Array of strings to include. + + + + notIn - [String!] - Array of strings to filter by. + Array of strings to exclude. @@ -13355,17 +9409,16 @@
Fields
Example
-
{"in": ["abc123"]}
+                  
{
+  "in": ["abc123"],
+  "notIn": ["abc123"]
+}
 
-
+
@@ -13374,13 +9427,7 @@

Float

Description
-

- The Float scalar type represents signed - double-precision fractional values as specified by - IEEE 754. -

+

The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.

@@ -13392,11 +9439,7 @@
Example
-
+
@@ -13414,18 +9457,9 @@
Fields
- - outgoing - - - HttpOutgoing! + outgoing - HttpOutgoing! - Details of the outgoing connection for peering. + Details of the outgoing connection for peering. @@ -13440,11 +9474,7 @@
Example
-
+
@@ -13463,20 +9493,9 @@
Fields
- authTokens - - - [String!]! - - - Array of authorization tokens accepted by this Rafiki - instance. + authTokens - [String!]! + Array of authorization tokens accepted by this Rafiki instance. @@ -13491,11 +9510,7 @@
Example
-
+
@@ -13514,31 +9529,15 @@
Fields
- incoming - - - HttpIncomingInput + incoming - HttpIncomingInput - Incoming connection details. + Incoming connection details. - outgoing - - - HttpOutgoingInput! + outgoing - HttpOutgoingInput! - Outgoing connection details. + Outgoing connection details. @@ -13556,11 +9555,7 @@
Example
-
+
@@ -13578,35 +9573,14 @@
Fields
- - authToken - - - String! - - - Authorization token to be presented to the peer's - Rafiki instance. + authToken - String! + Authorization token to be presented to the peer's Rafiki instance. - - endpoint - - - String! + endpoint - String! - Connection endpoint of the peer. + Connection endpoint of the peer. @@ -13624,11 +9598,7 @@
Example
-
+
@@ -13647,34 +9617,15 @@
Fields
- authToken - - - String! - - - Authorization token to present at the peer's Rafiki - instance. + authToken - String! + Authorization token to present at the peer's Rafiki instance. - endpoint - - - String! + endpoint - String! - Connection endpoint of the peer. + Connection endpoint of the peer. @@ -13684,19 +9635,15 @@
Fields
Example
{
-  "authToken": "abc123",
-  "endpoint": "abc123"
+  "authToken": "xyz789",
+  "endpoint": "xyz789"
 }
 
-
+
@@ -13705,31 +9652,19 @@

ID

Description
-

- The ID scalar type represents a unique - identifier, often used to refetch an object or as key for a - cache. The ID type appears in a JSON response as a String; - however, it is not intended to be human-readable. When - expected as an input type, any string (such as - "4") or integer (such as - 4) input value will be accepted as an ID. -

+

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

Example
-
"4"
+                  
4
 
-
+
@@ -13747,176 +9682,69 @@
Fields
- - id - - ID! + id - ID! - Unique identifier of the incoming payment. + Unique identifier of the incoming payment. - - walletAddressId - - - ID! - - - Unique identifier of the wallet address under which - the incoming payment was created. + url - String! + The URL of the incoming payment. - - client - - - String - - - Information about the wallet address of the Open - Payments client that created the incoming payment. + walletAddressId - ID! + Unique identifier of the wallet address under which the incoming payment was created. - - liquidity - - - UInt64 - - - Current amount of liquidity available for this - incoming payment. + client - String + Information about the wallet address of the Open Payments client that created the incoming payment. - - state - - - IncomingPaymentState! + liquidity - UInt64 - State of the incoming payment. + Current amount of liquidity available for this incoming payment. - - expiresAt - - - String! - - - Date and time that the incoming payment will expire. - After this time, the incoming payment will not accept - further payments made to it. + state - IncomingPaymentState! + State of the incoming payment. - - incomingAmount - - - Amount - - - The maximum amount that should be paid into the wallet - address under this incoming payment. + expiresAt - String! + Date and time that the incoming payment will expire. After this time, the incoming payment will not accept further payments made to it. - - receivedAmount - - - Amount! - - - The total amount that has been paid into the wallet - address under this incoming payment. + incomingAmount - Amount + The maximum amount that should be paid into the wallet address under this incoming payment. - - metadata - - - JSONObject - - - Additional metadata associated with the incoming - payment. + receivedAmount - Amount! + The total amount that has been paid into the wallet address under this incoming payment. - - createdAt - - - String! + metadata - JSONObject - - The date and time that the incoming payment was - created. + Additional metadata associated with the incoming payment. + + + createdAt - String! + The date and time that the incoming payment was created. - - tenantId - - - String + senderWalletAddress - String - - The tenant UUID associated with the incoming payment. - If not provided, it will be obtained from the - signature. + The sender's wallet address URL. Applicable only to card payments. + + + tenant - Tenant + The tenant associated with the incoming payment. If not provided, it will be obtained from the signature. @@ -13926,28 +9754,26 @@
Fields
Example
{
-  "id": 4,
-  "walletAddressId": "4",
+  "id": "4",
+  "url": "xyz789",
+  "walletAddressId": 4,
   "client": "abc123",
   "liquidity": UInt64,
   "state": "PENDING",
-  "expiresAt": "xyz789",
+  "expiresAt": "abc123",
   "incomingAmount": Amount,
   "receivedAmount": Amount,
   "metadata": {},
   "createdAt": "xyz789",
-  "tenantId": "abc123"
+  "senderWalletAddress": "abc123",
+  "tenant": Tenant
 }
 
-
+
@@ -13965,35 +9791,14 @@
Fields
- - pageInfo - - - PageInfo! - - - Pagination information for the incoming payments. + pageInfo - PageInfo! + Pagination information for the incoming payments. - - edges - - - [IncomingPaymentEdge!]! - - - A list of incoming payment edges, containing incoming - payment nodes and cursors for pagination. + edges - [IncomingPaymentEdge!]! + A list of incoming payment edges, containing incoming payment nodes and cursors for pagination. @@ -14011,11 +9816,7 @@
Example
-
+
@@ -14033,29 +9834,14 @@
Fields
- - node - - IncomingPayment! + node - IncomingPayment! - An incoming payment node in the list. + An incoming payment node in the list. - - cursor - - - String! - - - A cursor for paginating through the incoming payments. + cursor - String! + A cursor for paginating through the incoming payments. @@ -14073,11 +9859,43 @@
Example
-
+
+
+ Types +
+

IncomingPaymentFilter

+
+
+
+
Fields
+ + + + + + + + + + + + + +
Input FieldDescription
+ initiatedBy - FilterString + Filter for incoming payments based on the initiation reason.
+
+
+
+
+
Example
+
{"initiatedBy": FilterString}
+
+
+
+
+
+
@@ -14095,20 +9913,9 @@
Fields
- - payment - - - IncomingPayment - - - The incoming payment object returned in the response. + payment - IncomingPayment + The incoming payment object returned in the response. @@ -14123,11 +9930,7 @@
Example
-
+
@@ -14148,38 +9951,25 @@
Values

PENDING

- - The payment is pending when it is initially created - and has not started processing. - + The payment is pending when it is initially created and has not started processing.

PROCESSING

- - The payment is being processed after funds have - started clearing into the account. - + The payment is being processed after funds have started clearing into the account.

COMPLETED

- - The payment is completed automatically once the - expected incomingAmount is received or - manually via an API call. - + The payment is completed automatically once the expected incomingAmount is received or manually via an API call.

EXPIRED

- - The payment has expired before completion, and no - further funds will be accepted. - + The payment has expired before completion, and no further funds will be accepted. @@ -14194,11 +9984,7 @@
Example
-
+
@@ -14207,11 +9993,7 @@

Int

Description
-

- The Int scalar type represents non-fractional - signed whole numeric values. Int can represent values - between -(2^31) and 2^31 - 1. -

+

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

@@ -14223,11 +10005,7 @@
Example
-
+
@@ -14236,15 +10014,7 @@

JSONObject

Description
-

- The JSONObject scalar type represents JSON - objects as specified by the - ECMA-404 - standard. -

+

The JSONObject scalar type represents JSON objects as specified by the ECMA-404 standard.

@@ -14256,11 +10026,7 @@
Example
-
+
@@ -14278,67 +10044,29 @@
Fields
- - kid - - String! + kid - String! - Unique identifier for the key. + Unique identifier for the key. - - x - - String! + x - String! - Base64 url-encoded public key. + Base64 url-encoded public key. - - alg - - Alg! - - - Cryptographic algorithm used with the key. The only - allowed value is EdDSA. + alg - Alg! + Cryptographic algorithm used with the key. The only allowed value is EdDSA. - - kty - - Kty! - - - Key type. The only allowed value is OKP. + kty - Kty! + Key type. The only allowed value is OKP. - - crv - - Crv! - - - Cryptographic curve that the key pair is derived from. - The only allowed value is Ed25519. + crv - Crv! + Cryptographic curve that the key pair is derived from. The only allowed value is Ed25519. @@ -14348,7 +10076,7 @@
Fields
Example
{
-  "kid": "xyz789",
+  "kid": "abc123",
   "x": "abc123",
   "alg": "EdDSA",
   "kty": "OKP",
@@ -14359,11 +10087,7 @@ 
Example
-
+
@@ -14382,66 +10106,33 @@
Fields
- kid - - String! + kid - String! - Unique identifier for the key. + Unique identifier for the key. - x - - String! + x - String! - Base64 url-encoded public key. + Base64 url-encoded public key. - alg - - Alg! - - - Cryptographic algorithm used with the key. The only - allowed value is EdDSA. + alg - Alg! + Cryptographic algorithm used with the key. The only allowed value is EdDSA. - kty - - Kty! - - - Key type. The only allowed value is OKP. + kty - Kty! + Key type. The only allowed value is OKP. - crv - - Crv! - - - Cryptographic curve that the key pair is derived from. - The only allowed value is Ed25519. + crv - Crv! + Cryptographic curve that the key pair is derived from. The only allowed value is Ed25519. @@ -14451,7 +10142,7 @@
Fields
Example
{
-  "kid": "xyz789",
+  "kid": "abc123",
   "x": "xyz789",
   "alg": "EdDSA",
   "kty": "OKP",
@@ -14462,11 +10153,7 @@ 
Example
-
+
@@ -14487,7 +10174,7 @@
Values

OKP

- Octet Key Pair (OKP) key type. + Octet Key Pair (OKP) key type. @@ -14502,11 +10189,7 @@
Example
-
+
@@ -14524,21 +10207,9 @@
Fields
- - success - - - Boolean! - - - Indicates whether the liquidity operation was - successful. + success - Boolean! + Indicates whether the liquidity operation was successful. @@ -14547,26 +10218,20 @@
Fields
Example
-
{"success": true}
+                  
{"success": false}
 
-
+

Model

-
+
Fields
@@ -14577,34 +10242,19 @@
Fields
- - + - - +
- id - - ID! + id - ID! Unique identifier for the entity. Unique identifier for the entity.
- createdAt - - - String! + createdAt - String! The date and time that the entity was created. The date and time that the entity was created.
-
+
Possible Types
@@ -14615,93 +10265,57 @@
Possible Types
@@ -14711,17 +10325,13 @@
Possible Types
Example
-
{"id": 4, "createdAt": "xyz789"}
+                  
{"id": 4, "createdAt": "abc123"}
 
-
+
@@ -14739,235 +10349,84 @@
Fields
- - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - - + + - - + - - +
-

- Asset -

+

Asset

-

- Peer -

+

Peer

-

- WalletAddress -

+

WalletAddress

-

- IncomingPayment -

+

IncomingPayment

-

- OutgoingPayment -

+

OutgoingPayment

-

- Payment -

+

Payment

-

- AccountingTransfer -

+

AccountingTransfer

-

- WalletAddressKey -

+

WalletAddressKey

-

- WebhookEvent -

+

WebhookEvent

-

- Fee -

+

Fee

-

- Tenant -

+

Tenant

- id - - ID! + id - ID! Unique identifier of the outgoing payment. Unique identifier of the outgoing payment.
- walletAddressId - - - ID! - - Unique identifier of the wallet address under which - the outgoing payment was created. + walletAddressId - ID! Unique identifier of the wallet address under which the outgoing payment was created.
- client - - - String - - Information about the wallet address of the Open - Payments client that created the outgoing payment. + client - String Information about the wallet address of the Open Payments client that created the outgoing payment.
- liquidity - - - UInt64 - - Current amount of liquidity available for this - outgoing payment. + liquidity - UInt64 Current amount of liquidity available for this outgoing payment.
- state - - - OutgoingPaymentState! + state - OutgoingPaymentState! State of the outgoing payment. State of the outgoing payment.
- error - - - String - - Any error encountered during the payment process. + error - String Any error encountered during the payment process.
- stateAttempts - - - Int! - - Number of attempts made to send an outgoing payment. + stateAttempts - Int! Number of attempts made to send an outgoing payment.
- debitAmount - - - Amount! + debitAmount - Amount! Amount to send (fixed send). Amount to send (fixed send).
- receiveAmount - - - Amount! + receiveAmount - Amount! Amount to receive (fixed receive). Amount to receive (fixed receive).
- receiver - - - String! + receiver - String! Wallet address URL of the receiver. Wallet address URL of the receiver.
- metadata - - - JSONObject - - Additional metadata associated with the outgoing - payment. + metadata - JSONObject Additional metadata associated with the outgoing payment.
- quote - - - Quote + quote - Quote Corresponding quote for the outgoing payment. Corresponding quote for the outgoing payment.
- sentAmount - - - Amount! + sentAmount - Amount! Amount already sent. Amount already sent.
- createdAt - - - String! + createdAt - String! - The date and time that the outgoing payment was - created. -
The date and time that the outgoing payment was created.
- grantId - - - String - - Unique identifier of the grant under which the - outgoing payment was created. + grantId - String Unique identifier of the grant under which the outgoing payment was created.
- tenantId - - - String + tenant - Tenant Tenant ID of the outgoing payment. Tenant of the outgoing payment.
@@ -14977,7 +10436,7 @@
Fields
Example
{
-  "id": "4",
+  "id": 4,
   "walletAddressId": "4",
   "client": "abc123",
   "liquidity": UInt64,
@@ -14986,24 +10445,20 @@ 
Example
"stateAttempts": 987, "debitAmount": Amount, "receiveAmount": Amount, - "receiver": "xyz789", + "receiver": "abc123", "metadata": {}, "quote": Quote, "sentAmount": Amount, "createdAt": "xyz789", - "grantId": "abc123", - "tenantId": "abc123" + "grantId": "xyz789", + "tenant": Tenant }
-
+
@@ -15021,35 +10476,14 @@
Fields
- - pageInfo - - - PageInfo! - - - Pagination information for the outgoing payments. + pageInfo - PageInfo! + Pagination information for the outgoing payments. - - edges - - - [OutgoingPaymentEdge!]! - - - A list of outgoing payment edges, containing outgoing - payment nodes and cursors for pagination. + edges - [OutgoingPaymentEdge!]! + A list of outgoing payment edges, containing outgoing payment nodes and cursors for pagination. @@ -15067,11 +10501,7 @@
Example
-
+
@@ -15089,29 +10519,14 @@
Fields
- - node - - OutgoingPayment! + node - OutgoingPayment! - An outgoing payment node in the list. + An outgoing payment node in the list. - - cursor - - - String! - - - A cursor for paginating through the outgoing payments. + cursor - String! + A cursor for paginating through the outgoing payments. @@ -15122,18 +10537,14 @@
Fields
Example
{
   "node": OutgoingPayment,
-  "cursor": "xyz789"
+  "cursor": "abc123"
 }
 
-
+
@@ -15152,51 +10563,21 @@
Fields
- receiver - - - FilterString - - - Filter for outgoing payments based on the receiver's - details. + receiver - FilterString + Filter for outgoing payments based on the receiver's details. - walletAddressId - - - FilterString - - - Filter for outgoing payments based on the wallet - address ID. + walletAddressId - FilterString + Filter for outgoing payments based on the wallet address ID. - state - - - FilterString - - - Filter for outgoing payments based on their state. + state - FilterString + Filter for outgoing payments based on their state. @@ -15215,11 +10596,7 @@
Example
-
+
@@ -15237,20 +10614,9 @@
Fields
- - payment - - - OutgoingPayment - - - The outgoing payment object returned in the response. + payment - OutgoingPayment + The outgoing payment object returned in the response. @@ -15265,11 +10631,7 @@
Example
-
+
@@ -15290,37 +10652,31 @@
Values

FUNDING

- - The payment is reserving funds and will transition to - SENDING once funds are secured. - + The payment is reserving funds and will transition to SENDING once funds are secured.

SENDING

- - The payment is in progress and will transition to - COMPLETED upon success. - + The payment is in progress and will transition to COMPLETED upon success.

COMPLETED

- The payment has been successfully completed. + The payment has been successfully completed.

FAILED

- The payment has failed. + The payment has failed.

CANCELLED

- The payment has been canceled. + The payment has been canceled. @@ -15335,11 +10691,7 @@
Example
-
+
@@ -15357,72 +10709,24 @@
Fields
- - endCursor - - - String - - - The cursor used to fetch the next page when paginating - forwards. + endCursor - String + The cursor used to fetch the next page when paginating forwards. - - hasNextPage - - - Boolean! - - - Indicates if there are more pages when paginating - forwards. + hasNextPage - Boolean! + Indicates if there are more pages when paginating forwards. - - hasPreviousPage - - - Boolean! - - - Indicates if there are more pages when paginating - backwards. + hasPreviousPage - Boolean! + Indicates if there are more pages when paginating backwards. - - startCursor - - - String - - - The cursor used to fetch the next page when paginating - backwards. + startCursor - String + The cursor used to fetch the next page when paginating backwards. @@ -15433,20 +10737,16 @@
Fields
Example
{
   "endCursor": "xyz789",
-  "hasNextPage": false,
+  "hasNextPage": true,
   "hasPreviousPage": false,
-  "startCursor": "xyz789"
+  "startCursor": "abc123"
 }
 
-
+
@@ -15464,118 +10764,49 @@
Fields
- - id - - ID! + id - ID! - Unique identifier of the payment. + Unique identifier of the payment. - - type - - PaymentType! + type - PaymentType! - Type of payment, either incoming or outgoing. + Type of payment, either incoming or outgoing. - - walletAddressId - - - ID! - - - Unique identifier of the wallet address under which - the payment was created. + walletAddressId - ID! + Unique identifier of the wallet address under which the payment was created. - - client - - - String - - - Information about the wallet address of the Open - Payments client that created the payment. + client - String + Information about the wallet address of the Open Payments client that created the payment. - - state - - - String! - - - State of the payment, either - IncomingPaymentState or - OutgoingPaymentState according to payment - type + state - String! + State of the payment, either IncomingPaymentState or OutgoingPaymentState according to payment type - - liquidity - - - UInt64 - - - Current amount of liquidity available for this - payment. + liquidity - UInt64 + Current amount of liquidity available for this payment. - - metadata - - - JSONObject + metadata - JSONObject - - Additional metadata associated with the payment. + Additional metadata associated with the payment. + + + createdAt - String! + The date and time that the payment was created. - - createdAt - - - String! + tenant - Tenant - The date and time that the payment was created. + The tenant associated with the payment. @@ -15585,25 +10816,22 @@
Fields
Example
{
-  "id": 4,
+  "id": "4",
   "type": "INCOMING",
-  "walletAddressId": 4,
-  "client": "xyz789",
+  "walletAddressId": "4",
+  "client": "abc123",
   "state": "xyz789",
   "liquidity": UInt64,
   "metadata": {},
-  "createdAt": "xyz789"
+  "createdAt": "xyz789",
+  "tenant": Tenant
 }
 
-
+
@@ -15621,33 +10849,14 @@
Fields
- - pageInfo - - - PageInfo! + pageInfo - PageInfo! - Pagination information for the payments. + Pagination information for the payments. - - edges - - - [PaymentEdge!]! - - - A list of payment edges, containing payment nodes and - cursors for pagination. + edges - [PaymentEdge!]! + A list of payment edges, containing payment nodes and cursors for pagination. @@ -15665,11 +10874,7 @@
Example
-
+
@@ -15687,27 +10892,14 @@
Fields
- - node - - Payment! + node - Payment! - A payment node in the list. + A payment node in the list. - - cursor - - - String! + cursor - String! - A cursor for paginating through the payments. + A cursor for paginating through the payments. @@ -15725,11 +10917,7 @@
Example
-
+
@@ -15748,30 +10936,15 @@
Fields
- type - - FilterString + type - FilterString - Filter for payments based on their type. + Filter for payments based on their type. - walletAddressId - - - FilterString - - - Filter for payments based on the wallet address ID. + walletAddressId - FilterString + Filter for payments based on the wallet address ID. @@ -15789,11 +10962,7 @@
Example
-
+
@@ -15814,13 +10983,13 @@
Values

INCOMING

- Represents an incoming payment. + Represents an incoming payment.

OUTGOING

- Represents an outgoing payment. + Represents an outgoing payment. @@ -15835,11 +11004,7 @@
Example
-
+
@@ -15857,135 +11022,59 @@
Fields
- - id - - ID! + id - ID! - Unique identifier of the peer. + Unique identifier of the peer. - - maxPacketAmount - - - UInt64 + maxPacketAmount - UInt64 - Maximum packet amount that the peer accepts. + Maximum packet amount that the peer accepts. - - - http - - Http! + + http - Http! - Peering connection details. + Peering connection details. - - asset - - - Asset! + asset - Asset! - Asset of peering relationship. + Asset of peering relationship. - - staticIlpAddress - - - String! + staticIlpAddress - String! - ILP address of the peer. + ILP address of the peer. - - name - - String + name - String - Public name for the peer. + Public name for the peer. - - liquidityThreshold - - - UInt64 - - - A webhook event will notify the Account Servicing - Entity if liquidity falls below this value. + liquidityThreshold - UInt64 + A webhook event will notify the Account Servicing Entity if liquidity falls below this value. - - liquidity - - - UInt64 + liquidity - UInt64 - Current amount of peer liquidity available. + Current amount of peer liquidity available. - - createdAt - - - String! + createdAt - String! - The date and time when the peer was created. + The date and time when the peer was created. - - tenantId - - - ID! + routes - [String!]! - - Unique identifier of the tenant associated with the - peer. + Routes for the peer. + + + tenant - Tenant + Unique identifier of the tenant associated with the peer. @@ -15995,7 +11084,7 @@
Fields
Example
{
-  "id": "4",
+  "id": 4,
   "maxPacketAmount": UInt64,
   "http": Http,
   "asset": Asset,
@@ -16003,19 +11092,16 @@ 
Example
"name": "abc123", "liquidityThreshold": UInt64, "liquidity": UInt64, - "createdAt": "abc123", - "tenantId": 4 + "createdAt": "xyz789", + "routes": ["abc123"], + "tenant": Tenant }
-
+
@@ -16033,27 +11119,14 @@
Fields
- - node - - Peer! + node - Peer! - A peer node in the list. + A peer node in the list. - - cursor - - - String! + cursor - String! - A cursor for paginating through the peers. + A cursor for paginating through the peers. @@ -16064,18 +11137,14 @@
Fields
Example
{
   "node": Peer,
-  "cursor": "abc123"
+  "cursor": "xyz789"
 }
 
-
+
@@ -16093,33 +11162,14 @@
Fields
- - pageInfo - - - PageInfo! + pageInfo - PageInfo! - Information to aid in pagination. + Information to aid in pagination. - - edges - - - [PeerEdge!]! - - - A list of edges representing peers and cursors for - pagination. + edges - [PeerEdge!]! + A list of edges representing peers and cursors for pagination. @@ -16137,11 +11187,7 @@
Example
-
+
@@ -16160,40 +11206,15 @@
Fields
- withdrawalId - - - String! - - - Unique identifier of the liquidity withdrawal to post. + withdrawalId - String! + Unique identifier of the liquidity withdrawal to post. - idempotencyKey - - - String! - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String! + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -16211,11 +11232,7 @@
Example
-
+
@@ -16233,127 +11250,49 @@
Fields
- - id - - ID! + id - ID! - Unique identifier of the quote. + Unique identifier of the quote. - - tenantId - - - ID! - - - Unique identifier of the tenant under which the quote - was created. + tenantId - ID! + Unique identifier of the tenant under which the quote was created. - - walletAddressId - - - ID! - - - Unique identifier of the wallet address under which - the quote was created. + walletAddressId - ID! + Unique identifier of the wallet address under which the quote was created. - - receiver - - - String! + receiver - String! - Wallet address URL of the receiver. + Wallet address URL of the receiver. - - debitAmount - - - Amount! + debitAmount - Amount! - Amount to send (fixed send). + Amount to send (fixed send). - - receiveAmount - - - Amount! + receiveAmount - Amount! - Amount to receive (fixed receive). + Amount to receive (fixed receive). - - createdAt - - - String! + createdAt - String! - The date and time that the quote was created. + The date and time that the quote was created. - - expiresAt - - - String! + expiresAt - String! - The date and time that the quote will expire. + The date and time that the quote will expire. - - estimatedExchangeRate - - - Float + estimatedExchangeRate - Float - Estimated exchange rate for this quote. + Estimated exchange rate for this quote. @@ -16363,26 +11302,22 @@
Fields
Example
{
-  "id": 4,
+  "id": "4",
   "tenantId": "4",
-  "walletAddressId": 4,
-  "receiver": "abc123",
+  "walletAddressId": "4",
+  "receiver": "xyz789",
   "debitAmount": Amount,
   "receiveAmount": Amount,
   "createdAt": "abc123",
   "expiresAt": "xyz789",
-  "estimatedExchangeRate": 123.45
+  "estimatedExchangeRate": 987.65
 }
 
-
+
@@ -16400,33 +11335,14 @@
Fields
- - pageInfo - - - PageInfo! + pageInfo - PageInfo! - Pagination information for quotes. + Pagination information for quotes. - - edges - - - [QuoteEdge!]! - - - A list of quote edges, containing quote nodes and - cursors for pagination. + edges - [QuoteEdge!]! + A list of quote edges, containing quote nodes and cursors for pagination. @@ -16444,11 +11360,7 @@
Example
-
+
@@ -16460,33 +11372,128 @@
Fields
- - + + + + + + + + + + + + + + +
Field NameDescriptionField NameDescription
node - Quote! + A quote node in the list.
cursor - String! + A cursor for paginating through the quotes.
+ + +
+
+
Example
+
{
+  "node": Quote,
+  "cursor": "abc123"
+}
+
+
+
+ +
+
+
+ Types +
+

QuoteResponse

+
+
+
+
Fields
+ + + + + + + + + + + + + +
Field NameDescription
quote - Quote + The quote object returned in the response.
+
+
+
+
+
Example
+
{"quote": Quote}
+
+
+
+
+
+
+
+ Types +
+

Receiver

+
+
+
+
Fields
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + - - +
Field NameDescription
id - String! + Unique identifier of the receiver (incoming payment URL).
walletAddressUrl - String! + Wallet address URL under which the incoming payment was created.
completed - Boolean! + Indicates whether the incoming payment has completed receiving funds.
incomingAmount - Amount + The maximum amount that should be paid into the wallet address under this incoming payment.
receivedAmount - Amount! + The total amount that has been paid into the wallet address under this incoming payment.
expiresAt - String + Date and time that the incoming payment will expire. After this time, the incoming payment will not accept further payments made to it.
- node - - Quote! + metadata - JSONObject A quote node in the list. Additional metadata associated with the incoming payment.
- cursor - - - String! + createdAt - String! A cursor for paginating through the quotes. The date and time that the incoming payment was created.
@@ -16496,23 +11503,25 @@
Fields
Example
{
-  "node": Quote,
-  "cursor": "abc123"
+  "id": "xyz789",
+  "walletAddressUrl": "abc123",
+  "completed": true,
+  "incomingAmount": Amount,
+  "receivedAmount": Amount,
+  "expiresAt": "xyz789",
+  "metadata": {},
+  "createdAt": "abc123"
 }
 
-
+
-

QuoteResponse

+

RejectPartialIncomingPaymentInput

@@ -16520,22 +11529,30 @@
Fields
- + - + + + + + + + + - +
Field NameInput Field Description
- quote - - - Quote + + incomingPaymentId - ID! + +
+ partialIncomingPaymentId - ID! + +
+ reason - String The quote object returned in the response. Reason why this incoming payment has been canceled. This value will be sent to the sender.
@@ -16544,21 +11561,21 @@
Fields
Example
-
{"quote": Quote}
+                  
{
+  "incomingPaymentId": 4,
+  "partialIncomingPaymentId": "4",
+  "reason": "abc123"
+}
 
-
+
-

Receiver

+

RejectPartialIncomingPaymentResponse

@@ -16572,137 +11589,9 @@
Fields
- - id - - String! - - - Unique identifier of the receiver (incoming payment - URL). - - - - - walletAddressUrl - - - String! - - - Wallet address URL under which the incoming payment - was created. - - - - - completed - - - Boolean! - - - Indicates whether the incoming payment has completed - receiving funds. - - - - - incomingAmount - - - Amount - - - The maximum amount that should be paid into the wallet - address under this incoming payment. - - - - - receivedAmount - - - Amount! - - - The total amount that has been paid into the wallet - address under this incoming payment. - - - - - expiresAt - - - String - - - Date and time that the incoming payment will expire. - After this time, the incoming payment will not accept - further payments made to it. - - - - - metadata - - - JSONObject - - - Additional metadata associated with the incoming - payment. - - - - - createdAt - - - String! + success - Boolean! - The date and time that the incoming payment was - created. @@ -16712,26 +11601,13 @@
Fields
Example
-
{
-  "id": "abc123",
-  "walletAddressUrl": "xyz789",
-  "completed": false,
-  "incomingAmount": Amount,
-  "receivedAmount": Amount,
-  "expiresAt": "abc123",
-  "metadata": {},
-  "createdAt": "abc123"
-}
+                  
{"success": false}
 
-
+
@@ -16750,37 +11626,15 @@
Fields
- id - - String! - - - Internal unique identifier of the key to revoke. + id - String! + Internal unique identifier of the key to revoke. - idempotencyKey - - - String - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -16791,24 +11645,18 @@
Fields
Example
{
   "id": "abc123",
-  "idempotencyKey": "abc123"
+  "idempotencyKey": "xyz789"
 }
 
-
+
-

- RevokeWalletAddressKeyMutationResponse -

+

RevokeWalletAddressKeyMutationResponse

@@ -16822,18 +11670,9 @@
Fields
- - walletAddressKey - - - WalletAddressKey + walletAddressKey - WalletAddressKey - The wallet address key that was revoked. + The wallet address key that was revoked. @@ -16848,11 +11687,7 @@
Example
-
+
@@ -16871,60 +11706,27 @@
Fields
- assetId - - - ID! - - - Unique identifier of the asset id to add the fees to. + assetId - ID! + Unique identifier of the asset id to add the fees to. - type - - FeeType! + type - FeeType! - Type of fee, either sending or receiving. + Type of fee, either sending or receiving. - fee - - FeeDetails! + fee - FeeDetails! - Fee values + Fee values - idempotencyKey - - - String - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -16934,21 +11736,17 @@
Fields
Example
{
-  "assetId": "4",
+  "assetId": 4,
   "type": "SENDING",
   "fee": FeeDetails,
-  "idempotencyKey": "abc123"
+  "idempotencyKey": "xyz789"
 }
 
-
+
@@ -16966,15 +11764,9 @@
Fields
- - fee - - Fee + fee - Fee - The fee that was set. + The fee that was set. @@ -16989,11 +11781,7 @@
Example
-
+
@@ -17014,13 +11802,13 @@
Values

ASC

- Sort the results in ascending order. + Sort the results in ascending order.

DESC

- Sort the results in descending order. + Sort the results in descending order. @@ -17035,11 +11823,7 @@
Example
-
+
@@ -17048,28 +11832,19 @@

String

Description
-

- The String scalar type represents textual data, - represented as UTF-8 character sequences. The String type is - most often used by GraphQL to represent free-form - human-readable text. -

+

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

Example
-
"xyz789"
+                  
"abc123"
 
-
+
@@ -17087,131 +11862,49 @@
Fields
- - id - - ID! + id - ID! - Unique identifier of the tenant. + Unique identifier of the tenant. - - email - - - String + email - String - Contact email of the tenant owner. + Contact email of the tenant owner. - - apiSecret - - - String! - - - Secret used to secure requests made for this tenant. + apiSecret - String! + Secret used to secure requests made for this tenant. - - idpConsentUrl - - - String - - - URL of the tenant's identity provider's consent - screen. + idpConsentUrl - String + URL of the tenant's identity provider's consent screen. - - idpSecret - - - String - - - Secret used to secure requests from the tenant's - identity provider. + idpSecret - String + Secret used to secure requests from the tenant's identity provider. - - publicName - - - String + publicName - String - Public name for the tenant. + Public name for the tenant. - - createdAt - - - String! + createdAt - String! - The date and time that this tenant was created. + The date and time that this tenant was created. - - deletedAt - - - String + deletedAt - String - The date and time that this tenant was deleted. + The date and time that this tenant was deleted. - - settings - - - [TenantSetting!]! + settings - [TenantSetting!]! - List of settings for the tenant. + List of settings for the tenant. @@ -17221,12 +11914,12 @@
Fields
Example
{
-  "id": "4",
-  "email": "abc123",
-  "apiSecret": "xyz789",
-  "idpConsentUrl": "xyz789",
+  "id": 4,
+  "email": "xyz789",
+  "apiSecret": "abc123",
+  "idpConsentUrl": "abc123",
   "idpSecret": "abc123",
-  "publicName": "xyz789",
+  "publicName": "abc123",
   "createdAt": "xyz789",
   "deletedAt": "abc123",
   "settings": [TenantSetting]
@@ -17236,11 +11929,7 @@ 
Example
-
+
@@ -17258,27 +11947,14 @@
Fields
- - node - - Tenant! + node - Tenant! - A tenant node in the list. + A tenant node in the list. - - cursor - - - String! + cursor - String! - A cursor for paginating through the tenants. + A cursor for paginating through the tenants. @@ -17296,11 +11972,7 @@
Example
-
+
@@ -17318,16 +11990,10 @@
Fields
- - tenant - - - Tenant! + tenant - Tenant! + + - @@ -17342,11 +12008,7 @@
Example
-
+
@@ -17364,27 +12026,14 @@
Fields
- - key - - TenantSettingKey! + key - TenantSettingKey! - Key for this setting. + Key for this setting. - - value - - - String! + value - String! - Value of a setting for this key. + Value of a setting for this key. @@ -17402,11 +12051,7 @@
Example
-
+
@@ -17425,26 +12070,15 @@
Fields
- key - - TenantSettingKey! + key - TenantSettingKey! - Key for this setting. + Key for this setting. - value - - - String! + value - String! - Value of a setting for this key. + Value of a setting for this key. @@ -17462,11 +12096,7 @@
Example
-
+
@@ -17487,37 +12117,43 @@
Values

EXCHANGE_RATES_URL

- + +

WEBHOOK_URL

- + +

WEBHOOK_TIMEOUT

- + +

WEBHOOK_MAX_RETRY

- + +

WALLET_ADDRESS_URL

- + +

ILP_ADDRESS

- + + @@ -17532,11 +12168,7 @@
Example
-
+
@@ -17554,33 +12186,14 @@
Fields
- - pageInfo - - - PageInfo! + pageInfo - PageInfo! - Information to aid in pagination. + Information to aid in pagination. - - edges - - - [TenantEdge!]! - - - A list of edges representing tenants and cursors for - pagination. + edges - [TenantEdge!]! + A list of edges representing tenants and cursors for pagination. @@ -17598,11 +12211,7 @@
Example
-
+
@@ -17623,19 +12232,19 @@
Values

PENDING

- The accounting transfer is pending + The accounting transfer is pending

POSTED

- The accounting transfer is posted + The accounting transfer is posted

VOIDED

- The accounting transfer is voided + The accounting transfer is voided @@ -17650,11 +12259,7 @@
Example
-
+
@@ -17675,19 +12280,19 @@
Values

DEPOSIT

- Represents a deposit transfer. + Represents a deposit transfer.

WITHDRAWAL

- Represents a withdrawal transfer. + Represents a withdrawal transfer.

TRANSFER

- Represents a generic transfer within Rafiki. + Represents a generic transfer within Rafiki. @@ -17702,11 +12307,7 @@
Example
-
+
@@ -17725,36 +12326,15 @@
Fields
- limit - - - Int! + limit - Int! - Maximum number of events being triggered (n). + Maximum number of events being triggered (n). - idempotencyKey - - - String - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -17763,23 +12343,17 @@
Fields
Example
-
{"limit": 123, "idempotencyKey": "xyz789"}
+                  
{"limit": 123, "idempotencyKey": "abc123"}
 
-
+
-

- TriggerWalletAddressEventsMutationResponse -

+

TriggerWalletAddressEventsMutationResponse

@@ -17793,16 +12367,9 @@
Fields
- - count - - - Int + count - Int - The number of events that were triggered. + The number of events that were triggered. @@ -17817,11 +12384,7 @@
Example
-
+
@@ -17830,12 +12393,7 @@

UInt64

Description
-

- The UInt64 scalar type represents unsigned - 64-bit whole numeric values. It is capable of handling - values that are larger than the JavaScript - Number type limit (greater than 2^53). -

+

The UInt64 scalar type represents unsigned 64-bit whole numeric values. It is capable of handling values that are larger than the JavaScript Number type limit (greater than 2^53).

@@ -17847,11 +12405,7 @@
Example
-
+
@@ -17860,10 +12414,7 @@

UInt8

Description
-

- The UInt8 scalar type represents unsigned 8-bit - whole numeric values, ranging from 0 to 255. -

+

The UInt8 scalar type represents unsigned 8-bit whole numeric values, ranging from 0 to 255.

@@ -17875,11 +12426,7 @@
Example
-
+
@@ -17898,69 +12445,27 @@
Fields
- id - - String! + id - String! - Unique identifier of the asset to update. + Unique identifier of the asset to update. - withdrawalThreshold - - - UInt64 - - - New minimum amount of liquidity that can be withdrawn - from the asset. + withdrawalThreshold - UInt64 + New minimum amount of liquidity that can be withdrawn from the asset. - liquidityThreshold - - - UInt64 - - - A webhook event will notify the Account Servicing - Entity if liquidity falls below this new value. + liquidityThreshold - UInt64 + A webhook event will notify the Account Servicing Entity if liquidity falls below this new value. - idempotencyKey - - - String - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -17973,18 +12478,14 @@
Example
"id": "xyz789", "withdrawalThreshold": UInt64, "liquidityThreshold": UInt64, - "idempotencyKey": "xyz789" + "idempotencyKey": "abc123" }
-
+
@@ -18003,31 +12504,15 @@
Fields
- id - - ID! - - - Unique identifier of the incoming payment to update. + id - ID! + Unique identifier of the incoming payment to update. - metadata - - - JSONObject! - - - The new metadata object to save for the incoming - payment. It will overwrite any existing metadata. + metadata - JSONObject! + The new metadata object to save for the incoming payment. It will overwrite any existing metadata. @@ -18036,17 +12521,13 @@
Fields
Example
-
{"id": "4", "metadata": {}}
+                  
{"id": 4, "metadata": {}}
 
-
+
@@ -18065,104 +12546,51 @@
Fields
- id - - String! + id - String! - Unique identifier of the peer to update. + Unique identifier of the peer to update. - maxPacketAmount - - - UInt64 - - - New maximum packet amount that the peer accepts. + maxPacketAmount - UInt64 + New maximum packet amount that the peer accepts. - http - - HttpInput + http - HttpInput - New peering connection details. + New peering connection details. - staticIlpAddress - - - String + staticIlpAddress - String - New ILP address for the peer. + New ILP address for the peer. - name - - String + name - String - New public name for the peer. + New public name for the peer. - liquidityThreshold - - - UInt64 - - - A webhook event will notify the Account Servicing - Entity if peer liquidity falls below this new value. + liquidityThreshold - UInt64 + A webhook event will notify the Account Servicing Entity if peer liquidity falls below this new value. - idempotencyKey - - - String + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. + + - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + routes - [String!] + New routes for the peer. @@ -18176,20 +12604,17 @@
Example
"maxPacketAmount": UInt64, "http": HttpInput, "staticIlpAddress": "abc123", - "name": "abc123", + "name": "xyz789", "liquidityThreshold": UInt64, - "idempotencyKey": "xyz789" + "idempotencyKey": "xyz789", + "routes": ["abc123"] }
-
+
@@ -18207,15 +12632,9 @@
Fields
- - peer - - Peer + peer - Peer - The peer that was updated. + The peer that was updated. @@ -18230,11 +12649,7 @@
Example
-
+
@@ -18253,88 +12668,39 @@
Fields
- id - - ID! + id - ID! - Unique identifier of the tenant. + Unique identifier of the tenant. - email - - - String + email - String - Contact email of the tenant owner. + Contact email of the tenant owner. - apiSecret - - - String - - - Secret used to secure requests made for this tenant. + apiSecret - String + Secret used to secure requests made for this tenant. - idpConsentUrl - - - String - - - URL of the tenant's identity provider's consent - screen. + idpConsentUrl - String + URL of the tenant's identity provider's consent screen. - idpSecret - - - String - - - Secret used to secure requests from the tenant's - identity provider. + idpSecret - String + Secret used to secure requests from the tenant's identity provider. - publicName - - - String + publicName - String - Public name for the tenant. + Public name for the tenant. @@ -18344,23 +12710,19 @@
Fields
Example
{
-  "id": 4,
+  "id": "4",
   "email": "xyz789",
   "apiSecret": "xyz789",
-  "idpConsentUrl": "xyz789",
-  "idpSecret": "abc123",
-  "publicName": "xyz789"
+  "idpConsentUrl": "abc123",
+  "idpSecret": "xyz789",
+  "publicName": "abc123"
 }
 
-
+
@@ -18379,85 +12741,33 @@
Fields
- id - - ID! - - - Unique identifier of the wallet address to update. - This cannot be changed. + id - ID! + Unique identifier of the wallet address to update. This cannot be changed. - publicName - - - String - - - New public name for the wallet address. This is - visible to anyone with the wallet address URL. + publicName - String + New public name for the wallet address. This is visible to anyone with the wallet address URL. - status - - - WalletAddressStatus - - - New status to set the wallet address to, either active - or inactive. + status - WalletAddressStatus + New status to set the wallet address to, either active or inactive. - idempotencyKey - - - String - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. - additionalProperties - - - [AdditionalPropertyInput!] - - - Additional properties associated with this wallet - address. + additionalProperties - [AdditionalPropertyInput!] + Additional properties associated with this wallet address. @@ -18468,9 +12778,9 @@
Fields
Example
{
   "id": "4",
-  "publicName": "abc123",
+  "publicName": "xyz789",
   "status": "INACTIVE",
-  "idempotencyKey": "abc123",
+  "idempotencyKey": "xyz789",
   "additionalProperties": [AdditionalPropertyInput]
 }
 
@@ -18478,17 +12788,11 @@
Example
-
+
-

- UpdateWalletAddressMutationResponse -

+

UpdateWalletAddressMutationResponse

@@ -18502,18 +12806,9 @@
Fields
- - walletAddress - - - WalletAddress + walletAddress - WalletAddress - The updated wallet address. + The updated wallet address. @@ -18528,11 +12823,7 @@
Example
-
+
@@ -18551,40 +12842,15 @@
Fields
- withdrawalId - - - String! - - - Unique identifier of the liquidity withdrawal to void. + withdrawalId - String! + Unique identifier of the liquidity withdrawal to void. - idempotencyKey - - - String! - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String! + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -18594,7 +12860,7 @@
Fields
Example
{
-  "withdrawalId": "xyz789",
+  "withdrawalId": "abc123",
   "idempotencyKey": "xyz789"
 }
 
@@ -18602,11 +12868,7 @@
Example
-
+
@@ -18624,589 +12886,210 @@
Fields
- - id - - ID! + id - ID! - Unique identifier of the wallet address. + Unique identifier of the wallet address. - - asset - - - Asset! + asset - Asset! - Asset of the wallet address. + Asset of the wallet address. - - liquidity - - - UInt64 - - - Current amount of liquidity available for this wallet - address. + liquidity - UInt64 + Current amount of liquidity available for this wallet address. - - address - - - String! + address - String! - Wallet Address. + Wallet Address. - - publicName - - - String - - - Public name associated with the wallet address. This - is visible to anyone with the wallet address URL. + publicName - String + Public name associated with the wallet address. This is visible to anyone with the wallet address URL. - - incomingPayments - - - IncomingPaymentConnection - - - List of incoming payments received by this wallet - address + incomingPayments - IncomingPaymentConnection + List of incoming payments received by this wallet address
-
Arguments
+
Arguments
-
- after - - - String +
after - String +
+

Forward pagination: Cursor (incoming payment ID) to start retrieving incoming payments after this point.

+
+
+
before - String
-

- Forward pagination: Cursor (incoming payment - ID) to start retrieving incoming payments - after this point. -

+

Backward pagination: Cursor (incoming payment ID) to start retrieving incoming payments before this point.

-
- before - - - String +
first - Int
-

- Backward pagination: Cursor (incoming payment - ID) to start retrieving incoming payments - before this point. -

+

Forward pagination: Limit the result to the first n incoming payments after the after cursor.

-
- first - - - Int +
last - Int
-

- Forward pagination: Limit the result to the - first n incoming payments - after the after cursor. -

+

Backward pagination: Limit the result to the last n incoming payments before the before cursor.

-
- last - - - Int +
sortOrder - SortOrder
-

- Backward pagination: Limit the result to the - last n incoming payments - before the before cursor. -

+

Specify the sort order of incoming payments based on their creation date, either ascending or descending.

-
- sortOrder - - - SortOrder +
filter - IncomingPaymentFilter
-

- Specify the sort order of incoming payments - based on their creation date, either ascending - or descending. -

+

Filter incoming payments based on specific criteria such as initiation reason.

- - quotes - - - QuoteConnection + quotes - QuoteConnection - List of quotes created at this wallet address + List of quotes created at this wallet address
-
Arguments
+
Arguments
-
- after - - - String +
after - String
-

- Forward pagination: Cursor (quote ID) to start - retrieving quotes after this point. -

+

Forward pagination: Cursor (quote ID) to start retrieving quotes after this point.

-
- before - - - String +
before - String
-

- Backward pagination: Cursor (quote ID) to - start retrieving quotes before this point. -

+

Backward pagination: Cursor (quote ID) to start retrieving quotes before this point.

-
- first - - - Int +
first - Int
-

- Forward pagination: Limit the result to the - first n quotes after the - after cursor. -

+

Forward pagination: Limit the result to the first n quotes after the after cursor.

-
- last - - - Int +
last - Int
-

- Backward pagination: Limit the result to the - last n quotes before the - before cursor. -

+

Backward pagination: Limit the result to the last n quotes before the before cursor.

-
- sortOrder - - - SortOrder +
sortOrder - SortOrder
-

- Specify the sort order of quotes based on - their creation data, either ascending or - descending. -

+

Specify the sort order of quotes based on their creation data, either ascending or descending.

- - outgoingPayments - - - OutgoingPaymentConnection - - - List of outgoing payments sent from this wallet - address + outgoingPayments - OutgoingPaymentConnection + List of outgoing payments sent from this wallet address
-
Arguments
+
Arguments
-
- after - - - String +
after - String
-

- Forward pagination: Cursor (outgoing payment - ID) to start retrieving outgoing payments - after this point. -

+

Forward pagination: Cursor (outgoing payment ID) to start retrieving outgoing payments after this point.

-
- before - - - String +
before - String
-

- Backward pagination: Cursor (outgoing payment - ID) to start retrieving outgoing payments - before this point. -

+

Backward pagination: Cursor (outgoing payment ID) to start retrieving outgoing payments before this point.

-
- first - - - Int +
first - Int
-

- Forward pagination: Limit the result to the - first n outgoing payments - after the after cursor. -

+

Forward pagination: Limit the result to the first n outgoing payments after the after cursor.

-
- last - - - Int +
last - Int
-

- Backward pagination: Limit the result to the - last n outgoing payments - before the before cursor. -

+

Backward pagination: Limit the result to the last n outgoing payments before the before cursor.

-
- sortOrder - - - SortOrder +
sortOrder - SortOrder
-

- Specify the sort order of outgoing payments - based on their creation date, either ascending - or descending. -

+

Specify the sort order of outgoing payments based on their creation date, either ascending or descending.

- - createdAt - - - String! - - - The date and time when the wallet address was created. + createdAt - String! + The date and time when the wallet address was created. - - status - - - WalletAddressStatus! - - - The current status of the wallet, either active or - inactive. + status - WalletAddressStatus! + The current status of the wallet, either active or inactive. - - walletAddressKeys - - - WalletAddressKeyConnection - - - List of keys associated with this wallet address + walletAddressKeys - WalletAddressKeyConnection + List of keys associated with this wallet address
-
Arguments
+
Arguments
-
- after - - - String +
after - String
-

- Forward pagination: Cursor (wallet address key - ID) to start retrieving keys after this point. -

+

Forward pagination: Cursor (wallet address key ID) to start retrieving keys after this point.

-
- before - - - String +
before - String
-

- Backward pagination: Cursor (wallet address - key ID) to start retrieving keys before this - point. -

+

Backward pagination: Cursor (wallet address key ID) to start retrieving keys before this point.

-
- first - - - Int +
first - Int
-

- Forward pagination: Limit the result to the - first n keys after the - after cursor. -

+

Forward pagination: Limit the result to the first n keys after the after cursor.

-
- last - - - Int +
last - Int
-

- Backward pagination: Limit the result to the - last n keys before the - before cursor. -

+

Backward pagination: Limit the result to the last n keys before the before cursor.

-
- sortOrder - - - SortOrder +
sortOrder - SortOrder
-

- Specify the sort order of keys based on their - creation data, either ascending or descending. -

+

Specify the sort order of keys based on their creation data, either ascending or descending.

- - additionalProperties - - - [AdditionalProperty] - - - Additional properties associated with the wallet - address. + additionalProperties - [AdditionalProperty] + Additional properties associated with the wallet address. - - tenantId - - - String + tenant - Tenant - Tenant ID of the wallet address. + Tenant of the wallet address. @@ -19216,7 +13099,7 @@
Example
{
-  "id": 4,
+  "id": "4",
   "asset": Asset,
   "liquidity": UInt64,
   "address": "abc123",
@@ -19228,18 +13111,14 @@ 
Example
"status": "INACTIVE", "walletAddressKeys": WalletAddressKeyConnection, "additionalProperties": [AdditionalProperty], - "tenantId": "abc123" + "tenant": Tenant }
-
+
@@ -19257,29 +13136,14 @@
Fields
- - node - - WalletAddress! + node - WalletAddress! - A wallet address node in the list. + A wallet address node in the list. - - cursor - - - String! - - - A cursor for paginating through the wallet addresses. + cursor - String! + A cursor for paginating through the wallet addresses. @@ -19290,18 +13154,14 @@
Fields
Example
{
   "node": WalletAddress,
-  "cursor": "abc123"
+  "cursor": "xyz789"
 }
 
-
+
@@ -19319,74 +13179,29 @@
Fields
- - id - - ID! - - - Unique internal identifier for the wallet address key. + id - ID! + Unique internal identifier for the wallet address key. - - walletAddressId - - - ID! - - - Unique identifier of the wallet address to associate - with the key. + walletAddressId - ID! + Unique identifier of the wallet address to associate with the key. - - jwk - - Jwk! - - - The public key object in JSON Web Key (JWK) format. + jwk - Jwk! + The public key object in JSON Web Key (JWK) format. - - revoked - - - Boolean! + revoked - Boolean! - Indicator of whether the key has been revoked. + Indicator of whether the key has been revoked. - - createdAt - - - String! - - - The date and time that this wallet address key was - created. + createdAt - String! + The date and time that this wallet address key was created. @@ -19397,21 +13212,17 @@
Fields
Example
{
   "id": 4,
-  "walletAddressId": 4,
+  "walletAddressId": "4",
   "jwk": Jwk,
   "revoked": false,
-  "createdAt": "abc123"
+  "createdAt": "xyz789"
 }
 
-
+
@@ -19429,33 +13240,14 @@
Fields
- - pageInfo - - - PageInfo! + pageInfo - PageInfo! - Pagination information for wallet address keys. + Pagination information for wallet address keys. - - edges - - - [WalletAddressKeyEdge!]! - - - A list of wallet address key edges, containing wallet - address key nodes and cursors for pagination. + edges - [WalletAddressKeyEdge!]! + A list of wallet address key edges, containing wallet address key nodes and cursors for pagination. @@ -19473,11 +13265,7 @@
Example
-
+
@@ -19495,30 +13283,14 @@
Fields
- - node - - WalletAddressKey! + node - WalletAddressKey! - A wallet address key node in the list. + A wallet address key node in the list. - - cursor - - - String! - - - A cursor for paginating through the wallet address - keys. + cursor - String! + A cursor for paginating through the wallet address keys. @@ -19529,18 +13301,14 @@
Fields
Example
{
   "node": WalletAddressKey,
-  "cursor": "abc123"
+  "cursor": "xyz789"
 }
 
-
+
@@ -19561,13 +13329,13 @@
Values

INACTIVE

- The status after deactivating a wallet address. + The status after deactivating a wallet address.

ACTIVE

- The default status of a wallet address. + The default status of a wallet address. @@ -19582,11 +13350,7 @@
Example
-
+
@@ -19604,42 +13368,19 @@
Fields
- - id - - ID! + id - ID! - Unique identifier for the withdrawal. + Unique identifier for the withdrawal. - - amount - - - UInt64! + amount - UInt64! - Amount to be withdrawn. + Amount to be withdrawn. - - walletAddress - - - WalletAddress! - - - Details about the wallet address from which the - withdrawal is made. + walletAddress - WalletAddress! + Details about the wallet address from which the withdrawal is made. @@ -19658,17 +13399,11 @@
Example
-
+
-

- WalletAddressWithdrawalMutationResponse -

+

WalletAddressWithdrawalMutationResponse

@@ -19682,20 +13417,9 @@
Fields
- - withdrawal - - - WalletAddressWithdrawal - - - The wallet address withdrawal that was processed. + withdrawal - WalletAddressWithdrawal + The wallet address withdrawal that was processed. @@ -19710,11 +13434,7 @@
Example
-
+
@@ -19732,35 +13452,14 @@
Fields
- - pageInfo - - - PageInfo! - - - Pagination information for the wallet addresses. + pageInfo - PageInfo! + Pagination information for the wallet addresses. - - edges - - - [WalletAddressEdge!]! - - - A list of wallet address edges, containing wallet - address nodes and cursors for pagination. + edges - [WalletAddressEdge!]! + A list of wallet address edges, containing wallet address nodes and cursors for pagination. @@ -19778,11 +13477,7 @@
Example
-
+
@@ -19800,63 +13495,29 @@
Fields
- - id - - ID! + id - ID! - Unique identifier of the webhook event. + Unique identifier of the webhook event. - - tenantId - - - ID! + tenant - Tenant - Tenant of the webhook event. + Tenant of the webhook event. - - type - - String! + type - String! - Type of webhook event. + Type of webhook event. - - data - - JSONObject! + data - JSONObject! - Stringified JSON data for the webhook event. + Stringified JSON data for the webhook event. - - createdAt - - - String! - - - The date and time when the webhook event was created. + createdAt - String! + The date and time when the webhook event was created. @@ -19866,22 +13527,18 @@
Fields
Example
{
-  "id": 4,
-  "tenantId": "4",
-  "type": "xyz789",
+  "id": "4",
+  "tenant": Tenant,
+  "type": "abc123",
   "data": {},
-  "createdAt": "xyz789"
+  "createdAt": "abc123"
 }
 
-
+
@@ -19900,14 +13557,9 @@
Fields
- type - - FilterString + type - FilterString - Filter for webhook events based on their type. + Filter for webhook events based on their type. @@ -19922,11 +13574,7 @@
Example
-
+
@@ -19944,33 +13592,14 @@
Fields
- - pageInfo - - - PageInfo! + pageInfo - PageInfo! - Pagination information for webhook events. + Pagination information for webhook events. - - edges - - - [WebhookEventsEdge!]! - - - A list of webhook event edges, containing event nodes - and cursors for pagination. + edges - [WebhookEventsEdge!]! + A list of webhook event edges, containing event nodes and cursors for pagination. @@ -19988,11 +13617,7 @@
Example
-
+
@@ -20010,29 +13635,14 @@
Fields
- - node - - WebhookEvent! + node - WebhookEvent! - A webhook event node in the list. + A webhook event node in the list. - - cursor - - - String! - - - A cursor for paginating through the webhook events. + cursor - String! + A cursor for paginating through the webhook events. @@ -20050,11 +13660,7 @@
Example
-
+
@@ -20072,29 +13678,16 @@
Fields
- - id - - String! + id - String! + + - - - isOperator - - - Boolean! + isOperator - Boolean! + + - @@ -20109,11 +13702,7 @@
Example
-
+
@@ -20132,41 +13721,15 @@
Fields
- eventId - - - String! - - - Unique identifier of the event to withdraw liquidity - from. + eventId - String! + Unique identifier of the event to withdraw liquidity from. - idempotencyKey - - - String! - - - Unique key to ensure duplicate or retried requests are - processed only once. For more information, refer to - idempotency. + idempotencyKey - String! + Unique key to ensure duplicate or retried requests are processed only once. For more information, refer to idempotency. @@ -20189,4 +13752,4 @@
Example
- + \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bd2aad153a..4f18df288c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,7 @@ settings: excludeLinksFromLockfile: false overrides: - axios: ^1.13.5 + axios: ^1.15.1 json5@<1.0.2: '>=1.0.2' katex: '>=0.16.21' jose: '>=4.15.5' @@ -114,8 +114,8 @@ importers: specifier: ^9.0.8 version: 9.0.8 axios: - specifier: ^1.13.5 - version: 1.13.5(debug@4.3.2) + specifier: ^1.15.1 + version: 1.16.0(debug@4.3.2) class-variance-authority: specifier: ^0.7.1 version: 0.7.1 @@ -208,8 +208,8 @@ importers: specifier: ^8.12.0 version: 8.12.0 axios: - specifier: ^1.13.5 - version: 1.13.5(debug@4.3.2) + specifier: ^1.15.1 + version: 1.16.0(debug@4.3.2) dotenv: specifier: ^16.4.7 version: 16.4.7 @@ -404,8 +404,8 @@ importers: specifier: ^8.12.0 version: 8.12.0 axios: - specifier: ^1.13.5 - version: 1.13.5(debug@4.3.2) + specifier: ^1.15.1 + version: 1.16.0(debug@4.3.2) base64url: specifier: ^3.0.1 version: 3.0.1 @@ -728,8 +728,8 @@ importers: specifier: ^2.17.4 version: 2.17.4(typescript@5.8.3) axios: - specifier: ^1.13.5 - version: 1.13.5(debug@4.3.2) + specifier: ^1.15.1 + version: 1.16.0(debug@4.3.2) class-variance-authority: specifier: ^0.7.1 version: 0.7.1 @@ -862,8 +862,8 @@ importers: specifier: ^12.0.2 version: 12.0.2 axios: - specifier: ^1.13.5 - version: 1.13.5(debug@4.3.2) + specifier: ^1.15.1 + version: 1.16.0(debug@4.3.2) dotenv: specifier: ^16.4.7 version: 16.4.7 @@ -950,8 +950,8 @@ importers: specifier: 2.0.2 version: 2.0.2 axios: - specifier: ^1.13.5 - version: 1.13.5(debug@4.3.2) + specifier: ^1.15.1 + version: 1.16.0(debug@4.3.2) pino: specifier: ^8.19.0 version: 8.19.0 @@ -1055,8 +1055,8 @@ importers: specifier: ^24.0.0 version: 24.11.0 axios: - specifier: ^1.13.5 - version: 1.13.5(debug@4.3.2) + specifier: ^1.15.1 + version: 1.16.0(debug@4.3.2) graphql: specifier: ^16.11.0 version: 16.11.0 @@ -5582,8 +5582,8 @@ packages: resolution: {integrity: sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==} engines: {node: '>=4'} - axios@1.13.5: - resolution: {integrity: sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==} + axios@1.16.0: + resolution: {integrity: sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==} axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} @@ -7469,8 +7469,8 @@ packages: resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==} engines: {node: '>=8'} - follow-redirects@1.15.11: - resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==} + follow-redirects@1.16.0: + resolution: {integrity: sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -10465,8 +10465,9 @@ packages: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} - proxy-from-env@1.1.0: - resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + proxy-from-env@2.1.0: + resolution: {integrity: sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==} + engines: {node: '>=10'} pump@2.0.1: resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} @@ -16069,7 +16070,7 @@ snapshots: '@ory/client@1.9.0': dependencies: - axios: 1.13.5(debug@4.3.2) + axios: 1.16.0(debug@4.3.2) transitivePeerDependencies: - debug @@ -18303,11 +18304,11 @@ snapshots: axe-core@4.10.2: {} - axios@1.13.5(debug@4.3.2): + axios@1.16.0(debug@4.3.2): dependencies: - follow-redirects: 1.15.11(debug@4.3.2) + follow-redirects: 1.16.0(debug@4.3.2) form-data: 4.0.4 - proxy-from-env: 1.1.0 + proxy-from-env: 2.1.0 transitivePeerDependencies: - debug @@ -20678,7 +20679,7 @@ snapshots: flattie@1.1.1: {} - follow-redirects@1.15.11(debug@4.3.2): + follow-redirects@1.16.0(debug@4.3.2): optionalDependencies: debug: 4.3.2 @@ -22630,7 +22631,7 @@ snapshots: localtunnel@2.0.2: dependencies: - axios: 1.13.5(debug@4.3.2) + axios: 1.16.0(debug@4.3.2) debug: 4.3.2 openurl: 1.1.1 yargs: 17.1.1 @@ -24162,7 +24163,7 @@ snapshots: dependencies: '@types/request': 2.48.8 '@types/superagent': 4.1.15 - axios: 1.13.5(debug@4.3.2) + axios: 1.16.0(debug@4.3.2) combos: 0.2.0 fs-extra: 9.1.0 js-yaml: 4.1.1 @@ -24750,7 +24751,7 @@ snapshots: forwarded: 0.2.0 ipaddr.js: 1.9.1 - proxy-from-env@1.1.0: {} + proxy-from-env@2.1.0: {} pump@2.0.1: dependencies: