@raystack/proton 0.1.0-ce225175aa066e6f296bc489293bb83ed0edcef6
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/google/api/annotations_pb.ts +33 -0
- package/google/api/field_behavior.ts +95 -0
- package/google/api/field_behavior_pb.ts +139 -0
- package/google/api/http.ts +695 -0
- package/google/api/http_pb.ts +547 -0
- package/google/api/httpbody.ts +159 -0
- package/google/api/httpbody_pb.ts +122 -0
- package/google/protobuf/any.ts +322 -0
- package/google/protobuf/descriptor.ts +3475 -0
- package/google/protobuf/duration.ts +231 -0
- package/google/protobuf/struct.ts +484 -0
- package/google/protobuf/timestamp.ts +290 -0
- package/google/protobuf/wrappers.ts +752 -0
- package/package.json +47 -0
- package/protoc-gen-openapiv2/options/annotations_pb.ts +78 -0
- package/protoc-gen-openapiv2/options/openapiv2.ts +3110 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.ts +1995 -0
- package/raystack/assets/index.ts +29 -0
- package/raystack/assets/v1beta1/bucket.ts +362 -0
- package/raystack/assets/v1beta1/bucket_pb.ts +233 -0
- package/raystack/assets/v1beta1/dashboard.ts +426 -0
- package/raystack/assets/v1beta1/dashboard_pb.ts +275 -0
- package/raystack/assets/v1beta1/event.ts +105 -0
- package/raystack/assets/v1beta1/event_pb.ts +70 -0
- package/raystack/assets/v1beta1/group.ts +223 -0
- package/raystack/assets/v1beta1/group_pb.ts +149 -0
- package/raystack/assets/v1beta1/job.ts +147 -0
- package/raystack/assets/v1beta1/job_pb.ts +100 -0
- package/raystack/assets/v1beta1/lineage.ts +90 -0
- package/raystack/assets/v1beta1/lineage_pb.ts +61 -0
- package/raystack/assets/v1beta1/ownership.ts +179 -0
- package/raystack/assets/v1beta1/ownership_pb.ts +119 -0
- package/raystack/assets/v1beta1/preview.ts +87 -0
- package/raystack/assets/v1beta1/preview_pb.ts +58 -0
- package/raystack/assets/v1beta1/properties.ts +116 -0
- package/raystack/assets/v1beta1/properties_pb.ts +63 -0
- package/raystack/assets/v1beta1/resource.ts +149 -0
- package/raystack/assets/v1beta1/resource_pb.ts +96 -0
- package/raystack/assets/v1beta1/schema.ts +421 -0
- package/raystack/assets/v1beta1/schema_pb.ts +262 -0
- package/raystack/assets/v1beta1/table.ts +408 -0
- package/raystack/assets/v1beta1/table_pb.ts +266 -0
- package/raystack/assets/v1beta1/timestamp.ts +158 -0
- package/raystack/assets/v1beta1/timestamp_pb.ts +107 -0
- package/raystack/assets/v1beta1/topic.ts +253 -0
- package/raystack/assets/v1beta1/topic_pb.ts +171 -0
- package/raystack/assets/v1beta1/user.ts +451 -0
- package/raystack/assets/v1beta1/user_pb.ts +292 -0
- package/raystack/assets/v1beta2/application.ts +125 -0
- package/raystack/assets/v1beta2/application_pb.ts +79 -0
- package/raystack/assets/v1beta2/asset.ts +269 -0
- package/raystack/assets/v1beta2/asset_pb.ts +157 -0
- package/raystack/assets/v1beta2/bucket.ts +341 -0
- package/raystack/assets/v1beta2/bucket_pb.ts +215 -0
- package/raystack/assets/v1beta2/common.ts +392 -0
- package/raystack/assets/v1beta2/common_pb.ts +258 -0
- package/raystack/assets/v1beta2/dashboard.ts +393 -0
- package/raystack/assets/v1beta2/dashboard_pb.ts +247 -0
- package/raystack/assets/v1beta2/experiment.ts +274 -0
- package/raystack/assets/v1beta2/experiment_pb.ts +180 -0
- package/raystack/assets/v1beta2/feature_table.ts +387 -0
- package/raystack/assets/v1beta2/feature_table_pb.ts +237 -0
- package/raystack/assets/v1beta2/group.ts +178 -0
- package/raystack/assets/v1beta2/group_pb.ts +118 -0
- package/raystack/assets/v1beta2/job.ts +99 -0
- package/raystack/assets/v1beta2/job_pb.ts +65 -0
- package/raystack/assets/v1beta2/metric.ts +163 -0
- package/raystack/assets/v1beta2/metric_pb.ts +105 -0
- package/raystack/assets/v1beta2/model.ts +519 -0
- package/raystack/assets/v1beta2/model_pb.ts +322 -0
- package/raystack/assets/v1beta2/table.ts +663 -0
- package/raystack/assets/v1beta2/table_pb.ts +409 -0
- package/raystack/assets/v1beta2/topic.ts +275 -0
- package/raystack/assets/v1beta2/topic_pb.ts +181 -0
- package/raystack/assets/v1beta2/user.ts +433 -0
- package/raystack/assets/v1beta2/user_pb.ts +277 -0
- package/raystack/common/index.ts +3 -0
- package/raystack/common/v1/service-CommonService_connectquery.ts +21 -0
- package/raystack/common/v1/service.client.ts +37 -0
- package/raystack/common/v1/service.ts +245 -0
- package/raystack/common/v1/service_connect.ts +26 -0
- package/raystack/common/v1/service_pb.ts +149 -0
- package/raystack/compass/index.ts +3 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +605 -0
- package/raystack/compass/v1beta1/service.client.ts +594 -0
- package/raystack/compass/v1beta1/service.ts +8169 -0
- package/raystack/compass/v1beta1/service_connect.ts +407 -0
- package/raystack/compass/v1beta1/service_pb.ts +4975 -0
- package/raystack/entropy/index.ts +6 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +77 -0
- package/raystack/entropy/v1beta1/module.client.ts +89 -0
- package/raystack/entropy/v1beta1/module.ts +692 -0
- package/raystack/entropy/v1beta1/module_connect.ts +62 -0
- package/raystack/entropy/v1beta1/module_pb.ts +445 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +105 -0
- package/raystack/entropy/v1beta1/resource.client.ts +129 -0
- package/raystack/entropy/v1beta1/resource.ts +1817 -0
- package/raystack/entropy/v1beta1/resource_connect.ts +89 -0
- package/raystack/entropy/v1beta1/resource_pb.ts +1092 -0
- package/raystack/frontier/index.ts +7 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +756 -0
- package/raystack/frontier/v1beta1/admin.client.ts +849 -0
- package/raystack/frontier/v1beta1/admin.ts +9007 -0
- package/raystack/frontier/v1beta1/admin_connect.ts +573 -0
- package/raystack/frontier/v1beta1/admin_pb.ts +5615 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +2399 -0
- package/raystack/frontier/v1beta1/frontier.client.ts +2307 -0
- package/raystack/frontier/v1beta1/frontier.ts +23706 -0
- package/raystack/frontier/v1beta1/frontier_connect.ts +1574 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +15258 -0
- package/raystack/frontier/v1beta1/models.ts +7433 -0
- package/raystack/frontier/v1beta1/models_pb.ts +4345 -0
- package/raystack/guardian/index.ts +3 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +569 -0
- package/raystack/guardian/v1beta1/guardian.client.ts +552 -0
- package/raystack/guardian/v1beta1/guardian.ts +9688 -0
- package/raystack/guardian/v1beta1/guardian_connect.ts +381 -0
- package/raystack/guardian/v1beta1/guardian_pb.ts +5858 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +49 -0
- package/raystack/optimus/core/v1beta1/backup.client.ts +63 -0
- package/raystack/optimus/core/v1beta1/backup.ts +708 -0
- package/raystack/optimus/core/v1beta1/backup_connect.ts +44 -0
- package/raystack/optimus/core/v1beta1/backup_pb.ts +406 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +71 -0
- package/raystack/optimus/core/v1beta1/job_run.client.ts +96 -0
- package/raystack/optimus/core/v1beta1/job_run.ts +1008 -0
- package/raystack/optimus/core/v1beta1/job_run_connect.ts +63 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.ts +612 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +249 -0
- package/raystack/optimus/core/v1beta1/job_spec.client.ts +363 -0
- package/raystack/optimus/core/v1beta1/job_spec.ts +5134 -0
- package/raystack/optimus/core/v1beta1/job_spec_connect.ts +233 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.ts +3196 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +55 -0
- package/raystack/optimus/core/v1beta1/namespace.client.ts +75 -0
- package/raystack/optimus/core/v1beta1/namespace.ts +477 -0
- package/raystack/optimus/core/v1beta1/namespace_connect.ts +50 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.ts +291 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +55 -0
- package/raystack/optimus/core/v1beta1/project.client.ts +75 -0
- package/raystack/optimus/core/v1beta1/project.ts +520 -0
- package/raystack/optimus/core/v1beta1/project_connect.ts +50 -0
- package/raystack/optimus/core/v1beta1/project_pb.ts +322 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +63 -0
- package/raystack/optimus/core/v1beta1/replay.client.ts +76 -0
- package/raystack/optimus/core/v1beta1/replay.ts +881 -0
- package/raystack/optimus/core/v1beta1/replay_connect.ts +53 -0
- package/raystack/optimus/core/v1beta1/replay_pb.ts +522 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +104 -0
- package/raystack/optimus/core/v1beta1/resource.client.ts +148 -0
- package/raystack/optimus/core/v1beta1/resource.ts +1329 -0
- package/raystack/optimus/core/v1beta1/resource_connect.ts +96 -0
- package/raystack/optimus/core/v1beta1/resource_pb.ts +791 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +23 -0
- package/raystack/optimus/core/v1beta1/runtime.client.ts +45 -0
- package/raystack/optimus/core/v1beta1/runtime.ts +131 -0
- package/raystack/optimus/core/v1beta1/runtime_connect.ts +30 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.ts +82 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +71 -0
- package/raystack/optimus/core/v1beta1/secret.client.ts +92 -0
- package/raystack/optimus/core/v1beta1/secret.ts +619 -0
- package/raystack/optimus/core/v1beta1/secret_connect.ts +61 -0
- package/raystack/optimus/core/v1beta1/secret_pb.ts +393 -0
- package/raystack/optimus/core/v1beta1/status.ts +113 -0
- package/raystack/optimus/core/v1beta1/status_pb.ts +101 -0
- package/raystack/optimus/integration/v1beta1/event.ts +531 -0
- package/raystack/optimus/integration/v1beta1/event_pb.ts +362 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +72 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver.client.ts +100 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver.ts +950 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_connect.ts +65 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +604 -0
- package/raystack/predator/index.ts +2 -0
- package/raystack/predator/v1beta1/metrics_log.ts +457 -0
- package/raystack/predator/v1beta1/metrics_log_pb.ts +277 -0
- package/raystack/predator/v1beta1/result_log.ts +390 -0
- package/raystack/predator/v1beta1/result_log_pb.ts +235 -0
- package/raystack/raccoon/index.ts +3 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +21 -0
- package/raystack/raccoon/v1beta1/raccoon.client.ts +37 -0
- package/raystack/raccoon/v1beta1/raccoon.ts +442 -0
- package/raystack/raccoon/v1beta1/raccoon_connect.ts +26 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.ts +324 -0
- package/raystack/siren/index.ts +3 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +497 -0
- package/raystack/siren/v1beta1/siren.client.ts +479 -0
- package/raystack/siren/v1beta1/siren.ts +6507 -0
- package/raystack/siren/v1beta1/siren_connect.ts +332 -0
- package/raystack/siren/v1beta1/siren_pb.ts +3853 -0
- package/raystack/stencil/index.ts +3 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +231 -0
- package/raystack/stencil/v1beta1/stencil.client.ts +232 -0
- package/raystack/stencil/v1beta1/stencil.ts +2716 -0
- package/raystack/stencil/v1beta1/stencil_connect.ts +161 -0
- package/raystack/stencil/v1beta1/stencil_pb.ts +1729 -0
- package/validate/validate.ts +4130 -0
- package/validate/validate_pb.ts +2621 -0
|
@@ -0,0 +1,594 @@
|
|
|
1
|
+
// @generated by protobuf-ts 2.11.1
|
|
2
|
+
// @generated from protobuf file "raystack/compass/v1beta1/service.proto" (package "raystack.compass.v1beta1", syntax proto3)
|
|
3
|
+
// tslint:disable
|
|
4
|
+
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
|
5
|
+
import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
|
|
6
|
+
import { CompassService } from "./service";
|
|
7
|
+
import type { ListNamespacesResponse } from "./service";
|
|
8
|
+
import type { ListNamespacesRequest } from "./service";
|
|
9
|
+
import type { UpdateNamespaceResponse } from "./service";
|
|
10
|
+
import type { UpdateNamespaceRequest } from "./service";
|
|
11
|
+
import type { GetNamespaceResponse } from "./service";
|
|
12
|
+
import type { GetNamespaceRequest } from "./service";
|
|
13
|
+
import type { CreateNamespaceResponse } from "./service";
|
|
14
|
+
import type { CreateNamespaceRequest } from "./service";
|
|
15
|
+
import type { DeleteTagTemplateResponse } from "./service";
|
|
16
|
+
import type { DeleteTagTemplateRequest } from "./service";
|
|
17
|
+
import type { UpdateTagTemplateResponse } from "./service";
|
|
18
|
+
import type { UpdateTagTemplateRequest } from "./service";
|
|
19
|
+
import type { GetTagTemplateResponse } from "./service";
|
|
20
|
+
import type { GetTagTemplateRequest } from "./service";
|
|
21
|
+
import type { CreateTagTemplateResponse } from "./service";
|
|
22
|
+
import type { CreateTagTemplateRequest } from "./service";
|
|
23
|
+
import type { GetAllTagTemplatesResponse } from "./service";
|
|
24
|
+
import type { GetAllTagTemplatesRequest } from "./service";
|
|
25
|
+
import type { GetAllTagsByAssetResponse } from "./service";
|
|
26
|
+
import type { GetAllTagsByAssetRequest } from "./service";
|
|
27
|
+
import type { DeleteTagAssetResponse } from "./service";
|
|
28
|
+
import type { DeleteTagAssetRequest } from "./service";
|
|
29
|
+
import type { UpdateTagAssetResponse } from "./service";
|
|
30
|
+
import type { UpdateTagAssetRequest } from "./service";
|
|
31
|
+
import type { GetTagByAssetAndTemplateResponse } from "./service";
|
|
32
|
+
import type { GetTagByAssetAndTemplateRequest } from "./service";
|
|
33
|
+
import type { CreateTagAssetResponse } from "./service";
|
|
34
|
+
import type { CreateTagAssetRequest } from "./service";
|
|
35
|
+
import type { GetMyDiscussionsResponse } from "./service";
|
|
36
|
+
import type { GetMyDiscussionsRequest } from "./service";
|
|
37
|
+
import type { UnstarAssetResponse } from "./service";
|
|
38
|
+
import type { UnstarAssetRequest } from "./service";
|
|
39
|
+
import type { StarAssetResponse } from "./service";
|
|
40
|
+
import type { StarAssetRequest } from "./service";
|
|
41
|
+
import type { GetMyStarredAssetResponse } from "./service";
|
|
42
|
+
import type { GetMyStarredAssetRequest } from "./service";
|
|
43
|
+
import type { GetMyStarredAssetsResponse } from "./service";
|
|
44
|
+
import type { GetMyStarredAssetsRequest } from "./service";
|
|
45
|
+
import type { GetUserStarredAssetsResponse } from "./service";
|
|
46
|
+
import type { GetUserStarredAssetsRequest } from "./service";
|
|
47
|
+
import type { CreateAssetProbeResponse } from "./service";
|
|
48
|
+
import type { CreateAssetProbeRequest } from "./service";
|
|
49
|
+
import type { GetAssetByVersionResponse } from "./service";
|
|
50
|
+
import type { GetAssetByVersionRequest } from "./service";
|
|
51
|
+
import type { GetAssetVersionHistoryResponse } from "./service";
|
|
52
|
+
import type { GetAssetVersionHistoryRequest } from "./service";
|
|
53
|
+
import type { GetAssetStargazersResponse } from "./service";
|
|
54
|
+
import type { GetAssetStargazersRequest } from "./service";
|
|
55
|
+
import type { DeleteAssetResponse } from "./service";
|
|
56
|
+
import type { DeleteAssetRequest } from "./service";
|
|
57
|
+
import type { UpsertPatchAssetResponse } from "./service";
|
|
58
|
+
import type { UpsertPatchAssetRequest } from "./service";
|
|
59
|
+
import type { UpsertAssetResponse } from "./service";
|
|
60
|
+
import type { UpsertAssetRequest } from "./service";
|
|
61
|
+
import type { GetAssetByIDResponse } from "./service";
|
|
62
|
+
import type { GetAssetByIDRequest } from "./service";
|
|
63
|
+
import type { GetAllAssetsResponse } from "./service";
|
|
64
|
+
import type { GetAllAssetsRequest } from "./service";
|
|
65
|
+
import type { GetAllTypesResponse } from "./service";
|
|
66
|
+
import type { GetAllTypesRequest } from "./service";
|
|
67
|
+
import type { GetGraphResponse } from "./service";
|
|
68
|
+
import type { GetGraphRequest } from "./service";
|
|
69
|
+
import type { SuggestAssetsResponse } from "./service";
|
|
70
|
+
import type { SuggestAssetsRequest } from "./service";
|
|
71
|
+
import type { SearchAssetsResponse } from "./service";
|
|
72
|
+
import type { SearchAssetsRequest } from "./service";
|
|
73
|
+
import type { DeleteCommentResponse } from "./service";
|
|
74
|
+
import type { DeleteCommentRequest } from "./service";
|
|
75
|
+
import type { UpdateCommentResponse } from "./service";
|
|
76
|
+
import type { UpdateCommentRequest } from "./service";
|
|
77
|
+
import type { GetCommentResponse } from "./service";
|
|
78
|
+
import type { GetCommentRequest } from "./service";
|
|
79
|
+
import type { GetAllCommentsResponse } from "./service";
|
|
80
|
+
import type { GetAllCommentsRequest } from "./service";
|
|
81
|
+
import type { CreateCommentResponse } from "./service";
|
|
82
|
+
import type { CreateCommentRequest } from "./service";
|
|
83
|
+
import type { PatchDiscussionResponse } from "./service";
|
|
84
|
+
import type { PatchDiscussionRequest } from "./service";
|
|
85
|
+
import type { GetDiscussionResponse } from "./service";
|
|
86
|
+
import type { GetDiscussionRequest } from "./service";
|
|
87
|
+
import type { CreateDiscussionResponse } from "./service";
|
|
88
|
+
import type { CreateDiscussionRequest } from "./service";
|
|
89
|
+
import { stackIntercept } from "@protobuf-ts/runtime-rpc";
|
|
90
|
+
import type { GetAllDiscussionsResponse } from "./service";
|
|
91
|
+
import type { GetAllDiscussionsRequest } from "./service";
|
|
92
|
+
import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
|
|
93
|
+
import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
|
94
|
+
/**
|
|
95
|
+
* WARNING: This is still in active development and can have breaking changes
|
|
96
|
+
*
|
|
97
|
+
* @generated from protobuf service raystack.compass.v1beta1.CompassService
|
|
98
|
+
*/
|
|
99
|
+
export interface ICompassServiceClient {
|
|
100
|
+
/**
|
|
101
|
+
* Domain: Discussion
|
|
102
|
+
*
|
|
103
|
+
* @generated from protobuf rpc: GetAllDiscussions
|
|
104
|
+
*/
|
|
105
|
+
getAllDiscussions(input: GetAllDiscussionsRequest, options?: RpcOptions): UnaryCall<GetAllDiscussionsRequest, GetAllDiscussionsResponse>;
|
|
106
|
+
/**
|
|
107
|
+
* @generated from protobuf rpc: CreateDiscussion
|
|
108
|
+
*/
|
|
109
|
+
createDiscussion(input: CreateDiscussionRequest, options?: RpcOptions): UnaryCall<CreateDiscussionRequest, CreateDiscussionResponse>;
|
|
110
|
+
/**
|
|
111
|
+
* @generated from protobuf rpc: GetDiscussion
|
|
112
|
+
*/
|
|
113
|
+
getDiscussion(input: GetDiscussionRequest, options?: RpcOptions): UnaryCall<GetDiscussionRequest, GetDiscussionResponse>;
|
|
114
|
+
/**
|
|
115
|
+
* @generated from protobuf rpc: PatchDiscussion
|
|
116
|
+
*/
|
|
117
|
+
patchDiscussion(input: PatchDiscussionRequest, options?: RpcOptions): UnaryCall<PatchDiscussionRequest, PatchDiscussionResponse>;
|
|
118
|
+
/**
|
|
119
|
+
* @generated from protobuf rpc: CreateComment
|
|
120
|
+
*/
|
|
121
|
+
createComment(input: CreateCommentRequest, options?: RpcOptions): UnaryCall<CreateCommentRequest, CreateCommentResponse>;
|
|
122
|
+
/**
|
|
123
|
+
* @generated from protobuf rpc: GetAllComments
|
|
124
|
+
*/
|
|
125
|
+
getAllComments(input: GetAllCommentsRequest, options?: RpcOptions): UnaryCall<GetAllCommentsRequest, GetAllCommentsResponse>;
|
|
126
|
+
/**
|
|
127
|
+
* @generated from protobuf rpc: GetComment
|
|
128
|
+
*/
|
|
129
|
+
getComment(input: GetCommentRequest, options?: RpcOptions): UnaryCall<GetCommentRequest, GetCommentResponse>;
|
|
130
|
+
/**
|
|
131
|
+
* @generated from protobuf rpc: UpdateComment
|
|
132
|
+
*/
|
|
133
|
+
updateComment(input: UpdateCommentRequest, options?: RpcOptions): UnaryCall<UpdateCommentRequest, UpdateCommentResponse>;
|
|
134
|
+
/**
|
|
135
|
+
* @generated from protobuf rpc: DeleteComment
|
|
136
|
+
*/
|
|
137
|
+
deleteComment(input: DeleteCommentRequest, options?: RpcOptions): UnaryCall<DeleteCommentRequest, DeleteCommentResponse>;
|
|
138
|
+
/**
|
|
139
|
+
* Domain: Asset
|
|
140
|
+
*
|
|
141
|
+
* @generated from protobuf rpc: SearchAssets
|
|
142
|
+
*/
|
|
143
|
+
searchAssets(input: SearchAssetsRequest, options?: RpcOptions): UnaryCall<SearchAssetsRequest, SearchAssetsResponse>;
|
|
144
|
+
/**
|
|
145
|
+
* @generated from protobuf rpc: SuggestAssets
|
|
146
|
+
*/
|
|
147
|
+
suggestAssets(input: SuggestAssetsRequest, options?: RpcOptions): UnaryCall<SuggestAssetsRequest, SuggestAssetsResponse>;
|
|
148
|
+
/**
|
|
149
|
+
* @generated from protobuf rpc: GetGraph
|
|
150
|
+
*/
|
|
151
|
+
getGraph(input: GetGraphRequest, options?: RpcOptions): UnaryCall<GetGraphRequest, GetGraphResponse>;
|
|
152
|
+
/**
|
|
153
|
+
* @generated from protobuf rpc: GetAllTypes
|
|
154
|
+
*/
|
|
155
|
+
getAllTypes(input: GetAllTypesRequest, options?: RpcOptions): UnaryCall<GetAllTypesRequest, GetAllTypesResponse>;
|
|
156
|
+
/**
|
|
157
|
+
* @generated from protobuf rpc: GetAllAssets
|
|
158
|
+
*/
|
|
159
|
+
getAllAssets(input: GetAllAssetsRequest, options?: RpcOptions): UnaryCall<GetAllAssetsRequest, GetAllAssetsResponse>;
|
|
160
|
+
/**
|
|
161
|
+
* @generated from protobuf rpc: GetAssetByID
|
|
162
|
+
*/
|
|
163
|
+
getAssetByID(input: GetAssetByIDRequest, options?: RpcOptions): UnaryCall<GetAssetByIDRequest, GetAssetByIDResponse>;
|
|
164
|
+
/**
|
|
165
|
+
* @generated from protobuf rpc: UpsertAsset
|
|
166
|
+
*/
|
|
167
|
+
upsertAsset(input: UpsertAssetRequest, options?: RpcOptions): UnaryCall<UpsertAssetRequest, UpsertAssetResponse>;
|
|
168
|
+
/**
|
|
169
|
+
* @generated from protobuf rpc: UpsertPatchAsset
|
|
170
|
+
*/
|
|
171
|
+
upsertPatchAsset(input: UpsertPatchAssetRequest, options?: RpcOptions): UnaryCall<UpsertPatchAssetRequest, UpsertPatchAssetResponse>;
|
|
172
|
+
/**
|
|
173
|
+
* @generated from protobuf rpc: DeleteAsset
|
|
174
|
+
*/
|
|
175
|
+
deleteAsset(input: DeleteAssetRequest, options?: RpcOptions): UnaryCall<DeleteAssetRequest, DeleteAssetResponse>;
|
|
176
|
+
/**
|
|
177
|
+
* @generated from protobuf rpc: GetAssetStargazers
|
|
178
|
+
*/
|
|
179
|
+
getAssetStargazers(input: GetAssetStargazersRequest, options?: RpcOptions): UnaryCall<GetAssetStargazersRequest, GetAssetStargazersResponse>;
|
|
180
|
+
/**
|
|
181
|
+
* @generated from protobuf rpc: GetAssetVersionHistory
|
|
182
|
+
*/
|
|
183
|
+
getAssetVersionHistory(input: GetAssetVersionHistoryRequest, options?: RpcOptions): UnaryCall<GetAssetVersionHistoryRequest, GetAssetVersionHistoryResponse>;
|
|
184
|
+
/**
|
|
185
|
+
* @generated from protobuf rpc: GetAssetByVersion
|
|
186
|
+
*/
|
|
187
|
+
getAssetByVersion(input: GetAssetByVersionRequest, options?: RpcOptions): UnaryCall<GetAssetByVersionRequest, GetAssetByVersionResponse>;
|
|
188
|
+
/**
|
|
189
|
+
* @generated from protobuf rpc: CreateAssetProbe
|
|
190
|
+
*/
|
|
191
|
+
createAssetProbe(input: CreateAssetProbeRequest, options?: RpcOptions): UnaryCall<CreateAssetProbeRequest, CreateAssetProbeResponse>;
|
|
192
|
+
/**
|
|
193
|
+
* Domain: User * Star
|
|
194
|
+
*
|
|
195
|
+
* @generated from protobuf rpc: GetUserStarredAssets
|
|
196
|
+
*/
|
|
197
|
+
getUserStarredAssets(input: GetUserStarredAssetsRequest, options?: RpcOptions): UnaryCall<GetUserStarredAssetsRequest, GetUserStarredAssetsResponse>;
|
|
198
|
+
/**
|
|
199
|
+
* @generated from protobuf rpc: GetMyStarredAssets
|
|
200
|
+
*/
|
|
201
|
+
getMyStarredAssets(input: GetMyStarredAssetsRequest, options?: RpcOptions): UnaryCall<GetMyStarredAssetsRequest, GetMyStarredAssetsResponse>;
|
|
202
|
+
/**
|
|
203
|
+
* @generated from protobuf rpc: GetMyStarredAsset
|
|
204
|
+
*/
|
|
205
|
+
getMyStarredAsset(input: GetMyStarredAssetRequest, options?: RpcOptions): UnaryCall<GetMyStarredAssetRequest, GetMyStarredAssetResponse>;
|
|
206
|
+
/**
|
|
207
|
+
* @generated from protobuf rpc: StarAsset
|
|
208
|
+
*/
|
|
209
|
+
starAsset(input: StarAssetRequest, options?: RpcOptions): UnaryCall<StarAssetRequest, StarAssetResponse>;
|
|
210
|
+
/**
|
|
211
|
+
* @generated from protobuf rpc: UnstarAsset
|
|
212
|
+
*/
|
|
213
|
+
unstarAsset(input: UnstarAssetRequest, options?: RpcOptions): UnaryCall<UnstarAssetRequest, UnstarAssetResponse>;
|
|
214
|
+
/**
|
|
215
|
+
* @generated from protobuf rpc: GetMyDiscussions
|
|
216
|
+
*/
|
|
217
|
+
getMyDiscussions(input: GetMyDiscussionsRequest, options?: RpcOptions): UnaryCall<GetMyDiscussionsRequest, GetMyDiscussionsResponse>;
|
|
218
|
+
/**
|
|
219
|
+
* Domain: Tag Templates
|
|
220
|
+
*
|
|
221
|
+
* @generated from protobuf rpc: CreateTagAsset
|
|
222
|
+
*/
|
|
223
|
+
createTagAsset(input: CreateTagAssetRequest, options?: RpcOptions): UnaryCall<CreateTagAssetRequest, CreateTagAssetResponse>;
|
|
224
|
+
/**
|
|
225
|
+
* @generated from protobuf rpc: GetTagByAssetAndTemplate
|
|
226
|
+
*/
|
|
227
|
+
getTagByAssetAndTemplate(input: GetTagByAssetAndTemplateRequest, options?: RpcOptions): UnaryCall<GetTagByAssetAndTemplateRequest, GetTagByAssetAndTemplateResponse>;
|
|
228
|
+
/**
|
|
229
|
+
* @generated from protobuf rpc: UpdateTagAsset
|
|
230
|
+
*/
|
|
231
|
+
updateTagAsset(input: UpdateTagAssetRequest, options?: RpcOptions): UnaryCall<UpdateTagAssetRequest, UpdateTagAssetResponse>;
|
|
232
|
+
/**
|
|
233
|
+
* @generated from protobuf rpc: DeleteTagAsset
|
|
234
|
+
*/
|
|
235
|
+
deleteTagAsset(input: DeleteTagAssetRequest, options?: RpcOptions): UnaryCall<DeleteTagAssetRequest, DeleteTagAssetResponse>;
|
|
236
|
+
/**
|
|
237
|
+
* @generated from protobuf rpc: GetAllTagsByAsset
|
|
238
|
+
*/
|
|
239
|
+
getAllTagsByAsset(input: GetAllTagsByAssetRequest, options?: RpcOptions): UnaryCall<GetAllTagsByAssetRequest, GetAllTagsByAssetResponse>;
|
|
240
|
+
/**
|
|
241
|
+
* @generated from protobuf rpc: GetAllTagTemplates
|
|
242
|
+
*/
|
|
243
|
+
getAllTagTemplates(input: GetAllTagTemplatesRequest, options?: RpcOptions): UnaryCall<GetAllTagTemplatesRequest, GetAllTagTemplatesResponse>;
|
|
244
|
+
/**
|
|
245
|
+
* @generated from protobuf rpc: CreateTagTemplate
|
|
246
|
+
*/
|
|
247
|
+
createTagTemplate(input: CreateTagTemplateRequest, options?: RpcOptions): UnaryCall<CreateTagTemplateRequest, CreateTagTemplateResponse>;
|
|
248
|
+
/**
|
|
249
|
+
* @generated from protobuf rpc: GetTagTemplate
|
|
250
|
+
*/
|
|
251
|
+
getTagTemplate(input: GetTagTemplateRequest, options?: RpcOptions): UnaryCall<GetTagTemplateRequest, GetTagTemplateResponse>;
|
|
252
|
+
/**
|
|
253
|
+
* @generated from protobuf rpc: UpdateTagTemplate
|
|
254
|
+
*/
|
|
255
|
+
updateTagTemplate(input: UpdateTagTemplateRequest, options?: RpcOptions): UnaryCall<UpdateTagTemplateRequest, UpdateTagTemplateResponse>;
|
|
256
|
+
/**
|
|
257
|
+
* @generated from protobuf rpc: DeleteTagTemplate
|
|
258
|
+
*/
|
|
259
|
+
deleteTagTemplate(input: DeleteTagTemplateRequest, options?: RpcOptions): UnaryCall<DeleteTagTemplateRequest, DeleteTagTemplateResponse>;
|
|
260
|
+
/**
|
|
261
|
+
* Domain: Namespace
|
|
262
|
+
*
|
|
263
|
+
* @generated from protobuf rpc: CreateNamespace
|
|
264
|
+
*/
|
|
265
|
+
createNamespace(input: CreateNamespaceRequest, options?: RpcOptions): UnaryCall<CreateNamespaceRequest, CreateNamespaceResponse>;
|
|
266
|
+
/**
|
|
267
|
+
* @generated from protobuf rpc: GetNamespace
|
|
268
|
+
*/
|
|
269
|
+
getNamespace(input: GetNamespaceRequest, options?: RpcOptions): UnaryCall<GetNamespaceRequest, GetNamespaceResponse>;
|
|
270
|
+
/**
|
|
271
|
+
* @generated from protobuf rpc: UpdateNamespace
|
|
272
|
+
*/
|
|
273
|
+
updateNamespace(input: UpdateNamespaceRequest, options?: RpcOptions): UnaryCall<UpdateNamespaceRequest, UpdateNamespaceResponse>;
|
|
274
|
+
/**
|
|
275
|
+
* @generated from protobuf rpc: ListNamespaces
|
|
276
|
+
*/
|
|
277
|
+
listNamespaces(input: ListNamespacesRequest, options?: RpcOptions): UnaryCall<ListNamespacesRequest, ListNamespacesResponse>;
|
|
278
|
+
}
|
|
279
|
+
/**
|
|
280
|
+
* WARNING: This is still in active development and can have breaking changes
|
|
281
|
+
*
|
|
282
|
+
* @generated from protobuf service raystack.compass.v1beta1.CompassService
|
|
283
|
+
*/
|
|
284
|
+
export class CompassServiceClient implements ICompassServiceClient, ServiceInfo {
|
|
285
|
+
typeName = CompassService.typeName;
|
|
286
|
+
methods = CompassService.methods;
|
|
287
|
+
options = CompassService.options;
|
|
288
|
+
constructor(private readonly _transport: RpcTransport) {
|
|
289
|
+
}
|
|
290
|
+
/**
|
|
291
|
+
* Domain: Discussion
|
|
292
|
+
*
|
|
293
|
+
* @generated from protobuf rpc: GetAllDiscussions
|
|
294
|
+
*/
|
|
295
|
+
getAllDiscussions(input: GetAllDiscussionsRequest, options?: RpcOptions): UnaryCall<GetAllDiscussionsRequest, GetAllDiscussionsResponse> {
|
|
296
|
+
const method = this.methods[0], opt = this._transport.mergeOptions(options);
|
|
297
|
+
return stackIntercept<GetAllDiscussionsRequest, GetAllDiscussionsResponse>("unary", this._transport, method, opt, input);
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* @generated from protobuf rpc: CreateDiscussion
|
|
301
|
+
*/
|
|
302
|
+
createDiscussion(input: CreateDiscussionRequest, options?: RpcOptions): UnaryCall<CreateDiscussionRequest, CreateDiscussionResponse> {
|
|
303
|
+
const method = this.methods[1], opt = this._transport.mergeOptions(options);
|
|
304
|
+
return stackIntercept<CreateDiscussionRequest, CreateDiscussionResponse>("unary", this._transport, method, opt, input);
|
|
305
|
+
}
|
|
306
|
+
/**
|
|
307
|
+
* @generated from protobuf rpc: GetDiscussion
|
|
308
|
+
*/
|
|
309
|
+
getDiscussion(input: GetDiscussionRequest, options?: RpcOptions): UnaryCall<GetDiscussionRequest, GetDiscussionResponse> {
|
|
310
|
+
const method = this.methods[2], opt = this._transport.mergeOptions(options);
|
|
311
|
+
return stackIntercept<GetDiscussionRequest, GetDiscussionResponse>("unary", this._transport, method, opt, input);
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* @generated from protobuf rpc: PatchDiscussion
|
|
315
|
+
*/
|
|
316
|
+
patchDiscussion(input: PatchDiscussionRequest, options?: RpcOptions): UnaryCall<PatchDiscussionRequest, PatchDiscussionResponse> {
|
|
317
|
+
const method = this.methods[3], opt = this._transport.mergeOptions(options);
|
|
318
|
+
return stackIntercept<PatchDiscussionRequest, PatchDiscussionResponse>("unary", this._transport, method, opt, input);
|
|
319
|
+
}
|
|
320
|
+
/**
|
|
321
|
+
* @generated from protobuf rpc: CreateComment
|
|
322
|
+
*/
|
|
323
|
+
createComment(input: CreateCommentRequest, options?: RpcOptions): UnaryCall<CreateCommentRequest, CreateCommentResponse> {
|
|
324
|
+
const method = this.methods[4], opt = this._transport.mergeOptions(options);
|
|
325
|
+
return stackIntercept<CreateCommentRequest, CreateCommentResponse>("unary", this._transport, method, opt, input);
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* @generated from protobuf rpc: GetAllComments
|
|
329
|
+
*/
|
|
330
|
+
getAllComments(input: GetAllCommentsRequest, options?: RpcOptions): UnaryCall<GetAllCommentsRequest, GetAllCommentsResponse> {
|
|
331
|
+
const method = this.methods[5], opt = this._transport.mergeOptions(options);
|
|
332
|
+
return stackIntercept<GetAllCommentsRequest, GetAllCommentsResponse>("unary", this._transport, method, opt, input);
|
|
333
|
+
}
|
|
334
|
+
/**
|
|
335
|
+
* @generated from protobuf rpc: GetComment
|
|
336
|
+
*/
|
|
337
|
+
getComment(input: GetCommentRequest, options?: RpcOptions): UnaryCall<GetCommentRequest, GetCommentResponse> {
|
|
338
|
+
const method = this.methods[6], opt = this._transport.mergeOptions(options);
|
|
339
|
+
return stackIntercept<GetCommentRequest, GetCommentResponse>("unary", this._transport, method, opt, input);
|
|
340
|
+
}
|
|
341
|
+
/**
|
|
342
|
+
* @generated from protobuf rpc: UpdateComment
|
|
343
|
+
*/
|
|
344
|
+
updateComment(input: UpdateCommentRequest, options?: RpcOptions): UnaryCall<UpdateCommentRequest, UpdateCommentResponse> {
|
|
345
|
+
const method = this.methods[7], opt = this._transport.mergeOptions(options);
|
|
346
|
+
return stackIntercept<UpdateCommentRequest, UpdateCommentResponse>("unary", this._transport, method, opt, input);
|
|
347
|
+
}
|
|
348
|
+
/**
|
|
349
|
+
* @generated from protobuf rpc: DeleteComment
|
|
350
|
+
*/
|
|
351
|
+
deleteComment(input: DeleteCommentRequest, options?: RpcOptions): UnaryCall<DeleteCommentRequest, DeleteCommentResponse> {
|
|
352
|
+
const method = this.methods[8], opt = this._transport.mergeOptions(options);
|
|
353
|
+
return stackIntercept<DeleteCommentRequest, DeleteCommentResponse>("unary", this._transport, method, opt, input);
|
|
354
|
+
}
|
|
355
|
+
/**
|
|
356
|
+
* Domain: Asset
|
|
357
|
+
*
|
|
358
|
+
* @generated from protobuf rpc: SearchAssets
|
|
359
|
+
*/
|
|
360
|
+
searchAssets(input: SearchAssetsRequest, options?: RpcOptions): UnaryCall<SearchAssetsRequest, SearchAssetsResponse> {
|
|
361
|
+
const method = this.methods[9], opt = this._transport.mergeOptions(options);
|
|
362
|
+
return stackIntercept<SearchAssetsRequest, SearchAssetsResponse>("unary", this._transport, method, opt, input);
|
|
363
|
+
}
|
|
364
|
+
/**
|
|
365
|
+
* @generated from protobuf rpc: SuggestAssets
|
|
366
|
+
*/
|
|
367
|
+
suggestAssets(input: SuggestAssetsRequest, options?: RpcOptions): UnaryCall<SuggestAssetsRequest, SuggestAssetsResponse> {
|
|
368
|
+
const method = this.methods[10], opt = this._transport.mergeOptions(options);
|
|
369
|
+
return stackIntercept<SuggestAssetsRequest, SuggestAssetsResponse>("unary", this._transport, method, opt, input);
|
|
370
|
+
}
|
|
371
|
+
/**
|
|
372
|
+
* @generated from protobuf rpc: GetGraph
|
|
373
|
+
*/
|
|
374
|
+
getGraph(input: GetGraphRequest, options?: RpcOptions): UnaryCall<GetGraphRequest, GetGraphResponse> {
|
|
375
|
+
const method = this.methods[11], opt = this._transport.mergeOptions(options);
|
|
376
|
+
return stackIntercept<GetGraphRequest, GetGraphResponse>("unary", this._transport, method, opt, input);
|
|
377
|
+
}
|
|
378
|
+
/**
|
|
379
|
+
* @generated from protobuf rpc: GetAllTypes
|
|
380
|
+
*/
|
|
381
|
+
getAllTypes(input: GetAllTypesRequest, options?: RpcOptions): UnaryCall<GetAllTypesRequest, GetAllTypesResponse> {
|
|
382
|
+
const method = this.methods[12], opt = this._transport.mergeOptions(options);
|
|
383
|
+
return stackIntercept<GetAllTypesRequest, GetAllTypesResponse>("unary", this._transport, method, opt, input);
|
|
384
|
+
}
|
|
385
|
+
/**
|
|
386
|
+
* @generated from protobuf rpc: GetAllAssets
|
|
387
|
+
*/
|
|
388
|
+
getAllAssets(input: GetAllAssetsRequest, options?: RpcOptions): UnaryCall<GetAllAssetsRequest, GetAllAssetsResponse> {
|
|
389
|
+
const method = this.methods[13], opt = this._transport.mergeOptions(options);
|
|
390
|
+
return stackIntercept<GetAllAssetsRequest, GetAllAssetsResponse>("unary", this._transport, method, opt, input);
|
|
391
|
+
}
|
|
392
|
+
/**
|
|
393
|
+
* @generated from protobuf rpc: GetAssetByID
|
|
394
|
+
*/
|
|
395
|
+
getAssetByID(input: GetAssetByIDRequest, options?: RpcOptions): UnaryCall<GetAssetByIDRequest, GetAssetByIDResponse> {
|
|
396
|
+
const method = this.methods[14], opt = this._transport.mergeOptions(options);
|
|
397
|
+
return stackIntercept<GetAssetByIDRequest, GetAssetByIDResponse>("unary", this._transport, method, opt, input);
|
|
398
|
+
}
|
|
399
|
+
/**
|
|
400
|
+
* @generated from protobuf rpc: UpsertAsset
|
|
401
|
+
*/
|
|
402
|
+
upsertAsset(input: UpsertAssetRequest, options?: RpcOptions): UnaryCall<UpsertAssetRequest, UpsertAssetResponse> {
|
|
403
|
+
const method = this.methods[15], opt = this._transport.mergeOptions(options);
|
|
404
|
+
return stackIntercept<UpsertAssetRequest, UpsertAssetResponse>("unary", this._transport, method, opt, input);
|
|
405
|
+
}
|
|
406
|
+
/**
|
|
407
|
+
* @generated from protobuf rpc: UpsertPatchAsset
|
|
408
|
+
*/
|
|
409
|
+
upsertPatchAsset(input: UpsertPatchAssetRequest, options?: RpcOptions): UnaryCall<UpsertPatchAssetRequest, UpsertPatchAssetResponse> {
|
|
410
|
+
const method = this.methods[16], opt = this._transport.mergeOptions(options);
|
|
411
|
+
return stackIntercept<UpsertPatchAssetRequest, UpsertPatchAssetResponse>("unary", this._transport, method, opt, input);
|
|
412
|
+
}
|
|
413
|
+
/**
|
|
414
|
+
* @generated from protobuf rpc: DeleteAsset
|
|
415
|
+
*/
|
|
416
|
+
deleteAsset(input: DeleteAssetRequest, options?: RpcOptions): UnaryCall<DeleteAssetRequest, DeleteAssetResponse> {
|
|
417
|
+
const method = this.methods[17], opt = this._transport.mergeOptions(options);
|
|
418
|
+
return stackIntercept<DeleteAssetRequest, DeleteAssetResponse>("unary", this._transport, method, opt, input);
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* @generated from protobuf rpc: GetAssetStargazers
|
|
422
|
+
*/
|
|
423
|
+
getAssetStargazers(input: GetAssetStargazersRequest, options?: RpcOptions): UnaryCall<GetAssetStargazersRequest, GetAssetStargazersResponse> {
|
|
424
|
+
const method = this.methods[18], opt = this._transport.mergeOptions(options);
|
|
425
|
+
return stackIntercept<GetAssetStargazersRequest, GetAssetStargazersResponse>("unary", this._transport, method, opt, input);
|
|
426
|
+
}
|
|
427
|
+
/**
|
|
428
|
+
* @generated from protobuf rpc: GetAssetVersionHistory
|
|
429
|
+
*/
|
|
430
|
+
getAssetVersionHistory(input: GetAssetVersionHistoryRequest, options?: RpcOptions): UnaryCall<GetAssetVersionHistoryRequest, GetAssetVersionHistoryResponse> {
|
|
431
|
+
const method = this.methods[19], opt = this._transport.mergeOptions(options);
|
|
432
|
+
return stackIntercept<GetAssetVersionHistoryRequest, GetAssetVersionHistoryResponse>("unary", this._transport, method, opt, input);
|
|
433
|
+
}
|
|
434
|
+
/**
|
|
435
|
+
* @generated from protobuf rpc: GetAssetByVersion
|
|
436
|
+
*/
|
|
437
|
+
getAssetByVersion(input: GetAssetByVersionRequest, options?: RpcOptions): UnaryCall<GetAssetByVersionRequest, GetAssetByVersionResponse> {
|
|
438
|
+
const method = this.methods[20], opt = this._transport.mergeOptions(options);
|
|
439
|
+
return stackIntercept<GetAssetByVersionRequest, GetAssetByVersionResponse>("unary", this._transport, method, opt, input);
|
|
440
|
+
}
|
|
441
|
+
/**
|
|
442
|
+
* @generated from protobuf rpc: CreateAssetProbe
|
|
443
|
+
*/
|
|
444
|
+
createAssetProbe(input: CreateAssetProbeRequest, options?: RpcOptions): UnaryCall<CreateAssetProbeRequest, CreateAssetProbeResponse> {
|
|
445
|
+
const method = this.methods[21], opt = this._transport.mergeOptions(options);
|
|
446
|
+
return stackIntercept<CreateAssetProbeRequest, CreateAssetProbeResponse>("unary", this._transport, method, opt, input);
|
|
447
|
+
}
|
|
448
|
+
/**
|
|
449
|
+
* Domain: User * Star
|
|
450
|
+
*
|
|
451
|
+
* @generated from protobuf rpc: GetUserStarredAssets
|
|
452
|
+
*/
|
|
453
|
+
getUserStarredAssets(input: GetUserStarredAssetsRequest, options?: RpcOptions): UnaryCall<GetUserStarredAssetsRequest, GetUserStarredAssetsResponse> {
|
|
454
|
+
const method = this.methods[22], opt = this._transport.mergeOptions(options);
|
|
455
|
+
return stackIntercept<GetUserStarredAssetsRequest, GetUserStarredAssetsResponse>("unary", this._transport, method, opt, input);
|
|
456
|
+
}
|
|
457
|
+
/**
|
|
458
|
+
* @generated from protobuf rpc: GetMyStarredAssets
|
|
459
|
+
*/
|
|
460
|
+
getMyStarredAssets(input: GetMyStarredAssetsRequest, options?: RpcOptions): UnaryCall<GetMyStarredAssetsRequest, GetMyStarredAssetsResponse> {
|
|
461
|
+
const method = this.methods[23], opt = this._transport.mergeOptions(options);
|
|
462
|
+
return stackIntercept<GetMyStarredAssetsRequest, GetMyStarredAssetsResponse>("unary", this._transport, method, opt, input);
|
|
463
|
+
}
|
|
464
|
+
/**
|
|
465
|
+
* @generated from protobuf rpc: GetMyStarredAsset
|
|
466
|
+
*/
|
|
467
|
+
getMyStarredAsset(input: GetMyStarredAssetRequest, options?: RpcOptions): UnaryCall<GetMyStarredAssetRequest, GetMyStarredAssetResponse> {
|
|
468
|
+
const method = this.methods[24], opt = this._transport.mergeOptions(options);
|
|
469
|
+
return stackIntercept<GetMyStarredAssetRequest, GetMyStarredAssetResponse>("unary", this._transport, method, opt, input);
|
|
470
|
+
}
|
|
471
|
+
/**
|
|
472
|
+
* @generated from protobuf rpc: StarAsset
|
|
473
|
+
*/
|
|
474
|
+
starAsset(input: StarAssetRequest, options?: RpcOptions): UnaryCall<StarAssetRequest, StarAssetResponse> {
|
|
475
|
+
const method = this.methods[25], opt = this._transport.mergeOptions(options);
|
|
476
|
+
return stackIntercept<StarAssetRequest, StarAssetResponse>("unary", this._transport, method, opt, input);
|
|
477
|
+
}
|
|
478
|
+
/**
|
|
479
|
+
* @generated from protobuf rpc: UnstarAsset
|
|
480
|
+
*/
|
|
481
|
+
unstarAsset(input: UnstarAssetRequest, options?: RpcOptions): UnaryCall<UnstarAssetRequest, UnstarAssetResponse> {
|
|
482
|
+
const method = this.methods[26], opt = this._transport.mergeOptions(options);
|
|
483
|
+
return stackIntercept<UnstarAssetRequest, UnstarAssetResponse>("unary", this._transport, method, opt, input);
|
|
484
|
+
}
|
|
485
|
+
/**
|
|
486
|
+
* @generated from protobuf rpc: GetMyDiscussions
|
|
487
|
+
*/
|
|
488
|
+
getMyDiscussions(input: GetMyDiscussionsRequest, options?: RpcOptions): UnaryCall<GetMyDiscussionsRequest, GetMyDiscussionsResponse> {
|
|
489
|
+
const method = this.methods[27], opt = this._transport.mergeOptions(options);
|
|
490
|
+
return stackIntercept<GetMyDiscussionsRequest, GetMyDiscussionsResponse>("unary", this._transport, method, opt, input);
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* Domain: Tag Templates
|
|
494
|
+
*
|
|
495
|
+
* @generated from protobuf rpc: CreateTagAsset
|
|
496
|
+
*/
|
|
497
|
+
createTagAsset(input: CreateTagAssetRequest, options?: RpcOptions): UnaryCall<CreateTagAssetRequest, CreateTagAssetResponse> {
|
|
498
|
+
const method = this.methods[28], opt = this._transport.mergeOptions(options);
|
|
499
|
+
return stackIntercept<CreateTagAssetRequest, CreateTagAssetResponse>("unary", this._transport, method, opt, input);
|
|
500
|
+
}
|
|
501
|
+
/**
|
|
502
|
+
* @generated from protobuf rpc: GetTagByAssetAndTemplate
|
|
503
|
+
*/
|
|
504
|
+
getTagByAssetAndTemplate(input: GetTagByAssetAndTemplateRequest, options?: RpcOptions): UnaryCall<GetTagByAssetAndTemplateRequest, GetTagByAssetAndTemplateResponse> {
|
|
505
|
+
const method = this.methods[29], opt = this._transport.mergeOptions(options);
|
|
506
|
+
return stackIntercept<GetTagByAssetAndTemplateRequest, GetTagByAssetAndTemplateResponse>("unary", this._transport, method, opt, input);
|
|
507
|
+
}
|
|
508
|
+
/**
|
|
509
|
+
* @generated from protobuf rpc: UpdateTagAsset
|
|
510
|
+
*/
|
|
511
|
+
updateTagAsset(input: UpdateTagAssetRequest, options?: RpcOptions): UnaryCall<UpdateTagAssetRequest, UpdateTagAssetResponse> {
|
|
512
|
+
const method = this.methods[30], opt = this._transport.mergeOptions(options);
|
|
513
|
+
return stackIntercept<UpdateTagAssetRequest, UpdateTagAssetResponse>("unary", this._transport, method, opt, input);
|
|
514
|
+
}
|
|
515
|
+
/**
|
|
516
|
+
* @generated from protobuf rpc: DeleteTagAsset
|
|
517
|
+
*/
|
|
518
|
+
deleteTagAsset(input: DeleteTagAssetRequest, options?: RpcOptions): UnaryCall<DeleteTagAssetRequest, DeleteTagAssetResponse> {
|
|
519
|
+
const method = this.methods[31], opt = this._transport.mergeOptions(options);
|
|
520
|
+
return stackIntercept<DeleteTagAssetRequest, DeleteTagAssetResponse>("unary", this._transport, method, opt, input);
|
|
521
|
+
}
|
|
522
|
+
/**
|
|
523
|
+
* @generated from protobuf rpc: GetAllTagsByAsset
|
|
524
|
+
*/
|
|
525
|
+
getAllTagsByAsset(input: GetAllTagsByAssetRequest, options?: RpcOptions): UnaryCall<GetAllTagsByAssetRequest, GetAllTagsByAssetResponse> {
|
|
526
|
+
const method = this.methods[32], opt = this._transport.mergeOptions(options);
|
|
527
|
+
return stackIntercept<GetAllTagsByAssetRequest, GetAllTagsByAssetResponse>("unary", this._transport, method, opt, input);
|
|
528
|
+
}
|
|
529
|
+
/**
|
|
530
|
+
* @generated from protobuf rpc: GetAllTagTemplates
|
|
531
|
+
*/
|
|
532
|
+
getAllTagTemplates(input: GetAllTagTemplatesRequest, options?: RpcOptions): UnaryCall<GetAllTagTemplatesRequest, GetAllTagTemplatesResponse> {
|
|
533
|
+
const method = this.methods[33], opt = this._transport.mergeOptions(options);
|
|
534
|
+
return stackIntercept<GetAllTagTemplatesRequest, GetAllTagTemplatesResponse>("unary", this._transport, method, opt, input);
|
|
535
|
+
}
|
|
536
|
+
/**
|
|
537
|
+
* @generated from protobuf rpc: CreateTagTemplate
|
|
538
|
+
*/
|
|
539
|
+
createTagTemplate(input: CreateTagTemplateRequest, options?: RpcOptions): UnaryCall<CreateTagTemplateRequest, CreateTagTemplateResponse> {
|
|
540
|
+
const method = this.methods[34], opt = this._transport.mergeOptions(options);
|
|
541
|
+
return stackIntercept<CreateTagTemplateRequest, CreateTagTemplateResponse>("unary", this._transport, method, opt, input);
|
|
542
|
+
}
|
|
543
|
+
/**
|
|
544
|
+
* @generated from protobuf rpc: GetTagTemplate
|
|
545
|
+
*/
|
|
546
|
+
getTagTemplate(input: GetTagTemplateRequest, options?: RpcOptions): UnaryCall<GetTagTemplateRequest, GetTagTemplateResponse> {
|
|
547
|
+
const method = this.methods[35], opt = this._transport.mergeOptions(options);
|
|
548
|
+
return stackIntercept<GetTagTemplateRequest, GetTagTemplateResponse>("unary", this._transport, method, opt, input);
|
|
549
|
+
}
|
|
550
|
+
/**
|
|
551
|
+
* @generated from protobuf rpc: UpdateTagTemplate
|
|
552
|
+
*/
|
|
553
|
+
updateTagTemplate(input: UpdateTagTemplateRequest, options?: RpcOptions): UnaryCall<UpdateTagTemplateRequest, UpdateTagTemplateResponse> {
|
|
554
|
+
const method = this.methods[36], opt = this._transport.mergeOptions(options);
|
|
555
|
+
return stackIntercept<UpdateTagTemplateRequest, UpdateTagTemplateResponse>("unary", this._transport, method, opt, input);
|
|
556
|
+
}
|
|
557
|
+
/**
|
|
558
|
+
* @generated from protobuf rpc: DeleteTagTemplate
|
|
559
|
+
*/
|
|
560
|
+
deleteTagTemplate(input: DeleteTagTemplateRequest, options?: RpcOptions): UnaryCall<DeleteTagTemplateRequest, DeleteTagTemplateResponse> {
|
|
561
|
+
const method = this.methods[37], opt = this._transport.mergeOptions(options);
|
|
562
|
+
return stackIntercept<DeleteTagTemplateRequest, DeleteTagTemplateResponse>("unary", this._transport, method, opt, input);
|
|
563
|
+
}
|
|
564
|
+
/**
|
|
565
|
+
* Domain: Namespace
|
|
566
|
+
*
|
|
567
|
+
* @generated from protobuf rpc: CreateNamespace
|
|
568
|
+
*/
|
|
569
|
+
createNamespace(input: CreateNamespaceRequest, options?: RpcOptions): UnaryCall<CreateNamespaceRequest, CreateNamespaceResponse> {
|
|
570
|
+
const method = this.methods[38], opt = this._transport.mergeOptions(options);
|
|
571
|
+
return stackIntercept<CreateNamespaceRequest, CreateNamespaceResponse>("unary", this._transport, method, opt, input);
|
|
572
|
+
}
|
|
573
|
+
/**
|
|
574
|
+
* @generated from protobuf rpc: GetNamespace
|
|
575
|
+
*/
|
|
576
|
+
getNamespace(input: GetNamespaceRequest, options?: RpcOptions): UnaryCall<GetNamespaceRequest, GetNamespaceResponse> {
|
|
577
|
+
const method = this.methods[39], opt = this._transport.mergeOptions(options);
|
|
578
|
+
return stackIntercept<GetNamespaceRequest, GetNamespaceResponse>("unary", this._transport, method, opt, input);
|
|
579
|
+
}
|
|
580
|
+
/**
|
|
581
|
+
* @generated from protobuf rpc: UpdateNamespace
|
|
582
|
+
*/
|
|
583
|
+
updateNamespace(input: UpdateNamespaceRequest, options?: RpcOptions): UnaryCall<UpdateNamespaceRequest, UpdateNamespaceResponse> {
|
|
584
|
+
const method = this.methods[40], opt = this._transport.mergeOptions(options);
|
|
585
|
+
return stackIntercept<UpdateNamespaceRequest, UpdateNamespaceResponse>("unary", this._transport, method, opt, input);
|
|
586
|
+
}
|
|
587
|
+
/**
|
|
588
|
+
* @generated from protobuf rpc: ListNamespaces
|
|
589
|
+
*/
|
|
590
|
+
listNamespaces(input: ListNamespacesRequest, options?: RpcOptions): UnaryCall<ListNamespacesRequest, ListNamespacesResponse> {
|
|
591
|
+
const method = this.methods[41], opt = this._transport.mergeOptions(options);
|
|
592
|
+
return stackIntercept<ListNamespacesRequest, ListNamespacesResponse>("unary", this._transport, method, opt, input);
|
|
593
|
+
}
|
|
594
|
+
}
|