Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions openapi/experimental/go-client-generated/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,6 @@ paths:
explode: true
schema:
$ref: "#/components/schemas/Address"
- name: role
in: query
description: "Filter by the account's role in the transfer. If unset, returns\
\ both sent and received transfers."
required: false
style: form
explode: true
schema:
$ref: "#/components/schemas/TransferRole"
- name: expand
in: query
description: A comma-separated list indicating which properties of the content
Expand Down Expand Up @@ -299,15 +290,6 @@ paths:
explode: true
schema:
$ref: "#/components/schemas/Address"
- name: role
in: query
description: "Filter by the account's role in the transfer. If unset, returns\
\ both sent and received transfers."
required: false
style: form
explode: true
schema:
$ref: "#/components/schemas/TransferRole"
- name: expand
in: query
description: A comma-separated list indicating which properties of the content
Expand Down Expand Up @@ -3057,16 +3039,6 @@ components:
explode: true
schema:
$ref: "#/components/schemas/Address"
transferRoleParam:
name: role
in: query
description: "Filter by the account's role in the transfer. If unset, returns\
\ both sent and received transfers."
required: false
style: form
explode: true
schema:
$ref: "#/components/schemas/TransferRole"
scheduledStatusesParam:
name: statuses
in: query
Expand Down
10 changes: 0 additions & 10 deletions openapi/experimental/go-client-generated/api_accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Returns a paginated list of fungible token transfers for the given account addre
* @param "TokenType" (optional.String) - Filter by fully qualified token type (e.g. `A.1654653399040a61.FlowToken`).
* @param "SourceAddress" (optional.Interface of string) - Filter by the sender address of the transfer.
* @param "RecipientAddress" (optional.Interface of string) - Filter by the recipient address of the transfer.
* @param "Role" (optional.Interface of TransferRole) - Filter by the account's role in the transfer. If unset, returns both sent and received transfers.
* @param "Expand" (optional.Interface of []string) - A comma-separated list indicating which properties of the content to expand.
* @param "Select_" (optional.Interface of []string) - A comma-separated list indicating which properties of the content to return.
@return AccountFungibleTransfersResponse
Expand All @@ -48,7 +47,6 @@ type AccountsApiGetAccountFungibleTransfersOpts struct {
TokenType optional.String
SourceAddress optional.Interface
RecipientAddress optional.Interface
Role optional.Interface
Expand optional.Interface
Select_ optional.Interface
}
Expand Down Expand Up @@ -85,9 +83,6 @@ func (a *AccountsApiService) GetAccountFungibleTransfers(ctx context.Context, ad
if localVarOptionals != nil && localVarOptionals.RecipientAddress.IsSet() {
localVarQueryParams.Add("recipient_address", parameterToString(localVarOptionals.RecipientAddress.Value(), ""))
}
if localVarOptionals != nil && localVarOptionals.Role.IsSet() {
localVarQueryParams.Add("role", parameterToString(localVarOptionals.Role.Value(), ""))
}
if localVarOptionals != nil && localVarOptionals.Expand.IsSet() {
localVarQueryParams.Add("expand", parameterToString(localVarOptionals.Expand.Value(), "csv"))
}
Expand Down Expand Up @@ -196,7 +191,6 @@ Returns a paginated list of non-fungible token transfers for the given account a
* @param "TokenType" (optional.String) - Filter by fully qualified token type (e.g. `A.1654653399040a61.FlowToken`).
* @param "SourceAddress" (optional.Interface of string) - Filter by the sender address of the transfer.
* @param "RecipientAddress" (optional.Interface of string) - Filter by the recipient address of the transfer.
* @param "Role" (optional.Interface of TransferRole) - Filter by the account's role in the transfer. If unset, returns both sent and received transfers.
* @param "Expand" (optional.Interface of []string) - A comma-separated list indicating which properties of the content to expand.
* @param "Select_" (optional.Interface of []string) - A comma-separated list indicating which properties of the content to return.
@return AccountNonFungibleTransfersResponse
Expand All @@ -208,7 +202,6 @@ type AccountsApiGetAccountNonFungibleTransfersOpts struct {
TokenType optional.String
SourceAddress optional.Interface
RecipientAddress optional.Interface
Role optional.Interface
Expand optional.Interface
Select_ optional.Interface
}
Expand Down Expand Up @@ -245,9 +238,6 @@ func (a *AccountsApiService) GetAccountNonFungibleTransfers(ctx context.Context,
if localVarOptionals != nil && localVarOptionals.RecipientAddress.IsSet() {
localVarQueryParams.Add("recipient_address", parameterToString(localVarOptionals.RecipientAddress.Value(), ""))
}
if localVarOptionals != nil && localVarOptionals.Role.IsSet() {
localVarQueryParams.Add("role", parameterToString(localVarOptionals.Role.Value(), ""))
}
if localVarOptionals != nil && localVarOptionals.Expand.IsSet() {
localVarQueryParams.Add("expand", parameterToString(localVarOptionals.Expand.Value(), "csv"))
}
Expand Down
2 changes: 0 additions & 2 deletions openapi/experimental/go-client-generated/docs/AccountsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Name | Type | Description | Notes
**tokenType** | **optional.String**| Filter by fully qualified token type (e.g. `A.1654653399040a61.FlowToken`). |
**sourceAddress** | [**optional.Interface of string**](.md)| Filter by the sender address of the transfer. |
**recipientAddress** | [**optional.Interface of string**](.md)| Filter by the recipient address of the transfer. |
**role** | [**optional.Interface of TransferRole**](.md)| Filter by the account's role in the transfer. If unset, returns both sent and received transfers. |
**expand** | [**optional.Interface of []string**](string.md)| A comma-separated list indicating which properties of the content to expand. |
**select_** | [**optional.Interface of []string**](string.md)| A comma-separated list indicating which properties of the content to return. |

Expand Down Expand Up @@ -77,7 +76,6 @@ Name | Type | Description | Notes
**tokenType** | **optional.String**| Filter by fully qualified token type (e.g. `A.1654653399040a61.FlowToken`). |
**sourceAddress** | [**optional.Interface of string**](.md)| Filter by the sender address of the transfer. |
**recipientAddress** | [**optional.Interface of string**](.md)| Filter by the recipient address of the transfer. |
**role** | [**optional.Interface of TransferRole**](.md)| Filter by the account's role in the transfer. If unset, returns both sent and received transfers. |
**expand** | [**optional.Interface of []string**](string.md)| A comma-separated list indicating which properties of the content to expand. |
**select_** | [**optional.Interface of []string**](string.md)| A comma-separated list indicating which properties of the content to return. |

Expand Down
Loading
Loading