turnkey_client 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (276) hide show
  1. checksums.yaml +4 -4
  2. data/lib/turnkey_client/api/activities_api.rb +6 -6
  3. data/lib/turnkey_client/api/api_keys_api.rb +12 -12
  4. data/lib/turnkey_client/api/authenticators_api.rb +12 -12
  5. data/lib/turnkey_client/api/consensus_api.rb +6 -6
  6. data/lib/turnkey_client/api/features_api.rb +6 -6
  7. data/lib/turnkey_client/api/invitations_api.rb +6 -6
  8. data/lib/turnkey_client/api/organizations_api.rb +6 -64
  9. data/lib/turnkey_client/api/policies_api.rb +15 -15
  10. data/lib/turnkey_client/api/private_key_tags_api.rb +67 -9
  11. data/lib/turnkey_client/api/private_keys_api.rb +12 -12
  12. data/lib/turnkey_client/api/sessions_api.rb +3 -3
  13. data/lib/turnkey_client/api/signing_api.rb +6 -6
  14. data/lib/turnkey_client/api/user_auth_api.rb +3 -3
  15. data/lib/turnkey_client/api/user_recovery_api.rb +6 -6
  16. data/lib/turnkey_client/api/user_tags_api.rb +67 -9
  17. data/lib/turnkey_client/api/users_api.rb +37 -37
  18. data/lib/turnkey_client/api/wallets_api.rb +137 -21
  19. data/lib/turnkey_client/models/{v1_accept_invitation_intent_v2.rb → accept_invitation_intent.rb} +3 -3
  20. data/lib/turnkey_client/models/{v1_accept_invitation_intent.rb → accept_invitation_intent_v2.rb} +3 -3
  21. data/lib/turnkey_client/models/{v1_accept_invitation_result.rb → accept_invitation_result.rb} +3 -3
  22. data/lib/turnkey_client/models/{v1_access_type.rb → access_type.rb} +3 -3
  23. data/lib/turnkey_client/models/{v1_activate_billing_tier_intent.rb → activate_billing_tier_intent.rb} +3 -3
  24. data/lib/turnkey_client/models/{v1_activate_billing_tier_result.rb → activate_billing_tier_result.rb} +3 -3
  25. data/lib/turnkey_client/models/{v1_activity.rb → activity.rb} +3 -3
  26. data/lib/turnkey_client/models/{v1_activity_response.rb → activity_response.rb} +3 -3
  27. data/lib/turnkey_client/models/{v1_activity_status.rb → activity_status.rb} +3 -3
  28. data/lib/turnkey_client/models/{v1_activity_type.rb → activity_type.rb} +5 -3
  29. data/lib/turnkey_client/models/{externaldatav1_address.rb → activity_v1_address.rb} +3 -3
  30. data/lib/turnkey_client/models/{v1_address_format.rb → address_format.rb} +4 -3
  31. data/lib/turnkey_client/models/{v1_api_key.rb → api_key.rb} +3 -3
  32. data/lib/turnkey_client/models/{v1_api_key_params.rb → api_key_params.rb} +3 -3
  33. data/lib/turnkey_client/models/{v1_api_only_user_params.rb → api_only_user_params.rb} +3 -3
  34. data/lib/turnkey_client/models/{v1_reject_activity_intent.rb → approve_activity_intent.rb} +3 -3
  35. data/lib/turnkey_client/models/{v1_create_api_keys_request.rb → approve_activity_request.rb} +5 -5
  36. data/lib/turnkey_client/models/{v1_attestation.rb → attestation.rb} +3 -3
  37. data/lib/turnkey_client/models/{v1_authenticator.rb → authenticator.rb} +3 -3
  38. data/lib/turnkey_client/models/{v1_authenticator_attestation_response.rb → authenticator_attestation_response.rb} +3 -3
  39. data/lib/turnkey_client/models/{v1_authenticator_params.rb → authenticator_params.rb} +3 -3
  40. data/lib/turnkey_client/models/{v1_authenticator_params_v2.rb → authenticator_params_v2.rb} +3 -3
  41. data/lib/turnkey_client/models/{v1_authenticator_transport.rb → authenticator_transport.rb} +3 -3
  42. data/lib/turnkey_client/models/{v1_create_api_keys_intent.rb → create_api_keys_intent.rb} +3 -3
  43. data/lib/turnkey_client/models/{v1_create_users_request.rb → create_api_keys_request.rb} +5 -5
  44. data/lib/turnkey_client/models/{v1_create_api_keys_result.rb → create_api_keys_result.rb} +3 -3
  45. data/lib/turnkey_client/models/{v1_create_api_only_users_intent.rb → create_api_only_users_intent.rb} +3 -3
  46. data/lib/turnkey_client/models/{v1_create_api_only_users_result.rb → create_api_only_users_result.rb} +3 -3
  47. data/lib/turnkey_client/models/{v1_create_authenticators_intent_v2.rb → create_authenticators_intent.rb} +3 -3
  48. data/lib/turnkey_client/models/{v1_create_authenticators_intent.rb → create_authenticators_intent_v2.rb} +3 -3
  49. data/lib/turnkey_client/models/{v1_create_authenticators_request.rb → create_authenticators_request.rb} +3 -3
  50. data/lib/turnkey_client/models/{v1_create_authenticators_result.rb → create_authenticators_result.rb} +3 -3
  51. data/lib/turnkey_client/models/{v1_create_invitations_intent.rb → create_invitations_intent.rb} +3 -3
  52. data/lib/turnkey_client/models/{v1_approve_activity_request.rb → create_invitations_request.rb} +5 -5
  53. data/lib/turnkey_client/models/{v1_create_invitations_result.rb → create_invitations_result.rb} +3 -3
  54. data/lib/turnkey_client/models/{v1_create_organization_intent_v2.rb → create_organization_intent.rb} +3 -3
  55. data/lib/turnkey_client/models/{v1_create_organization_intent.rb → create_organization_intent_v2.rb} +3 -3
  56. data/lib/turnkey_client/models/{v1_get_organization_request.rb → create_organization_result.rb} +3 -3
  57. data/lib/turnkey_client/models/{v1_create_policy_intent_v2.rb → create_policy_intent.rb} +3 -3
  58. data/lib/turnkey_client/models/{v1_create_policy_intent.rb → create_policy_intent_v2.rb} +3 -3
  59. data/lib/turnkey_client/models/{v1_create_policy_intent_v3.rb → create_policy_intent_v3.rb} +3 -3
  60. data/lib/turnkey_client/models/{v1_create_policy_request.rb → create_policy_request.rb} +3 -3
  61. data/lib/turnkey_client/models/{v1_delete_policy_intent.rb → create_policy_result.rb} +3 -3
  62. data/lib/turnkey_client/models/{v1_create_private_key_tag_intent.rb → create_private_key_tag_intent.rb} +3 -3
  63. data/lib/turnkey_client/models/{v1_create_private_keys_request.rb → create_private_key_tag_request.rb} +5 -5
  64. data/lib/turnkey_client/models/{v1_create_private_key_tag_result.rb → create_private_key_tag_result.rb} +3 -3
  65. data/lib/turnkey_client/models/{v1_get_private_keys_response.rb → create_private_keys_intent.rb} +3 -3
  66. data/lib/turnkey_client/models/{v1_create_private_keys_intent.rb → create_private_keys_intent_v2.rb} +3 -3
  67. data/lib/turnkey_client/models/{v1_sign_transaction_request.rb → create_private_keys_request.rb} +5 -5
  68. data/lib/turnkey_client/models/{v1_create_private_keys_result.rb → create_private_keys_result.rb} +3 -3
  69. data/lib/turnkey_client/models/{v1_create_private_keys_result_v2.rb → create_private_keys_result_v2.rb} +3 -3
  70. data/lib/turnkey_client/models/{v1_create_sub_organization_intent.rb → create_sub_organization_intent.rb} +3 -3
  71. data/lib/turnkey_client/models/{v1_create_sub_organization_intent_v2.rb → create_sub_organization_intent_v2.rb} +3 -3
  72. data/lib/turnkey_client/models/{v1_create_sub_organization_intent_v3.rb → create_sub_organization_intent_v3.rb} +3 -3
  73. data/lib/turnkey_client/models/{v1_create_sub_organization_intent_v4.rb → create_sub_organization_intent_v4.rb} +3 -3
  74. data/lib/turnkey_client/models/{v1_export_wallet_account_request.rb → create_sub_organization_request.rb} +5 -5
  75. data/lib/turnkey_client/models/{v1_create_sub_organization_result.rb → create_sub_organization_result.rb} +3 -3
  76. data/lib/turnkey_client/models/{v1_create_sub_organization_result_v3.rb → create_sub_organization_result_v3.rb} +3 -3
  77. data/lib/turnkey_client/models/{v1_create_sub_organization_result_v4.rb → create_sub_organization_result_v4.rb} +3 -3
  78. data/lib/turnkey_client/models/{v1_create_user_tag_intent.rb → create_user_tag_intent.rb} +3 -3
  79. data/lib/turnkey_client/models/{v1_recover_user_request.rb → create_user_tag_request.rb} +5 -5
  80. data/lib/turnkey_client/models/{v1_create_user_tag_result.rb → create_user_tag_result.rb} +3 -3
  81. data/lib/turnkey_client/models/{v1_get_users_response.rb → create_users_intent.rb} +3 -3
  82. data/lib/turnkey_client/models/{v1_create_users_intent.rb → create_users_intent_v2.rb} +3 -3
  83. data/lib/turnkey_client/models/create_users_request.rb +289 -0
  84. data/lib/turnkey_client/models/{v1_delete_users_intent.rb → create_users_result.rb} +3 -3
  85. data/lib/turnkey_client/models/{v1_create_wallet_accounts_intent.rb → create_wallet_accounts_intent.rb} +3 -3
  86. data/lib/turnkey_client/models/create_wallet_accounts_request.rb +289 -0
  87. data/lib/turnkey_client/models/{v1_create_wallet_accounts_result.rb → create_wallet_accounts_result.rb} +3 -3
  88. data/lib/turnkey_client/models/{v1_create_wallet_intent.rb → create_wallet_intent.rb} +3 -3
  89. data/lib/turnkey_client/models/{v1_update_user_request.rb → create_wallet_request.rb} +5 -5
  90. data/lib/turnkey_client/models/{v1_create_wallet_result.rb → create_wallet_result.rb} +4 -4
  91. data/lib/turnkey_client/models/{v1_cred_props_authentication_extensions_client_outputs.rb → cred_props_authentication_extensions_client_outputs.rb} +3 -3
  92. data/lib/turnkey_client/models/{v1_credential_type.rb → credential_type.rb} +3 -3
  93. data/lib/turnkey_client/models/{v1_curve.rb → curve.rb} +3 -3
  94. data/lib/turnkey_client/models/{immutableactivityv1_address.rb → data_v1_address.rb} +3 -3
  95. data/lib/turnkey_client/models/{v1_delete_api_keys_intent.rb → delete_api_keys_intent.rb} +3 -3
  96. data/lib/turnkey_client/models/{v1_delete_api_keys_request.rb → delete_api_keys_request.rb} +3 -3
  97. data/lib/turnkey_client/models/{v1_delete_api_keys_result.rb → delete_api_keys_result.rb} +3 -3
  98. data/lib/turnkey_client/models/{v1_delete_authenticators_intent.rb → delete_authenticators_intent.rb} +3 -3
  99. data/lib/turnkey_client/models/{v1_create_api_only_users_request.rb → delete_authenticators_request.rb} +5 -5
  100. data/lib/turnkey_client/models/{v1_delete_authenticators_result.rb → delete_authenticators_result.rb} +3 -3
  101. data/lib/turnkey_client/models/{v1_delete_invitation_intent.rb → delete_invitation_intent.rb} +3 -3
  102. data/lib/turnkey_client/models/{v1_reject_activity_request.rb → delete_invitation_request.rb} +5 -5
  103. data/lib/turnkey_client/models/{v1_delete_invitation_result.rb → delete_invitation_result.rb} +3 -3
  104. data/lib/turnkey_client/models/{v1_get_private_keys_request.rb → delete_organization_intent.rb} +3 -3
  105. data/lib/turnkey_client/models/delete_organization_result.rb +212 -0
  106. data/lib/turnkey_client/models/{v1_delete_payment_method_intent.rb → delete_payment_method_intent.rb} +3 -3
  107. data/lib/turnkey_client/models/{v1_delete_payment_method_result.rb → delete_payment_method_result.rb} +3 -3
  108. data/lib/turnkey_client/models/{v1_update_policy_result.rb → delete_policy_intent.rb} +3 -3
  109. data/lib/turnkey_client/models/delete_policy_request.rb +289 -0
  110. data/lib/turnkey_client/models/{v1_delete_policy_result.rb → delete_policy_result.rb} +3 -3
  111. data/lib/turnkey_client/models/{v1_delete_private_key_tags_intent.rb → delete_private_key_tags_intent.rb} +3 -3
  112. data/lib/turnkey_client/models/delete_private_key_tags_request.rb +289 -0
  113. data/lib/turnkey_client/models/{v1_delete_private_key_tags_result.rb → delete_private_key_tags_result.rb} +3 -3
  114. data/lib/turnkey_client/models/{v1_delete_user_tags_intent.rb → delete_user_tags_intent.rb} +3 -3
  115. data/lib/turnkey_client/models/{v1_export_wallet_request.rb → delete_user_tags_request.rb} +5 -5
  116. data/lib/turnkey_client/models/{v1_delete_user_tags_result.rb → delete_user_tags_result.rb} +3 -3
  117. data/lib/turnkey_client/models/{v1_delete_users_result.rb → delete_users_intent.rb} +3 -3
  118. data/lib/turnkey_client/models/{v1_email_auth_request.rb → delete_users_request.rb} +5 -5
  119. data/lib/turnkey_client/models/{v1_create_users_result.rb → delete_users_result.rb} +3 -3
  120. data/lib/turnkey_client/models/{v1_disable_private_key_intent.rb → disable_private_key_intent.rb} +3 -3
  121. data/lib/turnkey_client/models/{v1_disable_private_key_result.rb → disable_private_key_result.rb} +3 -3
  122. data/lib/turnkey_client/models/{v1_effect.rb → effect.rb} +3 -3
  123. data/lib/turnkey_client/models/{v1_email_auth_intent.rb → email_auth_intent.rb} +3 -3
  124. data/lib/turnkey_client/models/email_auth_request.rb +289 -0
  125. data/lib/turnkey_client/models/{v1_email_auth_result.rb → email_auth_result.rb} +3 -3
  126. data/lib/turnkey_client/models/email_customization_params.rb +247 -0
  127. data/lib/turnkey_client/models/{v1_export_private_key_intent.rb → export_private_key_intent.rb} +3 -3
  128. data/lib/turnkey_client/models/{v1_sign_raw_payload_request.rb → export_private_key_request.rb} +5 -5
  129. data/lib/turnkey_client/models/{v1_export_private_key_result.rb → export_private_key_result.rb} +3 -3
  130. data/lib/turnkey_client/models/{v1_export_wallet_account_intent.rb → export_wallet_account_intent.rb} +3 -3
  131. data/lib/turnkey_client/models/{v1_create_invitations_request.rb → export_wallet_account_request.rb} +5 -5
  132. data/lib/turnkey_client/models/{v1_export_wallet_account_result.rb → export_wallet_account_result.rb} +3 -3
  133. data/lib/turnkey_client/models/{v1_export_wallet_intent.rb → export_wallet_intent.rb} +3 -3
  134. data/lib/turnkey_client/models/export_wallet_request.rb +289 -0
  135. data/lib/turnkey_client/models/{v1_export_wallet_result.rb → export_wallet_result.rb} +3 -3
  136. data/lib/turnkey_client/models/{externaldatav1_credential.rb → external_data_v1_credential.rb} +3 -3
  137. data/lib/turnkey_client/models/{externaldatav1_timestamp.rb → external_data_v1_timestamp.rb} +3 -3
  138. data/lib/turnkey_client/models/{v1_feature.rb → feature.rb} +3 -3
  139. data/lib/turnkey_client/models/{v1_feature_name.rb → feature_name.rb} +3 -3
  140. data/lib/turnkey_client/models/{v1_get_activities_request.rb → get_activities_request.rb} +3 -3
  141. data/lib/turnkey_client/models/{v1_get_activities_response.rb → get_activities_response.rb} +3 -3
  142. data/lib/turnkey_client/models/{v1_get_activity_request.rb → get_activity_request.rb} +3 -3
  143. data/lib/turnkey_client/models/{v1_get_api_key_request.rb → get_api_key_request.rb} +3 -3
  144. data/lib/turnkey_client/models/{v1_get_api_key_response.rb → get_api_key_response.rb} +3 -3
  145. data/lib/turnkey_client/models/{v1_get_api_keys_request.rb → get_api_keys_request.rb} +3 -3
  146. data/lib/turnkey_client/models/{v1_get_api_keys_response.rb → get_api_keys_response.rb} +3 -3
  147. data/lib/turnkey_client/models/{v1_get_authenticator_request.rb → get_authenticator_request.rb} +3 -3
  148. data/lib/turnkey_client/models/{v1_get_authenticator_response.rb → get_authenticator_response.rb} +3 -3
  149. data/lib/turnkey_client/models/{v1_get_authenticators_request.rb → get_authenticators_request.rb} +3 -3
  150. data/lib/turnkey_client/models/{v1_get_authenticators_response.rb → get_authenticators_response.rb} +3 -3
  151. data/lib/turnkey_client/models/{v1_get_policies_request.rb → get_policies_request.rb} +3 -3
  152. data/lib/turnkey_client/models/{v1_get_policies_response.rb → get_policies_response.rb} +3 -3
  153. data/lib/turnkey_client/models/{v1_get_policy_request.rb → get_policy_request.rb} +3 -3
  154. data/lib/turnkey_client/models/{v1_get_policy_response.rb → get_policy_response.rb} +3 -3
  155. data/lib/turnkey_client/models/{v1_get_private_key_request.rb → get_private_key_request.rb} +3 -3
  156. data/lib/turnkey_client/models/{v1_get_private_key_response.rb → get_private_key_response.rb} +3 -3
  157. data/lib/turnkey_client/models/{v1_list_user_tags_request.rb → get_private_keys_request.rb} +3 -3
  158. data/lib/turnkey_client/models/{v1_create_private_keys_intent_v2.rb → get_private_keys_response.rb} +3 -3
  159. data/lib/turnkey_client/models/{v1_get_user_request.rb → get_user_request.rb} +3 -3
  160. data/lib/turnkey_client/models/{v1_get_user_response.rb → get_user_response.rb} +3 -3
  161. data/lib/turnkey_client/models/get_users_request.rb +212 -0
  162. data/lib/turnkey_client/models/{v1_create_users_intent_v2.rb → get_users_response.rb} +3 -3
  163. data/lib/turnkey_client/models/{v1_get_wallet_accounts_request.rb → get_wallet_accounts_request.rb} +3 -3
  164. data/lib/turnkey_client/models/{v1_get_wallet_accounts_response.rb → get_wallet_accounts_response.rb} +3 -3
  165. data/lib/turnkey_client/models/{v1_get_wallet_request.rb → get_wallet_request.rb} +3 -3
  166. data/lib/turnkey_client/models/{v1_get_wallet_response.rb → get_wallet_response.rb} +3 -3
  167. data/lib/turnkey_client/models/{v1_get_users_request.rb → get_wallets_request.rb} +3 -3
  168. data/lib/turnkey_client/models/{v1_get_wallets_response.rb → get_wallets_response.rb} +3 -3
  169. data/lib/turnkey_client/models/{v1_get_whoami_request.rb → get_whoami_request.rb} +3 -3
  170. data/lib/turnkey_client/models/{v1_get_whoami_response.rb → get_whoami_response.rb} +3 -3
  171. data/lib/turnkey_client/models/{v1_hash_function.rb → hash_function.rb} +3 -3
  172. data/lib/turnkey_client/models/import_wallet_intent.rb +259 -0
  173. data/lib/turnkey_client/models/import_wallet_request.rb +289 -0
  174. data/lib/turnkey_client/models/import_wallet_result.rb +229 -0
  175. data/lib/turnkey_client/models/init_import_wallet_intent.rb +212 -0
  176. data/lib/turnkey_client/models/init_import_wallet_request.rb +289 -0
  177. data/lib/turnkey_client/models/init_import_wallet_result.rb +212 -0
  178. data/lib/turnkey_client/models/{v1_init_user_email_recovery_intent.rb → init_user_email_recovery_intent.rb} +3 -3
  179. data/lib/turnkey_client/models/{v1_create_private_key_tag_request.rb → init_user_email_recovery_request.rb} +5 -5
  180. data/lib/turnkey_client/models/{v1_init_user_email_recovery_result.rb → init_user_email_recovery_result.rb} +3 -3
  181. data/lib/turnkey_client/models/{v1_intent.rb → intent.rb} +25 -7
  182. data/lib/turnkey_client/models/{v1_invitation_params.rb → invitation_params.rb} +3 -3
  183. data/lib/turnkey_client/models/list_private_key_tags_request.rb +212 -0
  184. data/lib/turnkey_client/models/{v1_list_private_key_tags_response.rb → list_private_key_tags_response.rb} +3 -3
  185. data/lib/turnkey_client/models/{v1_get_wallets_request.rb → list_user_tags_request.rb} +3 -3
  186. data/lib/turnkey_client/models/{v1_list_user_tags_response.rb → list_user_tags_response.rb} +3 -3
  187. data/lib/turnkey_client/models/{v1_mnemonic_language.rb → mnemonic_language.rb} +3 -3
  188. data/lib/turnkey_client/models/{v1_operator.rb → operator.rb} +3 -3
  189. data/lib/turnkey_client/models/{v1_pagination.rb → pagination.rb} +3 -3
  190. data/lib/turnkey_client/models/{v1_path_format.rb → path_format.rb} +3 -3
  191. data/lib/turnkey_client/models/{v1_payload_encoding.rb → payload_encoding.rb} +3 -3
  192. data/lib/turnkey_client/models/{v1_policy.rb → policy.rb} +3 -3
  193. data/lib/turnkey_client/models/{v1_private_key.rb → private_key.rb} +3 -3
  194. data/lib/turnkey_client/models/{v1_private_key_params.rb → private_key_params.rb} +3 -3
  195. data/lib/turnkey_client/models/{v1_private_key_result.rb → private_key_result.rb} +3 -3
  196. data/lib/turnkey_client/models/{v1_public_key_credential_with_attestation.rb → public_key_credential_with_attestation.rb} +3 -3
  197. data/lib/turnkey_client/models/{v1_recover_user_intent.rb → recover_user_intent.rb} +3 -3
  198. data/lib/turnkey_client/models/recover_user_request.rb +289 -0
  199. data/lib/turnkey_client/models/{v1_recover_user_result.rb → recover_user_result.rb} +3 -3
  200. data/lib/turnkey_client/models/{v1_approve_activity_intent.rb → reject_activity_intent.rb} +3 -3
  201. data/lib/turnkey_client/models/{v1_create_wallet_request.rb → reject_activity_request.rb} +5 -5
  202. data/lib/turnkey_client/models/{v1_remove_organization_feature_intent.rb → remove_organization_feature_intent.rb} +3 -3
  203. data/lib/turnkey_client/models/{v1_remove_organization_feature_request.rb → remove_organization_feature_request.rb} +3 -3
  204. data/lib/turnkey_client/models/{v1_remove_organization_feature_result.rb → remove_organization_feature_result.rb} +3 -3
  205. data/lib/turnkey_client/models/{v1_result.rb → result.rb} +25 -7
  206. data/lib/turnkey_client/models/{v1_root_user_params.rb → root_user_params.rb} +3 -3
  207. data/lib/turnkey_client/models/{v1_selector.rb → selector.rb} +3 -3
  208. data/lib/turnkey_client/models/{v1_selector_v2.rb → selector_v2.rb} +3 -3
  209. data/lib/turnkey_client/models/{v1_set_organization_feature_intent.rb → set_organization_feature_intent.rb} +3 -3
  210. data/lib/turnkey_client/models/{v1_create_wallet_accounts_request.rb → set_organization_feature_request.rb} +5 -5
  211. data/lib/turnkey_client/models/{v1_set_organization_feature_result.rb → set_organization_feature_result.rb} +3 -3
  212. data/lib/turnkey_client/models/{v1_set_payment_method_intent.rb → set_payment_method_intent.rb} +3 -3
  213. data/lib/turnkey_client/models/{v1_set_payment_method_intent_v2.rb → set_payment_method_intent_v2.rb} +3 -3
  214. data/lib/turnkey_client/models/{v1_set_payment_method_result.rb → set_payment_method_result.rb} +3 -3
  215. data/lib/turnkey_client/models/{v1_sign_raw_payload_intent.rb → sign_raw_payload_intent.rb} +3 -3
  216. data/lib/turnkey_client/models/{v1_sign_raw_payload_intent_v2.rb → sign_raw_payload_intent_v2.rb} +3 -3
  217. data/lib/turnkey_client/models/{v1_delete_policy_request.rb → sign_raw_payload_request.rb} +5 -5
  218. data/lib/turnkey_client/models/{v1_sign_raw_payload_result.rb → sign_raw_payload_result.rb} +3 -3
  219. data/lib/turnkey_client/models/{v1_sign_transaction_intent.rb → sign_transaction_intent.rb} +3 -3
  220. data/lib/turnkey_client/models/{v1_sign_transaction_intent_v2.rb → sign_transaction_intent_v2.rb} +3 -3
  221. data/lib/turnkey_client/models/{v1_create_user_tag_request.rb → sign_transaction_request.rb} +5 -5
  222. data/lib/turnkey_client/models/{v1_sign_transaction_result.rb → sign_transaction_result.rb} +3 -3
  223. data/lib/turnkey_client/models/{v1_simple_client_extension_results.rb → simple_client_extension_results.rb} +3 -3
  224. data/lib/turnkey_client/models/{v1_tag_type.rb → tag_type.rb} +3 -3
  225. data/lib/turnkey_client/models/{v1_transaction_type.rb → transaction_type.rb} +3 -3
  226. data/lib/turnkey_client/models/{v1_update_allowed_origins_intent.rb → update_allowed_origins_intent.rb} +3 -3
  227. data/lib/turnkey_client/models/{v1_update_allowed_origins_result.rb → update_allowed_origins_result.rb} +3 -3
  228. data/lib/turnkey_client/models/{v1_update_policy_intent.rb → update_policy_intent.rb} +3 -3
  229. data/lib/turnkey_client/models/{v1_update_policy_request.rb → update_policy_request.rb} +3 -3
  230. data/lib/turnkey_client/models/{v1_create_policy_result.rb → update_policy_result.rb} +3 -3
  231. data/lib/turnkey_client/models/{v1_update_private_key_tag_intent.rb → update_private_key_tag_intent.rb} +3 -3
  232. data/lib/turnkey_client/models/{v1_update_private_key_tag_request.rb → update_private_key_tag_request.rb} +3 -3
  233. data/lib/turnkey_client/models/{v1_update_private_key_tag_result.rb → update_private_key_tag_result.rb} +3 -3
  234. data/lib/turnkey_client/models/{v1_update_root_quorum_intent.rb → update_root_quorum_intent.rb} +3 -3
  235. data/lib/turnkey_client/models/{v1_update_root_quorum_request.rb → update_root_quorum_request.rb} +3 -3
  236. data/lib/turnkey_client/models/{v1_update_root_quorum_result.rb → update_root_quorum_result.rb} +3 -3
  237. data/lib/turnkey_client/models/{v1_update_user_intent.rb → update_user_intent.rb} +3 -3
  238. data/lib/turnkey_client/models/update_user_request.rb +289 -0
  239. data/lib/turnkey_client/models/{v1_update_user_result.rb → update_user_result.rb} +3 -3
  240. data/lib/turnkey_client/models/{v1_update_user_tag_intent.rb → update_user_tag_intent.rb} +3 -3
  241. data/lib/turnkey_client/models/{v1_update_user_tag_request.rb → update_user_tag_request.rb} +3 -3
  242. data/lib/turnkey_client/models/{v1_update_user_tag_result.rb → update_user_tag_result.rb} +3 -3
  243. data/lib/turnkey_client/models/{v1_user.rb → user.rb} +3 -3
  244. data/lib/turnkey_client/models/{v1_user_params.rb → user_params.rb} +3 -3
  245. data/lib/turnkey_client/models/{v1_user_params_v2.rb → user_params_v2.rb} +3 -3
  246. data/lib/turnkey_client/models/{datav1_tag.rb → v1_tag.rb} +3 -3
  247. data/lib/turnkey_client/models/{v1_vote.rb → vote.rb} +3 -3
  248. data/lib/turnkey_client/models/{v1_wallet.rb → wallet.rb} +22 -7
  249. data/lib/turnkey_client/models/{v1_wallet_account.rb → wallet_account.rb} +3 -3
  250. data/lib/turnkey_client/models/{v1_wallet_account_params.rb → wallet_account_params.rb} +3 -3
  251. data/lib/turnkey_client/models/{v1_wallet_params.rb → wallet_params.rb} +3 -3
  252. data/lib/turnkey_client/models/{v1_wallet_result.rb → wallet_result.rb} +3 -3
  253. data/lib/turnkey_client/version.rb +1 -1
  254. data/lib/turnkey_client.rb +234 -237
  255. metadata +236 -239
  256. data/lib/turnkey_client/api/public_api_service_api.rb +0 -66
  257. data/lib/turnkey_client/models/externaldatav1_quorum.rb +0 -229
  258. data/lib/turnkey_client/models/protobuf_any.rb +0 -201
  259. data/lib/turnkey_client/models/rpc_status.rb +0 -226
  260. data/lib/turnkey_client/models/v1_create_organization_result.rb +0 -212
  261. data/lib/turnkey_client/models/v1_create_sub_organization_request.rb +0 -289
  262. data/lib/turnkey_client/models/v1_delete_authenticators_request.rb +0 -289
  263. data/lib/turnkey_client/models/v1_delete_invitation_request.rb +0 -289
  264. data/lib/turnkey_client/models/v1_delete_organization_intent.rb +0 -212
  265. data/lib/turnkey_client/models/v1_delete_organization_result.rb +0 -212
  266. data/lib/turnkey_client/models/v1_email_customization.rb +0 -233
  267. data/lib/turnkey_client/models/v1_export_private_key_request.rb +0 -289
  268. data/lib/turnkey_client/models/v1_get_organization_response.rb +0 -211
  269. data/lib/turnkey_client/models/v1_init_user_email_recovery_request.rb +0 -289
  270. data/lib/turnkey_client/models/v1_invitation.rb +0 -330
  271. data/lib/turnkey_client/models/v1_invitation_status.rb +0 -29
  272. data/lib/turnkey_client/models/v1_list_private_key_tags_request.rb +0 -212
  273. data/lib/turnkey_client/models/v1_noop_codegen_anchor_response.rb +0 -211
  274. data/lib/turnkey_client/models/v1_organization_data.rb +0 -301
  275. data/lib/turnkey_client/models/v1_set_organization_feature_request.rb +0 -289
  276. data/lib/turnkey_client/models/v1_web_authn_stamp.rb +0 -257
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreateApiKeysResult
15
+ class CreateApiKeysResult
16
16
  # A list of API Key IDs.
