@raystack/proton 0.1.0-35dd68d487bfa7e7339c40e9b103ee7377aac6e6 → 0.1.0-434b8aec0c95625a6633f4e890be311d3e0fefef

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 (383) hide show
  1. package/README.md +2 -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 +15 -9
  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 +19 -19
  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 +43 -108
  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 +23 -37
  14. package/index.d.ts +10 -0
  15. package/index.js +10 -0
  16. package/index.ts +10 -0
  17. package/package.json +62 -17
  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 +23 -29
  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 +338 -808
  24. package/raystack/assets/index.d.ts +29 -0
  25. package/raystack/assets/index.js +29 -0
  26. package/raystack/assets/index.ts +29 -29
  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 +46 -89
  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 +49 -97
  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 +22 -36
  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 +38 -74
  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 +30 -43
  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 +22 -36
  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 +31 -68
  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 +21 -34
  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 +22 -37
  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 +24 -43
  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 +59 -145
  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 +59 -120
  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 +28 -62
  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 +43 -78
  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 +58 -125
  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 +23 -39
  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 +30 -53
  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 +41 -87
  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 +56 -137
  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 +44 -93
  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 +38 -79
  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 +51 -115
  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 +32 -68
  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 +21 -35
  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 +25 -43
  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 +59 -147
  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 +82 -200
  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 +41 -99
  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 +53 -121
  114. package/raystack/common/index.d.ts +2 -0
  115. package/raystack/common/index.js +2 -0
  116. package/raystack/common/index.ts +1 -2
  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 +3 -14
  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 +57 -97
  123. package/raystack/compass/index.d.ts +2 -0
  124. package/raystack/compass/index.js +2 -0
  125. package/raystack/compass/index.ts +1 -2
  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 +44 -424
  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 +1448 -3319
  132. package/raystack/entropy/index.d.ts +4 -0
  133. package/raystack/entropy/index.js +4 -0
  134. package/raystack/entropy/index.ts +2 -4
  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 +7 -54
  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 +156 -324
  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 +9 -74
  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 +330 -756
  147. package/raystack/frontier/index.d.ts +5 -0
  148. package/raystack/frontier/index.js +5 -0
  149. package/raystack/frontier/index.ts +3 -5
  150. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.d.ts +269 -0
  151. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +323 -0
  152. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +75 -524
  153. package/raystack/frontier/v1beta1/admin_pb.d.ts +3624 -0
  154. package/raystack/frontier/v1beta1/admin_pb.js +935 -0
  155. package/raystack/frontier/v1beta1/admin_pb.ts +1918 -3843
  156. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +755 -0
  157. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +925 -0
  158. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +200 -1674
  159. package/raystack/frontier/v1beta1/frontier_pb.d.ts +8980 -0
  160. package/raystack/frontier/v1beta1/frontier_pb.js +2649 -0
  161. package/raystack/frontier/v1beta1/frontier_pb.ts +5062 -10956
  162. package/raystack/frontier/v1beta1/models_pb.d.ts +3043 -0
  163. package/raystack/frontier/v1beta1/models_pb.js +485 -0
  164. package/raystack/frontier/v1beta1/models_pb.ts +1053 -2283
  165. package/raystack/guardian/index.d.ts +2 -0
  166. package/raystack/guardian/index.js +2 -0
  167. package/raystack/guardian/index.ts +1 -2
  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 +42 -404
  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 +1584 -3783
  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 +5 -34
  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 +137 -273
  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 +6 -44
  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 +194 -376
  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 +17 -154
  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 +910 -2081
  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 +5 -34
  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 +113 -212
  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 +5 -34
  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 +104 -248
  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 +6 -44
  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 +160 -335
  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 +8 -64
  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 +266 -527
  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 +3 -14
  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 +48 -61
  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 +6 -44
  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 +155 -283
  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 +35 -54
  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 +75 -187
  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 +6 -44
  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 +193 -426
  240. package/raystack/predator/index.d.ts +2 -0
  241. package/raystack/predator/index.js +2 -0
  242. package/raystack/predator/index.ts +2 -2
  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 +67 -173
  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 +60 -144
  249. package/raystack/raccoon/index.d.ts +2 -0
  250. package/raystack/raccoon/index.js +2 -0
  251. package/raystack/raccoon/index.ts +1 -2
  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 +3 -14
  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 +142 -189
  258. package/raystack/siren/index.d.ts +2 -0
  259. package/raystack/siren/index.js +2 -0
  260. package/raystack/siren/index.ts +1 -2
  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 +37 -354
  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 +1155 -2637
  267. package/raystack/stencil/index.d.ts +2 -0
  268. package/raystack/stencil/index.js +2 -0
  269. package/raystack/stencil/index.ts +1 -2
  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 +18 -164
  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 +530 -1157
  276. package/validate/validate_pb.d.ts +1953 -0
  277. package/validate/validate_pb.js +223 -0
  278. package/validate/validate_pb.ts +401 -1038
  279. package/google/api/field_behavior.ts +0 -95
  280. package/google/api/http.ts +0 -695
  281. package/google/api/httpbody.ts +0 -159
  282. package/google/protobuf/any.ts +0 -322
  283. package/google/protobuf/descriptor.ts +0 -3475
  284. package/google/protobuf/duration.ts +0 -231
  285. package/google/protobuf/struct.ts +0 -484
  286. package/google/protobuf/timestamp.ts +0 -290
  287. package/google/protobuf/wrappers.ts +0 -752
  288. package/protoc-gen-openapiv2/options/openapiv2.ts +0 -3110
  289. package/raystack/assets/v1beta1/bucket.ts +0 -362
  290. package/raystack/assets/v1beta1/dashboard.ts +0 -426
  291. package/raystack/assets/v1beta1/event.ts +0 -105
  292. package/raystack/assets/v1beta1/group.ts +0 -223
  293. package/raystack/assets/v1beta1/job.ts +0 -147
  294. package/raystack/assets/v1beta1/lineage.ts +0 -90
  295. package/raystack/assets/v1beta1/ownership.ts +0 -179
  296. package/raystack/assets/v1beta1/preview.ts +0 -87
  297. package/raystack/assets/v1beta1/properties.ts +0 -116
  298. package/raystack/assets/v1beta1/resource.ts +0 -149
  299. package/raystack/assets/v1beta1/schema.ts +0 -421
  300. package/raystack/assets/v1beta1/table.ts +0 -408
  301. package/raystack/assets/v1beta1/timestamp.ts +0 -158
  302. package/raystack/assets/v1beta1/topic.ts +0 -253
  303. package/raystack/assets/v1beta1/user.ts +0 -451
  304. package/raystack/assets/v1beta2/application.ts +0 -125
  305. package/raystack/assets/v1beta2/asset.ts +0 -269
  306. package/raystack/assets/v1beta2/bucket.ts +0 -341
  307. package/raystack/assets/v1beta2/common.ts +0 -392
  308. package/raystack/assets/v1beta2/dashboard.ts +0 -393
  309. package/raystack/assets/v1beta2/experiment.ts +0 -274
  310. package/raystack/assets/v1beta2/feature_table.ts +0 -387
  311. package/raystack/assets/v1beta2/group.ts +0 -178
  312. package/raystack/assets/v1beta2/job.ts +0 -99
  313. package/raystack/assets/v1beta2/metric.ts +0 -163
  314. package/raystack/assets/v1beta2/model.ts +0 -519
  315. package/raystack/assets/v1beta2/table.ts +0 -663
  316. package/raystack/assets/v1beta2/topic.ts +0 -275
  317. package/raystack/assets/v1beta2/user.ts +0 -433
  318. package/raystack/common/v1/service.client.ts +0 -37
  319. package/raystack/common/v1/service.ts +0 -245
  320. package/raystack/common/v1/service_connect.ts +0 -26
  321. package/raystack/compass/v1beta1/service.client.ts +0 -594
  322. package/raystack/compass/v1beta1/service.ts +0 -8169
  323. package/raystack/compass/v1beta1/service_connect.ts +0 -407
  324. package/raystack/entropy/v1beta1/module.client.ts +0 -89
  325. package/raystack/entropy/v1beta1/module.ts +0 -692
  326. package/raystack/entropy/v1beta1/module_connect.ts +0 -62
  327. package/raystack/entropy/v1beta1/resource.client.ts +0 -129
  328. package/raystack/entropy/v1beta1/resource.ts +0 -1817
  329. package/raystack/entropy/v1beta1/resource_connect.ts +0 -89
  330. package/raystack/frontier/v1beta1/admin.client.ts +0 -866
  331. package/raystack/frontier/v1beta1/admin.ts +0 -9117
  332. package/raystack/frontier/v1beta1/admin_connect.ts +0 -584
  333. package/raystack/frontier/v1beta1/frontier.client.ts +0 -2307
  334. package/raystack/frontier/v1beta1/frontier.ts +0 -23706
  335. package/raystack/frontier/v1beta1/frontier_connect.ts +0 -1574
  336. package/raystack/frontier/v1beta1/models.ts +0 -7433
  337. package/raystack/guardian/v1beta1/guardian.client.ts +0 -552
  338. package/raystack/guardian/v1beta1/guardian.ts +0 -9688
  339. package/raystack/guardian/v1beta1/guardian_connect.ts +0 -381
  340. package/raystack/optimus/core/v1beta1/backup.client.ts +0 -63
  341. package/raystack/optimus/core/v1beta1/backup.ts +0 -708
  342. package/raystack/optimus/core/v1beta1/backup_connect.ts +0 -44
  343. package/raystack/optimus/core/v1beta1/job_run.client.ts +0 -96
  344. package/raystack/optimus/core/v1beta1/job_run.ts +0 -1008
  345. package/raystack/optimus/core/v1beta1/job_run_connect.ts +0 -63
  346. package/raystack/optimus/core/v1beta1/job_spec.client.ts +0 -363
  347. package/raystack/optimus/core/v1beta1/job_spec.ts +0 -5134
  348. package/raystack/optimus/core/v1beta1/job_spec_connect.ts +0 -233
  349. package/raystack/optimus/core/v1beta1/namespace.client.ts +0 -75
  350. package/raystack/optimus/core/v1beta1/namespace.ts +0 -477
  351. package/raystack/optimus/core/v1beta1/namespace_connect.ts +0 -50
  352. package/raystack/optimus/core/v1beta1/project.client.ts +0 -75
  353. package/raystack/optimus/core/v1beta1/project.ts +0 -520
  354. package/raystack/optimus/core/v1beta1/project_connect.ts +0 -50
  355. package/raystack/optimus/core/v1beta1/replay.client.ts +0 -76
  356. package/raystack/optimus/core/v1beta1/replay.ts +0 -881
  357. package/raystack/optimus/core/v1beta1/replay_connect.ts +0 -53
  358. package/raystack/optimus/core/v1beta1/resource.client.ts +0 -148
  359. package/raystack/optimus/core/v1beta1/resource.ts +0 -1329
  360. package/raystack/optimus/core/v1beta1/resource_connect.ts +0 -96
  361. package/raystack/optimus/core/v1beta1/runtime.client.ts +0 -45
  362. package/raystack/optimus/core/v1beta1/runtime.ts +0 -131
  363. package/raystack/optimus/core/v1beta1/runtime_connect.ts +0 -30
  364. package/raystack/optimus/core/v1beta1/secret.client.ts +0 -92
  365. package/raystack/optimus/core/v1beta1/secret.ts +0 -619
  366. package/raystack/optimus/core/v1beta1/secret_connect.ts +0 -61
  367. package/raystack/optimus/core/v1beta1/status.ts +0 -113
  368. package/raystack/optimus/integration/v1beta1/event.ts +0 -531
  369. package/raystack/optimus/plugins/v1beta1/dependency_resolver.client.ts +0 -100
  370. package/raystack/optimus/plugins/v1beta1/dependency_resolver.ts +0 -950
  371. package/raystack/optimus/plugins/v1beta1/dependency_resolver_connect.ts +0 -65
  372. package/raystack/predator/v1beta1/metrics_log.ts +0 -457
  373. package/raystack/predator/v1beta1/result_log.ts +0 -390
  374. package/raystack/raccoon/v1beta1/raccoon.client.ts +0 -37
  375. package/raystack/raccoon/v1beta1/raccoon.ts +0 -442
  376. package/raystack/raccoon/v1beta1/raccoon_connect.ts +0 -26
  377. package/raystack/siren/v1beta1/siren.client.ts +0 -479
  378. package/raystack/siren/v1beta1/siren.ts +0 -6507
  379. package/raystack/siren/v1beta1/siren_connect.ts +0 -332
  380. package/raystack/stencil/v1beta1/stencil.client.ts +0 -232
  381. package/raystack/stencil/v1beta1/stencil.ts +0 -2716
  382. package/raystack/stencil/v1beta1/stencil_connect.ts +0 -161
  383. package/validate/validate.ts +0 -4130
@@ -1,34 +1,45 @@
1
- // @generated by protoc-gen-es v1.10.1 with parameter "target=ts,import_extension=none"
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
2
2
  // @generated from file raystack/stencil/v1beta1/stencil.proto (package raystack.stencil.v1beta1, syntax proto3)
3
3
  /* eslint-disable */
4
- // @ts-nocheck
5
4
 
