@raystack/proton 0.1.0-00c55b6ba2a3f425eca16ca3d36e172952e4824d

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 (278) hide show
  1. package/README.md +113 -0
  2. package/google/api/annotations_pb.d.ts +34 -0
  3. package/google/api/annotations_pb.js +36 -0
  4. package/google/api/annotations_pb.ts +39 -0
  5. package/google/api/field_behavior_pb.d.ts +134 -0
  6. package/google/api/field_behavior_pb.js +65 -0
  7. package/google/api/field_behavior_pb.ts +139 -0
  8. package/google/api/http_pb.d.ts +477 -0
  9. package/google/api/http_pb.js +47 -0
  10. package/google/api/http_pb.ts +482 -0
  11. package/google/api/httpbody_pb.d.ts +104 -0
  12. package/google/api/httpbody_pb.js +34 -0
  13. package/google/api/httpbody_pb.ts +108 -0
  14. package/index.d.ts +10 -0
  15. package/index.js +10 -0
  16. package/index.ts +10 -0
  17. package/package.json +94 -0
  18. package/protoc-gen-openapiv2/options/annotations_pb.d.ts +63 -0
  19. package/protoc-gen-openapiv2/options/annotations_pb.js +69 -0
  20. package/protoc-gen-openapiv2/options/annotations_pb.ts +72 -0
  21. package/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1497 -0
  22. package/protoc-gen-openapiv2/options/openapiv2_pb.js +232 -0
  23. package/protoc-gen-openapiv2/options/openapiv2_pb.ts +1525 -0
  24. package/raystack/assets/index.d.ts +29 -0
  25. package/raystack/assets/index.js +29 -0
  26. package/raystack/assets/index.ts +29 -0
  27. package/raystack/assets/v1beta1/bucket_pb.d.ts +180 -0
  28. package/raystack/assets/v1beta1/bucket_pb.js +32 -0
  29. package/raystack/assets/v1beta1/bucket_pb.ts +190 -0
  30. package/raystack/assets/v1beta1/dashboard_pb.d.ts +217 -0
  31. package/raystack/assets/v1beta1/dashboard_pb.js +32 -0
  32. package/raystack/assets/v1beta1/dashboard_pb.ts +227 -0
  33. package/raystack/assets/v1beta1/event_pb.d.ts +52 -0
  34. package/raystack/assets/v1beta1/event_pb.js +20 -0
  35. package/raystack/assets/v1beta1/event_pb.ts +56 -0
  36. package/raystack/assets/v1beta1/group_pb.d.ts +105 -0
  37. package/raystack/assets/v1beta1/group_pb.js +30 -0
  38. package/raystack/assets/v1beta1/group_pb.ts +113 -0
  39. package/raystack/assets/v1beta1/job_pb.d.ts +78 -0
  40. package/raystack/assets/v1beta1/job_pb.js +25 -0
  41. package/raystack/assets/v1beta1/job_pb.ts +87 -0
  42. package/raystack/assets/v1beta1/lineage_pb.d.ts +43 -0
  43. package/raystack/assets/v1beta1/lineage_pb.js +20 -0
  44. package/raystack/assets/v1beta1/lineage_pb.ts +47 -0
  45. package/raystack/assets/v1beta1/ownership_pb.d.ts +78 -0
  46. package/raystack/assets/v1beta1/ownership_pb.js +26 -0
  47. package/raystack/assets/v1beta1/ownership_pb.ts +82 -0
  48. package/raystack/assets/v1beta1/preview_pb.d.ts +41 -0
  49. package/raystack/assets/v1beta1/preview_pb.js +20 -0
  50. package/raystack/assets/v1beta1/preview_pb.ts +45 -0
  51. package/raystack/assets/v1beta1/properties_pb.d.ts +44 -0
  52. package/raystack/assets/v1beta1/properties_pb.js +20 -0
  53. package/raystack/assets/v1beta1/properties_pb.ts +48 -0
  54. package/raystack/assets/v1beta1/resource_pb.d.ts +74 -0
  55. package/raystack/assets/v1beta1/resource_pb.js +19 -0
  56. package/raystack/assets/v1beta1/resource_pb.ts +77 -0
  57. package/raystack/assets/v1beta1/schema_pb.d.ts +169 -0
  58. package/raystack/assets/v1beta1/schema_pb.js +41 -0
  59. package/raystack/assets/v1beta1/schema_pb.ts +176 -0
  60. package/raystack/assets/v1beta1/table_pb.d.ts +192 -0
  61. package/raystack/assets/v1beta1/table_pb.js +41 -0
  62. package/raystack/assets/v1beta1/table_pb.ts +205 -0
  63. package/raystack/assets/v1beta1/timestamp_pb.d.ts +68 -0
  64. package/raystack/assets/v1beta1/timestamp_pb.js +27 -0
  65. package/raystack/assets/v1beta1/timestamp_pb.ts +73 -0
  66. package/raystack/assets/v1beta1/topic_pb.d.ts +125 -0
  67. package/raystack/assets/v1beta1/topic_pb.js +33 -0
  68. package/raystack/assets/v1beta1/topic_pb.ts +136 -0
  69. package/raystack/assets/v1beta1/user_pb.d.ts +216 -0
  70. package/raystack/assets/v1beta1/user_pb.js +37 -0
  71. package/raystack/assets/v1beta1/user_pb.ts +225 -0
  72. package/raystack/assets/v1beta2/application_pb.d.ts +59 -0
  73. package/raystack/assets/v1beta2/application_pb.js +20 -0
  74. package/raystack/assets/v1beta2/application_pb.ts +63 -0
  75. package/raystack/assets/v1beta2/asset_pb.d.ts +129 -0
  76. package/raystack/assets/v1beta2/asset_pb.js +21 -0
  77. package/raystack/assets/v1beta2/asset_pb.ts +134 -0
  78. package/raystack/assets/v1beta2/bucket_pb.d.ts +163 -0
  79. package/raystack/assets/v1beta2/bucket_pb.js +28 -0
  80. package/raystack/assets/v1beta2/bucket_pb.ts +169 -0
  81. package/raystack/assets/v1beta2/common_pb.d.ts +170 -0
  82. package/raystack/assets/v1beta2/common_pb.js +41 -0
  83. package/raystack/assets/v1beta2/common_pb.ts +177 -0
  84. package/raystack/assets/v1beta2/dashboard_pb.d.ts +192 -0
  85. package/raystack/assets/v1beta2/dashboard_pb.js +28 -0
  86. package/raystack/assets/v1beta2/dashboard_pb.ts +198 -0
  87. package/raystack/assets/v1beta2/experiment_pb.d.ts +134 -0
  88. package/raystack/assets/v1beta2/experiment_pb.js +27 -0
  89. package/raystack/assets/v1beta2/experiment_pb.ts +139 -0
  90. package/raystack/assets/v1beta2/feature_table_pb.d.ts +167 -0
  91. package/raystack/assets/v1beta2/feature_table_pb.js +34 -0
  92. package/raystack/assets/v1beta2/feature_table_pb.ts +173 -0
  93. package/raystack/assets/v1beta2/group_pb.d.ts +77 -0
  94. package/raystack/assets/v1beta2/group_pb.js +27 -0
  95. package/raystack/assets/v1beta2/group_pb.ts +82 -0
  96. package/raystack/assets/v1beta2/job_pb.d.ts +47 -0
  97. package/raystack/assets/v1beta2/job_pb.js +20 -0
  98. package/raystack/assets/v1beta2/job_pb.ts +51 -0
  99. package/raystack/assets/v1beta2/metric_pb.d.ts +83 -0
  100. package/raystack/assets/v1beta2/metric_pb.js +20 -0
  101. package/raystack/assets/v1beta2/metric_pb.ts +87 -0
  102. package/raystack/assets/v1beta2/model_pb.d.ts +227 -0
  103. package/raystack/assets/v1beta2/model_pb.js +41 -0
  104. package/raystack/assets/v1beta2/model_pb.ts +234 -0
  105. package/raystack/assets/v1beta2/table_pb.d.ts +283 -0
  106. package/raystack/assets/v1beta2/table_pb.js +48 -0
  107. package/raystack/assets/v1beta2/table_pb.ts +291 -0
  108. package/raystack/assets/v1beta2/topic_pb.d.ts +117 -0
  109. package/raystack/assets/v1beta2/topic_pb.js +34 -0
  110. package/raystack/assets/v1beta2/topic_pb.ts +123 -0
  111. package/raystack/assets/v1beta2/user_pb.d.ts +203 -0
  112. package/raystack/assets/v1beta2/user_pb.js +34 -0
  113. package/raystack/assets/v1beta2/user_pb.ts +209 -0
  114. package/raystack/common/index.d.ts +2 -0
  115. package/raystack/common/index.js +2 -0
  116. package/raystack/common/index.ts +2 -0
  117. package/raystack/common/v1/service-CommonService_connectquery.d.ts +10 -0
  118. package/raystack/common/v1/service-CommonService_connectquery.js +10 -0
  119. package/raystack/common/v1/service-CommonService_connectquery.ts +10 -0
  120. package/raystack/common/v1/service_pb.d.ts +100 -0
  121. package/raystack/common/v1/service_pb.js +42 -0
  122. package/raystack/common/v1/service_pb.ts +109 -0
  123. package/raystack/compass/index.d.ts +2 -0
  124. package/raystack/compass/index.js +2 -0
  125. package/raystack/compass/index.ts +2 -0
  126. package/raystack/compass/v1beta1/service-CompassService_connectquery.d.ts +184 -0
  127. package/raystack/compass/v1beta1/service-CompassService_connectquery.js +225 -0
  128. package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +225 -0
  129. package/raystack/compass/v1beta1/service_pb.d.ts +2994 -0
  130. package/raystack/compass/v1beta1/service_pb.js +745 -0
  131. package/raystack/compass/v1beta1/service_pb.ts +3104 -0
  132. package/raystack/entropy/index.d.ts +4 -0
  133. package/raystack/entropy/index.js +4 -0
  134. package/raystack/entropy/index.ts +4 -0
  135. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.d.ts +26 -0
  136. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.js +30 -0
  137. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +30 -0
  138. package/raystack/entropy/v1beta1/module_pb.d.ts +261 -0
  139. package/raystack/entropy/v1beta1/module_pb.js +97 -0
  140. package/raystack/entropy/v1beta1/module_pb.ts +277 -0
  141. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.d.ts +34 -0
  142. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.js +40 -0
  143. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +40 -0
  144. package/raystack/entropy/v1beta1/resource_pb.d.ts +636 -0
  145. package/raystack/entropy/v1beta1/resource_pb.js +200 -0
  146. package/raystack/entropy/v1beta1/resource_pb.ts +666 -0
  147. package/raystack/frontier/index.d.ts +5 -0
  148. package/raystack/frontier/index.js +5 -0
  149. package/raystack/frontier/index.ts +5 -0
  150. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.d.ts +263 -0
  151. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +316 -0
  152. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +316 -0
  153. package/raystack/frontier/v1beta1/admin_pb.d.ts +3550 -0
  154. package/raystack/frontier/v1beta1/admin_pb.js +914 -0
  155. package/raystack/frontier/v1beta1/admin_pb.ts +3687 -0
  156. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +746 -0
  157. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +915 -0
  158. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +915 -0
  159. package/raystack/frontier/v1beta1/frontier_pb.d.ts +8883 -0
  160. package/raystack/frontier/v1beta1/frontier_pb.js +2635 -0
  161. package/raystack/frontier/v1beta1/frontier_pb.ts +9265 -0
  162. package/raystack/frontier/v1beta1/models_pb.d.ts +2861 -0
  163. package/raystack/frontier/v1beta1/models_pb.js +450 -0
  164. package/raystack/frontier/v1beta1/models_pb.ts +2928 -0
  165. package/raystack/guardian/index.d.ts +2 -0
  166. package/raystack/guardian/index.js +2 -0
  167. package/raystack/guardian/index.ts +2 -0
  168. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.d.ts +168 -0
  169. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.js +207 -0
  170. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +207 -0
  171. package/raystack/guardian/v1beta1/guardian_pb.d.ts +3537 -0
  172. package/raystack/guardian/v1beta1/guardian_pb.js +823 -0
  173. package/raystack/guardian/v1beta1/guardian_pb.ts +3659 -0
  174. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.d.ts +18 -0
  175. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.js +20 -0
  176. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +20 -0
  177. package/raystack/optimus/core/v1beta1/backup_pb.d.ts +256 -0
  178. package/raystack/optimus/core/v1beta1/backup_pb.js +77 -0
  179. package/raystack/optimus/core/v1beta1/backup_pb.ts +270 -0
  180. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.d.ts +30 -0
  181. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.js +33 -0
  182. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +33 -0
  183. package/raystack/optimus/core/v1beta1/job_run_pb.d.ts +410 -0
  184. package/raystack/optimus/core/v1beta1/job_run_pb.js +127 -0
  185. package/raystack/optimus/core/v1beta1/job_run_pb.ts +430 -0
  186. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.d.ts +98 -0
  187. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.js +112 -0
  188. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +112 -0
  189. package/raystack/optimus/core/v1beta1/job_spec_pb.d.ts +1953 -0
  190. package/raystack/optimus/core/v1beta1/job_spec_pb.js +487 -0
  191. package/raystack/optimus/core/v1beta1/job_spec_pb.ts +2025 -0
  192. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.d.ts +24 -0
  193. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.js +26 -0
  194. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +26 -0
  195. package/raystack/optimus/core/v1beta1/namespace_pb.d.ts +180 -0
  196. package/raystack/optimus/core/v1beta1/namespace_pb.js +69 -0
  197. package/raystack/optimus/core/v1beta1/namespace_pb.ts +192 -0
  198. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.d.ts +24 -0
  199. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.js +26 -0
  200. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +26 -0
  201. package/raystack/optimus/core/v1beta1/project_pb.d.ts +166 -0
  202. package/raystack/optimus/core/v1beta1/project_pb.js +69 -0
  203. package/raystack/optimus/core/v1beta1/project_pb.ts +178 -0
  204. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.d.ts +22 -0
  205. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.js +25 -0
  206. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +25 -0
  207. package/raystack/optimus/core/v1beta1/replay_pb.d.ts +331 -0
  208. package/raystack/optimus/core/v1beta1/replay_pb.js +91 -0
  209. package/raystack/optimus/core/v1beta1/replay_pb.ts +347 -0
  210. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.d.ts +43 -0
  211. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.js +48 -0
  212. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +48 -0
  213. package/raystack/optimus/core/v1beta1/resource_pb.d.ts +507 -0
  214. package/raystack/optimus/core/v1beta1/resource_pb.js +134 -0
  215. package/raystack/optimus/core/v1beta1/resource_pb.ts +530 -0
  216. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.d.ts +12 -0
  217. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.js +12 -0
  218. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +12 -0
  219. package/raystack/optimus/core/v1beta1/runtime_pb.d.ts +62 -0
  220. package/raystack/optimus/core/v1beta1/runtime_pb.js +36 -0
  221. package/raystack/optimus/core/v1beta1/runtime_pb.ts +69 -0
  222. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.d.ts +30 -0
  223. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.js +33 -0
  224. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +33 -0
  225. package/raystack/optimus/core/v1beta1/secret_pb.d.ts +250 -0
  226. package/raystack/optimus/core/v1beta1/secret_pb.js +84 -0
  227. package/raystack/optimus/core/v1beta1/secret_pb.ts +265 -0
  228. package/raystack/optimus/core/v1beta1/status_pb.d.ts +78 -0
  229. package/raystack/optimus/core/v1beta1/status_pb.js +31 -0
  230. package/raystack/optimus/core/v1beta1/status_pb.ts +82 -0
  231. package/raystack/optimus/integration/v1beta1/event_pb.d.ts +239 -0
  232. package/raystack/optimus/integration/v1beta1/event_pb.js +62 -0
  233. package/raystack/optimus/integration/v1beta1/event_pb.ts +250 -0
  234. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.d.ts +31 -0
  235. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.js +34 -0
  236. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +34 -0
  237. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.d.ts +353 -0
  238. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.js +120 -0
  239. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +371 -0
  240. package/raystack/predator/index.d.ts +2 -0
  241. package/raystack/predator/index.js +2 -0
  242. package/raystack/predator/index.ts +2 -0
  243. package/raystack/predator/v1beta1/metrics_log_pb.d.ts +163 -0
  244. package/raystack/predator/v1beta1/metrics_log_pb.js +48 -0
  245. package/raystack/predator/v1beta1/metrics_log_pb.ts +171 -0
  246. package/raystack/predator/v1beta1/result_log_pb.d.ts +143 -0
  247. package/raystack/predator/v1beta1/result_log_pb.js +42 -0
  248. package/raystack/predator/v1beta1/result_log_pb.ts +151 -0
  249. package/raystack/raccoon/index.d.ts +2 -0
  250. package/raystack/raccoon/index.js +2 -0
  251. package/raystack/raccoon/index.ts +2 -0
  252. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.d.ts +10 -0
  253. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.js +10 -0
  254. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +10 -0
  255. package/raystack/raccoon/v1beta1/raccoon_pb.d.ts +268 -0
  256. package/raystack/raccoon/v1beta1/raccoon_pb.js +64 -0
  257. package/raystack/raccoon/v1beta1/raccoon_pb.ts +277 -0
  258. package/raystack/siren/index.d.ts +2 -0
  259. package/raystack/siren/index.js +2 -0
  260. package/raystack/siren/index.ts +2 -0
  261. package/raystack/siren/v1beta1/siren-SirenService_connectquery.d.ts +146 -0
  262. package/raystack/siren/v1beta1/siren-SirenService_connectquery.js +180 -0
  263. package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +180 -0
  264. package/raystack/siren/v1beta1/siren_pb.d.ts +2281 -0
  265. package/raystack/siren/v1beta1/siren_pb.js +603 -0
  266. package/raystack/siren/v1beta1/siren_pb.ts +2371 -0
  267. package/raystack/stencil/index.d.ts +2 -0
  268. package/raystack/stencil/index.js +2 -0
  269. package/raystack/stencil/index.ts +2 -0
  270. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.d.ts +70 -0
  271. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.js +85 -0
  272. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +85 -0
  273. package/raystack/stencil/v1beta1/stencil_pb.d.ts +1057 -0
  274. package/raystack/stencil/v1beta1/stencil_pb.js +298 -0
  275. package/raystack/stencil/v1beta1/stencil_pb.ts +1102 -0
  276. package/validate/validate_pb.d.ts +1953 -0
  277. package/validate/validate_pb.js +223 -0
  278. package/validate/validate_pb.ts +1984 -0
