ory-client 0.0.1.alpha31 → 0.0.1.alpha36

Sign up to get free protection for your applications and to get access to all the features.
Files changed (505) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -4
  3. data/README.md +10 -12
  4. data/docs/CreateSubscriptionPayload.md +22 -0
  5. data/docs/NullPlan.md +15 -0
  6. data/docs/Project.md +1 -3
  7. data/docs/ProjectRevision.md +1 -1
  8. data/docs/Subscription.md +36 -0
  9. data/docs/UpdateSubscriptionPayload.md +20 -0
  10. data/docs/V0alpha0Api.md +8 -16
  11. data/docs/V0alpha2Api.md +14 -28
  12. data/lib/ory-client/api/metadata_api.rb +1 -1
  13. data/lib/ory-client/api/v0alpha0_api.rb +1 -1
  14. data/lib/ory-client/api/v0alpha2_api.rb +1 -1
  15. data/lib/ory-client/api_client.rb +1 -1
  16. data/lib/ory-client/api_error.rb +1 -1
  17. data/lib/ory-client/configuration.rb +3 -3
  18. data/lib/ory-client/models/active_project.rb +1 -1
  19. data/lib/ory-client/models/admin_create_identity_body.rb +1 -1
  20. data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
  21. data/lib/ory-client/models/admin_update_identity_body.rb +1 -1
  22. data/lib/ory-client/models/api_token.rb +1 -1
  23. data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
  24. data/lib/ory-client/models/cname_settings.rb +1 -1
  25. data/lib/ory-client/models/create_custom_hostname_body.rb +1 -1
  26. data/lib/ory-client/models/{null_string.rb → create_subscription_payload.rb} +36 -18
  27. data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
  28. data/lib/ory-client/models/generic_error.rb +1 -1
  29. data/lib/ory-client/models/health_not_ready_status.rb +1 -1
  30. data/lib/ory-client/models/health_status.rb +1 -1
  31. data/lib/ory-client/models/identity.rb +1 -1
  32. data/lib/ory-client/models/identity_credentials.rb +1 -1
  33. data/lib/ory-client/models/identity_credentials_type.rb +1 -1
  34. data/lib/ory-client/models/identity_preset.rb +1 -1
  35. data/lib/ory-client/models/identity_schema.rb +1 -1
  36. data/lib/ory-client/models/identity_schema_location.rb +1 -1
  37. data/lib/ory-client/models/identity_schema_validation_result.rb +1 -1
  38. data/lib/ory-client/models/identity_state.rb +1 -1
  39. data/lib/ory-client/models/inline_response200.rb +1 -1
  40. data/lib/ory-client/models/inline_response2001.rb +1 -1
  41. data/lib/ory-client/models/inline_response503.rb +1 -1
  42. data/lib/ory-client/models/is_owner_for_project_by_slug.rb +1 -1
  43. data/lib/ory-client/models/is_owner_for_project_by_slug_payload.rb +1 -1
  44. data/lib/ory-client/models/json_error.rb +1 -1
  45. data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
  46. data/lib/ory-client/models/null_plan.rb +40 -0
  47. data/lib/ory-client/models/project.rb +3 -12
  48. data/lib/ory-client/models/project_host.rb +1 -1
  49. data/lib/ory-client/models/project_lookup_secret_config.rb +1 -1
  50. data/lib/ory-client/models/project_oidc_config.rb +1 -1
  51. data/lib/ory-client/models/project_password_config.rb +1 -1
  52. data/lib/ory-client/models/project_patch.rb +1 -1
  53. data/lib/ory-client/models/project_recovery_config.rb +1 -1
  54. data/lib/ory-client/models/project_revision.rb +2 -2
  55. data/lib/ory-client/models/project_slug.rb +1 -1
  56. data/lib/ory-client/models/project_totp_config.rb +1 -1
  57. data/lib/ory-client/models/project_verification_config.rb +1 -1
  58. data/lib/ory-client/models/project_web_authn_config.rb +1 -1
  59. data/lib/ory-client/models/recovery_address.rb +1 -1
  60. data/lib/ory-client/models/redirection_config.rb +1 -1
  61. data/lib/ory-client/models/redirection_field.rb +1 -1
  62. data/lib/ory-client/models/schema_patch.rb +1 -1
  63. data/lib/ory-client/models/self_service_browser_location_change_required_error.rb +1 -1
  64. data/lib/ory-client/models/self_service_error.rb +1 -1
  65. data/lib/ory-client/models/self_service_flow_expired_error.rb +1 -1
  66. data/lib/ory-client/models/self_service_login_flow.rb +1 -1
  67. data/lib/ory-client/models/self_service_logout_url.rb +1 -1
  68. data/lib/ory-client/models/self_service_recovery_flow.rb +1 -1
  69. data/lib/ory-client/models/self_service_recovery_flow_state.rb +1 -1
  70. data/lib/ory-client/models/self_service_recovery_link.rb +1 -1
  71. data/lib/ory-client/models/self_service_registration_flow.rb +1 -1
  72. data/lib/ory-client/models/self_service_settings_flow.rb +1 -1
  73. data/lib/ory-client/models/self_service_settings_flow_state.rb +1 -1
  74. data/lib/ory-client/models/self_service_verification_flow.rb +1 -1
  75. data/lib/ory-client/models/self_service_verification_flow_state.rb +1 -1
  76. data/lib/ory-client/models/session.rb +1 -1
  77. data/lib/ory-client/models/session_authentication_method.rb +1 -1
  78. data/lib/ory-client/models/session_device.rb +1 -1
  79. data/lib/ory-client/models/settings_profile_form_config.rb +1 -1
  80. data/lib/ory-client/models/stripe_customer_response.rb +1 -1
  81. data/lib/ory-client/models/submit_self_service_login_flow_body.rb +1 -1
  82. data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +1 -1
  83. data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +1 -1
  84. data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -1
  85. data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +1 -1
  86. data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +1 -1
  87. data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
  88. data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +1 -1
  89. data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
  90. data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +1 -1
  91. data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +1 -1
  92. data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
  93. data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +1 -1
  94. data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +1 -1
  95. data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +1 -1
  96. data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
  97. data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
  98. data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +1 -1
  99. data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +1 -1
  100. data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +1 -1
  101. data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
  102. data/lib/ory-client/models/{provision_project_payload.rb → subscription.rb} +167 -15
  103. data/lib/ory-client/models/successful_self_service_login_without_browser.rb +1 -1
  104. data/lib/ory-client/models/successful_self_service_registration_without_browser.rb +1 -1
  105. data/lib/ory-client/models/ui_container.rb +1 -1
  106. data/lib/ory-client/models/ui_node.rb +1 -1
  107. data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
  108. data/lib/ory-client/models/ui_node_attributes.rb +1 -1
  109. data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
  110. data/lib/ory-client/models/ui_node_input_attributes.rb +1 -1
  111. data/lib/ory-client/models/ui_node_meta.rb +1 -1
  112. data/lib/ory-client/models/ui_node_script_attributes.rb +1 -1
  113. data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
  114. data/lib/ory-client/models/ui_text.rb +1 -1
  115. data/lib/ory-client/models/update_custom_hostname_body.rb +1 -1
  116. data/lib/ory-client/models/{null_uuid.rb → update_subscription_payload.rb} +22 -18
  117. data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
  118. data/lib/ory-client/models/version.rb +1 -1
  119. data/lib/ory-client/version.rb +2 -2
  120. data/lib/ory-client.rb +5 -4
  121. data/ory-client.gemspec +1 -1
  122. data/spec/api/metadata_api_spec.rb +1 -1
  123. data/spec/api/v0alpha0_api_spec.rb +1 -1
  124. data/spec/api/v0alpha2_api_spec.rb +1 -1
  125. data/spec/api_client_spec.rb +1 -1
  126. data/spec/configuration_spec.rb +1 -1
  127. data/spec/models/active_project_spec.rb +1 -1
  128. data/spec/models/admin_create_identity_body_spec.rb +1 -1
  129. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
  130. data/spec/models/admin_update_identity_body_spec.rb +1 -1
  131. data/spec/models/api_token_spec.rb +1 -1
  132. data/spec/models/authenticator_assurance_level_spec.rb +1 -1
  133. data/spec/models/cname_settings_spec.rb +1 -1
  134. data/spec/models/create_custom_hostname_body_spec.rb +1 -1
  135. data/spec/models/{null_uuid_spec.rb → create_subscription_payload_spec.rb} +15 -9
  136. data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
  137. data/spec/models/generic_error_spec.rb +1 -1
  138. data/spec/models/health_not_ready_status_spec.rb +1 -1
  139. data/spec/models/health_status_spec.rb +1 -1
  140. data/spec/models/identity_credentials_spec.rb +1 -1
  141. data/spec/models/identity_credentials_type_spec.rb +1 -1
  142. data/spec/models/identity_preset_spec.rb +1 -1
  143. data/spec/models/identity_schema_location_spec.rb +1 -1
  144. data/spec/models/identity_schema_spec.rb +1 -1
  145. data/spec/models/identity_schema_validation_result_spec.rb +1 -1
  146. data/spec/models/identity_spec.rb +1 -1
  147. data/spec/models/identity_state_spec.rb +1 -1
  148. data/spec/models/inline_response2001_spec.rb +1 -1
  149. data/spec/models/inline_response200_spec.rb +1 -1
  150. data/spec/models/inline_response503_spec.rb +1 -1
  151. data/spec/models/is_owner_for_project_by_slug_payload_spec.rb +1 -1
  152. data/spec/models/is_owner_for_project_by_slug_spec.rb +1 -1
  153. data/spec/models/json_error_spec.rb +1 -1
  154. data/spec/models/needs_privileged_session_error_spec.rb +1 -1
  155. data/spec/models/null_plan_spec.rb +28 -0
  156. data/spec/models/project_host_spec.rb +1 -1
  157. data/spec/models/project_lookup_secret_config_spec.rb +1 -1
  158. data/spec/models/project_oidc_config_spec.rb +1 -1
  159. data/spec/models/project_password_config_spec.rb +1 -1
  160. data/spec/models/project_patch_spec.rb +1 -1
  161. data/spec/models/project_recovery_config_spec.rb +1 -1
  162. data/spec/models/project_revision_spec.rb +1 -1
  163. data/spec/models/project_slug_spec.rb +1 -1
  164. data/spec/models/project_spec.rb +1 -7
  165. data/spec/models/project_totp_config_spec.rb +1 -1
  166. data/spec/models/project_verification_config_spec.rb +1 -1
  167. data/spec/models/project_web_authn_config_spec.rb +1 -1
  168. data/spec/models/recovery_address_spec.rb +1 -1
  169. data/spec/models/redirection_config_spec.rb +1 -1
  170. data/spec/models/redirection_field_spec.rb +1 -1
  171. data/spec/models/schema_patch_spec.rb +1 -1
  172. data/spec/models/self_service_browser_location_change_required_error_spec.rb +1 -1
  173. data/spec/models/self_service_error_spec.rb +1 -1
  174. data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
  175. data/spec/models/self_service_login_flow_spec.rb +1 -1
  176. data/spec/models/self_service_logout_url_spec.rb +1 -1
  177. data/spec/models/self_service_recovery_flow_spec.rb +1 -1
  178. data/spec/models/self_service_recovery_flow_state_spec.rb +1 -1
  179. data/spec/models/self_service_recovery_link_spec.rb +1 -1
  180. data/spec/models/self_service_registration_flow_spec.rb +1 -1
  181. data/spec/models/self_service_settings_flow_spec.rb +1 -1
  182. data/spec/models/self_service_settings_flow_state_spec.rb +1 -1
  183. data/spec/models/self_service_verification_flow_spec.rb +1 -1
  184. data/spec/models/self_service_verification_flow_state_spec.rb +1 -1
  185. data/spec/models/session_authentication_method_spec.rb +1 -1
  186. data/spec/models/session_device_spec.rb +1 -1
  187. data/spec/models/session_spec.rb +1 -1
  188. data/spec/models/settings_profile_form_config_spec.rb +1 -1
  189. data/spec/models/stripe_customer_response_spec.rb +1 -1
  190. data/spec/models/submit_self_service_login_flow_body_spec.rb +1 -1
  191. data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +1 -1
  192. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +1 -1
  193. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +1 -1
  194. data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +1 -1
  195. data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +1 -1
  196. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +1 -1
  197. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +1 -1
  198. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +1 -1
  199. data/spec/models/submit_self_service_registration_flow_body_spec.rb +1 -1
  200. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +1 -1
  201. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +1 -1
  202. data/spec/models/submit_self_service_settings_flow_body_spec.rb +1 -1
  203. data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +1 -1
  204. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +1 -1
  205. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +1 -1
  206. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +1 -1
  207. data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +1 -1
  208. data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +1 -1
  209. data/spec/models/submit_self_service_verification_flow_body_spec.rb +1 -1
  210. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +1 -1
  211. data/spec/models/subscription_spec.rb +92 -0
  212. data/spec/models/successful_self_service_login_without_browser_spec.rb +1 -1
  213. data/spec/models/successful_self_service_registration_without_browser_spec.rb +1 -1
  214. data/spec/models/ui_container_spec.rb +1 -1
  215. data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
  216. data/spec/models/ui_node_attributes_spec.rb +1 -1
  217. data/spec/models/ui_node_image_attributes_spec.rb +1 -1
  218. data/spec/models/ui_node_input_attributes_spec.rb +1 -1
  219. data/spec/models/ui_node_meta_spec.rb +1 -1
  220. data/spec/models/ui_node_script_attributes_spec.rb +1 -1
  221. data/spec/models/ui_node_spec.rb +1 -1
  222. data/spec/models/ui_node_text_attributes_spec.rb +1 -1
  223. data/spec/models/ui_text_spec.rb +1 -1
  224. data/spec/models/update_custom_hostname_body_spec.rb +1 -1
  225. data/spec/models/{null_string_spec.rb → update_subscription_payload_spec.rb} +9 -9
  226. data/spec/models/verifiable_identity_address_spec.rb +1 -1
  227. data/spec/models/version_spec.rb +1 -1
  228. data/spec/spec_helper.rb +1 -1
  229. data/vendor/bundle/ruby/2.5.0/cache/diff-lcs-1.5.0.gem +0 -0
  230. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.0.0.gem +0 -0
  231. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.3.gem +0 -0
  232. data/vendor/bundle/ruby/2.5.0/cache/stringio-3.0.1.gem +0 -0
  233. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  234. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.4/gem_make.out +2 -2
  235. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  236. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.2 → psych-4.0.3}/gem.build_complete +0 -0
  237. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.2 → psych-4.0.3}/gem_make.out +6 -6
  238. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.2 → psych-4.0.3}/mkmf.log +0 -0
  239. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.2 → psych-4.0.3}/psych.so +0 -0
  240. data/vendor/bundle/ruby/2.5.0/{gems/psych-4.0.2/ext/psych/.sitearchdir.time → extensions/x86_64-linux/2.5.0/stringio-3.0.1/gem.build_complete} +0 -0
  241. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/gem_make.out +16 -0
  242. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/mkmf.log +66 -0
  243. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/stringio.so +0 -0
  244. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  245. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/.rspec +0 -0
  246. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/Code-of-Conduct.md +0 -0
  247. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/Contributing.md +1 -0
  248. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/History.md +201 -120
  249. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/License.md +0 -0
  250. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/Manifest.txt +15 -1
  251. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/README.rdoc +0 -0
  252. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/Rakefile +48 -1
  253. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/bin/htmldiff +0 -0
  254. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/bin/ldiff +0 -0
  255. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/docs/COPYING.txt +0 -0
  256. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/docs/artistic.txt +0 -0
  257. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/lib/diff/lcs/array.rb +0 -0
  258. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/lib/diff/lcs/backports.rb +0 -0
  259. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/lib/diff/lcs/block.rb +0 -0
  260. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/lib/diff/lcs/callbacks.rb +0 -0
  261. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/lib/diff/lcs/change.rb +0 -0
  262. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/lib/diff/lcs/htmldiff.rb +0 -0
  263. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/lib/diff/lcs/hunk.rb +0 -0
  264. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/lib/diff/lcs/internals.rb +7 -3
  265. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/lib/diff/lcs/ldiff.rb +0 -0
  266. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/lib/diff/lcs/string.rb +0 -0
  267. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/lib/diff/lcs.rb +25 -25
  268. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/lib/diff-lcs.rb +0 -0
  269. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/change_spec.rb +0 -0
  270. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/diff_spec.rb +0 -0
  271. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/fixtures/aX +0 -0
  272. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/fixtures/bXaX +0 -0
  273. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/fixtures/ds1.csv +0 -0
  274. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/fixtures/ds2.csv +0 -0
  275. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/fixtures/ldiff/output.diff +0 -0
  276. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/fixtures/ldiff/output.diff-c +0 -0
  277. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/fixtures/ldiff/output.diff-e +0 -0
  278. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/fixtures/ldiff/output.diff-f +0 -0
  279. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/fixtures/ldiff/output.diff-u +0 -0
  280. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef +4 -0
  281. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-c +15 -0
  282. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-e +3 -0
  283. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-f +3 -0
  284. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-u +9 -0
  285. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2 +7 -0
  286. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-c +20 -0
  287. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-d +7 -0
  288. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-e +7 -0
  289. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-f +7 -0
  290. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-u +16 -0
  291. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/new-chef +4 -0
  292. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/new-chef2 +17 -0
  293. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/old-chef +4 -0
  294. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.5.0/spec/fixtures/old-chef2 +14 -0
  295. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/hunk_spec.rb +0 -0
  296. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/issues_spec.rb +0 -0
  297. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/lcs_spec.rb +0 -0
  298. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/ldiff_spec.rb +0 -0
  299. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/patch_spec.rb +0 -0
  300. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/sdiff_spec.rb +0 -0
  301. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/spec_helper.rb +5 -6
  302. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/traverse_balanced_spec.rb +0 -0
  303. data/vendor/bundle/ruby/2.5.0/gems/{diff-lcs-1.4.4 → diff-lcs-1.5.0}/spec/traverse_sequences_spec.rb +2 -4
  304. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/Makefile +2 -2
  305. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  306. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/LICENSE.txt +0 -0
  307. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/bin/ruby-parse +0 -0
  308. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/bin/ruby-rewrite +0 -0
  309. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/gauntlet_parser.rb +0 -0
  310. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/all.rb +0 -0
  311. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/ast/node.rb +0 -0
  312. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/ast/processor.rb +0 -0
  313. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/base.rb +0 -0
  314. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/builders/default.rb +1 -1
  315. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/clobbering_error.rb +0 -0
  316. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/color.rb +0 -0
  317. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/context.rb +49 -0
  318. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/current.rb +4 -4
  319. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/current_arg_stack.rb +0 -0
  320. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/deprecation.rb +0 -0
  321. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/diagnostic/engine.rb +0 -0
  322. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/diagnostic.rb +0 -0
  323. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/lexer/dedenter.rb +0 -0
  324. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/lexer/explanation.rb +1 -1
  325. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/lexer/literal.rb +0 -0
  326. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/lexer/stack_state.rb +0 -0
  327. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/lexer.rb +25015 -0
  328. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/macruby.rb +6177 -0
  329. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/max_numparam_stack.rb +5 -5
  330. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/messages.rb +0 -0
  331. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/meta.rb +0 -0
  332. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/rewriter.rb +0 -0
  333. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/ruby18.rb +5708 -0
  334. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/ruby19.rb +6126 -0
  335. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/ruby20.rb +6563 -0
  336. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/ruby21.rb +6611 -0
  337. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/ruby22.rb +6655 -0
  338. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/ruby23.rb +6669 -0
  339. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/ruby24.rb +6736 -0
  340. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/ruby25.rb +6694 -0
  341. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/ruby26.rb +6721 -0
  342. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/ruby27.rb +7914 -0
  343. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/ruby28.rb +0 -0
  344. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/ruby30.rb +8096 -0
  345. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/ruby31.rb +8354 -0
  346. data/vendor/bundle/ruby/2.5.0/gems/parser-3.1.0.0/lib/parser/rubymotion.rb +6125 -0
  347. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/runner/ruby_parse.rb +0 -0
  348. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/runner/ruby_rewrite.rb +0 -0
  349. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/runner.rb +0 -0
  350. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/buffer.rb +0 -0
  351. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/comment/associator.rb +0 -0
  352. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/comment.rb +0 -0
  353. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/collection.rb +0 -0
  354. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/condition.rb +0 -0
  355. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/constant.rb +0 -0
  356. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/definition.rb +0 -0
  357. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/for.rb +0 -0
  358. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/heredoc.rb +0 -0
  359. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/index.rb +0 -0
  360. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/keyword.rb +0 -0
  361. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/method_definition.rb +0 -0
  362. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/objc_kwarg.rb +0 -0
  363. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/operator.rb +0 -0
  364. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/rescue_body.rb +0 -0
  365. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/send.rb +0 -0
  366. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/ternary.rb +0 -0
  367. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map/variable.rb +0 -0
  368. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/map.rb +0 -0
  369. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/range.rb +0 -0
  370. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/rewriter/action.rb +0 -0
  371. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/rewriter.rb +0 -0
  372. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/tree_rewriter/action.rb +0 -0
  373. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/source/tree_rewriter.rb +0 -0
  374. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/static_environment.rb +0 -0
  375. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/syntax_error.rb +0 -0
  376. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/tree_rewriter.rb +0 -0
  377. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/variables_stack.rb +0 -0
  378. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser/version.rb +1 -1
  379. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/lib/parser.rb +0 -0
  380. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.3.2 → parser-3.1.0.0}/parser.gemspec +0 -0
  381. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/.gitignore +0 -0
  382. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/Gemfile +0 -0
  383. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/LICENSE +0 -0
  384. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/Mavenfile +0 -0
  385. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/README.md +0 -0
  386. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/Rakefile +0 -0
  387. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/bin/console +0 -0
  388. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/bin/setup +0 -0
  389. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych/.sitearchdir.time +0 -0
  390. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/Makefile +2 -2
  391. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/api.o +0 -0
  392. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/depend +0 -0
  393. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/dumper.o +0 -0
  394. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/emitter.o +0 -0
  395. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/extconf.rb +0 -0
  396. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/loader.o +0 -0
  397. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/parser.o +0 -0
  398. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych.c +0 -0
  399. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych.h +0 -0
  400. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych.o +0 -0
  401. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2/lib → psych-4.0.3/ext/psych}/psych.so +0 -0
  402. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych_emitter.c +0 -0
  403. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych_emitter.h +0 -0
  404. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych_emitter.o +0 -0
  405. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych_parser.c +0 -0
  406. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych_parser.h +0 -0
  407. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych_parser.o +0 -0
  408. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych_to_ruby.c +0 -0
  409. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych_to_ruby.h +0 -0
  410. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych_to_ruby.o +0 -0
  411. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych_yaml_tree.c +0 -0
  412. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych_yaml_tree.h +0 -0
  413. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/psych_yaml_tree.o +0 -0
  414. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/reader.o +0 -0
  415. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/scanner.o +0 -0
  416. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/writer.o +0 -0
  417. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/yaml/LICENSE +0 -0
  418. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/yaml/api.c +0 -0
  419. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/yaml/config.h +0 -0
  420. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/yaml/dumper.c +0 -0
  421. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/yaml/emitter.c +0 -0
  422. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/yaml/loader.c +0 -0
  423. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/yaml/parser.c +0 -0
  424. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/yaml/reader.c +0 -0
  425. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/yaml/scanner.c +0 -0
  426. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/yaml/writer.c +0 -0
  427. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/yaml/yaml.h +0 -0
  428. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/ext/psych/yaml/yaml_private.h +0 -0
  429. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/class_loader.rb +2 -2
  430. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/coder.rb +0 -0
  431. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/core_ext.rb +1 -1
  432. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/exception.rb +0 -0
  433. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/handler.rb +0 -0
  434. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/handlers/document_stream.rb +1 -1
  435. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/handlers/recorder.rb +1 -1
  436. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/json/ruby_events.rb +0 -0
  437. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/json/stream.rb +2 -2
  438. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/json/tree_builder.rb +1 -1
  439. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/json/yaml_events.rb +0 -0
  440. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/nodes/alias.rb +0 -0
  441. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/nodes/document.rb +0 -0
  442. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/nodes/mapping.rb +0 -0
  443. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/nodes/node.rb +2 -2
  444. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/nodes/scalar.rb +0 -0
  445. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/nodes/sequence.rb +0 -0
  446. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/nodes/stream.rb +0 -0
  447. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/nodes.rb +7 -7
  448. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/omap.rb +0 -0
  449. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/parser.rb +0 -0
  450. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/scalar_scanner.rb +0 -0
  451. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/set.rb +0 -0
  452. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/stream.rb +0 -0
  453. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/streaming.rb +0 -0
  454. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/syntax_error.rb +1 -1
  455. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/tree_builder.rb +1 -1
  456. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/versions.rb +1 -1
  457. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/visitors/depth_first.rb +0 -0
  458. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/visitors/emitter.rb +0 -0
  459. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/visitors/json_tree.rb +1 -1
  460. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/visitors/to_ruby.rb +3 -3
  461. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/visitors/visitor.rb +0 -0
  462. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/visitors/yaml_tree.rb +3 -3
  463. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/lib/psych/visitors.rb +7 -0
  464. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych/y.rb +0 -0
  465. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/lib/psych.rb +17 -17
  466. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2/ext/psych → psych-4.0.3/lib}/psych.so +0 -0
  467. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.2 → psych-4.0.3}/psych.gemspec +2 -0
  468. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/README.md +44 -0
  469. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/.sitearchdir.time +0 -0
  470. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/Makefile +264 -0
  471. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/extconf.rb +4 -0
  472. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/stringio.c +1866 -0
  473. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/stringio.o +0 -0
  474. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/stringio.so +0 -0
  475. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/lib/stringio.so +0 -0
  476. data/vendor/bundle/ruby/2.5.0/specifications/{diff-lcs-1.4.4.gemspec → diff-lcs-1.5.0.gemspec} +9 -9
  477. data/vendor/bundle/ruby/2.5.0/specifications/{parser-3.0.3.2.gemspec → parser-3.1.0.0.gemspec} +4 -4
  478. data/vendor/bundle/ruby/2.5.0/specifications/{psych-4.0.2.gemspec → psych-4.0.3.gemspec} +15 -3
  479. data/vendor/bundle/ruby/2.5.0/specifications/stringio-3.0.1.gemspec +24 -0
  480. metadata +264 -232
  481. data/docs/NullString.md +0 -20
  482. data/docs/NullUUID.md +0 -20
  483. data/docs/ProvisionProjectPayload.md +0 -18
  484. data/spec/models/provision_project_payload_spec.rb +0 -34
  485. data/vendor/bundle/ruby/2.5.0/cache/diff-lcs-1.4.4.gem +0 -0
  486. data/vendor/bundle/ruby/2.5.0/cache/parser-3.0.3.2.gem +0 -0
  487. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.2.gem +0 -0
  488. data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.4.4/autotest/discover.rb +0 -3
  489. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/context.rb +0 -75
  490. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/lexer.rb +0 -25028
  491. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/macruby.rb +0 -6149
  492. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/ruby18.rb +0 -5667
  493. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/ruby19.rb +0 -6092
  494. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/ruby20.rb +0 -6527
  495. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/ruby21.rb +0 -6578
  496. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/ruby22.rb +0 -6613
  497. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/ruby23.rb +0 -6624
  498. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/ruby24.rb +0 -6694
  499. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/ruby25.rb +0 -6662
  500. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/ruby26.rb +0 -6676
  501. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/ruby27.rb +0 -7866
  502. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/ruby30.rb +0 -8064
  503. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/ruby31.rb +0 -8292
  504. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/rubymotion.rb +0 -6086
  505. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/visitors.rb +0 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 930612b159560166ded2044a9ef87e0ed768d210dea6d0e17a5f9b5cfd7095fc
