weave-python 0.28.2__py3-none-any.whl → 0.30.3__py3-none-any.whl

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 (104) hide show
  1. weave/weaveapi/auth/v1/service_pb2.py +194 -98
  2. weave/weaveapi/auth/v1/service_pb2.pyi +1288 -1134
  3. weave/weaveapi/auth/v1/service_pb2_grpc.pyi +248 -335
  4. weave/weaveapi/auth/v1/session_pb2.py +14 -6
  5. weave/weaveapi/auth/v1/session_pb2.pyi +109 -89
  6. weave/weaveapi/auth/v1/session_pb2_grpc.pyi +11 -10
  7. weave/weaveapi/auth/v1/usage_pb2.py +18 -14
  8. weave/weaveapi/auth/v1/usage_pb2.pyi +251 -197
  9. weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +11 -10
  10. weave/weaveapi/auth/v1/user_pb2.py +60 -18
  11. weave/weaveapi/auth/v1/user_pb2.pyi +588 -505
  12. weave/weaveapi/auth/v1/user_pb2_grpc.pyi +11 -10
  13. weave/weaveapi/generate/v1/configuration_pb2.py +31 -19
  14. weave/weaveapi/generate/v1/configuration_pb2.pyi +277 -241
  15. weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +11 -10
  16. weave/weaveapi/generate/v1/generate_pb2.py +32 -6
  17. weave/weaveapi/generate/v1/generate_pb2.pyi +138 -40
  18. weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +11 -10
  19. weave/weaveapi/generate/v1/service_pb2.py +52 -22
  20. weave/weaveapi/generate/v1/service_pb2.pyi +264 -135
  21. weave/weaveapi/generate/v1/service_pb2_grpc.py +47 -0
  22. weave/weaveapi/generate/v1/service_pb2_grpc.pyi +89 -78
  23. weave/weaveapi/llmx/v1/architecture_pb2.py +42 -42
  24. weave/weaveapi/llmx/v1/architecture_pb2.pyi +664 -555
  25. weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +11 -10
  26. weave/weaveapi/llmx/v1/capabilities_pb2.py +88 -56
  27. weave/weaveapi/llmx/v1/capabilities_pb2.pyi +967 -852
  28. weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +11 -10
  29. weave/weaveapi/llmx/v1/model_pb2.py +56 -20
  30. weave/weaveapi/llmx/v1/model_pb2.pyi +533 -455
  31. weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +11 -10
  32. weave/weaveapi/llmx/v1/pricing_pb2.py +24 -20
  33. weave/weaveapi/llmx/v1/pricing_pb2.pyi +194 -172
  34. weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +11 -10
  35. weave/weaveapi/llmx/v1/provider_pb2.py +6 -6
  36. weave/weaveapi/llmx/v1/provider_pb2.pyi +84 -59
  37. weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +11 -10
  38. weave/weaveapi/llmx/v1/service_pb2.py +228 -90
  39. weave/weaveapi/llmx/v1/service_pb2.pyi +1651 -1403
  40. weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +160 -203
  41. weave/weaveapi/mcpregistry/v1/server_pb2.py +16 -10
  42. weave/weaveapi/mcpregistry/v1/server_pb2.pyi +143 -121
  43. weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +11 -10
  44. weave/weaveapi/mcpregistry/v1/service_pb2.py +51 -31
  45. weave/weaveapi/mcpregistry/v1/service_pb2.pyi +132 -122
  46. weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +87 -112
  47. weave/weaveapi/payment/v1/invoice_pb2.py +38 -12
  48. weave/weaveapi/payment/v1/invoice_pb2.pyi +352 -291
  49. weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +11 -10
  50. weave/weaveapi/payment/v1/service_pb2.py +264 -98
  51. weave/weaveapi/payment/v1/service_pb2.pyi +1381 -1242
  52. weave/weaveapi/payment/v1/service_pb2_grpc.pyi +229 -319
  53. weave/weaveapi/payment/v1/subscription_pb2.py +99 -23
  54. weave/weaveapi/payment/v1/subscription_pb2.pyi +727 -611
  55. weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +11 -10
  56. weave/weaveapi/storage/v1/auth_pb2.py +6 -6
  57. weave/weaveapi/storage/v1/auth_pb2.pyi +42 -29
  58. weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +11 -10
  59. weave/weaveapi/storage/v1/nosql_database_pb2.py +47 -23
  60. weave/weaveapi/storage/v1/nosql_database_pb2.pyi +438 -372
  61. weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +11 -10
  62. weave/weaveapi/storage/v1/object_store_pb2.py +27 -13
  63. weave/weaveapi/storage/v1/object_store_pb2.pyi +203 -187
  64. weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +11 -10
  65. weave/weaveapi/storage/v1/service_pb2.py +96 -36
  66. weave/weaveapi/storage/v1/service_pb2.pyi +414 -357
  67. weave/weaveapi/storage/v1/service_pb2_grpc.pyi +88 -107
  68. weave/weaveapi/storage/v1/sql_database_pb2.py +39 -23
  69. weave/weaveapi/storage/v1/sql_database_pb2.pyi +481 -400
  70. weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +11 -10
  71. weave/weaveapi/storage/v1/storage_pb2.py +20 -6
  72. weave/weaveapi/storage/v1/storage_pb2.pyi +79 -70
  73. weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +11 -10
  74. weave/weaveapi/synthesize/v1/dataset_pb2.py +14 -12
  75. weave/weaveapi/synthesize/v1/dataset_pb2.pyi +158 -128
  76. weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +11 -10
  77. weave/weaveapi/synthesize/v1/inline_data_pb2.py +9 -9
  78. weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +31 -27
  79. weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +11 -10
  80. weave/weaveapi/synthesize/v1/relationship_pb2.py +19 -11
  81. weave/weaveapi/synthesize/v1/relationship_pb2.pyi +67 -64
  82. weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +11 -10
  83. weave/weaveapi/synthesize/v1/service_pb2.py +42 -24
  84. weave/weaveapi/synthesize/v1/service_pb2.pyi +202 -168
  85. weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +67 -79
  86. weave/weaveapi/synthesize/v1/training_pb2.py +19 -13
  87. weave/weaveapi/synthesize/v1/training_pb2.pyi +119 -106
  88. weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +11 -10
  89. weave/weavesql/llmxdb/capabilities.py +487 -0
  90. weave/weavesql/llmxdb/changes.py +297 -0
  91. weave/weavesql/llmxdb/models.py +594 -0
  92. weave/weavesql/llmxdb/providers.py +348 -0
  93. weave/weavesql/llmxdb/scraper_runs.py +287 -0
  94. weave/weavesql/llmxdb/search.py +721 -0
  95. weave/weavesql/weavedb/dataset.py +75 -0
  96. weave/weavesql/weavedb/models.py +135 -0
  97. weave/weavesql/weavedb/relationships.py +72 -0
  98. weave/weavesql/weavedb/storage.py +113 -0
  99. weave/weavesql/weavedb/synthesizer.py +107 -0
  100. {weave_python-0.28.2.dist-info → weave_python-0.30.3.dist-info}/METADATA +3 -3
  101. weave_python-0.30.3.dist-info/RECORD +131 -0
  102. {weave_python-0.28.2.dist-info → weave_python-0.30.3.dist-info}/WHEEL +1 -1
  103. weave_python-0.28.2.dist-info/RECORD +0 -120
  104. {weave_python-0.28.2.dist-info → weave_python-0.30.3.dist-info}/licenses/LICENSE +0 -0
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: weaveapi/auth/v1/service.proto
5
- # Protobuf Python Version: 6.32.0
5
+ # Protobuf Python Version: 6.33.5
6
6
  """Generated protocol buffer code."""
7
7
 
8
8
  from google.protobuf import descriptor as _descriptor
@@ -12,7 +12,7 @@ from google.protobuf import symbol_database as _symbol_database
12
12
  from google.protobuf.internal import builder as _builder
13
13
 
14
14
  _runtime_version.ValidateProtobufRuntimeVersion(
15
- _runtime_version.Domain.PUBLIC, 6, 32, 0, "", "weaveapi/auth/v1/service.proto"
15
+ _runtime_version.Domain.PUBLIC, 6, 33, 5, "", "weaveapi/auth/v1/service.proto"
16
16
  )
17
17
  # @@protoc_insertion_point(imports)
18
18
 
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
20
20
 
21
21
 
