weave-typescript 0.11.20 → 0.13.0
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.
- package/dist/google/api/annotations.pb.js +1 -1
- package/dist/google/api/http.pb.js +1 -1
- package/dist/google/protobuf/descriptor.pb.d.ts +8 -1
- package/dist/google/protobuf/descriptor.pb.js +8 -1
- package/dist/google/protobuf/struct.pb.js +1 -1
- package/dist/google/protobuf/timestamp.pb.d.ts +7 -6
- package/dist/google/protobuf/timestamp.pb.js +1 -1
- package/dist/weaveapi/atc/v1/event.pb.d.ts +33 -0
- package/dist/weaveapi/atc/v1/event.pb.js +263 -0
- package/dist/weaveapi/atc/v1/message.pb.d.ts +44 -0
- package/dist/weaveapi/atc/v1/message.pb.js +287 -0
- package/dist/weaveapi/atc/v1/process.pb.d.ts +91 -0
- package/dist/weaveapi/atc/v1/process.pb.js +658 -0
- package/dist/weaveapi/atc/v1/run.pb.d.ts +71 -0
- package/dist/weaveapi/atc/v1/run.pb.js +525 -0
- package/dist/weaveapi/atc/v1/service.pb.d.ts +339 -0
- package/dist/weaveapi/atc/v1/service.pb.js +1922 -0
- package/dist/weaveapi/auth/v1/service.pb.d.ts +66 -66
- package/dist/weaveapi/auth/v1/service.pb.js +86 -5
- package/dist/weaveapi/auth/v1/session.pb.js +1 -1
- package/dist/weaveapi/auth/v1/usage.pb.js +1 -1
- package/dist/weaveapi/auth/v1/user.pb.js +1 -1
- package/dist/weaveapi/data/v1/data.pb.js +1 -1
- package/dist/weaveapi/data/v1/service.pb.d.ts +27 -27
- package/dist/weaveapi/data/v1/service.pb.js +1 -1
- package/dist/weaveapi/generate/v1/configuration.pb.js +1 -1
- package/dist/weaveapi/generate/v1/generate.pb.js +1 -1
- package/dist/weaveapi/generate/v1/service.pb.d.ts +15 -15
- package/dist/weaveapi/generate/v1/service.pb.js +1 -1
- package/dist/weaveapi/input/v1/input.pb.js +1 -1
- package/dist/weaveapi/input/v1/service.pb.d.ts +39 -39
- package/dist/weaveapi/input/v1/service.pb.js +1 -1
- package/dist/weaveapi/integration/v1/integration.pb.js +1 -1
- package/dist/weaveapi/integration/v1/service.pb.d.ts +30 -30
- package/dist/weaveapi/integration/v1/service.pb.js +1 -1
- package/dist/weaveapi/llmx/v1/architecture.pb.js +1 -1
- package/dist/weaveapi/llmx/v1/capabilities.pb.js +1 -1
- package/dist/weaveapi/llmx/v1/model.pb.js +1 -1
- package/dist/weaveapi/llmx/v1/pricing.pb.js +1 -1
- package/dist/weaveapi/llmx/v1/provider.pb.js +1 -1
- package/dist/weaveapi/llmx/v1/service.pb.d.ts +36 -36
- package/dist/weaveapi/llmx/v1/service.pb.js +51 -6
- package/dist/weaveapi/mcpregistry/v1/server.pb.js +1 -1
- package/dist/weaveapi/mcpregistry/v1/service.pb.d.ts +18 -18
- package/dist/weaveapi/mcpregistry/v1/service.pb.js +1 -1
- package/dist/weaveapi/payment/v1/invoice.pb.js +1 -1
- package/dist/weaveapi/payment/v1/service.pb.d.ts +57 -57
- package/dist/weaveapi/payment/v1/service.pb.js +1 -1
- package/dist/weaveapi/payment/v1/subscription.pb.js +1 -1
- package/dist/weaveapi/project/v1/project.pb.js +1 -1
- package/dist/weaveapi/project/v1/service.pb.d.ts +21 -21
- package/dist/weaveapi/project/v1/service.pb.js +26 -3
- package/dist/weaveapi/report/v1/report.pb.js +1 -1
- package/dist/weaveapi/report/v1/service.pb.d.ts +18 -18
- package/dist/weaveapi/report/v1/service.pb.js +1 -1
- package/dist/weaveapi/requirement/v1/requirement.pb.js +1 -1
- package/dist/weaveapi/requirement/v1/service.pb.d.ts +39 -39
- package/dist/weaveapi/requirement/v1/service.pb.js +1 -1
- package/dist/weaveapi/run/v1/run.pb.js +1 -1
- package/dist/weaveapi/run/v1/service.pb.d.ts +21 -21
- package/dist/weaveapi/run/v1/service.pb.js +1 -1
- package/dist/weaveapi/script/v1/script.pb.js +1 -1
- package/dist/weaveapi/script/v1/service.pb.d.ts +51 -51
- package/dist/weaveapi/script/v1/service.pb.js +1 -1
- package/dist/weaveapi/storage/v1/auth.pb.js +1 -1
- package/dist/weaveapi/storage/v1/nosql_database.pb.js +1 -1
- package/dist/weaveapi/storage/v1/object_store.pb.js +1 -1
- package/dist/weaveapi/storage/v1/service.pb.d.ts +12 -12
- package/dist/weaveapi/storage/v1/service.pb.js +1 -1
- package/dist/weaveapi/storage/v1/sql_database.pb.js +1 -1
- package/dist/weaveapi/storage/v1/storage.pb.js +1 -1
- package/dist/weaveapi/storage/v1/vcs.pb.js +1 -1
- package/dist/weaveapi/suite/v1/service.pb.d.ts +54 -54
- package/dist/weaveapi/suite/v1/service.pb.js +1 -1
- package/dist/weaveapi/suite/v1/suite.pb.js +1 -1
- package/dist/weaveapi/synthesize/v1/dataset.pb.js +1 -1
- package/dist/weaveapi/synthesize/v1/inline_data.pb.js +1 -1
- package/dist/weaveapi/synthesize/v1/relationship.pb.js +1 -1
- package/dist/weaveapi/synthesize/v1/service.pb.d.ts +12 -12
- package/dist/weaveapi/synthesize/v1/service.pb.js +22 -2
- package/dist/weaveapi/synthesize/v1/training.pb.js +1 -1
- package/dist/weaveapi/testcase/v1/service.pb.d.ts +51 -51
- package/dist/weaveapi/testcase/v1/service.pb.js +1 -1
- package/dist/weaveapi/testcase/v1/testcase.pb.js +1 -1
- package/dist/weaveapi/workflow/v1/service.pb.d.ts +27 -27
- package/dist/weaveapi/workflow/v1/service.pb.js +1 -1
- package/dist/weaveapi/workflow/v1/workflow.pb.js +1 -1
- package/dist/weaveapi/workflowdata/v1/service.pb.d.ts +27 -27
- package/dist/weaveapi/workflowdata/v1/service.pb.js +1 -1
- package/dist/weavesql/atcdb/event_sql.d.ts +91 -0
- package/dist/weavesql/atcdb/event_sql.js +181 -0
- package/dist/weavesql/atcdb/mailbox_sql.d.ts +43 -0
- package/dist/weavesql/atcdb/mailbox_sql.js +85 -0
- package/package.json +5 -3
|
@@ -515,145 +515,145 @@ export declare const LlmXDefinition: {
|
|
|
515
515
|
readonly methods: {
|
|
516
516
|
readonly listProviders: {
|
|
517
517
|
readonly name: "ListProviders";
|
|
518
|
-
readonly requestType:
|
|
518
|
+
readonly requestType: typeof ListProvidersRequest;
|
|
519
519
|
readonly requestStream: false;
|
|
520
|
-
readonly responseType:
|
|
520
|
+
readonly responseType: typeof ListProvidersResponse;
|
|
521
521
|
readonly responseStream: false;
|
|
522
522
|
readonly options: {
|
|
523
523
|
readonly _unknownFields: {
|
|
524
|
-
readonly 578365826: readonly [Uint8Array
|
|
524
|
+
readonly 578365826: readonly [Uint8Array];
|
|
525
525
|
};
|
|
526
526
|
};
|
|
527
527
|
};
|
|
528
528
|
readonly getProvider: {
|
|
529
529
|
readonly name: "GetProvider";
|
|
530
|
-
readonly requestType:
|
|
530
|
+
readonly requestType: typeof GetProviderRequest;
|
|
531
531
|
readonly requestStream: false;
|
|
532
|
-
readonly responseType:
|
|
532
|
+
readonly responseType: typeof GetProviderResponse;
|
|
533
533
|
readonly responseStream: false;
|
|
534
534
|
readonly options: {
|
|
535
535
|
readonly _unknownFields: {
|
|
536
|
-
readonly 578365826: readonly [Uint8Array
|
|
536
|
+
readonly 578365826: readonly [Uint8Array];
|
|
537
537
|
};
|
|
538
538
|
};
|
|
539
539
|
};
|
|
540
540
|
readonly listModels: {
|
|
541
541
|
readonly name: "ListModels";
|
|
542
|
-
readonly requestType:
|
|
542
|
+
readonly requestType: typeof ListModelsRequest;
|
|
543
543
|
readonly requestStream: false;
|
|
544
|
-
readonly responseType:
|
|
544
|
+
readonly responseType: typeof ListModelsResponse;
|
|
545
545
|
readonly responseStream: false;
|
|
546
546
|
readonly options: {
|
|
547
547
|
readonly _unknownFields: {
|
|
548
|
-
readonly 578365826: readonly [Uint8Array
|
|
548
|
+
readonly 578365826: readonly [Uint8Array];
|
|
549
549
|
};
|
|
550
550
|
};
|
|
551
551
|
};
|
|
552
552
|
readonly getModel: {
|
|
553
553
|
readonly name: "GetModel";
|
|
554
|
-
readonly requestType:
|
|
554
|
+
readonly requestType: typeof GetModelRequest;
|
|
555
555
|
readonly requestStream: false;
|
|
556
|
-
readonly responseType:
|
|
556
|
+
readonly responseType: typeof GetModelResponse;
|
|
557
557
|
readonly responseStream: false;
|
|
558
558
|
readonly options: {
|
|
559
559
|
readonly _unknownFields: {
|
|
560
|
-
readonly 578365826: readonly [Uint8Array
|
|
560
|
+
readonly 578365826: readonly [Uint8Array];
|
|
561
561
|
};
|
|
562
562
|
};
|
|
563
563
|
};
|
|
564
564
|
readonly searchModels: {
|
|
565
565
|
readonly name: "SearchModels";
|
|
566
|
-
readonly requestType:
|
|
566
|
+
readonly requestType: typeof SearchModelsRequest;
|
|
567
567
|
readonly requestStream: false;
|
|
568
|
-
readonly responseType:
|
|
568
|
+
readonly responseType: typeof SearchModelsResponse;
|
|
569
569
|
readonly responseStream: false;
|
|
570
570
|
readonly options: {
|
|
571
571
|
readonly _unknownFields: {
|
|
572
|
-
readonly 578365826: readonly [Uint8Array
|
|
572
|
+
readonly 578365826: readonly [Uint8Array];
|
|
573
573
|
};
|
|
574
574
|
};
|
|
575
575
|
};
|
|
576
576
|
readonly compareModels: {
|
|
577
577
|
readonly name: "CompareModels";
|
|
578
|
-
readonly requestType:
|
|
578
|
+
readonly requestType: typeof CompareModelsRequest;
|
|
579
579
|
readonly requestStream: false;
|
|
580
|
-
readonly responseType:
|
|
580
|
+
readonly responseType: typeof CompareModelsResponse;
|
|
581
581
|
readonly responseStream: false;
|
|
582
582
|
readonly options: {
|
|
583
583
|
readonly _unknownFields: {
|
|
584
|
-
readonly 578365826: readonly [Uint8Array
|
|
584
|
+
readonly 578365826: readonly [Uint8Array];
|
|
585
585
|
};
|
|
586
586
|
};
|
|
587
587
|
};
|
|
588
588
|
readonly getModelPriceHistory: {
|
|
589
589
|
readonly name: "GetModelPriceHistory";
|
|
590
|
-
readonly requestType:
|
|
590
|
+
readonly requestType: typeof GetModelPriceHistoryRequest;
|
|
591
591
|
readonly requestStream: false;
|
|
592
|
-
readonly responseType:
|
|
592
|
+
readonly responseType: typeof GetModelPriceHistoryResponse;
|
|
593
593
|
readonly responseStream: false;
|
|
594
594
|
readonly options: {
|
|
595
595
|
readonly _unknownFields: {
|
|
596
|
-
readonly 578365826: readonly [Uint8Array
|
|
596
|
+
readonly 578365826: readonly [Uint8Array];
|
|
597
597
|
};
|
|
598
598
|
};
|
|
599
599
|
};
|
|
600
600
|
readonly getModelChanges: {
|
|
601
601
|
readonly name: "GetModelChanges";
|
|
602
|
-
readonly requestType:
|
|
602
|
+
readonly requestType: typeof GetModelChangesRequest;
|
|
603
603
|
readonly requestStream: false;
|
|
604
|
-
readonly responseType:
|
|
604
|
+
readonly responseType: typeof GetModelChangesResponse;
|
|
605
605
|
readonly responseStream: false;
|
|
606
606
|
readonly options: {
|
|
607
607
|
readonly _unknownFields: {
|
|
608
|
-
readonly 578365826: readonly [Uint8Array
|
|
608
|
+
readonly 578365826: readonly [Uint8Array];
|
|
609
609
|
};
|
|
610
610
|
};
|
|
611
611
|
};
|
|
612
612
|
readonly getTrendingModels: {
|
|
613
613
|
readonly name: "GetTrendingModels";
|
|
614
|
-
readonly requestType:
|
|
614
|
+
readonly requestType: typeof GetTrendingModelsRequest;
|
|
615
615
|
readonly requestStream: false;
|
|
616
|
-
readonly responseType:
|
|
616
|
+
readonly responseType: typeof GetTrendingModelsResponse;
|
|
617
617
|
readonly responseStream: false;
|
|
618
618
|
readonly options: {
|
|
619
619
|
readonly _unknownFields: {
|
|
620
|
-
readonly 578365826: readonly [Uint8Array
|
|
620
|
+
readonly 578365826: readonly [Uint8Array];
|
|
621
621
|
};
|
|
622
622
|
};
|
|
623
623
|
};
|
|
624
624
|
readonly getRecentUpdates: {
|
|
625
625
|
readonly name: "GetRecentUpdates";
|
|
626
|
-
readonly requestType:
|
|
626
|
+
readonly requestType: typeof GetRecentUpdatesRequest;
|
|
627
627
|
readonly requestStream: false;
|
|
628
|
-
readonly responseType:
|
|
628
|
+
readonly responseType: typeof GetRecentUpdatesResponse;
|
|
629
629
|
readonly responseStream: false;
|
|
630
630
|
readonly options: {
|
|
631
631
|
readonly _unknownFields: {
|
|
632
|
-
readonly 578365826: readonly [Uint8Array
|
|
632
|
+
readonly 578365826: readonly [Uint8Array];
|
|
633
633
|
};
|
|
634
634
|
};
|
|
635
635
|
};
|
|
636
636
|
readonly exportData: {
|
|
637
637
|
readonly name: "ExportData";
|
|
638
|
-
readonly requestType:
|
|
638
|
+
readonly requestType: typeof ExportDataRequest;
|
|
639
639
|
readonly requestStream: false;
|
|
640
|
-
readonly responseType:
|
|
640
|
+
readonly responseType: typeof ExportDataResponse;
|
|
641
641
|
readonly responseStream: false;
|
|
642
642
|
readonly options: {
|
|
643
643
|
readonly _unknownFields: {
|
|
644
|
-
readonly 578365826: readonly [Uint8Array
|
|
644
|
+
readonly 578365826: readonly [Uint8Array];
|
|
645
645
|
};
|
|
646
646
|
};
|
|
647
647
|
};
|
|
648
648
|
readonly getStatistics: {
|
|
649
649
|
readonly name: "GetStatistics";
|
|
650
|
-
readonly requestType:
|
|
650
|
+
readonly requestType: typeof GetStatisticsRequest;
|
|
651
651
|
readonly requestStream: false;
|
|
652
|
-
readonly responseType:
|
|
652
|
+
readonly responseType: typeof GetStatisticsResponse;
|
|
653
653
|
readonly responseStream: false;
|
|
654
654
|
readonly options: {
|
|
655
655
|
readonly _unknownFields: {
|
|
656
|
-
readonly 578365826: readonly [Uint8Array
|
|
656
|
+
readonly 578365826: readonly [Uint8Array];
|
|
657
657
|
};
|
|
658
658
|
};
|
|
659
659
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.6
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/llmx/v1/service.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -4885,7 +4885,9 @@ exports.LlmXDefinition = {
|
|
|
4885
4885
|
responseStream: false,
|
|
4886
4886
|
options: {
|
|
4887
4887
|
_unknownFields: {
|
|
4888
|
-
578365826: [
|
|
4888
|
+
578365826: [
|
|
4889
|
+
new Uint8Array([16, 18, 14, 47, 97, 112, 105, 47, 118, 49, 47, 109, 111, 100, 101, 108, 115]),
|
|
4890
|
+
],
|
|
4889
4891
|
},
|
|
4890
4892
|
},
|
|
4891
4893
|
},
|
|
@@ -5167,7 +5169,27 @@ exports.LlmXDefinition = {
|
|
|
5167
5169
|
options: {
|
|
5168
5170
|
_unknownFields: {
|
|
5169
5171
|
578365826: [
|
|
5170
|
-
new Uint8Array([
|
|
5172
|
+
new Uint8Array([
|
|
5173
|
+
18,
|
|
5174
|
+
18,
|
|
5175
|
+
16,
|
|
5176
|
+
47,
|
|
5177
|
+
97,
|
|
5178
|
+
112,
|
|
5179
|
+
105,
|
|
5180
|
+
47,
|
|
5181
|
+
118,
|
|
5182
|
+
49,
|
|
5183
|
+
47,
|
|
5184
|
+
116,
|
|
5185
|
+
114,
|
|
5186
|
+
101,
|
|
5187
|
+
110,
|
|
5188
|
+
100,
|
|
5189
|
+
105,
|
|
5190
|
+
110,
|
|
5191
|
+
103,
|
|
5192
|
+
]),
|
|
5171
5193
|
],
|
|
5172
5194
|
},
|
|
5173
5195
|
},
|
|
@@ -5181,7 +5203,26 @@ exports.LlmXDefinition = {
|
|
|
5181
5203
|
options: {
|
|
5182
5204
|
_unknownFields: {
|
|
5183
5205
|
578365826: [
|
|
5184
|
-
new Uint8Array([
|
|
5206
|
+
new Uint8Array([
|
|
5207
|
+
17,
|
|
5208
|
+
18,
|
|
5209
|
+
15,
|
|
5210
|
+
47,
|
|
5211
|
+
97,
|
|
5212
|
+
112,
|
|
5213
|
+
105,
|
|
5214
|
+
47,
|
|
5215
|
+
118,
|
|
5216
|
+
49,
|
|
5217
|
+
47,
|
|
5218
|
+
117,
|
|
5219
|
+
112,
|
|
5220
|
+
100,
|
|
5221
|
+
97,
|
|
5222
|
+
116,
|
|
5223
|
+
101,
|
|
5224
|
+
115,
|
|
5225
|
+
]),
|
|
5185
5226
|
],
|
|
5186
5227
|
},
|
|
5187
5228
|
},
|
|
@@ -5194,7 +5235,9 @@ exports.LlmXDefinition = {
|
|
|
5194
5235
|
responseStream: false,
|
|
5195
5236
|
options: {
|
|
5196
5237
|
_unknownFields: {
|
|
5197
|
-
578365826: [
|
|
5238
|
+
578365826: [
|
|
5239
|
+
new Uint8Array([16, 18, 14, 47, 97, 112, 105, 47, 118, 49, 47, 101, 120, 112, 111, 114, 116]),
|
|
5240
|
+
],
|
|
5198
5241
|
},
|
|
5199
5242
|
},
|
|
5200
5243
|
},
|
|
@@ -5206,7 +5249,9 @@ exports.LlmXDefinition = {
|
|
|
5206
5249
|
responseStream: false,
|
|
5207
5250
|
options: {
|
|
5208
5251
|
_unknownFields: {
|
|
5209
|
-
578365826: [
|
|
5252
|
+
578365826: [
|
|
5253
|
+
new Uint8Array([15, 18, 13, 47, 97, 112, 105, 47, 118, 49, 47, 115, 116, 97, 116, 115]),
|
|
5254
|
+
],
|
|
5210
5255
|
},
|
|
5211
5256
|
},
|
|
5212
5257
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.6
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/mcpregistry/v1/server.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -75,73 +75,73 @@ export declare const MCPRegistryDefinition: {
|
|
|
75
75
|
readonly methods: {
|
|
76
76
|
readonly listServers: {
|
|
77
77
|
readonly name: "ListServers";
|
|
78
|
-
readonly requestType:
|
|
78
|
+
readonly requestType: typeof ListServersRequest;
|
|
79
79
|
readonly requestStream: false;
|
|
80
|
-
readonly responseType:
|
|
80
|
+
readonly responseType: typeof ListServersResponse;
|
|
81
81
|
readonly responseStream: false;
|
|
82
82
|
readonly options: {
|
|
83
83
|
readonly _unknownFields: {
|
|
84
|
-
readonly 578365826: readonly [Uint8Array
|
|
84
|
+
readonly 578365826: readonly [Uint8Array];
|
|
85
85
|
};
|
|
86
86
|
};
|
|
87
87
|
};
|
|
88
88
|
readonly getServerByID: {
|
|
89
89
|
readonly name: "GetServerByID";
|
|
90
|
-
readonly requestType:
|
|
90
|
+
readonly requestType: typeof GetServerByIDRequest;
|
|
91
91
|
readonly requestStream: false;
|
|
92
|
-
readonly responseType:
|
|
92
|
+
readonly responseType: typeof GetServerByIDResponse;
|
|
93
93
|
readonly responseStream: false;
|
|
94
94
|
readonly options: {
|
|
95
95
|
readonly _unknownFields: {
|
|
96
|
-
readonly 578365826: readonly [Uint8Array
|
|
96
|
+
readonly 578365826: readonly [Uint8Array];
|
|
97
97
|
};
|
|
98
98
|
};
|
|
99
99
|
};
|
|
100
100
|
readonly registerServer: {
|
|
101
101
|
readonly name: "RegisterServer";
|
|
102
|
-
readonly requestType:
|
|
102
|
+
readonly requestType: typeof RegisterServerRequest;
|
|
103
103
|
readonly requestStream: false;
|
|
104
|
-
readonly responseType:
|
|
104
|
+
readonly responseType: typeof RegisterServerResponse;
|
|
105
105
|
readonly responseStream: false;
|
|
106
106
|
readonly options: {
|
|
107
107
|
readonly _unknownFields: {
|
|
108
|
-
readonly 578365826: readonly [Uint8Array
|
|
108
|
+
readonly 578365826: readonly [Uint8Array];
|
|
109
109
|
};
|
|
110
110
|
};
|
|
111
111
|
};
|
|
112
112
|
readonly unregisterServer: {
|
|
113
113
|
readonly name: "UnregisterServer";
|
|
114
|
-
readonly requestType:
|
|
114
|
+
readonly requestType: typeof UnregisterServerRequest;
|
|
115
115
|
readonly requestStream: false;
|
|
116
|
-
readonly responseType:
|
|
116
|
+
readonly responseType: typeof UnregisterServerResponse;
|
|
117
117
|
readonly responseStream: false;
|
|
118
118
|
readonly options: {
|
|
119
119
|
readonly _unknownFields: {
|
|
120
|
-
readonly 578365826: readonly [Uint8Array
|
|
120
|
+
readonly 578365826: readonly [Uint8Array];
|
|
121
121
|
};
|
|
122
122
|
};
|
|
123
123
|
};
|
|
124
124
|
readonly listTools: {
|
|
125
125
|
readonly name: "ListTools";
|
|
126
|
-
readonly requestType:
|
|
126
|
+
readonly requestType: typeof ListToolsRequest;
|
|
127
127
|
readonly requestStream: false;
|
|
128
|
-
readonly responseType:
|
|
128
|
+
readonly responseType: typeof ListToolsResponse;
|
|
129
129
|
readonly responseStream: false;
|
|
130
130
|
readonly options: {
|
|
131
131
|
readonly _unknownFields: {
|
|
132
|
-
readonly 578365826: readonly [Uint8Array
|
|
132
|
+
readonly 578365826: readonly [Uint8Array];
|
|
133
133
|
};
|
|
134
134
|
};
|
|
135
135
|
};
|
|
136
136
|
readonly getToolByName: {
|
|
137
137
|
readonly name: "GetToolByName";
|
|
138
|
-
readonly requestType:
|
|
138
|
+
readonly requestType: typeof GetToolByNameRequest;
|
|
139
139
|
readonly requestStream: false;
|
|
140
|
-
readonly responseType:
|
|
140
|
+
readonly responseType: typeof GetToolByNameResponse;
|
|
141
141
|
readonly responseStream: false;
|
|
142
142
|
readonly options: {
|
|
143
143
|
readonly _unknownFields: {
|
|
144
|
-
readonly 578365826: readonly [Uint8Array
|
|
144
|
+
readonly 578365826: readonly [Uint8Array];
|
|
145
145
|
};
|
|
146
146
|
};
|
|
147
147
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.6
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/mcpregistry/v1/service.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.6
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/payment/v1/invoice.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|