weave-python 0.30.3__tar.gz → 0.30.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {weave_python-0.30.3 → weave_python-0.30.4}/.github/workflows/release.yaml +0 -1
- {weave_python-0.30.3 → weave_python-0.30.4}/PKG-INFO +1 -1
- {weave_python-0.30.3 → weave_python-0.30.4}/uv.lock +9 -9
- weave_python-0.30.4/weave/weaveapi/auth/v1/service_pb2.py +324 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/auth/v1/session_pb2.py +4 -4
- weave_python-0.30.4/weave/weaveapi/auth/v1/usage_pb2.py +56 -0
- weave_python-0.30.4/weave/weaveapi/auth/v1/user_pb2.py +94 -0
- weave_python-0.30.4/weave/weaveapi/generate/v1/configuration_pb2.py +69 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/generate/v1/generate_pb2.py +8 -8
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/generate/v1/service_pb2.py +26 -26
- weave_python-0.30.4/weave/weaveapi/llmx/v1/architecture_pb2.py +74 -0
- weave_python-0.30.4/weave/weaveapi/llmx/v1/capabilities_pb2.py +120 -0
- weave_python-0.30.4/weave/weaveapi/llmx/v1/model_pb2.py +90 -0
- weave_python-0.30.4/weave/weaveapi/llmx/v1/pricing_pb2.py +58 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/provider_pb2.py +4 -4
- weave_python-0.30.4/weave/weaveapi/llmx/v1/service_pb2.py +318 -0
- weave_python-0.30.4/weave/weaveapi/mcpregistry/v1/server_pb2.py +48 -0
- weave_python-0.30.4/weave/weaveapi/mcpregistry/v1/service_pb2.py +119 -0
- weave_python-0.30.4/weave/weaveapi/payment/v1/invoice_pb2.py +72 -0
- weave_python-0.30.4/weave/weaveapi/payment/v1/service_pb2.py +410 -0
- weave_python-0.30.4/weave/weaveapi/payment/v1/subscription_pb2.py +135 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/auth_pb2.py +4 -4
- weave_python-0.30.4/weave/weaveapi/storage/v1/nosql_database_pb2.py +83 -0
- weave_python-0.30.4/weave/weaveapi/storage/v1/object_store_pb2.py +63 -0
- weave_python-0.30.4/weave/weaveapi/storage/v1/service_pb2.py +128 -0
- weave_python-0.30.4/weave/weaveapi/storage/v1/sql_database_pb2.py +75 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/storage_pb2.py +4 -4
- weave_python-0.30.4/weave/weaveapi/synthesize/v1/dataset_pb2.py +46 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/inline_data_pb2.py +6 -6
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/relationship_pb2.py +8 -8
- weave_python-0.30.4/weave/weaveapi/synthesize/v1/service_pb2.py +92 -0
- weave_python-0.30.4/weave/weaveapi/synthesize/v1/training_pb2.py +55 -0
- weave_python-0.30.3/weave/weaveapi/auth/v1/service_pb2.py +0 -324
- weave_python-0.30.3/weave/weaveapi/auth/v1/usage_pb2.py +0 -56
- weave_python-0.30.3/weave/weaveapi/auth/v1/user_pb2.py +0 -94
- weave_python-0.30.3/weave/weaveapi/generate/v1/configuration_pb2.py +0 -69
- weave_python-0.30.3/weave/weaveapi/llmx/v1/architecture_pb2.py +0 -74
- weave_python-0.30.3/weave/weaveapi/llmx/v1/capabilities_pb2.py +0 -120
- weave_python-0.30.3/weave/weaveapi/llmx/v1/model_pb2.py +0 -90
- weave_python-0.30.3/weave/weaveapi/llmx/v1/pricing_pb2.py +0 -58
- weave_python-0.30.3/weave/weaveapi/llmx/v1/service_pb2.py +0 -318
- weave_python-0.30.3/weave/weaveapi/mcpregistry/v1/server_pb2.py +0 -48
- weave_python-0.30.3/weave/weaveapi/mcpregistry/v1/service_pb2.py +0 -119
- weave_python-0.30.3/weave/weaveapi/payment/v1/invoice_pb2.py +0 -72
- weave_python-0.30.3/weave/weaveapi/payment/v1/service_pb2.py +0 -410
- weave_python-0.30.3/weave/weaveapi/payment/v1/subscription_pb2.py +0 -135
- weave_python-0.30.3/weave/weaveapi/storage/v1/nosql_database_pb2.py +0 -83
- weave_python-0.30.3/weave/weaveapi/storage/v1/object_store_pb2.py +0 -63
- weave_python-0.30.3/weave/weaveapi/storage/v1/service_pb2.py +0 -128
- weave_python-0.30.3/weave/weaveapi/storage/v1/sql_database_pb2.py +0 -75
- weave_python-0.30.3/weave/weaveapi/synthesize/v1/dataset_pb2.py +0 -46
- weave_python-0.30.3/weave/weaveapi/synthesize/v1/service_pb2.py +0 -92
- weave_python-0.30.3/weave/weaveapi/synthesize/v1/training_pb2.py +0 -55
- {weave_python-0.30.3 → weave_python-0.30.4}/.github/runs-on.yml +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/.github/workflows/format-lint.yaml +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/.github/workflows/generate.yaml +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/.gitignore +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/.python-version +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/LICENSE +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/README.md +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/Taskfile.yaml +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/buf.gen.yaml +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/pyproject.toml +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/renovate.json +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/tools/sqlcgen/README.md +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/tools/sqlcgen/sqlcgen.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/tools/sqlcgen/test_sqlcgen.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/auth/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/auth/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/auth/v1/session_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/auth/v1/session_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/auth/v1/session_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/auth/v1/usage_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/auth/v1/usage_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/auth/v1/user_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/auth/v1/user_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/auth/v1/user_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/generate/v1/configuration_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/generate/v1/configuration_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/generate/v1/generate_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/generate/v1/generate_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/generate/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/generate/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/generate/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/architecture_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/architecture_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/capabilities_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/capabilities_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/model_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/model_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/pricing_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/pricing_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/provider_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/provider_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/mcpregistry/v1/server_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/mcpregistry/v1/server_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/mcpregistry/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/mcpregistry/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/payment/v1/invoice_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/payment/v1/invoice_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/payment/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/payment/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/payment/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/payment/v1/subscription_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/payment/v1/subscription_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/auth_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/auth_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/nosql_database_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/nosql_database_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/object_store_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/object_store_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/sql_database_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/sql_database_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/storage_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/storage_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/dataset_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/dataset_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/relationship_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/relationship_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/training_pb2.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/training_pb2_grpc.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weavesql/llmxdb/capabilities.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weavesql/llmxdb/changes.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weavesql/llmxdb/models.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weavesql/llmxdb/providers.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weavesql/llmxdb/scraper_runs.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weavesql/llmxdb/search.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weavesql/weavedb/dataset.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weavesql/weavedb/models.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weavesql/weavedb/relationships.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weavesql/weavedb/storage.py +0 -0
- {weave_python-0.30.3 → weave_python-0.30.4}/weave/weavesql/weavedb/synthesizer.py +0 -0
|
@@ -58,17 +58,17 @@ wheels = [
|
|
|
58
58
|
|
|
59
59
|
[[package]]
|
|
60
60
|
name = "protobuf"
|
|
61
|
-
version = "6.33.
|
|
61
|
+
version = "6.33.5"
|
|
62
62
|
source = { registry = "https://pypi.org/simple" }
|
|
63
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
63
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ba/25/7c72c307aafc96fa87062aa6291d9f7c94836e43214d43722e86037aac02/protobuf-6.33.5.tar.gz", hash = "sha256:6ddcac2a081f8b7b9642c09406bc6a4290128fce5f471cddd165960bb9119e5c", size = 444465, upload-time = "2026-01-29T21:51:33.494Z" }
|
|
64
64
|
wheels = [
|
|
65
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
66
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
67
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
68
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
69
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
70
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
71
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
65
|
+
{ url = "https://files.pythonhosted.org/packages/b1/79/af92d0a8369732b027e6d6084251dd8e782c685c72da161bd4a2e00fbabb/protobuf-6.33.5-cp310-abi3-win32.whl", hash = "sha256:d71b040839446bac0f4d162e758bea99c8251161dae9d0983a3b88dee345153b", size = 425769, upload-time = "2026-01-29T21:51:21.751Z" },
|
|
66
|
+
{ url = "https://files.pythonhosted.org/packages/55/75/bb9bc917d10e9ee13dee8607eb9ab963b7cf8be607c46e7862c748aa2af7/protobuf-6.33.5-cp310-abi3-win_amd64.whl", hash = "sha256:3093804752167bcab3998bec9f1048baae6e29505adaf1afd14a37bddede533c", size = 437118, upload-time = "2026-01-29T21:51:24.022Z" },
|
|
67
|
+
{ url = "https://files.pythonhosted.org/packages/a2/6b/e48dfc1191bc5b52950246275bf4089773e91cb5ba3592621723cdddca62/protobuf-6.33.5-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:a5cb85982d95d906df1e2210e58f8e4f1e3cdc088e52c921a041f9c9a0386de5", size = 427766, upload-time = "2026-01-29T21:51:25.413Z" },
|
|
68
|
+
{ url = "https://files.pythonhosted.org/packages/4e/b1/c79468184310de09d75095ed1314b839eb2f72df71097db9d1404a1b2717/protobuf-6.33.5-cp39-abi3-manylinux2014_aarch64.whl", hash = "sha256:9b71e0281f36f179d00cbcb119cb19dec4d14a81393e5ea220f64b286173e190", size = 324638, upload-time = "2026-01-29T21:51:26.423Z" },
|
|
69
|
+
{ url = "https://files.pythonhosted.org/packages/c5/f5/65d838092fd01c44d16037953fd4c2cc851e783de9b8f02b27ec4ffd906f/protobuf-6.33.5-cp39-abi3-manylinux2014_s390x.whl", hash = "sha256:8afa18e1d6d20af15b417e728e9f60f3aa108ee76f23c3b2c07a2c3b546d3afd", size = 339411, upload-time = "2026-01-29T21:51:27.446Z" },
|
|
70
|
+
{ url = "https://files.pythonhosted.org/packages/9b/53/a9443aa3ca9ba8724fdfa02dd1887c1bcd8e89556b715cfbacca6b63dbec/protobuf-6.33.5-cp39-abi3-manylinux2014_x86_64.whl", hash = "sha256:cbf16ba3350fb7b889fca858fb215967792dc125b35c7976ca4818bee3521cf0", size = 323465, upload-time = "2026-01-29T21:51:28.925Z" },
|
|
71
|
+
{ url = "https://files.pythonhosted.org/packages/57/bf/2086963c69bdac3d7cff1cc7ff79b8ce5ea0bec6797a017e1be338a46248/protobuf-6.33.5-py3-none-any.whl", hash = "sha256:69915a973dd0f60f31a08b8318b73eab2bd6a392c79184b3612226b0a3f8ec02", size = 170687, upload-time = "2026-01-29T21:51:32.557Z" },
|
|
72
72
|
]
|
|
73
73
|
|
|
74
74
|
[[package]]
|
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: weaveapi/auth/v1/service.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.5
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
|
|
8
|
+
from google.protobuf import descriptor as _descriptor
|
|
9
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
10
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
11
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
12
|
+
from google.protobuf.internal import builder as _builder
|
|
13
|
+
|
|
14
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 6, 33, 5, "", "weaveapi/auth/v1/service.proto"
|
|
16
|
+
)
|
|
17
|
+
# @@protoc_insertion_point(imports)
|
|
18
|
+
|
|
19
|
+
_sym_db = _symbol_database.Default()
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
+
b'\n\x1eweaveapi/auth/v1/service.proto\x12\x10weaveapi.auth.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1eweaveapi/auth/v1/session.proto\x1a\x1cweaveapi/auth/v1/usage.proto\x1a\x1bweaveapi/auth/v1/user.proto"\xa9\x02\n\x14InitiateOAuthRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12!\n\x0credirect_uri\x18\x02 \x01(\tR\x0bredirectUri\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state\x12\x14\n\x05scope\x18\x04 \x01(\tR\x05scope\x12\x63\n\x0fprovider_params\x18\x05 \x03(\x0b\x32:.weaveapi.auth.v1.InitiateOAuthRequest.ProviderParamsEntryR\x0eproviderParams\x1a\x41\n\x13ProviderParamsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\x89\x01\n\x15InitiateOAuthResponse\x12\x19\n\x08\x61uth_url\x18\x01 \x01(\tR\x07\x61uthUrl\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state\x12#\n\rcode_verifier\x18\x03 \x01(\tR\x0c\x63odeVerifier\x12\x1a\n\x08provider\x18\x04 \x01(\tR\x08provider"\xca\x01\n\x1aHandleOAuthCallbackRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x12\n\x04\x63ode\x18\x02 \x01(\tR\x04\x63ode\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state\x12#\n\rcode_verifier\x18\x04 \x01(\tR\x0c\x63odeVerifier\x12\x14\n\x05\x65rror\x18\x05 \x01(\tR\x05\x65rror\x12+\n\x11\x65rror_description\x18\x06 \x01(\tR\x10\x65rrorDescription"\xc7\x02\n\x1bHandleOAuthCallbackResponse\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12#\n\rrefresh_token\x18\x02 \x01(\tR\x0crefreshToken\x12\x1d\n\nexpires_in\x18\x03 \x01(\x05R\texpiresIn\x12.\n\x04user\x18\x04 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserB\x02(\x01R\x04user\x12\x1e\n\x0bis_new_user\x18\x05 \x01(\x08R\tisNewUser\x12!\n\x0credirect_url\x18\x06 \x01(\tR\x0bredirectUrl\x12\'\n\x0flinked_provider\x18\x07 \x01(\tR\x0elinkedProvider\x12%\n\x0e\x61\x63\x63ount_linked\x18\x08 \x01(\x08R\raccountLinked"=\n\x18GetOAuthProvidersRequest\x12!\n\x0c\x65nabled_only\x18\x01 \x01(\x08R\x0b\x65nabledOnly"\x89\x01\n\x19GetOAuthProvidersResponse\x12\x41\n\tproviders\x18\x01 \x03(\x0b\x32\x1f.weaveapi.auth.v1.OAuthProviderB\x02(\x01R\tproviders\x12)\n\x10primary_provider\x18\x02 \x01(\tR\x0fprimaryProvider"Y\n\x18LinkOAuthProviderRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12!\n\x0credirect_uri\x18\x02 \x01(\tR\x0bredirectUri"L\n\x19LinkOAuthProviderResponse\x12\x19\n\x08\x61uth_url\x18\x01 \x01(\tR\x07\x61uthUrl\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state"8\n\x1aUnlinkOAuthProviderRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider"\x82\x01\n\x1bUnlinkOAuthProviderResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12/\n\x13remaining_providers\x18\x03 \x01(\x05R\x12remainingProviders":\n\x13RefreshTokenRequest\x12#\n\rrefresh_token\x18\x01 \x01(\tR\x0crefreshToken"}\n\x14RefreshTokenResponse\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12#\n\rrefresh_token\x18\x02 \x01(\tR\x0crefreshToken\x12\x1d\n\nexpires_in\x18\x03 \x01(\x05R\texpiresIn"9\n\x12RevokeTokenRequest\x12#\n\rrefresh_token\x18\x01 \x01(\tR\x0crefreshToken"I\n\x13RevokeTokenResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"9\n\x14ValidateTokenRequest\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken"\xb1\x01\n\x15ValidateTokenResponse\x12\x14\n\x05valid\x18\x01 \x01(\x08R\x05valid\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x16\n\x06scopes\x18\x03 \x03(\tR\x06scopes\x12=\n\nexpires_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt\x12\x12\n\x04tier\x18\x05 \x01(\tR\x04tier"\x17\n\x15GetCurrentUserRequest"H\n\x16GetCurrentUserResponse\x12.\n\x04user\x18\x01 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserB\x02(\x01R\x04user"\x8f\x01\n\x11UpdateUserRequest\x12\x1b\n\tfull_name\x18\x01 \x01(\tR\x08\x66ullName\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12G\n\x0bpreferences\x18\x03 \x01(\x0b\x32!.weaveapi.auth.v1.UserPreferencesB\x02(\x01R\x0bpreferences"D\n\x12UpdateUserResponse\x12.\n\x04user\x18\x01 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserB\x02(\x01R\x04user"S\n\x11\x44\x65leteUserRequest\x12"\n\x0c\x63onfirmation\x18\x01 \x01(\tR\x0c\x63onfirmation\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password"\x9c\x01\n\x12\x44\x65leteUserResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12R\n\x15scheduled_deletion_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x13scheduledDeletionAt"q\n\x12ListAPIKeysRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12\x1f\n\x0b\x61\x63tive_only\x18\x03 \x01(\x08R\nactiveOnly"\x97\x01\n\x13ListAPIKeysResponse\x12\x37\n\x08\x61pi_keys\x18\x01 \x03(\x0b\x32\x18.weaveapi.auth.v1.APIKeyB\x02(\x01R\x07\x61piKeys\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"\xf0\x01\n\x13\x43reateAPIKeyRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12\x16\n\x06scopes\x18\x03 \x03(\tR\x06scopes\x12+\n\x11\x61llowed_endpoints\x18\x04 \x03(\tR\x10\x61llowedEndpoints\x12\x1f\n\x0b\x61llowed_ips\x18\x05 \x03(\tR\nallowedIps\x12=\n\nexpires_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt"\x86\x01\n\x14\x43reateAPIKeyResponse\x12\x35\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyB\x02(\x01R\x06\x61piKey\x12\x1d\n\nsecret_key\x18\x02 \x01(\tR\tsecretKey\x12\x18\n\x07warning\x18\x03 \x01(\tR\x07warning")\n\x10GetAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId"J\n\x11GetAPIKeyResponse\x12\x35\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyB\x02(\x01R\x06\x61piKey"\xcd\x01\n\x13UpdateAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12+\n\x11\x61llowed_endpoints\x18\x04 \x03(\tR\x10\x61llowedEndpoints\x12\x1f\n\x0b\x61llowed_ips\x18\x05 \x03(\tR\nallowedIps\x12\x1b\n\tis_active\x18\x06 \x01(\x08R\x08isActive"M\n\x14UpdateAPIKeyResponse\x12\x35\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyB\x02(\x01R\x06\x61piKey",\n\x13RevokeAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId"J\n\x14RevokeAPIKeyResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"k\n\x15ValidateAPIKeyRequest\x12\x17\n\x07\x61pi_key\x18\x01 \x01(\tR\x06\x61piKey\x12\x1a\n\x08\x65ndpoint\x18\x02 \x01(\tR\x08\x65ndpoint\x12\x1d\n\nip_address\x18\x03 \x01(\tR\tipAddress"\xe2\x01\n\x16ValidateAPIKeyResponse\x12\x14\n\x05valid\x18\x01 \x01(\x08R\x05valid\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x12\n\x04tier\x18\x03 \x01(\tR\x04tier\x12\x16\n\x06scopes\x18\x04 \x03(\tR\x06scopes\x12\x42\n\nrate_limit\x18\x05 \x01(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoB\x02(\x01R\trateLimit\x12)\n\x10rejection_reason\x18\x06 \x01(\tR\x0frejectionReason"L\n\x14GetUsageStatsRequest\x12\x16\n\x06period\x18\x01 \x01(\tR\x06period\x12\x1c\n\napi_key_id\x18\x02 \x01(\tR\x08\x61piKeyId"\xdd\x01\n\x15GetUsageStatsResponse\x12G\n\x0e\x63urrent_period\x18\x01 \x01(\x0b\x32\x1c.weaveapi.auth.v1.UsageStatsB\x02(\x01R\rcurrentPeriod\x12@\n\nhistorical\x18\x02 \x03(\x0b\x32\x1c.weaveapi.auth.v1.UsageStatsB\x02(\x01R\nhistorical\x12\x39\n\x06limits\x18\x03 \x01(\x0b\x32\x1d.weaveapi.auth.v1.UsageLimitsB\x02(\x01R\x06limits"9\n\x19GetRateLimitStatusRequest\x12\x1c\n\napi_key_id\x18\x01 \x01(\tR\x08\x61piKeyId"\xa1\x01\n\x1aGetRateLimitStatusResponse\x12=\n\x07\x63urrent\x18\x01 \x01(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoB\x02(\x01R\x07\x63urrent\x12\x44\n\x0b\x62y_endpoint\x18\x02 \x03(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoB\x02(\x01R\nbyEndpoint"\xc9\x01\n\rRateLimitInfo\x12\x12\n\x04tier\x18\x01 \x01(\tR\x04tier\x12\x16\n\x06window\x18\x02 \x01(\tR\x06window\x12\x14\n\x05limit\x18\x03 \x01(\x05R\x05limit\x12\x1c\n\tremaining\x18\x04 \x01(\x05R\tremaining\x12\x39\n\x08reset_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x07resetAt\x12\x1d\n\nis_limited\x18\x06 \x01(\x08R\tisLimited"Q\n\x13ListSessionsRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken"\xc8\x01\n\x14ListSessionsResponse\x12\x39\n\x08sessions\x18\x01 \x03(\x0b\x32\x19.weaveapi.auth.v1.SessionB\x02(\x01R\x08sessions\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount\x12,\n\x12\x63urrent_session_id\x18\x04 \x01(\tR\x10\x63urrentSessionId"5\n\x14RevokeSessionRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId"K\n\x15RevokeSessionResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"=\n\x18RevokeAllSessionsRequest\x12!\n\x0ckeep_current\x18\x01 \x01(\x08R\x0bkeepCurrent"Z\n\x19RevokeAllSessionsResponse\x12#\n\rrevoked_count\x18\x01 \x01(\x05R\x0crevokedCount\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message2\x8c\x17\n\x04\x41uth\x12\x80\x01\n\rInitiateOAuth\x12&.weaveapi.auth.v1.InitiateOAuthRequest\x1a\'.weaveapi.auth.v1.InitiateOAuthResponse"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/auth/oauth/{provider}\x12\x9b\x01\n\x13HandleOAuthCallback\x12,.weaveapi.auth.v1.HandleOAuthCallbackRequest\x1a-.weaveapi.auth.v1.HandleOAuthCallbackResponse"\'\x82\xd3\xe4\x93\x02!\x12\x1f/auth/oauth/{provider}/callback\x12\x85\x01\n\x11GetOAuthProviders\x12*.weaveapi.auth.v1.GetOAuthProvidersRequest\x1a+.weaveapi.auth.v1.GetOAuthProvidersResponse"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/auth/providers\x12\x8f\x01\n\x11LinkOAuthProvider\x12*.weaveapi.auth.v1.LinkOAuthProviderRequest\x1a+.weaveapi.auth.v1.LinkOAuthProviderResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/api/v1/user/auth/link:\x01*\x12\x98\x01\n\x13UnlinkOAuthProvider\x12,.weaveapi.auth.v1.UnlinkOAuthProviderRequest\x1a-.weaveapi.auth.v1.UnlinkOAuthProviderResponse"$\x82\xd3\xe4\x93\x02\x1e*\x1c/api/v1/user/auth/{provider}\x12w\n\x0cRefreshToken\x12%.weaveapi.auth.v1.RefreshTokenRequest\x1a&.weaveapi.auth.v1.RefreshTokenResponse"\x18\x82\xd3\xe4\x93\x02\x12"\r/auth/refresh:\x01*\x12s\n\x0bRevokeToken\x12$.weaveapi.auth.v1.RevokeTokenRequest\x1a%.weaveapi.auth.v1.RevokeTokenResponse"\x17\x82\xd3\xe4\x93\x02\x11"\x0c/auth/revoke:\x01*\x12{\n\rValidateToken\x12&.weaveapi.auth.v1.ValidateTokenRequest\x1a\'.weaveapi.auth.v1.ValidateTokenResponse"\x19\x82\xd3\xe4\x93\x02\x13"\x0e/auth/validate:\x01*\x12\x81\x01\n\x0eGetCurrentUser\x12\'.weaveapi.auth.v1.GetCurrentUserRequest\x1a(.weaveapi.auth.v1.GetCurrentUserResponse"\x1c\x82\xd3\xe4\x93\x02\x16\x12\x14/api/v1/user/profile\x12x\n\nUpdateUser\x12#.weaveapi.auth.v1.UpdateUserRequest\x1a$.weaveapi.auth.v1.UpdateUserResponse"\x1f\x82\xd3\xe4\x93\x02\x19\x32\x14/api/v1/user/profile:\x01*\x12u\n\nDeleteUser\x12#.weaveapi.auth.v1.DeleteUserRequest\x1a$.weaveapi.auth.v1.DeleteUserResponse"\x1c\x82\xd3\xe4\x93\x02\x16*\x14/api/v1/user/profile\x12y\n\x0bListAPIKeys\x12$.weaveapi.auth.v1.ListAPIKeysRequest\x1a%.weaveapi.auth.v1.ListAPIKeysResponse"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/api/v1/user/api-keys\x12\x7f\n\x0c\x43reateAPIKey\x12%.weaveapi.auth.v1.CreateAPIKeyRequest\x1a&.weaveapi.auth.v1.CreateAPIKeyResponse" \x82\xd3\xe4\x93\x02\x1a"\x15/api/v1/user/api-keys:\x01*\x12|\n\tGetAPIKey\x12".weaveapi.auth.v1.GetAPIKeyRequest\x1a#.weaveapi.auth.v1.GetAPIKeyResponse"&\x82\xd3\xe4\x93\x02 \x12\x1e/api/v1/user/api-keys/{key_id}\x12\x88\x01\n\x0cUpdateAPIKey\x12%.weaveapi.auth.v1.UpdateAPIKeyRequest\x1a&.weaveapi.auth.v1.UpdateAPIKeyResponse")\x82\xd3\xe4\x93\x02#2\x1e/api/v1/user/api-keys/{key_id}:\x01*\x12\x85\x01\n\x0cRevokeAPIKey\x12%.weaveapi.auth.v1.RevokeAPIKeyRequest\x1a&.weaveapi.auth.v1.RevokeAPIKeyResponse"&\x82\xd3\xe4\x93\x02 *\x1e/api/v1/user/api-keys/{key_id}\x12\x86\x01\n\x0eValidateAPIKey\x12\'.weaveapi.auth.v1.ValidateAPIKeyRequest\x1a(.weaveapi.auth.v1.ValidateAPIKeyResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/auth/api-key/validate:\x01*\x12|\n\rGetUsageStats\x12&.weaveapi.auth.v1.GetUsageStatsRequest\x1a\'.weaveapi.auth.v1.GetUsageStatsResponse"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/api/v1/user/usage\x12\x90\x01\n\x12GetRateLimitStatus\x12+.weaveapi.auth.v1.GetRateLimitStatusRequest\x1a,.weaveapi.auth.v1.GetRateLimitStatusResponse"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/api/v1/user/rate-limit\x12|\n\x0cListSessions\x12%.weaveapi.auth.v1.ListSessionsRequest\x1a&.weaveapi.auth.v1.ListSessionsResponse"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/api/v1/user/sessions\x12\x8c\x01\n\rRevokeSession\x12&.weaveapi.auth.v1.RevokeSessionRequest\x1a\'.weaveapi.auth.v1.RevokeSessionResponse"*\x82\xd3\xe4\x93\x02$*"/api/v1/user/sessions/{session_id}\x12\x99\x01\n\x11RevokeAllSessions\x12*.weaveapi.auth.v1.RevokeAllSessionsRequest\x1a+.weaveapi.auth.v1.RevokeAllSessionsResponse"+\x82\xd3\xe4\x93\x02%" /api/v1/user/sessions/revoke-all:\x01*B\xbc\x01\n\x14\x63om.weaveapi.auth.v1B\x0cServiceProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\xa2\x02\x03WAX\xaa\x02\x10Weaveapi.Auth.V1\xca\x02\x10Weaveapi\\Auth\\V1\xe2\x02\x1cWeaveapi\\Auth\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Auth::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
_globals = globals()
|
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(
|
|
29
|
+
DESCRIPTOR, "weaveapi.auth.v1.service_pb2", _globals
|
|
30
|
+
)
|
|
31
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
32
|
+
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
|
+
_globals[
|
|
34
|
+
"DESCRIPTOR"
|
|
35
|
+
]._serialized_options = b"\n\024com.weaveapi.auth.v1B\014ServiceProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\242\002\003WAX\252\002\020Weaveapi.Auth.V1\312\002\020Weaveapi\\Auth\\V1\342\002\034Weaveapi\\Auth\\V1\\GPBMetadata\352\002\022Weaveapi::Auth::V1"
|
|
36
|
+
_globals["_INITIATEOAUTHREQUEST_PROVIDERPARAMSENTRY"]._loaded_options = None
|
|
37
|
+
_globals["_INITIATEOAUTHREQUEST_PROVIDERPARAMSENTRY"]._serialized_options = b"8\001"
|
|
38
|
+
_globals["_HANDLEOAUTHCALLBACKRESPONSE"].fields_by_name[
|
|
39
|
+
"user"
|
|
40
|
+
]._loaded_options = None
|
|
41
|
+
_globals["_HANDLEOAUTHCALLBACKRESPONSE"].fields_by_name[
|
|
42
|
+
"user"
|
|
43
|
+
]._serialized_options = b"(\001"
|
|
44
|
+
_globals["_GETOAUTHPROVIDERSRESPONSE"].fields_by_name[
|
|
45
|
+
"providers"
|
|
46
|
+
]._loaded_options = None
|
|
47
|
+
_globals["_GETOAUTHPROVIDERSRESPONSE"].fields_by_name[
|
|
48
|
+
"providers"
|
|
49
|
+
]._serialized_options = b"(\001"
|
|
50
|
+
_globals["_VALIDATETOKENRESPONSE"].fields_by_name[
|
|
51
|
+
"expires_at"
|
|
52
|
+
]._loaded_options = None
|
|
53
|
+
_globals["_VALIDATETOKENRESPONSE"].fields_by_name[
|
|
54
|
+
"expires_at"
|
|
55
|
+
]._serialized_options = b"(\001"
|
|
56
|
+
_globals["_GETCURRENTUSERRESPONSE"].fields_by_name["user"]._loaded_options = None
|
|
57
|
+
_globals["_GETCURRENTUSERRESPONSE"].fields_by_name[
|
|
58
|
+
"user"
|
|
59
|
+
]._serialized_options = b"(\001"
|
|
60
|
+
_globals["_UPDATEUSERREQUEST"].fields_by_name["preferences"]._loaded_options = None
|
|
61
|
+
_globals["_UPDATEUSERREQUEST"].fields_by_name[
|
|
62
|
+
"preferences"
|
|
63
|
+
]._serialized_options = b"(\001"
|
|
64
|
+
_globals["_UPDATEUSERRESPONSE"].fields_by_name["user"]._loaded_options = None
|
|
65
|
+
_globals["_UPDATEUSERRESPONSE"].fields_by_name[
|
|
66
|
+
"user"
|
|
67
|
+
]._serialized_options = b"(\001"
|
|
68
|
+
_globals["_DELETEUSERRESPONSE"].fields_by_name[
|
|
69
|
+
"scheduled_deletion_at"
|
|
70
|
+
]._loaded_options = None
|
|
71
|
+
_globals["_DELETEUSERRESPONSE"].fields_by_name[
|
|
72
|
+
"scheduled_deletion_at"
|
|
73
|
+
]._serialized_options = b"(\001"
|
|
74
|
+
_globals["_LISTAPIKEYSRESPONSE"].fields_by_name["api_keys"]._loaded_options = None
|
|
75
|
+
_globals["_LISTAPIKEYSRESPONSE"].fields_by_name[
|
|
76
|
+
"api_keys"
|
|
77
|
+
]._serialized_options = b"(\001"
|
|
78
|
+
_globals["_CREATEAPIKEYREQUEST"].fields_by_name["expires_at"]._loaded_options = None
|
|
79
|
+
_globals["_CREATEAPIKEYREQUEST"].fields_by_name[
|
|
80
|
+
"expires_at"
|
|
81
|
+
]._serialized_options = b"(\001"
|
|
82
|
+
_globals["_CREATEAPIKEYRESPONSE"].fields_by_name["api_key"]._loaded_options = None
|
|
83
|
+
_globals["_CREATEAPIKEYRESPONSE"].fields_by_name[
|
|
84
|
+
"api_key"
|
|
85
|
+
]._serialized_options = b"(\001"
|
|
86
|
+
_globals["_GETAPIKEYRESPONSE"].fields_by_name["api_key"]._loaded_options = None
|
|
87
|
+
_globals["_GETAPIKEYRESPONSE"].fields_by_name[
|
|
88
|
+
"api_key"
|
|
89
|
+
]._serialized_options = b"(\001"
|
|
90
|
+
_globals["_UPDATEAPIKEYRESPONSE"].fields_by_name["api_key"]._loaded_options = None
|
|
91
|
+
_globals["_UPDATEAPIKEYRESPONSE"].fields_by_name[
|
|
92
|
+
"api_key"
|
|
93
|
+
]._serialized_options = b"(\001"
|
|
94
|
+
_globals["_VALIDATEAPIKEYRESPONSE"].fields_by_name[
|
|
95
|
+
"rate_limit"
|
|
96
|
+
]._loaded_options = None
|
|
97
|
+
_globals["_VALIDATEAPIKEYRESPONSE"].fields_by_name[
|
|
98
|
+
"rate_limit"
|
|
99
|
+
]._serialized_options = b"(\001"
|
|
100
|
+
_globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
|
|
101
|
+
"current_period"
|
|
102
|
+
]._loaded_options = None
|
|
103
|
+
_globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
|
|
104
|
+
"current_period"
|
|
105
|
+
]._serialized_options = b"(\001"
|
|
106
|
+
_globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
|
|
107
|
+
"historical"
|
|
108
|
+
]._loaded_options = None
|
|
109
|
+
_globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
|
|
110
|
+
"historical"
|
|
111
|
+
]._serialized_options = b"(\001"
|
|
112
|
+
_globals["_GETUSAGESTATSRESPONSE"].fields_by_name["limits"]._loaded_options = None
|
|
113
|
+
_globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
|
|
114
|
+
"limits"
|
|
115
|
+
]._serialized_options = b"(\001"
|
|
116
|
+
_globals["_GETRATELIMITSTATUSRESPONSE"].fields_by_name[
|
|
117
|
+
"current"
|
|
118
|
+
]._loaded_options = None
|
|
119
|
+
_globals["_GETRATELIMITSTATUSRESPONSE"].fields_by_name[
|
|
120
|
+
"current"
|
|
121
|
+
]._serialized_options = b"(\001"
|
|
122
|
+
_globals["_GETRATELIMITSTATUSRESPONSE"].fields_by_name[
|
|
123
|
+
"by_endpoint"
|
|
124
|
+
]._loaded_options = None
|
|
125
|
+
_globals["_GETRATELIMITSTATUSRESPONSE"].fields_by_name[
|
|
126
|
+
"by_endpoint"
|
|
127
|
+
]._serialized_options = b"(\001"
|
|
128
|
+
_globals["_RATELIMITINFO"].fields_by_name["reset_at"]._loaded_options = None
|
|
129
|
+
_globals["_RATELIMITINFO"].fields_by_name["reset_at"]._serialized_options = b"(\001"
|
|
130
|
+
_globals["_LISTSESSIONSRESPONSE"].fields_by_name["sessions"]._loaded_options = None
|
|
131
|
+
_globals["_LISTSESSIONSRESPONSE"].fields_by_name[
|
|
132
|
+
"sessions"
|
|
133
|
+
]._serialized_options = b"(\001"
|
|
134
|
+
_globals["_AUTH"].methods_by_name["InitiateOAuth"]._loaded_options = None
|
|
135
|
+
_globals["_AUTH"].methods_by_name[
|
|
136
|
+
"InitiateOAuth"
|
|
137
|
+
]._serialized_options = b"\202\323\344\223\002\030\022\026/auth/oauth/{provider}"
|
|
138
|
+
_globals["_AUTH"].methods_by_name["HandleOAuthCallback"]._loaded_options = None
|
|
139
|
+
_globals["_AUTH"].methods_by_name[
|
|
140
|
+
"HandleOAuthCallback"
|
|
141
|
+
]._serialized_options = (
|
|
142
|
+
b"\202\323\344\223\002!\022\037/auth/oauth/{provider}/callback"
|
|
143
|
+
)
|
|
144
|
+
_globals["_AUTH"].methods_by_name["GetOAuthProviders"]._loaded_options = None
|
|
145
|
+
_globals["_AUTH"].methods_by_name[
|
|
146
|
+
"GetOAuthProviders"
|
|
147
|
+
]._serialized_options = b"\202\323\344\223\002\021\022\017/auth/providers"
|
|
148
|
+
_globals["_AUTH"].methods_by_name["LinkOAuthProvider"]._loaded_options = None
|
|
149
|
+
_globals["_AUTH"].methods_by_name[
|
|
150
|
+
"LinkOAuthProvider"
|
|
151
|
+
]._serialized_options = b'\202\323\344\223\002\033"\026/api/v1/user/auth/link:\001*'
|
|
152
|
+
_globals["_AUTH"].methods_by_name["UnlinkOAuthProvider"]._loaded_options = None
|
|
153
|
+
_globals["_AUTH"].methods_by_name[
|
|
154
|
+
"UnlinkOAuthProvider"
|
|
155
|
+
]._serialized_options = b"\202\323\344\223\002\036*\034/api/v1/user/auth/{provider}"
|
|
156
|
+
_globals["_AUTH"].methods_by_name["RefreshToken"]._loaded_options = None
|
|
157
|
+
_globals["_AUTH"].methods_by_name[
|
|
158
|
+
"RefreshToken"
|
|
159
|
+
]._serialized_options = b'\202\323\344\223\002\022"\r/auth/refresh:\001*'
|
|
160
|
+
_globals["_AUTH"].methods_by_name["RevokeToken"]._loaded_options = None
|
|
161
|
+
_globals["_AUTH"].methods_by_name[
|
|
162
|
+
"RevokeToken"
|
|
163
|
+
]._serialized_options = b'\202\323\344\223\002\021"\014/auth/revoke:\001*'
|
|
164
|
+
_globals["_AUTH"].methods_by_name["ValidateToken"]._loaded_options = None
|
|
165
|
+
_globals["_AUTH"].methods_by_name[
|
|
166
|
+
"ValidateToken"
|
|
167
|
+
]._serialized_options = b'\202\323\344\223\002\023"\016/auth/validate:\001*'
|
|
168
|
+
_globals["_AUTH"].methods_by_name["GetCurrentUser"]._loaded_options = None
|
|
169
|
+
_globals["_AUTH"].methods_by_name[
|
|
170
|
+
"GetCurrentUser"
|
|
171
|
+
]._serialized_options = b"\202\323\344\223\002\026\022\024/api/v1/user/profile"
|
|
172
|
+
_globals["_AUTH"].methods_by_name["UpdateUser"]._loaded_options = None
|
|
173
|
+
_globals["_AUTH"].methods_by_name[
|
|
174
|
+
"UpdateUser"
|
|
175
|
+
]._serialized_options = b"\202\323\344\223\002\0312\024/api/v1/user/profile:\001*"
|
|
176
|
+
_globals["_AUTH"].methods_by_name["DeleteUser"]._loaded_options = None
|
|
177
|
+
_globals["_AUTH"].methods_by_name[
|
|
178
|
+
"DeleteUser"
|
|
179
|
+
]._serialized_options = b"\202\323\344\223\002\026*\024/api/v1/user/profile"
|
|
180
|
+
_globals["_AUTH"].methods_by_name["ListAPIKeys"]._loaded_options = None
|
|
181
|
+
_globals["_AUTH"].methods_by_name[
|
|
182
|
+
"ListAPIKeys"
|
|
183
|
+
]._serialized_options = b"\202\323\344\223\002\027\022\025/api/v1/user/api-keys"
|
|
184
|
+
_globals["_AUTH"].methods_by_name["CreateAPIKey"]._loaded_options = None
|
|
185
|
+
_globals["_AUTH"].methods_by_name[
|
|
186
|
+
"CreateAPIKey"
|
|
187
|
+
]._serialized_options = b'\202\323\344\223\002\032"\025/api/v1/user/api-keys:\001*'
|
|
188
|
+
_globals["_AUTH"].methods_by_name["GetAPIKey"]._loaded_options = None
|
|
189
|
+
_globals["_AUTH"].methods_by_name[
|
|
190
|
+
"GetAPIKey"
|
|
191
|
+
]._serialized_options = (
|
|
192
|
+
b"\202\323\344\223\002 \022\036/api/v1/user/api-keys/{key_id}"
|
|
193
|
+
)
|
|
194
|
+
_globals["_AUTH"].methods_by_name["UpdateAPIKey"]._loaded_options = None
|
|
195
|
+
_globals["_AUTH"].methods_by_name[
|
|
196
|
+
"UpdateAPIKey"
|
|
197
|
+
]._serialized_options = (
|
|
198
|
+
b"\202\323\344\223\002#2\036/api/v1/user/api-keys/{key_id}:\001*"
|
|
199
|
+
)
|
|
200
|
+
_globals["_AUTH"].methods_by_name["RevokeAPIKey"]._loaded_options = None
|
|
201
|
+
_globals["_AUTH"].methods_by_name[
|
|
202
|
+
"RevokeAPIKey"
|
|
203
|
+
]._serialized_options = b"\202\323\344\223\002 *\036/api/v1/user/api-keys/{key_id}"
|
|
204
|
+
_globals["_AUTH"].methods_by_name["ValidateAPIKey"]._loaded_options = None
|
|
205
|
+
_globals["_AUTH"].methods_by_name[
|
|
206
|
+
"ValidateAPIKey"
|
|
207
|
+
]._serialized_options = b'\202\323\344\223\002\033"\026/auth/api-key/validate:\001*'
|
|
208
|
+
_globals["_AUTH"].methods_by_name["GetUsageStats"]._loaded_options = None
|
|
209
|
+
_globals["_AUTH"].methods_by_name[
|
|
210
|
+
"GetUsageStats"
|
|
211
|
+
]._serialized_options = b"\202\323\344\223\002\024\022\022/api/v1/user/usage"
|
|
212
|
+
_globals["_AUTH"].methods_by_name["GetRateLimitStatus"]._loaded_options = None
|
|
213
|
+
_globals["_AUTH"].methods_by_name[
|
|
214
|
+
"GetRateLimitStatus"
|
|
215
|
+
]._serialized_options = b"\202\323\344\223\002\031\022\027/api/v1/user/rate-limit"
|
|
216
|
+
_globals["_AUTH"].methods_by_name["ListSessions"]._loaded_options = None
|
|
217
|
+
_globals["_AUTH"].methods_by_name[
|
|
218
|
+
"ListSessions"
|
|
219
|
+
]._serialized_options = b"\202\323\344\223\002\027\022\025/api/v1/user/sessions"
|
|
220
|
+
_globals["_AUTH"].methods_by_name["RevokeSession"]._loaded_options = None
|
|
221
|
+
_globals["_AUTH"].methods_by_name[
|
|
222
|
+
"RevokeSession"
|
|
223
|
+
]._serialized_options = b'\202\323\344\223\002$*"/api/v1/user/sessions/{session_id}'
|
|
224
|
+
_globals["_AUTH"].methods_by_name["RevokeAllSessions"]._loaded_options = None
|
|
225
|
+
_globals["_AUTH"].methods_by_name[
|
|
226
|
+
"RevokeAllSessions"
|
|
227
|
+
]._serialized_options = (
|
|
228
|
+
b'\202\323\344\223\002%" /api/v1/user/sessions/revoke-all:\001*'
|
|
229
|
+
)
|
|
230
|
+
_globals["_INITIATEOAUTHREQUEST"]._serialized_start = 207
|
|
231
|
+
_globals["_INITIATEOAUTHREQUEST"]._serialized_end = 504
|
|
232
|
+
_globals["_INITIATEOAUTHREQUEST_PROVIDERPARAMSENTRY"]._serialized_start = 439
|
|
233
|
+
_globals["_INITIATEOAUTHREQUEST_PROVIDERPARAMSENTRY"]._serialized_end = 504
|
|
234
|
+
_globals["_INITIATEOAUTHRESPONSE"]._serialized_start = 507
|
|
235
|
+
_globals["_INITIATEOAUTHRESPONSE"]._serialized_end = 644
|
|
236
|
+
_globals["_HANDLEOAUTHCALLBACKREQUEST"]._serialized_start = 647
|
|
237
|
+
_globals["_HANDLEOAUTHCALLBACKREQUEST"]._serialized_end = 849
|
|
238
|
+
_globals["_HANDLEOAUTHCALLBACKRESPONSE"]._serialized_start = 852
|
|
239
|
+
_globals["_HANDLEOAUTHCALLBACKRESPONSE"]._serialized_end = 1179
|
|
240
|
+
_globals["_GETOAUTHPROVIDERSREQUEST"]._serialized_start = 1181
|
|
241
|
+
_globals["_GETOAUTHPROVIDERSREQUEST"]._serialized_end = 1242
|
|
242
|
+
_globals["_GETOAUTHPROVIDERSRESPONSE"]._serialized_start = 1245
|
|
243
|
+
_globals["_GETOAUTHPROVIDERSRESPONSE"]._serialized_end = 1382
|
|
244
|
+
_globals["_LINKOAUTHPROVIDERREQUEST"]._serialized_start = 1384
|
|
245
|
+
_globals["_LINKOAUTHPROVIDERREQUEST"]._serialized_end = 1473
|
|
246
|
+
_globals["_LINKOAUTHPROVIDERRESPONSE"]._serialized_start = 1475
|
|
247
|
+
_globals["_LINKOAUTHPROVIDERRESPONSE"]._serialized_end = 1551
|
|
248
|
+
_globals["_UNLINKOAUTHPROVIDERREQUEST"]._serialized_start = 1553
|
|
249
|
+
_globals["_UNLINKOAUTHPROVIDERREQUEST"]._serialized_end = 1609
|
|
250
|
+
_globals["_UNLINKOAUTHPROVIDERRESPONSE"]._serialized_start = 1612
|
|
251
|
+
_globals["_UNLINKOAUTHPROVIDERRESPONSE"]._serialized_end = 1742
|
|
252
|
+
_globals["_REFRESHTOKENREQUEST"]._serialized_start = 1744
|
|
253
|
+
_globals["_REFRESHTOKENREQUEST"]._serialized_end = 1802
|
|
254
|
+
_globals["_REFRESHTOKENRESPONSE"]._serialized_start = 1804
|
|
255
|
+
_globals["_REFRESHTOKENRESPONSE"]._serialized_end = 1929
|
|
256
|
+
_globals["_REVOKETOKENREQUEST"]._serialized_start = 1931
|
|
257
|
+
_globals["_REVOKETOKENREQUEST"]._serialized_end = 1988
|
|
258
|
+
_globals["_REVOKETOKENRESPONSE"]._serialized_start = 1990
|
|
259
|
+
_globals["_REVOKETOKENRESPONSE"]._serialized_end = 2063
|
|
260
|
+
_globals["_VALIDATETOKENREQUEST"]._serialized_start = 2065
|
|
261
|
+
_globals["_VALIDATETOKENREQUEST"]._serialized_end = 2122
|
|
262
|
+
_globals["_VALIDATETOKENRESPONSE"]._serialized_start = 2125
|
|
263
|
+
_globals["_VALIDATETOKENRESPONSE"]._serialized_end = 2302
|
|
264
|
+
_globals["_GETCURRENTUSERREQUEST"]._serialized_start = 2304
|
|
265
|
+
_globals["_GETCURRENTUSERREQUEST"]._serialized_end = 2327
|
|
266
|
+
_globals["_GETCURRENTUSERRESPONSE"]._serialized_start = 2329
|
|
267
|
+
_globals["_GETCURRENTUSERRESPONSE"]._serialized_end = 2401
|
|
268
|
+
_globals["_UPDATEUSERREQUEST"]._serialized_start = 2404
|
|
269
|
+
_globals["_UPDATEUSERREQUEST"]._serialized_end = 2547
|
|
270
|
+
_globals["_UPDATEUSERRESPONSE"]._serialized_start = 2549
|
|
271
|
+
_globals["_UPDATEUSERRESPONSE"]._serialized_end = 2617
|
|
272
|
+
_globals["_DELETEUSERREQUEST"]._serialized_start = 2619
|
|
273
|
+
_globals["_DELETEUSERREQUEST"]._serialized_end = 2702
|
|
274
|
+
_globals["_DELETEUSERRESPONSE"]._serialized_start = 2705
|
|
275
|
+
_globals["_DELETEUSERRESPONSE"]._serialized_end = 2861
|
|
276
|
+
_globals["_LISTAPIKEYSREQUEST"]._serialized_start = 2863
|
|
277
|
+
_globals["_LISTAPIKEYSREQUEST"]._serialized_end = 2976
|
|
278
|
+
_globals["_LISTAPIKEYSRESPONSE"]._serialized_start = 2979
|
|
279
|
+
_globals["_LISTAPIKEYSRESPONSE"]._serialized_end = 3130
|
|
280
|
+
_globals["_CREATEAPIKEYREQUEST"]._serialized_start = 3133
|
|
281
|
+
_globals["_CREATEAPIKEYREQUEST"]._serialized_end = 3373
|
|
282
|
+
_globals["_CREATEAPIKEYRESPONSE"]._serialized_start = 3376
|
|
283
|
+
_globals["_CREATEAPIKEYRESPONSE"]._serialized_end = 3510
|
|
284
|
+
_globals["_GETAPIKEYREQUEST"]._serialized_start = 3512
|
|
285
|
+
_globals["_GETAPIKEYREQUEST"]._serialized_end = 3553
|
|
286
|
+
_globals["_GETAPIKEYRESPONSE"]._serialized_start = 3555
|
|
287
|
+
_globals["_GETAPIKEYRESPONSE"]._serialized_end = 3629
|
|
288
|
+
_globals["_UPDATEAPIKEYREQUEST"]._serialized_start = 3632
|
|
289
|
+
_globals["_UPDATEAPIKEYREQUEST"]._serialized_end = 3837
|
|
290
|
+
_globals["_UPDATEAPIKEYRESPONSE"]._serialized_start = 3839
|
|
291
|
+
_globals["_UPDATEAPIKEYRESPONSE"]._serialized_end = 3916
|
|
292
|
+
_globals["_REVOKEAPIKEYREQUEST"]._serialized_start = 3918
|
|
293
|
+
_globals["_REVOKEAPIKEYREQUEST"]._serialized_end = 3962
|
|
294
|
+
_globals["_REVOKEAPIKEYRESPONSE"]._serialized_start = 3964
|
|
295
|
+
_globals["_REVOKEAPIKEYRESPONSE"]._serialized_end = 4038
|
|
296
|
+
_globals["_VALIDATEAPIKEYREQUEST"]._serialized_start = 4040
|
|
297
|
+
_globals["_VALIDATEAPIKEYREQUEST"]._serialized_end = 4147
|
|
298
|
+
_globals["_VALIDATEAPIKEYRESPONSE"]._serialized_start = 4150
|
|
299
|
+
_globals["_VALIDATEAPIKEYRESPONSE"]._serialized_end = 4376
|
|
300
|
+
_globals["_GETUSAGESTATSREQUEST"]._serialized_start = 4378
|
|
301
|
+
_globals["_GETUSAGESTATSREQUEST"]._serialized_end = 4454
|
|
302
|
+
_globals["_GETUSAGESTATSRESPONSE"]._serialized_start = 4457
|
|
303
|
+
_globals["_GETUSAGESTATSRESPONSE"]._serialized_end = 4678
|
|
304
|
+
_globals["_GETRATELIMITSTATUSREQUEST"]._serialized_start = 4680
|
|
305
|
+
_globals["_GETRATELIMITSTATUSREQUEST"]._serialized_end = 4737
|
|
306
|
+
_globals["_GETRATELIMITSTATUSRESPONSE"]._serialized_start = 4740
|
|
307
|
+
_globals["_GETRATELIMITSTATUSRESPONSE"]._serialized_end = 4901
|
|
308
|
+
_globals["_RATELIMITINFO"]._serialized_start = 4904
|
|
309
|
+
_globals["_RATELIMITINFO"]._serialized_end = 5105
|
|
310
|
+
_globals["_LISTSESSIONSREQUEST"]._serialized_start = 5107
|
|
311
|
+
_globals["_LISTSESSIONSREQUEST"]._serialized_end = 5188
|
|
312
|
+
_globals["_LISTSESSIONSRESPONSE"]._serialized_start = 5191
|
|
313
|
+
_globals["_LISTSESSIONSRESPONSE"]._serialized_end = 5391
|
|
314
|
+
_globals["_REVOKESESSIONREQUEST"]._serialized_start = 5393
|
|
315
|
+
_globals["_REVOKESESSIONREQUEST"]._serialized_end = 5446
|
|
316
|
+
_globals["_REVOKESESSIONRESPONSE"]._serialized_start = 5448
|
|
317
|
+
_globals["_REVOKESESSIONRESPONSE"]._serialized_end = 5523
|
|
318
|
+
_globals["_REVOKEALLSESSIONSREQUEST"]._serialized_start = 5525
|
|
319
|
+
_globals["_REVOKEALLSESSIONSREQUEST"]._serialized_end = 5586
|
|
320
|
+
_globals["_REVOKEALLSESSIONSRESPONSE"]._serialized_start = 5588
|
|
321
|
+
_globals["_REVOKEALLSESSIONSRESPONSE"]._serialized_end = 5678
|
|
322
|
+
_globals["_AUTH"]._serialized_start = 5681
|
|
323
|
+
_globals["_AUTH"]._serialized_end = 8637
|
|
324
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
-
b'\n\x1eweaveapi/auth/v1/session.proto\x12\x10weaveapi.auth.v1\x1a
|
|
23
|
+
b'\n\x1eweaveapi/auth/v1/session.proto\x12\x10weaveapi.auth.v1\x1a\x1fgoogle/protobuf/timestamp.proto"\xd2\x03\n\x07Session\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x19\n\x08token_id\x18\x03 \x01(\tR\x07tokenId\x12\x1d\n\nip_address\x18\x04 \x01(\tR\tipAddress\x12\x1d\n\nuser_agent\x18\x05 \x01(\tR\tuserAgent\x12\x1a\n\x08location\x18\x06 \x01(\tR\x08location\x12\x1f\n\x0b\x64\x65vice_type\x18\x07 \x01(\tR\ndeviceType\x12\x1b\n\tis_active\x18\x08 \x01(\x08R\x08isActive\x12=\n\nexpires_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt\x12H\n\x10last_activity_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0elastActivityAt\x12#\n\rrequest_count\x18\x0b \x01(\x05R\x0crequestCount\x12=\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAtB\xbc\x01\n\x14\x63om.weaveapi.auth.v1B\x0cSessionProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\xa2\x02\x03WAX\xaa\x02\x10Weaveapi.Auth.V1\xca\x02\x10Weaveapi\\Auth\\V1\xe2\x02\x1cWeaveapi\\Auth\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Auth::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,7 +32,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
32
32
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
33
|
_globals[
|
|
34
34
|
"DESCRIPTOR"
|
|
35
|
-
]._serialized_options = b"\n\024com.weaveapi.auth.v1B\014SessionProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\242\002\003WAX\252\002\020Weaveapi.Auth.V1\312\002\020Weaveapi\\Auth\\V1\342\002\034Weaveapi\\Auth\\V1\\GPBMetadata\352\002\022Weaveapi::Auth::V1
|
|
35
|
+
]._serialized_options = b"\n\024com.weaveapi.auth.v1B\014SessionProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\242\002\003WAX\252\002\020Weaveapi.Auth.V1\312\002\020Weaveapi\\Auth\\V1\342\002\034Weaveapi\\Auth\\V1\\GPBMetadata\352\002\022Weaveapi::Auth::V1"
|
|
36
36
|
_globals["_SESSION"].fields_by_name["expires_at"]._loaded_options = None
|
|
37
37
|
_globals["_SESSION"].fields_by_name["expires_at"]._serialized_options = b"(\001"
|
|
38
38
|
_globals["_SESSION"].fields_by_name["last_activity_at"]._loaded_options = None
|
|
@@ -41,6 +41,6 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
41
41
|
]._serialized_options = b"(\001"
|
|
42
42
|
_globals["_SESSION"].fields_by_name["created_at"]._loaded_options = None
|
|
43
43
|
_globals["_SESSION"].fields_by_name["created_at"]._serialized_options = b"(\001"
|
|
44
|
-
_globals["_SESSION"]._serialized_start =
|
|
45
|
-
_globals["_SESSION"]._serialized_end =
|
|
44
|
+
_globals["_SESSION"]._serialized_start = 86
|
|
45
|
+
_globals["_SESSION"]._serialized_end = 552
|
|
46
46
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: weaveapi/auth/v1/usage.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.5
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
|
|
8
|
+
from google.protobuf import descriptor as _descriptor
|
|
9
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
10
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
11
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
12
|
+
from google.protobuf.internal import builder as _builder
|
|
13
|
+
|
|
14
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 6, 33, 5, "", "weaveapi/auth/v1/usage.proto"
|
|
16
|
+
)
|
|
17
|
+
# @@protoc_insertion_point(imports)
|
|
18
|
+
|
|
19
|
+
_sym_db = _symbol_database.Default()
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
+
b'\n\x1cweaveapi/auth/v1/usage.proto\x12\x10weaveapi.auth.v1\x1a\x1fgoogle/protobuf/timestamp.proto"\xb4\x08\n\nUsageStats\x12\x16\n\x06period\x18\x01 \x01(\tR\x06period\x12=\n\nstart_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tstartDate\x12\x39\n\x08\x65nd_date\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x07\x65ndDate\x12%\n\x0etotal_requests\x18\x04 \x01(\x03R\rtotalRequests\x12/\n\x13successful_requests\x18\x05 \x01(\x03R\x12successfulRequests\x12\'\n\x0f\x66\x61iled_requests\x18\x06 \x01(\x03R\x0e\x66\x61iledRequests\x12\x32\n\x15rate_limited_requests\x18\x07 \x01(\x03R\x13rateLimitedRequests\x12\x66\n\x14requests_by_endpoint\x18\x08 \x03(\x0b\x32\x34.weaveapi.auth.v1.UsageStats.RequestsByEndpointEntryR\x12requestsByEndpoint\x12W\n\x0frequests_by_day\x18\t \x03(\x0b\x32/.weaveapi.auth.v1.UsageStats.RequestsByDayEntryR\rrequestsByDay\x12\x61\n\x13requests_by_api_key\x18\n \x03(\x0b\x32\x32.weaveapi.auth.v1.UsageStats.RequestsByApiKeyEntryR\x10requestsByApiKey\x12/\n\x14\x61vg_response_time_ms\x18\x0b \x01(\x01R\x11\x61vgResponseTimeMs\x12/\n\x14p95_response_time_ms\x18\x0c \x01(\x01R\x11p95ResponseTimeMs\x12/\n\x14p99_response_time_ms\x18\r \x01(\x01R\x11p99ResponseTimeMs\x12(\n\x10total_bytes_sent\x18\x0e \x01(\x03R\x0etotalBytesSent\x12\x30\n\x14total_bytes_received\x18\x0f \x01(\x03R\x12totalBytesReceived\x1a\x45\n\x17RequestsByEndpointEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x03R\x05value:\x02\x38\x01\x1a@\n\x12RequestsByDayEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x03R\x05value:\x02\x38\x01\x1a\x43\n\x15RequestsByApiKeyEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x03R\x05value:\x02\x38\x01"\xcc\x02\n\x0bUsageLimits\x12\x12\n\x04tier\x18\x01 \x01(\tR\x04tier\x12*\n\x11requests_per_hour\x18\x02 \x01(\x03R\x0frequestsPerHour\x12(\n\x10requests_per_day\x18\x03 \x01(\x03R\x0erequestsPerDay\x12,\n\x12requests_per_month\x18\x04 \x01(\x03R\x10requestsPerMonth\x12(\n\x10\x61pi_keys_allowed\x18\x05 \x01(\x05R\x0e\x61piKeysAllowed\x12/\n\x13\x63oncurrent_requests\x18\x06 \x01(\x05R\x12\x63oncurrentRequests\x12%\n\x0ewebhook_access\x18\x07 \x01(\x08R\rwebhookAccess\x12#\n\rexport_access\x18\x08 \x01(\x08R\x0c\x65xportAccessB\xba\x01\n\x14\x63om.weaveapi.auth.v1B\nUsageProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\xa2\x02\x03WAX\xaa\x02\x10Weaveapi.Auth.V1\xca\x02\x10Weaveapi\\Auth\\V1\xe2\x02\x1cWeaveapi\\Auth\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Auth::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
_globals = globals()
|
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(
|
|
29
|
+
DESCRIPTOR, "weaveapi.auth.v1.usage_pb2", _globals
|
|
30
|
+
)
|
|
31
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
32
|
+
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
|
+
_globals[
|
|
34
|
+
"DESCRIPTOR"
|
|
35
|
+
]._serialized_options = b"\n\024com.weaveapi.auth.v1B\nUsageProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\242\002\003WAX\252\002\020Weaveapi.Auth.V1\312\002\020Weaveapi\\Auth\\V1\342\002\034Weaveapi\\Auth\\V1\\GPBMetadata\352\002\022Weaveapi::Auth::V1"
|
|
36
|
+
_globals["_USAGESTATS_REQUESTSBYENDPOINTENTRY"]._loaded_options = None
|
|
37
|
+
_globals["_USAGESTATS_REQUESTSBYENDPOINTENTRY"]._serialized_options = b"8\001"
|
|
38
|
+
_globals["_USAGESTATS_REQUESTSBYDAYENTRY"]._loaded_options = None
|
|
39
|
+
_globals["_USAGESTATS_REQUESTSBYDAYENTRY"]._serialized_options = b"8\001"
|
|
40
|
+
_globals["_USAGESTATS_REQUESTSBYAPIKEYENTRY"]._loaded_options = None
|
|
41
|
+
_globals["_USAGESTATS_REQUESTSBYAPIKEYENTRY"]._serialized_options = b"8\001"
|
|
42
|
+
_globals["_USAGESTATS"].fields_by_name["start_date"]._loaded_options = None
|
|
43
|
+
_globals["_USAGESTATS"].fields_by_name["start_date"]._serialized_options = b"(\001"
|
|
44
|
+
_globals["_USAGESTATS"].fields_by_name["end_date"]._loaded_options = None
|
|
45
|
+
_globals["_USAGESTATS"].fields_by_name["end_date"]._serialized_options = b"(\001"
|
|
46
|
+
_globals["_USAGESTATS"]._serialized_start = 84
|
|
47
|
+
_globals["_USAGESTATS"]._serialized_end = 1160
|
|
48
|
+
_globals["_USAGESTATS_REQUESTSBYENDPOINTENTRY"]._serialized_start = 956
|
|
49
|
+
_globals["_USAGESTATS_REQUESTSBYENDPOINTENTRY"]._serialized_end = 1025
|
|
50
|
+
_globals["_USAGESTATS_REQUESTSBYDAYENTRY"]._serialized_start = 1027
|
|
51
|
+
_globals["_USAGESTATS_REQUESTSBYDAYENTRY"]._serialized_end = 1091
|
|
52
|
+
_globals["_USAGESTATS_REQUESTSBYAPIKEYENTRY"]._serialized_start = 1093
|
|
53
|
+
_globals["_USAGESTATS_REQUESTSBYAPIKEYENTRY"]._serialized_end = 1160
|
|
54
|
+
_globals["_USAGELIMITS"]._serialized_start = 1163
|
|
55
|
+
_globals["_USAGELIMITS"]._serialized_end = 1495
|
|
56
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: weaveapi/auth/v1/user.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.5
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
|
|
8
|
+
from google.protobuf import descriptor as _descriptor
|
|
9
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
10
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
11
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
12
|
+
from google.protobuf.internal import builder as _builder
|
|
13
|
+
|
|
14
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 6, 33, 5, "", "weaveapi/auth/v1/user.proto"
|
|
16
|
+
)
|
|
17
|
+
# @@protoc_insertion_point(imports)
|
|
18
|
+
|
|
19
|
+
_sym_db = _symbol_database.Default()
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
+
b'\n\x1bweaveapi/auth/v1/user.proto\x12\x10weaveapi.auth.v1\x1a\x1fgoogle/protobuf/timestamp.proto"\x9f\x05\n\x04User\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12\x1a\n\x08username\x18\x03 \x01(\tR\x08username\x12\x1b\n\tfull_name\x18\x04 \x01(\tR\x08\x66ullName\x12\x1d\n\navatar_url\x18\x05 \x01(\tR\tavatarUrl\x12I\n\x0eoauth_accounts\x18\x06 \x03(\x0b\x32\x1e.weaveapi.auth.v1.OAuthAccountB\x02(\x01R\roauthAccounts\x12)\n\x10primary_provider\x18\x07 \x01(\tR\x0fprimaryProvider\x12J\n\x0csubscription\x18\x08 \x01(\x0b\x32".weaveapi.auth.v1.SubscriptionInfoB\x02(\x01R\x0csubscription\x12%\n\x0e\x61\x63\x63ount_status\x18\t \x01(\tR\raccountStatus\x12%\n\x0e\x65mail_verified\x18\n \x01(\x08R\remailVerified\x12\x42\n\rlast_login_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0blastLoginAt\x12=\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt\x12G\n\x0bpreferences\x18\x0e \x01(\x0b\x32!.weaveapi.auth.v1.UserPreferencesB\x02(\x01R\x0bpreferences"\xc0\x04\n\x0cOAuthAccount\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12(\n\x10provider_user_id\x18\x02 \x01(\tR\x0eproviderUserId\x12+\n\x11provider_username\x18\x03 \x01(\tR\x10providerUsername\x12%\n\x0eprovider_email\x18\x04 \x01(\tR\rproviderEmail\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x05 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12#\n\rrefresh_token\x18\x06 \x01(\tR\x0crefreshToken\x12H\n\x10token_expires_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0etokenExpiresAt\x12;\n\tlinked_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x08linkedAt\x12@\n\x0clast_used_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\nlastUsedAt\x12H\n\x08metadata\x18\n \x03(\x0b\x32,.weaveapi.auth.v1.OAuthAccount.MetadataEntryR\x08metadata\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\x9b\x02\n\rOAuthProvider\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12!\n\x0c\x64isplay_name\x18\x02 \x01(\tR\x0b\x64isplayName\x12\x19\n\x08icon_url\x18\x03 \x01(\tR\x07iconUrl\x12\x18\n\x07\x65nabled\x18\x04 \x01(\x08R\x07\x65nabled\x12)\n\x10supported_scopes\x18\x05 \x03(\tR\x0fsupportedScopes\x12#\n\rdefault_scope\x18\x06 \x01(\tR\x0c\x64\x65\x66\x61ultScope\x12)\n\x10supports_refresh\x18\x07 \x01(\x08R\x0fsupportsRefresh\x12#\n\rsupports_pkce\x18\x08 \x01(\x08R\x0csupportsPkce"\xe0\x03\n\x10SubscriptionInfo\x12\x16\n\x06status\x18\x01 \x01(\tR\x06status\x12\x12\n\x04tier\x18\x02 \x01(\tR\x04tier\x12,\n\x12stripe_customer_id\x18\x03 \x01(\tR\x10stripeCustomerId\x12\x34\n\x16stripe_subscription_id\x18\x04 \x01(\tR\x14stripeSubscriptionId\x12=\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tstartedAt\x12\x37\n\x07\x65nds_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x06\x65ndsAt\x12\x41\n\x0c\x63\x61ncelled_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0b\x63\x61ncelledAt\x12\x1d\n\nauto_renew\x18\x08 \x01(\x08R\tautoRenew\x12\x30\n\x14payment_method_last4\x18\t \x01(\tR\x12paymentMethodLast4\x12\x30\n\x14payment_method_brand\x18\n \x01(\tR\x12paymentMethodBrand"\xd0\x02\n\x0fUserPreferences\x12/\n\x13\x65mail_notifications\x18\x01 \x01(\x08R\x12\x65mailNotifications\x12\x33\n\x15webhook_notifications\x18\x02 \x01(\x08R\x14webhookNotifications\x12\x1f\n\x0bwebhook_url\x18\x03 \x01(\tR\nwebhookUrl\x12%\n\x0ewebhook_secret\x18\x04 \x01(\tR\rwebhookSecret\x12%\n\x0ewatched_models\x18\x05 \x03(\tR\rwatchedModels\x12+\n\x11watched_providers\x18\x06 \x03(\tR\x10watchedProviders\x12\x1a\n\x08timezone\x18\x07 \x01(\tR\x08timezone\x12\x1f\n\x0b\x64\x61te_format\x18\x08 \x01(\tR\ndateFormat"\xd0\x04\n\x06\x41PIKey\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x1d\n\nkey_prefix\x18\x03 \x01(\tR\tkeyPrefix\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12\x16\n\x06scopes\x18\x06 \x03(\tR\x06scopes\x12+\n\x11\x61llowed_endpoints\x18\x07 \x03(\tR\x10\x61llowedEndpoints\x12\x1f\n\x0b\x61llowed_ips\x18\x08 \x03(\tR\nallowedIps\x12@\n\x0clast_used_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\nlastUsedAt\x12#\n\rrequest_count\x18\n \x01(\x03R\x0crequestCount\x12!\n\x0ctotal_tokens\x18\x0b \x01(\x03R\x0btotalTokens\x12\x1b\n\tis_active\x18\x0c \x01(\x08R\x08isActive\x12=\n\nexpires_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt\x12=\n\ncreated_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAtB\xb9\x01\n\x14\x63om.weaveapi.auth.v1B\tUserProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\xa2\x02\x03WAX\xaa\x02\x10Weaveapi.Auth.V1\xca\x02\x10Weaveapi\\Auth\\V1\xe2\x02\x1cWeaveapi\\Auth\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Auth::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
_globals = globals()
|
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(
|
|
29
|
+
DESCRIPTOR, "weaveapi.auth.v1.user_pb2", _globals
|
|
30
|
+
)
|
|
31
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
32
|
+
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
|
+
_globals[
|
|
34
|
+
"DESCRIPTOR"
|
|
35
|
+
]._serialized_options = b"\n\024com.weaveapi.auth.v1B\tUserProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\242\002\003WAX\252\002\020Weaveapi.Auth.V1\312\002\020Weaveapi\\Auth\\V1\342\002\034Weaveapi\\Auth\\V1\\GPBMetadata\352\002\022Weaveapi::Auth::V1"
|
|
36
|
+
_globals["_USER"].fields_by_name["oauth_accounts"]._loaded_options = None
|
|
37
|
+
_globals["_USER"].fields_by_name["oauth_accounts"]._serialized_options = b"(\001"
|
|
38
|
+
_globals["_USER"].fields_by_name["subscription"]._loaded_options = None
|
|
39
|
+
_globals["_USER"].fields_by_name["subscription"]._serialized_options = b"(\001"
|
|
40
|
+
_globals["_USER"].fields_by_name["last_login_at"]._loaded_options = None
|
|
41
|
+
_globals["_USER"].fields_by_name["last_login_at"]._serialized_options = b"(\001"
|
|
42
|
+
_globals["_USER"].fields_by_name["created_at"]._loaded_options = None
|
|
43
|
+
_globals["_USER"].fields_by_name["created_at"]._serialized_options = b"(\001"
|
|
44
|
+
_globals["_USER"].fields_by_name["updated_at"]._loaded_options = None
|
|
45
|
+
_globals["_USER"].fields_by_name["updated_at"]._serialized_options = b"(\001"
|
|
46
|
+
_globals["_USER"].fields_by_name["preferences"]._loaded_options = None
|
|
47
|
+
_globals["_USER"].fields_by_name["preferences"]._serialized_options = b"(\001"
|
|
48
|
+
_globals["_OAUTHACCOUNT_METADATAENTRY"]._loaded_options = None
|
|
49
|
+
_globals["_OAUTHACCOUNT_METADATAENTRY"]._serialized_options = b"8\001"
|
|
50
|
+
_globals["_OAUTHACCOUNT"].fields_by_name["token_expires_at"]._loaded_options = None
|
|
51
|
+
_globals["_OAUTHACCOUNT"].fields_by_name[
|
|
52
|
+
"token_expires_at"
|
|
53
|
+
]._serialized_options = b"(\001"
|
|
54
|
+
_globals["_OAUTHACCOUNT"].fields_by_name["linked_at"]._loaded_options = None
|
|
55
|
+
_globals["_OAUTHACCOUNT"].fields_by_name["linked_at"]._serialized_options = b"(\001"
|
|
56
|
+
_globals["_OAUTHACCOUNT"].fields_by_name["last_used_at"]._loaded_options = None
|
|
57
|
+
_globals["_OAUTHACCOUNT"].fields_by_name[
|
|
58
|
+
"last_used_at"
|
|
59
|
+
]._serialized_options = b"(\001"
|
|
60
|
+
_globals["_SUBSCRIPTIONINFO"].fields_by_name["started_at"]._loaded_options = None
|
|
61
|
+
_globals["_SUBSCRIPTIONINFO"].fields_by_name[
|
|
62
|
+
"started_at"
|
|
63
|
+
]._serialized_options = b"(\001"
|
|
64
|
+
_globals["_SUBSCRIPTIONINFO"].fields_by_name["ends_at"]._loaded_options = None
|
|
65
|
+
_globals["_SUBSCRIPTIONINFO"].fields_by_name[
|
|
66
|
+
"ends_at"
|
|
67
|
+
]._serialized_options = b"(\001"
|
|
68
|
+
_globals["_SUBSCRIPTIONINFO"].fields_by_name["cancelled_at"]._loaded_options = None
|
|
69
|
+
_globals["_SUBSCRIPTIONINFO"].fields_by_name[
|
|
70
|
+
"cancelled_at"
|
|
71
|
+
]._serialized_options = b"(\001"
|
|
72
|
+
_globals["_APIKEY"].fields_by_name["last_used_at"]._loaded_options = None
|
|
73
|
+
_globals["_APIKEY"].fields_by_name["last_used_at"]._serialized_options = b"(\001"
|
|
74
|
+
_globals["_APIKEY"].fields_by_name["expires_at"]._loaded_options = None
|
|
75
|
+
_globals["_APIKEY"].fields_by_name["expires_at"]._serialized_options = b"(\001"
|
|
76
|
+
_globals["_APIKEY"].fields_by_name["created_at"]._loaded_options = None
|
|
77
|
+
_globals["_APIKEY"].fields_by_name["created_at"]._serialized_options = b"(\001"
|
|
78
|
+
_globals["_APIKEY"].fields_by_name["updated_at"]._loaded_options = None
|
|
79
|
+
_globals["_APIKEY"].fields_by_name["updated_at"]._serialized_options = b"(\001"
|
|
80
|
+
_globals["_USER"]._serialized_start = 83
|
|
81
|
+
_globals["_USER"]._serialized_end = 754
|
|
82
|
+
_globals["_OAUTHACCOUNT"]._serialized_start = 757
|
|
83
|
+
_globals["_OAUTHACCOUNT"]._serialized_end = 1333
|
|
84
|
+
_globals["_OAUTHACCOUNT_METADATAENTRY"]._serialized_start = 1274
|
|
85
|
+
_globals["_OAUTHACCOUNT_METADATAENTRY"]._serialized_end = 1333
|
|
86
|
+
_globals["_OAUTHPROVIDER"]._serialized_start = 1336
|
|
87
|
+
_globals["_OAUTHPROVIDER"]._serialized_end = 1619
|
|
88
|
+
_globals["_SUBSCRIPTIONINFO"]._serialized_start = 1622
|
|
89
|
+
_globals["_SUBSCRIPTIONINFO"]._serialized_end = 2102
|
|
90
|
+
_globals["_USERPREFERENCES"]._serialized_start = 2105
|
|
91
|
+
_globals["_USERPREFERENCES"]._serialized_end = 2441
|
|
92
|
+
_globals["_APIKEY"]._serialized_start = 2444
|
|
93
|
+
_globals["_APIKEY"]._serialized_end = 3036
|
|
94
|
+
# @@protoc_insertion_point(module_scope)
|