6
- import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7
- import { Message, proto3, Timestamp } from "@bufbuild/protobuf";
5
+ import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
6
+ import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
7
+ import { file_google_api_annotations } from "../../../google/api/annotations_pb";
8
+ import { file_google_api_field_behavior } from "../../../google/api/field_behavior_pb";
9
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
10
+ import { file_google_protobuf_descriptor, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
11
+ import { file_protoc_gen_openapiv2_options_annotations } from "../../../protoc-gen-openapiv2/options/annotations_pb";
12
+ import type { Message } from "@bufbuild/protobuf";
13
+
14
+ /**
15
+ * Describes the file raystack/stencil/v1beta1/stencil.proto.
16
+ */
17
+ export const file_raystack_stencil_v1beta1_stencil: GenFile = /*@__PURE__*/
18
+ fileDesc("CiZyYXlzdGFjay9zdGVuY2lsL3YxYmV0YTEvc3RlbmNpbC5wcm90bxIYcmF5c3RhY2suc3RlbmNpbC52MWJldGExIowCCglOYW1lc3BhY2USCgoCaWQYASABKAkSNwoGZm9ybWF0GAIgASgOMicucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNjaGVtYS5Gb3JtYXQSRQoNY29tcGF0aWJpbGl0eRgDIAEoDjIuLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEuQ29tcGF0aWJpbGl0eRITCgtkZXNjcmlwdGlvbhgEIAEoCRIuCgpjcmVhdGVkX2F0GAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgp1cGRhdGVkX2F0GAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCLSBAoGU2NoZW1hEgwKBG5hbWUYASABKAkSNwoGZm9ybWF0GAIgASgOMicucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNjaGVtYS5Gb3JtYXQSEQoJYXV0aG9yaXR5GAMgASgJEkUKDWNvbXBhdGliaWxpdHkYBCABKA4yLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuU2NoZW1hLkNvbXBhdGliaWxpdHkSLgoKY3JlYXRlZF9hdBgFIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLgoKdXBkYXRlZF9hdBgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiVwoGRm9ybWF0EhYKEkZPUk1BVF9VTlNQRUNJRklFRBAAEhMKD0ZPUk1BVF9QUk9UT0JVRhABEg8KC0ZPUk1BVF9BVlJPEAISDwoLRk9STUFUX0pTT04QAyLtAQoNQ29tcGF0aWJpbGl0eRIdChlDT01QQVRJQklMSVRZX1VOU1BFQ0lGSUVEEAASGgoWQ09NUEFUSUJJTElUWV9CQUNLV0FSRBABEiUKIUNPTVBBVElCSUxJVFlfQkFDS1dBUkRfVFJBTlNJVElWRRACEhkKFUNPTVBBVElCSUxJVFlfRk9SV0FSRBADEiQKIENPTVBBVElCSUxJVFlfRk9SV0FSRF9UUkFOU0lUSVZFEAQSFgoSQ09NUEFUSUJJTElUWV9GVUxMEAUSIQodQ09NUEFUSUJJTElUWV9GVUxMX1RSQU5TSVRJVkUQBiIXChVMaXN0TmFtZXNwYWNlc1JlcXVlc3QiUQoWTGlzdE5hbWVzcGFjZXNSZXNwb25zZRI3CgpuYW1lc3BhY2VzGAEgAygLMiMucmF5c3RhY2suc3RlbmNpbC52MWJldGExLk5hbWVzcGFjZSIhChNHZXROYW1lc3BhY2VSZXF1ZXN0EgoKAmlkGAEgASgJIk4KFEdldE5hbWVzcGFjZVJlc3BvbnNlEjYKCW5hbWVzcGFjZRgBIAEoCzIjLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5OYW1lc3BhY2UiywEKFkNyZWF0ZU5hbWVzcGFjZVJlcXVlc3QSEAoCaWQYASABKAlCBOJBAQISPQoGZm9ybWF0GAIgASgOMicucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNjaGVtYS5Gb3JtYXRCBOJBAQISSwoNY29tcGF0aWJpbGl0eRgDIAEoDjIuLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEuQ29tcGF0aWJpbGl0eUIE4kEBAhITCgtkZXNjcmlwdGlvbhgEIAEoCSJRChdDcmVhdGVOYW1lc3BhY2VSZXNwb25zZRI2CgluYW1lc3BhY2UYASABKAsyIy5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuTmFtZXNwYWNlIsUBChZVcGRhdGVOYW1lc3BhY2VSZXF1ZXN0EgoKAmlkGAEgASgJEj0KBmZvcm1hdBgCIAEoDjInLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEuRm9ybWF0QgTiQQECEksKDWNvbXBhdGliaWxpdHkYAyABKA4yLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuU2NoZW1hLkNvbXBhdGliaWxpdHlCBOJBAQISEwoLZGVzY3JpcHRpb24YBCABKAkiUQoXVXBkYXRlTmFtZXNwYWNlUmVzcG9uc2USNgoJbmFtZXNwYWNlGAEgASgLMiMucmF5c3RhY2suc3RlbmNpbC52MWJldGExLk5hbWVzcGFjZSIkChZEZWxldGVOYW1lc3BhY2VSZXF1ZXN0EgoKAmlkGAEgASgJIioKF0RlbGV0ZU5hbWVzcGFjZVJlc3BvbnNlEg8KB21lc3NhZ2UYASABKAkiIAoSTGlzdFNjaGVtYXNSZXF1ZXN0EgoKAmlkGAEgASgJIkgKE0xpc3RTY2hlbWFzUmVzcG9uc2USMQoHc2NoZW1hcxgBIAMoCzIgLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEiQQoWR2V0TGF0ZXN0U2NoZW1hUmVxdWVzdBIUCgxuYW1lc3BhY2VfaWQYASABKAkSEQoJc2NoZW1hX2lkGAIgASgJIicKF0dldExhdGVzdFNjaGVtYVJlc3BvbnNlEgwKBGRhdGEYAyABKAwi0gEKE0NyZWF0ZVNjaGVtYVJlcXVlc3QSFAoMbmFtZXNwYWNlX2lkGAEgASgJEhEKCXNjaGVtYV9pZBgCIAEoCRISCgRkYXRhGAMgASgMQgTiQQECEjcKBmZvcm1hdBgEIAEoDjInLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEuRm9ybWF0EkUKDWNvbXBhdGliaWxpdHkYBSABKA4yLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuU2NoZW1hLkNvbXBhdGliaWxpdHkiRQoUQ3JlYXRlU2NoZW1hUmVzcG9uc2USDwoHdmVyc2lvbhgBIAEoBRIKCgJpZBgCIAEoCRIQCghsb2NhdGlvbhgDIAEoCSKfAQoZQ2hlY2tDb21wYXRpYmlsaXR5UmVxdWVzdBIUCgxuYW1lc3BhY2VfaWQYASABKAkSEQoJc2NoZW1hX2lkGAIgASgJEhIKBGRhdGEYAyABKAxCBOJBAQISRQoNY29tcGF0aWJpbGl0eRgEIAEoDjIuLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEuQ29tcGF0aWJpbGl0eSIcChpDaGVja0NvbXBhdGliaWxpdHlSZXNwb25zZSJDChhHZXRTY2hlbWFNZXRhZGF0YVJlcXVlc3QSFAoMbmFtZXNwYWNlX2lkGAEgASgJEhEKCXNjaGVtYV9pZBgCIAEoCSKcAgoZR2V0U2NoZW1hTWV0YWRhdGFSZXNwb25zZRI3CgZmb3JtYXQYASABKA4yJy5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuU2NoZW1hLkZvcm1hdBJFCg1jb21wYXRpYmlsaXR5GAIgASgOMi4ucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNjaGVtYS5Db21wYXRpYmlsaXR5EhEKCWF1dGhvcml0eRgDIAEoCRIMCgRuYW1lGAQgASgJEi4KCmNyZWF0ZWRfYXQYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYBiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIo0BChtVcGRhdGVTY2hlbWFNZXRhZGF0YVJlcXVlc3QSFAoMbmFtZXNwYWNlX2lkGAEgASgJEhEKCXNjaGVtYV9pZBgCIAEoCRJFCg1jb21wYXRpYmlsaXR5GAMgASgOMi4ucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNjaGVtYS5Db21wYXRpYmlsaXR5IrEBChxVcGRhdGVTY2hlbWFNZXRhZGF0YVJlc3BvbnNlEjcKBmZvcm1hdBgBIAEoDjInLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEuRm9ybWF0EkUKDWNvbXBhdGliaWxpdHkYAiABKA4yLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuU2NoZW1hLkNvbXBhdGliaWxpdHkSEQoJYXV0aG9yaXR5GAMgASgJIj4KE0RlbGV0ZVNjaGVtYVJlcXVlc3QSFAoMbmFtZXNwYWNlX2lkGAEgASgJEhEKCXNjaGVtYV9pZBgCIAEoCSInChREZWxldGVTY2hlbWFSZXNwb25zZRIPCgdtZXNzYWdlGAEgASgJIj4KE0xpc3RWZXJzaW9uc1JlcXVlc3QSFAoMbmFtZXNwYWNlX2lkGAEgASgJEhEKCXNjaGVtYV9pZBgCIAEoCSIoChRMaXN0VmVyc2lvbnNSZXNwb25zZRIQCgh2ZXJzaW9ucxgBIAMoBSJPChBHZXRTY2hlbWFSZXF1ZXN0EhQKDG5hbWVzcGFjZV9pZBgBIAEoCRIRCglzY2hlbWFfaWQYAiABKAkSEgoKdmVyc2lvbl9pZBgDIAEoBSIhChFHZXRTY2hlbWFSZXNwb25zZRIMCgRkYXRhGAEgASgMIlMKFERlbGV0ZVZlcnNpb25SZXF1ZXN0EhQKDG5hbWVzcGFjZV9pZBgBIAEoCRIRCglzY2hlbWFfaWQYAiABKAkSEgoKdmVyc2lvbl9pZBgDIAEoBSIoChVEZWxldGVWZXJzaW9uUmVzcG9uc2USDwoHbWVzc2FnZRgBIAEoCSKBAQoNU2VhcmNoUmVxdWVzdBIUCgxuYW1lc3BhY2VfaWQYASABKAkSEQoJc2NoZW1hX2lkGAIgASgJEhMKBXF1ZXJ5GAMgASgJQgTiQQECEhEKB2hpc3RvcnkYBCABKAhIABIUCgp2ZXJzaW9uX2lkGAUgASgFSABCCQoHdmVyc2lvbiJ4Cg5TZWFyY2hSZXNwb25zZRIyCgRoaXRzGAEgAygLMiQucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNlYXJjaEhpdHMSMgoEbWV0YRgCIAEoCzIkLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TZWFyY2hNZXRhInYKClNlYXJjaEhpdHMSFAoMbmFtZXNwYWNlX2lkGAEgASgJEhEKCXNjaGVtYV9pZBgCIAEoCRISCgp2ZXJzaW9uX2lkGAMgASgFEg4KBmZpZWxkcxgEIAMoCRINCgV0eXBlcxgFIAMoCRIMCgRwYXRoGAYgASgJIhsKClNlYXJjaE1ldGESDQoFdG90YWwYASABKA0yshgKDlN0ZW5jaWxTZXJ2aWNlErgBCg5MaXN0TmFtZXNwYWNlcxIvLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5MaXN0TmFtZXNwYWNlc1JlcXVlc3QaMC5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuTGlzdE5hbWVzcGFjZXNSZXNwb25zZSJDkkElCgluYW1lc3BhY2USGExpc3QgbmFtZXMgb2YgbmFtZXNwYWNlc4LT5JMCFRITL3YxYmV0YTEvbmFtZXNwYWNlcxKyAQoMR2V0TmFtZXNwYWNlEi0ucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkdldE5hbWVzcGFjZVJlcXVlc3QaLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuR2V0TmFtZXNwYWNlUmVzcG9uc2UiQ5JBIAoJbmFtZXNwYWNlEhNHZXQgbmFtZXNwYWNlIGJ5IGlkgtPkkwIaEhgvdjFiZXRhMS9uYW1lc3BhY2VzL3tpZH0SvAEKD0NyZWF0ZU5hbWVzcGFjZRIwLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5DcmVhdGVOYW1lc3BhY2VSZXF1ZXN0GjEucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkNyZWF0ZU5hbWVzcGFjZVJlc3BvbnNlIkSSQSMKCW5hbWVzcGFjZRIWQ3JlYXRlIG5hbWVzcGFjZSBlbnRyeYLT5JMCGCITL3YxYmV0YTEvbmFtZXNwYWNlczoBKhLIAQoPVXBkYXRlTmFtZXNwYWNlEjAucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlVwZGF0ZU5hbWVzcGFjZVJlcXVlc3QaMS5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuVXBkYXRlTmFtZXNwYWNlUmVzcG9uc2UiUJJBKgoJbmFtZXNwYWNlEh1VcGRhdGUgbmFtZXNwYWNlIGVudGl0eSBieSBpZILT5JMCHRoYL3YxYmV0YTEvbmFtZXNwYWNlcy97aWR9OgEqEpICCg9EZWxldGVOYW1lc3BhY2USMC5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuRGVsZXRlTmFtZXNwYWNlUmVxdWVzdBoxLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5EZWxldGVOYW1lc3BhY2VSZXNwb25zZSKZAZJBdgoJbmFtZXNwYWNlEhZEZWxldGUgbmFtZXNwYWNlIGJ5IGlkGlFFbnN1cmUgYWxsIHNjaGVtYXMgdW5kZXIgdGhpcyBuYW1lc3BhY2UgaXMgZGVsZXRlZCwgb3RoZXJ3aXNlIGl0IHdpbGwgdGhyb3cgZXJyb3KC0+STAhoqGC92MWJldGExL25hbWVzcGFjZXMve2lkfRLBAQoLTGlzdFNjaGVtYXMSLC5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuTGlzdFNjaGVtYXNSZXF1ZXN0Gi0ucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkxpc3RTY2hlbWFzUmVzcG9uc2UiVZJBKgoGc2NoZW1hEiBMaXN0IHNjaGVtYXMgdW5kZXIgdGhlIG5hbWVzcGFjZYLT5JMCIhIgL3YxYmV0YTEvbmFtZXNwYWNlcy97aWR9L3NjaGVtYXMSbwoMQ3JlYXRlU2NoZW1hEi0ucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkNyZWF0ZVNjaGVtYVJlcXVlc3QaLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuQ3JlYXRlU2NoZW1hUmVzcG9uc2UiABKBAQoSQ2hlY2tDb21wYXRpYmlsaXR5EjMucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkNoZWNrQ29tcGF0aWJpbGl0eVJlcXVlc3QaNC5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuQ2hlY2tDb21wYXRpYmlsaXR5UmVzcG9uc2UiABKgAgoRR2V0U2NoZW1hTWV0YWRhdGESMi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuR2V0U2NoZW1hTWV0YWRhdGFSZXF1ZXN0GjMucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkdldFNjaGVtYU1ldGFkYXRhUmVzcG9uc2UioQGSQVsKBnNjaGVtYRJRQ3JlYXRlIHNjaGVtYSB1bmRlciB0aGUgbmFtZXNwYWNlLiBSZXR1cm5zIHZlcnNpb24gbnVtYmVyLCB1bmlxdWUgSUQgYW5kIGxvY2F0aW9ugtPkkwI9EjsvdjFiZXRhMS9uYW1lc3BhY2VzL3tuYW1lc3BhY2VfaWR9L3NjaGVtYXMve3NjaGVtYV9pZH0vbWV0YRLwAQoUVXBkYXRlU2NoZW1hTWV0YWRhdGESNS5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuVXBkYXRlU2NoZW1hTWV0YWRhdGFSZXF1ZXN0GjYucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlVwZGF0ZVNjaGVtYU1ldGFkYXRhUmVzcG9uc2UiaZJBJQoGc2NoZW1hEhtVcGRhdGUgb25seSBzY2hlbWEgbWV0YWRhdGGC0+STAjsyNi92MWJldGExL25hbWVzcGFjZXMve25hbWVzcGFjZV9pZH0vc2NoZW1hcy97c2NoZW1hX2lkfToBKhJ4Cg9HZXRMYXRlc3RTY2hlbWESMC5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuR2V0TGF0ZXN0U2NoZW1hUmVxdWVzdBoxLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5HZXRMYXRlc3RTY2hlbWFSZXNwb25zZSIAEtEBCgxEZWxldGVTY2hlbWESLS5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuRGVsZXRlU2NoZW1hUmVxdWVzdBouLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5EZWxldGVTY2hlbWFSZXNwb25zZSJikkEhCgZzY2hlbWESF0RlbGV0ZSBzcGVjaWZpZWQgc2NoZW1hgtPkkwI4KjYvdjFiZXRhMS9uYW1lc3BhY2VzL3tuYW1lc3BhY2VfaWR9L3NjaGVtYXMve3NjaGVtYV9pZH0SZgoJR2V0U2NoZW1hEioucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkdldFNjaGVtYVJlcXVlc3QaKy5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuR2V0U2NoZW1hUmVzcG9uc2UiABLwAQoMTGlzdFZlcnNpb25zEi0ucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkxpc3RWZXJzaW9uc1JlcXVlc3QaLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuTGlzdFZlcnNpb25zUmVzcG9uc2UigAGSQTYKBnNjaGVtYQoHdmVyc2lvbhIjTGlzdCBhbGwgdmVyc2lvbiBudW1iZXJzIGZvciBzY2hlbWGC0+STAkESPy92MWJldGExL25hbWVzcGFjZXMve25hbWVzcGFjZV9pZH0vc2NoZW1hcy97c2NoZW1hX2lkfS92ZXJzaW9ucxKDAgoNRGVsZXRlVmVyc2lvbhIuLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5EZWxldGVWZXJzaW9uUmVxdWVzdBovLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5EZWxldGVWZXJzaW9uUmVzcG9uc2UikAGSQTkKBnNjaGVtYQoHdmVyc2lvbhImRGVsZXRlIHNwZWNpZmllZCB2ZXJzaW9uIG9mIHRoZSBzY2hlbWGC0+STAk4qTC92MWJldGExL25hbWVzcGFjZXMve25hbWVzcGFjZV9pZH0vc2NoZW1hcy97c2NoZW1hX2lkfS92ZXJzaW9ucy97dmVyc2lvbl9pZH0SkgEKBlNlYXJjaBInLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TZWFyY2hSZXF1ZXN0GigucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNlYXJjaFJlc3BvbnNlIjWSQRsKBnNjaGVtYRIRR2xvYmFsIFNlYXJjaCBBUEmC0+STAhESDy92MWJldGExL3NlYXJjaEJKWjlnaXRodWIuY29tL3JheXN0YWNrL3Byb3Rvbi9zdGVuY2lsL3YxYmV0YTE7c3RlbmNpbHYxYmV0YTGSQQwSBzIFMC4xLjQqAQFiBnByb3RvMw", [file_google_api_annotations, file_google_api_field_behavior, file_google_protobuf_descriptor, file_google_protobuf_timestamp, file_protoc_gen_openapiv2_options_annotations]);
8
19
 
9
20
  /**
10
21
  * @generated from message raystack.stencil.v1beta1.Namespace
11
22
  */
12
- export class Namespace extends Message<Namespace> {
23
+ export type Namespace = Message<"raystack.stencil.v1beta1.Namespace"> & {
13
24
  /**
14
25
  * @generated from field: string id = 1;
15
26
  */
16
- id = "";
27
+ id: string;
17
28
 
18
29
  /**
19
30
  * @generated from field: raystack.stencil.v1beta1.Schema.Format format = 2;
20
31
  */
21
- format = Schema_Format.UNSPECIFIED;
32
+ format: Schema_Format;
22
33
 
23
34
  /**
24
35
  * @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 3;
25
36
  */
26
- compatibility = Schema_Compatibility.UNSPECIFIED;
37
+ compatibility: Schema_Compatibility;
27
38
 
28
39
  /**
29
40
  * @generated from field: string description = 4;
30
41
  */
31
- description = "";
42
+ description: string;
32
43
 
33
44
  /**
34
45
  * @generated from field: google.protobuf.Timestamp created_at = 5;
@@ -39,63 +50,38 @@ export class Namespace extends Message<Namespace> {
39
50
  * @generated from field: google.protobuf.Timestamp updated_at = 6;
40
51
  */
41
52
  updatedAt?: Timestamp;
53
+ };
42
54
 
43
- constructor(data?: PartialMessage<Namespace>) {
44
- super();
45
- proto3.util.initPartial(data, this);
46
- }
47
-
48
- static readonly runtime: typeof proto3 = proto3;
49
- static readonly typeName = "raystack.stencil.v1beta1.Namespace";
50
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
51
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
52
- { no: 2, name: "format", kind: "enum", T: proto3.getEnumType(Schema_Format) },
53
- { no: 3, name: "compatibility", kind: "enum", T: proto3.getEnumType(Schema_Compatibility) },
54
- { no: 4, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
55
- { no: 5, name: "created_at", kind: "message", T: Timestamp },
56
- { no: 6, name: "updated_at", kind: "message", T: Timestamp },
57
- ]);
58
-
59
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Namespace {
60
- return new Namespace().fromBinary(bytes, options);
61
- }
62
-
63
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Namespace {
64
- return new Namespace().fromJson(jsonValue, options);
65
- }
66
-
67
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Namespace {
68
- return new Namespace().fromJsonString(jsonString, options);
69
- }
70
-
71
- static equals(a: Namespace | PlainMessage<Namespace> | undefined, b: Namespace | PlainMessage<Namespace> | undefined): boolean {
72
- return proto3.util.equals(Namespace, a, b);
73
- }
74
- }
55
+ /**
56
+ * Describes the message raystack.stencil.v1beta1.Namespace.
57
+ * Use `create(NamespaceSchema)` to create a new message.
58
+ */
59
+ export const NamespaceSchema: GenMessage<Namespace> = /*@__PURE__*/
60
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 0);
75
61
 
