@raystack/proton 0.1.0-639e522a5cab4021f05990d13ef31161a35e17d7 → 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.
Files changed (111) hide show
  1. package/google/api/annotations_pb.ts +15 -9
  2. package/google/api/field_behavior_pb.ts +19 -19
  3. package/google/api/http_pb.ts +43 -108
  4. package/google/api/httpbody_pb.ts +23 -37
  5. package/index.ts +10 -0
  6. package/package.json +58 -14
  7. package/protoc-gen-openapiv2/options/annotations_pb.ts +23 -29
  8. package/protoc-gen-openapiv2/options/openapiv2_pb.ts +338 -808
  9. package/raystack/assets/v1beta1/bucket_pb.ts +46 -89
  10. package/raystack/assets/v1beta1/dashboard_pb.ts +49 -97
  11. package/raystack/assets/v1beta1/event_pb.ts +22 -36
  12. package/raystack/assets/v1beta1/group_pb.ts +38 -74
  13. package/raystack/assets/v1beta1/job_pb.ts +30 -43
  14. package/raystack/assets/v1beta1/lineage_pb.ts +22 -36
  15. package/raystack/assets/v1beta1/ownership_pb.ts +31 -68
  16. package/raystack/assets/v1beta1/preview_pb.ts +21 -34
  17. package/raystack/assets/v1beta1/properties_pb.ts +22 -37
  18. package/raystack/assets/v1beta1/resource_pb.ts +24 -43
  19. package/raystack/assets/v1beta1/schema_pb.ts +59 -145
  20. package/raystack/assets/v1beta1/table_pb.ts +59 -120
  21. package/raystack/assets/v1beta1/timestamp_pb.ts +28 -62
  22. package/raystack/assets/v1beta1/topic_pb.ts +43 -78
  23. package/raystack/assets/v1beta1/user_pb.ts +58 -125
  24. package/raystack/assets/v1beta2/application_pb.ts +23 -39
  25. package/raystack/assets/v1beta2/asset_pb.ts +30 -53
  26. package/raystack/assets/v1beta2/bucket_pb.ts +41 -87
  27. package/raystack/assets/v1beta2/common_pb.ts +56 -137
  28. package/raystack/assets/v1beta2/dashboard_pb.ts +44 -93
  29. package/raystack/assets/v1beta2/experiment_pb.ts +38 -79
  30. package/raystack/assets/v1beta2/feature_table_pb.ts +51 -115
  31. package/raystack/assets/v1beta2/group_pb.ts +32 -68
  32. package/raystack/assets/v1beta2/job_pb.ts +21 -35
  33. package/raystack/assets/v1beta2/metric_pb.ts +25 -43
  34. package/raystack/assets/v1beta2/model_pb.ts +59 -147
  35. package/raystack/assets/v1beta2/table_pb.ts +82 -200
  36. package/raystack/assets/v1beta2/topic_pb.ts +41 -99
  37. package/raystack/assets/v1beta2/user_pb.ts +53 -121
  38. package/raystack/common/index.ts +0 -1
  39. package/raystack/common/v1/service-CommonService_connectquery.ts +3 -14
  40. package/raystack/common/v1/service_pb.ts +57 -97
  41. package/raystack/compass/index.ts +0 -1
  42. package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +44 -424
  43. package/raystack/compass/v1beta1/service_pb.ts +1448 -3319
  44. package/raystack/entropy/index.ts +0 -2
  45. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +7 -54
  46. package/raystack/entropy/v1beta1/module_pb.ts +156 -324
  47. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +9 -74
  48. package/raystack/entropy/v1beta1/resource_pb.ts +330 -756
  49. package/raystack/frontier/index.ts +0 -2
  50. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +54 -524
  51. package/raystack/frontier/v1beta1/admin_pb.ts +1755 -3846
  52. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +169 -1674
  53. package/raystack/frontier/v1beta1/frontier_pb.ts +4850 -10959
  54. package/raystack/frontier/v1beta1/models_pb.ts +810 -2296
  55. package/raystack/guardian/index.ts +0 -1
  56. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +42 -404
  57. package/raystack/guardian/v1beta1/guardian_pb.ts +1584 -3783
  58. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +5 -34
  59. package/raystack/optimus/core/v1beta1/backup_pb.ts +137 -273
  60. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +6 -44
  61. package/raystack/optimus/core/v1beta1/job_run_pb.ts +194 -376
  62. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +17 -154
  63. package/raystack/optimus/core/v1beta1/job_spec_pb.ts +910 -2081
  64. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +5 -34
  65. package/raystack/optimus/core/v1beta1/namespace_pb.ts +113 -212
  66. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +5 -34
  67. package/raystack/optimus/core/v1beta1/project_pb.ts +121 -238
  68. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +6 -44
  69. package/raystack/optimus/core/v1beta1/replay_pb.ts +160 -335
  70. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +8 -64
  71. package/raystack/optimus/core/v1beta1/resource_pb.ts +266 -527
  72. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +3 -14
  73. package/raystack/optimus/core/v1beta1/runtime_pb.ts +48 -61
  74. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +6 -44
  75. package/raystack/optimus/core/v1beta1/secret_pb.ts +155 -283
  76. package/raystack/optimus/core/v1beta1/status_pb.ts +35 -54
  77. package/raystack/optimus/integration/v1beta1/event_pb.ts +75 -187
  78. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +6 -44
  79. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +193 -426
  80. package/raystack/predator/v1beta1/metrics_log_pb.ts +67 -173
  81. package/raystack/predator/v1beta1/result_log_pb.ts +60 -144
  82. package/raystack/raccoon/index.ts +0 -1
  83. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +3 -14
  84. package/raystack/raccoon/v1beta1/raccoon_pb.ts +142 -189
  85. package/raystack/siren/index.ts +0 -1
  86. package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +37 -354
  87. package/raystack/siren/v1beta1/siren_pb.ts +1155 -2637
  88. package/raystack/stencil/index.ts +0 -1
  89. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +18 -164
  90. package/raystack/stencil/v1beta1/stencil_pb.ts +530 -1157
  91. package/validate/validate_pb.ts +401 -1038
  92. package/raystack/common/v1/service_connect.ts +0 -26
  93. package/raystack/compass/v1beta1/service_connect.ts +0 -407
  94. package/raystack/entropy/v1beta1/module_connect.ts +0 -62
  95. package/raystack/entropy/v1beta1/resource_connect.ts +0 -89
  96. package/raystack/frontier/v1beta1/admin_connect.ts +0 -584
  97. package/raystack/frontier/v1beta1/frontier_connect.ts +0 -1574
  98. package/raystack/guardian/v1beta1/guardian_connect.ts +0 -381
  99. package/raystack/optimus/core/v1beta1/backup_connect.ts +0 -44
  100. package/raystack/optimus/core/v1beta1/job_run_connect.ts +0 -63
  101. package/raystack/optimus/core/v1beta1/job_spec_connect.ts +0 -233
  102. package/raystack/optimus/core/v1beta1/namespace_connect.ts +0 -50
  103. package/raystack/optimus/core/v1beta1/project_connect.ts +0 -50
  104. package/raystack/optimus/core/v1beta1/replay_connect.ts +0 -53
  105. package/raystack/optimus/core/v1beta1/resource_connect.ts +0 -96
  106. package/raystack/optimus/core/v1beta1/runtime_connect.ts +0 -30
  107. package/raystack/optimus/core/v1beta1/secret_connect.ts +0 -61
  108. package/raystack/optimus/plugins/v1beta1/dependency_resolver_connect.ts +0 -65
  109. package/raystack/raccoon/v1beta1/raccoon_connect.ts +0 -26
  110. package/raystack/siren/v1beta1/siren_connect.ts +0 -332
  111. package/raystack/stencil/v1beta1/stencil_connect.ts +0 -161