22
22
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
23
- b'\n\x1eweaveapi/auth/v1/service.proto\x12\x10weaveapi.auth.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1eweaveapi/auth/v1/session.proto\x1a\x1cweaveapi/auth/v1/usage.proto\x1a\x1bweaveapi/auth/v1/user.proto"\xa9\x02\n\x14InitiateOAuthRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12!\n\x0credirect_uri\x18\x02 \x01(\tR\x0bredirectUri\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state\x12\x14\n\x05scope\x18\x04 \x01(\tR\x05scope\x12\x63\n\x0fprovider_params\x18\x05 \x03(\x0b\x32:.weaveapi.auth.v1.InitiateOAuthRequest.ProviderParamsEntryR\x0eproviderParams\x1a\x41\n\x13ProviderParamsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\x89\x01\n\x15InitiateOAuthResponse\x12\x19\n\x08\x61uth_url\x18\x01 \x01(\tR\x07\x61uthUrl\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state\x12#\n\rcode_verifier\x18\x03 \x01(\tR\x0c\x63odeVerifier\x12\x1a\n\x08provider\x18\x04 \x01(\tR\x08provider"\xca\x01\n\x1aHandleOAuthCallbackRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x12\n\x04\x63ode\x18\x02 \x01(\tR\x04\x63ode\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state\x12#\n\rcode_verifier\x18\x04 \x01(\tR\x0c\x63odeVerifier\x12\x14\n\x05\x65rror\x18\x05 \x01(\tR\x05\x65rror\x12+\n\x11\x65rror_description\x18\x06 \x01(\tR\x10\x65rrorDescription"\xc3\x02\n\x1bHandleOAuthCallbackResponse\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12#\n\rrefresh_token\x18\x02 \x01(\tR\x0crefreshToken\x12\x1d\n\nexpires_in\x18\x03 \x01(\x05R\texpiresIn\x12*\n\x04user\x18\x04 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserR\x04user\x12\x1e\n\x0bis_new_user\x18\x05 \x01(\x08R\tisNewUser\x12!\n\x0credirect_url\x18\x06 \x01(\tR\x0bredirectUrl\x12\'\n\x0flinked_provider\x18\x07 \x01(\tR\x0elinkedProvider\x12%\n\x0e\x61\x63\x63ount_linked\x18\x08 \x01(\x08R\raccountLinked"=\n\x18GetOAuthProvidersRequest\x12!\n\x0c\x65nabled_only\x18\x01 \x01(\x08R\x0b\x65nabledOnly"\x85\x01\n\x19GetOAuthProvidersResponse\x12=\n\tproviders\x18\x01 \x03(\x0b\x32\x1f.weaveapi.auth.v1.OAuthProviderR\tproviders\x12)\n\x10primary_provider\x18\x02 \x01(\tR\x0fprimaryProvider"Y\n\x18LinkOAuthProviderRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12!\n\x0credirect_uri\x18\x02 \x01(\tR\x0bredirectUri"L\n\x19LinkOAuthProviderResponse\x12\x19\n\x08\x61uth_url\x18\x01 \x01(\tR\x07\x61uthUrl\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state"8\n\x1aUnlinkOAuthProviderRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider"\x82\x01\n\x1bUnlinkOAuthProviderResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12/\n\x13remaining_providers\x18\x03 \x01(\x05R\x12remainingProviders":\n\x13RefreshTokenRequest\x12#\n\rrefresh_token\x18\x01 \x01(\tR\x0crefreshToken"}\n\x14RefreshTokenResponse\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12#\n\rrefresh_token\x18\x02 \x01(\tR\x0crefreshToken\x12\x1d\n\nexpires_in\x18\x03 \x01(\x05R\texpiresIn"9\n\x12RevokeTokenRequest\x12#\n\rrefresh_token\x18\x01 \x01(\tR\x0crefreshToken"I\n\x13RevokeTokenResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"9\n\x14ValidateTokenRequest\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken"\xad\x01\n\x15ValidateTokenResponse\x12\x14\n\x05valid\x18\x01 \x01(\x08R\x05valid\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x16\n\x06scopes\x18\x03 \x03(\tR\x06scopes\x12\x39\n\nexpires_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt\x12\x12\n\x04tier\x18\x05 \x01(\tR\x04tier"\x17\n\x15GetCurrentUserRequest"D\n\x16GetCurrentUserResponse\x12*\n\x04user\x18\x01 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserR\x04user"\x8b\x01\n\x11UpdateUserRequest\x12\x1b\n\tfull_name\x18\x01 \x01(\tR\x08\x66ullName\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12\x43\n\x0bpreferences\x18\x03 \x01(\x0b\x32!.weaveapi.auth.v1.UserPreferencesR\x0bpreferences"@\n\x12UpdateUserResponse\x12*\n\x04user\x18\x01 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserR\x04user"S\n\x11\x44\x65leteUserRequest\x12"\n\x0c\x63onfirmation\x18\x01 \x01(\tR\x0c\x63onfirmation\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password"\x98\x01\n\x12\x44\x65leteUserResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12N\n\x15scheduled_deletion_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x13scheduledDeletionAt"q\n\x12ListAPIKeysRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12\x1f\n\x0b\x61\x63tive_only\x18\x03 \x01(\x08R\nactiveOnly"\x93\x01\n\x13ListAPIKeysResponse\x12\x33\n\x08\x61pi_keys\x18\x01 \x03(\x0b\x32\x18.weaveapi.auth.v1.APIKeyR\x07\x61piKeys\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"\xec\x01\n\x13\x43reateAPIKeyRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12\x16\n\x06scopes\x18\x03 \x03(\tR\x06scopes\x12+\n\x11\x61llowed_endpoints\x18\x04 \x03(\tR\x10\x61llowedEndpoints\x12\x1f\n\x0b\x61llowed_ips\x18\x05 \x03(\tR\nallowedIps\x12\x39\n\nexpires_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt"\x82\x01\n\x14\x43reateAPIKeyResponse\x12\x31\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyR\x06\x61piKey\x12\x1d\n\nsecret_key\x18\x02 \x01(\tR\tsecretKey\x12\x18\n\x07warning\x18\x03 \x01(\tR\x07warning")\n\x10GetAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId"F\n\x11GetAPIKeyResponse\x12\x31\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyR\x06\x61piKey"\xcd\x01\n\x13UpdateAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12+\n\x11\x61llowed_endpoints\x18\x04 \x03(\tR\x10\x61llowedEndpoints\x12\x1f\n\x0b\x61llowed_ips\x18\x05 \x03(\tR\nallowedIps\x12\x1b\n\tis_active\x18\x06 \x01(\x08R\x08isActive"I\n\x14UpdateAPIKeyResponse\x12\x31\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyR\x06\x61piKey",\n\x13RevokeAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId"J\n\x14RevokeAPIKeyResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"k\n\x15ValidateAPIKeyRequest\x12\x17\n\x07\x61pi_key\x18\x01 \x01(\tR\x06\x61piKey\x12\x1a\n\x08\x65ndpoint\x18\x02 \x01(\tR\x08\x65ndpoint\x12\x1d\n\nip_address\x18\x03 \x01(\tR\tipAddress"\xde\x01\n\x16ValidateAPIKeyResponse\x12\x14\n\x05valid\x18\x01 \x01(\x08R\x05valid\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x12\n\x04tier\x18\x03 \x01(\tR\x04tier\x12\x16\n\x06scopes\x18\x04 \x03(\tR\x06scopes\x12>\n\nrate_limit\x18\x05 \x01(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoR\trateLimit\x12)\n\x10rejection_reason\x18\x06 \x01(\tR\x0frejectionReason"L\n\x14GetUsageStatsRequest\x12\x16\n\x06period\x18\x01 \x01(\tR\x06period\x12\x1c\n\napi_key_id\x18\x02 \x01(\tR\x08\x61piKeyId"\xd1\x01\n\x15GetUsageStatsResponse\x12\x43\n\x0e\x63urrent_period\x18\x01 \x01(\x0b\x32\x1c.weaveapi.auth.v1.UsageStatsR\rcurrentPeriod\x12<\n\nhistorical\x18\x02 \x03(\x0b\x32\x1c.weaveapi.auth.v1.UsageStatsR\nhistorical\x12\x35\n\x06limits\x18\x03 \x01(\x0b\x32\x1d.weaveapi.auth.v1.UsageLimitsR\x06limits"9\n\x19GetRateLimitStatusRequest\x12\x1c\n\napi_key_id\x18\x01 \x01(\tR\x08\x61piKeyId"\x99\x01\n\x1aGetRateLimitStatusResponse\x12\x39\n\x07\x63urrent\x18\x01 \x01(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoR\x07\x63urrent\x12@\n\x0b\x62y_endpoint\x18\x02 \x03(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoR\nbyEndpoint"\xc5\x01\n\rRateLimitInfo\x12\x12\n\x04tier\x18\x01 \x01(\tR\x04tier\x12\x16\n\x06window\x18\x02 \x01(\tR\x06window\x12\x14\n\x05limit\x18\x03 \x01(\x05R\x05limit\x12\x1c\n\tremaining\x18\x04 \x01(\x05R\tremaining\x12\x35\n\x08reset_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07resetAt\x12\x1d\n\nis_limited\x18\x06 \x01(\x08R\tisLimited"Q\n\x13ListSessionsRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken"\xc4\x01\n\x14ListSessionsResponse\x12\x35\n\x08sessions\x18\x01 \x03(\x0b\x32\x19.weaveapi.auth.v1.SessionR\x08sessions\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount\x12,\n\x12\x63urrent_session_id\x18\x04 \x01(\tR\x10\x63urrentSessionId"5\n\x14RevokeSessionRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId"K\n\x15RevokeSessionResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"=\n\x18RevokeAllSessionsRequest\x12!\n\x0ckeep_current\x18\x01 \x01(\x08R\x0bkeepCurrent"Z\n\x19RevokeAllSessionsResponse\x12#\n\rrevoked_count\x18\x01 \x01(\x05R\x0crevokedCount\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message2\x8c\x17\n\x04\x41uth\x12\x80\x01\n\rInitiateOAuth\x12&.weaveapi.auth.v1.InitiateOAuthRequest\x1a\'.weaveapi.auth.v1.InitiateOAuthResponse"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/auth/oauth/{provider}\x12\x9b\x01\n\x13HandleOAuthCallback\x12,.weaveapi.auth.v1.HandleOAuthCallbackRequest\x1a-.weaveapi.auth.v1.HandleOAuthCallbackResponse"\'\x82\xd3\xe4\x93\x02!\x12\x1f/auth/oauth/{provider}/callback\x12\x85\x01\n\x11GetOAuthProviders\x12*.weaveapi.auth.v1.GetOAuthProvidersRequest\x1a+.weaveapi.auth.v1.GetOAuthProvidersResponse"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/auth/providers\x12\x8f\x01\n\x11LinkOAuthProvider\x12*.weaveapi.auth.v1.LinkOAuthProviderRequest\x1a+.weaveapi.auth.v1.LinkOAuthProviderResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/api/v1/user/auth/link:\x01*\x12\x98\x01\n\x13UnlinkOAuthProvider\x12,.weaveapi.auth.v1.UnlinkOAuthProviderRequest\x1a-.weaveapi.auth.v1.UnlinkOAuthProviderResponse"$\x82\xd3\xe4\x93\x02\x1e*\x1c/api/v1/user/auth/{provider}\x12w\n\x0cRefreshToken\x12%.weaveapi.auth.v1.RefreshTokenRequest\x1a&.weaveapi.auth.v1.RefreshTokenResponse"\x18\x82\xd3\xe4\x93\x02\x12"\r/auth/refresh:\x01*\x12s\n\x0bRevokeToken\x12$.weaveapi.auth.v1.RevokeTokenRequest\x1a%.weaveapi.auth.v1.RevokeTokenResponse"\x17\x82\xd3\xe4\x93\x02\x11"\x0c/auth/revoke:\x01*\x12{\n\rValidateToken\x12&.weaveapi.auth.v1.ValidateTokenRequest\x1a\'.weaveapi.auth.v1.ValidateTokenResponse"\x19\x82\xd3\xe4\x93\x02\x13"\x0e/auth/validate:\x01*\x12\x81\x01\n\x0eGetCurrentUser\x12\'.weaveapi.auth.v1.GetCurrentUserRequest\x1a(.weaveapi.auth.v1.GetCurrentUserResponse"\x1c\x82\xd3\xe4\x93\x02\x16\x12\x14/api/v1/user/profile\x12x\n\nUpdateUser\x12#.weaveapi.auth.v1.UpdateUserRequest\x1a$.weaveapi.auth.v1.UpdateUserResponse"\x1f\x82\xd3\xe4\x93\x02\x19\x32\x14/api/v1/user/profile:\x01*\x12u\n\nDeleteUser\x12#.weaveapi.auth.v1.DeleteUserRequest\x1a$.weaveapi.auth.v1.DeleteUserResponse"\x1c\x82\xd3\xe4\x93\x02\x16*\x14/api/v1/user/profile\x12y\n\x0bListAPIKeys\x12$.weaveapi.auth.v1.ListAPIKeysRequest\x1a%.weaveapi.auth.v1.ListAPIKeysResponse"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/api/v1/user/api-keys\x12\x7f\n\x0c\x43reateAPIKey\x12%.weaveapi.auth.v1.CreateAPIKeyRequest\x1a&.weaveapi.auth.v1.CreateAPIKeyResponse" \x82\xd3\xe4\x93\x02\x1a"\x15/api/v1/user/api-keys:\x01*\x12|\n\tGetAPIKey\x12".weaveapi.auth.v1.GetAPIKeyRequest\x1a#.weaveapi.auth.v1.GetAPIKeyResponse"&\x82\xd3\xe4\x93\x02 \x12\x1e/api/v1/user/api-keys/{key_id}\x12\x88\x01\n\x0cUpdateAPIKey\x12%.weaveapi.auth.v1.UpdateAPIKeyRequest\x1a&.weaveapi.auth.v1.UpdateAPIKeyResponse")\x82\xd3\xe4\x93\x02#2\x1e/api/v1/user/api-keys/{key_id}:\x01*\x12\x85\x01\n\x0cRevokeAPIKey\x12%.weaveapi.auth.v1.RevokeAPIKeyRequest\x1a&.weaveapi.auth.v1.RevokeAPIKeyResponse"&\x82\xd3\xe4\x93\x02 *\x1e/api/v1/user/api-keys/{key_id}\x12\x86\x01\n\x0eValidateAPIKey\x12\'.weaveapi.auth.v1.ValidateAPIKeyRequest\x1a(.weaveapi.auth.v1.ValidateAPIKeyResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/auth/api-key/validate:\x01*\x12|\n\rGetUsageStats\x12&.weaveapi.auth.v1.GetUsageStatsRequest\x1a\'.weaveapi.auth.v1.GetUsageStatsResponse"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/api/v1/user/usage\x12\x90\x01\n\x12GetRateLimitStatus\x12+.weaveapi.auth.v1.GetRateLimitStatusRequest\x1a,.weaveapi.auth.v1.GetRateLimitStatusResponse"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/api/v1/user/rate-limit\x12|\n\x0cListSessions\x12%.weaveapi.auth.v1.ListSessionsRequest\x1a&.weaveapi.auth.v1.ListSessionsResponse"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/api/v1/user/sessions\x12\x8c\x01\n\rRevokeSession\x12&.weaveapi.auth.v1.RevokeSessionRequest\x1a\'.weaveapi.auth.v1.RevokeSessionResponse"*\x82\xd3\xe4\x93\x02$*"/api/v1/user/sessions/{session_id}\x12\x99\x01\n\x11RevokeAllSessions\x12*.weaveapi.auth.v1.RevokeAllSessionsRequest\x1a+.weaveapi.auth.v1.RevokeAllSessionsResponse"+\x82\xd3\xe4\x93\x02%" /api/v1/user/sessions/revoke-all:\x01*B\xbc\x01\n\x14\x63om.weaveapi.auth.v1B\x0cServiceProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\xa2\x02\x03WAX\xaa\x02\x10Weaveapi.Auth.V1\xca\x02\x10Weaveapi\\Auth\\V1\xe2\x02\x1cWeaveapi\\Auth\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Auth::V1b\x06proto3'
23
+ b'\n\x1eweaveapi/auth/v1/service.proto\x12\x10weaveapi.auth.v1\x1a\x1cgoogle/api/annotations.proto\x1a!google/protobuf/go_features.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1eweaveapi/auth/v1/session.proto\x1a\x1cweaveapi/auth/v1/usage.proto\x1a\x1bweaveapi/auth/v1/user.proto"\xa9\x02\n\x14InitiateOAuthRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12!\n\x0credirect_uri\x18\x02 \x01(\tR\x0bredirectUri\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state\x12\x14\n\x05scope\x18\x04 \x01(\tR\x05scope\x12\x63\n\x0fprovider_params\x18\x05 \x03(\x0b\x32:.weaveapi.auth.v1.InitiateOAuthRequest.ProviderParamsEntryR\x0eproviderParams\x1a\x41\n\x13ProviderParamsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\x89\x01\n\x15InitiateOAuthResponse\x12\x19\n\x08\x61uth_url\x18\x01 \x01(\tR\x07\x61uthUrl\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state\x12#\n\rcode_verifier\x18\x03 \x01(\tR\x0c\x63odeVerifier\x12\x1a\n\x08provider\x18\x04 \x01(\tR\x08provider"\xca\x01\n\x1aHandleOAuthCallbackRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x12\n\x04\x63ode\x18\x02 \x01(\tR\x04\x63ode\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state\x12#\n\rcode_verifier\x18\x04 \x01(\tR\x0c\x63odeVerifier\x12\x14\n\x05\x65rror\x18\x05 \x01(\tR\x05\x65rror\x12+\n\x11\x65rror_description\x18\x06 \x01(\tR\x10\x65rrorDescription"\xc7\x02\n\x1bHandleOAuthCallbackResponse\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12#\n\rrefresh_token\x18\x02 \x01(\tR\x0crefreshToken\x12\x1d\n\nexpires_in\x18\x03 \x01(\x05R\texpiresIn\x12.\n\x04user\x18\x04 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserB\x02(\x01R\x04user\x12\x1e\n\x0bis_new_user\x18\x05 \x01(\x08R\tisNewUser\x12!\n\x0credirect_url\x18\x06 \x01(\tR\x0bredirectUrl\x12\'\n\x0flinked_provider\x18\x07 \x01(\tR\x0elinkedProvider\x12%\n\x0e\x61\x63\x63ount_linked\x18\x08 \x01(\x08R\raccountLinked"=\n\x18GetOAuthProvidersRequest\x12!\n\x0c\x65nabled_only\x18\x01 \x01(\x08R\x0b\x65nabledOnly"\x89\x01\n\x19GetOAuthProvidersResponse\x12\x41\n\tproviders\x18\x01 \x03(\x0b\x32\x1f.weaveapi.auth.v1.OAuthProviderB\x02(\x01R\tproviders\x12)\n\x10primary_provider\x18\x02 \x01(\tR\x0fprimaryProvider"Y\n\x18LinkOAuthProviderRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12!\n\x0credirect_uri\x18\x02 \x01(\tR\x0bredirectUri"L\n\x19LinkOAuthProviderResponse\x12\x19\n\x08\x61uth_url\x18\x01 \x01(\tR\x07\x61uthUrl\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state"8\n\x1aUnlinkOAuthProviderRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider"\x82\x01\n\x1bUnlinkOAuthProviderResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12/\n\x13remaining_providers\x18\x03 \x01(\x05R\x12remainingProviders":\n\x13RefreshTokenRequest\x12#\n\rrefresh_token\x18\x01 \x01(\tR\x0crefreshToken"}\n\x14RefreshTokenResponse\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12#\n\rrefresh_token\x18\x02 \x01(\tR\x0crefreshToken\x12\x1d\n\nexpires_in\x18\x03 \x01(\x05R\texpiresIn"9\n\x12RevokeTokenRequest\x12#\n\rrefresh_token\x18\x01 \x01(\tR\x0crefreshToken"I\n\x13RevokeTokenResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"9\n\x14ValidateTokenRequest\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken"\xb1\x01\n\x15ValidateTokenResponse\x12\x14\n\x05valid\x18\x01 \x01(\x08R\x05valid\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x16\n\x06scopes\x18\x03 \x03(\tR\x06scopes\x12=\n\nexpires_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt\x12\x12\n\x04tier\x18\x05 \x01(\tR\x04tier"\x17\n\x15GetCurrentUserRequest"H\n\x16GetCurrentUserResponse\x12.\n\x04user\x18\x01 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserB\x02(\x01R\x04user"\x8f\x01\n\x11UpdateUserRequest\x12\x1b\n\tfull_name\x18\x01 \x01(\tR\x08\x66ullName\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12G\n\x0bpreferences\x18\x03 \x01(\x0b\x32!.weaveapi.auth.v1.UserPreferencesB\x02(\x01R\x0bpreferences"D\n\x12UpdateUserResponse\x12.\n\x04user\x18\x01 \x01(\x0b\x32\x16.weaveapi.auth.v1.UserB\x02(\x01R\x04user"S\n\x11\x44\x65leteUserRequest\x12"\n\x0c\x63onfirmation\x18\x01 \x01(\tR\x0c\x63onfirmation\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password"\x9c\x01\n\x12\x44\x65leteUserResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12R\n\x15scheduled_deletion_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x13scheduledDeletionAt"q\n\x12ListAPIKeysRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12\x1f\n\x0b\x61\x63tive_only\x18\x03 \x01(\x08R\nactiveOnly"\x97\x01\n\x13ListAPIKeysResponse\x12\x37\n\x08\x61pi_keys\x18\x01 \x03(\x0b\x32\x18.weaveapi.auth.v1.APIKeyB\x02(\x01R\x07\x61piKeys\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"\xf0\x01\n\x13\x43reateAPIKeyRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12\x16\n\x06scopes\x18\x03 \x03(\tR\x06scopes\x12+\n\x11\x61llowed_endpoints\x18\x04 \x03(\tR\x10\x61llowedEndpoints\x12\x1f\n\x0b\x61llowed_ips\x18\x05 \x03(\tR\nallowedIps\x12=\n\nexpires_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\texpiresAt"\x86\x01\n\x14\x43reateAPIKeyResponse\x12\x35\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyB\x02(\x01R\x06\x61piKey\x12\x1d\n\nsecret_key\x18\x02 \x01(\tR\tsecretKey\x12\x18\n\x07warning\x18\x03 \x01(\tR\x07warning")\n\x10GetAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId"J\n\x11GetAPIKeyResponse\x12\x35\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyB\x02(\x01R\x06\x61piKey"\xcd\x01\n\x13UpdateAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12+\n\x11\x61llowed_endpoints\x18\x04 \x03(\tR\x10\x61llowedEndpoints\x12\x1f\n\x0b\x61llowed_ips\x18\x05 \x03(\tR\nallowedIps\x12\x1b\n\tis_active\x18\x06 \x01(\x08R\x08isActive"M\n\x14UpdateAPIKeyResponse\x12\x35\n\x07\x61pi_key\x18\x01 \x01(\x0b\x32\x18.weaveapi.auth.v1.APIKeyB\x02(\x01R\x06\x61piKey",\n\x13RevokeAPIKeyRequest\x12\x15\n\x06key_id\x18\x01 \x01(\tR\x05keyId"J\n\x14RevokeAPIKeyResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"k\n\x15ValidateAPIKeyRequest\x12\x17\n\x07\x61pi_key\x18\x01 \x01(\tR\x06\x61piKey\x12\x1a\n\x08\x65ndpoint\x18\x02 \x01(\tR\x08\x65ndpoint\x12\x1d\n\nip_address\x18\x03 \x01(\tR\tipAddress"\xe2\x01\n\x16ValidateAPIKeyResponse\x12\x14\n\x05valid\x18\x01 \x01(\x08R\x05valid\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x12\n\x04tier\x18\x03 \x01(\tR\x04tier\x12\x16\n\x06scopes\x18\x04 \x03(\tR\x06scopes\x12\x42\n\nrate_limit\x18\x05 \x01(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoB\x02(\x01R\trateLimit\x12)\n\x10rejection_reason\x18\x06 \x01(\tR\x0frejectionReason"L\n\x14GetUsageStatsRequest\x12\x16\n\x06period\x18\x01 \x01(\tR\x06period\x12\x1c\n\napi_key_id\x18\x02 \x01(\tR\x08\x61piKeyId"\xdd\x01\n\x15GetUsageStatsResponse\x12G\n\x0e\x63urrent_period\x18\x01 \x01(\x0b\x32\x1c.weaveapi.auth.v1.UsageStatsB\x02(\x01R\rcurrentPeriod\x12@\n\nhistorical\x18\x02 \x03(\x0b\x32\x1c.weaveapi.auth.v1.UsageStatsB\x02(\x01R\nhistorical\x12\x39\n\x06limits\x18\x03 \x01(\x0b\x32\x1d.weaveapi.auth.v1.UsageLimitsB\x02(\x01R\x06limits"9\n\x19GetRateLimitStatusRequest\x12\x1c\n\napi_key_id\x18\x01 \x01(\tR\x08\x61piKeyId"\xa1\x01\n\x1aGetRateLimitStatusResponse\x12=\n\x07\x63urrent\x18\x01 \x01(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoB\x02(\x01R\x07\x63urrent\x12\x44\n\x0b\x62y_endpoint\x18\x02 \x03(\x0b\x32\x1f.weaveapi.auth.v1.RateLimitInfoB\x02(\x01R\nbyEndpoint"\xc9\x01\n\rRateLimitInfo\x12\x12\n\x04tier\x18\x01 \x01(\tR\x04tier\x12\x16\n\x06window\x18\x02 \x01(\tR\x06window\x12\x14\n\x05limit\x18\x03 \x01(\x05R\x05limit\x12\x1c\n\tremaining\x18\x04 \x01(\x05R\tremaining\x12\x39\n\x08reset_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x07resetAt\x12\x1d\n\nis_limited\x18\x06 \x01(\x08R\tisLimited"Q\n\x13ListSessionsRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken"\xc8\x01\n\x14ListSessionsResponse\x12\x39\n\x08sessions\x18\x01 \x03(\x0b\x32\x19.weaveapi.auth.v1.SessionB\x02(\x01R\x08sessions\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount\x12,\n\x12\x63urrent_session_id\x18\x04 \x01(\tR\x10\x63urrentSessionId"5\n\x14RevokeSessionRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId"K\n\x15RevokeSessionResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"=\n\x18RevokeAllSessionsRequest\x12!\n\x0ckeep_current\x18\x01 \x01(\x08R\x0bkeepCurrent"Z\n\x19RevokeAllSessionsResponse\x12#\n\rrevoked_count\x18\x01 \x01(\x05R\x0crevokedCount\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message2\x8c\x17\n\x04\x41uth\x12\x80\x01\n\rInitiateOAuth\x12&.weaveapi.auth.v1.InitiateOAuthRequest\x1a\'.weaveapi.auth.v1.InitiateOAuthResponse"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/auth/oauth/{provider}\x12\x9b\x01\n\x13HandleOAuthCallback\x12,.weaveapi.auth.v1.HandleOAuthCallbackRequest\x1a-.weaveapi.auth.v1.HandleOAuthCallbackResponse"\'\x82\xd3\xe4\x93\x02!\x12\x1f/auth/oauth/{provider}/callback\x12\x85\x01\n\x11GetOAuthProviders\x12*.weaveapi.auth.v1.GetOAuthProvidersRequest\x1a+.weaveapi.auth.v1.GetOAuthProvidersResponse"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/auth/providers\x12\x8f\x01\n\x11LinkOAuthProvider\x12*.weaveapi.auth.v1.LinkOAuthProviderRequest\x1a+.weaveapi.auth.v1.LinkOAuthProviderResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/api/v1/user/auth/link:\x01*\x12\x98\x01\n\x13UnlinkOAuthProvider\x12,.weaveapi.auth.v1.UnlinkOAuthProviderRequest\x1a-.weaveapi.auth.v1.UnlinkOAuthProviderResponse"$\x82\xd3\xe4\x93\x02\x1e*\x1c/api/v1/user/auth/{provider}\x12w\n\x0cRefreshToken\x12%.weaveapi.auth.v1.RefreshTokenRequest\x1a&.weaveapi.auth.v1.RefreshTokenResponse"\x18\x82\xd3\xe4\x93\x02\x12"\r/auth/refresh:\x01*\x12s\n\x0bRevokeToken\x12$.weaveapi.auth.v1.RevokeTokenRequest\x1a%.weaveapi.auth.v1.RevokeTokenResponse"\x17\x82\xd3\xe4\x93\x02\x11"\x0c/auth/revoke:\x01*\x12{\n\rValidateToken\x12&.weaveapi.auth.v1.ValidateTokenRequest\x1a\'.weaveapi.auth.v1.ValidateTokenResponse"\x19\x82\xd3\xe4\x93\x02\x13"\x0e/auth/validate:\x01*\x12\x81\x01\n\x0eGetCurrentUser\x12\'.weaveapi.auth.v1.GetCurrentUserRequest\x1a(.weaveapi.auth.v1.GetCurrentUserResponse"\x1c\x82\xd3\xe4\x93\x02\x16\x12\x14/api/v1/user/profile\x12x\n\nUpdateUser\x12#.weaveapi.auth.v1.UpdateUserRequest\x1a$.weaveapi.auth.v1.UpdateUserResponse"\x1f\x82\xd3\xe4\x93\x02\x19\x32\x14/api/v1/user/profile:\x01*\x12u\n\nDeleteUser\x12#.weaveapi.auth.v1.DeleteUserRequest\x1a$.weaveapi.auth.v1.DeleteUserResponse"\x1c\x82\xd3\xe4\x93\x02\x16*\x14/api/v1/user/profile\x12y\n\x0bListAPIKeys\x12$.weaveapi.auth.v1.ListAPIKeysRequest\x1a%.weaveapi.auth.v1.ListAPIKeysResponse"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/api/v1/user/api-keys\x12\x7f\n\x0c\x43reateAPIKey\x12%.weaveapi.auth.v1.CreateAPIKeyRequest\x1a&.weaveapi.auth.v1.CreateAPIKeyResponse" \x82\xd3\xe4\x93\x02\x1a"\x15/api/v1/user/api-keys:\x01*\x12|\n\tGetAPIKey\x12".weaveapi.auth.v1.GetAPIKeyRequest\x1a#.weaveapi.auth.v1.GetAPIKeyResponse"&\x82\xd3\xe4\x93\x02 \x12\x1e/api/v1/user/api-keys/{key_id}\x12\x88\x01\n\x0cUpdateAPIKey\x12%.weaveapi.auth.v1.UpdateAPIKeyRequest\x1a&.weaveapi.auth.v1.UpdateAPIKeyResponse")\x82\xd3\xe4\x93\x02#2\x1e/api/v1/user/api-keys/{key_id}:\x01*\x12\x85\x01\n\x0cRevokeAPIKey\x12%.weaveapi.auth.v1.RevokeAPIKeyRequest\x1a&.weaveapi.auth.v1.RevokeAPIKeyResponse"&\x82\xd3\xe4\x93\x02 *\x1e/api/v1/user/api-keys/{key_id}\x12\x86\x01\n\x0eValidateAPIKey\x12\'.weaveapi.auth.v1.ValidateAPIKeyRequest\x1a(.weaveapi.auth.v1.ValidateAPIKeyResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/auth/api-key/validate:\x01*\x12|\n\rGetUsageStats\x12&.weaveapi.auth.v1.GetUsageStatsRequest\x1a\'.weaveapi.auth.v1.GetUsageStatsResponse"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/api/v1/user/usage\x12\x90\x01\n\x12GetRateLimitStatus\x12+.weaveapi.auth.v1.GetRateLimitStatusRequest\x1a,.weaveapi.auth.v1.GetRateLimitStatusResponse"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/api/v1/user/rate-limit\x12|\n\x0cListSessions\x12%.weaveapi.auth.v1.ListSessionsRequest\x1a&.weaveapi.auth.v1.ListSessionsResponse"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/api/v1/user/sessions\x12\x8c\x01\n\rRevokeSession\x12&.weaveapi.auth.v1.RevokeSessionRequest\x1a\'.weaveapi.auth.v1.RevokeSessionResponse"*\x82\xd3\xe4\x93\x02$*"/api/v1/user/sessions/{session_id}\x12\x99\x01\n\x11RevokeAllSessions\x12*.weaveapi.auth.v1.RevokeAllSessionsRequest\x1a+.weaveapi.auth.v1.RevokeAllSessionsResponse"+\x82\xd3\xe4\x93\x02%" /api/v1/user/sessions/revoke-all:\x01*B\xc4\x01\n\x14\x63om.weaveapi.auth.v1B\x0cServiceProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\xa2\x02\x03WAX\xaa\x02\x10Weaveapi.Auth.V1\xca\x02\x10Weaveapi\\Auth\\V1\xe2\x02\x1cWeaveapi\\Auth\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Auth::V1\x92\x03\x05\xd2>\x02\x10\x03\x62\x08\x65\x64itionsp\xe8\x07'
24
24
  )