76
62
  /**
77
63
  * @generated from message raystack.stencil.v1beta1.Schema
78
64
  */
79
- export class Schema extends Message<Schema> {
65
+ export type Schema = Message<"raystack.stencil.v1beta1.Schema"> & {
80
66
  /**
81
67
  * @generated from field: string name = 1;
82
68
  */
83
- name = "";
69
+ name: string;
84
70
 
85
71
  /**
86
72
  * @generated from field: raystack.stencil.v1beta1.Schema.Format format = 2;
87
73
  */
88
- format = Schema_Format.UNSPECIFIED;
74
+ format: Schema_Format;
89
75
 
90
76
  /**
91
77
  * @generated from field: string authority = 3;
92
78
  */
93
- authority = "";
79
+ authority: string;
94
80
 
95
81
  /**
96
82
  * @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 4;
97
83
  */
98
- compatibility = Schema_Compatibility.UNSPECIFIED;
84
+ compatibility: Schema_Compatibility;
99
85
 
100
86
  /**
101
87
  * @generated from field: google.protobuf.Timestamp created_at = 5;
@@ -106,39 +92,14 @@ export class Schema extends Message<Schema> {
106
92
  * @generated from field: google.protobuf.Timestamp updated_at = 6;
107
93
  */
108
94
  updatedAt?: Timestamp;
95
+ };
109
96
 
110
- constructor(data?: PartialMessage<Schema>) {
111
- super();
112
- proto3.util.initPartial(data, this);
113
- }
114
-
115
- static readonly runtime: typeof proto3 = proto3;
116
- static readonly typeName = "raystack.stencil.v1beta1.Schema";
117
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
118
- { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
119
- { no: 2, name: "format", kind: "enum", T: proto3.getEnumType(Schema_Format) },
120
- { no: 3, name: "authority", kind: "scalar", T: 9 /* ScalarType.STRING */ },
121
- { no: 4, name: "compatibility", kind: "enum", T: proto3.getEnumType(Schema_Compatibility) },
122
- { no: 5, name: "created_at", kind: "message", T: Timestamp },
123
- { no: 6, name: "updated_at", kind: "message", T: Timestamp },
124
- ]);
125
-
126
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Schema {
127
- return new Schema().fromBinary(bytes, options);
128
- }
129
-
130
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Schema {
131
- return new Schema().fromJson(jsonValue, options);
132
- }
133
-
134
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Schema {
135
- return new Schema().fromJsonString(jsonString, options);
136
- }
137
-
138
- static equals(a: Schema | PlainMessage<Schema> | undefined, b: Schema | PlainMessage<Schema> | undefined): boolean {
139
- return proto3.util.equals(Schema, a, b);
140
- }
141
- }
97
+ /**
98
+ * Describes the message raystack.stencil.v1beta1.Schema.
99
+ * Use `create(SchemaSchema)` to create a new message.
100
+ */
101
+ export const SchemaSchema: GenMessage<Schema> = /*@__PURE__*/
102
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 1);
142
103
 
143
104
  /**
144
105
  * @generated from enum raystack.stencil.v1beta1.Schema.Format
@@ -164,13 +125,12 @@ export enum Schema_Format {
164
125
  */
165
126
  JSON = 3,
166
127
  }
167
- // Retrieve enum metadata with: proto3.getEnumType(Schema_Format)
168
- proto3.util.setEnumType(Schema_Format, "raystack.stencil.v1beta1.Schema.Format", [
169
- { no: 0, name: "FORMAT_UNSPECIFIED" },
170
- { no: 1, name: "FORMAT_PROTOBUF" },
171
- { no: 2, name: "FORMAT_AVRO" },
172
- { no: 3, name: "FORMAT_JSON" },
173
- ]);
128
+
129
+ /**
130
+ * Describes the enum raystack.stencil.v1beta1.Schema.Format.
131
+ */
132
+ export const Schema_FormatSchema: GenEnum<Schema_Format> = /*@__PURE__*/
133
+ enumDesc(file_raystack_stencil_v1beta1_stencil, 1, 0);
174
134
 
175
135
  /**
176
136
  * @generated from enum raystack.stencil.v1beta1.Schema.Compatibility
@@ -211,833 +171,436 @@ export enum Schema_Compatibility {
211
171
  */
212
172
  FULL_TRANSITIVE = 6,
213
173
  }
214
- // Retrieve enum metadata with: proto3.getEnumType(Schema_Compatibility)
215
- proto3.util.setEnumType(Schema_Compatibility, "raystack.stencil.v1beta1.Schema.Compatibility", [
216
- { no: 0, name: "COMPATIBILITY_UNSPECIFIED" },
217
- { no: 1, name: "COMPATIBILITY_BACKWARD" },
218
- { no: 2, name: "COMPATIBILITY_BACKWARD_TRANSITIVE" },
219
- { no: 3, name: "COMPATIBILITY_FORWARD" },
220
- { no: 4, name: "COMPATIBILITY_FORWARD_TRANSITIVE" },
221
- { no: 5, name: "COMPATIBILITY_FULL" },
222
- { no: 6, name: "COMPATIBILITY_FULL_TRANSITIVE" },
223
- ]);
224
174
 
225
175
  /**
226
- * @generated from message raystack.stencil.v1beta1.ListNamespacesRequest
176
+ * Describes the enum raystack.stencil.v1beta1.Schema.Compatibility.
227
177
  */
228
- export class ListNamespacesRequest extends Message<ListNamespacesRequest> {
229
- constructor(data?: PartialMessage<ListNamespacesRequest>) {
230
- super();
231
- proto3.util.initPartial(data, this);
232
- }
233
-
234
- static readonly runtime: typeof proto3 = proto3;
235
- static readonly typeName = "raystack.stencil.v1beta1.ListNamespacesRequest";
236
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
237
- ]);
178
+ export const Schema_CompatibilitySchema: GenEnum<Schema_Compatibility> = /*@__PURE__*/
179
+ enumDesc(file_raystack_stencil_v1beta1_stencil, 1, 1);
238
180
 
239
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListNamespacesRequest {
240
- return new ListNamespacesRequest().fromBinary(bytes, options);
241
- }
242
-
243
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListNamespacesRequest {
244
- return new ListNamespacesRequest().fromJson(jsonValue, options);
245
- }
246
-
247
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListNamespacesRequest {
248
- return new ListNamespacesRequest().fromJsonString(jsonString, options);
249
- }
181
+ /**
182
+ * @generated from message raystack.stencil.v1beta1.ListNamespacesRequest
183
+ */
184
+ export type ListNamespacesRequest = Message<"raystack.stencil.v1beta1.ListNamespacesRequest"> & {
185
+ };
250
186
 
251
- static equals(a: ListNamespacesRequest | PlainMessage<ListNamespacesRequest> | undefined, b: ListNamespacesRequest | PlainMessage<ListNamespacesRequest> | undefined): boolean {
252
- return proto3.util.equals(ListNamespacesRequest, a, b);
253
- }
254
- }
187
+ /**
188
+ * Describes the message raystack.stencil.v1beta1.ListNamespacesRequest.
189
+ * Use `create(ListNamespacesRequestSchema)` to create a new message.
190
+ */
191
+ export const ListNamespacesRequestSchema: GenMessage<ListNamespacesRequest> = /*@__PURE__*/
192
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 2);
255
193
 
256
194
  /**
257
195
  * @generated from message raystack.stencil.v1beta1.ListNamespacesResponse
258
196
  */
259
- export class ListNamespacesResponse extends Message<ListNamespacesResponse> {
197
+ export type ListNamespacesResponse = Message<"raystack.stencil.v1beta1.ListNamespacesResponse"> & {
260
198
  /**
261
199
  * @generated from field: repeated raystack.stencil.v1beta1.Namespace namespaces = 1;
262
200
  */
263
- namespaces: Namespace[] = [];
264
-
265
- constructor(data?: PartialMessage<ListNamespacesResponse>) {
266
- super();
267
- proto3.util.initPartial(data, this);
268
- }
269
-
270
- static readonly runtime: typeof proto3 = proto3;
271
- static readonly typeName = "raystack.stencil.v1beta1.ListNamespacesResponse";
272
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
273
- { no: 1, name: "namespaces", kind: "message", T: Namespace, repeated: true },
274
- ]);
275
-
276
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListNamespacesResponse {
277
- return new ListNamespacesResponse().fromBinary(bytes, options);
278
- }
279
-
280
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListNamespacesResponse {
281
- return new ListNamespacesResponse().fromJson(jsonValue, options);
282
- }
283
-
284
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListNamespacesResponse {
285
- return new ListNamespacesResponse().fromJsonString(jsonString, options);
286
- }
201
+ namespaces: Namespace[];
202
+ };
287
203
 
288
- static equals(a: ListNamespacesResponse | PlainMessage<ListNamespacesResponse> | undefined, b: ListNamespacesResponse | PlainMessage<ListNamespacesResponse> | undefined): boolean {
289
- return proto3.util.equals(ListNamespacesResponse, a, b);
290
- }
291
- }
204
+ /**
205
+ * Describes the message raystack.stencil.v1beta1.ListNamespacesResponse.
206
+ * Use `create(ListNamespacesResponseSchema)` to create a new message.
207
+ */
208
+ export const ListNamespacesResponseSchema: GenMessage<ListNamespacesResponse> = /*@__PURE__*/
209
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 3);
292
210
 
293
211
  /**
294
212
  * @generated from message raystack.stencil.v1beta1.GetNamespaceRequest
295
213
  */
296
- export class GetNamespaceRequest extends Message<GetNamespaceRequest> {
214
+ export type GetNamespaceRequest = Message<"raystack.stencil.v1beta1.GetNamespaceRequest"> & {
297
215
  /**
298
216
  * @generated from field: string id = 1;
299
217
  */
300
- id = "";
301
-
302
- constructor(data?: PartialMessage<GetNamespaceRequest>) {
303
- super();
304
- proto3.util.initPartial(data, this);
305
- }
306
-
307
- static readonly runtime: typeof proto3 = proto3;
308
- static readonly typeName = "raystack.stencil.v1beta1.GetNamespaceRequest";
309
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
310
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
311
- ]);
312
-
313
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetNamespaceRequest {
314
- return new GetNamespaceRequest().fromBinary(bytes, options);
315
- }
316
-
317
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetNamespaceRequest {
318
- return new GetNamespaceRequest().fromJson(jsonValue, options);
319
- }
320
-
321
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetNamespaceRequest {
322
- return new GetNamespaceRequest().fromJsonString(jsonString, options);
323
- }
218
+ id: string;
219
+ };
324
220
 
325
- static equals(a: GetNamespaceRequest | PlainMessage<GetNamespaceRequest> | undefined, b: GetNamespaceRequest | PlainMessage<GetNamespaceRequest> | undefined): boolean {
326
- return proto3.util.equals(GetNamespaceRequest, a, b);
327
- }
328
- }
221
+ /**
222
+ * Describes the message raystack.stencil.v1beta1.GetNamespaceRequest.
223
+ * Use `create(GetNamespaceRequestSchema)` to create a new message.
224
+ */
225
+ export const GetNamespaceRequestSchema: GenMessage<GetNamespaceRequest> = /*@__PURE__*/
226
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 4);
329
227
 
330
228
  /**
331
229
  * @generated from message raystack.stencil.v1beta1.GetNamespaceResponse
332
230
  */