17
17
  attr_accessor :api_key_ids
18
18
 
@@ -40,13 +40,13 @@ module TurnkeyClient
40
40
  # @param [Hash] attributes Model attributes in the form of hash
41
41
  def initialize(attributes = {})
42
42
  if (!attributes.is_a?(Hash))
43
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreateApiKeysResult` initialize method"
43
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreateApiKeysResult` initialize method"
44
44
  end
45
45
 
46
46
  # check to see if the attribute exists and convert string to symbol for hash key
47
47
  attributes = attributes.each_with_object({}) { |(k, v), h|
48
48
  if (!self.class.attribute_map.key?(k.to_sym))
49
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreateApiKeysResult`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
49
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreateApiKeysResult`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
50
50
  end
51
51
  h[k.to_sym] = v
52
52
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreateApiOnlyUsersIntent
15
+ class CreateApiOnlyUsersIntent
16
16
  # A list of API-only Users to create.
17
17
  attr_accessor :api_only_users
18
18
 
@@ -40,13 +40,13 @@ module TurnkeyClient
40
40
  # @param [Hash] attributes Model attributes in the form of hash
41
41
  def initialize(attributes = {})
42
42
  if (!attributes.is_a?(Hash))
43
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreateApiOnlyUsersIntent` initialize method"
43
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreateApiOnlyUsersIntent` initialize method"
44
44
  end
45
45
 
46
46
  # check to see if the attribute exists and convert string to symbol for hash key
47
47
  attributes = attributes.each_with_object({}) { |(k, v), h|
48
48
  if (!self.class.attribute_map.key?(k.to_sym))
49
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreateApiOnlyUsersIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
49
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreateApiOnlyUsersIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
50
50
  end
51
51
  h[k.to_sym] = v
52
52
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreateApiOnlyUsersResult
15
+ class CreateApiOnlyUsersResult
16
16
  # A list of API-only User IDs.
17
17
  attr_accessor :user_ids
18
18
 
@@ -40,13 +40,13 @@ module TurnkeyClient
40
40
  # @param [Hash] attributes Model attributes in the form of hash
41
41
  def initialize(attributes = {})
42
42
  if (!attributes.is_a?(Hash))
43
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreateApiOnlyUsersResult` initialize method"
43
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreateApiOnlyUsersResult` initialize method"
44
44
  end
45
45
 
46
46
  # check to see if the attribute exists and convert string to symbol for hash key
47
47
  attributes = attributes.each_with_object({}) { |(k, v), h|
48
48
  if (!self.class.attribute_map.key?(k.to_sym))
49
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreateApiOnlyUsersResult`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
49
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreateApiOnlyUsersResult`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
50
50
  end
51
51
  h[k.to_sym] = v
52
52
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreateAuthenticatorsIntentV2
15
+ class CreateAuthenticatorsIntent
16
16
  # A list of Authenticators.
17
17
  attr_accessor :authenticators
18
18
 
@@ -45,13 +45,13 @@ module TurnkeyClient
45
45
  # @param [Hash] attributes Model attributes in the form of hash
46
46
  def initialize(attributes = {})
47
47
  if (!attributes.is_a?(Hash))
48
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreateAuthenticatorsIntentV2` initialize method"
48
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreateAuthenticatorsIntent` initialize method"
49
49
  end
50
50
 
51
51
  # check to see if the attribute exists and convert string to symbol for hash key
52
52
  attributes = attributes.each_with_object({}) { |(k, v), h|
53
53
  if (!self.class.attribute_map.key?(k.to_sym))
54
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreateAuthenticatorsIntentV2`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
54
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreateAuthenticatorsIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
55
55
  end
56
56
  h[k.to_sym] = v
57
57
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreateAuthenticatorsIntent
15
+ class CreateAuthenticatorsIntentV2
16
16
  # A list of Authenticators.
17
17
  attr_accessor :authenticators
18
18
 
@@ -45,13 +45,13 @@ module TurnkeyClient
45
45
  # @param [Hash] attributes Model attributes in the form of hash
46
46
  def initialize(attributes = {})
47
47
  if (!attributes.is_a?(Hash))
48
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreateAuthenticatorsIntent` initialize method"
48
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreateAuthenticatorsIntentV2` initialize method"
49
49
  end
50
50
 
51
51
  # check to see if the attribute exists and convert string to symbol for hash key
52
52
  attributes = attributes.each_with_object({}) { |(k, v), h|
53
53
  if (!self.class.attribute_map.key?(k.to_sym))
54
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreateAuthenticatorsIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
54
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreateAuthenticatorsIntentV2`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
55
55
  end
56
56
  h[k.to_sym] = v
57
57
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreateAuthenticatorsRequest
15
+ class CreateAuthenticatorsRequest
16
16
  attr_accessor :type
17
17
 
18
18
  # Timestamp (in milliseconds) of the request, used to verify liveness of user requests.
@@ -75,13 +75,13 @@ module TurnkeyClient
75
75
  # @param [Hash] attributes Model attributes in the form of hash
76
76
  def initialize(attributes = {})
77
77
  if (!attributes.is_a?(Hash))
78
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreateAuthenticatorsRequest` initialize method"
78
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreateAuthenticatorsRequest` initialize method"
79
79
  end
80
80
 
81
81
  # check to see if the attribute exists and convert string to symbol for hash key
82
82
  attributes = attributes.each_with_object({}) { |(k, v), h|
83
83
  if (!self.class.attribute_map.key?(k.to_sym))
84
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreateAuthenticatorsRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
84
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreateAuthenticatorsRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
85
85
  end
86
86
  h[k.to_sym] = v
87
87
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreateAuthenticatorsResult
15
+ class CreateAuthenticatorsResult
16
16
  # A list of Authenticator IDs.
17
17
  attr_accessor :authenticator_ids
18
18
 
@@ -40,13 +40,13 @@ module TurnkeyClient
40
40
  # @param [Hash] attributes Model attributes in the form of hash
41
41
  def initialize(attributes = {})
42
42
  if (!attributes.is_a?(Hash))
43
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreateAuthenticatorsResult` initialize method"
43
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreateAuthenticatorsResult` initialize method"
44
44
  end
45
45
 
46
46
  # check to see if the attribute exists and convert string to symbol for hash key
47
47
  attributes = attributes.each_with_object({}) { |(k, v), h|
48
48
  if (!self.class.attribute_map.key?(k.to_sym))
49
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreateAuthenticatorsResult`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
49
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreateAuthenticatorsResult`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
50
50
  end
51
51
  h[k.to_sym] = v
52
52
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreateInvitationsIntent
15
+ class CreateInvitationsIntent
16
16
  # A list of Invitations.
17
17
  attr_accessor :invitations
18
18
 
@@ -40,13 +40,13 @@ module TurnkeyClient
40
40
  # @param [Hash] attributes Model attributes in the form of hash
41
41
  def initialize(attributes = {})
42
42
  if (!attributes.is_a?(Hash))
43
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreateInvitationsIntent` initialize method"
43
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreateInvitationsIntent` initialize method"
44
44
  end
45
45
 
46
46
  # check to see if the attribute exists and convert string to symbol for hash key
47
47
  attributes = attributes.each_with_object({}) { |(k, v), h|
48
48
  if (!self.class.attribute_map.key?(k.to_sym))
49
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreateInvitationsIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
49
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreateInvitationsIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
50
50
  end
51
51
  h[k.to_sym] = v
52
52
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1ApproveActivityRequest
15
+ class CreateInvitationsRequest
16
16
  attr_accessor :type
17
17
 
18
18
  # Timestamp (in milliseconds) of the request, used to verify liveness of user requests.
@@ -75,13 +75,13 @@ module TurnkeyClient
75
75
  # @param [Hash] attributes Model attributes in the form of hash
76
76
  def initialize(attributes = {})
77
77
  if (!attributes.is_a?(Hash))
78
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1ApproveActivityRequest` initialize method"
78
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreateInvitationsRequest` initialize method"
79
79
  end
80
80
 
81
81
  # check to see if the attribute exists and convert string to symbol for hash key
82
82
  attributes = attributes.each_with_object({}) { |(k, v), h|
83
83
  if (!self.class.attribute_map.key?(k.to_sym))
84
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1ApproveActivityRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
84
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreateInvitationsRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
85
85
  end
86
86
  h[k.to_sym] = v
87
87
  }
@@ -130,7 +130,7 @@ module TurnkeyClient
130
130
  # @return true if the model is valid
131
131
  def valid?
132
132
  return false if @type.nil?
133
- type_validator = EnumAttributeValidator.new('Object', ['ACTIVITY_TYPE_APPROVE_ACTIVITY'])
133
+ type_validator = EnumAttributeValidator.new('Object', ['ACTIVITY_TYPE_CREATE_INVITATIONS'])
134
134
  return false unless type_validator.valid?(@type)
135
135
  return false if @timestamp_ms.nil?
136
136
  return false if @organization_id.nil?
@@ -141,7 +141,7 @@ module TurnkeyClient
141
141
  # Custom attribute writer method checking allowed values (enum).
142
142
  # @param [Object] type Object to be assigned
143
143
  def type=(type)
144
- validator = EnumAttributeValidator.new('Object', ['ACTIVITY_TYPE_APPROVE_ACTIVITY'])
144
+ validator = EnumAttributeValidator.new('Object', ['ACTIVITY_TYPE_CREATE_INVITATIONS'])
145
145
  unless validator.valid?(type)
146
146
  fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
147
147
  end
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreateInvitationsResult
15
+ class CreateInvitationsResult
16
16
  # A list of Invitation IDs
17
17
  attr_accessor :invitation_ids
18
18
 
@@ -40,13 +40,13 @@ module TurnkeyClient
40
40
  # @param [Hash] attributes Model attributes in the form of hash
41
41
  def initialize(attributes = {})
42
42
  if (!attributes.is_a?(Hash))
43
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreateInvitationsResult` initialize method"
43
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreateInvitationsResult` initialize method"
44
44
  end
45
45
 
46
46
  # check to see if the attribute exists and convert string to symbol for hash key
47
47
  attributes = attributes.each_with_object({}) { |(k, v), h|
48
48
  if (!self.class.attribute_map.key?(k.to_sym))
49
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreateInvitationsResult`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
49
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreateInvitationsResult`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
50
50
  end
51
51
  h[k.to_sym] = v
52
52
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreateOrganizationIntentV2
15
+ class CreateOrganizationIntent
16
16
  # Human-readable name for an Organization.
17
17
  attr_accessor :organization_name
18
18
 
@@ -54,13 +54,13 @@ module TurnkeyClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreateOrganizationIntentV2` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreateOrganizationIntent` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreateOrganizationIntentV2`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreateOrganizationIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreateOrganizationIntent
15
+ class CreateOrganizationIntentV2
16
16
  # Human-readable name for an Organization.
17
17
  attr_accessor :organization_name
18
18
 
@@ -54,13 +54,13 @@ module TurnkeyClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreateOrganizationIntent` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreateOrganizationIntentV2` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreateOrganizationIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreateOrganizationIntentV2`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1GetOrganizationRequest
15
+ class CreateOrganizationResult
16
16
  # Unique identifier for a given Organization.
17
17
  attr_accessor :organization_id
18
18
 
@@ -40,13 +40,13 @@ module TurnkeyClient
40
40
  # @param [Hash] attributes Model attributes in the form of hash
41
41
  def initialize(attributes = {})
42
42
  if (!attributes.is_a?(Hash))
43
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1GetOrganizationRequest` initialize method"
43
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreateOrganizationResult` initialize method"
44
44
  end
45
45
 
46
46
  # check to see if the attribute exists and convert string to symbol for hash key
47
47
  attributes = attributes.each_with_object({}) { |(k, v), h|
48
48
  if (!self.class.attribute_map.key?(k.to_sym))
49
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1GetOrganizationRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
49
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreateOrganizationResult`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
50
50
  end
51
51
  h[k.to_sym] = v
52
52
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreatePolicyIntentV2
15
+ class CreatePolicyIntent
16
16
  # Human-readable name for a Policy.
17
17
  attr_accessor :policy_name
18
18
 
@@ -53,13 +53,13 @@ module TurnkeyClient
53
53
  # @param [Hash] attributes Model attributes in the form of hash
54
54
  def initialize(attributes = {})
55
55
  if (!attributes.is_a?(Hash))
56
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreatePolicyIntentV2` initialize method"
56
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreatePolicyIntent` initialize method"
57
57
  end
58
58
 
59
59
  # check to see if the attribute exists and convert string to symbol for hash key
60
60
  attributes = attributes.each_with_object({}) { |(k, v), h|
61
61
  if (!self.class.attribute_map.key?(k.to_sym))
62
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreatePolicyIntentV2`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
62
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreatePolicyIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
63
  end
64
64
  h[k.to_sym] = v
65
65
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreatePolicyIntent
15
+ class CreatePolicyIntentV2
16
16
  # Human-readable name for a Policy.
17
17
  attr_accessor :policy_name
18
18
 
@@ -53,13 +53,13 @@ module TurnkeyClient
53
53
  # @param [Hash] attributes Model attributes in the form of hash
54
54
  def initialize(attributes = {})
55
55
  if (!attributes.is_a?(Hash))
56
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreatePolicyIntent` initialize method"
56
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreatePolicyIntentV2` initialize method"
57
57
  end
58
58
 
59
59
  # check to see if the attribute exists and convert string to symbol for hash key
60
60
  attributes = attributes.each_with_object({}) { |(k, v), h|
61
61
  if (!self.class.attribute_map.key?(k.to_sym))
62
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreatePolicyIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
62
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreatePolicyIntentV2`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
63
  end
64
64
  h[k.to_sym] = v
65
65
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreatePolicyIntentV3
15
+ class CreatePolicyIntentV3
16
16
  # Human-readable name for a Policy.
17
17
  attr_accessor :policy_name
18
18
 
@@ -58,13 +58,13 @@ module TurnkeyClient
58
58
  # @param [Hash] attributes Model attributes in the form of hash
59
59
  def initialize(attributes = {})
60
60
  if (!attributes.is_a?(Hash))
61
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreatePolicyIntentV3` initialize method"
61
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreatePolicyIntentV3` initialize method"
62
62
  end
63
63
 
64
64
  # check to see if the attribute exists and convert string to symbol for hash key
65
65
  attributes = attributes.each_with_object({}) { |(k, v), h|
66
66
  if (!self.class.attribute_map.key?(k.to_sym))
67
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreatePolicyIntentV3`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
67
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreatePolicyIntentV3`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
68
68
  end
69
69
  h[k.to_sym] = v
70
70
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreatePolicyRequest
15
+ class CreatePolicyRequest
16
16
  attr_accessor :type
17
17
 
18
18
  # Timestamp (in milliseconds) of the request, used to verify liveness of user requests.
@@ -75,13 +75,13 @@ module TurnkeyClient
75
75
  # @param [Hash] attributes Model attributes in the form of hash
76
76
  def initialize(attributes = {})
77
77
  if (!attributes.is_a?(Hash))
78
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreatePolicyRequest` initialize method"
78
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreatePolicyRequest` initialize method"
79
79
  end
80
80
 
81
81
  # check to see if the attribute exists and convert string to symbol for hash key
82
82
  attributes = attributes.each_with_object({}) { |(k, v), h|
83
83
  if (!self.class.attribute_map.key?(k.to_sym))
84
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreatePolicyRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
84
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreatePolicyRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
85
85
  end
86
86
  h[k.to_sym] = v
87
87
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1DeletePolicyIntent
15
+ class CreatePolicyResult
16
16
  # Unique identifier for a given Policy.
17
17
  attr_accessor :policy_id
18
18
 
@@ -40,13 +40,13 @@ module TurnkeyClient
40
40
  # @param [Hash] attributes Model attributes in the form of hash
41
41
  def initialize(attributes = {})
42
42
  if (!attributes.is_a?(Hash))
43
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1DeletePolicyIntent` initialize method"
43
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreatePolicyResult` initialize method"
44
44
  end
45
45
 
46
46
  # check to see if the attribute exists and convert string to symbol for hash key
47
47
  attributes = attributes.each_with_object({}) { |(k, v), h|
48
48
  if (!self.class.attribute_map.key?(k.to_sym))
49
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1DeletePolicyIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
49
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreatePolicyResult`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
50
50
  end
51
51
  h[k.to_sym] = v
52
52
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreatePrivateKeyTagIntent
15
+ class CreatePrivateKeyTagIntent
16
16
  # Human-readable name for a Private Key Tag.
17
17
  attr_accessor :private_key_tag_name
18
18
 
@@ -45,13 +45,13 @@ module TurnkeyClient
45
45
  # @param [Hash] attributes Model attributes in the form of hash
46
46
  def initialize(attributes = {})
47
47
  if (!attributes.is_a?(Hash))
48
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreatePrivateKeyTagIntent` initialize method"
48
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreatePrivateKeyTagIntent` initialize method"
49
49
  end
50
50
 
51
51
  # check to see if the attribute exists and convert string to symbol for hash key
52
52
  attributes = attributes.each_with_object({}) { |(k, v), h|
53
53
  if (!self.class.attribute_map.key?(k.to_sym))
54
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreatePrivateKeyTagIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
54
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreatePrivateKeyTagIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
55
55
  end
56
56
  h[k.to_sym] = v
57
57
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreatePrivateKeysRequest
15
+ class CreatePrivateKeyTagRequest
16
16
  attr_accessor :type
17
17
 
18
18
  # Timestamp (in milliseconds) of the request, used to verify liveness of user requests.
@@ -75,13 +75,13 @@ module TurnkeyClient
75
75
  # @param [Hash] attributes Model attributes in the form of hash
76
76
  def initialize(attributes = {})
77
77
  if (!attributes.is_a?(Hash))
78
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreatePrivateKeysRequest` initialize method"
78
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreatePrivateKeyTagRequest` initialize method"
79
79
  end
80
80
 
81
81
  # check to see if the attribute exists and convert string to symbol for hash key
82
82
  attributes = attributes.each_with_object({}) { |(k, v), h|
83
83
  if (!self.class.attribute_map.key?(k.to_sym))
84
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreatePrivateKeysRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
84
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreatePrivateKeyTagRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
85
85
  end
86
86
  h[k.to_sym] = v
87
87
  }
@@ -130,7 +130,7 @@ module TurnkeyClient
130
130
  # @return true if the model is valid
131
131
  def valid?
132
132
  return false if @type.nil?
133
- type_validator = EnumAttributeValidator.new('Object', ['ACTIVITY_TYPE_CREATE_PRIVATE_KEYS_V2'])
133
+ type_validator = EnumAttributeValidator.new('Object', ['ACTIVITY_TYPE_CREATE_PRIVATE_KEY_TAG'])
134
134
  return false unless type_validator.valid?(@type)
135
135
  return false if @timestamp_ms.nil?
136
136
  return false if @organization_id.nil?
@@ -141,7 +141,7 @@ module TurnkeyClient
141
141
  # Custom attribute writer method checking allowed values (enum).
142
142
  # @param [Object] type Object to be assigned
143
143
  def type=(type)
144
- validator = EnumAttributeValidator.new('Object', ['ACTIVITY_TYPE_CREATE_PRIVATE_KEYS_V2'])
144
+ validator = EnumAttributeValidator.new('Object', ['ACTIVITY_TYPE_CREATE_PRIVATE_KEY_TAG'])
145
145
  unless validator.valid?(type)
146
146
  fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
147
147
  end
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreatePrivateKeyTagResult
15
+ class CreatePrivateKeyTagResult
16
16
  # Unique identifier for a given Private Key Tag.
17
17
  attr_accessor :private_key_tag_id
18
18
 
@@ -45,13 +45,13 @@ module TurnkeyClient
45
45
  # @param [Hash] attributes Model attributes in the form of hash
46
46
  def initialize(attributes = {})
47
47
  if (!attributes.is_a?(Hash))
48
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreatePrivateKeyTagResult` initialize method"
48
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreatePrivateKeyTagResult` initialize method"
49
49
  end
50
50
 
51
51
  # check to see if the attribute exists and convert string to symbol for hash key
52
52
  attributes = attributes.each_with_object({}) { |(k, v), h|
53
53
  if (!self.class.attribute_map.key?(k.to_sym))
54
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreatePrivateKeyTagResult`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
54
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreatePrivateKeyTagResult`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
55
55
  end
56
56
  h[k.to_sym] = v
57
57
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1GetPrivateKeysResponse
15
+ class CreatePrivateKeysIntent
16
16
  # A list of Private Keys.
17
17
  attr_accessor :private_keys
18
18
 
@@ -40,13 +40,13 @@ module TurnkeyClient
40
40
  # @param [Hash] attributes Model attributes in the form of hash
41
41
  def initialize(attributes = {})
42
42
  if (!attributes.is_a?(Hash))
43
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1GetPrivateKeysResponse` initialize method"
43
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreatePrivateKeysIntent` initialize method"
44
44
  end
45
45
 
46
46
  # check to see if the attribute exists and convert string to symbol for hash key
47
47
  attributes = attributes.each_with_object({}) { |(k, v), h|
48
48
  if (!self.class.attribute_map.key?(k.to_sym))
49
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1GetPrivateKeysResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
49
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreatePrivateKeysIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
50
50
  end
51
51
  h[k.to_sym] = v
52
52
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 3.0.53
12
12
  require 'date'
13
13
 
14
14
  module TurnkeyClient
15
- class V1CreatePrivateKeysIntent
15
+ class CreatePrivateKeysIntentV2
16
16
  # A list of Private Keys.
17
17
  attr_accessor :private_keys
18
18
 
@@ -40,13 +40,13 @@ module TurnkeyClient
40
40
  # @param [Hash] attributes Model attributes in the form of hash
41
41
  def initialize(attributes = {})
42
42
  if (!attributes.is_a?(Hash))
43
- fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::V1CreatePrivateKeysIntent` initialize method"
43
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::CreatePrivateKeysIntentV2` initialize method"
44
44
  end
45
45
 
46
46
  # check to see if the attribute exists and convert string to symbol for hash key
47
47
  attributes = attributes.each_with_object({}) { |(k, v), h|
48
48
  if (!self.class.attribute_map.key?(k.to_sym))
49
- fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::V1CreatePrivateKeysIntent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
49
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::CreatePrivateKeysIntentV2`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
50
50
  end
51
51
  h[k.to_sym] = v
52
52
  }