weave-python 0.38.0__tar.gz → 0.40.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.
Files changed (145) hide show
  1. {weave_python-0.38.0 → weave_python-0.40.0}/PKG-INFO +1 -1
  2. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/event_pb2.pyi +7 -3
  3. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/message_pb2.pyi +4 -3
  4. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/process_pb2.pyi +5 -3
  5. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/run_pb2.pyi +6 -3
  6. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/service_pb2.pyi +30 -3
  7. weave_python-0.40.0/weave/weaveapi/auth/v1/auth_pb2.py +162 -0
  8. weave_python-0.40.0/weave/weaveapi/auth/v1/auth_pb2.pyi +1302 -0
  9. weave_python-0.40.0/weave/weaveapi/auth/v1/service_pb2.py +486 -0
  10. weave_python-0.40.0/weave/weaveapi/auth/v1/service_pb2.pyi +1727 -0
  11. weave_python-0.40.0/weave/weaveapi/auth/v1/service_pb2_grpc.py +1418 -0
  12. weave_python-0.40.0/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +532 -0
  13. weave_python-0.40.0/weave/weaveapi/chat/v1/chat_pb2.py +90 -0
  14. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/chat/v1/chat_pb2.pyi +90 -3
  15. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/chat/v1/service_pb2.pyi +39 -3
  16. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.pyi +17 -3
  17. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/inference/v1/inference_pb2.pyi +53 -3
  18. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.pyi +68 -3
  19. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/model/v1/model_pb2.pyi +10 -3
  20. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/model/v1/service_pb2.pyi +33 -3
  21. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/organization/v1/organization_pb2.pyi +4 -3
  22. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/organization/v1/service_pb2.pyi +33 -3
  23. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/project/v1/project_pb2.pyi +6 -3
  24. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/project/v1/service_pb2.pyi +17 -3
  25. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/provider/v1/provider_pb2.pyi +6 -3
  26. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/provider/v1/service_pb2.pyi +21 -3
  27. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.pyi +21 -3
  28. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/task/v1/service_pb2.pyi +11 -3
  29. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/task/v1/task_pb2.pyi +5 -3
  30. weave_python-0.40.0/weave/weaveapi/task/v1/task_pb2_grpc.py +2 -0
  31. weave_python-0.40.0/weave/weaveapi/task/v1/task_pb2_grpc.pyi +21 -0
  32. weave_python-0.40.0/weave/weavesql/weavedb/auth_identity.py +1322 -0
  33. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/weavedb/chat.py +81 -3
  34. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/weavedb/models.py +114 -0
  35. weave_python-0.38.0/weave/weaveapi/chat/v1/chat_pb2.py +0 -76
  36. {weave_python-0.38.0 → weave_python-0.40.0}/.github/runs-on.yml +0 -0
  37. {weave_python-0.38.0 → weave_python-0.40.0}/.github/workflows/format-lint.yaml +0 -0
  38. {weave_python-0.38.0 → weave_python-0.40.0}/.github/workflows/generate.yaml +0 -0
  39. {weave_python-0.38.0 → weave_python-0.40.0}/.github/workflows/release.yaml +0 -0
  40. {weave_python-0.38.0 → weave_python-0.40.0}/.gitignore +0 -0
  41. {weave_python-0.38.0 → weave_python-0.40.0}/.python-version +0 -0
  42. {weave_python-0.38.0 → weave_python-0.40.0}/LICENSE +0 -0
  43. {weave_python-0.38.0 → weave_python-0.40.0}/README.md +0 -0
  44. {weave_python-0.38.0 → weave_python-0.40.0}/Taskfile.yaml +0 -0
  45. {weave_python-0.38.0 → weave_python-0.40.0}/buf.gen.yaml +0 -0
  46. {weave_python-0.38.0 → weave_python-0.40.0}/pyproject.toml +0 -0
  47. {weave_python-0.38.0 → weave_python-0.40.0}/renovate.json +0 -0
  48. {weave_python-0.38.0 → weave_python-0.40.0}/tools/sqlcgen/README.md +0 -0
  49. {weave_python-0.38.0 → weave_python-0.40.0}/tools/sqlcgen/sqlcgen.py +0 -0
  50. {weave_python-0.38.0 → weave_python-0.40.0}/tools/sqlcgen/test_sqlcgen.py +0 -0
  51. {weave_python-0.38.0 → weave_python-0.40.0}/uv.lock +0 -0
  52. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/event_pb2.py +0 -0
  53. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/event_pb2_grpc.py +0 -0
  54. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/event_pb2_grpc.pyi +0 -0
  55. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/message_pb2.py +0 -0
  56. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/message_pb2_grpc.py +0 -0
  57. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/message_pb2_grpc.pyi +0 -0
  58. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/process_pb2.py +0 -0
  59. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/process_pb2_grpc.py +0 -0
  60. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/process_pb2_grpc.pyi +0 -0
  61. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/run_pb2.py +0 -0
  62. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/run_pb2_grpc.py +0 -0
  63. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/run_pb2_grpc.pyi +0 -0
  64. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/service_pb2.py +0 -0
  65. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/service_pb2_grpc.py +0 -0
  66. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/atc/v1/service_pb2_grpc.pyi +0 -0
  67. /weave_python-0.38.0/weave/weaveapi/chat/v1/chat_pb2_grpc.py → /weave_python-0.40.0/weave/weaveapi/auth/v1/auth_pb2_grpc.py +0 -0
  68. /weave_python-0.38.0/weave/weaveapi/chat/v1/chat_pb2_grpc.pyi → /weave_python-0.40.0/weave/weaveapi/auth/v1/auth_pb2_grpc.pyi +0 -0
  69. /weave_python-0.38.0/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.py → /weave_python-0.40.0/weave/weaveapi/chat/v1/chat_pb2_grpc.py +0 -0
  70. /weave_python-0.38.0/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.pyi → /weave_python-0.40.0/weave/weaveapi/chat/v1/chat_pb2_grpc.pyi +0 -0
  71. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/chat/v1/service_pb2.py +0 -0
  72. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/chat/v1/service_pb2_grpc.py +0 -0
  73. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/chat/v1/service_pb2_grpc.pyi +0 -0
  74. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.py +0 -0
  75. /weave_python-0.38.0/weave/weaveapi/inference/v1/inference_pb2_grpc.py → /weave_python-0.40.0/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.py +0 -0
  76. /weave_python-0.38.0/weave/weaveapi/inference/v1/inference_pb2_grpc.pyi → /weave_python-0.40.0/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.pyi +0 -0
  77. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/consolidation/v1/service_pb2.py +0 -0
  78. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/consolidation/v1/service_pb2.pyi +0 -0
  79. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.py +0 -0
  80. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.pyi +0 -0
  81. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/inference/v1/inference_pb2.py +0 -0
  82. /weave_python-0.38.0/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.py → /weave_python-0.40.0/weave/weaveapi/inference/v1/inference_pb2_grpc.py +0 -0
  83. /weave_python-0.38.0/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.pyi → /weave_python-0.40.0/weave/weaveapi/inference/v1/inference_pb2_grpc.pyi +0 -0
  84. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/inference/v1/service_pb2.py +0 -0
  85. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/inference/v1/service_pb2.pyi +0 -0
  86. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/inference/v1/service_pb2_grpc.py +0 -0
  87. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/inference/v1/service_pb2_grpc.pyi +0 -0
  88. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.py +0 -0
  89. /weave_python-0.38.0/weave/weaveapi/model/v1/model_pb2_grpc.py → /weave_python-0.40.0/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.py +0 -0
  90. /weave_python-0.38.0/weave/weaveapi/model/v1/model_pb2_grpc.pyi → /weave_python-0.40.0/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.pyi +0 -0
  91. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/ingestion/v1/service_pb2.py +0 -0
  92. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/ingestion/v1/service_pb2.pyi +0 -0
  93. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.py +0 -0
  94. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.pyi +0 -0
  95. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/model/v1/model_pb2.py +0 -0
  96. /weave_python-0.38.0/weave/weaveapi/organization/v1/organization_pb2_grpc.py → /weave_python-0.40.0/weave/weaveapi/model/v1/model_pb2_grpc.py +0 -0
  97. /weave_python-0.38.0/weave/weaveapi/organization/v1/organization_pb2_grpc.pyi → /weave_python-0.40.0/weave/weaveapi/model/v1/model_pb2_grpc.pyi +0 -0
  98. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/model/v1/service_pb2.py +0 -0
  99. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/model/v1/service_pb2_grpc.py +0 -0
  100. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/model/v1/service_pb2_grpc.pyi +0 -0
  101. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/organization/v1/organization_pb2.py +0 -0
  102. /weave_python-0.38.0/weave/weaveapi/project/v1/project_pb2_grpc.py → /weave_python-0.40.0/weave/weaveapi/organization/v1/organization_pb2_grpc.py +0 -0
  103. /weave_python-0.38.0/weave/weaveapi/project/v1/project_pb2_grpc.pyi → /weave_python-0.40.0/weave/weaveapi/organization/v1/organization_pb2_grpc.pyi +0 -0
  104. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/organization/v1/service_pb2.py +0 -0
  105. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/organization/v1/service_pb2_grpc.py +0 -0
  106. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/organization/v1/service_pb2_grpc.pyi +0 -0
  107. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/project/v1/project_pb2.py +0 -0
  108. /weave_python-0.38.0/weave/weaveapi/provider/v1/provider_pb2_grpc.py → /weave_python-0.40.0/weave/weaveapi/project/v1/project_pb2_grpc.py +0 -0
  109. /weave_python-0.38.0/weave/weaveapi/provider/v1/provider_pb2_grpc.pyi → /weave_python-0.40.0/weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -0
  110. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/project/v1/service_pb2.py +0 -0
  111. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/project/v1/service_pb2_grpc.py +0 -0
  112. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/project/v1/service_pb2_grpc.pyi +0 -0
  113. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/provider/v1/provider_pb2.py +0 -0
  114. /weave_python-0.38.0/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.py → /weave_python-0.40.0/weave/weaveapi/provider/v1/provider_pb2_grpc.py +0 -0
  115. /weave_python-0.38.0/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.pyi → /weave_python-0.40.0/weave/weaveapi/provider/v1/provider_pb2_grpc.pyi +0 -0
  116. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/provider/v1/service_pb2.py +0 -0
  117. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/provider/v1/service_pb2_grpc.py +0 -0
  118. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/provider/v1/service_pb2_grpc.pyi +0 -0
  119. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.py +0 -0
  120. /weave_python-0.38.0/weave/weaveapi/task/v1/task_pb2_grpc.py → /weave_python-0.40.0/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.py +0 -0
  121. /weave_python-0.38.0/weave/weaveapi/task/v1/task_pb2_grpc.pyi → /weave_python-0.40.0/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.pyi +0 -0
  122. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/retrieval/v1/service_pb2.py +0 -0
  123. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/retrieval/v1/service_pb2.pyi +0 -0
  124. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.py +0 -0
  125. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.pyi +0 -0
  126. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/task/v1/service_pb2.py +0 -0
  127. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/task/v1/service_pb2_grpc.py +0 -0
  128. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/task/v1/service_pb2_grpc.pyi +0 -0
  129. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weaveapi/task/v1/task_pb2.py +0 -0
  130. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/atcdb/event.py +0 -0
  131. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/atcdb/inspection.py +0 -0
  132. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/atcdb/mailbox.py +0 -0
  133. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/atcdb/models.py +0 -0
  134. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/atcdb/run_template.py +0 -0
  135. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/atcdb/snapshot.py +0 -0
  136. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/atcdb/team.py +0 -0
  137. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/weavedb/consolidation.py +0 -0
  138. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/weavedb/document_security.py +0 -0
  139. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/weavedb/ingestion.py +0 -0
  140. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/weavedb/model_catalog.py +0 -0
  141. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/weavedb/organization.py +0 -0
  142. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/weavedb/project.py +0 -0
  143. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/weavedb/provider.py +0 -0
  144. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/weavedb/retrieval.py +0 -0
  145. {weave_python-0.38.0 → weave_python-0.40.0}/weave/weavesql/weavedb/task.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: weave-python