333
- export class GetNamespaceResponse extends Message<GetNamespaceResponse> {
231
+ export type GetNamespaceResponse = Message<"raystack.stencil.v1beta1.GetNamespaceResponse"> & {
334
232
  /**
335
233
  * @generated from field: raystack.stencil.v1beta1.Namespace namespace = 1;
336
234
  */
337
235
  namespace?: Namespace;
236
+ };
338
237
 
339
- constructor(data?: PartialMessage<GetNamespaceResponse>) {
340
- super();
341
- proto3.util.initPartial(data, this);
342
- }
343
-
344
- static readonly runtime: typeof proto3 = proto3;
345
- static readonly typeName = "raystack.stencil.v1beta1.GetNamespaceResponse";
346
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
347
- { no: 1, name: "namespace", kind: "message", T: Namespace },
348
- ]);
349
-
350
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetNamespaceResponse {
351
- return new GetNamespaceResponse().fromBinary(bytes, options);
352
- }
353
-
354
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetNamespaceResponse {
355
- return new GetNamespaceResponse().fromJson(jsonValue, options);
356
- }
357
-
358
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetNamespaceResponse {
359
- return new GetNamespaceResponse().fromJsonString(jsonString, options);
360
- }
361
-
362
- static equals(a: GetNamespaceResponse | PlainMessage<GetNamespaceResponse> | undefined, b: GetNamespaceResponse | PlainMessage<GetNamespaceResponse> | undefined): boolean {
363
- return proto3.util.equals(GetNamespaceResponse, a, b);
364
- }
365
- }
238
+ /**
239
+ * Describes the message raystack.stencil.v1beta1.GetNamespaceResponse.
240
+ * Use `create(GetNamespaceResponseSchema)` to create a new message.
241
+ */
242
+ export const GetNamespaceResponseSchema: GenMessage<GetNamespaceResponse> = /*@__PURE__*/
243
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 5);
366
244
 
367
245
  /**
368
246
  * @generated from message raystack.stencil.v1beta1.CreateNamespaceRequest
369
247
  */
370
- export class CreateNamespaceRequest extends Message<CreateNamespaceRequest> {
248
+ export type CreateNamespaceRequest = Message<"raystack.stencil.v1beta1.CreateNamespaceRequest"> & {
371
249
  /**
372
250
  * @generated from field: string id = 1;
373
251
  */
374
- id = "";
252
+ id: string;
375
253
 
376
254
  /**
377
255
  * @generated from field: raystack.stencil.v1beta1.Schema.Format format = 2;
378
256
  */
379
- format = Schema_Format.UNSPECIFIED;
257
+ format: Schema_Format;
380
258
 
381
259
  /**
382
260
  * @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 3;
383
261
  */
384
- compatibility = Schema_Compatibility.UNSPECIFIED;
262
+ compatibility: Schema_Compatibility;
385
263
 
386
264
  /**
387
265
  * @generated from field: string description = 4;
388
266
  */
389
- description = "";
390
-
391
- constructor(data?: PartialMessage<CreateNamespaceRequest>) {
392
- super();
393
- proto3.util.initPartial(data, this);
394
- }
395
-
396
- static readonly runtime: typeof proto3 = proto3;
397
- static readonly typeName = "raystack.stencil.v1beta1.CreateNamespaceRequest";
398
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
399
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
400
- { no: 2, name: "format", kind: "enum", T: proto3.getEnumType(Schema_Format) },
401
- { no: 3, name: "compatibility", kind: "enum", T: proto3.getEnumType(Schema_Compatibility) },
402
- { no: 4, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
403
- ]);
404
-
405
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateNamespaceRequest {
406
- return new CreateNamespaceRequest().fromBinary(bytes, options);
407
- }
408
-
409
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateNamespaceRequest {
410
- return new CreateNamespaceRequest().fromJson(jsonValue, options);
411
- }
412
-
413
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateNamespaceRequest {
414
- return new CreateNamespaceRequest().fromJsonString(jsonString, options);
415
- }
416
-
417
- static equals(a: CreateNamespaceRequest | PlainMessage<CreateNamespaceRequest> | undefined, b: CreateNamespaceRequest | PlainMessage<CreateNamespaceRequest> | undefined): boolean {
418
- return proto3.util.equals(CreateNamespaceRequest, a, b);
419
- }
420
- }
267
+ description: string;
268
+ };
269
+
270
+ /**
271
+ * Describes the message raystack.stencil.v1beta1.CreateNamespaceRequest.
272
+ * Use `create(CreateNamespaceRequestSchema)` to create a new message.
273
+ */
274
+ export const CreateNamespaceRequestSchema: GenMessage<CreateNamespaceRequest> = /*@__PURE__*/
275
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 6);
421
276
 
422
277
  /**
423
278
  * @generated from message raystack.stencil.v1beta1.CreateNamespaceResponse
424
279
  */
425
- export class CreateNamespaceResponse extends Message<CreateNamespaceResponse> {
280
+ export type CreateNamespaceResponse = Message<"raystack.stencil.v1beta1.CreateNamespaceResponse"> & {
426
281
  /**
427
282
  * @generated from field: raystack.stencil.v1beta1.Namespace namespace = 1;
428
283
  */
429
284
  namespace?: Namespace;
285
+ };
430
286
 
431
- constructor(data?: PartialMessage<CreateNamespaceResponse>) {
432
- super();
433
- proto3.util.initPartial(data, this);
434
- }
435
-
436
- static readonly runtime: typeof proto3 = proto3;
437
- static readonly typeName = "raystack.stencil.v1beta1.CreateNamespaceResponse";
438
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
439
- { no: 1, name: "namespace", kind: "message", T: Namespace },
440
- ]);
441
-
442
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateNamespaceResponse {
443
- return new CreateNamespaceResponse().fromBinary(bytes, options);
444
- }
445
-
446
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateNamespaceResponse {
447
- return new CreateNamespaceResponse().fromJson(jsonValue, options);
448
- }
449
-
450
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateNamespaceResponse {
451
- return new CreateNamespaceResponse().fromJsonString(jsonString, options);
452
- }
453
-
454
- static equals(a: CreateNamespaceResponse | PlainMessage<CreateNamespaceResponse> | undefined, b: CreateNamespaceResponse | PlainMessage<CreateNamespaceResponse> | undefined): boolean {
455
- return proto3.util.equals(CreateNamespaceResponse, a, b);
456
- }
457
- }
287
+ /**
288
+ * Describes the message raystack.stencil.v1beta1.CreateNamespaceResponse.
289
+ * Use `create(CreateNamespaceResponseSchema)` to create a new message.
290
+ */
291
+ export const CreateNamespaceResponseSchema: GenMessage<CreateNamespaceResponse> = /*@__PURE__*/
292
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 7);
458
293
 
459
294
  /**
460
295
  * @generated from message raystack.stencil.v1beta1.UpdateNamespaceRequest
461
296
  */
462
- export class UpdateNamespaceRequest extends Message<UpdateNamespaceRequest> {
297
+ export type UpdateNamespaceRequest = Message<"raystack.stencil.v1beta1.UpdateNamespaceRequest"> & {
463
298
  /**
464
299
  * @generated from field: string id = 1;
465
300
  */
466
- id = "";
301
+ id: string;
467
302
 
468
303
  /**
469
304
  * @generated from field: raystack.stencil.v1beta1.Schema.Format format = 2;
470
305
  */
471
- format = Schema_Format.UNSPECIFIED;
306
+ format: Schema_Format;
472
307
 
473
308
  /**
474
309
  * @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 3;
475
310
  */
476
- compatibility = Schema_Compatibility.UNSPECIFIED;
311
+ compatibility: Schema_Compatibility;
477
312
 
478
313
  /**
479
314
  * @generated from field: string description = 4;
480
315
  */
481
- description = "";
482
-
483
- constructor(data?: PartialMessage<UpdateNamespaceRequest>) {
484
- super();
485
- proto3.util.initPartial(data, this);
486
- }
487
-
488
- static readonly runtime: typeof proto3 = proto3;
489
- static readonly typeName = "raystack.stencil.v1beta1.UpdateNamespaceRequest";
490
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
491
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
492
- { no: 2, name: "format", kind: "enum", T: proto3.getEnumType(Schema_Format) },
493
- { no: 3, name: "compatibility", kind: "enum", T: proto3.getEnumType(Schema_Compatibility) },
494
- { no: 4, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
495
- ]);
496
-
497
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateNamespaceRequest {
498
- return new UpdateNamespaceRequest().fromBinary(bytes, options);
499
- }
500
-
501
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateNamespaceRequest {
502
- return new UpdateNamespaceRequest().fromJson(jsonValue, options);
503
- }
504
-
505
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateNamespaceRequest {
506
- return new UpdateNamespaceRequest().fromJsonString(jsonString, options);
507
- }
508
-
509
- static equals(a: UpdateNamespaceRequest | PlainMessage<UpdateNamespaceRequest> | undefined, b: UpdateNamespaceRequest | PlainMessage<UpdateNamespaceRequest> | undefined): boolean {
510
- return proto3.util.equals(UpdateNamespaceRequest, a, b);
511
- }
512
- }
316
+ description: string;
317
+ };
318
+
319
+ /**
320
+ * Describes the message raystack.stencil.v1beta1.UpdateNamespaceRequest.
321
+ * Use `create(UpdateNamespaceRequestSchema)` to create a new message.
322
+ */
323
+ export const UpdateNamespaceRequestSchema: GenMessage<UpdateNamespaceRequest> = /*@__PURE__*/
324
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 8);
513
325
 
514
326
  /**
515
327
  * @generated from message raystack.stencil.v1beta1.UpdateNamespaceResponse
516
328
  */
517
- export class UpdateNamespaceResponse extends Message<UpdateNamespaceResponse> {
329
+ export type UpdateNamespaceResponse = Message<"raystack.stencil.v1beta1.UpdateNamespaceResponse"> & {
518
330
  /**
519
331
  * @generated from field: raystack.stencil.v1beta1.Namespace namespace = 1;
520
332
  */
521
333
  namespace?: Namespace;
334
+ };
522
335
 
523
- constructor(data?: PartialMessage<UpdateNamespaceResponse>) {
524
- super();
525
- proto3.util.initPartial(data, this);
526
- }
527
-
528
- static readonly runtime: typeof proto3 = proto3;
529
- static readonly typeName = "raystack.stencil.v1beta1.UpdateNamespaceResponse";
530
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
531
- { no: 1, name: "namespace", kind: "message", T: Namespace },
532
- ]);
533
-
534
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateNamespaceResponse {
535
- return new UpdateNamespaceResponse().fromBinary(bytes, options);
536
- }
537
-
538
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateNamespaceResponse {
539
- return new UpdateNamespaceResponse().fromJson(jsonValue, options);
540
- }
541
-
542
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateNamespaceResponse {
543
- return new UpdateNamespaceResponse().fromJsonString(jsonString, options);
544
- }
545
-
546
- static equals(a: UpdateNamespaceResponse | PlainMessage<UpdateNamespaceResponse> | undefined, b: UpdateNamespaceResponse | PlainMessage<UpdateNamespaceResponse> | undefined): boolean {
547
- return proto3.util.equals(UpdateNamespaceResponse, a, b);
548
- }
549
- }
336
+ /**
337
+ * Describes the message raystack.stencil.v1beta1.UpdateNamespaceResponse.
338
+ * Use `create(UpdateNamespaceResponseSchema)` to create a new message.
339
+ */
340
+ export const UpdateNamespaceResponseSchema: GenMessage<UpdateNamespaceResponse> = /*@__PURE__*/
341
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 9);
550
342
 
551
343
  /**
552
344
  * @generated from message raystack.stencil.v1beta1.DeleteNamespaceRequest
553
345
  */
554
- export class DeleteNamespaceRequest extends Message<DeleteNamespaceRequest> {
346
+ export type DeleteNamespaceRequest = Message<"raystack.stencil.v1beta1.DeleteNamespaceRequest"> & {
555
347
  /**
556
348
  * @generated from field: string id = 1;
557
349
  */
558
- id = "";
350
+ id: string;
351
+ };
559
352
 
560
- constructor(data?: PartialMessage<DeleteNamespaceRequest>) {
561
- super();
562
- proto3.util.initPartial(data, this);
563
- }
564
-
565
- static readonly runtime: typeof proto3 = proto3;
566
- static readonly typeName = "raystack.stencil.v1beta1.DeleteNamespaceRequest";
567
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
568
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
569
- ]);
570
-
571
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteNamespaceRequest {
572
- return new DeleteNamespaceRequest().fromBinary(bytes, options);
573
- }
574
-
575
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteNamespaceRequest {
576
- return new DeleteNamespaceRequest().fromJson(jsonValue, options);
577
- }
578
-
579
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteNamespaceRequest {
580
- return new DeleteNamespaceRequest().fromJsonString(jsonString, options);
581
- }
582
-
583
- static equals(a: DeleteNamespaceRequest | PlainMessage<DeleteNamespaceRequest> | undefined, b: DeleteNamespaceRequest | PlainMessage<DeleteNamespaceRequest> | undefined): boolean {
584
- return proto3.util.equals(DeleteNamespaceRequest, a, b);
585
- }
586
- }
353
+ /**
354
+ * Describes the message raystack.stencil.v1beta1.DeleteNamespaceRequest.
355
+ * Use `create(DeleteNamespaceRequestSchema)` to create a new message.
356
+ */
357
+ export const DeleteNamespaceRequestSchema: GenMessage<DeleteNamespaceRequest> = /*@__PURE__*/
358
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 10);
587
359
 
588
360
  /**
589
361
  * @generated from message raystack.stencil.v1beta1.DeleteNamespaceResponse
590
362
  */
591
- export class DeleteNamespaceResponse extends Message<DeleteNamespaceResponse> {
363
+ export type DeleteNamespaceResponse = Message<"raystack.stencil.v1beta1.DeleteNamespaceResponse"> & {
592
364
  /**
593
365
  * @generated from field: string message = 1;
594
366
  */
595
- message = "";
596
-
597
- constructor(data?: PartialMessage<DeleteNamespaceResponse>) {
598
- super();
599
- proto3.util.initPartial(data, this);
600
- }
367
+ message: string;
368
+ };
601
369
 
602
- static readonly runtime: typeof proto3 = proto3;
603
- static readonly typeName = "raystack.stencil.v1beta1.DeleteNamespaceResponse";
604
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
605
- { no: 1, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
606
- ]);
607
-
608
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteNamespaceResponse {
609
- return new DeleteNamespaceResponse().fromBinary(bytes, options);
610
- }
611
-
612
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteNamespaceResponse {
613
- return new DeleteNamespaceResponse().fromJson(jsonValue, options);
614
- }
615
-
616
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteNamespaceResponse {
617
- return new DeleteNamespaceResponse().fromJsonString(jsonString, options);
618
- }
619
-
620
- static equals(a: DeleteNamespaceResponse | PlainMessage<DeleteNamespaceResponse> | undefined, b: DeleteNamespaceResponse | PlainMessage<DeleteNamespaceResponse> | undefined): boolean {
621
- return proto3.util.equals(DeleteNamespaceResponse, a, b);
622
- }
623
- }
370
+ /**
371
+ * Describes the message raystack.stencil.v1beta1.DeleteNamespaceResponse.
372
+ * Use `create(DeleteNamespaceResponseSchema)` to create a new message.
373
+ */
374
+ export const DeleteNamespaceResponseSchema: GenMessage<DeleteNamespaceResponse> = /*@__PURE__*/
375
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 11);
624
376
 