25
25
 
26
26
  _globals = globals()
@@ -32,9 +32,105 @@ if not _descriptor._USE_C_DESCRIPTORS:
32
32
  _globals["DESCRIPTOR"]._loaded_options = None
33
33
  _globals[
34
34
  "DESCRIPTOR"
35
- ]._serialized_options = b"\n\024com.weaveapi.auth.v1B\014ServiceProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\242\002\003WAX\252\002\020Weaveapi.Auth.V1\312\002\020Weaveapi\\Auth\\V1\342\002\034Weaveapi\\Auth\\V1\\GPBMetadata\352\002\022Weaveapi::Auth::V1"
35
+ ]._serialized_options = b"\n\024com.weaveapi.auth.v1B\014ServiceProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/auth/v1;auth\242\002\003WAX\252\002\020Weaveapi.Auth.V1\312\002\020Weaveapi\\Auth\\V1\342\002\034Weaveapi\\Auth\\V1\\GPBMetadata\352\002\022Weaveapi::Auth::V1\222\003\005\322>\002\020\003"
36
36
  _globals["_INITIATEOAUTHREQUEST_PROVIDERPARAMSENTRY"]._loaded_options = None
37
37
  _globals["_INITIATEOAUTHREQUEST_PROVIDERPARAMSENTRY"]._serialized_options = b"8\001"