3
- Version: 0.38.0
3
+ Version: 0.40.0
4
4
  Author: Weave Labs
5
5
  License: FCL-1.0-ALv2
6
6
  License-File: LICENSE
@@ -11,10 +11,10 @@ import builtins as _builtins
11
11
  import sys
12
12
  import typing as _typing
13
13
 
14
- if sys.version_info >= (3, 10):
15
- from typing import TypeAlias as _TypeAlias
14
+ if sys.version_info >= (3, 11):
15
+ from typing import TypeAlias as _TypeAlias, Never as _Never
16
16
  else:
17
- from typing_extensions import TypeAlias as _TypeAlias
17
+ from typing_extensions import TypeAlias as _TypeAlias, Never as _Never
18
18
 
19
19
  DESCRIPTOR: _descriptor.FileDescriptor
20
20
 
@@ -249,6 +249,7 @@ class Event(_message.Message):
249
249
  b"sequence",
250
250
  ] # noqa: Y015
251
251
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
252
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
252
253
 
253
254
  Global___Event: _TypeAlias = Event # noqa: Y015
254
255
 
@@ -270,6 +271,7 @@ class InspectionSubject(_message.Message):
270
271
  def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
271
272
  _ClearFieldArgType: _TypeAlias = _typing.Literal["id", b"id", "kind", b"kind"] # noqa: Y015
