weave-python 0.30.3__py3-none-any.whl → 0.30.4__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 +96 -96
- weave/weaveapi/auth/v1/session_pb2.py +4 -4
- weave/weaveapi/auth/v1/usage_pb2.py +12 -12
- weave/weaveapi/auth/v1/user_pb2.py +16 -16
- weave/weaveapi/generate/v1/configuration_pb2.py +16 -16
- weave/weaveapi/generate/v1/generate_pb2.py +8 -8
- weave/weaveapi/generate/v1/service_pb2.py +26 -26
- weave/weaveapi/llmx/v1/architecture_pb2.py +40 -40
- weave/weaveapi/llmx/v1/capabilities_pb2.py +54 -54
- weave/weaveapi/llmx/v1/model_pb2.py +18 -18
- weave/weaveapi/llmx/v1/pricing_pb2.py +18 -18
- weave/weaveapi/llmx/v1/provider_pb2.py +4 -4
- weave/weaveapi/llmx/v1/service_pb2.py +88 -88
- weave/weaveapi/mcpregistry/v1/server_pb2.py +8 -8
- weave/weaveapi/mcpregistry/v1/service_pb2.py +28 -28
- weave/weaveapi/payment/v1/invoice_pb2.py +10 -10
- weave/weaveapi/payment/v1/service_pb2.py +96 -96
- weave/weaveapi/payment/v1/subscription_pb2.py +20 -20
- weave/weaveapi/storage/v1/auth_pb2.py +4 -4
- weave/weaveapi/storage/v1/nosql_database_pb2.py +20 -20
- weave/weaveapi/storage/v1/object_store_pb2.py +10 -10
- weave/weaveapi/storage/v1/service_pb2.py +34 -34
- weave/weaveapi/storage/v1/sql_database_pb2.py +20 -20
- weave/weaveapi/storage/v1/storage_pb2.py +4 -4
- weave/weaveapi/synthesize/v1/dataset_pb2.py +10 -10
- weave/weaveapi/synthesize/v1/inline_data_pb2.py +6 -6
- weave/weaveapi/synthesize/v1/relationship_pb2.py +8 -8
- weave/weaveapi/synthesize/v1/service_pb2.py +22 -22
- weave/weaveapi/synthesize/v1/training_pb2.py +10 -10
- {weave_python-0.30.3.dist-info → weave_python-0.30.4.dist-info}/METADATA +1 -1
- {weave_python-0.30.3.dist-info → weave_python-0.30.4.dist-info}/RECORD +33 -33
- {weave_python-0.30.3.dist-info → weave_python-0.30.4.dist-info}/WHEEL +0 -0
- {weave_python-0.30.3.dist-info → weave_python-0.30.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
-
b'\n\x1fweaveapi/llmx/v1/provider.proto\x12\x10weaveapi.llmx.v1
|
|
23
|
+
b'\n\x1fweaveapi/llmx/v1/provider.proto\x12\x10weaveapi.llmx.v1"\x8b\x02\n\x08Provider\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04slug\x18\x02 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12\x1f\n\x0bwebsite_url\x18\x05 \x01(\tR\nwebsiteUrl\x12+\n\x11\x64ocumentation_url\x18\x06 \x01(\tR\x10\x64ocumentationUrl\x12\x19\n\x08logo_url\x18\x07 \x01(\tR\x07logoUrl\x12\x1b\n\tis_active\x18\x08 \x01(\x08R\x08isActive\x12\x1f\n\x0bmodel_count\x18\t \x01(\x05R\nmodelCountB\xbd\x01\n\x14\x63om.weaveapi.llmx.v1B\rProviderProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/llmx/v1;llmx\xa2\x02\x03WLX\xaa\x02\x10Weaveapi.Llmx.V1\xca\x02\x10Weaveapi\\Llmx\\V1\xe2\x02\x1cWeaveapi\\Llmx\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Llmx::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,7 +32,7 @@ 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.llmx.v1B\rProviderProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/llmx/v1;llmx\242\002\003WLX\252\002\020Weaveapi.Llmx.V1\312\002\020Weaveapi\\Llmx\\V1\342\002\034Weaveapi\\Llmx\\V1\\GPBMetadata\352\002\022Weaveapi::Llmx::V1
|
|
36
|
-
_globals["_PROVIDER"]._serialized_start =
|
|
37
|
-
_globals["_PROVIDER"]._serialized_end =
|
|
35
|
+
]._serialized_options = b"\n\024com.weaveapi.llmx.v1B\rProviderProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/llmx/v1;llmx\242\002\003WLX\252\002\020Weaveapi.Llmx.V1\312\002\020Weaveapi\\Llmx\\V1\342\002\034Weaveapi\\Llmx\\V1\\GPBMetadata\352\002\022Weaveapi::Llmx::V1"
|
|
36
|
+
_globals["_PROVIDER"]._serialized_start = 54
|
|
37
|
+
_globals["_PROVIDER"]._serialized_end = 321
|
|
38
38
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
-
b'\n\x1eweaveapi/llmx/v1/service.proto\x12\x10weaveapi.llmx.v1\x1a\x1cgoogle/api/annotations.proto\x1a!google/protobuf/go_features.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cweaveapi/llmx/v1/model.proto\x1a\x1fweaveapi/llmx/v1/provider.proto"s\n\x14ListProvidersRequest\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"\x9e\x01\n\x15ListProvidersResponse\x12<\n\tproviders\x18\x01 \x03(\x0b\x32\x1a.weaveapi.llmx.v1.ProviderB\x02(\x01R\tproviders\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"(\n\x12GetProviderRequest\x12\x12\n\x04slug\x18\x01 \x01(\tR\x04slug"Q\n\x13GetProviderResponse\x12:\n\x08provider\x18\x01 \x01(\x0b\x32\x1a.weaveapi.llmx.v1.ProviderB\x02(\x01R\x08provider"\x80\x04\n\x11ListModelsRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12\x1a\n\x08provider\x18\x03 \x01(\tR\x08provider\x12\x1d\n\nmodel_type\x18\x04 \x01(\tR\tmodelType\x12\x1f\n\x0b\x61\x63tive_only\x18\x05 \x01(\x08R\nactiveOnly\x12\x1f\n\x0bvision_only\x18\x06 \x01(\x08R\nvisionOnly\x12&\n\x0ftool_calls_only\x18\x07 \x01(\x08R\rtoolCallsOnly\x12%\n\x0ereasoning_only\x18\x08 \x01(\x08R\rreasoningOnly\x12(\n\x10open_source_only\x18\t \x01(\x08R\x0eopenSourceOnly\x12&\n\x0fmax_input_price\x18\n \x01(\x01R\rmaxInputPrice\x12(\n\x10max_output_price\x18\x0b \x01(\x01R\x0emaxOutputPrice\x12,\n\x12min_context_window\x18\x0c \x01(\x05R\x10minContextWindow\x12\x19\n\x08order_by\x18\r \x01(\tR\x07orderBy\x12\x1e\n\ndescending\x18\x0e \x01(\x08R\ndescending"\x92\x01\n\x12ListModelsResponse\x12\x33\n\x06models\x18\x01 \x03(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x06models\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"H\n\x0fGetModelRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x19\n\x08model_id\x18\x02 \x01(\tR\x07modelId"E\n\x10GetModelResponse\x12\x31\n\x05model\x18\x01 \x01(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x05model"\x91\x05\n\x13SearchModelsRequest\x12\x14\n\x05query\x18\x01 \x01(\tR\x05query\x12\x1c\n\tproviders\x18\x02 \x03(\tR\tproviders\x12\x1f\n\x0bmodel_types\x18\x03 \x03(\tR\nmodelTypes\x12$\n\rarchitectures\x18\x04 \x03(\tR\rarchitectures\x12\x33\n\x15required_capabilities\x18\x05 \x03(\tR\x14requiredCapabilities\x12:\n\x19required_input_modalities\x18\x06 \x03(\tR\x17requiredInputModalities\x12<\n\x1arequired_output_modalities\x18\x07 \x03(\tR\x18requiredOutputModalities\x12\x41\n\x0bprice_range\x18\x08 \x01(\x0b\x32\x1c.weaveapi.llmx.v1.PriceRangeB\x02(\x01R\npriceRange\x12\x41\n\x0btoken_range\x18\t \x01(\x0b\x32\x1c.weaveapi.llmx.v1.TokenRangeB\x02(\x01R\ntokenRange\x12S\n\x11performance_range\x18\n \x01(\x0b\x32".weaveapi.llmx.v1.PerformanceRangeB\x02(\x01R\x10performanceRange\x12\x1b\n\tpage_size\x18\x0b \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x0c \x01(\tR\tpageToken\x12\x19\n\x08order_by\x18\r \x01(\tR\x07orderBy\x12\x1e\n\ndescending\x18\x0e \x01(\x08R\ndescending"\xb0\x01\n\nPriceRange\x12&\n\x0fmin_input_price\x18\x01 \x01(\x01R\rminInputPrice\x12&\n\x0fmax_input_price\x18\x02 \x01(\x01R\rmaxInputPrice\x12(\n\x10min_output_price\x18\x03 \x01(\x01R\x0eminOutputPrice\x12(\n\x10max_output_price\x18\x04 \x01(\x01R\x0emaxOutputPrice"\xc0\x01\n\nTokenRange\x12,\n\x12min_context_window\x18\x01 \x01(\x05R\x10minContextWindow\x12,\n\x12max_context_window\x18\x02 \x01(\x05R\x10maxContextWindow\x12*\n\x11min_output_tokens\x18\x03 \x01(\x05R\x0fminOutputTokens\x12*\n\x11max_output_tokens\x18\x04 \x01(\x05R\x0fmaxOutputTokens"\xec\x01\n\x10PerformanceRange\x12.\n\x13min_reasoning_score\x18\x01 \x01(\x01R\x11minReasoningScore\x12(\n\x10min_coding_score\x18\x02 \x01(\x01R\x0eminCodingScore\x12,\n\x12min_creative_score\x18\x03 \x01(\x01R\x10minCreativeScore\x12*\n\x11min_factual_score\x18\x04 \x01(\x01R\x0fminFactualScore\x12$\n\x0emin_math_score\x18\x05 \x01(\x01R\x0cminMathScore"\xcf\x01\n\x14SearchModelsResponse\x12\x33\n\x06models\x18\x01 \x03(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x06models\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount\x12\x39\n\x06\x66\x61\x63\x65ts\x18\x04 \x03(\x0b\x32\x1d.weaveapi.llmx.v1.FacetResultB\x02(\x01R\x06\x66\x61\x63\x65ts"]\n\x0b\x46\x61\x63\x65tResult\x12\x14\n\x05\x66ield\x18\x01 \x01(\tR\x05\x66ield\x12\x38\n\x06values\x18\x02 \x03(\x0b\x32\x1c.weaveapi.llmx.v1.FacetValueB\x02(\x01R\x06values"8\n\nFacetValue\x12\x14\n\x05value\x18\x01 \x01(\tR\x05value\x12\x14\n\x05\x63ount\x18\x02 \x01(\x05R\x05\x63ount"O\n\x14\x43ompareModelsRequest\x12\x1f\n\x0bmodel_slugs\x18\x01 \x03(\tR\nmodelSlugs\x12\x16\n\x06\x66ields\x18\x02 \x03(\tR\x06\x66ields"\xa3\x01\n\x15\x43ompareModelsResponse\x12G\n\x0b\x63omparisons\x18\x01 \x03(\x0b\x32!.weaveapi.llmx.v1.ModelComparisonB\x02(\x01R\x0b\x63omparisons\x12\x41\n\x07summary\x18\x02 \x01(\x0b\x32#.weaveapi.llmx.v1.ComparisonSummaryB\x02(\x01R\x07summary"\x87\x02\n\x0fModelComparison\x12\x31\n\x05model\x18\x01 \x01(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x05model\x12v\n\x17highlighted_differences\x18\x02 \x03(\x0b\x32=.weaveapi.llmx.v1.ModelComparison.HighlightedDifferencesEntryR\x16highlightedDifferences\x1aI\n\x1bHighlightedDifferencesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\xf7\x01\n\x11\x43omparisonSummary\x12%\n\x0e\x63heapest_input\x18\x01 \x01(\tR\rcheapestInput\x12\'\n\x0f\x63heapest_output\x18\x02 \x01(\tR\x0e\x63heapestOutput\x12\'\n\x0flargest_context\x18\x03 \x01(\tR\x0elargestContext\x12%\n\x0e\x62\x65st_reasoning\x18\x04 \x01(\tR\rbestReasoning\x12\x1f\n\x0b\x62\x65st_coding\x18\x05 \x01(\tR\nbestCoding\x12!\n\x0cmost_capable\x18\x06 \x01(\tR\x0bmostCapable"h\n\x1bGetModelPriceHistoryRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x19\n\x08model_id\x18\x02 \x01(\tR\x07modelId\x12\x12\n\x04\x64\x61ys\x18\x03 \x01(\x05R\x04\x64\x61ys"\xad\x01\n\x1cGetModelPriceHistoryResponse\x12\x45\n\rprice_history\x18\x01 \x03(\x0b\x32\x1c.weaveapi.llmx.v1.PricePointB\x02(\x01R\x0cpriceHistory\x12\x46\n\rlatest_change\x18\x02 \x01(\x0b\x32\x1d.weaveapi.llmx.v1.PriceChangeB\x02(\x01R\x0clatestChange"\xe4\x01\n\nPricePoint\x12<\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ttimestamp\x12\x1f\n\x0binput_price\x18\x02 \x01(\x01R\ninputPrice\x12!\n\x0coutput_price\x18\x03 \x01(\x01R\x0boutputPrice\x12(\n\x10\x63\x61\x63he_read_price\x18\x04 \x01(\x01R\x0e\x63\x61\x63heReadPrice\x12*\n\x11\x63\x61\x63he_write_price\x18\x05 \x01(\x01R\x0f\x63\x61\x63heWritePrice"\xd6\x02\n\x0bPriceChange\x12=\n\nchanged_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tchangedAt\x12&\n\x0fold_input_price\x18\x02 \x01(\x01R\roldInputPrice\x12&\n\x0fnew_input_price\x18\x03 \x01(\x01R\rnewInputPrice\x12(\n\x10old_output_price\x18\x04 \x01(\x01R\x0eoldOutputPrice\x12(\n\x10new_output_price\x18\x05 \x01(\x01R\x0enewOutputPrice\x12\x30\n\x14input_change_percent\x18\x06 \x01(\x01R\x12inputChangePercent\x12\x32\n\x15output_change_percent\x18\x07 \x01(\x01R\x13outputChangePercent"e\n\x16GetModelChangesRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x19\n\x08model_id\x18\x02 \x01(\tR\x07modelId\x12\x14\n\x05limit\x18\x03 \x01(\x05R\x05limit"V\n\x17GetModelChangesResponse\x12;\n\x07\x63hanges\x18\x01 \x03(\x0b\x32\x1d.weaveapi.llmx.v1.ModelChangeB\x02(\x01R\x07\x63hanges"\xd8\x01\n\x0bModelChange\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1d\n\nfield_name\x18\x02 \x01(\tR\tfieldName\x12\x1b\n\told_value\x18\x03 \x01(\tR\x08oldValue\x12\x1b\n\tnew_value\x18\x04 \x01(\tR\x08newValue\x12\x1f\n\x0b\x63hange_type\x18\x05 \x01(\tR\nchangeType\x12?\n\x0b\x64\x65tected_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ndetectedAt"Q\n\x18GetTrendingModelsRequest\x12\x1f\n\x0bperiod_days\x18\x01 \x01(\x05R\nperiodDays\x12\x14\n\x05limit\x18\x02 \x01(\x05R\x05limit"X\n\x19GetTrendingModelsResponse\x12;\n\x06models\x18\x01 \x03(\x0b\x32\x1f.weaveapi.llmx.v1.TrendingModelB\x02(\x01R\x06models"\xb7\x01\n\rTrendingModel\x12\x31\n\x05model\x18\x01 \x01(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x05model\x12\x1b\n\tapi_calls\x18\x02 \x01(\x05R\x08\x61piCalls\x12!\n\x0cunique_users\x18\x03 \x01(\x05R\x0buniqueUsers\x12\x1f\n\x0bgrowth_rate\x18\x04 \x01(\x01R\ngrowthRate\x12\x12\n\x04rank\x18\x05 \x01(\x05R\x04rank"\x86\x01\n\x17GetRecentUpdatesRequest\x12\x14\n\x05hours\x18\x01 \x01(\x05R\x05hours\x12\x1c\n\tproviders\x18\x02 \x03(\tR\tproviders\x12!\n\x0c\x63hange_types\x18\x03 \x03(\tR\x0b\x63hangeTypes\x12\x14\n\x05limit\x18\x04 \x01(\x05R\x05limit"W\n\x18GetRecentUpdatesResponse\x12;\n\x07updates\x18\x01 \x03(\x0b\x32\x1d.weaveapi.llmx.v1.UpdateEntryB\x02(\x01R\x07updates"\xc5\x02\n\x0bUpdateEntry\x12\x1d\n\nmodel_slug\x18\x01 \x01(\tR\tmodelSlug\x12\x1d\n\nmodel_name\x18\x02 \x01(\tR\tmodelName\x12#\n\rprovider_name\x18\x03 \x01(\tR\x0cproviderName\x12\x1f\n\x0b\x63hange_type\x18\x04 \x01(\tR\nchangeType\x12\x1d\n\nfield_name\x18\x05 \x01(\tR\tfieldName\x12\x1b\n\told_value\x18\x06 \x01(\tR\x08oldValue\x12\x1b\n\tnew_value\x18\x07 \x01(\tR\x08newValue\x12\x18\n\x07summary\x18\x08 \x01(\tR\x07summary\x12?\n\x0b\x64\x65tected_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ndetectedAt"t\n\x11\x45xportDataRequest\x12\x16\n\x06\x66ormat\x18\x01 \x01(\tR\x06\x66ormat\x12\x1c\n\tproviders\x18\x02 \x03(\tR\tproviders\x12)\n\x10include_inactive\x18\x03 \x01(\x08R\x0fincludeInactive"\xcb\x01\n\x12\x45xportDataResponse\x12\x12\n\x04\x64\x61ta\x18\x01 \x01(\x0cR\x04\x64\x61ta\x12!\n\x0c\x63ontent_type\x18\x02 \x01(\tR\x0b\x63ontentType\x12\x1a\n\x08\x66ilename\x18\x03 \x01(\tR\x08\x66ilename\x12\x1f\n\x0bmodel_count\x18\x04 \x01(\x05R\nmodelCount\x12\x41\n\x0cgenerated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0bgeneratedAt"\x16\n\x14GetStatisticsRequest"\xe2\x02\n\x15GetStatisticsResponse\x12<\n\x07overall\x18\x01 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.OverallStatsB\x02(\x01R\x07overall\x12\x44\n\x0b\x62y_provider\x18\x02 \x03(\x0b\x32\x1f.weaveapi.llmx.v1.ProviderStatsB\x02(\x01R\nbyProvider\x12\x38\n\x07\x62y_type\x18\x03 \x03(\x0b\x32\x1b.weaveapi.llmx.v1.TypeStatsB\x02(\x01R\x06\x62yType\x12<\n\x07pricing\x18\x04 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.PricingStatsB\x02(\x01R\x07pricing\x12M\n\x0frecent_activity\x18\x05 \x03(\x0b\x32 .weaveapi.llmx.v1.RecentActivityB\x02(\x01R\x0erecentActivity"\x9b\x02\n\x0cOverallStats\x12\'\n\x0ftotal_providers\x18\x01 \x01(\x05R\x0etotalProviders\x12!\n\x0ctotal_models\x18\x02 \x01(\x05R\x0btotalModels\x12#\n\ractive_models\x18\x03 \x01(\x05R\x0c\x61\x63tiveModels\x12+\n\x11\x64\x65precated_models\x18\x04 \x01(\x05R\x10\x64\x65precatedModels\x12,\n\x12open_source_models\x18\x05 \x01(\x05R\x10openSourceModels\x12?\n\x0blast_update\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\nlastUpdate"\xf8\x01\n\rProviderStats\x12#\n\rprovider_name\x18\x01 \x01(\tR\x0cproviderName\x12\x1f\n\x0bmodel_count\x18\x02 \x01(\x05R\nmodelCount\x12!\n\x0c\x61\x63tive_count\x18\x03 \x01(\x05R\x0b\x61\x63tiveCount\x12&\n\x0f\x61vg_input_price\x18\x04 \x01(\x01R\ravgInputPrice\x12(\n\x10\x61vg_output_price\x18\x05 \x01(\x01R\x0e\x61vgOutputPrice\x12,\n\x12\x61vg_context_window\x18\x06 \x01(\x05R\x10\x61vgContextWindow"`\n\tTypeStats\x12\x1d\n\nmodel_type\x18\x01 \x01(\tR\tmodelType\x12\x14\n\x05\x63ount\x18\x02 \x01(\x05R\x05\x63ount\x12\x1e\n\npercentage\x18\x03 \x01(\x01R\npercentage"\xe2\x02\n\x0cPricingStats\x12&\n\x0fmin_input_price\x18\x01 \x01(\x01R\rminInputPrice\x12&\n\x0fmax_input_price\x18\x02 \x01(\x01R\rmaxInputPrice\x12&\n\x0f\x61vg_input_price\x18\x03 \x01(\x01R\ravgInputPrice\x12,\n\x12median_input_price\x18\x04 \x01(\x01R\x10medianInputPrice\x12(\n\x10min_output_price\x18\x05 \x01(\x01R\x0eminOutputPrice\x12(\n\x10max_output_price\x18\x06 \x01(\x01R\x0emaxOutputPrice\x12(\n\x10\x61vg_output_price\x18\x07 \x01(\x01R\x0e\x61vgOutputPrice\x12.\n\x13median_output_price\x18\x08 \x01(\x01R\x11medianOutputPrice"\x95\x01\n\x0eRecentActivity\x12#\n\ractivity_type\x18\x01 \x01(\tR\x0c\x61\x63tivityType\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12<\n\ttimestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ttimestamp2\xc5\x0c\n\x04LlmX\x12{\n\rListProviders\x12&.weaveapi.llmx.v1.ListProvidersRequest\x1a\'.weaveapi.llmx.v1.ListProvidersResponse"\x19\x82\xd3\xe4\x93\x02\x13\x12\x11/api/v1/providers\x12|\n\x0bGetProvider\x12$.weaveapi.llmx.v1.GetProviderRequest\x1a%.weaveapi.llmx.v1.GetProviderResponse" \x82\xd3\xe4\x93\x02\x1a\x12\x18/api/v1/providers/{slug}\x12o\n\nListModels\x12#.weaveapi.llmx.v1.ListModelsRequest\x1a$.weaveapi.llmx.v1.ListModelsResponse"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/api/v1/models\x12\x7f\n\x08GetModel\x12!.weaveapi.llmx.v1.GetModelRequest\x1a".weaveapi.llmx.v1.GetModelResponse",\x82\xd3\xe4\x93\x02&\x12$/api/v1/models/{provider}/{model_id}\x12\x7f\n\x0cSearchModels\x12%.weaveapi.llmx.v1.SearchModelsRequest\x1a&.weaveapi.llmx.v1.SearchModelsResponse" \x82\xd3\xe4\x93\x02\x1a"\x15/api/v1/models/search:\x01*\x12\x83\x01\n\rCompareModels\x12&.weaveapi.llmx.v1.CompareModelsRequest\x1a\'.weaveapi.llmx.v1.CompareModelsResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/api/v1/models/compare:\x01*\x12\xb1\x01\n\x14GetModelPriceHistory\x12-.weaveapi.llmx.v1.GetModelPriceHistoryRequest\x1a..weaveapi.llmx.v1.GetModelPriceHistoryResponse":\x82\xd3\xe4\x93\x02\x34\x12\x32/api/v1/models/{provider}/{model_id}/price-history\x12\x9c\x01\n\x0fGetModelChanges\x12(.weaveapi.llmx.v1.GetModelChangesRequest\x1a).weaveapi.llmx.v1.GetModelChangesResponse"4\x82\xd3\xe4\x93\x02.\x12,/api/v1/models/{provider}/{model_id}/changes\x12\x86\x01\n\x11GetTrendingModels\x12*.weaveapi.llmx.v1.GetTrendingModelsRequest\x1a+.weaveapi.llmx.v1.GetTrendingModelsResponse"\x18\x82\xd3\xe4\x93\x02\x12\x12\x10/api/v1/trending\x12\x82\x01\n\x10GetRecentUpdates\x12).weaveapi.llmx.v1.GetRecentUpdatesRequest\x1a*.weaveapi.llmx.v1.GetRecentUpdatesResponse"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/api/v1/updates\x12o\n\nExportData\x12#.weaveapi.llmx.v1.ExportDataRequest\x1a$.weaveapi.llmx.v1.ExportDataResponse"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/api/v1/export\x12w\n\rGetStatistics\x12&.weaveapi.llmx.v1.GetStatisticsRequest\x1a\'.weaveapi.llmx.v1.GetStatisticsResponse"\x15\x82\xd3\xe4\x93\x02\x0f\x12\r/api/v1/statsB\xc4\x01\n\x14\x63om.weaveapi.llmx.v1B\x0cServiceProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/llmx/v1;llmx\xa2\x02\x03WLX\xaa\x02\x10Weaveapi.Llmx.V1\xca\x02\x10Weaveapi\\Llmx\\V1\xe2\x02\x1cWeaveapi\\Llmx\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Llmx::V1\x92\x03\x05\xd2>\x02\x10\x03\x62\x08\x65\x64itionsp\xe8\x07'
|
|
23
|
+
b'\n\x1eweaveapi/llmx/v1/service.proto\x12\x10weaveapi.llmx.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cweaveapi/llmx/v1/model.proto\x1a\x1fweaveapi/llmx/v1/provider.proto"s\n\x14ListProvidersRequest\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"\x9e\x01\n\x15ListProvidersResponse\x12<\n\tproviders\x18\x01 \x03(\x0b\x32\x1a.weaveapi.llmx.v1.ProviderB\x02(\x01R\tproviders\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"(\n\x12GetProviderRequest\x12\x12\n\x04slug\x18\x01 \x01(\tR\x04slug"Q\n\x13GetProviderResponse\x12:\n\x08provider\x18\x01 \x01(\x0b\x32\x1a.weaveapi.llmx.v1.ProviderB\x02(\x01R\x08provider"\x80\x04\n\x11ListModelsRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12\x1a\n\x08provider\x18\x03 \x01(\tR\x08provider\x12\x1d\n\nmodel_type\x18\x04 \x01(\tR\tmodelType\x12\x1f\n\x0b\x61\x63tive_only\x18\x05 \x01(\x08R\nactiveOnly\x12\x1f\n\x0bvision_only\x18\x06 \x01(\x08R\nvisionOnly\x12&\n\x0ftool_calls_only\x18\x07 \x01(\x08R\rtoolCallsOnly\x12%\n\x0ereasoning_only\x18\x08 \x01(\x08R\rreasoningOnly\x12(\n\x10open_source_only\x18\t \x01(\x08R\x0eopenSourceOnly\x12&\n\x0fmax_input_price\x18\n \x01(\x01R\rmaxInputPrice\x12(\n\x10max_output_price\x18\x0b \x01(\x01R\x0emaxOutputPrice\x12,\n\x12min_context_window\x18\x0c \x01(\x05R\x10minContextWindow\x12\x19\n\x08order_by\x18\r \x01(\tR\x07orderBy\x12\x1e\n\ndescending\x18\x0e \x01(\x08R\ndescending"\x92\x01\n\x12ListModelsResponse\x12\x33\n\x06models\x18\x01 \x03(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x06models\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"H\n\x0fGetModelRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x19\n\x08model_id\x18\x02 \x01(\tR\x07modelId"E\n\x10GetModelResponse\x12\x31\n\x05model\x18\x01 \x01(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x05model"\x91\x05\n\x13SearchModelsRequest\x12\x14\n\x05query\x18\x01 \x01(\tR\x05query\x12\x1c\n\tproviders\x18\x02 \x03(\tR\tproviders\x12\x1f\n\x0bmodel_types\x18\x03 \x03(\tR\nmodelTypes\x12$\n\rarchitectures\x18\x04 \x03(\tR\rarchitectures\x12\x33\n\x15required_capabilities\x18\x05 \x03(\tR\x14requiredCapabilities\x12:\n\x19required_input_modalities\x18\x06 \x03(\tR\x17requiredInputModalities\x12<\n\x1arequired_output_modalities\x18\x07 \x03(\tR\x18requiredOutputModalities\x12\x41\n\x0bprice_range\x18\x08 \x01(\x0b\x32\x1c.weaveapi.llmx.v1.PriceRangeB\x02(\x01R\npriceRange\x12\x41\n\x0btoken_range\x18\t \x01(\x0b\x32\x1c.weaveapi.llmx.v1.TokenRangeB\x02(\x01R\ntokenRange\x12S\n\x11performance_range\x18\n \x01(\x0b\x32".weaveapi.llmx.v1.PerformanceRangeB\x02(\x01R\x10performanceRange\x12\x1b\n\tpage_size\x18\x0b \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x0c \x01(\tR\tpageToken\x12\x19\n\x08order_by\x18\r \x01(\tR\x07orderBy\x12\x1e\n\ndescending\x18\x0e \x01(\x08R\ndescending"\xb0\x01\n\nPriceRange\x12&\n\x0fmin_input_price\x18\x01 \x01(\x01R\rminInputPrice\x12&\n\x0fmax_input_price\x18\x02 \x01(\x01R\rmaxInputPrice\x12(\n\x10min_output_price\x18\x03 \x01(\x01R\x0eminOutputPrice\x12(\n\x10max_output_price\x18\x04 \x01(\x01R\x0emaxOutputPrice"\xc0\x01\n\nTokenRange\x12,\n\x12min_context_window\x18\x01 \x01(\x05R\x10minContextWindow\x12,\n\x12max_context_window\x18\x02 \x01(\x05R\x10maxContextWindow\x12*\n\x11min_output_tokens\x18\x03 \x01(\x05R\x0fminOutputTokens\x12*\n\x11max_output_tokens\x18\x04 \x01(\x05R\x0fmaxOutputTokens"\xec\x01\n\x10PerformanceRange\x12.\n\x13min_reasoning_score\x18\x01 \x01(\x01R\x11minReasoningScore\x12(\n\x10min_coding_score\x18\x02 \x01(\x01R\x0eminCodingScore\x12,\n\x12min_creative_score\x18\x03 \x01(\x01R\x10minCreativeScore\x12*\n\x11min_factual_score\x18\x04 \x01(\x01R\x0fminFactualScore\x12$\n\x0emin_math_score\x18\x05 \x01(\x01R\x0cminMathScore"\xcf\x01\n\x14SearchModelsResponse\x12\x33\n\x06models\x18\x01 \x03(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x06models\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount\x12\x39\n\x06\x66\x61\x63\x65ts\x18\x04 \x03(\x0b\x32\x1d.weaveapi.llmx.v1.FacetResultB\x02(\x01R\x06\x66\x61\x63\x65ts"]\n\x0b\x46\x61\x63\x65tResult\x12\x14\n\x05\x66ield\x18\x01 \x01(\tR\x05\x66ield\x12\x38\n\x06values\x18\x02 \x03(\x0b\x32\x1c.weaveapi.llmx.v1.FacetValueB\x02(\x01R\x06values"8\n\nFacetValue\x12\x14\n\x05value\x18\x01 \x01(\tR\x05value\x12\x14\n\x05\x63ount\x18\x02 \x01(\x05R\x05\x63ount"O\n\x14\x43ompareModelsRequest\x12\x1f\n\x0bmodel_slugs\x18\x01 \x03(\tR\nmodelSlugs\x12\x16\n\x06\x66ields\x18\x02 \x03(\tR\x06\x66ields"\xa3\x01\n\x15\x43ompareModelsResponse\x12G\n\x0b\x63omparisons\x18\x01 \x03(\x0b\x32!.weaveapi.llmx.v1.ModelComparisonB\x02(\x01R\x0b\x63omparisons\x12\x41\n\x07summary\x18\x02 \x01(\x0b\x32#.weaveapi.llmx.v1.ComparisonSummaryB\x02(\x01R\x07summary"\x87\x02\n\x0fModelComparison\x12\x31\n\x05model\x18\x01 \x01(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x05model\x12v\n\x17highlighted_differences\x18\x02 \x03(\x0b\x32=.weaveapi.llmx.v1.ModelComparison.HighlightedDifferencesEntryR\x16highlightedDifferences\x1aI\n\x1bHighlightedDifferencesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\xf7\x01\n\x11\x43omparisonSummary\x12%\n\x0e\x63heapest_input\x18\x01 \x01(\tR\rcheapestInput\x12\'\n\x0f\x63heapest_output\x18\x02 \x01(\tR\x0e\x63heapestOutput\x12\'\n\x0flargest_context\x18\x03 \x01(\tR\x0elargestContext\x12%\n\x0e\x62\x65st_reasoning\x18\x04 \x01(\tR\rbestReasoning\x12\x1f\n\x0b\x62\x65st_coding\x18\x05 \x01(\tR\nbestCoding\x12!\n\x0cmost_capable\x18\x06 \x01(\tR\x0bmostCapable"h\n\x1bGetModelPriceHistoryRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x19\n\x08model_id\x18\x02 \x01(\tR\x07modelId\x12\x12\n\x04\x64\x61ys\x18\x03 \x01(\x05R\x04\x64\x61ys"\xad\x01\n\x1cGetModelPriceHistoryResponse\x12\x45\n\rprice_history\x18\x01 \x03(\x0b\x32\x1c.weaveapi.llmx.v1.PricePointB\x02(\x01R\x0cpriceHistory\x12\x46\n\rlatest_change\x18\x02 \x01(\x0b\x32\x1d.weaveapi.llmx.v1.PriceChangeB\x02(\x01R\x0clatestChange"\xe4\x01\n\nPricePoint\x12<\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ttimestamp\x12\x1f\n\x0binput_price\x18\x02 \x01(\x01R\ninputPrice\x12!\n\x0coutput_price\x18\x03 \x01(\x01R\x0boutputPrice\x12(\n\x10\x63\x61\x63he_read_price\x18\x04 \x01(\x01R\x0e\x63\x61\x63heReadPrice\x12*\n\x11\x63\x61\x63he_write_price\x18\x05 \x01(\x01R\x0f\x63\x61\x63heWritePrice"\xd6\x02\n\x0bPriceChange\x12=\n\nchanged_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tchangedAt\x12&\n\x0fold_input_price\x18\x02 \x01(\x01R\roldInputPrice\x12&\n\x0fnew_input_price\x18\x03 \x01(\x01R\rnewInputPrice\x12(\n\x10old_output_price\x18\x04 \x01(\x01R\x0eoldOutputPrice\x12(\n\x10new_output_price\x18\x05 \x01(\x01R\x0enewOutputPrice\x12\x30\n\x14input_change_percent\x18\x06 \x01(\x01R\x12inputChangePercent\x12\x32\n\x15output_change_percent\x18\x07 \x01(\x01R\x13outputChangePercent"e\n\x16GetModelChangesRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x19\n\x08model_id\x18\x02 \x01(\tR\x07modelId\x12\x14\n\x05limit\x18\x03 \x01(\x05R\x05limit"V\n\x17GetModelChangesResponse\x12;\n\x07\x63hanges\x18\x01 \x03(\x0b\x32\x1d.weaveapi.llmx.v1.ModelChangeB\x02(\x01R\x07\x63hanges"\xd8\x01\n\x0bModelChange\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1d\n\nfield_name\x18\x02 \x01(\tR\tfieldName\x12\x1b\n\told_value\x18\x03 \x01(\tR\x08oldValue\x12\x1b\n\tnew_value\x18\x04 \x01(\tR\x08newValue\x12\x1f\n\x0b\x63hange_type\x18\x05 \x01(\tR\nchangeType\x12?\n\x0b\x64\x65tected_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ndetectedAt"Q\n\x18GetTrendingModelsRequest\x12\x1f\n\x0bperiod_days\x18\x01 \x01(\x05R\nperiodDays\x12\x14\n\x05limit\x18\x02 \x01(\x05R\x05limit"X\n\x19GetTrendingModelsResponse\x12;\n\x06models\x18\x01 \x03(\x0b\x32\x1f.weaveapi.llmx.v1.TrendingModelB\x02(\x01R\x06models"\xb7\x01\n\rTrendingModel\x12\x31\n\x05model\x18\x01 \x01(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x05model\x12\x1b\n\tapi_calls\x18\x02 \x01(\x05R\x08\x61piCalls\x12!\n\x0cunique_users\x18\x03 \x01(\x05R\x0buniqueUsers\x12\x1f\n\x0bgrowth_rate\x18\x04 \x01(\x01R\ngrowthRate\x12\x12\n\x04rank\x18\x05 \x01(\x05R\x04rank"\x86\x01\n\x17GetRecentUpdatesRequest\x12\x14\n\x05hours\x18\x01 \x01(\x05R\x05hours\x12\x1c\n\tproviders\x18\x02 \x03(\tR\tproviders\x12!\n\x0c\x63hange_types\x18\x03 \x03(\tR\x0b\x63hangeTypes\x12\x14\n\x05limit\x18\x04 \x01(\x05R\x05limit"W\n\x18GetRecentUpdatesResponse\x12;\n\x07updates\x18\x01 \x03(\x0b\x32\x1d.weaveapi.llmx.v1.UpdateEntryB\x02(\x01R\x07updates"\xc5\x02\n\x0bUpdateEntry\x12\x1d\n\nmodel_slug\x18\x01 \x01(\tR\tmodelSlug\x12\x1d\n\nmodel_name\x18\x02 \x01(\tR\tmodelName\x12#\n\rprovider_name\x18\x03 \x01(\tR\x0cproviderName\x12\x1f\n\x0b\x63hange_type\x18\x04 \x01(\tR\nchangeType\x12\x1d\n\nfield_name\x18\x05 \x01(\tR\tfieldName\x12\x1b\n\told_value\x18\x06 \x01(\tR\x08oldValue\x12\x1b\n\tnew_value\x18\x07 \x01(\tR\x08newValue\x12\x18\n\x07summary\x18\x08 \x01(\tR\x07summary\x12?\n\x0b\x64\x65tected_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ndetectedAt"t\n\x11\x45xportDataRequest\x12\x16\n\x06\x66ormat\x18\x01 \x01(\tR\x06\x66ormat\x12\x1c\n\tproviders\x18\x02 \x03(\tR\tproviders\x12)\n\x10include_inactive\x18\x03 \x01(\x08R\x0fincludeInactive"\xcb\x01\n\x12\x45xportDataResponse\x12\x12\n\x04\x64\x61ta\x18\x01 \x01(\x0cR\x04\x64\x61ta\x12!\n\x0c\x63ontent_type\x18\x02 \x01(\tR\x0b\x63ontentType\x12\x1a\n\x08\x66ilename\x18\x03 \x01(\tR\x08\x66ilename\x12\x1f\n\x0bmodel_count\x18\x04 \x01(\x05R\nmodelCount\x12\x41\n\x0cgenerated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0bgeneratedAt"\x16\n\x14GetStatisticsRequest"\xe2\x02\n\x15GetStatisticsResponse\x12<\n\x07overall\x18\x01 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.OverallStatsB\x02(\x01R\x07overall\x12\x44\n\x0b\x62y_provider\x18\x02 \x03(\x0b\x32\x1f.weaveapi.llmx.v1.ProviderStatsB\x02(\x01R\nbyProvider\x12\x38\n\x07\x62y_type\x18\x03 \x03(\x0b\x32\x1b.weaveapi.llmx.v1.TypeStatsB\x02(\x01R\x06\x62yType\x12<\n\x07pricing\x18\x04 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.PricingStatsB\x02(\x01R\x07pricing\x12M\n\x0frecent_activity\x18\x05 \x03(\x0b\x32 .weaveapi.llmx.v1.RecentActivityB\x02(\x01R\x0erecentActivity"\x9b\x02\n\x0cOverallStats\x12\'\n\x0ftotal_providers\x18\x01 \x01(\x05R\x0etotalProviders\x12!\n\x0ctotal_models\x18\x02 \x01(\x05R\x0btotalModels\x12#\n\ractive_models\x18\x03 \x01(\x05R\x0c\x61\x63tiveModels\x12+\n\x11\x64\x65precated_models\x18\x04 \x01(\x05R\x10\x64\x65precatedModels\x12,\n\x12open_source_models\x18\x05 \x01(\x05R\x10openSourceModels\x12?\n\x0blast_update\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\nlastUpdate"\xf8\x01\n\rProviderStats\x12#\n\rprovider_name\x18\x01 \x01(\tR\x0cproviderName\x12\x1f\n\x0bmodel_count\x18\x02 \x01(\x05R\nmodelCount\x12!\n\x0c\x61\x63tive_count\x18\x03 \x01(\x05R\x0b\x61\x63tiveCount\x12&\n\x0f\x61vg_input_price\x18\x04 \x01(\x01R\ravgInputPrice\x12(\n\x10\x61vg_output_price\x18\x05 \x01(\x01R\x0e\x61vgOutputPrice\x12,\n\x12\x61vg_context_window\x18\x06 \x01(\x05R\x10\x61vgContextWindow"`\n\tTypeStats\x12\x1d\n\nmodel_type\x18\x01 \x01(\tR\tmodelType\x12\x14\n\x05\x63ount\x18\x02 \x01(\x05R\x05\x63ount\x12\x1e\n\npercentage\x18\x03 \x01(\x01R\npercentage"\xe2\x02\n\x0cPricingStats\x12&\n\x0fmin_input_price\x18\x01 \x01(\x01R\rminInputPrice\x12&\n\x0fmax_input_price\x18\x02 \x01(\x01R\rmaxInputPrice\x12&\n\x0f\x61vg_input_price\x18\x03 \x01(\x01R\ravgInputPrice\x12,\n\x12median_input_price\x18\x04 \x01(\x01R\x10medianInputPrice\x12(\n\x10min_output_price\x18\x05 \x01(\x01R\x0eminOutputPrice\x12(\n\x10max_output_price\x18\x06 \x01(\x01R\x0emaxOutputPrice\x12(\n\x10\x61vg_output_price\x18\x07 \x01(\x01R\x0e\x61vgOutputPrice\x12.\n\x13median_output_price\x18\x08 \x01(\x01R\x11medianOutputPrice"\x95\x01\n\x0eRecentActivity\x12#\n\ractivity_type\x18\x01 \x01(\tR\x0c\x61\x63tivityType\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12<\n\ttimestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ttimestamp2\xc5\x0c\n\x04LlmX\x12{\n\rListProviders\x12&.weaveapi.llmx.v1.ListProvidersRequest\x1a\'.weaveapi.llmx.v1.ListProvidersResponse"\x19\x82\xd3\xe4\x93\x02\x13\x12\x11/api/v1/providers\x12|\n\x0bGetProvider\x12$.weaveapi.llmx.v1.GetProviderRequest\x1a%.weaveapi.llmx.v1.GetProviderResponse" \x82\xd3\xe4\x93\x02\x1a\x12\x18/api/v1/providers/{slug}\x12o\n\nListModels\x12#.weaveapi.llmx.v1.ListModelsRequest\x1a$.weaveapi.llmx.v1.ListModelsResponse"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/api/v1/models\x12\x7f\n\x08GetModel\x12!.weaveapi.llmx.v1.GetModelRequest\x1a".weaveapi.llmx.v1.GetModelResponse",\x82\xd3\xe4\x93\x02&\x12$/api/v1/models/{provider}/{model_id}\x12\x7f\n\x0cSearchModels\x12%.weaveapi.llmx.v1.SearchModelsRequest\x1a&.weaveapi.llmx.v1.SearchModelsResponse" \x82\xd3\xe4\x93\x02\x1a"\x15/api/v1/models/search:\x01*\x12\x83\x01\n\rCompareModels\x12&.weaveapi.llmx.v1.CompareModelsRequest\x1a\'.weaveapi.llmx.v1.CompareModelsResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/api/v1/models/compare:\x01*\x12\xb1\x01\n\x14GetModelPriceHistory\x12-.weaveapi.llmx.v1.GetModelPriceHistoryRequest\x1a..weaveapi.llmx.v1.GetModelPriceHistoryResponse":\x82\xd3\xe4\x93\x02\x34\x12\x32/api/v1/models/{provider}/{model_id}/price-history\x12\x9c\x01\n\x0fGetModelChanges\x12(.weaveapi.llmx.v1.GetModelChangesRequest\x1a).weaveapi.llmx.v1.GetModelChangesResponse"4\x82\xd3\xe4\x93\x02.\x12,/api/v1/models/{provider}/{model_id}/changes\x12\x86\x01\n\x11GetTrendingModels\x12*.weaveapi.llmx.v1.GetTrendingModelsRequest\x1a+.weaveapi.llmx.v1.GetTrendingModelsResponse"\x18\x82\xd3\xe4\x93\x02\x12\x12\x10/api/v1/trending\x12\x82\x01\n\x10GetRecentUpdates\x12).weaveapi.llmx.v1.GetRecentUpdatesRequest\x1a*.weaveapi.llmx.v1.GetRecentUpdatesResponse"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/api/v1/updates\x12o\n\nExportData\x12#.weaveapi.llmx.v1.ExportDataRequest\x1a$.weaveapi.llmx.v1.ExportDataResponse"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/api/v1/export\x12w\n\rGetStatistics\x12&.weaveapi.llmx.v1.GetStatisticsRequest\x1a\'.weaveapi.llmx.v1.GetStatisticsResponse"\x15\x82\xd3\xe4\x93\x02\x0f\x12\r/api/v1/statsB\xbc\x01\n\x14\x63om.weaveapi.llmx.v1B\x0cServiceProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/llmx/v1;llmx\xa2\x02\x03WLX\xaa\x02\x10Weaveapi.Llmx.V1\xca\x02\x10Weaveapi\\Llmx\\V1\xe2\x02\x1cWeaveapi\\Llmx\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Llmx::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,7 +32,7 @@ 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.llmx.v1B\014ServiceProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/llmx/v1;llmx\242\002\003WLX\252\002\020Weaveapi.Llmx.V1\312\002\020Weaveapi\\Llmx\\V1\342\002\034Weaveapi\\Llmx\\V1\\GPBMetadata\352\002\022Weaveapi::Llmx::V1
|
|
35
|
+
]._serialized_options = b"\n\024com.weaveapi.llmx.v1B\014ServiceProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/llmx/v1;llmx\242\002\003WLX\252\002\020Weaveapi.Llmx.V1\312\002\020Weaveapi\\Llmx\\V1\342\002\034Weaveapi\\Llmx\\V1\\GPBMetadata\352\002\022Weaveapi::Llmx::V1"
|
|
36
36
|
_globals["_LISTPROVIDERSRESPONSE"].fields_by_name[
|
|
37
37
|
"providers"
|
|
38
38
|
]._loaded_options = None
|
|
@@ -229,90 +229,90 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
229
229
|
_globals["_LLMX"].methods_by_name[
|
|
230
230
|
"GetStatistics"
|
|
231
231
|
]._serialized_options = b"\202\323\344\223\002\017\022\r/api/v1/stats"
|
|
232
|
-
_globals["_LISTPROVIDERSREQUEST"]._serialized_start =
|
|
233
|
-
_globals["_LISTPROVIDERSREQUEST"]._serialized_end =
|
|
234
|
-
_globals["_LISTPROVIDERSRESPONSE"]._serialized_start =
|
|
235
|
-
_globals["_LISTPROVIDERSRESPONSE"]._serialized_end =
|
|
236
|
-
_globals["_GETPROVIDERREQUEST"]._serialized_start =
|
|
237
|
-
_globals["_GETPROVIDERREQUEST"]._serialized_end =
|
|
238
|
-
_globals["_GETPROVIDERRESPONSE"]._serialized_start =
|
|
239
|
-
_globals["_GETPROVIDERRESPONSE"]._serialized_end =
|
|
240
|
-
_globals["_LISTMODELSREQUEST"]._serialized_start =
|
|
241
|
-
_globals["_LISTMODELSREQUEST"]._serialized_end =
|
|
242
|
-
_globals["_LISTMODELSRESPONSE"]._serialized_start =
|
|
243
|
-
_globals["_LISTMODELSRESPONSE"]._serialized_end =
|
|
244
|
-
_globals["_GETMODELREQUEST"]._serialized_start =
|
|
245
|
-
_globals["_GETMODELREQUEST"]._serialized_end =
|
|
246
|
-
_globals["_GETMODELRESPONSE"]._serialized_start =
|
|
247
|
-
_globals["_GETMODELRESPONSE"]._serialized_end =
|
|
248
|
-
_globals["_SEARCHMODELSREQUEST"]._serialized_start =
|
|
249
|
-
_globals["_SEARCHMODELSREQUEST"]._serialized_end =
|
|
250
|
-
_globals["_PRICERANGE"]._serialized_start =
|
|
251
|
-
_globals["_PRICERANGE"]._serialized_end =
|
|
252
|
-
_globals["_TOKENRANGE"]._serialized_start =
|
|
253
|
-
_globals["_TOKENRANGE"]._serialized_end =
|
|
254
|
-
_globals["_PERFORMANCERANGE"]._serialized_start =
|
|
255
|
-
_globals["_PERFORMANCERANGE"]._serialized_end =
|
|
256
|
-
_globals["_SEARCHMODELSRESPONSE"]._serialized_start =
|
|
257
|
-
_globals["_SEARCHMODELSRESPONSE"]._serialized_end =
|
|
258
|
-
_globals["_FACETRESULT"]._serialized_start =
|
|
259
|
-
_globals["_FACETRESULT"]._serialized_end =
|
|
260
|
-
_globals["_FACETVALUE"]._serialized_start =
|
|
261
|
-
_globals["_FACETVALUE"]._serialized_end =
|
|
262
|
-
_globals["_COMPAREMODELSREQUEST"]._serialized_start =
|
|
263
|
-
_globals["_COMPAREMODELSREQUEST"]._serialized_end =
|
|
264
|
-
_globals["_COMPAREMODELSRESPONSE"]._serialized_start =
|
|
265
|
-
_globals["_COMPAREMODELSRESPONSE"]._serialized_end =
|
|
266
|
-
_globals["_MODELCOMPARISON"]._serialized_start =
|
|
267
|
-
_globals["_MODELCOMPARISON"]._serialized_end =
|
|
268
|
-
_globals["_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"]._serialized_start =
|
|
269
|
-
_globals["_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"]._serialized_end =
|
|
270
|
-
_globals["_COMPARISONSUMMARY"]._serialized_start =
|
|
271
|
-
_globals["_COMPARISONSUMMARY"]._serialized_end =
|
|
272
|
-
_globals["_GETMODELPRICEHISTORYREQUEST"]._serialized_start =
|
|
273
|
-
_globals["_GETMODELPRICEHISTORYREQUEST"]._serialized_end =
|
|
274
|
-
_globals["_GETMODELPRICEHISTORYRESPONSE"]._serialized_start =
|
|
275
|
-
_globals["_GETMODELPRICEHISTORYRESPONSE"]._serialized_end =
|
|
276
|
-
_globals["_PRICEPOINT"]._serialized_start =
|
|
277
|
-
_globals["_PRICEPOINT"]._serialized_end =
|
|
278
|
-
_globals["_PRICECHANGE"]._serialized_start =
|
|
279
|
-
_globals["_PRICECHANGE"]._serialized_end =
|
|
280
|
-
_globals["_GETMODELCHANGESREQUEST"]._serialized_start =
|
|
281
|
-
_globals["_GETMODELCHANGESREQUEST"]._serialized_end =
|
|
282
|
-
_globals["_GETMODELCHANGESRESPONSE"]._serialized_start =
|
|
283
|
-
_globals["_GETMODELCHANGESRESPONSE"]._serialized_end =
|
|
284
|
-
_globals["_MODELCHANGE"]._serialized_start =
|
|
285
|
-
_globals["_MODELCHANGE"]._serialized_end =
|
|
286
|
-
_globals["_GETTRENDINGMODELSREQUEST"]._serialized_start =
|
|
287
|
-
_globals["_GETTRENDINGMODELSREQUEST"]._serialized_end =
|
|
288
|
-
_globals["_GETTRENDINGMODELSRESPONSE"]._serialized_start =
|
|
289
|
-
_globals["_GETTRENDINGMODELSRESPONSE"]._serialized_end =
|
|
290
|
-
_globals["_TRENDINGMODEL"]._serialized_start =
|
|
291
|
-
_globals["_TRENDINGMODEL"]._serialized_end =
|
|
292
|
-
_globals["_GETRECENTUPDATESREQUEST"]._serialized_start =
|
|
293
|
-
_globals["_GETRECENTUPDATESREQUEST"]._serialized_end =
|
|
294
|
-
_globals["_GETRECENTUPDATESRESPONSE"]._serialized_start =
|
|
295
|
-
_globals["_GETRECENTUPDATESRESPONSE"]._serialized_end =
|
|
296
|
-
_globals["_UPDATEENTRY"]._serialized_start =
|
|
297
|
-
_globals["_UPDATEENTRY"]._serialized_end =
|
|
298
|
-
_globals["_EXPORTDATAREQUEST"]._serialized_start =
|
|
299
|
-
_globals["_EXPORTDATAREQUEST"]._serialized_end =
|
|
300
|
-
_globals["_EXPORTDATARESPONSE"]._serialized_start =
|
|
301
|
-
_globals["_EXPORTDATARESPONSE"]._serialized_end =
|
|
302
|
-
_globals["_GETSTATISTICSREQUEST"]._serialized_start =
|
|
303
|
-
_globals["_GETSTATISTICSREQUEST"]._serialized_end =
|
|
304
|
-
_globals["_GETSTATISTICSRESPONSE"]._serialized_start =
|
|
305
|
-
_globals["_GETSTATISTICSRESPONSE"]._serialized_end =
|
|
306
|
-
_globals["_OVERALLSTATS"]._serialized_start =
|
|
307
|
-
_globals["_OVERALLSTATS"]._serialized_end =
|
|
308
|
-
_globals["_PROVIDERSTATS"]._serialized_start =
|
|
309
|
-
_globals["_PROVIDERSTATS"]._serialized_end =
|
|
310
|
-
_globals["_TYPESTATS"]._serialized_start =
|
|
311
|
-
_globals["_TYPESTATS"]._serialized_end =
|
|
312
|
-
_globals["_PRICINGSTATS"]._serialized_start =
|
|
313
|
-
_globals["_PRICINGSTATS"]._serialized_end =
|
|
314
|
-
_globals["_RECENTACTIVITY"]._serialized_start =
|
|
315
|
-
_globals["_RECENTACTIVITY"]._serialized_end =
|
|
316
|
-
_globals["_LLMX"]._serialized_start =
|
|
317
|
-
_globals["_LLMX"]._serialized_end =
|
|
232
|
+
_globals["_LISTPROVIDERSREQUEST"]._serialized_start = 178
|
|
233
|
+
_globals["_LISTPROVIDERSREQUEST"]._serialized_end = 293
|
|
234
|
+
_globals["_LISTPROVIDERSRESPONSE"]._serialized_start = 296
|
|
235
|
+
_globals["_LISTPROVIDERSRESPONSE"]._serialized_end = 454
|
|
236
|
+
_globals["_GETPROVIDERREQUEST"]._serialized_start = 456
|
|
237
|
+
_globals["_GETPROVIDERREQUEST"]._serialized_end = 496
|
|
238
|
+
_globals["_GETPROVIDERRESPONSE"]._serialized_start = 498
|
|
239
|
+
_globals["_GETPROVIDERRESPONSE"]._serialized_end = 579
|
|
240
|
+
_globals["_LISTMODELSREQUEST"]._serialized_start = 582
|
|
241
|
+
_globals["_LISTMODELSREQUEST"]._serialized_end = 1094
|
|
242
|
+
_globals["_LISTMODELSRESPONSE"]._serialized_start = 1097
|
|
243
|
+
_globals["_LISTMODELSRESPONSE"]._serialized_end = 1243
|
|
244
|
+
_globals["_GETMODELREQUEST"]._serialized_start = 1245
|
|
245
|
+
_globals["_GETMODELREQUEST"]._serialized_end = 1317
|
|
246
|
+
_globals["_GETMODELRESPONSE"]._serialized_start = 1319
|
|
247
|
+
_globals["_GETMODELRESPONSE"]._serialized_end = 1388
|
|
248
|
+
_globals["_SEARCHMODELSREQUEST"]._serialized_start = 1391
|
|
249
|
+
_globals["_SEARCHMODELSREQUEST"]._serialized_end = 2048
|
|
250
|
+
_globals["_PRICERANGE"]._serialized_start = 2051
|
|
251
|
+
_globals["_PRICERANGE"]._serialized_end = 2227
|
|
252
|
+
_globals["_TOKENRANGE"]._serialized_start = 2230
|
|
253
|
+
_globals["_TOKENRANGE"]._serialized_end = 2422
|
|
254
|
+
_globals["_PERFORMANCERANGE"]._serialized_start = 2425
|
|
255
|
+
_globals["_PERFORMANCERANGE"]._serialized_end = 2661
|
|
256
|
+
_globals["_SEARCHMODELSRESPONSE"]._serialized_start = 2664
|
|
257
|
+
_globals["_SEARCHMODELSRESPONSE"]._serialized_end = 2871
|
|
258
|
+
_globals["_FACETRESULT"]._serialized_start = 2873
|
|
259
|
+
_globals["_FACETRESULT"]._serialized_end = 2966
|
|
260
|
+
_globals["_FACETVALUE"]._serialized_start = 2968
|
|
261
|
+
_globals["_FACETVALUE"]._serialized_end = 3024
|
|
262
|
+
_globals["_COMPAREMODELSREQUEST"]._serialized_start = 3026
|
|
263
|
+
_globals["_COMPAREMODELSREQUEST"]._serialized_end = 3105
|
|
264
|
+
_globals["_COMPAREMODELSRESPONSE"]._serialized_start = 3108
|
|
265
|
+
_globals["_COMPAREMODELSRESPONSE"]._serialized_end = 3271
|
|
266
|
+
_globals["_MODELCOMPARISON"]._serialized_start = 3274
|
|
267
|
+
_globals["_MODELCOMPARISON"]._serialized_end = 3537
|
|
268
|
+
_globals["_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"]._serialized_start = 3464
|
|
269
|
+
_globals["_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"]._serialized_end = 3537
|
|
270
|
+
_globals["_COMPARISONSUMMARY"]._serialized_start = 3540
|
|
271
|
+
_globals["_COMPARISONSUMMARY"]._serialized_end = 3787
|
|
272
|
+
_globals["_GETMODELPRICEHISTORYREQUEST"]._serialized_start = 3789
|
|
273
|
+
_globals["_GETMODELPRICEHISTORYREQUEST"]._serialized_end = 3893
|
|
274
|
+
_globals["_GETMODELPRICEHISTORYRESPONSE"]._serialized_start = 3896
|
|
275
|
+
_globals["_GETMODELPRICEHISTORYRESPONSE"]._serialized_end = 4069
|
|
276
|
+
_globals["_PRICEPOINT"]._serialized_start = 4072
|
|
277
|
+
_globals["_PRICEPOINT"]._serialized_end = 4300
|
|
278
|
+
_globals["_PRICECHANGE"]._serialized_start = 4303
|
|
279
|
+
_globals["_PRICECHANGE"]._serialized_end = 4645
|
|
280
|
+
_globals["_GETMODELCHANGESREQUEST"]._serialized_start = 4647
|
|
281
|
+
_globals["_GETMODELCHANGESREQUEST"]._serialized_end = 4748
|
|
282
|
+
_globals["_GETMODELCHANGESRESPONSE"]._serialized_start = 4750
|
|
283
|
+
_globals["_GETMODELCHANGESRESPONSE"]._serialized_end = 4836
|
|
284
|
+
_globals["_MODELCHANGE"]._serialized_start = 4839
|
|
285
|
+
_globals["_MODELCHANGE"]._serialized_end = 5055
|
|
286
|
+
_globals["_GETTRENDINGMODELSREQUEST"]._serialized_start = 5057
|
|
287
|
+
_globals["_GETTRENDINGMODELSREQUEST"]._serialized_end = 5138
|
|
288
|
+
_globals["_GETTRENDINGMODELSRESPONSE"]._serialized_start = 5140
|
|
289
|
+
_globals["_GETTRENDINGMODELSRESPONSE"]._serialized_end = 5228
|
|
290
|
+
_globals["_TRENDINGMODEL"]._serialized_start = 5231
|
|
291
|
+
_globals["_TRENDINGMODEL"]._serialized_end = 5414
|
|
292
|
+
_globals["_GETRECENTUPDATESREQUEST"]._serialized_start = 5417
|
|
293
|
+
_globals["_GETRECENTUPDATESREQUEST"]._serialized_end = 5551
|
|
294
|
+
_globals["_GETRECENTUPDATESRESPONSE"]._serialized_start = 5553
|
|
295
|
+
_globals["_GETRECENTUPDATESRESPONSE"]._serialized_end = 5640
|
|
296
|
+
_globals["_UPDATEENTRY"]._serialized_start = 5643
|
|
297
|
+
_globals["_UPDATEENTRY"]._serialized_end = 5968
|
|
298
|
+
_globals["_EXPORTDATAREQUEST"]._serialized_start = 5970
|
|
299
|
+
_globals["_EXPORTDATAREQUEST"]._serialized_end = 6086
|
|
300
|
+
_globals["_EXPORTDATARESPONSE"]._serialized_start = 6089
|
|
301
|
+
_globals["_EXPORTDATARESPONSE"]._serialized_end = 6292
|
|
302
|
+
_globals["_GETSTATISTICSREQUEST"]._serialized_start = 6294
|
|
303
|
+
_globals["_GETSTATISTICSREQUEST"]._serialized_end = 6316
|
|
304
|
+
_globals["_GETSTATISTICSRESPONSE"]._serialized_start = 6319
|
|
305
|
+
_globals["_GETSTATISTICSRESPONSE"]._serialized_end = 6673
|
|
306
|
+
_globals["_OVERALLSTATS"]._serialized_start = 6676
|
|
307
|
+
_globals["_OVERALLSTATS"]._serialized_end = 6959
|
|
308
|
+
_globals["_PROVIDERSTATS"]._serialized_start = 6962
|
|
309
|
+
_globals["_PROVIDERSTATS"]._serialized_end = 7210
|
|
310
|
+
_globals["_TYPESTATS"]._serialized_start = 7212
|
|
311
|
+
_globals["_TYPESTATS"]._serialized_end = 7308
|
|
312
|
+
_globals["_PRICINGSTATS"]._serialized_start = 7311
|
|
313
|
+
_globals["_PRICINGSTATS"]._serialized_end = 7665
|
|
314
|
+
_globals["_RECENTACTIVITY"]._serialized_start = 7668
|
|
315
|
+
_globals["_RECENTACTIVITY"]._serialized_end = 7817
|
|
316
|
+
_globals["_LLMX"]._serialized_start = 7820
|
|
317
|
+
_globals["_LLMX"]._serialized_end = 9425
|
|
318
318
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
-
b'\n$weaveapi/mcpregistry/v1/server.proto\x12\x17weaveapi.mcpregistry.v1\x1a
|
|
23
|
+
b'\n$weaveapi/mcpregistry/v1/server.proto\x12\x17weaveapi.mcpregistry.v1\x1a\x1cgoogle/protobuf/struct.proto"\xe2\x02\n\x06Server\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x18\n\x07version\x18\x03 \x01(\tR\x07version\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12\x12\n\x04host\x18\x05 \x01(\tR\x04host\x12M\n\x0etransport_type\x18\x06 \x01(\x0e\x32&.weaveapi.mcpregistry.v1.TransportTypeR\rtransportType\x12H\n\x11transport_options\x18\x07 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x10transportOptions\x12\x37\n\x05tools\x18\x08 \x03(\x0b\x32\x1d.weaveapi.mcpregistry.v1.ToolB\x02(\x01R\x05tools\x12\x12\n\x04port\x18\t \x01(\x05R\x04port"\xb7\x01\n\x04Tool\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12\x14\n\x05title\x18\x03 \x01(\tR\x05title\x12!\n\x0cinput_schema\x18\x04 \x01(\x0cR\x0binputSchema\x12#\n\routput_schema\x18\x05 \x01(\x0cR\x0coutputSchema\x12\x1b\n\tserver_id\x18\x06 \x01(\tR\x08serverId*\x9e\x01\n\rTransportType\x12\x1e\n\x1aTRANSPORT_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12TRANSPORT_TYPE_SSE\x10\x01\x12\x1d\n\x19TRANSPORT_TYPE_STREAMABLE\x10\x02\x12\x18\n\x14TRANSPORT_TYPE_STDIO\x10\x03\x12\x1c\n\x18TRANSPORT_TYPE_IN_MEMORY\x10\x04\x42\xec\x01\n\x1b\x63om.weaveapi.mcpregistry.v1B\x0bServerProtoP\x01ZBgithub.com/weave-labs/weave-go/weaveapi/mcpregistry/v1;mcpregistry\xa2\x02\x03WMX\xaa\x02\x17Weaveapi.Mcpregistry.V1\xca\x02\x17Weaveapi\\Mcpregistry\\V1\xe2\x02#Weaveapi\\Mcpregistry\\V1\\GPBMetadata\xea\x02\x19Weaveapi::Mcpregistry::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,17 +32,17 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
32
32
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
33
|
_globals[
|
|
34
34
|
"DESCRIPTOR"
|
|
35
|
-
]._serialized_options = b"\n\033com.weaveapi.mcpregistry.v1B\013ServerProtoP\001ZBgithub.com/weave-labs/weave-go/weaveapi/mcpregistry/v1;mcpregistry\242\002\003WMX\252\002\027Weaveapi.Mcpregistry.V1\312\002\027Weaveapi\\Mcpregistry\\V1\342\002#Weaveapi\\Mcpregistry\\V1\\GPBMetadata\352\002\031Weaveapi::Mcpregistry::V1
|
|
35
|
+
]._serialized_options = b"\n\033com.weaveapi.mcpregistry.v1B\013ServerProtoP\001ZBgithub.com/weave-labs/weave-go/weaveapi/mcpregistry/v1;mcpregistry\242\002\003WMX\252\002\027Weaveapi.Mcpregistry.V1\312\002\027Weaveapi\\Mcpregistry\\V1\342\002#Weaveapi\\Mcpregistry\\V1\\GPBMetadata\352\002\031Weaveapi::Mcpregistry::V1"
|
|
36
36
|
_globals["_SERVER"].fields_by_name["transport_options"]._loaded_options = None
|
|
37
37
|
_globals["_SERVER"].fields_by_name[
|
|
38
38
|
"transport_options"
|
|
39
39
|
]._serialized_options = b"(\001"
|
|
40
40
|
_globals["_SERVER"].fields_by_name["tools"]._loaded_options = None
|
|
41
41
|
_globals["_SERVER"].fields_by_name["tools"]._serialized_options = b"(\001"
|
|
42
|
-
_globals["_TRANSPORTTYPE"]._serialized_start =
|
|
43
|
-
_globals["_TRANSPORTTYPE"]._serialized_end =
|
|
44
|
-
_globals["_SERVER"]._serialized_start =
|
|
45
|
-
_globals["_SERVER"]._serialized_end =
|
|
46
|
-
_globals["_TOOL"]._serialized_start =
|
|
47
|
-
_globals["_TOOL"]._serialized_end =
|
|
42
|
+
_globals["_TRANSPORTTYPE"]._serialized_start = 639
|
|
43
|
+
_globals["_TRANSPORTTYPE"]._serialized_end = 797
|
|
44
|
+
_globals["_SERVER"]._serialized_start = 96
|
|
45
|
+
_globals["_SERVER"]._serialized_end = 450
|
|
46
|
+
_globals["_TOOL"]._serialized_start = 453
|
|
47
|
+
_globals["_TOOL"]._serialized_end = 636
|
|
48
48
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
28
|
-
b'\n%weaveapi/mcpregistry/v1/service.proto\x12\x17weaveapi.mcpregistry.v1\x1a\x1cgoogle/api/annotations.proto\x1a
|
|
28
|
+
b'\n%weaveapi/mcpregistry/v1/service.proto\x12\x17weaveapi.mcpregistry.v1\x1a\x1cgoogle/api/annotations.proto\x1a$weaveapi/mcpregistry/v1/server.proto"\x14\n\x12ListServersRequest"T\n\x13ListServersResponse\x12=\n\x07servers\x18\x01 \x03(\x0b\x32\x1f.weaveapi.mcpregistry.v1.ServerB\x02(\x01R\x07servers"3\n\x14GetServerByIDRequest\x12\x1b\n\tserver_id\x18\x01 \x01(\tR\x08serverId"T\n\x15GetServerByIDResponse\x12;\n\x06server\x18\x01 \x01(\x0b\x32\x1f.weaveapi.mcpregistry.v1.ServerB\x02(\x01R\x06server"T\n\x15RegisterServerRequest\x12;\n\x06server\x18\x01 \x01(\x0b\x32\x1f.weaveapi.mcpregistry.v1.ServerB\x02(\x01R\x06server"5\n\x16RegisterServerResponse\x12\x1b\n\tserver_id\x18\x01 \x01(\tR\x08serverId"6\n\x17UnregisterServerRequest\x12\x1b\n\tserver_id\x18\x01 \x01(\tR\x08serverId"\x1a\n\x18UnregisterServerResponse"\x12\n\x10ListToolsRequest"L\n\x11ListToolsResponse\x12\x37\n\x05tools\x18\x01 \x03(\x0b\x32\x1d.weaveapi.mcpregistry.v1.ToolB\x02(\x01R\x05tools"3\n\x14GetToolByNameRequest\x12\x1b\n\ttool_name\x18\x01 \x01(\tR\x08toolName"N\n\x15GetToolByNameResponse\x12\x35\n\x04tool\x18\x01 \x01(\x0b\x32\x1d.weaveapi.mcpregistry.v1.ToolB\x02(\x01R\x04tool2\x9f\x07\n\x0bMCPRegistry\x12\x89\x01\n\x0bListServers\x12+.weaveapi.mcpregistry.v1.ListServersRequest\x1a,.weaveapi.mcpregistry.v1.ListServersResponse"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/v1/mcpregistry/servers\x12\x9b\x01\n\rGetServerByID\x12-.weaveapi.mcpregistry.v1.GetServerByIDRequest\x1a..weaveapi.mcpregistry.v1.GetServerByIDResponse"+\x82\xd3\xe4\x93\x02%\x12#/v1/mcpregistry/servers/{server_id}\x12\x9e\x01\n\x0eRegisterServer\x12..weaveapi.mcpregistry.v1.RegisterServerRequest\x1a/.weaveapi.mcpregistry.v1.RegisterServerResponse"+\x82\xd3\xe4\x93\x02%" /v1/mcpregistry/servers/register:\x01*\x12\xa4\x01\n\x10UnregisterServer\x12\x30.weaveapi.mcpregistry.v1.UnregisterServerRequest\x1a\x31.weaveapi.mcpregistry.v1.UnregisterServerResponse"+\x82\xd3\xe4\x93\x02%*#/v1/mcpregistry/servers/{server_id}\x12\x81\x01\n\tListTools\x12).weaveapi.mcpregistry.v1.ListToolsRequest\x1a*.weaveapi.mcpregistry.v1.ListToolsResponse"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/v1/mcpregistry/tools\x12\x99\x01\n\rGetToolByName\x12-.weaveapi.mcpregistry.v1.GetToolByNameRequest\x1a..weaveapi.mcpregistry.v1.GetToolByNameResponse")\x82\xd3\xe4\x93\x02#\x12!/v1/mcpregistry/tools/{tool_name}B\xed\x01\n\x1b\x63om.weaveapi.mcpregistry.v1B\x0cServiceProtoP\x01ZBgithub.com/weave-labs/weave-go/weaveapi/mcpregistry/v1;mcpregistry\xa2\x02\x03WMX\xaa\x02\x17Weaveapi.Mcpregistry.V1\xca\x02\x17Weaveapi\\Mcpregistry\\V1\xe2\x02#Weaveapi\\Mcpregistry\\V1\\GPBMetadata\xea\x02\x19Weaveapi::Mcpregistry::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
29
29
|
)
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
@@ -37,7 +37,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
37
37
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
38
38
|
_globals[
|
|
39
39
|
"DESCRIPTOR"
|
|
40
|
-
]._serialized_options = b"\n\033com.weaveapi.mcpregistry.v1B\014ServiceProtoP\001ZBgithub.com/weave-labs/weave-go/weaveapi/mcpregistry/v1;mcpregistry\242\002\003WMX\252\002\027Weaveapi.Mcpregistry.V1\312\002\027Weaveapi\\Mcpregistry\\V1\342\002#Weaveapi\\Mcpregistry\\V1\\GPBMetadata\352\002\031Weaveapi::Mcpregistry::V1
|
|
40
|
+
]._serialized_options = b"\n\033com.weaveapi.mcpregistry.v1B\014ServiceProtoP\001ZBgithub.com/weave-labs/weave-go/weaveapi/mcpregistry/v1;mcpregistry\242\002\003WMX\252\002\027Weaveapi.Mcpregistry.V1\312\002\027Weaveapi\\Mcpregistry\\V1\342\002#Weaveapi\\Mcpregistry\\V1\\GPBMetadata\352\002\031Weaveapi::Mcpregistry::V1"
|
|
41
41
|
_globals["_LISTSERVERSRESPONSE"].fields_by_name["servers"]._loaded_options = None
|
|
42
42
|
_globals["_LISTSERVERSRESPONSE"].fields_by_name[
|
|
43
43
|
"servers"
|
|
@@ -90,30 +90,30 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
90
90
|
]._serialized_options = (
|
|
91
91
|
b"\202\323\344\223\002#\022!/v1/mcpregistry/tools/{tool_name}"
|
|
92
92
|
)
|
|
93
|
-
_globals["_LISTSERVERSREQUEST"]._serialized_start =
|
|
94
|
-
_globals["_LISTSERVERSREQUEST"]._serialized_end =
|
|
95
|
-
_globals["_LISTSERVERSRESPONSE"]._serialized_start =
|
|
96
|
-
_globals["_LISTSERVERSRESPONSE"]._serialized_end =
|
|
97
|
-
_globals["_GETSERVERBYIDREQUEST"]._serialized_start =
|
|
98
|
-
_globals["_GETSERVERBYIDREQUEST"]._serialized_end =
|
|
99
|
-
_globals["_GETSERVERBYIDRESPONSE"]._serialized_start =
|
|
100
|
-
_globals["_GETSERVERBYIDRESPONSE"]._serialized_end =
|
|
101
|
-
_globals["_REGISTERSERVERREQUEST"]._serialized_start =
|
|
102
|
-
_globals["_REGISTERSERVERREQUEST"]._serialized_end =
|
|
103
|
-
_globals["_REGISTERSERVERRESPONSE"]._serialized_start =
|
|
104
|
-
_globals["_REGISTERSERVERRESPONSE"]._serialized_end =
|
|
105
|
-
_globals["_UNREGISTERSERVERREQUEST"]._serialized_start =
|
|
106
|
-
_globals["_UNREGISTERSERVERREQUEST"]._serialized_end =
|
|
107
|
-
_globals["_UNREGISTERSERVERRESPONSE"]._serialized_start =
|
|
108
|
-
_globals["_UNREGISTERSERVERRESPONSE"]._serialized_end =
|
|
109
|
-
_globals["_LISTTOOLSREQUEST"]._serialized_start =
|
|
110
|
-
_globals["_LISTTOOLSREQUEST"]._serialized_end =
|
|
111
|
-
_globals["_LISTTOOLSRESPONSE"]._serialized_start =
|
|
112
|
-
_globals["_LISTTOOLSRESPONSE"]._serialized_end =
|
|
113
|
-
_globals["_GETTOOLBYNAMEREQUEST"]._serialized_start =
|
|
114
|
-
_globals["_GETTOOLBYNAMEREQUEST"]._serialized_end =
|
|
115
|
-
_globals["_GETTOOLBYNAMERESPONSE"]._serialized_start =
|
|
116
|
-
_globals["_GETTOOLBYNAMERESPONSE"]._serialized_end =
|
|
117
|
-
_globals["_MCPREGISTRY"]._serialized_start =
|
|
118
|
-
_globals["_MCPREGISTRY"]._serialized_end =
|
|
93
|
+
_globals["_LISTSERVERSREQUEST"]._serialized_start = 134
|
|
94
|
+
_globals["_LISTSERVERSREQUEST"]._serialized_end = 154
|
|
95
|
+
_globals["_LISTSERVERSRESPONSE"]._serialized_start = 156
|
|
96
|
+
_globals["_LISTSERVERSRESPONSE"]._serialized_end = 240
|
|
97
|
+
_globals["_GETSERVERBYIDREQUEST"]._serialized_start = 242
|
|
98
|
+
_globals["_GETSERVERBYIDREQUEST"]._serialized_end = 293
|
|
99
|
+
_globals["_GETSERVERBYIDRESPONSE"]._serialized_start = 295
|
|
100
|
+
_globals["_GETSERVERBYIDRESPONSE"]._serialized_end = 379
|
|
101
|
+
_globals["_REGISTERSERVERREQUEST"]._serialized_start = 381
|
|
102
|
+
_globals["_REGISTERSERVERREQUEST"]._serialized_end = 465
|
|
103
|
+
_globals["_REGISTERSERVERRESPONSE"]._serialized_start = 467
|
|
104
|
+
_globals["_REGISTERSERVERRESPONSE"]._serialized_end = 520
|
|
105
|
+
_globals["_UNREGISTERSERVERREQUEST"]._serialized_start = 522
|
|
106
|
+
_globals["_UNREGISTERSERVERREQUEST"]._serialized_end = 576
|
|
107
|
+
_globals["_UNREGISTERSERVERRESPONSE"]._serialized_start = 578
|
|
108
|
+
_globals["_UNREGISTERSERVERRESPONSE"]._serialized_end = 604
|
|
109
|
+
_globals["_LISTTOOLSREQUEST"]._serialized_start = 606
|
|
110
|
+
_globals["_LISTTOOLSREQUEST"]._serialized_end = 624
|
|
111
|
+
_globals["_LISTTOOLSRESPONSE"]._serialized_start = 626
|
|
112
|
+
_globals["_LISTTOOLSRESPONSE"]._serialized_end = 702
|
|
113
|
+
_globals["_GETTOOLBYNAMEREQUEST"]._serialized_start = 704
|
|
114
|
+
_globals["_GETTOOLBYNAMEREQUEST"]._serialized_end = 755
|
|
115
|
+
_globals["_GETTOOLBYNAMERESPONSE"]._serialized_start = 757
|
|
116
|
+
_globals["_GETTOOLBYNAMERESPONSE"]._serialized_end = 835
|
|
117
|
+
_globals["_MCPREGISTRY"]._serialized_start = 838
|
|
118
|
+
_globals["_MCPREGISTRY"]._serialized_end = 1765
|
|
119
119
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
-
b'\n!weaveapi/payment/v1/invoice.proto\x12\x13weaveapi.payment.v1\x1a
|
|
23
|
+
b'\n!weaveapi/payment/v1/invoice.proto\x12\x13weaveapi.payment.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a&weaveapi/payment/v1/subscription.proto"\xfa\x08\n\x07Invoice\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x16\n\x06number\x18\x02 \x01(\tR\x06number\x12\x16\n\x06status\x18\x03 \x01(\tR\x06status\x12%\n\x0esubtotal_cents\x18\x04 \x01(\x03R\rsubtotalCents\x12\x1b\n\ttax_cents\x18\x05 \x01(\x03R\x08taxCents\x12\x1f\n\x0btotal_cents\x18\x06 \x01(\x03R\ntotalCents\x12*\n\x11\x61mount_paid_cents\x18\x07 \x01(\x03R\x0f\x61mountPaidCents\x12(\n\x10\x61mount_due_cents\x18\x08 \x01(\x03R\x0e\x61mountDueCents\x12\x1a\n\x08\x63urrency\x18\t \x01(\tR\x08\x63urrency\x12=\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12\x41\n\x0cperiod_start\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0bperiodStart\x12=\n\nperiod_end\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tperiodEnd\x12\x39\n\x08\x64ue_date\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x07\x64ueDate\x12\x37\n\x07paid_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x06paidAt\x12G\n\nline_items\x18\x0f \x03(\x0b\x32$.weaveapi.payment.v1.InvoiceLineItemB\x02(\x01R\tlineItems\x12M\n\x0epayment_method\x18\x10 \x01(\x0b\x32".weaveapi.payment.v1.PaymentMethodB\x02(\x01R\rpaymentMethod\x12*\n\x11payment_intent_id\x18\x11 \x01(\tR\x0fpaymentIntentId\x12\x17\n\x07pdf_url\x18\x12 \x01(\tR\x06pdfUrl\x12,\n\x12hosted_invoice_url\x18\x13 \x01(\tR\x10hostedInvoiceUrl\x12=\n\x08\x64iscount\x18\x14 \x01(\x0b\x32\x1d.weaveapi.payment.v1.DiscountB\x02(\x01R\x08\x64iscount\x12=\n\ttax_rates\x18\x15 \x03(\x0b\x32\x1c.weaveapi.payment.v1.TaxRateB\x02(\x01R\x08taxRates\x12\x15\n\x06tax_id\x18\x16 \x01(\tR\x05taxId\x12\x46\n\x08metadata\x18\x17 \x03(\x0b\x32*.weaveapi.payment.v1.Invoice.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"\xd1\x03\n\x0fInvoiceLineItem\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12!\n\x0c\x61mount_cents\x18\x03 \x01(\x03R\x0b\x61mountCents\x12\x1a\n\x08\x63urrency\x18\x04 \x01(\tR\x08\x63urrency\x12\x1a\n\x08quantity\x18\x05 \x01(\x05R\x08quantity\x12*\n\x11unit_amount_cents\x18\x06 \x01(\x03R\x0funitAmountCents\x12\x41\n\x0cperiod_start\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0bperiodStart\x12=\n\nperiod_end\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tperiodEnd\x12\x1d\n\nproduct_id\x18\t \x01(\tR\tproductId\x12\x19\n\x08price_id\x18\n \x01(\tR\x07priceId\x12\x1c\n\tproration\x18\x0b \x01(\x08R\tproration\x12+\n\x11proration_details\x18\x0c \x01(\tR\x10prorationDetails"\x9e\x01\n\x07TaxRate\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12!\n\x0c\x64isplay_name\x18\x02 \x01(\tR\x0b\x64isplayName\x12"\n\x0cjurisdiction\x18\x03 \x01(\tR\x0cjurisdiction\x12\x1e\n\npercentage\x18\x04 \x01(\x01R\npercentage\x12\x1c\n\tinclusive\x18\x05 \x01(\x08R\tinclusiveB\xd1\x01\n\x17\x63om.weaveapi.payment.v1B\x0cInvoiceProtoP\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\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,7 +32,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
32
32
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
33
|
_globals[
|
|
34
34
|
"DESCRIPTOR"
|
|
35
|
-
]._serialized_options = b"\n\027com.weaveapi.payment.v1B\014InvoiceProtoP\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
|
|
35
|
+
]._serialized_options = b"\n\027com.weaveapi.payment.v1B\014InvoiceProtoP\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
36
|
_globals["_INVOICE_METADATAENTRY"]._loaded_options = None
|
|
37
37
|
_globals["_INVOICE_METADATAENTRY"]._serialized_options = b"8\001"
|
|
38
38
|
_globals["_INVOICE"].fields_by_name["created_at"]._loaded_options = None
|
|
@@ -61,12 +61,12 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
61
61
|
_globals["_INVOICELINEITEM"].fields_by_name[
|
|
62
62
|
"period_end"
|
|
63
63
|
]._serialized_options = b"(\001"
|
|
64
|
-
_globals["_INVOICE"]._serialized_start =
|
|
65
|
-
_globals["_INVOICE"]._serialized_end =
|
|
66
|
-
_globals["_INVOICE_METADATAENTRY"]._serialized_start =
|
|
67
|
-
_globals["_INVOICE_METADATAENTRY"]._serialized_end =
|
|
68
|
-
_globals["_INVOICELINEITEM"]._serialized_start =
|
|
69
|
-
_globals["_INVOICELINEITEM"]._serialized_end =
|
|
70
|
-
_globals["_TAXRATE"]._serialized_start =
|
|
71
|
-
_globals["_TAXRATE"]._serialized_end =
|
|
64
|
+
_globals["_INVOICE"]._serialized_start = 132
|
|
65
|
+
_globals["_INVOICE"]._serialized_end = 1278
|
|
66
|
+
_globals["_INVOICE_METADATAENTRY"]._serialized_start = 1219
|
|
67
|
+
_globals["_INVOICE_METADATAENTRY"]._serialized_end = 1278
|
|
68
|
+
_globals["_INVOICELINEITEM"]._serialized_start = 1281
|
|
69
|
+
_globals["_INVOICELINEITEM"]._serialized_end = 1746
|
|
70
|
+
_globals["_TAXRATE"]._serialized_start = 1749
|
|
71
|
+
_globals["_TAXRATE"]._serialized_end = 1907
|
|
72
72
|
# @@protoc_insertion_point(module_scope)
|