@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,322 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v1.10.1 with parameter "target=ts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/optimus/core/v1beta1/project.proto (package raystack.optimus.core.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
7
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from message raystack.optimus.core.v1beta1.RegisterProjectRequest
|
|
11
|
+
*/
|
|
12
|
+
export class RegisterProjectRequest extends Message<RegisterProjectRequest> {
|
|
13
|
+
/**
|
|
14
|
+
* @generated from field: raystack.optimus.core.v1beta1.ProjectSpecification project = 1;
|
|
15
|
+
*/
|
|
16
|
+
project?: ProjectSpecification;
|
|
17
|
+
|
|
18
|
+
constructor(data?: PartialMessage<RegisterProjectRequest>) {
|
|
19
|
+
super();
|
|
20
|
+
proto3.util.initPartial(data, this);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static readonly runtime: typeof proto3 = proto3;
|
|
24
|
+
static readonly typeName = "raystack.optimus.core.v1beta1.RegisterProjectRequest";
|
|
25
|
+
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
26
|
+
{ no: 1, name: "project", kind: "message", T: ProjectSpecification },
|
|
27
|
+
]);
|
|
28
|
+
|
|
29
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RegisterProjectRequest {
|
|
30
|
+
return new RegisterProjectRequest().fromBinary(bytes, options);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RegisterProjectRequest {
|
|
34
|
+
return new RegisterProjectRequest().fromJson(jsonValue, options);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RegisterProjectRequest {
|
|
38
|
+
return new RegisterProjectRequest().fromJsonString(jsonString, options);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
static equals(a: RegisterProjectRequest | PlainMessage<RegisterProjectRequest> | undefined, b: RegisterProjectRequest | PlainMessage<RegisterProjectRequest> | undefined): boolean {
|
|
42
|
+
return proto3.util.equals(RegisterProjectRequest, a, b);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* @generated from message raystack.optimus.core.v1beta1.RegisterProjectResponse
|
|
48
|
+
*/
|
|
49
|
+
export class RegisterProjectResponse extends Message<RegisterProjectResponse> {
|
|
50
|
+
/**
|
|
51
|
+
* @generated from field: bool success = 1;
|
|
52
|
+
*/
|
|
53
|
+
success = false;
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @generated from field: string message = 2;
|
|
57
|
+
*/
|
|
58
|
+
message = "";
|
|
59
|
+
|
|
60
|
+
constructor(data?: PartialMessage<RegisterProjectResponse>) {
|
|
61
|
+
super();
|
|
62
|
+
proto3.util.initPartial(data, this);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
static readonly runtime: typeof proto3 = proto3;
|
|
66
|
+
static readonly typeName = "raystack.optimus.core.v1beta1.RegisterProjectResponse";
|
|
67
|
+
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
68
|
+
{ no: 1, name: "success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
69
|
+
{ no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
70
|
+
]);
|
|
71
|
+
|
|
72
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RegisterProjectResponse {
|
|
73
|
+
return new RegisterProjectResponse().fromBinary(bytes, options);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RegisterProjectResponse {
|
|
77
|
+
return new RegisterProjectResponse().fromJson(jsonValue, options);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RegisterProjectResponse {
|
|
81
|
+
return new RegisterProjectResponse().fromJsonString(jsonString, options);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
static equals(a: RegisterProjectResponse | PlainMessage<RegisterProjectResponse> | undefined, b: RegisterProjectResponse | PlainMessage<RegisterProjectResponse> | undefined): boolean {
|
|
85
|
+
return proto3.util.equals(RegisterProjectResponse, a, b);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @generated from message raystack.optimus.core.v1beta1.ListProjectsRequest
|
|
91
|
+
*/
|
|
92
|
+
export class ListProjectsRequest extends Message<ListProjectsRequest> {
|
|
93
|
+
constructor(data?: PartialMessage<ListProjectsRequest>) {
|
|
94
|
+
super();
|
|
95
|
+
proto3.util.initPartial(data, this);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
static readonly runtime: typeof proto3 = proto3;
|
|
99
|
+
static readonly typeName = "raystack.optimus.core.v1beta1.ListProjectsRequest";
|
|
100
|
+
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
101
|
+
]);
|
|
102
|
+
|
|
103
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListProjectsRequest {
|
|
104
|
+
return new ListProjectsRequest().fromBinary(bytes, options);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListProjectsRequest {
|
|
108
|
+
return new ListProjectsRequest().fromJson(jsonValue, options);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListProjectsRequest {
|
|
112
|
+
return new ListProjectsRequest().fromJsonString(jsonString, options);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
static equals(a: ListProjectsRequest | PlainMessage<ListProjectsRequest> | undefined, b: ListProjectsRequest | PlainMessage<ListProjectsRequest> | undefined): boolean {
|
|
116
|
+
return proto3.util.equals(ListProjectsRequest, a, b);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* @generated from message raystack.optimus.core.v1beta1.ListProjectsResponse
|
|
122
|
+
*/
|
|
123
|
+
export class ListProjectsResponse extends Message<ListProjectsResponse> {
|
|
124
|
+
/**
|
|
125
|
+
* @generated from field: repeated raystack.optimus.core.v1beta1.ProjectSpecification projects = 1;
|
|
126
|
+
*/
|
|
127
|
+
projects: ProjectSpecification[] = [];
|
|
128
|
+
|
|
129
|
+
constructor(data?: PartialMessage<ListProjectsResponse>) {
|
|
130
|
+
super();
|
|
131
|
+
proto3.util.initPartial(data, this);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
static readonly runtime: typeof proto3 = proto3;
|
|
135
|
+
static readonly typeName = "raystack.optimus.core.v1beta1.ListProjectsResponse";
|
|
136
|
+
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
137
|
+
{ no: 1, name: "projects", kind: "message", T: ProjectSpecification, repeated: true },
|
|
138
|
+
]);
|
|
139
|
+
|
|
140
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListProjectsResponse {
|
|
141
|
+
return new ListProjectsResponse().fromBinary(bytes, options);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListProjectsResponse {
|
|
145
|
+
return new ListProjectsResponse().fromJson(jsonValue, options);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListProjectsResponse {
|
|
149
|
+
return new ListProjectsResponse().fromJsonString(jsonString, options);
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
static equals(a: ListProjectsResponse | PlainMessage<ListProjectsResponse> | undefined, b: ListProjectsResponse | PlainMessage<ListProjectsResponse> | undefined): boolean {
|
|
153
|
+
return proto3.util.equals(ListProjectsResponse, a, b);
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* @generated from message raystack.optimus.core.v1beta1.GetProjectRequest
|
|
159
|
+
*/
|
|
160
|
+
export class GetProjectRequest extends Message<GetProjectRequest> {
|
|
161
|
+
/**
|
|
162
|
+
* @generated from field: string project_name = 1;
|
|
163
|
+
*/
|
|
164
|
+
projectName = "";
|
|
165
|
+
|
|
166
|
+
constructor(data?: PartialMessage<GetProjectRequest>) {
|
|
167
|
+
super();
|
|
168
|
+
proto3.util.initPartial(data, this);
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
static readonly runtime: typeof proto3 = proto3;
|
|
172
|
+
static readonly typeName = "raystack.optimus.core.v1beta1.GetProjectRequest";
|
|
173
|
+
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
174
|
+
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
175
|
+
]);
|
|
176
|
+
|
|
177
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetProjectRequest {
|
|
178
|
+
return new GetProjectRequest().fromBinary(bytes, options);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetProjectRequest {
|
|
182
|
+
return new GetProjectRequest().fromJson(jsonValue, options);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetProjectRequest {
|
|
186
|
+
return new GetProjectRequest().fromJsonString(jsonString, options);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
static equals(a: GetProjectRequest | PlainMessage<GetProjectRequest> | undefined, b: GetProjectRequest | PlainMessage<GetProjectRequest> | undefined): boolean {
|
|
190
|
+
return proto3.util.equals(GetProjectRequest, a, b);
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* @generated from message raystack.optimus.core.v1beta1.GetProjectResponse
|
|
196
|
+
*/
|
|
197
|
+
export class GetProjectResponse extends Message<GetProjectResponse> {
|
|
198
|
+
/**
|
|
199
|
+
* @generated from field: raystack.optimus.core.v1beta1.ProjectSpecification project = 1;
|
|
200
|
+
*/
|
|
201
|
+
project?: ProjectSpecification;
|
|
202
|
+
|
|
203
|
+
constructor(data?: PartialMessage<GetProjectResponse>) {
|
|
204
|
+
super();
|
|
205
|
+
proto3.util.initPartial(data, this);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
static readonly runtime: typeof proto3 = proto3;
|
|
209
|
+
static readonly typeName = "raystack.optimus.core.v1beta1.GetProjectResponse";
|
|
210
|
+
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
211
|
+
{ no: 1, name: "project", kind: "message", T: ProjectSpecification },
|
|
212
|
+
]);
|
|
213
|
+
|
|
214
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetProjectResponse {
|
|
215
|
+
return new GetProjectResponse().fromBinary(bytes, options);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetProjectResponse {
|
|
219
|
+
return new GetProjectResponse().fromJson(jsonValue, options);
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetProjectResponse {
|
|
223
|
+
return new GetProjectResponse().fromJsonString(jsonString, options);
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
static equals(a: GetProjectResponse | PlainMessage<GetProjectResponse> | undefined, b: GetProjectResponse | PlainMessage<GetProjectResponse> | undefined): boolean {
|
|
227
|
+
return proto3.util.equals(GetProjectResponse, a, b);
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* @generated from message raystack.optimus.core.v1beta1.ProjectSpecification
|
|
233
|
+
*/
|
|
234
|
+
export class ProjectSpecification extends Message<ProjectSpecification> {
|
|
235
|
+
/**
|
|
236
|
+
* @generated from field: string name = 1;
|
|
237
|
+
*/
|
|
238
|
+
name = "";
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* @generated from field: map<string, string> config = 2;
|
|
242
|
+
*/
|
|
243
|
+
config: { [key: string]: string } = {};
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* @generated from field: repeated raystack.optimus.core.v1beta1.ProjectSpecification.ProjectSecret secrets = 3;
|
|
247
|
+
*/
|
|
248
|
+
secrets: ProjectSpecification_ProjectSecret[] = [];
|
|
249
|
+
|
|
250
|
+
constructor(data?: PartialMessage<ProjectSpecification>) {
|
|
251
|
+
super();
|
|
252
|
+
proto3.util.initPartial(data, this);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
static readonly runtime: typeof proto3 = proto3;
|
|
256
|
+
static readonly typeName = "raystack.optimus.core.v1beta1.ProjectSpecification";
|
|
257
|
+
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
258
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
259
|
+
{ no: 2, name: "config", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
260
|
+
{ no: 3, name: "secrets", kind: "message", T: ProjectSpecification_ProjectSecret, repeated: true },
|
|
261
|
+
]);
|
|
262
|
+
|
|
263
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ProjectSpecification {
|
|
264
|
+
return new ProjectSpecification().fromBinary(bytes, options);
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ProjectSpecification {
|
|
268
|
+
return new ProjectSpecification().fromJson(jsonValue, options);
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ProjectSpecification {
|
|
272
|
+
return new ProjectSpecification().fromJsonString(jsonString, options);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
static equals(a: ProjectSpecification | PlainMessage<ProjectSpecification> | undefined, b: ProjectSpecification | PlainMessage<ProjectSpecification> | undefined): boolean {
|
|
276
|
+
return proto3.util.equals(ProjectSpecification, a, b);
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* @generated from message raystack.optimus.core.v1beta1.ProjectSpecification.ProjectSecret
|
|
282
|
+
*/
|
|
283
|
+
export class ProjectSpecification_ProjectSecret extends Message<ProjectSpecification_ProjectSecret> {
|
|
284
|
+
/**
|
|
285
|
+
* @generated from field: string name = 1;
|
|
286
|
+
*/
|
|
287
|
+
name = "";
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* @generated from field: string value = 2;
|
|
291
|
+
*/
|
|
292
|
+
value = "";
|
|
293
|
+
|
|
294
|
+
constructor(data?: PartialMessage<ProjectSpecification_ProjectSecret>) {
|
|
295
|
+
super();
|
|
296
|
+
proto3.util.initPartial(data, this);
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
static readonly runtime: typeof proto3 = proto3;
|
|
300
|
+
static readonly typeName = "raystack.optimus.core.v1beta1.ProjectSpecification.ProjectSecret";
|
|
301
|
+
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
302
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
303
|
+
{ no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
304
|
+
]);
|
|
305
|
+
|
|
306
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ProjectSpecification_ProjectSecret {
|
|
307
|
+
return new ProjectSpecification_ProjectSecret().fromBinary(bytes, options);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ProjectSpecification_ProjectSecret {
|
|
311
|
+
return new ProjectSpecification_ProjectSecret().fromJson(jsonValue, options);
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ProjectSpecification_ProjectSecret {
|
|
315
|
+
return new ProjectSpecification_ProjectSecret().fromJsonString(jsonString, options);
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
static equals(a: ProjectSpecification_ProjectSecret | PlainMessage<ProjectSpecification_ProjectSecret> | undefined, b: ProjectSpecification_ProjectSecret | PlainMessage<ProjectSpecification_ProjectSecret> | undefined): boolean {
|
|
319
|
+
return proto3.util.equals(ProjectSpecification_ProjectSecret, a, b);
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-query v1.4.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file raystack/optimus/core/v1beta1/replay.proto (package raystack.optimus.core.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
7
|
+
import { GetReplayRequest, GetReplayResponse, ListReplayRequest, ListReplayResponse, ReplayDryRunRequest, ReplayDryRunResponse, ReplayRequest, ReplayResponse } from "./replay_pb.js";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ReplayService.Replay
|
|
11
|
+
*/
|
|
12
|
+
export const replay = {
|
|
13
|
+
localName: "replay",
|
|
14
|
+
name: "Replay",
|
|
15
|
+
kind: MethodKind.Unary,
|
|
16
|
+
I: ReplayRequest,
|
|
17
|
+
O: ReplayResponse,
|
|
18
|
+
service: {
|
|
19
|
+
typeName: "raystack.optimus.core.v1beta1.ReplayService"
|
|
20
|
+
}
|
|
21
|
+
} as const;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ReplayService.ReplayDryRun
|
|
25
|
+
*/
|
|
26
|
+
export const replayDryRun = {
|
|
27
|
+
localName: "replayDryRun",
|
|
28
|
+
name: "ReplayDryRun",
|
|
29
|
+
kind: MethodKind.Unary,
|
|
30
|
+
I: ReplayDryRunRequest,
|
|
31
|
+
O: ReplayDryRunResponse,
|
|
32
|
+
service: {
|
|
33
|
+
typeName: "raystack.optimus.core.v1beta1.ReplayService"
|
|
34
|
+
}
|
|
35
|
+
} as const;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ReplayService.ListReplay
|
|
39
|
+
*/
|
|
40
|
+
export const listReplay = {
|
|
41
|
+
localName: "listReplay",
|
|
42
|
+
name: "ListReplay",
|
|
43
|
+
kind: MethodKind.Unary,
|
|
44
|
+
I: ListReplayRequest,
|
|
45
|
+
O: ListReplayResponse,
|
|
46
|
+
service: {
|
|
47
|
+
typeName: "raystack.optimus.core.v1beta1.ReplayService"
|
|
48
|
+
}
|
|
49
|
+
} as const;
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ReplayService.GetReplay
|
|
53
|
+
*/
|
|
54
|
+
export const getReplay = {
|
|
55
|
+
localName: "getReplay",
|
|
56
|
+
name: "GetReplay",
|
|
57
|
+
kind: MethodKind.Unary,
|
|
58
|
+
I: GetReplayRequest,
|
|
59
|
+
O: GetReplayResponse,
|
|
60
|
+
service: {
|
|
61
|
+
typeName: "raystack.optimus.core.v1beta1.ReplayService"
|
|
62
|
+
}
|
|
63
|
+
} as const;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
// @generated by protobuf-ts 2.11.1
|
|
2
|
+
// @generated from protobuf file "raystack/optimus/core/v1beta1/replay.proto" (package "raystack.optimus.core.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 { ReplayService } from "./replay";
|
|
7
|
+
import type { GetReplayResponse } from "./replay";
|
|
8
|
+
import type { GetReplayRequest } from "./replay";
|
|
9
|
+
import type { ListReplayResponse } from "./replay";
|
|
10
|
+
import type { ListReplayRequest } from "./replay";
|
|
11
|
+
import type { ReplayDryRunResponse } from "./replay";
|
|
12
|
+
import type { ReplayDryRunRequest } from "./replay";
|
|
13
|
+
import { stackIntercept } from "@protobuf-ts/runtime-rpc";
|
|
14
|
+
import type { ReplayResponse } from "./replay";
|
|
15
|
+
import type { ReplayRequest } from "./replay";
|
|
16
|
+
import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
|
|
17
|
+
import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
|
18
|
+
/**
|
|
19
|
+
* @generated from protobuf service raystack.optimus.core.v1beta1.ReplayService
|
|
20
|
+
*/
|
|
21
|
+
export interface IReplayServiceClient {
|
|
22
|
+
/**
|
|
23
|
+
* @generated from protobuf rpc: Replay
|
|
24
|
+
*/
|
|
25
|
+
replay(input: ReplayRequest, options?: RpcOptions): UnaryCall<ReplayRequest, ReplayResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* @generated from protobuf rpc: ReplayDryRun
|
|
28
|
+
*/
|
|
29
|
+
replayDryRun(input: ReplayDryRunRequest, options?: RpcOptions): UnaryCall<ReplayDryRunRequest, ReplayDryRunResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* @generated from protobuf rpc: ListReplay
|
|
32
|
+
*/
|
|
33
|
+
listReplay(input: ListReplayRequest, options?: RpcOptions): UnaryCall<ListReplayRequest, ListReplayResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* @generated from protobuf rpc: GetReplay
|
|
36
|
+
*/
|
|
37
|
+
getReplay(input: GetReplayRequest, options?: RpcOptions): UnaryCall<GetReplayRequest, GetReplayResponse>;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @generated from protobuf service raystack.optimus.core.v1beta1.ReplayService
|
|
41
|
+
*/
|
|
42
|
+
export class ReplayServiceClient implements IReplayServiceClient, ServiceInfo {
|
|
43
|
+
typeName = ReplayService.typeName;
|
|
44
|
+
methods = ReplayService.methods;
|
|
45
|
+
options = ReplayService.options;
|
|
46
|
+
constructor(private readonly _transport: RpcTransport) {
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* @generated from protobuf rpc: Replay
|
|
50
|
+
*/
|
|
51
|
+
replay(input: ReplayRequest, options?: RpcOptions): UnaryCall<ReplayRequest, ReplayResponse> {
|
|
52
|
+
const method = this.methods[0], opt = this._transport.mergeOptions(options);
|
|
53
|
+
return stackIntercept<ReplayRequest, ReplayResponse>("unary", this._transport, method, opt, input);
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* @generated from protobuf rpc: ReplayDryRun
|
|
57
|
+
*/
|
|
58
|
+
replayDryRun(input: ReplayDryRunRequest, options?: RpcOptions): UnaryCall<ReplayDryRunRequest, ReplayDryRunResponse> {
|
|
59
|
+
const method = this.methods[1], opt = this._transport.mergeOptions(options);
|
|
60
|
+
return stackIntercept<ReplayDryRunRequest, ReplayDryRunResponse>("unary", this._transport, method, opt, input);
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @generated from protobuf rpc: ListReplay
|
|
64
|
+
*/
|
|
65
|
+
listReplay(input: ListReplayRequest, options?: RpcOptions): UnaryCall<ListReplayRequest, ListReplayResponse> {
|
|
66
|
+
const method = this.methods[2], opt = this._transport.mergeOptions(options);
|
|
67
|
+
return stackIntercept<ListReplayRequest, ListReplayResponse>("unary", this._transport, method, opt, input);
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* @generated from protobuf rpc: GetReplay
|
|
71
|
+
*/
|
|
72
|
+
getReplay(input: GetReplayRequest, options?: RpcOptions): UnaryCall<GetReplayRequest, GetReplayResponse> {
|
|
73
|
+
const method = this.methods[3], opt = this._transport.mergeOptions(options);
|
|
74
|
+
return stackIntercept<GetReplayRequest, GetReplayResponse>("unary", this._transport, method, opt, input);
|
|
75
|
+
}
|
|
76
|
+
}
|