272
273
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
274
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
273
275
 
274
276
  Global___InspectionSubject: _TypeAlias = InspectionSubject # noqa: Y015
275
277
 
@@ -291,6 +293,7 @@ class InspectionActor(_message.Message):
291
293
  def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
292
294
  _ClearFieldArgType: _TypeAlias = _typing.Literal["id", b"id", "kind", b"kind"] # noqa: Y015
293
295
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
296
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
294
297
 
295
298
  Global___InspectionActor: _TypeAlias = InspectionActor # noqa: Y015
296
299
 
@@ -442,5 +445,6 @@ class InspectionEvent(_message.Message):
442
445
  b"tenant_id",
443
446
  ] # noqa: Y015
444
447
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
448
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
445
449
 
446
450
  Global___InspectionEvent: _TypeAlias = InspectionEvent # noqa: Y015
@@ -11,10 +11,10 @@ import builtins as _builtins
11
11
  import sys
12
12
  import typing as _typing
13
13
 
14
- if sys.version_info >= (3, 10):
15
- from typing import TypeAlias as _TypeAlias
14
+ if sys.version_info >= (3, 11):
15
+ from typing import TypeAlias as _TypeAlias, Never as _Never
16
16
  else:
17
- from typing_extensions import TypeAlias as _TypeAlias
17
+ from typing_extensions import TypeAlias as _TypeAlias, Never as _Never
18
18
 
