@raystack/proton 0.1.0-35dd68d487bfa7e7339c40e9b103ee7377aac6e6 → 0.1.0-881c92a4cab2490e6c680462a94660b551b1040f
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 +15 -9
- package/google/api/field_behavior_pb.ts +19 -19
- package/google/api/http_pb.ts +43 -108
- package/google/api/httpbody_pb.ts +23 -37
- package/index.ts +10 -0
- package/package.json +61 -17
- package/protoc-gen-openapiv2/options/annotations_pb.ts +23 -29
- package/protoc-gen-openapiv2/options/openapiv2_pb.ts +338 -808
- package/raystack/assets/v1beta1/bucket_pb.ts +46 -89
- package/raystack/assets/v1beta1/dashboard_pb.ts +49 -97
- package/raystack/assets/v1beta1/event_pb.ts +22 -36
- package/raystack/assets/v1beta1/group_pb.ts +38 -74
- package/raystack/assets/v1beta1/job_pb.ts +30 -43
- package/raystack/assets/v1beta1/lineage_pb.ts +22 -36
- package/raystack/assets/v1beta1/ownership_pb.ts +31 -68
- package/raystack/assets/v1beta1/preview_pb.ts +21 -34
- package/raystack/assets/v1beta1/properties_pb.ts +22 -37
- package/raystack/assets/v1beta1/resource_pb.ts +24 -43
- package/raystack/assets/v1beta1/schema_pb.ts +59 -145
- package/raystack/assets/v1beta1/table_pb.ts +59 -120
- package/raystack/assets/v1beta1/timestamp_pb.ts +28 -62
- package/raystack/assets/v1beta1/topic_pb.ts +43 -78
- package/raystack/assets/v1beta1/user_pb.ts +58 -125
- package/raystack/assets/v1beta2/application_pb.ts +23 -39
- package/raystack/assets/v1beta2/asset_pb.ts +30 -53
- package/raystack/assets/v1beta2/bucket_pb.ts +41 -87
- package/raystack/assets/v1beta2/common_pb.ts +56 -137
- package/raystack/assets/v1beta2/dashboard_pb.ts +44 -93
- package/raystack/assets/v1beta2/experiment_pb.ts +38 -79
- package/raystack/assets/v1beta2/feature_table_pb.ts +51 -115
- package/raystack/assets/v1beta2/group_pb.ts +32 -68
- package/raystack/assets/v1beta2/job_pb.ts +21 -35
- package/raystack/assets/v1beta2/metric_pb.ts +25 -43
- package/raystack/assets/v1beta2/model_pb.ts +59 -147
- package/raystack/assets/v1beta2/table_pb.ts +82 -200
- package/raystack/assets/v1beta2/topic_pb.ts +41 -99
- package/raystack/assets/v1beta2/user_pb.ts +53 -121
- package/raystack/common/index.ts +0 -1
- package/raystack/common/v1/service-CommonService_connectquery.ts +3 -14
- package/raystack/common/v1/service_pb.ts +57 -97
- package/raystack/compass/index.ts +0 -1
- package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +44 -424
- package/raystack/compass/v1beta1/service_pb.ts +1448 -3319
- package/raystack/entropy/index.ts +0 -2
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +7 -54
- package/raystack/entropy/v1beta1/module_pb.ts +156 -324
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +9 -74
- package/raystack/entropy/v1beta1/resource_pb.ts +330 -756
- package/raystack/frontier/index.ts +0 -2
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +54 -524
- package/raystack/frontier/v1beta1/admin_pb.ts +1755 -3846
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +169 -1674
- package/raystack/frontier/v1beta1/frontier_pb.ts +4850 -10959
- package/raystack/frontier/v1beta1/models_pb.ts +810 -2296
- package/raystack/guardian/index.ts +0 -1
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +42 -404
- package/raystack/guardian/v1beta1/guardian_pb.ts +1584 -3783
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +5 -34
- package/raystack/optimus/core/v1beta1/backup_pb.ts +137 -273
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +6 -44
- package/raystack/optimus/core/v1beta1/job_run_pb.ts +194 -376
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +17 -154
- package/raystack/optimus/core/v1beta1/job_spec_pb.ts +910 -2081
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +5 -34
- package/raystack/optimus/core/v1beta1/namespace_pb.ts +113 -212
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +5 -34
- package/raystack/optimus/core/v1beta1/project_pb.ts +121 -238
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +6 -44
- package/raystack/optimus/core/v1beta1/replay_pb.ts +160 -335
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +8 -64
- package/raystack/optimus/core/v1beta1/resource_pb.ts +266 -527
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +3 -14
- package/raystack/optimus/core/v1beta1/runtime_pb.ts +48 -61
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +6 -44
- package/raystack/optimus/core/v1beta1/secret_pb.ts +155 -283
- package/raystack/optimus/core/v1beta1/status_pb.ts +35 -54
- package/raystack/optimus/integration/v1beta1/event_pb.ts +75 -187
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +6 -44
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +193 -426
- package/raystack/predator/v1beta1/metrics_log_pb.ts +67 -173
- package/raystack/predator/v1beta1/result_log_pb.ts +60 -144
- package/raystack/raccoon/index.ts +0 -1
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +3 -14
- package/raystack/raccoon/v1beta1/raccoon_pb.ts +142 -189
- package/raystack/siren/index.ts +0 -1
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +37 -354
- package/raystack/siren/v1beta1/siren_pb.ts +1155 -2637
- package/raystack/stencil/index.ts +0 -1
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +18 -164
- package/raystack/stencil/v1beta1/stencil_pb.ts +530 -1157
- package/validate/validate_pb.ts +401 -1038
- package/raystack/common/v1/service_connect.ts +0 -26
- package/raystack/compass/v1beta1/service_connect.ts +0 -407
- package/raystack/entropy/v1beta1/module_connect.ts +0 -62
- package/raystack/entropy/v1beta1/resource_connect.ts +0 -89
- package/raystack/frontier/v1beta1/admin_connect.ts +0 -584
- package/raystack/frontier/v1beta1/frontier_connect.ts +0 -1574
- package/raystack/guardian/v1beta1/guardian_connect.ts +0 -381
- package/raystack/optimus/core/v1beta1/backup_connect.ts +0 -44
- package/raystack/optimus/core/v1beta1/job_run_connect.ts +0 -63
- package/raystack/optimus/core/v1beta1/job_spec_connect.ts +0 -233
- package/raystack/optimus/core/v1beta1/namespace_connect.ts +0 -50
- package/raystack/optimus/core/v1beta1/project_connect.ts +0 -50
- package/raystack/optimus/core/v1beta1/replay_connect.ts +0 -53
- package/raystack/optimus/core/v1beta1/resource_connect.ts +0 -96
- package/raystack/optimus/core/v1beta1/runtime_connect.ts +0 -30
- package/raystack/optimus/core/v1beta1/secret_connect.ts +0 -61
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_connect.ts +0 -65
- package/raystack/raccoon/v1beta1/raccoon_connect.ts +0 -26
- package/raystack/siren/v1beta1/siren_connect.ts +0 -332
- package/raystack/stencil/v1beta1/stencil_connect.ts +0 -161
|
@@ -1,322 +1,205 @@
|
|
|
1
|
-
// @generated by protoc-gen-es
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts,import_extension=none"
|
|
2
2
|
// @generated from file raystack/optimus/core/v1beta1/project.proto (package raystack.optimus.core.v1beta1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
4
|
|
|
6
|
-
import type {
|
|
7
|
-
import {
|
|
5
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import { file_google_api_annotations } from "../../../../google/api/annotations_pb";
|
|
8
|
+
import { file_protoc_gen_openapiv2_options_annotations } from "../../../../protoc-gen-openapiv2/options/annotations_pb";
|
|
9
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Describes the file raystack/optimus/core/v1beta1/project.proto.
|
|
13
|
+
*/
|
|
14
|
+
export const file_raystack_optimus_core_v1beta1_project: GenFile = /*@__PURE__*/
|
|
15
|
+
fileDesc("CityYXlzdGFjay9vcHRpbXVzL2NvcmUvdjFiZXRhMS9wcm9qZWN0LnByb3RvEh1yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMSJkChZSZWdpc3RlclByb2plY3RSZXF1ZXN0EkQKB3Byb2plY3QYASABKAsyMy5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Qcm9qZWN0U3BlY2lmaWNhdGlvbkoECAIQAyI7ChdSZWdpc3RlclByb2plY3RSZXNwb25zZRIPCgdzdWNjZXNzGAEgASgIEg8KB21lc3NhZ2UYAiABKAkiFQoTTGlzdFByb2plY3RzUmVxdWVzdCJdChRMaXN0UHJvamVjdHNSZXNwb25zZRJFCghwcm9qZWN0cxgBIAMoCzIzLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlByb2plY3RTcGVjaWZpY2F0aW9uIikKEUdldFByb2plY3RSZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCSJaChJHZXRQcm9qZWN0UmVzcG9uc2USRAoHcHJvamVjdBgBIAEoCzIzLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlByb2plY3RTcGVjaWZpY2F0aW9uIqYCChRQcm9qZWN0U3BlY2lmaWNhdGlvbhIMCgRuYW1lGAEgASgJEk8KBmNvbmZpZxgCIAMoCzI/LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlByb2plY3RTcGVjaWZpY2F0aW9uLkNvbmZpZ0VudHJ5ElIKB3NlY3JldHMYAyADKAsyQS5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Qcm9qZWN0U3BlY2lmaWNhdGlvbi5Qcm9qZWN0U2VjcmV0Gi0KC0NvbmZpZ0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEaLAoNUHJvamVjdFNlY3JldBIMCgRuYW1lGAEgASgJEg0KBXZhbHVlGAIgASgJMuEDCg5Qcm9qZWN0U2VydmljZRKdAQoPUmVnaXN0ZXJQcm9qZWN0EjUucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuUmVnaXN0ZXJQcm9qZWN0UmVxdWVzdBo2LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlJlZ2lzdGVyUHJvamVjdFJlc3BvbnNlIhuC0+STAhUiEC92MWJldGExL3Byb2plY3Q6ASoSkQEKDExpc3RQcm9qZWN0cxIyLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkxpc3RQcm9qZWN0c1JlcXVlc3QaMy5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5MaXN0UHJvamVjdHNSZXNwb25zZSIYgtPkkwISEhAvdjFiZXRhMS9wcm9qZWN0EpoBCgpHZXRQcm9qZWN0EjAucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuR2V0UHJvamVjdFJlcXVlc3QaMS5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5HZXRQcm9qZWN0UmVzcG9uc2UiJ4LT5JMCIRIfL3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfUKYAQobb3JnLnJheXN0YWNrLnByb3Rvbi5vcHRpbXVzQhVQcm9qZWN0U2VydmljZU1hbmFnZXJQAVoiZ2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vb3B0aW11c5JBOxIFMgMwLjEaDjEyNy4wLjAuMTo5MTAwIgQvYXBpKgEBchkKF09wdGltdXMgUHJvamVjdCBTZXJ2aWNlYgZwcm90bzM", [file_google_api_annotations, file_protoc_gen_openapiv2_options_annotations]);
|
|
8
16
|
|
|
9
17
|
/**
|
|
10
18
|
* @generated from message raystack.optimus.core.v1beta1.RegisterProjectRequest
|
|
11
19
|
*/
|
|
12
|
-
export
|
|
20
|
+
export type RegisterProjectRequest = Message<"raystack.optimus.core.v1beta1.RegisterProjectRequest"> & {
|
|
13
21
|
/**
|
|
14
22
|
* @generated from field: raystack.optimus.core.v1beta1.ProjectSpecification project = 1;
|
|
15
23
|
*/
|
|
16
24
|
project?: ProjectSpecification;
|
|
25
|
+
};
|
|
17
26
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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
|
-
}
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message raystack.optimus.core.v1beta1.RegisterProjectRequest.
|
|
29
|
+
* Use `create(RegisterProjectRequestSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
export const RegisterProjectRequestSchema: GenMessage<RegisterProjectRequest> = /*@__PURE__*/
|
|
32
|
+
messageDesc(file_raystack_optimus_core_v1beta1_project, 0);
|
|
45
33
|
|
|
46
34
|
/**
|
|
47
35
|
* @generated from message raystack.optimus.core.v1beta1.RegisterProjectResponse
|
|
48
36
|
*/
|
|
49
|
-
export
|
|
37
|
+
export type RegisterProjectResponse = Message<"raystack.optimus.core.v1beta1.RegisterProjectResponse"> & {
|
|
50
38
|
/**
|
|
51
39
|
* @generated from field: bool success = 1;
|
|
52
40
|
*/
|
|
53
|
-
success
|
|
41
|
+
success: boolean;
|
|
54
42
|
|
|
55
43
|
/**
|
|
56
44
|
* @generated from field: string message = 2;
|
|
57
45
|
*/
|
|
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
|
-
}
|
|
46
|
+
message: string;
|
|
47
|
+
};
|
|
75
48
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
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
|
-
}
|
|
49
|
+
/**
|
|
50
|
+
* Describes the message raystack.optimus.core.v1beta1.RegisterProjectResponse.
|
|
51
|
+
* Use `create(RegisterProjectResponseSchema)` to create a new message.
|
|
52
|
+
*/
|
|
53
|
+
export const RegisterProjectResponseSchema: GenMessage<RegisterProjectResponse> = /*@__PURE__*/
|
|
54
|
+
messageDesc(file_raystack_optimus_core_v1beta1_project, 1);
|
|
88
55
|
|
|
89
56
|
/**
|
|
90
57
|
* @generated from message raystack.optimus.core.v1beta1.ListProjectsRequest
|
|
91
58
|
*/
|
|
92
|
-
export
|
|
93
|
-
|
|
94
|
-
super();
|
|
95
|
-
proto3.util.initPartial(data, this);
|
|
96
|
-
}
|
|
59
|
+
export type ListProjectsRequest = Message<"raystack.optimus.core.v1beta1.ListProjectsRequest"> & {
|
|
60
|
+
};
|
|
97
61
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
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
|
-
}
|
|
62
|
+
/**
|
|
63
|
+
* Describes the message raystack.optimus.core.v1beta1.ListProjectsRequest.
|
|
64
|
+
* Use `create(ListProjectsRequestSchema)` to create a new message.
|
|
65
|
+
*/
|
|
66
|
+
export const ListProjectsRequestSchema: GenMessage<ListProjectsRequest> = /*@__PURE__*/
|
|
67
|
+
messageDesc(file_raystack_optimus_core_v1beta1_project, 2);
|
|
119
68
|
|
|
120
69
|
/**
|
|
121
70
|
* @generated from message raystack.optimus.core.v1beta1.ListProjectsResponse
|
|
122
71
|
*/
|
|
123
|
-
export
|
|
72
|
+
export type ListProjectsResponse = Message<"raystack.optimus.core.v1beta1.ListProjectsResponse"> & {
|
|
124
73
|
/**
|
|
125
74
|
* @generated from field: repeated raystack.optimus.core.v1beta1.ProjectSpecification projects = 1;
|
|
126
75
|
*/
|
|
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
|
-
]);
|
|
76
|
+
projects: ProjectSpecification[];
|
|
77
|
+
};
|
|
139
78
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
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
|
-
}
|
|
79
|
+
/**
|
|
80
|
+
* Describes the message raystack.optimus.core.v1beta1.ListProjectsResponse.
|
|
81
|
+
* Use `create(ListProjectsResponseSchema)` to create a new message.
|
|
82
|
+
*/
|
|
83
|
+
export const ListProjectsResponseSchema: GenMessage<ListProjectsResponse> = /*@__PURE__*/
|
|
84
|
+
messageDesc(file_raystack_optimus_core_v1beta1_project, 3);
|
|
156
85
|
|
|
157
86
|
/**
|
|
158
87
|
* @generated from message raystack.optimus.core.v1beta1.GetProjectRequest
|
|
159
88
|
*/
|
|
160
|
-
export
|
|
89
|
+
export type GetProjectRequest = Message<"raystack.optimus.core.v1beta1.GetProjectRequest"> & {
|
|
161
90
|
/**
|
|
162
91
|
* @generated from field: string project_name = 1;
|
|
163
92
|
*/
|
|
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
|
-
}
|
|
93
|
+
projectName: string;
|
|
94
|
+
};
|
|
180
95
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
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
|
-
}
|
|
96
|
+
/**
|
|
97
|
+
* Describes the message raystack.optimus.core.v1beta1.GetProjectRequest.
|
|
98
|
+
* Use `create(GetProjectRequestSchema)` to create a new message.
|
|
99
|
+
*/
|
|
100
|
+
export const GetProjectRequestSchema: GenMessage<GetProjectRequest> = /*@__PURE__*/
|
|
101
|
+
messageDesc(file_raystack_optimus_core_v1beta1_project, 4);
|
|
193
102
|
|
|
194
103
|
/**
|
|
195
104
|
* @generated from message raystack.optimus.core.v1beta1.GetProjectResponse
|
|
196
105
|
*/
|
|
197
|
-
export
|
|
106
|
+
export type GetProjectResponse = Message<"raystack.optimus.core.v1beta1.GetProjectResponse"> & {
|
|
198
107
|
/**
|
|
199
108
|
* @generated from field: raystack.optimus.core.v1beta1.ProjectSpecification project = 1;
|
|
200
109
|
*/
|
|
201
110
|
project?: ProjectSpecification;
|
|
111
|
+
};
|
|
202
112
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
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
|
-
}
|
|
113
|
+
/**
|
|
114
|
+
* Describes the message raystack.optimus.core.v1beta1.GetProjectResponse.
|
|
115
|
+
* Use `create(GetProjectResponseSchema)` to create a new message.
|
|
116
|
+
*/
|
|
117
|
+
export const GetProjectResponseSchema: GenMessage<GetProjectResponse> = /*@__PURE__*/
|
|
118
|
+
messageDesc(file_raystack_optimus_core_v1beta1_project, 5);
|
|
230
119
|
|
|
231
120
|
/**
|
|
232
121
|
* @generated from message raystack.optimus.core.v1beta1.ProjectSpecification
|
|
233
122
|
*/
|
|
234
|
-
export
|
|
123
|
+
export type ProjectSpecification = Message<"raystack.optimus.core.v1beta1.ProjectSpecification"> & {
|
|
235
124
|
/**
|
|
236
125
|
* @generated from field: string name = 1;
|
|
237
126
|
*/
|
|
238
|
-
name
|
|
127
|
+
name: string;
|
|
239
128
|
|
|
240
129
|
/**
|
|
241
130
|
* @generated from field: map<string, string> config = 2;
|
|
242
131
|
*/
|
|
243
|
-
config: { [key: string]: string }
|
|
132
|
+
config: { [key: string]: string };
|
|
244
133
|
|
|
245
134
|
/**
|
|
246
135
|
* @generated from field: repeated raystack.optimus.core.v1beta1.ProjectSpecification.ProjectSecret secrets = 3;
|
|
247
136
|
*/
|
|
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
|
-
}
|
|
137
|
+
secrets: ProjectSpecification_ProjectSecret[];
|
|
138
|
+
};
|
|
274
139
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
140
|
+
/**
|
|
141
|
+
* Describes the message raystack.optimus.core.v1beta1.ProjectSpecification.
|
|
142
|
+
* Use `create(ProjectSpecificationSchema)` to create a new message.
|
|
143
|
+
*/
|
|
144
|
+
export const ProjectSpecificationSchema: GenMessage<ProjectSpecification> = /*@__PURE__*/
|
|
145
|
+
messageDesc(file_raystack_optimus_core_v1beta1_project, 6);
|
|
279
146
|
|
|
280
147
|
/**
|
|
281
148
|
* @generated from message raystack.optimus.core.v1beta1.ProjectSpecification.ProjectSecret
|
|
282
149
|
*/
|
|
283
|
-
export
|
|
150
|
+
export type ProjectSpecification_ProjectSecret = Message<"raystack.optimus.core.v1beta1.ProjectSpecification.ProjectSecret"> & {
|
|
284
151
|
/**
|
|
285
152
|
* @generated from field: string name = 1;
|
|
286
153
|
*/
|
|
287
|
-
name
|
|
154
|
+
name: string;
|
|
288
155
|
|
|
289
156
|
/**
|
|
290
157
|
* @generated from field: string value = 2;
|
|
291
158
|
*/
|
|
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
|
-
]);
|
|
159
|
+
value: string;
|
|
160
|
+
};
|
|
305
161
|
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ProjectSpecification_ProjectSecret {
|
|
315
|
-
return new ProjectSpecification_ProjectSecret().fromJsonString(jsonString, options);
|
|
316
|
-
}
|
|
162
|
+
/**
|
|
163
|
+
* Describes the message raystack.optimus.core.v1beta1.ProjectSpecification.ProjectSecret.
|
|
164
|
+
* Use `create(ProjectSpecification_ProjectSecretSchema)` to create a new message.
|
|
165
|
+
*/
|
|
166
|
+
export const ProjectSpecification_ProjectSecretSchema: GenMessage<ProjectSpecification_ProjectSecret> = /*@__PURE__*/
|
|
167
|
+
messageDesc(file_raystack_optimus_core_v1beta1_project, 6, 0);
|
|
317
168
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
169
|
+
/**
|
|
170
|
+
* @generated from service raystack.optimus.core.v1beta1.ProjectService
|
|
171
|
+
*/
|
|
172
|
+
export const ProjectService: GenService<{
|
|
173
|
+
/**
|
|
174
|
+
* RegisterProject creates a new optimus project
|
|
175
|
+
*
|
|
176
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ProjectService.RegisterProject
|
|
177
|
+
*/
|
|
178
|
+
registerProject: {
|
|
179
|
+
methodKind: "unary";
|
|
180
|
+
input: typeof RegisterProjectRequestSchema;
|
|
181
|
+
output: typeof RegisterProjectResponseSchema;
|
|
182
|
+
},
|
|
183
|
+
/**
|
|
184
|
+
* ListProjects returns list of registered projects and configurations
|
|
185
|
+
*
|
|
186
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ProjectService.ListProjects
|
|
187
|
+
*/
|
|
188
|
+
listProjects: {
|
|
189
|
+
methodKind: "unary";
|
|
190
|
+
input: typeof ListProjectsRequestSchema;
|
|
191
|
+
output: typeof ListProjectsResponseSchema;
|
|
192
|
+
},
|
|
193
|
+
/**
|
|
194
|
+
* GetProject returns project details based on project_name
|
|
195
|
+
*
|
|
196
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ProjectService.GetProject
|
|
197
|
+
*/
|
|
198
|
+
getProject: {
|
|
199
|
+
methodKind: "unary";
|
|
200
|
+
input: typeof GetProjectRequestSchema;
|
|
201
|
+
output: typeof GetProjectResponseSchema;
|
|
202
|
+
},
|
|
203
|
+
}> = /*@__PURE__*/
|
|
204
|
+
serviceDesc(file_raystack_optimus_core_v1beta1_project, 0);
|
|
322
205
|
|
|
@@ -1,63 +1,25 @@
|
|
|
1
|
-
// @generated by protoc-gen-connect-query
|
|
1
|
+
// @generated by protoc-gen-connect-query v2.1.1 with parameter "target=ts"
|
|
2
2
|
// @generated from file raystack/optimus/core/v1beta1/replay.proto (package raystack.optimus.core.v1beta1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
4
|
|
|
6
|
-
import {
|
|
7
|
-
import { GetReplayRequest, GetReplayResponse, ListReplayRequest, ListReplayResponse, ReplayDryRunRequest, ReplayDryRunResponse, ReplayRequest, ReplayResponse } from "./replay_pb.js";
|
|
5
|
+
import { ReplayService } from "./replay_pb";
|
|
8
6
|
|
|
9
7
|
/**
|
|
10
8
|
* @generated from rpc raystack.optimus.core.v1beta1.ReplayService.Replay
|
|
11
9
|
*/
|
|
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;
|
|
10
|
+
export const replay = ReplayService.method.replay;
|
|
22
11
|
|
|
23
12
|
/**
|
|
24
13
|
* @generated from rpc raystack.optimus.core.v1beta1.ReplayService.ReplayDryRun
|
|
25
14
|
*/
|
|
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;
|
|
15
|
+
export const replayDryRun = ReplayService.method.replayDryRun;
|
|
36
16
|
|
|
37
17
|
/**
|
|
38
18
|
* @generated from rpc raystack.optimus.core.v1beta1.ReplayService.ListReplay
|
|
39
19
|
*/
|
|
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;
|
|
20
|
+
export const listReplay = ReplayService.method.listReplay;
|
|
50
21
|
|
|
51
22
|
/**
|
|
52
23
|
* @generated from rpc raystack.optimus.core.v1beta1.ReplayService.GetReplay
|
|
53
24
|
*/
|
|
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;
|
|
25
|
+
export const getReplay = ReplayService.method.getReplay;
|