4
- data.tar.gz: a547fae42399aabb440d7939a44f8274fda32e176ec5a6d1bcc3f26b7b20a2f8
3
+ metadata.gz: bd51a20e60f8d10399a0c4889d7c5cae6969877eca2dc0d306b18c37d1dc4a72
4
+ data.tar.gz: 5246f9504ed0518290dec37da0d4152d62da713df5bd8b96f01fe3c58f08c0cc
5
5
  SHA512:
6
- metadata.gz: b3da9fefdd73520168f9304eae4485b9937349e864f4ec3046195c302054c138f0f6332dfc5c2e2601924c889f05177a6b76a15641d3b5d6c9dc64146aad0703
7
- data.tar.gz: fa72102ae183ea5ba3ff3650ea855f94700fc1047c5230a47930b0c5446bca65bda2ce94763426c1c201f8bdee1739d38dac19d0289185398613caf680d002ef
6
+ metadata.gz: 3988358d672d42d995b6db79a0eb63fbee38c0eafcabdbf77245640aaddd33be4259f8c8a54804c906e2046a850975688d40f3a2eb34db7695e77aaf8d75e6ad
7
+ data.tar.gz: 6b23823ffccc5e5b84f7c7a38cfb58613bac538b1afb9500d9ddab333dcc2abe8fc77505734db9a63a18728219b24b6d671e309902718301ac95ccdcd6f1fe7a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ory-client (0.0.1.alpha31)
4
+ ory-client (0.0.1.alpha36)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -10,14 +10,14 @@ GEM
10
10
  ast (2.4.2)