38
+ _globals["_HANDLEOAUTHCALLBACKRESPONSE"].fields_by_name[
39
+ "user"
40
+ ]._loaded_options = None
41
+ _globals["_HANDLEOAUTHCALLBACKRESPONSE"].fields_by_name[
42
+ "user"
43
+ ]._serialized_options = b"(\001"
44
+ _globals["_GETOAUTHPROVIDERSRESPONSE"].fields_by_name[
45
+ "providers"
46
+ ]._loaded_options = None
47
+ _globals["_GETOAUTHPROVIDERSRESPONSE"].fields_by_name[
48
+ "providers"
49
+ ]._serialized_options = b"(\001"
50
+ _globals["_VALIDATETOKENRESPONSE"].fields_by_name[
51
+ "expires_at"
52
+ ]._loaded_options = None
53
+ _globals["_VALIDATETOKENRESPONSE"].fields_by_name[
54
+ "expires_at"
55
+ ]._serialized_options = b"(\001"
56
+ _globals["_GETCURRENTUSERRESPONSE"].fields_by_name["user"]._loaded_options = None
57
+ _globals["_GETCURRENTUSERRESPONSE"].fields_by_name[
58
+ "user"
59
+ ]._serialized_options = b"(\001"
60
+ _globals["_UPDATEUSERREQUEST"].fields_by_name["preferences"]._loaded_options = None
61
+ _globals["_UPDATEUSERREQUEST"].fields_by_name[
62
+ "preferences"
63
+ ]._serialized_options = b"(\001"
64
+ _globals["_UPDATEUSERRESPONSE"].fields_by_name["user"]._loaded_options = None
65
+ _globals["_UPDATEUSERRESPONSE"].fields_by_name[
66
+ "user"
67
+ ]._serialized_options = b"(\001"
68
+ _globals["_DELETEUSERRESPONSE"].fields_by_name[
69
+ "scheduled_deletion_at"
70
+ ]._loaded_options = None
71
+ _globals["_DELETEUSERRESPONSE"].fields_by_name[
72
+ "scheduled_deletion_at"
73
+ ]._serialized_options = b"(\001"
74
+ _globals["_LISTAPIKEYSRESPONSE"].fields_by_name["api_keys"]._loaded_options = None
75
+ _globals["_LISTAPIKEYSRESPONSE"].fields_by_name[
76
+ "api_keys"
77
+ ]._serialized_options = b"(\001"
78
+ _globals["_CREATEAPIKEYREQUEST"].fields_by_name["expires_at"]._loaded_options = None
79
+ _globals["_CREATEAPIKEYREQUEST"].fields_by_name[
80
+ "expires_at"
81
+ ]._serialized_options = b"(\001"
82
+ _globals["_CREATEAPIKEYRESPONSE"].fields_by_name["api_key"]._loaded_options = None
83
+ _globals["_CREATEAPIKEYRESPONSE"].fields_by_name[
84
+ "api_key"
85
+ ]._serialized_options = b"(\001"
86
+ _globals["_GETAPIKEYRESPONSE"].fields_by_name["api_key"]._loaded_options = None
87
+ _globals["_GETAPIKEYRESPONSE"].fields_by_name[
88
+ "api_key"
89
+ ]._serialized_options = b"(\001"
90
+ _globals["_UPDATEAPIKEYRESPONSE"].fields_by_name["api_key"]._loaded_options = None
91
+ _globals["_UPDATEAPIKEYRESPONSE"].fields_by_name[
92
+ "api_key"
93
+ ]._serialized_options = b"(\001"
94
+ _globals["_VALIDATEAPIKEYRESPONSE"].fields_by_name[
95
+ "rate_limit"
96
+ ]._loaded_options = None
97
+ _globals["_VALIDATEAPIKEYRESPONSE"].fields_by_name[
98
+ "rate_limit"
99
+ ]._serialized_options = b"(\001"
100
+ _globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
101
+ "current_period"
102
+ ]._loaded_options = None
103
+ _globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
104
+ "current_period"
105
+ ]._serialized_options = b"(\001"
106
+ _globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
107
+ "historical"
108
+ ]._loaded_options = None
109
+ _globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
110
+ "historical"
111
+ ]._serialized_options = b"(\001"
112
+ _globals["_GETUSAGESTATSRESPONSE"].fields_by_name["limits"]._loaded_options = None
113
+ _globals["_GETUSAGESTATSRESPONSE"].fields_by_name[
114
+ "limits"
115
+ ]._serialized_options = b"(\001"
116
+ _globals["_GETRATELIMITSTATUSRESPONSE"].fields_by_name[
117
+ "current"
118
+ ]._loaded_options = None
119
+ _globals["_GETRATELIMITSTATUSRESPONSE"].fields_by_name[
120
+ "current"
121
+ ]._serialized_options = b"(\001"
122
+ _globals["_GETRATELIMITSTATUSRESPONSE"].fields_by_name[
123
+ "by_endpoint"
124
+ ]._loaded_options = None
125
+ _globals["_GETRATELIMITSTATUSRESPONSE"].fields_by_name[
126
+ "by_endpoint"
127
+ ]._serialized_options = b"(\001"
128
+ _globals["_RATELIMITINFO"].fields_by_name["reset_at"]._loaded_options = None
129
+ _globals["_RATELIMITINFO"].fields_by_name["reset_at"]._serialized_options = b"(\001"
130
+ _globals["_LISTSESSIONSRESPONSE"].fields_by_name["sessions"]._loaded_options = None
131
+ _globals["_LISTSESSIONSRESPONSE"].fields_by_name[
132
+ "sessions"
133
+ ]._serialized_options = b"(\001"
38
134
  _globals["_AUTH"].methods_by_name["InitiateOAuth"]._loaded_options = None
