weave-python 0.51.0__tar.gz → 0.52.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.51.0 → weave_python-0.52.0}/PKG-INFO +1 -1
  2. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/auth/v1/auth_pb2.py +39 -23
  3. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/auth/v1/auth_pb2.pyi +198 -0
  4. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/auth/v1/service_pb2.py +69 -53
  5. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/auth/v1/service_pb2.pyi +109 -0
  6. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/auth/v1/service_pb2_grpc.py +47 -0
  7. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +17 -0
  8. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/weavedb/auth_identity.py +342 -0
  9. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/weavedb/models.py +25 -0
  10. {weave_python-0.51.0 → weave_python-0.52.0}/.github/runs-on.yml +0 -0
  11. {weave_python-0.51.0 → weave_python-0.52.0}/.github/workflows/format-lint.yaml +0 -0
  12. {weave_python-0.51.0 → weave_python-0.52.0}/.github/workflows/generate.yaml +0 -0
  13. {weave_python-0.51.0 → weave_python-0.52.0}/.github/workflows/gh-actions-lint.yaml +0 -0
  14. {weave_python-0.51.0 → weave_python-0.52.0}/.github/workflows/release.yaml +0 -0
  15. {weave_python-0.51.0 → weave_python-0.52.0}/.gitignore +0 -0
  16. {weave_python-0.51.0 → weave_python-0.52.0}/.python-version +0 -0
  17. {weave_python-0.51.0 → weave_python-0.52.0}/LICENSE +0 -0
  18. {weave_python-0.51.0 → weave_python-0.52.0}/README.md +0 -0
  19. {weave_python-0.51.0 → weave_python-0.52.0}/Taskfile.yaml +0 -0
  20. {weave_python-0.51.0 → weave_python-0.52.0}/buf.gen.yaml +0 -0
  21. {weave_python-0.51.0 → weave_python-0.52.0}/pyproject.toml +0 -0
  22. {weave_python-0.51.0 → weave_python-0.52.0}/renovate.json +0 -0
  23. {weave_python-0.51.0 → weave_python-0.52.0}/tools/sqlcgen/README.md +0 -0
  24. {weave_python-0.51.0 → weave_python-0.52.0}/tools/sqlcgen/sqlcgen.py +0 -0
  25. {weave_python-0.51.0 → weave_python-0.52.0}/tools/sqlcgen/test_sqlcgen.py +0 -0
  26. {weave_python-0.51.0 → weave_python-0.52.0}/uv.lock +0 -0
  27. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/event_pb2.py +0 -0
  28. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/event_pb2.pyi +0 -0
  29. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/event_pb2_grpc.py +0 -0
  30. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/event_pb2_grpc.pyi +0 -0
  31. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/message_pb2.py +0 -0
  32. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/message_pb2.pyi +0 -0
  33. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/message_pb2_grpc.py +0 -0
  34. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/message_pb2_grpc.pyi +0 -0
  35. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/process_pb2.py +0 -0
  36. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/process_pb2.pyi +0 -0
  37. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/process_pb2_grpc.py +0 -0
  38. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/process_pb2_grpc.pyi +0 -0
  39. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/run_pb2.py +0 -0
  40. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/run_pb2.pyi +0 -0
  41. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/run_pb2_grpc.py +0 -0
  42. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/run_pb2_grpc.pyi +0 -0
  43. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/service_pb2.py +0 -0
  44. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/service_pb2.pyi +0 -0
  45. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/service_pb2_grpc.py +0 -0
  46. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/atc/v1/service_pb2_grpc.pyi +0 -0
  47. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.py +0 -0
  48. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.pyi +0 -0
  49. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/chat/v1/chat_pb2.py +0 -0
  50. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/chat/v1/chat_pb2.pyi +0 -0
  51. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.py +0 -0
  52. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.pyi +0 -0
  53. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/chat/v1/service_pb2.py +0 -0
  54. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/chat/v1/service_pb2.pyi +0 -0
  55. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/chat/v1/service_pb2_grpc.py +0 -0
  56. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/chat/v1/service_pb2_grpc.pyi +0 -0
  57. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.py +0 -0
  58. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.pyi +0 -0
  59. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.py +0 -0
  60. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.pyi +0 -0
  61. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/consolidation/v1/service_pb2.py +0 -0
  62. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/consolidation/v1/service_pb2.pyi +0 -0
  63. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.py +0 -0
  64. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.pyi +0 -0
  65. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/gateway/v1/gateway_pb2.py +0 -0
  66. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/gateway/v1/gateway_pb2.pyi +0 -0
  67. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/gateway/v1/gateway_pb2_grpc.py +0 -0
  68. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/gateway/v1/gateway_pb2_grpc.pyi +0 -0
  69. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/gateway/v1/service_pb2.py +0 -0
  70. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/gateway/v1/service_pb2.pyi +0 -0
  71. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/gateway/v1/service_pb2_grpc.py +0 -0
  72. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/gateway/v1/service_pb2_grpc.pyi +0 -0
  73. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.py +0 -0
  74. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.pyi +0 -0
  75. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.py +0 -0
  76. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.pyi +0 -0
  77. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/ingestion/v1/service_pb2.py +0 -0
  78. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/ingestion/v1/service_pb2.pyi +0 -0
  79. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.py +0 -0
  80. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.pyi +0 -0
  81. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/model/v1/model_pb2.py +0 -0
  82. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/model/v1/model_pb2.pyi +0 -0
  83. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/model/v1/model_pb2_grpc.py +0 -0
  84. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/model/v1/model_pb2_grpc.pyi +0 -0
  85. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/model/v1/service_pb2.py +0 -0
  86. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/model/v1/service_pb2.pyi +0 -0
  87. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/model/v1/service_pb2_grpc.py +0 -0
  88. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/model/v1/service_pb2_grpc.pyi +0 -0
  89. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/organization/v1/organization_pb2.py +0 -0
  90. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/organization/v1/organization_pb2.pyi +0 -0
  91. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.py +0 -0
  92. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.pyi +0 -0
  93. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/organization/v1/service_pb2.py +0 -0
  94. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/organization/v1/service_pb2.pyi +0 -0
  95. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/organization/v1/service_pb2_grpc.py +0 -0
  96. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/organization/v1/service_pb2_grpc.pyi +0 -0
  97. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/project/v1/project_pb2.py +0 -0
  98. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/project/v1/project_pb2.pyi +0 -0
  99. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/project/v1/project_pb2_grpc.py +0 -0
  100. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -0
  101. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/project/v1/service_pb2.py +0 -0
  102. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/project/v1/service_pb2.pyi +0 -0
  103. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/project/v1/service_pb2_grpc.py +0 -0
  104. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/project/v1/service_pb2_grpc.pyi +0 -0
  105. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/provider/v1/provider_pb2.py +0 -0
  106. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/provider/v1/provider_pb2.pyi +0 -0
  107. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.py +0 -0
  108. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.pyi +0 -0
  109. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/provider/v1/service_pb2.py +0 -0
  110. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/provider/v1/service_pb2.pyi +0 -0
  111. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/provider/v1/service_pb2_grpc.py +0 -0
  112. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/provider/v1/service_pb2_grpc.pyi +0 -0
  113. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.py +0 -0
  114. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.pyi +0 -0
  115. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.py +0 -0
  116. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.pyi +0 -0
  117. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/retrieval/v1/service_pb2.py +0 -0
  118. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/retrieval/v1/service_pb2.pyi +0 -0
  119. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.py +0 -0
  120. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.pyi +0 -0
  121. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/task/v1/service_pb2.py +0 -0
  122. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/task/v1/service_pb2.pyi +0 -0
  123. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/task/v1/service_pb2_grpc.py +0 -0
  124. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/task/v1/service_pb2_grpc.pyi +0 -0
  125. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/task/v1/task_pb2.py +0 -0
  126. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/task/v1/task_pb2.pyi +0 -0
  127. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/task/v1/task_pb2_grpc.py +0 -0
  128. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weaveapi/task/v1/task_pb2_grpc.pyi +0 -0
  129. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/atcdb/event.py +0 -0
  130. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/atcdb/inspection.py +0 -0
  131. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/atcdb/mailbox.py +0 -0
  132. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/atcdb/models.py +0 -0
  133. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/atcdb/run_template.py +0 -0
  134. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/atcdb/snapshot.py +0 -0
  135. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/atcdb/team.py +0 -0
  136. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/weavedb/chat.py +0 -0
  137. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/weavedb/consolidation.py +0 -0
  138. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/weavedb/document_security.py +0 -0
  139. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/weavedb/ingestion.py +0 -0
  140. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/weavedb/model_catalog.py +0 -0
  141. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/weavedb/organization.py +0 -0
  142. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/weavedb/project.py +0 -0
  143. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/weavedb/provider.py +0 -0
  144. {weave_python-0.51.0 → weave_python-0.52.0}/weave/weavesql/weavedb/retrieval.py +0 -0
  145. {weave_python-0.51.0 → weave_python-0.52.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.51.0
3
+ Version: 0.52.0
4
4
  Author: Weave Labs
5
5
  License: FCL-1.0-ALv2
6
6
  License-File: LICENSE
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
20
20
 
21
21
 
22
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'
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"\xda\x07\n\x1a\x41uthorizationDecisionEvent\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12$\n\x0e\x61\x63ting_user_id\x18\x03 \x01(\tR\x0c\x61\x63tingUserId\x12G\n actor_organization_membership_id\x18\x04 \x01(\tR\x1d\x61\x63torOrganizationMembershipId\x12\x33\n\x16\x61\x63tor_identity_link_id\x18\x05 \x01(\tR\x13\x61\x63torIdentityLinkId\x12"\n\rrbac_role_ids\x18\x06 \x03(\tR\x0brbacRoleIds\x12 \n\x0corg_team_ids\x18\x07 \x03(\tR\norgTeamIds\x12,\n\x12platform_grant_ids\x18\x08 \x03(\tR\x10platformGrantIds\x12\x39\n\x19support_access_session_id\x18\t \x01(\tR\x16supportAccessSessionId\x12(\n\x10\x66\x65\x61ture_flag_key\x18\n \x01(\tR\x0e\x66\x65\x61tureFlagKey\x12\x32\n\x15\x66\x65\x61ture_flag_provider\x18\x0b \x01(\tR\x13\x66\x65\x61tureFlagProvider\x12\x30\n\x14\x66\x65\x61ture_flag_variant\x18\x0c \x01(\tR\x12\x66\x65\x61tureFlagVariant\x12\x1f\n\x0bresource_id\x18\r \x01(\tR\nresourceId\x12\x30\n\x14resource_instance_id\x18\x0e \x01(\tR\x12resourceInstanceId\x12\x16\n\x06\x61\x63tion\x18\x0f \x01(\tR\x06\x61\x63tion\x12\x43\n\x08\x64\x65\x63ision\x18\x10 \x01(\x0e\x32\'.weaveapi.auth.v1.AuthorizationDecisionR\x08\x64\x65\x63ision\x12\x1f\n\x0breason_code\x18\x11 \x01(\tR\nreasonCode\x12!\n\x0csafe_message\x18\x12 \x01(\tR\x0bsafeMessage\x12\x34\n\x16used_support_elevation\x18\x13 \x01(\x08R\x14usedSupportElevation\x12\x37\n\x08metadata\x18\x14 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata\x12=\n\ncreated_at\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt*\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*\x86\x01\n\x15\x41uthorizationDecision\x12&\n"AUTHORIZATION_DECISION_UNSPECIFIED\x10\x00\x12"\n\x1e\x41UTHORIZATION_DECISION_ALLOWED\x10\x01\x12!\n\x1d\x41UTHORIZATION_DECISION_DENIED\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
24
  )
25
25
 
26
26
  _globals = globals()
@@ -183,28 +183,42 @@ if not _descriptor._USE_C_DESCRIPTORS:
183
183
  _globals["_SUPPORTACCESSSESSION"].fields_by_name[
184
184
  "ended_at"
185
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
186
+ _globals["_AUTHORIZATIONDECISIONEVENT"].fields_by_name[
187
+ "metadata"
188
+ ]._loaded_options = None
189
+ _globals["_AUTHORIZATIONDECISIONEVENT"].fields_by_name[
190
+ "metadata"
191
+ ]._serialized_options = b"(\001"
192
+ _globals["_AUTHORIZATIONDECISIONEVENT"].fields_by_name[
193
+ "created_at"
194
+ ]._loaded_options = None
195
+ _globals["_AUTHORIZATIONDECISIONEVENT"].fields_by_name[
196
+ "created_at"
197
+ ]._serialized_options = b"(\001"
198
+ _globals["_AUTHMETHOD"]._serialized_start = 9002
199
+ _globals["_AUTHMETHOD"]._serialized_end = 9184
200
+ _globals["_DISCOVERYORGANIZATIONSTATUS"]._serialized_start = 9187
201
+ _globals["_DISCOVERYORGANIZATIONSTATUS"]._serialized_end = 9454
202
+ _globals["_MEMBERSHIPSTATUS"]._serialized_start = 9457
203
+ _globals["_MEMBERSHIPSTATUS"]._serialized_end = 9641
204
+ _globals["_ORGANIZATIONKIND"]._serialized_start = 9644
205
+ _globals["_ORGANIZATIONKIND"]._serialized_end = 9798
206
+ _globals["_SSOCONNECTIONTYPE"]._serialized_start = 9800
207
+ _globals["_SSOCONNECTIONTYPE"]._serialized_end = 9916
208
+ _globals["_SSOCONNECTIONSTATUS"]._serialized_start = 9919
209
+ _globals["_SSOCONNECTIONSTATUS"]._serialized_end = 10115
210
+ _globals["_SCIMCONNECTIONSTATUS"]._serialized_start = 10118
211
+ _globals["_SCIMCONNECTIONSTATUS"]._serialized_end = 10380
212
+ _globals["_AUTHPROVIDER"]._serialized_start = 10382
213
+ _globals["_AUTHPROVIDER"]._serialized_end = 10482
214
+ _globals["_INVITEONBOARDINGSTATUS"]._serialized_start = 10485
215
+ _globals["_INVITEONBOARDINGSTATUS"]._serialized_end = 10771
216
+ _globals["_INVITERECOVERYREASON"]._serialized_start = 10774
217
+ _globals["_INVITERECOVERYREASON"]._serialized_end = 11079
218
+ _globals["_INVITERECOVERYSTATUS"]._serialized_start = 11082
219
+ _globals["_INVITERECOVERYSTATUS"]._serialized_end = 11301
220
+ _globals["_AUTHORIZATIONDECISION"]._serialized_start = 11304
221
+ _globals["_AUTHORIZATIONDECISION"]._serialized_end = 11438
208
222
  _globals["_AUTHSESSION"]._serialized_start = 113
209
223
  _globals["_AUTHSESSION"]._serialized_end = 468
210
224
  _globals["_AUTHUSER"]._serialized_start = 471
@@ -251,4 +265,6 @@ if not _descriptor._USE_C_DESCRIPTORS:
251
265
  _globals["_SCIMGROUPMAPPING"]._serialized_end = 7690
252
266
  _globals["_SUPPORTACCESSSESSION"]._serialized_start = 7693
253
267
  _globals["_SUPPORTACCESSSESSION"]._serialized_end = 8010
268
+ _globals["_AUTHORIZATIONDECISIONEVENT"]._serialized_start = 8013
269
+ _globals["_AUTHORIZATIONDECISIONEVENT"]._serialized_end = 8999
254
270
  # @@protoc_insertion_point(module_scope)
@@ -307,6 +307,28 @@ INVITE_RECOVERY_STATUS_CONTACT_ADMIN: InviteRecoveryStatus.ValueType # 3
307
307
  INVITE_RECOVERY_STATUS_NOT_AVAILABLE: InviteRecoveryStatus.ValueType # 4
308
308
  Global___InviteRecoveryStatus: _TypeAlias = InviteRecoveryStatus # noqa: Y015
309
309
 
310
+ class _AuthorizationDecision:
311
+ ValueType = _typing.NewType("ValueType", _builtins.int)
312
+ V: _TypeAlias = ValueType # noqa: Y015
313
+
314
+ class _AuthorizationDecisionEnumTypeWrapper(
315
+ _enum_type_wrapper._EnumTypeWrapper[_AuthorizationDecision.ValueType],
316
+ _builtins.type,
317
+ ):
318
+ DESCRIPTOR: _descriptor.EnumDescriptor
319
+ AUTHORIZATION_DECISION_UNSPECIFIED: _AuthorizationDecision.ValueType # 0
320
+ AUTHORIZATION_DECISION_ALLOWED: _AuthorizationDecision.ValueType # 1
321
+ AUTHORIZATION_DECISION_DENIED: _AuthorizationDecision.ValueType # 2
322
+
323
+ class AuthorizationDecision(
324
+ _AuthorizationDecision, metaclass=_AuthorizationDecisionEnumTypeWrapper
325
+ ): ...
326
+
327
+ AUTHORIZATION_DECISION_UNSPECIFIED: AuthorizationDecision.ValueType # 0
328
+ AUTHORIZATION_DECISION_ALLOWED: AuthorizationDecision.ValueType # 1
329
+ AUTHORIZATION_DECISION_DENIED: AuthorizationDecision.ValueType # 2
330
+ Global___AuthorizationDecision: _TypeAlias = AuthorizationDecision # noqa: Y015
331
+
310
332
  @_typing.final
311
333
  class AuthSession(_message.Message):
312
334
  DESCRIPTOR: _descriptor.Descriptor
@@ -1982,3 +2004,179 @@ class SupportAccessSession(_message.Message):
1982
2004
  def WhichOneof(self, oneof_group: _Never) -> None: ...
1983
2005
 
1984
2006
  Global___SupportAccessSession: _TypeAlias = SupportAccessSession # noqa: Y015
2007
+
2008
+ @_typing.final
2009
+ class AuthorizationDecisionEvent(_message.Message):
2010
+ DESCRIPTOR: _descriptor.Descriptor
2011
+
2012
+ ID_FIELD_NUMBER: _builtins.int
2013
+ ORGANIZATION_ID_FIELD_NUMBER: _builtins.int
2014
+ ACTING_USER_ID_FIELD_NUMBER: _builtins.int
2015
+ ACTOR_ORGANIZATION_MEMBERSHIP_ID_FIELD_NUMBER: _builtins.int
2016
+ ACTOR_IDENTITY_LINK_ID_FIELD_NUMBER: _builtins.int
2017
+ RBAC_ROLE_IDS_FIELD_NUMBER: _builtins.int
2018
+ ORG_TEAM_IDS_FIELD_NUMBER: _builtins.int
2019
+ PLATFORM_GRANT_IDS_FIELD_NUMBER: _builtins.int
2020
+ SUPPORT_ACCESS_SESSION_ID_FIELD_NUMBER: _builtins.int
2021
+ FEATURE_FLAG_KEY_FIELD_NUMBER: _builtins.int
2022
+ FEATURE_FLAG_PROVIDER_FIELD_NUMBER: _builtins.int
2023
+ FEATURE_FLAG_VARIANT_FIELD_NUMBER: _builtins.int
2024
+ RESOURCE_ID_FIELD_NUMBER: _builtins.int
2025
+ RESOURCE_INSTANCE_ID_FIELD_NUMBER: _builtins.int
2026
+ ACTION_FIELD_NUMBER: _builtins.int
2027
+ DECISION_FIELD_NUMBER: _builtins.int
2028
+ REASON_CODE_FIELD_NUMBER: _builtins.int
2029
+ SAFE_MESSAGE_FIELD_NUMBER: _builtins.int
2030
+ USED_SUPPORT_ELEVATION_FIELD_NUMBER: _builtins.int
2031
+ METADATA_FIELD_NUMBER: _builtins.int
2032
+ CREATED_AT_FIELD_NUMBER: _builtins.int
2033
+ id: _builtins.str
2034
+ organization_id: _builtins.str
2035
+ acting_user_id: _builtins.str
2036
+ actor_organization_membership_id: _builtins.str
2037
+ actor_identity_link_id: _builtins.str
2038
+ support_access_session_id: _builtins.str
2039
+ feature_flag_key: _builtins.str
2040
+ feature_flag_provider: _builtins.str
2041
+ feature_flag_variant: _builtins.str
2042
+ resource_id: _builtins.str
2043
+ resource_instance_id: _builtins.str
2044
+ action: _builtins.str
2045
+ decision: Global___AuthorizationDecision.ValueType
2046
+ reason_code: _builtins.str
2047
+ safe_message: _builtins.str
2048
+ used_support_elevation: _builtins.bool
2049
+ @_builtins.property
2050
+ def rbac_role_ids(
2051
+ self,
2052
+ ) -> _containers.RepeatedScalarFieldContainer[_builtins.str]: ...
2053
+ @_builtins.property
2054
+ def org_team_ids(
2055
+ self,
2056
+ ) -> _containers.RepeatedScalarFieldContainer[_builtins.str]: ...
2057
+ @_builtins.property
2058
+ def platform_grant_ids(
2059
+ self,
2060
+ ) -> _containers.RepeatedScalarFieldContainer[_builtins.str]: ...
2061
+ @_builtins.property
2062
+ def metadata(self) -> _struct_pb2.Struct: ...
2063
+ @_builtins.property
2064
+ def created_at(self) -> _timestamp_pb2.Timestamp: ...
2065
+ def __init__(
2066
+ self,
2067
+ *,
2068
+ id: _builtins.str | None = ...,
2069
+ organization_id: _builtins.str | None = ...,
2070
+ acting_user_id: _builtins.str | None = ...,
2071
+ actor_organization_membership_id: _builtins.str | None = ...,
2072
+ actor_identity_link_id: _builtins.str | None = ...,
2073
+ rbac_role_ids: _abc.Iterable[_builtins.str] | None = ...,
2074
+ org_team_ids: _abc.Iterable[_builtins.str] | None = ...,
2075
+ platform_grant_ids: _abc.Iterable[_builtins.str] | None = ...,
2076
+ support_access_session_id: _builtins.str | None = ...,
2077
+ feature_flag_key: _builtins.str | None = ...,
2078
+ feature_flag_provider: _builtins.str | None = ...,
2079
+ feature_flag_variant: _builtins.str | None = ...,
2080
+ resource_id: _builtins.str | None = ...,
2081
+ resource_instance_id: _builtins.str | None = ...,
2082
+ action: _builtins.str | None = ...,
2083
+ decision: Global___AuthorizationDecision.ValueType | None = ...,
2084
+ reason_code: _builtins.str | None = ...,
2085
+ safe_message: _builtins.str | None = ...,
2086
+ used_support_elevation: _builtins.bool | None = ...,
2087
+ metadata: _struct_pb2.Struct | None = ...,
2088
+ created_at: _timestamp_pb2.Timestamp | None = ...,
2089
+ ) -> None: ...
2090
+ _HasFieldArgType: _TypeAlias = _typing.Literal[
2091
+ "acting_user_id",
2092
+ b"acting_user_id",
2093
+ "action",
2094
+ b"action",
2095
+ "actor_identity_link_id",
2096
+ b"actor_identity_link_id",
2097
+ "actor_organization_membership_id",
2098
+ b"actor_organization_membership_id",
2099
+ "created_at",
2100
+ b"created_at",
2101
+ "decision",
2102
+ b"decision",
2103
+ "feature_flag_key",
2104
+ b"feature_flag_key",
2105
+ "feature_flag_provider",
2106
+ b"feature_flag_provider",
2107
+ "feature_flag_variant",
2108
+ b"feature_flag_variant",
2109
+ "id",
2110
+ b"id",
2111
+ "metadata",
2112
+ b"metadata",
2113
+ "org_team_ids",
2114
+ b"org_team_ids",
2115
+ "organization_id",
2116
+ b"organization_id",
2117
+ "platform_grant_ids",
2118
+ b"platform_grant_ids",
2119
+ "rbac_role_ids",
2120
+ b"rbac_role_ids",
2121
+ "reason_code",
2122
+ b"reason_code",
2123
+ "resource_id",
2124
+ b"resource_id",
2125
+ "resource_instance_id",
2126
+ b"resource_instance_id",
2127
+ "safe_message",
2128
+ b"safe_message",
2129
+ "support_access_session_id",
2130
+ b"support_access_session_id",
2131
+ "used_support_elevation",
2132
+ b"used_support_elevation",
2133
+ ] # noqa: Y015
2134
+ def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
2135
+ _ClearFieldArgType: _TypeAlias = _typing.Literal[
2136
+ "acting_user_id",
2137
+ b"acting_user_id",
2138
+ "action",
2139
+ b"action",
2140
+ "actor_identity_link_id",
2141
+ b"actor_identity_link_id",
2142
+ "actor_organization_membership_id",
2143
+ b"actor_organization_membership_id",
2144
+ "created_at",
2145
+ b"created_at",
2146
+ "decision",
2147
+ b"decision",
2148
+ "feature_flag_key",
2149
+ b"feature_flag_key",
2150
+ "feature_flag_provider",
2151
+ b"feature_flag_provider",
2152
+ "feature_flag_variant",
2153
+ b"feature_flag_variant",
2154
+ "id",
2155
+ b"id",
2156
+ "metadata",
2157
+ b"metadata",
2158
+ "org_team_ids",
2159
+ b"org_team_ids",
2160
+ "organization_id",
2161
+ b"organization_id",
2162
+ "platform_grant_ids",
2163
+ b"platform_grant_ids",
2164
+ "rbac_role_ids",
2165
+ b"rbac_role_ids",
2166
+ "reason_code",
2167
+ b"reason_code",
2168
+ "resource_id",
2169
+ b"resource_id",
2170
+ "resource_instance_id",
2171
+ b"resource_instance_id",
2172
+ "safe_message",
2173
+ b"safe_message",
2174
+ "support_access_session_id",
2175
+ b"support_access_session_id",
2176
+ "used_support_elevation",
2177
+ b"used_support_elevation",
2178
+ ] # noqa: Y015
2179
+ def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
2180
+ def WhichOneof(self, oneof_group: _Never) -> None: ...
2181
+
2182
+ Global___AuthorizationDecisionEvent: _TypeAlias = AuthorizationDecisionEvent # noqa: Y015