625
377
  /**
626
378
  * @generated from message raystack.stencil.v1beta1.ListSchemasRequest
627
379
  */
628
- export class ListSchemasRequest extends Message<ListSchemasRequest> {
380
+ export type ListSchemasRequest = Message<"raystack.stencil.v1beta1.ListSchemasRequest"> & {
629
381
  /**
630
382
  * @generated from field: string id = 1;
631
383
  */
632
- id = "";
633
-
634
- constructor(data?: PartialMessage<ListSchemasRequest>) {
635
- super();
636
- proto3.util.initPartial(data, this);
637
- }
638
-
639
- static readonly runtime: typeof proto3 = proto3;
640
- static readonly typeName = "raystack.stencil.v1beta1.ListSchemasRequest";
641
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
642
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
643
- ]);
384
+ id: string;
385
+ };
644
386
 
645
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListSchemasRequest {
646
- return new ListSchemasRequest().fromBinary(bytes, options);
647
- }
648
-
649
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListSchemasRequest {
650
- return new ListSchemasRequest().fromJson(jsonValue, options);
651
- }
652
-
653
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListSchemasRequest {
654
- return new ListSchemasRequest().fromJsonString(jsonString, options);
655
- }
656
-
657
- static equals(a: ListSchemasRequest | PlainMessage<ListSchemasRequest> | undefined, b: ListSchemasRequest | PlainMessage<ListSchemasRequest> | undefined): boolean {
658
- return proto3.util.equals(ListSchemasRequest, a, b);
659
- }
660
- }
387
+ /**
388
+ * Describes the message raystack.stencil.v1beta1.ListSchemasRequest.
389
+ * Use `create(ListSchemasRequestSchema)` to create a new message.
390
+ */
391
+ export const ListSchemasRequestSchema: GenMessage<ListSchemasRequest> = /*@__PURE__*/
392
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 12);
661
393
 
662
394
  /**
663
395
  * @generated from message raystack.stencil.v1beta1.ListSchemasResponse
664
396
  */
665
- export class ListSchemasResponse extends Message<ListSchemasResponse> {
397
+ export type ListSchemasResponse = Message<"raystack.stencil.v1beta1.ListSchemasResponse"> & {
666
398
  /**
667
399
  * @generated from field: repeated raystack.stencil.v1beta1.Schema schemas = 1;
668
400
  */
669
- schemas: Schema[] = [];
670
-
671
- constructor(data?: PartialMessage<ListSchemasResponse>) {
672
- super();
673
- proto3.util.initPartial(data, this);
674
- }
675
-
676
- static readonly runtime: typeof proto3 = proto3;
677
- static readonly typeName = "raystack.stencil.v1beta1.ListSchemasResponse";
678
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
679
- { no: 1, name: "schemas", kind: "message", T: Schema, repeated: true },
680
- ]);
681
-
682
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListSchemasResponse {
683
- return new ListSchemasResponse().fromBinary(bytes, options);
684
- }
401
+ schemas: Schema[];
402
+ };
685
403
 
686
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListSchemasResponse {
687
- return new ListSchemasResponse().fromJson(jsonValue, options);
688
- }
689
-
690
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListSchemasResponse {
691
- return new ListSchemasResponse().fromJsonString(jsonString, options);
692
- }
693
-
694
- static equals(a: ListSchemasResponse | PlainMessage<ListSchemasResponse> | undefined, b: ListSchemasResponse | PlainMessage<ListSchemasResponse> | undefined): boolean {
695
- return proto3.util.equals(ListSchemasResponse, a, b);
696
- }
697
- }
404
+ /**
405
+ * Describes the message raystack.stencil.v1beta1.ListSchemasResponse.
406
+ * Use `create(ListSchemasResponseSchema)` to create a new message.
407
+ */
408
+ export const ListSchemasResponseSchema: GenMessage<ListSchemasResponse> = /*@__PURE__*/
409
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 13);
698
410
 
699
411
  /**
700
412
  * @generated from message raystack.stencil.v1beta1.GetLatestSchemaRequest
701
413
  */
702
- export class GetLatestSchemaRequest extends Message<GetLatestSchemaRequest> {
414
+ export type GetLatestSchemaRequest = Message<"raystack.stencil.v1beta1.GetLatestSchemaRequest"> & {
703
415
  /**
704
416
  * @generated from field: string namespace_id = 1;
705
417
  */
706
- namespaceId = "";
418
+ namespaceId: string;
707
419
 
708
420
  /**
709
421
  * @generated from field: string schema_id = 2;
710
422
  */
711
- schemaId = "";
712
-
713
- constructor(data?: PartialMessage<GetLatestSchemaRequest>) {
714
- super();
715
- proto3.util.initPartial(data, this);
716
- }
717
-
718
- static readonly runtime: typeof proto3 = proto3;
719
- static readonly typeName = "raystack.stencil.v1beta1.GetLatestSchemaRequest";
720
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
721
- { no: 1, name: "namespace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
722
- { no: 2, name: "schema_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
723
- ]);
724
-
725
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetLatestSchemaRequest {
726
- return new GetLatestSchemaRequest().fromBinary(bytes, options);
727
- }
423
+ schemaId: string;
424
+ };
728
425
 
729
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetLatestSchemaRequest {
730
- return new GetLatestSchemaRequest().fromJson(jsonValue, options);
731
- }
732
-
733
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetLatestSchemaRequest {
734
- return new GetLatestSchemaRequest().fromJsonString(jsonString, options);
735
- }
736
-
737
- static equals(a: GetLatestSchemaRequest | PlainMessage<GetLatestSchemaRequest> | undefined, b: GetLatestSchemaRequest | PlainMessage<GetLatestSchemaRequest> | undefined): boolean {
738
- return proto3.util.equals(GetLatestSchemaRequest, a, b);
739
- }
740
- }
426
+ /**
427
+ * Describes the message raystack.stencil.v1beta1.GetLatestSchemaRequest.
428
+ * Use `create(GetLatestSchemaRequestSchema)` to create a new message.
429
+ */
430
+ export const GetLatestSchemaRequestSchema: GenMessage<GetLatestSchemaRequest> = /*@__PURE__*/
431
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 14);
741
432
 
742
433
  /**
743
434
  * @generated from message raystack.stencil.v1beta1.GetLatestSchemaResponse
744
435
  */
745
- export class GetLatestSchemaResponse extends Message<GetLatestSchemaResponse> {
436
+ export type GetLatestSchemaResponse = Message<"raystack.stencil.v1beta1.GetLatestSchemaResponse"> & {
746
437
  /**
747
438
  * @generated from field: bytes data = 3;
748
439
  */
749
- data = new Uint8Array(0);
750
-
751
- constructor(data?: PartialMessage<GetLatestSchemaResponse>) {
752
- super();
753
- proto3.util.initPartial(data, this);
754
- }
755
-
756
- static readonly runtime: typeof proto3 = proto3;
757
- static readonly typeName = "raystack.stencil.v1beta1.GetLatestSchemaResponse";
758
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
759
- { no: 3, name: "data", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
760
- ]);
761
-
762
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetLatestSchemaResponse {
763
- return new GetLatestSchemaResponse().fromBinary(bytes, options);
764
- }
765
-
766
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetLatestSchemaResponse {
767
- return new GetLatestSchemaResponse().fromJson(jsonValue, options);
768
- }
440
+ data: Uint8Array;
441
+ };
769
442
 
770
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetLatestSchemaResponse {
771
- return new GetLatestSchemaResponse().fromJsonString(jsonString, options);
772
- }
773
-
774
- static equals(a: GetLatestSchemaResponse | PlainMessage<GetLatestSchemaResponse> | undefined, b: GetLatestSchemaResponse | PlainMessage<GetLatestSchemaResponse> | undefined): boolean {
775
- return proto3.util.equals(GetLatestSchemaResponse, a, b);
776
- }
777
- }
443
+ /**
444
+ * Describes the message raystack.stencil.v1beta1.GetLatestSchemaResponse.
445
+ * Use `create(GetLatestSchemaResponseSchema)` to create a new message.
446
+ */
447
+ export const GetLatestSchemaResponseSchema: GenMessage<GetLatestSchemaResponse> = /*@__PURE__*/
448
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 15);
778
449
 
779
450
  /**
780
451
  * @generated from message raystack.stencil.v1beta1.CreateSchemaRequest
781
452
  */
782
- export class CreateSchemaRequest extends Message<CreateSchemaRequest> {
453
+ export type CreateSchemaRequest = Message<"raystack.stencil.v1beta1.CreateSchemaRequest"> & {
783
454
  /**
784
455
  * @generated from field: string namespace_id = 1;
785
456
  */
786
- namespaceId = "";
457
+ namespaceId: string;
787
458
 
788
459
  /**
789
460
  * @generated from field: string schema_id = 2;
790
461
  */
791
- schemaId = "";
462
+ schemaId: string;
792
463
 
793
464
  /**
794
465
  * @generated from field: bytes data = 3;
795
466
  */
796
- data = new Uint8Array(0);
467
+ data: Uint8Array;
797
468
 
798
469
  /**
799
470
  * @generated from field: raystack.stencil.v1beta1.Schema.Format format = 4;
800
471
  */
801
- format = Schema_Format.UNSPECIFIED;
472
+ format: Schema_Format;
802
473
 
803
474
  /**
804
475
  * @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 5;
805
476
  */
806
- compatibility = Schema_Compatibility.UNSPECIFIED;
807
-
808
- constructor(data?: PartialMessage<CreateSchemaRequest>) {
809
- super();
810
- proto3.util.initPartial(data, this);
811
- }
812
-
813
- static readonly runtime: typeof proto3 = proto3;
814
- static readonly typeName = "raystack.stencil.v1beta1.CreateSchemaRequest";
815
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
816
- { no: 1, name: "namespace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
817
- { no: 2, name: "schema_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
818
- { no: 3, name: "data", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
819
- { no: 4, name: "format", kind: "enum", T: proto3.getEnumType(Schema_Format) },
820
- { no: 5, name: "compatibility", kind: "enum", T: proto3.getEnumType(Schema_Compatibility) },
821
- ]);
822
-
823
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateSchemaRequest {
824
- return new CreateSchemaRequest().fromBinary(bytes, options);
825
- }
826
-
827
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateSchemaRequest {
828
- return new CreateSchemaRequest().fromJson(jsonValue, options);
829
- }
830
-
831
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateSchemaRequest {
832
- return new CreateSchemaRequest().fromJsonString(jsonString, options);
833
- }
834
-
835
- static equals(a: CreateSchemaRequest | PlainMessage<CreateSchemaRequest> | undefined, b: CreateSchemaRequest | PlainMessage<CreateSchemaRequest> | undefined): boolean {
836
- return proto3.util.equals(CreateSchemaRequest, a, b);
837
- }
838
- }
477
+ compatibility: Schema_Compatibility;
478
+ };
479
+
480
+ /**
481
+ * Describes the message raystack.stencil.v1beta1.CreateSchemaRequest.
482
+ * Use `create(CreateSchemaRequestSchema)` to create a new message.
483
+ */
484
+ export const CreateSchemaRequestSchema: GenMessage<CreateSchemaRequest> = /*@__PURE__*/
485
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 16);
839
486
 
840
487
  /**
841
488
  * @generated from message raystack.stencil.v1beta1.CreateSchemaResponse
842
489
  */
843
- export class CreateSchemaResponse extends Message<CreateSchemaResponse> {
490
+ export type CreateSchemaResponse = Message<"raystack.stencil.v1beta1.CreateSchemaResponse"> & {
844
491
  /**
845
492
  * @generated from field: int32 version = 1;
846
493
  */
847
- version = 0;
494
+ version: number;
848
495
 
849
496
  /**
850
497
  * @generated from field: string id = 2;
851
498
  */
852
- id = "";
499
+ id: string;
853
500
 
854
501
  /**
855
502
  * @generated from field: string location = 3;
856
503
  */
857
- location = "";
504
+ location: string;
505
+ };
858
506
 
859
- constructor(data?: PartialMessage<CreateSchemaResponse>) {
860
- super();
861
- proto3.util.initPartial(data, this);
862
- }
863
-
864
- static readonly runtime: typeof proto3 = proto3;
865
- static readonly typeName = "raystack.stencil.v1beta1.CreateSchemaResponse";
866
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
867
- { no: 1, name: "version", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
868
- { no: 2, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
869
- { no: 3, name: "location", kind: "scalar", T: 9 /* ScalarType.STRING */ },
870
- ]);
871
-
872
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateSchemaResponse {
873
- return new CreateSchemaResponse().fromBinary(bytes, options);
874
- }
875
-
876
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateSchemaResponse {
877
- return new CreateSchemaResponse().fromJson(jsonValue, options);
878
- }
879
-
880
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateSchemaResponse {
881
- return new CreateSchemaResponse().fromJsonString(jsonString, options);
882
- }
883
-
884
- static equals(a: CreateSchemaResponse | PlainMessage<CreateSchemaResponse> | undefined, b: CreateSchemaResponse | PlainMessage<CreateSchemaResponse> | undefined): boolean {
885
- return proto3.util.equals(CreateSchemaResponse, a, b);
886
- }
887
- }
507
+ /**
508
+ * Describes the message raystack.stencil.v1beta1.CreateSchemaResponse.
509
+ * Use `create(CreateSchemaResponseSchema)` to create a new message.
510
+ */
511
+ export const CreateSchemaResponseSchema: GenMessage<CreateSchemaResponse> = /*@__PURE__*/
512
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 17);
888
513
 
889
514
  /**
890
515
  * @generated from message raystack.stencil.v1beta1.CheckCompatibilityRequest
891
516
  */
892
- export class CheckCompatibilityRequest extends Message<CheckCompatibilityRequest> {
517
+ export type CheckCompatibilityRequest = Message<"raystack.stencil.v1beta1.CheckCompatibilityRequest"> & {
893
518
  /**
894
519
  * @generated from field: string namespace_id = 1;
895
520
  */
896
- namespaceId = "";
521
+ namespaceId: string;
897
522
 
898
523
  /**
899
524
  * @generated from field: string schema_id = 2;
900
525
  */
901
- schemaId = "";
526
+ schemaId: string;
902
527
 
903
528
  /**
904
529
  * @generated from field: bytes data = 3;
905
530
  */
906
- data = new Uint8Array(0);
531
+ data: Uint8Array;
907
532
 
908
533
  /**
909
534
  * @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 4;
910
535
  */
911
- compatibility = Schema_Compatibility.UNSPECIFIED;
912
-
913
- constructor(data?: PartialMessage<CheckCompatibilityRequest>) {
914
- super();
915
- proto3.util.initPartial(data, this);
916
- }
917
-
918
- static readonly runtime: typeof proto3 = proto3;
919
- static readonly typeName = "raystack.stencil.v1beta1.CheckCompatibilityRequest";
920
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
921
- { no: 1, name: "namespace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
922
- { no: 2, name: "schema_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
923
- { no: 3, name: "data", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
924
- { no: 4, name: "compatibility", kind: "enum", T: proto3.getEnumType(Schema_Compatibility) },
925
- ]);
926
-
927
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckCompatibilityRequest {
928
- return new CheckCompatibilityRequest().fromBinary(bytes, options);
929
- }
930
-
931
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckCompatibilityRequest {
932
- return new CheckCompatibilityRequest().fromJson(jsonValue, options);
933
- }
934
-
935
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckCompatibilityRequest {
936
- return new CheckCompatibilityRequest().fromJsonString(jsonString, options);
937
- }
938
-
939
- static equals(a: CheckCompatibilityRequest | PlainMessage<CheckCompatibilityRequest> | undefined, b: CheckCompatibilityRequest | PlainMessage<CheckCompatibilityRequest> | undefined): boolean {
940
- return proto3.util.equals(CheckCompatibilityRequest, a, b);
941
- }
942
- }
536
+ compatibility: Schema_Compatibility;
537
+ };
943
538
 
944
539
  /**
945
- * @generated from message raystack.stencil.v1beta1.CheckCompatibilityResponse
540
+ * Describes the message raystack.stencil.v1beta1.CheckCompatibilityRequest.
541
+ * Use `create(CheckCompatibilityRequestSchema)` to create a new message.
946
542
  */
947
- export class CheckCompatibilityResponse extends Message<CheckCompatibilityResponse> {
948
- constructor(data?: PartialMessage<CheckCompatibilityResponse>) {
949
- super();
950
- proto3.util.initPartial(data, this);
951
- }
952
-
953
- static readonly runtime: typeof proto3 = proto3;
954
- static readonly typeName = "raystack.stencil.v1beta1.CheckCompatibilityResponse";
955
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
956
- ]);
957
-
958
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckCompatibilityResponse {
959
- return new CheckCompatibilityResponse().fromBinary(bytes, options);
960
- }
961
-
962
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckCompatibilityResponse {
963
- return new CheckCompatibilityResponse().fromJson(jsonValue, options);
964
- }
543
+ export const CheckCompatibilityRequestSchema: GenMessage<CheckCompatibilityRequest> = /*@__PURE__*/
544
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 18);
965
545
 