11
11
  byebug (11.1.3)
12
12
  coderay (1.1.3)
13
- diff-lcs (1.4.4)
13
+ diff-lcs (1.5.0)
14
14
  ethon (0.15.0)
15
15
  ffi (>= 1.15.0)
16
16
  ffi (1.15.4)
17
17
  jaro_winkler (1.5.4)
18
18
  method_source (1.0.0)
19
19
  parallel (1.21.0)
20
- parser (3.0.3.2)
20
+ parser (3.1.0.0)
21
21
  ast (~> 2.4.1)
22
22
  pry (0.13.1)
23
23
  coderay (~> 1.1)
@@ -25,7 +25,8 @@ GEM
25
25
  pry-byebug (3.9.0)
26
26
  byebug (~> 11.0)
27
27
  pry (~> 0.13.0)
28
- psych (4.0.2)
28
+ psych (4.0.3)
29
+ stringio
29
30
  rainbow (3.0.0)
30
31
  rake (13.0.6)
31
32
  rspec (3.10.0)
@@ -50,6 +51,7 @@ GEM
50
51
  ruby-progressbar (~> 1.7)
51
52
  unicode-display_width (>= 1.4.0, < 1.6)
52
53
  ruby-progressbar (1.11.0)
54
+ stringio (3.0.1)
53
55
  typhoeus (1.4.0)