19
19
  DESCRIPTOR: _descriptor.FileDescriptor
20
20
 
@@ -115,5 +115,6 @@ class MailboxMessage(_message.Message):
115
115
  b"type",
116
116
  ] # noqa: Y015
117
117
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
118
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
118
119
 
119
120
  Global___MailboxMessage: _TypeAlias = MailboxMessage # noqa: Y015
@@ -14,10 +14,10 @@ import builtins as _builtins
14
14
  import sys
15
15
  import typing as _typing
16
16
 
17
- if sys.version_info >= (3, 10):
18
- from typing import TypeAlias as _TypeAlias
17
+ if sys.version_info >= (3, 11):
18
+ from typing import TypeAlias as _TypeAlias, Never as _Never
19
19
  else:
20
- from typing_extensions import TypeAlias as _TypeAlias
20
+ from typing_extensions import TypeAlias as _TypeAlias, Never as _Never
21
21
 
22
22
  DESCRIPTOR: _descriptor.FileDescriptor
23
23
 
@@ -217,6 +217,7 @@ class Process(_message.Message):
217
217
  b"task_name",
218
218
  ] # noqa: Y015
219
219
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
220
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
220
221
 
221
222
  Global___Process: _TypeAlias = Process # noqa: Y015
222
223
 
@@ -283,5 +284,6 @@ class ProcessTypeSummary(_message.Message):
283
284
  b"version",
284
285
  ] # noqa: Y015
285
286
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
287
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
286
288
 
287
289
  Global___ProcessTypeSummary: _TypeAlias = ProcessTypeSummary # noqa: Y015
@@ -12,10 +12,10 @@ import builtins as _builtins
12
12
  import sys
13
13
  import typing as _typing
14
14
 
15
- if sys.version_info >= (3, 10):
16
- from typing import TypeAlias as _TypeAlias
15
+ if sys.version_info >= (3, 11):
16
+ from typing import TypeAlias as _TypeAlias, Never as _Never
17
17
  else:
18
- from typing_extensions import TypeAlias as _TypeAlias
18
+ from typing_extensions import TypeAlias as _TypeAlias, Never as _Never
19
19
 
20
20
  DESCRIPTOR: _descriptor.FileDescriptor
21
21
 
@@ -130,6 +130,7 @@ class Run(_message.Message):
130
130
  b"updated_at",
131
131
  ] # noqa: Y015
132
132
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
133
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
133
134
 
134
135
  Global___Run: _TypeAlias = Run # noqa: Y015
135
136
 
@@ -177,6 +178,7 @@ class RunConfig(_message.Message):
177
178
  b"process_type_name",
178
179
  ] # noqa: Y015
179
180
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
181
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
180
182
 
181
183
  Global___RunConfig: _TypeAlias = RunConfig # noqa: Y015
182
184
 
@@ -224,5 +226,6 @@ class BudgetConfig(_message.Message):
224
226
  b"max_tool_calls",
225
227
  ] # noqa: Y015
226
228
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
229
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
227
230
 
228
231
  Global___BudgetConfig: _TypeAlias = BudgetConfig # noqa: Y015
@@ -16,10 +16,10 @@ import builtins as _builtins
16
16
  import sys
17
17
  import typing as _typing
18
18
 
19
- if sys.version_info >= (3, 10):
20
- from typing import TypeAlias as _TypeAlias
19
+ if sys.version_info >= (3, 11):
20
+ from typing import TypeAlias as _TypeAlias, Never as _Never
21
21
  else:
22
- from typing_extensions import TypeAlias as _TypeAlias
22
+ from typing_extensions import TypeAlias as _TypeAlias, Never as _Never
23
23
 
24
24
  DESCRIPTOR: _descriptor.FileDescriptor
25
25
 
@@ -51,6 +51,7 @@ class CreateRunRequest(_message.Message):
51
51
  "config", b"config", "prompt", b"prompt"