966
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckCompatibilityResponse {
967
- return new CheckCompatibilityResponse().fromJsonString(jsonString, options);
968
- }
546
+ /**
547
+ * @generated from message raystack.stencil.v1beta1.CheckCompatibilityResponse
548
+ */
549
+ export type CheckCompatibilityResponse = Message<"raystack.stencil.v1beta1.CheckCompatibilityResponse"> & {
550
+ };
969
551
 
970
- static equals(a: CheckCompatibilityResponse | PlainMessage<CheckCompatibilityResponse> | undefined, b: CheckCompatibilityResponse | PlainMessage<CheckCompatibilityResponse> | undefined): boolean {
971
- return proto3.util.equals(CheckCompatibilityResponse, a, b);
972
- }
973
- }
552
+ /**
553
+ * Describes the message raystack.stencil.v1beta1.CheckCompatibilityResponse.
554
+ * Use `create(CheckCompatibilityResponseSchema)` to create a new message.
555
+ */
556
+ export const CheckCompatibilityResponseSchema: GenMessage<CheckCompatibilityResponse> = /*@__PURE__*/
557
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 19);
974
558
 
975
559
  /**
976
560
  * @generated from message raystack.stencil.v1beta1.GetSchemaMetadataRequest
977
561
  */
978
- export class GetSchemaMetadataRequest extends Message<GetSchemaMetadataRequest> {
562
+ export type GetSchemaMetadataRequest = Message<"raystack.stencil.v1beta1.GetSchemaMetadataRequest"> & {
979
563
  /**
980
564
  * @generated from field: string namespace_id = 1;
981
565
  */
982
- namespaceId = "";
566
+ namespaceId: string;
983
567
 
984
568
  /**
985
569
  * @generated from field: string schema_id = 2;
986
570
  */
987
- schemaId = "";
988
-
989
- constructor(data?: PartialMessage<GetSchemaMetadataRequest>) {
990
- super();
991
- proto3.util.initPartial(data, this);
992
- }
993
-
994
- static readonly runtime: typeof proto3 = proto3;
995
- static readonly typeName = "raystack.stencil.v1beta1.GetSchemaMetadataRequest";
996
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
997
- { no: 1, name: "namespace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
998
- { no: 2, name: "schema_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
999
- ]);
1000
-
1001
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetSchemaMetadataRequest {
1002
- return new GetSchemaMetadataRequest().fromBinary(bytes, options);
1003
- }
571
+ schemaId: string;
572
+ };
1004
573
 
1005
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetSchemaMetadataRequest {
1006
- return new GetSchemaMetadataRequest().fromJson(jsonValue, options);
1007
- }
1008
-
1009
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetSchemaMetadataRequest {
1010
- return new GetSchemaMetadataRequest().fromJsonString(jsonString, options);
1011
- }
1012
-
1013
- static equals(a: GetSchemaMetadataRequest | PlainMessage<GetSchemaMetadataRequest> | undefined, b: GetSchemaMetadataRequest | PlainMessage<GetSchemaMetadataRequest> | undefined): boolean {
1014
- return proto3.util.equals(GetSchemaMetadataRequest, a, b);
1015
- }
1016
- }
574
+ /**
575
+ * Describes the message raystack.stencil.v1beta1.GetSchemaMetadataRequest.
576
+ * Use `create(GetSchemaMetadataRequestSchema)` to create a new message.
577
+ */
578
+ export const GetSchemaMetadataRequestSchema: GenMessage<GetSchemaMetadataRequest> = /*@__PURE__*/
579
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 20);
1017
580
 
1018
581
  /**
1019
582
  * @generated from message raystack.stencil.v1beta1.GetSchemaMetadataResponse
1020
583
  */
1021
- export class GetSchemaMetadataResponse extends Message<GetSchemaMetadataResponse> {
584
+ export type GetSchemaMetadataResponse = Message<"raystack.stencil.v1beta1.GetSchemaMetadataResponse"> & {
1022
585
  /**
1023
586
  * @generated from field: raystack.stencil.v1beta1.Schema.Format format = 1;
1024
587
  */
1025
- format = Schema_Format.UNSPECIFIED;
588
+ format: Schema_Format;
1026
589
 
1027
590
  /**
1028
591
  * @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 2;
1029
592
  */
1030
- compatibility = Schema_Compatibility.UNSPECIFIED;
593
+ compatibility: Schema_Compatibility;
1031
594
 
1032
595
  /**
1033
596
  * @generated from field: string authority = 3;
1034
597
  */
1035
- authority = "";
598
+ authority: string;
1036
599
 
1037
600
  /**
1038
601
  * @generated from field: string name = 4;
1039
602
  */
1040
- name = "";
603
+ name: string;
1041
604
 
1042
605
  /**
1043
606
  * @generated from field: google.protobuf.Timestamp created_at = 5;
@@ -1048,488 +611,253 @@ export class GetSchemaMetadataResponse extends Message<GetSchemaMetadataResponse
1048
611
  * @generated from field: google.protobuf.Timestamp updated_at = 6;
1049
612
  */
1050
613
  updatedAt?: Timestamp;
614
+ };
1051
615
 
1052
- constructor(data?: PartialMessage<GetSchemaMetadataResponse>) {
1053
- super();
1054
- proto3.util.initPartial(data, this);
1055
- }
1056
-
1057
- static readonly runtime: typeof proto3 = proto3;
1058
- static readonly typeName = "raystack.stencil.v1beta1.GetSchemaMetadataResponse";
1059
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1060
- { no: 1, name: "format", kind: "enum", T: proto3.getEnumType(Schema_Format) },
1061
- { no: 2, name: "compatibility", kind: "enum", T: proto3.getEnumType(Schema_Compatibility) },
1062
- { no: 3, name: "authority", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1063
- { no: 4, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1064
- { no: 5, name: "created_at", kind: "message", T: Timestamp },
1065
- { no: 6, name: "updated_at", kind: "message", T: Timestamp },
1066
- ]);
1067
-
1068
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetSchemaMetadataResponse {
1069
- return new GetSchemaMetadataResponse().fromBinary(bytes, options);
1070
- }
1071
-
1072
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetSchemaMetadataResponse {
1073
- return new GetSchemaMetadataResponse().fromJson(jsonValue, options);
1074
- }
1075
-
1076
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetSchemaMetadataResponse {
1077
- return new GetSchemaMetadataResponse().fromJsonString(jsonString, options);
1078
- }
1079
-
1080
- static equals(a: GetSchemaMetadataResponse | PlainMessage<GetSchemaMetadataResponse> | undefined, b: GetSchemaMetadataResponse | PlainMessage<GetSchemaMetadataResponse> | undefined): boolean {
1081
- return proto3.util.equals(GetSchemaMetadataResponse, a, b);
1082
- }
1083
- }
616
+ /**
617
+ * Describes the message raystack.stencil.v1beta1.GetSchemaMetadataResponse.
618
+ * Use `create(GetSchemaMetadataResponseSchema)` to create a new message.
619
+ */
620
+ export const GetSchemaMetadataResponseSchema: GenMessage<GetSchemaMetadataResponse> = /*@__PURE__*/
621
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 21);
1084
622
 
1085
623
  /**
1086
624
  * @generated from message raystack.stencil.v1beta1.UpdateSchemaMetadataRequest
1087
625
  */
1088
- export class UpdateSchemaMetadataRequest extends Message<UpdateSchemaMetadataRequest> {
626
+ export type UpdateSchemaMetadataRequest = Message<"raystack.stencil.v1beta1.UpdateSchemaMetadataRequest"> & {
1089
627
  /**
1090
628
  * @generated from field: string namespace_id = 1;
1091
629
  */
1092
- namespaceId = "";
630
+ namespaceId: string;
1093
631
 
1094
632
  /**
1095
633
  * @generated from field: string schema_id = 2;
1096
634
  */
1097
- schemaId = "";
635
+ schemaId: string;
1098
636
 
1099
637
  /**
1100
638
  * @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 3;
1101
639
  */
1102
- compatibility = Schema_Compatibility.UNSPECIFIED;
1103
-
1104
- constructor(data?: PartialMessage<UpdateSchemaMetadataRequest>) {
1105
- super();
1106
- proto3.util.initPartial(data, this);
1107
- }
1108
-
1109
- static readonly runtime: typeof proto3 = proto3;
1110
- static readonly typeName = "raystack.stencil.v1beta1.UpdateSchemaMetadataRequest";
1111
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1112
- { no: 1, name: "namespace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1113
- { no: 2, name: "schema_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1114
- { no: 3, name: "compatibility", kind: "enum", T: proto3.getEnumType(Schema_Compatibility) },
1115
- ]);
1116
-
1117
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateSchemaMetadataRequest {
1118
- return new UpdateSchemaMetadataRequest().fromBinary(bytes, options);
1119
- }
1120
-
1121
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateSchemaMetadataRequest {
1122
- return new UpdateSchemaMetadataRequest().fromJson(jsonValue, options);
1123
- }
1124
-
1125
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateSchemaMetadataRequest {
1126
- return new UpdateSchemaMetadataRequest().fromJsonString(jsonString, options);
1127
- }
640
+ compatibility: Schema_Compatibility;
641
+ };
1128
642
 
1129
- static equals(a: UpdateSchemaMetadataRequest | PlainMessage<UpdateSchemaMetadataRequest> | undefined, b: UpdateSchemaMetadataRequest | PlainMessage<UpdateSchemaMetadataRequest> | undefined): boolean {
1130
- return proto3.util.equals(UpdateSchemaMetadataRequest, a, b);
1131
- }
1132
- }
643
+ /**
644
+ * Describes the message raystack.stencil.v1beta1.UpdateSchemaMetadataRequest.
645
+ * Use `create(UpdateSchemaMetadataRequestSchema)` to create a new message.
646
+ */
647
+ export const UpdateSchemaMetadataRequestSchema: GenMessage<UpdateSchemaMetadataRequest> = /*@__PURE__*/
648
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 22);
1133
649
 
1134
650
  /**
1135
651
  * @generated from message raystack.stencil.v1beta1.UpdateSchemaMetadataResponse
1136
652
  */
1137
- export class UpdateSchemaMetadataResponse extends Message<UpdateSchemaMetadataResponse> {
653
+ export type UpdateSchemaMetadataResponse = Message<"raystack.stencil.v1beta1.UpdateSchemaMetadataResponse"> & {
1138
654
  /**
1139
655
  * @generated from field: raystack.stencil.v1beta1.Schema.Format format = 1;
1140
656
  */
1141
- format = Schema_Format.UNSPECIFIED;
657
+ format: Schema_Format;
1142
658
 
1143
659
  /**
1144
660
  * @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 2;
1145
661
  */
1146
- compatibility = Schema_Compatibility.UNSPECIFIED;
662
+ compatibility: Schema_Compatibility;
1147
663
 
1148
664
  /**
1149
665
  * @generated from field: string authority = 3;
1150
666
  */
1151
- authority = "";
1152
-
1153
- constructor(data?: PartialMessage<UpdateSchemaMetadataResponse>) {
1154
- super();
1155
- proto3.util.initPartial(data, this);
1156
- }
1157
-
1158
- static readonly runtime: typeof proto3 = proto3;
1159
- static readonly typeName = "raystack.stencil.v1beta1.UpdateSchemaMetadataResponse";
1160
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1161
- { no: 1, name: "format", kind: "enum", T: proto3.getEnumType(Schema_Format) },
1162
- { no: 2, name: "compatibility", kind: "enum", T: proto3.getEnumType(Schema_Compatibility) },
1163
- { no: 3, name: "authority", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1164
- ]);
667
+ authority: string;
668
+ };
1165
669
 
1166
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateSchemaMetadataResponse {
1167
- return new UpdateSchemaMetadataResponse().fromBinary(bytes, options);
1168
- }
1169
-
1170
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateSchemaMetadataResponse {
1171
- return new UpdateSchemaMetadataResponse().fromJson(jsonValue, options);
1172
- }
1173
-
1174
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateSchemaMetadataResponse {
1175
- return new UpdateSchemaMetadataResponse().fromJsonString(jsonString, options);
1176
- }
1177
-
1178
- static equals(a: UpdateSchemaMetadataResponse | PlainMessage<UpdateSchemaMetadataResponse> | undefined, b: UpdateSchemaMetadataResponse | PlainMessage<UpdateSchemaMetadataResponse> | undefined): boolean {
1179
- return proto3.util.equals(UpdateSchemaMetadataResponse, a, b);
1180
- }
1181
- }
670
+ /**
671
+ * Describes the message raystack.stencil.v1beta1.UpdateSchemaMetadataResponse.
672
+ * Use `create(UpdateSchemaMetadataResponseSchema)` to create a new message.
673
+ */
674
+ export const UpdateSchemaMetadataResponseSchema: GenMessage<UpdateSchemaMetadataResponse> = /*@__PURE__*/
675
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 23);
1182
676
 
1183
677
  /**
1184
678
  * @generated from message raystack.stencil.v1beta1.DeleteSchemaRequest
1185
679
  */
