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.
Files changed (148) hide show
  1. {weave_python-0.46.0 → weave_python-0.48.0}/PKG-INFO +1 -1
  2. {weave_python-0.46.0 → weave_python-0.48.0}/uv.lock +48 -48
  3. weave_python-0.48.0/weave/weaveapi/auth/v1/auth_pb2.py +254 -0
  4. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/auth_pb2.pyi +119 -8
  5. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/service_pb2.py +162 -144
  6. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/service_pb2.pyi +64 -5
  7. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.py +2 -2
  8. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.pyi +2 -0
  9. weave_python-0.48.0/weave/weaveapi/ingestion/v1/ingestion_pb2.py +493 -0
  10. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.pyi +593 -0
  11. weave_python-0.48.0/weave/weaveapi/ingestion/v1/service_pb2.py +192 -0
  12. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.py +235 -0
  13. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.pyi +85 -0
  14. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.py +32 -26
  15. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.pyi +22 -0
  16. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/auth_identity.py +118 -18
  17. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/consolidation.py +15 -5
  18. weave_python-0.48.0/weave/weavesql/weavedb/document_security.py +1268 -0
  19. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/ingestion.py +193 -183
  20. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/models.py +36 -21
  21. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/retrieval.py +147 -64
  22. weave_python-0.46.0/weave/weaveapi/auth/v1/auth_pb2.py +0 -206
  23. weave_python-0.46.0/weave/weaveapi/ingestion/v1/ingestion_pb2.py +0 -419
  24. weave_python-0.46.0/weave/weaveapi/ingestion/v1/service_pb2.py +0 -158
  25. weave_python-0.46.0/weave/weavesql/weavedb/document_security.py +0 -573
  26. {weave_python-0.46.0 → weave_python-0.48.0}/.github/runs-on.yml +0 -0
  27. {weave_python-0.46.0 → weave_python-0.48.0}/.github/workflows/format-lint.yaml +0 -0
  28. {weave_python-0.46.0 → weave_python-0.48.0}/.github/workflows/generate.yaml +0 -0
  29. {weave_python-0.46.0 → weave_python-0.48.0}/.github/workflows/release.yaml +0 -0
  30. {weave_python-0.46.0 → weave_python-0.48.0}/.gitignore +0 -0
  31. {weave_python-0.46.0 → weave_python-0.48.0}/.python-version +0 -0
  32. {weave_python-0.46.0 → weave_python-0.48.0}/LICENSE +0 -0
  33. {weave_python-0.46.0 → weave_python-0.48.0}/README.md +0 -0
  34. {weave_python-0.46.0 → weave_python-0.48.0}/Taskfile.yaml +0 -0
  35. {weave_python-0.46.0 → weave_python-0.48.0}/buf.gen.yaml +0 -0
  36. {weave_python-0.46.0 → weave_python-0.48.0}/pyproject.toml +0 -0
  37. {weave_python-0.46.0 → weave_python-0.48.0}/renovate.json +0 -0
  38. {weave_python-0.46.0 → weave_python-0.48.0}/tools/sqlcgen/README.md +0 -0
  39. {weave_python-0.46.0 → weave_python-0.48.0}/tools/sqlcgen/sqlcgen.py +0 -0
  40. {weave_python-0.46.0 → weave_python-0.48.0}/tools/sqlcgen/test_sqlcgen.py +0 -0
  41. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/event_pb2.py +0 -0
  42. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/event_pb2.pyi +0 -0
  43. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/event_pb2_grpc.py +0 -0
  44. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/event_pb2_grpc.pyi +0 -0
  45. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/message_pb2.py +0 -0
  46. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/message_pb2.pyi +0 -0
  47. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/message_pb2_grpc.py +0 -0
  48. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/message_pb2_grpc.pyi +0 -0
  49. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/process_pb2.py +0 -0
  50. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/process_pb2.pyi +0 -0
  51. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/process_pb2_grpc.py +0 -0
  52. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/process_pb2_grpc.pyi +0 -0
  53. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/run_pb2.py +0 -0
  54. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/run_pb2.pyi +0 -0
  55. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/run_pb2_grpc.py +0 -0
  56. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/run_pb2_grpc.pyi +0 -0
  57. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/service_pb2.py +0 -0
  58. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/service_pb2.pyi +0 -0
  59. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/service_pb2_grpc.py +0 -0
  60. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/service_pb2_grpc.pyi +0 -0
  61. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.py +0 -0
  62. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.pyi +0 -0
  63. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/service_pb2_grpc.py +0 -0
  64. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +0 -0
  65. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/chat_pb2.py +0 -0
  66. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/chat_pb2.pyi +0 -0
  67. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.py +0 -0
  68. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.pyi +0 -0
  69. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/service_pb2.py +0 -0
  70. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/service_pb2.pyi +0 -0
  71. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/service_pb2_grpc.py +0 -0
  72. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/service_pb2_grpc.pyi +0 -0
  73. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.py +0 -0
  74. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.pyi +0 -0
  75. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/service_pb2.py +0 -0
  76. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/service_pb2.pyi +0 -0
  77. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.py +0 -0
  78. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.pyi +0 -0
  79. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/inference_pb2.py +0 -0
  80. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/inference_pb2.pyi +0 -0
  81. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/inference_pb2_grpc.py +0 -0
  82. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/inference_pb2_grpc.pyi +0 -0
  83. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/service_pb2.py +0 -0
  84. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/service_pb2.pyi +0 -0
  85. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/service_pb2_grpc.py +0 -0
  86. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/service_pb2_grpc.pyi +0 -0
  87. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.py +0 -0
  88. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.pyi +0 -0
  89. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/service_pb2.pyi +0 -0
  90. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/model_pb2.py +0 -0
  91. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/model_pb2.pyi +0 -0
  92. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/model_pb2_grpc.py +0 -0
  93. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/model_pb2_grpc.pyi +0 -0
  94. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/service_pb2.py +0 -0
  95. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/service_pb2.pyi +0 -0
  96. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/service_pb2_grpc.py +0 -0
  97. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/service_pb2_grpc.pyi +0 -0
  98. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/organization_pb2.py +0 -0
  99. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/organization_pb2.pyi +0 -0
  100. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.py +0 -0
  101. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.pyi +0 -0
  102. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/service_pb2.py +0 -0
  103. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/service_pb2.pyi +0 -0
  104. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/service_pb2_grpc.py +0 -0
  105. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/service_pb2_grpc.pyi +0 -0
  106. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/project_pb2.py +0 -0
  107. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/project_pb2.pyi +0 -0
  108. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/project_pb2_grpc.py +0 -0
  109. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -0
  110. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/service_pb2.py +0 -0
  111. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/service_pb2.pyi +0 -0
  112. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/service_pb2_grpc.py +0 -0
  113. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/service_pb2_grpc.pyi +0 -0
  114. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/provider_pb2.py +0 -0
  115. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/provider_pb2.pyi +0 -0
  116. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.py +0 -0
  117. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.pyi +0 -0
  118. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/service_pb2.py +0 -0
  119. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/service_pb2.pyi +0 -0
  120. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/service_pb2_grpc.py +0 -0
  121. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/service_pb2_grpc.pyi +0 -0
  122. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.py +0 -0
  123. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.pyi +0 -0
  124. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/service_pb2.py +0 -0
  125. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/service_pb2.pyi +0 -0
  126. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.py +0 -0
  127. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.pyi +0 -0
  128. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/service_pb2.py +0 -0
  129. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/service_pb2.pyi +0 -0
  130. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/service_pb2_grpc.py +0 -0
  131. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/service_pb2_grpc.pyi +0 -0
  132. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/task_pb2.py +0 -0
  133. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/task_pb2.pyi +0 -0
  134. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/task_pb2_grpc.py +0 -0
  135. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/task_pb2_grpc.pyi +0 -0
  136. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/event.py +0 -0
  137. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/inspection.py +0 -0
  138. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/mailbox.py +0 -0
  139. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/models.py +0 -0
  140. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/run_template.py +0 -0
  141. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/snapshot.py +0 -0
  142. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/atcdb/team.py +0 -0
  143. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/chat.py +0 -0
  144. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/model_catalog.py +0 -0
  145. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/organization.py +0 -0
  146. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/project.py +0 -0
  147. {weave_python-0.46.0 → weave_python-0.48.0}/weave/weavesql/weavedb/provider.py +0 -0
  148. {weave_python-0.46.0 → weave_python-0.48.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.46.0
3
+ Version: 0.48.0
4
4
  Author: Weave Labs
5
5
  License: FCL-1.0-ALv2
6
6
  License-File: LICENSE
@@ -4,56 +4,56 @@ requires-python = ">=3.10"
4
4
 
5
5
  [[package]]
6
6
  name = "greenlet"
7
- version = "3.4.0"
7
+ version = "3.5.0"
8
8
  source = { registry = "https://pypi.org/simple" }
9
- sdist = { url = "https://files.pythonhosted.org/packages/86/94/a5935717b307d7c71fe877b52b884c6af707d2d2090db118a03fbd799369/greenlet-3.4.0.tar.gz", hash = "sha256:f50a96b64dafd6169e595a5c56c9146ef80333e67d4476a65a9c55f400fc22ff", size = 195913, upload-time = "2026-04-08T17:08:00.863Z" }
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/0c/bc/e30e1e3d5e8860b0e0ce4d2b16b2681b77fd13542fc0d72f7e3c22d16eff/greenlet-3.4.0-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:d18eae9a7fb0f499efcd146b8c9750a2e1f6e0e93b5a382b3481875354a430e6", size = 284315, upload-time = "2026-04-08T17:02:52.322Z" },
12
- { url = "https://files.pythonhosted.org/packages/5b/cc/e023ae1967d2a26737387cac083e99e47f65f58868bd155c4c80c01ec4e0/greenlet-3.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:636d2f95c309e35f650e421c23297d5011716be15d966e6328b367c9fc513a82", size = 601916, upload-time = "2026-04-08T16:24:35.533Z" },
13
- { url = "https://files.pythonhosted.org/packages/67/32/5be1677954b6d8810b33abe94e3eb88726311c58fa777dc97e390f7caf5a/greenlet-3.4.0-cp310-cp310-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:234582c20af9742583c3b2ddfbdbb58a756cfff803763ffaae1ac7990a9fac31", size = 616399, upload-time = "2026-04-08T16:30:54.536Z" },
14
- { url = "https://files.pythonhosted.org/packages/74/bf/2d58d5ea515704f83e34699128c9072a34bea27d2b6a556e102105fe62a5/greenlet-3.4.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:523677e69cd4711b5a014e37bc1fb3a29947c3e3a5bb6a527e1cc50312e5a398", size = 611978, upload-time = "2026-04-08T15:56:31.335Z" },
15
- { url = "https://files.pythonhosted.org/packages/bd/69/6525049b6c179d8a923256304d8387b8bdd4acab1acf0407852463c6d514/greenlet-3.4.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:b45e45fe47a19051a396abb22e19e7836a59ee6c5a90f3be427343c37908d65b", size = 1571957, upload-time = "2026-04-08T16:26:17.041Z" },
16
- { url = "https://files.pythonhosted.org/packages/4e/6c/bbfb798b05fec736a0d24dc23e81b45bcee87f45a83cfb39db031853bddc/greenlet-3.4.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:5434271357be07f3ad0936c312645853b7e689e679e29310e2de09a9ea6c3adf", size = 1637223, upload-time = "2026-04-08T15:57:27.556Z" },
17
- { url = "https://files.pythonhosted.org/packages/b7/7d/981fe0e7c07bd9d5e7eb18decb8590a11e3955878291f7a7de2e9c668eb7/greenlet-3.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:a19093fbad824ed7c0f355b5ff4214bffda5f1a7f35f29b31fcaa240cc0135ab", size = 237902, upload-time = "2026-04-08T17:03:14.16Z" },
18
- { url = "https://files.pythonhosted.org/packages/fb/c6/dba32cab7e3a625b011aa5647486e2d28423a48845a2998c126dd69c85e1/greenlet-3.4.0-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:805bebb4945094acbab757d34d6e1098be6de8966009ab9ca54f06ff492def58", size = 285504, upload-time = "2026-04-08T15:52:14.071Z" },
19
- { url = "https://files.pythonhosted.org/packages/54/f4/7cb5c2b1feb9a1f50e038be79980dfa969aa91979e5e3a18fdbcfad2c517/greenlet-3.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:439fc2f12b9b512d9dfa681c5afe5f6b3232c708d13e6f02c845e0d9f4c2d8c6", size = 605476, upload-time = "2026-04-08T16:24:37.064Z" },
20
- { url = "https://files.pythonhosted.org/packages/d6/af/b66ab0b2f9a4c5a867c136bf66d9599f34f21a1bcca26a2884a29c450bd9/greenlet-3.4.0-cp311-cp311-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a70ed1cb0295bee1df57b63bf7f46b4e56a5c93709eea769c1fec1bb23a95875", size = 618336, upload-time = "2026-04-08T16:30:56.59Z" },
21
- { url = "https://files.pythonhosted.org/packages/e5/5c/8c5633ece6ba611d64bf2770219a98dd439921d6424e4e8cf16b0ac74ea5/greenlet-3.4.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c660bce1940a1acae5f51f0a064f1bc785d07ea16efcb4bc708090afc4d69e83", size = 613515, upload-time = "2026-04-08T15:56:32.478Z" },
22
- { url = "https://files.pythonhosted.org/packages/a9/df/950d15bca0d90a0e7395eb777903060504cdb509b7b705631e8fb69ff415/greenlet-3.4.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ee407d4d1ca9dc632265aee1c8732c4a2d60adff848057cdebfe5fe94eb2c8a2", size = 1574623, upload-time = "2026-04-08T16:26:18.596Z" },
23
- { url = "https://files.pythonhosted.org/packages/1a/e7/0839afab829fcb7333c9ff6d80c040949510055d2d4d63251f0d1c7c804e/greenlet-3.4.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:956215d5e355fffa7c021d168728321fd4d31fd730ac609b1653b450f6a4bc71", size = 1639579, upload-time = "2026-04-08T15:57:29.231Z" },
24
- { url = "https://files.pythonhosted.org/packages/d9/2b/b4482401e9bcaf9f5c97f67ead38db89c19520ff6d0d6699979c6efcc200/greenlet-3.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:5cb614ace7c27571270354e9c9f696554d073f8aa9319079dcba466bbdead711", size = 238233, upload-time = "2026-04-08T17:02:54.286Z" },
25
- { url = "https://files.pythonhosted.org/packages/0c/4d/d8123a4e0bcd583d5cfc8ddae0bbe29c67aab96711be331a7cc935a35966/greenlet-3.4.0-cp311-cp311-win_arm64.whl", hash = "sha256:04403ac74fe295a361f650818de93be11b5038a78f49ccfb64d3b1be8fbf1267", size = 235045, upload-time = "2026-04-08T17:04:05.072Z" },
26
- { url = "https://files.pythonhosted.org/packages/65/8b/3669ad3b3f247a791b2b4aceb3aa5a31f5f6817bf547e4e1ff712338145a/greenlet-3.4.0-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:1a54a921561dd9518d31d2d3db4d7f80e589083063ab4d3e2e950756ef809e1a", size = 286902, upload-time = "2026-04-08T15:52:12.138Z" },
27
- { url = "https://files.pythonhosted.org/packages/38/3e/3c0e19b82900873e2d8469b590a6c4b3dfd2b316d0591f1c26b38a4879a5/greenlet-3.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:16dec271460a9a2b154e3b1c2fa1050ce6280878430320e85e08c166772e3f97", size = 606099, upload-time = "2026-04-08T16:24:38.408Z" },
28
- { url = "https://files.pythonhosted.org/packages/b5/33/99fef65e7754fc76a4ed14794074c38c9ed3394a5bd129d7f61b705f3168/greenlet-3.4.0-cp312-cp312-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:90036ce224ed6fe75508c1907a77e4540176dcf0744473627785dd519c6f9996", size = 618837, upload-time = "2026-04-08T16:30:58.298Z" },
29
- { url = "https://files.pythonhosted.org/packages/36/f7/229f3aed6948faa20e0616a0b8568da22e365ede6a54d7d369058b128afd/greenlet-3.4.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a1c4f6b453006efb8310affb2d132832e9bbb4fc01ce6df6b70d810d38f1f6dc", size = 615062, upload-time = "2026-04-08T15:56:33.766Z" },
30
- { url = "https://files.pythonhosted.org/packages/08/97/d988180011aa40135c46cd0d0cf01dd97f7162bae14139b4a3ef54889ba5/greenlet-3.4.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9b2d9a138ffa0e306d0e2b72976d2fb10b97e690d40ab36a472acaab0838e2de", size = 1573511, upload-time = "2026-04-08T16:26:20.058Z" },
31
- { url = "https://files.pythonhosted.org/packages/d4/0f/a5a26fe152fb3d12e6a474181f6e9848283504d0afd095f353d85726374b/greenlet-3.4.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:8424683caf46eb0eb6f626cb95e008e8cc30d0cb675bdfa48200925c79b38a08", size = 1640396, upload-time = "2026-04-08T15:57:30.88Z" },
32
- { url = "https://files.pythonhosted.org/packages/42/cf/bb2c32d9a100e36ee9f6e38fad6b1e082b8184010cb06259b49e1266ca01/greenlet-3.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:a0a53fb071531d003b075c444014ff8f8b1a9898d36bb88abd9ac7b3524648a2", size = 238892, upload-time = "2026-04-08T17:03:10.094Z" },
33
- { url = "https://files.pythonhosted.org/packages/b7/47/6c41314bac56e71436ce551c7fbe3cc830ed857e6aa9708dbb9c65142eb6/greenlet-3.4.0-cp312-cp312-win_arm64.whl", hash = "sha256:f38b81880ba28f232f1f675893a39cf7b6db25b31cc0a09bb50787ecf957e85e", size = 235599, upload-time = "2026-04-08T15:52:54.3Z" },
34
- { url = "https://files.pythonhosted.org/packages/7a/75/7e9cd1126a1e1f0cd67b0eda02e5221b28488d352684704a78ed505bd719/greenlet-3.4.0-cp313-cp313-macosx_11_0_universal2.whl", hash = "sha256:43748988b097f9c6f09364f260741aa73c80747f63389824435c7a50bfdfd5c1", size = 285856, upload-time = "2026-04-08T15:52:45.82Z" },
35
- { url = "https://files.pythonhosted.org/packages/9d/c4/3e2df392e5cb199527c4d9dbcaa75c14edcc394b45040f0189f649631e3c/greenlet-3.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5566e4e2cd7a880e8c27618e3eab20f3494452d12fd5129edef7b2f7aa9a36d1", size = 610208, upload-time = "2026-04-08T16:24:39.674Z" },
36
- { url = "https://files.pythonhosted.org/packages/da/af/750cdfda1d1bd30a6c28080245be8d0346e669a98fdbae7f4102aa95fff3/greenlet-3.4.0-cp313-cp313-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:1054c5a3c78e2ab599d452f23f7adafef55062a783a8e241d24f3b633ba6ff82", size = 621269, upload-time = "2026-04-08T16:30:59.767Z" },
37
- { url = "https://files.pythonhosted.org/packages/54/78/0cbc693622cd54ebe25207efbb3a0eb07c2639cb8594f6e3aaaa0bb077a8/greenlet-3.4.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f82cb6cddc27dd81c96b1506f4aa7def15070c3b2a67d4e46fd19016aacce6cf", size = 617549, upload-time = "2026-04-08T15:56:34.893Z" },
38
- { url = "https://files.pythonhosted.org/packages/ba/c0/8966767de01343c1ff47e8b855dc78e7d1a8ed2b7b9c83576a57e289f81d/greenlet-3.4.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:227a46251ecba4ff46ae742bc5ce95c91d5aceb4b02f885487aff269c127a729", size = 1575310, upload-time = "2026-04-08T16:26:21.671Z" },
39
- { url = "https://files.pythonhosted.org/packages/b8/38/bcdc71ba05e9a5fda87f63ffc2abcd1f15693b659346df994a48c968003d/greenlet-3.4.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:5b99e87be7eba788dd5b75ba1cde5639edffdec5f91fe0d734a249535ec3408c", size = 1640435, upload-time = "2026-04-08T15:57:32.572Z" },
40
- { url = "https://files.pythonhosted.org/packages/a1/c2/19b664b7173b9e4ef5f77e8cef9f14c20ec7fce7920dc1ccd7afd955d093/greenlet-3.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:849f8bc17acd6295fcb5de8e46d55cc0e52381c56eaf50a2afd258e97bc65940", size = 238760, upload-time = "2026-04-08T17:04:03.878Z" },
41
- { url = "https://files.pythonhosted.org/packages/9b/96/795619651d39c7fbd809a522f881aa6f0ead504cc8201c3a5b789dfaef99/greenlet-3.4.0-cp313-cp313-win_arm64.whl", hash = "sha256:9390ad88b652b1903814eaabd629ca184db15e0eeb6fe8a390bbf8b9106ae15a", size = 235498, upload-time = "2026-04-08T17:05:00.584Z" },
42
- { url = "https://files.pythonhosted.org/packages/78/02/bde66806e8f169cf90b14d02c500c44cdbe02c8e224c9c67bafd1b8cadd1/greenlet-3.4.0-cp314-cp314-macosx_11_0_universal2.whl", hash = "sha256:10a07aca6babdd18c16a3f4f8880acfffc2b88dfe431ad6aa5f5740759d7d75e", size = 286291, upload-time = "2026-04-08T17:09:34.307Z" },
43
- { url = "https://files.pythonhosted.org/packages/05/1f/39da1c336a87d47c58352fb8a78541ce63d63ae57c5b9dae1fe02801bbc2/greenlet-3.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:076e21040b3a917d3ce4ad68fb5c3c6b32f1405616c4a57aa83120979649bd3d", size = 656749, upload-time = "2026-04-08T16:24:41.721Z" },
44
- { url = "https://files.pythonhosted.org/packages/d3/6c/90ee29a4ee27af7aa2e2ec408799eeb69ee3fcc5abcecac6ddd07a5cd0f2/greenlet-3.4.0-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:e82689eea4a237e530bb5cb41b180ef81fa2160e1f89422a67be7d90da67f615", size = 669084, upload-time = "2026-04-08T16:31:01.372Z" },
45
- { url = "https://files.pythonhosted.org/packages/07/49/d4cad6e5381a50947bb973d2f6cf6592621451b09368b8c20d9b8af49c5b/greenlet-3.4.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4df3b0b2289ec686d3c821a5fee44259c05cfe824dd5e6e12c8e5f5df23085cf", size = 665621, upload-time = "2026-04-08T15:56:35.995Z" },
46
- { url = "https://files.pythonhosted.org/packages/37/31/d1edd54f424761b5d47718822f506b435b6aab2f3f93b465441143ea5119/greenlet-3.4.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:8bff29d586ea415688f4cec96a591fcc3bf762d046a796cdadc1fdb6e7f2d5bf", size = 1622259, upload-time = "2026-04-08T16:26:23.201Z" },
47
- { url = "https://files.pythonhosted.org/packages/b0/c6/6d3f9cdcb21c4e12a79cb332579f1c6aa1af78eb68059c5a957c7812d95e/greenlet-3.4.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:8a569c2fb840c53c13a2b8967c63621fafbd1a0e015b9c82f408c33d626a2fda", size = 1686916, upload-time = "2026-04-08T15:57:34.282Z" },
48
- { url = "https://files.pythonhosted.org/packages/63/45/c1ca4a1ad975de4727e52d3ffe641ae23e1d7a8ffaa8ff7a0477e1827b92/greenlet-3.4.0-cp314-cp314-win_amd64.whl", hash = "sha256:207ba5b97ea8b0b60eb43ffcacf26969dd83726095161d676aac03ff913ee50d", size = 239821, upload-time = "2026-04-08T17:03:48.423Z" },
49
- { url = "https://files.pythonhosted.org/packages/71/c4/6f621023364d7e85a4769c014c8982f98053246d142420e0328980933ceb/greenlet-3.4.0-cp314-cp314-win_arm64.whl", hash = "sha256:f8296d4e2b92af34ebde81085a01690f26a51eb9ac09a0fcadb331eb36dbc802", size = 236932, upload-time = "2026-04-08T17:04:33.551Z" },
50
- { url = "https://files.pythonhosted.org/packages/d4/8f/18d72b629783f5e8d045a76f5325c1e938e659a9e4da79c7dcd10169a48d/greenlet-3.4.0-cp314-cp314t-macosx_11_0_universal2.whl", hash = "sha256:d70012e51df2dbbccfaf63a40aaf9b40c8bed37c3e3a38751c926301ce538ece", size = 294681, upload-time = "2026-04-08T15:52:35.778Z" },
51
- { url = "https://files.pythonhosted.org/packages/9e/ad/5fa86ec46769c4153820d58a04062285b3b9e10ba3d461ee257b68dcbf53/greenlet-3.4.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a58bec0751f43068cd40cff31bb3ca02ad6000b3a51ca81367af4eb5abc480c8", size = 658899, upload-time = "2026-04-08T16:24:43.32Z" },
52
- { url = "https://files.pythonhosted.org/packages/43/f0/4e8174ca0e87ae748c409f055a1ba161038c43cc0a5a6f1433a26ac2e5bf/greenlet-3.4.0-cp314-cp314t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:05fa0803561028f4b2e3b490ee41216a842eaee11aed004cc343a996d9523aa2", size = 665284, upload-time = "2026-04-08T16:31:02.833Z" },
53
- { url = "https://files.pythonhosted.org/packages/19/da/991cf7cd33662e2df92a1274b7eb4d61769294d38a1bba8a45f31364845e/greenlet-3.4.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e60d38719cb80b3ab5e85f9f1aed4960acfde09868af6762ccb27b260d68f4ed", size = 661861, upload-time = "2026-04-08T15:56:37.269Z" },
54
- { url = "https://files.pythonhosted.org/packages/36/c5/6c2c708e14db3d9caea4b459d8464f58c32047451142fe2cfd90e7458f41/greenlet-3.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:7f50c804733b43eded05ae694691c9aa68bca7d0a867d67d4a3f514742a2d53f", size = 1622182, upload-time = "2026-04-08T16:26:24.777Z" },
55
- { url = "https://files.pythonhosted.org/packages/7a/4c/50c5fed19378e11a29fabab1f6be39ea95358f4a0a07e115a51ca93385d8/greenlet-3.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:2d4f0635dc4aa638cda4b2f5a07ae9a2cff9280327b581a3fcb6f317b4fbc38a", size = 1685050, upload-time = "2026-04-08T15:57:36.453Z" },
56
- { url = "https://files.pythonhosted.org/packages/db/72/85ae954d734703ab48e622c59d4ce35d77ce840c265814af9c078cacc7aa/greenlet-3.4.0-cp314-cp314t-win_amd64.whl", hash = "sha256:1a4a48f24681300c640f143ba7c404270e1ebbbcf34331d7104a4ff40f8ea705", size = 245554, upload-time = "2026-04-08T17:03:50.044Z" },
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)