54
56
  ethon (>= 0.9.0)
55
57
  unicode-display_width (1.5.0)
data/README.md CHANGED
@@ -8,8 +8,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
8
8
 
9
9
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
10
10
 
11
- - API version: v0.0.1-alpha.31
12
- - Package version: v0.0.1-alpha.31
11
+ - API version: v0.0.1-alpha.36
12
+ - Package version: v0.0.1-alpha.36
13
13
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
14
14
 
15
15
  ## Installation
@@ -25,16 +25,16 @@ gem build ory-client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./ory-client-v0.0.1-alpha.31.gem
28
+ gem install ./ory-client-v0.0.1-alpha.36.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./ory-client-v0.0.1-alpha.31.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./ory-client-v0.0.1-alpha.36.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'ory-client', '~> v0.0.1-alpha.31'
37
+ gem 'ory-client', '~> v0.0.1-alpha.36'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -130,6 +130,7 @@ Class | Method | HTTP request | Description
130
130
  - [OryClient::AuthenticatorAssuranceLevel](docs/AuthenticatorAssuranceLevel.md)
131
131
  - [OryClient::CnameSettings](docs/CnameSettings.md)
132
132
  - [OryClient::CreateCustomHostnameBody](docs/CreateCustomHostnameBody.md)
133
+ - [OryClient::CreateSubscriptionPayload](docs/CreateSubscriptionPayload.md)
133
134
  - [OryClient::ErrorAuthenticatorAssuranceLevelNotSatisfied](docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md)