52
52
  ] # noqa: Y015
53
53
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
54
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
54
55
 
55
56
  Global___CreateRunRequest: _TypeAlias = CreateRunRequest # noqa: Y015
56
57
 
@@ -70,6 +71,7 @@ class CreateRunResponse(_message.Message):
70
71
  def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
71
72
  _ClearFieldArgType: _TypeAlias = _typing.Literal["run", b"run"] # noqa: Y015
72
73
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
74
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
73
75
 
74
76
  Global___CreateRunResponse: _TypeAlias = CreateRunResponse # noqa: Y015
75
77
 
@@ -126,6 +128,7 @@ class SendMessageRequest(_message.Message):
126
128
  b"type",
127
129
  ] # noqa: Y015
128
130
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
131
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
129
132
 
130
133
  Global___SendMessageRequest: _TypeAlias = SendMessageRequest # noqa: Y015
131
134
 
@@ -145,6 +148,7 @@ class SendMessageResponse(_message.Message):
145
148
  def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
146
149
  _ClearFieldArgType: _TypeAlias = _typing.Literal["message", b"message"] # noqa: Y015
147
150
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
151
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
148
152
 
149
153
  Global___SendMessageResponse: _TypeAlias = SendMessageResponse # noqa: Y015
150
154
 
@@ -163,6 +167,7 @@ class CancelRunRequest(_message.Message):
163
167
  def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
164
168
  _ClearFieldArgType: _TypeAlias = _typing.Literal["run_id", b"run_id"] # noqa: Y015
165
169
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
170
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
166
171
 
167
172
  Global___CancelRunRequest: _TypeAlias = CancelRunRequest # noqa: Y015
168
173
 
@@ -182,6 +187,7 @@ class CancelRunResponse(_message.Message):
182
187
  def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
183
188
  _ClearFieldArgType: _TypeAlias = _typing.Literal["run", b"run"] # noqa: Y015
184
189
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
190
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
185
191
 
186
192
  Global___CancelRunResponse: _TypeAlias = CancelRunResponse # noqa: Y015
187
193
 
@@ -200,6 +206,7 @@ class WaitRunRequest(_message.Message):
200
206
  def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
201
207
  _ClearFieldArgType: _TypeAlias = _typing.Literal["run_id", b"run_id"] # noqa: Y015
202
208
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
209
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
203
210
 
204
211
  Global___WaitRunRequest: _TypeAlias = WaitRunRequest # noqa: Y015
205
212
 
@@ -222,6 +229,7 @@ class WaitRunResponse(_message.Message):
222
229
  def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
223
230
  _ClearFieldArgType: _TypeAlias = _typing.Literal["run", b"run", "status", b"status"] # noqa: Y015
224
231
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
232
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
225
233
 
226
234
  Global___WaitRunResponse: _TypeAlias = WaitRunResponse # noqa: Y015
227
235
 
@@ -240,6 +248,7 @@ class GetRunStatusRequest(_message.Message):
240
248
  def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
241
249
  _ClearFieldArgType: _TypeAlias = _typing.Literal["run_id", b"run_id"] # noqa: Y015
242
250
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
251
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
243
252
 
244
253
  Global___GetRunStatusRequest: _TypeAlias = GetRunStatusRequest # noqa: Y015
245
254
 
@@ -293,6 +302,7 @@ class GetRunStatusResponse(_message.Message):
293
302
  b"total_processes",
294
303
  ] # noqa: Y015
295
304
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
305
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
296
306
 
297
307
  Global___GetRunStatusResponse: _TypeAlias = GetRunStatusResponse # noqa: Y015
298
308
 
@@ -354,6 +364,7 @@ class ListRunsRequest(_message.Message):
354
364
  b"status_filter",
355
365
  ] # noqa: Y015
356
366
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
367
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
357
368
 
358
369
  Global___ListRunsRequest: _TypeAlias = ListRunsRequest # noqa: Y015
359
370
 
@@ -393,6 +404,7 @@ class ListRunsResponse(_message.Message):
393
404
  b"total_count",
394
405
  ] # noqa: Y015
395
406
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
407
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
396
408
 
397
409
  Global___ListRunsResponse: _TypeAlias = ListRunsResponse # noqa: Y015
398
410
 
@@ -411,6 +423,7 @@ class GetRunRequest(_message.Message):
411
423
  def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
412
424
  _ClearFieldArgType: _TypeAlias = _typing.Literal["run_id", b"run_id"] # noqa: Y015
413
425
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
426
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
414
427
 
415
428
  Global___GetRunRequest: _TypeAlias = GetRunRequest # noqa: Y015
416
429
 
@@ -440,6 +453,7 @@ class GetRunResponse(_message.Message):
440
453
  "processes", b"processes", "run", b"run"
