weave-python 0.46.0__tar.gz → 0.48.0__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.46.0 → weave_python-0.48.0}/PKG-INFO +1 -1
- {weave_python-0.46.0 → weave_python-0.48.0}/uv.lock +48 -48
- weave_python-0.48.0/weave/weaveapi/auth/v1/auth_pb2.py +254 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/auth_pb2.pyi +119 -8
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/service_pb2.py +162 -144
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/service_pb2.pyi +64 -5
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.py +2 -2
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.pyi +2 -0
- weave_python-0.48.0/weave/weaveapi/ingestion/v1/ingestion_pb2.py +493 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.pyi +593 -0
- weave_python-0.48.0/weave/weaveapi/ingestion/v1/service_pb2.py +192 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.py +235 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.pyi +85 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.py +32 -26
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.pyi +22 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/auth_identity.py +118 -18
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/consolidation.py +15 -5
- weave_python-0.48.0/weave/weavesql/weavedb/document_security.py +1268 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/ingestion.py +193 -183
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/models.py +36 -21
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/retrieval.py +147 -64
- weave_python-0.46.0/weave/weaveapi/auth/v1/auth_pb2.py +0 -206
- weave_python-0.46.0/weave/weaveapi/ingestion/v1/ingestion_pb2.py +0 -419
- weave_python-0.46.0/weave/weaveapi/ingestion/v1/service_pb2.py +0 -158
- weave_python-0.46.0/weave/weavesql/weavedb/document_security.py +0 -573
- {weave_python-0.46.0 → weave_python-0.48.0}/.github/runs-on.yml +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/.github/workflows/format-lint.yaml +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/.github/workflows/generate.yaml +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/.github/workflows/release.yaml +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/.gitignore +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/.python-version +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/LICENSE +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/README.md +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/Taskfile.yaml +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/buf.gen.yaml +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/pyproject.toml +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/renovate.json +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/tools/sqlcgen/README.md +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/tools/sqlcgen/sqlcgen.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/tools/sqlcgen/test_sqlcgen.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/event_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/event_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/event_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/event_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/message_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/message_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/message_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/message_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/process_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/process_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/process_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/process_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/run_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/run_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/run_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/run_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/chat_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/chat_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/inference_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/inference_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/inference_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/inference_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/model_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/model_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/model_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/model_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/organization_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/organization_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/project_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/project_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/project_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/provider_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/provider_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/service_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/service_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/task_pb2.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/task_pb2.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/task_pb2_grpc.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/task_pb2_grpc.pyi +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/event.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/inspection.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/mailbox.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/models.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/run_template.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/snapshot.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/team.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/chat.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/model_catalog.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/organization.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/project.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/provider.py +0 -0
- {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/task.py +0 -0
|
@@ -4,56 +4,56 @@ requires-python = ">=3.10"
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "greenlet"
|
|
7
|
-
version = "3.
|
|
7
|
+
version = "3.5.0"
|
|
8
8
|
source = { registry = "https://pypi.org/simple" }
|
|
9
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
9
|
+
sdist = { url = "https://files.pythonhosted.org/packages/3c/3f/dbf99fb14bfeb88c28f16729215478c0e265cacd6dc22270c8f31bb6892f/greenlet-3.5.0.tar.gz", hash = "sha256:d419647372241bc68e957bf38d5c1f98852155e4146bd1e4121adea81f4f01e4", size = 196995, upload-time = "2026-04-27T13:37:15.544Z" }
|
|
10
10
|
wheels = [
|
|
11
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
12
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
13
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
14
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
15
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
16
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
17
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
18
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
19
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
20
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
21
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
22
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
23
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
24
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
25
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
26
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
27
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
28
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
29
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
30
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
31
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
32
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
33
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
34
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
35
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
36
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
37
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
38
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
39
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
40
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
41
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
42
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
43
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
44
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
45
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
46
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
47
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
48
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
49
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
50
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
51
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
52
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
53
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
54
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
55
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
56
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
11
|
+
{ url = "https://files.pythonhosted.org/packages/b0/03/84359833f7e1d49a883e92777637c592306030e30cee5e2b1e6476f95c88/greenlet-3.5.0-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:29ea813b2e1f45fa9649a17853b2b5465c4072fbcb072e5af6cd3a288216574a", size = 283502, upload-time = "2026-04-27T12:20:55.213Z" },
|
|
12
|
+
{ url = "https://files.pythonhosted.org/packages/25/ce/6f9f008266273aa14a2e011945797ac5802b97b8b40efe7afe1ee6c1afc9/greenlet-3.5.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:804a70b328e706b785c6ef16187051c394a63dd1a906d89be24b6ad77759f13f", size = 600508, upload-time = "2026-04-27T12:52:37.876Z" },
|
|
13
|
+
{ url = "https://files.pythonhosted.org/packages/e0/6d/b0f3272c2368ea2c1aa19a5ad70db0be8f8dff6e6d3d1eb82efa00cbcf19/greenlet-3.5.0-cp310-cp310-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:884f649de075b84739713d41dd4dfd41e2b910bfb769c4a3ea02ec1da52cd9bb", size = 613283, upload-time = "2026-04-27T12:59:37.957Z" },
|
|
14
|
+
{ url = "https://files.pythonhosted.org/packages/ed/ac/0b509b6fb93551ce5a01612ee1acda7f7dda4bbb66c99aeb2ab403d205dc/greenlet-3.5.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4b28037cb07768933c54d81bfe47a85f9f402f57d7d69743b991a713b63954eb", size = 613418, upload-time = "2026-04-27T12:25:23.852Z" },
|
|
15
|
+
{ url = "https://files.pythonhosted.org/packages/03/03/2b2b680ec87aaa97998fb5b8d76658d4d3560386864f17efab33ba7c2e24/greenlet-3.5.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:cda05425526240807408156b6960a17a79a0c760b813573b67027823be760977", size = 1572229, upload-time = "2026-04-27T12:53:23.509Z" },
|
|
16
|
+
{ url = "https://files.pythonhosted.org/packages/61/e4/42b259e7a19aff1a270a4bd82caf6353109ed6860c9454e18f37162b83ae/greenlet-3.5.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:9c615f869163e14bb1ced20322d8038fb680b08236521ac3f30cd4c1288785a0", size = 1639886, upload-time = "2026-04-27T12:25:22.325Z" },
|
|
17
|
+
{ url = "https://files.pythonhosted.org/packages/6f/b4/733ca47b883b67c57f90d3ecb21055c9ec753597d10754ac201644061f9d/greenlet-3.5.0-cp310-cp310-win_amd64.whl", hash = "sha256:ba8f0bdc2fae6ce915dfd0c16d2d00bca7e4247c1eae4416e06430e522137858", size = 237795, upload-time = "2026-04-27T12:21:40.118Z" },
|
|
18
|
+
{ url = "https://files.pythonhosted.org/packages/8b/0f/a91f143f356523ff682309732b175765a9bc2836fd7c081c2c67fedc1ad4/greenlet-3.5.0-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:8f1cc966c126639cd152fdaa52624d2655f492faa79e013fea161de3e6dda082", size = 284726, upload-time = "2026-04-27T12:20:51.402Z" },
|
|
19
|
+
{ url = "https://files.pythonhosted.org/packages/95/82/800646c7ffc5dbabd75ddd2f6b519bb898c0c9c969e5d0473bfe5d20bcce/greenlet-3.5.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:362624e6a8e5bca3b8233e45eef33903a100e9539a2b995c364d595dbc4018b3", size = 604264, upload-time = "2026-04-27T12:52:39.494Z" },
|
|
20
|
+
{ url = "https://files.pythonhosted.org/packages/ca/ac/354867c0bba812fc33b15bc55aedafedd0aee3c7dd91dfca22444157dc0c/greenlet-3.5.0-cp311-cp311-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5ecd83806b0f4c2f53b1018e0005cd82269ea01d42befc0368730028d850ed1c", size = 616099, upload-time = "2026-04-27T12:59:39.623Z" },
|
|
21
|
+
{ url = "https://files.pythonhosted.org/packages/ff/b0/815bece7399e01cadb69014219eebd0042339875c59a59b0820a46ece356/greenlet-3.5.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0ff251e9a0279522e62f6176412869395a64ddf2b5c5f782ff609a8216a4e662", size = 615198, upload-time = "2026-04-27T12:25:25.928Z" },
|
|
22
|
+
{ url = "https://files.pythonhosted.org/packages/10/80/3b2c0a895d6698f6ddb31b07942ebfa982f3e30888bc5546a5b5990de8b2/greenlet-3.5.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:6d874e79afd41a96e11ff4c5d0bc90a80973e476fda1c2c64985667397df432b", size = 1574927, upload-time = "2026-04-27T12:53:25.81Z" },
|
|
23
|
+
{ url = "https://files.pythonhosted.org/packages/44/0e/f354af514a4c61454dbc68e44d47544a5a4d6317e30b77ddfa3a09f4c5f3/greenlet-3.5.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:0ed006e4b86c59de7467eb2601cd1b77b5a7d657d1ee55e30fe30d76451edba4", size = 1642683, upload-time = "2026-04-27T12:25:23.9Z" },
|
|
24
|
+
{ url = "https://files.pythonhosted.org/packages/fa/6a/87f38255201e993a1915265ebb80cd7c2c78b04a45744995abbf6b259fd8/greenlet-3.5.0-cp311-cp311-win_amd64.whl", hash = "sha256:703cb211b820dbffbbc55a16bfc6e4583a6e6e990f33a119d2cc8b83211119c8", size = 238115, upload-time = "2026-04-27T12:21:48.845Z" },
|
|
25
|
+
{ url = "https://files.pythonhosted.org/packages/e3/f8/450fe3c5938fa737ea4d22699772e6e34e8e24431a47bf4e8a1ceed4a98e/greenlet-3.5.0-cp311-cp311-win_arm64.whl", hash = "sha256:6c18dfb59c70f5a94acd271c72e90128c3c776e41e5f07767908c8c1b74ad339", size = 235017, upload-time = "2026-04-27T12:22:26.768Z" },
|
|
26
|
+
{ url = "https://files.pythonhosted.org/packages/ef/32/f2ce6d4cac3e55bc6173f92dbe627e782e1850f89d986c3606feb63aafa7/greenlet-3.5.0-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:db2910d3c809444e0a20147361f343fe2798e106af8d9d8506f5305302655a9f", size = 286228, upload-time = "2026-04-27T12:20:34.421Z" },
|
|
27
|
+
{ url = "https://files.pythonhosted.org/packages/b7/aa/caed9e5adf742315fc7be2a84196373aab4816e540e38ba0d76cb7584d68/greenlet-3.5.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3ec9ea74e7268ace7f9aab1b1a4e730193fc661b39a993cd91c606c32d4a3628", size = 601775, upload-time = "2026-04-27T12:52:41.045Z" },
|
|
28
|
+
{ url = "https://files.pythonhosted.org/packages/c7/af/90ae08497400a941595d12774447f752d3dfe0fbb012e35b76bc5c0ff37e/greenlet-3.5.0-cp312-cp312-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:54d243512da35485fc7a6bf3c178fdda6327a9d6506fcdd62b1abd1e41b2927b", size = 614436, upload-time = "2026-04-27T12:59:41.595Z" },
|
|
29
|
+
{ url = "https://files.pythonhosted.org/packages/2b/e0/2e13df68f367e2f9960616927d60857dd7e56aaadd59a47c644216b2f920/greenlet-3.5.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d280a7f5c331622c69f97eb167f33577ff2d1df282c41cd15907fc0a3ca198c", size = 611388, upload-time = "2026-04-27T12:25:28.008Z" },
|
|
30
|
+
{ url = "https://files.pythonhosted.org/packages/82/f7/393c64055132ac0d488ef6be549253b7e6274194863967ddc0bc8f5b87b8/greenlet-3.5.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1eb67d5adefb5bd2e182d42678a328979a209e4e82eb93575708185d31d1f588", size = 1570768, upload-time = "2026-04-27T12:53:28.099Z" },
|
|
31
|
+
{ url = "https://files.pythonhosted.org/packages/b8/4b/eaf7735253522cf56d1b74d672a58f54fc114702ceaf05def59aae72f6e1/greenlet-3.5.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2628d6c86f6cb0cb45e0c3c54058bbec559f57eaae699447748cb3928150577e", size = 1635983, upload-time = "2026-04-27T12:25:26.903Z" },
|
|
32
|
+
{ url = "https://files.pythonhosted.org/packages/4c/fe/4fb3a0805bd5165da5ebf858da7cc01cce8061674106d2cf5bdab32cbfde/greenlet-3.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:d4d9f0624c775f2dfc56ba54d515a8c771044346852a918b405914f6b19d7fd8", size = 238840, upload-time = "2026-04-27T12:23:54.806Z" },
|
|
33
|
+
{ url = "https://files.pythonhosted.org/packages/cb/cb/baa584cb00532126ffe12d9787db0a60c5a4f55c27bfe2666df5d4c30a32/greenlet-3.5.0-cp312-cp312-win_arm64.whl", hash = "sha256:83ed9f27f1680b50e89f40f6df348a290ea234b249a4003d366663a12eab94f2", size = 235615, upload-time = "2026-04-27T12:21:38.57Z" },
|
|
34
|
+
{ url = "https://files.pythonhosted.org/packages/0c/58/fc576f99037ce19c5aa16628e4c3226b6d1419f72a62c79f5f40576e6eb3/greenlet-3.5.0-cp313-cp313-macosx_11_0_universal2.whl", hash = "sha256:5a5ed18de6a0f6cc7087f1563f6bd93fc7df1c19165ca01e9bde5a5dc281d106", size = 285066, upload-time = "2026-04-27T12:23:05.033Z" },
|
|
35
|
+
{ url = "https://files.pythonhosted.org/packages/4a/ba/b28ddbe6bfad6a8ac196ef0e8cff37bc65b79735995b9e410923fffeeb70/greenlet-3.5.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3a717fbc46d8a354fa675f7c1e813485b6ba3885f9bef0cd56e5ba27d758ff5b", size = 604414, upload-time = "2026-04-27T12:52:42.358Z" },
|
|
36
|
+
{ url = "https://files.pythonhosted.org/packages/09/06/4b69f8f0b67603a8be2790e55107a190b376f2627fe0eaf5695d85ffb3cd/greenlet-3.5.0-cp313-cp313-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ddc090c5c1792b10246a78e8c2163ebbe04cf877f9d785c230a7b27b39ad038e", size = 617349, upload-time = "2026-04-27T12:59:43.32Z" },
|
|
37
|
+
{ url = "https://files.pythonhosted.org/packages/8a/17/a3918541fd0ddefe024a69de6d16aa7b46d36ac19562adaa63c7fa180eff/greenlet-3.5.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2094acd54b272cb6eae8c03dd87b3fa1820a4cef18d6889c378d503500a1dc13", size = 613927, upload-time = "2026-04-27T12:25:30.28Z" },
|
|
38
|
+
{ url = "https://files.pythonhosted.org/packages/ee/e1/bd0af6213c7dd33175d8a462d4c1fe1175124ebed4855bc1475a5b5242c2/greenlet-3.5.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:5e05ba267789ea87b5a155cf0e810b1ab88bf18e9e8740813945ceb8ee4350ba", size = 1570893, upload-time = "2026-04-27T12:53:29.483Z" },
|
|
39
|
+
{ url = "https://files.pythonhosted.org/packages/9b/2a/0789702f864f5382cb476b93d7a9c823c10472658102ccd65f415747d2e2/greenlet-3.5.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:0ecec963079cd58cbd14723582384f11f166fd58883c15dcbfb342e0bc9b5846", size = 1636060, upload-time = "2026-04-27T12:25:28.845Z" },
|
|
40
|
+
{ url = "https://files.pythonhosted.org/packages/b2/8f/22bf9df92bbff0eb07842b60f7e63bf7675a9742df628437a9f02d09137f/greenlet-3.5.0-cp313-cp313-win_amd64.whl", hash = "sha256:728d9667d8f2f586644b748dbd9bb67e50d6a9381767d1357714ea6825bb3bf5", size = 238740, upload-time = "2026-04-27T12:24:01.341Z" },
|
|
41
|
+
{ url = "https://files.pythonhosted.org/packages/b6/b7/9c5c3d653bd4ff614277c049ac676422e2c557db47b4fe43e6313fc005dc/greenlet-3.5.0-cp313-cp313-win_arm64.whl", hash = "sha256:47422135b1d308c14b2c6e758beedb1acd33bb91679f5670edf77bf46244722b", size = 235525, upload-time = "2026-04-27T12:23:12.308Z" },
|
|
42
|
+
{ url = "https://files.pythonhosted.org/packages/94/5e/a70f31e3e8d961c4ce589c15b28e4225d63704e431a23932a3808cbcc867/greenlet-3.5.0-cp314-cp314-macosx_11_0_universal2.whl", hash = "sha256:f35807464c4c58c55f0d31dfa83c541a5615d825c2fe3d2b95360cf7c4e3c0a8", size = 285564, upload-time = "2026-04-27T12:23:08.555Z" },
|
|
43
|
+
{ url = "https://files.pythonhosted.org/packages/af/a6/046c0a28e21833e4086918218cfb3d8bed51c075a1b700f20b9d7861c0f4/greenlet-3.5.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:55fa7ea52771be44af0de27d8b80c02cd18c2c3cddde6c847ecebdf72418b6a1", size = 651166, upload-time = "2026-04-27T12:52:43.644Z" },
|
|
44
|
+
{ url = "https://files.pythonhosted.org/packages/47/f8/4af27f71c5ff32a7fbc516adb46370d9c4ae2bc7bd3dc7d066ac542b4b15/greenlet-3.5.0-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a97e4821aa710603f94de0da25f25096454d78ffdace5dc77f3a006bc01abba3", size = 663792, upload-time = "2026-04-27T12:59:44.93Z" },
|
|
45
|
+
{ url = "https://files.pythonhosted.org/packages/a3/59/1bd6d7428d6ed9106efbb8c52310c60fd04f6672490f452aeaa3829aa436/greenlet-3.5.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8f52a464e4ed91780bdfbbdd2b97197f3accaa629b98c200f4dffada759f3ae7", size = 660933, upload-time = "2026-04-27T12:25:33.276Z" },
|
|
46
|
+
{ url = "https://files.pythonhosted.org/packages/83/e4/b903e5a5fae1e8a28cdd32a0cfbfd560b668c25b692f67768822ddc5f40f/greenlet-3.5.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:762612baf1161ccb8437c0161c668a688223cba28e1bf038f4eb47b13e39ccdf", size = 1618401, upload-time = "2026-04-27T12:53:31.062Z" },
|
|
47
|
+
{ url = "https://files.pythonhosted.org/packages/0e/e3/5ec408a329acb854fb607a122e1ee5fb3ff649f9a97952948a90803c0d8e/greenlet-3.5.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:57a43c6079a89713522bc4bcb9f75070ecf5d3dbad7792bfe42239362cbf2a16", size = 1682038, upload-time = "2026-04-27T12:25:31.838Z" },
|
|
48
|
+
{ url = "https://files.pythonhosted.org/packages/91/20/6b165108058767ee643c55c5c4904d591a830ee2b3c7dbd359828fbc829f/greenlet-3.5.0-cp314-cp314-win_amd64.whl", hash = "sha256:3bc59be3945ae9750b9e7d45067d01ae3fe90ea5f9ade99239dabdd6e28a5033", size = 239835, upload-time = "2026-04-27T12:24:54.136Z" },
|
|
49
|
+
{ url = "https://files.pythonhosted.org/packages/4e/62/1c498375cee177b55d980c1db319f26470e5309e54698c8f8fc06c0fd539/greenlet-3.5.0-cp314-cp314-win_arm64.whl", hash = "sha256:a96fcee45e03fe30a62669fd16ab5c9d3c172660d3085605cb1e2d1280d3c988", size = 236862, upload-time = "2026-04-27T12:23:24.957Z" },
|
|
50
|
+
{ url = "https://files.pythonhosted.org/packages/78/a8/4522939255bb5409af4e87132f915446bf3622c2c292d14d3c38d128ae82/greenlet-3.5.0-cp314-cp314t-macosx_11_0_universal2.whl", hash = "sha256:a10a732421ab4fec934783ce3e54763470d0181db6e3468f9103a275c3ed1853", size = 293614, upload-time = "2026-04-27T12:24:12.874Z" },
|
|
51
|
+
{ url = "https://files.pythonhosted.org/packages/15/5e/8744c52e2c027b5a8772a01561934c8835f869733e101f62075c60430340/greenlet-3.5.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7fc391b1566f2907d17aaebe78f8855dc45675159a775fcf9e61f8ee0078e87f", size = 650723, upload-time = "2026-04-27T12:52:45.412Z" },
|
|
52
|
+
{ url = "https://files.pythonhosted.org/packages/00/ef/7b4c39c03cf46ceca512c5d3f914afd85aa30b2cc9a93015b0dd73e4be6c/greenlet-3.5.0-cp314-cp314t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:680bd0e7ad5e8daa8a4aa89f68fd6adc834b8a8036dc256533f7e08f4a4b01f7", size = 656529, upload-time = "2026-04-27T12:59:46.295Z" },
|
|
53
|
+
{ url = "https://files.pythonhosted.org/packages/0b/b5/c7768f352f5c010f92064d0063f987e7dc0cd290a6d92a34109015ce4aa1/greenlet-3.5.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ddb36c7d6c9c0a65f18c7258634e0c416c6ab59caac8c987b96f80c2ebda0112", size = 654364, upload-time = "2026-04-27T12:25:35.64Z" },
|
|
54
|
+
{ url = "https://files.pythonhosted.org/packages/ef/d0/079ebe12e4b1fc758857ce5be1a5e73f06870f2101e52611d1e71925ce54/greenlet-3.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e5ddf316ced87539144621453c3aef229575825fe60c604e62bedc4003f372b2", size = 1614204, upload-time = "2026-04-27T12:53:32.618Z" },
|
|
55
|
+
{ url = "https://files.pythonhosted.org/packages/6d/89/6c2fb63df3596552d20e58fb4d96669243388cf680cff222758812c7bfaa/greenlet-3.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:4a448128607be0de65342dc9b31be7f948ef4cc0bc8832069350abefd310a8f2", size = 1675480, upload-time = "2026-04-27T12:25:34.168Z" },
|
|
56
|
+
{ url = "https://files.pythonhosted.org/packages/15/32/77ee8a6c1564fc345a491a4e85b3bf360e4cf26eac98c4532d2fdb96e01f/greenlet-3.5.0-cp314-cp314t-win_amd64.whl", hash = "sha256:d60097128cb0a1cab9ea541186ea13cd7b847b8449a7787c2e2350da0cb82d86", size = 245324, upload-time = "2026-04-27T12:24:40.295Z" },
|
|
57
57
|
]
|
|
58
58
|
|
|
59
59
|
[[package]]
|
|
@@ -0,0 +1,254 @@
|
|
|
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/auth.proto
|
|
5
|
+
# Protobuf Python Version: 7.34.1
|
|
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, 7, 34, 1, "", "weaveapi/auth/v1/auth.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/auth.proto\x12\x10weaveapi.auth.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xe3\x02\n\x0b\x41uthSession\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId\x12\x32\n\x04user\x18\x02 \x01(\x0b\x32\x1a.weaveapi.auth.v1.AuthUserB\x02(\x01R\x04user\x12W\n\x13\x61\x63tive_organization\x18\x03 \x01(\x0b\x32".weaveapi.auth.v1.AuthOrganizationB\x02(\x01R\x12\x61\x63tiveOrganization\x12\x19\n\x08role_ids\x18\x04 \x03(\tR\x07roleIds\x12\'\n\x0f\x61llowed_actions\x18\x05 \x03(\tR\x0e\x61llowedActions\x12%\n\x0eplatform_admin\x18\x06 \x01(\x08R\rplatformAdmin\x12=\n\nexpires_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt"\xca\x04\n\x08\x41uthUser\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12!\n\x0c\x64isplay_name\x18\x02 \x01(\tR\x0b\x64isplayName\x12\x14\n\x05\x65mail\x18\x03 \x01(\tR\x05\x65mail\x12\x1d\n\navatar_url\x18\x04 \x01(\tR\tavatarUrl\x12\x1b\n\tjob_title\x18\x05 \x01(\tR\x08jobTitle\x12\x14\n\x05theme\x18\x06 \x01(\tR\x05theme\x12\x36\n\x17\x64\x65\x66\x61ult_organization_id\x18\x07 \x01(\tR\x15\x64\x65\x66\x61ultOrganizationId\x12:\n\x19\x64\x65\x66\x61ult_organization_slug\x18\x08 \x01(\tR\x17\x64\x65\x66\x61ultOrganizationSlug\x12\x30\n\x14last_organization_id\x18\t \x01(\tR\x12lastOrganizationId\x12\x34\n\x16last_organization_slug\x18\n \x01(\tR\x14lastOrganizationSlug\x12y\n\x1borganization_page_positions\x18\x0b \x03(\x0b\x32\x39.weaveapi.auth.v1.AuthUser.OrganizationPagePositionsEntryR\x19organizationPagePositions\x1aL\n\x1eOrganizationPagePositionsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\xa8\x02\n\x10\x41uthOrganization\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04slug\x18\x02 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12\x36\n\x04kind\x18\x04 \x01(\x0e\x32".weaveapi.auth.v1.OrganizationKindR\x04kind\x12\x38\n\x16stytch_organization_id\x18\x05 \x01(\tB\x02\x18\x01R\x14stytchOrganizationId\x12\x19\n\x08role_ids\x18\x06 \x03(\tR\x07roleIds\x12O\n\x11membership_status\x18\x07 \x01(\x0e\x32".weaveapi.auth.v1.MembershipStatusR\x10membershipStatus"\xdf\x03\n\x15\x44iscoveryOrganization\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12+\n\x11organization_slug\x18\x02 \x01(\tR\x10organizationSlug\x12+\n\x11organization_name\x18\x03 \x01(\tR\x10organizationName\x12\x38\n\x16stytch_organization_id\x18\x04 \x01(\tB\x02\x18\x01R\x14stytchOrganizationId\x12<\n\x18stytch_organization_slug\x18\x05 \x01(\tB\x02\x18\x01R\x16stytchOrganizationSlug\x12O\n\x11organization_kind\x18\x06 \x01(\x0e\x32".weaveapi.auth.v1.OrganizationKindR\x10organizationKind\x12\x45\n\x06status\x18\x07 \x01(\x0e\x32-.weaveapi.auth.v1.DiscoveryOrganizationStatusR\x06status\x12\x18\n\x07\x64omains\x18\x08 \x03(\tR\x07\x64omains\x12\x19\n\x08role_ids\x18\t \x03(\tR\x07roleIds"\xc0\x08\n\x15InviteOnboardingState\x12*\n\x11invite_session_id\x18\x01 \x01(\tR\x0finviteSessionId\x12@\n\x06status\x18\x02 \x01(\x0e\x32(.weaveapi.auth.v1.InviteOnboardingStatusR\x06status\x12\'\n\x0forganization_id\x18\x03 \x01(\tR\x0eorganizationId\x12+\n\x11organization_slug\x18\x04 \x01(\tR\x10organizationSlug\x12+\n\x11organization_name\x18\x05 \x01(\tR\x10organizationName\x12O\n\x11organization_kind\x18\x06 \x01(\x0e\x32".weaveapi.auth.v1.OrganizationKindR\x10organizationKind\x12\x38\n\x16stytch_organization_id\x18\x07 \x01(\tB\x02\x18\x01R\x14stytchOrganizationId\x12,\n\x10stytch_member_id\x18\x08 \x01(\tB\x02\x18\x01R\x0estytchMemberId\x12\x14\n\x05\x65mail\x18\t \x01(\tR\x05\x65mail\x12!\n\x0c\x64isplay_name\x18\n \x01(\tR\x0b\x64isplayName\x12\x19\n\x08role_ids\x18\x0b \x03(\tR\x07roleIds\x12N\n\x14\x61llowed_auth_methods\x18\x0c \x03(\x0e\x32\x1c.weaveapi.auth.v1.AuthMethodR\x12\x61llowedAuthMethods\x12V\n\x17\x61llowed_oauth_providers\x18\r \x03(\x0e\x32\x1e.weaveapi.auth.v1.AuthProviderR\x15\x61llowedOauthProviders\x12)\n\x10password_allowed\x18\x0e \x01(\x08R\x0fpasswordAllowed\x12+\n\x11password_required\x18\x0f \x01(\x08R\x10passwordRequired\x12#\n\roauth_allowed\x18\x10 \x01(\x08R\x0coauthAllowed\x12O\n\x11membership_status\x18\x11 \x01(\x0e\x32".weaveapi.auth.v1.MembershipStatusR\x10membershipStatus\x12O\n\x0frecovery_reason\x18\x12 \x01(\x0e\x32&.weaveapi.auth.v1.InviteRecoveryReasonR\x0erecoveryReason\x12#\n\rrecovery_hint\x18\x13 \x01(\tR\x0crecoveryHint\x12=\n\nexpires_at\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt"\xea\x02\n\x0bUserProfile\x12\x17\n\x07user_id\x18\x01 \x01(\tR\x06userId\x12!\n\x0c\x64isplay_name\x18\x02 \x01(\tR\x0b\x64isplayName\x12\x1b\n\tjob_title\x18\x03 \x01(\tR\x08jobTitle\x12\x14\n\x05\x65mail\x18\x04 \x01(\tR\x05\x65mail\x12\x1d\n\navatar_url\x18\x05 \x01(\tR\tavatarUrl\x12\x14\n\x05theme\x18\x06 \x01(\tR\x05theme\x12\x39\n\x19\x65mail_managed_by_provider\x18\x07 \x01(\x08R\x16\x65mailManagedByProvider\x12=\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"_\n\x1cUserOrganizationPagePosition\x12+\n\x11organization_slug\x18\x01 \x01(\tR\x10organizationSlug\x12\x12\n\x04href\x18\x02 \x01(\tR\x04href"\xd4\x03\n\x0fUserPreferences\x12\x14\n\x05theme\x18\x01 \x01(\tR\x05theme\x12\x36\n\x17\x64\x65\x66\x61ult_organization_id\x18\x02 \x01(\tR\x15\x64\x65\x66\x61ultOrganizationId\x12:\n\x19\x64\x65\x66\x61ult_organization_slug\x18\x03 \x01(\tR\x17\x64\x65\x66\x61ultOrganizationSlug\x12\x30\n\x14last_organization_id\x18\x04 \x01(\tR\x12lastOrganizationId\x12\x34\n\x16last_organization_slug\x18\x05 \x01(\tR\x14lastOrganizationSlug\x12\x80\x01\n\x1borganization_page_positions\x18\x06 \x03(\x0b\x32@.weaveapi.auth.v1.UserPreferences.OrganizationPagePositionsEntryR\x19organizationPagePositions\x1aL\n\x1eOrganizationPagePositionsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\xf6\x06\n\x18OrganizationAuthSettings\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12+\n\x11organization_slug\x18\x02 \x01(\tR\x10organizationSlug\x12\x38\n\x16stytch_organization_id\x18\x03 \x01(\tB\x02\x18\x01R\x14stytchOrganizationId\x12<\n\x18stytch_organization_slug\x18\x04 \x01(\tB\x02\x18\x01R\x16stytchOrganizationSlug\x12O\n\x11organization_kind\x18\x05 \x01(\x0e\x32".weaveapi.auth.v1.OrganizationKindR\x10organizationKind\x12N\n\x14\x61llowed_auth_methods\x18\x06 \x03(\x0e\x32\x1c.weaveapi.auth.v1.AuthMethodR\x12\x61llowedAuthMethods\x12\'\n\x0f\x61llowed_domains\x18\x07 \x03(\tR\x0e\x61llowedDomains\x12\x38\n\x18jit_provisioning_enabled\x18\x08 \x01(\x08R\x16jitProvisioningEnabled\x12\x32\n\x15password_auth_enabled\x18\t \x01(\x08R\x13passwordAuthEnabled\x12\x30\n\x14google_oauth_enabled\x18\n \x01(\x08R\x12googleOauthEnabled\x12\x36\n\x17microsoft_oauth_enabled\x18\x0b \x01(\x08R\x15microsoftOauthEnabled\x12!\n\x0csso_required\x18\x0c \x01(\x08R\x0bssoRequired\x12!\n\x0cscim_enabled\x18\r \x01(\x08R\x0bscimEnabled\x12W\n\x13rbac_policy_summary\x18\x0e \x01(\x0b\x32#.weaveapi.auth.v1.RbacPolicySummaryB\x02(\x01R\x11rbacPolicySummary\x12K\n\x13\x61uth_policy_summary\x18\x0f \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x11\x61uthPolicySummary"\xc1\x03\n\x12OrganizationMember\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\'\n\x0forganization_id\x18\x03 \x01(\tR\x0eorganizationId\x12,\n\x10stytch_member_id\x18\x04 \x01(\tB\x02\x18\x01R\x0estytchMemberId\x12\x14\n\x05\x65mail\x18\x05 \x01(\tR\x05\x65mail\x12!\n\x0c\x64isplay_name\x18\x06 \x01(\tR\x0b\x64isplayName\x12\x1d\n\navatar_url\x18\x07 \x01(\tR\tavatarUrl\x12:\n\x06status\x18\x08 \x01(\x0e\x32".weaveapi.auth.v1.MembershipStatusR\x06status\x12\x19\n\x08role_ids\x18\t \x03(\tR\x07roleIds\x12=\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"\xf6\x02\n\x10OrganizationTeam\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x12\n\x04slug\x18\x03 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12\x19\n\x08role_ids\x18\x06 \x03(\tR\x07roleIds\x12\x46\n\x07members\x18\x07 \x03(\x0b\x32(.weaveapi.auth.v1.OrganizationTeamMemberB\x02(\x01R\x07members\x12=\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"\x83\x02\n\x16OrganizationTeamMember\x12<\n\x1aorganization_membership_id\x18\x01 \x01(\tR\x18organizationMembershipId\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x14\n\x05\x65mail\x18\x03 \x01(\tR\x05\x65mail\x12!\n\x0c\x64isplay_name\x18\x04 \x01(\tR\x0b\x64isplayName\x12\x1d\n\navatar_url\x18\x05 \x01(\tR\tavatarUrl\x12:\n\x06status\x18\x06 \x01(\x0e\x32".weaveapi.auth.v1.MembershipStatusR\x06status"\xca\x01\n\x11RbacPolicySummary\x12@\n\tresources\x18\x01 \x03(\x0b\x32\x1e.weaveapi.auth.v1.RbacResourceB\x02(\x01R\tresources\x12\x34\n\x05roles\x18\x02 \x03(\x0b\x32\x1a.weaveapi.auth.v1.RbacRoleB\x02(\x01R\x05roles\x12=\n\nupdated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"[\n\x0cRbacResource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12!\n\x0c\x64isplay_name\x18\x02 \x01(\tR\x0b\x64isplayName\x12\x18\n\x07\x61\x63tions\x18\x03 \x03(\tR\x07\x61\x63tions"\xa7\x01\n\x08RbacRole\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12!\n\x0c\x64isplay_name\x18\x02 \x01(\tR\x0b\x64isplayName\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x46\n\x0bpermissions\x18\x04 \x03(\x0b\x32 .weaveapi.auth.v1.RbacPermissionB\x02(\x01R\x0bpermissions"K\n\x0eRbacPermission\x12\x1f\n\x0bresource_id\x18\x01 \x01(\tR\nresourceId\x12\x18\n\x07\x61\x63tions\x18\x02 \x03(\tR\x07\x61\x63tions"\xaf\x04\n\rSsoConnection\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x37\n\x04type\x18\x03 \x01(\x0e\x32#.weaveapi.auth.v1.SsoConnectionTypeR\x04type\x12=\n\x06status\x18\x04 \x01(\x0e\x32%.weaveapi.auth.v1.SsoConnectionStatusR\x06status\x12!\n\x0c\x64isplay_name\x18\x05 \x01(\tR\x0b\x64isplayName\x12+\n\x11identity_provider\x18\x06 \x01(\tR\x10identityProvider\x12\x16\n\x06issuer\x18\x07 \x01(\tR\x06issuer\x12\x17\n\x07sso_url\x18\x08 \x01(\tR\x06ssoUrl\x12\x17\n\x07\x61\x63s_url\x18\t \x01(\tR\x06\x61\x63sUrl\x12\x1b\n\tentity_id\x18\n \x01(\tR\x08\x65ntityId\x12\x38\n\x18jit_provisioning_enabled\x18\x0b \x01(\x08R\x16jitProvisioningEnabled\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"\xcb\x02\n\x0eScimConnection\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12>\n\x06status\x18\x03 \x01(\x0e\x32&.weaveapi.auth.v1.ScimConnectionStatusR\x06status\x12\x19\n\x08\x62\x61se_url\x18\x04 \x01(\tR\x07\x62\x61seUrl\x12\'\n\x0ftoken_available\x18\x05 \x01(\x08R\x0etokenAvailable\x12=\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"\xb3\x01\n\x11ScimTokenRotation\x12\x1f\n\x0brotation_id\x18\x01 \x01(\tR\nrotationId\x12>\n\x06status\x18\x02 \x01(\x0e\x32&.weaveapi.auth.v1.ScimConnectionStatusR\x06status\x12=\n\nexpires_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt"\xde\x01\n\x10ScimGroupMapping\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12"\n\rscim_group_id\x18\x03 \x01(\tR\x0bscimGroupId\x12&\n\x0fscim_group_name\x18\x04 \x01(\tR\rscimGroupName\x12\x1e\n\x0borg_team_id\x18\x05 \x01(\tR\torgTeamId\x12%\n\x0emapping_status\x18\x06 \x01(\tR\rmappingStatus"\xbd\x02\n\x14SupportAccessSession\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12$\n\x0e\x61\x63ting_user_id\x18\x02 \x01(\tR\x0c\x61\x63tingUserId\x12\x34\n\x16target_organization_id\x18\x03 \x01(\tR\x14targetOrganizationId\x12\x16\n\x06reason\x18\x04 \x01(\tR\x06reason\x12\'\n\x0f\x61llowed_actions\x18\x05 \x03(\tR\x0e\x61llowedActions\x12=\n\nstarted_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tstartedAt\x12\x39\n\x08\x65nded_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x07\x65ndedAt*\xb6\x01\n\nAuthMethod\x12\x1b\n\x17\x41UTH_METHOD_UNSPECIFIED\x10\x00\x12\x18\n\x14\x41UTH_METHOD_PASSWORD\x10\x01\x12\x1c\n\x18\x41UTH_METHOD_OAUTH_GOOGLE\x10\x02\x12\x1f\n\x1b\x41UTH_METHOD_OAUTH_MICROSOFT\x10\x03\x12\x18\n\x14\x41UTH_METHOD_SSO_SAML\x10\x04\x12\x18\n\x14\x41UTH_METHOD_SSO_OIDC\x10\x05*\x8b\x02\n\x1b\x44iscoveryOrganizationStatus\x12-\n)DISCOVERY_ORGANIZATION_STATUS_UNSPECIFIED\x10\x00\x12/\n+DISCOVERY_ORGANIZATION_STATUS_ACTIVE_MEMBER\x10\x01\x12\x30\n,DISCOVERY_ORGANIZATION_STATUS_INVITED_MEMBER\x10\x02\x12*\n&DISCOVERY_ORGANIZATION_STATUS_ELIGIBLE\x10\x03\x12.\n*DISCOVERY_ORGANIZATION_STATUS_MFA_REQUIRED\x10\x04*\xb8\x01\n\x10MembershipStatus\x12!\n\x1dMEMBERSHIP_STATUS_UNSPECIFIED\x10\x00\x12\x1c\n\x18MEMBERSHIP_STATUS_ACTIVE\x10\x01\x12\x1d\n\x19MEMBERSHIP_STATUS_INVITED\x10\x02\x12\x1f\n\x1bMEMBERSHIP_STATUS_SUSPENDED\x10\x03\x12#\n\x1fMEMBERSHIP_STATUS_DEPROVISIONED\x10\x04*\x9a\x01\n\x10OrganizationKind\x12!\n\x1dORGANIZATION_KIND_UNSPECIFIED\x10\x00\x12\x1e\n\x1aORGANIZATION_KIND_CUSTOMER\x10\x01\x12$\n ORGANIZATION_KIND_WEAVE_INTERNAL\x10\x02\x12\x1d\n\x19ORGANIZATION_KIND_SANDBOX\x10\x03*t\n\x11SsoConnectionType\x12#\n\x1fSSO_CONNECTION_TYPE_UNSPECIFIED\x10\x00\x12\x1c\n\x18SSO_CONNECTION_TYPE_SAML\x10\x01\x12\x1c\n\x18SSO_CONNECTION_TYPE_OIDC\x10\x02*\xc4\x01\n\x13SsoConnectionStatus\x12%\n!SSO_CONNECTION_STATUS_UNSPECIFIED\x10\x00\x12\x1f\n\x1bSSO_CONNECTION_STATUS_DRAFT\x10\x01\x12 \n\x1cSSO_CONNECTION_STATUS_ACTIVE\x10\x02\x12"\n\x1eSSO_CONNECTION_STATUS_DISABLED\x10\x03\x12\x1f\n\x1bSSO_CONNECTION_STATUS_ERROR\x10\x04*\x86\x02\n\x14ScimConnectionStatus\x12&\n"SCIM_CONNECTION_STATUS_UNSPECIFIED\x10\x00\x12)\n%SCIM_CONNECTION_STATUS_NOT_CONFIGURED\x10\x01\x12!\n\x1dSCIM_CONNECTION_STATUS_ACTIVE\x10\x02\x12#\n\x1fSCIM_CONNECTION_STATUS_DISABLED\x10\x03\x12\x31\n-SCIM_CONNECTION_STATUS_TOKEN_ROTATION_PENDING\x10\x04\x12 \n\x1cSCIM_CONNECTION_STATUS_ERROR\x10\x05*d\n\x0c\x41uthProvider\x12\x1d\n\x19\x41UTH_PROVIDER_UNSPECIFIED\x10\x00\x12\x18\n\x14\x41UTH_PROVIDER_GOOGLE\x10\x01\x12\x1b\n\x17\x41UTH_PROVIDER_MICROSOFT\x10\x02*\x9e\x02\n\x16InviteOnboardingStatus\x12(\n$INVITE_ONBOARDING_STATUS_UNSPECIFIED\x10\x00\x12"\n\x1eINVITE_ONBOARDING_STATUS_READY\x10\x01\x12.\n*INVITE_ONBOARDING_STATUS_PASSWORD_REQUIRED\x10\x02\x12.\n*INVITE_ONBOARDING_STATUS_PROVIDER_REQUIRED\x10\x03\x12.\n*INVITE_ONBOARDING_STATUS_RECOVERY_REQUIRED\x10\x04\x12&\n"INVITE_ONBOARDING_STATUS_COMPLETED\x10\x05*\xb1\x02\n\x14InviteRecoveryReason\x12&\n"INVITE_RECOVERY_REASON_UNSPECIFIED\x10\x00\x12"\n\x1eINVITE_RECOVERY_REASON_EXPIRED\x10\x01\x12\'\n#INVITE_RECOVERY_REASON_ALREADY_USED\x10\x02\x12"\n\x1eINVITE_RECOVERY_REASON_REVOKED\x10\x03\x12-\n)INVITE_RECOVERY_REASON_WRONG_ORGANIZATION\x10\x04\x12$\n INVITE_RECOVERY_REASON_MALFORMED\x10\x05\x12+\n\'INVITE_RECOVERY_REASON_MEMBER_NOT_FOUND\x10\x06*\xdb\x01\n\x14InviteRecoveryStatus\x12&\n"INVITE_RECOVERY_STATUS_UNSPECIFIED\x10\x00\x12$\n INVITE_RECOVERY_STATUS_REQUESTED\x10\x01\x12!\n\x1dINVITE_RECOVERY_STATUS_RESENT\x10\x02\x12(\n$INVITE_RECOVERY_STATUS_CONTACT_ADMIN\x10\x03\x12(\n$INVITE_RECOVERY_STATUS_NOT_AVAILABLE\x10\x04\x42\xb9\x01\n\x14\x63om.weaveapi.auth.v1B\tAuthProtoP\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.auth_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\tAuthProtoP\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["_AUTHSESSION"].fields_by_name["user"]._loaded_options = None
|
|
37
|
+
_globals["_AUTHSESSION"].fields_by_name["user"]._serialized_options = b"(\001"
|
|
38
|
+
_globals["_AUTHSESSION"].fields_by_name[
|
|
39
|
+
"active_organization"
|
|
40
|
+
]._loaded_options = None
|
|
41
|
+
_globals["_AUTHSESSION"].fields_by_name[
|
|
42
|
+
"active_organization"
|
|
43
|
+
]._serialized_options = b"(\001"
|
|
44
|
+
_globals["_AUTHSESSION"].fields_by_name["expires_at"]._loaded_options = None
|
|
45
|
+
_globals["_AUTHSESSION"].fields_by_name["expires_at"]._serialized_options = b"(\001"
|
|
46
|
+
_globals["_AUTHUSER_ORGANIZATIONPAGEPOSITIONSENTRY"]._loaded_options = None
|
|
47
|
+
_globals["_AUTHUSER_ORGANIZATIONPAGEPOSITIONSENTRY"]._serialized_options = b"8\001"
|
|
48
|
+
_globals["_AUTHORGANIZATION"].fields_by_name[
|
|
49
|
+
"stytch_organization_id"
|
|
50
|
+
]._loaded_options = None
|
|
51
|
+
_globals["_AUTHORGANIZATION"].fields_by_name[
|
|
52
|
+
"stytch_organization_id"
|
|
53
|
+
]._serialized_options = b"\030\001"
|
|
54
|
+
_globals["_DISCOVERYORGANIZATION"].fields_by_name[
|
|
55
|
+
"stytch_organization_id"
|
|
56
|
+
]._loaded_options = None
|
|
57
|
+
_globals["_DISCOVERYORGANIZATION"].fields_by_name[
|
|
58
|
+
"stytch_organization_id"
|
|
59
|
+
]._serialized_options = b"\030\001"
|
|
60
|
+
_globals["_DISCOVERYORGANIZATION"].fields_by_name[
|
|
61
|
+
"stytch_organization_slug"
|
|
62
|
+
]._loaded_options = None
|
|
63
|
+
_globals["_DISCOVERYORGANIZATION"].fields_by_name[
|
|
64
|
+
"stytch_organization_slug"
|
|
65
|
+
]._serialized_options = b"\030\001"
|
|
66
|
+
_globals["_INVITEONBOARDINGSTATE"].fields_by_name[
|
|
67
|
+
"stytch_organization_id"
|
|
68
|
+
]._loaded_options = None
|
|
69
|
+
_globals["_INVITEONBOARDINGSTATE"].fields_by_name[
|
|
70
|
+
"stytch_organization_id"
|
|
71
|
+
]._serialized_options = b"\030\001"
|
|
72
|
+
_globals["_INVITEONBOARDINGSTATE"].fields_by_name[
|
|
73
|
+
"stytch_member_id"
|
|
74
|
+
]._loaded_options = None
|
|
75
|
+
_globals["_INVITEONBOARDINGSTATE"].fields_by_name[
|
|
76
|
+
"stytch_member_id"
|
|
77
|
+
]._serialized_options = b"\030\001"
|
|
78
|
+
_globals["_INVITEONBOARDINGSTATE"].fields_by_name[
|
|
79
|
+
"expires_at"
|
|
80
|
+
]._loaded_options = None
|
|
81
|
+
_globals["_INVITEONBOARDINGSTATE"].fields_by_name[
|
|
82
|
+
"expires_at"
|
|
83
|
+
]._serialized_options = b"(\001"
|
|
84
|
+
_globals["_USERPROFILE"].fields_by_name["created_at"]._loaded_options = None
|
|
85
|
+
_globals["_USERPROFILE"].fields_by_name["created_at"]._serialized_options = b"(\001"
|
|
86
|
+
_globals["_USERPROFILE"].fields_by_name["updated_at"]._loaded_options = None
|
|
87
|
+
_globals["_USERPROFILE"].fields_by_name["updated_at"]._serialized_options = b"(\001"
|
|
88
|
+
_globals["_USERPREFERENCES_ORGANIZATIONPAGEPOSITIONSENTRY"]._loaded_options = None
|
|
89
|
+
_globals[
|
|
90
|
+
"_USERPREFERENCES_ORGANIZATIONPAGEPOSITIONSENTRY"
|
|
91
|
+
]._serialized_options = b"8\001"
|
|
92
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
93
|
+
"stytch_organization_id"
|
|
94
|
+
]._loaded_options = None
|
|
95
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
96
|
+
"stytch_organization_id"
|
|
97
|
+
]._serialized_options = b"\030\001"
|
|
98
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
99
|
+
"stytch_organization_slug"
|
|
100
|
+
]._loaded_options = None
|
|
101
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
102
|
+
"stytch_organization_slug"
|
|
103
|
+
]._serialized_options = b"\030\001"
|
|
104
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
105
|
+
"rbac_policy_summary"
|
|
106
|
+
]._loaded_options = None
|
|
107
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
108
|
+
"rbac_policy_summary"
|
|
109
|
+
]._serialized_options = b"(\001"
|
|
110
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
111
|
+
"auth_policy_summary"
|
|
112
|
+
]._loaded_options = None
|
|
113
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
|
|
114
|
+
"auth_policy_summary"
|
|
115
|
+
]._serialized_options = b"(\001"
|
|
116
|
+
_globals["_ORGANIZATIONMEMBER"].fields_by_name[
|
|
117
|
+
"stytch_member_id"
|
|
118
|
+
]._loaded_options = None
|
|
119
|
+
_globals["_ORGANIZATIONMEMBER"].fields_by_name[
|
|
120
|
+
"stytch_member_id"
|
|
121
|
+
]._serialized_options = b"\030\001"
|
|
122
|
+
_globals["_ORGANIZATIONMEMBER"].fields_by_name["created_at"]._loaded_options = None
|
|
123
|
+
_globals["_ORGANIZATIONMEMBER"].fields_by_name[
|
|
124
|
+
"created_at"
|
|
125
|
+
]._serialized_options = b"(\001"
|
|
126
|
+
_globals["_ORGANIZATIONMEMBER"].fields_by_name["updated_at"]._loaded_options = None
|
|
127
|
+
_globals["_ORGANIZATIONMEMBER"].fields_by_name[
|
|
128
|
+
"updated_at"
|
|
129
|
+
]._serialized_options = b"(\001"
|
|
130
|
+
_globals["_ORGANIZATIONTEAM"].fields_by_name["members"]._loaded_options = None
|
|
131
|
+
_globals["_ORGANIZATIONTEAM"].fields_by_name[
|
|
132
|
+
"members"
|
|
133
|
+
]._serialized_options = b"(\001"
|
|
134
|
+
_globals["_ORGANIZATIONTEAM"].fields_by_name["created_at"]._loaded_options = None
|
|
135
|
+
_globals["_ORGANIZATIONTEAM"].fields_by_name[
|
|
136
|
+
"created_at"
|
|
137
|
+
]._serialized_options = b"(\001"
|
|
138
|
+
_globals["_ORGANIZATIONTEAM"].fields_by_name["updated_at"]._loaded_options = None
|
|
139
|
+
_globals["_ORGANIZATIONTEAM"].fields_by_name[
|
|
140
|
+
"updated_at"
|
|
141
|
+
]._serialized_options = b"(\001"
|
|
142
|
+
_globals["_RBACPOLICYSUMMARY"].fields_by_name["resources"]._loaded_options = None
|
|
143
|
+
_globals["_RBACPOLICYSUMMARY"].fields_by_name[
|
|
144
|
+
"resources"
|
|
145
|
+
]._serialized_options = b"(\001"
|
|
146
|
+
_globals["_RBACPOLICYSUMMARY"].fields_by_name["roles"]._loaded_options = None
|
|
147
|
+
_globals["_RBACPOLICYSUMMARY"].fields_by_name[
|
|
148
|
+
"roles"
|
|
149
|
+
]._serialized_options = b"(\001"
|
|
150
|
+
_globals["_RBACPOLICYSUMMARY"].fields_by_name["updated_at"]._loaded_options = None
|
|
151
|
+
_globals["_RBACPOLICYSUMMARY"].fields_by_name[
|
|
152
|
+
"updated_at"
|
|
153
|
+
]._serialized_options = b"(\001"
|
|
154
|
+
_globals["_RBACROLE"].fields_by_name["permissions"]._loaded_options = None
|
|
155
|
+
_globals["_RBACROLE"].fields_by_name["permissions"]._serialized_options = b"(\001"
|
|
156
|
+
_globals["_SSOCONNECTION"].fields_by_name["created_at"]._loaded_options = None
|
|
157
|
+
_globals["_SSOCONNECTION"].fields_by_name[
|
|
158
|
+
"created_at"
|
|
159
|
+
]._serialized_options = b"(\001"
|
|
160
|
+
_globals["_SSOCONNECTION"].fields_by_name["updated_at"]._loaded_options = None
|
|
161
|
+
_globals["_SSOCONNECTION"].fields_by_name[
|
|
162
|
+
"updated_at"
|
|
163
|
+
]._serialized_options = b"(\001"
|
|
164
|
+
_globals["_SCIMCONNECTION"].fields_by_name["created_at"]._loaded_options = None
|
|
165
|
+
_globals["_SCIMCONNECTION"].fields_by_name[
|
|
166
|
+
"created_at"
|
|
167
|
+
]._serialized_options = b"(\001"
|
|
168
|
+
_globals["_SCIMCONNECTION"].fields_by_name["updated_at"]._loaded_options = None
|
|
169
|
+
_globals["_SCIMCONNECTION"].fields_by_name[
|
|
170
|
+
"updated_at"
|
|
171
|
+
]._serialized_options = b"(\001"
|
|
172
|
+
_globals["_SCIMTOKENROTATION"].fields_by_name["expires_at"]._loaded_options = None
|
|
173
|
+
_globals["_SCIMTOKENROTATION"].fields_by_name[
|
|
174
|
+
"expires_at"
|
|
175
|
+
]._serialized_options = b"(\001"
|
|
176
|
+
_globals["_SUPPORTACCESSSESSION"].fields_by_name[
|
|
177
|
+
"started_at"
|
|
178
|
+
]._loaded_options = None
|
|
179
|
+
_globals["_SUPPORTACCESSSESSION"].fields_by_name[
|
|
180
|
+
"started_at"
|
|
181
|
+
]._serialized_options = b"(\001"
|
|
182
|
+
_globals["_SUPPORTACCESSSESSION"].fields_by_name["ended_at"]._loaded_options = None
|
|
183
|
+
_globals["_SUPPORTACCESSSESSION"].fields_by_name[
|
|
184
|
+
"ended_at"
|
|
185
|
+
]._serialized_options = b"(\001"
|
|
186
|
+
_globals["_AUTHMETHOD"]._serialized_start = 8013
|
|
187
|
+
_globals["_AUTHMETHOD"]._serialized_end = 8195
|
|
188
|
+
_globals["_DISCOVERYORGANIZATIONSTATUS"]._serialized_start = 8198
|
|
189
|
+
_globals["_DISCOVERYORGANIZATIONSTATUS"]._serialized_end = 8465
|
|
190
|
+
_globals["_MEMBERSHIPSTATUS"]._serialized_start = 8468
|
|
191
|
+
_globals["_MEMBERSHIPSTATUS"]._serialized_end = 8652
|
|
192
|
+
_globals["_ORGANIZATIONKIND"]._serialized_start = 8655
|
|
193
|
+
_globals["_ORGANIZATIONKIND"]._serialized_end = 8809
|
|
194
|
+
_globals["_SSOCONNECTIONTYPE"]._serialized_start = 8811
|
|
195
|
+
_globals["_SSOCONNECTIONTYPE"]._serialized_end = 8927
|
|
196
|
+
_globals["_SSOCONNECTIONSTATUS"]._serialized_start = 8930
|
|
197
|
+
_globals["_SSOCONNECTIONSTATUS"]._serialized_end = 9126
|
|
198
|
+
_globals["_SCIMCONNECTIONSTATUS"]._serialized_start = 9129
|
|
199
|
+
_globals["_SCIMCONNECTIONSTATUS"]._serialized_end = 9391
|
|
200
|
+
_globals["_AUTHPROVIDER"]._serialized_start = 9393
|
|
201
|
+
_globals["_AUTHPROVIDER"]._serialized_end = 9493
|
|
202
|
+
_globals["_INVITEONBOARDINGSTATUS"]._serialized_start = 9496
|
|
203
|
+
_globals["_INVITEONBOARDINGSTATUS"]._serialized_end = 9782
|
|
204
|
+
_globals["_INVITERECOVERYREASON"]._serialized_start = 9785
|
|
205
|
+
_globals["_INVITERECOVERYREASON"]._serialized_end = 10090
|
|
206
|
+
_globals["_INVITERECOVERYSTATUS"]._serialized_start = 10093
|
|
207
|
+
_globals["_INVITERECOVERYSTATUS"]._serialized_end = 10312
|
|
208
|
+
_globals["_AUTHSESSION"]._serialized_start = 113
|
|
209
|
+
_globals["_AUTHSESSION"]._serialized_end = 468
|
|
210
|
+
_globals["_AUTHUSER"]._serialized_start = 471
|
|
211
|
+
_globals["_AUTHUSER"]._serialized_end = 1057
|
|
212
|
+
_globals["_AUTHUSER_ORGANIZATIONPAGEPOSITIONSENTRY"]._serialized_start = 981
|
|
213
|
+
_globals["_AUTHUSER_ORGANIZATIONPAGEPOSITIONSENTRY"]._serialized_end = 1057
|
|
214
|
+
_globals["_AUTHORGANIZATION"]._serialized_start = 1060
|
|
215
|
+
_globals["_AUTHORGANIZATION"]._serialized_end = 1356
|
|
216
|
+
_globals["_DISCOVERYORGANIZATION"]._serialized_start = 1359
|
|
217
|
+
_globals["_DISCOVERYORGANIZATION"]._serialized_end = 1838
|
|
218
|
+
_globals["_INVITEONBOARDINGSTATE"]._serialized_start = 1841
|
|
219
|
+
_globals["_INVITEONBOARDINGSTATE"]._serialized_end = 2929
|
|
220
|
+
_globals["_USERPROFILE"]._serialized_start = 2932
|
|
221
|
+
_globals["_USERPROFILE"]._serialized_end = 3294
|
|
222
|
+
_globals["_USERORGANIZATIONPAGEPOSITION"]._serialized_start = 3296
|
|
223
|
+
_globals["_USERORGANIZATIONPAGEPOSITION"]._serialized_end = 3391
|
|
224
|
+
_globals["_USERPREFERENCES"]._serialized_start = 3394
|
|
225
|
+
_globals["_USERPREFERENCES"]._serialized_end = 3862
|
|
226
|
+
_globals["_USERPREFERENCES_ORGANIZATIONPAGEPOSITIONSENTRY"]._serialized_start = 981
|
|
227
|
+
_globals["_USERPREFERENCES_ORGANIZATIONPAGEPOSITIONSENTRY"]._serialized_end = 1057
|
|
228
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"]._serialized_start = 3865
|
|
229
|
+
_globals["_ORGANIZATIONAUTHSETTINGS"]._serialized_end = 4751
|
|
230
|
+
_globals["_ORGANIZATIONMEMBER"]._serialized_start = 4754
|
|
231
|
+
_globals["_ORGANIZATIONMEMBER"]._serialized_end = 5203
|
|
232
|
+
_globals["_ORGANIZATIONTEAM"]._serialized_start = 5206
|
|
233
|
+
_globals["_ORGANIZATIONTEAM"]._serialized_end = 5580
|
|
234
|
+
_globals["_ORGANIZATIONTEAMMEMBER"]._serialized_start = 5583
|
|
235
|
+
_globals["_ORGANIZATIONTEAMMEMBER"]._serialized_end = 5842
|
|
236
|
+
_globals["_RBACPOLICYSUMMARY"]._serialized_start = 5845
|
|
237
|
+
_globals["_RBACPOLICYSUMMARY"]._serialized_end = 6047
|
|
238
|
+
_globals["_RBACRESOURCE"]._serialized_start = 6049
|
|
239
|
+
_globals["_RBACRESOURCE"]._serialized_end = 6140
|
|
240
|
+
_globals["_RBACROLE"]._serialized_start = 6143
|
|
241
|
+
_globals["_RBACROLE"]._serialized_end = 6310
|
|
242
|
+
_globals["_RBACPERMISSION"]._serialized_start = 6312
|
|
243
|
+
_globals["_RBACPERMISSION"]._serialized_end = 6387
|
|
244
|
+
_globals["_SSOCONNECTION"]._serialized_start = 6390
|
|
245
|
+
_globals["_SSOCONNECTION"]._serialized_end = 6949
|
|
246
|
+
_globals["_SCIMCONNECTION"]._serialized_start = 6952
|
|
247
|
+
_globals["_SCIMCONNECTION"]._serialized_end = 7283
|
|
248
|
+
_globals["_SCIMTOKENROTATION"]._serialized_start = 7286
|
|
249
|
+
_globals["_SCIMTOKENROTATION"]._serialized_end = 7465
|
|
250
|
+
_globals["_SCIMGROUPMAPPING"]._serialized_start = 7468
|
|
251
|
+
_globals["_SCIMGROUPMAPPING"]._serialized_end = 7690
|
|
252
|
+
_globals["_SUPPORTACCESSSESSION"]._serialized_start = 7693
|
|
253
|
+
_globals["_SUPPORTACCESSSESSION"]._serialized_end = 8010
|
|
254
|
+
# @@protoc_insertion_point(module_scope)
|