134
135
  - [OryClient::GenericError](docs/GenericError.md)
135
136
  - [OryClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
@@ -149,8 +150,7 @@ Class | Method | HTTP request | Description
149
150
  - [OryClient::IsOwnerForProjectBySlugPayload](docs/IsOwnerForProjectBySlugPayload.md)
150
151
  - [OryClient::JsonError](docs/JsonError.md)
151
152
  - [OryClient::NeedsPrivilegedSessionError](docs/NeedsPrivilegedSessionError.md)
152
- - [OryClient::NullString](docs/NullString.md)
153
- - [OryClient::NullUUID](docs/NullUUID.md)
153
+ - [OryClient::NullPlan](docs/NullPlan.md)
154
154
  - [OryClient::Project](docs/Project.md)
155
155
  - [OryClient::ProjectHost](docs/ProjectHost.md)
156
156
  - [OryClient::ProjectLookupSecretConfig](docs/ProjectLookupSecretConfig.md)
@@ -163,7 +163,6 @@ Class | Method | HTTP request | Description
163
163
  - [OryClient::ProjectTotpConfig](docs/ProjectTotpConfig.md)
164
164
  - [OryClient::ProjectVerificationConfig](docs/ProjectVerificationConfig.md)
165
165
  - [OryClient::ProjectWebAuthnConfig](docs/ProjectWebAuthnConfig.md)
166
- - [OryClient::ProvisionProjectPayload](docs/ProvisionProjectPayload.md)
167
166
  - [OryClient::RecoveryAddress](docs/RecoveryAddress.md)
168
167
  - [OryClient::RedirectionConfig](docs/RedirectionConfig.md)
169
168
  - [OryClient::RedirectionField](docs/RedirectionField.md)
@@ -207,6 +206,7 @@ Class | Method | HTTP request | Description
207
206
  - [OryClient::SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody](docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md)
208
207
  - [OryClient::SubmitSelfServiceVerificationFlowBody](docs/SubmitSelfServiceVerificationFlowBody.md)
209
208
  - [OryClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody](docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md)
209
+ - [OryClient::Subscription](docs/Subscription.md)
210
210
  - [OryClient::SuccessfulSelfServiceLoginWithoutBrowser](docs/SuccessfulSelfServiceLoginWithoutBrowser.md)
211
211
  - [OryClient::SuccessfulSelfServiceRegistrationWithoutBrowser](docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md)
212
212
  - [OryClient::UiContainer](docs/UiContainer.md)
@@ -220,6 +220,7 @@ Class | Method | HTTP request | Description
220
220
  - [OryClient::UiNodeTextAttributes](docs/UiNodeTextAttributes.md)
221
221
  - [OryClient::UiText](docs/UiText.md)
222
222
  - [OryClient::UpdateCustomHostnameBody](docs/UpdateCustomHostnameBody.md)
223
+ - [OryClient::UpdateSubscriptionPayload](docs/UpdateSubscriptionPayload.md)
223
224
  - [OryClient::VerifiableIdentityAddress](docs/VerifiableIdentityAddress.md)
224
225
  - [OryClient::Version](docs/Version.md)
225
226
 
@@ -229,8 +230,5 @@ Class | Method | HTTP request | Description
229
230
 
230
231
  ### oryAccessToken
231
232
 
232
-
233
- - **Type**: API key
234
- - **API key parameter name**: Authorization
235
- - **Location**: HTTP header
233
+ - **Type**: Bearer authentication
236
234
 
@@ -0,0 +1,22 @@
1
+ # OryClient::CreateSubscriptionPayload
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **plan_or_price** | **String** | | |
8
+ | **provision_first_project** | **String** | | |
9
+ | **return_to** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'ory-client'
15
+
16
+ instance = OryClient::CreateSubscriptionPayload.new(
17
+ plan_or_price: null,
18
+ provision_first_project: null,
19
+ return_to: null
20
+ )
21
+ ```
22
+
data/docs/NullPlan.md ADDED
@@ -0,0 +1,15 @@
1
+ # OryClient::NullPlan
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'ory-client'
12
+
13
+ instance = OryClient::NullPlan.new()
14
+ ```
15
+
data/docs/Project.md CHANGED
@@ -7,11 +7,10 @@
7
7
  | **created_at** | **Time** | The Project&#39;s Creation Date | [readonly] |
8
8
  | **current_revision** | [**ProjectRevision**](ProjectRevision.md) | | |
9
9
  | **id** | **String** | | |
10
- | **ongoing_stripe_checkout_id** | [**NullString**](NullString.md) | | [optional] |
11
10
  | **revisions** | [**Array&lt;ProjectRevision&gt;**](ProjectRevision.md) | | |
12
11
  | **slug** | **String** | The project&#39;s slug | [readonly] |
13
12
  | **state** | **String** | The state of the project. | [readonly] |
14
- | **subscription_id** | [**NullUUID**](NullUUID.md) | | [optional] |
13
+ | **subscription_id** | **String** | | [optional] |
15
14
  | **updated_at** | **Time** | Last Time Project was Updated | [readonly] |
16
15
 
17
16
  ## Example
@@ -23,7 +22,6 @@ instance = OryClient::Project.new(
23
22
  created_at: null,
24
23
  current_revision: null,
25
24
  id: null,
26
- ongoing_stripe_checkout_id: null,
27
25
  revisions: null,
28
26
  slug: null,
29
27
  state: null,
@@ -12,7 +12,7 @@
12
12
  | **hosts** | **Array&lt;String&gt;** | | |
13
13
  | **id** | **String** | | |
14
14
  | **kratos_config_version** | **String** | The Project&#39;s Kratos Config Version | [optional][readonly] |
15
- | **kratos_custom_schema_id** | [**NullUUID**](NullUUID.md) | | [optional] |
15
+ | **kratos_custom_schema_id** | **String** | | [optional] |
16
16
  | **login_ui_url** | **String** | Self-Service Login UI URL Sets the UI URL for the login UI. If left empty, this will use Ory&#39;s hosted pages. | [optional] |
17
17
  | **lookup_secret** | [**ProjectLookupSecretConfig**](ProjectLookupSecretConfig.md) | | [optional] |
18
18
  | **name** | **String** | The project&#39;s name. | |
@@ -0,0 +1,36 @@
1
+ # OryClient::Subscription
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **created_at** | **Time** | | [readonly] |
8
+ | **current_plan** | **String** | The currently active plan of the subscription | [readonly] |
9
+ | **customer_id** | **String** | The ID of the stripe customer | [readonly] |
10
+ | **id** | **String** | | |
11
+ | **ongoing_stripe_checkout_id** | **String** | | [optional] |
12
+ | **payed_until** | **Time** | Until when the subscription is payed | [readonly] |
13
+ | **plan_changes_at** | **Time** | | [optional] |
14
+ | **plan_changes_to** | [**NullPlan**](NullPlan.md) | | |
15
+ | **status** | **String** | | |
16
+ | **updated_at** | **Time** | | [readonly] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'ory-client'
22
+
23
+ instance = OryClient::Subscription.new(
24
+ created_at: null,
25
+ current_plan: null,
26
+ customer_id: null,
27
+ id: null,
28
+ ongoing_stripe_checkout_id: null,
29
+ payed_until: null,
30
+ plan_changes_at: null,
31
+ plan_changes_to: null,
32
+ status: null,
33
+ updated_at: null
34
+ )
35
+ ```
36
+
@@ -0,0 +1,20 @@
1
+ # OryClient::UpdateSubscriptionPayload
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **plan_or_price** | **String** | | |
8
+ | **return_to** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'ory-client'
14
+
15
+ instance = OryClient::UpdateSubscriptionPayload.new(
16
+ plan_or_price: null,
17
+ return_to: null
18
+ )
19
+ ```
20
+
data/docs/V0alpha0Api.md CHANGED
@@ -25,10 +25,8 @@ require 'time'
25
25
  require 'ory-client'
26
26
  # setup authorization
27
27
  OryClient.configure do |config|
28
- # Configure API key authorization: oryAccessToken
29
- config.api_key['oryAccessToken'] = 'YOUR API KEY'
30
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
31
- # config.api_key_prefix['oryAccessToken'] = 'Bearer'
28
+ # Configure Bearer authorization: oryAccessToken
29
+ config.access_token = 'YOUR_BEARER_TOKEN'
32
30
  end
33
31
 
34
32
  api_instance = OryClient::V0alpha0Api.new
@@ -98,10 +96,8 @@ require 'time'
98
96
  require 'ory-client'
99
97
  # setup authorization
100
98
  OryClient.configure do |config|
101
- # Configure API key authorization: oryAccessToken
102
- config.api_key['oryAccessToken'] = 'YOUR API KEY'
103
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
104
- # config.api_key_prefix['oryAccessToken'] = 'Bearer'
99
+ # Configure Bearer authorization: oryAccessToken
100
+ config.access_token = 'YOUR_BEARER_TOKEN'
105
101
  end
106
102
 
107
103
  api_instance = OryClient::V0alpha0Api.new
@@ -169,10 +165,8 @@ require 'time'
169
165
  require 'ory-client'
170
166
  # setup authorization
171
167
  OryClient.configure do |config|
172
- # Configure API key authorization: oryAccessToken
173
- config.api_key['oryAccessToken'] = 'YOUR API KEY'
174
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
175
- # config.api_key_prefix['oryAccessToken'] = 'Bearer'
168
+ # Configure Bearer authorization: oryAccessToken
169
+ config.access_token = 'YOUR_BEARER_TOKEN'
176
170
  end
177
171
 
178
172
  api_instance = OryClient::V0alpha0Api.new
@@ -237,10 +231,8 @@ require 'time'
237
231
  require 'ory-client'
238
232
  # setup authorization
239
233
  OryClient.configure do |config|
240
- # Configure API key authorization: oryAccessToken
241
- config.api_key['oryAccessToken'] = 'YOUR API KEY'
242
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
243
- # config.api_key_prefix['oryAccessToken'] = 'Bearer'
234
+ # Configure Bearer authorization: oryAccessToken
235
+ config.access_token = 'YOUR_BEARER_TOKEN'
244
236
  end
245
237
 
246
238
  api_instance = OryClient::V0alpha0Api.new
data/docs/V0alpha2Api.md CHANGED
@@ -56,10 +56,8 @@ require 'time'
56
56
  require 'ory-client'
57
57
  # setup authorization
58
58
  OryClient.configure do |config|
59
- # Configure API key authorization: oryAccessToken
60
- config.api_key['oryAccessToken'] = 'YOUR API KEY'
61
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
62
- # config.api_key_prefix['oryAccessToken'] = 'Bearer'
59
+ # Configure Bearer authorization: oryAccessToken
60
+ config.access_token = 'YOUR_BEARER_TOKEN'
63
61
  end
64
62
 
65
63
  api_instance = OryClient::V0alpha2Api.new
@@ -129,10 +127,8 @@ require 'time'
129
127
  require 'ory-client'
130
128
  # setup authorization
131
129
  OryClient.configure do |config|
132
- # Configure API key authorization: oryAccessToken
133
- config.api_key['oryAccessToken'] = 'YOUR API KEY'
134
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
135
- # config.api_key_prefix['oryAccessToken'] = 'Bearer'
130
+ # Configure Bearer authorization: oryAccessToken
131
+ config.access_token = 'YOUR_BEARER_TOKEN'
136
132
  end
137
133
 
138
134
  api_instance = OryClient::V0alpha2Api.new
@@ -202,10 +198,8 @@ require 'time'
202
198
  require 'ory-client'
203
199
  # setup authorization
204
200
  OryClient.configure do |config|
205
- # Configure API key authorization: oryAccessToken
206
- config.api_key['oryAccessToken'] = 'YOUR API KEY'
207
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
208
- # config.api_key_prefix['oryAccessToken'] = 'Bearer'
201
+ # Configure Bearer authorization: oryAccessToken
202
+ config.access_token = 'YOUR_BEARER_TOKEN'
209
203
  end
210
204
 
211
205
  api_instance = OryClient::V0alpha2Api.new
@@ -272,10 +266,8 @@ require 'time'
272
266
  require 'ory-client'
273
267
  # setup authorization
274
268
  OryClient.configure do |config|
275
- # Configure API key authorization: oryAccessToken
276
- config.api_key['oryAccessToken'] = 'YOUR API KEY'
277
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
278
- # config.api_key_prefix['oryAccessToken'] = 'Bearer'
269
+ # Configure Bearer authorization: oryAccessToken
270
+ config.access_token = 'YOUR_BEARER_TOKEN'
279
271
  end
280
272
 
281
273
  api_instance = OryClient::V0alpha2Api.new
@@ -342,10 +334,8 @@ require 'time'
342
334
  require 'ory-client'
343
335
  # setup authorization
344
336
  OryClient.configure do |config|
345
- # Configure API key authorization: oryAccessToken
346
- config.api_key['oryAccessToken'] = 'YOUR API KEY'
347
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
348
- # config.api_key_prefix['oryAccessToken'] = 'Bearer'
337
+ # Configure Bearer authorization: oryAccessToken
338
+ config.access_token = 'YOUR_BEARER_TOKEN'
349
339
  end
350
340
 
351
341
  api_instance = OryClient::V0alpha2Api.new
@@ -417,10 +407,8 @@ require 'time'
417
407
  require 'ory-client'
418
408
  # setup authorization
419
409
  OryClient.configure do |config|
420
- # Configure API key authorization: oryAccessToken
421
- config.api_key['oryAccessToken'] = 'YOUR API KEY'
422
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
423
- # config.api_key_prefix['oryAccessToken'] = 'Bearer'
410
+ # Configure Bearer authorization: oryAccessToken
411
+ config.access_token = 'YOUR_BEARER_TOKEN'
424
412
  end
425
413
 
426
414
  api_instance = OryClient::V0alpha2Api.new
@@ -492,10 +480,8 @@ require 'time'
492
480
  require 'ory-client'
493
481
  # setup authorization
494
482
  OryClient.configure do |config|
495
- # Configure API key authorization: oryAccessToken
496
- config.api_key['oryAccessToken'] = 'YOUR API KEY'
497
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
498
- # config.api_key_prefix['oryAccessToken'] = 'Bearer'
483
+ # Configure Bearer authorization: oryAccessToken
484
+ config.access_token = 'YOUR_BEARER_TOKEN'
499
485
  end
500
486
 
501
487
  api_instance = OryClient::V0alpha2Api.new
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -217,10 +217,10 @@ module OryClient
217
217
  {
218
218
  'oryAccessToken' =>
219
219
  {
220
- type: 'api_key',
220
+ type: 'bearer',
221
221
  in: 'header',
222
222
  key: 'Authorization',
223
- value: api_key_with_prefix('oryAccessToken')
223
+ value: "Bearer #{access_token}"
224
224
  },
225
225
  }
226
226
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.31
6
+ The version of the OpenAPI document: v0.0.1-alpha.36
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1