@raystack/proton 0.1.0-8a4f578dceca476c696c82054faaf4871b1b949c → 0.1.0-c68d47cf91d1927f26bbbc1ced1fdfca220fe873

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