workos 9.5.0 → 10.0.0
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/.github/workflows/block-generated-edits.yml +13 -0
- data/.github/workflows/ci.yml +1 -1
- data/.github/workflows/docs.yml +1 -1
- data/.github/workflows/lint.yml +1 -1
- data/.github/workflows/release-please.yml +7 -1
- data/.github/workflows/release.yml +1 -1
- data/.last-synced-sha +1 -1
- data/.oagen-manifest.json +197 -75
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +87 -0
- data/Gemfile.lock +2 -2
- data/README.md +15 -14
- data/lib/workos/agents/agent_admin_link_claim_attempt_to_external_user_request.rb +28 -0
- data/lib/workos/agents/agent_admin_link_claim_attempt_to_external_user_request_user.rb +22 -0
- data/lib/workos/agents/agent_admin_validate_credential_request.rb +25 -0
- data/lib/workos/agents/agent_credential_validation.rb +25 -0
- data/lib/workos/agents/agent_registration.rb +40 -0
- data/lib/workos/agents/agent_registration_agent_identity.rb +28 -0
- data/lib/workos/agents/agent_registration_claim.rb +31 -0
- data/lib/workos/agents/agent_registration_claim_claim_completion.rb +31 -0
- data/lib/workos/agents/claim_view_response.rb +28 -0
- data/lib/workos/agents/claim_view_response_organization.rb +7 -0
- data/lib/workos/agents.rb +93 -0
- data/lib/workos/api_keys/api_key_validation_response.rb +6 -2
- data/lib/workos/api_keys.rb +3 -4
- data/lib/workos/authorization/permission_created_data.rb +1 -34
- data/lib/workos/authorization/permission_deleted_data.rb +1 -1
- data/lib/workos/authorization/permission_updated_data.rb +1 -1
- data/lib/workos/authorization.rb +24 -24
- data/lib/workos/base_client.rb +4 -4
- data/lib/workos/client.rb +4 -0
- data/lib/workos/connect.rb +23 -19
- data/lib/workos/directory_sync.rb +10 -2
- data/lib/workos/groups.rb +7 -7
- data/lib/workos/inflections.rb +0 -1
- data/lib/workos/organization_domains.rb +4 -4
- data/lib/workos/organizations/organization_authorized_connect_application_list_data.rb +34 -0
- data/lib/workos/organizations.rb +57 -10
- data/lib/workos/pipes/api_key_installation.rb +25 -0
- data/lib/workos/pipes/{connected_account_dto.rb → connected_account_input.rb} +1 -1
- data/lib/workos/pipes/create_data_integration.rb +7 -1
- data/lib/workos/pipes/data_integration.rb +6 -0
- data/lib/workos/pipes/{data_integration_credentials_dto.rb → data_integration_credentials_input.rb} +1 -1
- data/lib/workos/pipes/data_integration_installation.rb +28 -0
- data/lib/workos/pipes/data_integrations_upsert_api_key_request.rb +1 -19
- data/lib/workos/pipes/update_data_integration.rb +4 -1
- data/lib/workos/pipes.rb +25 -16
- data/lib/workos/pipes_provider.rb +2 -2
- data/lib/workos/shared/access_token_agent_registration_credential_issued_data_detail.rb +25 -0
- data/lib/workos/shared/agent_registration_claim_attempt_created.rb +34 -0
- data/lib/workos/shared/agent_registration_claim_attempt_created_data.rb +40 -0
- data/lib/workos/shared/agent_registration_claim_completed.rb +34 -0
- data/lib/workos/shared/agent_registration_claim_completed_data.rb +40 -0
- data/lib/workos/shared/agent_registration_claim_completed_data_claimed_by.rb +22 -0
- data/lib/workos/shared/agent_registration_created.rb +34 -0
- data/lib/workos/{organization_domains/organization_domain_stand_alone.rb → shared/agent_registration_created_data.rb} +13 -16
- data/lib/workos/shared/agent_registration_created_data_agent_identity.rb +25 -0
- data/lib/workos/shared/agent_registration_credential_issued.rb +34 -0
- data/lib/workos/shared/agent_registration_credential_issued_data.rb +34 -0
- data/lib/workos/shared/agent_registration_credential_issued_data_detail.rb +22 -0
- data/lib/workos/shared/agent_registration_deleted.rb +34 -0
- data/lib/workos/shared/agent_registration_deleted_data.rb +18 -0
- data/lib/workos/shared/agent_registration_expired.rb +34 -0
- data/lib/workos/shared/agent_registration_expired_data.rb +7 -0
- data/lib/workos/shared/agent_registration_organization_switched.rb +34 -0
- data/lib/workos/shared/agent_registration_organization_switched_data.rb +25 -0
- data/lib/workos/shared/agent_registration_revoked.rb +34 -0
- data/lib/workos/shared/agent_registration_revoked_data.rb +7 -0
- data/lib/workos/shared/pipes_connected_account_connection_failed.rb +34 -0
- data/lib/workos/shared/pipes_connected_account_connection_failed_data.rb +46 -0
- data/lib/workos/shared/radar_challenge_created.rb +34 -0
- data/lib/workos/shared/radar_challenge_created_data.rb +28 -0
- data/lib/workos/sso/connection.rb +3 -3
- data/lib/workos/types/agent_admin_validate_credential_request_type.rb +13 -0
- data/lib/workos/types/agent_registration_created_data_kind.rb +14 -0
- data/lib/workos/types/agent_registration_created_data_method.rb +14 -0
- data/lib/workos/types/agent_registration_created_data_status.rb +15 -0
- data/lib/workos/types/{data_integration_credentials_type.rb → agent_registration_kind.rb} +1 -1
- data/lib/workos/types/{organization_domain_stand_alone_state.rb → agent_registration_status.rb} +1 -1
- data/lib/workos/types/applications_registration_types.rb +13 -0
- data/lib/workos/types/{organization_domain_stand_alone_verification_strategy.rb → claim_view_response_status.rb} +1 -1
- data/lib/workos/types/connected_account_input_state.rb +13 -0
- data/lib/workos/types/connected_account_state.rb +2 -1
- data/lib/workos/types/create_data_integration_auth_methods.rb +9 -0
- data/lib/workos/types/create_user_password_hash_type.rb +2 -1
- data/lib/workos/types/create_webhook_endpoint_events.rb +5 -1
- data/lib/workos/types/data_integration_auth_methods.rb +9 -0
- data/lib/workos/types/data_integration_credentials_input_type.rb +9 -0
- data/lib/workos/types/data_integrations_list_response_data_connected_account_state.rb +1 -6
- data/lib/workos/types/pipe_connected_account_state.rb +1 -5
- data/lib/workos/types/vault_kek_deleted_data_actor_source.rb +9 -0
- data/lib/workos/user_management/authentication_reauthentication_succeeded.rb +34 -0
- data/lib/workos/user_management/authentication_reauthentication_succeeded_data.rb +34 -0
- data/lib/workos/user_management/radar_challenge.rb +43 -0
- data/lib/workos/user_management.rb +59 -23
- data/lib/workos/vault/vault_kek_deleted.rb +34 -0
- data/lib/workos/vault/vault_kek_deleted_data.rb +31 -0
- data/lib/workos/vault.rb +4 -4
- data/lib/workos/version.rb +1 -1
- data/lib/workos/widgets.rb +2 -2
- data/lib/workos.rb +11 -0
- data/rbi/workos/access_token_agent_registration_credential_issued_data_detail.rbi +36 -0
- data/rbi/workos/agent_admin_link_claim_attempt_to_external_user_request.rbi +42 -0
- data/rbi/workos/agent_admin_link_claim_attempt_to_external_user_request_user.rbi +30 -0
- data/rbi/workos/agent_admin_validate_credential_request.rbi +36 -0
- data/rbi/workos/{sso_intent_options.rbi → agent_credential_validation.rbi} +11 -5
- data/rbi/workos/agent_registration.rbi +66 -0
- data/rbi/workos/agent_registration_agent_identity.rbi +42 -0
- data/rbi/workos/agent_registration_claim.rbi +48 -0
- data/rbi/workos/agent_registration_claim_attempt_created.rbi +54 -0
- data/rbi/workos/agent_registration_claim_attempt_created_data.rbi +66 -0
- data/rbi/workos/agent_registration_claim_claim_completion.rbi +48 -0
- data/rbi/workos/agent_registration_claim_completed.rbi +54 -0
- data/rbi/workos/agent_registration_claim_completed_data.rbi +66 -0
- data/rbi/workos/agent_registration_claim_completed_data_claimed_by.rbi +30 -0
- data/rbi/workos/agent_registration_created.rbi +54 -0
- data/rbi/workos/agent_registration_created_data.rbi +72 -0
- data/rbi/workos/agent_registration_created_data_agent_identity.rbi +36 -0
- data/rbi/workos/agent_registration_credential_issued.rbi +54 -0
- data/rbi/workos/agent_registration_credential_issued_data.rbi +54 -0
- data/rbi/workos/agent_registration_credential_issued_data_detail.rbi +30 -0
- data/rbi/workos/agent_registration_deleted.rbi +54 -0
- data/rbi/workos/{connection_option.rbi → agent_registration_deleted_data.rbi} +5 -5
- data/rbi/workos/agent_registration_expired.rbi +54 -0
- data/rbi/workos/{domain_verification_intent_options.rbi → agent_registration_expired_data.rbi} +5 -5
- data/rbi/workos/agent_registration_organization_switched.rbi +54 -0
- data/rbi/workos/agent_registration_organization_switched_data.rbi +36 -0
- data/rbi/workos/agent_registration_revoked.rbi +54 -0
- data/rbi/workos/agent_registration_revoked_data.rbi +24 -0
- data/rbi/workos/agents.rbi +42 -0
- data/rbi/workos/api_key_installation.rbi +36 -0
- data/rbi/workos/api_key_validation_response.rbi +6 -0
- data/rbi/workos/authentication_reauthentication_succeeded.rbi +54 -0
- data/rbi/workos/authentication_reauthentication_succeeded_data.rbi +54 -0
- data/rbi/workos/claim_view_response.rbi +42 -0
- data/rbi/workos/claim_view_response_organization.rbi +30 -0
- data/rbi/workos/client.rbi +3 -0
- data/rbi/workos/connect.rbi +2 -1
- data/rbi/workos/{connected_account_dto.rbi → connected_account_input.rbi} +1 -1
- data/rbi/workos/connection.rbi +4 -4
- data/rbi/workos/create_data_integration.rbi +14 -2
- data/rbi/workos/data_integration.rbi +12 -0
- data/rbi/workos/{data_integration_credentials_dto.rbi → data_integration_credentials_input.rbi} +1 -1
- data/rbi/workos/data_integration_installation.rbi +42 -0
- data/rbi/workos/directory_sync.rbi +3 -1
- data/rbi/workos/organization_authorized_connect_application_list_data.rbi +54 -0
- data/rbi/workos/organization_domains.rbi +2 -2
- data/rbi/workos/organizations.rbi +12 -0
- data/rbi/workos/permission_created_data.rbi +6 -0
- data/rbi/workos/permission_deleted_data.rbi +6 -0
- data/rbi/workos/permission_updated_data.rbi +6 -0
- data/rbi/workos/pipes.rbi +7 -4
- data/rbi/workos/pipes_connected_account_connection_failed.rbi +54 -0
- data/rbi/workos/{organization_domain_stand_alone.rbi → pipes_connected_account_connection_failed_data.rbi} +23 -23
- data/rbi/workos/radar_challenge.rbi +72 -0
- data/rbi/workos/radar_challenge_created.rbi +54 -0
- data/rbi/workos/radar_challenge_created_data.rbi +42 -0
- data/rbi/workos/update_data_integration.rbi +8 -2
- data/rbi/workos/user_management.rbi +16 -0
- data/rbi/workos/vault_kek_deleted.rbi +54 -0
- data/rbi/workos/vault_kek_deleted_data.rbi +48 -0
- data/rbi/workos/widget_session_token.rbi +2 -2
- data/rbi/workos/widgets.rbi +1 -1
- data/test/workos/test_agents.rb +49 -0
- data/test/workos/test_agents_model_round_trip.rb +165 -0
- data/test/workos/test_api_keys_model_round_trip.rb +307 -0
- data/test/workos/test_authorization_model_round_trip.rb +237 -0
- data/test/workos/test_base_client.rb +27 -0
- data/test/workos/test_client_api_model_round_trip.rb +31 -0
- data/test/workos/test_connect_model_round_trip.rb +175 -0
- data/test/workos/test_directory_sync_model_round_trip.rb +579 -0
- data/test/workos/test_feature_flags_model_round_trip.rb +580 -0
- data/test/workos/test_groups_model_round_trip.rb +56 -0
- data/test/workos/test_multi_factor_auth_model_round_trip.rb +192 -0
- data/test/workos/test_organization_domains_model_round_trip.rb +260 -0
- data/test/workos/test_organization_membership_model_round_trip.rb +89 -0
- data/test/workos/test_organizations.rb +9 -1
- data/test/workos/test_organizations_model_round_trip.rb +602 -0
- data/test/workos/test_pipes_model_round_trip.rb +40 -4
- data/test/workos/test_pipes_provider_model_round_trip.rb +75 -0
- data/test/workos/test_shared_model_round_trip.rb +787 -0
- data/test/workos/test_sso_model_round_trip.rb +422 -0
- data/test/workos/test_user_management.rb +16 -0
- data/test/workos/test_user_management_model_round_trip.rb +1501 -0
- data/test/workos/test_vault_model_round_trip.rb +571 -0
- data/test/workos/test_widgets.rb +2 -2
- data/test/workos/test_widgets_model_round_trip.rb +30 -0
- metadata +118 -19
- data/lib/workos/admin_portal/domain_verification_intent_options.rb +0 -18
- data/lib/workos/admin_portal/intent_options.rb +0 -22
- data/lib/workos/admin_portal/sso_intent_options.rb +0 -22
- data/lib/workos/sso/connection_option.rb +0 -18
- data/rbi/workos/intent_options.rbi +0 -30
- data/test/workos/test_model_round_trip.rb +0 -6
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: workos
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 10.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- WorkOS
|
|
@@ -130,6 +130,7 @@ extra_rdoc_files: []
|
|
|
130
130
|
files:
|
|
131
131
|
- ".github/CODEOWNERS"
|
|
132
132
|
- ".github/pull_request_template.md"
|
|
133
|
+
- ".github/workflows/block-generated-edits.yml"
|
|
133
134
|
- ".github/workflows/ci.yml"
|
|
134
135
|
- ".github/workflows/docs.yml"
|
|
135
136
|
- ".github/workflows/lint-pr-title.yml"
|
|
@@ -157,11 +158,19 @@ files:
|
|
|
157
158
|
- lib/workos.rb
|
|
158
159
|
- lib/workos/actions.rb
|
|
159
160
|
- lib/workos/admin_portal.rb
|
|
160
|
-
- lib/workos/admin_portal/domain_verification_intent_options.rb
|
|
161
161
|
- lib/workos/admin_portal/generate_link.rb
|
|
162
|
-
- lib/workos/admin_portal/intent_options.rb
|
|
163
162
|
- lib/workos/admin_portal/portal_link_response.rb
|
|
164
|
-
- lib/workos/
|
|
163
|
+
- lib/workos/agents.rb
|
|
164
|
+
- lib/workos/agents/agent_admin_link_claim_attempt_to_external_user_request.rb
|
|
165
|
+
- lib/workos/agents/agent_admin_link_claim_attempt_to_external_user_request_user.rb
|
|
166
|
+
- lib/workos/agents/agent_admin_validate_credential_request.rb
|
|
167
|
+
- lib/workos/agents/agent_credential_validation.rb
|
|
168
|
+
- lib/workos/agents/agent_registration.rb
|
|
169
|
+
- lib/workos/agents/agent_registration_agent_identity.rb
|
|
170
|
+
- lib/workos/agents/agent_registration_claim.rb
|
|
171
|
+
- lib/workos/agents/agent_registration_claim_claim_completion.rb
|
|
172
|
+
- lib/workos/agents/claim_view_response.rb
|
|
173
|
+
- lib/workos/agents/claim_view_response_organization.rb
|
|
165
174
|
- lib/workos/api_keys.rb
|
|
166
175
|
- lib/workos/api_keys/api_key.rb
|
|
167
176
|
- lib/workos/api_keys/api_key_created.rb
|
|
@@ -365,7 +374,6 @@ files:
|
|
|
365
374
|
- lib/workos/organization_domains/organization_domain_created_data.rb
|
|
366
375
|
- lib/workos/organization_domains/organization_domain_deleted.rb
|
|
367
376
|
- lib/workos/organization_domains/organization_domain_deleted_data.rb
|
|
368
|
-
- lib/workos/organization_domains/organization_domain_stand_alone.rb
|
|
369
377
|
- lib/workos/organization_domains/organization_domain_updated.rb
|
|
370
378
|
- lib/workos/organization_domains/organization_domain_updated_data.rb
|
|
371
379
|
- lib/workos/organization_domains/organization_domain_verification_failed.rb
|
|
@@ -383,6 +391,7 @@ files:
|
|
|
383
391
|
- lib/workos/organizations/audit_log_configuration_log_stream.rb
|
|
384
392
|
- lib/workos/organizations/audit_logs_retention.rb
|
|
385
393
|
- lib/workos/organizations/organization.rb
|
|
394
|
+
- lib/workos/organizations/organization_authorized_connect_application_list_data.rb
|
|
386
395
|
- lib/workos/organizations/organization_created.rb
|
|
387
396
|
- lib/workos/organizations/organization_created_data.rb
|
|
388
397
|
- lib/workos/organizations/organization_created_data_domain.rb
|
|
@@ -410,8 +419,9 @@ files:
|
|
|
410
419
|
- lib/workos/organizations/update_organization.rb
|
|
411
420
|
- lib/workos/passwordless.rb
|
|
412
421
|
- lib/workos/pipes.rb
|
|
422
|
+
- lib/workos/pipes/api_key_installation.rb
|
|
413
423
|
- lib/workos/pipes/connected_account.rb
|
|
414
|
-
- lib/workos/pipes/
|
|
424
|
+
- lib/workos/pipes/connected_account_input.rb
|
|
415
425
|
- lib/workos/pipes/create_data_integration.rb
|
|
416
426
|
- lib/workos/pipes/custom_provider_definition.rb
|
|
417
427
|
- lib/workos/pipes/data_integration.rb
|
|
@@ -419,10 +429,11 @@ files:
|
|
|
419
429
|
- lib/workos/pipes/data_integration_access_token_response_access_token.rb
|
|
420
430
|
- lib/workos/pipes/data_integration_authorize_url_response.rb
|
|
421
431
|
- lib/workos/pipes/data_integration_credential.rb
|
|
422
|
-
- lib/workos/pipes/
|
|
432
|
+
- lib/workos/pipes/data_integration_credentials_input.rb
|
|
423
433
|
- lib/workos/pipes/data_integration_credentials_response.rb
|
|
424
434
|
- lib/workos/pipes/data_integration_credentials_response_credential.rb
|
|
425
435
|
- lib/workos/pipes/data_integration_custom_provider.rb
|
|
436
|
+
- lib/workos/pipes/data_integration_installation.rb
|
|
426
437
|
- lib/workos/pipes/data_integrations_get_data_integration_authorize_url_request.rb
|
|
427
438
|
- lib/workos/pipes/data_integrations_get_user_token_request.rb
|
|
428
439
|
- lib/workos/pipes/data_integrations_list_response.rb
|
|
@@ -448,6 +459,26 @@ files:
|
|
|
448
459
|
- lib/workos/radar/radar_standalone_update_radar_list_request.rb
|
|
449
460
|
- lib/workos/session.rb
|
|
450
461
|
- lib/workos/session_manager.rb
|
|
462
|
+
- lib/workos/shared/access_token_agent_registration_credential_issued_data_detail.rb
|
|
463
|
+
- lib/workos/shared/agent_registration_claim_attempt_created.rb
|
|
464
|
+
- lib/workos/shared/agent_registration_claim_attempt_created_data.rb
|
|
465
|
+
- lib/workos/shared/agent_registration_claim_completed.rb
|
|
466
|
+
- lib/workos/shared/agent_registration_claim_completed_data.rb
|
|
467
|
+
- lib/workos/shared/agent_registration_claim_completed_data_claimed_by.rb
|
|
468
|
+
- lib/workos/shared/agent_registration_created.rb
|
|
469
|
+
- lib/workos/shared/agent_registration_created_data.rb
|
|
470
|
+
- lib/workos/shared/agent_registration_created_data_agent_identity.rb
|
|
471
|
+
- lib/workos/shared/agent_registration_credential_issued.rb
|
|
472
|
+
- lib/workos/shared/agent_registration_credential_issued_data.rb
|
|
473
|
+
- lib/workos/shared/agent_registration_credential_issued_data_detail.rb
|
|
474
|
+
- lib/workos/shared/agent_registration_deleted.rb
|
|
475
|
+
- lib/workos/shared/agent_registration_deleted_data.rb
|
|
476
|
+
- lib/workos/shared/agent_registration_expired.rb
|
|
477
|
+
- lib/workos/shared/agent_registration_expired_data.rb
|
|
478
|
+
- lib/workos/shared/agent_registration_organization_switched.rb
|
|
479
|
+
- lib/workos/shared/agent_registration_organization_switched_data.rb
|
|
480
|
+
- lib/workos/shared/agent_registration_revoked.rb
|
|
481
|
+
- lib/workos/shared/agent_registration_revoked_data.rb
|
|
451
482
|
- lib/workos/shared/auth_method_mismatch_error.rb
|
|
452
483
|
- lib/workos/shared/connect_application_m2m.rb
|
|
453
484
|
- lib/workos/shared/connect_application_oauth.rb
|
|
@@ -465,8 +496,12 @@ files:
|
|
|
465
496
|
- lib/workos/shared/group_updated.rb
|
|
466
497
|
- lib/workos/shared/pipe_connected_account.rb
|
|
467
498
|
- lib/workos/shared/pipes_connected_account_connected.rb
|
|
499
|
+
- lib/workos/shared/pipes_connected_account_connection_failed.rb
|
|
500
|
+
- lib/workos/shared/pipes_connected_account_connection_failed_data.rb
|
|
468
501
|
- lib/workos/shared/pipes_connected_account_disconnected.rb
|
|
469
502
|
- lib/workos/shared/pipes_connected_account_reauthorization_needed.rb
|
|
503
|
+
- lib/workos/shared/radar_challenge_created.rb
|
|
504
|
+
- lib/workos/shared/radar_challenge_created_data.rb
|
|
470
505
|
- lib/workos/shared/waitlist_user.rb
|
|
471
506
|
- lib/workos/shared/waitlist_user_approved.rb
|
|
472
507
|
- lib/workos/shared/waitlist_user_created.rb
|
|
@@ -482,7 +517,6 @@ files:
|
|
|
482
517
|
- lib/workos/sso/connection_deleted.rb
|
|
483
518
|
- lib/workos/sso/connection_deleted_data.rb
|
|
484
519
|
- lib/workos/sso/connection_domain.rb
|
|
485
|
-
- lib/workos/sso/connection_option.rb
|
|
486
520
|
- lib/workos/sso/connection_saml_certificate_renewal_required.rb
|
|
487
521
|
- lib/workos/sso/connection_saml_certificate_renewal_required_data.rb
|
|
488
522
|
- lib/workos/sso/connection_saml_certificate_renewal_required_data_certificate.rb
|
|
@@ -498,7 +532,14 @@ files:
|
|
|
498
532
|
- lib/workos/sso/sso_token_response.rb
|
|
499
533
|
- lib/workos/sso/sso_token_response_oauth_token.rb
|
|
500
534
|
- lib/workos/sso/token_query.rb
|
|
535
|
+
- lib/workos/types/agent_admin_validate_credential_request_type.rb
|
|
536
|
+
- lib/workos/types/agent_registration_created_data_kind.rb
|
|
537
|
+
- lib/workos/types/agent_registration_created_data_method.rb
|
|
538
|
+
- lib/workos/types/agent_registration_created_data_status.rb
|
|
539
|
+
- lib/workos/types/agent_registration_kind.rb
|
|
540
|
+
- lib/workos/types/agent_registration_status.rb
|
|
501
541
|
- lib/workos/types/api_response.rb
|
|
542
|
+
- lib/workos/types/applications_registration_types.rb
|
|
502
543
|
- lib/workos/types/audit_log_configuration_log_stream_state.rb
|
|
503
544
|
- lib/workos/types/audit_log_configuration_log_stream_type.rb
|
|
504
545
|
- lib/workos/types/audit_log_configuration_state.rb
|
|
@@ -510,7 +551,9 @@ files:
|
|
|
510
551
|
- lib/workos/types/authentication_radar_risk_detected_data_action.rb
|
|
511
552
|
- lib/workos/types/authorization_assignment.rb
|
|
512
553
|
- lib/workos/types/base_model.rb
|
|
554
|
+
- lib/workos/types/claim_view_response_status.rb
|
|
513
555
|
- lib/workos/types/connected_account_auth_method.rb
|
|
556
|
+
- lib/workos/types/connected_account_input_state.rb
|
|
514
557
|
- lib/workos/types/connected_account_state.rb
|
|
515
558
|
- lib/workos/types/connection_activated_data_connection_type.rb
|
|
516
559
|
- lib/workos/types/connection_activated_data_state.rb
|
|
@@ -526,15 +569,17 @@ files:
|
|
|
526
569
|
- lib/workos/types/connection_status.rb
|
|
527
570
|
- lib/workos/types/connection_type.rb
|
|
528
571
|
- lib/workos/types/connections_connection_type.rb
|
|
572
|
+
- lib/workos/types/create_data_integration_auth_methods.rb
|
|
529
573
|
- lib/workos/types/create_user_invite_options_locale.rb
|
|
530
574
|
- lib/workos/types/create_user_password_hash_type.rb
|
|
531
575
|
- lib/workos/types/create_webhook_endpoint_events.rb
|
|
532
576
|
- lib/workos/types/custom_provider_definition_authenticate_via.rb
|
|
533
577
|
- lib/workos/types/data_integration_access_token_response_error.rb
|
|
578
|
+
- lib/workos/types/data_integration_auth_methods.rb
|
|
534
579
|
- lib/workos/types/data_integration_credential_type.rb
|
|
535
580
|
- lib/workos/types/data_integration_credentials_credentials_type.rb
|
|
581
|
+
- lib/workos/types/data_integration_credentials_input_type.rb
|
|
536
582
|
- lib/workos/types/data_integration_credentials_response_error.rb
|
|
537
|
-
- lib/workos/types/data_integration_credentials_type.rb
|
|
538
583
|
- lib/workos/types/data_integration_custom_provider_authenticate_via.rb
|
|
539
584
|
- lib/workos/types/data_integration_state.rb
|
|
540
585
|
- lib/workos/types/data_integrations_list_response_data_auth_methods.rb
|
|
@@ -573,8 +618,6 @@ files:
|
|
|
573
618
|
- lib/workos/types/organization_domain_data_state.rb
|
|
574
619
|
- lib/workos/types/organization_domain_deleted_data_state.rb
|
|
575
620
|
- lib/workos/types/organization_domain_deleted_data_verification_strategy.rb
|
|
576
|
-
- lib/workos/types/organization_domain_stand_alone_state.rb
|
|
577
|
-
- lib/workos/types/organization_domain_stand_alone_verification_strategy.rb
|
|
578
621
|
- lib/workos/types/organization_domain_state.rb
|
|
579
622
|
- lib/workos/types/organization_domain_updated_data_state.rb
|
|
580
623
|
- lib/workos/types/organization_domain_updated_data_verification_strategy.rb
|
|
@@ -630,6 +673,7 @@ files:
|
|
|
630
673
|
- lib/workos/types/vault_dek_decrypted_data_actor_source.rb
|
|
631
674
|
- lib/workos/types/vault_dek_read_data_actor_source.rb
|
|
632
675
|
- lib/workos/types/vault_kek_created_data_actor_source.rb
|
|
676
|
+
- lib/workos/types/vault_kek_deleted_data_actor_source.rb
|
|
633
677
|
- lib/workos/types/vault_metadata_read_data_actor_source.rb
|
|
634
678
|
- lib/workos/types/vault_names_listed_data_actor_source.rb
|
|
635
679
|
- lib/workos/types/vault_order.rb
|
|
@@ -676,6 +720,8 @@ files:
|
|
|
676
720
|
- lib/workos/user_management/authentication_password_succeeded_data.rb
|
|
677
721
|
- lib/workos/user_management/authentication_radar_risk_detected.rb
|
|
678
722
|
- lib/workos/user_management/authentication_radar_risk_detected_data.rb
|
|
723
|
+
- lib/workos/user_management/authentication_reauthentication_succeeded.rb
|
|
724
|
+
- lib/workos/user_management/authentication_reauthentication_succeeded_data.rb
|
|
679
725
|
- lib/workos/user_management/authentication_sso_failed.rb
|
|
680
726
|
- lib/workos/user_management/authentication_sso_failed_data.rb
|
|
681
727
|
- lib/workos/user_management/authentication_sso_failed_data_error.rb
|
|
@@ -736,6 +782,7 @@ files:
|
|
|
736
782
|
- lib/workos/user_management/password_reset_succeeded.rb
|
|
737
783
|
- lib/workos/user_management/password_reset_succeeded_data.rb
|
|
738
784
|
- lib/workos/user_management/password_session_authenticate_request.rb
|
|
785
|
+
- lib/workos/user_management/radar_challenge.rb
|
|
739
786
|
- lib/workos/user_management/radar_email_challenge_code_session_authenticate_request.rb
|
|
740
787
|
- lib/workos/user_management/radar_sms_challenge_code_session_authenticate_request.rb
|
|
741
788
|
- lib/workos/user_management/redirect_uri.rb
|
|
@@ -808,6 +855,8 @@ files:
|
|
|
808
855
|
- lib/workos/vault/vault_dek_read_data.rb
|
|
809
856
|
- lib/workos/vault/vault_kek_created.rb
|
|
810
857
|
- lib/workos/vault/vault_kek_created_data.rb
|
|
858
|
+
- lib/workos/vault/vault_kek_deleted.rb
|
|
859
|
+
- lib/workos/vault/vault_kek_deleted_data.rb
|
|
811
860
|
- lib/workos/vault/vault_metadata_read.rb
|
|
812
861
|
- lib/workos/vault/vault_metadata_read_data.rb
|
|
813
862
|
- lib/workos/vault/vault_names_listed.rb
|
|
@@ -823,6 +872,7 @@ files:
|
|
|
823
872
|
- lib/workos/widgets.rb
|
|
824
873
|
- lib/workos/widgets/widget_session_token.rb
|
|
825
874
|
- lib/workos/widgets/widget_session_token_response.rb
|
|
875
|
+
- rbi/workos/access_token_agent_registration_credential_issued_data_detail.rbi
|
|
826
876
|
- rbi/workos/action_authentication_denied.rbi
|
|
827
877
|
- rbi/workos/action_authentication_denied_data.rbi
|
|
828
878
|
- rbi/workos/action_user_registration_denied.rbi
|
|
@@ -830,10 +880,39 @@ files:
|
|
|
830
880
|
- rbi/workos/actor.rbi
|
|
831
881
|
- rbi/workos/add_role_permission.rbi
|
|
832
882
|
- rbi/workos/admin_portal.rbi
|
|
883
|
+
- rbi/workos/agent_admin_link_claim_attempt_to_external_user_request.rbi
|
|
884
|
+
- rbi/workos/agent_admin_link_claim_attempt_to_external_user_request_user.rbi
|
|
885
|
+
- rbi/workos/agent_admin_validate_credential_request.rbi
|
|
886
|
+
- rbi/workos/agent_credential_validation.rbi
|
|
887
|
+
- rbi/workos/agent_registration.rbi
|
|
888
|
+
- rbi/workos/agent_registration_agent_identity.rbi
|
|
889
|
+
- rbi/workos/agent_registration_claim.rbi
|
|
890
|
+
- rbi/workos/agent_registration_claim_attempt_created.rbi
|
|
891
|
+
- rbi/workos/agent_registration_claim_attempt_created_data.rbi
|
|
892
|
+
- rbi/workos/agent_registration_claim_claim_completion.rbi
|
|
893
|
+
- rbi/workos/agent_registration_claim_completed.rbi
|
|
894
|
+
- rbi/workos/agent_registration_claim_completed_data.rbi
|
|
895
|
+
- rbi/workos/agent_registration_claim_completed_data_claimed_by.rbi
|
|
896
|
+
- rbi/workos/agent_registration_created.rbi
|
|
897
|
+
- rbi/workos/agent_registration_created_data.rbi
|
|
898
|
+
- rbi/workos/agent_registration_created_data_agent_identity.rbi
|
|
899
|
+
- rbi/workos/agent_registration_credential_issued.rbi
|
|
900
|
+
- rbi/workos/agent_registration_credential_issued_data.rbi
|
|
901
|
+
- rbi/workos/agent_registration_credential_issued_data_detail.rbi
|
|
902
|
+
- rbi/workos/agent_registration_deleted.rbi
|
|
903
|
+
- rbi/workos/agent_registration_deleted_data.rbi
|
|
904
|
+
- rbi/workos/agent_registration_expired.rbi
|
|
905
|
+
- rbi/workos/agent_registration_expired_data.rbi
|
|
906
|
+
- rbi/workos/agent_registration_organization_switched.rbi
|
|
907
|
+
- rbi/workos/agent_registration_organization_switched_data.rbi
|
|
908
|
+
- rbi/workos/agent_registration_revoked.rbi
|
|
909
|
+
- rbi/workos/agent_registration_revoked_data.rbi
|
|
910
|
+
- rbi/workos/agents.rbi
|
|
833
911
|
- rbi/workos/api_key.rbi
|
|
834
912
|
- rbi/workos/api_key_created.rbi
|
|
835
913
|
- rbi/workos/api_key_created_data.rbi
|
|
836
914
|
- rbi/workos/api_key_created_data_owner.rbi
|
|
915
|
+
- rbi/workos/api_key_installation.rbi
|
|
837
916
|
- rbi/workos/api_key_owner.rbi
|
|
838
917
|
- rbi/workos/api_key_revoked.rbi
|
|
839
918
|
- rbi/workos/api_key_revoked_data.rbi
|
|
@@ -911,6 +990,8 @@ files:
|
|
|
911
990
|
- rbi/workos/authentication_password_succeeded_data.rbi
|
|
912
991
|
- rbi/workos/authentication_radar_risk_detected.rbi
|
|
913
992
|
- rbi/workos/authentication_radar_risk_detected_data.rbi
|
|
993
|
+
- rbi/workos/authentication_reauthentication_succeeded.rbi
|
|
994
|
+
- rbi/workos/authentication_reauthentication_succeeded_data.rbi
|
|
914
995
|
- rbi/workos/authentication_sso_failed.rbi
|
|
915
996
|
- rbi/workos/authentication_sso_failed_data.rbi
|
|
916
997
|
- rbi/workos/authentication_sso_failed_data_error.rbi
|
|
@@ -933,6 +1014,8 @@ files:
|
|
|
933
1014
|
- rbi/workos/authorized_connect_application_list_data.rbi
|
|
934
1015
|
- rbi/workos/challenge_authentication_factor.rbi
|
|
935
1016
|
- rbi/workos/check_authorization.rbi
|
|
1017
|
+
- rbi/workos/claim_view_response.rbi
|
|
1018
|
+
- rbi/workos/claim_view_response_organization.rbi
|
|
936
1019
|
- rbi/workos/client.rbi
|
|
937
1020
|
- rbi/workos/client_api.rbi
|
|
938
1021
|
- rbi/workos/client_api_token.rbi
|
|
@@ -945,7 +1028,7 @@ files:
|
|
|
945
1028
|
- rbi/workos/connect_application_oauth.rbi
|
|
946
1029
|
- rbi/workos/connect_application_oauth_redirect_uris.rbi
|
|
947
1030
|
- rbi/workos/connected_account.rbi
|
|
948
|
-
- rbi/workos/
|
|
1031
|
+
- rbi/workos/connected_account_input.rbi
|
|
949
1032
|
- rbi/workos/connection.rbi
|
|
950
1033
|
- rbi/workos/connection_activated.rbi
|
|
951
1034
|
- rbi/workos/connection_activated_data.rbi
|
|
@@ -956,7 +1039,6 @@ files:
|
|
|
956
1039
|
- rbi/workos/connection_deleted.rbi
|
|
957
1040
|
- rbi/workos/connection_deleted_data.rbi
|
|
958
1041
|
- rbi/workos/connection_domain.rbi
|
|
959
|
-
- rbi/workos/connection_option.rbi
|
|
960
1042
|
- rbi/workos/connection_saml_certificate_renewal_required.rbi
|
|
961
1043
|
- rbi/workos/connection_saml_certificate_renewal_required_data.rbi
|
|
962
1044
|
- rbi/workos/connection_saml_certificate_renewal_required_data_certificate.rbi
|
|
@@ -1001,10 +1083,11 @@ files:
|
|
|
1001
1083
|
- rbi/workos/data_integration_configuration_response.rbi
|
|
1002
1084
|
- rbi/workos/data_integration_credential.rbi
|
|
1003
1085
|
- rbi/workos/data_integration_credentials.rbi
|
|
1004
|
-
- rbi/workos/
|
|
1086
|
+
- rbi/workos/data_integration_credentials_input.rbi
|
|
1005
1087
|
- rbi/workos/data_integration_credentials_response.rbi
|
|
1006
1088
|
- rbi/workos/data_integration_credentials_response_credential.rbi
|
|
1007
1089
|
- rbi/workos/data_integration_custom_provider.rbi
|
|
1090
|
+
- rbi/workos/data_integration_installation.rbi
|
|
1008
1091
|
- rbi/workos/data_integrations_get_data_integration_authorize_url_request.rbi
|
|
1009
1092
|
- rbi/workos/data_integrations_get_user_token_request.rbi
|
|
1010
1093
|
- rbi/workos/data_integrations_list_response.rbi
|
|
@@ -1027,7 +1110,6 @@ files:
|
|
|
1027
1110
|
- rbi/workos/directory_user_email.rbi
|
|
1028
1111
|
- rbi/workos/directory_user_with_groups.rbi
|
|
1029
1112
|
- rbi/workos/directory_user_with_groups_email.rbi
|
|
1030
|
-
- rbi/workos/domain_verification_intent_options.rbi
|
|
1031
1113
|
- rbi/workos/dsync_activated.rbi
|
|
1032
1114
|
- rbi/workos/dsync_activated_data.rbi
|
|
1033
1115
|
- rbi/workos/dsync_activated_data_domain.rbi
|
|
@@ -1115,7 +1197,6 @@ files:
|
|
|
1115
1197
|
- rbi/workos/group_role_assignment_resource.rbi
|
|
1116
1198
|
- rbi/workos/group_updated.rbi
|
|
1117
1199
|
- rbi/workos/groups.rbi
|
|
1118
|
-
- rbi/workos/intent_options.rbi
|
|
1119
1200
|
- rbi/workos/invitation.rbi
|
|
1120
1201
|
- rbi/workos/invitation_accepted.rbi
|
|
1121
1202
|
- rbi/workos/invitation_accepted_data.rbi
|
|
@@ -1145,6 +1226,7 @@ files:
|
|
|
1145
1226
|
- rbi/workos/organization_api_key_owner.rbi
|
|
1146
1227
|
- rbi/workos/organization_api_key_with_value.rbi
|
|
1147
1228
|
- rbi/workos/organization_api_key_with_value_owner.rbi
|
|
1229
|
+
- rbi/workos/organization_authorized_connect_application_list_data.rbi
|
|
1148
1230
|
- rbi/workos/organization_created.rbi
|
|
1149
1231
|
- rbi/workos/organization_created_data.rbi
|
|
1150
1232
|
- rbi/workos/organization_created_data_domain.rbi
|
|
@@ -1157,7 +1239,6 @@ files:
|
|
|
1157
1239
|
- rbi/workos/organization_domain_data.rbi
|
|
1158
1240
|
- rbi/workos/organization_domain_deleted.rbi
|
|
1159
1241
|
- rbi/workos/organization_domain_deleted_data.rbi
|
|
1160
|
-
- rbi/workos/organization_domain_stand_alone.rbi
|
|
1161
1242
|
- rbi/workos/organization_domain_updated.rbi
|
|
1162
1243
|
- rbi/workos/organization_domain_updated_data.rbi
|
|
1163
1244
|
- rbi/workos/organization_domain_verification_failed.rbi
|
|
@@ -1202,12 +1283,17 @@ files:
|
|
|
1202
1283
|
- rbi/workos/pipe_connected_account.rbi
|
|
1203
1284
|
- rbi/workos/pipes.rbi
|
|
1204
1285
|
- rbi/workos/pipes_connected_account_connected.rbi
|
|
1286
|
+
- rbi/workos/pipes_connected_account_connection_failed.rbi
|
|
1287
|
+
- rbi/workos/pipes_connected_account_connection_failed_data.rbi
|
|
1205
1288
|
- rbi/workos/pipes_connected_account_disconnected.rbi
|
|
1206
1289
|
- rbi/workos/pipes_connected_account_reauthorization_needed.rbi
|
|
1207
1290
|
- rbi/workos/pipes_provider.rbi
|
|
1208
1291
|
- rbi/workos/portal_link_response.rbi
|
|
1209
1292
|
- rbi/workos/profile.rbi
|
|
1210
1293
|
- rbi/workos/radar.rbi
|
|
1294
|
+
- rbi/workos/radar_challenge.rbi
|
|
1295
|
+
- rbi/workos/radar_challenge_created.rbi
|
|
1296
|
+
- rbi/workos/radar_challenge_created_data.rbi
|
|
1211
1297
|
- rbi/workos/radar_email_challenge_code_session_authenticate_request.rbi
|
|
1212
1298
|
- rbi/workos/radar_list_entry_already_present_response.rbi
|
|
1213
1299
|
- rbi/workos/radar_sms_challenge_code_session_authenticate_request.rbi
|
|
@@ -1250,7 +1336,6 @@ files:
|
|
|
1250
1336
|
- rbi/workos/sso.rbi
|
|
1251
1337
|
- rbi/workos/sso_authorize_url_response.rbi
|
|
1252
1338
|
- rbi/workos/sso_device_authorization_request.rbi
|
|
1253
|
-
- rbi/workos/sso_intent_options.rbi
|
|
1254
1339
|
- rbi/workos/sso_logout_authorize_request.rbi
|
|
1255
1340
|
- rbi/workos/sso_logout_authorize_response.rbi
|
|
1256
1341
|
- rbi/workos/sso_token_response.rbi
|
|
@@ -1318,6 +1403,8 @@ files:
|
|
|
1318
1403
|
- rbi/workos/vault_dek_read_data.rbi
|
|
1319
1404
|
- rbi/workos/vault_kek_created.rbi
|
|
1320
1405
|
- rbi/workos/vault_kek_created_data.rbi
|
|
1406
|
+
- rbi/workos/vault_kek_deleted.rbi
|
|
1407
|
+
- rbi/workos/vault_kek_deleted_data.rbi
|
|
1321
1408
|
- rbi/workos/vault_metadata_read.rbi
|
|
1322
1409
|
- rbi/workos/vault_metadata_read_data.rbi
|
|
1323
1410
|
- rbi/workos/vault_names_listed.rbi
|
|
@@ -1344,7 +1431,10 @@ files:
|
|
|
1344
1431
|
- test/workos/test_actions.rb
|
|
1345
1432
|
- test/workos/test_admin_portal.rb
|
|
1346
1433
|
- test/workos/test_admin_portal_model_round_trip.rb
|
|
1434
|
+
- test/workos/test_agents.rb
|
|
1435
|
+
- test/workos/test_agents_model_round_trip.rb
|
|
1347
1436
|
- test/workos/test_api_keys.rb
|
|
1437
|
+
- test/workos/test_api_keys_model_round_trip.rb
|
|
1348
1438
|
- test/workos/test_audit_logs.rb
|
|
1349
1439
|
- test/workos/test_audit_logs_model_round_trip.rb
|
|
1350
1440
|
- test/workos/test_authkit_helpers.rb
|
|
@@ -1352,18 +1442,23 @@ files:
|
|
|
1352
1442
|
- test/workos/test_authorization_model_round_trip.rb
|
|
1353
1443
|
- test/workos/test_base_client.rb
|
|
1354
1444
|
- test/workos/test_client_api.rb
|
|
1445
|
+
- test/workos/test_client_api_model_round_trip.rb
|
|
1355
1446
|
- test/workos/test_connect.rb
|
|
1356
1447
|
- test/workos/test_connect_model_round_trip.rb
|
|
1357
1448
|
- test/workos/test_directory_sync.rb
|
|
1449
|
+
- test/workos/test_directory_sync_model_round_trip.rb
|
|
1358
1450
|
- test/workos/test_encryptors_aes_gcm.rb
|
|
1359
1451
|
- test/workos/test_events.rb
|
|
1360
1452
|
- test/workos/test_feature_flags.rb
|
|
1453
|
+
- test/workos/test_feature_flags_model_round_trip.rb
|
|
1361
1454
|
- test/workos/test_groups.rb
|
|
1362
1455
|
- test/workos/test_groups_model_round_trip.rb
|
|
1363
1456
|
- test/workos/test_list_struct.rb
|
|
1364
|
-
- test/workos/test_model_round_trip.rb
|
|
1365
1457
|
- test/workos/test_multi_factor_auth.rb
|
|
1458
|
+
- test/workos/test_multi_factor_auth_model_round_trip.rb
|
|
1366
1459
|
- test/workos/test_organization_domains.rb
|
|
1460
|
+
- test/workos/test_organization_domains_model_round_trip.rb
|
|
1461
|
+
- test/workos/test_organization_membership_model_round_trip.rb
|
|
1367
1462
|
- test/workos/test_organization_membership_service.rb
|
|
1368
1463
|
- test/workos/test_organizations.rb
|
|
1369
1464
|
- test/workos/test_organizations_model_round_trip.rb
|
|
@@ -1371,6 +1466,7 @@ files:
|
|
|
1371
1466
|
- test/workos/test_pipes.rb
|
|
1372
1467
|
- test/workos/test_pipes_model_round_trip.rb
|
|
1373
1468
|
- test/workos/test_pipes_provider.rb
|
|
1469
|
+
- test/workos/test_pipes_provider_model_round_trip.rb
|
|
1374
1470
|
- test/workos/test_pkce.rb
|
|
1375
1471
|
- test/workos/test_public_client.rb
|
|
1376
1472
|
- test/workos/test_radar.rb
|
|
@@ -1379,14 +1475,17 @@ files:
|
|
|
1379
1475
|
- test/workos/test_shared_model_round_trip.rb
|
|
1380
1476
|
- test/workos/test_sso.rb
|
|
1381
1477
|
- test/workos/test_sso_helpers.rb
|
|
1478
|
+
- test/workos/test_sso_model_round_trip.rb
|
|
1382
1479
|
- test/workos/test_sso_runtime.rb
|
|
1383
1480
|
- test/workos/test_user_management.rb
|
|
1384
1481
|
- test/workos/test_user_management_model_round_trip.rb
|
|
1385
1482
|
- test/workos/test_vault.rb
|
|
1483
|
+
- test/workos/test_vault_model_round_trip.rb
|
|
1386
1484
|
- test/workos/test_webhook_verify.rb
|
|
1387
1485
|
- test/workos/test_webhooks.rb
|
|
1388
1486
|
- test/workos/test_webhooks_model_round_trip.rb
|
|
1389
1487
|
- test/workos/test_widgets.rb
|
|
1488
|
+
- test/workos/test_widgets_model_round_trip.rb
|
|
1390
1489
|
- workos.gemspec
|
|
1391
1490
|
homepage: https://github.com/workos/workos-ruby
|
|
1392
1491
|
licenses:
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
# This file is auto-generated by oagen. Do not edit.
|
|
4
|
-
|
|
5
|
-
module WorkOS
|
|
6
|
-
class DomainVerificationIntentOptions < WorkOS::Types::BaseModel
|
|
7
|
-
HASH_ATTRS = {
|
|
8
|
-
domain_name: :domain_name
|
|
9
|
-
}.freeze
|
|
10
|
-
|
|
11
|
-
attr_accessor :domain_name
|
|
12
|
-
|
|
13
|
-
def initialize(json)
|
|
14
|
-
hash = self.class.normalize(json)
|
|
15
|
-
@domain_name = hash[:domain_name]
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
# This file is auto-generated by oagen. Do not edit.
|
|
4
|
-
|
|
5
|
-
module WorkOS
|
|
6
|
-
class IntentOptions < WorkOS::Types::BaseModel
|
|
7
|
-
HASH_ATTRS = {
|
|
8
|
-
sso: :sso,
|
|
9
|
-
domain_verification: :domain_verification
|
|
10
|
-
}.freeze
|
|
11
|
-
|
|
12
|
-
attr_accessor \
|
|
13
|
-
:sso,
|
|
14
|
-
:domain_verification
|
|
15
|
-
|
|
16
|
-
def initialize(json)
|
|
17
|
-
hash = self.class.normalize(json)
|
|
18
|
-
@sso = hash[:sso] ? WorkOS::SSOIntentOptions.new(hash[:sso]) : nil
|
|
19
|
-
@domain_verification = hash[:domain_verification] ? WorkOS::DomainVerificationIntentOptions.new(hash[:domain_verification]) : nil
|
|
20
|
-
end
|
|
21
|
-
end
|
|
22
|
-
end
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
# This file is auto-generated by oagen. Do not edit.
|
|
4
|
-
|
|
5
|
-
module WorkOS
|
|
6
|
-
class SSOIntentOptions < WorkOS::Types::BaseModel
|
|
7
|
-
HASH_ATTRS = {
|
|
8
|
-
bookmark_slug: :bookmark_slug,
|
|
9
|
-
provider_type: :provider_type
|
|
10
|
-
}.freeze
|
|
11
|
-
|
|
12
|
-
attr_accessor \
|
|
13
|
-
:bookmark_slug,
|
|
14
|
-
:provider_type
|
|
15
|
-
|
|
16
|
-
def initialize(json)
|
|
17
|
-
hash = self.class.normalize(json)
|
|
18
|
-
@bookmark_slug = hash[:bookmark_slug]
|
|
19
|
-
@provider_type = hash[:provider_type]
|
|
20
|
-
end
|
|
21
|
-
end
|
|
22
|
-
end
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
# This file is auto-generated by oagen. Do not edit.
|
|
4
|
-
|
|
5
|
-
module WorkOS
|
|
6
|
-
class ConnectionOption < WorkOS::Types::BaseModel
|
|
7
|
-
HASH_ATTRS = {
|
|
8
|
-
signing_cert: :signing_cert
|
|
9
|
-
}.freeze
|
|
10
|
-
|
|
11
|
-
attr_accessor :signing_cert
|
|
12
|
-
|
|
13
|
-
def initialize(json)
|
|
14
|
-
hash = self.class.normalize(json)
|
|
15
|
-
@signing_cert = hash[:signing_cert]
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
# This file is auto-generated by oagen. Do not edit.
|
|
4
|
-
|
|
5
|
-
# typed: strong
|
|
6
|
-
|
|
7
|
-
module WorkOS
|
|
8
|
-
class IntentOptions
|
|
9
|
-
sig { params(json: T.any(String, T::Hash[Symbol, T.untyped])).void }
|
|
10
|
-
def initialize(json); end
|
|
11
|
-
|
|
12
|
-
sig { returns(T.nilable(WorkOS::SSOIntentOptions)) }
|
|
13
|
-
def sso; end
|
|
14
|
-
|
|
15
|
-
sig { params(value: T.nilable(WorkOS::SSOIntentOptions)).returns(T.nilable(WorkOS::SSOIntentOptions)) }
|
|
16
|
-
def sso=(value); end
|
|
17
|
-
|
|
18
|
-
sig { returns(T.nilable(WorkOS::DomainVerificationIntentOptions)) }
|
|
19
|
-
def domain_verification; end
|
|
20
|
-
|
|
21
|
-
sig { params(value: T.nilable(WorkOS::DomainVerificationIntentOptions)).returns(T.nilable(WorkOS::DomainVerificationIntentOptions)) }
|
|
22
|
-
def domain_verification=(value); end
|
|
23
|
-
|
|
24
|
-
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
25
|
-
def to_h; end
|
|
26
|
-
|
|
27
|
-
sig { params(args: T.untyped).returns(String) }
|
|
28
|
-
def to_json(*args); end
|
|
29
|
-
end
|
|
30
|
-
end
|