kinde_sdk 1.6.3 → 1.6.5
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.
- checksums.yaml +4 -4
- data/app/controllers/kinde_sdk/auth_controller.rb +133 -67
- data/app/helpers/auth_helper.rb +88 -0
- data/config/routes.rb +3 -1
- data/kinde_api/Gemfile +9 -0
- data/kinde_api/README.md +316 -47
- data/kinde_api/Rakefile +10 -0
- data/kinde_api/docs/APIsApi.md +569 -60
- data/kinde_api/docs/AddAPIScopeRequest.md +20 -0
- data/kinde_api/docs/AddAPIsRequest.md +4 -4
- data/kinde_api/docs/AddOrganizationUsersRequestUsersInner.md +1 -1
- data/kinde_api/docs/AddRoleScopeRequest.md +18 -0
- data/kinde_api/docs/AddRoleScopeResponse.md +20 -0
- data/kinde_api/docs/ApplicationsApi.md +465 -38
- data/kinde_api/docs/AuthorizeAppApiResponse.md +24 -0
- data/kinde_api/docs/BillingAgreementsApi.md +157 -0
- data/kinde_api/docs/BillingEntitlementsApi.md +89 -0
- data/kinde_api/docs/BillingMeterUsageApi.md +77 -0
- data/kinde_api/docs/BusinessApi.md +27 -66
- data/kinde_api/docs/CallbacksApi.md +25 -25
- data/kinde_api/docs/Category.md +20 -0
- data/kinde_api/docs/ConnectedAppsApi.md +8 -8
- data/kinde_api/docs/Connection.md +22 -0
- data/kinde_api/docs/ConnectionConnection.md +24 -0
- data/kinde_api/docs/ConnectionsApi.md +439 -0
- data/kinde_api/docs/CreateApiScopesResponse.md +22 -0
- data/kinde_api/docs/CreateApiScopesResponseScope.md +18 -0
- data/kinde_api/docs/CreateApisResponse.md +22 -0
- data/kinde_api/docs/CreateApisResponseApi.md +18 -0
- data/kinde_api/docs/CreateApplicationRequest.md +3 -3
- data/kinde_api/docs/CreateApplicationResponseApplication.md +4 -4
- data/kinde_api/docs/CreateBillingAgreementRequest.md +24 -0
- data/kinde_api/docs/CreateCategoryRequest.md +20 -0
- data/kinde_api/docs/CreateCategoryResponse.md +22 -0
- data/kinde_api/docs/CreateCategoryResponseCategory.md +18 -0
- data/kinde_api/docs/CreateConnectionRequest.md +28 -0
- data/kinde_api/docs/CreateConnectionRequestOptions.md +51 -0
- data/kinde_api/docs/CreateConnectionRequestOptionsOneOf.md +22 -0
- data/kinde_api/docs/CreateConnectionRequestOptionsOneOf1.md +34 -0
- data/kinde_api/docs/CreateConnectionRequestOptionsOneOf2.md +44 -0
- data/kinde_api/docs/CreateConnectionResponse.md +22 -0
- data/kinde_api/docs/CreateConnectionResponseConnection.md +18 -0
- data/kinde_api/docs/CreateEnvironmentVariableRequest.md +22 -0
- data/kinde_api/docs/CreateEnvironmentVariableResponse.md +22 -0
- data/kinde_api/docs/CreateEnvironmentVariableResponseEnvironmentVariable.md +18 -0
- data/kinde_api/docs/CreateIdentityResponse.md +22 -0
- data/kinde_api/docs/CreateIdentityResponseIdentity.md +18 -0
- data/kinde_api/docs/CreateMeterUsageRecordRequest.md +26 -0
- data/kinde_api/docs/CreateMeterUsageRecordResponse.md +20 -0
- data/kinde_api/docs/CreateOrganizationRequest.md +17 -7
- data/kinde_api/docs/CreateOrganizationResponse.md +4 -4
- data/kinde_api/docs/CreateOrganizationResponseOrganization.md +4 -2
- data/kinde_api/docs/CreatePropertyRequest.md +30 -0
- data/kinde_api/docs/CreatePropertyResponse.md +22 -0
- data/kinde_api/docs/CreatePropertyResponseProperty.md +18 -0
- data/kinde_api/docs/CreateRolesResponse.md +22 -0
- data/kinde_api/docs/CreateRolesResponseRole.md +18 -0
- data/kinde_api/docs/CreateUserIdentityRequest.md +24 -0
- data/kinde_api/docs/CreateUserRequest.md +3 -1
- data/kinde_api/docs/CreateUserRequestIdentitiesInner.md +3 -1
- data/kinde_api/docs/CreateUserRequestIdentitiesInnerDetails.md +7 -1
- data/kinde_api/docs/CreateUserRequestProfile.md +3 -1
- data/kinde_api/docs/CreateUserResponse.md +1 -1
- data/kinde_api/docs/CreateWebHookRequest.md +24 -0
- data/kinde_api/docs/CreateWebhookResponse.md +22 -0
- data/kinde_api/docs/CreateWebhookResponseWebhook.md +20 -0
- data/kinde_api/docs/DeleteApiResponse.md +20 -0
- data/kinde_api/docs/DeleteEnvironmentVariableResponse.md +20 -0
- data/kinde_api/docs/DeleteRoleScopeResponse.md +20 -0
- data/kinde_api/docs/DeleteWebhookResponse.md +20 -0
- data/kinde_api/docs/EnvironmentVariable.md +26 -0
- data/kinde_api/docs/EnvironmentVariablesApi.md +356 -0
- data/kinde_api/docs/EnvironmentsApi.md +281 -5
- data/kinde_api/docs/EventType.md +26 -0
- data/kinde_api/docs/FeatureFlagsApi.md +4 -4
- data/kinde_api/docs/GetApiResponse.md +22 -0
- data/kinde_api/docs/GetApiResponseApi.md +28 -0
- data/kinde_api/docs/GetApiResponseApiApplicationsInner.md +24 -0
- data/kinde_api/docs/GetApiResponseApiScopesInner.md +20 -0
- data/kinde_api/docs/GetApiScopeResponse.md +22 -0
- data/kinde_api/docs/GetApiScopesResponse.md +22 -0
- data/kinde_api/docs/GetApiScopesResponseScopesInner.md +22 -0
- data/kinde_api/docs/GetApisResponse.md +24 -0
- data/kinde_api/docs/GetApisResponseApisInner.md +26 -0
- data/kinde_api/docs/GetApisResponseApisInnerScopesInner.md +20 -0
- data/kinde_api/docs/GetApplicationResponseApplication.md +11 -5
- data/kinde_api/docs/GetBillingAgreementsResponse.md +24 -0
- data/kinde_api/docs/GetBillingAgreementsResponseAgreementsInner.md +26 -0
- data/kinde_api/docs/GetBillingAgreementsResponseAgreementsInnerEntitlementsInner.md +20 -0
- data/kinde_api/docs/GetBillingEntitlementsResponse.md +26 -0
- data/kinde_api/docs/GetBillingEntitlementsResponseEntitlementsInner.md +32 -0
- data/kinde_api/docs/GetBillingEntitlementsResponsePlansInner.md +20 -0
- data/kinde_api/docs/GetBusinessResponse.md +22 -0
- data/kinde_api/docs/GetBusinessResponseBusiness.md +38 -0
- data/kinde_api/docs/GetCategoriesResponse.md +24 -0
- data/kinde_api/docs/GetConnectionsResponse.md +24 -0
- data/kinde_api/docs/GetEnvironmentResponse.md +22 -0
- data/kinde_api/docs/GetEnvironmentResponseEnvironment.md +68 -0
- data/kinde_api/docs/GetEnvironmentResponseEnvironmentBackgroundColor.md +22 -0
- data/kinde_api/docs/GetEnvironmentResponseEnvironmentLinkColor.md +22 -0
- data/kinde_api/docs/GetEnvironmentVariableResponse.md +22 -0
- data/kinde_api/docs/GetEnvironmentVariablesResponse.md +24 -0
- data/kinde_api/docs/GetEventResponse.md +22 -0
- data/kinde_api/docs/GetEventResponseEvent.md +26 -0
- data/kinde_api/docs/GetEventTypesResponse.md +22 -0
- data/kinde_api/docs/GetIdentitiesResponse.md +24 -0
- data/kinde_api/docs/GetIndustriesResponse.md +22 -0
- data/kinde_api/docs/GetIndustriesResponseIndustriesInner.md +20 -0
- data/kinde_api/docs/GetOrganizationResponse.md +72 -0
- data/kinde_api/docs/GetOrganizationResponseBilling.md +20 -0
- data/kinde_api/docs/GetOrganizationResponseBillingAgreementsInner.md +20 -0
- data/kinde_api/docs/GetOrganizationUsersResponse.md +2 -2
- data/kinde_api/docs/GetOrganizationsResponse.md +4 -4
- data/kinde_api/docs/GetPropertiesResponse.md +24 -0
- data/kinde_api/docs/GetPropertyValuesResponse.md +24 -0
- data/kinde_api/docs/GetRoleResponse.md +22 -0
- data/kinde_api/docs/GetRoleResponseRole.md +26 -0
- data/kinde_api/docs/GetTimezonesResponse.md +22 -0
- data/kinde_api/docs/GetTimezonesResponseTimezonesInner.md +20 -0
- data/kinde_api/docs/GetUserMfaResponse.md +22 -0
- data/kinde_api/docs/GetUserMfaResponseMfa.md +30 -0
- data/kinde_api/docs/GetUserSessionsResponse.md +24 -0
- data/kinde_api/docs/GetUserSessionsResponseSessionsInner.md +40 -0
- data/kinde_api/docs/GetWebhooksResponse.md +22 -0
- data/kinde_api/docs/IdentitiesApi.md +219 -0
- data/kinde_api/docs/Identity.md +34 -0
- data/kinde_api/docs/IndustriesApi.md +14 -21
- data/kinde_api/docs/LogoutRedirectUrls.md +6 -2
- data/kinde_api/docs/MFAApi.md +77 -0
- data/kinde_api/docs/NotFoundResponse.md +18 -0
- data/kinde_api/docs/NotFoundResponseErrors.md +20 -0
- data/kinde_api/docs/OAuthApi.md +32 -97
- data/kinde_api/docs/OrganizationItemSchema.md +28 -0
- data/kinde_api/docs/OrganizationUser.md +17 -11
- data/kinde_api/docs/OrganizationsApi.md +1440 -210
- data/kinde_api/docs/Permissions.md +1 -1
- data/kinde_api/docs/PermissionsApi.md +7 -7
- data/kinde_api/docs/PropertiesApi.md +297 -0
- data/kinde_api/docs/Property.md +28 -0
- data/kinde_api/docs/PropertyCategoriesApi.md +227 -0
- data/kinde_api/docs/PropertyValue.md +26 -0
- data/kinde_api/docs/ReadEnvLogoResponse.md +22 -0
- data/kinde_api/docs/ReadEnvLogoResponseLogosInner.md +20 -0
- data/kinde_api/docs/ReadLogoResponse.md +22 -0
- data/kinde_api/docs/ReadLogoResponseLogosInner.md +22 -0
- data/kinde_api/docs/ReplaceConnectionRequest.md +24 -0
- data/kinde_api/docs/ReplaceConnectionRequestOptions.md +51 -0
- data/kinde_api/docs/ReplaceConnectionRequestOptionsOneOf.md +32 -0
- data/kinde_api/docs/ReplaceConnectionRequestOptionsOneOf1.md +40 -0
- data/kinde_api/docs/ReplaceMFARequest.md +20 -0
- data/kinde_api/docs/ReplaceOrganizationMFARequest.md +18 -0
- data/kinde_api/docs/RolePermissionsResponse.md +24 -0
- data/kinde_api/docs/RoleScopesResponse.md +22 -0
- data/kinde_api/docs/Roles.md +4 -2
- data/kinde_api/docs/RolesApi.md +338 -54
- data/kinde_api/docs/Scopes.md +24 -0
- data/kinde_api/docs/SearchApi.md +89 -0
- data/kinde_api/docs/SearchUsersResponse.md +22 -0
- data/kinde_api/docs/SearchUsersResponseResultsInner.md +46 -0
- data/kinde_api/docs/SetUserPasswordRequest.md +26 -0
- data/kinde_api/docs/SubscribersApi.md +4 -4
- data/kinde_api/docs/SuccessResponse.md +2 -2
- data/kinde_api/docs/TimezonesApi.md +14 -21
- data/kinde_api/docs/TokenIntrospect.md +5 -5
- data/kinde_api/docs/UpdateAPIApplicationsRequestApplicationsInner.md +4 -4
- data/kinde_api/docs/UpdateAPIScopeRequest.md +18 -0
- data/kinde_api/docs/UpdateApplicationRequest.md +5 -1
- data/kinde_api/docs/UpdateApplicationTokensRequest.md +26 -0
- data/kinde_api/docs/UpdateApplicationsPropertyRequest.md +18 -0
- data/kinde_api/docs/UpdateApplicationsPropertyRequestValue.md +49 -0
- data/kinde_api/docs/UpdateBusinessRequest.md +36 -0
- data/kinde_api/docs/UpdateCategoryRequest.md +18 -0
- data/kinde_api/docs/UpdateConnectionRequest.md +24 -0
- data/kinde_api/docs/UpdateEnvironmentVariableRequest.md +22 -0
- data/kinde_api/docs/UpdateEnvironmentVariableResponse.md +20 -0
- data/kinde_api/docs/UpdateIdentityRequest.md +18 -0
- data/kinde_api/docs/UpdateOrganizationPropertiesRequest.md +18 -0
- data/kinde_api/docs/UpdateOrganizationRequest.md +27 -15
- data/kinde_api/docs/UpdateOrganizationSessionsRequest.md +24 -0
- data/kinde_api/docs/UpdateOrganizationUsersRequestUsersInner.md +2 -2
- data/kinde_api/docs/UpdateOrganizationUsersResponse.md +3 -1
- data/kinde_api/docs/UpdatePropertyRequest.md +24 -0
- data/kinde_api/docs/UpdateUserRequest.md +5 -1
- data/kinde_api/docs/UpdateUserResponse.md +1 -1
- data/kinde_api/docs/UpdateWebHookRequest.md +22 -0
- data/kinde_api/docs/UpdateWebhookResponse.md +22 -0
- data/kinde_api/docs/UpdateWebhookResponseWebhook.md +18 -0
- data/kinde_api/docs/User.md +6 -2
- data/kinde_api/docs/UserProfileV2.md +17 -13
- data/kinde_api/docs/UsersApi.md +893 -99
- data/kinde_api/docs/UsersResponseUsersInner.md +6 -2
- data/kinde_api/docs/Webhook.md +28 -0
- data/kinde_api/docs/WebhooksApi.md +423 -0
- data/kinde_api/git_push.sh +57 -0
- data/kinde_api/kinde_api.gemspec +38 -0
- data/kinde_api/lib/kinde_api/api/apis_api.rb +640 -127
- data/kinde_api/lib/kinde_api/api/applications_api.rb +524 -112
- data/kinde_api/lib/kinde_api/api/billing_agreements_api.rb +166 -0
- data/kinde_api/lib/kinde_api/api/billing_entitlements_api.rb +105 -0
- data/kinde_api/lib/kinde_api/api/billing_meter_usage_api.rb +90 -0
- data/kinde_api/lib/kinde_api/api/business_api.rb +61 -126
- data/kinde_api/lib/kinde_api/api/callbacks_api.rb +152 -172
- data/kinde_api/lib/kinde_api/api/connected_apps_api.rb +57 -67
- data/kinde_api/lib/kinde_api/api/connections_api.rb +433 -0
- data/kinde_api/lib/kinde_api/api/environment_variables_api.rb +347 -0
- data/kinde_api/lib/kinde_api/api/environments_api.rb +327 -78
- data/kinde_api/lib/kinde_api/api/feature_flags_api.rb +68 -88
- data/kinde_api/lib/kinde_api/api/identities_api.rb +222 -0
- data/kinde_api/lib/kinde_api/api/industries_api.rb +29 -34
- data/kinde_api/lib/kinde_api/api/mfa_api.rb +90 -0
- data/kinde_api/lib/kinde_api/api/o_auth_api.rb +104 -129
- data/kinde_api/lib/kinde_api/api/organizations_api.rb +1689 -544
- data/kinde_api/lib/kinde_api/api/permissions_api.rb +76 -80
- data/kinde_api/lib/kinde_api/api/properties_api.rb +300 -0
- data/kinde_api/lib/kinde_api/api/property_categories_api.rb +237 -0
- data/kinde_api/lib/kinde_api/api/roles_api.rb +432 -166
- data/kinde_api/lib/kinde_api/api/search_api.rb +97 -0
- data/kinde_api/lib/kinde_api/api/subscribers_api.rb +59 -60
- data/kinde_api/lib/kinde_api/api/timezones_api.rb +29 -34
- data/kinde_api/lib/kinde_api/api/users_api.rb +900 -150
- data/kinde_api/lib/kinde_api/api/webhooks_api.rb +404 -0
- data/kinde_api/lib/kinde_api/api_client.rb +79 -68
- data/kinde_api/lib/kinde_api/api_error.rb +16 -16
- data/kinde_api/lib/kinde_api/configuration.rb +101 -24
- data/kinde_api/lib/kinde_api/models/add_api_scope_request.rb +235 -0
- data/kinde_api/lib/kinde_api/models/add_apis_request.rb +54 -49
- data/kinde_api/lib/kinde_api/models/add_organization_users_request.rb +40 -42
- data/kinde_api/lib/kinde_api/models/add_organization_users_request_users_inner.rb +53 -51
- data/kinde_api/lib/kinde_api/models/add_organization_users_response.rb +52 -50
- data/kinde_api/lib/kinde_api/models/add_role_scope_request.rb +225 -0
- data/kinde_api/lib/kinde_api/models/add_role_scope_response.rb +230 -0
- data/kinde_api/lib/kinde_api/models/api_result.rb +38 -40
- data/kinde_api/lib/kinde_api/models/applications.rb +55 -50
- data/kinde_api/lib/kinde_api/models/authorize_app_api_response.rb +250 -0
- data/kinde_api/lib/kinde_api/models/category.rb +228 -0
- data/kinde_api/lib/kinde_api/models/connected_apps_access_token.rb +44 -45
- data/kinde_api/lib/kinde_api/models/connected_apps_auth_url.rb +44 -45
- data/kinde_api/lib/kinde_api/models/connection.rb +239 -0
- data/kinde_api/lib/kinde_api/models/connection_connection.rb +246 -0
- data/kinde_api/lib/kinde_api/models/create_api_scopes_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/create_api_scopes_response_scope.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_apis_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/create_apis_response_api.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_application_request.rb +60 -52
- data/kinde_api/lib/kinde_api/models/create_application_response.rb +50 -49
- data/kinde_api/lib/kinde_api/models/create_application_response_application.rb +51 -50
- data/kinde_api/lib/kinde_api/models/create_billing_agreement_request.rb +260 -0
- data/kinde_api/lib/kinde_api/models/create_category_request.rb +274 -0
- data/kinde_api/lib/kinde_api/models/create_category_response.rb +237 -0
- data/kinde_api/lib/kinde_api/models/create_category_response_category.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_connection_request.rb +306 -0
- data/kinde_api/lib/kinde_api/models/create_connection_request_options.rb +106 -0
- data/kinde_api/lib/kinde_api/models/create_connection_request_options_one_of.rb +241 -0
- data/kinde_api/lib/kinde_api/models/create_connection_request_options_one_of1.rb +303 -0
- data/kinde_api/lib/kinde_api/models/create_connection_request_options_one_of2.rb +333 -0
- data/kinde_api/lib/kinde_api/models/create_connection_response.rb +237 -0
- data/kinde_api/lib/kinde_api/models/create_connection_response_connection.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_environment_variable_request.rb +250 -0
- data/kinde_api/lib/kinde_api/models/create_environment_variable_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/create_environment_variable_response_environment_variable.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_feature_flag_request.rb +87 -77
- data/kinde_api/lib/kinde_api/models/create_identity_response.rb +237 -0
- data/kinde_api/lib/kinde_api/models/create_identity_response_identity.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_meter_usage_record_request.rb +309 -0
- data/kinde_api/lib/kinde_api/models/create_meter_usage_record_response.rb +230 -0
- data/kinde_api/lib/kinde_api/models/create_organization_request.rb +175 -100
- data/kinde_api/lib/kinde_api/models/create_organization_response.rb +57 -50
- data/kinde_api/lib/kinde_api/models/create_organization_response_organization.rb +49 -42
- data/kinde_api/lib/kinde_api/models/create_organization_user_permission_request.rb +38 -41
- data/kinde_api/lib/kinde_api/models/create_organization_user_role_request.rb +38 -41
- data/kinde_api/lib/kinde_api/models/create_permission_request.rb +50 -49
- data/kinde_api/lib/kinde_api/models/create_property_request.rb +356 -0
- data/kinde_api/lib/kinde_api/models/create_property_response.rb +237 -0
- data/kinde_api/lib/kinde_api/models/create_property_response_property.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_role_request.rb +56 -53
- data/kinde_api/lib/kinde_api/models/create_roles_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/create_roles_response_role.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_subscriber_success_response.rb +38 -41
- data/kinde_api/lib/kinde_api/models/create_subscriber_success_response_subscriber.rb +38 -41
- data/kinde_api/lib/kinde_api/models/create_user_identity_request.rb +284 -0
- data/kinde_api/lib/kinde_api/models/create_user_request.rb +62 -50
- data/kinde_api/lib/kinde_api/models/create_user_request_identities_inner.rb +60 -52
- data/kinde_api/lib/kinde_api/models/create_user_request_identities_inner_details.rb +67 -40
- data/kinde_api/lib/kinde_api/models/create_user_request_profile.rb +54 -45
- data/kinde_api/lib/kinde_api/models/create_user_response.rb +53 -51
- data/kinde_api/lib/kinde_api/models/create_web_hook_request.rb +268 -0
- data/kinde_api/lib/kinde_api/models/create_webhook_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/create_webhook_response_webhook.rb +228 -0
- data/kinde_api/lib/kinde_api/models/delete_api_response.rb +228 -0
- data/kinde_api/lib/kinde_api/models/delete_environment_variable_response.rb +230 -0
- data/kinde_api/lib/kinde_api/models/delete_role_scope_response.rb +230 -0
- data/kinde_api/lib/kinde_api/models/delete_webhook_response.rb +230 -0
- data/kinde_api/lib/kinde_api/models/environment_variable.rb +261 -0
- data/kinde_api/lib/kinde_api/models/error.rb +44 -44
- data/kinde_api/lib/kinde_api/models/error_response.rb +40 -42
- data/kinde_api/lib/kinde_api/models/event_type.rb +255 -0
- data/kinde_api/lib/kinde_api/models/get_api_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_api_response_api.rb +272 -0
- data/kinde_api/lib/kinde_api/models/get_api_response_api_applications_inner.rb +285 -0
- data/kinde_api/lib/kinde_api/models/get_api_response_api_scopes_inner.rb +230 -0
- data/kinde_api/lib/kinde_api/models/get_api_scope_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_api_scopes_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/get_api_scopes_response_scopes_inner.rb +240 -0
- data/kinde_api/lib/kinde_api/models/get_apis_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_apis_response_apis_inner.rb +261 -0
- data/kinde_api/lib/kinde_api/models/get_apis_response_apis_inner_scopes_inner.rb +228 -0
- data/kinde_api/lib/kinde_api/models/get_application_response.rb +50 -49
- data/kinde_api/lib/kinde_api/models/get_application_response_application.rb +126 -57
- data/kinde_api/lib/kinde_api/models/get_applications_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_billing_agreements_response.rb +252 -0
- data/kinde_api/lib/kinde_api/models/get_billing_agreements_response_agreements_inner.rb +262 -0
- data/kinde_api/lib/kinde_api/models/get_billing_agreements_response_agreements_inner_entitlements_inner.rb +230 -0
- data/kinde_api/lib/kinde_api/models/get_billing_entitlements_response.rb +264 -0
- data/kinde_api/lib/kinde_api/models/get_billing_entitlements_response_entitlements_inner.rb +290 -0
- data/kinde_api/lib/kinde_api/models/get_billing_entitlements_response_plans_inner.rb +229 -0
- data/kinde_api/lib/kinde_api/models/get_business_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_business_response_business.rb +326 -0
- data/kinde_api/lib/kinde_api/models/get_categories_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_connections_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_environment_feature_flags_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_environment_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_environment_response_environment.rb +526 -0
- data/kinde_api/lib/kinde_api/models/get_environment_response_environment_background_color.rb +237 -0
- data/kinde_api/lib/kinde_api/models/get_environment_response_environment_link_color.rb +237 -0
- data/kinde_api/lib/kinde_api/models/get_environment_variable_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_environment_variables_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_event_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_event_response_event.rb +257 -0
- data/kinde_api/lib/kinde_api/models/get_event_types_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/get_identities_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_industries_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/get_industries_response_industries_inner.rb +230 -0
- data/kinde_api/lib/kinde_api/models/get_organization_feature_flags_response.rb +52 -50
- data/kinde_api/lib/kinde_api/models/get_organization_feature_flags_response_feature_flags_value.rb +52 -52
- data/kinde_api/lib/kinde_api/models/get_organization_response.rb +547 -0
- data/kinde_api/lib/kinde_api/models/get_organization_response_billing.rb +232 -0
- data/kinde_api/lib/kinde_api/models/get_organization_response_billing_agreements_inner.rb +230 -0
- data/kinde_api/lib/kinde_api/models/get_organization_users_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_organizations_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_organizations_user_permissions_response.rb +52 -50
- data/kinde_api/lib/kinde_api/models/get_organizations_user_roles_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_permissions_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_properties_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_property_values_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_redirect_callback_urls_response.rb +40 -42
- data/kinde_api/lib/kinde_api/models/get_role_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_role_response_role.rb +260 -0
- data/kinde_api/lib/kinde_api/models/get_roles_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_subscriber_response.rb +52 -50
- data/kinde_api/lib/kinde_api/models/get_subscribers_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_timezones_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/get_timezones_response_timezones_inner.rb +230 -0
- data/kinde_api/lib/kinde_api/models/get_user_mfa_response.rb +237 -0
- data/kinde_api/lib/kinde_api/models/get_user_mfa_response_mfa.rb +280 -0
- data/kinde_api/lib/kinde_api/models/get_user_sessions_response.rb +248 -0
- data/kinde_api/lib/kinde_api/models/get_user_sessions_response_sessions_inner.rb +331 -0
- data/kinde_api/lib/kinde_api/models/get_webhooks_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/identity.rb +300 -0
- data/kinde_api/lib/kinde_api/models/logout_redirect_urls.rb +60 -42
- data/kinde_api/lib/kinde_api/models/not_found_response.rb +219 -0
- data/kinde_api/lib/kinde_api/models/not_found_response_errors.rb +228 -0
- data/kinde_api/lib/kinde_api/models/organization_item_schema.rb +272 -0
- data/kinde_api/lib/kinde_api/models/organization_user.rb +122 -62
- data/kinde_api/lib/kinde_api/models/organization_user_permission.rb +73 -59
- data/kinde_api/lib/kinde_api/models/organization_user_permission_roles_inner.rb +47 -46
- data/kinde_api/lib/kinde_api/models/organization_user_role.rb +55 -50
- data/kinde_api/lib/kinde_api/models/organization_user_role_permissions.rb +55 -50
- data/kinde_api/lib/kinde_api/models/organization_user_role_permissions_permissions.rb +38 -41
- data/kinde_api/lib/kinde_api/models/permissions.rb +57 -54
- data/kinde_api/lib/kinde_api/models/property.rb +264 -0
- data/kinde_api/lib/kinde_api/models/property_value.rb +257 -0
- data/kinde_api/lib/kinde_api/models/read_env_logo_response.rb +242 -0
- data/kinde_api/lib/kinde_api/models/read_env_logo_response_logos_inner.rb +230 -0
- data/kinde_api/lib/kinde_api/models/read_logo_response.rb +242 -0
- data/kinde_api/lib/kinde_api/models/read_logo_response_logos_inner.rb +240 -0
- data/kinde_api/lib/kinde_api/models/redirect_callback_urls.rb +40 -42
- data/kinde_api/lib/kinde_api/models/replace_connection_request.rb +251 -0
- data/kinde_api/lib/kinde_api/models/replace_connection_request_options.rb +106 -0
- data/kinde_api/lib/kinde_api/models/replace_connection_request_options_one_of.rb +293 -0
- data/kinde_api/lib/kinde_api/models/replace_connection_request_options_one_of1.rb +313 -0
- data/kinde_api/lib/kinde_api/models/replace_logout_redirect_urls_request.rb +40 -42
- data/kinde_api/lib/kinde_api/models/replace_mfa_request.rb +276 -0
- data/kinde_api/lib/kinde_api/models/replace_organization_mfa_request.rb +249 -0
- data/kinde_api/lib/kinde_api/models/replace_redirect_callback_urls_request.rb +40 -42
- data/kinde_api/lib/kinde_api/models/role.rb +63 -53
- data/kinde_api/lib/kinde_api/models/role_permissions_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/role_scopes_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/roles.rb +68 -53
- data/kinde_api/lib/kinde_api/models/scopes.rb +250 -0
- data/kinde_api/lib/kinde_api/models/search_users_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/search_users_response_results_inner.rb +374 -0
- data/kinde_api/lib/kinde_api/models/set_user_password_request.rb +311 -0
- data/kinde_api/lib/kinde_api/models/subscriber.rb +63 -54
- data/kinde_api/lib/kinde_api/models/subscribers_subscriber.rb +71 -58
- data/kinde_api/lib/kinde_api/models/success_response.rb +47 -46
- data/kinde_api/lib/kinde_api/models/token_error_response.rb +44 -45
- data/kinde_api/lib/kinde_api/models/token_introspect.rb +63 -58
- data/kinde_api/lib/kinde_api/models/update_api_applications_request.rb +42 -44
- data/kinde_api/lib/kinde_api/models/update_api_applications_request_applications_inner.rb +48 -49
- data/kinde_api/lib/kinde_api/models/update_api_scope_request.rb +220 -0
- data/kinde_api/lib/kinde_api/models/update_application_request.rb +78 -54
- data/kinde_api/lib/kinde_api/models/update_application_tokens_request.rb +260 -0
- data/kinde_api/lib/kinde_api/models/update_applications_property_request.rb +224 -0
- data/kinde_api/lib/kinde_api/models/update_applications_property_request_value.rb +106 -0
- data/kinde_api/lib/kinde_api/models/update_business_request.rb +320 -0
- data/kinde_api/lib/kinde_api/models/update_category_request.rb +220 -0
- data/kinde_api/lib/kinde_api/models/update_connection_request.rb +251 -0
- data/kinde_api/lib/kinde_api/models/update_environement_feature_flag_override_request.rb +40 -43
- data/kinde_api/lib/kinde_api/models/update_environment_variable_request.rb +240 -0
- data/kinde_api/lib/kinde_api/models/update_environment_variable_response.rb +230 -0
- data/kinde_api/lib/kinde_api/models/update_identity_request.rb +220 -0
- data/kinde_api/lib/kinde_api/models/update_organization_properties_request.rb +225 -0
- data/kinde_api/lib/kinde_api/models/update_organization_request.rb +209 -91
- data/kinde_api/lib/kinde_api/models/update_organization_sessions_request.rb +284 -0
- data/kinde_api/lib/kinde_api/models/update_organization_users_request.rb +40 -42
- data/kinde_api/lib/kinde_api/models/update_organization_users_request_users_inner.rb +59 -55
- data/kinde_api/lib/kinde_api/models/update_organization_users_response.rb +76 -57
- data/kinde_api/lib/kinde_api/models/update_property_request.rb +265 -0
- data/kinde_api/lib/kinde_api/models/update_role_permissions_request.rb +40 -42
- data/kinde_api/lib/kinde_api/models/update_role_permissions_request_permissions_inner.rb +44 -45
- data/kinde_api/lib/kinde_api/models/update_role_permissions_response.rb +66 -56
- data/kinde_api/lib/kinde_api/models/update_roles_request.rb +61 -56
- data/kinde_api/lib/kinde_api/models/update_user_request.rb +75 -52
- data/kinde_api/lib/kinde_api/models/update_user_response.rb +75 -67
- data/kinde_api/lib/kinde_api/models/update_web_hook_request.rb +243 -0
- data/kinde_api/lib/kinde_api/models/update_webhook_response.rb +237 -0
- data/kinde_api/lib/kinde_api/models/update_webhook_response_webhook.rb +219 -0
- data/kinde_api/lib/kinde_api/models/user.rb +138 -97
- data/kinde_api/lib/kinde_api/models/user_identities_inner.rb +47 -46
- data/kinde_api/lib/kinde_api/models/user_identity.rb +44 -45
- data/kinde_api/lib/kinde_api/models/user_identity_result.rb +38 -41
- data/kinde_api/lib/kinde_api/models/user_profile_v2.rb +113 -79
- data/kinde_api/lib/kinde_api/models/users_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/users_response_users_inner.rb +138 -98
- data/kinde_api/lib/kinde_api/models/webhook.rb +267 -0
- data/kinde_api/lib/kinde_api/version.rb +12 -12
- data/kinde_api/lib/kinde_api.rb +160 -36
- data/kinde_api/spec/api/billing_agreements_api_spec.rb +62 -0
- data/kinde_api/spec/api/billing_entitlements_api_spec.rb +52 -0
- data/kinde_api/spec/api/billing_meter_usage_api_spec.rb +47 -0
- data/kinde_api/spec/api/connections_api_spec.rb +112 -0
- data/kinde_api/spec/api/environment_variables_api_spec.rb +95 -0
- data/kinde_api/spec/api/identities_api_spec.rb +72 -0
- data/kinde_api/spec/api/mfa_api_spec.rb +47 -0
- data/kinde_api/spec/api/properties_api_spec.rb +87 -0
- data/kinde_api/spec/api/property_categories_api_spec.rb +75 -0
- data/kinde_api/spec/api/search_api_spec.rb +52 -0
- data/kinde_api/spec/api/webhooks_api_spec.rb +106 -0
- data/kinde_api/spec/api_client_spec.rb +27 -21
- data/kinde_api/spec/configuration_spec.rb +14 -14
- data/kinde_api/spec/models/add_api_scope_request_spec.rb +40 -0
- data/kinde_api/spec/models/add_role_scope_request_spec.rb +34 -0
- data/kinde_api/spec/models/add_role_scope_response_spec.rb +40 -0
- data/kinde_api/spec/models/authorize_app_api_response_spec.rb +52 -0
- data/kinde_api/spec/models/category_spec.rb +40 -0
- data/kinde_api/spec/models/connection_connection_spec.rb +52 -0
- data/kinde_api/spec/models/connection_spec.rb +46 -0
- data/kinde_api/spec/models/create_api_scopes_response_scope_spec.rb +34 -0
- data/kinde_api/spec/models/create_api_scopes_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_apis_response_api_spec.rb +34 -0
- data/kinde_api/spec/models/create_apis_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_billing_agreement_request_spec.rb +52 -0
- data/kinde_api/spec/models/create_category_request_spec.rb +44 -0
- data/kinde_api/spec/models/create_category_response_category_spec.rb +34 -0
- data/kinde_api/spec/models/create_category_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_connection_request_options_one_of1_spec.rb +82 -0
- data/kinde_api/spec/models/create_connection_request_options_one_of2_spec.rb +100 -0
- data/kinde_api/spec/models/create_connection_request_options_one_of_spec.rb +46 -0
- data/kinde_api/spec/models/create_connection_request_options_spec.rb +31 -0
- data/kinde_api/spec/models/create_connection_request_spec.rb +68 -0
- data/kinde_api/spec/models/create_connection_response_connection_spec.rb +34 -0
- data/kinde_api/spec/models/create_connection_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_environment_variable_request_spec.rb +46 -0
- data/kinde_api/spec/models/create_environment_variable_response_environment_variable_spec.rb +34 -0
- data/kinde_api/spec/models/create_environment_variable_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_identity_response_identity_spec.rb +34 -0
- data/kinde_api/spec/models/create_identity_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_meter_usage_record_request_spec.rb +62 -0
- data/kinde_api/spec/models/create_meter_usage_record_response_spec.rb +40 -0
- data/kinde_api/spec/models/create_property_request_spec.rb +78 -0
- data/kinde_api/spec/models/create_property_response_property_spec.rb +34 -0
- data/kinde_api/spec/models/create_property_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_roles_response_role_spec.rb +34 -0
- data/kinde_api/spec/models/create_roles_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_user_identity_request_spec.rb +56 -0
- data/kinde_api/spec/models/create_web_hook_request_spec.rb +52 -0
- data/kinde_api/spec/models/create_webhook_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_webhook_response_webhook_spec.rb +40 -0
- data/kinde_api/spec/models/delete_api_response_spec.rb +40 -0
- data/kinde_api/spec/models/delete_environment_variable_response_spec.rb +40 -0
- data/kinde_api/spec/models/delete_role_scope_response_spec.rb +40 -0
- data/kinde_api/spec/models/delete_webhook_response_spec.rb +40 -0
- data/kinde_api/spec/models/environment_variable_spec.rb +58 -0
- data/kinde_api/spec/models/event_type_spec.rb +58 -0
- data/kinde_api/spec/models/get_api_response_api_applications_inner_spec.rb +56 -0
- data/kinde_api/spec/models/get_api_response_api_scopes_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_api_response_api_spec.rb +64 -0
- data/kinde_api/spec/models/get_api_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_api_scope_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_api_scopes_response_scopes_inner_spec.rb +46 -0
- data/kinde_api/spec/models/get_api_scopes_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_apis_response_apis_inner_scopes_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_apis_response_apis_inner_spec.rb +58 -0
- data/kinde_api/spec/models/get_apis_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_billing_agreements_response_agreements_inner_entitlements_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_billing_agreements_response_agreements_inner_spec.rb +58 -0
- data/kinde_api/spec/models/get_billing_agreements_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_billing_entitlements_response_entitlements_inner_spec.rb +76 -0
- data/kinde_api/spec/models/get_billing_entitlements_response_plans_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_billing_entitlements_response_spec.rb +58 -0
- data/kinde_api/spec/models/get_business_response_business_spec.rb +94 -0
- data/kinde_api/spec/models/get_business_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_categories_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_connections_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_environment_response_environment_background_color_spec.rb +46 -0
- data/kinde_api/spec/models/get_environment_response_environment_link_color_spec.rb +46 -0
- data/kinde_api/spec/models/get_environment_response_environment_spec.rb +192 -0
- data/kinde_api/spec/models/get_environment_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_environment_variable_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_environment_variables_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_event_response_event_spec.rb +58 -0
- data/kinde_api/spec/models/get_event_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_event_types_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_identities_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_industries_response_industries_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_industries_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_organization_response_billing_agreements_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_organization_response_billing_spec.rb +40 -0
- data/kinde_api/spec/models/get_organization_response_spec.rb +204 -0
- data/kinde_api/spec/models/get_properties_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_property_values_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_role_response_role_spec.rb +58 -0
- data/kinde_api/spec/models/get_role_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_timezones_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_timezones_response_timezones_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_user_mfa_response_mfa_spec.rb +70 -0
- data/kinde_api/spec/models/get_user_mfa_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_user_sessions_response_sessions_inner_spec.rb +100 -0
- data/kinde_api/spec/models/get_user_sessions_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_webhooks_response_spec.rb +46 -0
- data/kinde_api/spec/models/identity_spec.rb +82 -0
- data/kinde_api/spec/models/not_found_response_errors_spec.rb +40 -0
- data/kinde_api/spec/models/not_found_response_spec.rb +34 -0
- data/kinde_api/spec/models/organization_item_schema_spec.rb +64 -0
- data/kinde_api/spec/models/property_spec.rb +64 -0
- data/kinde_api/spec/models/property_value_spec.rb +58 -0
- data/kinde_api/spec/models/read_env_logo_response_logos_inner_spec.rb +40 -0
- data/kinde_api/spec/models/read_env_logo_response_spec.rb +46 -0
- data/kinde_api/spec/models/read_logo_response_logos_inner_spec.rb +46 -0
- data/kinde_api/spec/models/read_logo_response_spec.rb +46 -0
- data/kinde_api/spec/models/replace_connection_request_options_one_of1_spec.rb +88 -0
- data/kinde_api/spec/models/replace_connection_request_options_one_of_spec.rb +76 -0
- data/kinde_api/spec/models/replace_connection_request_options_spec.rb +31 -0
- data/kinde_api/spec/models/replace_connection_request_spec.rb +52 -0
- data/kinde_api/spec/models/replace_mfa_request_spec.rb +48 -0
- data/kinde_api/spec/models/replace_organization_mfa_request_spec.rb +38 -0
- data/kinde_api/spec/models/role_permissions_response_spec.rb +52 -0
- data/kinde_api/spec/models/role_scopes_response_spec.rb +46 -0
- data/kinde_api/spec/models/scopes_spec.rb +52 -0
- data/kinde_api/spec/models/search_users_response_results_inner_spec.rb +118 -0
- data/kinde_api/spec/models/search_users_response_spec.rb +46 -0
- data/kinde_api/spec/models/set_user_password_request_spec.rb +66 -0
- data/kinde_api/spec/models/update_api_scope_request_spec.rb +34 -0
- data/kinde_api/spec/models/update_application_tokens_request_spec.rb +58 -0
- data/kinde_api/spec/models/update_applications_property_request_spec.rb +34 -0
- data/kinde_api/spec/models/update_applications_property_request_value_spec.rb +31 -0
- data/kinde_api/spec/models/update_business_request_spec.rb +88 -0
- data/kinde_api/spec/models/update_category_request_spec.rb +34 -0
- data/kinde_api/spec/models/update_connection_request_spec.rb +52 -0
- data/kinde_api/spec/models/update_environment_variable_request_spec.rb +46 -0
- data/kinde_api/spec/models/update_environment_variable_response_spec.rb +40 -0
- data/kinde_api/spec/models/update_identity_request_spec.rb +34 -0
- data/kinde_api/spec/models/update_organization_properties_request_spec.rb +34 -0
- data/kinde_api/spec/models/update_organization_sessions_request_spec.rb +56 -0
- data/kinde_api/spec/models/update_property_request_spec.rb +52 -0
- data/kinde_api/spec/models/update_web_hook_request_spec.rb +46 -0
- data/kinde_api/spec/models/update_webhook_response_spec.rb +46 -0
- data/kinde_api/spec/models/update_webhook_response_webhook_spec.rb +34 -0
- data/kinde_api/spec/models/webhook_spec.rb +64 -0
- data/kinde_api/spec/spec_helper.rb +63 -62
- data/lib/kinde_sdk/client.rb +88 -19
- data/lib/kinde_sdk/current.rb +16 -0
- data/lib/kinde_sdk/engine.rb +6 -0
- data/lib/kinde_sdk/middleware.rb +16 -0
- data/lib/kinde_sdk/token_manager.rb +85 -0
- data/lib/kinde_sdk/token_store.rb +29 -0
- data/lib/kinde_sdk/version.rb +1 -1
- data/lib/kinde_sdk.rb +22 -14
- data/spec/examples.txt +24 -0
- data/spec/kinde_sdk_spec.rb +211 -125
- data/spec/spec_helper.rb +4 -4
- metadata +656 -88
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kinde_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kinde Australia Pty Ltd
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-
|
10
|
+
date: 2025-06-19 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: typhoeus
|
@@ -143,65 +142,169 @@ extra_rdoc_files: []
|
|
143
142
|
files:
|
144
143
|
- app/assets/stylesheets/kinde/ruby/sdk/application.css
|
145
144
|
- app/controllers/kinde_sdk/auth_controller.rb
|
145
|
+
- app/helpers/auth_helper.rb
|
146
146
|
- config/routes.rb
|
147
|
+
- kinde_api/Gemfile
|
147
148
|
- kinde_api/README.md
|
149
|
+
- kinde_api/Rakefile
|
148
150
|
- kinde_api/docs/APIsApi.md
|
151
|
+
- kinde_api/docs/AddAPIScopeRequest.md
|
149
152
|
- kinde_api/docs/AddAPIsRequest.md
|
150
153
|
- kinde_api/docs/AddOrganizationUsersRequest.md
|
151
154
|
- kinde_api/docs/AddOrganizationUsersRequestUsersInner.md
|
152
155
|
- kinde_api/docs/AddOrganizationUsersResponse.md
|
156
|
+
- kinde_api/docs/AddRoleScopeRequest.md
|
157
|
+
- kinde_api/docs/AddRoleScopeResponse.md
|
153
158
|
- kinde_api/docs/Api.md
|
154
159
|
- kinde_api/docs/ApiApplicationsInner.md
|
155
160
|
- kinde_api/docs/ApiResult.md
|
156
161
|
- kinde_api/docs/Apis.md
|
157
162
|
- kinde_api/docs/Applications.md
|
158
163
|
- kinde_api/docs/ApplicationsApi.md
|
164
|
+
- kinde_api/docs/AuthorizeAppApiResponse.md
|
165
|
+
- kinde_api/docs/BillingAgreementsApi.md
|
166
|
+
- kinde_api/docs/BillingEntitlementsApi.md
|
167
|
+
- kinde_api/docs/BillingMeterUsageApi.md
|
159
168
|
- kinde_api/docs/BusinessApi.md
|
160
169
|
- kinde_api/docs/CallbacksApi.md
|
170
|
+
- kinde_api/docs/Category.md
|
161
171
|
- kinde_api/docs/ConnectedAppsAccessToken.md
|
162
172
|
- kinde_api/docs/ConnectedAppsApi.md
|
163
173
|
- kinde_api/docs/ConnectedAppsAuthUrl.md
|
174
|
+
- kinde_api/docs/Connection.md
|
175
|
+
- kinde_api/docs/ConnectionConnection.md
|
176
|
+
- kinde_api/docs/ConnectionsApi.md
|
177
|
+
- kinde_api/docs/CreateApiScopesResponse.md
|
178
|
+
- kinde_api/docs/CreateApiScopesResponseScope.md
|
179
|
+
- kinde_api/docs/CreateApisResponse.md
|
180
|
+
- kinde_api/docs/CreateApisResponseApi.md
|
164
181
|
- kinde_api/docs/CreateApplicationRequest.md
|
165
182
|
- kinde_api/docs/CreateApplicationResponse.md
|
166
183
|
- kinde_api/docs/CreateApplicationResponseApplication.md
|
184
|
+
- kinde_api/docs/CreateBillingAgreementRequest.md
|
185
|
+
- kinde_api/docs/CreateCategoryRequest.md
|
186
|
+
- kinde_api/docs/CreateCategoryResponse.md
|
187
|
+
- kinde_api/docs/CreateCategoryResponseCategory.md
|
188
|
+
- kinde_api/docs/CreateConnectionRequest.md
|
189
|
+
- kinde_api/docs/CreateConnectionRequestOptions.md
|
190
|
+
- kinde_api/docs/CreateConnectionRequestOptionsOneOf.md
|
191
|
+
- kinde_api/docs/CreateConnectionRequestOptionsOneOf1.md
|
192
|
+
- kinde_api/docs/CreateConnectionRequestOptionsOneOf2.md
|
193
|
+
- kinde_api/docs/CreateConnectionResponse.md
|
194
|
+
- kinde_api/docs/CreateConnectionResponseConnection.md
|
195
|
+
- kinde_api/docs/CreateEnvironmentVariableRequest.md
|
196
|
+
- kinde_api/docs/CreateEnvironmentVariableResponse.md
|
197
|
+
- kinde_api/docs/CreateEnvironmentVariableResponseEnvironmentVariable.md
|
167
198
|
- kinde_api/docs/CreateFeatureFlagRequest.md
|
199
|
+
- kinde_api/docs/CreateIdentityResponse.md
|
200
|
+
- kinde_api/docs/CreateIdentityResponseIdentity.md
|
201
|
+
- kinde_api/docs/CreateMeterUsageRecordRequest.md
|
202
|
+
- kinde_api/docs/CreateMeterUsageRecordResponse.md
|
168
203
|
- kinde_api/docs/CreateOrganizationRequest.md
|
169
204
|
- kinde_api/docs/CreateOrganizationResponse.md
|
170
205
|
- kinde_api/docs/CreateOrganizationResponseOrganization.md
|
171
206
|
- kinde_api/docs/CreateOrganizationUserPermissionRequest.md
|
172
207
|
- kinde_api/docs/CreateOrganizationUserRoleRequest.md
|
173
208
|
- kinde_api/docs/CreatePermissionRequest.md
|
209
|
+
- kinde_api/docs/CreatePropertyRequest.md
|
210
|
+
- kinde_api/docs/CreatePropertyResponse.md
|
211
|
+
- kinde_api/docs/CreatePropertyResponseProperty.md
|
174
212
|
- kinde_api/docs/CreateRoleRequest.md
|
213
|
+
- kinde_api/docs/CreateRolesResponse.md
|
214
|
+
- kinde_api/docs/CreateRolesResponseRole.md
|
175
215
|
- kinde_api/docs/CreateSubscriberSuccessResponse.md
|
176
216
|
- kinde_api/docs/CreateSubscriberSuccessResponseSubscriber.md
|
217
|
+
- kinde_api/docs/CreateUserIdentityRequest.md
|
177
218
|
- kinde_api/docs/CreateUserRequest.md
|
178
219
|
- kinde_api/docs/CreateUserRequestIdentitiesInner.md
|
179
220
|
- kinde_api/docs/CreateUserRequestIdentitiesInnerDetails.md
|
180
221
|
- kinde_api/docs/CreateUserRequestProfile.md
|
181
222
|
- kinde_api/docs/CreateUserResponse.md
|
223
|
+
- kinde_api/docs/CreateWebHookRequest.md
|
224
|
+
- kinde_api/docs/CreateWebhookResponse.md
|
225
|
+
- kinde_api/docs/CreateWebhookResponseWebhook.md
|
226
|
+
- kinde_api/docs/DeleteApiResponse.md
|
227
|
+
- kinde_api/docs/DeleteEnvironmentVariableResponse.md
|
228
|
+
- kinde_api/docs/DeleteRoleScopeResponse.md
|
229
|
+
- kinde_api/docs/DeleteWebhookResponse.md
|
230
|
+
- kinde_api/docs/EnvironmentVariable.md
|
231
|
+
- kinde_api/docs/EnvironmentVariablesApi.md
|
182
232
|
- kinde_api/docs/EnvironmentsApi.md
|
183
233
|
- kinde_api/docs/Error.md
|
184
234
|
- kinde_api/docs/ErrorResponse.md
|
235
|
+
- kinde_api/docs/EventType.md
|
185
236
|
- kinde_api/docs/FeatureFlagsApi.md
|
237
|
+
- kinde_api/docs/GetApiResponse.md
|
238
|
+
- kinde_api/docs/GetApiResponseApi.md
|
239
|
+
- kinde_api/docs/GetApiResponseApiApplicationsInner.md
|
240
|
+
- kinde_api/docs/GetApiResponseApiScopesInner.md
|
241
|
+
- kinde_api/docs/GetApiScopeResponse.md
|
242
|
+
- kinde_api/docs/GetApiScopesResponse.md
|
243
|
+
- kinde_api/docs/GetApiScopesResponseScopesInner.md
|
244
|
+
- kinde_api/docs/GetApisResponse.md
|
245
|
+
- kinde_api/docs/GetApisResponseApisInner.md
|
246
|
+
- kinde_api/docs/GetApisResponseApisInnerScopesInner.md
|
186
247
|
- kinde_api/docs/GetApplicationResponse.md
|
187
248
|
- kinde_api/docs/GetApplicationResponseApplication.md
|
188
249
|
- kinde_api/docs/GetApplicationsResponse.md
|
250
|
+
- kinde_api/docs/GetBillingAgreementsResponse.md
|
251
|
+
- kinde_api/docs/GetBillingAgreementsResponseAgreementsInner.md
|
252
|
+
- kinde_api/docs/GetBillingAgreementsResponseAgreementsInnerEntitlementsInner.md
|
253
|
+
- kinde_api/docs/GetBillingEntitlementsResponse.md
|
254
|
+
- kinde_api/docs/GetBillingEntitlementsResponseEntitlementsInner.md
|
255
|
+
- kinde_api/docs/GetBillingEntitlementsResponsePlansInner.md
|
256
|
+
- kinde_api/docs/GetBusinessResponse.md
|
257
|
+
- kinde_api/docs/GetBusinessResponseBusiness.md
|
258
|
+
- kinde_api/docs/GetCategoriesResponse.md
|
259
|
+
- kinde_api/docs/GetConnectionsResponse.md
|
189
260
|
- kinde_api/docs/GetEnvironmentFeatureFlagsResponse.md
|
261
|
+
- kinde_api/docs/GetEnvironmentResponse.md
|
262
|
+
- kinde_api/docs/GetEnvironmentResponseEnvironment.md
|
263
|
+
- kinde_api/docs/GetEnvironmentResponseEnvironmentBackgroundColor.md
|
264
|
+
- kinde_api/docs/GetEnvironmentResponseEnvironmentLinkColor.md
|
265
|
+
- kinde_api/docs/GetEnvironmentVariableResponse.md
|
266
|
+
- kinde_api/docs/GetEnvironmentVariablesResponse.md
|
267
|
+
- kinde_api/docs/GetEventResponse.md
|
268
|
+
- kinde_api/docs/GetEventResponseEvent.md
|
269
|
+
- kinde_api/docs/GetEventTypesResponse.md
|
270
|
+
- kinde_api/docs/GetIdentitiesResponse.md
|
271
|
+
- kinde_api/docs/GetIndustriesResponse.md
|
272
|
+
- kinde_api/docs/GetIndustriesResponseIndustriesInner.md
|
190
273
|
- kinde_api/docs/GetOrganizationFeatureFlagsResponse.md
|
191
274
|
- kinde_api/docs/GetOrganizationFeatureFlagsResponseFeatureFlagsValue.md
|
275
|
+
- kinde_api/docs/GetOrganizationResponse.md
|
276
|
+
- kinde_api/docs/GetOrganizationResponseBilling.md
|
277
|
+
- kinde_api/docs/GetOrganizationResponseBillingAgreementsInner.md
|
192
278
|
- kinde_api/docs/GetOrganizationUsersResponse.md
|
193
279
|
- kinde_api/docs/GetOrganizationsResponse.md
|
194
280
|
- kinde_api/docs/GetOrganizationsUserPermissionsResponse.md
|
195
281
|
- kinde_api/docs/GetOrganizationsUserRolesResponse.md
|
196
282
|
- kinde_api/docs/GetPermissionsResponse.md
|
283
|
+
- kinde_api/docs/GetPropertiesResponse.md
|
284
|
+
- kinde_api/docs/GetPropertyValuesResponse.md
|
197
285
|
- kinde_api/docs/GetRedirectCallbackUrlsResponse.md
|
286
|
+
- kinde_api/docs/GetRoleResponse.md
|
287
|
+
- kinde_api/docs/GetRoleResponseRole.md
|
198
288
|
- kinde_api/docs/GetRolesResponse.md
|
199
289
|
- kinde_api/docs/GetSubscriberResponse.md
|
200
290
|
- kinde_api/docs/GetSubscribersResponse.md
|
291
|
+
- kinde_api/docs/GetTimezonesResponse.md
|
292
|
+
- kinde_api/docs/GetTimezonesResponseTimezonesInner.md
|
293
|
+
- kinde_api/docs/GetUserMfaResponse.md
|
294
|
+
- kinde_api/docs/GetUserMfaResponseMfa.md
|
295
|
+
- kinde_api/docs/GetUserSessionsResponse.md
|
296
|
+
- kinde_api/docs/GetUserSessionsResponseSessionsInner.md
|
297
|
+
- kinde_api/docs/GetWebhooksResponse.md
|
298
|
+
- kinde_api/docs/IdentitiesApi.md
|
299
|
+
- kinde_api/docs/Identity.md
|
201
300
|
- kinde_api/docs/IndustriesApi.md
|
202
301
|
- kinde_api/docs/LogoutRedirectUrls.md
|
302
|
+
- kinde_api/docs/MFAApi.md
|
303
|
+
- kinde_api/docs/NotFoundResponse.md
|
304
|
+
- kinde_api/docs/NotFoundResponseErrors.md
|
203
305
|
- kinde_api/docs/OAuthApi.md
|
204
306
|
- kinde_api/docs/Organization.md
|
307
|
+
- kinde_api/docs/OrganizationItemSchema.md
|
205
308
|
- kinde_api/docs/OrganizationUser.md
|
206
309
|
- kinde_api/docs/OrganizationUserPermission.md
|
207
310
|
- kinde_api/docs/OrganizationUserPermissionRolesInner.md
|
@@ -211,13 +314,34 @@ files:
|
|
211
314
|
- kinde_api/docs/OrganizationsApi.md
|
212
315
|
- kinde_api/docs/Permissions.md
|
213
316
|
- kinde_api/docs/PermissionsApi.md
|
317
|
+
- kinde_api/docs/PropertiesApi.md
|
318
|
+
- kinde_api/docs/Property.md
|
319
|
+
- kinde_api/docs/PropertyCategoriesApi.md
|
320
|
+
- kinde_api/docs/PropertyValue.md
|
321
|
+
- kinde_api/docs/ReadEnvLogoResponse.md
|
322
|
+
- kinde_api/docs/ReadEnvLogoResponseLogosInner.md
|
323
|
+
- kinde_api/docs/ReadLogoResponse.md
|
324
|
+
- kinde_api/docs/ReadLogoResponseLogosInner.md
|
214
325
|
- kinde_api/docs/RedirectCallbackUrls.md
|
326
|
+
- kinde_api/docs/ReplaceConnectionRequest.md
|
327
|
+
- kinde_api/docs/ReplaceConnectionRequestOptions.md
|
328
|
+
- kinde_api/docs/ReplaceConnectionRequestOptionsOneOf.md
|
329
|
+
- kinde_api/docs/ReplaceConnectionRequestOptionsOneOf1.md
|
215
330
|
- kinde_api/docs/ReplaceLogoutRedirectURLsRequest.md
|
331
|
+
- kinde_api/docs/ReplaceMFARequest.md
|
332
|
+
- kinde_api/docs/ReplaceOrganizationMFARequest.md
|
216
333
|
- kinde_api/docs/ReplaceRedirectCallbackURLsRequest.md
|
217
334
|
- kinde_api/docs/Role.md
|
335
|
+
- kinde_api/docs/RolePermissionsResponse.md
|
336
|
+
- kinde_api/docs/RoleScopesResponse.md
|
218
337
|
- kinde_api/docs/Roles.md
|
219
338
|
- kinde_api/docs/RolesApi.md
|
220
339
|
- kinde_api/docs/RolesPermissionResponseInner.md
|
340
|
+
- kinde_api/docs/Scopes.md
|
341
|
+
- kinde_api/docs/SearchApi.md
|
342
|
+
- kinde_api/docs/SearchUsersResponse.md
|
343
|
+
- kinde_api/docs/SearchUsersResponseResultsInner.md
|
344
|
+
- kinde_api/docs/SetUserPasswordRequest.md
|
221
345
|
- kinde_api/docs/Subscriber.md
|
222
346
|
- kinde_api/docs/SubscribersApi.md
|
223
347
|
- kinde_api/docs/SubscribersSubscriber.md
|
@@ -227,18 +351,34 @@ files:
|
|
227
351
|
- kinde_api/docs/TokenIntrospect.md
|
228
352
|
- kinde_api/docs/UpdateAPIApplicationsRequest.md
|
229
353
|
- kinde_api/docs/UpdateAPIApplicationsRequestApplicationsInner.md
|
354
|
+
- kinde_api/docs/UpdateAPIScopeRequest.md
|
230
355
|
- kinde_api/docs/UpdateApplicationRequest.md
|
356
|
+
- kinde_api/docs/UpdateApplicationTokensRequest.md
|
357
|
+
- kinde_api/docs/UpdateApplicationsPropertyRequest.md
|
358
|
+
- kinde_api/docs/UpdateApplicationsPropertyRequestValue.md
|
359
|
+
- kinde_api/docs/UpdateBusinessRequest.md
|
360
|
+
- kinde_api/docs/UpdateCategoryRequest.md
|
361
|
+
- kinde_api/docs/UpdateConnectionRequest.md
|
231
362
|
- kinde_api/docs/UpdateEnvironementFeatureFlagOverrideRequest.md
|
363
|
+
- kinde_api/docs/UpdateEnvironmentVariableRequest.md
|
364
|
+
- kinde_api/docs/UpdateEnvironmentVariableResponse.md
|
365
|
+
- kinde_api/docs/UpdateIdentityRequest.md
|
366
|
+
- kinde_api/docs/UpdateOrganizationPropertiesRequest.md
|
232
367
|
- kinde_api/docs/UpdateOrganizationRequest.md
|
368
|
+
- kinde_api/docs/UpdateOrganizationSessionsRequest.md
|
233
369
|
- kinde_api/docs/UpdateOrganizationUsersRequest.md
|
234
370
|
- kinde_api/docs/UpdateOrganizationUsersRequestUsersInner.md
|
235
371
|
- kinde_api/docs/UpdateOrganizationUsersResponse.md
|
372
|
+
- kinde_api/docs/UpdatePropertyRequest.md
|
236
373
|
- kinde_api/docs/UpdateRolePermissionsRequest.md
|
237
374
|
- kinde_api/docs/UpdateRolePermissionsRequestPermissionsInner.md
|
238
375
|
- kinde_api/docs/UpdateRolePermissionsResponse.md
|
239
376
|
- kinde_api/docs/UpdateRolesRequest.md
|
240
377
|
- kinde_api/docs/UpdateUserRequest.md
|
241
378
|
- kinde_api/docs/UpdateUserResponse.md
|
379
|
+
- kinde_api/docs/UpdateWebHookRequest.md
|
380
|
+
- kinde_api/docs/UpdateWebhookResponse.md
|
381
|
+
- kinde_api/docs/UpdateWebhookResponseWebhook.md
|
242
382
|
- kinde_api/docs/User.md
|
243
383
|
- kinde_api/docs/UserIdentitiesInner.md
|
244
384
|
- kinde_api/docs/UserIdentity.md
|
@@ -248,73 +388,182 @@ files:
|
|
248
388
|
- kinde_api/docs/UsersApi.md
|
249
389
|
- kinde_api/docs/UsersResponse.md
|
250
390
|
- kinde_api/docs/UsersResponseUsersInner.md
|
391
|
+
- kinde_api/docs/Webhook.md
|
392
|
+
- kinde_api/docs/WebhooksApi.md
|
393
|
+
- kinde_api/git_push.sh
|
394
|
+
- kinde_api/kinde_api.gemspec
|
251
395
|
- kinde_api/lib/kinde_api.rb
|
252
396
|
- kinde_api/lib/kinde_api/api/apis_api.rb
|
253
397
|
- kinde_api/lib/kinde_api/api/applications_api.rb
|
398
|
+
- kinde_api/lib/kinde_api/api/billing_agreements_api.rb
|
399
|
+
- kinde_api/lib/kinde_api/api/billing_entitlements_api.rb
|
400
|
+
- kinde_api/lib/kinde_api/api/billing_meter_usage_api.rb
|
254
401
|
- kinde_api/lib/kinde_api/api/business_api.rb
|
255
402
|
- kinde_api/lib/kinde_api/api/callbacks_api.rb
|
256
403
|
- kinde_api/lib/kinde_api/api/connected_apps_api.rb
|
404
|
+
- kinde_api/lib/kinde_api/api/connections_api.rb
|
405
|
+
- kinde_api/lib/kinde_api/api/environment_variables_api.rb
|
257
406
|
- kinde_api/lib/kinde_api/api/environments_api.rb
|
258
407
|
- kinde_api/lib/kinde_api/api/feature_flags_api.rb
|
408
|
+
- kinde_api/lib/kinde_api/api/identities_api.rb
|
259
409
|
- kinde_api/lib/kinde_api/api/industries_api.rb
|
410
|
+
- kinde_api/lib/kinde_api/api/mfa_api.rb
|
260
411
|
- kinde_api/lib/kinde_api/api/o_auth_api.rb
|
261
412
|
- kinde_api/lib/kinde_api/api/organizations_api.rb
|
262
413
|
- kinde_api/lib/kinde_api/api/permissions_api.rb
|
414
|
+
- kinde_api/lib/kinde_api/api/properties_api.rb
|
415
|
+
- kinde_api/lib/kinde_api/api/property_categories_api.rb
|
263
416
|
- kinde_api/lib/kinde_api/api/roles_api.rb
|
417
|
+
- kinde_api/lib/kinde_api/api/search_api.rb
|
264
418
|
- kinde_api/lib/kinde_api/api/subscribers_api.rb
|
265
419
|
- kinde_api/lib/kinde_api/api/timezones_api.rb
|
266
420
|
- kinde_api/lib/kinde_api/api/users_api.rb
|
421
|
+
- kinde_api/lib/kinde_api/api/webhooks_api.rb
|
267
422
|
- kinde_api/lib/kinde_api/api_client.rb
|
268
423
|
- kinde_api/lib/kinde_api/api_error.rb
|
269
424
|
- kinde_api/lib/kinde_api/configuration.rb
|
425
|
+
- kinde_api/lib/kinde_api/models/add_api_scope_request.rb
|
270
426
|
- kinde_api/lib/kinde_api/models/add_apis_request.rb
|
271
427
|
- kinde_api/lib/kinde_api/models/add_organization_users_request.rb
|
272
428
|
- kinde_api/lib/kinde_api/models/add_organization_users_request_users_inner.rb
|
273
429
|
- kinde_api/lib/kinde_api/models/add_organization_users_response.rb
|
430
|
+
- kinde_api/lib/kinde_api/models/add_role_scope_request.rb
|
431
|
+
- kinde_api/lib/kinde_api/models/add_role_scope_response.rb
|
274
432
|
- kinde_api/lib/kinde_api/models/api.rb
|
275
433
|
- kinde_api/lib/kinde_api/models/api_applications_inner.rb
|
276
434
|
- kinde_api/lib/kinde_api/models/api_result.rb
|
277
435
|
- kinde_api/lib/kinde_api/models/apis.rb
|
278
436
|
- kinde_api/lib/kinde_api/models/applications.rb
|
437
|
+
- kinde_api/lib/kinde_api/models/authorize_app_api_response.rb
|
438
|
+
- kinde_api/lib/kinde_api/models/category.rb
|
279
439
|
- kinde_api/lib/kinde_api/models/connected_apps_access_token.rb
|
280
440
|
- kinde_api/lib/kinde_api/models/connected_apps_auth_url.rb
|
441
|
+
- kinde_api/lib/kinde_api/models/connection.rb
|
442
|
+
- kinde_api/lib/kinde_api/models/connection_connection.rb
|
443
|
+
- kinde_api/lib/kinde_api/models/create_api_scopes_response.rb
|
444
|
+
- kinde_api/lib/kinde_api/models/create_api_scopes_response_scope.rb
|
445
|
+
- kinde_api/lib/kinde_api/models/create_apis_response.rb
|
446
|
+
- kinde_api/lib/kinde_api/models/create_apis_response_api.rb
|
281
447
|
- kinde_api/lib/kinde_api/models/create_application_request.rb
|
282
448
|
- kinde_api/lib/kinde_api/models/create_application_response.rb
|
283
449
|
- kinde_api/lib/kinde_api/models/create_application_response_application.rb
|
450
|
+
- kinde_api/lib/kinde_api/models/create_billing_agreement_request.rb
|
451
|
+
- kinde_api/lib/kinde_api/models/create_category_request.rb
|
452
|
+
- kinde_api/lib/kinde_api/models/create_category_response.rb
|
453
|
+
- kinde_api/lib/kinde_api/models/create_category_response_category.rb
|
454
|
+
- kinde_api/lib/kinde_api/models/create_connection_request.rb
|
455
|
+
- kinde_api/lib/kinde_api/models/create_connection_request_options.rb
|
456
|
+
- kinde_api/lib/kinde_api/models/create_connection_request_options_one_of.rb
|
457
|
+
- kinde_api/lib/kinde_api/models/create_connection_request_options_one_of1.rb
|
458
|
+
- kinde_api/lib/kinde_api/models/create_connection_request_options_one_of2.rb
|
459
|
+
- kinde_api/lib/kinde_api/models/create_connection_response.rb
|
460
|
+
- kinde_api/lib/kinde_api/models/create_connection_response_connection.rb
|
461
|
+
- kinde_api/lib/kinde_api/models/create_environment_variable_request.rb
|
462
|
+
- kinde_api/lib/kinde_api/models/create_environment_variable_response.rb
|
463
|
+
- kinde_api/lib/kinde_api/models/create_environment_variable_response_environment_variable.rb
|
284
464
|
- kinde_api/lib/kinde_api/models/create_feature_flag_request.rb
|
465
|
+
- kinde_api/lib/kinde_api/models/create_identity_response.rb
|
466
|
+
- kinde_api/lib/kinde_api/models/create_identity_response_identity.rb
|
467
|
+
- kinde_api/lib/kinde_api/models/create_meter_usage_record_request.rb
|
468
|
+
- kinde_api/lib/kinde_api/models/create_meter_usage_record_response.rb
|
285
469
|
- kinde_api/lib/kinde_api/models/create_organization_request.rb
|
286
470
|
- kinde_api/lib/kinde_api/models/create_organization_response.rb
|
287
471
|
- kinde_api/lib/kinde_api/models/create_organization_response_organization.rb
|
288
472
|
- kinde_api/lib/kinde_api/models/create_organization_user_permission_request.rb
|
289
473
|
- kinde_api/lib/kinde_api/models/create_organization_user_role_request.rb
|
290
474
|
- kinde_api/lib/kinde_api/models/create_permission_request.rb
|
475
|
+
- kinde_api/lib/kinde_api/models/create_property_request.rb
|
476
|
+
- kinde_api/lib/kinde_api/models/create_property_response.rb
|
477
|
+
- kinde_api/lib/kinde_api/models/create_property_response_property.rb
|
291
478
|
- kinde_api/lib/kinde_api/models/create_role_request.rb
|
479
|
+
- kinde_api/lib/kinde_api/models/create_roles_response.rb
|
480
|
+
- kinde_api/lib/kinde_api/models/create_roles_response_role.rb
|
292
481
|
- kinde_api/lib/kinde_api/models/create_subscriber_success_response.rb
|
293
482
|
- kinde_api/lib/kinde_api/models/create_subscriber_success_response_subscriber.rb
|
483
|
+
- kinde_api/lib/kinde_api/models/create_user_identity_request.rb
|
294
484
|
- kinde_api/lib/kinde_api/models/create_user_request.rb
|
295
485
|
- kinde_api/lib/kinde_api/models/create_user_request_identities_inner.rb
|
296
486
|
- kinde_api/lib/kinde_api/models/create_user_request_identities_inner_details.rb
|
297
487
|
- kinde_api/lib/kinde_api/models/create_user_request_profile.rb
|
298
488
|
- kinde_api/lib/kinde_api/models/create_user_response.rb
|
489
|
+
- kinde_api/lib/kinde_api/models/create_web_hook_request.rb
|
490
|
+
- kinde_api/lib/kinde_api/models/create_webhook_response.rb
|
491
|
+
- kinde_api/lib/kinde_api/models/create_webhook_response_webhook.rb
|
492
|
+
- kinde_api/lib/kinde_api/models/delete_api_response.rb
|
493
|
+
- kinde_api/lib/kinde_api/models/delete_environment_variable_response.rb
|
494
|
+
- kinde_api/lib/kinde_api/models/delete_role_scope_response.rb
|
495
|
+
- kinde_api/lib/kinde_api/models/delete_webhook_response.rb
|
496
|
+
- kinde_api/lib/kinde_api/models/environment_variable.rb
|
299
497
|
- kinde_api/lib/kinde_api/models/error.rb
|
300
498
|
- kinde_api/lib/kinde_api/models/error_response.rb
|
499
|
+
- kinde_api/lib/kinde_api/models/event_type.rb
|
500
|
+
- kinde_api/lib/kinde_api/models/get_api_response.rb
|
501
|
+
- kinde_api/lib/kinde_api/models/get_api_response_api.rb
|
502
|
+
- kinde_api/lib/kinde_api/models/get_api_response_api_applications_inner.rb
|
503
|
+
- kinde_api/lib/kinde_api/models/get_api_response_api_scopes_inner.rb
|
504
|
+
- kinde_api/lib/kinde_api/models/get_api_scope_response.rb
|
505
|
+
- kinde_api/lib/kinde_api/models/get_api_scopes_response.rb
|
506
|
+
- kinde_api/lib/kinde_api/models/get_api_scopes_response_scopes_inner.rb
|
507
|
+
- kinde_api/lib/kinde_api/models/get_apis_response.rb
|
508
|
+
- kinde_api/lib/kinde_api/models/get_apis_response_apis_inner.rb
|
509
|
+
- kinde_api/lib/kinde_api/models/get_apis_response_apis_inner_scopes_inner.rb
|
301
510
|
- kinde_api/lib/kinde_api/models/get_application_response.rb
|
302
511
|
- kinde_api/lib/kinde_api/models/get_application_response_application.rb
|
303
512
|
- kinde_api/lib/kinde_api/models/get_applications_response.rb
|
513
|
+
- kinde_api/lib/kinde_api/models/get_billing_agreements_response.rb
|
514
|
+
- kinde_api/lib/kinde_api/models/get_billing_agreements_response_agreements_inner.rb
|
515
|
+
- kinde_api/lib/kinde_api/models/get_billing_agreements_response_agreements_inner_entitlements_inner.rb
|
516
|
+
- kinde_api/lib/kinde_api/models/get_billing_entitlements_response.rb
|
517
|
+
- kinde_api/lib/kinde_api/models/get_billing_entitlements_response_entitlements_inner.rb
|
518
|
+
- kinde_api/lib/kinde_api/models/get_billing_entitlements_response_plans_inner.rb
|
519
|
+
- kinde_api/lib/kinde_api/models/get_business_response.rb
|
520
|
+
- kinde_api/lib/kinde_api/models/get_business_response_business.rb
|
521
|
+
- kinde_api/lib/kinde_api/models/get_categories_response.rb
|
522
|
+
- kinde_api/lib/kinde_api/models/get_connections_response.rb
|
304
523
|
- kinde_api/lib/kinde_api/models/get_environment_feature_flags_response.rb
|
524
|
+
- kinde_api/lib/kinde_api/models/get_environment_response.rb
|
525
|
+
- kinde_api/lib/kinde_api/models/get_environment_response_environment.rb
|
526
|
+
- kinde_api/lib/kinde_api/models/get_environment_response_environment_background_color.rb
|
527
|
+
- kinde_api/lib/kinde_api/models/get_environment_response_environment_link_color.rb
|
528
|
+
- kinde_api/lib/kinde_api/models/get_environment_variable_response.rb
|
529
|
+
- kinde_api/lib/kinde_api/models/get_environment_variables_response.rb
|
530
|
+
- kinde_api/lib/kinde_api/models/get_event_response.rb
|
531
|
+
- kinde_api/lib/kinde_api/models/get_event_response_event.rb
|
532
|
+
- kinde_api/lib/kinde_api/models/get_event_types_response.rb
|
533
|
+
- kinde_api/lib/kinde_api/models/get_identities_response.rb
|
534
|
+
- kinde_api/lib/kinde_api/models/get_industries_response.rb
|
535
|
+
- kinde_api/lib/kinde_api/models/get_industries_response_industries_inner.rb
|
305
536
|
- kinde_api/lib/kinde_api/models/get_organization_feature_flags_response.rb
|
306
537
|
- kinde_api/lib/kinde_api/models/get_organization_feature_flags_response_feature_flags_value.rb
|
538
|
+
- kinde_api/lib/kinde_api/models/get_organization_response.rb
|
539
|
+
- kinde_api/lib/kinde_api/models/get_organization_response_billing.rb
|
540
|
+
- kinde_api/lib/kinde_api/models/get_organization_response_billing_agreements_inner.rb
|
307
541
|
- kinde_api/lib/kinde_api/models/get_organization_users_response.rb
|
308
542
|
- kinde_api/lib/kinde_api/models/get_organizations_response.rb
|
309
543
|
- kinde_api/lib/kinde_api/models/get_organizations_user_permissions_response.rb
|
310
544
|
- kinde_api/lib/kinde_api/models/get_organizations_user_roles_response.rb
|
311
545
|
- kinde_api/lib/kinde_api/models/get_permissions_response.rb
|
546
|
+
- kinde_api/lib/kinde_api/models/get_properties_response.rb
|
547
|
+
- kinde_api/lib/kinde_api/models/get_property_values_response.rb
|
312
548
|
- kinde_api/lib/kinde_api/models/get_redirect_callback_urls_response.rb
|
549
|
+
- kinde_api/lib/kinde_api/models/get_role_response.rb
|
550
|
+
- kinde_api/lib/kinde_api/models/get_role_response_role.rb
|
313
551
|
- kinde_api/lib/kinde_api/models/get_roles_response.rb
|
314
552
|
- kinde_api/lib/kinde_api/models/get_subscriber_response.rb
|
315
553
|
- kinde_api/lib/kinde_api/models/get_subscribers_response.rb
|
554
|
+
- kinde_api/lib/kinde_api/models/get_timezones_response.rb
|
555
|
+
- kinde_api/lib/kinde_api/models/get_timezones_response_timezones_inner.rb
|
556
|
+
- kinde_api/lib/kinde_api/models/get_user_mfa_response.rb
|
557
|
+
- kinde_api/lib/kinde_api/models/get_user_mfa_response_mfa.rb
|
558
|
+
- kinde_api/lib/kinde_api/models/get_user_sessions_response.rb
|
559
|
+
- kinde_api/lib/kinde_api/models/get_user_sessions_response_sessions_inner.rb
|
560
|
+
- kinde_api/lib/kinde_api/models/get_webhooks_response.rb
|
561
|
+
- kinde_api/lib/kinde_api/models/identity.rb
|
316
562
|
- kinde_api/lib/kinde_api/models/logout_redirect_urls.rb
|
563
|
+
- kinde_api/lib/kinde_api/models/not_found_response.rb
|
564
|
+
- kinde_api/lib/kinde_api/models/not_found_response_errors.rb
|
317
565
|
- kinde_api/lib/kinde_api/models/organization.rb
|
566
|
+
- kinde_api/lib/kinde_api/models/organization_item_schema.rb
|
318
567
|
- kinde_api/lib/kinde_api/models/organization_user.rb
|
319
568
|
- kinde_api/lib/kinde_api/models/organization_user_permission.rb
|
320
569
|
- kinde_api/lib/kinde_api/models/organization_user_permission_roles_inner.rb
|
@@ -322,12 +571,30 @@ files:
|
|
322
571
|
- kinde_api/lib/kinde_api/models/organization_user_role_permissions.rb
|
323
572
|
- kinde_api/lib/kinde_api/models/organization_user_role_permissions_permissions.rb
|
324
573
|
- kinde_api/lib/kinde_api/models/permissions.rb
|
574
|
+
- kinde_api/lib/kinde_api/models/property.rb
|
575
|
+
- kinde_api/lib/kinde_api/models/property_value.rb
|
576
|
+
- kinde_api/lib/kinde_api/models/read_env_logo_response.rb
|
577
|
+
- kinde_api/lib/kinde_api/models/read_env_logo_response_logos_inner.rb
|
578
|
+
- kinde_api/lib/kinde_api/models/read_logo_response.rb
|
579
|
+
- kinde_api/lib/kinde_api/models/read_logo_response_logos_inner.rb
|
325
580
|
- kinde_api/lib/kinde_api/models/redirect_callback_urls.rb
|
581
|
+
- kinde_api/lib/kinde_api/models/replace_connection_request.rb
|
582
|
+
- kinde_api/lib/kinde_api/models/replace_connection_request_options.rb
|
583
|
+
- kinde_api/lib/kinde_api/models/replace_connection_request_options_one_of.rb
|
584
|
+
- kinde_api/lib/kinde_api/models/replace_connection_request_options_one_of1.rb
|
326
585
|
- kinde_api/lib/kinde_api/models/replace_logout_redirect_urls_request.rb
|
586
|
+
- kinde_api/lib/kinde_api/models/replace_mfa_request.rb
|
587
|
+
- kinde_api/lib/kinde_api/models/replace_organization_mfa_request.rb
|
327
588
|
- kinde_api/lib/kinde_api/models/replace_redirect_callback_urls_request.rb
|
328
589
|
- kinde_api/lib/kinde_api/models/role.rb
|
590
|
+
- kinde_api/lib/kinde_api/models/role_permissions_response.rb
|
591
|
+
- kinde_api/lib/kinde_api/models/role_scopes_response.rb
|
329
592
|
- kinde_api/lib/kinde_api/models/roles.rb
|
330
593
|
- kinde_api/lib/kinde_api/models/roles_permission_response_inner.rb
|
594
|
+
- kinde_api/lib/kinde_api/models/scopes.rb
|
595
|
+
- kinde_api/lib/kinde_api/models/search_users_response.rb
|
596
|
+
- kinde_api/lib/kinde_api/models/search_users_response_results_inner.rb
|
597
|
+
- kinde_api/lib/kinde_api/models/set_user_password_request.rb
|
331
598
|
- kinde_api/lib/kinde_api/models/subscriber.rb
|
332
599
|
- kinde_api/lib/kinde_api/models/subscribers_subscriber.rb
|
333
600
|
- kinde_api/lib/kinde_api/models/success_response.rb
|
@@ -335,18 +602,34 @@ files:
|
|
335
602
|
- kinde_api/lib/kinde_api/models/token_introspect.rb
|
336
603
|
- kinde_api/lib/kinde_api/models/update_api_applications_request.rb
|
337
604
|
- kinde_api/lib/kinde_api/models/update_api_applications_request_applications_inner.rb
|
605
|
+
- kinde_api/lib/kinde_api/models/update_api_scope_request.rb
|
338
606
|
- kinde_api/lib/kinde_api/models/update_application_request.rb
|
607
|
+
- kinde_api/lib/kinde_api/models/update_application_tokens_request.rb
|
608
|
+
- kinde_api/lib/kinde_api/models/update_applications_property_request.rb
|
609
|
+
- kinde_api/lib/kinde_api/models/update_applications_property_request_value.rb
|
610
|
+
- kinde_api/lib/kinde_api/models/update_business_request.rb
|
611
|
+
- kinde_api/lib/kinde_api/models/update_category_request.rb
|
612
|
+
- kinde_api/lib/kinde_api/models/update_connection_request.rb
|
339
613
|
- kinde_api/lib/kinde_api/models/update_environement_feature_flag_override_request.rb
|
614
|
+
- kinde_api/lib/kinde_api/models/update_environment_variable_request.rb
|
615
|
+
- kinde_api/lib/kinde_api/models/update_environment_variable_response.rb
|
616
|
+
- kinde_api/lib/kinde_api/models/update_identity_request.rb
|
617
|
+
- kinde_api/lib/kinde_api/models/update_organization_properties_request.rb
|
340
618
|
- kinde_api/lib/kinde_api/models/update_organization_request.rb
|
619
|
+
- kinde_api/lib/kinde_api/models/update_organization_sessions_request.rb
|
341
620
|
- kinde_api/lib/kinde_api/models/update_organization_users_request.rb
|
342
621
|
- kinde_api/lib/kinde_api/models/update_organization_users_request_users_inner.rb
|
343
622
|
- kinde_api/lib/kinde_api/models/update_organization_users_response.rb
|
623
|
+
- kinde_api/lib/kinde_api/models/update_property_request.rb
|
344
624
|
- kinde_api/lib/kinde_api/models/update_role_permissions_request.rb
|
345
625
|
- kinde_api/lib/kinde_api/models/update_role_permissions_request_permissions_inner.rb
|
346
626
|
- kinde_api/lib/kinde_api/models/update_role_permissions_response.rb
|
347
627
|
- kinde_api/lib/kinde_api/models/update_roles_request.rb
|
348
628
|
- kinde_api/lib/kinde_api/models/update_user_request.rb
|
349
629
|
- kinde_api/lib/kinde_api/models/update_user_response.rb
|
630
|
+
- kinde_api/lib/kinde_api/models/update_web_hook_request.rb
|
631
|
+
- kinde_api/lib/kinde_api/models/update_webhook_response.rb
|
632
|
+
- kinde_api/lib/kinde_api/models/update_webhook_response_webhook.rb
|
350
633
|
- kinde_api/lib/kinde_api/models/user.rb
|
351
634
|
- kinde_api/lib/kinde_api/models/user_identities_inner.rb
|
352
635
|
- kinde_api/lib/kinde_api/models/user_identity.rb
|
@@ -355,71 +638,177 @@ files:
|
|
355
638
|
- kinde_api/lib/kinde_api/models/user_profile_v2.rb
|
356
639
|
- kinde_api/lib/kinde_api/models/users_response.rb
|
357
640
|
- kinde_api/lib/kinde_api/models/users_response_users_inner.rb
|
641
|
+
- kinde_api/lib/kinde_api/models/webhook.rb
|
358
642
|
- kinde_api/lib/kinde_api/version.rb
|
359
643
|
- kinde_api/spec/api/apis_api_spec.rb
|
360
644
|
- kinde_api/spec/api/applications_api_spec.rb
|
645
|
+
- kinde_api/spec/api/billing_agreements_api_spec.rb
|
646
|
+
- kinde_api/spec/api/billing_entitlements_api_spec.rb
|
647
|
+
- kinde_api/spec/api/billing_meter_usage_api_spec.rb
|
361
648
|
- kinde_api/spec/api/business_api_spec.rb
|
362
649
|
- kinde_api/spec/api/callbacks_api_spec.rb
|
363
650
|
- kinde_api/spec/api/connected_apps_api_spec.rb
|
651
|
+
- kinde_api/spec/api/connections_api_spec.rb
|
652
|
+
- kinde_api/spec/api/environment_variables_api_spec.rb
|
364
653
|
- kinde_api/spec/api/environments_api_spec.rb
|
365
654
|
- kinde_api/spec/api/feature_flags_api_spec.rb
|
655
|
+
- kinde_api/spec/api/identities_api_spec.rb
|
366
656
|
- kinde_api/spec/api/industries_api_spec.rb
|
657
|
+
- kinde_api/spec/api/mfa_api_spec.rb
|
367
658
|
- kinde_api/spec/api/o_auth_api_spec.rb
|
368
659
|
- kinde_api/spec/api/organizations_api_spec.rb
|
369
660
|
- kinde_api/spec/api/permissions_api_spec.rb
|
661
|
+
- kinde_api/spec/api/properties_api_spec.rb
|
662
|
+
- kinde_api/spec/api/property_categories_api_spec.rb
|
370
663
|
- kinde_api/spec/api/roles_api_spec.rb
|
664
|
+
- kinde_api/spec/api/search_api_spec.rb
|
371
665
|
- kinde_api/spec/api/subscribers_api_spec.rb
|
372
666
|
- kinde_api/spec/api/timezones_api_spec.rb
|
373
667
|
- kinde_api/spec/api/users_api_spec.rb
|
668
|
+
- kinde_api/spec/api/webhooks_api_spec.rb
|
374
669
|
- kinde_api/spec/api_client_spec.rb
|
375
670
|
- kinde_api/spec/configuration_spec.rb
|
671
|
+
- kinde_api/spec/models/add_api_scope_request_spec.rb
|
376
672
|
- kinde_api/spec/models/add_apis_request_spec.rb
|
377
673
|
- kinde_api/spec/models/add_organization_users_request_spec.rb
|
378
674
|
- kinde_api/spec/models/add_organization_users_request_users_inner_spec.rb
|
379
675
|
- kinde_api/spec/models/add_organization_users_response_spec.rb
|
676
|
+
- kinde_api/spec/models/add_role_scope_request_spec.rb
|
677
|
+
- kinde_api/spec/models/add_role_scope_response_spec.rb
|
380
678
|
- kinde_api/spec/models/api_applications_inner_spec.rb
|
381
679
|
- kinde_api/spec/models/api_result_spec.rb
|
382
680
|
- kinde_api/spec/models/api_spec.rb
|
383
681
|
- kinde_api/spec/models/apis_spec.rb
|
384
682
|
- kinde_api/spec/models/applications_spec.rb
|
683
|
+
- kinde_api/spec/models/authorize_app_api_response_spec.rb
|
684
|
+
- kinde_api/spec/models/category_spec.rb
|
385
685
|
- kinde_api/spec/models/connected_apps_access_token_spec.rb
|
386
686
|
- kinde_api/spec/models/connected_apps_auth_url_spec.rb
|
687
|
+
- kinde_api/spec/models/connection_connection_spec.rb
|
688
|
+
- kinde_api/spec/models/connection_spec.rb
|
689
|
+
- kinde_api/spec/models/create_api_scopes_response_scope_spec.rb
|
690
|
+
- kinde_api/spec/models/create_api_scopes_response_spec.rb
|
691
|
+
- kinde_api/spec/models/create_apis_response_api_spec.rb
|
692
|
+
- kinde_api/spec/models/create_apis_response_spec.rb
|
387
693
|
- kinde_api/spec/models/create_application_request_spec.rb
|
388
694
|
- kinde_api/spec/models/create_application_response_application_spec.rb
|
389
695
|
- kinde_api/spec/models/create_application_response_spec.rb
|
696
|
+
- kinde_api/spec/models/create_billing_agreement_request_spec.rb
|
697
|
+
- kinde_api/spec/models/create_category_request_spec.rb
|
698
|
+
- kinde_api/spec/models/create_category_response_category_spec.rb
|
699
|
+
- kinde_api/spec/models/create_category_response_spec.rb
|
700
|
+
- kinde_api/spec/models/create_connection_request_options_one_of1_spec.rb
|
701
|
+
- kinde_api/spec/models/create_connection_request_options_one_of2_spec.rb
|
702
|
+
- kinde_api/spec/models/create_connection_request_options_one_of_spec.rb
|
703
|
+
- kinde_api/spec/models/create_connection_request_options_spec.rb
|
704
|
+
- kinde_api/spec/models/create_connection_request_spec.rb
|
705
|
+
- kinde_api/spec/models/create_connection_response_connection_spec.rb
|
706
|
+
- kinde_api/spec/models/create_connection_response_spec.rb
|
707
|
+
- kinde_api/spec/models/create_environment_variable_request_spec.rb
|
708
|
+
- kinde_api/spec/models/create_environment_variable_response_environment_variable_spec.rb
|
709
|
+
- kinde_api/spec/models/create_environment_variable_response_spec.rb
|
390
710
|
- kinde_api/spec/models/create_feature_flag_request_spec.rb
|
711
|
+
- kinde_api/spec/models/create_identity_response_identity_spec.rb
|
712
|
+
- kinde_api/spec/models/create_identity_response_spec.rb
|
713
|
+
- kinde_api/spec/models/create_meter_usage_record_request_spec.rb
|
714
|
+
- kinde_api/spec/models/create_meter_usage_record_response_spec.rb
|
391
715
|
- kinde_api/spec/models/create_organization_request_spec.rb
|
392
716
|
- kinde_api/spec/models/create_organization_response_organization_spec.rb
|
393
717
|
- kinde_api/spec/models/create_organization_response_spec.rb
|
394
718
|
- kinde_api/spec/models/create_organization_user_permission_request_spec.rb
|
395
719
|
- kinde_api/spec/models/create_organization_user_role_request_spec.rb
|
396
720
|
- kinde_api/spec/models/create_permission_request_spec.rb
|
721
|
+
- kinde_api/spec/models/create_property_request_spec.rb
|
722
|
+
- kinde_api/spec/models/create_property_response_property_spec.rb
|
723
|
+
- kinde_api/spec/models/create_property_response_spec.rb
|
397
724
|
- kinde_api/spec/models/create_role_request_spec.rb
|
725
|
+
- kinde_api/spec/models/create_roles_response_role_spec.rb
|
726
|
+
- kinde_api/spec/models/create_roles_response_spec.rb
|
398
727
|
- kinde_api/spec/models/create_subscriber_success_response_spec.rb
|
399
728
|
- kinde_api/spec/models/create_subscriber_success_response_subscriber_spec.rb
|
729
|
+
- kinde_api/spec/models/create_user_identity_request_spec.rb
|
400
730
|
- kinde_api/spec/models/create_user_request_identities_inner_details_spec.rb
|
401
731
|
- kinde_api/spec/models/create_user_request_identities_inner_spec.rb
|
402
732
|
- kinde_api/spec/models/create_user_request_profile_spec.rb
|
403
733
|
- kinde_api/spec/models/create_user_request_spec.rb
|
404
734
|
- kinde_api/spec/models/create_user_response_spec.rb
|
735
|
+
- kinde_api/spec/models/create_web_hook_request_spec.rb
|
736
|
+
- kinde_api/spec/models/create_webhook_response_spec.rb
|
737
|
+
- kinde_api/spec/models/create_webhook_response_webhook_spec.rb
|
738
|
+
- kinde_api/spec/models/delete_api_response_spec.rb
|
739
|
+
- kinde_api/spec/models/delete_environment_variable_response_spec.rb
|
740
|
+
- kinde_api/spec/models/delete_role_scope_response_spec.rb
|
741
|
+
- kinde_api/spec/models/delete_webhook_response_spec.rb
|
742
|
+
- kinde_api/spec/models/environment_variable_spec.rb
|
405
743
|
- kinde_api/spec/models/error_response_spec.rb
|
406
744
|
- kinde_api/spec/models/error_spec.rb
|
745
|
+
- kinde_api/spec/models/event_type_spec.rb
|
746
|
+
- kinde_api/spec/models/get_api_response_api_applications_inner_spec.rb
|
747
|
+
- kinde_api/spec/models/get_api_response_api_scopes_inner_spec.rb
|
748
|
+
- kinde_api/spec/models/get_api_response_api_spec.rb
|
749
|
+
- kinde_api/spec/models/get_api_response_spec.rb
|
750
|
+
- kinde_api/spec/models/get_api_scope_response_spec.rb
|
751
|
+
- kinde_api/spec/models/get_api_scopes_response_scopes_inner_spec.rb
|
752
|
+
- kinde_api/spec/models/get_api_scopes_response_spec.rb
|
753
|
+
- kinde_api/spec/models/get_apis_response_apis_inner_scopes_inner_spec.rb
|
754
|
+
- kinde_api/spec/models/get_apis_response_apis_inner_spec.rb
|
755
|
+
- kinde_api/spec/models/get_apis_response_spec.rb
|
407
756
|
- kinde_api/spec/models/get_application_response_application_spec.rb
|
408
757
|
- kinde_api/spec/models/get_application_response_spec.rb
|
409
758
|
- kinde_api/spec/models/get_applications_response_spec.rb
|
759
|
+
- kinde_api/spec/models/get_billing_agreements_response_agreements_inner_entitlements_inner_spec.rb
|
760
|
+
- kinde_api/spec/models/get_billing_agreements_response_agreements_inner_spec.rb
|
761
|
+
- kinde_api/spec/models/get_billing_agreements_response_spec.rb
|
762
|
+
- kinde_api/spec/models/get_billing_entitlements_response_entitlements_inner_spec.rb
|
763
|
+
- kinde_api/spec/models/get_billing_entitlements_response_plans_inner_spec.rb
|
764
|
+
- kinde_api/spec/models/get_billing_entitlements_response_spec.rb
|
765
|
+
- kinde_api/spec/models/get_business_response_business_spec.rb
|
766
|
+
- kinde_api/spec/models/get_business_response_spec.rb
|
767
|
+
- kinde_api/spec/models/get_categories_response_spec.rb
|
768
|
+
- kinde_api/spec/models/get_connections_response_spec.rb
|
410
769
|
- kinde_api/spec/models/get_environment_feature_flags_response_spec.rb
|
770
|
+
- kinde_api/spec/models/get_environment_response_environment_background_color_spec.rb
|
771
|
+
- kinde_api/spec/models/get_environment_response_environment_link_color_spec.rb
|
772
|
+
- kinde_api/spec/models/get_environment_response_environment_spec.rb
|
773
|
+
- kinde_api/spec/models/get_environment_response_spec.rb
|
774
|
+
- kinde_api/spec/models/get_environment_variable_response_spec.rb
|
775
|
+
- kinde_api/spec/models/get_environment_variables_response_spec.rb
|
776
|
+
- kinde_api/spec/models/get_event_response_event_spec.rb
|
777
|
+
- kinde_api/spec/models/get_event_response_spec.rb
|
778
|
+
- kinde_api/spec/models/get_event_types_response_spec.rb
|
779
|
+
- kinde_api/spec/models/get_identities_response_spec.rb
|
780
|
+
- kinde_api/spec/models/get_industries_response_industries_inner_spec.rb
|
781
|
+
- kinde_api/spec/models/get_industries_response_spec.rb
|
411
782
|
- kinde_api/spec/models/get_organization_feature_flags_response_feature_flags_value_spec.rb
|
412
783
|
- kinde_api/spec/models/get_organization_feature_flags_response_spec.rb
|
784
|
+
- kinde_api/spec/models/get_organization_response_billing_agreements_inner_spec.rb
|
785
|
+
- kinde_api/spec/models/get_organization_response_billing_spec.rb
|
786
|
+
- kinde_api/spec/models/get_organization_response_spec.rb
|
413
787
|
- kinde_api/spec/models/get_organization_users_response_spec.rb
|
414
788
|
- kinde_api/spec/models/get_organizations_response_spec.rb
|
415
789
|
- kinde_api/spec/models/get_organizations_user_permissions_response_spec.rb
|
416
790
|
- kinde_api/spec/models/get_organizations_user_roles_response_spec.rb
|
417
791
|
- kinde_api/spec/models/get_permissions_response_spec.rb
|
792
|
+
- kinde_api/spec/models/get_properties_response_spec.rb
|
793
|
+
- kinde_api/spec/models/get_property_values_response_spec.rb
|
418
794
|
- kinde_api/spec/models/get_redirect_callback_urls_response_spec.rb
|
795
|
+
- kinde_api/spec/models/get_role_response_role_spec.rb
|
796
|
+
- kinde_api/spec/models/get_role_response_spec.rb
|
419
797
|
- kinde_api/spec/models/get_roles_response_spec.rb
|
420
798
|
- kinde_api/spec/models/get_subscriber_response_spec.rb
|
421
799
|
- kinde_api/spec/models/get_subscribers_response_spec.rb
|
800
|
+
- kinde_api/spec/models/get_timezones_response_spec.rb
|
801
|
+
- kinde_api/spec/models/get_timezones_response_timezones_inner_spec.rb
|
802
|
+
- kinde_api/spec/models/get_user_mfa_response_mfa_spec.rb
|
803
|
+
- kinde_api/spec/models/get_user_mfa_response_spec.rb
|
804
|
+
- kinde_api/spec/models/get_user_sessions_response_sessions_inner_spec.rb
|
805
|
+
- kinde_api/spec/models/get_user_sessions_response_spec.rb
|
806
|
+
- kinde_api/spec/models/get_webhooks_response_spec.rb
|
807
|
+
- kinde_api/spec/models/identity_spec.rb
|
422
808
|
- kinde_api/spec/models/logout_redirect_urls_spec.rb
|
809
|
+
- kinde_api/spec/models/not_found_response_errors_spec.rb
|
810
|
+
- kinde_api/spec/models/not_found_response_spec.rb
|
811
|
+
- kinde_api/spec/models/organization_item_schema_spec.rb
|
423
812
|
- kinde_api/spec/models/organization_spec.rb
|
424
813
|
- kinde_api/spec/models/organization_user_permission_roles_inner_spec.rb
|
425
814
|
- kinde_api/spec/models/organization_user_permission_spec.rb
|
@@ -428,12 +817,30 @@ files:
|
|
428
817
|
- kinde_api/spec/models/organization_user_role_spec.rb
|
429
818
|
- kinde_api/spec/models/organization_user_spec.rb
|
430
819
|
- kinde_api/spec/models/permissions_spec.rb
|
820
|
+
- kinde_api/spec/models/property_spec.rb
|
821
|
+
- kinde_api/spec/models/property_value_spec.rb
|
822
|
+
- kinde_api/spec/models/read_env_logo_response_logos_inner_spec.rb
|
823
|
+
- kinde_api/spec/models/read_env_logo_response_spec.rb
|
824
|
+
- kinde_api/spec/models/read_logo_response_logos_inner_spec.rb
|
825
|
+
- kinde_api/spec/models/read_logo_response_spec.rb
|
431
826
|
- kinde_api/spec/models/redirect_callback_urls_spec.rb
|
827
|
+
- kinde_api/spec/models/replace_connection_request_options_one_of1_spec.rb
|
828
|
+
- kinde_api/spec/models/replace_connection_request_options_one_of_spec.rb
|
829
|
+
- kinde_api/spec/models/replace_connection_request_options_spec.rb
|
830
|
+
- kinde_api/spec/models/replace_connection_request_spec.rb
|
432
831
|
- kinde_api/spec/models/replace_logout_redirect_urls_request_spec.rb
|
832
|
+
- kinde_api/spec/models/replace_mfa_request_spec.rb
|
833
|
+
- kinde_api/spec/models/replace_organization_mfa_request_spec.rb
|
433
834
|
- kinde_api/spec/models/replace_redirect_callback_urls_request_spec.rb
|
835
|
+
- kinde_api/spec/models/role_permissions_response_spec.rb
|
836
|
+
- kinde_api/spec/models/role_scopes_response_spec.rb
|
434
837
|
- kinde_api/spec/models/role_spec.rb
|
435
838
|
- kinde_api/spec/models/roles_permission_response_inner_spec.rb
|
436
839
|
- kinde_api/spec/models/roles_spec.rb
|
840
|
+
- kinde_api/spec/models/scopes_spec.rb
|
841
|
+
- kinde_api/spec/models/search_users_response_results_inner_spec.rb
|
842
|
+
- kinde_api/spec/models/search_users_response_spec.rb
|
843
|
+
- kinde_api/spec/models/set_user_password_request_spec.rb
|
437
844
|
- kinde_api/spec/models/subscriber_spec.rb
|
438
845
|
- kinde_api/spec/models/subscribers_subscriber_spec.rb
|
439
846
|
- kinde_api/spec/models/success_response_spec.rb
|
@@ -441,18 +848,34 @@ files:
|
|
441
848
|
- kinde_api/spec/models/token_introspect_spec.rb
|
442
849
|
- kinde_api/spec/models/update_api_applications_request_applications_inner_spec.rb
|
443
850
|
- kinde_api/spec/models/update_api_applications_request_spec.rb
|
851
|
+
- kinde_api/spec/models/update_api_scope_request_spec.rb
|
444
852
|
- kinde_api/spec/models/update_application_request_spec.rb
|
853
|
+
- kinde_api/spec/models/update_application_tokens_request_spec.rb
|
854
|
+
- kinde_api/spec/models/update_applications_property_request_spec.rb
|
855
|
+
- kinde_api/spec/models/update_applications_property_request_value_spec.rb
|
856
|
+
- kinde_api/spec/models/update_business_request_spec.rb
|
857
|
+
- kinde_api/spec/models/update_category_request_spec.rb
|
858
|
+
- kinde_api/spec/models/update_connection_request_spec.rb
|
445
859
|
- kinde_api/spec/models/update_environement_feature_flag_override_request_spec.rb
|
860
|
+
- kinde_api/spec/models/update_environment_variable_request_spec.rb
|
861
|
+
- kinde_api/spec/models/update_environment_variable_response_spec.rb
|
862
|
+
- kinde_api/spec/models/update_identity_request_spec.rb
|
863
|
+
- kinde_api/spec/models/update_organization_properties_request_spec.rb
|
446
864
|
- kinde_api/spec/models/update_organization_request_spec.rb
|
865
|
+
- kinde_api/spec/models/update_organization_sessions_request_spec.rb
|
447
866
|
- kinde_api/spec/models/update_organization_users_request_spec.rb
|
448
867
|
- kinde_api/spec/models/update_organization_users_request_users_inner_spec.rb
|
449
868
|
- kinde_api/spec/models/update_organization_users_response_spec.rb
|
869
|
+
- kinde_api/spec/models/update_property_request_spec.rb
|
450
870
|
- kinde_api/spec/models/update_role_permissions_request_permissions_inner_spec.rb
|
451
871
|
- kinde_api/spec/models/update_role_permissions_request_spec.rb
|
452
872
|
- kinde_api/spec/models/update_role_permissions_response_spec.rb
|
453
873
|
- kinde_api/spec/models/update_roles_request_spec.rb
|
454
874
|
- kinde_api/spec/models/update_user_request_spec.rb
|
455
875
|
- kinde_api/spec/models/update_user_response_spec.rb
|
876
|
+
- kinde_api/spec/models/update_web_hook_request_spec.rb
|
877
|
+
- kinde_api/spec/models/update_webhook_response_spec.rb
|
878
|
+
- kinde_api/spec/models/update_webhook_response_webhook_spec.rb
|
456
879
|
- kinde_api/spec/models/user_identities_inner_spec.rb
|
457
880
|
- kinde_api/spec/models/user_identity_result_spec.rb
|
458
881
|
- kinde_api/spec/models/user_identity_spec.rb
|
@@ -461,21 +884,26 @@ files:
|
|
461
884
|
- kinde_api/spec/models/user_spec.rb
|
462
885
|
- kinde_api/spec/models/users_response_spec.rb
|
463
886
|
- kinde_api/spec/models/users_response_users_inner_spec.rb
|
887
|
+
- kinde_api/spec/models/webhook_spec.rb
|
464
888
|
- kinde_api/spec/spec_helper.rb
|
465
889
|
- lib/kinde_sdk.rb
|
466
890
|
- lib/kinde_sdk/client.rb
|
467
891
|
- lib/kinde_sdk/client/feature_flags.rb
|
468
892
|
- lib/kinde_sdk/client/permissions.rb
|
469
893
|
- lib/kinde_sdk/configuration.rb
|
894
|
+
- lib/kinde_sdk/current.rb
|
470
895
|
- lib/kinde_sdk/engine.rb
|
896
|
+
- lib/kinde_sdk/middleware.rb
|
897
|
+
- lib/kinde_sdk/token_manager.rb
|
898
|
+
- lib/kinde_sdk/token_store.rb
|
471
899
|
- lib/kinde_sdk/version.rb
|
900
|
+
- spec/examples.txt
|
472
901
|
- spec/kinde_sdk_spec.rb
|
473
902
|
- spec/spec_helper.rb
|
474
903
|
homepage: https://kinde.com/
|
475
904
|
licenses:
|
476
905
|
- MIT
|
477
906
|
metadata: {}
|
478
|
-
post_install_message:
|
479
907
|
rdoc_options: []
|
480
908
|
require_paths:
|
481
909
|
- lib
|
@@ -491,116 +919,256 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
491
919
|
- !ruby/object:Gem::Version
|
492
920
|
version: '0'
|
493
921
|
requirements: []
|
494
|
-
rubygems_version: 3.2
|
495
|
-
signing_key:
|
922
|
+
rubygems_version: 3.6.2
|
496
923
|
specification_version: 4
|
497
924
|
summary: Kinde Management API Ruby Gem
|
498
925
|
test_files:
|
926
|
+
- spec/examples.txt
|
499
927
|
- spec/kinde_sdk_spec.rb
|
500
928
|
- spec/spec_helper.rb
|
929
|
+
- kinde_api/spec/api/search_api_spec.rb
|
930
|
+
- kinde_api/spec/api/permissions_api_spec.rb
|
931
|
+
- kinde_api/spec/api/property_categories_api_spec.rb
|
932
|
+
- kinde_api/spec/api/o_auth_api_spec.rb
|
933
|
+
- kinde_api/spec/api/organizations_api_spec.rb
|
934
|
+
- kinde_api/spec/api/business_api_spec.rb
|
935
|
+
- kinde_api/spec/api/applications_api_spec.rb
|
501
936
|
- kinde_api/spec/api/subscribers_api_spec.rb
|
502
|
-
- kinde_api/spec/api/
|
937
|
+
- kinde_api/spec/api/timezones_api_spec.rb
|
938
|
+
- kinde_api/spec/api/mfa_api_spec.rb
|
939
|
+
- kinde_api/spec/api/billing_entitlements_api_spec.rb
|
940
|
+
- kinde_api/spec/api/connected_apps_api_spec.rb
|
941
|
+
- kinde_api/spec/api/webhooks_api_spec.rb
|
942
|
+
- kinde_api/spec/api/environment_variables_api_spec.rb
|
943
|
+
- kinde_api/spec/api/billing_meter_usage_api_spec.rb
|
503
944
|
- kinde_api/spec/api/callbacks_api_spec.rb
|
945
|
+
- kinde_api/spec/api/connections_api_spec.rb
|
504
946
|
- kinde_api/spec/api/environments_api_spec.rb
|
505
|
-
- kinde_api/spec/api/
|
947
|
+
- kinde_api/spec/api/properties_api_spec.rb
|
948
|
+
- kinde_api/spec/api/identities_api_spec.rb
|
949
|
+
- kinde_api/spec/api/apis_api_spec.rb
|
506
950
|
- kinde_api/spec/api/roles_api_spec.rb
|
507
|
-
- kinde_api/spec/api/industries_api_spec.rb
|
508
|
-
- kinde_api/spec/api/permissions_api_spec.rb
|
509
|
-
- kinde_api/spec/api/timezones_api_spec.rb
|
510
|
-
- kinde_api/spec/api/business_api_spec.rb
|
511
951
|
- kinde_api/spec/api/users_api_spec.rb
|
512
|
-
- kinde_api/spec/api/
|
513
|
-
- kinde_api/spec/api/
|
514
|
-
- kinde_api/spec/api/
|
515
|
-
- kinde_api/spec/api/connected_apps_api_spec.rb
|
952
|
+
- kinde_api/spec/api/feature_flags_api_spec.rb
|
953
|
+
- kinde_api/spec/api/billing_agreements_api_spec.rb
|
954
|
+
- kinde_api/spec/api/industries_api_spec.rb
|
516
955
|
- kinde_api/spec/api_client_spec.rb
|
517
956
|
- kinde_api/spec/configuration_spec.rb
|
518
|
-
- kinde_api/spec/models/
|
519
|
-
- kinde_api/spec/models/
|
520
|
-
- kinde_api/spec/models/
|
521
|
-
- kinde_api/spec/models/
|
522
|
-
- kinde_api/spec/models/
|
957
|
+
- kinde_api/spec/models/update_property_request_spec.rb
|
958
|
+
- kinde_api/spec/models/error_spec.rb
|
959
|
+
- kinde_api/spec/models/get_api_scopes_response_scopes_inner_spec.rb
|
960
|
+
- kinde_api/spec/models/update_organization_properties_request_spec.rb
|
961
|
+
- kinde_api/spec/models/create_roles_response_spec.rb
|
962
|
+
- kinde_api/spec/models/create_application_response_spec.rb
|
963
|
+
- kinde_api/spec/models/webhook_spec.rb
|
964
|
+
- kinde_api/spec/models/get_organization_response_billing_agreements_inner_spec.rb
|
965
|
+
- kinde_api/spec/models/get_organization_response_billing_spec.rb
|
966
|
+
- kinde_api/spec/models/organization_user_role_permissions_permissions_spec.rb
|
967
|
+
- kinde_api/spec/models/get_environment_variable_response_spec.rb
|
968
|
+
- kinde_api/spec/models/update_connection_request_spec.rb
|
969
|
+
- kinde_api/spec/models/create_user_request_identities_inner_details_spec.rb
|
970
|
+
- kinde_api/spec/models/update_api_applications_request_applications_inner_spec.rb
|
971
|
+
- kinde_api/spec/models/create_meter_usage_record_response_spec.rb
|
972
|
+
- kinde_api/spec/models/apis_spec.rb
|
973
|
+
- kinde_api/spec/models/update_environment_variable_response_spec.rb
|
974
|
+
- kinde_api/spec/models/search_users_response_results_inner_spec.rb
|
975
|
+
- kinde_api/spec/models/get_timezones_response_timezones_inner_spec.rb
|
976
|
+
- kinde_api/spec/models/users_response_users_inner_spec.rb
|
977
|
+
- kinde_api/spec/models/create_identity_response_identity_spec.rb
|
978
|
+
- kinde_api/spec/models/create_organization_request_spec.rb
|
979
|
+
- kinde_api/spec/models/read_logo_response_logos_inner_spec.rb
|
980
|
+
- kinde_api/spec/models/create_connection_request_options_one_of_spec.rb
|
981
|
+
- kinde_api/spec/models/create_apis_response_api_spec.rb
|
982
|
+
- kinde_api/spec/models/update_applications_property_request_value_spec.rb
|
983
|
+
- kinde_api/spec/models/api_applications_inner_spec.rb
|
984
|
+
- kinde_api/spec/models/create_meter_usage_record_request_spec.rb
|
985
|
+
- kinde_api/spec/models/create_property_request_spec.rb
|
986
|
+
- kinde_api/spec/models/get_redirect_callback_urls_response_spec.rb
|
987
|
+
- kinde_api/spec/models/get_organizations_user_roles_response_spec.rb
|
988
|
+
- kinde_api/spec/models/get_user_sessions_response_sessions_inner_spec.rb
|
989
|
+
- kinde_api/spec/models/create_category_response_spec.rb
|
990
|
+
- kinde_api/spec/models/get_event_types_response_spec.rb
|
991
|
+
- kinde_api/spec/models/error_response_spec.rb
|
992
|
+
- kinde_api/spec/models/category_spec.rb
|
993
|
+
- kinde_api/spec/models/get_organizations_response_spec.rb
|
994
|
+
- kinde_api/spec/models/permissions_spec.rb
|
995
|
+
- kinde_api/spec/models/subscribers_subscriber_spec.rb
|
996
|
+
- kinde_api/spec/models/get_user_sessions_response_spec.rb
|
997
|
+
- kinde_api/spec/models/get_api_scope_response_spec.rb
|
998
|
+
- kinde_api/spec/models/event_type_spec.rb
|
999
|
+
- kinde_api/spec/models/get_organizations_user_permissions_response_spec.rb
|
523
1000
|
- kinde_api/spec/models/logout_redirect_urls_spec.rb
|
524
1001
|
- kinde_api/spec/models/api_result_spec.rb
|
525
|
-
- kinde_api/spec/models/
|
526
|
-
- kinde_api/spec/models/
|
527
|
-
- kinde_api/spec/models/
|
528
|
-
- kinde_api/spec/models/
|
529
|
-
- kinde_api/spec/models/
|
530
|
-
- kinde_api/spec/models/users_response_spec.rb
|
531
|
-
- kinde_api/spec/models/role_spec.rb
|
1002
|
+
- kinde_api/spec/models/create_subscriber_success_response_subscriber_spec.rb
|
1003
|
+
- kinde_api/spec/models/api_spec.rb
|
1004
|
+
- kinde_api/spec/models/create_role_request_spec.rb
|
1005
|
+
- kinde_api/spec/models/organization_user_permission_spec.rb
|
1006
|
+
- kinde_api/spec/models/get_organization_response_spec.rb
|
532
1007
|
- kinde_api/spec/models/user_identity_spec.rb
|
533
|
-
- kinde_api/spec/models/
|
534
|
-
- kinde_api/spec/models/
|
535
|
-
- kinde_api/spec/models/
|
536
|
-
- kinde_api/spec/models/get_applications_response_spec.rb
|
537
|
-
- kinde_api/spec/models/update_user_request_spec.rb
|
538
|
-
- kinde_api/spec/models/create_user_request_profile_spec.rb
|
1008
|
+
- kinde_api/spec/models/get_property_values_response_spec.rb
|
1009
|
+
- kinde_api/spec/models/update_environement_feature_flag_override_request_spec.rb
|
1010
|
+
- kinde_api/spec/models/get_subscriber_response_spec.rb
|
539
1011
|
- kinde_api/spec/models/get_environment_feature_flags_response_spec.rb
|
540
|
-
- kinde_api/spec/models/
|
541
|
-
- kinde_api/spec/models/
|
542
|
-
- kinde_api/spec/models/
|
543
|
-
- kinde_api/spec/models/
|
544
|
-
- kinde_api/spec/models/
|
1012
|
+
- kinde_api/spec/models/applications_spec.rb
|
1013
|
+
- kinde_api/spec/models/token_error_response_spec.rb
|
1014
|
+
- kinde_api/spec/models/connection_connection_spec.rb
|
1015
|
+
- kinde_api/spec/models/create_api_scopes_response_spec.rb
|
1016
|
+
- kinde_api/spec/models/create_application_response_application_spec.rb
|
1017
|
+
- kinde_api/spec/models/get_api_scopes_response_spec.rb
|
1018
|
+
- kinde_api/spec/models/read_env_logo_response_logos_inner_spec.rb
|
1019
|
+
- kinde_api/spec/models/not_found_response_spec.rb
|
1020
|
+
- kinde_api/spec/models/get_business_response_spec.rb
|
1021
|
+
- kinde_api/spec/models/get_identities_response_spec.rb
|
1022
|
+
- kinde_api/spec/models/create_property_response_property_spec.rb
|
1023
|
+
- kinde_api/spec/models/authorize_app_api_response_spec.rb
|
1024
|
+
- kinde_api/spec/models/update_role_permissions_request_spec.rb
|
1025
|
+
- kinde_api/spec/models/update_applications_property_request_spec.rb
|
1026
|
+
- kinde_api/spec/models/get_billing_entitlements_response_plans_inner_spec.rb
|
1027
|
+
- kinde_api/spec/models/get_environment_response_spec.rb
|
1028
|
+
- kinde_api/spec/models/roles_permission_response_inner_spec.rb
|
1029
|
+
- kinde_api/spec/models/get_role_response_spec.rb
|
1030
|
+
- kinde_api/spec/models/update_identity_request_spec.rb
|
1031
|
+
- kinde_api/spec/models/get_webhooks_response_spec.rb
|
1032
|
+
- kinde_api/spec/models/create_web_hook_request_spec.rb
|
1033
|
+
- kinde_api/spec/models/get_organization_feature_flags_response_spec.rb
|
1034
|
+
- kinde_api/spec/models/update_webhook_response_webhook_spec.rb
|
1035
|
+
- kinde_api/spec/models/roles_spec.rb
|
1036
|
+
- kinde_api/spec/models/get_organization_users_response_spec.rb
|
1037
|
+
- kinde_api/spec/models/create_environment_variable_request_spec.rb
|
1038
|
+
- kinde_api/spec/models/organization_user_spec.rb
|
1039
|
+
- kinde_api/spec/models/organization_user_role_permissions_spec.rb
|
1040
|
+
- kinde_api/spec/models/delete_role_scope_response_spec.rb
|
1041
|
+
- kinde_api/spec/models/property_spec.rb
|
1042
|
+
- kinde_api/spec/models/update_organization_sessions_request_spec.rb
|
1043
|
+
- kinde_api/spec/models/get_environment_response_environment_spec.rb
|
1044
|
+
- kinde_api/spec/models/update_environment_variable_request_spec.rb
|
1045
|
+
- kinde_api/spec/models/get_billing_entitlements_response_entitlements_inner_spec.rb
|
1046
|
+
- kinde_api/spec/models/create_environment_variable_response_environment_variable_spec.rb
|
1047
|
+
- kinde_api/spec/models/delete_api_response_spec.rb
|
1048
|
+
- kinde_api/spec/models/update_application_tokens_request_spec.rb
|
1049
|
+
- kinde_api/spec/models/create_environment_variable_response_spec.rb
|
1050
|
+
- kinde_api/spec/models/create_apis_response_spec.rb
|
1051
|
+
- kinde_api/spec/models/update_web_hook_request_spec.rb
|
1052
|
+
- kinde_api/spec/models/get_apis_response_apis_inner_scopes_inner_spec.rb
|
1053
|
+
- kinde_api/spec/models/create_connection_response_connection_spec.rb
|
1054
|
+
- kinde_api/spec/models/get_api_response_spec.rb
|
1055
|
+
- kinde_api/spec/models/get_connections_response_spec.rb
|
1056
|
+
- kinde_api/spec/models/create_organization_user_permission_request_spec.rb
|
1057
|
+
- kinde_api/spec/models/update_business_request_spec.rb
|
1058
|
+
- kinde_api/spec/models/get_billing_agreements_response_agreements_inner_spec.rb
|
1059
|
+
- kinde_api/spec/models/users_response_spec.rb
|
1060
|
+
- kinde_api/spec/models/replace_connection_request_options_one_of_spec.rb
|
1061
|
+
- kinde_api/spec/models/replace_connection_request_spec.rb
|
1062
|
+
- kinde_api/spec/models/update_api_scope_request_spec.rb
|
1063
|
+
- kinde_api/spec/models/property_value_spec.rb
|
1064
|
+
- kinde_api/spec/models/organization_spec.rb
|
545
1065
|
- kinde_api/spec/models/subscriber_spec.rb
|
1066
|
+
- kinde_api/spec/models/update_api_applications_request_spec.rb
|
1067
|
+
- kinde_api/spec/models/create_organization_user_role_request_spec.rb
|
1068
|
+
- kinde_api/spec/models/create_user_identity_request_spec.rb
|
1069
|
+
- kinde_api/spec/models/organization_item_schema_spec.rb
|
1070
|
+
- kinde_api/spec/models/create_application_request_spec.rb
|
1071
|
+
- kinde_api/spec/models/get_api_response_api_scopes_inner_spec.rb
|
1072
|
+
- kinde_api/spec/models/get_industries_response_industries_inner_spec.rb
|
1073
|
+
- kinde_api/spec/models/update_category_request_spec.rb
|
1074
|
+
- kinde_api/spec/models/create_connection_response_spec.rb
|
1075
|
+
- kinde_api/spec/models/update_user_response_spec.rb
|
1076
|
+
- kinde_api/spec/models/add_organization_users_request_spec.rb
|
1077
|
+
- kinde_api/spec/models/update_role_permissions_request_permissions_inner_spec.rb
|
1078
|
+
- kinde_api/spec/models/get_apis_response_apis_inner_spec.rb
|
1079
|
+
- kinde_api/spec/models/get_apis_response_spec.rb
|
546
1080
|
- kinde_api/spec/models/connected_apps_auth_url_spec.rb
|
1081
|
+
- kinde_api/spec/models/update_organization_users_response_spec.rb
|
547
1082
|
- kinde_api/spec/models/add_apis_request_spec.rb
|
548
|
-
- kinde_api/spec/models/
|
549
|
-
- kinde_api/spec/models/
|
550
|
-
- kinde_api/spec/models/roles_spec.rb
|
551
|
-
- kinde_api/spec/models/get_subscriber_response_spec.rb
|
552
|
-
- kinde_api/spec/models/roles_permission_response_inner_spec.rb
|
553
|
-
- kinde_api/spec/models/apis_spec.rb
|
554
|
-
- kinde_api/spec/models/create_application_response_application_spec.rb
|
555
|
-
- kinde_api/spec/models/update_application_request_spec.rb
|
556
|
-
- kinde_api/spec/models/get_organizations_user_permissions_response_spec.rb
|
557
|
-
- kinde_api/spec/models/update_environement_feature_flag_override_request_spec.rb
|
1083
|
+
- kinde_api/spec/models/create_category_response_category_spec.rb
|
1084
|
+
- kinde_api/spec/models/user_identities_inner_spec.rb
|
558
1085
|
- kinde_api/spec/models/create_feature_flag_request_spec.rb
|
1086
|
+
- kinde_api/spec/models/get_environment_response_environment_background_color_spec.rb
|
1087
|
+
- kinde_api/spec/models/get_billing_agreements_response_spec.rb
|
1088
|
+
- kinde_api/spec/models/create_roles_response_role_spec.rb
|
559
1089
|
- kinde_api/spec/models/update_roles_request_spec.rb
|
560
|
-
- kinde_api/spec/models/
|
1090
|
+
- kinde_api/spec/models/replace_mfa_request_spec.rb
|
1091
|
+
- kinde_api/spec/models/create_connection_request_options_one_of1_spec.rb
|
1092
|
+
- kinde_api/spec/models/scopes_spec.rb
|
1093
|
+
- kinde_api/spec/models/replace_logout_redirect_urls_request_spec.rb
|
1094
|
+
- kinde_api/spec/models/create_api_scopes_response_scope_spec.rb
|
1095
|
+
- kinde_api/spec/models/get_event_response_event_spec.rb
|
1096
|
+
- kinde_api/spec/models/role_permissions_response_spec.rb
|
1097
|
+
- kinde_api/spec/models/create_user_request_profile_spec.rb
|
1098
|
+
- kinde_api/spec/models/get_api_response_api_applications_inner_spec.rb
|
1099
|
+
- kinde_api/spec/models/add_role_scope_request_spec.rb
|
1100
|
+
- kinde_api/spec/models/get_environment_variables_response_spec.rb
|
1101
|
+
- kinde_api/spec/models/identity_spec.rb
|
1102
|
+
- kinde_api/spec/models/redirect_callback_urls_spec.rb
|
1103
|
+
- kinde_api/spec/models/replace_connection_request_options_spec.rb
|
1104
|
+
- kinde_api/spec/models/replace_organization_mfa_request_spec.rb
|
1105
|
+
- kinde_api/spec/models/create_category_request_spec.rb
|
1106
|
+
- kinde_api/spec/models/connection_spec.rb
|
1107
|
+
- kinde_api/spec/models/read_logo_response_spec.rb
|
1108
|
+
- kinde_api/spec/models/get_event_response_spec.rb
|
561
1109
|
- kinde_api/spec/models/get_permissions_response_spec.rb
|
562
|
-
- kinde_api/spec/models/
|
563
|
-
- kinde_api/spec/models/
|
564
|
-
- kinde_api/spec/models/
|
565
|
-
- kinde_api/spec/models/
|
566
|
-
- kinde_api/spec/models/
|
567
|
-
- kinde_api/spec/models/update_api_applications_request_applications_inner_spec.rb
|
568
|
-
- kinde_api/spec/models/get_redirect_callback_urls_response_spec.rb
|
1110
|
+
- kinde_api/spec/models/create_webhook_response_webhook_spec.rb
|
1111
|
+
- kinde_api/spec/models/update_organization_users_request_spec.rb
|
1112
|
+
- kinde_api/spec/models/create_user_request_spec.rb
|
1113
|
+
- kinde_api/spec/models/user_identity_result_spec.rb
|
1114
|
+
- kinde_api/spec/models/update_user_request_spec.rb
|
569
1115
|
- kinde_api/spec/models/get_organization_feature_flags_response_feature_flags_value_spec.rb
|
1116
|
+
- kinde_api/spec/models/get_application_response_spec.rb
|
1117
|
+
- kinde_api/spec/models/create_identity_response_spec.rb
|
1118
|
+
- kinde_api/spec/models/get_environment_response_environment_link_color_spec.rb
|
1119
|
+
- kinde_api/spec/models/create_subscriber_success_response_spec.rb
|
1120
|
+
- kinde_api/spec/models/not_found_response_errors_spec.rb
|
1121
|
+
- kinde_api/spec/models/connected_apps_access_token_spec.rb
|
1122
|
+
- kinde_api/spec/models/create_organization_response_spec.rb
|
1123
|
+
- kinde_api/spec/models/create_organization_response_organization_spec.rb
|
1124
|
+
- kinde_api/spec/models/create_permission_request_spec.rb
|
1125
|
+
- kinde_api/spec/models/create_connection_request_options_one_of2_spec.rb
|
1126
|
+
- kinde_api/spec/models/update_organization_request_spec.rb
|
1127
|
+
- kinde_api/spec/models/add_role_scope_response_spec.rb
|
1128
|
+
- kinde_api/spec/models/get_timezones_response_spec.rb
|
1129
|
+
- kinde_api/spec/models/create_billing_agreement_request_spec.rb
|
1130
|
+
- kinde_api/spec/models/update_application_request_spec.rb
|
1131
|
+
- kinde_api/spec/models/search_users_response_spec.rb
|
1132
|
+
- kinde_api/spec/models/get_role_response_role_spec.rb
|
1133
|
+
- kinde_api/spec/models/add_api_scope_request_spec.rb
|
1134
|
+
- kinde_api/spec/models/get_applications_response_spec.rb
|
570
1135
|
- kinde_api/spec/models/organization_user_permission_roles_inner_spec.rb
|
1136
|
+
- kinde_api/spec/models/update_organization_users_request_users_inner_spec.rb
|
1137
|
+
- kinde_api/spec/models/add_organization_users_response_spec.rb
|
1138
|
+
- kinde_api/spec/models/get_industries_response_spec.rb
|
1139
|
+
- kinde_api/spec/models/get_api_response_api_spec.rb
|
1140
|
+
- kinde_api/spec/models/read_env_logo_response_spec.rb
|
1141
|
+
- kinde_api/spec/models/get_roles_response_spec.rb
|
1142
|
+
- kinde_api/spec/models/get_billing_entitlements_response_spec.rb
|
1143
|
+
- kinde_api/spec/models/delete_environment_variable_response_spec.rb
|
1144
|
+
- kinde_api/spec/models/create_user_response_spec.rb
|
1145
|
+
- kinde_api/spec/models/create_connection_request_options_spec.rb
|
1146
|
+
- kinde_api/spec/models/create_webhook_response_spec.rb
|
1147
|
+
- kinde_api/spec/models/update_role_permissions_response_spec.rb
|
1148
|
+
- kinde_api/spec/models/replace_redirect_callback_urls_request_spec.rb
|
1149
|
+
- kinde_api/spec/models/set_user_password_request_spec.rb
|
1150
|
+
- kinde_api/spec/models/user_spec.rb
|
1151
|
+
- kinde_api/spec/models/get_user_mfa_response_mfa_spec.rb
|
1152
|
+
- kinde_api/spec/models/get_business_response_business_spec.rb
|
1153
|
+
- kinde_api/spec/models/get_billing_agreements_response_agreements_inner_entitlements_inner_spec.rb
|
1154
|
+
- kinde_api/spec/models/role_spec.rb
|
1155
|
+
- kinde_api/spec/models/create_property_response_spec.rb
|
1156
|
+
- kinde_api/spec/models/delete_webhook_response_spec.rb
|
1157
|
+
- kinde_api/spec/models/get_categories_response_spec.rb
|
571
1158
|
- kinde_api/spec/models/success_response_spec.rb
|
572
|
-
- kinde_api/spec/models/get_organization_feature_flags_response_spec.rb
|
573
|
-
- kinde_api/spec/models/permissions_spec.rb
|
574
1159
|
- kinde_api/spec/models/organization_user_role_spec.rb
|
575
|
-
- kinde_api/spec/models/
|
576
|
-
- kinde_api/spec/models/
|
577
|
-
- kinde_api/spec/models/
|
578
|
-
- kinde_api/spec/models/
|
579
|
-
- kinde_api/spec/models/
|
580
|
-
- kinde_api/spec/models/
|
581
|
-
- kinde_api/spec/models/
|
1160
|
+
- kinde_api/spec/models/get_application_response_application_spec.rb
|
1161
|
+
- kinde_api/spec/models/replace_connection_request_options_one_of1_spec.rb
|
1162
|
+
- kinde_api/spec/models/user_profile_spec.rb
|
1163
|
+
- kinde_api/spec/models/get_user_mfa_response_spec.rb
|
1164
|
+
- kinde_api/spec/models/create_user_request_identities_inner_spec.rb
|
1165
|
+
- kinde_api/spec/models/update_webhook_response_spec.rb
|
1166
|
+
- kinde_api/spec/models/role_scopes_response_spec.rb
|
1167
|
+
- kinde_api/spec/models/get_properties_response_spec.rb
|
582
1168
|
- kinde_api/spec/models/add_organization_users_request_users_inner_spec.rb
|
583
|
-
- kinde_api/spec/models/
|
584
|
-
- kinde_api/spec/models/user_spec.rb
|
585
|
-
- kinde_api/spec/models/create_application_response_spec.rb
|
586
|
-
- kinde_api/spec/models/create_organization_response_spec.rb
|
1169
|
+
- kinde_api/spec/models/user_profile_v2_spec.rb
|
587
1170
|
- kinde_api/spec/models/get_subscribers_response_spec.rb
|
588
|
-
- kinde_api/spec/models/
|
589
|
-
- kinde_api/spec/models/
|
590
|
-
- kinde_api/spec/models/
|
591
|
-
- kinde_api/spec/models/update_api_applications_request_spec.rb
|
592
|
-
- kinde_api/spec/models/create_organization_request_spec.rb
|
593
|
-
- kinde_api/spec/models/api_applications_inner_spec.rb
|
594
|
-
- kinde_api/spec/models/update_organization_users_request_users_inner_spec.rb
|
595
|
-
- kinde_api/spec/models/user_profile_spec.rb
|
596
|
-
- kinde_api/spec/models/users_response_users_inner_spec.rb
|
597
|
-
- kinde_api/spec/models/create_subscriber_success_response_spec.rb
|
598
|
-
- kinde_api/spec/models/create_subscriber_success_response_subscriber_spec.rb
|
599
|
-
- kinde_api/spec/models/user_identity_result_spec.rb
|
600
|
-
- kinde_api/spec/models/get_roles_response_spec.rb
|
601
|
-
- kinde_api/spec/models/create_user_request_spec.rb
|
602
|
-
- kinde_api/spec/models/update_organization_request_spec.rb
|
603
|
-
- kinde_api/spec/models/get_organizations_user_roles_response_spec.rb
|
604
|
-
- kinde_api/spec/models/user_identities_inner_spec.rb
|
605
|
-
- kinde_api/spec/models/add_organization_users_request_spec.rb
|
1171
|
+
- kinde_api/spec/models/create_connection_request_spec.rb
|
1172
|
+
- kinde_api/spec/models/token_introspect_spec.rb
|
1173
|
+
- kinde_api/spec/models/environment_variable_spec.rb
|
606
1174
|
- kinde_api/spec/spec_helper.rb
|