Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ class ApiOnlyUserParams
# The email address for this API-only User (optional).
attr_accessor :user_email

# A list of tags assigned to the new API-only User.
# A list of tags assigned to the new API-only User. This field, if not needed, should be an empty array in your request body.
attr_accessor :user_tags

# A list of API Key parameters.
# A list of API Key parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :api_keys

# Attribute mapping from ruby-style variable name to JSON key.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CreateWalletIntent
# Human-readable name for a Wallet.
attr_accessor :wallet_name

# A list of wallet Accounts.
# A list of wallet Accounts. This field, if not needed, should be an empty array in your request body.
attr_accessor :accounts

# Length of mnemonic to generate the Wallet seed. Defaults to 12. Accepted values: 12, 15, 18, 21, 24.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class InvitationParams
# The email address of the intended Invitation recipient.
attr_accessor :receiver_user_email

# A list of tags assigned to the Invitation recipient.
# A list of tags assigned to the Invitation recipient. This field, if not needed, should be an empty array in your request body.
attr_accessor :receiver_user_tags

attr_accessor :access_type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class PrivateKeyParams

attr_accessor :curve

# A list of Private Key Tag IDs.
# A list of Private Key Tag IDs. This field, if not needed, should be an empty array in your request body.
attr_accessor :private_key_tags

# Cryptocurrency-specific formats for a derived address (e.g., Ethereum).
Expand Down
4 changes: 2 additions & 2 deletions turnkey_client/lib/turnkey_client/models/root_user_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ class RootUserParams
# The user's email address.
attr_accessor :user_email

# A list of API Key parameters.
# A list of API Key parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :api_keys

# A list of Authenticator parameters.
# A list of Authenticator parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :authenticators

# Attribute mapping from ruby-style variable name to JSON key.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ class RootUserParamsV2
# The user's email address.
attr_accessor :user_email

# A list of API Key parameters.
# A list of API Key parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :api_keys

# A list of Authenticator parameters.
# A list of Authenticator parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :authenticators

# A list of Oauth providers.
# A list of Oauth providers. This field, if not needed, should be an empty array in your request body.
attr_accessor :oauth_providers

# Attribute mapping from ruby-style variable name to JSON key.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ class RootUserParamsV3
# The user's email address.
attr_accessor :user_email

# A list of API Key parameters.
# A list of API Key parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :api_keys

# A list of Authenticator parameters.
# A list of Authenticator parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :authenticators

# A list of Oauth providers.
# A list of Oauth providers. This field, if not needed, should be an empty array in your request body.
attr_accessor :oauth_providers

# Attribute mapping from ruby-style variable name to JSON key.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ class RootUserParamsV4
# The user's phone number in E.164 format e.g. +13214567890
attr_accessor :user_phone_number

# A list of API Key parameters.
# A list of API Key parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :api_keys

# A list of Authenticator parameters.
# A list of Authenticator parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :authenticators

# A list of Oauth providers.
# A list of Oauth providers. This field, if not needed, should be an empty array in your request body.
attr_accessor :oauth_providers

# Attribute mapping from ruby-style variable name to JSON key.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class UpdateUserIntent
# The user's email address.
attr_accessor :user_email

# An updated list of User Tags to apply to this User.
# An updated list of User Tags to apply to this User. This field, if not needed, should be an empty array in your request body.
attr_accessor :user_tag_ids

# The user's phone number in E.164 format e.g. +13214567890
Expand Down
2 changes: 1 addition & 1 deletion turnkey_client/lib/turnkey_client/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class User
# A list of Authenticator parameters.
attr_accessor :authenticators

# A list of API Key parameters.
# A list of API Key parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :api_keys

# A list of User Tag IDs.
Expand Down
6 changes: 3 additions & 3 deletions turnkey_client/lib/turnkey_client/models/user_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ class UserParams

attr_accessor :access_type

# A list of API Key parameters.
# A list of API Key parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :api_keys

# A list of Authenticator parameters.
# A list of Authenticator parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :authenticators

# A list of User Tag IDs.
# A list of User Tag IDs. This field, if not needed, should be an empty array in your request body.
attr_accessor :user_tags

# Attribute mapping from ruby-style variable name to JSON key.
Expand Down
6 changes: 3 additions & 3 deletions turnkey_client/lib/turnkey_client/models/user_params_v2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ class UserParamsV2
# The user's email address.
attr_accessor :user_email

# A list of API Key parameters.
# A list of API Key parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :api_keys

# A list of Authenticator parameters.
# A list of Authenticator parameters. This field, if not needed, should be an empty array in your request body.
attr_accessor :authenticators

# A list of User Tag IDs.
# A list of User Tag IDs. This field, if not needed, should be an empty array in your request body.
attr_accessor :user_tags

# Attribute mapping from ruby-style variable name to JSON key.
Expand Down
2 changes: 1 addition & 1 deletion turnkey_client/lib/turnkey_client/models/wallet_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class WalletParams
# Human-readable name for a Wallet.
attr_accessor :wallet_name

# A list of wallet Accounts.
# A list of wallet Accounts. This field, if not needed, should be an empty array in your request body.
attr_accessor :accounts

# Length of mnemonic to generate the Wallet seed. Defaults to 12. Accepted values: 12, 15, 18, 21, 24.
Expand Down
2 changes: 1 addition & 1 deletion turnkey_client/lib/turnkey_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
=end

module TurnkeyClient
VERSION = '0.0.13'
VERSION = '0.0.14'
end
2 changes: 1 addition & 1 deletion turnkey_client_inputs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"gemAuthor": "Turnkey Engineering",
"gemAuthorEmail": "hello@turnkey.com",
"moduleName": "TurnkeyClient",
"gemVersion": "0.0.13"
"gemVersion": "0.0.14"
}
Loading
Loading