weave-python 0.26.1__py3-none-any.whl → 0.27.0__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.
- weave/weaveapi/auth/v1/service_pb2.py +228 -0
- weave/weaveapi/auth/v1/service_pb2.pyi +1406 -0
- weave/weaveapi/auth/v1/service_pb2_grpc.py +1091 -0
- weave/weaveapi/auth/v1/service_pb2_grpc.pyi +606 -0
- weave/weaveapi/auth/v1/session_pb2.py +38 -0
- weave/weaveapi/auth/v1/session_pb2.pyi +111 -0
- weave/weaveapi/auth/v1/session_pb2_grpc.py +2 -0
- weave/weaveapi/auth/v1/session_pb2_grpc.pyi +20 -0
- weave/weaveapi/auth/v1/usage_pb2.py +52 -0
- weave/weaveapi/auth/v1/usage_pb2.pyi +241 -0
- weave/weaveapi/auth/v1/usage_pb2_grpc.py +2 -0
- weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +20 -0
- weave/weaveapi/auth/v1/user_pb2.py +52 -0
- weave/weaveapi/auth/v1/user_pb2.pyi +594 -0
- weave/weaveapi/auth/v1/user_pb2_grpc.py +2 -0
- weave/weaveapi/auth/v1/user_pb2_grpc.pyi +20 -0
- weave/weaveapi/generate/v1/configuration_pb2.py +3 -3
- weave/weaveapi/generate/v1/generate_pb2.py +2 -2
- weave/weaveapi/generate/v1/service_pb2.py +2 -2
- weave/weaveapi/mcpregistry/v1/server_pb2.py +2 -2
- weave/weaveapi/mcpregistry/v1/service_pb2.py +3 -3
- weave/weaveapi/modex/v1/model_pb2.py +58 -0
- weave/weaveapi/modex/v1/model_pb2.pyi +642 -0
- weave/weaveapi/modex/v1/model_pb2_grpc.py +2 -0
- weave/weaveapi/modex/v1/model_pb2_grpc.pyi +20 -0
- weave/weaveapi/modex/v1/provider_pb2.py +38 -0
- weave/weaveapi/modex/v1/provider_pb2.pyi +91 -0
- weave/weaveapi/modex/v1/provider_pb2_grpc.py +2 -0
- weave/weaveapi/modex/v1/provider_pb2_grpc.pyi +20 -0
- weave/weaveapi/modex/v1/service_pb2.py +180 -0
- weave/weaveapi/modex/v1/service_pb2.pyi +1641 -0
- weave/weaveapi/modex/v1/service_pb2_grpc.py +602 -0
- weave/weaveapi/modex/v1/service_pb2_grpc.pyi +268 -0
- weave/weaveapi/payment/v1/invoice_pb2.py +46 -0
- weave/weaveapi/payment/v1/invoice_pb2.pyi +349 -0
- weave/weaveapi/payment/v1/invoice_pb2_grpc.py +2 -0
- weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +20 -0
- weave/weaveapi/payment/v1/service_pb2.py +244 -0
- weave/weaveapi/payment/v1/service_pb2.pyi +1492 -0
- weave/weaveapi/payment/v1/service_pb2_grpc.py +957 -0
- weave/weaveapi/payment/v1/service_pb2_grpc.pyi +572 -0
- weave/weaveapi/payment/v1/subscription_pb2.py +59 -0
- weave/weaveapi/payment/v1/subscription_pb2.pyi +695 -0
- weave/weaveapi/payment/v1/subscription_pb2_grpc.py +2 -0
- weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +20 -0
- weave/weaveapi/storage/v1/auth_pb2.py +2 -2
- weave/weaveapi/storage/v1/nosql_database_pb2.py +3 -3
- weave/weaveapi/storage/v1/object_store_pb2.py +3 -3
- weave/weaveapi/storage/v1/service_pb2.py +2 -2
- weave/weaveapi/storage/v1/sql_database_pb2.py +3 -3
- weave/weaveapi/storage/v1/storage_pb2.py +2 -2
- weave/weaveapi/synthesize/v1/dataset_pb2.py +2 -2
- weave/weaveapi/synthesize/v1/inline_data_pb2.py +3 -3
- weave/weaveapi/synthesize/v1/relationship_pb2.py +3 -3
- weave/weaveapi/synthesize/v1/service_pb2.py +2 -2
- weave/weaveapi/synthesize/v1/training_pb2.py +3 -3
- weave/weavesql/{db → weavedb}/queries.py +1 -1
- {weave_python-0.26.1.dist-info → weave_python-0.27.0.dist-info}/METADATA +1 -1
- weave_python-0.27.0.dist-info/RECORD +109 -0
- weave_python-0.26.1.dist-info/RECORD +0 -69
- /weave/weavesql/{db → weavedb}/models.py +0 -0
- {weave_python-0.26.1.dist-info → weave_python-0.27.0.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: weaveapi/payment/v1/service.proto
|
|
5
|
+
# Protobuf Python Version: 6.32.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
|
|
8
|
+
from google.protobuf import descriptor as _descriptor
|
|
9
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
10
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
11
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
12
|
+
from google.protobuf.internal import builder as _builder
|
|
13
|
+
|
|
14
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 6, 32, 0, "", "weaveapi/payment/v1/service.proto"
|
|
16
|
+
)
|
|
17
|
+
# @@protoc_insertion_point(imports)
|
|
18
|
+
|
|
19
|
+
_sym_db = _symbol_database.Default()
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
+
b'\n!weaveapi/payment/v1/service.proto\x12\x13weaveapi.payment.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!weaveapi/payment/v1/invoice.proto\x1a&weaveapi/payment/v1/subscription.proto"\xfd\x03\n\x1c\x43reateCheckoutSessionRequest\x12\x19\n\x08price_id\x18\x01 \x01(\tR\x07priceId\x12\x1f\n\x0bsuccess_url\x18\x02 \x01(\tR\nsuccessUrl\x12\x1d\n\ncancel_url\x18\x03 \x01(\tR\tcancelUrl\x12\x1d\n\npromo_code\x18\x04 \x01(\tR\tpromoCode\x12\x32\n\x15\x61llow_promotion_codes\x18\x05 \x01(\x08R\x13\x61llowPromotionCodes\x12\x1d\n\ntrial_days\x18\x06 \x01(\x05R\ttrialDays\x12[\n\x08metadata\x18\x07 \x03(\x0b\x32?.weaveapi.payment.v1.CreateCheckoutSessionRequest.MetadataEntryR\x08metadata\x12%\n\x0e\x63ustomer_email\x18\x08 \x01(\tR\rcustomerEmail\x12#\n\rautomatic_tax\x18\t \x01(\x08R\x0c\x61utomaticTax\x12*\n\x11tax_id_collection\x18\n \x03(\tR\x0ftaxIdCollection\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\x9c\x01\n\x1d\x43reateCheckoutSessionResponse\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId\x12!\n\x0c\x63heckout_url\x18\x02 \x01(\tR\x0b\x63heckoutUrl\x12\x39\n\nexpires_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt"\x1e\n\x1cGetSubscriptionStatusRequest"l\n\x1dGetSubscriptionStatusResponse\x12K\n\x0csubscription\x18\x01 \x01(\x0b\x32\'.weaveapi.payment.v1.SubscriptionStatusR\x0csubscription"\xae\x02\n\x19UpdateSubscriptionRequest\x12*\n\x11payment_method_id\x18\x01 \x01(\tR\x0fpaymentMethodId\x12\x1d\n\npromo_code\x18\x02 \x01(\tR\tpromoCode\x12/\n\x14\x63\x61ncel_at_period_end\x18\x03 \x01(\x08R\x11\x63\x61ncelAtPeriodEnd\x12X\n\x08metadata\x18\x04 \x03(\x0b\x32<.weaveapi.payment.v1.UpdateSubscriptionRequest.MetadataEntryR\x08metadata\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\x83\x01\n\x1aUpdateSubscriptionResponse\x12K\n\x0csubscription\x18\x01 \x01(\x0b\x32\'.weaveapi.payment.v1.SubscriptionStatusR\x0csubscription\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"q\n\x19\x43\x61ncelSubscriptionRequest\x12 \n\x0bimmediately\x18\x01 \x01(\x08R\x0bimmediately\x12\x16\n\x06reason\x18\x02 \x01(\tR\x06reason\x12\x1a\n\x08\x66\x65\x65\x64\x62\x61\x63k\x18\x03 \x01(\tR\x08\x66\x65\x65\x64\x62\x61\x63k"\xd0\x01\n\x1a\x43\x61ncelSubscriptionResponse\x12K\n\x0csubscription\x18\x01 \x01(\x0b\x32\'.weaveapi.payment.v1.SubscriptionStatusR\x0csubscription\x12\x41\n\x0e\x65\x66\x66\x65\x63tive_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\reffectiveDate\x12"\n\x0c\x63onfirmation\x18\x03 \x01(\tR\x0c\x63onfirmation"\x1b\n\x19ResumeSubscriptionRequest"\x83\x01\n\x1aResumeSubscriptionResponse\x12K\n\x0csubscription\x18\x01 \x01(\x0b\x32\'.weaveapi.payment.v1.SubscriptionStatusR\x0csubscription\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"\x98\x02\n\x18GetBillingHistoryRequest\x12\x14\n\x05limit\x18\x01 \x01(\x05R\x05limit\x12%\n\x0estarting_after\x18\x02 \x01(\tR\rstartingAfter\x12#\n\rending_before\x18\x03 \x01(\tR\x0c\x65ndingBefore\x12\x16\n\x06status\x18\x04 \x01(\tR\x06status\x12?\n\rcreated_after\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0c\x63reatedAfter\x12\x41\n\x0e\x63reated_before\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rcreatedBefore"\xba\x01\n\x19GetBillingHistoryResponse\x12\x38\n\x08invoices\x18\x01 \x03(\x0b\x32\x1c.weaveapi.payment.v1.InvoiceR\x08invoices\x12\x19\n\x08has_more\x18\x02 \x01(\x08R\x07hasMore\x12\x1f\n\x0bnext_cursor\x18\x03 \x01(\tR\nnextCursor\x12\'\n\x0fprevious_cursor\x18\x04 \x01(\tR\x0epreviousCursor"\x1b\n\x19GetUpcomingInvoiceRequest"T\n\x1aGetUpcomingInvoiceResponse\x12\x36\n\x07invoice\x18\x01 \x01(\x0b\x32\x1c.weaveapi.payment.v1.InvoiceR\x07invoice"/\n\x19ListPaymentMethodsRequest\x12\x12\n\x04type\x18\x01 \x01(\tR\x04type"\xa4\x01\n\x1aListPaymentMethodsResponse\x12K\n\x0fpayment_methods\x18\x01 \x03(\x0b\x32".weaveapi.payment.v1.PaymentMethodR\x0epaymentMethods\x12\x39\n\x19\x64\x65\x66\x61ult_payment_method_id\x18\x02 \x01(\tR\x16\x64\x65\x66\x61ultPaymentMethodId"k\n\x17\x41\x64\x64PaymentMethodRequest\x12*\n\x11payment_method_id\x18\x01 \x01(\tR\x0fpaymentMethodId\x12$\n\x0eset_as_default\x18\x02 \x01(\x08R\x0csetAsDefault"\x84\x01\n\x18\x41\x64\x64PaymentMethodResponse\x12I\n\x0epayment_method\x18\x01 \x01(\x0b\x32".weaveapi.payment.v1.PaymentMethodR\rpaymentMethod\x12\x1d\n\nis_default\x18\x02 \x01(\x08R\tisDefault"L\n\x1eSetDefaultPaymentMethodRequest\x12*\n\x11payment_method_id\x18\x01 \x01(\tR\x0fpaymentMethodId"U\n\x1fSetDefaultPaymentMethodResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message"H\n\x1aRemovePaymentMethodRequest\x12*\n\x11payment_method_id\x18\x01 \x01(\tR\x0fpaymentMethodId"~\n\x1bRemovePaymentMethodResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12+\n\x11remaining_methods\x18\x03 \x01(\x05R\x10remainingMethods";\n\x1a\x43reatePortalSessionRequest\x12\x1d\n\nreturn_url\x18\x01 \x01(\tR\treturnUrl"w\n\x1b\x43reatePortalSessionResponse\x12\x1d\n\nportal_url\x18\x01 \x01(\tR\tportalUrl\x12\x39\n\nexpires_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt"U\n\x16GetPricingPlansRequest\x12\x1a\n\x08\x63urrency\x18\x01 \x01(\tR\x08\x63urrency\x12\x1f\n\x0b\x61\x63tive_only\x18\x02 \x01(\x08R\nactiveOnly"\xc6\x01\n\x17GetPricingPlansResponse\x12\x36\n\x05plans\x18\x01 \x03(\x0b\x32 .weaveapi.payment.v1.PricingPlanR\x05plans\x12.\n\x13recommended_plan_id\x18\x02 \x01(\tR\x11recommendedPlanId\x12\x43\n\x0c\x63urrent_plan\x18\x03 \x01(\x0b\x32 .weaveapi.payment.v1.PricingPlanR\x0b\x63urrentPlan"6\n\x15\x41pplyPromoCodeRequest\x12\x1d\n\npromo_code\x18\x01 \x01(\tR\tpromoCode"\xbe\x01\n\x16\x41pplyPromoCodeResponse\x12\x14\n\x05valid\x18\x01 \x01(\x08R\x05valid\x12\x39\n\x08\x64iscount\x18\x02 \x01(\x0b\x32\x1d.weaveapi.payment.v1.DiscountR\x08\x64iscount\x12\x18\n\x07message\x18\x03 \x01(\tR\x07message\x12\x39\n\nexpires_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt"T\n\x1aHandleStripeWebhookRequest\x12\x18\n\x07payload\x18\x01 \x01(\x0cR\x07payload\x12\x1c\n\tsignature\x18\x02 \x01(\tR\tsignature"\x8b\x01\n\x1bHandleStripeWebhookResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x19\n\x08\x65vent_id\x18\x02 \x01(\tR\x07\x65ventId\x12\x1d\n\nevent_type\x18\x03 \x01(\tR\teventType\x12\x18\n\x07message\x18\x04 \x01(\tR\x07message"\xa2\x01\n\x16GetUsageSummaryRequest\x12\x16\n\x06period\x18\x01 \x01(\tR\x06period\x12\x39\n\nstart_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartDate\x12\x35\n\x08\x65nd_date\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x65ndDate"\xe9\x01\n\x17GetUsageSummaryResponse\x12G\n\x0e\x63urrent_period\x18\x01 \x01(\x0b\x32 .weaveapi.payment.v1.UsagePeriodR\rcurrentPeriod\x12K\n\x10previous_periods\x18\x02 \x03(\x0b\x32 .weaveapi.payment.v1.UsagePeriodR\x0fpreviousPeriods\x12\x38\n\x06limits\x18\x03 \x01(\x0b\x32 .weaveapi.payment.v1.UsageLimitsR\x06limits"\xe0\x05\n\x0bUsagePeriod\x12\x39\n\nstart_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartDate\x12\x35\n\x08\x65nd_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x65ndDate\x12!\n\x0c\x61pi_requests\x18\x03 \x01(\x03R\x0b\x61piRequests\x12,\n\x12\x61pi_requests_limit\x18\x04 \x01(\x03R\x10\x61piRequestsLimit\x12)\n\x10usage_percentage\x18\x05 \x01(\x01R\x0fusagePercentage\x12j\n\x14requests_by_endpoint\x18\x06 \x03(\x0b\x32\x38.weaveapi.payment.v1.UsagePeriod.RequestsByEndpointEntryR\x12requestsByEndpoint\x12\x65\n\x13requests_by_api_key\x18\x07 \x03(\x0b\x32\x36.weaveapi.payment.v1.UsagePeriod.RequestsByApiKeyEntryR\x10requestsByApiKey\x12+\n\x11\x62illable_requests\x18\x08 \x01(\x03R\x10\x62illableRequests\x12)\n\x10overage_requests\x18\t \x01(\x03R\x0foverageRequests\x12,\n\x12overage_cost_cents\x18\n \x01(\x03R\x10overageCostCents\x1a\x45\n\x17RequestsByEndpointEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x03R\x05value:\x02\x38\x01\x1a\x43\n\x15RequestsByApiKeyEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x03R\x05value:\x02\x38\x01"\xf1\x01\n\x0bUsageLimits\x12\x12\n\x04tier\x18\x01 \x01(\tR\x04tier\x12*\n\x11requests_per_hour\x18\x02 \x01(\x03R\x0frequestsPerHour\x12(\n\x10requests_per_day\x18\x03 \x01(\x03R\x0erequestsPerDay\x12,\n\x12requests_per_month\x18\x04 \x01(\x03R\x10requestsPerMonth\x12\x1c\n\tunlimited\x18\x05 \x01(\x08R\tunlimited\x12,\n\x12overage_rate_cents\x18\x06 \x01(\x03R\x10overageRateCents"\x19\n\x17GetCreditBalanceRequest"\xf1\x01\n\x18GetCreditBalanceResponse\x12\x18\n\x07\x63redits\x18\x01 \x01(\x03R\x07\x63redits\x12\'\n\x0fpending_credits\x18\x02 \x01(\x03R\x0ependingCredits\x12\x39\n\nexpires_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt\x12W\n\x13recent_transactions\x18\x04 \x03(\x0b\x32&.weaveapi.payment.v1.CreditTransactionR\x12recentTransactions"\xac\x01\n\x11\x43reditTransaction\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04type\x18\x02 \x01(\tR\x04type\x12\x16\n\x06\x61mount\x18\x03 \x01(\x03R\x06\x61mount\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12\x39\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt"\xd8\x01\n\x14UpdateTaxInfoRequest\x12\x15\n\x06tax_id\x18\x01 \x01(\tR\x05taxId\x12\x1e\n\x0btax_id_type\x18\x02 \x01(\tR\ttaxIdType\x12\x45\n\x0f\x62illing_address\x18\x03 \x01(\x0b\x32\x1c.weaveapi.payment.v1.AddressR\x0e\x62illingAddress\x12#\n\rbusiness_name\x18\x04 \x01(\tR\x0c\x62usinessName\x12\x1d\n\ntax_exempt\x18\x05 \x01(\x08R\ttaxExempt"\x84\x01\n\x15UpdateTaxInfoResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12\x37\n\x08tax_info\x18\x03 \x01(\x0b\x32\x1c.weaveapi.payment.v1.TaxInfoR\x07taxInfo"\xc5\x02\n\x07TaxInfo\x12\x15\n\x06tax_id\x18\x01 \x01(\tR\x05taxId\x12\x1e\n\x0btax_id_type\x18\x02 \x01(\tR\ttaxIdType\x12/\n\x13verification_status\x18\x03 \x01(\tR\x12verificationStatus\x12\x45\n\x0f\x62illing_address\x18\x04 \x01(\x0b\x32\x1c.weaveapi.payment.v1.AddressR\x0e\x62illingAddress\x12#\n\rbusiness_name\x18\x05 \x01(\tR\x0c\x62usinessName\x12\x1d\n\ntax_exempt\x18\x06 \x01(\x08R\ttaxExempt\x12G\n\x10\x61pplicable_rates\x18\x07 \x03(\x0b\x32\x1c.weaveapi.payment.v1.TaxRateR\x0f\x61pplicableRates"7\n\x16\x44ownloadInvoiceRequest\x12\x1d\n\ninvoice_id\x18\x01 \x01(\tR\tinvoiceId"s\n\x17\x44ownloadInvoiceResponse\x12\x19\n\x08pdf_data\x18\x01 \x01(\x0cR\x07pdfData\x12\x1a\n\x08\x66ilename\x18\x02 \x01(\tR\x08\x66ilename\x12!\n\x0c\x63ontent_type\x18\x03 \x01(\tR\x0b\x63ontentType2\x80\x18\n\x07Payment\x12\xa3\x01\n\x15\x43reateCheckoutSession\x12\x31.weaveapi.payment.v1.CreateCheckoutSessionRequest\x1a\x32.weaveapi.payment.v1.CreateCheckoutSessionResponse"#\x82\xd3\xe4\x93\x02\x1d"\x18/api/v1/payment/checkout:\x01*\x12\xa4\x01\n\x15GetSubscriptionStatus\x12\x31.weaveapi.payment.v1.GetSubscriptionStatusRequest\x1a\x32.weaveapi.payment.v1.GetSubscriptionStatusResponse"$\x82\xd3\xe4\x93\x02\x1e\x12\x1c/api/v1/payment/subscription\x12\x9e\x01\n\x12UpdateSubscription\x12..weaveapi.payment.v1.UpdateSubscriptionRequest\x1a/.weaveapi.payment.v1.UpdateSubscriptionResponse"\'\x82\xd3\xe4\x93\x02!2\x1c/api/v1/payment/subscription:\x01*\x12\xa5\x01\n\x12\x43\x61ncelSubscription\x12..weaveapi.payment.v1.CancelSubscriptionRequest\x1a/.weaveapi.payment.v1.CancelSubscriptionResponse".\x82\xd3\xe4\x93\x02("#/api/v1/payment/subscription/cancel:\x01*\x12\xa5\x01\n\x12ResumeSubscription\x12..weaveapi.payment.v1.ResumeSubscriptionRequest\x1a/.weaveapi.payment.v1.ResumeSubscriptionResponse".\x82\xd3\xe4\x93\x02("#/api/v1/payment/subscription/resume:\x01*\x12\x9b\x01\n\x11GetBillingHistory\x12-.weaveapi.payment.v1.GetBillingHistoryRequest\x1a..weaveapi.payment.v1.GetBillingHistoryResponse"\'\x82\xd3\xe4\x93\x02!\x12\x1f/api/v1/payment/billing-history\x12\x9f\x01\n\x12GetUpcomingInvoice\x12..weaveapi.payment.v1.GetUpcomingInvoiceRequest\x1a/.weaveapi.payment.v1.GetUpcomingInvoiceResponse"(\x82\xd3\xe4\x93\x02"\x12 /api/v1/payment/upcoming-invoice\x12\x9e\x01\n\x12ListPaymentMethods\x12..weaveapi.payment.v1.ListPaymentMethodsRequest\x1a/.weaveapi.payment.v1.ListPaymentMethodsResponse"\'\x82\xd3\xe4\x93\x02!\x12\x1f/api/v1/payment/payment-methods\x12\x9b\x01\n\x10\x41\x64\x64PaymentMethod\x12,.weaveapi.payment.v1.AddPaymentMethodRequest\x1a-.weaveapi.payment.v1.AddPaymentMethodResponse"*\x82\xd3\xe4\x93\x02$"\x1f/api/v1/payment/payment-methods:\x01*\x12\xd0\x01\n\x17SetDefaultPaymentMethod\x12\x33.weaveapi.payment.v1.SetDefaultPaymentMethodRequest\x1a\x34.weaveapi.payment.v1.SetDefaultPaymentMethodResponse"J\x82\xd3\xe4\x93\x02\x44"?/api/v1/payment/payment-methods/{payment_method_id}/set-default:\x01*\x12\xb5\x01\n\x13RemovePaymentMethod\x12/.weaveapi.payment.v1.RemovePaymentMethodRequest\x1a\x30.weaveapi.payment.v1.RemovePaymentMethodResponse";\x82\xd3\xe4\x93\x02\x35*3/api/v1/payment/payment-methods/{payment_method_id}\x12\x9b\x01\n\x13\x43reatePortalSession\x12/.weaveapi.payment.v1.CreatePortalSessionRequest\x1a\x30.weaveapi.payment.v1.CreatePortalSessionResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/api/v1/payment/portal:\x01*\x12\x8b\x01\n\x0fGetPricingPlans\x12+.weaveapi.payment.v1.GetPricingPlansRequest\x1a,.weaveapi.payment.v1.GetPricingPlansResponse"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/api/v1/payment/plans\x12\x8b\x01\n\x0e\x41pplyPromoCode\x12*.weaveapi.payment.v1.ApplyPromoCodeRequest\x1a+.weaveapi.payment.v1.ApplyPromoCodeResponse" \x82\xd3\xe4\x93\x02\x1a"\x15/api/v1/payment/promo:\x01*\x12\x9c\x01\n\x13HandleStripeWebhook\x12/.weaveapi.payment.v1.HandleStripeWebhookRequest\x1a\x30.weaveapi.payment.v1.HandleStripeWebhookResponse""\x82\xd3\xe4\x93\x02\x1c"\x17/api/v1/webhooks/stripe:\x01*\x12\x8b\x01\n\x0fGetUsageSummary\x12+.weaveapi.payment.v1.GetUsageSummaryRequest\x1a,.weaveapi.payment.v1.GetUsageSummaryResponse"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/api/v1/payment/usage\x12\x90\x01\n\x10GetCreditBalance\x12,.weaveapi.payment.v1.GetCreditBalanceRequest\x1a-.weaveapi.payment.v1.GetCreditBalanceResponse"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/api/v1/payment/credits\x12\x8b\x01\n\rUpdateTaxInfo\x12).weaveapi.payment.v1.UpdateTaxInfoRequest\x1a*.weaveapi.payment.v1.UpdateTaxInfoResponse"#\x82\xd3\xe4\x93\x02\x1d\x32\x18/api/v1/payment/tax-info:\x01*\x12\xa4\x01\n\x0f\x44ownloadInvoice\x12+.weaveapi.payment.v1.DownloadInvoiceRequest\x1a,.weaveapi.payment.v1.DownloadInvoiceResponse"6\x82\xd3\xe4\x93\x02\x30\x12./api/v1/payment/invoices/{invoice_id}/downloadB\xd1\x01\n\x17\x63om.weaveapi.payment.v1B\x0cServiceProtoP\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'
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
_globals = globals()
|
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(
|
|
29
|
+
DESCRIPTOR, "weaveapi.payment.v1.service_pb2", _globals
|
|
30
|
+
)
|
|
31
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
32
|
+
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
|
+
_globals[
|
|
34
|
+
"DESCRIPTOR"
|
|
35
|
+
]._serialized_options = b"\n\027com.weaveapi.payment.v1B\014ServiceProtoP\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"
|
|
36
|
+
_globals["_CREATECHECKOUTSESSIONREQUEST_METADATAENTRY"]._loaded_options = None
|
|
37
|
+
_globals[
|
|
38
|
+
"_CREATECHECKOUTSESSIONREQUEST_METADATAENTRY"
|
|
39
|
+
]._serialized_options = b"8\001"
|
|
40
|
+
_globals["_UPDATESUBSCRIPTIONREQUEST_METADATAENTRY"]._loaded_options = None
|
|
41
|
+
_globals["_UPDATESUBSCRIPTIONREQUEST_METADATAENTRY"]._serialized_options = b"8\001"
|
|
42
|
+
_globals["_USAGEPERIOD_REQUESTSBYENDPOINTENTRY"]._loaded_options = None
|
|
43
|
+
_globals["_USAGEPERIOD_REQUESTSBYENDPOINTENTRY"]._serialized_options = b"8\001"
|
|
44
|
+
_globals["_USAGEPERIOD_REQUESTSBYAPIKEYENTRY"]._loaded_options = None
|
|
45
|
+
_globals["_USAGEPERIOD_REQUESTSBYAPIKEYENTRY"]._serialized_options = b"8\001"
|
|
46
|
+
_globals["_PAYMENT"].methods_by_name["CreateCheckoutSession"]._loaded_options = None
|
|
47
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
48
|
+
"CreateCheckoutSession"
|
|
49
|
+
]._serialized_options = (
|
|
50
|
+
b'\202\323\344\223\002\035"\030/api/v1/payment/checkout:\001*'
|
|
51
|
+
)
|
|
52
|
+
_globals["_PAYMENT"].methods_by_name["GetSubscriptionStatus"]._loaded_options = None
|
|
53
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
54
|
+
"GetSubscriptionStatus"
|
|
55
|
+
]._serialized_options = (
|
|
56
|
+
b"\202\323\344\223\002\036\022\034/api/v1/payment/subscription"
|
|
57
|
+
)
|
|
58
|
+
_globals["_PAYMENT"].methods_by_name["UpdateSubscription"]._loaded_options = None
|
|
59
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
60
|
+
"UpdateSubscription"
|
|
61
|
+
]._serialized_options = (
|
|
62
|
+
b"\202\323\344\223\002!2\034/api/v1/payment/subscription:\001*"
|
|
63
|
+
)
|
|
64
|
+
_globals["_PAYMENT"].methods_by_name["CancelSubscription"]._loaded_options = None
|
|
65
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
66
|
+
"CancelSubscription"
|
|
67
|
+
]._serialized_options = (
|
|
68
|
+
b'\202\323\344\223\002("#/api/v1/payment/subscription/cancel:\001*'
|
|
69
|
+
)
|
|
70
|
+
_globals["_PAYMENT"].methods_by_name["ResumeSubscription"]._loaded_options = None
|
|
71
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
72
|
+
"ResumeSubscription"
|
|
73
|
+
]._serialized_options = (
|
|
74
|
+
b'\202\323\344\223\002("#/api/v1/payment/subscription/resume:\001*'
|
|
75
|
+
)
|
|
76
|
+
_globals["_PAYMENT"].methods_by_name["GetBillingHistory"]._loaded_options = None
|
|
77
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
78
|
+
"GetBillingHistory"
|
|
79
|
+
]._serialized_options = (
|
|
80
|
+
b"\202\323\344\223\002!\022\037/api/v1/payment/billing-history"
|
|
81
|
+
)
|
|
82
|
+
_globals["_PAYMENT"].methods_by_name["GetUpcomingInvoice"]._loaded_options = None
|
|
83
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
84
|
+
"GetUpcomingInvoice"
|
|
85
|
+
]._serialized_options = (
|
|
86
|
+
b'\202\323\344\223\002"\022 /api/v1/payment/upcoming-invoice'
|
|
87
|
+
)
|
|
88
|
+
_globals["_PAYMENT"].methods_by_name["ListPaymentMethods"]._loaded_options = None
|
|
89
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
90
|
+
"ListPaymentMethods"
|
|
91
|
+
]._serialized_options = (
|
|
92
|
+
b"\202\323\344\223\002!\022\037/api/v1/payment/payment-methods"
|
|
93
|
+
)
|
|
94
|
+
_globals["_PAYMENT"].methods_by_name["AddPaymentMethod"]._loaded_options = None
|
|
95
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
96
|
+
"AddPaymentMethod"
|
|
97
|
+
]._serialized_options = (
|
|
98
|
+
b'\202\323\344\223\002$"\037/api/v1/payment/payment-methods:\001*'
|
|
99
|
+
)
|
|
100
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
101
|
+
"SetDefaultPaymentMethod"
|
|
102
|
+
]._loaded_options = None
|
|
103
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
104
|
+
"SetDefaultPaymentMethod"
|
|
105
|
+
]._serialized_options = b'\202\323\344\223\002D"?/api/v1/payment/payment-methods/{payment_method_id}/set-default:\001*'
|
|
106
|
+
_globals["_PAYMENT"].methods_by_name["RemovePaymentMethod"]._loaded_options = None
|
|
107
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
108
|
+
"RemovePaymentMethod"
|
|
109
|
+
]._serialized_options = (
|
|
110
|
+
b"\202\323\344\223\0025*3/api/v1/payment/payment-methods/{payment_method_id}"
|
|
111
|
+
)
|
|
112
|
+
_globals["_PAYMENT"].methods_by_name["CreatePortalSession"]._loaded_options = None
|
|
113
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
114
|
+
"CreatePortalSession"
|
|
115
|
+
]._serialized_options = b'\202\323\344\223\002\033"\026/api/v1/payment/portal:\001*'
|
|
116
|
+
_globals["_PAYMENT"].methods_by_name["GetPricingPlans"]._loaded_options = None
|
|
117
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
118
|
+
"GetPricingPlans"
|
|
119
|
+
]._serialized_options = b"\202\323\344\223\002\027\022\025/api/v1/payment/plans"
|
|
120
|
+
_globals["_PAYMENT"].methods_by_name["ApplyPromoCode"]._loaded_options = None
|
|
121
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
122
|
+
"ApplyPromoCode"
|
|
123
|
+
]._serialized_options = b'\202\323\344\223\002\032"\025/api/v1/payment/promo:\001*'
|
|
124
|
+
_globals["_PAYMENT"].methods_by_name["HandleStripeWebhook"]._loaded_options = None
|
|
125
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
126
|
+
"HandleStripeWebhook"
|
|
127
|
+
]._serialized_options = (
|
|
128
|
+
b'\202\323\344\223\002\034"\027/api/v1/webhooks/stripe:\001*'
|
|
129
|
+
)
|
|
130
|
+
_globals["_PAYMENT"].methods_by_name["GetUsageSummary"]._loaded_options = None
|
|
131
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
132
|
+
"GetUsageSummary"
|
|
133
|
+
]._serialized_options = b"\202\323\344\223\002\027\022\025/api/v1/payment/usage"
|
|
134
|
+
_globals["_PAYMENT"].methods_by_name["GetCreditBalance"]._loaded_options = None
|
|
135
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
136
|
+
"GetCreditBalance"
|
|
137
|
+
]._serialized_options = b"\202\323\344\223\002\031\022\027/api/v1/payment/credits"
|
|
138
|
+
_globals["_PAYMENT"].methods_by_name["UpdateTaxInfo"]._loaded_options = None
|
|
139
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
140
|
+
"UpdateTaxInfo"
|
|
141
|
+
]._serialized_options = (
|
|
142
|
+
b"\202\323\344\223\002\0352\030/api/v1/payment/tax-info:\001*"
|
|
143
|
+
)
|
|
144
|
+
_globals["_PAYMENT"].methods_by_name["DownloadInvoice"]._loaded_options = None
|
|
145
|
+
_globals["_PAYMENT"].methods_by_name[
|
|
146
|
+
"DownloadInvoice"
|
|
147
|
+
]._serialized_options = (
|
|
148
|
+
b"\202\323\344\223\0020\022./api/v1/payment/invoices/{invoice_id}/download"
|
|
149
|
+
)
|
|
150
|
+
_globals["_CREATECHECKOUTSESSIONREQUEST"]._serialized_start = 197
|
|
151
|
+
_globals["_CREATECHECKOUTSESSIONREQUEST"]._serialized_end = 706
|
|
152
|
+
_globals["_CREATECHECKOUTSESSIONREQUEST_METADATAENTRY"]._serialized_start = 647
|
|
153
|
+
_globals["_CREATECHECKOUTSESSIONREQUEST_METADATAENTRY"]._serialized_end = 706
|
|
154
|
+
_globals["_CREATECHECKOUTSESSIONRESPONSE"]._serialized_start = 709
|
|
155
|
+
_globals["_CREATECHECKOUTSESSIONRESPONSE"]._serialized_end = 865
|
|
156
|
+
_globals["_GETSUBSCRIPTIONSTATUSREQUEST"]._serialized_start = 867
|
|
157
|
+
_globals["_GETSUBSCRIPTIONSTATUSREQUEST"]._serialized_end = 897
|
|
158
|
+
_globals["_GETSUBSCRIPTIONSTATUSRESPONSE"]._serialized_start = 899
|
|
159
|
+
_globals["_GETSUBSCRIPTIONSTATUSRESPONSE"]._serialized_end = 1007
|
|
160
|
+
_globals["_UPDATESUBSCRIPTIONREQUEST"]._serialized_start = 1010
|
|
161
|
+
_globals["_UPDATESUBSCRIPTIONREQUEST"]._serialized_end = 1312
|
|
162
|
+
_globals["_UPDATESUBSCRIPTIONREQUEST_METADATAENTRY"]._serialized_start = 647
|
|
163
|
+
_globals["_UPDATESUBSCRIPTIONREQUEST_METADATAENTRY"]._serialized_end = 706
|
|
164
|
+
_globals["_UPDATESUBSCRIPTIONRESPONSE"]._serialized_start = 1315
|
|
165
|
+
_globals["_UPDATESUBSCRIPTIONRESPONSE"]._serialized_end = 1446
|
|
166
|
+
_globals["_CANCELSUBSCRIPTIONREQUEST"]._serialized_start = 1448
|
|
167
|
+
_globals["_CANCELSUBSCRIPTIONREQUEST"]._serialized_end = 1561
|
|
168
|
+
_globals["_CANCELSUBSCRIPTIONRESPONSE"]._serialized_start = 1564
|
|
169
|
+
_globals["_CANCELSUBSCRIPTIONRESPONSE"]._serialized_end = 1772
|
|
170
|
+
_globals["_RESUMESUBSCRIPTIONREQUEST"]._serialized_start = 1774
|
|
171
|
+
_globals["_RESUMESUBSCRIPTIONREQUEST"]._serialized_end = 1801
|
|
172
|
+
_globals["_RESUMESUBSCRIPTIONRESPONSE"]._serialized_start = 1804
|
|
173
|
+
_globals["_RESUMESUBSCRIPTIONRESPONSE"]._serialized_end = 1935
|
|
174
|
+
_globals["_GETBILLINGHISTORYREQUEST"]._serialized_start = 1938
|
|
175
|
+
_globals["_GETBILLINGHISTORYREQUEST"]._serialized_end = 2218
|
|
176
|
+
_globals["_GETBILLINGHISTORYRESPONSE"]._serialized_start = 2221
|
|
177
|
+
_globals["_GETBILLINGHISTORYRESPONSE"]._serialized_end = 2407
|
|
178
|
+
_globals["_GETUPCOMINGINVOICEREQUEST"]._serialized_start = 2409
|
|
179
|
+
_globals["_GETUPCOMINGINVOICEREQUEST"]._serialized_end = 2436
|
|
180
|
+
_globals["_GETUPCOMINGINVOICERESPONSE"]._serialized_start = 2438
|
|
181
|
+
_globals["_GETUPCOMINGINVOICERESPONSE"]._serialized_end = 2522
|
|
182
|
+
_globals["_LISTPAYMENTMETHODSREQUEST"]._serialized_start = 2524
|
|
183
|
+
_globals["_LISTPAYMENTMETHODSREQUEST"]._serialized_end = 2571
|
|
184
|
+
_globals["_LISTPAYMENTMETHODSRESPONSE"]._serialized_start = 2574
|
|
185
|
+
_globals["_LISTPAYMENTMETHODSRESPONSE"]._serialized_end = 2738
|
|
186
|
+
_globals["_ADDPAYMENTMETHODREQUEST"]._serialized_start = 2740
|
|
187
|
+
_globals["_ADDPAYMENTMETHODREQUEST"]._serialized_end = 2847
|
|
188
|
+
_globals["_ADDPAYMENTMETHODRESPONSE"]._serialized_start = 2850
|
|
189
|
+
_globals["_ADDPAYMENTMETHODRESPONSE"]._serialized_end = 2982
|
|
190
|
+
_globals["_SETDEFAULTPAYMENTMETHODREQUEST"]._serialized_start = 2984
|
|
191
|
+
_globals["_SETDEFAULTPAYMENTMETHODREQUEST"]._serialized_end = 3060
|
|
192
|
+
_globals["_SETDEFAULTPAYMENTMETHODRESPONSE"]._serialized_start = 3062
|
|
193
|
+
_globals["_SETDEFAULTPAYMENTMETHODRESPONSE"]._serialized_end = 3147
|
|
194
|
+
_globals["_REMOVEPAYMENTMETHODREQUEST"]._serialized_start = 3149
|
|
195
|
+
_globals["_REMOVEPAYMENTMETHODREQUEST"]._serialized_end = 3221
|
|
196
|
+
_globals["_REMOVEPAYMENTMETHODRESPONSE"]._serialized_start = 3223
|
|
197
|
+
_globals["_REMOVEPAYMENTMETHODRESPONSE"]._serialized_end = 3349
|
|
198
|
+
_globals["_CREATEPORTALSESSIONREQUEST"]._serialized_start = 3351
|
|
199
|
+
_globals["_CREATEPORTALSESSIONREQUEST"]._serialized_end = 3410
|
|
200
|
+
_globals["_CREATEPORTALSESSIONRESPONSE"]._serialized_start = 3412
|
|
201
|
+
_globals["_CREATEPORTALSESSIONRESPONSE"]._serialized_end = 3531
|
|
202
|
+
_globals["_GETPRICINGPLANSREQUEST"]._serialized_start = 3533
|
|
203
|
+
_globals["_GETPRICINGPLANSREQUEST"]._serialized_end = 3618
|
|
204
|
+
_globals["_GETPRICINGPLANSRESPONSE"]._serialized_start = 3621
|
|
205
|
+
_globals["_GETPRICINGPLANSRESPONSE"]._serialized_end = 3819
|
|
206
|
+
_globals["_APPLYPROMOCODEREQUEST"]._serialized_start = 3821
|
|
207
|
+
_globals["_APPLYPROMOCODEREQUEST"]._serialized_end = 3875
|
|
208
|
+
_globals["_APPLYPROMOCODERESPONSE"]._serialized_start = 3878
|
|
209
|
+
_globals["_APPLYPROMOCODERESPONSE"]._serialized_end = 4068
|
|
210
|
+
_globals["_HANDLESTRIPEWEBHOOKREQUEST"]._serialized_start = 4070
|
|
211
|
+
_globals["_HANDLESTRIPEWEBHOOKREQUEST"]._serialized_end = 4154
|
|
212
|
+
_globals["_HANDLESTRIPEWEBHOOKRESPONSE"]._serialized_start = 4157
|
|
213
|
+
_globals["_HANDLESTRIPEWEBHOOKRESPONSE"]._serialized_end = 4296
|
|
214
|
+
_globals["_GETUSAGESUMMARYREQUEST"]._serialized_start = 4299
|
|
215
|
+
_globals["_GETUSAGESUMMARYREQUEST"]._serialized_end = 4461
|
|
216
|
+
_globals["_GETUSAGESUMMARYRESPONSE"]._serialized_start = 4464
|
|
217
|
+
_globals["_GETUSAGESUMMARYRESPONSE"]._serialized_end = 4697
|
|
218
|
+
_globals["_USAGEPERIOD"]._serialized_start = 4700
|
|
219
|
+
_globals["_USAGEPERIOD"]._serialized_end = 5436
|
|
220
|
+
_globals["_USAGEPERIOD_REQUESTSBYENDPOINTENTRY"]._serialized_start = 5298
|
|
221
|
+
_globals["_USAGEPERIOD_REQUESTSBYENDPOINTENTRY"]._serialized_end = 5367
|
|
222
|
+
_globals["_USAGEPERIOD_REQUESTSBYAPIKEYENTRY"]._serialized_start = 5369
|
|
223
|
+
_globals["_USAGEPERIOD_REQUESTSBYAPIKEYENTRY"]._serialized_end = 5436
|
|
224
|
+
_globals["_USAGELIMITS"]._serialized_start = 5439
|
|
225
|
+
_globals["_USAGELIMITS"]._serialized_end = 5680
|
|
226
|
+
_globals["_GETCREDITBALANCEREQUEST"]._serialized_start = 5682
|
|
227
|
+
_globals["_GETCREDITBALANCEREQUEST"]._serialized_end = 5707
|
|
228
|
+
_globals["_GETCREDITBALANCERESPONSE"]._serialized_start = 5710
|
|
229
|
+
_globals["_GETCREDITBALANCERESPONSE"]._serialized_end = 5951
|
|
230
|
+
_globals["_CREDITTRANSACTION"]._serialized_start = 5954
|
|
231
|
+
_globals["_CREDITTRANSACTION"]._serialized_end = 6126
|
|
232
|
+
_globals["_UPDATETAXINFOREQUEST"]._serialized_start = 6129
|
|
233
|
+
_globals["_UPDATETAXINFOREQUEST"]._serialized_end = 6345
|
|
234
|
+
_globals["_UPDATETAXINFORESPONSE"]._serialized_start = 6348
|
|
235
|
+
_globals["_UPDATETAXINFORESPONSE"]._serialized_end = 6480
|
|
236
|
+
_globals["_TAXINFO"]._serialized_start = 6483
|
|
237
|
+
_globals["_TAXINFO"]._serialized_end = 6808
|
|
238
|
+
_globals["_DOWNLOADINVOICEREQUEST"]._serialized_start = 6810
|
|
239
|
+
_globals["_DOWNLOADINVOICEREQUEST"]._serialized_end = 6865
|
|
240
|
+
_globals["_DOWNLOADINVOICERESPONSE"]._serialized_start = 6867
|
|
241
|
+
_globals["_DOWNLOADINVOICERESPONSE"]._serialized_end = 6982
|
|
242
|
+
_globals["_PAYMENT"]._serialized_start = 6985
|
|
243
|
+
_globals["_PAYMENT"]._serialized_end = 10057
|
|
244
|
+
# @@protoc_insertion_point(module_scope)
|