1186
- export class DeleteSchemaRequest extends Message<DeleteSchemaRequest> {
680
+ export type DeleteSchemaRequest = Message<"raystack.stencil.v1beta1.DeleteSchemaRequest"> & {
1187
681
  /**
1188
682
  * @generated from field: string namespace_id = 1;
1189
683
  */
1190
- namespaceId = "";
684
+ namespaceId: string;
1191
685
 
1192
686
  /**
1193
687
  * @generated from field: string schema_id = 2;
1194
688
  */
1195
- schemaId = "";
1196
-
1197
- constructor(data?: PartialMessage<DeleteSchemaRequest>) {
1198
- super();
1199
- proto3.util.initPartial(data, this);
1200
- }
1201
-
1202
- static readonly runtime: typeof proto3 = proto3;
1203
- static readonly typeName = "raystack.stencil.v1beta1.DeleteSchemaRequest";
1204
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1205
- { no: 1, name: "namespace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1206
- { no: 2, name: "schema_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1207
- ]);
689
+ schemaId: string;
690
+ };
1208
691
 
1209
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteSchemaRequest {
1210
- return new DeleteSchemaRequest().fromBinary(bytes, options);
1211
- }
1212
-
1213
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteSchemaRequest {
1214
- return new DeleteSchemaRequest().fromJson(jsonValue, options);
1215
- }
1216
-
1217
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteSchemaRequest {
1218
- return new DeleteSchemaRequest().fromJsonString(jsonString, options);
1219
- }
1220
-
1221
- static equals(a: DeleteSchemaRequest | PlainMessage<DeleteSchemaRequest> | undefined, b: DeleteSchemaRequest | PlainMessage<DeleteSchemaRequest> | undefined): boolean {
1222
- return proto3.util.equals(DeleteSchemaRequest, a, b);
1223
- }
1224
- }
692
+ /**
693
+ * Describes the message raystack.stencil.v1beta1.DeleteSchemaRequest.
694
+ * Use `create(DeleteSchemaRequestSchema)` to create a new message.
695
+ */
696
+ export const DeleteSchemaRequestSchema: GenMessage<DeleteSchemaRequest> = /*@__PURE__*/
697
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 24);
1225
698
 
1226
699
  /**
1227
700
  * @generated from message raystack.stencil.v1beta1.DeleteSchemaResponse
1228
701
  */
1229
- export class DeleteSchemaResponse extends Message<DeleteSchemaResponse> {
702
+ export type DeleteSchemaResponse = Message<"raystack.stencil.v1beta1.DeleteSchemaResponse"> & {
1230
703
  /**
1231
704
  * @generated from field: string message = 1;
1232
705
  */
1233
- message = "";
1234
-
1235
- constructor(data?: PartialMessage<DeleteSchemaResponse>) {
1236
- super();
1237
- proto3.util.initPartial(data, this);
1238
- }
1239
-
1240
- static readonly runtime: typeof proto3 = proto3;
1241
- static readonly typeName = "raystack.stencil.v1beta1.DeleteSchemaResponse";
1242
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1243
- { no: 1, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1244
- ]);
1245
-
1246
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteSchemaResponse {
1247
- return new DeleteSchemaResponse().fromBinary(bytes, options);
1248
- }
706
+ message: string;
707
+ };
1249
708
 
1250
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteSchemaResponse {
1251
- return new DeleteSchemaResponse().fromJson(jsonValue, options);
1252
- }
1253
-
1254
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteSchemaResponse {
1255
- return new DeleteSchemaResponse().fromJsonString(jsonString, options);
1256
- }
1257
-
1258
- static equals(a: DeleteSchemaResponse | PlainMessage<DeleteSchemaResponse> | undefined, b: DeleteSchemaResponse | PlainMessage<DeleteSchemaResponse> | undefined): boolean {
1259
- return proto3.util.equals(DeleteSchemaResponse, a, b);
1260
- }
1261
- }
709
+ /**
710
+ * Describes the message raystack.stencil.v1beta1.DeleteSchemaResponse.
711
+ * Use `create(DeleteSchemaResponseSchema)` to create a new message.
712
+ */
713
+ export const DeleteSchemaResponseSchema: GenMessage<DeleteSchemaResponse> = /*@__PURE__*/
714
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 25);
1262
715
 
1263
716
  /**
1264
717
  * @generated from message raystack.stencil.v1beta1.ListVersionsRequest
1265
718
  */
1266
- export class ListVersionsRequest extends Message<ListVersionsRequest> {
719
+ export type ListVersionsRequest = Message<"raystack.stencil.v1beta1.ListVersionsRequest"> & {
1267
720
  /**
1268
721
  * @generated from field: string namespace_id = 1;
1269
722
  */
1270
- namespaceId = "";
723
+ namespaceId: string;
1271
724
 
1272
725
  /**
1273
726
  * @generated from field: string schema_id = 2;
1274
727
  */
1275
- schemaId = "";
1276
-
1277
- constructor(data?: PartialMessage<ListVersionsRequest>) {
1278
- super();
1279
- proto3.util.initPartial(data, this);
1280
- }
1281
-
1282
- static readonly runtime: typeof proto3 = proto3;
1283
- static readonly typeName = "raystack.stencil.v1beta1.ListVersionsRequest";
1284
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1285
- { no: 1, name: "namespace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1286
- { no: 2, name: "schema_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1287
- ]);
1288
-
1289
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListVersionsRequest {
1290
- return new ListVersionsRequest().fromBinary(bytes, options);
1291
- }
1292
-
1293
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListVersionsRequest {
1294
- return new ListVersionsRequest().fromJson(jsonValue, options);
1295
- }
728
+ schemaId: string;
729
+ };
1296
730
 
1297
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListVersionsRequest {
1298
- return new ListVersionsRequest().fromJsonString(jsonString, options);
1299
- }
1300
-
1301
- static equals(a: ListVersionsRequest | PlainMessage<ListVersionsRequest> | undefined, b: ListVersionsRequest | PlainMessage<ListVersionsRequest> | undefined): boolean {
1302
- return proto3.util.equals(ListVersionsRequest, a, b);
1303
- }
1304
- }
731
+ /**
732
+ * Describes the message raystack.stencil.v1beta1.ListVersionsRequest.
733
+ * Use `create(ListVersionsRequestSchema)` to create a new message.
734
+ */
735
+ export const ListVersionsRequestSchema: GenMessage<ListVersionsRequest> = /*@__PURE__*/
736
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 26);
1305
737
 
1306
738
  /**
1307
739
  * @generated from message raystack.stencil.v1beta1.ListVersionsResponse
1308
740
  */
1309
- export class ListVersionsResponse extends Message<ListVersionsResponse> {
741
+ export type ListVersionsResponse = Message<"raystack.stencil.v1beta1.ListVersionsResponse"> & {
1310
742
  /**
1311
743
  * @generated from field: repeated int32 versions = 1;
1312
744
  */
1313
- versions: number[] = [];
745
+ versions: number[];
746
+ };
1314
747
 
1315
- constructor(data?: PartialMessage<ListVersionsResponse>) {
1316
- super();
1317
- proto3.util.initPartial(data, this);
1318
- }
1319
-
1320
- static readonly runtime: typeof proto3 = proto3;
1321
- static readonly typeName = "raystack.stencil.v1beta1.ListVersionsResponse";
1322
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1323
- { no: 1, name: "versions", kind: "scalar", T: 5 /* ScalarType.INT32 */, repeated: true },
1324
- ]);
1325
-
1326
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListVersionsResponse {
1327
- return new ListVersionsResponse().fromBinary(bytes, options);
1328
- }
1329
-
1330
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListVersionsResponse {
1331
- return new ListVersionsResponse().fromJson(jsonValue, options);
1332
- }
1333
-
1334
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListVersionsResponse {
1335
- return new ListVersionsResponse().fromJsonString(jsonString, options);
1336
- }
1337
-
1338
- static equals(a: ListVersionsResponse | PlainMessage<ListVersionsResponse> | undefined, b: ListVersionsResponse | PlainMessage<ListVersionsResponse> | undefined): boolean {
1339
- return proto3.util.equals(ListVersionsResponse, a, b);
1340
- }
1341
- }
748
+ /**
749
+ * Describes the message raystack.stencil.v1beta1.ListVersionsResponse.
750
+ * Use `create(ListVersionsResponseSchema)` to create a new message.
751
+ */
752
+ export const ListVersionsResponseSchema: GenMessage<ListVersionsResponse> = /*@__PURE__*/
753
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 27);
1342
754
 
1343
755
  /**
1344
756
  * @generated from message raystack.stencil.v1beta1.GetSchemaRequest
1345
757
  */
1346
- export class GetSchemaRequest extends Message<GetSchemaRequest> {
758
+ export type GetSchemaRequest = Message<"raystack.stencil.v1beta1.GetSchemaRequest"> & {
1347
759
  /**
1348
760
  * @generated from field: string namespace_id = 1;
1349
761
  */
1350
- namespaceId = "";
762
+ namespaceId: string;
1351
763
 
1352
764
  /**
1353
765
  * @generated from field: string schema_id = 2;
1354
766
  */
1355
- schemaId = "";
767
+ schemaId: string;
1356
768
 
1357
769
  /**
1358
770
  * @generated from field: int32 version_id = 3;
1359
771
  */
1360
- versionId = 0;
1361
-
1362
- constructor(data?: PartialMessage<GetSchemaRequest>) {
1363
- super();
1364
- proto3.util.initPartial(data, this);
1365
- }
772
+ versionId: number;
773
+ };
1366
774
 
1367
- static readonly runtime: typeof proto3 = proto3;
1368
- static readonly typeName = "raystack.stencil.v1beta1.GetSchemaRequest";
1369
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1370
- { no: 1, name: "namespace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1371
- { no: 2, name: "schema_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1372
- { no: 3, name: "version_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1373
- ]);
1374
-
1375
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetSchemaRequest {
1376
- return new GetSchemaRequest().fromBinary(bytes, options);
1377
- }
1378
-
1379
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetSchemaRequest {
1380
- return new GetSchemaRequest().fromJson(jsonValue, options);
1381
- }
1382
-
1383
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetSchemaRequest {
1384
- return new GetSchemaRequest().fromJsonString(jsonString, options);
1385
- }
1386
-
1387
- static equals(a: GetSchemaRequest | PlainMessage<GetSchemaRequest> | undefined, b: GetSchemaRequest | PlainMessage<GetSchemaRequest> | undefined): boolean {
1388
- return proto3.util.equals(GetSchemaRequest, a, b);
1389
- }
1390
- }
775
+ /**
776
+ * Describes the message raystack.stencil.v1beta1.GetSchemaRequest.
777
+ * Use `create(GetSchemaRequestSchema)` to create a new message.
778
+ */
779
+ export const GetSchemaRequestSchema: GenMessage<GetSchemaRequest> = /*@__PURE__*/
780
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 28);
1391
781
 
1392
782
  /**
1393
783
  * @generated from message raystack.stencil.v1beta1.GetSchemaResponse
1394
784
  */
1395
- export class GetSchemaResponse extends Message<GetSchemaResponse> {
785
+ export type GetSchemaResponse = Message<"raystack.stencil.v1beta1.GetSchemaResponse"> & {
1396
786
  /**
1397
787
  * @generated from field: bytes data = 1;
1398
788
  */
1399
- data = new Uint8Array(0);
1400
-
1401
- constructor(data?: PartialMessage<GetSchemaResponse>) {
1402
- super();
1403
- proto3.util.initPartial(data, this);
1404
- }
789
+ data: Uint8Array;
790
+ };
1405
791
 
1406
- static readonly runtime: typeof proto3 = proto3;
1407
- static readonly typeName = "raystack.stencil.v1beta1.GetSchemaResponse";
1408
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1409
- { no: 1, name: "data", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
1410
- ]);
1411
-
1412
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetSchemaResponse {
1413
- return new GetSchemaResponse().fromBinary(bytes, options);
1414
- }
1415
-
1416
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetSchemaResponse {
1417
- return new GetSchemaResponse().fromJson(jsonValue, options);
1418
- }
1419
-
1420
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetSchemaResponse {
1421
- return new GetSchemaResponse().fromJsonString(jsonString, options);
1422
- }
1423
-
1424
- static equals(a: GetSchemaResponse | PlainMessage<GetSchemaResponse> | undefined, b: GetSchemaResponse | PlainMessage<GetSchemaResponse> | undefined): boolean {
1425
- return proto3.util.equals(GetSchemaResponse, a, b);
1426
- }
1427
- }
792
+ /**
793
+ * Describes the message raystack.stencil.v1beta1.GetSchemaResponse.
794
+ * Use `create(GetSchemaResponseSchema)` to create a new message.
795
+ */
796
+ export const GetSchemaResponseSchema: GenMessage<GetSchemaResponse> = /*@__PURE__*/
797
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 29);
1428
798
 
1429
799
  /**
1430
800
  * @generated from message raystack.stencil.v1beta1.DeleteVersionRequest
1431
801
  */
1432
- export class DeleteVersionRequest extends Message<DeleteVersionRequest> {
802
+ export type DeleteVersionRequest = Message<"raystack.stencil.v1beta1.DeleteVersionRequest"> & {
1433
803
  /**
1434
804
  * @generated from field: string namespace_id = 1;
1435
805
  */
1436
- namespaceId = "";
806
+ namespaceId: string;
1437
807
 
1438
808
  /**
1439
809
  * @generated from field: string schema_id = 2;
1440
810
  */
1441
- schemaId = "";
811
+ schemaId: string;
1442
812
 
1443
813
  /**
1444
814
  * @generated from field: int32 version_id = 3;
1445
815
  */
1446
- versionId = 0;
1447
-
1448
- constructor(data?: PartialMessage<DeleteVersionRequest>) {
1449
- super();
1450
- proto3.util.initPartial(data, this);
1451
- }
1452
-
1453
- static readonly runtime: typeof proto3 = proto3;
1454
- static readonly typeName = "raystack.stencil.v1beta1.DeleteVersionRequest";
1455
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1456
- { no: 1, name: "namespace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1457
- { no: 2, name: "schema_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1458
- { no: 3, name: "version_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1459
- ]);
816
+ versionId: number;
817
+ };
1460
818
 
1461
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteVersionRequest {
1462
- return new DeleteVersionRequest().fromBinary(bytes, options);
1463
- }
1464
-
1465
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteVersionRequest {
1466
- return new DeleteVersionRequest().fromJson(jsonValue, options);
1467
- }
1468
-
1469
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteVersionRequest {
1470
- return new DeleteVersionRequest().fromJsonString(jsonString, options);
1471
- }
1472
-
1473
- static equals(a: DeleteVersionRequest | PlainMessage<DeleteVersionRequest> | undefined, b: DeleteVersionRequest | PlainMessage<DeleteVersionRequest> | undefined): boolean {
1474
- return proto3.util.equals(DeleteVersionRequest, a, b);
1475
- }
1476
- }
819
+ /**
820
+ * Describes the message raystack.stencil.v1beta1.DeleteVersionRequest.
821
+ * Use `create(DeleteVersionRequestSchema)` to create a new message.
822
+ */
823
+ export const DeleteVersionRequestSchema: GenMessage<DeleteVersionRequest> = /*@__PURE__*/
824
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 30);
1477
825
 
1478
826
  /**
1479
827
  * @generated from message raystack.stencil.v1beta1.DeleteVersionResponse
1480
828
  */
1481
- export class DeleteVersionResponse extends Message<DeleteVersionResponse> {
829
+ export type DeleteVersionResponse = Message<"raystack.stencil.v1beta1.DeleteVersionResponse"> & {
1482
830
  /**
1483
831
  * @generated from field: string message = 1;
1484
832
  */
1485
- message = "";
1486
-
1487
- constructor(data?: PartialMessage<DeleteVersionResponse>) {
1488
- super();
1489
- proto3.util.initPartial(data, this);
1490
- }
1491
-
1492
- static readonly runtime: typeof proto3 = proto3;
1493
- static readonly typeName = "raystack.stencil.v1beta1.DeleteVersionResponse";
1494
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1495
- { no: 1, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1496
- ]);
1497
-
1498
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteVersionResponse {
1499
- return new DeleteVersionResponse().fromBinary(bytes, options);
1500
- }
833
+ message: string;
834
+ };
1501
835
 