441
454
  ] # noqa: Y015
442
455
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
456
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
443
457
 
444
458
  Global___GetRunResponse: _TypeAlias = GetRunResponse # noqa: Y015
445
459
 
@@ -494,6 +508,7 @@ class ListEventsRequest(_message.Message):
494
508
  b"run_id",
495
509
  ] # noqa: Y015
496
510
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
511
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
497
512
 
498
513
  Global___ListEventsRequest: _TypeAlias = ListEventsRequest # noqa: Y015
499
514
 
@@ -522,6 +537,7 @@ class ListEventsResponse(_message.Message):
522
537
  "events", b"events", "next_page_token", b"next_page_token"
523
538
  ] # noqa: Y015
524
539
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
540
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
525
541
 
526
542
  Global___ListEventsResponse: _TypeAlias = ListEventsResponse # noqa: Y015
527
543
 
@@ -562,6 +578,7 @@ class WatchEventsRequest(_message.Message):
562
578
  b"run_id",
563
579
  ] # noqa: Y015
564
580
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
581
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
565
582
 
566
583
  Global___WatchEventsRequest: _TypeAlias = WatchEventsRequest # noqa: Y015
567
584
 
@@ -581,6 +598,7 @@ class WatchEventsResponse(_message.Message):
581
598
  def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
582
599
  _ClearFieldArgType: _TypeAlias = _typing.Literal["event", b"event"] # noqa: Y015
583
600
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
601
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
584
602
 
585
603
  Global___WatchEventsResponse: _TypeAlias = WatchEventsResponse # noqa: Y015
586
604
 
@@ -691,6 +709,7 @@ class ListInspectionEventsRequest(_message.Message):
691
709
  b"type_filter",
692
710
  ] # noqa: Y015
693
711
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
712
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
694
713
 
695
714
  Global___ListInspectionEventsRequest: _TypeAlias = ListInspectionEventsRequest # noqa: Y015
696
715
 
@@ -719,6 +738,7 @@ class ListInspectionEventsResponse(_message.Message):
719
738
  "events", b"events", "next_page_token", b"next_page_token"
720
739
  ] # noqa: Y015
721
740
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
741
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
722
742
 
723
743
  Global___ListInspectionEventsResponse: _TypeAlias = ListInspectionEventsResponse # noqa: Y015
724
744
 
@@ -822,6 +842,7 @@ class WatchInspectionEventsRequest(_message.Message):
822
842
  b"type_filter",
823
843
  ] # noqa: Y015
824
844
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
845
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
825
846
 
826
847
  Global___WatchInspectionEventsRequest: _TypeAlias = WatchInspectionEventsRequest # noqa: Y015
827
848
 
@@ -841,6 +862,7 @@ class WatchInspectionEventsResponse(_message.Message):
841
862
  def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
842
863
  _ClearFieldArgType: _TypeAlias = _typing.Literal["event", b"event"] # noqa: Y015
843
864
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
865
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
844
866
 
845
867
  Global___WatchInspectionEventsResponse: _TypeAlias = WatchInspectionEventsResponse # noqa: Y015
846
868
 
@@ -880,6 +902,7 @@ class WatchProcessOutputRequest(_message.Message):
880
902
  b"run_id",
881
903
  ] # noqa: Y015
882
904
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
905
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
883
906
 
884
907
  Global___WatchProcessOutputRequest: _TypeAlias = WatchProcessOutputRequest # noqa: Y015
885
908
 
@@ -908,6 +931,7 @@ class ProcessOutputChunk(_message.Message):
908
931
  "data", b"data", "replay", b"replay", "sequence", b"sequence"
909
932
  ] # noqa: Y015
910
933
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
934
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
911
935
 
912
936
  Global___ProcessOutputChunk: _TypeAlias = ProcessOutputChunk # noqa: Y015
913
937
 
@@ -927,6 +951,7 @@ class WatchProcessOutputResponse(_message.Message):
927
951
  def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
928
952
  _ClearFieldArgType: _TypeAlias = _typing.Literal["chunk", b"chunk"] # noqa: Y015
929
953
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
954
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
930
955
 
931
956
  Global___WatchProcessOutputResponse: _TypeAlias = WatchProcessOutputResponse # noqa: Y015
932
957
 
@@ -952,6 +977,7 @@ class ListProcessTypesRequest(_message.Message):
952
977
  "page_size", b"page_size", "page_token", b"page_token"
953
978
  ] # noqa: Y015
954
979
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
980
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
955
981
 
956
982
  Global___ListProcessTypesRequest: _TypeAlias = ListProcessTypesRequest # noqa: Y015
957
983
 
@@ -982,5 +1008,6 @@ class ListProcessTypesResponse(_message.Message):
982
1008
  "next_page_token", b"next_page_token", "process_types", b"process_types"
