weave-python 0.28.1__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 (105) 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.30.3.dist-info/METADATA +52 -0
  101. weave_python-0.30.3.dist-info/RECORD +131 -0
  102. {weave_python-0.28.1.dist-info → weave_python-0.30.3.dist-info}/WHEEL +1 -1
  103. weave_python-0.30.3.dist-info/licenses/LICENSE +120 -0
  104. weave_python-0.28.1.dist-info/METADATA +0 -6
  105. weave_python-0.28.1.dist-info/RECORD +0 -119
@@ -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/payment/v1/subscription.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
@@ -14,8 +14,8 @@ from google.protobuf.internal import builder as _builder
14
14
  _runtime_version.ValidateProtobufRuntimeVersion(
15
15
  _runtime_version.Domain.PUBLIC,
16
16
  6,
17
- 32,
18
- 0,
17
+ 33,
18
+ 5,
19
19
  "",
20
20
  "weaveapi/payment/v1/subscription.proto",
21
21
  )
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
25
25
 
26
26
 
27
27
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
28
- b'\n&weaveapi/payment/v1/subscription.proto\x12\x13weaveapi.payment.v1\x1a\x1fgoogle/protobuf/timestamp.proto"\xf4\x07\n\x12SubscriptionStatus\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x16\n\x06status\x18\x02 \x01(\tR\x06status\x12\x12\n\x04tier\x18\x03 \x01(\tR\x04tier\x12\x34\n\x04plan\x18\x04 \x01(\x0b\x32 .weaveapi.payment.v1.PricingPlanR\x04plan\x12L\n\x14\x63urrent_period_start\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x12\x63urrentPeriodStart\x12H\n\x12\x63urrent_period_end\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x10\x63urrentPeriodEnd\x12\x37\n\tcancel_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x08\x63\x61ncelAt\x12;\n\x0b\x63\x61nceled_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ncanceledAt\x12/\n\x14\x63\x61ncel_at_period_end\x18\t \x01(\x08R\x11\x63\x61ncelAtPeriodEnd\x12X\n\x16\x64\x65\x66\x61ult_payment_method\x18\n \x01(\x0b\x32".weaveapi.payment.v1.PaymentMethodR\x14\x64\x65\x66\x61ultPaymentMethod\x12\x1a\n\x08\x63urrency\x18\x0b \x01(\tR\x08\x63urrency\x12!\n\x0c\x61mount_cents\x18\x0c \x01(\x03R\x0b\x61mountCents\x12\x19\n\x08is_trial\x18\r \x01(\x08R\x07isTrial\x12;\n\x0btrial_start\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ntrialStart\x12\x37\n\ttrial_end\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x08trialEnd\x12\x46\n\x0f\x61\x63tive_discount\x18\x10 \x01(\x0b\x32\x1d.weaveapi.payment.v1.DiscountR\x0e\x61\x63tiveDiscount\x12\x39\n\ncreated_at\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x45\n\x08\x66\x65\x61tures\x18\x13 \x01(\x0b\x32).weaveapi.payment.v1.SubscriptionFeaturesR\x08\x66\x65\x61tures"\x99\x03\n\x0bPricingPlan\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1d\n\nproduct_id\x18\x02 \x01(\tR\tproductId\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12!\n\x0c\x61mount_cents\x18\x05 \x01(\x03R\x0b\x61mountCents\x12\x1a\n\x08\x63urrency\x18\x06 \x01(\tR\x08\x63urrency\x12\x1a\n\x08interval\x18\x07 \x01(\tR\x08interval\x12%\n\x0einterval_count\x18\x08 \x01(\x05R\rintervalCount\x12\x45\n\x08\x66\x65\x61tures\x18\t \x01(\x0b\x32).weaveapi.payment.v1.SubscriptionFeaturesR\x08\x66\x65\x61tures\x12\x1d\n\nis_default\x18\n \x01(\x08R\tisDefault\x12\x1d\n\nis_popular\x18\x0b \x01(\x08R\tisPopular\x12\x1e\n\nhighlights\x18\x0c \x03(\tR\nhighlights"\x80\x05\n\x14SubscriptionFeatures\x12\x31\n\x15\x61pi_requests_per_hour\x18\x01 \x01(\x03R\x12\x61piRequestsPerHour\x12/\n\x14\x61pi_requests_per_day\x18\x02 \x01(\x03R\x11\x61piRequestsPerDay\x12\x33\n\x16\x61pi_requests_per_month\x18\x03 \x01(\x03R\x13\x61piRequestsPerMonth\x12-\n\x12unlimited_requests\x18\x04 \x01(\x08R\x11unlimitedRequests\x12$\n\x0e\x61pi_keys_limit\x18\x05 \x01(\x05R\x0c\x61piKeysLimit\x12,\n\x12unlimited_api_keys\x18\x06 \x01(\x08R\x10unlimitedApiKeys\x12%\n\x0ewebhook_access\x18\x07 \x01(\x08R\rwebhookAccess\x12#\n\rexport_access\x18\x08 \x01(\x08R\x0c\x65xportAccess\x12)\n\x10priority_support\x18\t \x01(\x08R\x0fprioritySupport\x12#\n\rcustom_limits\x18\n \x01(\x08R\x0c\x63ustomLimits\x12\x1f\n\x0bteam_access\x18\x0b \x01(\x08R\nteamAccess\x12,\n\x12team_members_limit\x18\x0c \x01(\x05R\x10teamMembersLimit\x12\x1d\n\nsso_access\x18\r \x01(\x08R\tssoAccess\x12\x1d\n\naudit_logs\x18\x0e \x01(\x08R\tauditLogs\x12#\n\rsla_guarantee\x18\x0f \x01(\x08R\x0cslaGuarantee"\xc7\x02\n\rPaymentMethod\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04type\x18\x02 \x01(\tR\x04type\x12\x1d\n\nis_default\x18\x03 \x01(\x08R\tisDefault\x12\x34\n\x04\x63\x61rd\x18\x04 \x01(\x0b\x32 .weaveapi.payment.v1.CardDetailsR\x04\x63\x61rd\x12\x34\n\x04\x62\x61nk\x18\x05 \x01(\x0b\x32 .weaveapi.payment.v1.BankDetailsR\x04\x62\x61nk\x12L\n\x0f\x62illing_details\x18\x06 \x01(\x0b\x32#.weaveapi.payment.v1.BillingDetailsR\x0e\x62illingDetails\x12\x39\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt"\xc7\x01\n\x0b\x43\x61rdDetails\x12\x14\n\x05\x62rand\x18\x01 \x01(\tR\x05\x62rand\x12\x14\n\x05last4\x18\x02 \x01(\tR\x05last4\x12\x1b\n\texp_month\x18\x03 \x01(\x05R\x08\x65xpMonth\x12\x19\n\x08\x65xp_year\x18\x04 \x01(\x05R\x07\x65xpYear\x12\x18\n\x07\x66unding\x18\x05 \x01(\tR\x07\x66unding\x12\x18\n\x07\x63ountry\x18\x06 \x01(\tR\x07\x63ountry\x12 \n\x0b\x66ingerprint\x18\x07 \x01(\tR\x0b\x66ingerprint"\x99\x01\n\x0b\x42\x61nkDetails\x12\x1b\n\tbank_name\x18\x01 \x01(\tR\x08\x62\x61nkName\x12\x14\n\x05last4\x18\x02 \x01(\tR\x05last4\x12!\n\x0c\x61\x63\x63ount_type\x18\x03 \x01(\tR\x0b\x61\x63\x63ountType\x12\x18\n\x07\x63ountry\x18\x04 \x01(\tR\x07\x63ountry\x12\x1a\n\x08\x63urrency\x18\x05 \x01(\tR\x08\x63urrency"\x88\x01\n\x0e\x42illingDetails\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12\x14\n\x05phone\x18\x03 \x01(\tR\x05phone\x12\x36\n\x07\x61\x64\x64ress\x18\x04 \x01(\x0b\x32\x1c.weaveapi.payment.v1.AddressR\x07\x61\x64\x64ress"\x9a\x01\n\x07\x41\x64\x64ress\x12\x14\n\x05line1\x18\x01 \x01(\tR\x05line1\x12\x14\n\x05line2\x18\x02 \x01(\tR\x05line2\x12\x12\n\x04\x63ity\x18\x03 \x01(\tR\x04\x63ity\x12\x14\n\x05state\x18\x04 \x01(\tR\x05state\x12\x1f\n\x0bpostal_code\x18\x05 \x01(\tR\npostalCode\x12\x18\n\x07\x63ountry\x18\x06 \x01(\tR\x07\x63ountry"\xcf\x02\n\x08\x44iscount\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x12\n\x04type\x18\x03 \x01(\tR\x04type\x12\x1f\n\x0bpercent_off\x18\x04 \x01(\x01R\npercentOff\x12(\n\x10\x61mount_off_cents\x18\x05 \x01(\x03R\x0e\x61mountOffCents\x12\x1a\n\x08\x64uration\x18\x06 \x01(\tR\x08\x64uration\x12,\n\x12\x64uration_in_months\x18\x07 \x01(\x05R\x10\x64urationInMonths\x12;\n\x0bvalid_until\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nvalidUntil\x12\x39\n\napplied_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tappliedAtB\xd6\x01\n\x17\x63om.weaveapi.payment.v1B\x11SubscriptionProtoP\x01Z:github.com/weave-labs/weave-go/weaveapi/payment/v1;payment\xa2\x02\x03WPX\xaa\x02\x13Weaveapi.Payment.V1\xca\x02\x13Weaveapi\\Payment\\V1\xe2\x02\x1fWeaveapi\\Payment\\V1\\GPBMetadata\xea\x02\x15Weaveapi::Payment::V1b\x06proto3'
28
+ b'\n&weaveapi/payment/v1/subscription.proto\x12\x13weaveapi.payment.v1\x1a!google/protobuf/go_features.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xa4\x08\n\x12SubscriptionStatus\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x16\n\x06status\x18\x02 \x01(\tR\x06status\x12\x12\n\x04tier\x18\x03 \x01(\tR\x04tier\x12\x38\n\x04plan\x18\x04 \x01(\x0b\x32 .weaveapi.payment.v1.PricingPlanB\x02(\x01R\x04plan\x12P\n\x14\x63urrent_period_start\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x12\x63urrentPeriodStart\x12L\n\x12\x63urrent_period_end\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x10\x63urrentPeriodEnd\x12;\n\tcancel_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x08\x63\x61ncelAt\x12?\n\x0b\x63\x61nceled_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ncanceledAt\x12/\n\x14\x63\x61ncel_at_period_end\x18\t \x01(\x08R\x11\x63\x61ncelAtPeriodEnd\x12\\\n\x16\x64\x65\x66\x61ult_payment_method\x18\n \x01(\x0b\x32".weaveapi.payment.v1.PaymentMethodB\x02(\x01R\x14\x64\x65\x66\x61ultPaymentMethod\x12\x1a\n\x08\x63urrency\x18\x0b \x01(\tR\x08\x63urrency\x12!\n\x0c\x61mount_cents\x18\x0c \x01(\x03R\x0b\x61mountCents\x12\x19\n\x08is_trial\x18\r \x01(\x08R\x07isTrial\x12?\n\x0btrial_start\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ntrialStart\x12;\n\ttrial_end\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x08trialEnd\x12J\n\x0f\x61\x63tive_discount\x18\x10 \x01(\x0b\x32\x1d.weaveapi.payment.v1.DiscountB\x02(\x01R\x0e\x61\x63tiveDiscount\x12=\n\ncreated_at\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt\x12I\n\x08\x66\x65\x61tures\x18\x13 \x01(\x0b\x32).weaveapi.payment.v1.SubscriptionFeaturesB\x02(\x01R\x08\x66\x65\x61tures"\x9d\x03\n\x0bPricingPlan\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1d\n\nproduct_id\x18\x02 \x01(\tR\tproductId\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12!\n\x0c\x61mount_cents\x18\x05 \x01(\x03R\x0b\x61mountCents\x12\x1a\n\x08\x63urrency\x18\x06 \x01(\tR\x08\x63urrency\x12\x1a\n\x08interval\x18\x07 \x01(\tR\x08interval\x12%\n\x0einterval_count\x18\x08 \x01(\x05R\rintervalCount\x12I\n\x08\x66\x65\x61tures\x18\t \x01(\x0b\x32).weaveapi.payment.v1.SubscriptionFeaturesB\x02(\x01R\x08\x66\x65\x61tures\x12\x1d\n\nis_default\x18\n \x01(\x08R\tisDefault\x12\x1d\n\nis_popular\x18\x0b \x01(\x08R\tisPopular\x12\x1e\n\nhighlights\x18\x0c \x03(\tR\nhighlights"\x80\x05\n\x14SubscriptionFeatures\x12\x31\n\x15\x61pi_requests_per_hour\x18\x01 \x01(\x03R\x12\x61piRequestsPerHour\x12/\n\x14\x61pi_requests_per_day\x18\x02 \x01(\x03R\x11\x61piRequestsPerDay\x12\x33\n\x16\x61pi_requests_per_month\x18\x03 \x01(\x03R\x13\x61piRequestsPerMonth\x12-\n\x12unlimited_requests\x18\x04 \x01(\x08R\x11unlimitedRequests\x12$\n\x0e\x61pi_keys_limit\x18\x05 \x01(\x05R\x0c\x61piKeysLimit\x12,\n\x12unlimited_api_keys\x18\x06 \x01(\x08R\x10unlimitedApiKeys\x12%\n\x0ewebhook_access\x18\x07 \x01(\x08R\rwebhookAccess\x12#\n\rexport_access\x18\x08 \x01(\x08R\x0c\x65xportAccess\x12)\n\x10priority_support\x18\t \x01(\x08R\x0fprioritySupport\x12#\n\rcustom_limits\x18\n \x01(\x08R\x0c\x63ustomLimits\x12\x1f\n\x0bteam_access\x18\x0b \x01(\x08R\nteamAccess\x12,\n\x12team_members_limit\x18\x0c \x01(\x05R\x10teamMembersLimit\x12\x1d\n\nsso_access\x18\r \x01(\x08R\tssoAccess\x12\x1d\n\naudit_logs\x18\x0e \x01(\x08R\tauditLogs\x12#\n\rsla_guarantee\x18\x0f \x01(\x08R\x0cslaGuarantee"\xd7\x02\n\rPaymentMethod\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04type\x18\x02 \x01(\tR\x04type\x12\x1d\n\nis_default\x18\x03 \x01(\x08R\tisDefault\x12\x38\n\x04\x63\x61rd\x18\x04 \x01(\x0b\x32 .weaveapi.payment.v1.CardDetailsB\x02(\x01R\x04\x63\x61rd\x12\x38\n\x04\x62\x61nk\x18\x05 \x01(\x0b\x32 .weaveapi.payment.v1.BankDetailsB\x02(\x01R\x04\x62\x61nk\x12P\n\x0f\x62illing_details\x18\x06 \x01(\x0b\x32#.weaveapi.payment.v1.BillingDetailsB\x02(\x01R\x0e\x62illingDetails\x12=\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt"\xc7\x01\n\x0b\x43\x61rdDetails\x12\x14\n\x05\x62rand\x18\x01 \x01(\tR\x05\x62rand\x12\x14\n\x05last4\x18\x02 \x01(\tR\x05last4\x12\x1b\n\texp_month\x18\x03 \x01(\x05R\x08\x65xpMonth\x12\x19\n\x08\x65xp_year\x18\x04 \x01(\x05R\x07\x65xpYear\x12\x18\n\x07\x66unding\x18\x05 \x01(\tR\x07\x66unding\x12\x18\n\x07\x63ountry\x18\x06 \x01(\tR\x07\x63ountry\x12 \n\x0b\x66ingerprint\x18\x07 \x01(\tR\x0b\x66ingerprint"\x99\x01\n\x0b\x42\x61nkDetails\x12\x1b\n\tbank_name\x18\x01 \x01(\tR\x08\x62\x61nkName\x12\x14\n\x05last4\x18\x02 \x01(\tR\x05last4\x12!\n\x0c\x61\x63\x63ount_type\x18\x03 \x01(\tR\x0b\x61\x63\x63ountType\x12\x18\n\x07\x63ountry\x18\x04 \x01(\tR\x07\x63ountry\x12\x1a\n\x08\x63urrency\x18\x05 \x01(\tR\x08\x63urrency"\x8c\x01\n\x0e\x42illingDetails\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12\x14\n\x05phone\x18\x03 \x01(\tR\x05phone\x12:\n\x07\x61\x64\x64ress\x18\x04 \x01(\x0b\x32\x1c.weaveapi.payment.v1.AddressB\x02(\x01R\x07\x61\x64\x64ress"\x9a\x01\n\x07\x41\x64\x64ress\x12\x14\n\x05line1\x18\x01 \x01(\tR\x05line1\x12\x14\n\x05line2\x18\x02 \x01(\tR\x05line2\x12\x12\n\x04\x63ity\x18\x03 \x01(\tR\x04\x63ity\x12\x14\n\x05state\x18\x04 \x01(\tR\x05state\x12\x1f\n\x0bpostal_code\x18\x05 \x01(\tR\npostalCode\x12\x18\n\x07\x63ountry\x18\x06 \x01(\tR\x07\x63ountry"\xd7\x02\n\x08\x44iscount\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x12\n\x04type\x18\x03 \x01(\tR\x04type\x12\x1f\n\x0bpercent_off\x18\x04 \x01(\x01R\npercentOff\x12(\n\x10\x61mount_off_cents\x18\x05 \x01(\x03R\x0e\x61mountOffCents\x12\x1a\n\x08\x64uration\x18\x06 \x01(\tR\x08\x64uration\x12,\n\x12\x64uration_in_months\x18\x07 \x01(\x05R\x10\x64urationInMonths\x12?\n\x0bvalid_until\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\nvalidUntil\x12=\n\napplied_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tappliedAtB\xde\x01\n\x17\x63om.weaveapi.payment.v1B\x11SubscriptionProtoP\x01Z:github.com/weave-labs/weave-go/weaveapi/payment/v1;payment\xa2\x02\x03WPX\xaa\x02\x13Weaveapi.Payment.V1\xca\x02\x13Weaveapi\\Payment\\V1\xe2\x02\x1fWeaveapi\\Payment\\V1\\GPBMetadata\xea\x02\x15Weaveapi::Payment::V1\x92\x03\x05\xd2>\x02\x10\x03\x62\x08\x65\x64itionsp\xe8\x07'
29
29
  )