1502
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteVersionResponse {
1503
- return new DeleteVersionResponse().fromJson(jsonValue, options);
1504
- }
1505
-
1506
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteVersionResponse {
1507
- return new DeleteVersionResponse().fromJsonString(jsonString, options);
1508
- }
1509
-
1510
- static equals(a: DeleteVersionResponse | PlainMessage<DeleteVersionResponse> | undefined, b: DeleteVersionResponse | PlainMessage<DeleteVersionResponse> | undefined): boolean {
1511
- return proto3.util.equals(DeleteVersionResponse, a, b);
1512
- }
1513
- }
836
+ /**
837
+ * Describes the message raystack.stencil.v1beta1.DeleteVersionResponse.
838
+ * Use `create(DeleteVersionResponseSchema)` to create a new message.
839
+ */
840
+ export const DeleteVersionResponseSchema: GenMessage<DeleteVersionResponse> = /*@__PURE__*/
841
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 31);
1514
842
 
1515
843
  /**
1516
844
  * @generated from message raystack.stencil.v1beta1.SearchRequest
1517
845
  */
1518
- export class SearchRequest extends Message<SearchRequest> {
846
+ export type SearchRequest = Message<"raystack.stencil.v1beta1.SearchRequest"> & {
1519
847
  /**
1520
848
  * @generated from field: string namespace_id = 1;
1521
849
  */
1522
- namespaceId = "";
850
+ namespaceId: string;
1523
851
 
1524
852
  /**
1525
853
  * @generated from field: string schema_id = 2;
1526
854
  */
1527
- schemaId = "";
855
+ schemaId: string;
1528
856
 
1529
857
  /**
1530
858
  * @generated from field: string query = 3;
1531
859
  */
1532
- query = "";
860
+ query: string;
1533
861
 
1534
862
  /**
1535
863
  * @generated from oneof raystack.stencil.v1beta1.SearchRequest.version
@@ -1546,184 +874,229 @@ export class SearchRequest extends Message<SearchRequest> {
1546
874
  */
1547
875
  value: number;
1548
876
  case: "versionId";
1549
- } | { case: undefined; value?: undefined } = { case: undefined };
1550
-
1551
- constructor(data?: PartialMessage<SearchRequest>) {
1552
- super();
1553
- proto3.util.initPartial(data, this);
1554
- }
1555
-
1556
- static readonly runtime: typeof proto3 = proto3;
1557
- static readonly typeName = "raystack.stencil.v1beta1.SearchRequest";
1558
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1559
- { no: 1, name: "namespace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1560
- { no: 2, name: "schema_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1561
- { no: 3, name: "query", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1562
- { no: 4, name: "history", kind: "scalar", T: 8 /* ScalarType.BOOL */, oneof: "version" },
1563
- { no: 5, name: "version_id", kind: "scalar", T: 5 /* ScalarType.INT32 */, oneof: "version" },
1564
- ]);
1565
-
1566
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SearchRequest {
1567
- return new SearchRequest().fromBinary(bytes, options);
1568
- }
1569
-
1570
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SearchRequest {
1571
- return new SearchRequest().fromJson(jsonValue, options);
1572
- }
1573
-
1574
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SearchRequest {
1575
- return new SearchRequest().fromJsonString(jsonString, options);
1576
- }
1577
-
1578
- static equals(a: SearchRequest | PlainMessage<SearchRequest> | undefined, b: SearchRequest | PlainMessage<SearchRequest> | undefined): boolean {
1579
- return proto3.util.equals(SearchRequest, a, b);
1580
- }
1581
- }
877
+ } | { case: undefined; value?: undefined };
878
+ };
879
+
880
+ /**
881
+ * Describes the message raystack.stencil.v1beta1.SearchRequest.
882
+ * Use `create(SearchRequestSchema)` to create a new message.
883
+ */
884
+ export const SearchRequestSchema: GenMessage<SearchRequest> = /*@__PURE__*/
885
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 32);
1582
886
 
1583
887
  /**
1584
888
  * @generated from message raystack.stencil.v1beta1.SearchResponse
1585
889
  */
1586
- export class SearchResponse extends Message<SearchResponse> {
890
+ export type SearchResponse = Message<"raystack.stencil.v1beta1.SearchResponse"> & {
1587
891
  /**
1588
892
  * @generated from field: repeated raystack.stencil.v1beta1.SearchHits hits = 1;
1589
893
  */
1590
- hits: SearchHits[] = [];
894
+ hits: SearchHits[];
1591
895
 
1592
896
  /**
1593
897
  * @generated from field: raystack.stencil.v1beta1.SearchMeta meta = 2;
1594
898
  */
1595
899
  meta?: SearchMeta;
900
+ };
1596
901
 
1597
- constructor(data?: PartialMessage<SearchResponse>) {
1598
- super();
1599
- proto3.util.initPartial(data, this);
1600
- }
1601
-
1602
- static readonly runtime: typeof proto3 = proto3;
1603
- static readonly typeName = "raystack.stencil.v1beta1.SearchResponse";
1604
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1605
- { no: 1, name: "hits", kind: "message", T: SearchHits, repeated: true },
1606
- { no: 2, name: "meta", kind: "message", T: SearchMeta },
1607
- ]);
1608
-
1609
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SearchResponse {
1610
- return new SearchResponse().fromBinary(bytes, options);
1611
- }
1612
-
1613
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SearchResponse {
1614
- return new SearchResponse().fromJson(jsonValue, options);
1615
- }
1616
-
1617
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SearchResponse {
1618
- return new SearchResponse().fromJsonString(jsonString, options);
1619
- }
1620
-
1621
- static equals(a: SearchResponse | PlainMessage<SearchResponse> | undefined, b: SearchResponse | PlainMessage<SearchResponse> | undefined): boolean {
1622
- return proto3.util.equals(SearchResponse, a, b);
1623
- }
1624
- }
902
+ /**
903
+ * Describes the message raystack.stencil.v1beta1.SearchResponse.
904
+ * Use `create(SearchResponseSchema)` to create a new message.
905
+ */
906
+ export const SearchResponseSchema: GenMessage<SearchResponse> = /*@__PURE__*/
907
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 33);
1625
908
 
1626
909
  /**
1627
910
  * @generated from message raystack.stencil.v1beta1.SearchHits
1628
911
  */
1629
- export class SearchHits extends Message<SearchHits> {
912
+ export type SearchHits = Message<"raystack.stencil.v1beta1.SearchHits"> & {
1630
913
  /**
1631
914
  * @generated from field: string namespace_id = 1;
1632
915
  */
1633
- namespaceId = "";
916
+ namespaceId: string;
1634
917
 
1635
918
  /**
1636
919
  * @generated from field: string schema_id = 2;
1637
920
  */
1638
- schemaId = "";
921
+ schemaId: string;
1639
922
 
1640
923
  /**
1641
924
  * @generated from field: int32 version_id = 3;
1642
925
  */
1643
- versionId = 0;
926
+ versionId: number;
1644
927
 
1645
928
  /**
1646
929
  * @generated from field: repeated string fields = 4;
1647
930
  */
1648
- fields: string[] = [];
931
+ fields: string[];
1649
932
 
1650
933
  /**
1651
934
  * @generated from field: repeated string types = 5;
1652
935
  */
1653
- types: string[] = [];
936
+ types: string[];
1654
937
 
1655
938
  /**
1656
939
  * @generated from field: string path = 6;
1657
940
  */
1658
- path = "";
1659
-
1660
- constructor(data?: PartialMessage<SearchHits>) {
1661
- super();
1662
- proto3.util.initPartial(data, this);
1663
- }
1664
-
1665
- static readonly runtime: typeof proto3 = proto3;
1666
- static readonly typeName = "raystack.stencil.v1beta1.SearchHits";
1667
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1668
- { no: 1, name: "namespace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1669
- { no: 2, name: "schema_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1670
- { no: 3, name: "version_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1671
- { no: 4, name: "fields", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
1672
- { no: 5, name: "types", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
1673
- { no: 6, name: "path", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1674
- ]);
1675
-
1676
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SearchHits {
1677
- return new SearchHits().fromBinary(bytes, options);
1678
- }
1679
-
1680
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SearchHits {
1681
- return new SearchHits().fromJson(jsonValue, options);
1682
- }
1683
-
1684
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SearchHits {
1685
- return new SearchHits().fromJsonString(jsonString, options);
1686
- }
1687
-
1688
- static equals(a: SearchHits | PlainMessage<SearchHits> | undefined, b: SearchHits | PlainMessage<SearchHits> | undefined): boolean {
1689
- return proto3.util.equals(SearchHits, a, b);
1690
- }
1691
- }
941
+ path: string;
942
+ };
943
+
944
+ /**
945
+ * Describes the message raystack.stencil.v1beta1.SearchHits.
946
+ * Use `create(SearchHitsSchema)` to create a new message.
947
+ */
948
+ export const SearchHitsSchema: GenMessage<SearchHits> = /*@__PURE__*/
949
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 34);
1692
950
 
1693
951
  /**
1694
952
  * @generated from message raystack.stencil.v1beta1.SearchMeta
1695
953
  */
1696
- export class SearchMeta extends Message<SearchMeta> {
954
+ export type SearchMeta = Message<"raystack.stencil.v1beta1.SearchMeta"> & {
1697
955
  /**
1698
956
  * @generated from field: uint32 total = 1;
1699
957
  */
1700
- total = 0;
1701
-
1702
- constructor(data?: PartialMessage<SearchMeta>) {
1703
- super();
1704
- proto3.util.initPartial(data, this);
1705
- }
958
+ total: number;
959
+ };
1706
960
 
1707
- static readonly runtime: typeof proto3 = proto3;
1708
- static readonly typeName = "raystack.stencil.v1beta1.SearchMeta";
1709
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1710
- { no: 1, name: "total", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
1711
- ]);
1712
-
1713
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SearchMeta {
1714
- return new SearchMeta().fromBinary(bytes, options);
1715
- }
1716
-
1717
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SearchMeta {
1718
- return new SearchMeta().fromJson(jsonValue, options);
1719
- }
1720
-
1721
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SearchMeta {
1722
- return new SearchMeta().fromJsonString(jsonString, options);
1723
- }
961
+ /**
962
+ * Describes the message raystack.stencil.v1beta1.SearchMeta.
963
+ * Use `create(SearchMetaSchema)` to create a new message.
964
+ */
965
+ export const SearchMetaSchema: GenMessage<SearchMeta> = /*@__PURE__*/
966
+ messageDesc(file_raystack_stencil_v1beta1_stencil, 35);
1724
967
 
1725
- static equals(a: SearchMeta | PlainMessage<SearchMeta> | undefined, b: SearchMeta | PlainMessage<SearchMeta> | undefined): boolean {
1726
- return proto3.util.equals(SearchMeta, a, b);
1727
- }
1728
- }
968
+ /**
969
+ * @generated from service raystack.stencil.v1beta1.StencilService
970
+ */
971
+ export const StencilService: GenService<{
972
+ /**
973
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.ListNamespaces
974
+ */
975
+ listNamespaces: {
976
+ methodKind: "unary";
977
+ input: typeof ListNamespacesRequestSchema;
978
+ output: typeof ListNamespacesResponseSchema;
979
+ },
980
+ /**
981
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.GetNamespace
982
+ */
983
+ getNamespace: {
984
+ methodKind: "unary";
985
+ input: typeof GetNamespaceRequestSchema;
986
+ output: typeof GetNamespaceResponseSchema;
987
+ },
988
+ /**
989
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.CreateNamespace
990
+ */
991
+ createNamespace: {
992
+ methodKind: "unary";
993
+ input: typeof CreateNamespaceRequestSchema;
994
+ output: typeof CreateNamespaceResponseSchema;
995
+ },
996
+ /**
997
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.UpdateNamespace
998
+ */
999
+ updateNamespace: {
1000
+ methodKind: "unary";
1001
+ input: typeof UpdateNamespaceRequestSchema;
1002
+ output: typeof UpdateNamespaceResponseSchema;
1003
+ },
1004
+ /**
1005
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.DeleteNamespace
1006
+ */
1007
+ deleteNamespace: {
1008
+ methodKind: "unary";
1009
+ input: typeof DeleteNamespaceRequestSchema;
1010
+ output: typeof DeleteNamespaceResponseSchema;
1011
+ },
1012
+ /**
1013
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.ListSchemas
1014
+ */
1015
+ listSchemas: {
1016
+ methodKind: "unary";
1017
+ input: typeof ListSchemasRequestSchema;
1018
+ output: typeof ListSchemasResponseSchema;
1019
+ },
1020
+ /**
1021
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.CreateSchema
1022
+ */
1023
+ createSchema: {
1024
+ methodKind: "unary";
1025
+ input: typeof CreateSchemaRequestSchema;
1026
+ output: typeof CreateSchemaResponseSchema;
1027
+ },
1028
+ /**
1029
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.CheckCompatibility
1030
+ */
1031
+ checkCompatibility: {
1032
+ methodKind: "unary";
1033
+ input: typeof CheckCompatibilityRequestSchema;
1034
+ output: typeof CheckCompatibilityResponseSchema;
1035
+ },
1036
+ /**
1037
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.GetSchemaMetadata
1038
+ */
1039
+ getSchemaMetadata: {
1040
+ methodKind: "unary";
1041
+ input: typeof GetSchemaMetadataRequestSchema;
1042
+ output: typeof GetSchemaMetadataResponseSchema;
1043
+ },
1044
+ /**
1045
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.UpdateSchemaMetadata
1046
+ */
1047
+ updateSchemaMetadata: {
1048
+ methodKind: "unary";
1049
+ input: typeof UpdateSchemaMetadataRequestSchema;
1050
+ output: typeof UpdateSchemaMetadataResponseSchema;
1051
+ },
1052
+ /**
1053
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.GetLatestSchema
1054
+ */
1055
+ getLatestSchema: {
1056
+ methodKind: "unary";
1057
+ input: typeof GetLatestSchemaRequestSchema;
1058
+ output: typeof GetLatestSchemaResponseSchema;
1059
+ },
1060
+ /**
1061
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.DeleteSchema
1062
+ */
1063
+ deleteSchema: {
1064
+ methodKind: "unary";
1065
+ input: typeof DeleteSchemaRequestSchema;
1066
+ output: typeof DeleteSchemaResponseSchema;
1067
+ },
1068
+ /**
1069
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.GetSchema
1070
+ */
1071
+ getSchema: {
1072
+ methodKind: "unary";
1073
+ input: typeof GetSchemaRequestSchema;
1074
+ output: typeof GetSchemaResponseSchema;
1075
+ },
1076
+ /**
1077
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.ListVersions
1078
+ */
1079
+ listVersions: {
1080
+ methodKind: "unary";
1081
+ input: typeof ListVersionsRequestSchema;
1082
+ output: typeof ListVersionsResponseSchema;
1083
+ },
1084
+ /**
1085
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.DeleteVersion
1086
+ */
1087
+ deleteVersion: {
1088
+ methodKind: "unary";
1089
+ input: typeof DeleteVersionRequestSchema;
1090
+ output: typeof DeleteVersionResponseSchema;
1091
+ },
1092
+ /**
1093
+ * @generated from rpc raystack.stencil.v1beta1.StencilService.Search
1094
+ */
1095
+ search: {
1096
+ methodKind: "unary";
1097
+ input: typeof SearchRequestSchema;
1098
+ output: typeof SearchResponseSchema;
1099
+ },
1100
+ }> = /*@__PURE__*/
1101
+ serviceDesc(file_raystack_stencil_v1beta1_stencil, 0);
1729
1102