From e84bfc9f6f564ac59159032ef570ecc817ac3e1b Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Tue, 16 Sep 2025 11:31:39 -0400 Subject: [PATCH] v1 -> v2 --- build/metadata.go | 2 +- cmd/zrok/orgAdminOverview.go | 2 +- controller/config/config.go | 3 +- docker/images/cross-build/linux-build.sh | 2 +- docs/getting-started.mdx | 4 +- docs/guides/agent/http-healthcheck.mdx | 4 +- docs/guides/agent/remoting.mdx | 12 +- .../self-hosting/instance-configuration.mdx | 2 +- docs/guides/self-hosting/linux/index.mdx | 2 +- environment/env_v0_3/api.go | 7 +- environment/env_v0_4/api.go | 7 +- environment/env_v0_4/root.go | 4 +- nfpm/zrok-enable.bash | 2 +- nfpm/zrok-share.env | 4 +- rest_client_zrok/zrok_client.go | 2 +- rest_server_zrok/doc.go | 4 +- rest_server_zrok/embedded_spec.go | 8 +- .../account/change_password_urlbuilder.go | 2 +- .../operations/account/invite_urlbuilder.go | 2 +- .../operations/account/login_urlbuilder.go | 2 +- .../regenerate_account_token_urlbuilder.go | 2 +- .../operations/account/register_urlbuilder.go | 2 +- .../reset_password_request_urlbuilder.go | 2 +- .../account/reset_password_urlbuilder.go | 2 +- .../operations/account/verify_urlbuilder.go | 2 +- .../admin/add_frontend_grant_urlbuilder.go | 2 +- ...d_namespace_frontend_mapping_urlbuilder.go | 2 +- .../admin/add_namespace_grant_urlbuilder.go | 2 +- .../add_organization_member_urlbuilder.go | 2 +- .../admin/create_account_urlbuilder.go | 2 +- .../admin/create_frontend_urlbuilder.go | 2 +- .../admin/create_identity_urlbuilder.go | 2 +- .../admin/create_namespace_urlbuilder.go | 2 +- .../admin/create_organization_urlbuilder.go | 2 +- .../admin/delete_account_urlbuilder.go | 2 +- .../admin/delete_frontend_grant_urlbuilder.go | 2 +- .../admin/delete_frontend_urlbuilder.go | 2 +- .../admin/delete_identity_urlbuilder.go | 2 +- .../admin/delete_namespace_urlbuilder.go | 2 +- .../admin/delete_organization_urlbuilder.go | 2 +- .../operations/admin/grants_urlbuilder.go | 2 +- .../admin/invite_token_generate_urlbuilder.go | 2 +- ..._frontend_namespace_mappings_urlbuilder.go | 2 +- .../admin/list_frontends_urlbuilder.go | 2 +- ..._namespace_frontend_mappings_urlbuilder.go | 2 +- .../admin/list_namespaces_urlbuilder.go | 2 +- .../list_organization_members_urlbuilder.go | 2 +- .../admin/list_organizations_urlbuilder.go | 2 +- ...e_namespace_frontend_mapping_urlbuilder.go | 2 +- .../remove_namespace_grant_urlbuilder.go | 2 +- .../remove_organization_member_urlbuilder.go | 2 +- .../admin/update_frontend_urlbuilder.go | 2 +- .../admin/update_namespace_urlbuilder.go | 2 +- .../operations/agent/enroll_urlbuilder.go | 2 +- .../operations/agent/ping_urlbuilder.go | 2 +- .../agent/remote_access_urlbuilder.go | 2 +- .../agent/remote_share_urlbuilder.go | 2 +- .../agent/remote_status_urlbuilder.go | 2 +- .../agent/remote_unaccess_urlbuilder.go | 2 +- .../agent/remote_unshare_urlbuilder.go | 2 +- .../share_http_healthcheck_urlbuilder.go | 2 +- .../operations/agent/unenroll_urlbuilder.go | 2 +- .../environment/disable_urlbuilder.go | 2 +- .../environment/enable_urlbuilder.go | 2 +- .../client_version_check_urlbuilder.go | 2 +- .../metadata/configuration_urlbuilder.go | 2 +- .../metadata/get_account_detail_urlbuilder.go | 2 +- .../get_account_metrics_urlbuilder.go | 2 +- .../get_environment_detail_urlbuilder.go | 2 +- .../get_environment_metrics_urlbuilder.go | 2 +- .../get_frontend_detail_urlbuilder.go | 2 +- .../metadata/get_share_detail_urlbuilder.go | 2 +- .../metadata/get_share_metrics_urlbuilder.go | 2 +- .../metadata/get_sparklines_urlbuilder.go | 2 +- .../metadata/list_memberships_urlbuilder.go | 2 +- .../metadata/list_org_members_urlbuilder.go | 2 +- ...public_frontends_for_account_urlbuilder.go | 2 +- .../org_account_overview_urlbuilder.go | 2 +- .../metadata/overview_urlbuilder.go | 2 +- .../metadata/version_inventory_urlbuilder.go | 2 +- .../operations/metadata/version_urlbuilder.go | 2 +- .../operations/share/access_urlbuilder.go | 2 +- .../share/create_share_name_urlbuilder.go | 2 +- .../share/delete_share_name_urlbuilder.go | 2 +- .../share/list_all_names_urlbuilder.go | 2 +- .../list_names_for_namespace_urlbuilder.go | 2 +- .../operations/share/share12_urlbuilder.go | 2 +- .../operations/share/unaccess_urlbuilder.go | 2 +- .../operations/share/unshare12_urlbuilder.go | 2 +- .../share/update_access_urlbuilder.go | 2 +- .../share/update_share_urlbuilder.go | 2 +- sdk/golang/sdk/overview.go | 2 +- sdk/nodejs/sdk/src/api/apis/AccountApi.ts | 2 +- sdk/nodejs/sdk/src/api/apis/AdminApi.ts | 2 +- sdk/nodejs/sdk/src/api/apis/AgentApi.ts | 2 +- sdk/nodejs/sdk/src/api/apis/EnvironmentApi.ts | 2 +- sdk/nodejs/sdk/src/api/apis/MetadataApi.ts | 2 +- sdk/nodejs/sdk/src/api/apis/ShareApi.ts | 2 +- .../sdk/src/api/models/Access201Response.ts | 2 +- .../sdk/src/api/models/AccessRequest.ts | 2 +- .../src/api/models/AddFrontendGrantRequest.ts | 2 +- .../AddNamespaceFrontendMappingRequest.ts | 2 +- .../api/models/AddNamespaceGrantRequest.ts | 2 +- .../models/AddOrganizationMemberRequest.ts | 2 +- sdk/nodejs/sdk/src/api/models/AuthUser.ts | 2 +- .../src/api/models/ChangePasswordRequest.ts | 2 +- .../api/models/ClientVersionCheckRequest.ts | 2 +- .../api/models/CreateFrontend201Response.ts | 2 +- .../src/api/models/CreateFrontendRequest.ts | 2 +- .../api/models/CreateIdentity201Response.ts | 2 +- .../src/api/models/CreateIdentityRequest.ts | 2 +- .../api/models/CreateNamespace201Response.ts | 2 +- .../src/api/models/CreateNamespaceRequest.ts | 2 +- .../models/CreateOrganization201Response.ts | 2 +- .../api/models/CreateOrganizationRequest.ts | 2 +- .../src/api/models/CreateShareNameRequest.ts | 2 +- .../src/api/models/DeleteIdentityRequest.ts | 2 +- .../sdk/src/api/models/DisableRequest.ts | 2 +- .../sdk/src/api/models/EnableRequest.ts | 2 +- .../sdk/src/api/models/Enroll200Response.ts | 2 +- .../sdk/src/api/models/EnrollRequest.ts | 2 +- sdk/nodejs/sdk/src/api/models/Environment.ts | 2 +- .../src/api/models/EnvironmentAndResources.ts | 2 +- sdk/nodejs/sdk/src/api/models/Frontend.ts | 2 +- .../api/models/GetSparklines200Response.ts | 2 +- .../src/api/models/GetSparklinesRequest.ts | 2 +- .../sdk/src/api/models/InviteRequest.ts | 2 +- .../api/models/InviteTokenGenerateRequest.ts | 2 +- ...ontendNamespaceMappings200ResponseInner.ts | 2 +- .../models/ListFrontends200ResponseInner.ts | 2 +- .../api/models/ListMemberships200Response.ts | 2 +- ...tMemberships200ResponseMembershipsInner.ts | 2 +- .../models/ListNamespaces200ResponseInner.ts | 2 +- .../ListOrganizationMembers200Response.ts | 2 +- ...anizationMembers200ResponseMembersInner.ts | 2 +- .../models/ListOrganizations200Response.ts | 2 +- ...anizations200ResponseOrganizationsInner.ts | 2 +- ...istPublicFrontendsForAccount200Response.ts | 2 +- ...rAccount200ResponsePublicFrontendsInner.ts | 2 +- sdk/nodejs/sdk/src/api/models/LoginRequest.ts | 2 +- sdk/nodejs/sdk/src/api/models/Metrics.ts | 2 +- .../sdk/src/api/models/MetricsSample.ts | 2 +- .../sdk/src/api/models/ModelConfiguration.ts | 2 +- sdk/nodejs/sdk/src/api/models/Name.ts | 2 +- .../sdk/src/api/models/NamespaceSelection.ts | 2 +- sdk/nodejs/sdk/src/api/models/Overview.ts | 2 +- .../sdk/src/api/models/Ping200Response.ts | 2 +- sdk/nodejs/sdk/src/api/models/Principal.ts | 2 +- .../RegenerateAccountToken200Response.ts | 2 +- .../models/RegenerateAccountTokenRequest.ts | 2 +- .../sdk/src/api/models/RegisterRequest.ts | 2 +- .../sdk/src/api/models/RemoteAccessRequest.ts | 2 +- .../src/api/models/RemoteShare200Response.ts | 2 +- .../sdk/src/api/models/RemoteShareRequest.ts | 2 +- .../src/api/models/RemoteStatus200Response.ts | 2 +- .../RemoteStatus200ResponseAccessesInner.ts | 2 +- .../RemoteStatus200ResponseSharesInner.ts | 2 +- .../src/api/models/RemoteUnaccessRequest.ts | 2 +- .../src/api/models/RemoteUnshareRequest.ts | 2 +- .../RemoveNamespaceFrontendMappingRequest.ts | 2 +- .../models/RemoveOrganizationMemberRequest.ts | 2 +- .../src/api/models/ResetPasswordRequest.ts | 2 +- sdk/nodejs/sdk/src/api/models/Share.ts | 2 +- .../models/ShareHttpHealthcheck200Response.ts | 2 +- .../api/models/ShareHttpHealthcheckRequest.ts | 2 +- .../sdk/src/api/models/ShareRequest12.ts | 2 +- .../sdk/src/api/models/ShareResponse.ts | 2 +- .../sdk/src/api/models/SparkDataSample.ts | 2 +- .../sdk/src/api/models/UnaccessRequest.ts | 2 +- .../sdk/src/api/models/Unshare12Request.ts | 2 +- .../sdk/src/api/models/UpdateAccessRequest.ts | 2 +- .../src/api/models/UpdateFrontendRequest.ts | 2 +- .../src/api/models/UpdateNamespaceRequest.ts | 2 +- .../sdk/src/api/models/UpdateShareRequest.ts | 2 +- .../sdk/src/api/models/Verify200Response.ts | 2 +- .../sdk/src/api/models/VerifyRequest.ts | 2 +- .../api/models/VersionInventory200Response.ts | 2 +- sdk/nodejs/sdk/src/api/runtime.ts | 4 +- sdk/nodejs/sdk/src/zrok/environment.ts | 6 +- sdk/python/examples/pastebin/README.md | 2 +- sdk/python/src/README.md | 8 +- sdk/python/src/docs/AccountApi.md | 34 +++--- sdk/python/src/docs/AdminApi.md | 114 +++++++++--------- sdk/python/src/docs/AgentApi.md | 38 +++--- sdk/python/src/docs/EnvironmentApi.md | 10 +- sdk/python/src/docs/MetadataApi.md | 70 +++++------ sdk/python/src/docs/ShareApi.md | 42 +++---- .../src/test/test_access201_response.py | 2 +- sdk/python/src/test/test_access_request.py | 2 +- sdk/python/src/test/test_account_api.py | 2 +- .../test/test_add_frontend_grant_request.py | 2 +- ..._add_namespace_frontend_mapping_request.py | 2 +- .../test/test_add_namespace_grant_request.py | 2 +- .../test_add_organization_member_request.py | 2 +- sdk/python/src/test/test_admin_api.py | 2 +- sdk/python/src/test/test_agent_api.py | 2 +- sdk/python/src/test/test_auth_user.py | 2 +- .../src/test/test_change_password_request.py | 2 +- .../test/test_client_version_check_request.py | 2 +- sdk/python/src/test/test_configuration.py | 2 +- .../test/test_create_frontend201_response.py | 2 +- .../src/test/test_create_frontend_request.py | 2 +- .../test/test_create_identity201_response.py | 2 +- .../src/test/test_create_identity_request.py | 2 +- .../test/test_create_namespace201_response.py | 2 +- .../src/test/test_create_namespace_request.py | 2 +- .../test_create_organization201_response.py | 2 +- .../test/test_create_organization_request.py | 2 +- .../test/test_create_share_name_request.py | 2 +- .../src/test/test_delete_identity_request.py | 2 +- sdk/python/src/test/test_disable_request.py | 2 +- sdk/python/src/test/test_enable_request.py | 2 +- .../src/test/test_enroll200_response.py | 2 +- sdk/python/src/test/test_enroll_request.py | 2 +- sdk/python/src/test/test_environment.py | 2 +- .../test/test_environment_and_resources.py | 2 +- sdk/python/src/test/test_environment_api.py | 2 +- sdk/python/src/test/test_frontend.py | 2 +- .../test/test_get_sparklines200_response.py | 2 +- .../src/test/test_get_sparklines_request.py | 2 +- sdk/python/src/test/test_invite_request.py | 2 +- .../test_invite_token_generate_request.py | 2 +- ...nd_namespace_mappings200_response_inner.py | 2 +- .../test_list_frontends200_response_inner.py | 2 +- .../test/test_list_memberships200_response.py | 2 +- ...mberships200_response_memberships_inner.py | 2 +- .../test_list_namespaces200_response_inner.py | 2 +- ...t_list_organization_members200_response.py | 2 +- ...ation_members200_response_members_inner.py | 2 +- .../test_list_organizations200_response.py | 2 +- ...zations200_response_organizations_inner.py | 2 +- ...ublic_frontends_for_account200_response.py | 2 +- ...ount200_response_public_frontends_inner.py | 2 +- sdk/python/src/test/test_login_request.py | 2 +- sdk/python/src/test/test_metadata_api.py | 2 +- sdk/python/src/test/test_metrics.py | 2 +- sdk/python/src/test/test_metrics_sample.py | 2 +- sdk/python/src/test/test_name.py | 2 +- .../src/test/test_namespace_selection.py | 2 +- sdk/python/src/test/test_overview.py | 2 +- sdk/python/src/test/test_ping200_response.py | 2 +- sdk/python/src/test/test_principal.py | 2 +- ...st_regenerate_account_token200_response.py | 2 +- .../test_regenerate_account_token_request.py | 2 +- sdk/python/src/test/test_register_request.py | 2 +- .../src/test/test_remote_access_request.py | 2 +- .../src/test/test_remote_share200_response.py | 2 +- .../src/test/test_remote_share_request.py | 2 +- .../test/test_remote_status200_response.py | 2 +- ...emote_status200_response_accesses_inner.py | 2 +- ..._remote_status200_response_shares_inner.py | 2 +- .../src/test/test_remote_unaccess_request.py | 2 +- .../src/test/test_remote_unshare_request.py | 2 +- ...move_namespace_frontend_mapping_request.py | 2 +- ...test_remove_organization_member_request.py | 2 +- .../src/test/test_reset_password_request.py | 2 +- sdk/python/src/test/test_share.py | 2 +- sdk/python/src/test/test_share_api.py | 2 +- ...test_share_http_healthcheck200_response.py | 2 +- .../test_share_http_healthcheck_request.py | 2 +- sdk/python/src/test/test_share_request12.py | 2 +- sdk/python/src/test/test_share_response.py | 2 +- sdk/python/src/test/test_spark_data_sample.py | 2 +- sdk/python/src/test/test_unaccess_request.py | 2 +- sdk/python/src/test/test_unshare12_request.py | 2 +- .../src/test/test_update_access_request.py | 2 +- .../src/test/test_update_frontend_request.py | 2 +- .../src/test/test_update_namespace_request.py | 2 +- .../src/test/test_update_share_request.py | 2 +- .../src/test/test_verify200_response.py | 2 +- sdk/python/src/test/test_verify_request.py | 2 +- .../test_version_inventory200_response.py | 2 +- sdk/python/src/zrok/environment/root.py | 4 +- sdk/python/src/zrok/overview.py | 2 +- sdk/python/src/zrok_api/__init__.py | 2 +- sdk/python/src/zrok_api/api/account_api.py | 2 +- sdk/python/src/zrok_api/api/admin_api.py | 2 +- sdk/python/src/zrok_api/api/agent_api.py | 2 +- .../src/zrok_api/api/environment_api.py | 2 +- sdk/python/src/zrok_api/api/metadata_api.py | 2 +- sdk/python/src/zrok_api/api/share_api.py | 2 +- sdk/python/src/zrok_api/api_client.py | 2 +- sdk/python/src/zrok_api/configuration.py | 8 +- sdk/python/src/zrok_api/exceptions.py | 2 +- sdk/python/src/zrok_api/models/__init__.py | 2 +- .../src/zrok_api/models/access201_response.py | 2 +- .../src/zrok_api/models/access_request.py | 2 +- .../models/add_frontend_grant_request.py | 2 +- .../add_namespace_frontend_mapping_request.py | 2 +- .../models/add_namespace_grant_request.py | 2 +- .../models/add_organization_member_request.py | 2 +- sdk/python/src/zrok_api/models/auth_user.py | 2 +- .../models/change_password_request.py | 2 +- .../models/client_version_check_request.py | 2 +- .../src/zrok_api/models/configuration.py | 2 +- .../models/create_frontend201_response.py | 2 +- .../models/create_frontend_request.py | 2 +- .../models/create_identity201_response.py | 2 +- .../models/create_identity_request.py | 2 +- .../models/create_namespace201_response.py | 2 +- .../models/create_namespace_request.py | 2 +- .../models/create_organization201_response.py | 2 +- .../models/create_organization_request.py | 2 +- .../models/create_share_name_request.py | 2 +- .../models/delete_identity_request.py | 2 +- .../src/zrok_api/models/disable_request.py | 2 +- .../src/zrok_api/models/enable_request.py | 2 +- .../src/zrok_api/models/enroll200_response.py | 2 +- .../src/zrok_api/models/enroll_request.py | 2 +- sdk/python/src/zrok_api/models/environment.py | 2 +- .../models/environment_and_resources.py | 2 +- sdk/python/src/zrok_api/models/frontend.py | 2 +- .../models/get_sparklines200_response.py | 2 +- .../zrok_api/models/get_sparklines_request.py | 2 +- .../src/zrok_api/models/invite_request.py | 2 +- .../models/invite_token_generate_request.py | 2 +- ...nd_namespace_mappings200_response_inner.py | 2 +- .../list_frontends200_response_inner.py | 2 +- .../models/list_memberships200_response.py | 2 +- ...mberships200_response_memberships_inner.py | 2 +- .../list_namespaces200_response_inner.py | 2 +- .../list_organization_members200_response.py | 2 +- ...ation_members200_response_members_inner.py | 2 +- .../models/list_organizations200_response.py | 2 +- ...zations200_response_organizations_inner.py | 2 +- ...ublic_frontends_for_account200_response.py | 2 +- ...ount200_response_public_frontends_inner.py | 2 +- .../src/zrok_api/models/login_request.py | 2 +- sdk/python/src/zrok_api/models/metrics.py | 2 +- .../src/zrok_api/models/metrics_sample.py | 2 +- sdk/python/src/zrok_api/models/name.py | 2 +- .../zrok_api/models/namespace_selection.py | 2 +- sdk/python/src/zrok_api/models/overview.py | 2 +- .../src/zrok_api/models/ping200_response.py | 2 +- sdk/python/src/zrok_api/models/principal.py | 2 +- .../regenerate_account_token200_response.py | 2 +- .../regenerate_account_token_request.py | 2 +- .../src/zrok_api/models/register_request.py | 2 +- .../zrok_api/models/remote_access_request.py | 2 +- .../models/remote_share200_response.py | 2 +- .../zrok_api/models/remote_share_request.py | 2 +- .../models/remote_status200_response.py | 2 +- ...emote_status200_response_accesses_inner.py | 2 +- .../remote_status200_response_shares_inner.py | 2 +- .../models/remote_unaccess_request.py | 2 +- .../zrok_api/models/remote_unshare_request.py | 2 +- ...move_namespace_frontend_mapping_request.py | 2 +- .../remove_organization_member_request.py | 2 +- .../zrok_api/models/reset_password_request.py | 2 +- sdk/python/src/zrok_api/models/share.py | 2 +- .../share_http_healthcheck200_response.py | 2 +- .../models/share_http_healthcheck_request.py | 2 +- .../src/zrok_api/models/share_request12.py | 2 +- .../src/zrok_api/models/share_response.py | 2 +- .../src/zrok_api/models/spark_data_sample.py | 2 +- .../src/zrok_api/models/unaccess_request.py | 2 +- .../src/zrok_api/models/unshare12_request.py | 2 +- .../zrok_api/models/update_access_request.py | 2 +- .../models/update_frontend_request.py | 2 +- .../models/update_namespace_request.py | 2 +- .../zrok_api/models/update_share_request.py | 2 +- .../src/zrok_api/models/verify200_response.py | 2 +- .../src/zrok_api/models/verify_request.py | 2 +- .../models/version_inventory200_response.py | 2 +- sdk/python/src/zrok_api/rest.py | 2 +- specs/zrok.yml | 4 +- ui/middleware.go | 2 +- ui/src/api/apis/AccountApi.ts | 2 +- ui/src/api/apis/AdminApi.ts | 2 +- ui/src/api/apis/AgentApi.ts | 2 +- ui/src/api/apis/EnvironmentApi.ts | 2 +- ui/src/api/apis/MetadataApi.ts | 2 +- ui/src/api/apis/ShareApi.ts | 2 +- ui/src/api/models/Access201Response.ts | 2 +- ui/src/api/models/AccessRequest.ts | 2 +- ui/src/api/models/AddFrontendGrantRequest.ts | 2 +- .../AddNamespaceFrontendMappingRequest.ts | 2 +- ui/src/api/models/AddNamespaceGrantRequest.ts | 2 +- .../models/AddOrganizationMemberRequest.ts | 2 +- ui/src/api/models/AuthUser.ts | 2 +- ui/src/api/models/ChangePasswordRequest.ts | 2 +- .../api/models/ClientVersionCheckRequest.ts | 2 +- .../api/models/CreateFrontend201Response.ts | 2 +- ui/src/api/models/CreateFrontendRequest.ts | 2 +- .../api/models/CreateIdentity201Response.ts | 2 +- ui/src/api/models/CreateIdentityRequest.ts | 2 +- .../api/models/CreateNamespace201Response.ts | 2 +- ui/src/api/models/CreateNamespaceRequest.ts | 2 +- .../models/CreateOrganization201Response.ts | 2 +- .../api/models/CreateOrganizationRequest.ts | 2 +- ui/src/api/models/CreateShareNameRequest.ts | 2 +- ui/src/api/models/DeleteIdentityRequest.ts | 2 +- ui/src/api/models/DisableRequest.ts | 2 +- ui/src/api/models/EnableRequest.ts | 2 +- ui/src/api/models/Enroll200Response.ts | 2 +- ui/src/api/models/EnrollRequest.ts | 2 +- ui/src/api/models/Environment.ts | 2 +- ui/src/api/models/EnvironmentAndResources.ts | 2 +- ui/src/api/models/Frontend.ts | 2 +- ui/src/api/models/GetSparklines200Response.ts | 2 +- ui/src/api/models/GetSparklinesRequest.ts | 2 +- ui/src/api/models/InviteRequest.ts | 2 +- .../api/models/InviteTokenGenerateRequest.ts | 2 +- ...ontendNamespaceMappings200ResponseInner.ts | 2 +- .../models/ListFrontends200ResponseInner.ts | 2 +- .../api/models/ListMemberships200Response.ts | 2 +- ...tMemberships200ResponseMembershipsInner.ts | 2 +- .../models/ListNamespaces200ResponseInner.ts | 2 +- .../ListOrganizationMembers200Response.ts | 2 +- ...anizationMembers200ResponseMembersInner.ts | 2 +- .../models/ListOrganizations200Response.ts | 2 +- ...anizations200ResponseOrganizationsInner.ts | 2 +- ...istPublicFrontendsForAccount200Response.ts | 2 +- ...rAccount200ResponsePublicFrontendsInner.ts | 2 +- ui/src/api/models/LoginRequest.ts | 2 +- ui/src/api/models/Metrics.ts | 2 +- ui/src/api/models/MetricsSample.ts | 2 +- ui/src/api/models/ModelConfiguration.ts | 2 +- ui/src/api/models/Name.ts | 2 +- ui/src/api/models/NamespaceSelection.ts | 2 +- ui/src/api/models/Overview.ts | 2 +- ui/src/api/models/Ping200Response.ts | 2 +- ui/src/api/models/Principal.ts | 2 +- .../RegenerateAccountToken200Response.ts | 2 +- .../models/RegenerateAccountTokenRequest.ts | 2 +- ui/src/api/models/RegisterRequest.ts | 2 +- ui/src/api/models/RemoteAccessRequest.ts | 2 +- ui/src/api/models/RemoteShare200Response.ts | 2 +- ui/src/api/models/RemoteShareRequest.ts | 2 +- ui/src/api/models/RemoteStatus200Response.ts | 2 +- .../RemoteStatus200ResponseAccessesInner.ts | 2 +- .../RemoteStatus200ResponseSharesInner.ts | 2 +- ui/src/api/models/RemoteUnaccessRequest.ts | 2 +- ui/src/api/models/RemoteUnshareRequest.ts | 2 +- .../RemoveNamespaceFrontendMappingRequest.ts | 2 +- .../models/RemoveOrganizationMemberRequest.ts | 2 +- ui/src/api/models/ResetPasswordRequest.ts | 2 +- ui/src/api/models/Share.ts | 2 +- .../models/ShareHttpHealthcheck200Response.ts | 2 +- .../api/models/ShareHttpHealthcheckRequest.ts | 2 +- ui/src/api/models/ShareRequest12.ts | 2 +- ui/src/api/models/ShareResponse.ts | 2 +- ui/src/api/models/SparkDataSample.ts | 2 +- ui/src/api/models/UnaccessRequest.ts | 2 +- ui/src/api/models/Unshare12Request.ts | 2 +- ui/src/api/models/UpdateAccessRequest.ts | 2 +- ui/src/api/models/UpdateFrontendRequest.ts | 2 +- ui/src/api/models/UpdateNamespaceRequest.ts | 2 +- ui/src/api/models/UpdateShareRequest.ts | 2 +- ui/src/api/models/Verify200Response.ts | 2 +- ui/src/api/models/VerifyRequest.ts | 2 +- .../api/models/VersionInventory200Response.ts | 2 +- ui/src/api/runtime.ts | 4 +- ui/vite.config.ts | 2 +- 454 files changed, 631 insertions(+), 634 deletions(-) diff --git a/build/metadata.go b/build/metadata.go index 0bf90611..db453d61 100644 --- a/build/metadata.go +++ b/build/metadata.go @@ -5,7 +5,7 @@ import "fmt" var Version string var Hash string -const Series = "v1.1" +const Series = "v2.0" func String() string { if Version != "" { diff --git a/cmd/zrok/orgAdminOverview.go b/cmd/zrok/orgAdminOverview.go index d26f155d..8aeb6cbc 100644 --- a/cmd/zrok/orgAdminOverview.go +++ b/cmd/zrok/orgAdminOverview.go @@ -44,7 +44,7 @@ func (cmd *orgAdminOverviewCommand) run(_ *cobra.Command, args []string) { client := &http.Client{} apiEndpoint, _ := root.ApiEndpoint() - req, err := http.NewRequest("GET", fmt.Sprintf("%v/api/v1/overview/%v/%v", apiEndpoint, args[0], args[1]), nil) + req, err := http.NewRequest("GET", fmt.Sprintf("%v/api/v2/overview/%v/%v", apiEndpoint, args[0], args[1]), nil) if err != nil { if !panicInstead { tui.Error("error creating request", err) diff --git a/controller/config/config.go b/controller/config/config.go index 1b6e2507..efba311b 100644 --- a/controller/config/config.go +++ b/controller/config/config.go @@ -98,8 +98,7 @@ func DefaultConfig() *Config { cfg := &Config{ Compatibility: &CompatibilityConfig{ VersionPatterns: []string{ - `^(refs/(heads|tags)/)?v1\.1`, - `^v1\.0`, + `^(refs/(heads|tags)/)?v2\.0`, }, }, Limits: limits.DefaultConfig(), diff --git a/docker/images/cross-build/linux-build.sh b/docker/images/cross-build/linux-build.sh index 77a2b4e2..97601317 100755 --- a/docker/images/cross-build/linux-build.sh +++ b/docker/images/cross-build/linux-build.sh @@ -42,7 +42,7 @@ fi ) # Get version information -VERSION=$(git describe --tags --abbrev=0 2>/dev/null || echo "v1.0.x") +VERSION=$(git describe --tags --abbrev=0 2>/dev/null || echo "v2.0.x") STEPS=$(git rev-list --count ${VERSION}..HEAD 2>/dev/null || echo "0") if [ "$STEPS" -gt "0" ]; then VERSION="${VERSION}-${STEPS}" diff --git a/docs/getting-started.mdx b/docs/getting-started.mdx index 0827ba70..19f1f4ab 100644 --- a/docs/getting-started.mdx +++ b/docs/getting-started.mdx @@ -98,7 +98,7 @@ When we left off you had downloaded, extracted, and configured your `zrok` softw Log into the API console at: -[https://api-v1.zrok.io/](https://api-v1.zrok.io/) +[https://api-v2.zrok.io/](https://api-v2.zrok.io/) When you first log into your account on the API console, your interface will look like this: @@ -132,7 +132,7 @@ $ zrok status Config: CONFIG VALUE SOURCE - apiEndpoint https://api-v1.zrok.io env + apiEndpoint https://api-v2.zrok.io env defaultFrontend public binary headless false binary diff --git a/docs/guides/agent/http-healthcheck.mdx b/docs/guides/agent/http-healthcheck.mdx index d19b5e52..f16d3e94 100644 --- a/docs/guides/agent/http-healthcheck.mdx +++ b/docs/guides/agent/http-healthcheck.mdx @@ -45,7 +45,7 @@ unhealthy; failed to execute request: Get "http://127.1.1.1:9090/": dial tcp 127 When your Agent is remoted and accessible through the zrok API, you can use the `/agent/share/http-healthcheck` endpoint to remotely check your Agent's connectivity to the backend target: ``` -$ curl -H "X-TOKEN: 5hLXj48Bmn11" -XPOST -H "Content-Type: application/zrok.v1+json" -d '{"envZId": "MxMbUXSANU", "shareToken": "8rvjpmeeyvwc", "httpVerb": "GET", "endpoint": "/", "expectedHttpResponse": 200}' http://localhost:18080/api/v1/agent/share/http-healthcheck +$ curl -H "X-TOKEN: 5hLXj48Bmn11" -XPOST -H "Content-Type: application/zrok.v1+json" -d '{"envZId": "MxMbUXSANU", "shareToken": "8rvjpmeeyvwc", "httpVerb": "GET", "endpoint": "/", "expectedHttpResponse": 200}' http://localhost:18080/api/v2/agent/share/http-healthcheck { "healthy": true } @@ -53,7 +53,7 @@ $ curl -H "X-TOKEN: 5hLXj48Bmn11" -XPOST -H "Content-Type: application/zrok.v1+j A non-existent health check URL will return a non-`200` response: ``` -$ curl -H "X-TOKEN: 5hLXj48Bmn11" -XPOST -H "Content-Type: application/zrok.v1+json" -d '{"envZId": "MxMbUXSANU", "shareToken": "8rvjpmeeyvwc", "httpVerb": "GET", "endpoint": "/non-existent", "expectedHttpResponse": 200}' http://localhost:18080/api/v1/agent/share/http-healthcheck +$ curl -H "X-TOKEN: 5hLXj48Bmn11" -XPOST -H "Content-Type: application/zrok.v1+json" -d '{"envZId": "MxMbUXSANU", "shareToken": "8rvjpmeeyvwc", "httpVerb": "GET", "endpoint": "/non-existent", "expectedHttpResponse": 200}' http://localhost:18080/api/v2/agent/share/http-healthcheck { "error": "unexpected status code; got '202', want '200'" } diff --git a/docs/guides/agent/remoting.mdx b/docs/guides/agent/remoting.mdx index e497c74a..59b8989f 100644 --- a/docs/guides/agent/remoting.mdx +++ b/docs/guides/agent/remoting.mdx @@ -39,7 +39,7 @@ warning! proceeding will allow remote control of your zrok agent! your agent will accept remote commands from: -https://api-v1.zrok.io +https://api-v2.zrok.io you should only proceed if you understand the implications of this action! @@ -72,7 +72,7 @@ The `apiEndpoint` `http://localhost:18080` is a zrok controller in a local devel You can call the `/agent/share` endpoint to create a share on a remote Agent through the API: ``` -$ curl -H "X-TOKEN: ojF2fna5GKlt" -XPOST -H "Content-Type: application/zrok.v1+json" -d '{"envZId": "qDWmgIxne4", "shareMode": "public", "backendMode": "web", "target": "/home/michael/Repos/nf/zrok"}' http://localhost:18080/api/v1/agent/share | jq +$ curl -H "X-TOKEN: ojF2fna5GKlt" -XPOST -H "Content-Type: application/zrok.v1+json" -d '{"envZId": "qDWmgIxne4", "shareMode": "public", "backendMode": "web", "target": "/home/michael/Repos/nf/zrok"}' http://localhost:18080/api/v2/agent/share | jq { "frontendEndpoints": [ "http://51bnatug7ua3.zrok.quigley.com:8080" @@ -84,7 +84,7 @@ $ curl -H "X-TOKEN: ojF2fna5GKlt" -XPOST -H "Content-Type: application/zrok.v1+j ### Query the Status of the Remote Agent ``` -$ curl -H "X-TOKEN: ojF2fna5GKlt" -XPOST -H "Content-Type: application/zrok.v1+json" -d '{"envZId": "qDWmgIxne4"}' http://localhost:18080/api/v1/agent/status | jq +$ curl -H "X-TOKEN: ojF2fna5GKlt" -XPOST -H "Content-Type: application/zrok.v1+json" -d '{"envZId": "qDWmgIxne4"}' http://localhost:18080/api/v2/agent/status | jq { "accesses": null, "shares": [ @@ -104,9 +104,9 @@ $ curl -H "X-TOKEN: ojF2fna5GKlt" -XPOST -H "Content-Type: application/zrok.v1+j ### Remove the Remote Share ``` -$ curl -H "X-TOKEN: ojF2fna5GKlt" -XPOST -H "Content-Type: application/zrok.v1+json" -d '{"envZId": "qDWmgIxne4", "token": "51bnatug7ua3"}' http://localhost:18080/api/v1/agent/unshare +$ curl -H "X-TOKEN: ojF2fna5GKlt" -XPOST -H "Content-Type: application/zrok.v1+json" -d '{"envZId": "qDWmgIxne4", "token": "51bnatug7ua3"}' http://localhost:18080/api/v2/agent/unshare -$ curl -H "X-TOKEN: ojF2fna5GKlt" -XPOST -H "Content-Type: application/zrok.v1+json" -d '{"envZId": "qDWmgIxne4"}' http://localhost:18080/api/v1/agent/status | jq +$ curl -H "X-TOKEN: ojF2fna5GKlt" -XPOST -H "Content-Type: application/zrok.v1+json" -d '{"envZId": "qDWmgIxne4"}' http://localhost:18080/api/v2/agent/status | jq { "accesses": null, "shares": null @@ -123,7 +123,7 @@ The `zrok agent unenroll` command will remove all remote control access from an ``` $ zrok agent unenroll -SUCCESS: unenrolled agent from 'https://api-v1.zrok.io' +SUCCESS: unenrolled agent from 'https://api-v2.zrok.io' SUCCESS: removed agent-enrollment.json ``` diff --git a/docs/guides/self-hosting/instance-configuration.mdx b/docs/guides/self-hosting/instance-configuration.mdx index b8b4b58a..0e0db5cd 100644 --- a/docs/guides/self-hosting/instance-configuration.mdx +++ b/docs/guides/self-hosting/instance-configuration.mdx @@ -9,7 +9,7 @@ This guide is relevant if you are self-hosting or using a friend's `zrok` instan The `zrok` *command* on your computer uses a `zrok` *instance* over the network. -The default instance API endpoint for the `zrok` command is `api-v1.zrok.io`. Set the API endpoint to another instance's API endpoint: +The default instance API endpoint for the `zrok` command is `api-v2.zrok.io`. Set the API endpoint to another instance's API endpoint: ```text zrok config set apiEndpoint https://zrok.example.com diff --git a/docs/guides/self-hosting/linux/index.mdx b/docs/guides/self-hosting/linux/index.mdx index 2f6b284a..b0667e3d 100644 --- a/docs/guides/self-hosting/linux/index.mdx +++ b/docs/guides/self-hosting/linux/index.mdx @@ -117,7 +117,7 @@ See the separate guides on [configuring metrics](/guides/self-hosting/metrics-an ## Environment Variables -The `zrok` binaries are configured to work with the global `zrok.io` service, and default to using `api-v1.zrok.io` as the endpoint for communicating with the service. +The `zrok` binaries are configured to work with the global `zrok.io` service, and default to using `api-v2.zrok.io` as the endpoint for communicating with the service. To work with a self-hosted `zrok` deployment, you'll need to set the `ZROK_API_ENDPOINT` environment variable to point to the address where your `zrok` controller will be listening, according to `endpoint` in the configuration file above. diff --git a/environment/env_v0_3/api.go b/environment/env_v0_3/api.go index 86f51b24..86f710fb 100644 --- a/environment/env_v0_3/api.go +++ b/environment/env_v0_3/api.go @@ -1,7 +1,6 @@ package env_v0_3 import ( - "fmt" "net/url" "os" "path/filepath" @@ -46,14 +45,14 @@ func (r *Root) Client() (*rest_client_zrok.Zrok, error) { if err != nil { return nil, errors.Wrapf(err, "error parsing api endpoint '%v'", r) } - transport := httptransport.New(apiUrl.Host, "/api/v1", []string{apiUrl.Scheme}) + transport := httptransport.New(apiUrl.Host, "/api/v2", []string{apiUrl.Scheme}) transport.Producers["application/zrok.v1+json"] = runtime.JSONProducer() transport.Consumers["application/zrok.v1+json"] = runtime.JSONConsumer() zrok := rest_client_zrok.New(transport, strfmt.Default) _, err = zrok.Metadata.ClientVersionCheck(&metadata2.ClientVersionCheckParams{ Body: metadata2.ClientVersionCheckBody{ - ClientVersion: fmt.Sprintf("v1.0-%s", build.String()), // TODO: go back to build.String() + ClientVersion: build.String(), }, }) if err != nil { @@ -64,7 +63,7 @@ func (r *Root) Client() (*rest_client_zrok.Zrok, error) { } func (r *Root) ApiEndpoint() (string, string) { - apiEndpoint := "https://api-v1.zrok.io" + apiEndpoint := "https://api-v2.zrok.io" from := "binary" if r.Config() != nil && r.Config().ApiEndpoint != "" { diff --git a/environment/env_v0_4/api.go b/environment/env_v0_4/api.go index 316596d7..d44f46d9 100644 --- a/environment/env_v0_4/api.go +++ b/environment/env_v0_4/api.go @@ -1,7 +1,6 @@ package env_v0_4 import ( - "fmt" "net/url" "os" "path/filepath" @@ -46,14 +45,14 @@ func (r *Root) Client() (*rest_client_zrok.Zrok, error) { if err != nil { return nil, errors.Wrapf(err, "error parsing api endpoint '%v'", r) } - transport := httptransport.New(apiUrl.Host, "/api/v1", []string{apiUrl.Scheme}) + transport := httptransport.New(apiUrl.Host, "/api/v2", []string{apiUrl.Scheme}) transport.Producers["application/zrok.v1+json"] = runtime.JSONProducer() transport.Consumers["application/zrok.v1+json"] = runtime.JSONConsumer() zrok := rest_client_zrok.New(transport, strfmt.Default) _, err = zrok.Metadata.ClientVersionCheck(&metadata2.ClientVersionCheckParams{ Body: metadata2.ClientVersionCheckBody{ - ClientVersion: fmt.Sprintf("v1.0-%s", build.String()), // TODO: go back to build.String() + ClientVersion: build.String(), }, }) if err != nil { @@ -63,7 +62,7 @@ func (r *Root) Client() (*rest_client_zrok.Zrok, error) { } func (r *Root) ApiEndpoint() (string, string) { - apiEndpoint := "https://api-v1.zrok.io" + apiEndpoint := "https://api-v2.zrok.io" from := "binary" if r.Config() != nil && r.Config().ApiEndpoint != "" { diff --git a/environment/env_v0_4/root.go b/environment/env_v0_4/root.go index 3702e25a..3988842c 100644 --- a/environment/env_v0_4/root.go +++ b/environment/env_v0_4/root.go @@ -292,11 +292,11 @@ func loadEnvironment() (*env_core.Environment, error) { ApiEndpoint: env.ApiEndpoint, } if strings.HasPrefix(env.ApiEndpoint, "https://api.zrok.io") { - out.ApiEndpoint = "https://api-v1.zrok.io" + out.ApiEndpoint = "https://api-v2.zrok.io" if err := saveEnvironment(out); err != nil { return nil, errors.Wrap(err, "error auto-rebasing apiEndpoint") } - logrus.Info("auto-rebased 'apiEndpoint' for v1.0.x") + logrus.Info("auto-rebased 'apiEndpoint' for v2.0.x") } return out, nil } diff --git a/nfpm/zrok-enable.bash b/nfpm/zrok-enable.bash index 292fa3b2..1f32277e 100644 --- a/nfpm/zrok-enable.bash +++ b/nfpm/zrok-enable.bash @@ -51,7 +51,7 @@ if [[ -z "${ZROK_ENABLE_TOKEN}" ]]; then echo "ERROR: ZROK_ENABLE_TOKEN is not defined" >&2 exit 1 else - zrok config set apiEndpoint "${ZROK_API_ENDPOINT:-https://api-v1.zrok.io}" + zrok config set apiEndpoint "${ZROK_API_ENDPOINT:-https://api-v2.zrok.io}" echo "INFO: running: zrok enable ..." exec zrok enable --headless --description "${ZROK_ENVIRONMENT_NAME:-${DEFAULT_ZROK_ENVIRONMENT_NAME}}" "${ZROK_ENABLE_TOKEN}" fi diff --git a/nfpm/zrok-share.env b/nfpm/zrok-share.env index 19c2d4a1..e077c7e5 100644 --- a/nfpm/zrok-share.env +++ b/nfpm/zrok-share.env @@ -20,7 +20,7 @@ ZROK_ENABLE_TOKEN="" ZROK_ENVIRONMENT_NAME="" # You MUST set this if not using the default API endpoint -#ZROK_API_ENDPOINT="https://api-v1.zrok.io" +#ZROK_API_ENDPOINT="https://api-v2.zrok.io" # ## ZROK BACKEND MODE AND TARGET @@ -88,7 +88,7 @@ ZROK_TARGET="" # e.g., http://127.0.0.1:3000 # WARNING: changes take effect the next time the frontend URL is reserved #ZROK_UNIQUE_NAME="" -# you MAY set one OAuth2/OIDC provider; "google" and "github" are valid for the default instance api-v1.zrok.io +# you MAY set one OAuth2/OIDC provider; "google" and "github" are valid for the default instance api-v2.zrok.io # WARNING: changes take effect the next time the frontend URL is reserved # NOTE: basic auth and oauth are mutually exclusive #ZROK_OAUTH_PROVIDER="google" diff --git a/rest_client_zrok/zrok_client.go b/rest_client_zrok/zrok_client.go index a2db90c7..a8cca0c8 100644 --- a/rest_client_zrok/zrok_client.go +++ b/rest_client_zrok/zrok_client.go @@ -27,7 +27,7 @@ const ( DefaultHost string = "localhost" // DefaultBasePath is the default BasePath // found in Meta (info) section of spec file - DefaultBasePath string = "/api/v1" + DefaultBasePath string = "/api/v2" ) // DefaultSchemes are the default schemes found in Meta (info) section of spec file diff --git a/rest_server_zrok/doc.go b/rest_server_zrok/doc.go index aef023ab..ff708741 100644 --- a/rest_server_zrok/doc.go +++ b/rest_server_zrok/doc.go @@ -6,8 +6,8 @@ // Schemes: // http // Host: localhost -// BasePath: /api/v1 -// Version: 1.0.0 +// BasePath: /api/v2 +// Version: 2.0.0 // // Consumes: // - application/zrok.v1+json diff --git a/rest_server_zrok/embedded_spec.go b/rest_server_zrok/embedded_spec.go index 6fd75f08..84202738 100644 --- a/rest_server_zrok/embedded_spec.go +++ b/rest_server_zrok/embedded_spec.go @@ -31,9 +31,9 @@ func init() { "info": { "description": "zrok client access", "title": "zrok", - "version": "1.0.0" + "version": "2.0.0" }, - "basePath": "/api/v1", + "basePath": "/api/v2", "paths": { "/access": { "post": { @@ -3794,9 +3794,9 @@ func init() { "info": { "description": "zrok client access", "title": "zrok", - "version": "1.0.0" + "version": "2.0.0" }, - "basePath": "/api/v1", + "basePath": "/api/v2", "paths": { "/access": { "post": { diff --git a/rest_server_zrok/operations/account/change_password_urlbuilder.go b/rest_server_zrok/operations/account/change_password_urlbuilder.go index 1601a8a7..13138e84 100644 --- a/rest_server_zrok/operations/account/change_password_urlbuilder.go +++ b/rest_server_zrok/operations/account/change_password_urlbuilder.go @@ -39,7 +39,7 @@ func (o *ChangePasswordURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/account/invite_urlbuilder.go b/rest_server_zrok/operations/account/invite_urlbuilder.go index 54fe940c..02eb57e6 100644 --- a/rest_server_zrok/operations/account/invite_urlbuilder.go +++ b/rest_server_zrok/operations/account/invite_urlbuilder.go @@ -39,7 +39,7 @@ func (o *InviteURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/account/login_urlbuilder.go b/rest_server_zrok/operations/account/login_urlbuilder.go index c3f2eef7..d121a8da 100644 --- a/rest_server_zrok/operations/account/login_urlbuilder.go +++ b/rest_server_zrok/operations/account/login_urlbuilder.go @@ -39,7 +39,7 @@ func (o *LoginURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/account/regenerate_account_token_urlbuilder.go b/rest_server_zrok/operations/account/regenerate_account_token_urlbuilder.go index 919edd11..5ef2bc7a 100644 --- a/rest_server_zrok/operations/account/regenerate_account_token_urlbuilder.go +++ b/rest_server_zrok/operations/account/regenerate_account_token_urlbuilder.go @@ -39,7 +39,7 @@ func (o *RegenerateAccountTokenURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/account/register_urlbuilder.go b/rest_server_zrok/operations/account/register_urlbuilder.go index 15f6d5a6..a4a2c604 100644 --- a/rest_server_zrok/operations/account/register_urlbuilder.go +++ b/rest_server_zrok/operations/account/register_urlbuilder.go @@ -39,7 +39,7 @@ func (o *RegisterURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/account/reset_password_request_urlbuilder.go b/rest_server_zrok/operations/account/reset_password_request_urlbuilder.go index c67cddaf..20d3e65c 100644 --- a/rest_server_zrok/operations/account/reset_password_request_urlbuilder.go +++ b/rest_server_zrok/operations/account/reset_password_request_urlbuilder.go @@ -39,7 +39,7 @@ func (o *ResetPasswordRequestURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/account/reset_password_urlbuilder.go b/rest_server_zrok/operations/account/reset_password_urlbuilder.go index 85214a77..2b78e664 100644 --- a/rest_server_zrok/operations/account/reset_password_urlbuilder.go +++ b/rest_server_zrok/operations/account/reset_password_urlbuilder.go @@ -39,7 +39,7 @@ func (o *ResetPasswordURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/account/verify_urlbuilder.go b/rest_server_zrok/operations/account/verify_urlbuilder.go index 2beb1099..e38e0b50 100644 --- a/rest_server_zrok/operations/account/verify_urlbuilder.go +++ b/rest_server_zrok/operations/account/verify_urlbuilder.go @@ -39,7 +39,7 @@ func (o *VerifyURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/add_frontend_grant_urlbuilder.go b/rest_server_zrok/operations/admin/add_frontend_grant_urlbuilder.go index 0e3010be..843f5358 100644 --- a/rest_server_zrok/operations/admin/add_frontend_grant_urlbuilder.go +++ b/rest_server_zrok/operations/admin/add_frontend_grant_urlbuilder.go @@ -39,7 +39,7 @@ func (o *AddFrontendGrantURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/add_namespace_frontend_mapping_urlbuilder.go b/rest_server_zrok/operations/admin/add_namespace_frontend_mapping_urlbuilder.go index 53c640b0..855af7e5 100644 --- a/rest_server_zrok/operations/admin/add_namespace_frontend_mapping_urlbuilder.go +++ b/rest_server_zrok/operations/admin/add_namespace_frontend_mapping_urlbuilder.go @@ -39,7 +39,7 @@ func (o *AddNamespaceFrontendMappingURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/add_namespace_grant_urlbuilder.go b/rest_server_zrok/operations/admin/add_namespace_grant_urlbuilder.go index 2743cf88..f238dade 100644 --- a/rest_server_zrok/operations/admin/add_namespace_grant_urlbuilder.go +++ b/rest_server_zrok/operations/admin/add_namespace_grant_urlbuilder.go @@ -39,7 +39,7 @@ func (o *AddNamespaceGrantURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/add_organization_member_urlbuilder.go b/rest_server_zrok/operations/admin/add_organization_member_urlbuilder.go index d326578f..f75aa429 100644 --- a/rest_server_zrok/operations/admin/add_organization_member_urlbuilder.go +++ b/rest_server_zrok/operations/admin/add_organization_member_urlbuilder.go @@ -39,7 +39,7 @@ func (o *AddOrganizationMemberURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/create_account_urlbuilder.go b/rest_server_zrok/operations/admin/create_account_urlbuilder.go index 2341915c..2a52445b 100644 --- a/rest_server_zrok/operations/admin/create_account_urlbuilder.go +++ b/rest_server_zrok/operations/admin/create_account_urlbuilder.go @@ -39,7 +39,7 @@ func (o *CreateAccountURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/create_frontend_urlbuilder.go b/rest_server_zrok/operations/admin/create_frontend_urlbuilder.go index a9973d67..3677d593 100644 --- a/rest_server_zrok/operations/admin/create_frontend_urlbuilder.go +++ b/rest_server_zrok/operations/admin/create_frontend_urlbuilder.go @@ -39,7 +39,7 @@ func (o *CreateFrontendURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/create_identity_urlbuilder.go b/rest_server_zrok/operations/admin/create_identity_urlbuilder.go index c7340eda..7f100048 100644 --- a/rest_server_zrok/operations/admin/create_identity_urlbuilder.go +++ b/rest_server_zrok/operations/admin/create_identity_urlbuilder.go @@ -39,7 +39,7 @@ func (o *CreateIdentityURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/create_namespace_urlbuilder.go b/rest_server_zrok/operations/admin/create_namespace_urlbuilder.go index 69cfb76d..25319c25 100644 --- a/rest_server_zrok/operations/admin/create_namespace_urlbuilder.go +++ b/rest_server_zrok/operations/admin/create_namespace_urlbuilder.go @@ -39,7 +39,7 @@ func (o *CreateNamespaceURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/create_organization_urlbuilder.go b/rest_server_zrok/operations/admin/create_organization_urlbuilder.go index aeaf39bb..13360338 100644 --- a/rest_server_zrok/operations/admin/create_organization_urlbuilder.go +++ b/rest_server_zrok/operations/admin/create_organization_urlbuilder.go @@ -39,7 +39,7 @@ func (o *CreateOrganizationURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/delete_account_urlbuilder.go b/rest_server_zrok/operations/admin/delete_account_urlbuilder.go index 1e7d8c49..1369aec0 100644 --- a/rest_server_zrok/operations/admin/delete_account_urlbuilder.go +++ b/rest_server_zrok/operations/admin/delete_account_urlbuilder.go @@ -39,7 +39,7 @@ func (o *DeleteAccountURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/delete_frontend_grant_urlbuilder.go b/rest_server_zrok/operations/admin/delete_frontend_grant_urlbuilder.go index 6e1da816..2041755b 100644 --- a/rest_server_zrok/operations/admin/delete_frontend_grant_urlbuilder.go +++ b/rest_server_zrok/operations/admin/delete_frontend_grant_urlbuilder.go @@ -39,7 +39,7 @@ func (o *DeleteFrontendGrantURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/delete_frontend_urlbuilder.go b/rest_server_zrok/operations/admin/delete_frontend_urlbuilder.go index f2507a60..f753b7b7 100644 --- a/rest_server_zrok/operations/admin/delete_frontend_urlbuilder.go +++ b/rest_server_zrok/operations/admin/delete_frontend_urlbuilder.go @@ -39,7 +39,7 @@ func (o *DeleteFrontendURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/delete_identity_urlbuilder.go b/rest_server_zrok/operations/admin/delete_identity_urlbuilder.go index c91978b5..eb374f5e 100644 --- a/rest_server_zrok/operations/admin/delete_identity_urlbuilder.go +++ b/rest_server_zrok/operations/admin/delete_identity_urlbuilder.go @@ -39,7 +39,7 @@ func (o *DeleteIdentityURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/delete_namespace_urlbuilder.go b/rest_server_zrok/operations/admin/delete_namespace_urlbuilder.go index 1c380d4e..06cfc54e 100644 --- a/rest_server_zrok/operations/admin/delete_namespace_urlbuilder.go +++ b/rest_server_zrok/operations/admin/delete_namespace_urlbuilder.go @@ -39,7 +39,7 @@ func (o *DeleteNamespaceURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/delete_organization_urlbuilder.go b/rest_server_zrok/operations/admin/delete_organization_urlbuilder.go index ec6a6274..244bb17f 100644 --- a/rest_server_zrok/operations/admin/delete_organization_urlbuilder.go +++ b/rest_server_zrok/operations/admin/delete_organization_urlbuilder.go @@ -39,7 +39,7 @@ func (o *DeleteOrganizationURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/grants_urlbuilder.go b/rest_server_zrok/operations/admin/grants_urlbuilder.go index 6d023a9e..fa9c8c56 100644 --- a/rest_server_zrok/operations/admin/grants_urlbuilder.go +++ b/rest_server_zrok/operations/admin/grants_urlbuilder.go @@ -39,7 +39,7 @@ func (o *GrantsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/invite_token_generate_urlbuilder.go b/rest_server_zrok/operations/admin/invite_token_generate_urlbuilder.go index be3e757e..1a78d800 100644 --- a/rest_server_zrok/operations/admin/invite_token_generate_urlbuilder.go +++ b/rest_server_zrok/operations/admin/invite_token_generate_urlbuilder.go @@ -39,7 +39,7 @@ func (o *InviteTokenGenerateURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/list_frontend_namespace_mappings_urlbuilder.go b/rest_server_zrok/operations/admin/list_frontend_namespace_mappings_urlbuilder.go index af445bb0..35e66869 100644 --- a/rest_server_zrok/operations/admin/list_frontend_namespace_mappings_urlbuilder.go +++ b/rest_server_zrok/operations/admin/list_frontend_namespace_mappings_urlbuilder.go @@ -51,7 +51,7 @@ func (o *ListFrontendNamespaceMappingsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/list_frontends_urlbuilder.go b/rest_server_zrok/operations/admin/list_frontends_urlbuilder.go index 2e865648..d7f556a0 100644 --- a/rest_server_zrok/operations/admin/list_frontends_urlbuilder.go +++ b/rest_server_zrok/operations/admin/list_frontends_urlbuilder.go @@ -39,7 +39,7 @@ func (o *ListFrontendsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/list_namespace_frontend_mappings_urlbuilder.go b/rest_server_zrok/operations/admin/list_namespace_frontend_mappings_urlbuilder.go index b3d025a5..32ddce1a 100644 --- a/rest_server_zrok/operations/admin/list_namespace_frontend_mappings_urlbuilder.go +++ b/rest_server_zrok/operations/admin/list_namespace_frontend_mappings_urlbuilder.go @@ -51,7 +51,7 @@ func (o *ListNamespaceFrontendMappingsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/list_namespaces_urlbuilder.go b/rest_server_zrok/operations/admin/list_namespaces_urlbuilder.go index ccf7c9e6..8111a47f 100644 --- a/rest_server_zrok/operations/admin/list_namespaces_urlbuilder.go +++ b/rest_server_zrok/operations/admin/list_namespaces_urlbuilder.go @@ -39,7 +39,7 @@ func (o *ListNamespacesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/list_organization_members_urlbuilder.go b/rest_server_zrok/operations/admin/list_organization_members_urlbuilder.go index c2a9006d..0ca32fc2 100644 --- a/rest_server_zrok/operations/admin/list_organization_members_urlbuilder.go +++ b/rest_server_zrok/operations/admin/list_organization_members_urlbuilder.go @@ -39,7 +39,7 @@ func (o *ListOrganizationMembersURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/list_organizations_urlbuilder.go b/rest_server_zrok/operations/admin/list_organizations_urlbuilder.go index 1d589c63..394d601b 100644 --- a/rest_server_zrok/operations/admin/list_organizations_urlbuilder.go +++ b/rest_server_zrok/operations/admin/list_organizations_urlbuilder.go @@ -39,7 +39,7 @@ func (o *ListOrganizationsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/remove_namespace_frontend_mapping_urlbuilder.go b/rest_server_zrok/operations/admin/remove_namespace_frontend_mapping_urlbuilder.go index 0b51dcc6..a47b62fa 100644 --- a/rest_server_zrok/operations/admin/remove_namespace_frontend_mapping_urlbuilder.go +++ b/rest_server_zrok/operations/admin/remove_namespace_frontend_mapping_urlbuilder.go @@ -39,7 +39,7 @@ func (o *RemoveNamespaceFrontendMappingURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/remove_namespace_grant_urlbuilder.go b/rest_server_zrok/operations/admin/remove_namespace_grant_urlbuilder.go index b6323a19..6ca7a18f 100644 --- a/rest_server_zrok/operations/admin/remove_namespace_grant_urlbuilder.go +++ b/rest_server_zrok/operations/admin/remove_namespace_grant_urlbuilder.go @@ -39,7 +39,7 @@ func (o *RemoveNamespaceGrantURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/remove_organization_member_urlbuilder.go b/rest_server_zrok/operations/admin/remove_organization_member_urlbuilder.go index e31f697a..be849648 100644 --- a/rest_server_zrok/operations/admin/remove_organization_member_urlbuilder.go +++ b/rest_server_zrok/operations/admin/remove_organization_member_urlbuilder.go @@ -39,7 +39,7 @@ func (o *RemoveOrganizationMemberURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/update_frontend_urlbuilder.go b/rest_server_zrok/operations/admin/update_frontend_urlbuilder.go index 15c62433..b6631104 100644 --- a/rest_server_zrok/operations/admin/update_frontend_urlbuilder.go +++ b/rest_server_zrok/operations/admin/update_frontend_urlbuilder.go @@ -39,7 +39,7 @@ func (o *UpdateFrontendURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/admin/update_namespace_urlbuilder.go b/rest_server_zrok/operations/admin/update_namespace_urlbuilder.go index 6de11ea5..6c4a0c74 100644 --- a/rest_server_zrok/operations/admin/update_namespace_urlbuilder.go +++ b/rest_server_zrok/operations/admin/update_namespace_urlbuilder.go @@ -39,7 +39,7 @@ func (o *UpdateNamespaceURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/agent/enroll_urlbuilder.go b/rest_server_zrok/operations/agent/enroll_urlbuilder.go index c9999054..162380c7 100644 --- a/rest_server_zrok/operations/agent/enroll_urlbuilder.go +++ b/rest_server_zrok/operations/agent/enroll_urlbuilder.go @@ -39,7 +39,7 @@ func (o *EnrollURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/agent/ping_urlbuilder.go b/rest_server_zrok/operations/agent/ping_urlbuilder.go index 6893288b..2b184127 100644 --- a/rest_server_zrok/operations/agent/ping_urlbuilder.go +++ b/rest_server_zrok/operations/agent/ping_urlbuilder.go @@ -39,7 +39,7 @@ func (o *PingURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/agent/remote_access_urlbuilder.go b/rest_server_zrok/operations/agent/remote_access_urlbuilder.go index 3d7152f7..c5fdf512 100644 --- a/rest_server_zrok/operations/agent/remote_access_urlbuilder.go +++ b/rest_server_zrok/operations/agent/remote_access_urlbuilder.go @@ -39,7 +39,7 @@ func (o *RemoteAccessURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/agent/remote_share_urlbuilder.go b/rest_server_zrok/operations/agent/remote_share_urlbuilder.go index aa68c8a1..904014e7 100644 --- a/rest_server_zrok/operations/agent/remote_share_urlbuilder.go +++ b/rest_server_zrok/operations/agent/remote_share_urlbuilder.go @@ -39,7 +39,7 @@ func (o *RemoteShareURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/agent/remote_status_urlbuilder.go b/rest_server_zrok/operations/agent/remote_status_urlbuilder.go index 206acba0..9cee6eaa 100644 --- a/rest_server_zrok/operations/agent/remote_status_urlbuilder.go +++ b/rest_server_zrok/operations/agent/remote_status_urlbuilder.go @@ -39,7 +39,7 @@ func (o *RemoteStatusURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/agent/remote_unaccess_urlbuilder.go b/rest_server_zrok/operations/agent/remote_unaccess_urlbuilder.go index 9cae9bba..15741498 100644 --- a/rest_server_zrok/operations/agent/remote_unaccess_urlbuilder.go +++ b/rest_server_zrok/operations/agent/remote_unaccess_urlbuilder.go @@ -39,7 +39,7 @@ func (o *RemoteUnaccessURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/agent/remote_unshare_urlbuilder.go b/rest_server_zrok/operations/agent/remote_unshare_urlbuilder.go index 39adaf74..51749c4d 100644 --- a/rest_server_zrok/operations/agent/remote_unshare_urlbuilder.go +++ b/rest_server_zrok/operations/agent/remote_unshare_urlbuilder.go @@ -39,7 +39,7 @@ func (o *RemoteUnshareURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/agent/share_http_healthcheck_urlbuilder.go b/rest_server_zrok/operations/agent/share_http_healthcheck_urlbuilder.go index 1563a95f..2284c83b 100644 --- a/rest_server_zrok/operations/agent/share_http_healthcheck_urlbuilder.go +++ b/rest_server_zrok/operations/agent/share_http_healthcheck_urlbuilder.go @@ -39,7 +39,7 @@ func (o *ShareHTTPHealthcheckURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/agent/unenroll_urlbuilder.go b/rest_server_zrok/operations/agent/unenroll_urlbuilder.go index f2e025d8..2b83bd70 100644 --- a/rest_server_zrok/operations/agent/unenroll_urlbuilder.go +++ b/rest_server_zrok/operations/agent/unenroll_urlbuilder.go @@ -39,7 +39,7 @@ func (o *UnenrollURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/environment/disable_urlbuilder.go b/rest_server_zrok/operations/environment/disable_urlbuilder.go index 65899738..b2d55b24 100644 --- a/rest_server_zrok/operations/environment/disable_urlbuilder.go +++ b/rest_server_zrok/operations/environment/disable_urlbuilder.go @@ -39,7 +39,7 @@ func (o *DisableURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/environment/enable_urlbuilder.go b/rest_server_zrok/operations/environment/enable_urlbuilder.go index 2e307b2a..a489c79a 100644 --- a/rest_server_zrok/operations/environment/enable_urlbuilder.go +++ b/rest_server_zrok/operations/environment/enable_urlbuilder.go @@ -39,7 +39,7 @@ func (o *EnableURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/client_version_check_urlbuilder.go b/rest_server_zrok/operations/metadata/client_version_check_urlbuilder.go index 9cc9f291..ad106857 100644 --- a/rest_server_zrok/operations/metadata/client_version_check_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/client_version_check_urlbuilder.go @@ -39,7 +39,7 @@ func (o *ClientVersionCheckURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/configuration_urlbuilder.go b/rest_server_zrok/operations/metadata/configuration_urlbuilder.go index 68dc42b4..6bc411c3 100644 --- a/rest_server_zrok/operations/metadata/configuration_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/configuration_urlbuilder.go @@ -39,7 +39,7 @@ func (o *ConfigurationURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/get_account_detail_urlbuilder.go b/rest_server_zrok/operations/metadata/get_account_detail_urlbuilder.go index b7eda126..9f1ac533 100644 --- a/rest_server_zrok/operations/metadata/get_account_detail_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/get_account_detail_urlbuilder.go @@ -39,7 +39,7 @@ func (o *GetAccountDetailURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/get_account_metrics_urlbuilder.go b/rest_server_zrok/operations/metadata/get_account_metrics_urlbuilder.go index b6065cf7..217e3557 100644 --- a/rest_server_zrok/operations/metadata/get_account_metrics_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/get_account_metrics_urlbuilder.go @@ -43,7 +43,7 @@ func (o *GetAccountMetricsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/get_environment_detail_urlbuilder.go b/rest_server_zrok/operations/metadata/get_environment_detail_urlbuilder.go index 083f050b..bbd4c16f 100644 --- a/rest_server_zrok/operations/metadata/get_environment_detail_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/get_environment_detail_urlbuilder.go @@ -51,7 +51,7 @@ func (o *GetEnvironmentDetailURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/get_environment_metrics_urlbuilder.go b/rest_server_zrok/operations/metadata/get_environment_metrics_urlbuilder.go index a7787fa2..003fcb0f 100644 --- a/rest_server_zrok/operations/metadata/get_environment_metrics_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/get_environment_metrics_urlbuilder.go @@ -53,7 +53,7 @@ func (o *GetEnvironmentMetricsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/get_frontend_detail_urlbuilder.go b/rest_server_zrok/operations/metadata/get_frontend_detail_urlbuilder.go index 1d1af03a..235f400c 100644 --- a/rest_server_zrok/operations/metadata/get_frontend_detail_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/get_frontend_detail_urlbuilder.go @@ -53,7 +53,7 @@ func (o *GetFrontendDetailURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/get_share_detail_urlbuilder.go b/rest_server_zrok/operations/metadata/get_share_detail_urlbuilder.go index df81e744..212f3c14 100644 --- a/rest_server_zrok/operations/metadata/get_share_detail_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/get_share_detail_urlbuilder.go @@ -51,7 +51,7 @@ func (o *GetShareDetailURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/get_share_metrics_urlbuilder.go b/rest_server_zrok/operations/metadata/get_share_metrics_urlbuilder.go index a393c2b6..fef932c1 100644 --- a/rest_server_zrok/operations/metadata/get_share_metrics_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/get_share_metrics_urlbuilder.go @@ -53,7 +53,7 @@ func (o *GetShareMetricsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/get_sparklines_urlbuilder.go b/rest_server_zrok/operations/metadata/get_sparklines_urlbuilder.go index 125f9867..7052d73a 100644 --- a/rest_server_zrok/operations/metadata/get_sparklines_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/get_sparklines_urlbuilder.go @@ -39,7 +39,7 @@ func (o *GetSparklinesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/list_memberships_urlbuilder.go b/rest_server_zrok/operations/metadata/list_memberships_urlbuilder.go index 13a684d2..5d079150 100644 --- a/rest_server_zrok/operations/metadata/list_memberships_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/list_memberships_urlbuilder.go @@ -39,7 +39,7 @@ func (o *ListMembershipsURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/list_org_members_urlbuilder.go b/rest_server_zrok/operations/metadata/list_org_members_urlbuilder.go index 6cc2f165..d2a3adea 100644 --- a/rest_server_zrok/operations/metadata/list_org_members_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/list_org_members_urlbuilder.go @@ -51,7 +51,7 @@ func (o *ListOrgMembersURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/list_public_frontends_for_account_urlbuilder.go b/rest_server_zrok/operations/metadata/list_public_frontends_for_account_urlbuilder.go index 2750e002..b4a33c3f 100644 --- a/rest_server_zrok/operations/metadata/list_public_frontends_for_account_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/list_public_frontends_for_account_urlbuilder.go @@ -39,7 +39,7 @@ func (o *ListPublicFrontendsForAccountURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/org_account_overview_urlbuilder.go b/rest_server_zrok/operations/metadata/org_account_overview_urlbuilder.go index 10ff4aac..55b39074 100644 --- a/rest_server_zrok/operations/metadata/org_account_overview_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/org_account_overview_urlbuilder.go @@ -59,7 +59,7 @@ func (o *OrgAccountOverviewURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/overview_urlbuilder.go b/rest_server_zrok/operations/metadata/overview_urlbuilder.go index a97e654f..4cb4862b 100644 --- a/rest_server_zrok/operations/metadata/overview_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/overview_urlbuilder.go @@ -39,7 +39,7 @@ func (o *OverviewURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/version_inventory_urlbuilder.go b/rest_server_zrok/operations/metadata/version_inventory_urlbuilder.go index 30cd5578..6c016abb 100644 --- a/rest_server_zrok/operations/metadata/version_inventory_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/version_inventory_urlbuilder.go @@ -39,7 +39,7 @@ func (o *VersionInventoryURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/metadata/version_urlbuilder.go b/rest_server_zrok/operations/metadata/version_urlbuilder.go index 9393b780..3af4b35a 100644 --- a/rest_server_zrok/operations/metadata/version_urlbuilder.go +++ b/rest_server_zrok/operations/metadata/version_urlbuilder.go @@ -39,7 +39,7 @@ func (o *VersionURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/share/access_urlbuilder.go b/rest_server_zrok/operations/share/access_urlbuilder.go index 177784c6..7bd5b652 100644 --- a/rest_server_zrok/operations/share/access_urlbuilder.go +++ b/rest_server_zrok/operations/share/access_urlbuilder.go @@ -39,7 +39,7 @@ func (o *AccessURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/share/create_share_name_urlbuilder.go b/rest_server_zrok/operations/share/create_share_name_urlbuilder.go index 5400c5a3..be45276b 100644 --- a/rest_server_zrok/operations/share/create_share_name_urlbuilder.go +++ b/rest_server_zrok/operations/share/create_share_name_urlbuilder.go @@ -39,7 +39,7 @@ func (o *CreateShareNameURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/share/delete_share_name_urlbuilder.go b/rest_server_zrok/operations/share/delete_share_name_urlbuilder.go index 2108528b..a234aa87 100644 --- a/rest_server_zrok/operations/share/delete_share_name_urlbuilder.go +++ b/rest_server_zrok/operations/share/delete_share_name_urlbuilder.go @@ -39,7 +39,7 @@ func (o *DeleteShareNameURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/share/list_all_names_urlbuilder.go b/rest_server_zrok/operations/share/list_all_names_urlbuilder.go index c826310b..ad099dce 100644 --- a/rest_server_zrok/operations/share/list_all_names_urlbuilder.go +++ b/rest_server_zrok/operations/share/list_all_names_urlbuilder.go @@ -39,7 +39,7 @@ func (o *ListAllNamesURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/share/list_names_for_namespace_urlbuilder.go b/rest_server_zrok/operations/share/list_names_for_namespace_urlbuilder.go index ce3972f3..2574c4e4 100644 --- a/rest_server_zrok/operations/share/list_names_for_namespace_urlbuilder.go +++ b/rest_server_zrok/operations/share/list_names_for_namespace_urlbuilder.go @@ -51,7 +51,7 @@ func (o *ListNamesForNamespaceURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/share/share12_urlbuilder.go b/rest_server_zrok/operations/share/share12_urlbuilder.go index 5be6cd22..ffd297e0 100644 --- a/rest_server_zrok/operations/share/share12_urlbuilder.go +++ b/rest_server_zrok/operations/share/share12_urlbuilder.go @@ -39,7 +39,7 @@ func (o *Share12URL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/share/unaccess_urlbuilder.go b/rest_server_zrok/operations/share/unaccess_urlbuilder.go index 38ff33e0..062741b3 100644 --- a/rest_server_zrok/operations/share/unaccess_urlbuilder.go +++ b/rest_server_zrok/operations/share/unaccess_urlbuilder.go @@ -39,7 +39,7 @@ func (o *UnaccessURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/share/unshare12_urlbuilder.go b/rest_server_zrok/operations/share/unshare12_urlbuilder.go index c35bc479..5e9ff4d4 100644 --- a/rest_server_zrok/operations/share/unshare12_urlbuilder.go +++ b/rest_server_zrok/operations/share/unshare12_urlbuilder.go @@ -39,7 +39,7 @@ func (o *Unshare12URL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/share/update_access_urlbuilder.go b/rest_server_zrok/operations/share/update_access_urlbuilder.go index d04248f0..731adad7 100644 --- a/rest_server_zrok/operations/share/update_access_urlbuilder.go +++ b/rest_server_zrok/operations/share/update_access_urlbuilder.go @@ -39,7 +39,7 @@ func (o *UpdateAccessURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/rest_server_zrok/operations/share/update_share_urlbuilder.go b/rest_server_zrok/operations/share/update_share_urlbuilder.go index 34f84d54..2c068c4d 100644 --- a/rest_server_zrok/operations/share/update_share_urlbuilder.go +++ b/rest_server_zrok/operations/share/update_share_urlbuilder.go @@ -39,7 +39,7 @@ func (o *UpdateShareURL) Build() (*url.URL, error) { _basePath := o._basePath if _basePath == "" { - _basePath = "/api/v1" + _basePath = "/api/v2" } _result.Path = golangswaggerpaths.Join(_basePath, _path) diff --git a/sdk/golang/sdk/overview.go b/sdk/golang/sdk/overview.go index 9154935e..74efcfd6 100644 --- a/sdk/golang/sdk/overview.go +++ b/sdk/golang/sdk/overview.go @@ -15,7 +15,7 @@ func Overview(root env_core.Root) (string, error) { client := &http.Client{} apiEndpoint, _ := root.ApiEndpoint() - req, err := http.NewRequest("GET", fmt.Sprintf("%v/api/v1/overview", apiEndpoint), nil) + req, err := http.NewRequest("GET", fmt.Sprintf("%v/api/v2/overview", apiEndpoint), nil) if err != nil { return "", err } diff --git a/sdk/nodejs/sdk/src/api/apis/AccountApi.ts b/sdk/nodejs/sdk/src/api/apis/AccountApi.ts index b4b21d5c..ba8a2846 100644 --- a/sdk/nodejs/sdk/src/api/apis/AccountApi.ts +++ b/sdk/nodejs/sdk/src/api/apis/AccountApi.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/apis/AdminApi.ts b/sdk/nodejs/sdk/src/api/apis/AdminApi.ts index e509ed55..8c841b68 100644 --- a/sdk/nodejs/sdk/src/api/apis/AdminApi.ts +++ b/sdk/nodejs/sdk/src/api/apis/AdminApi.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/apis/AgentApi.ts b/sdk/nodejs/sdk/src/api/apis/AgentApi.ts index a4de7253..1551d675 100644 --- a/sdk/nodejs/sdk/src/api/apis/AgentApi.ts +++ b/sdk/nodejs/sdk/src/api/apis/AgentApi.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/apis/EnvironmentApi.ts b/sdk/nodejs/sdk/src/api/apis/EnvironmentApi.ts index 1610e2e3..53ba780b 100644 --- a/sdk/nodejs/sdk/src/api/apis/EnvironmentApi.ts +++ b/sdk/nodejs/sdk/src/api/apis/EnvironmentApi.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/apis/MetadataApi.ts b/sdk/nodejs/sdk/src/api/apis/MetadataApi.ts index 4404b5d5..0ce26f54 100644 --- a/sdk/nodejs/sdk/src/api/apis/MetadataApi.ts +++ b/sdk/nodejs/sdk/src/api/apis/MetadataApi.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/apis/ShareApi.ts b/sdk/nodejs/sdk/src/api/apis/ShareApi.ts index ff86c8e6..17f5bdb0 100644 --- a/sdk/nodejs/sdk/src/api/apis/ShareApi.ts +++ b/sdk/nodejs/sdk/src/api/apis/ShareApi.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/Access201Response.ts b/sdk/nodejs/sdk/src/api/models/Access201Response.ts index 3dbcf903..ed1e891c 100644 --- a/sdk/nodejs/sdk/src/api/models/Access201Response.ts +++ b/sdk/nodejs/sdk/src/api/models/Access201Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/AccessRequest.ts b/sdk/nodejs/sdk/src/api/models/AccessRequest.ts index aa7f9a22..e5aead87 100644 --- a/sdk/nodejs/sdk/src/api/models/AccessRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/AccessRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/AddFrontendGrantRequest.ts b/sdk/nodejs/sdk/src/api/models/AddFrontendGrantRequest.ts index 9747a02e..61d5c50a 100644 --- a/sdk/nodejs/sdk/src/api/models/AddFrontendGrantRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/AddFrontendGrantRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/AddNamespaceFrontendMappingRequest.ts b/sdk/nodejs/sdk/src/api/models/AddNamespaceFrontendMappingRequest.ts index 2d5b3e4a..0423eac7 100644 --- a/sdk/nodejs/sdk/src/api/models/AddNamespaceFrontendMappingRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/AddNamespaceFrontendMappingRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/AddNamespaceGrantRequest.ts b/sdk/nodejs/sdk/src/api/models/AddNamespaceGrantRequest.ts index d1362d94..4d1c8610 100644 --- a/sdk/nodejs/sdk/src/api/models/AddNamespaceGrantRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/AddNamespaceGrantRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/AddOrganizationMemberRequest.ts b/sdk/nodejs/sdk/src/api/models/AddOrganizationMemberRequest.ts index 52d9678c..87f52a16 100644 --- a/sdk/nodejs/sdk/src/api/models/AddOrganizationMemberRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/AddOrganizationMemberRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/AuthUser.ts b/sdk/nodejs/sdk/src/api/models/AuthUser.ts index 485c3b80..641391ac 100644 --- a/sdk/nodejs/sdk/src/api/models/AuthUser.ts +++ b/sdk/nodejs/sdk/src/api/models/AuthUser.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ChangePasswordRequest.ts b/sdk/nodejs/sdk/src/api/models/ChangePasswordRequest.ts index 3e54829e..376212cb 100644 --- a/sdk/nodejs/sdk/src/api/models/ChangePasswordRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/ChangePasswordRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ClientVersionCheckRequest.ts b/sdk/nodejs/sdk/src/api/models/ClientVersionCheckRequest.ts index 91c51e45..64b4f4ee 100644 --- a/sdk/nodejs/sdk/src/api/models/ClientVersionCheckRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/ClientVersionCheckRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/CreateFrontend201Response.ts b/sdk/nodejs/sdk/src/api/models/CreateFrontend201Response.ts index 0abb87b9..35782c9e 100644 --- a/sdk/nodejs/sdk/src/api/models/CreateFrontend201Response.ts +++ b/sdk/nodejs/sdk/src/api/models/CreateFrontend201Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/CreateFrontendRequest.ts b/sdk/nodejs/sdk/src/api/models/CreateFrontendRequest.ts index 1b384e93..5259983f 100644 --- a/sdk/nodejs/sdk/src/api/models/CreateFrontendRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/CreateFrontendRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/CreateIdentity201Response.ts b/sdk/nodejs/sdk/src/api/models/CreateIdentity201Response.ts index 97ae9763..1dbc00d5 100644 --- a/sdk/nodejs/sdk/src/api/models/CreateIdentity201Response.ts +++ b/sdk/nodejs/sdk/src/api/models/CreateIdentity201Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/CreateIdentityRequest.ts b/sdk/nodejs/sdk/src/api/models/CreateIdentityRequest.ts index e688b4c7..8d15ea44 100644 --- a/sdk/nodejs/sdk/src/api/models/CreateIdentityRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/CreateIdentityRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/CreateNamespace201Response.ts b/sdk/nodejs/sdk/src/api/models/CreateNamespace201Response.ts index f320487e..52fea243 100644 --- a/sdk/nodejs/sdk/src/api/models/CreateNamespace201Response.ts +++ b/sdk/nodejs/sdk/src/api/models/CreateNamespace201Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/CreateNamespaceRequest.ts b/sdk/nodejs/sdk/src/api/models/CreateNamespaceRequest.ts index 5b98a774..2d8bf8da 100644 --- a/sdk/nodejs/sdk/src/api/models/CreateNamespaceRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/CreateNamespaceRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/CreateOrganization201Response.ts b/sdk/nodejs/sdk/src/api/models/CreateOrganization201Response.ts index a5c09396..535c0d1d 100644 --- a/sdk/nodejs/sdk/src/api/models/CreateOrganization201Response.ts +++ b/sdk/nodejs/sdk/src/api/models/CreateOrganization201Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/CreateOrganizationRequest.ts b/sdk/nodejs/sdk/src/api/models/CreateOrganizationRequest.ts index 846a0b33..9856e66e 100644 --- a/sdk/nodejs/sdk/src/api/models/CreateOrganizationRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/CreateOrganizationRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/CreateShareNameRequest.ts b/sdk/nodejs/sdk/src/api/models/CreateShareNameRequest.ts index eb9a4e09..3b0c8df0 100644 --- a/sdk/nodejs/sdk/src/api/models/CreateShareNameRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/CreateShareNameRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/DeleteIdentityRequest.ts b/sdk/nodejs/sdk/src/api/models/DeleteIdentityRequest.ts index 4cd681ca..a49c09cc 100644 --- a/sdk/nodejs/sdk/src/api/models/DeleteIdentityRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/DeleteIdentityRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/DisableRequest.ts b/sdk/nodejs/sdk/src/api/models/DisableRequest.ts index feda2614..fd8fb0c8 100644 --- a/sdk/nodejs/sdk/src/api/models/DisableRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/DisableRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/EnableRequest.ts b/sdk/nodejs/sdk/src/api/models/EnableRequest.ts index 8c0a7946..5cba7c48 100644 --- a/sdk/nodejs/sdk/src/api/models/EnableRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/EnableRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/Enroll200Response.ts b/sdk/nodejs/sdk/src/api/models/Enroll200Response.ts index 3f3b146f..bd87feac 100644 --- a/sdk/nodejs/sdk/src/api/models/Enroll200Response.ts +++ b/sdk/nodejs/sdk/src/api/models/Enroll200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/EnrollRequest.ts b/sdk/nodejs/sdk/src/api/models/EnrollRequest.ts index 3bb20afb..2f51cd59 100644 --- a/sdk/nodejs/sdk/src/api/models/EnrollRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/EnrollRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/Environment.ts b/sdk/nodejs/sdk/src/api/models/Environment.ts index 7794c7a6..27d6d55e 100644 --- a/sdk/nodejs/sdk/src/api/models/Environment.ts +++ b/sdk/nodejs/sdk/src/api/models/Environment.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/EnvironmentAndResources.ts b/sdk/nodejs/sdk/src/api/models/EnvironmentAndResources.ts index ea2999e8..cf3f16cc 100644 --- a/sdk/nodejs/sdk/src/api/models/EnvironmentAndResources.ts +++ b/sdk/nodejs/sdk/src/api/models/EnvironmentAndResources.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/Frontend.ts b/sdk/nodejs/sdk/src/api/models/Frontend.ts index ecbe7019..6a8785ee 100644 --- a/sdk/nodejs/sdk/src/api/models/Frontend.ts +++ b/sdk/nodejs/sdk/src/api/models/Frontend.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/GetSparklines200Response.ts b/sdk/nodejs/sdk/src/api/models/GetSparklines200Response.ts index a2f0cc6b..ccf2af1a 100644 --- a/sdk/nodejs/sdk/src/api/models/GetSparklines200Response.ts +++ b/sdk/nodejs/sdk/src/api/models/GetSparklines200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/GetSparklinesRequest.ts b/sdk/nodejs/sdk/src/api/models/GetSparklinesRequest.ts index 90d16f4a..da4693a8 100644 --- a/sdk/nodejs/sdk/src/api/models/GetSparklinesRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/GetSparklinesRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/InviteRequest.ts b/sdk/nodejs/sdk/src/api/models/InviteRequest.ts index 1ce9d953..1ae916f4 100644 --- a/sdk/nodejs/sdk/src/api/models/InviteRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/InviteRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/InviteTokenGenerateRequest.ts b/sdk/nodejs/sdk/src/api/models/InviteTokenGenerateRequest.ts index 85be2612..858092b6 100644 --- a/sdk/nodejs/sdk/src/api/models/InviteTokenGenerateRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/InviteTokenGenerateRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ListFrontendNamespaceMappings200ResponseInner.ts b/sdk/nodejs/sdk/src/api/models/ListFrontendNamespaceMappings200ResponseInner.ts index ffaac78c..db5fb9fe 100644 --- a/sdk/nodejs/sdk/src/api/models/ListFrontendNamespaceMappings200ResponseInner.ts +++ b/sdk/nodejs/sdk/src/api/models/ListFrontendNamespaceMappings200ResponseInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ListFrontends200ResponseInner.ts b/sdk/nodejs/sdk/src/api/models/ListFrontends200ResponseInner.ts index ecbb051f..f2d1f854 100644 --- a/sdk/nodejs/sdk/src/api/models/ListFrontends200ResponseInner.ts +++ b/sdk/nodejs/sdk/src/api/models/ListFrontends200ResponseInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ListMemberships200Response.ts b/sdk/nodejs/sdk/src/api/models/ListMemberships200Response.ts index 80dfa4be..880f8189 100644 --- a/sdk/nodejs/sdk/src/api/models/ListMemberships200Response.ts +++ b/sdk/nodejs/sdk/src/api/models/ListMemberships200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ListMemberships200ResponseMembershipsInner.ts b/sdk/nodejs/sdk/src/api/models/ListMemberships200ResponseMembershipsInner.ts index b52c3ac8..5341484d 100644 --- a/sdk/nodejs/sdk/src/api/models/ListMemberships200ResponseMembershipsInner.ts +++ b/sdk/nodejs/sdk/src/api/models/ListMemberships200ResponseMembershipsInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ListNamespaces200ResponseInner.ts b/sdk/nodejs/sdk/src/api/models/ListNamespaces200ResponseInner.ts index eff686a2..6f04d77e 100644 --- a/sdk/nodejs/sdk/src/api/models/ListNamespaces200ResponseInner.ts +++ b/sdk/nodejs/sdk/src/api/models/ListNamespaces200ResponseInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ListOrganizationMembers200Response.ts b/sdk/nodejs/sdk/src/api/models/ListOrganizationMembers200Response.ts index 2c6a468a..3ec69c16 100644 --- a/sdk/nodejs/sdk/src/api/models/ListOrganizationMembers200Response.ts +++ b/sdk/nodejs/sdk/src/api/models/ListOrganizationMembers200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ListOrganizationMembers200ResponseMembersInner.ts b/sdk/nodejs/sdk/src/api/models/ListOrganizationMembers200ResponseMembersInner.ts index 04277329..9bb188ab 100644 --- a/sdk/nodejs/sdk/src/api/models/ListOrganizationMembers200ResponseMembersInner.ts +++ b/sdk/nodejs/sdk/src/api/models/ListOrganizationMembers200ResponseMembersInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ListOrganizations200Response.ts b/sdk/nodejs/sdk/src/api/models/ListOrganizations200Response.ts index cc333d43..7074108a 100644 --- a/sdk/nodejs/sdk/src/api/models/ListOrganizations200Response.ts +++ b/sdk/nodejs/sdk/src/api/models/ListOrganizations200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ListOrganizations200ResponseOrganizationsInner.ts b/sdk/nodejs/sdk/src/api/models/ListOrganizations200ResponseOrganizationsInner.ts index 2ef3a371..d0909961 100644 --- a/sdk/nodejs/sdk/src/api/models/ListOrganizations200ResponseOrganizationsInner.ts +++ b/sdk/nodejs/sdk/src/api/models/ListOrganizations200ResponseOrganizationsInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ListPublicFrontendsForAccount200Response.ts b/sdk/nodejs/sdk/src/api/models/ListPublicFrontendsForAccount200Response.ts index e05210f9..6367d4b5 100644 --- a/sdk/nodejs/sdk/src/api/models/ListPublicFrontendsForAccount200Response.ts +++ b/sdk/nodejs/sdk/src/api/models/ListPublicFrontendsForAccount200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ListPublicFrontendsForAccount200ResponsePublicFrontendsInner.ts b/sdk/nodejs/sdk/src/api/models/ListPublicFrontendsForAccount200ResponsePublicFrontendsInner.ts index 74faf6b9..9ae195ef 100644 --- a/sdk/nodejs/sdk/src/api/models/ListPublicFrontendsForAccount200ResponsePublicFrontendsInner.ts +++ b/sdk/nodejs/sdk/src/api/models/ListPublicFrontendsForAccount200ResponsePublicFrontendsInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/LoginRequest.ts b/sdk/nodejs/sdk/src/api/models/LoginRequest.ts index f78c25d9..19115e8d 100644 --- a/sdk/nodejs/sdk/src/api/models/LoginRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/LoginRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/Metrics.ts b/sdk/nodejs/sdk/src/api/models/Metrics.ts index 10dd0e53..2b5ba0e3 100644 --- a/sdk/nodejs/sdk/src/api/models/Metrics.ts +++ b/sdk/nodejs/sdk/src/api/models/Metrics.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/MetricsSample.ts b/sdk/nodejs/sdk/src/api/models/MetricsSample.ts index b3b22630..97cf2882 100644 --- a/sdk/nodejs/sdk/src/api/models/MetricsSample.ts +++ b/sdk/nodejs/sdk/src/api/models/MetricsSample.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ModelConfiguration.ts b/sdk/nodejs/sdk/src/api/models/ModelConfiguration.ts index db6d129c..8bd985e8 100644 --- a/sdk/nodejs/sdk/src/api/models/ModelConfiguration.ts +++ b/sdk/nodejs/sdk/src/api/models/ModelConfiguration.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/Name.ts b/sdk/nodejs/sdk/src/api/models/Name.ts index 513fd2da..979e32fb 100644 --- a/sdk/nodejs/sdk/src/api/models/Name.ts +++ b/sdk/nodejs/sdk/src/api/models/Name.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/NamespaceSelection.ts b/sdk/nodejs/sdk/src/api/models/NamespaceSelection.ts index 0e093f40..0398f083 100644 --- a/sdk/nodejs/sdk/src/api/models/NamespaceSelection.ts +++ b/sdk/nodejs/sdk/src/api/models/NamespaceSelection.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/Overview.ts b/sdk/nodejs/sdk/src/api/models/Overview.ts index 02674834..54902acb 100644 --- a/sdk/nodejs/sdk/src/api/models/Overview.ts +++ b/sdk/nodejs/sdk/src/api/models/Overview.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/Ping200Response.ts b/sdk/nodejs/sdk/src/api/models/Ping200Response.ts index bc5f5e9b..17c05887 100644 --- a/sdk/nodejs/sdk/src/api/models/Ping200Response.ts +++ b/sdk/nodejs/sdk/src/api/models/Ping200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/Principal.ts b/sdk/nodejs/sdk/src/api/models/Principal.ts index 6144bc5a..0d680ba1 100644 --- a/sdk/nodejs/sdk/src/api/models/Principal.ts +++ b/sdk/nodejs/sdk/src/api/models/Principal.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/RegenerateAccountToken200Response.ts b/sdk/nodejs/sdk/src/api/models/RegenerateAccountToken200Response.ts index 5f35f492..537fd935 100644 --- a/sdk/nodejs/sdk/src/api/models/RegenerateAccountToken200Response.ts +++ b/sdk/nodejs/sdk/src/api/models/RegenerateAccountToken200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/RegenerateAccountTokenRequest.ts b/sdk/nodejs/sdk/src/api/models/RegenerateAccountTokenRequest.ts index 8085b7e6..85d97d21 100644 --- a/sdk/nodejs/sdk/src/api/models/RegenerateAccountTokenRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/RegenerateAccountTokenRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/RegisterRequest.ts b/sdk/nodejs/sdk/src/api/models/RegisterRequest.ts index e3ff4917..d6f67c06 100644 --- a/sdk/nodejs/sdk/src/api/models/RegisterRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/RegisterRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/RemoteAccessRequest.ts b/sdk/nodejs/sdk/src/api/models/RemoteAccessRequest.ts index 575b80e5..8a25defc 100644 --- a/sdk/nodejs/sdk/src/api/models/RemoteAccessRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/RemoteAccessRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/RemoteShare200Response.ts b/sdk/nodejs/sdk/src/api/models/RemoteShare200Response.ts index 83957b63..da8e8954 100644 --- a/sdk/nodejs/sdk/src/api/models/RemoteShare200Response.ts +++ b/sdk/nodejs/sdk/src/api/models/RemoteShare200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/RemoteShareRequest.ts b/sdk/nodejs/sdk/src/api/models/RemoteShareRequest.ts index 42d5212b..f1b9769b 100644 --- a/sdk/nodejs/sdk/src/api/models/RemoteShareRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/RemoteShareRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/RemoteStatus200Response.ts b/sdk/nodejs/sdk/src/api/models/RemoteStatus200Response.ts index e8da81ea..52474c70 100644 --- a/sdk/nodejs/sdk/src/api/models/RemoteStatus200Response.ts +++ b/sdk/nodejs/sdk/src/api/models/RemoteStatus200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/RemoteStatus200ResponseAccessesInner.ts b/sdk/nodejs/sdk/src/api/models/RemoteStatus200ResponseAccessesInner.ts index a0e217e1..aa6ba1f1 100644 --- a/sdk/nodejs/sdk/src/api/models/RemoteStatus200ResponseAccessesInner.ts +++ b/sdk/nodejs/sdk/src/api/models/RemoteStatus200ResponseAccessesInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/RemoteStatus200ResponseSharesInner.ts b/sdk/nodejs/sdk/src/api/models/RemoteStatus200ResponseSharesInner.ts index c34aa0b8..09b6e138 100644 --- a/sdk/nodejs/sdk/src/api/models/RemoteStatus200ResponseSharesInner.ts +++ b/sdk/nodejs/sdk/src/api/models/RemoteStatus200ResponseSharesInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/RemoteUnaccessRequest.ts b/sdk/nodejs/sdk/src/api/models/RemoteUnaccessRequest.ts index f5062c5a..a3f4796e 100644 --- a/sdk/nodejs/sdk/src/api/models/RemoteUnaccessRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/RemoteUnaccessRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/RemoteUnshareRequest.ts b/sdk/nodejs/sdk/src/api/models/RemoteUnshareRequest.ts index b0fca15c..2d20a830 100644 --- a/sdk/nodejs/sdk/src/api/models/RemoteUnshareRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/RemoteUnshareRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/RemoveNamespaceFrontendMappingRequest.ts b/sdk/nodejs/sdk/src/api/models/RemoveNamespaceFrontendMappingRequest.ts index 91c13821..069467b1 100644 --- a/sdk/nodejs/sdk/src/api/models/RemoveNamespaceFrontendMappingRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/RemoveNamespaceFrontendMappingRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/RemoveOrganizationMemberRequest.ts b/sdk/nodejs/sdk/src/api/models/RemoveOrganizationMemberRequest.ts index 4f9a14ec..eb4c6d6f 100644 --- a/sdk/nodejs/sdk/src/api/models/RemoveOrganizationMemberRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/RemoveOrganizationMemberRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ResetPasswordRequest.ts b/sdk/nodejs/sdk/src/api/models/ResetPasswordRequest.ts index 83c42977..9b69c3be 100644 --- a/sdk/nodejs/sdk/src/api/models/ResetPasswordRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/ResetPasswordRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/Share.ts b/sdk/nodejs/sdk/src/api/models/Share.ts index 3cced962..f26b3910 100644 --- a/sdk/nodejs/sdk/src/api/models/Share.ts +++ b/sdk/nodejs/sdk/src/api/models/Share.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ShareHttpHealthcheck200Response.ts b/sdk/nodejs/sdk/src/api/models/ShareHttpHealthcheck200Response.ts index 511ab0ec..fbed7fae 100644 --- a/sdk/nodejs/sdk/src/api/models/ShareHttpHealthcheck200Response.ts +++ b/sdk/nodejs/sdk/src/api/models/ShareHttpHealthcheck200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ShareHttpHealthcheckRequest.ts b/sdk/nodejs/sdk/src/api/models/ShareHttpHealthcheckRequest.ts index b0baec66..bbd57c4b 100644 --- a/sdk/nodejs/sdk/src/api/models/ShareHttpHealthcheckRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/ShareHttpHealthcheckRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ShareRequest12.ts b/sdk/nodejs/sdk/src/api/models/ShareRequest12.ts index 7aee520c..17aede76 100644 --- a/sdk/nodejs/sdk/src/api/models/ShareRequest12.ts +++ b/sdk/nodejs/sdk/src/api/models/ShareRequest12.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/ShareResponse.ts b/sdk/nodejs/sdk/src/api/models/ShareResponse.ts index 7553cfeb..fb29a05f 100644 --- a/sdk/nodejs/sdk/src/api/models/ShareResponse.ts +++ b/sdk/nodejs/sdk/src/api/models/ShareResponse.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/SparkDataSample.ts b/sdk/nodejs/sdk/src/api/models/SparkDataSample.ts index c161bfd3..46ed639e 100644 --- a/sdk/nodejs/sdk/src/api/models/SparkDataSample.ts +++ b/sdk/nodejs/sdk/src/api/models/SparkDataSample.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/UnaccessRequest.ts b/sdk/nodejs/sdk/src/api/models/UnaccessRequest.ts index 05e86a9e..2e4f16ac 100644 --- a/sdk/nodejs/sdk/src/api/models/UnaccessRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/UnaccessRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/Unshare12Request.ts b/sdk/nodejs/sdk/src/api/models/Unshare12Request.ts index 02201b8c..34c128d8 100644 --- a/sdk/nodejs/sdk/src/api/models/Unshare12Request.ts +++ b/sdk/nodejs/sdk/src/api/models/Unshare12Request.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/UpdateAccessRequest.ts b/sdk/nodejs/sdk/src/api/models/UpdateAccessRequest.ts index 7ccc35e6..dd44c97b 100644 --- a/sdk/nodejs/sdk/src/api/models/UpdateAccessRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/UpdateAccessRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/UpdateFrontendRequest.ts b/sdk/nodejs/sdk/src/api/models/UpdateFrontendRequest.ts index 7a4f02f1..6f94c891 100644 --- a/sdk/nodejs/sdk/src/api/models/UpdateFrontendRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/UpdateFrontendRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/UpdateNamespaceRequest.ts b/sdk/nodejs/sdk/src/api/models/UpdateNamespaceRequest.ts index bc55489b..791e3494 100644 --- a/sdk/nodejs/sdk/src/api/models/UpdateNamespaceRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/UpdateNamespaceRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/UpdateShareRequest.ts b/sdk/nodejs/sdk/src/api/models/UpdateShareRequest.ts index 1197742d..6b8b8223 100644 --- a/sdk/nodejs/sdk/src/api/models/UpdateShareRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/UpdateShareRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/Verify200Response.ts b/sdk/nodejs/sdk/src/api/models/Verify200Response.ts index af743d4c..c766d744 100644 --- a/sdk/nodejs/sdk/src/api/models/Verify200Response.ts +++ b/sdk/nodejs/sdk/src/api/models/Verify200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/VerifyRequest.ts b/sdk/nodejs/sdk/src/api/models/VerifyRequest.ts index ae513778..09611582 100644 --- a/sdk/nodejs/sdk/src/api/models/VerifyRequest.ts +++ b/sdk/nodejs/sdk/src/api/models/VerifyRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/models/VersionInventory200Response.ts b/sdk/nodejs/sdk/src/api/models/VersionInventory200Response.ts index 32aab106..952ffd27 100644 --- a/sdk/nodejs/sdk/src/api/models/VersionInventory200Response.ts +++ b/sdk/nodejs/sdk/src/api/models/VersionInventory200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/nodejs/sdk/src/api/runtime.ts b/sdk/nodejs/sdk/src/api/runtime.ts index ed30061e..03d303f9 100644 --- a/sdk/nodejs/sdk/src/api/runtime.ts +++ b/sdk/nodejs/sdk/src/api/runtime.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,7 +13,7 @@ */ -export const BASE_PATH = "/api/v1".replace(/\/+$/, ""); +export const BASE_PATH = "/api/v2".replace(/\/+$/, ""); export interface ConfigurationParameters { basePath?: string; // override base path diff --git a/sdk/nodejs/sdk/src/zrok/environment.ts b/sdk/nodejs/sdk/src/zrok/environment.ts index 98af9dce..ffb6a93c 100644 --- a/sdk/nodejs/sdk/src/zrok/environment.ts +++ b/sdk/nodejs/sdk/src/zrok/environment.ts @@ -18,14 +18,14 @@ export class Root { public apiConfiguration = (): Configuration => { let apiEndpoint = this.apiEndpoint(); if(this.isEnabled()) { - return new Configuration({basePath: apiEndpoint.endpoint + "/api/v1", apiKey: this.environment?.accountToken}) + return new Configuration({basePath: apiEndpoint.endpoint + "/api/v2", apiKey: this.environment?.accountToken}) } else { - return new Configuration({basePath: apiEndpoint.endpoint + "/api/v1"}); + return new Configuration({basePath: apiEndpoint.endpoint + "/api/v2"}); } } public apiEndpoint = (): ApiEndpoint => { - let endpoint = "https://api-v1.zrok.io"; + let endpoint = "https://api-v2.zrok.io"; let from = "binary"; if(this.config?.apiEndpoint !== "") { diff --git a/sdk/python/examples/pastebin/README.md b/sdk/python/examples/pastebin/README.md index 18cbef8d..69017a56 100644 --- a/sdk/python/examples/pastebin/README.md +++ b/sdk/python/examples/pastebin/README.md @@ -4,7 +4,7 @@ This example shows the use of the zrok SDK spinning up a simple pastebin command ## Self-hosting Setup :wrench: -You don't need this section if you're using hosted zrok from NetFoundry (https://api-v1.zrok.io/). +You don't need this section if you're using hosted zrok from NetFoundry (https://api-v2.zrok.io/). Refer to the [setup guide](../../../docs/guides/self-hosting/self_hosting_guide.md) for details on setting up your zrok environment if you're self-hosting zrok. diff --git a/sdk/python/src/README.md b/sdk/python/src/README.md index 76ef0fce..4630802c 100644 --- a/sdk/python/src/README.md +++ b/sdk/python/src/README.md @@ -3,7 +3,7 @@ zrok client access This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 1.0.0 +- API version: 2.0.0 - Package version: 1.0.0 - Generator version: 7.14.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen @@ -55,10 +55,10 @@ import zrok_api from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -88,7 +88,7 @@ with zrok_api.ApiClient(configuration) as api_client: ## Documentation for API Endpoints -All URIs are relative to */api/v1* +All URIs are relative to */api/v2* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- diff --git a/sdk/python/src/docs/AccountApi.md b/sdk/python/src/docs/AccountApi.md index cb6a3e97..a11a2665 100644 --- a/sdk/python/src/docs/AccountApi.md +++ b/sdk/python/src/docs/AccountApi.md @@ -1,6 +1,6 @@ # zrok_api.AccountApi -All URIs are relative to */api/v1* +All URIs are relative to */api/v2* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -27,10 +27,10 @@ from zrok_api.models.change_password_request import ChangePasswordRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -102,10 +102,10 @@ from zrok_api.models.invite_request import InviteRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) @@ -166,10 +166,10 @@ from zrok_api.models.login_request import LoginRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) @@ -232,10 +232,10 @@ from zrok_api.models.regenerate_account_token_request import RegenerateAccountTo from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -308,10 +308,10 @@ from zrok_api.models.register_request import RegisterRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) @@ -374,10 +374,10 @@ from zrok_api.models.reset_password_request import ResetPasswordRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) @@ -438,10 +438,10 @@ from zrok_api.models.regenerate_account_token_request import RegenerateAccountTo from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) @@ -502,10 +502,10 @@ from zrok_api.models.verify_request import VerifyRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) diff --git a/sdk/python/src/docs/AdminApi.md b/sdk/python/src/docs/AdminApi.md index 165c7d5c..bf511183 100644 --- a/sdk/python/src/docs/AdminApi.md +++ b/sdk/python/src/docs/AdminApi.md @@ -1,6 +1,6 @@ # zrok_api.AdminApi -All URIs are relative to */api/v1* +All URIs are relative to */api/v2* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -47,10 +47,10 @@ from zrok_api.models.add_frontend_grant_request import AddFrontendGrantRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -122,10 +122,10 @@ from zrok_api.models.add_namespace_frontend_mapping_request import AddNamespaceF from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -197,10 +197,10 @@ from zrok_api.models.add_namespace_grant_request import AddNamespaceGrantRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -272,10 +272,10 @@ from zrok_api.models.add_organization_member_request import AddOrganizationMembe from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -348,10 +348,10 @@ from zrok_api.models.regenerate_account_token200_response import RegenerateAccou from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -425,10 +425,10 @@ from zrok_api.models.create_frontend_request import CreateFrontendRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -504,10 +504,10 @@ from zrok_api.models.create_identity_request import CreateIdentityRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -581,10 +581,10 @@ from zrok_api.models.create_namespace_request import CreateNamespaceRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -659,10 +659,10 @@ from zrok_api.models.create_organization_request import CreateOrganizationReques from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -735,10 +735,10 @@ from zrok_api.models.verify200_response import Verify200Response from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -810,10 +810,10 @@ from zrok_api.models.create_frontend201_response import CreateFrontend201Respons from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -885,10 +885,10 @@ from zrok_api.models.add_frontend_grant_request import AddFrontendGrantRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -960,10 +960,10 @@ from zrok_api.models.delete_identity_request import DeleteIdentityRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1035,10 +1035,10 @@ from zrok_api.models.create_namespace201_response import CreateNamespace201Respo from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1110,10 +1110,10 @@ from zrok_api.models.create_organization201_response import CreateOrganization20 from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1185,10 +1185,10 @@ from zrok_api.models.verify200_response import Verify200Response from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1260,10 +1260,10 @@ from zrok_api.models.invite_token_generate_request import InviteTokenGenerateReq from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1335,10 +1335,10 @@ from zrok_api.models.list_frontend_namespace_mappings200_response_inner import L from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1412,10 +1412,10 @@ from zrok_api.models.list_frontends200_response_inner import ListFrontends200Res from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1484,10 +1484,10 @@ from zrok_api.models.list_frontend_namespace_mappings200_response_inner import L from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1561,10 +1561,10 @@ from zrok_api.models.list_namespaces200_response_inner import ListNamespaces200R from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1634,10 +1634,10 @@ from zrok_api.models.list_organization_members200_response import ListOrganizati from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1711,10 +1711,10 @@ from zrok_api.models.list_organizations200_response import ListOrganizations200R from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1783,10 +1783,10 @@ from zrok_api.models.remove_namespace_frontend_mapping_request import RemoveName from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1858,10 +1858,10 @@ from zrok_api.models.add_namespace_grant_request import AddNamespaceGrantRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1933,10 +1933,10 @@ from zrok_api.models.remove_organization_member_request import RemoveOrganizatio from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -2008,10 +2008,10 @@ from zrok_api.models.update_frontend_request import UpdateFrontendRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -2083,10 +2083,10 @@ from zrok_api.models.update_namespace_request import UpdateNamespaceRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters diff --git a/sdk/python/src/docs/AgentApi.md b/sdk/python/src/docs/AgentApi.md index 95900af2..4da8f12a 100644 --- a/sdk/python/src/docs/AgentApi.md +++ b/sdk/python/src/docs/AgentApi.md @@ -1,6 +1,6 @@ # zrok_api.AgentApi -All URIs are relative to */api/v1* +All URIs are relative to */api/v2* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -29,10 +29,10 @@ from zrok_api.models.enroll_request import EnrollRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -107,10 +107,10 @@ from zrok_api.models.ping200_response import Ping200Response from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -185,10 +185,10 @@ from zrok_api.models.remote_access_request import RemoteAccessRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -263,10 +263,10 @@ from zrok_api.models.remote_share_request import RemoteShareRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -341,10 +341,10 @@ from zrok_api.models.remote_status200_response import RemoteStatus200Response from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -418,10 +418,10 @@ from zrok_api.models.remote_unaccess_request import RemoteUnaccessRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -493,10 +493,10 @@ from zrok_api.models.remote_unshare_request import RemoteUnshareRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -569,10 +569,10 @@ from zrok_api.models.share_http_healthcheck_request import ShareHttpHealthcheckR from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -646,10 +646,10 @@ from zrok_api.models.enroll_request import EnrollRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters diff --git a/sdk/python/src/docs/EnvironmentApi.md b/sdk/python/src/docs/EnvironmentApi.md index a50ae1d3..4f31942f 100644 --- a/sdk/python/src/docs/EnvironmentApi.md +++ b/sdk/python/src/docs/EnvironmentApi.md @@ -1,6 +1,6 @@ # zrok_api.EnvironmentApi -All URIs are relative to */api/v1* +All URIs are relative to */api/v2* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -21,10 +21,10 @@ from zrok_api.models.disable_request import DisableRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -96,10 +96,10 @@ from zrok_api.models.enable_request import EnableRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters diff --git a/sdk/python/src/docs/MetadataApi.md b/sdk/python/src/docs/MetadataApi.md index c83a1a16..e99ccb46 100644 --- a/sdk/python/src/docs/MetadataApi.md +++ b/sdk/python/src/docs/MetadataApi.md @@ -1,6 +1,6 @@ # zrok_api.MetadataApi -All URIs are relative to */api/v1* +All URIs are relative to */api/v2* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -35,10 +35,10 @@ from zrok_api.models.client_version_check_request import ClientVersionCheckReque from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) @@ -97,10 +97,10 @@ from zrok_api.models.configuration import Configuration from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) @@ -157,10 +157,10 @@ from zrok_api.models.environment import Environment from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -228,10 +228,10 @@ from zrok_api.models.metrics import Metrics from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -304,10 +304,10 @@ from zrok_api.models.environment_and_resources import EnvironmentAndResources from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -381,10 +381,10 @@ from zrok_api.models.metrics import Metrics from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -460,10 +460,10 @@ from zrok_api.models.frontend import Frontend from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -537,10 +537,10 @@ from zrok_api.models.share import Share from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -614,10 +614,10 @@ from zrok_api.models.metrics import Metrics from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -694,10 +694,10 @@ from zrok_api.models.get_sparklines_request import GetSparklinesRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -770,10 +770,10 @@ from zrok_api.models.list_memberships200_response import ListMemberships200Respo from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -841,10 +841,10 @@ from zrok_api.models.list_organization_members200_response import ListOrganizati from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -917,10 +917,10 @@ from zrok_api.models.list_public_frontends_for_account200_response import ListPu from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -989,10 +989,10 @@ from zrok_api.models.overview import Overview from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1067,10 +1067,10 @@ from zrok_api.models.overview import Overview from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -1136,10 +1136,10 @@ import zrok_api from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) @@ -1195,10 +1195,10 @@ from zrok_api.models.version_inventory200_response import VersionInventory200Res from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) diff --git a/sdk/python/src/docs/ShareApi.md b/sdk/python/src/docs/ShareApi.md index bfb7c9b8..13c22550 100644 --- a/sdk/python/src/docs/ShareApi.md +++ b/sdk/python/src/docs/ShareApi.md @@ -1,6 +1,6 @@ # zrok_api.ShareApi -All URIs are relative to */api/v1* +All URIs are relative to */api/v2* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -30,10 +30,10 @@ from zrok_api.models.access_request import AccessRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -107,10 +107,10 @@ from zrok_api.models.create_share_name_request import CreateShareNameRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -183,10 +183,10 @@ from zrok_api.models.create_share_name_request import CreateShareNameRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -258,10 +258,10 @@ from zrok_api.models.name import Name from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -330,10 +330,10 @@ from zrok_api.models.name import Name from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -408,10 +408,10 @@ from zrok_api.models.share_response import ShareResponse from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -487,10 +487,10 @@ from zrok_api.models.unaccess_request import UnaccessRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -562,10 +562,10 @@ from zrok_api.models.unshare12_request import Unshare12Request from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -637,10 +637,10 @@ from zrok_api.models.update_access_request import UpdateAccessRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters @@ -712,10 +712,10 @@ from zrok_api.models.update_share_request import UpdateShareRequest from zrok_api.rest import ApiException from pprint import pprint -# Defining the host is optional and defaults to /api/v1 +# Defining the host is optional and defaults to /api/v2 # See configuration.py for a list of all supported configuration parameters. configuration = zrok_api.Configuration( - host = "/api/v1" + host = "/api/v2" ) # The client must configure the authentication and authorization parameters diff --git a/sdk/python/src/test/test_access201_response.py b/sdk/python/src/test/test_access201_response.py index 9b698d1c..72081e38 100644 --- a/sdk/python/src/test/test_access201_response.py +++ b/sdk/python/src/test/test_access201_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_access_request.py b/sdk/python/src/test/test_access_request.py index 070903e9..fcd0c10e 100644 --- a/sdk/python/src/test/test_access_request.py +++ b/sdk/python/src/test/test_access_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_account_api.py b/sdk/python/src/test/test_account_api.py index 419e1f1b..9b64ac62 100644 --- a/sdk/python/src/test/test_account_api.py +++ b/sdk/python/src/test/test_account_api.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_add_frontend_grant_request.py b/sdk/python/src/test/test_add_frontend_grant_request.py index aa198945..bec65bc4 100644 --- a/sdk/python/src/test/test_add_frontend_grant_request.py +++ b/sdk/python/src/test/test_add_frontend_grant_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_add_namespace_frontend_mapping_request.py b/sdk/python/src/test/test_add_namespace_frontend_mapping_request.py index 2cfecdd1..9832a97f 100644 --- a/sdk/python/src/test/test_add_namespace_frontend_mapping_request.py +++ b/sdk/python/src/test/test_add_namespace_frontend_mapping_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_add_namespace_grant_request.py b/sdk/python/src/test/test_add_namespace_grant_request.py index db51447c..abb77aac 100644 --- a/sdk/python/src/test/test_add_namespace_grant_request.py +++ b/sdk/python/src/test/test_add_namespace_grant_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_add_organization_member_request.py b/sdk/python/src/test/test_add_organization_member_request.py index 7a08de67..aff3acb1 100644 --- a/sdk/python/src/test/test_add_organization_member_request.py +++ b/sdk/python/src/test/test_add_organization_member_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_admin_api.py b/sdk/python/src/test/test_admin_api.py index 00d8094a..ddc7ba3e 100644 --- a/sdk/python/src/test/test_admin_api.py +++ b/sdk/python/src/test/test_admin_api.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_agent_api.py b/sdk/python/src/test/test_agent_api.py index 23b6b204..c97ad279 100644 --- a/sdk/python/src/test/test_agent_api.py +++ b/sdk/python/src/test/test_agent_api.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_auth_user.py b/sdk/python/src/test/test_auth_user.py index e5d70b26..2a7c7838 100644 --- a/sdk/python/src/test/test_auth_user.py +++ b/sdk/python/src/test/test_auth_user.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_change_password_request.py b/sdk/python/src/test/test_change_password_request.py index 592e8be1..859c2f10 100644 --- a/sdk/python/src/test/test_change_password_request.py +++ b/sdk/python/src/test/test_change_password_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_client_version_check_request.py b/sdk/python/src/test/test_client_version_check_request.py index 169017d6..5652667b 100644 --- a/sdk/python/src/test/test_client_version_check_request.py +++ b/sdk/python/src/test/test_client_version_check_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_configuration.py b/sdk/python/src/test/test_configuration.py index a6fc71ea..a0edc064 100644 --- a/sdk/python/src/test/test_configuration.py +++ b/sdk/python/src/test/test_configuration.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_create_frontend201_response.py b/sdk/python/src/test/test_create_frontend201_response.py index 3f983a1a..0f5e0424 100644 --- a/sdk/python/src/test/test_create_frontend201_response.py +++ b/sdk/python/src/test/test_create_frontend201_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_create_frontend_request.py b/sdk/python/src/test/test_create_frontend_request.py index 8fc35754..b9fc0c14 100644 --- a/sdk/python/src/test/test_create_frontend_request.py +++ b/sdk/python/src/test/test_create_frontend_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_create_identity201_response.py b/sdk/python/src/test/test_create_identity201_response.py index 2a9c8f2b..62e1d8e0 100644 --- a/sdk/python/src/test/test_create_identity201_response.py +++ b/sdk/python/src/test/test_create_identity201_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_create_identity_request.py b/sdk/python/src/test/test_create_identity_request.py index 9bf33031..5a4fa334 100644 --- a/sdk/python/src/test/test_create_identity_request.py +++ b/sdk/python/src/test/test_create_identity_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_create_namespace201_response.py b/sdk/python/src/test/test_create_namespace201_response.py index b1ea1acd..cbb0f55b 100644 --- a/sdk/python/src/test/test_create_namespace201_response.py +++ b/sdk/python/src/test/test_create_namespace201_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_create_namespace_request.py b/sdk/python/src/test/test_create_namespace_request.py index 6af0aa8a..f40cca42 100644 --- a/sdk/python/src/test/test_create_namespace_request.py +++ b/sdk/python/src/test/test_create_namespace_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_create_organization201_response.py b/sdk/python/src/test/test_create_organization201_response.py index d4dc7c81..e2471687 100644 --- a/sdk/python/src/test/test_create_organization201_response.py +++ b/sdk/python/src/test/test_create_organization201_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_create_organization_request.py b/sdk/python/src/test/test_create_organization_request.py index da880237..45d39063 100644 --- a/sdk/python/src/test/test_create_organization_request.py +++ b/sdk/python/src/test/test_create_organization_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_create_share_name_request.py b/sdk/python/src/test/test_create_share_name_request.py index 6c40eafd..8e387a38 100644 --- a/sdk/python/src/test/test_create_share_name_request.py +++ b/sdk/python/src/test/test_create_share_name_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_delete_identity_request.py b/sdk/python/src/test/test_delete_identity_request.py index b89629bb..f14a3946 100644 --- a/sdk/python/src/test/test_delete_identity_request.py +++ b/sdk/python/src/test/test_delete_identity_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_disable_request.py b/sdk/python/src/test/test_disable_request.py index c4837b4b..8bcd7629 100644 --- a/sdk/python/src/test/test_disable_request.py +++ b/sdk/python/src/test/test_disable_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_enable_request.py b/sdk/python/src/test/test_enable_request.py index 49689df4..09eb95cb 100644 --- a/sdk/python/src/test/test_enable_request.py +++ b/sdk/python/src/test/test_enable_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_enroll200_response.py b/sdk/python/src/test/test_enroll200_response.py index 7cc1dfc8..cc93e2cb 100644 --- a/sdk/python/src/test/test_enroll200_response.py +++ b/sdk/python/src/test/test_enroll200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_enroll_request.py b/sdk/python/src/test/test_enroll_request.py index c0d0f9e2..177e1d11 100644 --- a/sdk/python/src/test/test_enroll_request.py +++ b/sdk/python/src/test/test_enroll_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_environment.py b/sdk/python/src/test/test_environment.py index ae1e6d41..3505ab44 100644 --- a/sdk/python/src/test/test_environment.py +++ b/sdk/python/src/test/test_environment.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_environment_and_resources.py b/sdk/python/src/test/test_environment_and_resources.py index 1bdbee22..337a6a03 100644 --- a/sdk/python/src/test/test_environment_and_resources.py +++ b/sdk/python/src/test/test_environment_and_resources.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_environment_api.py b/sdk/python/src/test/test_environment_api.py index 83aeacd8..b9026b52 100644 --- a/sdk/python/src/test/test_environment_api.py +++ b/sdk/python/src/test/test_environment_api.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_frontend.py b/sdk/python/src/test/test_frontend.py index eba715d9..b1602350 100644 --- a/sdk/python/src/test/test_frontend.py +++ b/sdk/python/src/test/test_frontend.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_get_sparklines200_response.py b/sdk/python/src/test/test_get_sparklines200_response.py index 8367cc34..b9ab3eb5 100644 --- a/sdk/python/src/test/test_get_sparklines200_response.py +++ b/sdk/python/src/test/test_get_sparklines200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_get_sparklines_request.py b/sdk/python/src/test/test_get_sparklines_request.py index cd46979b..f91f1054 100644 --- a/sdk/python/src/test/test_get_sparklines_request.py +++ b/sdk/python/src/test/test_get_sparklines_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_invite_request.py b/sdk/python/src/test/test_invite_request.py index a181ad3b..a0bee22f 100644 --- a/sdk/python/src/test/test_invite_request.py +++ b/sdk/python/src/test/test_invite_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_invite_token_generate_request.py b/sdk/python/src/test/test_invite_token_generate_request.py index 1a8c2c10..92523c20 100644 --- a/sdk/python/src/test/test_invite_token_generate_request.py +++ b/sdk/python/src/test/test_invite_token_generate_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_list_frontend_namespace_mappings200_response_inner.py b/sdk/python/src/test/test_list_frontend_namespace_mappings200_response_inner.py index a24e8a39..e2636665 100644 --- a/sdk/python/src/test/test_list_frontend_namespace_mappings200_response_inner.py +++ b/sdk/python/src/test/test_list_frontend_namespace_mappings200_response_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_list_frontends200_response_inner.py b/sdk/python/src/test/test_list_frontends200_response_inner.py index 2e21b24d..d8afc8e7 100644 --- a/sdk/python/src/test/test_list_frontends200_response_inner.py +++ b/sdk/python/src/test/test_list_frontends200_response_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_list_memberships200_response.py b/sdk/python/src/test/test_list_memberships200_response.py index d23ac2dd..8c0f50a3 100644 --- a/sdk/python/src/test/test_list_memberships200_response.py +++ b/sdk/python/src/test/test_list_memberships200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_list_memberships200_response_memberships_inner.py b/sdk/python/src/test/test_list_memberships200_response_memberships_inner.py index 2f7cf7ff..95c6c126 100644 --- a/sdk/python/src/test/test_list_memberships200_response_memberships_inner.py +++ b/sdk/python/src/test/test_list_memberships200_response_memberships_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_list_namespaces200_response_inner.py b/sdk/python/src/test/test_list_namespaces200_response_inner.py index 59aed1d1..08bbad24 100644 --- a/sdk/python/src/test/test_list_namespaces200_response_inner.py +++ b/sdk/python/src/test/test_list_namespaces200_response_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_list_organization_members200_response.py b/sdk/python/src/test/test_list_organization_members200_response.py index 8020c6c7..92e6b91d 100644 --- a/sdk/python/src/test/test_list_organization_members200_response.py +++ b/sdk/python/src/test/test_list_organization_members200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_list_organization_members200_response_members_inner.py b/sdk/python/src/test/test_list_organization_members200_response_members_inner.py index 28cea33f..772af927 100644 --- a/sdk/python/src/test/test_list_organization_members200_response_members_inner.py +++ b/sdk/python/src/test/test_list_organization_members200_response_members_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_list_organizations200_response.py b/sdk/python/src/test/test_list_organizations200_response.py index 7133529e..82de8ecf 100644 --- a/sdk/python/src/test/test_list_organizations200_response.py +++ b/sdk/python/src/test/test_list_organizations200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_list_organizations200_response_organizations_inner.py b/sdk/python/src/test/test_list_organizations200_response_organizations_inner.py index 6d857ae1..579cb55c 100644 --- a/sdk/python/src/test/test_list_organizations200_response_organizations_inner.py +++ b/sdk/python/src/test/test_list_organizations200_response_organizations_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_list_public_frontends_for_account200_response.py b/sdk/python/src/test/test_list_public_frontends_for_account200_response.py index e3a362d3..eca27768 100644 --- a/sdk/python/src/test/test_list_public_frontends_for_account200_response.py +++ b/sdk/python/src/test/test_list_public_frontends_for_account200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_list_public_frontends_for_account200_response_public_frontends_inner.py b/sdk/python/src/test/test_list_public_frontends_for_account200_response_public_frontends_inner.py index f220e9d7..6130dfc2 100644 --- a/sdk/python/src/test/test_list_public_frontends_for_account200_response_public_frontends_inner.py +++ b/sdk/python/src/test/test_list_public_frontends_for_account200_response_public_frontends_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_login_request.py b/sdk/python/src/test/test_login_request.py index 1a4c2642..d1d6b14d 100644 --- a/sdk/python/src/test/test_login_request.py +++ b/sdk/python/src/test/test_login_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_metadata_api.py b/sdk/python/src/test/test_metadata_api.py index 0419570f..b7be533e 100644 --- a/sdk/python/src/test/test_metadata_api.py +++ b/sdk/python/src/test/test_metadata_api.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_metrics.py b/sdk/python/src/test/test_metrics.py index 04179009..4cacda11 100644 --- a/sdk/python/src/test/test_metrics.py +++ b/sdk/python/src/test/test_metrics.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_metrics_sample.py b/sdk/python/src/test/test_metrics_sample.py index 0b58e38d..0cb93bf5 100644 --- a/sdk/python/src/test/test_metrics_sample.py +++ b/sdk/python/src/test/test_metrics_sample.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_name.py b/sdk/python/src/test/test_name.py index 23f3eafb..955ccd81 100644 --- a/sdk/python/src/test/test_name.py +++ b/sdk/python/src/test/test_name.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_namespace_selection.py b/sdk/python/src/test/test_namespace_selection.py index 9b985e17..5ffa8279 100644 --- a/sdk/python/src/test/test_namespace_selection.py +++ b/sdk/python/src/test/test_namespace_selection.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_overview.py b/sdk/python/src/test/test_overview.py index d8c0e369..cc33cf55 100644 --- a/sdk/python/src/test/test_overview.py +++ b/sdk/python/src/test/test_overview.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_ping200_response.py b/sdk/python/src/test/test_ping200_response.py index 6a908d75..391d80a1 100644 --- a/sdk/python/src/test/test_ping200_response.py +++ b/sdk/python/src/test/test_ping200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_principal.py b/sdk/python/src/test/test_principal.py index f92c159c..6cef698e 100644 --- a/sdk/python/src/test/test_principal.py +++ b/sdk/python/src/test/test_principal.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_regenerate_account_token200_response.py b/sdk/python/src/test/test_regenerate_account_token200_response.py index a94c4678..9bd17ca4 100644 --- a/sdk/python/src/test/test_regenerate_account_token200_response.py +++ b/sdk/python/src/test/test_regenerate_account_token200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_regenerate_account_token_request.py b/sdk/python/src/test/test_regenerate_account_token_request.py index b6e0b4bd..93bb2b20 100644 --- a/sdk/python/src/test/test_regenerate_account_token_request.py +++ b/sdk/python/src/test/test_regenerate_account_token_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_register_request.py b/sdk/python/src/test/test_register_request.py index e026b200..d11d15e5 100644 --- a/sdk/python/src/test/test_register_request.py +++ b/sdk/python/src/test/test_register_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_remote_access_request.py b/sdk/python/src/test/test_remote_access_request.py index 10ee0886..bb3aa196 100644 --- a/sdk/python/src/test/test_remote_access_request.py +++ b/sdk/python/src/test/test_remote_access_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_remote_share200_response.py b/sdk/python/src/test/test_remote_share200_response.py index 1a7b88fb..5f7e2003 100644 --- a/sdk/python/src/test/test_remote_share200_response.py +++ b/sdk/python/src/test/test_remote_share200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_remote_share_request.py b/sdk/python/src/test/test_remote_share_request.py index 4bbaadcf..fcc183f9 100644 --- a/sdk/python/src/test/test_remote_share_request.py +++ b/sdk/python/src/test/test_remote_share_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_remote_status200_response.py b/sdk/python/src/test/test_remote_status200_response.py index 68e85714..0f96940d 100644 --- a/sdk/python/src/test/test_remote_status200_response.py +++ b/sdk/python/src/test/test_remote_status200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_remote_status200_response_accesses_inner.py b/sdk/python/src/test/test_remote_status200_response_accesses_inner.py index 64e51f17..e21ffc53 100644 --- a/sdk/python/src/test/test_remote_status200_response_accesses_inner.py +++ b/sdk/python/src/test/test_remote_status200_response_accesses_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_remote_status200_response_shares_inner.py b/sdk/python/src/test/test_remote_status200_response_shares_inner.py index 28392eab..4f7ea0df 100644 --- a/sdk/python/src/test/test_remote_status200_response_shares_inner.py +++ b/sdk/python/src/test/test_remote_status200_response_shares_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_remote_unaccess_request.py b/sdk/python/src/test/test_remote_unaccess_request.py index b8c1f346..b5316240 100644 --- a/sdk/python/src/test/test_remote_unaccess_request.py +++ b/sdk/python/src/test/test_remote_unaccess_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_remote_unshare_request.py b/sdk/python/src/test/test_remote_unshare_request.py index 3f12e356..7840731a 100644 --- a/sdk/python/src/test/test_remote_unshare_request.py +++ b/sdk/python/src/test/test_remote_unshare_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_remove_namespace_frontend_mapping_request.py b/sdk/python/src/test/test_remove_namespace_frontend_mapping_request.py index 4f2316e3..709cf791 100644 --- a/sdk/python/src/test/test_remove_namespace_frontend_mapping_request.py +++ b/sdk/python/src/test/test_remove_namespace_frontend_mapping_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_remove_organization_member_request.py b/sdk/python/src/test/test_remove_organization_member_request.py index abf89606..0554e955 100644 --- a/sdk/python/src/test/test_remove_organization_member_request.py +++ b/sdk/python/src/test/test_remove_organization_member_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_reset_password_request.py b/sdk/python/src/test/test_reset_password_request.py index 2c047502..2b600220 100644 --- a/sdk/python/src/test/test_reset_password_request.py +++ b/sdk/python/src/test/test_reset_password_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_share.py b/sdk/python/src/test/test_share.py index 8c51c13e..90fc8cd4 100644 --- a/sdk/python/src/test/test_share.py +++ b/sdk/python/src/test/test_share.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_share_api.py b/sdk/python/src/test/test_share_api.py index aa3575e9..e681c9bb 100644 --- a/sdk/python/src/test/test_share_api.py +++ b/sdk/python/src/test/test_share_api.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_share_http_healthcheck200_response.py b/sdk/python/src/test/test_share_http_healthcheck200_response.py index a6df84f8..e496048e 100644 --- a/sdk/python/src/test/test_share_http_healthcheck200_response.py +++ b/sdk/python/src/test/test_share_http_healthcheck200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_share_http_healthcheck_request.py b/sdk/python/src/test/test_share_http_healthcheck_request.py index 30ea6c67..9292abba 100644 --- a/sdk/python/src/test/test_share_http_healthcheck_request.py +++ b/sdk/python/src/test/test_share_http_healthcheck_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_share_request12.py b/sdk/python/src/test/test_share_request12.py index c4650c5d..c4276c22 100644 --- a/sdk/python/src/test/test_share_request12.py +++ b/sdk/python/src/test/test_share_request12.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_share_response.py b/sdk/python/src/test/test_share_response.py index 46bb5af5..ebfb91af 100644 --- a/sdk/python/src/test/test_share_response.py +++ b/sdk/python/src/test/test_share_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_spark_data_sample.py b/sdk/python/src/test/test_spark_data_sample.py index 421d5dcd..e33dc7f1 100644 --- a/sdk/python/src/test/test_spark_data_sample.py +++ b/sdk/python/src/test/test_spark_data_sample.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_unaccess_request.py b/sdk/python/src/test/test_unaccess_request.py index ade50dff..a661e5f8 100644 --- a/sdk/python/src/test/test_unaccess_request.py +++ b/sdk/python/src/test/test_unaccess_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_unshare12_request.py b/sdk/python/src/test/test_unshare12_request.py index 674fdaac..26ec3934 100644 --- a/sdk/python/src/test/test_unshare12_request.py +++ b/sdk/python/src/test/test_unshare12_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_update_access_request.py b/sdk/python/src/test/test_update_access_request.py index 02c028bf..75effea1 100644 --- a/sdk/python/src/test/test_update_access_request.py +++ b/sdk/python/src/test/test_update_access_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_update_frontend_request.py b/sdk/python/src/test/test_update_frontend_request.py index 9546bbac..06da40ab 100644 --- a/sdk/python/src/test/test_update_frontend_request.py +++ b/sdk/python/src/test/test_update_frontend_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_update_namespace_request.py b/sdk/python/src/test/test_update_namespace_request.py index 9e600a6c..7ed2faa9 100644 --- a/sdk/python/src/test/test_update_namespace_request.py +++ b/sdk/python/src/test/test_update_namespace_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_update_share_request.py b/sdk/python/src/test/test_update_share_request.py index 883abe51..ad83faae 100644 --- a/sdk/python/src/test/test_update_share_request.py +++ b/sdk/python/src/test/test_update_share_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_verify200_response.py b/sdk/python/src/test/test_verify200_response.py index bf257b65..74d65baf 100644 --- a/sdk/python/src/test/test_verify200_response.py +++ b/sdk/python/src/test/test_verify200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_verify_request.py b/sdk/python/src/test/test_verify_request.py index c6f45d94..f51e02fc 100644 --- a/sdk/python/src/test/test_verify_request.py +++ b/sdk/python/src/test/test_verify_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/test/test_version_inventory200_response.py b/sdk/python/src/test/test_version_inventory200_response.py index 7343fd1f..34bd858c 100644 --- a/sdk/python/src/test/test_version_inventory200_response.py +++ b/sdk/python/src/test/test_version_inventory200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok/environment/root.py b/sdk/python/src/zrok/environment/root.py index 6db7d2f6..221de604 100644 --- a/sdk/python/src/zrok/environment/root.py +++ b/sdk/python/src/zrok/environment/root.py @@ -47,7 +47,7 @@ class Root: apiEndpoint = self.ApiEndpoint() cfg = Configuration() - cfg.host = apiEndpoint[0] + "/api/v1" + cfg.host = apiEndpoint[0] + "/api/v2" # Update: Configure authentication token # The token needs to be set with 'key' instead of 'x-token' @@ -61,7 +61,7 @@ class Root: return auth_client def ApiEndpoint(self) -> ApiEndpoint: - apiEndpoint = "https://api-v1.zrok.io" + apiEndpoint = "https://api-v2.zrok.io" frm = "binary" if self.cfg.ApiEndpoint != "": diff --git a/sdk/python/src/zrok/overview.py b/sdk/python/src/zrok/overview.py index 73083b06..e0f8ce9c 100644 --- a/sdk/python/src/zrok/overview.py +++ b/sdk/python/src/zrok/overview.py @@ -23,7 +23,7 @@ class Overview: try: response = http.request( 'GET', - apiEndpoint + "/api/v1/overview", + apiEndpoint + "/api/v2/overview", headers={ "X-TOKEN": root.env.Token }) diff --git a/sdk/python/src/zrok_api/__init__.py b/sdk/python/src/zrok_api/__init__.py index 154175d9..2b9f4921 100644 --- a/sdk/python/src/zrok_api/__init__.py +++ b/sdk/python/src/zrok_api/__init__.py @@ -7,7 +7,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/api/account_api.py b/sdk/python/src/zrok_api/api/account_api.py index d6a93a82..ea99b017 100644 --- a/sdk/python/src/zrok_api/api/account_api.py +++ b/sdk/python/src/zrok_api/api/account_api.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/api/admin_api.py b/sdk/python/src/zrok_api/api/admin_api.py index eec28f0d..bd570773 100644 --- a/sdk/python/src/zrok_api/api/admin_api.py +++ b/sdk/python/src/zrok_api/api/admin_api.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/api/agent_api.py b/sdk/python/src/zrok_api/api/agent_api.py index 6b7598d3..7a6f16b8 100644 --- a/sdk/python/src/zrok_api/api/agent_api.py +++ b/sdk/python/src/zrok_api/api/agent_api.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/api/environment_api.py b/sdk/python/src/zrok_api/api/environment_api.py index 4495d736..cbcf202f 100644 --- a/sdk/python/src/zrok_api/api/environment_api.py +++ b/sdk/python/src/zrok_api/api/environment_api.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/api/metadata_api.py b/sdk/python/src/zrok_api/api/metadata_api.py index 23632ad8..e50b6307 100644 --- a/sdk/python/src/zrok_api/api/metadata_api.py +++ b/sdk/python/src/zrok_api/api/metadata_api.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/api/share_api.py b/sdk/python/src/zrok_api/api/share_api.py index 4be0aa53..63a8cc84 100644 --- a/sdk/python/src/zrok_api/api/share_api.py +++ b/sdk/python/src/zrok_api/api/share_api.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/api_client.py b/sdk/python/src/zrok_api/api_client.py index 9961c6d4..1dc65a0e 100644 --- a/sdk/python/src/zrok_api/api_client.py +++ b/sdk/python/src/zrok_api/api_client.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/configuration.py b/sdk/python/src/zrok_api/configuration.py index d504babc..df0d8c51 100644 --- a/sdk/python/src/zrok_api/configuration.py +++ b/sdk/python/src/zrok_api/configuration.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. @@ -209,7 +209,7 @@ conf = zrok_api.Configuration( ) -> None: """Constructor """ - self._base_path = "/api/v1" if host is None else host + self._base_path = "/api/v2" if host is None else host """Default Base url """ self.server_index = 0 if server_index is None and host is None else server_index @@ -530,7 +530,7 @@ conf = zrok_api.Configuration( return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 1.0.0\n"\ + "Version of the API: 2.0.0\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) @@ -541,7 +541,7 @@ conf = zrok_api.Configuration( """ return [ { - 'url': "/api/v1", + 'url': "/api/v2", 'description': "No description provided", } ] diff --git a/sdk/python/src/zrok_api/exceptions.py b/sdk/python/src/zrok_api/exceptions.py index 1b37d862..f4604674 100644 --- a/sdk/python/src/zrok_api/exceptions.py +++ b/sdk/python/src/zrok_api/exceptions.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/__init__.py b/sdk/python/src/zrok_api/models/__init__.py index ac30d620..57b4c17a 100644 --- a/sdk/python/src/zrok_api/models/__init__.py +++ b/sdk/python/src/zrok_api/models/__init__.py @@ -6,7 +6,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/access201_response.py b/sdk/python/src/zrok_api/models/access201_response.py index 6058082c..5b6ba628 100644 --- a/sdk/python/src/zrok_api/models/access201_response.py +++ b/sdk/python/src/zrok_api/models/access201_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/access_request.py b/sdk/python/src/zrok_api/models/access_request.py index 18eb9837..029ca299 100644 --- a/sdk/python/src/zrok_api/models/access_request.py +++ b/sdk/python/src/zrok_api/models/access_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/add_frontend_grant_request.py b/sdk/python/src/zrok_api/models/add_frontend_grant_request.py index 08b6dc60..285de529 100644 --- a/sdk/python/src/zrok_api/models/add_frontend_grant_request.py +++ b/sdk/python/src/zrok_api/models/add_frontend_grant_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/add_namespace_frontend_mapping_request.py b/sdk/python/src/zrok_api/models/add_namespace_frontend_mapping_request.py index dd700247..2856eb2e 100644 --- a/sdk/python/src/zrok_api/models/add_namespace_frontend_mapping_request.py +++ b/sdk/python/src/zrok_api/models/add_namespace_frontend_mapping_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/add_namespace_grant_request.py b/sdk/python/src/zrok_api/models/add_namespace_grant_request.py index b597e3e8..e1cc033c 100644 --- a/sdk/python/src/zrok_api/models/add_namespace_grant_request.py +++ b/sdk/python/src/zrok_api/models/add_namespace_grant_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/add_organization_member_request.py b/sdk/python/src/zrok_api/models/add_organization_member_request.py index d6db9e38..9abea39a 100644 --- a/sdk/python/src/zrok_api/models/add_organization_member_request.py +++ b/sdk/python/src/zrok_api/models/add_organization_member_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/auth_user.py b/sdk/python/src/zrok_api/models/auth_user.py index b8e1718d..e33a0099 100644 --- a/sdk/python/src/zrok_api/models/auth_user.py +++ b/sdk/python/src/zrok_api/models/auth_user.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/change_password_request.py b/sdk/python/src/zrok_api/models/change_password_request.py index dcbdafb3..ef2ff176 100644 --- a/sdk/python/src/zrok_api/models/change_password_request.py +++ b/sdk/python/src/zrok_api/models/change_password_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/client_version_check_request.py b/sdk/python/src/zrok_api/models/client_version_check_request.py index 813e57ac..fbbcfb0a 100644 --- a/sdk/python/src/zrok_api/models/client_version_check_request.py +++ b/sdk/python/src/zrok_api/models/client_version_check_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/configuration.py b/sdk/python/src/zrok_api/models/configuration.py index 35a1e9d5..0614e34e 100644 --- a/sdk/python/src/zrok_api/models/configuration.py +++ b/sdk/python/src/zrok_api/models/configuration.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/create_frontend201_response.py b/sdk/python/src/zrok_api/models/create_frontend201_response.py index 61fc364c..e2eeebbd 100644 --- a/sdk/python/src/zrok_api/models/create_frontend201_response.py +++ b/sdk/python/src/zrok_api/models/create_frontend201_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/create_frontend_request.py b/sdk/python/src/zrok_api/models/create_frontend_request.py index 5f7072e8..c7fd5449 100644 --- a/sdk/python/src/zrok_api/models/create_frontend_request.py +++ b/sdk/python/src/zrok_api/models/create_frontend_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/create_identity201_response.py b/sdk/python/src/zrok_api/models/create_identity201_response.py index f2811bbf..86b052fa 100644 --- a/sdk/python/src/zrok_api/models/create_identity201_response.py +++ b/sdk/python/src/zrok_api/models/create_identity201_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/create_identity_request.py b/sdk/python/src/zrok_api/models/create_identity_request.py index 9f21d0a8..a3803e84 100644 --- a/sdk/python/src/zrok_api/models/create_identity_request.py +++ b/sdk/python/src/zrok_api/models/create_identity_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/create_namespace201_response.py b/sdk/python/src/zrok_api/models/create_namespace201_response.py index d974661e..7d46ec2d 100644 --- a/sdk/python/src/zrok_api/models/create_namespace201_response.py +++ b/sdk/python/src/zrok_api/models/create_namespace201_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/create_namespace_request.py b/sdk/python/src/zrok_api/models/create_namespace_request.py index 95dfeb5b..6d51ddb9 100644 --- a/sdk/python/src/zrok_api/models/create_namespace_request.py +++ b/sdk/python/src/zrok_api/models/create_namespace_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/create_organization201_response.py b/sdk/python/src/zrok_api/models/create_organization201_response.py index 431bf57a..ddf0c904 100644 --- a/sdk/python/src/zrok_api/models/create_organization201_response.py +++ b/sdk/python/src/zrok_api/models/create_organization201_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/create_organization_request.py b/sdk/python/src/zrok_api/models/create_organization_request.py index de5d6572..d062dc4f 100644 --- a/sdk/python/src/zrok_api/models/create_organization_request.py +++ b/sdk/python/src/zrok_api/models/create_organization_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/create_share_name_request.py b/sdk/python/src/zrok_api/models/create_share_name_request.py index f96e74af..aec2634f 100644 --- a/sdk/python/src/zrok_api/models/create_share_name_request.py +++ b/sdk/python/src/zrok_api/models/create_share_name_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/delete_identity_request.py b/sdk/python/src/zrok_api/models/delete_identity_request.py index a9965be7..478db71f 100644 --- a/sdk/python/src/zrok_api/models/delete_identity_request.py +++ b/sdk/python/src/zrok_api/models/delete_identity_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/disable_request.py b/sdk/python/src/zrok_api/models/disable_request.py index a6c30a01..05864efc 100644 --- a/sdk/python/src/zrok_api/models/disable_request.py +++ b/sdk/python/src/zrok_api/models/disable_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/enable_request.py b/sdk/python/src/zrok_api/models/enable_request.py index ad54886c..c5bda22a 100644 --- a/sdk/python/src/zrok_api/models/enable_request.py +++ b/sdk/python/src/zrok_api/models/enable_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/enroll200_response.py b/sdk/python/src/zrok_api/models/enroll200_response.py index 509566bb..ad5f71ee 100644 --- a/sdk/python/src/zrok_api/models/enroll200_response.py +++ b/sdk/python/src/zrok_api/models/enroll200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/enroll_request.py b/sdk/python/src/zrok_api/models/enroll_request.py index c54370e9..9e5a88d9 100644 --- a/sdk/python/src/zrok_api/models/enroll_request.py +++ b/sdk/python/src/zrok_api/models/enroll_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/environment.py b/sdk/python/src/zrok_api/models/environment.py index 0e08ad39..b526228b 100644 --- a/sdk/python/src/zrok_api/models/environment.py +++ b/sdk/python/src/zrok_api/models/environment.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/environment_and_resources.py b/sdk/python/src/zrok_api/models/environment_and_resources.py index 65e4f257..dbbae06b 100644 --- a/sdk/python/src/zrok_api/models/environment_and_resources.py +++ b/sdk/python/src/zrok_api/models/environment_and_resources.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/frontend.py b/sdk/python/src/zrok_api/models/frontend.py index ae3c4c5d..c7f4a342 100644 --- a/sdk/python/src/zrok_api/models/frontend.py +++ b/sdk/python/src/zrok_api/models/frontend.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/get_sparklines200_response.py b/sdk/python/src/zrok_api/models/get_sparklines200_response.py index 177b0efa..8af3536d 100644 --- a/sdk/python/src/zrok_api/models/get_sparklines200_response.py +++ b/sdk/python/src/zrok_api/models/get_sparklines200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/get_sparklines_request.py b/sdk/python/src/zrok_api/models/get_sparklines_request.py index d9bef43d..44ba0242 100644 --- a/sdk/python/src/zrok_api/models/get_sparklines_request.py +++ b/sdk/python/src/zrok_api/models/get_sparklines_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/invite_request.py b/sdk/python/src/zrok_api/models/invite_request.py index 1c5bcc76..90344d20 100644 --- a/sdk/python/src/zrok_api/models/invite_request.py +++ b/sdk/python/src/zrok_api/models/invite_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/invite_token_generate_request.py b/sdk/python/src/zrok_api/models/invite_token_generate_request.py index dd876de6..81796177 100644 --- a/sdk/python/src/zrok_api/models/invite_token_generate_request.py +++ b/sdk/python/src/zrok_api/models/invite_token_generate_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/list_frontend_namespace_mappings200_response_inner.py b/sdk/python/src/zrok_api/models/list_frontend_namespace_mappings200_response_inner.py index 0a32b0cc..40252242 100644 --- a/sdk/python/src/zrok_api/models/list_frontend_namespace_mappings200_response_inner.py +++ b/sdk/python/src/zrok_api/models/list_frontend_namespace_mappings200_response_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/list_frontends200_response_inner.py b/sdk/python/src/zrok_api/models/list_frontends200_response_inner.py index ff9d1bb4..5d2fc07d 100644 --- a/sdk/python/src/zrok_api/models/list_frontends200_response_inner.py +++ b/sdk/python/src/zrok_api/models/list_frontends200_response_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/list_memberships200_response.py b/sdk/python/src/zrok_api/models/list_memberships200_response.py index f3db8fa7..aed62b2c 100644 --- a/sdk/python/src/zrok_api/models/list_memberships200_response.py +++ b/sdk/python/src/zrok_api/models/list_memberships200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/list_memberships200_response_memberships_inner.py b/sdk/python/src/zrok_api/models/list_memberships200_response_memberships_inner.py index e39b07b8..827e153c 100644 --- a/sdk/python/src/zrok_api/models/list_memberships200_response_memberships_inner.py +++ b/sdk/python/src/zrok_api/models/list_memberships200_response_memberships_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/list_namespaces200_response_inner.py b/sdk/python/src/zrok_api/models/list_namespaces200_response_inner.py index 19952b7c..7f25f693 100644 --- a/sdk/python/src/zrok_api/models/list_namespaces200_response_inner.py +++ b/sdk/python/src/zrok_api/models/list_namespaces200_response_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/list_organization_members200_response.py b/sdk/python/src/zrok_api/models/list_organization_members200_response.py index 6058124c..98eaf42f 100644 --- a/sdk/python/src/zrok_api/models/list_organization_members200_response.py +++ b/sdk/python/src/zrok_api/models/list_organization_members200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/list_organization_members200_response_members_inner.py b/sdk/python/src/zrok_api/models/list_organization_members200_response_members_inner.py index 0266e878..ba8c8d9b 100644 --- a/sdk/python/src/zrok_api/models/list_organization_members200_response_members_inner.py +++ b/sdk/python/src/zrok_api/models/list_organization_members200_response_members_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/list_organizations200_response.py b/sdk/python/src/zrok_api/models/list_organizations200_response.py index 03fe63da..e0240e66 100644 --- a/sdk/python/src/zrok_api/models/list_organizations200_response.py +++ b/sdk/python/src/zrok_api/models/list_organizations200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/list_organizations200_response_organizations_inner.py b/sdk/python/src/zrok_api/models/list_organizations200_response_organizations_inner.py index 463e142a..4de31083 100644 --- a/sdk/python/src/zrok_api/models/list_organizations200_response_organizations_inner.py +++ b/sdk/python/src/zrok_api/models/list_organizations200_response_organizations_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/list_public_frontends_for_account200_response.py b/sdk/python/src/zrok_api/models/list_public_frontends_for_account200_response.py index bbb43f8e..e414915c 100644 --- a/sdk/python/src/zrok_api/models/list_public_frontends_for_account200_response.py +++ b/sdk/python/src/zrok_api/models/list_public_frontends_for_account200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/list_public_frontends_for_account200_response_public_frontends_inner.py b/sdk/python/src/zrok_api/models/list_public_frontends_for_account200_response_public_frontends_inner.py index 551f862a..1ddf1dd9 100644 --- a/sdk/python/src/zrok_api/models/list_public_frontends_for_account200_response_public_frontends_inner.py +++ b/sdk/python/src/zrok_api/models/list_public_frontends_for_account200_response_public_frontends_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/login_request.py b/sdk/python/src/zrok_api/models/login_request.py index 6ef640ea..c6fe75e5 100644 --- a/sdk/python/src/zrok_api/models/login_request.py +++ b/sdk/python/src/zrok_api/models/login_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/metrics.py b/sdk/python/src/zrok_api/models/metrics.py index 40db696c..e689e0d4 100644 --- a/sdk/python/src/zrok_api/models/metrics.py +++ b/sdk/python/src/zrok_api/models/metrics.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/metrics_sample.py b/sdk/python/src/zrok_api/models/metrics_sample.py index 678d0c1e..65ce0c15 100644 --- a/sdk/python/src/zrok_api/models/metrics_sample.py +++ b/sdk/python/src/zrok_api/models/metrics_sample.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/name.py b/sdk/python/src/zrok_api/models/name.py index 0e3c69ff..6473da9a 100644 --- a/sdk/python/src/zrok_api/models/name.py +++ b/sdk/python/src/zrok_api/models/name.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/namespace_selection.py b/sdk/python/src/zrok_api/models/namespace_selection.py index 81645f0d..2f2ca8ea 100644 --- a/sdk/python/src/zrok_api/models/namespace_selection.py +++ b/sdk/python/src/zrok_api/models/namespace_selection.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/overview.py b/sdk/python/src/zrok_api/models/overview.py index 2feb65cc..2a08812d 100644 --- a/sdk/python/src/zrok_api/models/overview.py +++ b/sdk/python/src/zrok_api/models/overview.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/ping200_response.py b/sdk/python/src/zrok_api/models/ping200_response.py index 0cad045b..b39bb3c1 100644 --- a/sdk/python/src/zrok_api/models/ping200_response.py +++ b/sdk/python/src/zrok_api/models/ping200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/principal.py b/sdk/python/src/zrok_api/models/principal.py index 6ff9f756..5f5ee382 100644 --- a/sdk/python/src/zrok_api/models/principal.py +++ b/sdk/python/src/zrok_api/models/principal.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/regenerate_account_token200_response.py b/sdk/python/src/zrok_api/models/regenerate_account_token200_response.py index ccaf7ff4..64b5aa6f 100644 --- a/sdk/python/src/zrok_api/models/regenerate_account_token200_response.py +++ b/sdk/python/src/zrok_api/models/regenerate_account_token200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/regenerate_account_token_request.py b/sdk/python/src/zrok_api/models/regenerate_account_token_request.py index 32f2029f..c1f9f38b 100644 --- a/sdk/python/src/zrok_api/models/regenerate_account_token_request.py +++ b/sdk/python/src/zrok_api/models/regenerate_account_token_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/register_request.py b/sdk/python/src/zrok_api/models/register_request.py index f2bf90bd..50720b9a 100644 --- a/sdk/python/src/zrok_api/models/register_request.py +++ b/sdk/python/src/zrok_api/models/register_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/remote_access_request.py b/sdk/python/src/zrok_api/models/remote_access_request.py index d83aba48..1c752c50 100644 --- a/sdk/python/src/zrok_api/models/remote_access_request.py +++ b/sdk/python/src/zrok_api/models/remote_access_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/remote_share200_response.py b/sdk/python/src/zrok_api/models/remote_share200_response.py index b8baee34..fc189717 100644 --- a/sdk/python/src/zrok_api/models/remote_share200_response.py +++ b/sdk/python/src/zrok_api/models/remote_share200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/remote_share_request.py b/sdk/python/src/zrok_api/models/remote_share_request.py index 40d61d07..3c712b78 100644 --- a/sdk/python/src/zrok_api/models/remote_share_request.py +++ b/sdk/python/src/zrok_api/models/remote_share_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/remote_status200_response.py b/sdk/python/src/zrok_api/models/remote_status200_response.py index e2d6ae1d..ff749ca3 100644 --- a/sdk/python/src/zrok_api/models/remote_status200_response.py +++ b/sdk/python/src/zrok_api/models/remote_status200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/remote_status200_response_accesses_inner.py b/sdk/python/src/zrok_api/models/remote_status200_response_accesses_inner.py index 0f3f54da..45f90a05 100644 --- a/sdk/python/src/zrok_api/models/remote_status200_response_accesses_inner.py +++ b/sdk/python/src/zrok_api/models/remote_status200_response_accesses_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/remote_status200_response_shares_inner.py b/sdk/python/src/zrok_api/models/remote_status200_response_shares_inner.py index a197b7e5..16617114 100644 --- a/sdk/python/src/zrok_api/models/remote_status200_response_shares_inner.py +++ b/sdk/python/src/zrok_api/models/remote_status200_response_shares_inner.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/remote_unaccess_request.py b/sdk/python/src/zrok_api/models/remote_unaccess_request.py index 2716a0ce..e3119b8c 100644 --- a/sdk/python/src/zrok_api/models/remote_unaccess_request.py +++ b/sdk/python/src/zrok_api/models/remote_unaccess_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/remote_unshare_request.py b/sdk/python/src/zrok_api/models/remote_unshare_request.py index c60c6e02..00f10951 100644 --- a/sdk/python/src/zrok_api/models/remote_unshare_request.py +++ b/sdk/python/src/zrok_api/models/remote_unshare_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/remove_namespace_frontend_mapping_request.py b/sdk/python/src/zrok_api/models/remove_namespace_frontend_mapping_request.py index 9324eacb..8b93bc74 100644 --- a/sdk/python/src/zrok_api/models/remove_namespace_frontend_mapping_request.py +++ b/sdk/python/src/zrok_api/models/remove_namespace_frontend_mapping_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/remove_organization_member_request.py b/sdk/python/src/zrok_api/models/remove_organization_member_request.py index 28b6bd25..23c34f16 100644 --- a/sdk/python/src/zrok_api/models/remove_organization_member_request.py +++ b/sdk/python/src/zrok_api/models/remove_organization_member_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/reset_password_request.py b/sdk/python/src/zrok_api/models/reset_password_request.py index a81c4bd3..640e9131 100644 --- a/sdk/python/src/zrok_api/models/reset_password_request.py +++ b/sdk/python/src/zrok_api/models/reset_password_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/share.py b/sdk/python/src/zrok_api/models/share.py index 59f80562..5dde06a1 100644 --- a/sdk/python/src/zrok_api/models/share.py +++ b/sdk/python/src/zrok_api/models/share.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/share_http_healthcheck200_response.py b/sdk/python/src/zrok_api/models/share_http_healthcheck200_response.py index 86a4f92e..7466db60 100644 --- a/sdk/python/src/zrok_api/models/share_http_healthcheck200_response.py +++ b/sdk/python/src/zrok_api/models/share_http_healthcheck200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/share_http_healthcheck_request.py b/sdk/python/src/zrok_api/models/share_http_healthcheck_request.py index 4e6f5842..3c0dcda6 100644 --- a/sdk/python/src/zrok_api/models/share_http_healthcheck_request.py +++ b/sdk/python/src/zrok_api/models/share_http_healthcheck_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/share_request12.py b/sdk/python/src/zrok_api/models/share_request12.py index 1f05eb7f..820b7dca 100644 --- a/sdk/python/src/zrok_api/models/share_request12.py +++ b/sdk/python/src/zrok_api/models/share_request12.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/share_response.py b/sdk/python/src/zrok_api/models/share_response.py index 8fa25d60..487bb54a 100644 --- a/sdk/python/src/zrok_api/models/share_response.py +++ b/sdk/python/src/zrok_api/models/share_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/spark_data_sample.py b/sdk/python/src/zrok_api/models/spark_data_sample.py index 23c4ef51..a776c61f 100644 --- a/sdk/python/src/zrok_api/models/spark_data_sample.py +++ b/sdk/python/src/zrok_api/models/spark_data_sample.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/unaccess_request.py b/sdk/python/src/zrok_api/models/unaccess_request.py index 19a3f5df..ef397819 100644 --- a/sdk/python/src/zrok_api/models/unaccess_request.py +++ b/sdk/python/src/zrok_api/models/unaccess_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/unshare12_request.py b/sdk/python/src/zrok_api/models/unshare12_request.py index 67f55eab..fdfd5dec 100644 --- a/sdk/python/src/zrok_api/models/unshare12_request.py +++ b/sdk/python/src/zrok_api/models/unshare12_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/update_access_request.py b/sdk/python/src/zrok_api/models/update_access_request.py index a27f9623..016ed046 100644 --- a/sdk/python/src/zrok_api/models/update_access_request.py +++ b/sdk/python/src/zrok_api/models/update_access_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/update_frontend_request.py b/sdk/python/src/zrok_api/models/update_frontend_request.py index 52916296..968f3ce0 100644 --- a/sdk/python/src/zrok_api/models/update_frontend_request.py +++ b/sdk/python/src/zrok_api/models/update_frontend_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/update_namespace_request.py b/sdk/python/src/zrok_api/models/update_namespace_request.py index d92b1a7d..6d39f009 100644 --- a/sdk/python/src/zrok_api/models/update_namespace_request.py +++ b/sdk/python/src/zrok_api/models/update_namespace_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/update_share_request.py b/sdk/python/src/zrok_api/models/update_share_request.py index 29ab0ef7..b63d04cb 100644 --- a/sdk/python/src/zrok_api/models/update_share_request.py +++ b/sdk/python/src/zrok_api/models/update_share_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/verify200_response.py b/sdk/python/src/zrok_api/models/verify200_response.py index 4709d646..a134ba97 100644 --- a/sdk/python/src/zrok_api/models/verify200_response.py +++ b/sdk/python/src/zrok_api/models/verify200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/verify_request.py b/sdk/python/src/zrok_api/models/verify_request.py index 76def799..2f59429b 100644 --- a/sdk/python/src/zrok_api/models/verify_request.py +++ b/sdk/python/src/zrok_api/models/verify_request.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/models/version_inventory200_response.py b/sdk/python/src/zrok_api/models/version_inventory200_response.py index 8cbf4288..12afb78d 100644 --- a/sdk/python/src/zrok_api/models/version_inventory200_response.py +++ b/sdk/python/src/zrok_api/models/version_inventory200_response.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/sdk/python/src/zrok_api/rest.py b/sdk/python/src/zrok_api/rest.py index f09faee7..28192aec 100644 --- a/sdk/python/src/zrok_api/rest.py +++ b/sdk/python/src/zrok_api/rest.py @@ -5,7 +5,7 @@ zrok client access - The version of the OpenAPI document: 1.0.0 + The version of the OpenAPI document: 2.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/specs/zrok.yml b/specs/zrok.yml index 24d946aa..b693ec76 100644 --- a/specs/zrok.yml +++ b/specs/zrok.yml @@ -1,9 +1,9 @@ info: description: zrok client access title: zrok - version: 1.0.0 + version: 2.0.0 -basePath: /api/v1 +basePath: /api/v2 securityDefinitions: key: diff --git a/ui/middleware.go b/ui/middleware.go index 62512c22..655fa135 100644 --- a/ui/middleware.go +++ b/ui/middleware.go @@ -10,7 +10,7 @@ import ( func Middleware(handler http.Handler, healthCheck func(w http.ResponseWriter, r *http.Request)) http.Handler { return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { - if strings.HasPrefix(r.URL.Path, "/api/v1") { + if strings.HasPrefix(r.URL.Path, "/api/v2") { handler.ServeHTTP(w, r) return } diff --git a/ui/src/api/apis/AccountApi.ts b/ui/src/api/apis/AccountApi.ts index b4b21d5c..ba8a2846 100644 --- a/ui/src/api/apis/AccountApi.ts +++ b/ui/src/api/apis/AccountApi.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/apis/AdminApi.ts b/ui/src/api/apis/AdminApi.ts index e509ed55..8c841b68 100644 --- a/ui/src/api/apis/AdminApi.ts +++ b/ui/src/api/apis/AdminApi.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/apis/AgentApi.ts b/ui/src/api/apis/AgentApi.ts index a4de7253..1551d675 100644 --- a/ui/src/api/apis/AgentApi.ts +++ b/ui/src/api/apis/AgentApi.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/apis/EnvironmentApi.ts b/ui/src/api/apis/EnvironmentApi.ts index 1610e2e3..53ba780b 100644 --- a/ui/src/api/apis/EnvironmentApi.ts +++ b/ui/src/api/apis/EnvironmentApi.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/apis/MetadataApi.ts b/ui/src/api/apis/MetadataApi.ts index 4404b5d5..0ce26f54 100644 --- a/ui/src/api/apis/MetadataApi.ts +++ b/ui/src/api/apis/MetadataApi.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/apis/ShareApi.ts b/ui/src/api/apis/ShareApi.ts index ff86c8e6..17f5bdb0 100644 --- a/ui/src/api/apis/ShareApi.ts +++ b/ui/src/api/apis/ShareApi.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/Access201Response.ts b/ui/src/api/models/Access201Response.ts index 3dbcf903..ed1e891c 100644 --- a/ui/src/api/models/Access201Response.ts +++ b/ui/src/api/models/Access201Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/AccessRequest.ts b/ui/src/api/models/AccessRequest.ts index aa7f9a22..e5aead87 100644 --- a/ui/src/api/models/AccessRequest.ts +++ b/ui/src/api/models/AccessRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/AddFrontendGrantRequest.ts b/ui/src/api/models/AddFrontendGrantRequest.ts index 9747a02e..61d5c50a 100644 --- a/ui/src/api/models/AddFrontendGrantRequest.ts +++ b/ui/src/api/models/AddFrontendGrantRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/AddNamespaceFrontendMappingRequest.ts b/ui/src/api/models/AddNamespaceFrontendMappingRequest.ts index 2d5b3e4a..0423eac7 100644 --- a/ui/src/api/models/AddNamespaceFrontendMappingRequest.ts +++ b/ui/src/api/models/AddNamespaceFrontendMappingRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/AddNamespaceGrantRequest.ts b/ui/src/api/models/AddNamespaceGrantRequest.ts index d1362d94..4d1c8610 100644 --- a/ui/src/api/models/AddNamespaceGrantRequest.ts +++ b/ui/src/api/models/AddNamespaceGrantRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/AddOrganizationMemberRequest.ts b/ui/src/api/models/AddOrganizationMemberRequest.ts index 52d9678c..87f52a16 100644 --- a/ui/src/api/models/AddOrganizationMemberRequest.ts +++ b/ui/src/api/models/AddOrganizationMemberRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/AuthUser.ts b/ui/src/api/models/AuthUser.ts index 485c3b80..641391ac 100644 --- a/ui/src/api/models/AuthUser.ts +++ b/ui/src/api/models/AuthUser.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ChangePasswordRequest.ts b/ui/src/api/models/ChangePasswordRequest.ts index 3e54829e..376212cb 100644 --- a/ui/src/api/models/ChangePasswordRequest.ts +++ b/ui/src/api/models/ChangePasswordRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ClientVersionCheckRequest.ts b/ui/src/api/models/ClientVersionCheckRequest.ts index 91c51e45..64b4f4ee 100644 --- a/ui/src/api/models/ClientVersionCheckRequest.ts +++ b/ui/src/api/models/ClientVersionCheckRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/CreateFrontend201Response.ts b/ui/src/api/models/CreateFrontend201Response.ts index 0abb87b9..35782c9e 100644 --- a/ui/src/api/models/CreateFrontend201Response.ts +++ b/ui/src/api/models/CreateFrontend201Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/CreateFrontendRequest.ts b/ui/src/api/models/CreateFrontendRequest.ts index 1b384e93..5259983f 100644 --- a/ui/src/api/models/CreateFrontendRequest.ts +++ b/ui/src/api/models/CreateFrontendRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/CreateIdentity201Response.ts b/ui/src/api/models/CreateIdentity201Response.ts index 97ae9763..1dbc00d5 100644 --- a/ui/src/api/models/CreateIdentity201Response.ts +++ b/ui/src/api/models/CreateIdentity201Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/CreateIdentityRequest.ts b/ui/src/api/models/CreateIdentityRequest.ts index e688b4c7..8d15ea44 100644 --- a/ui/src/api/models/CreateIdentityRequest.ts +++ b/ui/src/api/models/CreateIdentityRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/CreateNamespace201Response.ts b/ui/src/api/models/CreateNamespace201Response.ts index f320487e..52fea243 100644 --- a/ui/src/api/models/CreateNamespace201Response.ts +++ b/ui/src/api/models/CreateNamespace201Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/CreateNamespaceRequest.ts b/ui/src/api/models/CreateNamespaceRequest.ts index 5b98a774..2d8bf8da 100644 --- a/ui/src/api/models/CreateNamespaceRequest.ts +++ b/ui/src/api/models/CreateNamespaceRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/CreateOrganization201Response.ts b/ui/src/api/models/CreateOrganization201Response.ts index a5c09396..535c0d1d 100644 --- a/ui/src/api/models/CreateOrganization201Response.ts +++ b/ui/src/api/models/CreateOrganization201Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/CreateOrganizationRequest.ts b/ui/src/api/models/CreateOrganizationRequest.ts index 846a0b33..9856e66e 100644 --- a/ui/src/api/models/CreateOrganizationRequest.ts +++ b/ui/src/api/models/CreateOrganizationRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/CreateShareNameRequest.ts b/ui/src/api/models/CreateShareNameRequest.ts index eb9a4e09..3b0c8df0 100644 --- a/ui/src/api/models/CreateShareNameRequest.ts +++ b/ui/src/api/models/CreateShareNameRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/DeleteIdentityRequest.ts b/ui/src/api/models/DeleteIdentityRequest.ts index 4cd681ca..a49c09cc 100644 --- a/ui/src/api/models/DeleteIdentityRequest.ts +++ b/ui/src/api/models/DeleteIdentityRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/DisableRequest.ts b/ui/src/api/models/DisableRequest.ts index feda2614..fd8fb0c8 100644 --- a/ui/src/api/models/DisableRequest.ts +++ b/ui/src/api/models/DisableRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/EnableRequest.ts b/ui/src/api/models/EnableRequest.ts index 8c0a7946..5cba7c48 100644 --- a/ui/src/api/models/EnableRequest.ts +++ b/ui/src/api/models/EnableRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/Enroll200Response.ts b/ui/src/api/models/Enroll200Response.ts index 3f3b146f..bd87feac 100644 --- a/ui/src/api/models/Enroll200Response.ts +++ b/ui/src/api/models/Enroll200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/EnrollRequest.ts b/ui/src/api/models/EnrollRequest.ts index 3bb20afb..2f51cd59 100644 --- a/ui/src/api/models/EnrollRequest.ts +++ b/ui/src/api/models/EnrollRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/Environment.ts b/ui/src/api/models/Environment.ts index 7794c7a6..27d6d55e 100644 --- a/ui/src/api/models/Environment.ts +++ b/ui/src/api/models/Environment.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/EnvironmentAndResources.ts b/ui/src/api/models/EnvironmentAndResources.ts index ea2999e8..cf3f16cc 100644 --- a/ui/src/api/models/EnvironmentAndResources.ts +++ b/ui/src/api/models/EnvironmentAndResources.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/Frontend.ts b/ui/src/api/models/Frontend.ts index ecbe7019..6a8785ee 100644 --- a/ui/src/api/models/Frontend.ts +++ b/ui/src/api/models/Frontend.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/GetSparklines200Response.ts b/ui/src/api/models/GetSparklines200Response.ts index a2f0cc6b..ccf2af1a 100644 --- a/ui/src/api/models/GetSparklines200Response.ts +++ b/ui/src/api/models/GetSparklines200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/GetSparklinesRequest.ts b/ui/src/api/models/GetSparklinesRequest.ts index 90d16f4a..da4693a8 100644 --- a/ui/src/api/models/GetSparklinesRequest.ts +++ b/ui/src/api/models/GetSparklinesRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/InviteRequest.ts b/ui/src/api/models/InviteRequest.ts index 1ce9d953..1ae916f4 100644 --- a/ui/src/api/models/InviteRequest.ts +++ b/ui/src/api/models/InviteRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/InviteTokenGenerateRequest.ts b/ui/src/api/models/InviteTokenGenerateRequest.ts index 85be2612..858092b6 100644 --- a/ui/src/api/models/InviteTokenGenerateRequest.ts +++ b/ui/src/api/models/InviteTokenGenerateRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ListFrontendNamespaceMappings200ResponseInner.ts b/ui/src/api/models/ListFrontendNamespaceMappings200ResponseInner.ts index ffaac78c..db5fb9fe 100644 --- a/ui/src/api/models/ListFrontendNamespaceMappings200ResponseInner.ts +++ b/ui/src/api/models/ListFrontendNamespaceMappings200ResponseInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ListFrontends200ResponseInner.ts b/ui/src/api/models/ListFrontends200ResponseInner.ts index ecbb051f..f2d1f854 100644 --- a/ui/src/api/models/ListFrontends200ResponseInner.ts +++ b/ui/src/api/models/ListFrontends200ResponseInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ListMemberships200Response.ts b/ui/src/api/models/ListMemberships200Response.ts index 80dfa4be..880f8189 100644 --- a/ui/src/api/models/ListMemberships200Response.ts +++ b/ui/src/api/models/ListMemberships200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ListMemberships200ResponseMembershipsInner.ts b/ui/src/api/models/ListMemberships200ResponseMembershipsInner.ts index b52c3ac8..5341484d 100644 --- a/ui/src/api/models/ListMemberships200ResponseMembershipsInner.ts +++ b/ui/src/api/models/ListMemberships200ResponseMembershipsInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ListNamespaces200ResponseInner.ts b/ui/src/api/models/ListNamespaces200ResponseInner.ts index eff686a2..6f04d77e 100644 --- a/ui/src/api/models/ListNamespaces200ResponseInner.ts +++ b/ui/src/api/models/ListNamespaces200ResponseInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ListOrganizationMembers200Response.ts b/ui/src/api/models/ListOrganizationMembers200Response.ts index 2c6a468a..3ec69c16 100644 --- a/ui/src/api/models/ListOrganizationMembers200Response.ts +++ b/ui/src/api/models/ListOrganizationMembers200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ListOrganizationMembers200ResponseMembersInner.ts b/ui/src/api/models/ListOrganizationMembers200ResponseMembersInner.ts index 04277329..9bb188ab 100644 --- a/ui/src/api/models/ListOrganizationMembers200ResponseMembersInner.ts +++ b/ui/src/api/models/ListOrganizationMembers200ResponseMembersInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ListOrganizations200Response.ts b/ui/src/api/models/ListOrganizations200Response.ts index cc333d43..7074108a 100644 --- a/ui/src/api/models/ListOrganizations200Response.ts +++ b/ui/src/api/models/ListOrganizations200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ListOrganizations200ResponseOrganizationsInner.ts b/ui/src/api/models/ListOrganizations200ResponseOrganizationsInner.ts index 2ef3a371..d0909961 100644 --- a/ui/src/api/models/ListOrganizations200ResponseOrganizationsInner.ts +++ b/ui/src/api/models/ListOrganizations200ResponseOrganizationsInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ListPublicFrontendsForAccount200Response.ts b/ui/src/api/models/ListPublicFrontendsForAccount200Response.ts index e05210f9..6367d4b5 100644 --- a/ui/src/api/models/ListPublicFrontendsForAccount200Response.ts +++ b/ui/src/api/models/ListPublicFrontendsForAccount200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ListPublicFrontendsForAccount200ResponsePublicFrontendsInner.ts b/ui/src/api/models/ListPublicFrontendsForAccount200ResponsePublicFrontendsInner.ts index 74faf6b9..9ae195ef 100644 --- a/ui/src/api/models/ListPublicFrontendsForAccount200ResponsePublicFrontendsInner.ts +++ b/ui/src/api/models/ListPublicFrontendsForAccount200ResponsePublicFrontendsInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/LoginRequest.ts b/ui/src/api/models/LoginRequest.ts index f78c25d9..19115e8d 100644 --- a/ui/src/api/models/LoginRequest.ts +++ b/ui/src/api/models/LoginRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/Metrics.ts b/ui/src/api/models/Metrics.ts index 10dd0e53..2b5ba0e3 100644 --- a/ui/src/api/models/Metrics.ts +++ b/ui/src/api/models/Metrics.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/MetricsSample.ts b/ui/src/api/models/MetricsSample.ts index b3b22630..97cf2882 100644 --- a/ui/src/api/models/MetricsSample.ts +++ b/ui/src/api/models/MetricsSample.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ModelConfiguration.ts b/ui/src/api/models/ModelConfiguration.ts index db6d129c..8bd985e8 100644 --- a/ui/src/api/models/ModelConfiguration.ts +++ b/ui/src/api/models/ModelConfiguration.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/Name.ts b/ui/src/api/models/Name.ts index 513fd2da..979e32fb 100644 --- a/ui/src/api/models/Name.ts +++ b/ui/src/api/models/Name.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/NamespaceSelection.ts b/ui/src/api/models/NamespaceSelection.ts index 0e093f40..0398f083 100644 --- a/ui/src/api/models/NamespaceSelection.ts +++ b/ui/src/api/models/NamespaceSelection.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/Overview.ts b/ui/src/api/models/Overview.ts index 02674834..54902acb 100644 --- a/ui/src/api/models/Overview.ts +++ b/ui/src/api/models/Overview.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/Ping200Response.ts b/ui/src/api/models/Ping200Response.ts index bc5f5e9b..17c05887 100644 --- a/ui/src/api/models/Ping200Response.ts +++ b/ui/src/api/models/Ping200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/Principal.ts b/ui/src/api/models/Principal.ts index 6144bc5a..0d680ba1 100644 --- a/ui/src/api/models/Principal.ts +++ b/ui/src/api/models/Principal.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/RegenerateAccountToken200Response.ts b/ui/src/api/models/RegenerateAccountToken200Response.ts index 5f35f492..537fd935 100644 --- a/ui/src/api/models/RegenerateAccountToken200Response.ts +++ b/ui/src/api/models/RegenerateAccountToken200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/RegenerateAccountTokenRequest.ts b/ui/src/api/models/RegenerateAccountTokenRequest.ts index 8085b7e6..85d97d21 100644 --- a/ui/src/api/models/RegenerateAccountTokenRequest.ts +++ b/ui/src/api/models/RegenerateAccountTokenRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/RegisterRequest.ts b/ui/src/api/models/RegisterRequest.ts index e3ff4917..d6f67c06 100644 --- a/ui/src/api/models/RegisterRequest.ts +++ b/ui/src/api/models/RegisterRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/RemoteAccessRequest.ts b/ui/src/api/models/RemoteAccessRequest.ts index 575b80e5..8a25defc 100644 --- a/ui/src/api/models/RemoteAccessRequest.ts +++ b/ui/src/api/models/RemoteAccessRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/RemoteShare200Response.ts b/ui/src/api/models/RemoteShare200Response.ts index 83957b63..da8e8954 100644 --- a/ui/src/api/models/RemoteShare200Response.ts +++ b/ui/src/api/models/RemoteShare200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/RemoteShareRequest.ts b/ui/src/api/models/RemoteShareRequest.ts index 42d5212b..f1b9769b 100644 --- a/ui/src/api/models/RemoteShareRequest.ts +++ b/ui/src/api/models/RemoteShareRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/RemoteStatus200Response.ts b/ui/src/api/models/RemoteStatus200Response.ts index e8da81ea..52474c70 100644 --- a/ui/src/api/models/RemoteStatus200Response.ts +++ b/ui/src/api/models/RemoteStatus200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/RemoteStatus200ResponseAccessesInner.ts b/ui/src/api/models/RemoteStatus200ResponseAccessesInner.ts index a0e217e1..aa6ba1f1 100644 --- a/ui/src/api/models/RemoteStatus200ResponseAccessesInner.ts +++ b/ui/src/api/models/RemoteStatus200ResponseAccessesInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/RemoteStatus200ResponseSharesInner.ts b/ui/src/api/models/RemoteStatus200ResponseSharesInner.ts index c34aa0b8..09b6e138 100644 --- a/ui/src/api/models/RemoteStatus200ResponseSharesInner.ts +++ b/ui/src/api/models/RemoteStatus200ResponseSharesInner.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/RemoteUnaccessRequest.ts b/ui/src/api/models/RemoteUnaccessRequest.ts index f5062c5a..a3f4796e 100644 --- a/ui/src/api/models/RemoteUnaccessRequest.ts +++ b/ui/src/api/models/RemoteUnaccessRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/RemoteUnshareRequest.ts b/ui/src/api/models/RemoteUnshareRequest.ts index b0fca15c..2d20a830 100644 --- a/ui/src/api/models/RemoteUnshareRequest.ts +++ b/ui/src/api/models/RemoteUnshareRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/RemoveNamespaceFrontendMappingRequest.ts b/ui/src/api/models/RemoveNamespaceFrontendMappingRequest.ts index 91c13821..069467b1 100644 --- a/ui/src/api/models/RemoveNamespaceFrontendMappingRequest.ts +++ b/ui/src/api/models/RemoveNamespaceFrontendMappingRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/RemoveOrganizationMemberRequest.ts b/ui/src/api/models/RemoveOrganizationMemberRequest.ts index 4f9a14ec..eb4c6d6f 100644 --- a/ui/src/api/models/RemoveOrganizationMemberRequest.ts +++ b/ui/src/api/models/RemoveOrganizationMemberRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ResetPasswordRequest.ts b/ui/src/api/models/ResetPasswordRequest.ts index 83c42977..9b69c3be 100644 --- a/ui/src/api/models/ResetPasswordRequest.ts +++ b/ui/src/api/models/ResetPasswordRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/Share.ts b/ui/src/api/models/Share.ts index 3cced962..f26b3910 100644 --- a/ui/src/api/models/Share.ts +++ b/ui/src/api/models/Share.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ShareHttpHealthcheck200Response.ts b/ui/src/api/models/ShareHttpHealthcheck200Response.ts index 511ab0ec..fbed7fae 100644 --- a/ui/src/api/models/ShareHttpHealthcheck200Response.ts +++ b/ui/src/api/models/ShareHttpHealthcheck200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ShareHttpHealthcheckRequest.ts b/ui/src/api/models/ShareHttpHealthcheckRequest.ts index b0baec66..bbd57c4b 100644 --- a/ui/src/api/models/ShareHttpHealthcheckRequest.ts +++ b/ui/src/api/models/ShareHttpHealthcheckRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ShareRequest12.ts b/ui/src/api/models/ShareRequest12.ts index 7aee520c..17aede76 100644 --- a/ui/src/api/models/ShareRequest12.ts +++ b/ui/src/api/models/ShareRequest12.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/ShareResponse.ts b/ui/src/api/models/ShareResponse.ts index 7553cfeb..fb29a05f 100644 --- a/ui/src/api/models/ShareResponse.ts +++ b/ui/src/api/models/ShareResponse.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/SparkDataSample.ts b/ui/src/api/models/SparkDataSample.ts index c161bfd3..46ed639e 100644 --- a/ui/src/api/models/SparkDataSample.ts +++ b/ui/src/api/models/SparkDataSample.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/UnaccessRequest.ts b/ui/src/api/models/UnaccessRequest.ts index 05e86a9e..2e4f16ac 100644 --- a/ui/src/api/models/UnaccessRequest.ts +++ b/ui/src/api/models/UnaccessRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/Unshare12Request.ts b/ui/src/api/models/Unshare12Request.ts index 02201b8c..34c128d8 100644 --- a/ui/src/api/models/Unshare12Request.ts +++ b/ui/src/api/models/Unshare12Request.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/UpdateAccessRequest.ts b/ui/src/api/models/UpdateAccessRequest.ts index 7ccc35e6..dd44c97b 100644 --- a/ui/src/api/models/UpdateAccessRequest.ts +++ b/ui/src/api/models/UpdateAccessRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/UpdateFrontendRequest.ts b/ui/src/api/models/UpdateFrontendRequest.ts index 7a4f02f1..6f94c891 100644 --- a/ui/src/api/models/UpdateFrontendRequest.ts +++ b/ui/src/api/models/UpdateFrontendRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/UpdateNamespaceRequest.ts b/ui/src/api/models/UpdateNamespaceRequest.ts index bc55489b..791e3494 100644 --- a/ui/src/api/models/UpdateNamespaceRequest.ts +++ b/ui/src/api/models/UpdateNamespaceRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/UpdateShareRequest.ts b/ui/src/api/models/UpdateShareRequest.ts index 1197742d..6b8b8223 100644 --- a/ui/src/api/models/UpdateShareRequest.ts +++ b/ui/src/api/models/UpdateShareRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/Verify200Response.ts b/ui/src/api/models/Verify200Response.ts index af743d4c..c766d744 100644 --- a/ui/src/api/models/Verify200Response.ts +++ b/ui/src/api/models/Verify200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/VerifyRequest.ts b/ui/src/api/models/VerifyRequest.ts index ae513778..09611582 100644 --- a/ui/src/api/models/VerifyRequest.ts +++ b/ui/src/api/models/VerifyRequest.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/models/VersionInventory200Response.ts b/ui/src/api/models/VersionInventory200Response.ts index 32aab106..952ffd27 100644 --- a/ui/src/api/models/VersionInventory200Response.ts +++ b/ui/src/api/models/VersionInventory200Response.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/src/api/runtime.ts b/ui/src/api/runtime.ts index ed30061e..03d303f9 100644 --- a/ui/src/api/runtime.ts +++ b/ui/src/api/runtime.ts @@ -4,7 +4,7 @@ * zrok * zrok client access * - * The version of the OpenAPI document: 1.0.0 + * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,7 +13,7 @@ */ -export const BASE_PATH = "/api/v1".replace(/\/+$/, ""); +export const BASE_PATH = "/api/v2".replace(/\/+$/, ""); export interface ConfigurationParameters { basePath?: string; // override base path diff --git a/ui/vite.config.ts b/ui/vite.config.ts index f8f78741..eab04741 100644 --- a/ui/vite.config.ts +++ b/ui/vite.config.ts @@ -6,7 +6,7 @@ export default defineConfig({ plugins: [react()], server: { proxy: { - '/api/v1': { + '/api/v2': { target: 'http://localhost:18080', changeOrigin: true, }