39
135
  _globals["_AUTH"].methods_by_name[
40
136
  "InitiateOAuth"
@@ -131,98 +227,98 @@ if not _descriptor._USE_C_DESCRIPTORS:
131
227
  ]._serialized_options = (
132
228
  b'\202\323\344\223\002%" /api/v1/user/sessions/revoke-all:\001*'
133
229
  )
134
- _globals["_INITIATEOAUTHREQUEST"]._serialized_start = 207
135
- _globals["_INITIATEOAUTHREQUEST"]._serialized_end = 504
136
- _globals["_INITIATEOAUTHREQUEST_PROVIDERPARAMSENTRY"]._serialized_start = 439
137
- _globals["_INITIATEOAUTHREQUEST_PROVIDERPARAMSENTRY"]._serialized_end = 504
138
- _globals["_INITIATEOAUTHRESPONSE"]._serialized_start = 507
139
- _globals["_INITIATEOAUTHRESPONSE"]._serialized_end = 644
140
- _globals["_HANDLEOAUTHCALLBACKREQUEST"]._serialized_start = 647
141
- _globals["_HANDLEOAUTHCALLBACKREQUEST"]._serialized_end = 849
142
- _globals["_HANDLEOAUTHCALLBACKRESPONSE"]._serialized_start = 852
143
- _globals["_HANDLEOAUTHCALLBACKRESPONSE"]._serialized_end = 1175
144
- _globals["_GETOAUTHPROVIDERSREQUEST"]._serialized_start = 1177
145
- _globals["_GETOAUTHPROVIDERSREQUEST"]._serialized_end = 1238
146
- _globals["_GETOAUTHPROVIDERSRESPONSE"]._serialized_start = 1241
147
- _globals["_GETOAUTHPROVIDERSRESPONSE"]._serialized_end = 1374
148
- _globals["_LINKOAUTHPROVIDERREQUEST"]._serialized_start = 1376
149
- _globals["_LINKOAUTHPROVIDERREQUEST"]._serialized_end = 1465
150
- _globals["_LINKOAUTHPROVIDERRESPONSE"]._serialized_start = 1467
151
- _globals["_LINKOAUTHPROVIDERRESPONSE"]._serialized_end = 1543
152
- _globals["_UNLINKOAUTHPROVIDERREQUEST"]._serialized_start = 1545
153
- _globals["_UNLINKOAUTHPROVIDERREQUEST"]._serialized_end = 1601
154
- _globals["_UNLINKOAUTHPROVIDERRESPONSE"]._serialized_start = 1604
155
- _globals["_UNLINKOAUTHPROVIDERRESPONSE"]._serialized_end = 1734
156
- _globals["_REFRESHTOKENREQUEST"]._serialized_start = 1736
157
- _globals["_REFRESHTOKENREQUEST"]._serialized_end = 1794
158
- _globals["_REFRESHTOKENRESPONSE"]._serialized_start = 1796
159
- _globals["_REFRESHTOKENRESPONSE"]._serialized_end = 1921
160
- _globals["_REVOKETOKENREQUEST"]._serialized_start = 1923
161
- _globals["_REVOKETOKENREQUEST"]._serialized_end = 1980
162
- _globals["_REVOKETOKENRESPONSE"]._serialized_start = 1982
163
- _globals["_REVOKETOKENRESPONSE"]._serialized_end = 2055
164
- _globals["_VALIDATETOKENREQUEST"]._serialized_start = 2057
165
- _globals["_VALIDATETOKENREQUEST"]._serialized_end = 2114
166
- _globals["_VALIDATETOKENRESPONSE"]._serialized_start = 2117
167
- _globals["_VALIDATETOKENRESPONSE"]._serialized_end = 2290
168
- _globals["_GETCURRENTUSERREQUEST"]._serialized_start = 2292
169
- _globals["_GETCURRENTUSERREQUEST"]._serialized_end = 2315
170
- _globals["_GETCURRENTUSERRESPONSE"]._serialized_start = 2317
171
- _globals["_GETCURRENTUSERRESPONSE"]._serialized_end = 2385
172
- _globals["_UPDATEUSERREQUEST"]._serialized_start = 2388
173
- _globals["_UPDATEUSERREQUEST"]._serialized_end = 2527
174
- _globals["_UPDATEUSERRESPONSE"]._serialized_start = 2529
175
- _globals["_UPDATEUSERRESPONSE"]._serialized_end = 2593
176
- _globals["_DELETEUSERREQUEST"]._serialized_start = 2595
177
- _globals["_DELETEUSERREQUEST"]._serialized_end = 2678
178
- _globals["_DELETEUSERRESPONSE"]._serialized_start = 2681
179
- _globals["_DELETEUSERRESPONSE"]._serialized_end = 2833
180
- _globals["_LISTAPIKEYSREQUEST"]._serialized_start = 2835
181
- _globals["_LISTAPIKEYSREQUEST"]._serialized_end = 2948
182
- _globals["_LISTAPIKEYSRESPONSE"]._serialized_start = 2951
183
- _globals["_LISTAPIKEYSRESPONSE"]._serialized_end = 3098
184
- _globals["_CREATEAPIKEYREQUEST"]._serialized_start = 3101
185
- _globals["_CREATEAPIKEYREQUEST"]._serialized_end = 3337
186
- _globals["_CREATEAPIKEYRESPONSE"]._serialized_start = 3340
187
- _globals["_CREATEAPIKEYRESPONSE"]._serialized_end = 3470
188
- _globals["_GETAPIKEYREQUEST"]._serialized_start = 3472
189
- _globals["_GETAPIKEYREQUEST"]._serialized_end = 3513
190
- _globals["_GETAPIKEYRESPONSE"]._serialized_start = 3515
191
- _globals["_GETAPIKEYRESPONSE"]._serialized_end = 3585
192
- _globals["_UPDATEAPIKEYREQUEST"]._serialized_start = 3588
193
- _globals["_UPDATEAPIKEYREQUEST"]._serialized_end = 3793
194
- _globals["_UPDATEAPIKEYRESPONSE"]._serialized_start = 3795
195
- _globals["_UPDATEAPIKEYRESPONSE"]._serialized_end = 3868
196
- _globals["_REVOKEAPIKEYREQUEST"]._serialized_start = 3870
197
- _globals["_REVOKEAPIKEYREQUEST"]._serialized_end = 3914
198
- _globals["_REVOKEAPIKEYRESPONSE"]._serialized_start = 3916
199
- _globals["_REVOKEAPIKEYRESPONSE"]._serialized_end = 3990
200
- _globals["_VALIDATEAPIKEYREQUEST"]._serialized_start = 3992
201
- _globals["_VALIDATEAPIKEYREQUEST"]._serialized_end = 4099
202
- _globals["_VALIDATEAPIKEYRESPONSE"]._serialized_start = 4102
203
- _globals["_VALIDATEAPIKEYRESPONSE"]._serialized_end = 4324
204
- _globals["_GETUSAGESTATSREQUEST"]._serialized_start = 4326
205
- _globals["_GETUSAGESTATSREQUEST"]._serialized_end = 4402
206
- _globals["_GETUSAGESTATSRESPONSE"]._serialized_start = 4405
207
- _globals["_GETUSAGESTATSRESPONSE"]._serialized_end = 4614
208
- _globals["_GETRATELIMITSTATUSREQUEST"]._serialized_start = 4616
209
- _globals["_GETRATELIMITSTATUSREQUEST"]._serialized_end = 4673
210
- _globals["_GETRATELIMITSTATUSRESPONSE"]._serialized_start = 4676
211
- _globals["_GETRATELIMITSTATUSRESPONSE"]._serialized_end = 4829
212
- _globals["_RATELIMITINFO"]._serialized_start = 4832
213
- _globals["_RATELIMITINFO"]._serialized_end = 5029
214
- _globals["_LISTSESSIONSREQUEST"]._serialized_start = 5031
215
- _globals["_LISTSESSIONSREQUEST"]._serialized_end = 5112
216
- _globals["_LISTSESSIONSRESPONSE"]._serialized_start = 5115
217
- _globals["_LISTSESSIONSRESPONSE"]._serialized_end = 5311
218
- _globals["_REVOKESESSIONREQUEST"]._serialized_start = 5313
219
- _globals["_REVOKESESSIONREQUEST"]._serialized_end = 5366
220
- _globals["_REVOKESESSIONRESPONSE"]._serialized_start = 5368
221
- _globals["_REVOKESESSIONRESPONSE"]._serialized_end = 5443
222
- _globals["_REVOKEALLSESSIONSREQUEST"]._serialized_start = 5445
223
- _globals["_REVOKEALLSESSIONSREQUEST"]._serialized_end = 5506
224
- _globals["_REVOKEALLSESSIONSRESPONSE"]._serialized_start = 5508
225
- _globals["_REVOKEALLSESSIONSRESPONSE"]._serialized_end = 5598
226
- _globals["_AUTH"]._serialized_start = 5601
227
- _globals["_AUTH"]._serialized_end = 8557
230
+ _globals["_INITIATEOAUTHREQUEST"]._serialized_start = 242
231
+ _globals["_INITIATEOAUTHREQUEST"]._serialized_end = 539
232
+ _globals["_INITIATEOAUTHREQUEST_PROVIDERPARAMSENTRY"]._serialized_start = 474
233
+ _globals["_INITIATEOAUTHREQUEST_PROVIDERPARAMSENTRY"]._serialized_end = 539
234
+ _globals["_INITIATEOAUTHRESPONSE"]._serialized_start = 542
235
+ _globals["_INITIATEOAUTHRESPONSE"]._serialized_end = 679
236
+ _globals["_HANDLEOAUTHCALLBACKREQUEST"]._serialized_start = 682
237
+ _globals["_HANDLEOAUTHCALLBACKREQUEST"]._serialized_end = 884
238
+ _globals["_HANDLEOAUTHCALLBACKRESPONSE"]._serialized_start = 887
239
+ _globals["_HANDLEOAUTHCALLBACKRESPONSE"]._serialized_end = 1214
240
+ _globals["_GETOAUTHPROVIDERSREQUEST"]._serialized_start = 1216
241
+ _globals["_GETOAUTHPROVIDERSREQUEST"]._serialized_end = 1277
242
+ _globals["_GETOAUTHPROVIDERSRESPONSE"]._serialized_start = 1280
243
+ _globals["_GETOAUTHPROVIDERSRESPONSE"]._serialized_end = 1417
244
+ _globals["_LINKOAUTHPROVIDERREQUEST"]._serialized_start = 1419
245
+ _globals["_LINKOAUTHPROVIDERREQUEST"]._serialized_end = 1508
246
+ _globals["_LINKOAUTHPROVIDERRESPONSE"]._serialized_start = 1510
247
+ _globals["_LINKOAUTHPROVIDERRESPONSE"]._serialized_end = 1586
248
+ _globals["_UNLINKOAUTHPROVIDERREQUEST"]._serialized_start = 1588
249
+ _globals["_UNLINKOAUTHPROVIDERREQUEST"]._serialized_end = 1644
250
+ _globals["_UNLINKOAUTHPROVIDERRESPONSE"]._serialized_start = 1647
251
+ _globals["_UNLINKOAUTHPROVIDERRESPONSE"]._serialized_end = 1777
252
+ _globals["_REFRESHTOKENREQUEST"]._serialized_start = 1779
253
+ _globals["_REFRESHTOKENREQUEST"]._serialized_end = 1837
254
+ _globals["_REFRESHTOKENRESPONSE"]._serialized_start = 1839
255
+ _globals["_REFRESHTOKENRESPONSE"]._serialized_end = 1964
256
+ _globals["_REVOKETOKENREQUEST"]._serialized_start = 1966
257
+ _globals["_REVOKETOKENREQUEST"]._serialized_end = 2023
258
+ _globals["_REVOKETOKENRESPONSE"]._serialized_start = 2025
259
+ _globals["_REVOKETOKENRESPONSE"]._serialized_end = 2098
260
+ _globals["_VALIDATETOKENREQUEST"]._serialized_start = 2100
261
+ _globals["_VALIDATETOKENREQUEST"]._serialized_end = 2157
262
+ _globals["_VALIDATETOKENRESPONSE"]._serialized_start = 2160
263
+ _globals["_VALIDATETOKENRESPONSE"]._serialized_end = 2337
264
+ _globals["_GETCURRENTUSERREQUEST"]._serialized_start = 2339
265
+ _globals["_GETCURRENTUSERREQUEST"]._serialized_end = 2362
266
+ _globals["_GETCURRENTUSERRESPONSE"]._serialized_start = 2364
267
+ _globals["_GETCURRENTUSERRESPONSE"]._serialized_end = 2436
268
+ _globals["_UPDATEUSERREQUEST"]._serialized_start = 2439
269
+ _globals["_UPDATEUSERREQUEST"]._serialized_end = 2582
270
+ _globals["_UPDATEUSERRESPONSE"]._serialized_start = 2584
271
+ _globals["_UPDATEUSERRESPONSE"]._serialized_end = 2652
272
+ _globals["_DELETEUSERREQUEST"]._serialized_start = 2654
273
+ _globals["_DELETEUSERREQUEST"]._serialized_end = 2737
274
+ _globals["_DELETEUSERRESPONSE"]._serialized_start = 2740
275
+ _globals["_DELETEUSERRESPONSE"]._serialized_end = 2896
276
+ _globals["_LISTAPIKEYSREQUEST"]._serialized_start = 2898
277
+ _globals["_LISTAPIKEYSREQUEST"]._serialized_end = 3011
278
+ _globals["_LISTAPIKEYSRESPONSE"]._serialized_start = 3014
279
+ _globals["_LISTAPIKEYSRESPONSE"]._serialized_end = 3165
280
+ _globals["_CREATEAPIKEYREQUEST"]._serialized_start = 3168
281
+ _globals["_CREATEAPIKEYREQUEST"]._serialized_end = 3408
282
+ _globals["_CREATEAPIKEYRESPONSE"]._serialized_start = 3411
283
+ _globals["_CREATEAPIKEYRESPONSE"]._serialized_end = 3545
284
+ _globals["_GETAPIKEYREQUEST"]._serialized_start = 3547
285
+ _globals["_GETAPIKEYREQUEST"]._serialized_end = 3588
286
+ _globals["_GETAPIKEYRESPONSE"]._serialized_start = 3590
287
+ _globals["_GETAPIKEYRESPONSE"]._serialized_end = 3664
288
+ _globals["_UPDATEAPIKEYREQUEST"]._serialized_start = 3667
289
+ _globals["_UPDATEAPIKEYREQUEST"]._serialized_end = 3872
290
+ _globals["_UPDATEAPIKEYRESPONSE"]._serialized_start = 3874
291
+ _globals["_UPDATEAPIKEYRESPONSE"]._serialized_end = 3951
292
+ _globals["_REVOKEAPIKEYREQUEST"]._serialized_start = 3953
293
+ _globals["_REVOKEAPIKEYREQUEST"]._serialized_end = 3997
294
+ _globals["_REVOKEAPIKEYRESPONSE"]._serialized_start = 3999
295
+ _globals["_REVOKEAPIKEYRESPONSE"]._serialized_end = 4073
296
+ _globals["_VALIDATEAPIKEYREQUEST"]._serialized_start = 4075
297
+ _globals["_VALIDATEAPIKEYREQUEST"]._serialized_end = 4182
298
+ _globals["_VALIDATEAPIKEYRESPONSE"]._serialized_start = 4185
299
+ _globals["_VALIDATEAPIKEYRESPONSE"]._serialized_end = 4411
300
+ _globals["_GETUSAGESTATSREQUEST"]._serialized_start = 4413
301
+ _globals["_GETUSAGESTATSREQUEST"]._serialized_end = 4489
302
+ _globals["_GETUSAGESTATSRESPONSE"]._serialized_start = 4492
303
+ _globals["_GETUSAGESTATSRESPONSE"]._serialized_end = 4713
304
+ _globals["_GETRATELIMITSTATUSREQUEST"]._serialized_start = 4715
305
+ _globals["_GETRATELIMITSTATUSREQUEST"]._serialized_end = 4772
306
+ _globals["_GETRATELIMITSTATUSRESPONSE"]._serialized_start = 4775
307
+ _globals["_GETRATELIMITSTATUSRESPONSE"]._serialized_end = 4936
308
+ _globals["_RATELIMITINFO"]._serialized_start = 4939
309
+ _globals["_RATELIMITINFO"]._serialized_end = 5140
310
+ _globals["_LISTSESSIONSREQUEST"]._serialized_start = 5142
311
+ _globals["_LISTSESSIONSREQUEST"]._serialized_end = 5223
312
+ _globals["_LISTSESSIONSRESPONSE"]._serialized_start = 5226
313
+ _globals["_LISTSESSIONSRESPONSE"]._serialized_end = 5426
314
+ _globals["_REVOKESESSIONREQUEST"]._serialized_start = 5428
315
+ _globals["_REVOKESESSIONREQUEST"]._serialized_end = 5481
316
+ _globals["_REVOKESESSIONRESPONSE"]._serialized_start = 5483
317
+ _globals["_REVOKESESSIONRESPONSE"]._serialized_end = 5558
318
+ _globals["_REVOKEALLSESSIONSREQUEST"]._serialized_start = 5560
319
+ _globals["_REVOKEALLSESSIONSREQUEST"]._serialized_end = 5621
320
+ _globals["_REVOKEALLSESSIONSRESPONSE"]._serialized_start = 5623
321
+ _globals["_REVOKEALLSESSIONSRESPONSE"]._serialized_end = 5713
322
+ _globals["_AUTH"]._serialized_start = 5716
323
+ _globals["_AUTH"]._serialized_end = 8672
228
324
  # @@protoc_insertion_point(module_scope)