983
1009
  ] # noqa: Y015
984
1010
  def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
1011
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
985
1012
 
986
1013
  Global___ListProcessTypesResponse: _TypeAlias = ListProcessTypesResponse # noqa: Y015
@@ -0,0 +1,162 @@
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"\xa5\x01\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"\xa4\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\x34\n\x16stytch_organization_id\x18\x05 \x01(\tR\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"\xd7\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\x34\n\x16stytch_organization_id\x18\x04 \x01(\tR\x14stytchOrganizationId\x12\x38\n\x18stytch_organization_slug\x18\x05 \x01(\tR\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"\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"\xee\x06\n\x18OrganizationAuthSettings\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12+\n\x11organization_slug\x18\x02 \x01(\tR\x10organizationSlug\x12\x34\n\x16stytch_organization_id\x18\x03 \x01(\tR\x14stytchOrganizationId\x12\x38\n\x18stytch_organization_slug\x18\x04 \x01(\tR\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"\xbd\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(\tR\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"\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\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["_USERPROFILE"].fields_by_name["created_at"]._loaded_options = None
47
+ _globals["_USERPROFILE"].fields_by_name["created_at"]._serialized_options = b"(\001"
48
+ _globals["_USERPROFILE"].fields_by_name["updated_at"]._loaded_options = None
49
+ _globals["_USERPROFILE"].fields_by_name["updated_at"]._serialized_options = b"(\001"
50
+ _globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
51
+ "rbac_policy_summary"
52
+ ]._loaded_options = None
53
+ _globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
54
+ "rbac_policy_summary"
55
+ ]._serialized_options = b"(\001"
56
+ _globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
57
+ "auth_policy_summary"
58
+ ]._loaded_options = None
59
+ _globals["_ORGANIZATIONAUTHSETTINGS"].fields_by_name[
60
+ "auth_policy_summary"
61
+ ]._serialized_options = b"(\001"
62
+ _globals["_ORGANIZATIONMEMBER"].fields_by_name["created_at"]._loaded_options = None
63
+ _globals["_ORGANIZATIONMEMBER"].fields_by_name[
64
+ "created_at"
65
+ ]._serialized_options = b"(\001"
66
+ _globals["_ORGANIZATIONMEMBER"].fields_by_name["updated_at"]._loaded_options = None
67
+ _globals["_ORGANIZATIONMEMBER"].fields_by_name[
68
+ "updated_at"
69
+ ]._serialized_options = b"(\001"
70
+ _globals["_RBACPOLICYSUMMARY"].fields_by_name["resources"]._loaded_options = None
71
+ _globals["_RBACPOLICYSUMMARY"].fields_by_name[
72
+ "resources"
73
+ ]._serialized_options = b"(\001"
74
+ _globals["_RBACPOLICYSUMMARY"].fields_by_name["roles"]._loaded_options = None
75
+ _globals["_RBACPOLICYSUMMARY"].fields_by_name[
76
+ "roles"
77
+ ]._serialized_options = b"(\001"
78
+ _globals["_RBACPOLICYSUMMARY"].fields_by_name["updated_at"]._loaded_options = None
79
+ _globals["_RBACPOLICYSUMMARY"].fields_by_name[
80
+ "updated_at"
81
+ ]._serialized_options = b"(\001"
82
+ _globals["_RBACROLE"].fields_by_name["permissions"]._loaded_options = None
83
+ _globals["_RBACROLE"].fields_by_name["permissions"]._serialized_options = b"(\001"
84
+ _globals["_SSOCONNECTION"].fields_by_name["created_at"]._loaded_options = None
85
+ _globals["_SSOCONNECTION"].fields_by_name[
86
+ "created_at"
87
+ ]._serialized_options = b"(\001"
88
+ _globals["_SSOCONNECTION"].fields_by_name["updated_at"]._loaded_options = None
89
+ _globals["_SSOCONNECTION"].fields_by_name[
90
+ "updated_at"
91
+ ]._serialized_options = b"(\001"
92
+ _globals["_SCIMCONNECTION"].fields_by_name["created_at"]._loaded_options = None
93
+ _globals["_SCIMCONNECTION"].fields_by_name[
94
+ "created_at"
95
+ ]._serialized_options = b"(\001"
96
+ _globals["_SCIMCONNECTION"].fields_by_name["updated_at"]._loaded_options = None
97
+ _globals["_SCIMCONNECTION"].fields_by_name[
98
+ "updated_at"
99
+ ]._serialized_options = b"(\001"
100
+ _globals["_SCIMTOKENROTATION"].fields_by_name["expires_at"]._loaded_options = None
101
+ _globals["_SCIMTOKENROTATION"].fields_by_name[
102
+ "expires_at"
103
+ ]._serialized_options = b"(\001"
104
+ _globals["_SUPPORTACCESSSESSION"].fields_by_name[
105
+ "started_at"
106
+ ]._loaded_options = None
107
+ _globals["_SUPPORTACCESSSESSION"].fields_by_name[
108
+ "started_at"
109
+ ]._serialized_options = b"(\001"
110
+ _globals["_SUPPORTACCESSSESSION"].fields_by_name["ended_at"]._loaded_options = None
111
+ _globals["_SUPPORTACCESSSESSION"].fields_by_name[
112
+ "ended_at"
113
+ ]._serialized_options = b"(\001"
114
+ _globals["_AUTHMETHOD"]._serialized_start = 5270
115
+ _globals["_AUTHMETHOD"]._serialized_end = 5452
116
+ _globals["_DISCOVERYORGANIZATIONSTATUS"]._serialized_start = 5455
117
+ _globals["_DISCOVERYORGANIZATIONSTATUS"]._serialized_end = 5722
118
+ _globals["_MEMBERSHIPSTATUS"]._serialized_start = 5725
119
+ _globals["_MEMBERSHIPSTATUS"]._serialized_end = 5909
120
+ _globals["_ORGANIZATIONKIND"]._serialized_start = 5912
121
+ _globals["_ORGANIZATIONKIND"]._serialized_end = 6066
122
+ _globals["_SSOCONNECTIONTYPE"]._serialized_start = 6068
123
+ _globals["_SSOCONNECTIONTYPE"]._serialized_end = 6184
124
+ _globals["_SSOCONNECTIONSTATUS"]._serialized_start = 6187
125
+ _globals["_SSOCONNECTIONSTATUS"]._serialized_end = 6383
126
+ _globals["_SCIMCONNECTIONSTATUS"]._serialized_start = 6386
127
+ _globals["_SCIMCONNECTIONSTATUS"]._serialized_end = 6648
128
+ _globals["_AUTHPROVIDER"]._serialized_start = 6650
129
+ _globals["_AUTHPROVIDER"]._serialized_end = 6750
130
+ _globals["_AUTHSESSION"]._serialized_start = 113
131
+ _globals["_AUTHSESSION"]._serialized_end = 468
132
+ _globals["_AUTHUSER"]._serialized_start = 471
133
+ _globals["_AUTHUSER"]._serialized_end = 636
134
+ _globals["_AUTHORGANIZATION"]._serialized_start = 639
135
+ _globals["_AUTHORGANIZATION"]._serialized_end = 931
136
+ _globals["_DISCOVERYORGANIZATION"]._serialized_start = 934
137
+ _globals["_DISCOVERYORGANIZATION"]._serialized_end = 1405
138
+ _globals["_USERPROFILE"]._serialized_start = 1408
139
+ _globals["_USERPROFILE"]._serialized_end = 1770
140
+ _globals["_ORGANIZATIONAUTHSETTINGS"]._serialized_start = 1773
141
+ _globals["_ORGANIZATIONAUTHSETTINGS"]._serialized_end = 2651
142
+ _globals["_ORGANIZATIONMEMBER"]._serialized_start = 2654
143
+ _globals["_ORGANIZATIONMEMBER"]._serialized_end = 3099
144
+ _globals["_RBACPOLICYSUMMARY"]._serialized_start = 3102
145
+ _globals["_RBACPOLICYSUMMARY"]._serialized_end = 3304
146
+ _globals["_RBACRESOURCE"]._serialized_start = 3306
147
+ _globals["_RBACRESOURCE"]._serialized_end = 3397
148
+ _globals["_RBACROLE"]._serialized_start = 3400
149
+ _globals["_RBACROLE"]._serialized_end = 3567
150
+ _globals["_RBACPERMISSION"]._serialized_start = 3569
151
+ _globals["_RBACPERMISSION"]._serialized_end = 3644
152
+ _globals["_SSOCONNECTION"]._serialized_start = 3647
153
+ _globals["_SSOCONNECTION"]._serialized_end = 4206
154
+ _globals["_SCIMCONNECTION"]._serialized_start = 4209
155
+ _globals["_SCIMCONNECTION"]._serialized_end = 4540
156
+ _globals["_SCIMTOKENROTATION"]._serialized_start = 4543
157
+ _globals["_SCIMTOKENROTATION"]._serialized_end = 4722
158
+ _globals["_SCIMGROUPMAPPING"]._serialized_start = 4725
159
+ _globals["_SCIMGROUPMAPPING"]._serialized_end = 4947
160
+ _globals["_SUPPORTACCESSSESSION"]._serialized_start = 4950
161
+ _globals["_SUPPORTACCESSSESSION"]._serialized_end = 5267
162
+ # @@protoc_insertion_point(module_scope)