30
30
 
31
31
  _globals = globals()
@@ -37,23 +37,99 @@ if not _descriptor._USE_C_DESCRIPTORS:
37
37
  _globals["DESCRIPTOR"]._loaded_options = None
38
38
  _globals[
39
39
  "DESCRIPTOR"
40
- ]._serialized_options = b"\n\027com.weaveapi.payment.v1B\021SubscriptionProtoP\001Z:github.com/weave-labs/weave-go/weaveapi/payment/v1;payment\242\002\003WPX\252\002\023Weaveapi.Payment.V1\312\002\023Weaveapi\\Payment\\V1\342\002\037Weaveapi\\Payment\\V1\\GPBMetadata\352\002\025Weaveapi::Payment::V1"
41
- _globals["_SUBSCRIPTIONSTATUS"]._serialized_start = 97
42
- _globals["_SUBSCRIPTIONSTATUS"]._serialized_end = 1109
43
- _globals["_PRICINGPLAN"]._serialized_start = 1112
44
- _globals["_PRICINGPLAN"]._serialized_end = 1521
45
- _globals["_SUBSCRIPTIONFEATURES"]._serialized_start = 1524
46
- _globals["_SUBSCRIPTIONFEATURES"]._serialized_end = 2164
47
- _globals["_PAYMENTMETHOD"]._serialized_start = 2167
48
- _globals["_PAYMENTMETHOD"]._serialized_end = 2494
49
- _globals["_CARDDETAILS"]._serialized_start = 2497
50
- _globals["_CARDDETAILS"]._serialized_end = 2696
51
- _globals["_BANKDETAILS"]._serialized_start = 2699
52
- _globals["_BANKDETAILS"]._serialized_end = 2852
53
- _globals["_BILLINGDETAILS"]._serialized_start = 2855
54
- _globals["_BILLINGDETAILS"]._serialized_end = 2991
55
- _globals["_ADDRESS"]._serialized_start = 2994
56
- _globals["_ADDRESS"]._serialized_end = 3148
57
- _globals["_DISCOUNT"]._serialized_start = 3151
58
- _globals["_DISCOUNT"]._serialized_end = 3486
40
+ ]._serialized_options = b"\n\027com.weaveapi.payment.v1B\021SubscriptionProtoP\001Z:github.com/weave-labs/weave-go/weaveapi/payment/v1;payment\242\002\003WPX\252\002\023Weaveapi.Payment.V1\312\002\023Weaveapi\\Payment\\V1\342\002\037Weaveapi\\Payment\\V1\\GPBMetadata\352\002\025Weaveapi::Payment::V1\222\003\005\322>\002\020\003"
41
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name["plan"]._loaded_options = None
42
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
43
+ "plan"
44
+ ]._serialized_options = b"(\001"
45
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
46
+ "current_period_start"
47
+ ]._loaded_options = None
48
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
49
+ "current_period_start"
50
+ ]._serialized_options = b"(\001"
51
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
52
+ "current_period_end"
53
+ ]._loaded_options = None
54
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
55
+ "current_period_end"
56
+ ]._serialized_options = b"(\001"
57
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name["cancel_at"]._loaded_options = None
58
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
59
+ "cancel_at"
60
+ ]._serialized_options = b"(\001"
61
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name["canceled_at"]._loaded_options = None
62
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
63
+ "canceled_at"
64
+ ]._serialized_options = b"(\001"
65
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
66
+ "default_payment_method"
67
+ ]._loaded_options = None
68
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
69
+ "default_payment_method"
70
+ ]._serialized_options = b"(\001"
71
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name["trial_start"]._loaded_options = None
72
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
73
+ "trial_start"
74
+ ]._serialized_options = b"(\001"
75
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name["trial_end"]._loaded_options = None
76
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
77
+ "trial_end"
78
+ ]._serialized_options = b"(\001"
79
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
80
+ "active_discount"
81
+ ]._loaded_options = None
82
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
83
+ "active_discount"
84
+ ]._serialized_options = b"(\001"
85
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name["created_at"]._loaded_options = None
86
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
87
+ "created_at"
88
+ ]._serialized_options = b"(\001"
89
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name["updated_at"]._loaded_options = None
90
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
91
+ "updated_at"
92
+ ]._serialized_options = b"(\001"
93
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name["features"]._loaded_options = None
94
+ _globals["_SUBSCRIPTIONSTATUS"].fields_by_name[
95
+ "features"
96
+ ]._serialized_options = b"(\001"
97
+ _globals["_PRICINGPLAN"].fields_by_name["features"]._loaded_options = None
98
+ _globals["_PRICINGPLAN"].fields_by_name["features"]._serialized_options = b"(\001"
99
+ _globals["_PAYMENTMETHOD"].fields_by_name["card"]._loaded_options = None
100
+ _globals["_PAYMENTMETHOD"].fields_by_name["card"]._serialized_options = b"(\001"
101
+ _globals["_PAYMENTMETHOD"].fields_by_name["bank"]._loaded_options = None
102
+ _globals["_PAYMENTMETHOD"].fields_by_name["bank"]._serialized_options = b"(\001"
103
+ _globals["_PAYMENTMETHOD"].fields_by_name["billing_details"]._loaded_options = None
104
+ _globals["_PAYMENTMETHOD"].fields_by_name[
105
+ "billing_details"
106
+ ]._serialized_options = b"(\001"
107
+ _globals["_PAYMENTMETHOD"].fields_by_name["created_at"]._loaded_options = None
108
+ _globals["_PAYMENTMETHOD"].fields_by_name[
109
+ "created_at"
110
+ ]._serialized_options = b"(\001"
111
+ _globals["_BILLINGDETAILS"].fields_by_name["address"]._loaded_options = None
112
+ _globals["_BILLINGDETAILS"].fields_by_name["address"]._serialized_options = b"(\001"
113
+ _globals["_DISCOUNT"].fields_by_name["valid_until"]._loaded_options = None
114
+ _globals["_DISCOUNT"].fields_by_name["valid_until"]._serialized_options = b"(\001"
115
+ _globals["_DISCOUNT"].fields_by_name["applied_at"]._loaded_options = None
116
+ _globals["_DISCOUNT"].fields_by_name["applied_at"]._serialized_options = b"(\001"
117
+ _globals["_SUBSCRIPTIONSTATUS"]._serialized_start = 132
118
+ _globals["_SUBSCRIPTIONSTATUS"]._serialized_end = 1192
119
+ _globals["_PRICINGPLAN"]._serialized_start = 1195
120
+ _globals["_PRICINGPLAN"]._serialized_end = 1608
121
+ _globals["_SUBSCRIPTIONFEATURES"]._serialized_start = 1611
122
+ _globals["_SUBSCRIPTIONFEATURES"]._serialized_end = 2251
123
+ _globals["_PAYMENTMETHOD"]._serialized_start = 2254
124
+ _globals["_PAYMENTMETHOD"]._serialized_end = 2597
125
+ _globals["_CARDDETAILS"]._serialized_start = 2600
126
+ _globals["_CARDDETAILS"]._serialized_end = 2799
127
+ _globals["_BANKDETAILS"]._serialized_start = 2802
128
+ _globals["_BANKDETAILS"]._serialized_end = 2955
129
+ _globals["_BILLINGDETAILS"]._serialized_start = 2958
130
+ _globals["_BILLINGDETAILS"]._serialized_end = 3098
131
+ _globals["_ADDRESS"]._serialized_start = 3101
132
+ _globals["_ADDRESS"]._serialized_end = 3255
133
+ _globals["_DISCOUNT"]._serialized_start = 3258
134
+ _globals["_DISCOUNT"]._serialized_end = 3601
59
135
  # @@protoc_insertion_point(module_scope)