weave-typescript 0.51.3 → 0.53.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/protobuf/duration.pb.d.ts +99 -0
- package/dist/google/protobuf/duration.pb.js +93 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/weave/authz/v1/index.d.ts +1 -0
- package/dist/weave/authz/v1/index.js +38 -0
- package/dist/weave/authz/v1/options.pb.d.ts +52 -0
- package/dist/weave/authz/v1/options.pb.js +403 -0
- package/dist/weave/filter/v1/index.d.ts +1 -0
- package/dist/weave/filter/v1/index.js +38 -0
- package/dist/{weaveapi/atc/v1/message.pb.d.ts → weave/filter/v1/options.pb.d.ts} +33 -21
- package/dist/weave/filter/v1/options.pb.js +417 -0
- package/dist/weave/index.d.ts +2 -0
- package/dist/weave/index.js +39 -0
- package/dist/weaveapi/agent/v1/agent.pb.d.ts +137 -188
- package/dist/weaveapi/agent/v1/agent.pb.js +891 -2151
- package/dist/weaveapi/agent/v1/index.d.ts +1 -1
- package/dist/weaveapi/agent/v1/index.js +2 -2
- package/dist/weaveapi/agent/v1/run.pb.d.ts +289 -0
- package/dist/weaveapi/agent/v1/run.pb.js +2763 -0
- package/dist/weaveapi/auth/v1/auth.pb.d.ts +67 -14
- package/dist/weaveapi/auth/v1/auth.pb.js +829 -89
- package/dist/weaveapi/auth/v1/index.d.ts +4 -1
- package/dist/weaveapi/auth/v1/index.js +5 -2
- package/dist/weaveapi/auth/v1/{service.pb.d.ts → organization_admin.pb.d.ts} +39 -530
- package/dist/weaveapi/auth/v1/{service.pb.js → organization_admin.pb.js} +2978 -5812
- package/dist/weaveapi/auth/v1/personal_access_token.pb.d.ts +114 -0
- package/dist/weaveapi/auth/v1/personal_access_token.pb.js +750 -0
- package/dist/weaveapi/auth/v1/profile.pb.d.ts +161 -0
- package/dist/weaveapi/auth/v1/profile.pb.js +1007 -0
- package/dist/weaveapi/auth/v1/session.pb.d.ts +460 -0
- package/dist/weaveapi/auth/v1/session.pb.js +3544 -0
- package/dist/weaveapi/chat/v1/chat.pb.d.ts +377 -149
- package/dist/weaveapi/chat/v1/chat.pb.js +3492 -1614
- package/dist/weaveapi/chat/v1/index.d.ts +0 -1
- package/dist/weaveapi/chat/v1/index.js +1 -2
- package/dist/weaveapi/consolidation/v1/consolidation.pb.d.ts +95 -0
- package/dist/weaveapi/consolidation/v1/consolidation.pb.js +770 -1
- package/dist/weaveapi/consolidation/v1/index.d.ts +0 -1
- package/dist/weaveapi/consolidation/v1/index.js +1 -2
- package/dist/weaveapi/content/v1/content.pb.d.ts +63 -0
- package/dist/weaveapi/content/v1/content.pb.js +470 -0
- package/dist/weaveapi/content/v1/index.d.ts +1 -0
- package/dist/weaveapi/content/v1/index.js +38 -0
- package/dist/weaveapi/gateway/v1/gateway.pb.d.ts +247 -523
- package/dist/weaveapi/gateway/v1/gateway.pb.js +1648 -5783
- package/dist/weaveapi/gateway/v1/index.d.ts +0 -1
- package/dist/weaveapi/gateway/v1/index.js +1 -2
- package/dist/weaveapi/index.d.ts +5 -5
- package/dist/weaveapi/index.js +6 -6
- package/dist/weaveapi/inference/v1/generate.pb.d.ts +120 -0
- package/dist/weaveapi/inference/v1/generate.pb.js +1159 -0
- package/dist/weaveapi/inference/v1/index.d.ts +4 -0
- package/dist/weaveapi/{provider → inference}/v1/index.js +4 -2
- package/dist/weaveapi/{model → inference}/v1/model.pb.d.ts +54 -15
- package/dist/weaveapi/{model → inference}/v1/model.pb.js +573 -116
- package/dist/weaveapi/{model/v1/service.pb.d.ts → inference/v1/model_route.pb.d.ts} +184 -110
- package/dist/weaveapi/{model/v1/service.pb.js → inference/v1/model_route.pb.js} +2240 -1061
- package/dist/weaveapi/inference/v1/provider.pb.d.ts +264 -0
- package/dist/weaveapi/inference/v1/provider.pb.js +2590 -0
- package/dist/weaveapi/ingestion/v1/index.d.ts +0 -2
- package/dist/weaveapi/ingestion/v1/index.js +1 -3
- package/dist/weaveapi/ingestion/v1/ingestion.pb.d.ts +543 -0
- package/dist/weaveapi/ingestion/v1/ingestion.pb.js +5550 -16
- package/dist/weaveapi/initialization/v1/index.d.ts +1 -0
- package/dist/weaveapi/initialization/v1/index.js +38 -0
- package/dist/weaveapi/initialization/v1/initialization.pb.d.ts +99 -0
- package/dist/weaveapi/initialization/v1/initialization.pb.js +510 -0
- package/dist/weaveapi/organization/v1/index.d.ts +0 -1
- package/dist/weaveapi/organization/v1/index.js +1 -2
- package/dist/weaveapi/organization/v1/organization.pb.d.ts +241 -0
- package/dist/weaveapi/organization/v1/organization.pb.js +1838 -1
- package/dist/weaveapi/reporting/index.d.ts +1 -0
- package/dist/weaveapi/reporting/index.js +38 -0
- package/dist/weaveapi/{task → reporting}/v1/index.d.ts +1 -1
- package/dist/weaveapi/{model → reporting}/v1/index.js +2 -2
- package/dist/weaveapi/reporting/v1/service.pb.d.ts +38 -0
- package/dist/weaveapi/reporting/v1/service.pb.js +167 -0
- package/dist/weaveapi/reporting/v1/usage.pb.d.ts +150 -0
- package/dist/weaveapi/reporting/v1/usage.pb.js +1837 -0
- package/dist/weaveapi/retrieval/v1/index.d.ts +0 -1
- package/dist/weaveapi/retrieval/v1/index.js +1 -2
- package/dist/weaveapi/retrieval/v1/retrieval.pb.d.ts +96 -2
- package/dist/weaveapi/retrieval/v1/retrieval.pb.js +690 -10
- package/dist/weaveapi/tool/index.d.ts +1 -0
- package/dist/weaveapi/tool/index.js +38 -0
- package/dist/weaveapi/tool/v1/index.d.ts +1 -0
- package/dist/weaveapi/tool/v1/index.js +38 -0
- package/dist/weaveapi/tool/v1/tool.pb.d.ts +370 -0
- package/dist/weaveapi/tool/v1/tool.pb.js +2717 -0
- package/dist/weaveapi/workflow/v1/index.d.ts +1 -1
- package/dist/weaveapi/workflow/v1/index.js +2 -2
- package/dist/weaveapi/workflow/v1/run.pb.d.ts +244 -0
- package/dist/weaveapi/workflow/v1/run.pb.js +2084 -0
- package/dist/weaveapi/workflow/v1/workflow.pb.d.ts +122 -275
- package/dist/weaveapi/workflow/v1/workflow.pb.js +790 -3261
- package/dist/weavesql/weavedb/agent_sql.d.ts +173 -477
- package/dist/weavesql/weavedb/agent_sql.js +281 -758
- package/dist/weavesql/weavedb/authorization_outbox_sql.d.ts +261 -0
- package/dist/weavesql/weavedb/authorization_outbox_sql.js +445 -0
- package/dist/weavesql/weavedb/chat_sql.d.ts +103 -345
- package/dist/weavesql/weavedb/chat_sql.js +312 -597
- package/dist/weavesql/weavedb/document_consolidation_sql.d.ts +217 -0
- package/dist/weavesql/weavedb/document_consolidation_sql.js +486 -0
- package/dist/weavesql/weavedb/document_ingestion_sql.d.ts +1433 -0
- package/dist/weavesql/weavedb/document_ingestion_sql.js +3488 -0
- package/dist/weavesql/weavedb/document_retrieval_sql.d.ts +314 -0
- package/dist/weavesql/weavedb/document_retrieval_sql.js +965 -0
- package/dist/weavesql/weavedb/document_table_sql.d.ts +6 -6
- package/dist/weavesql/weavedb/document_table_sql.js +12 -12
- package/dist/weavesql/weavedb/identity_sql.d.ts +1021 -0
- package/dist/weavesql/weavedb/identity_sql.js +1818 -0
- package/dist/weavesql/weavedb/inference_model_route_sql.d.ts +167 -0
- package/dist/weavesql/weavedb/inference_model_route_sql.js +483 -0
- package/dist/weavesql/weavedb/inference_provider_sql.d.ts +125 -0
- package/dist/weavesql/weavedb/inference_provider_sql.js +228 -0
- package/dist/weavesql/weavedb/initialization_sql.d.ts +15 -0
- package/dist/weavesql/weavedb/initialization_sql.js +33 -0
- package/dist/weavesql/weavedb/model_catalog_sql.d.ts +6 -6
- package/dist/weavesql/weavedb/model_catalog_sql.js +6 -6
- package/dist/weavesql/weavedb/organization_sql.d.ts +24 -102
- package/dist/weavesql/weavedb/organization_sql.js +56 -262
- package/dist/weavesql/weavedb/tool_sql.d.ts +209 -0
- package/dist/weavesql/weavedb/tool_sql.js +407 -0
- package/dist/weavesql/weavedb/usage_sql.d.ts +356 -0
- package/dist/weavesql/weavedb/usage_sql.js +568 -0
- package/dist/weavesql/weavedb/workflow_sql.d.ts +159 -546
- package/dist/weavesql/weavedb/workflow_sql.js +281 -909
- package/package.json +1 -1
- package/dist/weaveapi/agent/v1/service.pb.d.ts +0 -397
- package/dist/weaveapi/agent/v1/service.pb.js +0 -3152
- package/dist/weaveapi/atc/v1/event.pb.d.ts +0 -134
- package/dist/weaveapi/atc/v1/event.pb.js +0 -1124
- package/dist/weaveapi/atc/v1/index.d.ts +0 -5
- package/dist/weaveapi/atc/v1/index.js +0 -42
- package/dist/weaveapi/atc/v1/message.pb.js +0 -287
- package/dist/weaveapi/atc/v1/process.pb.d.ts +0 -91
- package/dist/weaveapi/atc/v1/process.pb.js +0 -658
- package/dist/weaveapi/atc/v1/run.pb.d.ts +0 -71
- package/dist/weaveapi/atc/v1/run.pb.js +0 -525
- package/dist/weaveapi/atc/v1/service.pb.d.ts +0 -472
- package/dist/weaveapi/atc/v1/service.pb.js +0 -3093
- package/dist/weaveapi/chat/v1/service.pb.d.ts +0 -345
- package/dist/weaveapi/chat/v1/service.pb.js +0 -2545
- package/dist/weaveapi/consolidation/v1/service.pb.d.ts +0 -93
- package/dist/weaveapi/consolidation/v1/service.pb.js +0 -427
- package/dist/weaveapi/gateway/v1/service.pb.d.ts +0 -235
- package/dist/weaveapi/gateway/v1/service.pb.js +0 -651
- package/dist/weaveapi/ingestion/v1/service.pb.d.ts +0 -420
- package/dist/weaveapi/ingestion/v1/service.pb.js +0 -2311
- package/dist/weaveapi/ingestion/v1/table.pb.d.ts +0 -121
- package/dist/weaveapi/ingestion/v1/table.pb.js +0 -1478
- package/dist/weaveapi/model/v1/index.d.ts +0 -2
- package/dist/weaveapi/organization/v1/service.pb.d.ts +0 -261
- package/dist/weaveapi/organization/v1/service.pb.js +0 -1561
- package/dist/weaveapi/project/v1/index.d.ts +0 -2
- package/dist/weaveapi/project/v1/index.js +0 -39
- package/dist/weaveapi/project/v1/project.pb.d.ts +0 -105
- package/dist/weaveapi/project/v1/project.pb.js +0 -1004
- package/dist/weaveapi/project/v1/service.pb.d.ts +0 -247
- package/dist/weaveapi/project/v1/service.pb.js +0 -1994
- package/dist/weaveapi/provider/v1/index.d.ts +0 -2
- package/dist/weaveapi/provider/v1/provider.pb.d.ts +0 -137
- package/dist/weaveapi/provider/v1/provider.pb.js +0 -1000
- package/dist/weaveapi/provider/v1/service.pb.d.ts +0 -223
- package/dist/weaveapi/provider/v1/service.pb.js +0 -1888
- package/dist/weaveapi/retrieval/v1/service.pb.d.ts +0 -93
- package/dist/weaveapi/retrieval/v1/service.pb.js +0 -385
- package/dist/weaveapi/task/v1/index.js +0 -39
- package/dist/weaveapi/task/v1/service.pb.d.ts +0 -172
- package/dist/weaveapi/task/v1/service.pb.js +0 -1436
- package/dist/weaveapi/task/v1/task.pb.d.ts +0 -85
- package/dist/weaveapi/task/v1/task.pb.js +0 -802
- package/dist/weaveapi/workflow/v1/service.pb.d.ts +0 -392
- package/dist/weaveapi/workflow/v1/service.pb.js +0 -3146
- /package/dist/{weaveapi/atc → weave/authz}/index.d.ts +0 -0
- /package/dist/{weaveapi/atc → weave/authz}/index.js +0 -0
- /package/dist/{weaveapi/model → weave/filter}/index.d.ts +0 -0
- /package/dist/{weaveapi/model → weave/filter}/index.js +0 -0
- /package/dist/weaveapi/{project → content}/index.d.ts +0 -0
- /package/dist/weaveapi/{project → content}/index.js +0 -0
- /package/dist/weaveapi/{provider → inference}/index.d.ts +0 -0
- /package/dist/weaveapi/{provider → inference}/index.js +0 -0
- /package/dist/weaveapi/{task → initialization}/index.d.ts +0 -0
- /package/dist/weaveapi/{task → initialization}/index.js +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/consolidation/v1/consolidation.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
exports.GetConceptClusterResponse = exports.GetConceptHierarchyResponse = exports.GetConsolidationRunResponse = exports.TriggerConsolidationResponse = exports.GetConceptClusterRequest = exports.GetConceptHierarchyRequest = exports.ListConsolidationHistoryResponse = exports.ListConsolidationHistoryRequest = exports.GetConsolidationRunRequest = exports.TriggerConsolidationRequest = exports.ConceptHierarchy = exports.ConceptCluster = exports.ConsolidationRun = exports.Scope = exports.ScopeKind = exports.ConsolidationRunStatus = exports.protobufPackage = void 0;
|
|
8
|
+
exports.ConsolidationServiceDefinition = exports.ConsolidationServiceClientImpl = exports.ConsolidationServiceServiceName = exports.GetConceptClusterResponse = exports.GetConceptHierarchyResponse = exports.GetConsolidationRunResponse = exports.TriggerConsolidationResponse = exports.GetConceptClusterRequest = exports.GetConceptHierarchyRequest = exports.ListConsolidationHistoryResponse = exports.ListConsolidationHistoryRequest = exports.GetConsolidationRunRequest = exports.TriggerConsolidationRequest = exports.ConceptHierarchy = exports.ConceptCluster = exports.ConsolidationRun = exports.Scope = exports.ScopeKind = exports.ConsolidationRunStatus = exports.protobufPackage = void 0;
|
|
9
9
|
exports.consolidationRunStatusFromJSON = consolidationRunStatusFromJSON;
|
|
10
10
|
exports.consolidationRunStatusToJSON = consolidationRunStatusToJSON;
|
|
11
11
|
exports.scopeKindFromJSON = scopeKindFromJSON;
|
|
@@ -1588,6 +1588,775 @@ exports.GetConceptClusterResponse = {
|
|
|
1588
1588
|
return message;
|
|
1589
1589
|
},
|
|
1590
1590
|
};
|
|
1591
|
+
exports.ConsolidationServiceServiceName = "weaveapi.consolidation.v1.ConsolidationService";
|
|
1592
|
+
class ConsolidationServiceClientImpl {
|
|
1593
|
+
constructor(rpc, opts) {
|
|
1594
|
+
this.service = (opts === null || opts === void 0 ? void 0 : opts.service) || exports.ConsolidationServiceServiceName;
|
|
1595
|
+
this.rpc = rpc;
|
|
1596
|
+
this.TriggerConsolidation = this.TriggerConsolidation.bind(this);
|
|
1597
|
+
this.GetConsolidationRun = this.GetConsolidationRun.bind(this);
|
|
1598
|
+
this.ListConsolidationHistory = this.ListConsolidationHistory.bind(this);
|
|
1599
|
+
this.GetConceptHierarchy = this.GetConceptHierarchy.bind(this);
|
|
1600
|
+
this.GetConceptCluster = this.GetConceptCluster.bind(this);
|
|
1601
|
+
}
|
|
1602
|
+
TriggerConsolidation(request) {
|
|
1603
|
+
const data = exports.TriggerConsolidationRequest.encode(request).finish();
|
|
1604
|
+
const promise = this.rpc.request(this.service, "TriggerConsolidation", data);
|
|
1605
|
+
return promise.then((data) => exports.TriggerConsolidationResponse.decode(new wire_1.BinaryReader(data)));
|
|
1606
|
+
}
|
|
1607
|
+
GetConsolidationRun(request) {
|
|
1608
|
+
const data = exports.GetConsolidationRunRequest.encode(request).finish();
|
|
1609
|
+
const promise = this.rpc.request(this.service, "GetConsolidationRun", data);
|
|
1610
|
+
return promise.then((data) => exports.GetConsolidationRunResponse.decode(new wire_1.BinaryReader(data)));
|
|
1611
|
+
}
|
|
1612
|
+
ListConsolidationHistory(request) {
|
|
1613
|
+
const data = exports.ListConsolidationHistoryRequest.encode(request).finish();
|
|
1614
|
+
const promise = this.rpc.request(this.service, "ListConsolidationHistory", data);
|
|
1615
|
+
return promise.then((data) => exports.ListConsolidationHistoryResponse.decode(new wire_1.BinaryReader(data)));
|
|
1616
|
+
}
|
|
1617
|
+
GetConceptHierarchy(request) {
|
|
1618
|
+
const data = exports.GetConceptHierarchyRequest.encode(request).finish();
|
|
1619
|
+
const promise = this.rpc.request(this.service, "GetConceptHierarchy", data);
|
|
1620
|
+
return promise.then((data) => exports.GetConceptHierarchyResponse.decode(new wire_1.BinaryReader(data)));
|
|
1621
|
+
}
|
|
1622
|
+
GetConceptCluster(request) {
|
|
1623
|
+
const data = exports.GetConceptClusterRequest.encode(request).finish();
|
|
1624
|
+
const promise = this.rpc.request(this.service, "GetConceptCluster", data);
|
|
1625
|
+
return promise.then((data) => exports.GetConceptClusterResponse.decode(new wire_1.BinaryReader(data)));
|
|
1626
|
+
}
|
|
1627
|
+
}
|
|
1628
|
+
exports.ConsolidationServiceClientImpl = ConsolidationServiceClientImpl;
|
|
1629
|
+
exports.ConsolidationServiceDefinition = {
|
|
1630
|
+
name: "ConsolidationService",
|
|
1631
|
+
fullName: "weaveapi.consolidation.v1.ConsolidationService",
|
|
1632
|
+
methods: {
|
|
1633
|
+
triggerConsolidation: {
|
|
1634
|
+
name: "TriggerConsolidation",
|
|
1635
|
+
requestType: exports.TriggerConsolidationRequest,
|
|
1636
|
+
requestStream: false,
|
|
1637
|
+
responseType: exports.TriggerConsolidationResponse,
|
|
1638
|
+
responseStream: false,
|
|
1639
|
+
options: {
|
|
1640
|
+
_unknownFields: {
|
|
1641
|
+
408002: [
|
|
1642
|
+
new Uint8Array([
|
|
1643
|
+
65,
|
|
1644
|
+
10,
|
|
1645
|
+
12,
|
|
1646
|
+
111,
|
|
1647
|
+
114,
|
|
1648
|
+
103,
|
|
1649
|
+
97,
|
|
1650
|
+
110,
|
|
1651
|
+
105,
|
|
1652
|
+
122,
|
|
1653
|
+
97,
|
|
1654
|
+
116,
|
|
1655
|
+
105,
|
|
1656
|
+
111,
|
|
1657
|
+
110,
|
|
1658
|
+
18,
|
|
1659
|
+
30,
|
|
1660
|
+
99,
|
|
1661
|
+
97,
|
|
1662
|
+
110,
|
|
1663
|
+
95,
|
|
1664
|
+
114,
|
|
1665
|
+
117,
|
|
1666
|
+
110,
|
|
1667
|
+
95,
|
|
1668
|
+
100,
|
|
1669
|
+
111,
|
|
1670
|
+
99,
|
|
1671
|
+
117,
|
|
1672
|
+
109,
|
|
1673
|
+
101,
|
|
1674
|
+
110,
|
|
1675
|
+
116,
|
|
1676
|
+
95,
|
|
1677
|
+
99,
|
|
1678
|
+
111,
|
|
1679
|
+
110,
|
|
1680
|
+
115,
|
|
1681
|
+
111,
|
|
1682
|
+
108,
|
|
1683
|
+
105,
|
|
1684
|
+
100,
|
|
1685
|
+
97,
|
|
1686
|
+
116,
|
|
1687
|
+
105,
|
|
1688
|
+
111,
|
|
1689
|
+
110,
|
|
1690
|
+
26,
|
|
1691
|
+
17,
|
|
1692
|
+
18,
|
|
1693
|
+
15,
|
|
1694
|
+
111,
|
|
1695
|
+
114,
|
|
1696
|
+
103,
|
|
1697
|
+
97,
|
|
1698
|
+
110,
|
|
1699
|
+
105,
|
|
1700
|
+
122,
|
|
1701
|
+
97,
|
|
1702
|
+
116,
|
|
1703
|
+
105,
|
|
1704
|
+
111,
|
|
1705
|
+
110,
|
|
1706
|
+
95,
|
|
1707
|
+
105,
|
|
1708
|
+
100,
|
|
1709
|
+
]),
|
|
1710
|
+
],
|
|
1711
|
+
578365826: [
|
|
1712
|
+
new Uint8Array([
|
|
1713
|
+
52,
|
|
1714
|
+
58,
|
|
1715
|
+
1,
|
|
1716
|
+
42,
|
|
1717
|
+
34,
|
|
1718
|
+
47,
|
|
1719
|
+
47,
|
|
1720
|
+
118,
|
|
1721
|
+
49,
|
|
1722
|
+
47,
|
|
1723
|
+
111,
|
|
1724
|
+
114,
|
|
1725
|
+
103,
|
|
1726
|
+
47,
|
|
1727
|
+
123,
|
|
1728
|
+
111,
|
|
1729
|
+
114,
|
|
1730
|
+
103,
|
|
1731
|
+
97,
|
|
1732
|
+
110,
|
|
1733
|
+
105,
|
|
1734
|
+
122,
|
|
1735
|
+
97,
|
|
1736
|
+
116,
|
|
1737
|
+
105,
|
|
1738
|
+
111,
|
|
1739
|
+
110,
|
|
1740
|
+
95,
|
|
1741
|
+
105,
|
|
1742
|
+
100,
|
|
1743
|
+
125,
|
|
1744
|
+
47,
|
|
1745
|
+
99,
|
|
1746
|
+
111,
|
|
1747
|
+
110,
|
|
1748
|
+
115,
|
|
1749
|
+
111,
|
|
1750
|
+
108,
|
|
1751
|
+
105,
|
|
1752
|
+
100,
|
|
1753
|
+
97,
|
|
1754
|
+
116,
|
|
1755
|
+
105,
|
|
1756
|
+
111,
|
|
1757
|
+
110,
|
|
1758
|
+
47,
|
|
1759
|
+
116,
|
|
1760
|
+
114,
|
|
1761
|
+
105,
|
|
1762
|
+
103,
|
|
1763
|
+
103,
|
|
1764
|
+
101,
|
|
1765
|
+
114,
|
|
1766
|
+
]),
|
|
1767
|
+
],
|
|
1768
|
+
},
|
|
1769
|
+
},
|
|
1770
|
+
},
|
|
1771
|
+
getConsolidationRun: {
|
|
1772
|
+
name: "GetConsolidationRun",
|
|
1773
|
+
requestType: exports.GetConsolidationRunRequest,
|
|
1774
|
+
requestStream: false,
|
|
1775
|
+
responseType: exports.GetConsolidationRunResponse,
|
|
1776
|
+
responseStream: false,
|
|
1777
|
+
options: {
|
|
1778
|
+
_unknownFields: {
|
|
1779
|
+
408002: [
|
|
1780
|
+
new Uint8Array([
|
|
1781
|
+
66,
|
|
1782
|
+
10,
|
|
1783
|
+
12,
|
|
1784
|
+
111,
|
|
1785
|
+
114,
|
|
1786
|
+
103,
|
|
1787
|
+
97,
|
|
1788
|
+
110,
|
|
1789
|
+
105,
|
|
1790
|
+
122,
|
|
1791
|
+
97,
|
|
1792
|
+
116,
|
|
1793
|
+
105,
|
|
1794
|
+
111,
|
|
1795
|
+
110,
|
|
1796
|
+
18,
|
|
1797
|
+
31,
|
|
1798
|
+
99,
|
|
1799
|
+
97,
|
|
1800
|
+
110,
|
|
1801
|
+
95,
|
|
1802
|
+
118,
|
|
1803
|
+
105,
|
|
1804
|
+
101,
|
|
1805
|
+
119,
|
|
1806
|
+
95,
|
|
1807
|
+
100,
|
|
1808
|
+
111,
|
|
1809
|
+
99,
|
|
1810
|
+
117,
|
|
1811
|
+
109,
|
|
1812
|
+
101,
|
|
1813
|
+
110,
|
|
1814
|
+
116,
|
|
1815
|
+
95,
|
|
1816
|
+
99,
|
|
1817
|
+
111,
|
|
1818
|
+
110,
|
|
1819
|
+
115,
|
|
1820
|
+
111,
|
|
1821
|
+
108,
|
|
1822
|
+
105,
|
|
1823
|
+
100,
|
|
1824
|
+
97,
|
|
1825
|
+
116,
|
|
1826
|
+
105,
|
|
1827
|
+
111,
|
|
1828
|
+
110,
|
|
1829
|
+
26,
|
|
1830
|
+
17,
|
|
1831
|
+
18,
|
|
1832
|
+
15,
|
|
1833
|
+
111,
|
|
1834
|
+
114,
|
|
1835
|
+
103,
|
|
1836
|
+
97,
|
|
1837
|
+
110,
|
|
1838
|
+
105,
|
|
1839
|
+
122,
|
|
1840
|
+
97,
|
|
1841
|
+
116,
|
|
1842
|
+
105,
|
|
1843
|
+
111,
|
|
1844
|
+
110,
|
|
1845
|
+
95,
|
|
1846
|
+
105,
|
|
1847
|
+
100,
|
|
1848
|
+
]),
|
|
1849
|
+
],
|
|
1850
|
+
578365826: [
|
|
1851
|
+
new Uint8Array([
|
|
1852
|
+
69,
|
|
1853
|
+
18,
|
|
1854
|
+
67,
|
|
1855
|
+
47,
|
|
1856
|
+
118,
|
|
1857
|
+
49,
|
|
1858
|
+
47,
|
|
1859
|
+
111,
|
|
1860
|
+
114,
|
|
1861
|
+
103,
|
|
1862
|
+
47,
|
|
1863
|
+
123,
|
|
1864
|
+
111,
|
|
1865
|
+
114,
|
|
1866
|
+
103,
|
|
1867
|
+
97,
|
|
1868
|
+
110,
|
|
1869
|
+
105,
|
|
1870
|
+
122,
|
|
1871
|
+
97,
|
|
1872
|
+
116,
|
|
1873
|
+
105,
|
|
1874
|
+
111,
|
|
1875
|
+
110,
|
|
1876
|
+
95,
|
|
1877
|
+
105,
|
|
1878
|
+
100,
|
|
1879
|
+
125,
|
|
1880
|
+
47,
|
|
1881
|
+
99,
|
|
1882
|
+
111,
|
|
1883
|
+
110,
|
|
1884
|
+
115,
|
|
1885
|
+
111,
|
|
1886
|
+
108,
|
|
1887
|
+
105,
|
|
1888
|
+
100,
|
|
1889
|
+
97,
|
|
1890
|
+
116,
|
|
1891
|
+
105,
|
|
1892
|
+
111,
|
|
1893
|
+
110,
|
|
1894
|
+
47,
|
|
1895
|
+
114,
|
|
1896
|
+
117,
|
|
1897
|
+
110,
|
|
1898
|
+
115,
|
|
1899
|
+
47,
|
|
1900
|
+
123,
|
|
1901
|
+
99,
|
|
1902
|
+
111,
|
|
1903
|
+
110,
|
|
1904
|
+
115,
|
|
1905
|
+
111,
|
|
1906
|
+
108,
|
|
1907
|
+
105,
|
|
1908
|
+
100,
|
|
1909
|
+
97,
|
|
1910
|
+
116,
|
|
1911
|
+
105,
|
|
1912
|
+
111,
|
|
1913
|
+
110,
|
|
1914
|
+
95,
|
|
1915
|
+
114,
|
|
1916
|
+
117,
|
|
1917
|
+
110,
|
|
1918
|
+
95,
|
|
1919
|
+
105,
|
|
1920
|
+
100,
|
|
1921
|
+
125,
|
|
1922
|
+
]),
|
|
1923
|
+
],
|
|
1924
|
+
},
|
|
1925
|
+
},
|
|
1926
|
+
},
|
|
1927
|
+
listConsolidationHistory: {
|
|
1928
|
+
name: "ListConsolidationHistory",
|
|
1929
|
+
requestType: exports.ListConsolidationHistoryRequest,
|
|
1930
|
+
requestStream: false,
|
|
1931
|
+
responseType: exports.ListConsolidationHistoryResponse,
|
|
1932
|
+
responseStream: false,
|
|
1933
|
+
options: {
|
|
1934
|
+
_unknownFields: {
|
|
1935
|
+
408002: [
|
|
1936
|
+
new Uint8Array([
|
|
1937
|
+
66,
|
|
1938
|
+
10,
|
|
1939
|
+
12,
|
|
1940
|
+
111,
|
|
1941
|
+
114,
|
|
1942
|
+
103,
|
|
1943
|
+
97,
|
|
1944
|
+
110,
|
|
1945
|
+
105,
|
|
1946
|
+
122,
|
|
1947
|
+
97,
|
|
1948
|
+
116,
|
|
1949
|
+
105,
|
|
1950
|
+
111,
|
|
1951
|
+
110,
|
|
1952
|
+
18,
|
|
1953
|
+
31,
|
|
1954
|
+
99,
|
|
1955
|
+
97,
|
|
1956
|
+
110,
|
|
1957
|
+
95,
|
|
1958
|
+
118,
|
|
1959
|
+
105,
|
|
1960
|
+
101,
|
|
1961
|
+
119,
|
|
1962
|
+
95,
|
|
1963
|
+
100,
|
|
1964
|
+
111,
|
|
1965
|
+
99,
|
|
1966
|
+
117,
|
|
1967
|
+
109,
|
|
1968
|
+
101,
|
|
1969
|
+
110,
|
|
1970
|
+
116,
|
|
1971
|
+
95,
|
|
1972
|
+
99,
|
|
1973
|
+
111,
|
|
1974
|
+
110,
|
|
1975
|
+
115,
|
|
1976
|
+
111,
|
|
1977
|
+
108,
|
|
1978
|
+
105,
|
|
1979
|
+
100,
|
|
1980
|
+
97,
|
|
1981
|
+
116,
|
|
1982
|
+
105,
|
|
1983
|
+
111,
|
|
1984
|
+
110,
|
|
1985
|
+
26,
|
|
1986
|
+
17,
|
|
1987
|
+
18,
|
|
1988
|
+
15,
|
|
1989
|
+
111,
|
|
1990
|
+
114,
|
|
1991
|
+
103,
|
|
1992
|
+
97,
|
|
1993
|
+
110,
|
|
1994
|
+
105,
|
|
1995
|
+
122,
|
|
1996
|
+
97,
|
|
1997
|
+
116,
|
|
1998
|
+
105,
|
|
1999
|
+
111,
|
|
2000
|
+
110,
|
|
2001
|
+
95,
|
|
2002
|
+
105,
|
|
2003
|
+
100,
|
|
2004
|
+
]),
|
|
2005
|
+
],
|
|
2006
|
+
578365826: [
|
|
2007
|
+
new Uint8Array([
|
|
2008
|
+
49,
|
|
2009
|
+
18,
|
|
2010
|
+
47,
|
|
2011
|
+
47,
|
|
2012
|
+
118,
|
|
2013
|
+
49,
|
|
2014
|
+
47,
|
|
2015
|
+
111,
|
|
2016
|
+
114,
|
|
2017
|
+
103,
|
|
2018
|
+
47,
|
|
2019
|
+
123,
|
|
2020
|
+
111,
|
|
2021
|
+
114,
|
|
2022
|
+
103,
|
|
2023
|
+
97,
|
|
2024
|
+
110,
|
|
2025
|
+
105,
|
|
2026
|
+
122,
|
|
2027
|
+
97,
|
|
2028
|
+
116,
|
|
2029
|
+
105,
|
|
2030
|
+
111,
|
|
2031
|
+
110,
|
|
2032
|
+
95,
|
|
2033
|
+
105,
|
|
2034
|
+
100,
|
|
2035
|
+
125,
|
|
2036
|
+
47,
|
|
2037
|
+
99,
|
|
2038
|
+
111,
|
|
2039
|
+
110,
|
|
2040
|
+
115,
|
|
2041
|
+
111,
|
|
2042
|
+
108,
|
|
2043
|
+
105,
|
|
2044
|
+
100,
|
|
2045
|
+
97,
|
|
2046
|
+
116,
|
|
2047
|
+
105,
|
|
2048
|
+
111,
|
|
2049
|
+
110,
|
|
2050
|
+
47,
|
|
2051
|
+
104,
|
|
2052
|
+
105,
|
|
2053
|
+
115,
|
|
2054
|
+
116,
|
|
2055
|
+
111,
|
|
2056
|
+
114,
|
|
2057
|
+
121,
|
|
2058
|
+
]),
|
|
2059
|
+
],
|
|
2060
|
+
},
|
|
2061
|
+
},
|
|
2062
|
+
},
|
|
2063
|
+
getConceptHierarchy: {
|
|
2064
|
+
name: "GetConceptHierarchy",
|
|
2065
|
+
requestType: exports.GetConceptHierarchyRequest,
|
|
2066
|
+
requestStream: false,
|
|
2067
|
+
responseType: exports.GetConceptHierarchyResponse,
|
|
2068
|
+
responseStream: false,
|
|
2069
|
+
options: {
|
|
2070
|
+
_unknownFields: {
|
|
2071
|
+
408002: [
|
|
2072
|
+
new Uint8Array([
|
|
2073
|
+
66,
|
|
2074
|
+
10,
|
|
2075
|
+
12,
|
|
2076
|
+
111,
|
|
2077
|
+
114,
|
|
2078
|
+
103,
|
|
2079
|
+
97,
|
|
2080
|
+
110,
|
|
2081
|
+
105,
|
|
2082
|
+
122,
|
|
2083
|
+
97,
|
|
2084
|
+
116,
|
|
2085
|
+
105,
|
|
2086
|
+
111,
|
|
2087
|
+
110,
|
|
2088
|
+
18,
|
|
2089
|
+
31,
|
|
2090
|
+
99,
|
|
2091
|
+
97,
|
|
2092
|
+
110,
|
|
2093
|
+
95,
|
|
2094
|
+
118,
|
|
2095
|
+
105,
|
|
2096
|
+
101,
|
|
2097
|
+
119,
|
|
2098
|
+
95,
|
|
2099
|
+
100,
|
|
2100
|
+
111,
|
|
2101
|
+
99,
|
|
2102
|
+
117,
|
|
2103
|
+
109,
|
|
2104
|
+
101,
|
|
2105
|
+
110,
|
|
2106
|
+
116,
|
|
2107
|
+
95,
|
|
2108
|
+
99,
|
|
2109
|
+
111,
|
|
2110
|
+
110,
|
|
2111
|
+
115,
|
|
2112
|
+
111,
|
|
2113
|
+
108,
|
|
2114
|
+
105,
|
|
2115
|
+
100,
|
|
2116
|
+
97,
|
|
2117
|
+
116,
|
|
2118
|
+
105,
|
|
2119
|
+
111,
|
|
2120
|
+
110,
|
|
2121
|
+
26,
|
|
2122
|
+
17,
|
|
2123
|
+
18,
|
|
2124
|
+
15,
|
|
2125
|
+
111,
|
|
2126
|
+
114,
|
|
2127
|
+
103,
|
|
2128
|
+
97,
|
|
2129
|
+
110,
|
|
2130
|
+
105,
|
|
2131
|
+
122,
|
|
2132
|
+
97,
|
|
2133
|
+
116,
|
|
2134
|
+
105,
|
|
2135
|
+
111,
|
|
2136
|
+
110,
|
|
2137
|
+
95,
|
|
2138
|
+
105,
|
|
2139
|
+
100,
|
|
2140
|
+
]),
|
|
2141
|
+
],
|
|
2142
|
+
578365826: [
|
|
2143
|
+
new Uint8Array([
|
|
2144
|
+
50,
|
|
2145
|
+
18,
|
|
2146
|
+
48,
|
|
2147
|
+
47,
|
|
2148
|
+
118,
|
|
2149
|
+
49,
|
|
2150
|
+
47,
|
|
2151
|
+
111,
|
|
2152
|
+
114,
|
|
2153
|
+
103,
|
|
2154
|
+
47,
|
|
2155
|
+
123,
|
|
2156
|
+
111,
|
|
2157
|
+
114,
|
|
2158
|
+
103,
|
|
2159
|
+
97,
|
|
2160
|
+
110,
|
|
2161
|
+
105,
|
|
2162
|
+
122,
|
|
2163
|
+
97,
|
|
2164
|
+
116,
|
|
2165
|
+
105,
|
|
2166
|
+
111,
|
|
2167
|
+
110,
|
|
2168
|
+
95,
|
|
2169
|
+
105,
|
|
2170
|
+
100,
|
|
2171
|
+
125,
|
|
2172
|
+
47,
|
|
2173
|
+
99,
|
|
2174
|
+
111,
|
|
2175
|
+
110,
|
|
2176
|
+
115,
|
|
2177
|
+
111,
|
|
2178
|
+
108,
|
|
2179
|
+
105,
|
|
2180
|
+
100,
|
|
2181
|
+
97,
|
|
2182
|
+
116,
|
|
2183
|
+
105,
|
|
2184
|
+
111,
|
|
2185
|
+
110,
|
|
2186
|
+
47,
|
|
2187
|
+
99,
|
|
2188
|
+
111,
|
|
2189
|
+
110,
|
|
2190
|
+
99,
|
|
2191
|
+
101,
|
|
2192
|
+
112,
|
|
2193
|
+
116,
|
|
2194
|
+
115,
|
|
2195
|
+
]),
|
|
2196
|
+
],
|
|
2197
|
+
},
|
|
2198
|
+
},
|
|
2199
|
+
},
|
|
2200
|
+
getConceptCluster: {
|
|
2201
|
+
name: "GetConceptCluster",
|
|
2202
|
+
requestType: exports.GetConceptClusterRequest,
|
|
2203
|
+
requestStream: false,
|
|
2204
|
+
responseType: exports.GetConceptClusterResponse,
|
|
2205
|
+
responseStream: false,
|
|
2206
|
+
options: {
|
|
2207
|
+
_unknownFields: {
|
|
2208
|
+
408002: [
|
|
2209
|
+
new Uint8Array([
|
|
2210
|
+
66,
|
|
2211
|
+
10,
|
|
2212
|
+
12,
|
|
2213
|
+
111,
|
|
2214
|
+
114,
|
|
2215
|
+
103,
|
|
2216
|
+
97,
|
|
2217
|
+
110,
|
|
2218
|
+
105,
|
|
2219
|
+
122,
|
|
2220
|
+
97,
|
|
2221
|
+
116,
|
|
2222
|
+
105,
|
|
2223
|
+
111,
|
|
2224
|
+
110,
|
|
2225
|
+
18,
|
|
2226
|
+
31,
|
|
2227
|
+
99,
|
|
2228
|
+
97,
|
|
2229
|
+
110,
|
|
2230
|
+
95,
|
|
2231
|
+
118,
|
|
2232
|
+
105,
|
|
2233
|
+
101,
|
|
2234
|
+
119,
|
|
2235
|
+
95,
|
|
2236
|
+
100,
|
|
2237
|
+
111,
|
|
2238
|
+
99,
|
|
2239
|
+
117,
|
|
2240
|
+
109,
|
|
2241
|
+
101,
|
|
2242
|
+
110,
|
|
2243
|
+
116,
|
|
2244
|
+
95,
|
|
2245
|
+
99,
|
|
2246
|
+
111,
|
|
2247
|
+
110,
|
|
2248
|
+
115,
|
|
2249
|
+
111,
|
|
2250
|
+
108,
|
|
2251
|
+
105,
|
|
2252
|
+
100,
|
|
2253
|
+
97,
|
|
2254
|
+
116,
|
|
2255
|
+
105,
|
|
2256
|
+
111,
|
|
2257
|
+
110,
|
|
2258
|
+
26,
|
|
2259
|
+
17,
|
|
2260
|
+
18,
|
|
2261
|
+
15,
|
|
2262
|
+
111,
|
|
2263
|
+
114,
|
|
2264
|
+
103,
|
|
2265
|
+
97,
|
|
2266
|
+
110,
|
|
2267
|
+
105,
|
|
2268
|
+
122,
|
|
2269
|
+
97,
|
|
2270
|
+
116,
|
|
2271
|
+
105,
|
|
2272
|
+
111,
|
|
2273
|
+
110,
|
|
2274
|
+
95,
|
|
2275
|
+
105,
|
|
2276
|
+
100,
|
|
2277
|
+
]),
|
|
2278
|
+
],
|
|
2279
|
+
578365826: [
|
|
2280
|
+
new Uint8Array([
|
|
2281
|
+
71,
|
|
2282
|
+
18,
|
|
2283
|
+
69,
|
|
2284
|
+
47,
|
|
2285
|
+
118,
|
|
2286
|
+
49,
|
|
2287
|
+
47,
|
|
2288
|
+
111,
|
|
2289
|
+
114,
|
|
2290
|
+
103,
|
|
2291
|
+
47,
|
|
2292
|
+
123,
|
|
2293
|
+
111,
|
|
2294
|
+
114,
|
|
2295
|
+
103,
|
|
2296
|
+
97,
|
|
2297
|
+
110,
|
|
2298
|
+
105,
|
|
2299
|
+
122,
|
|
2300
|
+
97,
|
|
2301
|
+
116,
|
|
2302
|
+
105,
|
|
2303
|
+
111,
|
|
2304
|
+
110,
|
|
2305
|
+
95,
|
|
2306
|
+
105,
|
|
2307
|
+
100,
|
|
2308
|
+
125,
|
|
2309
|
+
47,
|
|
2310
|
+
99,
|
|
2311
|
+
111,
|
|
2312
|
+
110,
|
|
2313
|
+
115,
|
|
2314
|
+
111,
|
|
2315
|
+
108,
|
|
2316
|
+
105,
|
|
2317
|
+
100,
|
|
2318
|
+
97,
|
|
2319
|
+
116,
|
|
2320
|
+
105,
|
|
2321
|
+
111,
|
|
2322
|
+
110,
|
|
2323
|
+
47,
|
|
2324
|
+
99,
|
|
2325
|
+
111,
|
|
2326
|
+
110,
|
|
2327
|
+
99,
|
|
2328
|
+
101,
|
|
2329
|
+
112,
|
|
2330
|
+
116,
|
|
2331
|
+
115,
|
|
2332
|
+
47,
|
|
2333
|
+
123,
|
|
2334
|
+
99,
|
|
2335
|
+
111,
|
|
2336
|
+
110,
|
|
2337
|
+
99,
|
|
2338
|
+
101,
|
|
2339
|
+
112,
|
|
2340
|
+
116,
|
|
2341
|
+
95,
|
|
2342
|
+
99,
|
|
2343
|
+
108,
|
|
2344
|
+
117,
|
|
2345
|
+
115,
|
|
2346
|
+
116,
|
|
2347
|
+
101,
|
|
2348
|
+
114,
|
|
2349
|
+
95,
|
|
2350
|
+
105,
|
|
2351
|
+
100,
|
|
2352
|
+
125,
|
|
2353
|
+
]),
|
|
2354
|
+
],
|
|
2355
|
+
},
|
|
2356
|
+
},
|
|
2357
|
+
},
|
|
2358
|
+
},
|
|
2359
|
+
};
|
|
1591
2360
|
function toTimestamp(date) {
|
|
1592
2361
|
const seconds = Math.trunc(date.getTime() / 1000);
|
|
1593
2362
|
const nanos = (date.getTime() % 1000) * 1000000;
|