Skip to content

Commit

Permalink
Remove files not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
sidpan1 committed Mar 21, 2024
1 parent bed6cf4 commit 9dc1637
Show file tree
Hide file tree
Showing 206 changed files with 414 additions and 6,818 deletions.
124 changes: 124 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,130 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_activate_policy_template_request.py
test/test_attributes_data.py
test/test_aws_service.py
test/test_cloud_id.py
test/test_cloud_ids.py
test/test_cloud_providers.py
test/test_config_schema.py
test/test_create_policy_template_pack_request.py
test/test_create_policy_template_pack_response.py
test/test_create_policy_template_request.py
test/test_create_policy_template_request_services_inner.py
test/test_create_policy_template_response.py
test/test_create_tenant_provider_request.py
test/test_create_tenant_provider_response.py
test/test_create_tenant_request.py
test/test_create_tenant_response.py
test/test_create_tenant_user_request.py
test/test_create_tenant_user_request_role.py
test/test_create_tenant_user_response.py
test/test_create_tenant_user_response_status.py
test/test_create_user_request.py
test/test_create_user_response.py
test/test_create_user_tenant_mapping_request.py
test/test_create_user_tenant_mapping_response.py
test/test_deactivate_policy_template_request.py
test/test_default_api.py
test/test_default_policy_config.py
test/test_deprecate_policy_template_request.py
test/test_description.py
test/test_disable_tenant_request.py
test/test_gcp_service.py
test/test_get_all_users_request.py
test/test_get_all_users_response.py
test/test_get_policy_template_by_id_request.py
test/test_get_policy_template_by_id_response.py
test/test_get_policy_template_pack_by_id_request.py
test/test_get_policy_template_pack_by_id_response.py
test/test_get_policy_template_packs_request.py
test/test_get_policy_template_packs_response.py
test/test_get_policy_templates_request.py
test/test_get_policy_templates_response.py
test/test_get_tenant_by_id_request.py
test/test_get_tenant_by_id_response.py
test/test_get_tenant_provider_by_id_response.py
test/test_get_tenant_providers_request.py
test/test_get_tenant_providers_response.py
test/test_get_tenants_request.py
test/test_get_tenants_response.py
test/test_get_user_by_id_response.py
test/test_http_validation_error.py
test/test_inputs.py
test/test_is_parent_account.py
test/test_is_verified.py
test/test_message.py
test/test_names.py
test/test_output_violation_schema.py
test/test_pagination_fields.py
test/test_pagination_params.py
test/test_parent_id.py
test/test_parent_id1.py
test/test_parent_ids.py
test/test_policy_category.py
test/test_policy_execution_type.py
test/test_policy_template.py
test/test_policy_template_details.py
test/test_policy_template_details_rule_type.py
test/test_policy_template_filters.py
test/test_policy_template_pack.py
test/test_policy_template_pack_details.py
test/test_policy_template_pack_service_api.py
test/test_policy_template_pack_state.py
test/test_policy_template_service_api.py
test/test_policy_template_state.py
test/test_provider.py
test/test_provider_config.py
test/test_response_create_tenant_user_response.py
test/test_response_create_user_tenant_mapping_response.py
test/test_response_disable_tenant_provider_response.py
test/test_response_get_tenant_provider_by_id_response.py
test/test_response_get_tenant_providers_response.py
test/test_response_tenant_verify_response.py
test/test_response_update_tenant_provider_response.py
test/test_response_update_tenant_user_response.py
test/test_rule_definition.py
test/test_rule_type.py
test/test_search_query.py
test/test_services.py
test/test_source_schema.py
test/test_sources.py
test/test_states.py
test/test_tenant.py
test/test_tenant_filters.py
test/test_tenant_id.py
test/test_tenant_ids.py
test/test_tenant_provider.py
test/test_tenant_provider_attributes.py
test/test_tenant_provider_filter_data.py
test/test_tenant_provider_filters.py
test/test_tenant_service_api.py
test/test_tenant_state.py
test/test_tenant_states.py
test/test_tenant_user_update_fields_mixin.py
test/test_tenant_user_update_fields_mixin_role.py
test/test_tenant_user_update_fields_mixin_status.py
test/test_tenant_users_api.py
test/test_tenant_verify_request.py
test/test_tenant_verify_response.py
test/test_tenants_tenant_provider_verify_api.py
test/test_tenants_tenants_providers_api.py
test/test_title.py
test/test_update_policy_template_request.py
test/test_update_policy_template_request_details.py
test/test_update_policy_template_request_execution_type.py
test/test_update_policy_template_response.py
test/test_update_tenant_provider_request.py
test/test_update_tenant_provider_response.py
test/test_update_tenant_response.py
test/test_update_tenant_user_response.py
test/test_update_user_request.py
test/test_update_user_response.py
test/test_user_role.py
test/test_user_status.py
test/test_user_tenant_mapping_api.py
test/test_users_api.py
test/test_validation_error.py
test/test_validation_error_loc_inner.py
tox.ini
7 changes: 7 additions & 0 deletions REGENERATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ docker run --rm -v "${PWD}:/onelens-backend-python-client" openapitools/openapi-
-t /onelens-backend-python-client/templates/ \
-c /onelens-backend-python-client/config.yaml

/Users/sid/Code/openapi-generator/run-in-docker.sh generate \
-i http://host.docker.internal:19000/openapi.json \
-g python \
-o /onelens-backend-python-client/ \
-t /onelens-backend-python-client/templates/ \
-c /onelens-backend-python-client/config.yaml


```

Expand Down
29 changes: 0 additions & 29 deletions docs/ActivatePolicyTemplate.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/CreatePolicyTemplate.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/CreateTenant.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/DeactivatePolicyTemplate.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/DeprecatePolicyTemplate.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/DisableTenant.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/Domains.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/GetPolicyTemplateById.md

This file was deleted.

Loading

0 comments on commit 9dc1637

Please sign in to comment.