@@ -1,233 +0,0 @@
1
- // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
2
- // @generated from file raystack/optimus/core/v1beta1/job_spec.proto (package raystack.optimus.core.v1beta1, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- import { AddJobSpecificationsRequest, AddJobSpecificationsResponse, ChangeJobNamespaceRequest, ChangeJobNamespaceResponse, CheckJobSpecificationRequest, CheckJobSpecificationResponse, CheckJobSpecificationsRequest, CheckJobSpecificationsResponse, CreateJobSpecificationRequest, CreateJobSpecificationResponse, DeleteJobSpecificationRequest, DeleteJobSpecificationResponse, DeployJobSpecificationRequest, DeployJobSpecificationResponse, GetDeployJobsStatusRequest, GetDeployJobsStatusResponse, GetJobSpecificationRequest, GetJobSpecificationResponse, GetJobSpecificationsRequest, GetJobSpecificationsResponse, GetJobTaskRequest, GetJobTaskResponse, GetWindowRequest, GetWindowResponse, JobInspectRequest, JobInspectResponse, ListJobSpecificationRequest, ListJobSpecificationResponse, RefreshJobsRequest, RefreshJobsResponse, ReplaceAllJobSpecificationsRequest, ReplaceAllJobSpecificationsResponse, SyncJobsStateRequest, SyncJobsStateResponse, UpdateJobSpecificationsRequest, UpdateJobSpecificationsResponse, UpdateJobsStateRequest, UpdateJobsStateResponse } from "./job_spec_pb.js";
7
- import { MethodKind } from "@bufbuild/protobuf";
8
-
9
- /**
10
- * @generated from service raystack.optimus.core.v1beta1.JobSpecificationService
11
- */
12
- export const JobSpecificationService = {
13
- typeName: "raystack.optimus.core.v1beta1.JobSpecificationService",
14
- methods: {
15
- /**
16
- * DeployJobSpecification schedules jobs for execution
17
- * returns a stream of messages which can be used to track the progress
18
- * of deployments. Message containing ack are status events other are progress
19
- * events
20
- * State of the world request
21
- *
22
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.DeployJobSpecification
23
- */
24
- deployJobSpecification: {
25
- name: "DeployJobSpecification",
26
- I: DeployJobSpecificationRequest,
27
- O: DeployJobSpecificationResponse,
28
- kind: MethodKind.BiDiStreaming,
29
- },
30
- /**
31
- * JobInspect return a new jobSpec for a namespace which belongs to a project
32
- *
33
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.JobInspect
34
- */
35
- jobInspect: {
36
- name: "JobInspect",
37
- I: JobInspectRequest,
38
- O: JobInspectResponse,
39
- kind: MethodKind.Unary,
40
- },
41
- /**
42
- * CreateJobSpecification registers a new job for a namespace which belongs to a project
43
- *
44
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.CreateJobSpecification
45
- */
46
- createJobSpecification: {
47
- name: "CreateJobSpecification",
48
- I: CreateJobSpecificationRequest,
49
- O: CreateJobSpecificationResponse,
50
- kind: MethodKind.Unary,
51
- },
52
- /**
53
- * AddJobSpecification registers new jobs for a namespace which belongs to the given project
54
- *
55
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.AddJobSpecifications
56
- */
57
- addJobSpecifications: {
58
- name: "AddJobSpecifications",
59
- I: AddJobSpecificationsRequest,
60
- O: AddJobSpecificationsResponse,
61
- kind: MethodKind.Unary,
62
- },
63
- /**
64
- * UpdateJobSpecifications modify jobs for a namespace which belongs to the given project
65
- *
66
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.UpdateJobSpecifications
67
- */
68
- updateJobSpecifications: {
69
- name: "UpdateJobSpecifications",
70
- I: UpdateJobSpecificationsRequest,
71
- O: UpdateJobSpecificationsResponse,
72
- kind: MethodKind.Unary,
73
- },
74
- /**
75
- * GetJobSpecification reads a provided job spec of a namespace
76
- *
77
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetJobSpecification
78
- */
79
- getJobSpecification: {
80
- name: "GetJobSpecification",
81
- I: GetJobSpecificationRequest,
82
- O: GetJobSpecificationResponse,
83
- kind: MethodKind.Unary,
84
- },
85
- /**
86
- * GetJobSpecifications read a job spec for provided filters
87
- *
88
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetJobSpecifications
89
- */
90
- getJobSpecifications: {
91
- name: "GetJobSpecifications",
92
- I: GetJobSpecificationsRequest,
93
- O: GetJobSpecificationsResponse,
94
- kind: MethodKind.Unary,
95
- },
96
- /**
97
- * DeleteJobSpecification deletes a job spec of a namespace
98
- *
99
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.DeleteJobSpecification
100
- */
101
- deleteJobSpecification: {
102
- name: "DeleteJobSpecification",
103
- I: DeleteJobSpecificationRequest,
104
- O: DeleteJobSpecificationResponse,
105
- kind: MethodKind.Unary,
106
- },
107
- /**
108
- * ChangeJobNamespace move a job spec from one namespace to another
109
- *
110
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.ChangeJobNamespace
111
- */
112
- changeJobNamespace: {
113
- name: "ChangeJobNamespace",
114
- I: ChangeJobNamespaceRequest,
115
- O: ChangeJobNamespaceResponse,
116
- kind: MethodKind.Unary,
117
- },
118
- /**
119
- * ListJobSpecification returns list of jobs created in a project
120
- *
121
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.ListJobSpecification
122
- */
123
- listJobSpecification: {
124
- name: "ListJobSpecification",
125
- I: ListJobSpecificationRequest,
126
- O: ListJobSpecificationResponse,
127
- kind: MethodKind.Unary,
128
- },
129
- /**
130
- * CheckJobSpecification checks if a job specification is valid
131
- *
132
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.CheckJobSpecification
133
- */
134
- checkJobSpecification: {
135
- name: "CheckJobSpecification",
136
- I: CheckJobSpecificationRequest,
137
- O: CheckJobSpecificationResponse,
138
- kind: MethodKind.Unary,
139
- },
140
- /**
141
- * CheckJobSpecifications checks if the job specifications are valid
142
- *
143
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.CheckJobSpecifications
144
- */
145
- checkJobSpecifications: {
146
- name: "CheckJobSpecifications",
147
- I: CheckJobSpecificationsRequest,
148
- O: CheckJobSpecificationsResponse,
149
- kind: MethodKind.ServerStreaming,
150
- },
151
- /**
152
- * RefreshJobs do redeployment using the current persisted state.
153
- * It will returns a stream of messages which can be used to track the progress.
154
- *
155
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.RefreshJobs
156
- */
157
- refreshJobs: {
158
- name: "RefreshJobs",
159
- I: RefreshJobsRequest,
160
- O: RefreshJobsResponse,
161
- kind: MethodKind.ServerStreaming,
162
- },
163
- /**
164
- * GetDeployJobsStatus check status of job deployment.
165
- * It will returns status of the job deployment and the failure details.
166
- *
167
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetDeployJobsStatus
168
- */
169
- getDeployJobsStatus: {
170
- name: "GetDeployJobsStatus",
171
- I: GetDeployJobsStatusRequest,
172
- O: GetDeployJobsStatusResponse,
173
- kind: MethodKind.Unary,
174
- },
175
- /**
176
- * ReplaceAllJobSpecifications replaces all jobs in server for a given tenant
177
- *
178
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.ReplaceAllJobSpecifications
179
- */
180
- replaceAllJobSpecifications: {
181
- name: "ReplaceAllJobSpecifications",
182
- I: ReplaceAllJobSpecificationsRequest,
183
- O: ReplaceAllJobSpecificationsResponse,
184
- kind: MethodKind.BiDiStreaming,
185
- },
186
- /**
187
- * GetJobTask provides task details specific to plugin used in a job
188
- *
189
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetJobTask
190
- */
191
- getJobTask: {
192
- name: "GetJobTask",
193
- I: GetJobTaskRequest,
194
- O: GetJobTaskResponse,
195
- kind: MethodKind.Unary,
196
- },
197
- /**
198
- * GetWindow provides the start and end dates provided a scheduled date
199
- * of the execution window
200
- *
201
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetWindow
202
- */
203
- getWindow: {
204
- name: "GetWindow",
205
- I: GetWindowRequest,
206
- O: GetWindowResponse,
207
- kind: MethodKind.Unary,
208
- },
209
- /**
210
- * UpdateJobState enable / disable job on scheuler
211
- *
212
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.UpdateJobsState
213
- */
214
- updateJobsState: {
215
- name: "UpdateJobsState",
216
- I: UpdateJobsStateRequest,
217
- O: UpdateJobsStateResponse,
218
- kind: MethodKind.Unary,
219
- },
220
- /**
221
- * SyncJobsState enable / disable job on scheuler
222
- *
223
- * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.SyncJobsState
224
- */
225
- syncJobsState: {
226
- name: "SyncJobsState",
227
- I: SyncJobsStateRequest,
228
- O: SyncJobsStateResponse,
229
- kind: MethodKind.Unary,
230
- },
231
- }
232
- } as const;
233
-
@@ -1,50 +0,0 @@
1
- // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
2
- // @generated from file raystack/optimus/core/v1beta1/namespace.proto (package raystack.optimus.core.v1beta1, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- import { GetNamespaceRequest, GetNamespaceResponse, ListProjectNamespacesRequest, ListProjectNamespacesResponse, RegisterProjectNamespaceRequest, RegisterProjectNamespaceResponse } from "./namespace_pb.js";
7
- import { MethodKind } from "@bufbuild/protobuf";
8
-
9
- /**
10
- * @generated from service raystack.optimus.core.v1beta1.NamespaceService
11
- */
12
- export const NamespaceService = {
13
- typeName: "raystack.optimus.core.v1beta1.NamespaceService",
14
- methods: {
15
- /**
16
- * RegisterProjectNamespace creates a new namespace for a project
17
- *
18
- * @generated from rpc raystack.optimus.core.v1beta1.NamespaceService.RegisterProjectNamespace
19
- */
20
- registerProjectNamespace: {
21
- name: "RegisterProjectNamespace",
22
- I: RegisterProjectNamespaceRequest,
23
- O: RegisterProjectNamespaceResponse,
24
- kind: MethodKind.Unary,
25
- },
26
- /**
27
- * ListProjectNamespaces returns list of namespaces of a project
28
- *
29
- * @generated from rpc raystack.optimus.core.v1beta1.NamespaceService.ListProjectNamespaces
30
- */
31
- listProjectNamespaces: {
32
- name: "ListProjectNamespaces",
33
- I: ListProjectNamespacesRequest,
34
- O: ListProjectNamespacesResponse,
35
- kind: MethodKind.Unary,
36
- },
37
- /**
38
- * GetNamespace returns namespace details based on project_name and namespace_name
39
- *
40
- * @generated from rpc raystack.optimus.core.v1beta1.NamespaceService.GetNamespace
41
- */
42
- getNamespace: {
43
- name: "GetNamespace",
44
- I: GetNamespaceRequest,
45
- O: GetNamespaceResponse,
46
- kind: MethodKind.Unary,
47
- },
48
- }
49
- } as const;
50
-
@@ -1,50 +0,0 @@
1
- // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
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 { GetProjectRequest, GetProjectResponse, ListProjectsRequest, ListProjectsResponse, RegisterProjectRequest, RegisterProjectResponse } from "./project_pb.js";
7
- import { MethodKind } from "@bufbuild/protobuf";
8
-
9
- /**
10
- * @generated from service raystack.optimus.core.v1beta1.ProjectService
11
- */
12
- export const ProjectService = {
13
- typeName: "raystack.optimus.core.v1beta1.ProjectService",
14
- methods: {
15
- /**
16
- * RegisterProject creates a new optimus project
17
- *
18
- * @generated from rpc raystack.optimus.core.v1beta1.ProjectService.RegisterProject
19
- */
20
- registerProject: {
21
- name: "RegisterProject",
22
- I: RegisterProjectRequest,
23
- O: RegisterProjectResponse,
24
- kind: MethodKind.Unary,
25
- },
26
- /**
27
- * ListProjects returns list of registered projects and configurations
28
- *
29
- * @generated from rpc raystack.optimus.core.v1beta1.ProjectService.ListProjects
30
- */
31
- listProjects: {
32
- name: "ListProjects",
33
- I: ListProjectsRequest,
34
- O: ListProjectsResponse,
35
- kind: MethodKind.Unary,
36
- },
37
- /**
38
- * GetProject returns project details based on project_name
39
- *
40
- * @generated from rpc raystack.optimus.core.v1beta1.ProjectService.GetProject
41
- */
42
- getProject: {
43
- name: "GetProject",
44
- I: GetProjectRequest,
45
- O: GetProjectResponse,
46
- kind: MethodKind.Unary,
47
- },
48
- }
49
- } as const;
50
-
@@ -1,53 +0,0 @@
1
- // @generated by protoc-gen-connect-es v1.6.1 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 { GetReplayRequest, GetReplayResponse, ListReplayRequest, ListReplayResponse, ReplayDryRunRequest, ReplayDryRunResponse, ReplayRequest, ReplayResponse } from "./replay_pb.js";
7
- import { MethodKind } from "@bufbuild/protobuf";
8
-
9
- /**
10
- * @generated from service raystack.optimus.core.v1beta1.ReplayService
11
- */
12
- export const ReplayService = {
13
- typeName: "raystack.optimus.core.v1beta1.ReplayService",
14
- methods: {
15
- /**
16
- * @generated from rpc raystack.optimus.core.v1beta1.ReplayService.Replay
17
- */
18
- replay: {
19
- name: "Replay",
20
- I: ReplayRequest,
21
- O: ReplayResponse,
22
- kind: MethodKind.Unary,
23
- },
24
- /**
25
- * @generated from rpc raystack.optimus.core.v1beta1.ReplayService.ReplayDryRun
26
- */
27
- replayDryRun: {
28
- name: "ReplayDryRun",
29
- I: ReplayDryRunRequest,
30
- O: ReplayDryRunResponse,
31
- kind: MethodKind.Unary,
32
- },
33
- /**
34
- * @generated from rpc raystack.optimus.core.v1beta1.ReplayService.ListReplay
35
- */
36
- listReplay: {
37
- name: "ListReplay",
38
- I: ListReplayRequest,
39
- O: ListReplayResponse,
40
- kind: MethodKind.Unary,
41
- },
42
- /**
43
- * @generated from rpc raystack.optimus.core.v1beta1.ReplayService.GetReplay
44
- */
45
- getReplay: {
46
- name: "GetReplay",
47
- I: GetReplayRequest,
48
- O: GetReplayResponse,
49
- kind: MethodKind.Unary,
50
- },
51
- }
52
- } as const;
53
-
@@ -1,96 +0,0 @@
1
- // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
2
- // @generated from file raystack/optimus/core/v1beta1/resource.proto (package raystack.optimus.core.v1beta1, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- import { ApplyResourcesRequest, ApplyResourcesResponse, ChangeResourceNamespaceRequest, ChangeResourceNamespaceResponse, CreateResourceRequest, CreateResourceResponse, DeployResourceSpecificationRequest, DeployResourceSpecificationResponse, ListResourceSpecificationRequest, ListResourceSpecificationResponse, ReadResourceRequest, ReadResourceResponse, UpdateResourceRequest, UpdateResourceResponse } from "./resource_pb.js";
7
- import { MethodKind } from "@bufbuild/protobuf";
8
-
9
- /**
10
- * @generated from service raystack.optimus.core.v1beta1.ResourceService
11
- */
12
- export const ResourceService = {
13
- typeName: "raystack.optimus.core.v1beta1.ResourceService",
14
- methods: {
15
- /**
16
- * DeployResourceSpecification migrate all resource specifications of a datastore in project
17
- * State of the world request
18
- *
19
- * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.DeployResourceSpecification
20
- */
21
- deployResourceSpecification: {
22
- name: "DeployResourceSpecification",
23
- I: DeployResourceSpecificationRequest,
24
- O: DeployResourceSpecificationResponse,
25
- kind: MethodKind.BiDiStreaming,
26
- },
27
- /**
28
- * ListResourceSpecification lists all resource specifications of a datastore in project
29
- *
30
- * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.ListResourceSpecification
31
- */
32
- listResourceSpecification: {
33
- name: "ListResourceSpecification",
34
- I: ListResourceSpecificationRequest,
35
- O: ListResourceSpecificationResponse,
36
- kind: MethodKind.Unary,
37
- },
38
- /**
39
- * Database CRUD
40
- * CreateResource registers a new resource of a namespace which belongs to a project
41
- *
42
- * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.CreateResource
43
- */
44
- createResource: {
45
- name: "CreateResource",
46
- I: CreateResourceRequest,
47
- O: CreateResourceResponse,
48
- kind: MethodKind.Unary,
49
- },
50
- /**
51
- * ReadResource reads a provided resource spec of a namespace
52
- *
53
- * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.ReadResource
54
- */
55
- readResource: {
56
- name: "ReadResource",
57
- I: ReadResourceRequest,
58
- O: ReadResourceResponse,
59
- kind: MethodKind.Unary,
60
- },
61
- /**
62
- * UpdateResource updates a resource specification of a datastore in project
63
- *
64
- * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.UpdateResource
65
- */
66
- updateResource: {
67
- name: "UpdateResource",
68
- I: UpdateResourceRequest,
69
- O: UpdateResourceResponse,
70
- kind: MethodKind.Unary,
71
- },
72
- /**
73
- * ChangeJobNamespace move a job spec from one namespace to another
74
- *
75
- * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.ChangeResourceNamespace
76
- */
77
- changeResourceNamespace: {
78
- name: "ChangeResourceNamespace",
79
- I: ChangeResourceNamespaceRequest,
80
- O: ChangeResourceNamespaceResponse,
81
- kind: MethodKind.Unary,
82
- },
83
- /**
84
- * apply a resource from optimus to datastore
85
- *
86
- * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.ApplyResources
87
- */
88
- applyResources: {
89
- name: "ApplyResources",
90
- I: ApplyResourcesRequest,
91
- O: ApplyResourcesResponse,
92
- kind: MethodKind.Unary,
93
- },
94
- }
95
- } as const;
96
-
@@ -1,30 +0,0 @@
1
- // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
2
- // @generated from file raystack/optimus/core/v1beta1/runtime.proto (package raystack.optimus.core.v1beta1, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- import { VersionRequest, VersionResponse } from "./runtime_pb.js";
7
- import { MethodKind } from "@bufbuild/protobuf";
8
-
9
- /**
10
- * WARNING: This is still in active development and can have breaking changes
11
- *
12
- * @generated from service raystack.optimus.core.v1beta1.RuntimeService
13
- */
14
- export const RuntimeService = {
15
- typeName: "raystack.optimus.core.v1beta1.RuntimeService",
16
- methods: {
17
- /**
18
- * server ping with version
19
- *
20
- * @generated from rpc raystack.optimus.core.v1beta1.RuntimeService.Version
21
- */
22
- version: {
23
- name: "Version",
24
- I: VersionRequest,
25
- O: VersionResponse,
26
- kind: MethodKind.Unary,
27
- },
28
- }
29
- } as const;
30
-
@@ -1,61 +0,0 @@
1
- // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
2
- // @generated from file raystack/optimus/core/v1beta1/secret.proto (package raystack.optimus.core.v1beta1, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- import { DeleteSecretRequest, DeleteSecretResponse, ListSecretsRequest, ListSecretsResponse, RegisterSecretRequest, RegisterSecretResponse, UpdateSecretRequest, UpdateSecretResponse } from "./secret_pb.js";
7
- import { MethodKind } from "@bufbuild/protobuf";
8
-
9
- /**
10
- * @generated from service raystack.optimus.core.v1beta1.SecretService
11
- */
12
- export const SecretService = {
13
- typeName: "raystack.optimus.core.v1beta1.SecretService",
14
- methods: {
15
- /**
16
- * RegisterSecret creates a new secret of a project
17
- *
18
- * @generated from rpc raystack.optimus.core.v1beta1.SecretService.RegisterSecret
19
- */
20
- registerSecret: {
21
- name: "RegisterSecret",
22
- I: RegisterSecretRequest,
23
- O: RegisterSecretResponse,
24
- kind: MethodKind.Unary,
25
- },
26
- /**
27
- * UpdateSecret updates secret at project level
28
- *
29
- * @generated from rpc raystack.optimus.core.v1beta1.SecretService.UpdateSecret
30
- */
31
- updateSecret: {
32
- name: "UpdateSecret",
33
- I: UpdateSecretRequest,
34
- O: UpdateSecretResponse,
35
- kind: MethodKind.Unary,
36
- },
37
- /**
38
- * ListSecrets shows the secrets registered for a project
39
- *
40
- * @generated from rpc raystack.optimus.core.v1beta1.SecretService.ListSecrets
41
- */
42
- listSecrets: {
43
- name: "ListSecrets",
44
- I: ListSecretsRequest,
45
- O: ListSecretsResponse,
46
- kind: MethodKind.Unary,
47
- },
48
- /**
49
- * DeleteSecret deletes a secret for a project
50
- *
51
- * @generated from rpc raystack.optimus.core.v1beta1.SecretService.DeleteSecret
52
- */
53
- deleteSecret: {
54
- name: "DeleteSecret",
55
- I: DeleteSecretRequest,
56
- O: DeleteSecretResponse,
57
- kind: MethodKind.Unary,
58
- },
59
- }
60
- } as const;
61
-
@@ -1,65 +0,0 @@
1
- // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
2
- // @generated from file raystack/optimus/plugins/v1beta1/dependency_resolver.proto (package raystack.optimus.plugins.v1beta1, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- import { CompileAssetsRequest, CompileAssetsResponse, GenerateDependenciesRequest, GenerateDependenciesResponse, GenerateDestinationRequest, GenerateDestinationResponse, GetNameRequest, GetNameResponse } from "./dependency_resolver_pb.js";
7
- import { MethodKind } from "@bufbuild/protobuf";
8
-
9
- /**
10
- * DependencyResolverModService must be implemented by all plugins want to support automatic
11
- * dependency resolution
12
- *
13
- * @generated from service raystack.optimus.plugins.v1beta1.DependencyResolverModService
14
- */
15
- export const DependencyResolverModService = {
16
- typeName: "raystack.optimus.plugins.v1beta1.DependencyResolverModService",
17
- methods: {
18
- /**
19
- * GetName returns name of the plugin
20
- *
21
- * @generated from rpc raystack.optimus.plugins.v1beta1.DependencyResolverModService.GetName
22
- */
23
- getName: {
24
- name: "GetName",
25
- I: GetNameRequest,
26
- O: GetNameResponse,
27
- kind: MethodKind.Unary,
28
- },
29
- /**
30
- * GenerateDestination derive destination from config and assets
31
- *
32
- * @generated from rpc raystack.optimus.plugins.v1beta1.DependencyResolverModService.GenerateDestination
33
- */
34
- generateDestination: {
35
- name: "GenerateDestination",
36
- I: GenerateDestinationRequest,
37
- O: GenerateDestinationResponse,
38
- kind: MethodKind.Unary,
39
- },
40
- /**
41
- * GenerateDependencies return names of job destination on which this unit
42
- * is dependent on
43
- *
44
- * @generated from rpc raystack.optimus.plugins.v1beta1.DependencyResolverModService.GenerateDependencies
45
- */
46
- generateDependencies: {
47
- name: "GenerateDependencies",
48
- I: GenerateDependenciesRequest,
49
- O: GenerateDependenciesResponse,
50
- kind: MethodKind.Unary,
51
- },
52
- /**
53
- * CompileAssets overrides the default asset compilation behaviour
54
- *
55
- * @generated from rpc raystack.optimus.plugins.v1beta1.DependencyResolverModService.CompileAssets
56
- */
57
- compileAssets: {
58
- name: "CompileAssets",
59
- I: CompileAssetsRequest,
60
- O: CompileAssetsResponse,
61
- kind: MethodKind.Unary,
62
- },
63
- }
64
- } as const;
65
-
@@ -1,26 +0,0 @@
1
- // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
2
- // @generated from file raystack/raccoon/v1beta1/raccoon.proto (package raystack.raccoon.v1beta1, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- import { SendEventRequest, SendEventResponse } from "./raccoon_pb.js";
7
- import { MethodKind } from "@bufbuild/protobuf";
8
-
9
- /**
10
- * @generated from service raystack.raccoon.v1beta1.EventService
11
- */
12
- export const EventService = {
13
- typeName: "raystack.raccoon.v1beta1.EventService",
14
- methods: {
15
- /**
16
- * @generated from rpc raystack.raccoon.v1beta1.EventService.SendEvent
17
- */
18
- sendEvent: {
19
- name: "SendEvent",
20
- I: SendEventRequest,
21
- O: SendEventResponse,
22
- kind: MethodKind.Unary,
23
- },
24
- }
25
- } as const;
26
-