@@ -0,0 +1,530 @@
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
2
+ // @generated from file raystack/optimus/core/v1beta1/resource.proto (package raystack.optimus.core.v1beta1, syntax proto3)
3
+ /* eslint-disable */
4
+
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_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
9
+ import { file_protoc_gen_openapiv2_options_annotations } from "../../../../protoc-gen-openapiv2/options/annotations_pb";
10
+ import type { Log } from "./status_pb";
11
+ import { file_raystack_optimus_core_v1beta1_status } from "./status_pb";
12
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
13
+
14
+ /**
15
+ * Describes the file raystack/optimus/core/v1beta1/resource.proto.
16
+ */
17
+ export const file_raystack_optimus_core_v1beta1_resource: GenFile = /*@__PURE__*/
18
+ fileDesc("CixyYXlzdGFjay9vcHRpbXVzL2NvcmUvdjFiZXRhMS9yZXNvdXJjZS5wcm90bxIdcmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEiswEKIkRlcGxveVJlc291cmNlU3BlY2lmaWNhdGlvblJlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDmRhdGFzdG9yZV9uYW1lGAIgASgJEkcKCXJlc291cmNlcxgDIAMoCzI0LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlJlc291cmNlU3BlY2lmaWNhdGlvbhIWCg5uYW1lc3BhY2VfbmFtZRgEIAEoCSJjCiNEZXBsb3lSZXNvdXJjZVNwZWNpZmljYXRpb25SZXNwb25zZRI2Cgpsb2dfc3RhdHVzGAUgASgLMiIucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuTG9nSgQIARAFImgKIExpc3RSZXNvdXJjZVNwZWNpZmljYXRpb25SZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCRIWCg5kYXRhc3RvcmVfbmFtZRgCIAEoCRIWCg5uYW1lc3BhY2VfbmFtZRgDIAEoCSJsCiFMaXN0UmVzb3VyY2VTcGVjaWZpY2F0aW9uUmVzcG9uc2USRwoJcmVzb3VyY2VzGAEgAygLMjQucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuUmVzb3VyY2VTcGVjaWZpY2F0aW9uIqUBChVDcmVhdGVSZXNvdXJjZVJlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDmRhdGFzdG9yZV9uYW1lGAIgASgJEkYKCHJlc291cmNlGAMgASgLMjQucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuUmVzb3VyY2VTcGVjaWZpY2F0aW9uEhYKDm5hbWVzcGFjZV9uYW1lGAQgASgJIjoKFkNyZWF0ZVJlc291cmNlUmVzcG9uc2USDwoHc3VjY2VzcxgBIAEoCBIPCgdtZXNzYWdlGAIgASgJInIKE1JlYWRSZXNvdXJjZVJlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDmRhdGFzdG9yZV9uYW1lGAIgASgJEhUKDXJlc291cmNlX25hbWUYAyABKAkSFgoObmFtZXNwYWNlX25hbWUYBCABKAkigAEKFFJlYWRSZXNvdXJjZVJlc3BvbnNlEg8KB3N1Y2Nlc3MYASABKAgSDwoHbWVzc2FnZRgCIAEoCRJGCghyZXNvdXJjZRgDIAEoCzI0LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlJlc291cmNlU3BlY2lmaWNhdGlvbiKlAQoVVXBkYXRlUmVzb3VyY2VSZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCRIWCg5kYXRhc3RvcmVfbmFtZRgCIAEoCRJGCghyZXNvdXJjZRgDIAEoCzI0LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlJlc291cmNlU3BlY2lmaWNhdGlvbhIWCg5uYW1lc3BhY2VfbmFtZRgEIAEoCSI6ChZVcGRhdGVSZXNvdXJjZVJlc3BvbnNlEg8KB3N1Y2Nlc3MYASABKAgSDwoHbWVzc2FnZRgCIAEoCSLzAgoVUmVzb3VyY2VTcGVjaWZpY2F0aW9uEg8KB3ZlcnNpb24YASABKAUSDAoEbmFtZRgCIAEoCRIMCgR0eXBlGAQgASgJEiUKBHNwZWMYBSABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0ElAKBmFzc2V0cxgGIAMoCzJALnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlJlc291cmNlU3BlY2lmaWNhdGlvbi5Bc3NldHNFbnRyeRJQCgZsYWJlbHMYByADKAsyQC5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5SZXNvdXJjZVNwZWNpZmljYXRpb24uTGFiZWxzRW50cnkaLQoLQXNzZXRzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARotCgtMYWJlbHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBSgQIAxAEIpkBCh5DaGFuZ2VSZXNvdXJjZU5hbWVzcGFjZVJlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDm5hbWVzcGFjZV9uYW1lGAIgASgJEhYKDmRhdGFzdG9yZV9uYW1lGAMgASgJEhUKDXJlc291cmNlX25hbWUYBCABKAkSGgoSbmV3X25hbWVzcGFjZV9uYW1lGAUgASgJIiEKH0NoYW5nZVJlc291cmNlTmFtZXNwYWNlUmVzcG9uc2UidQoVQXBwbHlSZXNvdXJjZXNSZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCRIWCg5uYW1lc3BhY2VfbmFtZRgCIAEoCRIWCg5kYXRhc3RvcmVfbmFtZRgDIAEoCRIWCg5yZXNvdXJjZV9uYW1lcxgEIAMoCSK5AQoWQXBwbHlSZXNvdXJjZXNSZXNwb25zZRJWCghzdGF0dXNlcxgBIAMoCzJELnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkFwcGx5UmVzb3VyY2VzUmVzcG9uc2UuUmVzb3VyY2VTdGF0dXMaRwoOUmVzb3VyY2VTdGF0dXMSFQoNcmVzb3VyY2VfbmFtZRgBIAEoCRIOCgZzdGF0dXMYAiABKAkSDgoGcmVhc29uGAMgASgJMuIMCg9SZXNvdXJjZVNlcnZpY2USqgEKG0RlcGxveVJlc291cmNlU3BlY2lmaWNhdGlvbhJBLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkRlcGxveVJlc291cmNlU3BlY2lmaWNhdGlvblJlcXVlc3QaQi5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5EZXBsb3lSZXNvdXJjZVNwZWNpZmljYXRpb25SZXNwb25zZSIAKAEwARKGAgoZTGlzdFJlc291cmNlU3BlY2lmaWNhdGlvbhI/LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkxpc3RSZXNvdXJjZVNwZWNpZmljYXRpb25SZXF1ZXN0GkAucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuTGlzdFJlc291cmNlU3BlY2lmaWNhdGlvblJlc3BvbnNlImaC0+STAmASXi92MWJldGExL3Byb2plY3Qve3Byb2plY3RfbmFtZX0vbmFtZXNwYWNlL3tuYW1lc3BhY2VfbmFtZX0vZGF0YXN0b3JlL3tkYXRhc3RvcmVfbmFtZX0vcmVzb3VyY2US6AEKDkNyZWF0ZVJlc291cmNlEjQucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuQ3JlYXRlUmVzb3VyY2VSZXF1ZXN0GjUucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuQ3JlYXRlUmVzb3VyY2VSZXNwb25zZSJpgtPkkwJjIl4vdjFiZXRhMS9wcm9qZWN0L3twcm9qZWN0X25hbWV9L25hbWVzcGFjZS97bmFtZXNwYWNlX25hbWV9L2RhdGFzdG9yZS97ZGF0YXN0b3JlX25hbWV9L3Jlc291cmNlOgEqEu8BCgxSZWFkUmVzb3VyY2USMi5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5SZWFkUmVzb3VyY2VSZXF1ZXN0GjMucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuUmVhZFJlc291cmNlUmVzcG9uc2UidoLT5JMCcBJuL3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9uYW1lc3BhY2Uve25hbWVzcGFjZV9uYW1lfS9kYXRhc3RvcmUve2RhdGFzdG9yZV9uYW1lfS9yZXNvdXJjZS97cmVzb3VyY2VfbmFtZX0S6AEKDlVwZGF0ZVJlc291cmNlEjQucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuVXBkYXRlUmVzb3VyY2VSZXF1ZXN0GjUucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuVXBkYXRlUmVzb3VyY2VSZXNwb25zZSJpgtPkkwJjGl4vdjFiZXRhMS9wcm9qZWN0L3twcm9qZWN0X25hbWV9L25hbWVzcGFjZS97bmFtZXNwYWNlX25hbWV9L2RhdGFzdG9yZS97ZGF0YXN0b3JlX25hbWV9L3Jlc291cmNlOgEqEt4BChdDaGFuZ2VSZXNvdXJjZU5hbWVzcGFjZRI9LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkNoYW5nZVJlc291cmNlTmFtZXNwYWNlUmVxdWVzdBo+LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkNoYW5nZVJlc291cmNlTmFtZXNwYWNlUmVzcG9uc2UiRILT5JMCPiI5L3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9jaGFuZ2UtcmVzb3VyY2UtbmFtZXNwYWNlOgEqEu8BCg5BcHBseVJlc291cmNlcxI0LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkFwcGx5UmVzb3VyY2VzUmVxdWVzdBo1LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkFwcGx5UmVzb3VyY2VzUmVzcG9uc2UicILT5JMCaiJlL3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9uYW1lc3BhY2Uve25hbWVzcGFjZV9uYW1lfS9kYXRhc3RvcmUve2RhdGFzdG9yZV9uYW1lfS9yZXNvdXJjZXMtYXBwbHk6ASpCpQEKG29yZy5yYXlzdGFjay5wcm90b24ub3B0aW11c0IWUmVzb3VyY2VTZXJ2aWNlTWFuYWdlclABWiJnaXRodWIuY29tL3JheXN0YWNrL3Byb3Rvbi9vcHRpbXVzkkFHEgUyAzAuMRoOMTI3LjAuMC4xOjkxMDAiBC9hcGkqAQFyJQojT3B0aW11cyBSZXNvdXJjZSBNYW5hZ2VtZW50IFNlcnZpY2ViBnByb3RvMw", [file_google_api_annotations, file_google_protobuf_struct, file_protoc_gen_openapiv2_options_annotations, file_raystack_optimus_core_v1beta1_status]);
19
+
20
+ /**
21
+ * @generated from message raystack.optimus.core.v1beta1.DeployResourceSpecificationRequest
22
+ */
23
+ export type DeployResourceSpecificationRequest = Message<"raystack.optimus.core.v1beta1.DeployResourceSpecificationRequest"> & {
24
+ /**
25
+ * @generated from field: string project_name = 1;
26
+ */
27
+ projectName: string;
28
+
29
+ /**
30
+ * @generated from field: string datastore_name = 2;
31
+ */
32
+ datastoreName: string;
33
+
34
+ /**
35
+ * @generated from field: repeated raystack.optimus.core.v1beta1.ResourceSpecification resources = 3;
36
+ */
37
+ resources: ResourceSpecification[];
38
+
39
+ /**
40
+ * @generated from field: string namespace_name = 4;
41
+ */
42
+ namespaceName: string;
43
+ };
44
+
45
+ /**
46
+ * Describes the message raystack.optimus.core.v1beta1.DeployResourceSpecificationRequest.
47
+ * Use `create(DeployResourceSpecificationRequestSchema)` to create a new message.
48
+ */
49
+ export const DeployResourceSpecificationRequestSchema: GenMessage<DeployResourceSpecificationRequest> = /*@__PURE__*/
50
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 0);
51
+
52
+ /**
53
+ * @generated from message raystack.optimus.core.v1beta1.DeployResourceSpecificationResponse
54
+ */
55
+ export type DeployResourceSpecificationResponse = Message<"raystack.optimus.core.v1beta1.DeployResourceSpecificationResponse"> & {
56
+ /**
57
+ * @generated from field: raystack.optimus.core.v1beta1.Log log_status = 5;
58
+ */
59
+ logStatus?: Log;
60
+ };
61
+
62
+ /**
63
+ * Describes the message raystack.optimus.core.v1beta1.DeployResourceSpecificationResponse.
64
+ * Use `create(DeployResourceSpecificationResponseSchema)` to create a new message.
65
+ */
66
+ export const DeployResourceSpecificationResponseSchema: GenMessage<DeployResourceSpecificationResponse> = /*@__PURE__*/
67
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 1);
68
+
69
+ /**
70
+ * ListResourceSpecificationRequest lists all resource specifications of a datastore in project
71
+ *
72
+ * @generated from message raystack.optimus.core.v1beta1.ListResourceSpecificationRequest
73
+ */
74
+ export type ListResourceSpecificationRequest = Message<"raystack.optimus.core.v1beta1.ListResourceSpecificationRequest"> & {
75
+ /**
76
+ * @generated from field: string project_name = 1;
77
+ */
78
+ projectName: string;
79
+
80
+ /**
81
+ * @generated from field: string datastore_name = 2;
82
+ */
83
+ datastoreName: string;
84
+
85
+ /**
86
+ * @generated from field: string namespace_name = 3;
87
+ */
88
+ namespaceName: string;
89
+ };
90
+
91
+ /**
92
+ * Describes the message raystack.optimus.core.v1beta1.ListResourceSpecificationRequest.
93
+ * Use `create(ListResourceSpecificationRequestSchema)` to create a new message.
94
+ */
95
+ export const ListResourceSpecificationRequestSchema: GenMessage<ListResourceSpecificationRequest> = /*@__PURE__*/
96
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 2);
97
+
98
+ /**
99
+ * @generated from message raystack.optimus.core.v1beta1.ListResourceSpecificationResponse
100
+ */
101
+ export type ListResourceSpecificationResponse = Message<"raystack.optimus.core.v1beta1.ListResourceSpecificationResponse"> & {
102
+ /**
103
+ * @generated from field: repeated raystack.optimus.core.v1beta1.ResourceSpecification resources = 1;
104
+ */
105
+ resources: ResourceSpecification[];
106
+ };
107
+
108
+ /**
109
+ * Describes the message raystack.optimus.core.v1beta1.ListResourceSpecificationResponse.
110
+ * Use `create(ListResourceSpecificationResponseSchema)` to create a new message.
111
+ */
112
+ export const ListResourceSpecificationResponseSchema: GenMessage<ListResourceSpecificationResponse> = /*@__PURE__*/
113
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 3);
114
+
115
+ /**
116
+ * @generated from message raystack.optimus.core.v1beta1.CreateResourceRequest
117
+ */
118
+ export type CreateResourceRequest = Message<"raystack.optimus.core.v1beta1.CreateResourceRequest"> & {
119
+ /**
120
+ * @generated from field: string project_name = 1;
121
+ */
122
+ projectName: string;
123
+
124
+ /**
125
+ * @generated from field: string datastore_name = 2;
126
+ */
127
+ datastoreName: string;
128
+
129
+ /**
130
+ * @generated from field: raystack.optimus.core.v1beta1.ResourceSpecification resource = 3;
131
+ */
132
+ resource?: ResourceSpecification;
133
+
134
+ /**
135
+ * @generated from field: string namespace_name = 4;
136
+ */
137
+ namespaceName: string;
138
+ };
139
+
140
+ /**
141
+ * Describes the message raystack.optimus.core.v1beta1.CreateResourceRequest.
142
+ * Use `create(CreateResourceRequestSchema)` to create a new message.
143
+ */
144
+ export const CreateResourceRequestSchema: GenMessage<CreateResourceRequest> = /*@__PURE__*/
145
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 4);
146
+
147
+ /**
148
+ * @generated from message raystack.optimus.core.v1beta1.CreateResourceResponse
149
+ */
150
+ export type CreateResourceResponse = Message<"raystack.optimus.core.v1beta1.CreateResourceResponse"> & {
151
+ /**
152
+ * @generated from field: bool success = 1;
153
+ */
154
+ success: boolean;
155
+
156
+ /**
157
+ * @generated from field: string message = 2;
158
+ */
159
+ message: string;
160
+ };
161
+
162
+ /**
163
+ * Describes the message raystack.optimus.core.v1beta1.CreateResourceResponse.
164
+ * Use `create(CreateResourceResponseSchema)` to create a new message.
165
+ */
166
+ export const CreateResourceResponseSchema: GenMessage<CreateResourceResponse> = /*@__PURE__*/
167
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 5);
168
+
169
+ /**
170
+ * @generated from message raystack.optimus.core.v1beta1.ReadResourceRequest
171
+ */
172
+ export type ReadResourceRequest = Message<"raystack.optimus.core.v1beta1.ReadResourceRequest"> & {
173
+ /**
174
+ * @generated from field: string project_name = 1;
175
+ */
176
+ projectName: string;
177
+
178
+ /**
179
+ * @generated from field: string datastore_name = 2;
180
+ */
181
+ datastoreName: string;
182
+
183
+ /**
184
+ * @generated from field: string resource_name = 3;
185
+ */
186
+ resourceName: string;
187
+
188
+ /**
189
+ * @generated from field: string namespace_name = 4;
190
+ */
191
+ namespaceName: string;
192
+ };
193
+
194
+ /**
195
+ * Describes the message raystack.optimus.core.v1beta1.ReadResourceRequest.
196
+ * Use `create(ReadResourceRequestSchema)` to create a new message.
197
+ */
198
+ export const ReadResourceRequestSchema: GenMessage<ReadResourceRequest> = /*@__PURE__*/
199
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 6);
200
+
201
+ /**
202
+ * @generated from message raystack.optimus.core.v1beta1.ReadResourceResponse
203
+ */
204
+ export type ReadResourceResponse = Message<"raystack.optimus.core.v1beta1.ReadResourceResponse"> & {
205
+ /**
206
+ * @generated from field: bool success = 1;
207
+ */
208
+ success: boolean;
209
+
210
+ /**
211
+ * @generated from field: string message = 2;
212
+ */
213
+ message: string;
214
+
215
+ /**
216
+ * @generated from field: raystack.optimus.core.v1beta1.ResourceSpecification resource = 3;
217
+ */
218
+ resource?: ResourceSpecification;
219
+ };
220
+
221
+ /**
222
+ * Describes the message raystack.optimus.core.v1beta1.ReadResourceResponse.
223
+ * Use `create(ReadResourceResponseSchema)` to create a new message.
224
+ */
225
+ export const ReadResourceResponseSchema: GenMessage<ReadResourceResponse> = /*@__PURE__*/
226
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 7);
227
+
228
+ /**
229
+ * @generated from message raystack.optimus.core.v1beta1.UpdateResourceRequest
230
+ */
231
+ export type UpdateResourceRequest = Message<"raystack.optimus.core.v1beta1.UpdateResourceRequest"> & {
232
+ /**
233
+ * @generated from field: string project_name = 1;
234
+ */
235
+ projectName: string;
236
+
237
+ /**
238
+ * @generated from field: string datastore_name = 2;
239
+ */
240
+ datastoreName: string;
241
+
242
+ /**
243
+ * @generated from field: raystack.optimus.core.v1beta1.ResourceSpecification resource = 3;
244
+ */
245
+ resource?: ResourceSpecification;
246
+
247
+ /**
248
+ * @generated from field: string namespace_name = 4;
249
+ */
250
+ namespaceName: string;
251
+ };
252
+
253
+ /**
254
+ * Describes the message raystack.optimus.core.v1beta1.UpdateResourceRequest.
255
+ * Use `create(UpdateResourceRequestSchema)` to create a new message.
256
+ */
257
+ export const UpdateResourceRequestSchema: GenMessage<UpdateResourceRequest> = /*@__PURE__*/
258
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 8);
259
+
260
+ /**
261
+ * @generated from message raystack.optimus.core.v1beta1.UpdateResourceResponse
262
+ */
263
+ export type UpdateResourceResponse = Message<"raystack.optimus.core.v1beta1.UpdateResourceResponse"> & {
264
+ /**
265
+ * @generated from field: bool success = 1;
266
+ */
267
+ success: boolean;
268
+
269
+ /**
270
+ * @generated from field: string message = 2;
271
+ */
272
+ message: string;
273
+ };
274
+
275
+ /**
276
+ * Describes the message raystack.optimus.core.v1beta1.UpdateResourceResponse.
277
+ * Use `create(UpdateResourceResponseSchema)` to create a new message.
278
+ */
279
+ export const UpdateResourceResponseSchema: GenMessage<UpdateResourceResponse> = /*@__PURE__*/
280
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 9);
281
+
282
+ /**
283
+ * ResourceSpecification are datastore specification representation of a resource
284
+ *
285
+ * @generated from message raystack.optimus.core.v1beta1.ResourceSpecification
286
+ */
287
+ export type ResourceSpecification = Message<"raystack.optimus.core.v1beta1.ResourceSpecification"> & {
288
+ /**
289
+ * @generated from field: int32 version = 1;
290
+ */
291
+ version: number;
292
+
293
+ /**
294
+ * @generated from field: string name = 2;
295
+ */
296
+ name: string;
297
+
298
+ /**
299
+ * @generated from field: string type = 4;
300
+ */
301
+ type: string;
302
+
303
+ /**
304
+ * @generated from field: google.protobuf.Struct spec = 5;
305
+ */
306
+ spec?: JsonObject;
307
+
308
+ /**
309
+ * @generated from field: map<string, string> assets = 6;
310
+ */
311
+ assets: { [key: string]: string };
312
+
313
+ /**
314
+ * @generated from field: map<string, string> labels = 7;
315
+ */
316
+ labels: { [key: string]: string };
317
+ };
318
+
319
+ /**
320
+ * Describes the message raystack.optimus.core.v1beta1.ResourceSpecification.
321
+ * Use `create(ResourceSpecificationSchema)` to create a new message.
322
+ */
323
+ export const ResourceSpecificationSchema: GenMessage<ResourceSpecification> = /*@__PURE__*/
324
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 10);
325
+
326
+ /**
327
+ * @generated from message raystack.optimus.core.v1beta1.ChangeResourceNamespaceRequest
328
+ */
329
+ export type ChangeResourceNamespaceRequest = Message<"raystack.optimus.core.v1beta1.ChangeResourceNamespaceRequest"> & {
330
+ /**
331
+ * @generated from field: string project_name = 1;
332
+ */
333
+ projectName: string;
334
+
335
+ /**
336
+ * @generated from field: string namespace_name = 2;
337
+ */
338
+ namespaceName: string;
339
+
340
+ /**
341
+ * @generated from field: string datastore_name = 3;
342
+ */
343
+ datastoreName: string;
344
+
345
+ /**
346
+ * @generated from field: string resource_name = 4;
347
+ */
348
+ resourceName: string;
349
+
350
+ /**
351
+ * @generated from field: string new_namespace_name = 5;
352
+ */
353
+ newNamespaceName: string;
354
+ };
355
+
356
+ /**
357
+ * Describes the message raystack.optimus.core.v1beta1.ChangeResourceNamespaceRequest.
358
+ * Use `create(ChangeResourceNamespaceRequestSchema)` to create a new message.
359
+ */
360
+ export const ChangeResourceNamespaceRequestSchema: GenMessage<ChangeResourceNamespaceRequest> = /*@__PURE__*/
361
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 11);
362
+
363
+ /**
364
+ * @generated from message raystack.optimus.core.v1beta1.ChangeResourceNamespaceResponse
365
+ */
366
+ export type ChangeResourceNamespaceResponse = Message<"raystack.optimus.core.v1beta1.ChangeResourceNamespaceResponse"> & {
367
+ };
368
+
369
+ /**
370
+ * Describes the message raystack.optimus.core.v1beta1.ChangeResourceNamespaceResponse.
371
+ * Use `create(ChangeResourceNamespaceResponseSchema)` to create a new message.
372
+ */
373
+ export const ChangeResourceNamespaceResponseSchema: GenMessage<ChangeResourceNamespaceResponse> = /*@__PURE__*/
374
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 12);
375
+
376
+ /**
377
+ * @generated from message raystack.optimus.core.v1beta1.ApplyResourcesRequest
378
+ */
379
+ export type ApplyResourcesRequest = Message<"raystack.optimus.core.v1beta1.ApplyResourcesRequest"> & {
380
+ /**
381
+ * @generated from field: string project_name = 1;
382
+ */
383
+ projectName: string;
384
+
385
+ /**
386
+ * @generated from field: string namespace_name = 2;
387
+ */
388
+ namespaceName: string;
389
+
390
+ /**
391
+ * @generated from field: string datastore_name = 3;
392
+ */
393
+ datastoreName: string;
394
+
395
+ /**
396
+ * @generated from field: repeated string resource_names = 4;
397
+ */
398
+ resourceNames: string[];
399
+ };
400
+
401
+ /**
402
+ * Describes the message raystack.optimus.core.v1beta1.ApplyResourcesRequest.
403
+ * Use `create(ApplyResourcesRequestSchema)` to create a new message.
404
+ */
405
+ export const ApplyResourcesRequestSchema: GenMessage<ApplyResourcesRequest> = /*@__PURE__*/
406
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 13);
407
+
408
+ /**
409
+ * @generated from message raystack.optimus.core.v1beta1.ApplyResourcesResponse
410
+ */
411
+ export type ApplyResourcesResponse = Message<"raystack.optimus.core.v1beta1.ApplyResourcesResponse"> & {
412
+ /**
413
+ * @generated from field: repeated raystack.optimus.core.v1beta1.ApplyResourcesResponse.ResourceStatus statuses = 1;
414
+ */
415
+ statuses: ApplyResourcesResponse_ResourceStatus[];
416
+ };
417
+
418
+ /**
419
+ * Describes the message raystack.optimus.core.v1beta1.ApplyResourcesResponse.
420
+ * Use `create(ApplyResourcesResponseSchema)` to create a new message.
421
+ */
422
+ export const ApplyResourcesResponseSchema: GenMessage<ApplyResourcesResponse> = /*@__PURE__*/
423
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 14);
424
+
425
+ /**
426
+ * @generated from message raystack.optimus.core.v1beta1.ApplyResourcesResponse.ResourceStatus
427
+ */
428
+ export type ApplyResourcesResponse_ResourceStatus = Message<"raystack.optimus.core.v1beta1.ApplyResourcesResponse.ResourceStatus"> & {
429
+ /**
430
+ * @generated from field: string resource_name = 1;
431
+ */
432
+ resourceName: string;
433
+
434
+ /**
435
+ * @generated from field: string status = 2;
436
+ */
437
+ status: string;
438
+
439
+ /**
440
+ * @generated from field: string reason = 3;
441
+ */
442
+ reason: string;
443
+ };
444
+
445
+ /**
446
+ * Describes the message raystack.optimus.core.v1beta1.ApplyResourcesResponse.ResourceStatus.
447
+ * Use `create(ApplyResourcesResponse_ResourceStatusSchema)` to create a new message.
448
+ */
449
+ export const ApplyResourcesResponse_ResourceStatusSchema: GenMessage<ApplyResourcesResponse_ResourceStatus> = /*@__PURE__*/
450
+ messageDesc(file_raystack_optimus_core_v1beta1_resource, 14, 0);
451
+
452
+ /**
453
+ * @generated from service raystack.optimus.core.v1beta1.ResourceService
454
+ */
455
+ export const ResourceService: GenService<{
456
+ /**
457
+ * DeployResourceSpecification migrate all resource specifications of a datastore in project
458
+ * State of the world request
459
+ *
460
+ * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.DeployResourceSpecification
461
+ */
462
+ deployResourceSpecification: {
463
+ methodKind: "bidi_streaming";
464
+ input: typeof DeployResourceSpecificationRequestSchema;
465
+ output: typeof DeployResourceSpecificationResponseSchema;
466
+ },
467
+ /**
468
+ * ListResourceSpecification lists all resource specifications of a datastore in project
469
+ *
470
+ * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.ListResourceSpecification
471
+ */
472
+ listResourceSpecification: {
473
+ methodKind: "unary";
474
+ input: typeof ListResourceSpecificationRequestSchema;
475
+ output: typeof ListResourceSpecificationResponseSchema;
476
+ },
477
+ /**
478
+ * Database CRUD
479
+ * CreateResource registers a new resource of a namespace which belongs to a project
480
+ *
481
+ * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.CreateResource
482
+ */
483
+ createResource: {
484
+ methodKind: "unary";
485
+ input: typeof CreateResourceRequestSchema;
486
+ output: typeof CreateResourceResponseSchema;
487
+ },
488
+ /**
489
+ * ReadResource reads a provided resource spec of a namespace
490
+ *
491
+ * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.ReadResource
492
+ */
493
+ readResource: {
494
+ methodKind: "unary";
495
+ input: typeof ReadResourceRequestSchema;
496
+ output: typeof ReadResourceResponseSchema;
497
+ },
498
+ /**
499
+ * UpdateResource updates a resource specification of a datastore in project
500
+ *
501
+ * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.UpdateResource
502
+ */
503
+ updateResource: {
504
+ methodKind: "unary";
505
+ input: typeof UpdateResourceRequestSchema;
506
+ output: typeof UpdateResourceResponseSchema;
507
+ },
508
+ /**
509
+ * ChangeJobNamespace move a job spec from one namespace to another
510
+ *
511
+ * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.ChangeResourceNamespace
512
+ */
513
+ changeResourceNamespace: {
514
+ methodKind: "unary";
515
+ input: typeof ChangeResourceNamespaceRequestSchema;
516
+ output: typeof ChangeResourceNamespaceResponseSchema;
517
+ },
518
+ /**
519
+ * apply a resource from optimus to datastore
520
+ *
521
+ * @generated from rpc raystack.optimus.core.v1beta1.ResourceService.ApplyResources
522
+ */
523
+ applyResources: {
524
+ methodKind: "unary";
525
+ input: typeof ApplyResourcesRequestSchema;
526
+ output: typeof ApplyResourcesResponseSchema;
527
+ },
528
+ }> = /*@__PURE__*/
529
+ serviceDesc(file_raystack_optimus_core_v1beta1_resource, 0);
530
+
@@ -0,0 +1,12 @@
1
+ // @generated by protoc-gen-connect-query v2.1.1 with parameter "target=ts+js+dts"
2
+ // @generated from file raystack/optimus/core/v1beta1/runtime.proto (package raystack.optimus.core.v1beta1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { RuntimeService } from "./runtime_pb";
6
+
7
+ /**
8
+ * server ping with version
9
+ *
10
+ * @generated from rpc raystack.optimus.core.v1beta1.RuntimeService.Version
11
+ */
12
+ export const version: typeof RuntimeService["method"]["version"];
@@ -0,0 +1,12 @@
1
+ // @generated by protoc-gen-connect-query v2.1.1 with parameter "target=ts+js+dts"
2
+ // @generated from file raystack/optimus/core/v1beta1/runtime.proto (package raystack.optimus.core.v1beta1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { RuntimeService } from "./runtime_pb";
6
+
7
+ /**
8
+ * server ping with version
9
+ *
10
+ * @generated from rpc raystack.optimus.core.v1beta1.RuntimeService.Version
11
+ */
12
+ export const version = RuntimeService.method.version;
@@ -0,0 +1,12 @@
1
+ // @generated by protoc-gen-connect-query v2.1.1 with parameter "target=ts+js+dts"
2
+ // @generated from file raystack/optimus/core/v1beta1/runtime.proto (package raystack.optimus.core.v1beta1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { RuntimeService } from "./runtime_pb";
6
+
7
+ /**
8
+ * server ping with version
9
+ *
10
+ * @generated from rpc raystack.optimus.core.v1beta1.RuntimeService.Version
11
+ */
12
+ export const version = RuntimeService.method.version;
@@ -0,0 +1,62 @@
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
2
+ // @generated from file raystack/optimus/core/v1beta1/runtime.proto (package raystack.optimus.core.v1beta1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+
8
+ /**
9
+ * Describes the file raystack/optimus/core/v1beta1/runtime.proto.
10
+ */
11
+ export declare const file_raystack_optimus_core_v1beta1_runtime: GenFile;
12
+
13
+ /**
14
+ * @generated from message raystack.optimus.core.v1beta1.VersionRequest
15
+ */
16
+ export declare type VersionRequest = Message<"raystack.optimus.core.v1beta1.VersionRequest"> & {
17
+ /**
18
+ * @generated from field: string client = 1;
19
+ */
20
+ client: string;
21
+ };
22
+
23
+ /**
24
+ * Describes the message raystack.optimus.core.v1beta1.VersionRequest.
25
+ * Use `create(VersionRequestSchema)` to create a new message.
26
+ */
27
+ export declare const VersionRequestSchema: GenMessage<VersionRequest>;
28
+
29
+ /**
30
+ * @generated from message raystack.optimus.core.v1beta1.VersionResponse
31
+ */
32
+ export declare type VersionResponse = Message<"raystack.optimus.core.v1beta1.VersionResponse"> & {
33
+ /**
34
+ * @generated from field: string server = 1;
35
+ */
36
+ server: string;
37
+ };
38
+
39
+ /**
40
+ * Describes the message raystack.optimus.core.v1beta1.VersionResponse.
41
+ * Use `create(VersionResponseSchema)` to create a new message.
42
+ */
43
+ export declare const VersionResponseSchema: GenMessage<VersionResponse>;
44
+
45
+ /**
46
+ * WARNING: This is still in active development and can have breaking changes
47
+ *
48
+ * @generated from service raystack.optimus.core.v1beta1.RuntimeService
49
+ */
50
+ export declare const RuntimeService: GenService<{
51
+ /**
52
+ * server ping with version
53
+ *
54
+ * @generated from rpc raystack.optimus.core.v1beta1.RuntimeService.Version
55
+ */
56
+ version: {
57
+ methodKind: "unary";
58
+ input: typeof VersionRequestSchema;
59
+ output: typeof VersionResponseSchema;
60
+ },
61
+ }>;
62
+
@@ -0,0 +1,36 @@
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
2
+ // @generated from file raystack/optimus/core/v1beta1/runtime.proto (package raystack.optimus.core.v1beta1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
6
+ import { file_google_api_annotations } from "../../../../google/api/annotations_pb";
7
+ import { file_protoc_gen_openapiv2_options_annotations } from "../../../../protoc-gen-openapiv2/options/annotations_pb";
8
+
9
+ /**
10
+ * Describes the file raystack/optimus/core/v1beta1/runtime.proto.
11
+ */
12
+ export const file_raystack_optimus_core_v1beta1_runtime = /*@__PURE__*/
13
+ fileDesc("CityYXlzdGFjay9vcHRpbXVzL2NvcmUvdjFiZXRhMS9ydW50aW1lLnByb3RvEh1yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMSIgCg5WZXJzaW9uUmVxdWVzdBIOCgZjbGllbnQYASABKAkiIQoPVmVyc2lvblJlc3BvbnNlEg4KBnNlcnZlchgBIAEoCTKYAQoOUnVudGltZVNlcnZpY2UShQEKB1ZlcnNpb24SLS5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5WZXJzaW9uUmVxdWVzdBouLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlZlcnNpb25SZXNwb25zZSIbgtPkkwIVIhAvdjFiZXRhMS92ZXJzaW9uOgEqQpgBChtvcmcucmF5c3RhY2sucHJvdG9uLm9wdGltdXNCFVJ1bnRpbWVTZXJ2aWNlTWFuYWdlclABWiJnaXRodWIuY29tL3JheXN0YWNrL3Byb3Rvbi9vcHRpbXVzkkE7EgUyAzAuMRoOMTI3LjAuMC4xOjkxMDAiBC9hcGkqAQFyGQoXT3B0aW11cyBSdW50aW1lIFNlcnZpY2ViBnByb3RvMw", [file_google_api_annotations, file_protoc_gen_openapiv2_options_annotations]);
14
+
15
+ /**
16
+ * Describes the message raystack.optimus.core.v1beta1.VersionRequest.
17
+ * Use `create(VersionRequestSchema)` to create a new message.
18
+ */
19
+ export const VersionRequestSchema = /*@__PURE__*/
20
+ messageDesc(file_raystack_optimus_core_v1beta1_runtime, 0);
21
+
22
+ /**
23
+ * Describes the message raystack.optimus.core.v1beta1.VersionResponse.
24
+ * Use `create(VersionResponseSchema)` to create a new message.
25
+ */
26
+ export const VersionResponseSchema = /*@__PURE__*/
27
+ messageDesc(file_raystack_optimus_core_v1beta1_runtime, 1);
28
+
29
+ /**
30
+ * WARNING: This is still in active development and can have breaking changes
31
+ *
32
+ * @generated from service raystack.optimus.core.v1beta1.RuntimeService
33
+ */
34
+ export const RuntimeService = /*@__PURE__*/
35
+ serviceDesc(file_raystack_optimus_core_v1beta1_runtime, 0);
36
+