diff --git a/CHANGELOG.md b/CHANGELOG.md index 29095a9e8..733031232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Release built: _not released yet_ ### API Changes - New filters are supported on the `/stream/transactions` endpoint: - - `transaction_status_filter` - Allows filtering by the transaction commit status (`Success`,`Failure`, `All`). Defaults to `All`. + - `transaction_status_filter` - Allows filtering by the transaction commit status (`Success`, `Failure`, `All`). Defaults to `All`. - `balance_change_resources_filter` - Allows filtering to transactions which included non-fee related balance changes for all provided resources. Defaults to `[]`. We recommend integrators use this instead of the `manifest_resources_filter` in most instances. ### Database changes diff --git a/sdk/typescript/lib/generated/models/StreamTransactionsRequest.ts b/sdk/typescript/lib/generated/models/StreamTransactionsRequest.ts index a7b0f1063..4366ae114 100644 --- a/sdk/typescript/lib/generated/models/StreamTransactionsRequest.ts +++ b/sdk/typescript/lib/generated/models/StreamTransactionsRequest.ts @@ -141,7 +141,7 @@ export interface StreamTransactionsRequest { */ balance_change_resources_filter?: Array; /** - * Allows filtering by the transaction commit status (`Success`,`Failure`, `All`). Defaults to `All`. + * Allows filtering by the transaction commit status (`Success`, `Failure`, `All`). Defaults to `All`. * @type {string} * @memberof StreamTransactionsRequest */ diff --git a/sdk/typescript/lib/generated/models/StreamTransactionsRequestAllOf.ts b/sdk/typescript/lib/generated/models/StreamTransactionsRequestAllOf.ts index 74a24721c..72408766d 100644 --- a/sdk/typescript/lib/generated/models/StreamTransactionsRequestAllOf.ts +++ b/sdk/typescript/lib/generated/models/StreamTransactionsRequestAllOf.ts @@ -111,7 +111,7 @@ export interface StreamTransactionsRequestAllOf { */ balance_change_resources_filter?: Array; /** - * Allows filtering by the transaction commit status (`Success`,`Failure`, `All`). Defaults to `All`. + * Allows filtering by the transaction commit status (`Success`, `Failure`, `All`). Defaults to `All`. * @type {string} * @memberof StreamTransactionsRequestAllOf */ diff --git a/src/RadixDlt.NetworkGateway.GatewayApi/gateway-api-schema.yaml b/src/RadixDlt.NetworkGateway.GatewayApi/gateway-api-schema.yaml index 4567526df..29cb11d8e 100644 --- a/src/RadixDlt.NetworkGateway.GatewayApi/gateway-api-schema.yaml +++ b/src/RadixDlt.NetworkGateway.GatewayApi/gateway-api-schema.yaml @@ -637,7 +637,7 @@ tags: * `balance_change_resources_filter` - Allows filtering to transactions which included non-fee related balance changes for all provided resources. Defaults to `[]`. We recommend that integrators use this instead of the `manifest_resources_filter` in most cases, as it also captures resource changes that are not specified in the manifest. - * `transaction_status_filter` - Allows filtering by the transaction commit status (`Success`,`Failure`, `All`). Defaults to `All`. + * `transaction_status_filter` - Allows filtering by the transaction commit status (`Success`, `Failure`, `All`). Defaults to `All`. Each filter is a complex object where you can specify: - `event` (required) - the event tag. Currently only the following tags are supported: @@ -4367,7 +4367,7 @@ components: items: $ref: "#/components/schemas/Address" transaction_status_filter: - description: Allows filtering by the transaction commit status (`Success`,`Failure`, `All`). Defaults to `All`. + description: Allows filtering by the transaction commit status (`Success`, `Failure`, `All`). Defaults to `All`. type: string default: All enum: