@raystack/proton 0.1.0-8cb19702a3e47d173732860d58084b83d6941865 → 0.1.0-985fb92154095bf54ef5ed08a3995100c147a25d

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 (267) 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 +1 -1
  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 +1 -1
  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 +1 -1
  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 +1 -1
  14. package/index.d.ts +10 -0
  15. package/index.js +10 -0
  16. package/package.json +37 -36
  17. package/protoc-gen-openapiv2/options/annotations_pb.d.ts +63 -0
  18. package/protoc-gen-openapiv2/options/annotations_pb.js +69 -0
  19. package/protoc-gen-openapiv2/options/annotations_pb.ts +1 -1
  20. package/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1497 -0
  21. package/protoc-gen-openapiv2/options/openapiv2_pb.js +232 -0
  22. package/protoc-gen-openapiv2/options/openapiv2_pb.ts +1 -1
  23. package/raystack/assets/index.d.ts +29 -0
  24. package/raystack/assets/index.js +29 -0
  25. package/raystack/assets/v1beta1/bucket_pb.d.ts +180 -0
  26. package/raystack/assets/v1beta1/bucket_pb.js +32 -0
  27. package/raystack/assets/v1beta1/bucket_pb.ts +1 -1
  28. package/raystack/assets/v1beta1/dashboard_pb.d.ts +217 -0
  29. package/raystack/assets/v1beta1/dashboard_pb.js +32 -0
  30. package/raystack/assets/v1beta1/dashboard_pb.ts +1 -1
  31. package/raystack/assets/v1beta1/event_pb.d.ts +52 -0
  32. package/raystack/assets/v1beta1/event_pb.js +20 -0
  33. package/raystack/assets/v1beta1/event_pb.ts +1 -1
  34. package/raystack/assets/v1beta1/group_pb.d.ts +105 -0
  35. package/raystack/assets/v1beta1/group_pb.js +30 -0
  36. package/raystack/assets/v1beta1/group_pb.ts +1 -1
  37. package/raystack/assets/v1beta1/job_pb.d.ts +78 -0
  38. package/raystack/assets/v1beta1/job_pb.js +25 -0
  39. package/raystack/assets/v1beta1/job_pb.ts +1 -1
  40. package/raystack/assets/v1beta1/lineage_pb.d.ts +43 -0
  41. package/raystack/assets/v1beta1/lineage_pb.js +20 -0
  42. package/raystack/assets/v1beta1/lineage_pb.ts +1 -1
  43. package/raystack/assets/v1beta1/ownership_pb.d.ts +78 -0
  44. package/raystack/assets/v1beta1/ownership_pb.js +26 -0
  45. package/raystack/assets/v1beta1/ownership_pb.ts +1 -1
  46. package/raystack/assets/v1beta1/preview_pb.d.ts +41 -0
  47. package/raystack/assets/v1beta1/preview_pb.js +20 -0
  48. package/raystack/assets/v1beta1/preview_pb.ts +1 -1
  49. package/raystack/assets/v1beta1/properties_pb.d.ts +44 -0
  50. package/raystack/assets/v1beta1/properties_pb.js +20 -0
  51. package/raystack/assets/v1beta1/properties_pb.ts +1 -1
  52. package/raystack/assets/v1beta1/resource_pb.d.ts +74 -0
  53. package/raystack/assets/v1beta1/resource_pb.js +19 -0
  54. package/raystack/assets/v1beta1/resource_pb.ts +1 -1
  55. package/raystack/assets/v1beta1/schema_pb.d.ts +169 -0
  56. package/raystack/assets/v1beta1/schema_pb.js +41 -0
  57. package/raystack/assets/v1beta1/schema_pb.ts +1 -1
  58. package/raystack/assets/v1beta1/table_pb.d.ts +192 -0
  59. package/raystack/assets/v1beta1/table_pb.js +41 -0
  60. package/raystack/assets/v1beta1/table_pb.ts +1 -1
  61. package/raystack/assets/v1beta1/timestamp_pb.d.ts +68 -0
  62. package/raystack/assets/v1beta1/timestamp_pb.js +27 -0
  63. package/raystack/assets/v1beta1/timestamp_pb.ts +1 -1
  64. package/raystack/assets/v1beta1/topic_pb.d.ts +125 -0
  65. package/raystack/assets/v1beta1/topic_pb.js +33 -0
  66. package/raystack/assets/v1beta1/topic_pb.ts +1 -1
  67. package/raystack/assets/v1beta1/user_pb.d.ts +216 -0
  68. package/raystack/assets/v1beta1/user_pb.js +37 -0
  69. package/raystack/assets/v1beta1/user_pb.ts +1 -1
  70. package/raystack/assets/v1beta2/application_pb.d.ts +59 -0
  71. package/raystack/assets/v1beta2/application_pb.js +20 -0
  72. package/raystack/assets/v1beta2/application_pb.ts +1 -1
  73. package/raystack/assets/v1beta2/asset_pb.d.ts +129 -0
  74. package/raystack/assets/v1beta2/asset_pb.js +21 -0
  75. package/raystack/assets/v1beta2/asset_pb.ts +1 -1
  76. package/raystack/assets/v1beta2/bucket_pb.d.ts +163 -0
  77. package/raystack/assets/v1beta2/bucket_pb.js +28 -0
  78. package/raystack/assets/v1beta2/bucket_pb.ts +1 -1
  79. package/raystack/assets/v1beta2/common_pb.d.ts +170 -0
  80. package/raystack/assets/v1beta2/common_pb.js +41 -0
  81. package/raystack/assets/v1beta2/common_pb.ts +1 -1
  82. package/raystack/assets/v1beta2/dashboard_pb.d.ts +192 -0
  83. package/raystack/assets/v1beta2/dashboard_pb.js +28 -0
  84. package/raystack/assets/v1beta2/dashboard_pb.ts +1 -1
  85. package/raystack/assets/v1beta2/experiment_pb.d.ts +134 -0
  86. package/raystack/assets/v1beta2/experiment_pb.js +27 -0
  87. package/raystack/assets/v1beta2/experiment_pb.ts +1 -1
  88. package/raystack/assets/v1beta2/feature_table_pb.d.ts +167 -0
  89. package/raystack/assets/v1beta2/feature_table_pb.js +34 -0
  90. package/raystack/assets/v1beta2/feature_table_pb.ts +1 -1
  91. package/raystack/assets/v1beta2/group_pb.d.ts +77 -0
  92. package/raystack/assets/v1beta2/group_pb.js +27 -0
  93. package/raystack/assets/v1beta2/group_pb.ts +1 -1
  94. package/raystack/assets/v1beta2/job_pb.d.ts +47 -0
  95. package/raystack/assets/v1beta2/job_pb.js +20 -0
  96. package/raystack/assets/v1beta2/job_pb.ts +1 -1
  97. package/raystack/assets/v1beta2/metric_pb.d.ts +83 -0
  98. package/raystack/assets/v1beta2/metric_pb.js +20 -0
  99. package/raystack/assets/v1beta2/metric_pb.ts +1 -1
  100. package/raystack/assets/v1beta2/model_pb.d.ts +227 -0
  101. package/raystack/assets/v1beta2/model_pb.js +41 -0
  102. package/raystack/assets/v1beta2/model_pb.ts +1 -1
  103. package/raystack/assets/v1beta2/table_pb.d.ts +283 -0
  104. package/raystack/assets/v1beta2/table_pb.js +48 -0
  105. package/raystack/assets/v1beta2/table_pb.ts +1 -1
  106. package/raystack/assets/v1beta2/topic_pb.d.ts +117 -0
  107. package/raystack/assets/v1beta2/topic_pb.js +34 -0
  108. package/raystack/assets/v1beta2/topic_pb.ts +1 -1
  109. package/raystack/assets/v1beta2/user_pb.d.ts +203 -0
  110. package/raystack/assets/v1beta2/user_pb.js +34 -0
  111. package/raystack/assets/v1beta2/user_pb.ts +1 -1
  112. package/raystack/common/index.d.ts +2 -0
  113. package/raystack/common/index.js +2 -0
  114. package/raystack/common/v1/service-CommonService_connectquery.d.ts +10 -0
  115. package/raystack/common/v1/service-CommonService_connectquery.js +10 -0
  116. package/raystack/common/v1/service-CommonService_connectquery.ts +1 -1
  117. package/raystack/common/v1/service_pb.d.ts +100 -0
  118. package/raystack/common/v1/service_pb.js +42 -0
  119. package/raystack/common/v1/service_pb.ts +1 -1
  120. package/raystack/compass/index.d.ts +2 -0
  121. package/raystack/compass/index.js +2 -0
  122. package/raystack/compass/v1beta1/service-CompassService_connectquery.d.ts +184 -0
  123. package/raystack/compass/v1beta1/service-CompassService_connectquery.js +225 -0
  124. package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +1 -1
  125. package/raystack/compass/v1beta1/service_pb.d.ts +2994 -0
  126. package/raystack/compass/v1beta1/service_pb.js +745 -0
  127. package/raystack/compass/v1beta1/service_pb.ts +1 -1
  128. package/raystack/entropy/index.d.ts +4 -0
  129. package/raystack/entropy/index.js +4 -0
  130. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.d.ts +26 -0
  131. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.js +30 -0
  132. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +1 -1
  133. package/raystack/entropy/v1beta1/module_pb.d.ts +261 -0
  134. package/raystack/entropy/v1beta1/module_pb.js +97 -0
  135. package/raystack/entropy/v1beta1/module_pb.ts +1 -1
  136. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.d.ts +34 -0
  137. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.js +40 -0
  138. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +1 -1
  139. package/raystack/entropy/v1beta1/resource_pb.d.ts +636 -0
  140. package/raystack/entropy/v1beta1/resource_pb.js +200 -0
  141. package/raystack/entropy/v1beta1/resource_pb.ts +1 -1
  142. package/raystack/frontier/index.d.ts +5 -0
  143. package/raystack/frontier/index.js +5 -0
  144. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.d.ts +269 -0
  145. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +323 -0
  146. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +22 -1
  147. package/raystack/frontier/v1beta1/admin_pb.d.ts +3627 -0
  148. package/raystack/frontier/v1beta1/admin_pb.js +935 -0
  149. package/raystack/frontier/v1beta1/admin_pb.ts +179 -10
  150. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +738 -0
  151. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +905 -0
  152. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +29 -18
  153. package/raystack/frontier/v1beta1/frontier_pb.d.ts +8820 -0
  154. package/raystack/frontier/v1beta1/frontier_pb.js +2593 -0
  155. package/raystack/frontier/v1beta1/frontier_pb.ts +508 -461
  156. package/raystack/frontier/v1beta1/models_pb.d.ts +3092 -0
  157. package/raystack/frontier/v1beta1/models_pb.js +504 -0
  158. package/raystack/frontier/v1beta1/models_pb.ts +359 -52
  159. package/raystack/guardian/index.d.ts +2 -0
  160. package/raystack/guardian/index.js +2 -0
  161. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.d.ts +168 -0
  162. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.js +207 -0
  163. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +1 -1
  164. package/raystack/guardian/v1beta1/guardian_pb.d.ts +3537 -0
  165. package/raystack/guardian/v1beta1/guardian_pb.js +823 -0
  166. package/raystack/guardian/v1beta1/guardian_pb.ts +1 -1
  167. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.d.ts +18 -0
  168. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.js +20 -0
  169. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +1 -1
  170. package/raystack/optimus/core/v1beta1/backup_pb.d.ts +256 -0
  171. package/raystack/optimus/core/v1beta1/backup_pb.js +77 -0
  172. package/raystack/optimus/core/v1beta1/backup_pb.ts +1 -1
  173. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.d.ts +30 -0
  174. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.js +33 -0
  175. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +1 -1
  176. package/raystack/optimus/core/v1beta1/job_run_pb.d.ts +410 -0
  177. package/raystack/optimus/core/v1beta1/job_run_pb.js +127 -0
  178. package/raystack/optimus/core/v1beta1/job_run_pb.ts +1 -1
  179. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.d.ts +98 -0
  180. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.js +112 -0
  181. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +1 -1
  182. package/raystack/optimus/core/v1beta1/job_spec_pb.d.ts +1953 -0
  183. package/raystack/optimus/core/v1beta1/job_spec_pb.js +487 -0
  184. package/raystack/optimus/core/v1beta1/job_spec_pb.ts +1 -1
  185. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.d.ts +24 -0
  186. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.js +26 -0
  187. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +1 -1
  188. package/raystack/optimus/core/v1beta1/namespace_pb.d.ts +180 -0
  189. package/raystack/optimus/core/v1beta1/namespace_pb.js +69 -0
  190. package/raystack/optimus/core/v1beta1/namespace_pb.ts +1 -1
  191. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.d.ts +24 -0
  192. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.js +26 -0
  193. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +1 -1
  194. package/raystack/optimus/core/v1beta1/project_pb.d.ts +166 -0
  195. package/raystack/optimus/core/v1beta1/project_pb.js +69 -0
  196. package/raystack/optimus/core/v1beta1/project_pb.ts +2 -29
  197. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.d.ts +22 -0
  198. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.js +25 -0
  199. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +1 -1
  200. package/raystack/optimus/core/v1beta1/replay_pb.d.ts +331 -0
  201. package/raystack/optimus/core/v1beta1/replay_pb.js +91 -0
  202. package/raystack/optimus/core/v1beta1/replay_pb.ts +1 -1
  203. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.d.ts +43 -0
  204. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.js +48 -0
  205. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +1 -1
  206. package/raystack/optimus/core/v1beta1/resource_pb.d.ts +507 -0
  207. package/raystack/optimus/core/v1beta1/resource_pb.js +134 -0
  208. package/raystack/optimus/core/v1beta1/resource_pb.ts +1 -1
  209. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.d.ts +12 -0
  210. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.js +12 -0
  211. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +1 -1
  212. package/raystack/optimus/core/v1beta1/runtime_pb.d.ts +62 -0
  213. package/raystack/optimus/core/v1beta1/runtime_pb.js +36 -0
  214. package/raystack/optimus/core/v1beta1/runtime_pb.ts +1 -1
  215. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.d.ts +30 -0
  216. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.js +33 -0
  217. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +1 -1
  218. package/raystack/optimus/core/v1beta1/secret_pb.d.ts +250 -0
  219. package/raystack/optimus/core/v1beta1/secret_pb.js +84 -0
  220. package/raystack/optimus/core/v1beta1/secret_pb.ts +1 -1
  221. package/raystack/optimus/core/v1beta1/status_pb.d.ts +78 -0
  222. package/raystack/optimus/core/v1beta1/status_pb.js +31 -0
  223. package/raystack/optimus/core/v1beta1/status_pb.ts +1 -1
  224. package/raystack/optimus/integration/v1beta1/event_pb.d.ts +239 -0
  225. package/raystack/optimus/integration/v1beta1/event_pb.js +62 -0
  226. package/raystack/optimus/integration/v1beta1/event_pb.ts +1 -1
  227. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.d.ts +31 -0
  228. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.js +34 -0
  229. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +1 -1
  230. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.d.ts +353 -0
  231. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.js +120 -0
  232. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +1 -1
  233. package/raystack/predator/index.d.ts +2 -0
  234. package/raystack/predator/index.js +2 -0
  235. package/raystack/predator/v1beta1/metrics_log_pb.d.ts +163 -0
  236. package/raystack/predator/v1beta1/metrics_log_pb.js +48 -0
  237. package/raystack/predator/v1beta1/metrics_log_pb.ts +1 -1
  238. package/raystack/predator/v1beta1/result_log_pb.d.ts +143 -0
  239. package/raystack/predator/v1beta1/result_log_pb.js +42 -0
  240. package/raystack/predator/v1beta1/result_log_pb.ts +1 -1
  241. package/raystack/raccoon/index.d.ts +2 -0
  242. package/raystack/raccoon/index.js +2 -0
  243. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.d.ts +10 -0
  244. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.js +10 -0
  245. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +1 -1
  246. package/raystack/raccoon/v1beta1/raccoon_pb.d.ts +268 -0
  247. package/raystack/raccoon/v1beta1/raccoon_pb.js +64 -0
  248. package/raystack/raccoon/v1beta1/raccoon_pb.ts +1 -1
  249. package/raystack/siren/index.d.ts +2 -0
  250. package/raystack/siren/index.js +2 -0
  251. package/raystack/siren/v1beta1/siren-SirenService_connectquery.d.ts +146 -0
  252. package/raystack/siren/v1beta1/siren-SirenService_connectquery.js +180 -0
  253. package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +1 -1
  254. package/raystack/siren/v1beta1/siren_pb.d.ts +2281 -0
  255. package/raystack/siren/v1beta1/siren_pb.js +603 -0
  256. package/raystack/siren/v1beta1/siren_pb.ts +1 -1
  257. package/raystack/stencil/index.d.ts +2 -0
  258. package/raystack/stencil/index.js +2 -0
  259. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.d.ts +70 -0
  260. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.js +85 -0
  261. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +1 -1
  262. package/raystack/stencil/v1beta1/stencil_pb.d.ts +1057 -0
  263. package/raystack/stencil/v1beta1/stencil_pb.js +298 -0
  264. package/raystack/stencil/v1beta1/stencil_pb.ts +1 -1
  265. package/validate/validate_pb.d.ts +1953 -0
  266. package/validate/validate_pb.js +223 -0
  267. package/validate/validate_pb.ts +1 -1
@@ -0,0 +1,3627 @@
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
2
+ // @generated from file raystack/frontier/v1beta1/admin.proto (package raystack.frontier.v1beta1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
6
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
7
+ import type { AuditRecord, BillingAccount, CheckoutProductBody, CheckoutSubscriptionBody, ExportOrganizationsRequestSchema, Group, Invoice, Organization, OrganizationKyc, Permission, Preference, PreferenceRequestBody, Product, Project, Prospect, Prospect_Status, Relation, Resource, Role, RoleRequestBody, RQLExportRequest, RQLQueryGroupResponse, RQLQueryPaginationResponse, RQLRequest, ServiceUser, Session, Subscription, User, Webhook } from "./models_pb";
8
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
9
+ import type { HttpBodySchema } from "../../../google/api/httpbody_pb";
10
+
11
+ /**
12
+ * Describes the file raystack/frontier/v1beta1/admin.proto.
13
+ */
14
+ export declare const file_raystack_frontier_v1beta1_admin: GenFile;
15
+
16
+ /**
17
+ * @generated from message raystack.frontier.v1beta1.ListAllUsersRequest
18
+ */
19
+ export declare type ListAllUsersRequest = Message<"raystack.frontier.v1beta1.ListAllUsersRequest"> & {
20
+ /**
21
+ * @generated from field: int32 page_size = 1;
22
+ */
23
+ pageSize: number;
24
+
25
+ /**
26
+ * @generated from field: int32 page_num = 2;
27
+ */
28
+ pageNum: number;
29
+
30
+ /**
31
+ * @generated from field: string keyword = 3;
32
+ */
33
+ keyword: string;
34
+
35
+ /**
36
+ * @generated from field: string org_id = 4;
37
+ */
38
+ orgId: string;
39
+
40
+ /**
41
+ * @generated from field: string group_id = 5;
42
+ */
43
+ groupId: string;
44
+
45
+ /**
46
+ * @generated from field: string state = 6;
47
+ */
48
+ state: string;
49
+ };
50
+
51
+ /**
52
+ * Describes the message raystack.frontier.v1beta1.ListAllUsersRequest.
53
+ * Use `create(ListAllUsersRequestSchema)` to create a new message.
54
+ */
55
+ export declare const ListAllUsersRequestSchema: GenMessage<ListAllUsersRequest>;
56
+
57
+ /**
58
+ * @generated from message raystack.frontier.v1beta1.ListAllUsersResponse
59
+ */
60
+ export declare type ListAllUsersResponse = Message<"raystack.frontier.v1beta1.ListAllUsersResponse"> & {
61
+ /**
62
+ * @generated from field: int32 count = 1;
63
+ */
64
+ count: number;
65
+
66
+ /**
67
+ * @generated from field: repeated raystack.frontier.v1beta1.User users = 2;
68
+ */
69
+ users: User[];
70
+ };
71
+
72
+ /**
73
+ * Describes the message raystack.frontier.v1beta1.ListAllUsersResponse.
74
+ * Use `create(ListAllUsersResponseSchema)` to create a new message.
75
+ */
76
+ export declare const ListAllUsersResponseSchema: GenMessage<ListAllUsersResponse>;
77
+
78
+ /**
79
+ * @generated from message raystack.frontier.v1beta1.ListAllServiceUsersRequest
80
+ */
81
+ export declare type ListAllServiceUsersRequest = Message<"raystack.frontier.v1beta1.ListAllServiceUsersRequest"> & {
82
+ };
83
+
84
+ /**
85
+ * Describes the message raystack.frontier.v1beta1.ListAllServiceUsersRequest.
86
+ * Use `create(ListAllServiceUsersRequestSchema)` to create a new message.
87
+ */
88
+ export declare const ListAllServiceUsersRequestSchema: GenMessage<ListAllServiceUsersRequest>;
89
+
90
+ /**
91
+ * @generated from message raystack.frontier.v1beta1.ListAllServiceUsersResponse
92
+ */
93
+ export declare type ListAllServiceUsersResponse = Message<"raystack.frontier.v1beta1.ListAllServiceUsersResponse"> & {
94
+ /**
95
+ * @generated from field: repeated raystack.frontier.v1beta1.ServiceUser service_users = 1;
96
+ */
97
+ serviceUsers: ServiceUser[];
98
+ };
99
+
100
+ /**
101
+ * Describes the message raystack.frontier.v1beta1.ListAllServiceUsersResponse.
102
+ * Use `create(ListAllServiceUsersResponseSchema)` to create a new message.
103
+ */
104
+ export declare const ListAllServiceUsersResponseSchema: GenMessage<ListAllServiceUsersResponse>;
105
+
106
+ /**
107
+ * @generated from message raystack.frontier.v1beta1.ListGroupsRequest
108
+ */
109
+ export declare type ListGroupsRequest = Message<"raystack.frontier.v1beta1.ListGroupsRequest"> & {
110
+ /**
111
+ * @generated from field: string org_id = 2;
112
+ */
113
+ orgId: string;
114
+
115
+ /**
116
+ * @generated from field: string state = 3;
117
+ */
118
+ state: string;
119
+ };
120
+
121
+ /**
122
+ * Describes the message raystack.frontier.v1beta1.ListGroupsRequest.
123
+ * Use `create(ListGroupsRequestSchema)` to create a new message.
124
+ */
125
+ export declare const ListGroupsRequestSchema: GenMessage<ListGroupsRequest>;
126
+
127
+ /**
128
+ * @generated from message raystack.frontier.v1beta1.ListGroupsResponse
129
+ */
130
+ export declare type ListGroupsResponse = Message<"raystack.frontier.v1beta1.ListGroupsResponse"> & {
131
+ /**
132
+ * @generated from field: repeated raystack.frontier.v1beta1.Group groups = 1;
133
+ */
134
+ groups: Group[];
135
+ };
136
+
137
+ /**
138
+ * Describes the message raystack.frontier.v1beta1.ListGroupsResponse.
139
+ * Use `create(ListGroupsResponseSchema)` to create a new message.
140
+ */
141
+ export declare const ListGroupsResponseSchema: GenMessage<ListGroupsResponse>;
142
+
143
+ /**
144
+ * @generated from message raystack.frontier.v1beta1.ListAllOrganizationsRequest
145
+ */
146
+ export declare type ListAllOrganizationsRequest = Message<"raystack.frontier.v1beta1.ListAllOrganizationsRequest"> & {
147
+ /**
148
+ * @generated from field: string user_id = 1;
149
+ */
150
+ userId: string;
151
+
152
+ /**
153
+ * @generated from field: string state = 2;
154
+ */
155
+ state: string;
156
+
157
+ /**
158
+ * @generated from field: int32 page_size = 3;
159
+ */
160
+ pageSize: number;
161
+
162
+ /**
163
+ * @generated from field: int32 page_num = 4;
164
+ */
165
+ pageNum: number;
166
+ };
167
+
168
+ /**
169
+ * Describes the message raystack.frontier.v1beta1.ListAllOrganizationsRequest.
170
+ * Use `create(ListAllOrganizationsRequestSchema)` to create a new message.
171
+ */
172
+ export declare const ListAllOrganizationsRequestSchema: GenMessage<ListAllOrganizationsRequest>;
173
+
174
+ /**
175
+ * @generated from message raystack.frontier.v1beta1.ListAllOrganizationsResponse
176
+ */
177
+ export declare type ListAllOrganizationsResponse = Message<"raystack.frontier.v1beta1.ListAllOrganizationsResponse"> & {
178
+ /**
179
+ * @generated from field: repeated raystack.frontier.v1beta1.Organization organizations = 1;
180
+ */
181
+ organizations: Organization[];
182
+
183
+ /**
184
+ * @generated from field: int32 count = 2;
185
+ */
186
+ count: number;
187
+ };
188
+
189
+ /**
190
+ * Describes the message raystack.frontier.v1beta1.ListAllOrganizationsResponse.
191
+ * Use `create(ListAllOrganizationsResponseSchema)` to create a new message.
192
+ */
193
+ export declare const ListAllOrganizationsResponseSchema: GenMessage<ListAllOrganizationsResponse>;
194
+
195
+ /**
196
+ * @generated from message raystack.frontier.v1beta1.ListProjectsRequest
197
+ */
198
+ export declare type ListProjectsRequest = Message<"raystack.frontier.v1beta1.ListProjectsRequest"> & {
199
+ /**
200
+ * @generated from field: string org_id = 1;
201
+ */
202
+ orgId: string;
203
+
204
+ /**
205
+ * @generated from field: string state = 2;
206
+ */
207
+ state: string;
208
+ };
209
+
210
+ /**
211
+ * Describes the message raystack.frontier.v1beta1.ListProjectsRequest.
212
+ * Use `create(ListProjectsRequestSchema)` to create a new message.
213
+ */
214
+ export declare const ListProjectsRequestSchema: GenMessage<ListProjectsRequest>;
215
+
216
+ /**
217
+ * @generated from message raystack.frontier.v1beta1.ListProjectsResponse
218
+ */
219
+ export declare type ListProjectsResponse = Message<"raystack.frontier.v1beta1.ListProjectsResponse"> & {
220
+ /**
221
+ * @generated from field: repeated raystack.frontier.v1beta1.Project projects = 1;
222
+ */
223
+ projects: Project[];
224
+ };
225
+
226
+ /**
227
+ * Describes the message raystack.frontier.v1beta1.ListProjectsResponse.
228
+ * Use `create(ListProjectsResponseSchema)` to create a new message.
229
+ */
230
+ export declare const ListProjectsResponseSchema: GenMessage<ListProjectsResponse>;
231
+
232
+ /**
233
+ * @generated from message raystack.frontier.v1beta1.ListRelationsRequest
234
+ */
235
+ export declare type ListRelationsRequest = Message<"raystack.frontier.v1beta1.ListRelationsRequest"> & {
236
+ /**
237
+ * @generated from field: string subject = 1;
238
+ */
239
+ subject: string;
240
+
241
+ /**
242
+ * @generated from field: string object = 2;
243
+ */
244
+ object: string;
245
+ };
246
+
247
+ /**
248
+ * Describes the message raystack.frontier.v1beta1.ListRelationsRequest.
249
+ * Use `create(ListRelationsRequestSchema)` to create a new message.
250
+ */
251
+ export declare const ListRelationsRequestSchema: GenMessage<ListRelationsRequest>;
252
+
253
+ /**
254
+ * @generated from message raystack.frontier.v1beta1.ListRelationsResponse
255
+ */
256
+ export declare type ListRelationsResponse = Message<"raystack.frontier.v1beta1.ListRelationsResponse"> & {
257
+ /**
258
+ * @generated from field: repeated raystack.frontier.v1beta1.Relation relations = 1;
259
+ */
260
+ relations: Relation[];
261
+ };
262
+
263
+ /**
264
+ * Describes the message raystack.frontier.v1beta1.ListRelationsResponse.
265
+ * Use `create(ListRelationsResponseSchema)` to create a new message.
266
+ */
267
+ export declare const ListRelationsResponseSchema: GenMessage<ListRelationsResponse>;
268
+
269
+ /**
270
+ * @generated from message raystack.frontier.v1beta1.ListResourcesRequest
271
+ */
272
+ export declare type ListResourcesRequest = Message<"raystack.frontier.v1beta1.ListResourcesRequest"> & {
273
+ /**
274
+ * @generated from field: string user_id = 1;
275
+ */
276
+ userId: string;
277
+
278
+ /**
279
+ * @generated from field: string project_id = 2;
280
+ */
281
+ projectId: string;
282
+
283
+ /**
284
+ * @generated from field: string organization_id = 3;
285
+ */
286
+ organizationId: string;
287
+
288
+ /**
289
+ * @generated from field: string namespace = 4;
290
+ */
291
+ namespace: string;
292
+ };
293
+
294
+ /**
295
+ * Describes the message raystack.frontier.v1beta1.ListResourcesRequest.
296
+ * Use `create(ListResourcesRequestSchema)` to create a new message.
297
+ */
298
+ export declare const ListResourcesRequestSchema: GenMessage<ListResourcesRequest>;
299
+
300
+ /**
301
+ * @generated from message raystack.frontier.v1beta1.ListResourcesResponse
302
+ */
303
+ export declare type ListResourcesResponse = Message<"raystack.frontier.v1beta1.ListResourcesResponse"> & {
304
+ /**
305
+ * @generated from field: repeated raystack.frontier.v1beta1.Resource resources = 1;
306
+ */
307
+ resources: Resource[];
308
+ };
309
+
310
+ /**
311
+ * Describes the message raystack.frontier.v1beta1.ListResourcesResponse.
312
+ * Use `create(ListResourcesResponseSchema)` to create a new message.
313
+ */
314
+ export declare const ListResourcesResponseSchema: GenMessage<ListResourcesResponse>;
315
+
316
+ /**
317
+ * @generated from message raystack.frontier.v1beta1.CreateRoleRequest
318
+ */
319
+ export declare type CreateRoleRequest = Message<"raystack.frontier.v1beta1.CreateRoleRequest"> & {
320
+ /**
321
+ * @generated from field: raystack.frontier.v1beta1.RoleRequestBody body = 1;
322
+ */
323
+ body?: RoleRequestBody;
324
+ };
325
+
326
+ /**
327
+ * Describes the message raystack.frontier.v1beta1.CreateRoleRequest.
328
+ * Use `create(CreateRoleRequestSchema)` to create a new message.
329
+ */
330
+ export declare const CreateRoleRequestSchema: GenMessage<CreateRoleRequest>;
331
+
332
+ /**
333
+ * @generated from message raystack.frontier.v1beta1.CreateRoleResponse
334
+ */
335
+ export declare type CreateRoleResponse = Message<"raystack.frontier.v1beta1.CreateRoleResponse"> & {
336
+ /**
337
+ * @generated from field: raystack.frontier.v1beta1.Role role = 1;
338
+ */
339
+ role?: Role;
340
+ };
341
+
342
+ /**
343
+ * Describes the message raystack.frontier.v1beta1.CreateRoleResponse.
344
+ * Use `create(CreateRoleResponseSchema)` to create a new message.
345
+ */
346
+ export declare const CreateRoleResponseSchema: GenMessage<CreateRoleResponse>;
347
+
348
+ /**
349
+ * @generated from message raystack.frontier.v1beta1.UpdateRoleRequest
350
+ */
351
+ export declare type UpdateRoleRequest = Message<"raystack.frontier.v1beta1.UpdateRoleRequest"> & {
352
+ /**
353
+ * @generated from field: string id = 1;
354
+ */
355
+ id: string;
356
+
357
+ /**
358
+ * @generated from field: raystack.frontier.v1beta1.RoleRequestBody body = 2;
359
+ */
360
+ body?: RoleRequestBody;
361
+ };
362
+
363
+ /**
364
+ * Describes the message raystack.frontier.v1beta1.UpdateRoleRequest.
365
+ * Use `create(UpdateRoleRequestSchema)` to create a new message.
366
+ */
367
+ export declare const UpdateRoleRequestSchema: GenMessage<UpdateRoleRequest>;
368
+
369
+ /**
370
+ * @generated from message raystack.frontier.v1beta1.UpdateRoleResponse
371
+ */
372
+ export declare type UpdateRoleResponse = Message<"raystack.frontier.v1beta1.UpdateRoleResponse"> & {
373
+ /**
374
+ * @generated from field: raystack.frontier.v1beta1.Role role = 1;
375
+ */
376
+ role?: Role;
377
+ };
378
+
379
+ /**
380
+ * Describes the message raystack.frontier.v1beta1.UpdateRoleResponse.
381
+ * Use `create(UpdateRoleResponseSchema)` to create a new message.
382
+ */
383
+ export declare const UpdateRoleResponseSchema: GenMessage<UpdateRoleResponse>;
384
+
385
+ /**
386
+ * @generated from message raystack.frontier.v1beta1.DeleteRoleRequest
387
+ */
388
+ export declare type DeleteRoleRequest = Message<"raystack.frontier.v1beta1.DeleteRoleRequest"> & {
389
+ /**
390
+ * @generated from field: string id = 1;
391
+ */
392
+ id: string;
393
+ };
394
+
395
+ /**
396
+ * Describes the message raystack.frontier.v1beta1.DeleteRoleRequest.
397
+ * Use `create(DeleteRoleRequestSchema)` to create a new message.
398
+ */
399
+ export declare const DeleteRoleRequestSchema: GenMessage<DeleteRoleRequest>;
400
+
401
+ /**
402
+ * @generated from message raystack.frontier.v1beta1.DeleteRoleResponse
403
+ */
404
+ export declare type DeleteRoleResponse = Message<"raystack.frontier.v1beta1.DeleteRoleResponse"> & {
405
+ };
406
+
407
+ /**
408
+ * Describes the message raystack.frontier.v1beta1.DeleteRoleResponse.
409
+ * Use `create(DeleteRoleResponseSchema)` to create a new message.
410
+ */
411
+ export declare const DeleteRoleResponseSchema: GenMessage<DeleteRoleResponse>;
412
+
413
+ /**
414
+ * @generated from message raystack.frontier.v1beta1.PermissionRequestBody
415
+ */
416
+ export declare type PermissionRequestBody = Message<"raystack.frontier.v1beta1.PermissionRequestBody"> & {
417
+ /**
418
+ * @generated from field: string name = 1 [deprecated = true];
419
+ * @deprecated
420
+ */
421
+ name: string;
422
+
423
+ /**
424
+ * namespace should be in service/resource format
425
+ *
426
+ * @generated from field: string namespace = 2 [deprecated = true];
427
+ * @deprecated
428
+ */
429
+ namespace: string;
430
+
431
+ /**
432
+ * @generated from field: google.protobuf.Struct metadata = 3;
433
+ */
434
+ metadata?: JsonObject;
435
+
436
+ /**
437
+ * @generated from field: string title = 4;
438
+ */
439
+ title: string;
440
+
441
+ /**
442
+ * key is composed of three parts, 'service.resource.verb'. Where 'service.resource' works as a namespace for the 'verb'.
443
+ * Use this instead of using name and namespace fields
444
+ *
445
+ * @generated from field: string key = 5;
446
+ */
447
+ key: string;
448
+ };
449
+
450
+ /**
451
+ * Describes the message raystack.frontier.v1beta1.PermissionRequestBody.
452
+ * Use `create(PermissionRequestBodySchema)` to create a new message.
453
+ */
454
+ export declare const PermissionRequestBodySchema: GenMessage<PermissionRequestBody>;
455
+
456
+ /**
457
+ * @generated from message raystack.frontier.v1beta1.CreatePermissionRequest
458
+ */
459
+ export declare type CreatePermissionRequest = Message<"raystack.frontier.v1beta1.CreatePermissionRequest"> & {
460
+ /**
461
+ * @generated from field: repeated raystack.frontier.v1beta1.PermissionRequestBody bodies = 1;
462
+ */
463
+ bodies: PermissionRequestBody[];
464
+ };
465
+
466
+ /**
467
+ * Describes the message raystack.frontier.v1beta1.CreatePermissionRequest.
468
+ * Use `create(CreatePermissionRequestSchema)` to create a new message.
469
+ */
470
+ export declare const CreatePermissionRequestSchema: GenMessage<CreatePermissionRequest>;
471
+
472
+ /**
473
+ * @generated from message raystack.frontier.v1beta1.CreatePermissionResponse
474
+ */
475
+ export declare type CreatePermissionResponse = Message<"raystack.frontier.v1beta1.CreatePermissionResponse"> & {
476
+ /**
477
+ * @generated from field: repeated raystack.frontier.v1beta1.Permission permissions = 1;
478
+ */
479
+ permissions: Permission[];
480
+ };
481
+
482
+ /**
483
+ * Describes the message raystack.frontier.v1beta1.CreatePermissionResponse.
484
+ * Use `create(CreatePermissionResponseSchema)` to create a new message.
485
+ */
486
+ export declare const CreatePermissionResponseSchema: GenMessage<CreatePermissionResponse>;
487
+
488
+ /**
489
+ * @generated from message raystack.frontier.v1beta1.UpdatePermissionRequest
490
+ */
491
+ export declare type UpdatePermissionRequest = Message<"raystack.frontier.v1beta1.UpdatePermissionRequest"> & {
492
+ /**
493
+ * @generated from field: string id = 1;
494
+ */
495
+ id: string;
496
+
497
+ /**
498
+ * @generated from field: raystack.frontier.v1beta1.PermissionRequestBody body = 2;
499
+ */
500
+ body?: PermissionRequestBody;
501
+ };
502
+
503
+ /**
504
+ * Describes the message raystack.frontier.v1beta1.UpdatePermissionRequest.
505
+ * Use `create(UpdatePermissionRequestSchema)` to create a new message.
506
+ */
507
+ export declare const UpdatePermissionRequestSchema: GenMessage<UpdatePermissionRequest>;
508
+
509
+ /**
510
+ * @generated from message raystack.frontier.v1beta1.UpdatePermissionResponse
511
+ */
512
+ export declare type UpdatePermissionResponse = Message<"raystack.frontier.v1beta1.UpdatePermissionResponse"> & {
513
+ /**
514
+ * @generated from field: raystack.frontier.v1beta1.Permission permission = 1;
515
+ */
516
+ permission?: Permission;
517
+ };
518
+
519
+ /**
520
+ * Describes the message raystack.frontier.v1beta1.UpdatePermissionResponse.
521
+ * Use `create(UpdatePermissionResponseSchema)` to create a new message.
522
+ */
523
+ export declare const UpdatePermissionResponseSchema: GenMessage<UpdatePermissionResponse>;
524
+
525
+ /**
526
+ * @generated from message raystack.frontier.v1beta1.DeletePermissionRequest
527
+ */
528
+ export declare type DeletePermissionRequest = Message<"raystack.frontier.v1beta1.DeletePermissionRequest"> & {
529
+ /**
530
+ * @generated from field: string id = 1;
531
+ */
532
+ id: string;
533
+ };
534
+
535
+ /**
536
+ * Describes the message raystack.frontier.v1beta1.DeletePermissionRequest.
537
+ * Use `create(DeletePermissionRequestSchema)` to create a new message.
538
+ */
539
+ export declare const DeletePermissionRequestSchema: GenMessage<DeletePermissionRequest>;
540
+
541
+ /**
542
+ * @generated from message raystack.frontier.v1beta1.DeletePermissionResponse
543
+ */
544
+ export declare type DeletePermissionResponse = Message<"raystack.frontier.v1beta1.DeletePermissionResponse"> & {
545
+ };
546
+
547
+ /**
548
+ * Describes the message raystack.frontier.v1beta1.DeletePermissionResponse.
549
+ * Use `create(DeletePermissionResponseSchema)` to create a new message.
550
+ */
551
+ export declare const DeletePermissionResponseSchema: GenMessage<DeletePermissionResponse>;
552
+
553
+ /**
554
+ * @generated from message raystack.frontier.v1beta1.ListPreferencesRequest
555
+ */
556
+ export declare type ListPreferencesRequest = Message<"raystack.frontier.v1beta1.ListPreferencesRequest"> & {
557
+ };
558
+
559
+ /**
560
+ * Describes the message raystack.frontier.v1beta1.ListPreferencesRequest.
561
+ * Use `create(ListPreferencesRequestSchema)` to create a new message.
562
+ */
563
+ export declare const ListPreferencesRequestSchema: GenMessage<ListPreferencesRequest>;
564
+
565
+ /**
566
+ * @generated from message raystack.frontier.v1beta1.ListPreferencesResponse
567
+ */
568
+ export declare type ListPreferencesResponse = Message<"raystack.frontier.v1beta1.ListPreferencesResponse"> & {
569
+ /**
570
+ * @generated from field: repeated raystack.frontier.v1beta1.Preference preferences = 1;
571
+ */
572
+ preferences: Preference[];
573
+ };
574
+
575
+ /**
576
+ * Describes the message raystack.frontier.v1beta1.ListPreferencesResponse.
577
+ * Use `create(ListPreferencesResponseSchema)` to create a new message.
578
+ */
579
+ export declare const ListPreferencesResponseSchema: GenMessage<ListPreferencesResponse>;
580
+
581
+ /**
582
+ * @generated from message raystack.frontier.v1beta1.CreatePreferencesRequest
583
+ */
584
+ export declare type CreatePreferencesRequest = Message<"raystack.frontier.v1beta1.CreatePreferencesRequest"> & {
585
+ /**
586
+ * @generated from field: repeated raystack.frontier.v1beta1.PreferenceRequestBody preferences = 1;
587
+ */
588
+ preferences: PreferenceRequestBody[];
589
+ };
590
+
591
+ /**
592
+ * Describes the message raystack.frontier.v1beta1.CreatePreferencesRequest.
593
+ * Use `create(CreatePreferencesRequestSchema)` to create a new message.
594
+ */
595
+ export declare const CreatePreferencesRequestSchema: GenMessage<CreatePreferencesRequest>;
596
+
597
+ /**
598
+ * @generated from message raystack.frontier.v1beta1.CreatePreferencesResponse
599
+ */
600
+ export declare type CreatePreferencesResponse = Message<"raystack.frontier.v1beta1.CreatePreferencesResponse"> & {
601
+ /**
602
+ * @generated from field: repeated raystack.frontier.v1beta1.Preference preference = 1;
603
+ */
604
+ preference: Preference[];
605
+ };
606
+
607
+ /**
608
+ * Describes the message raystack.frontier.v1beta1.CreatePreferencesResponse.
609
+ * Use `create(CreatePreferencesResponseSchema)` to create a new message.
610
+ */
611
+ export declare const CreatePreferencesResponseSchema: GenMessage<CreatePreferencesResponse>;
612
+
613
+ /**
614
+ * @generated from message raystack.frontier.v1beta1.CheckFederatedResourcePermissionRequest
615
+ */
616
+ export declare type CheckFederatedResourcePermissionRequest = Message<"raystack.frontier.v1beta1.CheckFederatedResourcePermissionRequest"> & {
617
+ /**
618
+ * @generated from field: string subject = 1;
619
+ */
620
+ subject: string;
621
+
622
+ /**
623
+ * @generated from field: string resource = 2;
624
+ */
625
+ resource: string;
626
+
627
+ /**
628
+ * @generated from field: string permission = 3;
629
+ */
630
+ permission: string;
631
+ };
632
+
633
+ /**
634
+ * Describes the message raystack.frontier.v1beta1.CheckFederatedResourcePermissionRequest.
635
+ * Use `create(CheckFederatedResourcePermissionRequestSchema)` to create a new message.
636
+ */
637
+ export declare const CheckFederatedResourcePermissionRequestSchema: GenMessage<CheckFederatedResourcePermissionRequest>;
638
+
639
+ /**
640
+ * @generated from message raystack.frontier.v1beta1.CheckFederatedResourcePermissionResponse
641
+ */
642
+ export declare type CheckFederatedResourcePermissionResponse = Message<"raystack.frontier.v1beta1.CheckFederatedResourcePermissionResponse"> & {
643
+ /**
644
+ * @generated from field: bool status = 1;
645
+ */
646
+ status: boolean;
647
+ };
648
+
649
+ /**
650
+ * Describes the message raystack.frontier.v1beta1.CheckFederatedResourcePermissionResponse.
651
+ * Use `create(CheckFederatedResourcePermissionResponseSchema)` to create a new message.
652
+ */
653
+ export declare const CheckFederatedResourcePermissionResponseSchema: GenMessage<CheckFederatedResourcePermissionResponse>;
654
+
655
+ /**
656
+ * @generated from message raystack.frontier.v1beta1.AddPlatformUserRequest
657
+ */
658
+ export declare type AddPlatformUserRequest = Message<"raystack.frontier.v1beta1.AddPlatformUserRequest"> & {
659
+ /**
660
+ * @generated from field: string user_id = 1;
661
+ */
662
+ userId: string;
663
+
664
+ /**
665
+ * @generated from field: string serviceuser_id = 2;
666
+ */
667
+ serviceuserId: string;
668
+
669
+ /**
670
+ * @generated from field: string relation = 3;
671
+ */
672
+ relation: string;
673
+ };
674
+
675
+ /**
676
+ * Describes the message raystack.frontier.v1beta1.AddPlatformUserRequest.
677
+ * Use `create(AddPlatformUserRequestSchema)` to create a new message.
678
+ */
679
+ export declare const AddPlatformUserRequestSchema: GenMessage<AddPlatformUserRequest>;
680
+
681
+ /**
682
+ * @generated from message raystack.frontier.v1beta1.AddPlatformUserResponse
683
+ */
684
+ export declare type AddPlatformUserResponse = Message<"raystack.frontier.v1beta1.AddPlatformUserResponse"> & {
685
+ };
686
+
687
+ /**
688
+ * Describes the message raystack.frontier.v1beta1.AddPlatformUserResponse.
689
+ * Use `create(AddPlatformUserResponseSchema)` to create a new message.
690
+ */
691
+ export declare const AddPlatformUserResponseSchema: GenMessage<AddPlatformUserResponse>;
692
+
693
+ /**
694
+ * @generated from message raystack.frontier.v1beta1.ListPlatformUsersRequest
695
+ */
696
+ export declare type ListPlatformUsersRequest = Message<"raystack.frontier.v1beta1.ListPlatformUsersRequest"> & {
697
+ };
698
+
699
+ /**
700
+ * Describes the message raystack.frontier.v1beta1.ListPlatformUsersRequest.
701
+ * Use `create(ListPlatformUsersRequestSchema)` to create a new message.
702
+ */
703
+ export declare const ListPlatformUsersRequestSchema: GenMessage<ListPlatformUsersRequest>;
704
+
705
+ /**
706
+ * @generated from message raystack.frontier.v1beta1.ListPlatformUsersResponse
707
+ */
708
+ export declare type ListPlatformUsersResponse = Message<"raystack.frontier.v1beta1.ListPlatformUsersResponse"> & {
709
+ /**
710
+ * @generated from field: repeated raystack.frontier.v1beta1.User users = 1;
711
+ */
712
+ users: User[];
713
+
714
+ /**
715
+ * @generated from field: repeated raystack.frontier.v1beta1.ServiceUser serviceusers = 2;
716
+ */
717
+ serviceusers: ServiceUser[];
718
+ };
719
+
720
+ /**
721
+ * Describes the message raystack.frontier.v1beta1.ListPlatformUsersResponse.
722
+ * Use `create(ListPlatformUsersResponseSchema)` to create a new message.
723
+ */
724
+ export declare const ListPlatformUsersResponseSchema: GenMessage<ListPlatformUsersResponse>;
725
+
726
+ /**
727
+ * @generated from message raystack.frontier.v1beta1.RemovePlatformUserRequest
728
+ */
729
+ export declare type RemovePlatformUserRequest = Message<"raystack.frontier.v1beta1.RemovePlatformUserRequest"> & {
730
+ /**
731
+ * @generated from field: string user_id = 1;
732
+ */
733
+ userId: string;
734
+
735
+ /**
736
+ * @generated from field: string serviceuser_id = 2;
737
+ */
738
+ serviceuserId: string;
739
+ };
740
+
741
+ /**
742
+ * Describes the message raystack.frontier.v1beta1.RemovePlatformUserRequest.
743
+ * Use `create(RemovePlatformUserRequestSchema)` to create a new message.
744
+ */
745
+ export declare const RemovePlatformUserRequestSchema: GenMessage<RemovePlatformUserRequest>;
746
+
747
+ /**
748
+ * @generated from message raystack.frontier.v1beta1.RemovePlatformUserResponse
749
+ */
750
+ export declare type RemovePlatformUserResponse = Message<"raystack.frontier.v1beta1.RemovePlatformUserResponse"> & {
751
+ };
752
+
753
+ /**
754
+ * Describes the message raystack.frontier.v1beta1.RemovePlatformUserResponse.
755
+ * Use `create(RemovePlatformUserResponseSchema)` to create a new message.
756
+ */
757
+ export declare const RemovePlatformUserResponseSchema: GenMessage<RemovePlatformUserResponse>;
758
+
759
+ /**
760
+ * @generated from message raystack.frontier.v1beta1.DelegatedCheckoutRequest
761
+ */
762
+ export declare type DelegatedCheckoutRequest = Message<"raystack.frontier.v1beta1.DelegatedCheckoutRequest"> & {
763
+ /**
764
+ * @generated from field: string org_id = 1;
765
+ */
766
+ orgId: string;
767
+
768
+ /**
769
+ * DEPRECATED: billing_id will be inferred from org_id
770
+ * ID of the billing account to update the subscription for
771
+ *
772
+ * @generated from field: string billing_id = 2 [deprecated = true];
773
+ * @deprecated
774
+ */
775
+ billingId: string;
776
+
777
+ /**
778
+ * Subscription to create
779
+ *
780
+ * @generated from field: raystack.frontier.v1beta1.CheckoutSubscriptionBody subscription_body = 10;
781
+ */
782
+ subscriptionBody?: CheckoutSubscriptionBody;
783
+
784
+ /**
785
+ * Product to buy
786
+ *
787
+ * @generated from field: raystack.frontier.v1beta1.CheckoutProductBody product_body = 11;
788
+ */
789
+ productBody?: CheckoutProductBody;
790
+ };
791
+
792
+ /**
793
+ * Describes the message raystack.frontier.v1beta1.DelegatedCheckoutRequest.
794
+ * Use `create(DelegatedCheckoutRequestSchema)` to create a new message.
795
+ */
796
+ export declare const DelegatedCheckoutRequestSchema: GenMessage<DelegatedCheckoutRequest>;
797
+
798
+ /**
799
+ * @generated from message raystack.frontier.v1beta1.DelegatedCheckoutResponse
800
+ */
801
+ export declare type DelegatedCheckoutResponse = Message<"raystack.frontier.v1beta1.DelegatedCheckoutResponse"> & {
802
+ /**
803
+ * subscription if created
804
+ *
805
+ * @generated from field: raystack.frontier.v1beta1.Subscription subscription = 1;
806
+ */
807
+ subscription?: Subscription;
808
+
809
+ /**
810
+ * product if bought
811
+ *
812
+ * @generated from field: raystack.frontier.v1beta1.Product product = 2;
813
+ */
814
+ product?: Product;
815
+ };
816
+
817
+ /**
818
+ * Describes the message raystack.frontier.v1beta1.DelegatedCheckoutResponse.
819
+ * Use `create(DelegatedCheckoutResponseSchema)` to create a new message.
820
+ */
821
+ export declare const DelegatedCheckoutResponseSchema: GenMessage<DelegatedCheckoutResponse>;
822
+
823
+ /**
824
+ * @generated from message raystack.frontier.v1beta1.ListAllInvoicesRequest
825
+ */
826
+ export declare type ListAllInvoicesRequest = Message<"raystack.frontier.v1beta1.ListAllInvoicesRequest"> & {
827
+ /**
828
+ * @generated from field: string org_id = 1;
829
+ */
830
+ orgId: string;
831
+
832
+ /**
833
+ * @generated from field: int32 page_size = 2;
834
+ */
835
+ pageSize: number;
836
+
837
+ /**
838
+ * @generated from field: int32 page_num = 3;
839
+ */
840
+ pageNum: number;
841
+ };
842
+
843
+ /**
844
+ * Describes the message raystack.frontier.v1beta1.ListAllInvoicesRequest.
845
+ * Use `create(ListAllInvoicesRequestSchema)` to create a new message.
846
+ */
847
+ export declare const ListAllInvoicesRequestSchema: GenMessage<ListAllInvoicesRequest>;
848
+
849
+ /**
850
+ * @generated from message raystack.frontier.v1beta1.ListAllInvoicesResponse
851
+ */
852
+ export declare type ListAllInvoicesResponse = Message<"raystack.frontier.v1beta1.ListAllInvoicesResponse"> & {
853
+ /**
854
+ * @generated from field: repeated raystack.frontier.v1beta1.Invoice invoices = 1;
855
+ */
856
+ invoices: Invoice[];
857
+
858
+ /**
859
+ * @generated from field: int32 count = 2;
860
+ */
861
+ count: number;
862
+ };
863
+
864
+ /**
865
+ * Describes the message raystack.frontier.v1beta1.ListAllInvoicesResponse.
866
+ * Use `create(ListAllInvoicesResponseSchema)` to create a new message.
867
+ */
868
+ export declare const ListAllInvoicesResponseSchema: GenMessage<ListAllInvoicesResponse>;
869
+
870
+ /**
871
+ * @generated from message raystack.frontier.v1beta1.GenerateInvoicesRequest
872
+ */
873
+ export declare type GenerateInvoicesRequest = Message<"raystack.frontier.v1beta1.GenerateInvoicesRequest"> & {
874
+ };
875
+
876
+ /**
877
+ * Describes the message raystack.frontier.v1beta1.GenerateInvoicesRequest.
878
+ * Use `create(GenerateInvoicesRequestSchema)` to create a new message.
879
+ */
880
+ export declare const GenerateInvoicesRequestSchema: GenMessage<GenerateInvoicesRequest>;
881
+
882
+ /**
883
+ * @generated from message raystack.frontier.v1beta1.GenerateInvoicesResponse
884
+ */
885
+ export declare type GenerateInvoicesResponse = Message<"raystack.frontier.v1beta1.GenerateInvoicesResponse"> & {
886
+ };
887
+
888
+ /**
889
+ * Describes the message raystack.frontier.v1beta1.GenerateInvoicesResponse.
890
+ * Use `create(GenerateInvoicesResponseSchema)` to create a new message.
891
+ */
892
+ export declare const GenerateInvoicesResponseSchema: GenMessage<GenerateInvoicesResponse>;
893
+
894
+ /**
895
+ * @generated from message raystack.frontier.v1beta1.ListAllBillingAccountsRequest
896
+ */
897
+ export declare type ListAllBillingAccountsRequest = Message<"raystack.frontier.v1beta1.ListAllBillingAccountsRequest"> & {
898
+ /**
899
+ * @generated from field: string org_id = 1;
900
+ */
901
+ orgId: string;
902
+ };
903
+
904
+ /**
905
+ * Describes the message raystack.frontier.v1beta1.ListAllBillingAccountsRequest.
906
+ * Use `create(ListAllBillingAccountsRequestSchema)` to create a new message.
907
+ */
908
+ export declare const ListAllBillingAccountsRequestSchema: GenMessage<ListAllBillingAccountsRequest>;
909
+
910
+ /**
911
+ * @generated from message raystack.frontier.v1beta1.ListAllBillingAccountsResponse
912
+ */
913
+ export declare type ListAllBillingAccountsResponse = Message<"raystack.frontier.v1beta1.ListAllBillingAccountsResponse"> & {
914
+ /**
915
+ * @generated from field: repeated raystack.frontier.v1beta1.BillingAccount billing_accounts = 1;
916
+ */
917
+ billingAccounts: BillingAccount[];
918
+ };
919
+
920
+ /**
921
+ * Describes the message raystack.frontier.v1beta1.ListAllBillingAccountsResponse.
922
+ * Use `create(ListAllBillingAccountsResponseSchema)` to create a new message.
923
+ */
924
+ export declare const ListAllBillingAccountsResponseSchema: GenMessage<ListAllBillingAccountsResponse>;
925
+
926
+ /**
927
+ * @generated from message raystack.frontier.v1beta1.RevertBillingUsageRequest
928
+ */
929
+ export declare type RevertBillingUsageRequest = Message<"raystack.frontier.v1beta1.RevertBillingUsageRequest"> & {
930
+ /**
931
+ * @generated from field: string org_id = 1;
932
+ */
933
+ orgId: string;
934
+
935
+ /**
936
+ * DEPRECATED
937
+ *
938
+ * @generated from field: string project_id = 2 [deprecated = true];
939
+ * @deprecated
940
+ */
941
+ projectId: string;
942
+
943
+ /**
944
+ * DEPRECATED: billing_id will be inferred from org_id
945
+ *
946
+ * @generated from field: string billing_id = 3 [deprecated = true];
947
+ * @deprecated
948
+ */
949
+ billingId: string;
950
+
951
+ /**
952
+ * usage id to revert, a usage can only be allowed to revert once
953
+ *
954
+ * @generated from field: string usage_id = 4;
955
+ */
956
+ usageId: string;
957
+
958
+ /**
959
+ * amount should be equal or less than the usage amount
960
+ *
961
+ * @generated from field: int64 amount = 5;
962
+ */
963
+ amount: bigint;
964
+ };
965
+
966
+ /**
967
+ * Describes the message raystack.frontier.v1beta1.RevertBillingUsageRequest.
968
+ * Use `create(RevertBillingUsageRequestSchema)` to create a new message.
969
+ */
970
+ export declare const RevertBillingUsageRequestSchema: GenMessage<RevertBillingUsageRequest>;
971
+
972
+ /**
973
+ * @generated from message raystack.frontier.v1beta1.RevertBillingUsageResponse
974
+ */
975
+ export declare type RevertBillingUsageResponse = Message<"raystack.frontier.v1beta1.RevertBillingUsageResponse"> & {
976
+ };
977
+
978
+ /**
979
+ * Describes the message raystack.frontier.v1beta1.RevertBillingUsageResponse.
980
+ * Use `create(RevertBillingUsageResponseSchema)` to create a new message.
981
+ */
982
+ export declare const RevertBillingUsageResponseSchema: GenMessage<RevertBillingUsageResponse>;
983
+
984
+ /**
985
+ * @generated from message raystack.frontier.v1beta1.WebhookRequestBody
986
+ */
987
+ export declare type WebhookRequestBody = Message<"raystack.frontier.v1beta1.WebhookRequestBody"> & {
988
+ /**
989
+ * URL to send the webhook to (valid absolute URI via RFC 3986)
990
+ *
991
+ * @generated from field: string url = 1;
992
+ */
993
+ url: string;
994
+
995
+ /**
996
+ * @generated from field: string description = 2;
997
+ */
998
+ description: string;
999
+
1000
+ /**
1001
+ * events to subscribe to, if empty all events are subscribed
1002
+ *
1003
+ * @generated from field: repeated string subscribed_events = 3;
1004
+ */
1005
+ subscribedEvents: string[];
1006
+
1007
+ /**
1008
+ * headers to be sent with the webhook
1009
+ *
1010
+ * @generated from field: map<string, string> headers = 4;
1011
+ */
1012
+ headers: { [key: string]: string };
1013
+
1014
+ /**
1015
+ * @generated from field: string state = 5;
1016
+ */
1017
+ state: string;
1018
+
1019
+ /**
1020
+ * @generated from field: google.protobuf.Struct metadata = 20;
1021
+ */
1022
+ metadata?: JsonObject;
1023
+ };
1024
+
1025
+ /**
1026
+ * Describes the message raystack.frontier.v1beta1.WebhookRequestBody.
1027
+ * Use `create(WebhookRequestBodySchema)` to create a new message.
1028
+ */
1029
+ export declare const WebhookRequestBodySchema: GenMessage<WebhookRequestBody>;
1030
+
1031
+ /**
1032
+ * @generated from message raystack.frontier.v1beta1.CreateWebhookRequest
1033
+ */
1034
+ export declare type CreateWebhookRequest = Message<"raystack.frontier.v1beta1.CreateWebhookRequest"> & {
1035
+ /**
1036
+ * @generated from field: raystack.frontier.v1beta1.WebhookRequestBody body = 1;
1037
+ */
1038
+ body?: WebhookRequestBody;
1039
+ };
1040
+
1041
+ /**
1042
+ * Describes the message raystack.frontier.v1beta1.CreateWebhookRequest.
1043
+ * Use `create(CreateWebhookRequestSchema)` to create a new message.
1044
+ */
1045
+ export declare const CreateWebhookRequestSchema: GenMessage<CreateWebhookRequest>;
1046
+
1047
+ /**
1048
+ * @generated from message raystack.frontier.v1beta1.CreateWebhookResponse
1049
+ */
1050
+ export declare type CreateWebhookResponse = Message<"raystack.frontier.v1beta1.CreateWebhookResponse"> & {
1051
+ /**
1052
+ * @generated from field: raystack.frontier.v1beta1.Webhook webhook = 1;
1053
+ */
1054
+ webhook?: Webhook;
1055
+ };
1056
+
1057
+ /**
1058
+ * Describes the message raystack.frontier.v1beta1.CreateWebhookResponse.
1059
+ * Use `create(CreateWebhookResponseSchema)` to create a new message.
1060
+ */
1061
+ export declare const CreateWebhookResponseSchema: GenMessage<CreateWebhookResponse>;
1062
+
1063
+ /**
1064
+ * @generated from message raystack.frontier.v1beta1.UpdateWebhookRequest
1065
+ */
1066
+ export declare type UpdateWebhookRequest = Message<"raystack.frontier.v1beta1.UpdateWebhookRequest"> & {
1067
+ /**
1068
+ * @generated from field: string id = 1;
1069
+ */
1070
+ id: string;
1071
+
1072
+ /**
1073
+ * @generated from field: raystack.frontier.v1beta1.WebhookRequestBody body = 2;
1074
+ */
1075
+ body?: WebhookRequestBody;
1076
+ };
1077
+
1078
+ /**
1079
+ * Describes the message raystack.frontier.v1beta1.UpdateWebhookRequest.
1080
+ * Use `create(UpdateWebhookRequestSchema)` to create a new message.
1081
+ */
1082
+ export declare const UpdateWebhookRequestSchema: GenMessage<UpdateWebhookRequest>;
1083
+
1084
+ /**
1085
+ * @generated from message raystack.frontier.v1beta1.UpdateWebhookResponse
1086
+ */
1087
+ export declare type UpdateWebhookResponse = Message<"raystack.frontier.v1beta1.UpdateWebhookResponse"> & {
1088
+ /**
1089
+ * @generated from field: raystack.frontier.v1beta1.Webhook webhook = 1;
1090
+ */
1091
+ webhook?: Webhook;
1092
+ };
1093
+
1094
+ /**
1095
+ * Describes the message raystack.frontier.v1beta1.UpdateWebhookResponse.
1096
+ * Use `create(UpdateWebhookResponseSchema)` to create a new message.
1097
+ */
1098
+ export declare const UpdateWebhookResponseSchema: GenMessage<UpdateWebhookResponse>;
1099
+
1100
+ /**
1101
+ * @generated from message raystack.frontier.v1beta1.DeleteWebhookRequest
1102
+ */
1103
+ export declare type DeleteWebhookRequest = Message<"raystack.frontier.v1beta1.DeleteWebhookRequest"> & {
1104
+ /**
1105
+ * @generated from field: string id = 1;
1106
+ */
1107
+ id: string;
1108
+ };
1109
+
1110
+ /**
1111
+ * Describes the message raystack.frontier.v1beta1.DeleteWebhookRequest.
1112
+ * Use `create(DeleteWebhookRequestSchema)` to create a new message.
1113
+ */
1114
+ export declare const DeleteWebhookRequestSchema: GenMessage<DeleteWebhookRequest>;
1115
+
1116
+ /**
1117
+ * @generated from message raystack.frontier.v1beta1.DeleteWebhookResponse
1118
+ */
1119
+ export declare type DeleteWebhookResponse = Message<"raystack.frontier.v1beta1.DeleteWebhookResponse"> & {
1120
+ };
1121
+
1122
+ /**
1123
+ * Describes the message raystack.frontier.v1beta1.DeleteWebhookResponse.
1124
+ * Use `create(DeleteWebhookResponseSchema)` to create a new message.
1125
+ */
1126
+ export declare const DeleteWebhookResponseSchema: GenMessage<DeleteWebhookResponse>;
1127
+
1128
+ /**
1129
+ * @generated from message raystack.frontier.v1beta1.ListWebhooksRequest
1130
+ */
1131
+ export declare type ListWebhooksRequest = Message<"raystack.frontier.v1beta1.ListWebhooksRequest"> & {
1132
+ };
1133
+
1134
+ /**
1135
+ * Describes the message raystack.frontier.v1beta1.ListWebhooksRequest.
1136
+ * Use `create(ListWebhooksRequestSchema)` to create a new message.
1137
+ */
1138
+ export declare const ListWebhooksRequestSchema: GenMessage<ListWebhooksRequest>;
1139
+
1140
+ /**
1141
+ * @generated from message raystack.frontier.v1beta1.ListWebhooksResponse
1142
+ */
1143
+ export declare type ListWebhooksResponse = Message<"raystack.frontier.v1beta1.ListWebhooksResponse"> & {
1144
+ /**
1145
+ * @generated from field: repeated raystack.frontier.v1beta1.Webhook webhooks = 1;
1146
+ */
1147
+ webhooks: Webhook[];
1148
+ };
1149
+
1150
+ /**
1151
+ * Describes the message raystack.frontier.v1beta1.ListWebhooksResponse.
1152
+ * Use `create(ListWebhooksResponseSchema)` to create a new message.
1153
+ */
1154
+ export declare const ListWebhooksResponseSchema: GenMessage<ListWebhooksResponse>;
1155
+
1156
+ /**
1157
+ * @generated from message raystack.frontier.v1beta1.UpdateBillingAccountLimitsRequest
1158
+ */
1159
+ export declare type UpdateBillingAccountLimitsRequest = Message<"raystack.frontier.v1beta1.UpdateBillingAccountLimitsRequest"> & {
1160
+ /**
1161
+ * @generated from field: string org_id = 1;
1162
+ */
1163
+ orgId: string;
1164
+
1165
+ /**
1166
+ * @generated from field: string id = 2;
1167
+ */
1168
+ id: string;
1169
+
1170
+ /**
1171
+ * credit_min is the minimum credit limit for the billing account
1172
+ * default is 0, negative numbers work as overdraft, positive
1173
+ * numbers work as minimum purchase limit
1174
+ *
1175
+ * @generated from field: int64 credit_min = 3;
1176
+ */
1177
+ creditMin: bigint;
1178
+ };
1179
+
1180
+ /**
1181
+ * Describes the message raystack.frontier.v1beta1.UpdateBillingAccountLimitsRequest.
1182
+ * Use `create(UpdateBillingAccountLimitsRequestSchema)` to create a new message.
1183
+ */
1184
+ export declare const UpdateBillingAccountLimitsRequestSchema: GenMessage<UpdateBillingAccountLimitsRequest>;
1185
+
1186
+ /**
1187
+ * @generated from message raystack.frontier.v1beta1.UpdateBillingAccountLimitsResponse
1188
+ */
1189
+ export declare type UpdateBillingAccountLimitsResponse = Message<"raystack.frontier.v1beta1.UpdateBillingAccountLimitsResponse"> & {
1190
+ };
1191
+
1192
+ /**
1193
+ * Describes the message raystack.frontier.v1beta1.UpdateBillingAccountLimitsResponse.
1194
+ * Use `create(UpdateBillingAccountLimitsResponseSchema)` to create a new message.
1195
+ */
1196
+ export declare const UpdateBillingAccountLimitsResponseSchema: GenMessage<UpdateBillingAccountLimitsResponse>;
1197
+
1198
+ /**
1199
+ * @generated from message raystack.frontier.v1beta1.GetBillingAccountDetailsRequest
1200
+ */
1201
+ export declare type GetBillingAccountDetailsRequest = Message<"raystack.frontier.v1beta1.GetBillingAccountDetailsRequest"> & {
1202
+ /**
1203
+ * @generated from field: string org_id = 1;
1204
+ */
1205
+ orgId: string;
1206
+
1207
+ /**
1208
+ * @generated from field: string id = 2;
1209
+ */
1210
+ id: string;
1211
+ };
1212
+
1213
+ /**
1214
+ * Describes the message raystack.frontier.v1beta1.GetBillingAccountDetailsRequest.
1215
+ * Use `create(GetBillingAccountDetailsRequestSchema)` to create a new message.
1216
+ */
1217
+ export declare const GetBillingAccountDetailsRequestSchema: GenMessage<GetBillingAccountDetailsRequest>;
1218
+
1219
+ /**
1220
+ * @generated from message raystack.frontier.v1beta1.GetBillingAccountDetailsResponse
1221
+ */
1222
+ export declare type GetBillingAccountDetailsResponse = Message<"raystack.frontier.v1beta1.GetBillingAccountDetailsResponse"> & {
1223
+ /**
1224
+ * credit_min is the minimum credit limit for the billing account
1225
+ * default is 0, negative numbers work as overdraft, positive
1226
+ * numbers work as minimum purchase limit
1227
+ *
1228
+ * @generated from field: int64 credit_min = 1;
1229
+ */
1230
+ creditMin: bigint;
1231
+
1232
+ /**
1233
+ * due_in_days is the number of days after the invoice finalization
1234
+ * that it will be considered overdue, if set to 0, the customer will
1235
+ * be charged immediately
1236
+ *
1237
+ * @generated from field: int64 due_in_days = 2;
1238
+ */
1239
+ dueInDays: bigint;
1240
+ };
1241
+
1242
+ /**
1243
+ * Describes the message raystack.frontier.v1beta1.GetBillingAccountDetailsResponse.
1244
+ * Use `create(GetBillingAccountDetailsResponseSchema)` to create a new message.
1245
+ */
1246
+ export declare const GetBillingAccountDetailsResponseSchema: GenMessage<GetBillingAccountDetailsResponse>;
1247
+
1248
+ /**
1249
+ * @generated from message raystack.frontier.v1beta1.UpdateBillingAccountDetailsRequest
1250
+ */
1251
+ export declare type UpdateBillingAccountDetailsRequest = Message<"raystack.frontier.v1beta1.UpdateBillingAccountDetailsRequest"> & {
1252
+ /**
1253
+ * @generated from field: string org_id = 1;
1254
+ */
1255
+ orgId: string;
1256
+
1257
+ /**
1258
+ * @generated from field: string id = 2;
1259
+ */
1260
+ id: string;
1261
+
1262
+ /**
1263
+ * credit_min is the minimum credit limit for the billing account
1264
+ * default is 0, negative numbers work as overdraft, positive
1265
+ * numbers work as minimum purchase limit
1266
+ *
1267
+ * @generated from field: int64 credit_min = 3;
1268
+ */
1269
+ creditMin: bigint;
1270
+
1271
+ /**
1272
+ * due_in_days is the number of days after the invoice finalization
1273
+ * that it will be considered overdue, if set to 0, the customer will
1274
+ * be charged immediately
1275
+ *
1276
+ * @generated from field: int64 due_in_days = 4;
1277
+ */
1278
+ dueInDays: bigint;
1279
+ };
1280
+
1281
+ /**
1282
+ * Describes the message raystack.frontier.v1beta1.UpdateBillingAccountDetailsRequest.
1283
+ * Use `create(UpdateBillingAccountDetailsRequestSchema)` to create a new message.
1284
+ */
1285
+ export declare const UpdateBillingAccountDetailsRequestSchema: GenMessage<UpdateBillingAccountDetailsRequest>;
1286
+
1287
+ /**
1288
+ * @generated from message raystack.frontier.v1beta1.UpdateBillingAccountDetailsResponse
1289
+ */
1290
+ export declare type UpdateBillingAccountDetailsResponse = Message<"raystack.frontier.v1beta1.UpdateBillingAccountDetailsResponse"> & {
1291
+ };
1292
+
1293
+ /**
1294
+ * Describes the message raystack.frontier.v1beta1.UpdateBillingAccountDetailsResponse.
1295
+ * Use `create(UpdateBillingAccountDetailsResponseSchema)` to create a new message.
1296
+ */
1297
+ export declare const UpdateBillingAccountDetailsResponseSchema: GenMessage<UpdateBillingAccountDetailsResponse>;
1298
+
1299
+ /**
1300
+ * @generated from message raystack.frontier.v1beta1.SetOrganizationKycRequest
1301
+ */
1302
+ export declare type SetOrganizationKycRequest = Message<"raystack.frontier.v1beta1.SetOrganizationKycRequest"> & {
1303
+ /**
1304
+ * @generated from field: string org_id = 1;
1305
+ */
1306
+ orgId: string;
1307
+
1308
+ /**
1309
+ * @generated from field: bool status = 2;
1310
+ */
1311
+ status: boolean;
1312
+
1313
+ /**
1314
+ * @generated from field: string link = 3;
1315
+ */
1316
+ link: string;
1317
+ };
1318
+
1319
+ /**
1320
+ * Describes the message raystack.frontier.v1beta1.SetOrganizationKycRequest.
1321
+ * Use `create(SetOrganizationKycRequestSchema)` to create a new message.
1322
+ */
1323
+ export declare const SetOrganizationKycRequestSchema: GenMessage<SetOrganizationKycRequest>;
1324
+
1325
+ /**
1326
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationsRequest
1327
+ */
1328
+ export declare type SearchOrganizationsRequest = Message<"raystack.frontier.v1beta1.SearchOrganizationsRequest"> & {
1329
+ /**
1330
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 1;
1331
+ */
1332
+ query?: RQLRequest;
1333
+ };
1334
+
1335
+ /**
1336
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationsRequest.
1337
+ * Use `create(SearchOrganizationsRequestSchema)` to create a new message.
1338
+ */
1339
+ export declare const SearchOrganizationsRequestSchema: GenMessage<SearchOrganizationsRequest>;
1340
+
1341
+ /**
1342
+ * @generated from message raystack.frontier.v1beta1.SetOrganizationKycResponse
1343
+ */
1344
+ export declare type SetOrganizationKycResponse = Message<"raystack.frontier.v1beta1.SetOrganizationKycResponse"> & {
1345
+ /**
1346
+ * @generated from field: raystack.frontier.v1beta1.OrganizationKyc organization_kyc = 1;
1347
+ */
1348
+ organizationKyc?: OrganizationKyc;
1349
+ };
1350
+
1351
+ /**
1352
+ * Describes the message raystack.frontier.v1beta1.SetOrganizationKycResponse.
1353
+ * Use `create(SetOrganizationKycResponseSchema)` to create a new message.
1354
+ */
1355
+ export declare const SetOrganizationKycResponseSchema: GenMessage<SetOrganizationKycResponse>;
1356
+
1357
+ /**
1358
+ * @generated from message raystack.frontier.v1beta1.ListOrganizationsKycRequest
1359
+ */
1360
+ export declare type ListOrganizationsKycRequest = Message<"raystack.frontier.v1beta1.ListOrganizationsKycRequest"> & {
1361
+ };
1362
+
1363
+ /**
1364
+ * Describes the message raystack.frontier.v1beta1.ListOrganizationsKycRequest.
1365
+ * Use `create(ListOrganizationsKycRequestSchema)` to create a new message.
1366
+ */
1367
+ export declare const ListOrganizationsKycRequestSchema: GenMessage<ListOrganizationsKycRequest>;
1368
+
1369
+ /**
1370
+ * @generated from message raystack.frontier.v1beta1.ListOrganizationsKycResponse
1371
+ */
1372
+ export declare type ListOrganizationsKycResponse = Message<"raystack.frontier.v1beta1.ListOrganizationsKycResponse"> & {
1373
+ /**
1374
+ * @generated from field: repeated raystack.frontier.v1beta1.OrganizationKyc organizations_kyc = 1;
1375
+ */
1376
+ organizationsKyc: OrganizationKyc[];
1377
+ };
1378
+
1379
+ /**
1380
+ * Describes the message raystack.frontier.v1beta1.ListOrganizationsKycResponse.
1381
+ * Use `create(ListOrganizationsKycResponseSchema)` to create a new message.
1382
+ */
1383
+ export declare const ListOrganizationsKycResponseSchema: GenMessage<ListOrganizationsKycResponse>;
1384
+
1385
+ /**
1386
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationsResponse
1387
+ */
1388
+ export declare type SearchOrganizationsResponse = Message<"raystack.frontier.v1beta1.SearchOrganizationsResponse"> & {
1389
+ /**
1390
+ * @generated from field: repeated raystack.frontier.v1beta1.SearchOrganizationsResponse.OrganizationResult organizations = 1;
1391
+ */
1392
+ organizations: SearchOrganizationsResponse_OrganizationResult[];
1393
+
1394
+ /**
1395
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
1396
+ */
1397
+ pagination?: RQLQueryPaginationResponse;
1398
+
1399
+ /**
1400
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
1401
+ */
1402
+ group?: RQLQueryGroupResponse;
1403
+ };
1404
+
1405
+ /**
1406
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationsResponse.
1407
+ * Use `create(SearchOrganizationsResponseSchema)` to create a new message.
1408
+ */
1409
+ export declare const SearchOrganizationsResponseSchema: GenMessage<SearchOrganizationsResponse>;
1410
+
1411
+ /**
1412
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationsResponse.OrganizationResult
1413
+ */
1414
+ export declare type SearchOrganizationsResponse_OrganizationResult = Message<"raystack.frontier.v1beta1.SearchOrganizationsResponse.OrganizationResult"> & {
1415
+ /**
1416
+ * @generated from field: string id = 1;
1417
+ */
1418
+ id: string;
1419
+
1420
+ /**
1421
+ * @generated from field: string name = 2;
1422
+ */
1423
+ name: string;
1424
+
1425
+ /**
1426
+ * @generated from field: string title = 3;
1427
+ */
1428
+ title: string;
1429
+
1430
+ /**
1431
+ * @generated from field: google.protobuf.Timestamp created_at = 4;
1432
+ */
1433
+ createdAt?: Timestamp;
1434
+
1435
+ /**
1436
+ * @generated from field: google.protobuf.Timestamp updated_at = 5;
1437
+ */
1438
+ updatedAt?: Timestamp;
1439
+
1440
+ /**
1441
+ * @generated from field: string state = 6;
1442
+ */
1443
+ state: string;
1444
+
1445
+ /**
1446
+ * @generated from field: string avatar = 7;
1447
+ */
1448
+ avatar: string;
1449
+
1450
+ /**
1451
+ * @generated from field: string created_by = 8;
1452
+ */
1453
+ createdBy: string;
1454
+
1455
+ /**
1456
+ * @generated from field: string plan_name = 9;
1457
+ */
1458
+ planName: string;
1459
+
1460
+ /**
1461
+ * @generated from field: string payment_mode = 10;
1462
+ */
1463
+ paymentMode: string;
1464
+
1465
+ /**
1466
+ * @generated from field: google.protobuf.Timestamp subscription_cycle_end_at = 11;
1467
+ */
1468
+ subscriptionCycleEndAt?: Timestamp;
1469
+
1470
+ /**
1471
+ * @generated from field: string country = 12;
1472
+ */
1473
+ country: string;
1474
+
1475
+ /**
1476
+ * @generated from field: string subscription_state = 14;
1477
+ */
1478
+ subscriptionState: string;
1479
+
1480
+ /**
1481
+ * @generated from field: string plan_interval = 15;
1482
+ */
1483
+ planInterval: string;
1484
+
1485
+ /**
1486
+ * @generated from field: string plan_id = 16;
1487
+ */
1488
+ planId: string;
1489
+ };
1490
+
1491
+ /**
1492
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationsResponse.OrganizationResult.
1493
+ * Use `create(SearchOrganizationsResponse_OrganizationResultSchema)` to create a new message.
1494
+ */
1495
+ export declare const SearchOrganizationsResponse_OrganizationResultSchema: GenMessage<SearchOrganizationsResponse_OrganizationResult>;
1496
+
1497
+ /**
1498
+ * @generated from message raystack.frontier.v1beta1.ListProspectsRequest
1499
+ */
1500
+ export declare type ListProspectsRequest = Message<"raystack.frontier.v1beta1.ListProspectsRequest"> & {
1501
+ /**
1502
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 1;
1503
+ */
1504
+ query?: RQLRequest;
1505
+ };
1506
+
1507
+ /**
1508
+ * Describes the message raystack.frontier.v1beta1.ListProspectsRequest.
1509
+ * Use `create(ListProspectsRequestSchema)` to create a new message.
1510
+ */
1511
+ export declare const ListProspectsRequestSchema: GenMessage<ListProspectsRequest>;
1512
+
1513
+ /**
1514
+ * @generated from message raystack.frontier.v1beta1.ListProspectsResponse
1515
+ */
1516
+ export declare type ListProspectsResponse = Message<"raystack.frontier.v1beta1.ListProspectsResponse"> & {
1517
+ /**
1518
+ * @generated from field: repeated raystack.frontier.v1beta1.Prospect prospects = 1;
1519
+ */
1520
+ prospects: Prospect[];
1521
+
1522
+ /**
1523
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
1524
+ */
1525
+ pagination?: RQLQueryPaginationResponse;
1526
+
1527
+ /**
1528
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
1529
+ */
1530
+ group?: RQLQueryGroupResponse;
1531
+ };
1532
+
1533
+ /**
1534
+ * Describes the message raystack.frontier.v1beta1.ListProspectsResponse.
1535
+ * Use `create(ListProspectsResponseSchema)` to create a new message.
1536
+ */
1537
+ export declare const ListProspectsResponseSchema: GenMessage<ListProspectsResponse>;
1538
+
1539
+ /**
1540
+ * @generated from message raystack.frontier.v1beta1.GetProspectRequest
1541
+ */
1542
+ export declare type GetProspectRequest = Message<"raystack.frontier.v1beta1.GetProspectRequest"> & {
1543
+ /**
1544
+ * @generated from field: string id = 1;
1545
+ */
1546
+ id: string;
1547
+ };
1548
+
1549
+ /**
1550
+ * Describes the message raystack.frontier.v1beta1.GetProspectRequest.
1551
+ * Use `create(GetProspectRequestSchema)` to create a new message.
1552
+ */
1553
+ export declare const GetProspectRequestSchema: GenMessage<GetProspectRequest>;
1554
+
1555
+ /**
1556
+ * @generated from message raystack.frontier.v1beta1.GetProspectResponse
1557
+ */
1558
+ export declare type GetProspectResponse = Message<"raystack.frontier.v1beta1.GetProspectResponse"> & {
1559
+ /**
1560
+ * @generated from field: raystack.frontier.v1beta1.Prospect prospect = 1;
1561
+ */
1562
+ prospect?: Prospect;
1563
+ };
1564
+
1565
+ /**
1566
+ * Describes the message raystack.frontier.v1beta1.GetProspectResponse.
1567
+ * Use `create(GetProspectResponseSchema)` to create a new message.
1568
+ */
1569
+ export declare const GetProspectResponseSchema: GenMessage<GetProspectResponse>;
1570
+
1571
+ /**
1572
+ * @generated from message raystack.frontier.v1beta1.UpdateProspectRequest
1573
+ */
1574
+ export declare type UpdateProspectRequest = Message<"raystack.frontier.v1beta1.UpdateProspectRequest"> & {
1575
+ /**
1576
+ * @generated from field: string id = 1;
1577
+ */
1578
+ id: string;
1579
+
1580
+ /**
1581
+ * @generated from field: string name = 2;
1582
+ */
1583
+ name: string;
1584
+
1585
+ /**
1586
+ * @generated from field: string email = 5;
1587
+ */
1588
+ email: string;
1589
+
1590
+ /**
1591
+ * @generated from field: string phone = 6;
1592
+ */
1593
+ phone: string;
1594
+
1595
+ /**
1596
+ * @generated from field: string activity = 7;
1597
+ */
1598
+ activity: string;
1599
+
1600
+ /**
1601
+ * @generated from field: raystack.frontier.v1beta1.Prospect.Status status = 8;
1602
+ */
1603
+ status: Prospect_Status;
1604
+
1605
+ /**
1606
+ * @generated from field: string source = 9;
1607
+ */
1608
+ source: string;
1609
+
1610
+ /**
1611
+ * @generated from field: bool verified = 10;
1612
+ */
1613
+ verified: boolean;
1614
+
1615
+ /**
1616
+ * @generated from field: google.protobuf.Struct metadata = 11;
1617
+ */
1618
+ metadata?: JsonObject;
1619
+ };
1620
+
1621
+ /**
1622
+ * Describes the message raystack.frontier.v1beta1.UpdateProspectRequest.
1623
+ * Use `create(UpdateProspectRequestSchema)` to create a new message.
1624
+ */
1625
+ export declare const UpdateProspectRequestSchema: GenMessage<UpdateProspectRequest>;
1626
+
1627
+ /**
1628
+ * @generated from message raystack.frontier.v1beta1.UpdateProspectResponse
1629
+ */
1630
+ export declare type UpdateProspectResponse = Message<"raystack.frontier.v1beta1.UpdateProspectResponse"> & {
1631
+ /**
1632
+ * @generated from field: raystack.frontier.v1beta1.Prospect prospect = 1;
1633
+ */
1634
+ prospect?: Prospect;
1635
+ };
1636
+
1637
+ /**
1638
+ * Describes the message raystack.frontier.v1beta1.UpdateProspectResponse.
1639
+ * Use `create(UpdateProspectResponseSchema)` to create a new message.
1640
+ */
1641
+ export declare const UpdateProspectResponseSchema: GenMessage<UpdateProspectResponse>;
1642
+
1643
+ /**
1644
+ * @generated from message raystack.frontier.v1beta1.DeleteProspectRequest
1645
+ */
1646
+ export declare type DeleteProspectRequest = Message<"raystack.frontier.v1beta1.DeleteProspectRequest"> & {
1647
+ /**
1648
+ * @generated from field: string id = 1;
1649
+ */
1650
+ id: string;
1651
+ };
1652
+
1653
+ /**
1654
+ * Describes the message raystack.frontier.v1beta1.DeleteProspectRequest.
1655
+ * Use `create(DeleteProspectRequestSchema)` to create a new message.
1656
+ */
1657
+ export declare const DeleteProspectRequestSchema: GenMessage<DeleteProspectRequest>;
1658
+
1659
+ /**
1660
+ * @generated from message raystack.frontier.v1beta1.DeleteProspectResponse
1661
+ */
1662
+ export declare type DeleteProspectResponse = Message<"raystack.frontier.v1beta1.DeleteProspectResponse"> & {
1663
+ };
1664
+
1665
+ /**
1666
+ * Describes the message raystack.frontier.v1beta1.DeleteProspectResponse.
1667
+ * Use `create(DeleteProspectResponseSchema)` to create a new message.
1668
+ */
1669
+ export declare const DeleteProspectResponseSchema: GenMessage<DeleteProspectResponse>;
1670
+
1671
+ /**
1672
+ * @generated from message raystack.frontier.v1beta1.CreateProspectRequest
1673
+ */
1674
+ export declare type CreateProspectRequest = Message<"raystack.frontier.v1beta1.CreateProspectRequest"> & {
1675
+ /**
1676
+ * @generated from field: string name = 1;
1677
+ */
1678
+ name: string;
1679
+
1680
+ /**
1681
+ * @generated from field: string email = 5;
1682
+ */
1683
+ email: string;
1684
+
1685
+ /**
1686
+ * @generated from field: string phone = 6;
1687
+ */
1688
+ phone: string;
1689
+
1690
+ /**
1691
+ * @generated from field: string activity = 7;
1692
+ */
1693
+ activity: string;
1694
+
1695
+ /**
1696
+ * @generated from field: raystack.frontier.v1beta1.Prospect.Status status = 8;
1697
+ */
1698
+ status: Prospect_Status;
1699
+
1700
+ /**
1701
+ * @generated from field: string source = 9;
1702
+ */
1703
+ source: string;
1704
+
1705
+ /**
1706
+ * @generated from field: bool verified = 10;
1707
+ */
1708
+ verified: boolean;
1709
+
1710
+ /**
1711
+ * @generated from field: google.protobuf.Struct metadata = 11;
1712
+ */
1713
+ metadata?: JsonObject;
1714
+ };
1715
+
1716
+ /**
1717
+ * Describes the message raystack.frontier.v1beta1.CreateProspectRequest.
1718
+ * Use `create(CreateProspectRequestSchema)` to create a new message.
1719
+ */
1720
+ export declare const CreateProspectRequestSchema: GenMessage<CreateProspectRequest>;
1721
+
1722
+ /**
1723
+ * @generated from message raystack.frontier.v1beta1.CreateProspectResponse
1724
+ */
1725
+ export declare type CreateProspectResponse = Message<"raystack.frontier.v1beta1.CreateProspectResponse"> & {
1726
+ /**
1727
+ * @generated from field: raystack.frontier.v1beta1.Prospect prospect = 1;
1728
+ */
1729
+ prospect?: Prospect;
1730
+ };
1731
+
1732
+ /**
1733
+ * Describes the message raystack.frontier.v1beta1.CreateProspectResponse.
1734
+ * Use `create(CreateProspectResponseSchema)` to create a new message.
1735
+ */
1736
+ export declare const CreateProspectResponseSchema: GenMessage<CreateProspectResponse>;
1737
+
1738
+ /**
1739
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationUsersRequest
1740
+ */
1741
+ export declare type SearchOrganizationUsersRequest = Message<"raystack.frontier.v1beta1.SearchOrganizationUsersRequest"> & {
1742
+ /**
1743
+ * @generated from field: string id = 1;
1744
+ */
1745
+ id: string;
1746
+
1747
+ /**
1748
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 2;
1749
+ */
1750
+ query?: RQLRequest;
1751
+ };
1752
+
1753
+ /**
1754
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationUsersRequest.
1755
+ * Use `create(SearchOrganizationUsersRequestSchema)` to create a new message.
1756
+ */
1757
+ export declare const SearchOrganizationUsersRequestSchema: GenMessage<SearchOrganizationUsersRequest>;
1758
+
1759
+ /**
1760
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationUsersResponse
1761
+ */
1762
+ export declare type SearchOrganizationUsersResponse = Message<"raystack.frontier.v1beta1.SearchOrganizationUsersResponse"> & {
1763
+ /**
1764
+ * @generated from field: repeated raystack.frontier.v1beta1.SearchOrganizationUsersResponse.OrganizationUser org_users = 1;
1765
+ */
1766
+ orgUsers: SearchOrganizationUsersResponse_OrganizationUser[];
1767
+
1768
+ /**
1769
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
1770
+ */
1771
+ pagination?: RQLQueryPaginationResponse;
1772
+
1773
+ /**
1774
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
1775
+ */
1776
+ group?: RQLQueryGroupResponse;
1777
+ };
1778
+
1779
+ /**
1780
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationUsersResponse.
1781
+ * Use `create(SearchOrganizationUsersResponseSchema)` to create a new message.
1782
+ */
1783
+ export declare const SearchOrganizationUsersResponseSchema: GenMessage<SearchOrganizationUsersResponse>;
1784
+
1785
+ /**
1786
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationUsersResponse.OrganizationUser
1787
+ */
1788
+ export declare type SearchOrganizationUsersResponse_OrganizationUser = Message<"raystack.frontier.v1beta1.SearchOrganizationUsersResponse.OrganizationUser"> & {
1789
+ /**
1790
+ * @generated from field: string id = 1;
1791
+ */
1792
+ id: string;
1793
+
1794
+ /**
1795
+ * @generated from field: string name = 2;
1796
+ */
1797
+ name: string;
1798
+
1799
+ /**
1800
+ * @generated from field: string title = 3;
1801
+ */
1802
+ title: string;
1803
+
1804
+ /**
1805
+ * @generated from field: string email = 4;
1806
+ */
1807
+ email: string;
1808
+
1809
+ /**
1810
+ * @generated from field: google.protobuf.Timestamp org_joined_at = 5;
1811
+ */
1812
+ orgJoinedAt?: Timestamp;
1813
+
1814
+ /**
1815
+ * @generated from field: string state = 6;
1816
+ */
1817
+ state: string;
1818
+
1819
+ /**
1820
+ * @generated from field: string avatar = 7;
1821
+ */
1822
+ avatar: string;
1823
+
1824
+ /**
1825
+ * @generated from field: repeated string role_names = 8;
1826
+ */
1827
+ roleNames: string[];
1828
+
1829
+ /**
1830
+ * @generated from field: repeated string role_titles = 9;
1831
+ */
1832
+ roleTitles: string[];
1833
+
1834
+ /**
1835
+ * @generated from field: repeated string role_ids = 10;
1836
+ */
1837
+ roleIds: string[];
1838
+
1839
+ /**
1840
+ * @generated from field: string organization_id = 11;
1841
+ */
1842
+ organizationId: string;
1843
+ };
1844
+
1845
+ /**
1846
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationUsersResponse.OrganizationUser.
1847
+ * Use `create(SearchOrganizationUsersResponse_OrganizationUserSchema)` to create a new message.
1848
+ */
1849
+ export declare const SearchOrganizationUsersResponse_OrganizationUserSchema: GenMessage<SearchOrganizationUsersResponse_OrganizationUser>;
1850
+
1851
+ /**
1852
+ * @generated from message raystack.frontier.v1beta1.ExportOrganizationUsersRequest
1853
+ */
1854
+ export declare type ExportOrganizationUsersRequest = Message<"raystack.frontier.v1beta1.ExportOrganizationUsersRequest"> & {
1855
+ /**
1856
+ * @generated from field: string id = 1;
1857
+ */
1858
+ id: string;
1859
+ };
1860
+
1861
+ /**
1862
+ * Describes the message raystack.frontier.v1beta1.ExportOrganizationUsersRequest.
1863
+ * Use `create(ExportOrganizationUsersRequestSchema)` to create a new message.
1864
+ */
1865
+ export declare const ExportOrganizationUsersRequestSchema: GenMessage<ExportOrganizationUsersRequest>;
1866
+
1867
+ /**
1868
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationProjectsRequest
1869
+ */
1870
+ export declare type SearchOrganizationProjectsRequest = Message<"raystack.frontier.v1beta1.SearchOrganizationProjectsRequest"> & {
1871
+ /**
1872
+ * @generated from field: string id = 1;
1873
+ */
1874
+ id: string;
1875
+
1876
+ /**
1877
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 2;
1878
+ */
1879
+ query?: RQLRequest;
1880
+ };
1881
+
1882
+ /**
1883
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationProjectsRequest.
1884
+ * Use `create(SearchOrganizationProjectsRequestSchema)` to create a new message.
1885
+ */
1886
+ export declare const SearchOrganizationProjectsRequestSchema: GenMessage<SearchOrganizationProjectsRequest>;
1887
+
1888
+ /**
1889
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationProjectsResponse
1890
+ */
1891
+ export declare type SearchOrganizationProjectsResponse = Message<"raystack.frontier.v1beta1.SearchOrganizationProjectsResponse"> & {
1892
+ /**
1893
+ * @generated from field: repeated raystack.frontier.v1beta1.SearchOrganizationProjectsResponse.OrganizationProject org_projects = 1;
1894
+ */
1895
+ orgProjects: SearchOrganizationProjectsResponse_OrganizationProject[];
1896
+
1897
+ /**
1898
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
1899
+ */
1900
+ pagination?: RQLQueryPaginationResponse;
1901
+
1902
+ /**
1903
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
1904
+ */
1905
+ group?: RQLQueryGroupResponse;
1906
+ };
1907
+
1908
+ /**
1909
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationProjectsResponse.
1910
+ * Use `create(SearchOrganizationProjectsResponseSchema)` to create a new message.
1911
+ */
1912
+ export declare const SearchOrganizationProjectsResponseSchema: GenMessage<SearchOrganizationProjectsResponse>;
1913
+
1914
+ /**
1915
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationProjectsResponse.OrganizationProject
1916
+ */
1917
+ export declare type SearchOrganizationProjectsResponse_OrganizationProject = Message<"raystack.frontier.v1beta1.SearchOrganizationProjectsResponse.OrganizationProject"> & {
1918
+ /**
1919
+ * @generated from field: string id = 1;
1920
+ */
1921
+ id: string;
1922
+
1923
+ /**
1924
+ * @generated from field: string name = 2;
1925
+ */
1926
+ name: string;
1927
+
1928
+ /**
1929
+ * @generated from field: string title = 3;
1930
+ */
1931
+ title: string;
1932
+
1933
+ /**
1934
+ * @generated from field: string state = 4;
1935
+ */
1936
+ state: string;
1937
+
1938
+ /**
1939
+ * @generated from field: int64 member_count = 5;
1940
+ */
1941
+ memberCount: bigint;
1942
+
1943
+ /**
1944
+ * @generated from field: repeated string user_ids = 6;
1945
+ */
1946
+ userIds: string[];
1947
+
1948
+ /**
1949
+ * @generated from field: google.protobuf.Timestamp created_at = 7;
1950
+ */
1951
+ createdAt?: Timestamp;
1952
+
1953
+ /**
1954
+ * @generated from field: string organization_id = 8;
1955
+ */
1956
+ organizationId: string;
1957
+ };
1958
+
1959
+ /**
1960
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationProjectsResponse.OrganizationProject.
1961
+ * Use `create(SearchOrganizationProjectsResponse_OrganizationProjectSchema)` to create a new message.
1962
+ */
1963
+ export declare const SearchOrganizationProjectsResponse_OrganizationProjectSchema: GenMessage<SearchOrganizationProjectsResponse_OrganizationProject>;
1964
+
1965
+ /**
1966
+ * @generated from message raystack.frontier.v1beta1.ExportOrganizationProjectsRequest
1967
+ */
1968
+ export declare type ExportOrganizationProjectsRequest = Message<"raystack.frontier.v1beta1.ExportOrganizationProjectsRequest"> & {
1969
+ /**
1970
+ * @generated from field: string id = 1;
1971
+ */
1972
+ id: string;
1973
+ };
1974
+
1975
+ /**
1976
+ * Describes the message raystack.frontier.v1beta1.ExportOrganizationProjectsRequest.
1977
+ * Use `create(ExportOrganizationProjectsRequestSchema)` to create a new message.
1978
+ */
1979
+ export declare const ExportOrganizationProjectsRequestSchema: GenMessage<ExportOrganizationProjectsRequest>;
1980
+
1981
+ /**
1982
+ * @generated from message raystack.frontier.v1beta1.SearchProjectUsersRequest
1983
+ */
1984
+ export declare type SearchProjectUsersRequest = Message<"raystack.frontier.v1beta1.SearchProjectUsersRequest"> & {
1985
+ /**
1986
+ * @generated from field: string id = 1;
1987
+ */
1988
+ id: string;
1989
+
1990
+ /**
1991
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 2;
1992
+ */
1993
+ query?: RQLRequest;
1994
+ };
1995
+
1996
+ /**
1997
+ * Describes the message raystack.frontier.v1beta1.SearchProjectUsersRequest.
1998
+ * Use `create(SearchProjectUsersRequestSchema)` to create a new message.
1999
+ */
2000
+ export declare const SearchProjectUsersRequestSchema: GenMessage<SearchProjectUsersRequest>;
2001
+
2002
+ /**
2003
+ * @generated from message raystack.frontier.v1beta1.SearchProjectUsersResponse
2004
+ */
2005
+ export declare type SearchProjectUsersResponse = Message<"raystack.frontier.v1beta1.SearchProjectUsersResponse"> & {
2006
+ /**
2007
+ * @generated from field: repeated raystack.frontier.v1beta1.SearchProjectUsersResponse.ProjectUser project_users = 1;
2008
+ */
2009
+ projectUsers: SearchProjectUsersResponse_ProjectUser[];
2010
+
2011
+ /**
2012
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
2013
+ */
2014
+ pagination?: RQLQueryPaginationResponse;
2015
+
2016
+ /**
2017
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
2018
+ */
2019
+ group?: RQLQueryGroupResponse;
2020
+ };
2021
+
2022
+ /**
2023
+ * Describes the message raystack.frontier.v1beta1.SearchProjectUsersResponse.
2024
+ * Use `create(SearchProjectUsersResponseSchema)` to create a new message.
2025
+ */
2026
+ export declare const SearchProjectUsersResponseSchema: GenMessage<SearchProjectUsersResponse>;
2027
+
2028
+ /**
2029
+ * @generated from message raystack.frontier.v1beta1.SearchProjectUsersResponse.ProjectUser
2030
+ */
2031
+ export declare type SearchProjectUsersResponse_ProjectUser = Message<"raystack.frontier.v1beta1.SearchProjectUsersResponse.ProjectUser"> & {
2032
+ /**
2033
+ * @generated from field: string id = 1;
2034
+ */
2035
+ id: string;
2036
+
2037
+ /**
2038
+ * @generated from field: string name = 2;
2039
+ */
2040
+ name: string;
2041
+
2042
+ /**
2043
+ * @generated from field: string title = 3;
2044
+ */
2045
+ title: string;
2046
+
2047
+ /**
2048
+ * @generated from field: string email = 4;
2049
+ */
2050
+ email: string;
2051
+
2052
+ /**
2053
+ * @generated from field: string avatar = 7;
2054
+ */
2055
+ avatar: string;
2056
+
2057
+ /**
2058
+ * @generated from field: repeated string role_names = 8;
2059
+ */
2060
+ roleNames: string[];
2061
+
2062
+ /**
2063
+ * @generated from field: repeated string role_titles = 9;
2064
+ */
2065
+ roleTitles: string[];
2066
+
2067
+ /**
2068
+ * @generated from field: repeated string role_ids = 10;
2069
+ */
2070
+ roleIds: string[];
2071
+
2072
+ /**
2073
+ * @generated from field: string project_id = 11;
2074
+ */
2075
+ projectId: string;
2076
+ };
2077
+
2078
+ /**
2079
+ * Describes the message raystack.frontier.v1beta1.SearchProjectUsersResponse.ProjectUser.
2080
+ * Use `create(SearchProjectUsersResponse_ProjectUserSchema)` to create a new message.
2081
+ */
2082
+ export declare const SearchProjectUsersResponse_ProjectUserSchema: GenMessage<SearchProjectUsersResponse_ProjectUser>;
2083
+
2084
+ /**
2085
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationInvoicesRequest
2086
+ */
2087
+ export declare type SearchOrganizationInvoicesRequest = Message<"raystack.frontier.v1beta1.SearchOrganizationInvoicesRequest"> & {
2088
+ /**
2089
+ * @generated from field: string id = 1;
2090
+ */
2091
+ id: string;
2092
+
2093
+ /**
2094
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 2;
2095
+ */
2096
+ query?: RQLRequest;
2097
+ };
2098
+
2099
+ /**
2100
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationInvoicesRequest.
2101
+ * Use `create(SearchOrganizationInvoicesRequestSchema)` to create a new message.
2102
+ */
2103
+ export declare const SearchOrganizationInvoicesRequestSchema: GenMessage<SearchOrganizationInvoicesRequest>;
2104
+
2105
+ /**
2106
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationInvoicesResponse
2107
+ */
2108
+ export declare type SearchOrganizationInvoicesResponse = Message<"raystack.frontier.v1beta1.SearchOrganizationInvoicesResponse"> & {
2109
+ /**
2110
+ * @generated from field: repeated raystack.frontier.v1beta1.SearchOrganizationInvoicesResponse.OrganizationInvoice organization_invoices = 1;
2111
+ */
2112
+ organizationInvoices: SearchOrganizationInvoicesResponse_OrganizationInvoice[];
2113
+
2114
+ /**
2115
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
2116
+ */
2117
+ pagination?: RQLQueryPaginationResponse;
2118
+
2119
+ /**
2120
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
2121
+ */
2122
+ group?: RQLQueryGroupResponse;
2123
+ };
2124
+
2125
+ /**
2126
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationInvoicesResponse.
2127
+ * Use `create(SearchOrganizationInvoicesResponseSchema)` to create a new message.
2128
+ */
2129
+ export declare const SearchOrganizationInvoicesResponseSchema: GenMessage<SearchOrganizationInvoicesResponse>;
2130
+
2131
+ /**
2132
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationInvoicesResponse.OrganizationInvoice
2133
+ */
2134
+ export declare type SearchOrganizationInvoicesResponse_OrganizationInvoice = Message<"raystack.frontier.v1beta1.SearchOrganizationInvoicesResponse.OrganizationInvoice"> & {
2135
+ /**
2136
+ * @generated from field: string id = 1;
2137
+ */
2138
+ id: string;
2139
+
2140
+ /**
2141
+ * @generated from field: int64 amount = 2;
2142
+ */
2143
+ amount: bigint;
2144
+
2145
+ /**
2146
+ * @generated from field: string currency = 3;
2147
+ */
2148
+ currency: string;
2149
+
2150
+ /**
2151
+ * @generated from field: string state = 4;
2152
+ */
2153
+ state: string;
2154
+
2155
+ /**
2156
+ * @generated from field: string invoice_link = 5;
2157
+ */
2158
+ invoiceLink: string;
2159
+
2160
+ /**
2161
+ * @generated from field: google.protobuf.Timestamp created_at = 6;
2162
+ */
2163
+ createdAt?: Timestamp;
2164
+
2165
+ /**
2166
+ * @generated from field: string org_id = 7;
2167
+ */
2168
+ orgId: string;
2169
+ };
2170
+
2171
+ /**
2172
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationInvoicesResponse.OrganizationInvoice.
2173
+ * Use `create(SearchOrganizationInvoicesResponse_OrganizationInvoiceSchema)` to create a new message.
2174
+ */
2175
+ export declare const SearchOrganizationInvoicesResponse_OrganizationInvoiceSchema: GenMessage<SearchOrganizationInvoicesResponse_OrganizationInvoice>;
2176
+
2177
+ /**
2178
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationTokensRequest
2179
+ */
2180
+ export declare type SearchOrganizationTokensRequest = Message<"raystack.frontier.v1beta1.SearchOrganizationTokensRequest"> & {
2181
+ /**
2182
+ * @generated from field: string id = 1;
2183
+ */
2184
+ id: string;
2185
+
2186
+ /**
2187
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 2;
2188
+ */
2189
+ query?: RQLRequest;
2190
+ };
2191
+
2192
+ /**
2193
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationTokensRequest.
2194
+ * Use `create(SearchOrganizationTokensRequestSchema)` to create a new message.
2195
+ */
2196
+ export declare const SearchOrganizationTokensRequestSchema: GenMessage<SearchOrganizationTokensRequest>;
2197
+
2198
+ /**
2199
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationTokensResponse
2200
+ */
2201
+ export declare type SearchOrganizationTokensResponse = Message<"raystack.frontier.v1beta1.SearchOrganizationTokensResponse"> & {
2202
+ /**
2203
+ * @generated from field: repeated raystack.frontier.v1beta1.SearchOrganizationTokensResponse.OrganizationToken organization_tokens = 1;
2204
+ */
2205
+ organizationTokens: SearchOrganizationTokensResponse_OrganizationToken[];
2206
+
2207
+ /**
2208
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
2209
+ */
2210
+ pagination?: RQLQueryPaginationResponse;
2211
+
2212
+ /**
2213
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
2214
+ */
2215
+ group?: RQLQueryGroupResponse;
2216
+ };
2217
+
2218
+ /**
2219
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationTokensResponse.
2220
+ * Use `create(SearchOrganizationTokensResponseSchema)` to create a new message.
2221
+ */
2222
+ export declare const SearchOrganizationTokensResponseSchema: GenMessage<SearchOrganizationTokensResponse>;
2223
+
2224
+ /**
2225
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationTokensResponse.OrganizationToken
2226
+ */
2227
+ export declare type SearchOrganizationTokensResponse_OrganizationToken = Message<"raystack.frontier.v1beta1.SearchOrganizationTokensResponse.OrganizationToken"> & {
2228
+ /**
2229
+ * @generated from field: int64 amount = 1;
2230
+ */
2231
+ amount: bigint;
2232
+
2233
+ /**
2234
+ * @generated from field: string type = 2;
2235
+ */
2236
+ type: string;
2237
+
2238
+ /**
2239
+ * @generated from field: string description = 3;
2240
+ */
2241
+ description: string;
2242
+
2243
+ /**
2244
+ * @generated from field: string user_id = 4;
2245
+ */
2246
+ userId: string;
2247
+
2248
+ /**
2249
+ * @generated from field: string user_title = 5;
2250
+ */
2251
+ userTitle: string;
2252
+
2253
+ /**
2254
+ * @generated from field: string user_avatar = 6;
2255
+ */
2256
+ userAvatar: string;
2257
+
2258
+ /**
2259
+ * @generated from field: google.protobuf.Timestamp created_at = 7;
2260
+ */
2261
+ createdAt?: Timestamp;
2262
+
2263
+ /**
2264
+ * @generated from field: string org_id = 8;
2265
+ */
2266
+ orgId: string;
2267
+ };
2268
+
2269
+ /**
2270
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationTokensResponse.OrganizationToken.
2271
+ * Use `create(SearchOrganizationTokensResponse_OrganizationTokenSchema)` to create a new message.
2272
+ */
2273
+ export declare const SearchOrganizationTokensResponse_OrganizationTokenSchema: GenMessage<SearchOrganizationTokensResponse_OrganizationToken>;
2274
+
2275
+ /**
2276
+ * @generated from message raystack.frontier.v1beta1.ExportOrganizationTokensRequest
2277
+ */
2278
+ export declare type ExportOrganizationTokensRequest = Message<"raystack.frontier.v1beta1.ExportOrganizationTokensRequest"> & {
2279
+ /**
2280
+ * @generated from field: string id = 1;
2281
+ */
2282
+ id: string;
2283
+ };
2284
+
2285
+ /**
2286
+ * Describes the message raystack.frontier.v1beta1.ExportOrganizationTokensRequest.
2287
+ * Use `create(ExportOrganizationTokensRequestSchema)` to create a new message.
2288
+ */
2289
+ export declare const ExportOrganizationTokensRequestSchema: GenMessage<ExportOrganizationTokensRequest>;
2290
+
2291
+ /**
2292
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationServiceUserCredentialsRequest
2293
+ */
2294
+ export declare type SearchOrganizationServiceUserCredentialsRequest = Message<"raystack.frontier.v1beta1.SearchOrganizationServiceUserCredentialsRequest"> & {
2295
+ /**
2296
+ * @generated from field: string id = 1;
2297
+ */
2298
+ id: string;
2299
+
2300
+ /**
2301
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 2;
2302
+ */
2303
+ query?: RQLRequest;
2304
+ };
2305
+
2306
+ /**
2307
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationServiceUserCredentialsRequest.
2308
+ * Use `create(SearchOrganizationServiceUserCredentialsRequestSchema)` to create a new message.
2309
+ */
2310
+ export declare const SearchOrganizationServiceUserCredentialsRequestSchema: GenMessage<SearchOrganizationServiceUserCredentialsRequest>;
2311
+
2312
+ /**
2313
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationServiceUserCredentialsResponse
2314
+ */
2315
+ export declare type SearchOrganizationServiceUserCredentialsResponse = Message<"raystack.frontier.v1beta1.SearchOrganizationServiceUserCredentialsResponse"> & {
2316
+ /**
2317
+ * @generated from field: repeated raystack.frontier.v1beta1.SearchOrganizationServiceUserCredentialsResponse.OrganizationServiceUserCredential organization_serviceuser_credentials = 1;
2318
+ */
2319
+ organizationServiceuserCredentials: SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential[];
2320
+
2321
+ /**
2322
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
2323
+ */
2324
+ pagination?: RQLQueryPaginationResponse;
2325
+
2326
+ /**
2327
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
2328
+ */
2329
+ group?: RQLQueryGroupResponse;
2330
+ };
2331
+
2332
+ /**
2333
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationServiceUserCredentialsResponse.
2334
+ * Use `create(SearchOrganizationServiceUserCredentialsResponseSchema)` to create a new message.
2335
+ */
2336
+ export declare const SearchOrganizationServiceUserCredentialsResponseSchema: GenMessage<SearchOrganizationServiceUserCredentialsResponse>;
2337
+
2338
+ /**
2339
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationServiceUserCredentialsResponse.OrganizationServiceUserCredential
2340
+ */
2341
+ export declare type SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential = Message<"raystack.frontier.v1beta1.SearchOrganizationServiceUserCredentialsResponse.OrganizationServiceUserCredential"> & {
2342
+ /**
2343
+ * @generated from field: string title = 1;
2344
+ */
2345
+ title: string;
2346
+
2347
+ /**
2348
+ * @generated from field: string serviceuser_title = 2;
2349
+ */
2350
+ serviceuserTitle: string;
2351
+
2352
+ /**
2353
+ * @generated from field: google.protobuf.Timestamp created_at = 3;
2354
+ */
2355
+ createdAt?: Timestamp;
2356
+
2357
+ /**
2358
+ * @generated from field: string org_id = 4;
2359
+ */
2360
+ orgId: string;
2361
+ };
2362
+
2363
+ /**
2364
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationServiceUserCredentialsResponse.OrganizationServiceUserCredential.
2365
+ * Use `create(SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredentialSchema)` to create a new message.
2366
+ */
2367
+ export declare const SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredentialSchema: GenMessage<SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential>;
2368
+
2369
+ /**
2370
+ * @generated from message raystack.frontier.v1beta1.SearchUsersRequest
2371
+ */
2372
+ export declare type SearchUsersRequest = Message<"raystack.frontier.v1beta1.SearchUsersRequest"> & {
2373
+ /**
2374
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 1;
2375
+ */
2376
+ query?: RQLRequest;
2377
+ };
2378
+
2379
+ /**
2380
+ * Describes the message raystack.frontier.v1beta1.SearchUsersRequest.
2381
+ * Use `create(SearchUsersRequestSchema)` to create a new message.
2382
+ */
2383
+ export declare const SearchUsersRequestSchema: GenMessage<SearchUsersRequest>;
2384
+
2385
+ /**
2386
+ * @generated from message raystack.frontier.v1beta1.SearchUsersResponse
2387
+ */
2388
+ export declare type SearchUsersResponse = Message<"raystack.frontier.v1beta1.SearchUsersResponse"> & {
2389
+ /**
2390
+ * @generated from field: repeated raystack.frontier.v1beta1.User users = 1;
2391
+ */
2392
+ users: User[];
2393
+
2394
+ /**
2395
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
2396
+ */
2397
+ pagination?: RQLQueryPaginationResponse;
2398
+
2399
+ /**
2400
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
2401
+ */
2402
+ group?: RQLQueryGroupResponse;
2403
+ };
2404
+
2405
+ /**
2406
+ * Describes the message raystack.frontier.v1beta1.SearchUsersResponse.
2407
+ * Use `create(SearchUsersResponseSchema)` to create a new message.
2408
+ */
2409
+ export declare const SearchUsersResponseSchema: GenMessage<SearchUsersResponse>;
2410
+
2411
+ /**
2412
+ * @generated from message raystack.frontier.v1beta1.ExportUsersRequest
2413
+ */
2414
+ export declare type ExportUsersRequest = Message<"raystack.frontier.v1beta1.ExportUsersRequest"> & {
2415
+ };
2416
+
2417
+ /**
2418
+ * Describes the message raystack.frontier.v1beta1.ExportUsersRequest.
2419
+ * Use `create(ExportUsersRequestSchema)` to create a new message.
2420
+ */
2421
+ export declare const ExportUsersRequestSchema: GenMessage<ExportUsersRequest>;
2422
+
2423
+ /**
2424
+ * @generated from message raystack.frontier.v1beta1.SearchUserOrganizationsRequest
2425
+ */
2426
+ export declare type SearchUserOrganizationsRequest = Message<"raystack.frontier.v1beta1.SearchUserOrganizationsRequest"> & {
2427
+ /**
2428
+ * @generated from field: string id = 1;
2429
+ */
2430
+ id: string;
2431
+
2432
+ /**
2433
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 2;
2434
+ */
2435
+ query?: RQLRequest;
2436
+ };
2437
+
2438
+ /**
2439
+ * Describes the message raystack.frontier.v1beta1.SearchUserOrganizationsRequest.
2440
+ * Use `create(SearchUserOrganizationsRequestSchema)` to create a new message.
2441
+ */
2442
+ export declare const SearchUserOrganizationsRequestSchema: GenMessage<SearchUserOrganizationsRequest>;
2443
+
2444
+ /**
2445
+ * @generated from message raystack.frontier.v1beta1.SearchUserOrganizationsResponse
2446
+ */
2447
+ export declare type SearchUserOrganizationsResponse = Message<"raystack.frontier.v1beta1.SearchUserOrganizationsResponse"> & {
2448
+ /**
2449
+ * @generated from field: repeated raystack.frontier.v1beta1.SearchUserOrganizationsResponse.UserOrganization user_organizations = 1;
2450
+ */
2451
+ userOrganizations: SearchUserOrganizationsResponse_UserOrganization[];
2452
+
2453
+ /**
2454
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
2455
+ */
2456
+ pagination?: RQLQueryPaginationResponse;
2457
+
2458
+ /**
2459
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
2460
+ */
2461
+ group?: RQLQueryGroupResponse;
2462
+ };
2463
+
2464
+ /**
2465
+ * Describes the message raystack.frontier.v1beta1.SearchUserOrganizationsResponse.
2466
+ * Use `create(SearchUserOrganizationsResponseSchema)` to create a new message.
2467
+ */
2468
+ export declare const SearchUserOrganizationsResponseSchema: GenMessage<SearchUserOrganizationsResponse>;
2469
+
2470
+ /**
2471
+ * @generated from message raystack.frontier.v1beta1.SearchUserOrganizationsResponse.UserOrganization
2472
+ */
2473
+ export declare type SearchUserOrganizationsResponse_UserOrganization = Message<"raystack.frontier.v1beta1.SearchUserOrganizationsResponse.UserOrganization"> & {
2474
+ /**
2475
+ * @generated from field: string org_id = 1;
2476
+ */
2477
+ orgId: string;
2478
+
2479
+ /**
2480
+ * @generated from field: string org_title = 2;
2481
+ */
2482
+ orgTitle: string;
2483
+
2484
+ /**
2485
+ * @generated from field: string org_name = 3;
2486
+ */
2487
+ orgName: string;
2488
+
2489
+ /**
2490
+ * @generated from field: string org_avatar = 4;
2491
+ */
2492
+ orgAvatar: string;
2493
+
2494
+ /**
2495
+ * @generated from field: int64 project_count = 5;
2496
+ */
2497
+ projectCount: bigint;
2498
+
2499
+ /**
2500
+ * @generated from field: repeated string role_names = 6;
2501
+ */
2502
+ roleNames: string[];
2503
+
2504
+ /**
2505
+ * @generated from field: repeated string role_titles = 7;
2506
+ */
2507
+ roleTitles: string[];
2508
+
2509
+ /**
2510
+ * @generated from field: repeated string role_ids = 8;
2511
+ */
2512
+ roleIds: string[];
2513
+
2514
+ /**
2515
+ * @generated from field: google.protobuf.Timestamp org_joined_on = 9;
2516
+ */
2517
+ orgJoinedOn?: Timestamp;
2518
+
2519
+ /**
2520
+ * @generated from field: string user_id = 10;
2521
+ */
2522
+ userId: string;
2523
+ };
2524
+
2525
+ /**
2526
+ * Describes the message raystack.frontier.v1beta1.SearchUserOrganizationsResponse.UserOrganization.
2527
+ * Use `create(SearchUserOrganizationsResponse_UserOrganizationSchema)` to create a new message.
2528
+ */
2529
+ export declare const SearchUserOrganizationsResponse_UserOrganizationSchema: GenMessage<SearchUserOrganizationsResponse_UserOrganization>;
2530
+
2531
+ /**
2532
+ * @generated from message raystack.frontier.v1beta1.SearchUserProjectsRequest
2533
+ */
2534
+ export declare type SearchUserProjectsRequest = Message<"raystack.frontier.v1beta1.SearchUserProjectsRequest"> & {
2535
+ /**
2536
+ * @generated from field: string user_id = 1;
2537
+ */
2538
+ userId: string;
2539
+
2540
+ /**
2541
+ * @generated from field: string org_id = 2;
2542
+ */
2543
+ orgId: string;
2544
+
2545
+ /**
2546
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 3;
2547
+ */
2548
+ query?: RQLRequest;
2549
+ };
2550
+
2551
+ /**
2552
+ * Describes the message raystack.frontier.v1beta1.SearchUserProjectsRequest.
2553
+ * Use `create(SearchUserProjectsRequestSchema)` to create a new message.
2554
+ */
2555
+ export declare const SearchUserProjectsRequestSchema: GenMessage<SearchUserProjectsRequest>;
2556
+
2557
+ /**
2558
+ * @generated from message raystack.frontier.v1beta1.SearchUserProjectsResponse
2559
+ */
2560
+ export declare type SearchUserProjectsResponse = Message<"raystack.frontier.v1beta1.SearchUserProjectsResponse"> & {
2561
+ /**
2562
+ * @generated from field: repeated raystack.frontier.v1beta1.SearchUserProjectsResponse.UserProject user_projects = 1;
2563
+ */
2564
+ userProjects: SearchUserProjectsResponse_UserProject[];
2565
+
2566
+ /**
2567
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
2568
+ */
2569
+ pagination?: RQLQueryPaginationResponse;
2570
+
2571
+ /**
2572
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
2573
+ */
2574
+ group?: RQLQueryGroupResponse;
2575
+ };
2576
+
2577
+ /**
2578
+ * Describes the message raystack.frontier.v1beta1.SearchUserProjectsResponse.
2579
+ * Use `create(SearchUserProjectsResponseSchema)` to create a new message.
2580
+ */
2581
+ export declare const SearchUserProjectsResponseSchema: GenMessage<SearchUserProjectsResponse>;
2582
+
2583
+ /**
2584
+ * @generated from message raystack.frontier.v1beta1.SearchUserProjectsResponse.UserProject
2585
+ */
2586
+ export declare type SearchUserProjectsResponse_UserProject = Message<"raystack.frontier.v1beta1.SearchUserProjectsResponse.UserProject"> & {
2587
+ /**
2588
+ * @generated from field: string project_id = 1;
2589
+ */
2590
+ projectId: string;
2591
+
2592
+ /**
2593
+ * @generated from field: string project_title = 2;
2594
+ */
2595
+ projectTitle: string;
2596
+
2597
+ /**
2598
+ * @generated from field: string project_name = 3;
2599
+ */
2600
+ projectName: string;
2601
+
2602
+ /**
2603
+ * @generated from field: google.protobuf.Timestamp project_created_on = 4;
2604
+ */
2605
+ projectCreatedOn?: Timestamp;
2606
+
2607
+ /**
2608
+ * @generated from field: repeated string user_names = 5;
2609
+ */
2610
+ userNames: string[];
2611
+
2612
+ /**
2613
+ * @generated from field: repeated string user_titles = 6;
2614
+ */
2615
+ userTitles: string[];
2616
+
2617
+ /**
2618
+ * @generated from field: repeated string user_ids = 7;
2619
+ */
2620
+ userIds: string[];
2621
+
2622
+ /**
2623
+ * @generated from field: repeated string user_avatars = 8;
2624
+ */
2625
+ userAvatars: string[];
2626
+
2627
+ /**
2628
+ * @generated from field: string org_id = 9;
2629
+ */
2630
+ orgId: string;
2631
+
2632
+ /**
2633
+ * @generated from field: string user_id = 10;
2634
+ */
2635
+ userId: string;
2636
+ };
2637
+
2638
+ /**
2639
+ * Describes the message raystack.frontier.v1beta1.SearchUserProjectsResponse.UserProject.
2640
+ * Use `create(SearchUserProjectsResponse_UserProjectSchema)` to create a new message.
2641
+ */
2642
+ export declare const SearchUserProjectsResponse_UserProjectSchema: GenMessage<SearchUserProjectsResponse_UserProject>;
2643
+
2644
+ /**
2645
+ * @generated from message raystack.frontier.v1beta1.AdminCreateOrganizationRequest
2646
+ */
2647
+ export declare type AdminCreateOrganizationRequest = Message<"raystack.frontier.v1beta1.AdminCreateOrganizationRequest"> & {
2648
+ /**
2649
+ * @generated from field: raystack.frontier.v1beta1.AdminCreateOrganizationRequest.OrganizationRequestBody body = 1;
2650
+ */
2651
+ body?: AdminCreateOrganizationRequest_OrganizationRequestBody;
2652
+ };
2653
+
2654
+ /**
2655
+ * Describes the message raystack.frontier.v1beta1.AdminCreateOrganizationRequest.
2656
+ * Use `create(AdminCreateOrganizationRequestSchema)` to create a new message.
2657
+ */
2658
+ export declare const AdminCreateOrganizationRequestSchema: GenMessage<AdminCreateOrganizationRequest>;
2659
+
2660
+ /**
2661
+ * @generated from message raystack.frontier.v1beta1.AdminCreateOrganizationRequest.OrganizationRequestBody
2662
+ */
2663
+ export declare type AdminCreateOrganizationRequest_OrganizationRequestBody = Message<"raystack.frontier.v1beta1.AdminCreateOrganizationRequest.OrganizationRequestBody"> & {
2664
+ /**
2665
+ * @generated from field: string name = 1;
2666
+ */
2667
+ name: string;
2668
+
2669
+ /**
2670
+ * @generated from field: string title = 2;
2671
+ */
2672
+ title: string;
2673
+
2674
+ /**
2675
+ * @generated from field: google.protobuf.Struct metadata = 3;
2676
+ */
2677
+ metadata?: JsonObject;
2678
+
2679
+ /**
2680
+ * @generated from field: string avatar = 4;
2681
+ */
2682
+ avatar: string;
2683
+
2684
+ /**
2685
+ * this user will be invited to org as owner.
2686
+ * if this user doesn't exist, it will be created first
2687
+ *
2688
+ * @generated from field: string org_owner_email = 5;
2689
+ */
2690
+ orgOwnerEmail: string;
2691
+ };
2692
+
2693
+ /**
2694
+ * Describes the message raystack.frontier.v1beta1.AdminCreateOrganizationRequest.OrganizationRequestBody.
2695
+ * Use `create(AdminCreateOrganizationRequest_OrganizationRequestBodySchema)` to create a new message.
2696
+ */
2697
+ export declare const AdminCreateOrganizationRequest_OrganizationRequestBodySchema: GenMessage<AdminCreateOrganizationRequest_OrganizationRequestBody>;
2698
+
2699
+ /**
2700
+ * @generated from message raystack.frontier.v1beta1.AdminCreateOrganizationResponse
2701
+ */
2702
+ export declare type AdminCreateOrganizationResponse = Message<"raystack.frontier.v1beta1.AdminCreateOrganizationResponse"> & {
2703
+ /**
2704
+ * @generated from field: raystack.frontier.v1beta1.Organization organization = 1;
2705
+ */
2706
+ organization?: Organization;
2707
+ };
2708
+
2709
+ /**
2710
+ * Describes the message raystack.frontier.v1beta1.AdminCreateOrganizationResponse.
2711
+ * Use `create(AdminCreateOrganizationResponseSchema)` to create a new message.
2712
+ */
2713
+ export declare const AdminCreateOrganizationResponseSchema: GenMessage<AdminCreateOrganizationResponse>;
2714
+
2715
+ /**
2716
+ * @generated from message raystack.frontier.v1beta1.SearchInvoicesRequest
2717
+ */
2718
+ export declare type SearchInvoicesRequest = Message<"raystack.frontier.v1beta1.SearchInvoicesRequest"> & {
2719
+ /**
2720
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 1;
2721
+ */
2722
+ query?: RQLRequest;
2723
+ };
2724
+
2725
+ /**
2726
+ * Describes the message raystack.frontier.v1beta1.SearchInvoicesRequest.
2727
+ * Use `create(SearchInvoicesRequestSchema)` to create a new message.
2728
+ */
2729
+ export declare const SearchInvoicesRequestSchema: GenMessage<SearchInvoicesRequest>;
2730
+
2731
+ /**
2732
+ * @generated from message raystack.frontier.v1beta1.SearchInvoicesResponse
2733
+ */
2734
+ export declare type SearchInvoicesResponse = Message<"raystack.frontier.v1beta1.SearchInvoicesResponse"> & {
2735
+ /**
2736
+ * @generated from field: repeated raystack.frontier.v1beta1.SearchInvoicesResponse.Invoice invoices = 1;
2737
+ */
2738
+ invoices: SearchInvoicesResponse_Invoice[];
2739
+
2740
+ /**
2741
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
2742
+ */
2743
+ pagination?: RQLQueryPaginationResponse;
2744
+
2745
+ /**
2746
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
2747
+ */
2748
+ group?: RQLQueryGroupResponse;
2749
+ };
2750
+
2751
+ /**
2752
+ * Describes the message raystack.frontier.v1beta1.SearchInvoicesResponse.
2753
+ * Use `create(SearchInvoicesResponseSchema)` to create a new message.
2754
+ */
2755
+ export declare const SearchInvoicesResponseSchema: GenMessage<SearchInvoicesResponse>;
2756
+
2757
+ /**
2758
+ * @generated from message raystack.frontier.v1beta1.SearchInvoicesResponse.Invoice
2759
+ */
2760
+ export declare type SearchInvoicesResponse_Invoice = Message<"raystack.frontier.v1beta1.SearchInvoicesResponse.Invoice"> & {
2761
+ /**
2762
+ * @generated from field: string id = 1;
2763
+ */
2764
+ id: string;
2765
+
2766
+ /**
2767
+ * @generated from field: int64 amount = 2;
2768
+ */
2769
+ amount: bigint;
2770
+
2771
+ /**
2772
+ * @generated from field: string currency = 3;
2773
+ */
2774
+ currency: string;
2775
+
2776
+ /**
2777
+ * @generated from field: string state = 4;
2778
+ */
2779
+ state: string;
2780
+
2781
+ /**
2782
+ * @generated from field: string invoice_link = 5;
2783
+ */
2784
+ invoiceLink: string;
2785
+
2786
+ /**
2787
+ * @generated from field: google.protobuf.Timestamp created_at = 6;
2788
+ */
2789
+ createdAt?: Timestamp;
2790
+
2791
+ /**
2792
+ * @generated from field: string org_id = 7;
2793
+ */
2794
+ orgId: string;
2795
+
2796
+ /**
2797
+ * @generated from field: string org_name = 8;
2798
+ */
2799
+ orgName: string;
2800
+
2801
+ /**
2802
+ * @generated from field: string org_title = 9;
2803
+ */
2804
+ orgTitle: string;
2805
+ };
2806
+
2807
+ /**
2808
+ * Describes the message raystack.frontier.v1beta1.SearchInvoicesResponse.Invoice.
2809
+ * Use `create(SearchInvoicesResponse_InvoiceSchema)` to create a new message.
2810
+ */
2811
+ export declare const SearchInvoicesResponse_InvoiceSchema: GenMessage<SearchInvoicesResponse_Invoice>;
2812
+
2813
+ /**
2814
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationServiceUsersRequest
2815
+ */
2816
+ export declare type SearchOrganizationServiceUsersRequest = Message<"raystack.frontier.v1beta1.SearchOrganizationServiceUsersRequest"> & {
2817
+ /**
2818
+ * @generated from field: string id = 1;
2819
+ */
2820
+ id: string;
2821
+
2822
+ /**
2823
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 2;
2824
+ */
2825
+ query?: RQLRequest;
2826
+ };
2827
+
2828
+ /**
2829
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationServiceUsersRequest.
2830
+ * Use `create(SearchOrganizationServiceUsersRequestSchema)` to create a new message.
2831
+ */
2832
+ export declare const SearchOrganizationServiceUsersRequestSchema: GenMessage<SearchOrganizationServiceUsersRequest>;
2833
+
2834
+ /**
2835
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse
2836
+ */
2837
+ export declare type SearchOrganizationServiceUsersResponse = Message<"raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse"> & {
2838
+ /**
2839
+ * @generated from field: repeated raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse.OrganizationServiceUser organization_service_users = 1;
2840
+ */
2841
+ organizationServiceUsers: SearchOrganizationServiceUsersResponse_OrganizationServiceUser[];
2842
+
2843
+ /**
2844
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
2845
+ */
2846
+ pagination?: RQLQueryPaginationResponse;
2847
+
2848
+ /**
2849
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
2850
+ */
2851
+ group?: RQLQueryGroupResponse;
2852
+ };
2853
+
2854
+ /**
2855
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse.
2856
+ * Use `create(SearchOrganizationServiceUsersResponseSchema)` to create a new message.
2857
+ */
2858
+ export declare const SearchOrganizationServiceUsersResponseSchema: GenMessage<SearchOrganizationServiceUsersResponse>;
2859
+
2860
+ /**
2861
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse.Project
2862
+ */
2863
+ export declare type SearchOrganizationServiceUsersResponse_Project = Message<"raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse.Project"> & {
2864
+ /**
2865
+ * @generated from field: string id = 1;
2866
+ */
2867
+ id: string;
2868
+
2869
+ /**
2870
+ * @generated from field: string title = 2;
2871
+ */
2872
+ title: string;
2873
+
2874
+ /**
2875
+ * @generated from field: string name = 3;
2876
+ */
2877
+ name: string;
2878
+ };
2879
+
2880
+ /**
2881
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse.Project.
2882
+ * Use `create(SearchOrganizationServiceUsersResponse_ProjectSchema)` to create a new message.
2883
+ */
2884
+ export declare const SearchOrganizationServiceUsersResponse_ProjectSchema: GenMessage<SearchOrganizationServiceUsersResponse_Project>;
2885
+
2886
+ /**
2887
+ * @generated from message raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse.OrganizationServiceUser
2888
+ */
2889
+ export declare type SearchOrganizationServiceUsersResponse_OrganizationServiceUser = Message<"raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse.OrganizationServiceUser"> & {
2890
+ /**
2891
+ * @generated from field: string id = 1;
2892
+ */
2893
+ id: string;
2894
+
2895
+ /**
2896
+ * @generated from field: string title = 2;
2897
+ */
2898
+ title: string;
2899
+
2900
+ /**
2901
+ * @generated from field: string org_id = 3;
2902
+ */
2903
+ orgId: string;
2904
+
2905
+ /**
2906
+ * @generated from field: repeated raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse.Project projects = 4;
2907
+ */
2908
+ projects: SearchOrganizationServiceUsersResponse_Project[];
2909
+
2910
+ /**
2911
+ * @generated from field: google.protobuf.Timestamp created_at = 5;
2912
+ */
2913
+ createdAt?: Timestamp;
2914
+ };
2915
+
2916
+ /**
2917
+ * Describes the message raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse.OrganizationServiceUser.
2918
+ * Use `create(SearchOrganizationServiceUsersResponse_OrganizationServiceUserSchema)` to create a new message.
2919
+ */
2920
+ export declare const SearchOrganizationServiceUsersResponse_OrganizationServiceUserSchema: GenMessage<SearchOrganizationServiceUsersResponse_OrganizationServiceUser>;
2921
+
2922
+ /**
2923
+ * @generated from message raystack.frontier.v1beta1.GetCurrentAdminUserRequest
2924
+ */
2925
+ export declare type GetCurrentAdminUserRequest = Message<"raystack.frontier.v1beta1.GetCurrentAdminUserRequest"> & {
2926
+ };
2927
+
2928
+ /**
2929
+ * Describes the message raystack.frontier.v1beta1.GetCurrentAdminUserRequest.
2930
+ * Use `create(GetCurrentAdminUserRequestSchema)` to create a new message.
2931
+ */
2932
+ export declare const GetCurrentAdminUserRequestSchema: GenMessage<GetCurrentAdminUserRequest>;
2933
+
2934
+ /**
2935
+ * @generated from message raystack.frontier.v1beta1.GetCurrentAdminUserResponse
2936
+ */
2937
+ export declare type GetCurrentAdminUserResponse = Message<"raystack.frontier.v1beta1.GetCurrentAdminUserResponse"> & {
2938
+ /**
2939
+ * @generated from field: raystack.frontier.v1beta1.User user = 1;
2940
+ */
2941
+ user?: User;
2942
+
2943
+ /**
2944
+ * @generated from field: raystack.frontier.v1beta1.ServiceUser service_user = 2;
2945
+ */
2946
+ serviceUser?: ServiceUser;
2947
+ };
2948
+
2949
+ /**
2950
+ * Describes the message raystack.frontier.v1beta1.GetCurrentAdminUserResponse.
2951
+ * Use `create(GetCurrentAdminUserResponseSchema)` to create a new message.
2952
+ */
2953
+ export declare const GetCurrentAdminUserResponseSchema: GenMessage<GetCurrentAdminUserResponse>;
2954
+
2955
+ /**
2956
+ * @generated from message raystack.frontier.v1beta1.ListUserSessionsRequest
2957
+ */
2958
+ export declare type ListUserSessionsRequest = Message<"raystack.frontier.v1beta1.ListUserSessionsRequest"> & {
2959
+ /**
2960
+ * @generated from field: string user_id = 1;
2961
+ */
2962
+ userId: string;
2963
+ };
2964
+
2965
+ /**
2966
+ * Describes the message raystack.frontier.v1beta1.ListUserSessionsRequest.
2967
+ * Use `create(ListUserSessionsRequestSchema)` to create a new message.
2968
+ */
2969
+ export declare const ListUserSessionsRequestSchema: GenMessage<ListUserSessionsRequest>;
2970
+
2971
+ /**
2972
+ * @generated from message raystack.frontier.v1beta1.ListUserSessionsResponse
2973
+ */
2974
+ export declare type ListUserSessionsResponse = Message<"raystack.frontier.v1beta1.ListUserSessionsResponse"> & {
2975
+ /**
2976
+ * @generated from field: repeated raystack.frontier.v1beta1.Session sessions = 1;
2977
+ */
2978
+ sessions: Session[];
2979
+ };
2980
+
2981
+ /**
2982
+ * Describes the message raystack.frontier.v1beta1.ListUserSessionsResponse.
2983
+ * Use `create(ListUserSessionsResponseSchema)` to create a new message.
2984
+ */
2985
+ export declare const ListUserSessionsResponseSchema: GenMessage<ListUserSessionsResponse>;
2986
+
2987
+ /**
2988
+ * @generated from message raystack.frontier.v1beta1.RevokeUserSessionRequest
2989
+ */
2990
+ export declare type RevokeUserSessionRequest = Message<"raystack.frontier.v1beta1.RevokeUserSessionRequest"> & {
2991
+ /**
2992
+ * @generated from field: string session_id = 2;
2993
+ */
2994
+ sessionId: string;
2995
+ };
2996
+
2997
+ /**
2998
+ * Describes the message raystack.frontier.v1beta1.RevokeUserSessionRequest.
2999
+ * Use `create(RevokeUserSessionRequestSchema)` to create a new message.
3000
+ */
3001
+ export declare const RevokeUserSessionRequestSchema: GenMessage<RevokeUserSessionRequest>;
3002
+
3003
+ /**
3004
+ * @generated from message raystack.frontier.v1beta1.RevokeUserSessionResponse
3005
+ */
3006
+ export declare type RevokeUserSessionResponse = Message<"raystack.frontier.v1beta1.RevokeUserSessionResponse"> & {
3007
+ };
3008
+
3009
+ /**
3010
+ * Describes the message raystack.frontier.v1beta1.RevokeUserSessionResponse.
3011
+ * Use `create(RevokeUserSessionResponseSchema)` to create a new message.
3012
+ */
3013
+ export declare const RevokeUserSessionResponseSchema: GenMessage<RevokeUserSessionResponse>;
3014
+
3015
+ /**
3016
+ * @generated from message raystack.frontier.v1beta1.ListAuditRecordsRequest
3017
+ */
3018
+ export declare type ListAuditRecordsRequest = Message<"raystack.frontier.v1beta1.ListAuditRecordsRequest"> & {
3019
+ /**
3020
+ * @generated from field: raystack.frontier.v1beta1.RQLRequest query = 1;
3021
+ */
3022
+ query?: RQLRequest;
3023
+ };
3024
+
3025
+ /**
3026
+ * Describes the message raystack.frontier.v1beta1.ListAuditRecordsRequest.
3027
+ * Use `create(ListAuditRecordsRequestSchema)` to create a new message.
3028
+ */
3029
+ export declare const ListAuditRecordsRequestSchema: GenMessage<ListAuditRecordsRequest>;
3030
+
3031
+ /**
3032
+ * @generated from message raystack.frontier.v1beta1.ExportAuditRecordsRequest
3033
+ */
3034
+ export declare type ExportAuditRecordsRequest = Message<"raystack.frontier.v1beta1.ExportAuditRecordsRequest"> & {
3035
+ /**
3036
+ * @generated from field: raystack.frontier.v1beta1.RQLExportRequest query = 1;
3037
+ */
3038
+ query?: RQLExportRequest;
3039
+ };
3040
+
3041
+ /**
3042
+ * Describes the message raystack.frontier.v1beta1.ExportAuditRecordsRequest.
3043
+ * Use `create(ExportAuditRecordsRequestSchema)` to create a new message.
3044
+ */
3045
+ export declare const ExportAuditRecordsRequestSchema: GenMessage<ExportAuditRecordsRequest>;
3046
+
3047
+ /**
3048
+ * @generated from message raystack.frontier.v1beta1.ListAuditRecordsResponse
3049
+ */
3050
+ export declare type ListAuditRecordsResponse = Message<"raystack.frontier.v1beta1.ListAuditRecordsResponse"> & {
3051
+ /**
3052
+ * @generated from field: repeated raystack.frontier.v1beta1.AuditRecord audit_records = 1;
3053
+ */
3054
+ auditRecords: AuditRecord[];
3055
+
3056
+ /**
3057
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryPaginationResponse pagination = 2;
3058
+ */
3059
+ pagination?: RQLQueryPaginationResponse;
3060
+
3061
+ /**
3062
+ * @generated from field: raystack.frontier.v1beta1.RQLQueryGroupResponse group = 3;
3063
+ */
3064
+ group?: RQLQueryGroupResponse;
3065
+ };
3066
+
3067
+ /**
3068
+ * Describes the message raystack.frontier.v1beta1.ListAuditRecordsResponse.
3069
+ * Use `create(ListAuditRecordsResponseSchema)` to create a new message.
3070
+ */
3071
+ export declare const ListAuditRecordsResponseSchema: GenMessage<ListAuditRecordsResponse>;
3072
+
3073
+ /**
3074
+ * @generated from service raystack.frontier.v1beta1.AdminService
3075
+ */
3076
+ export declare const AdminService: GenService<{
3077
+ /**
3078
+ * Users
3079
+ *
3080
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListAllUsers
3081
+ */
3082
+ listAllUsers: {
3083
+ methodKind: "unary";
3084
+ input: typeof ListAllUsersRequestSchema;
3085
+ output: typeof ListAllUsersResponseSchema;
3086
+ },
3087
+ /**
3088
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListAllServiceUsers
3089
+ */
3090
+ listAllServiceUsers: {
3091
+ methodKind: "unary";
3092
+ input: typeof ListAllServiceUsersRequestSchema;
3093
+ output: typeof ListAllServiceUsersResponseSchema;
3094
+ },
3095
+ /**
3096
+ * Group
3097
+ *
3098
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListGroups
3099
+ */
3100
+ listGroups: {
3101
+ methodKind: "unary";
3102
+ input: typeof ListGroupsRequestSchema;
3103
+ output: typeof ListGroupsResponseSchema;
3104
+ },
3105
+ /**
3106
+ * Organizations
3107
+ *
3108
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListAllOrganizations
3109
+ */
3110
+ listAllOrganizations: {
3111
+ methodKind: "unary";
3112
+ input: typeof ListAllOrganizationsRequestSchema;
3113
+ output: typeof ListAllOrganizationsResponseSchema;
3114
+ },
3115
+ /**
3116
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.AdminCreateOrganization
3117
+ */
3118
+ adminCreateOrganization: {
3119
+ methodKind: "unary";
3120
+ input: typeof AdminCreateOrganizationRequestSchema;
3121
+ output: typeof AdminCreateOrganizationResponseSchema;
3122
+ },
3123
+ /**
3124
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizations
3125
+ */
3126
+ searchOrganizations: {
3127
+ methodKind: "unary";
3128
+ input: typeof SearchOrganizationsRequestSchema;
3129
+ output: typeof SearchOrganizationsResponseSchema;
3130
+ },
3131
+ /**
3132
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizationUsers
3133
+ */
3134
+ searchOrganizationUsers: {
3135
+ methodKind: "unary";
3136
+ input: typeof SearchOrganizationUsersRequestSchema;
3137
+ output: typeof SearchOrganizationUsersResponseSchema;
3138
+ },
3139
+ /**
3140
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.SearchProjectUsers
3141
+ */
3142
+ searchProjectUsers: {
3143
+ methodKind: "unary";
3144
+ input: typeof SearchProjectUsersRequestSchema;
3145
+ output: typeof SearchProjectUsersResponseSchema;
3146
+ },
3147
+ /**
3148
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizationProjects
3149
+ */
3150
+ searchOrganizationProjects: {
3151
+ methodKind: "unary";
3152
+ input: typeof SearchOrganizationProjectsRequestSchema;
3153
+ output: typeof SearchOrganizationProjectsResponseSchema;
3154
+ },
3155
+ /**
3156
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizationInvoices
3157
+ */
3158
+ searchOrganizationInvoices: {
3159
+ methodKind: "unary";
3160
+ input: typeof SearchOrganizationInvoicesRequestSchema;
3161
+ output: typeof SearchOrganizationInvoicesResponseSchema;
3162
+ },
3163
+ /**
3164
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizationTokens
3165
+ */
3166
+ searchOrganizationTokens: {
3167
+ methodKind: "unary";
3168
+ input: typeof SearchOrganizationTokensRequestSchema;
3169
+ output: typeof SearchOrganizationTokensResponseSchema;
3170
+ },
3171
+ /**
3172
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizationServiceUserCredentials
3173
+ */
3174
+ searchOrganizationServiceUserCredentials: {
3175
+ methodKind: "unary";
3176
+ input: typeof SearchOrganizationServiceUserCredentialsRequestSchema;
3177
+ output: typeof SearchOrganizationServiceUserCredentialsResponseSchema;
3178
+ },
3179
+ /**
3180
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizationServiceUsers
3181
+ */
3182
+ searchOrganizationServiceUsers: {
3183
+ methodKind: "unary";
3184
+ input: typeof SearchOrganizationServiceUsersRequestSchema;
3185
+ output: typeof SearchOrganizationServiceUsersResponseSchema;
3186
+ },
3187
+ /**
3188
+ * buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
3189
+ * buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE
3190
+ *
3191
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ExportOrganizations
3192
+ */
3193
+ exportOrganizations: {
3194
+ methodKind: "server_streaming";
3195
+ input: typeof ExportOrganizationsRequestSchema;
3196
+ output: typeof HttpBodySchema;
3197
+ },
3198
+ /**
3199
+ * buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
3200
+ * buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE
3201
+ *
3202
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ExportOrganizationUsers
3203
+ */
3204
+ exportOrganizationUsers: {
3205
+ methodKind: "server_streaming";
3206
+ input: typeof ExportOrganizationUsersRequestSchema;
3207
+ output: typeof HttpBodySchema;
3208
+ },
3209
+ /**
3210
+ * buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
3211
+ * buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE
3212
+ *
3213
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ExportOrganizationProjects
3214
+ */
3215
+ exportOrganizationProjects: {
3216
+ methodKind: "server_streaming";
3217
+ input: typeof ExportOrganizationProjectsRequestSchema;
3218
+ output: typeof HttpBodySchema;
3219
+ },
3220
+ /**
3221
+ * buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
3222
+ * buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE
3223
+ *
3224
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ExportOrganizationTokens
3225
+ */
3226
+ exportOrganizationTokens: {
3227
+ methodKind: "server_streaming";
3228
+ input: typeof ExportOrganizationTokensRequestSchema;
3229
+ output: typeof HttpBodySchema;
3230
+ },
3231
+ /**
3232
+ * buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
3233
+ * buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE
3234
+ *
3235
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ExportUsers
3236
+ */
3237
+ exportUsers: {
3238
+ methodKind: "server_streaming";
3239
+ input: typeof ExportUsersRequestSchema;
3240
+ output: typeof HttpBodySchema;
3241
+ },
3242
+ /**
3243
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.SearchUsers
3244
+ */
3245
+ searchUsers: {
3246
+ methodKind: "unary";
3247
+ input: typeof SearchUsersRequestSchema;
3248
+ output: typeof SearchUsersResponseSchema;
3249
+ },
3250
+ /**
3251
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.SearchUserOrganizations
3252
+ */
3253
+ searchUserOrganizations: {
3254
+ methodKind: "unary";
3255
+ input: typeof SearchUserOrganizationsRequestSchema;
3256
+ output: typeof SearchUserOrganizationsResponseSchema;
3257
+ },
3258
+ /**
3259
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.SearchUserProjects
3260
+ */
3261
+ searchUserProjects: {
3262
+ methodKind: "unary";
3263
+ input: typeof SearchUserProjectsRequestSchema;
3264
+ output: typeof SearchUserProjectsResponseSchema;
3265
+ },
3266
+ /**
3267
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.SetOrganizationKyc
3268
+ */
3269
+ setOrganizationKyc: {
3270
+ methodKind: "unary";
3271
+ input: typeof SetOrganizationKycRequestSchema;
3272
+ output: typeof SetOrganizationKycResponseSchema;
3273
+ },
3274
+ /**
3275
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListOrganizationsKyc
3276
+ */
3277
+ listOrganizationsKyc: {
3278
+ methodKind: "unary";
3279
+ input: typeof ListOrganizationsKycRequestSchema;
3280
+ output: typeof ListOrganizationsKycResponseSchema;
3281
+ },
3282
+ /**
3283
+ * Projects
3284
+ *
3285
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListProjects
3286
+ */
3287
+ listProjects: {
3288
+ methodKind: "unary";
3289
+ input: typeof ListProjectsRequestSchema;
3290
+ output: typeof ListProjectsResponseSchema;
3291
+ },
3292
+ /**
3293
+ * Relations
3294
+ *
3295
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListRelations
3296
+ */
3297
+ listRelations: {
3298
+ methodKind: "unary";
3299
+ input: typeof ListRelationsRequestSchema;
3300
+ output: typeof ListRelationsResponseSchema;
3301
+ },
3302
+ /**
3303
+ * Resources
3304
+ *
3305
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListResources
3306
+ */
3307
+ listResources: {
3308
+ methodKind: "unary";
3309
+ input: typeof ListResourcesRequestSchema;
3310
+ output: typeof ListResourcesResponseSchema;
3311
+ },
3312
+ /**
3313
+ * Roles
3314
+ *
3315
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.CreateRole
3316
+ */
3317
+ createRole: {
3318
+ methodKind: "unary";
3319
+ input: typeof CreateRoleRequestSchema;
3320
+ output: typeof CreateRoleResponseSchema;
3321
+ },
3322
+ /**
3323
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.UpdateRole
3324
+ */
3325
+ updateRole: {
3326
+ methodKind: "unary";
3327
+ input: typeof UpdateRoleRequestSchema;
3328
+ output: typeof UpdateRoleResponseSchema;
3329
+ },
3330
+ /**
3331
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.DeleteRole
3332
+ */
3333
+ deleteRole: {
3334
+ methodKind: "unary";
3335
+ input: typeof DeleteRoleRequestSchema;
3336
+ output: typeof DeleteRoleResponseSchema;
3337
+ },
3338
+ /**
3339
+ * Permissions
3340
+ *
3341
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.CreatePermission
3342
+ */
3343
+ createPermission: {
3344
+ methodKind: "unary";
3345
+ input: typeof CreatePermissionRequestSchema;
3346
+ output: typeof CreatePermissionResponseSchema;
3347
+ },
3348
+ /**
3349
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.UpdatePermission
3350
+ */
3351
+ updatePermission: {
3352
+ methodKind: "unary";
3353
+ input: typeof UpdatePermissionRequestSchema;
3354
+ output: typeof UpdatePermissionResponseSchema;
3355
+ },
3356
+ /**
3357
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.DeletePermission
3358
+ */
3359
+ deletePermission: {
3360
+ methodKind: "unary";
3361
+ input: typeof DeletePermissionRequestSchema;
3362
+ output: typeof DeletePermissionResponseSchema;
3363
+ },
3364
+ /**
3365
+ * Preferences
3366
+ *
3367
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListPreferences
3368
+ */
3369
+ listPreferences: {
3370
+ methodKind: "unary";
3371
+ input: typeof ListPreferencesRequestSchema;
3372
+ output: typeof ListPreferencesResponseSchema;
3373
+ },
3374
+ /**
3375
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.CreatePreferences
3376
+ */
3377
+ createPreferences: {
3378
+ methodKind: "unary";
3379
+ input: typeof CreatePreferencesRequestSchema;
3380
+ output: typeof CreatePreferencesResponseSchema;
3381
+ },
3382
+ /**
3383
+ * Check
3384
+ *
3385
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.CheckFederatedResourcePermission
3386
+ */
3387
+ checkFederatedResourcePermission: {
3388
+ methodKind: "unary";
3389
+ input: typeof CheckFederatedResourcePermissionRequestSchema;
3390
+ output: typeof CheckFederatedResourcePermissionResponseSchema;
3391
+ },
3392
+ /**
3393
+ * Platform
3394
+ *
3395
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.AddPlatformUser
3396
+ */
3397
+ addPlatformUser: {
3398
+ methodKind: "unary";
3399
+ input: typeof AddPlatformUserRequestSchema;
3400
+ output: typeof AddPlatformUserResponseSchema;
3401
+ },
3402
+ /**
3403
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListPlatformUsers
3404
+ */
3405
+ listPlatformUsers: {
3406
+ methodKind: "unary";
3407
+ input: typeof ListPlatformUsersRequestSchema;
3408
+ output: typeof ListPlatformUsersResponseSchema;
3409
+ },
3410
+ /**
3411
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.RemovePlatformUser
3412
+ */
3413
+ removePlatformUser: {
3414
+ methodKind: "unary";
3415
+ input: typeof RemovePlatformUserRequestSchema;
3416
+ output: typeof RemovePlatformUserResponseSchema;
3417
+ },
3418
+ /**
3419
+ * Checkout
3420
+ *
3421
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.DelegatedCheckout
3422
+ */
3423
+ delegatedCheckout: {
3424
+ methodKind: "unary";
3425
+ input: typeof DelegatedCheckoutRequestSchema;
3426
+ output: typeof DelegatedCheckoutResponseSchema;
3427
+ },
3428
+ /**
3429
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListAllInvoices
3430
+ */
3431
+ listAllInvoices: {
3432
+ methodKind: "unary";
3433
+ input: typeof ListAllInvoicesRequestSchema;
3434
+ output: typeof ListAllInvoicesResponseSchema;
3435
+ },
3436
+ /**
3437
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.GenerateInvoices
3438
+ */
3439
+ generateInvoices: {
3440
+ methodKind: "unary";
3441
+ input: typeof GenerateInvoicesRequestSchema;
3442
+ output: typeof GenerateInvoicesResponseSchema;
3443
+ },
3444
+ /**
3445
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListAllBillingAccounts
3446
+ */
3447
+ listAllBillingAccounts: {
3448
+ methodKind: "unary";
3449
+ input: typeof ListAllBillingAccountsRequestSchema;
3450
+ output: typeof ListAllBillingAccountsResponseSchema;
3451
+ },
3452
+ /**
3453
+ * Usage
3454
+ *
3455
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.RevertBillingUsage
3456
+ */
3457
+ revertBillingUsage: {
3458
+ methodKind: "unary";
3459
+ input: typeof RevertBillingUsageRequestSchema;
3460
+ output: typeof RevertBillingUsageResponseSchema;
3461
+ },
3462
+ /**
3463
+ * Webhooks
3464
+ *
3465
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.CreateWebhook
3466
+ */
3467
+ createWebhook: {
3468
+ methodKind: "unary";
3469
+ input: typeof CreateWebhookRequestSchema;
3470
+ output: typeof CreateWebhookResponseSchema;
3471
+ },
3472
+ /**
3473
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.UpdateWebhook
3474
+ */
3475
+ updateWebhook: {
3476
+ methodKind: "unary";
3477
+ input: typeof UpdateWebhookRequestSchema;
3478
+ output: typeof UpdateWebhookResponseSchema;
3479
+ },
3480
+ /**
3481
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.DeleteWebhook
3482
+ */
3483
+ deleteWebhook: {
3484
+ methodKind: "unary";
3485
+ input: typeof DeleteWebhookRequestSchema;
3486
+ output: typeof DeleteWebhookResponseSchema;
3487
+ },
3488
+ /**
3489
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListWebhooks
3490
+ */
3491
+ listWebhooks: {
3492
+ methodKind: "unary";
3493
+ input: typeof ListWebhooksRequestSchema;
3494
+ output: typeof ListWebhooksResponseSchema;
3495
+ },
3496
+ /**
3497
+ * Billing Account
3498
+ *
3499
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.UpdateBillingAccountLimits
3500
+ * @deprecated
3501
+ */
3502
+ updateBillingAccountLimits: {
3503
+ methodKind: "unary";
3504
+ input: typeof UpdateBillingAccountLimitsRequestSchema;
3505
+ output: typeof UpdateBillingAccountLimitsResponseSchema;
3506
+ },
3507
+ /**
3508
+ * GetBillingAccountDetails returns the billing account details that can be updated via UpdateBillingAccountDetails
3509
+ *
3510
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.GetBillingAccountDetails
3511
+ */
3512
+ getBillingAccountDetails: {
3513
+ methodKind: "unary";
3514
+ input: typeof GetBillingAccountDetailsRequestSchema;
3515
+ output: typeof GetBillingAccountDetailsResponseSchema;
3516
+ },
3517
+ /**
3518
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.UpdateBillingAccountDetails
3519
+ */
3520
+ updateBillingAccountDetails: {
3521
+ methodKind: "unary";
3522
+ input: typeof UpdateBillingAccountDetailsRequestSchema;
3523
+ output: typeof UpdateBillingAccountDetailsResponseSchema;
3524
+ },
3525
+ /**
3526
+ * Prospects
3527
+ *
3528
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.CreateProspect
3529
+ */
3530
+ createProspect: {
3531
+ methodKind: "unary";
3532
+ input: typeof CreateProspectRequestSchema;
3533
+ output: typeof CreateProspectResponseSchema;
3534
+ },
3535
+ /**
3536
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListProspects
3537
+ */
3538
+ listProspects: {
3539
+ methodKind: "unary";
3540
+ input: typeof ListProspectsRequestSchema;
3541
+ output: typeof ListProspectsResponseSchema;
3542
+ },
3543
+ /**
3544
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.GetProspect
3545
+ */
3546
+ getProspect: {
3547
+ methodKind: "unary";
3548
+ input: typeof GetProspectRequestSchema;
3549
+ output: typeof GetProspectResponseSchema;
3550
+ },
3551
+ /**
3552
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.UpdateProspect
3553
+ */
3554
+ updateProspect: {
3555
+ methodKind: "unary";
3556
+ input: typeof UpdateProspectRequestSchema;
3557
+ output: typeof UpdateProspectResponseSchema;
3558
+ },
3559
+ /**
3560
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.DeleteProspect
3561
+ */
3562
+ deleteProspect: {
3563
+ methodKind: "unary";
3564
+ input: typeof DeleteProspectRequestSchema;
3565
+ output: typeof DeleteProspectResponseSchema;
3566
+ },
3567
+ /**
3568
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.SearchInvoices
3569
+ */
3570
+ searchInvoices: {
3571
+ methodKind: "unary";
3572
+ input: typeof SearchInvoicesRequestSchema;
3573
+ output: typeof SearchInvoicesResponseSchema;
3574
+ },
3575
+ /**
3576
+ * Admin Self
3577
+ *
3578
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.GetCurrentAdminUser
3579
+ */
3580
+ getCurrentAdminUser: {
3581
+ methodKind: "unary";
3582
+ input: typeof GetCurrentAdminUserRequestSchema;
3583
+ output: typeof GetCurrentAdminUserResponseSchema;
3584
+ },
3585
+ /**
3586
+ * Returns a list of all sessions for a specific user. Admin access required.
3587
+ *
3588
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListUserSessions
3589
+ */
3590
+ listUserSessions: {
3591
+ methodKind: "unary";
3592
+ input: typeof ListUserSessionsRequestSchema;
3593
+ output: typeof ListUserSessionsResponseSchema;
3594
+ },
3595
+ /**
3596
+ * Revoke a specific session for a specific user (admin only).
3597
+ *
3598
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.RevokeUserSession
3599
+ */
3600
+ revokeUserSession: {
3601
+ methodKind: "unary";
3602
+ input: typeof RevokeUserSessionRequestSchema;
3603
+ output: typeof RevokeUserSessionResponseSchema;
3604
+ },
3605
+ /**
3606
+ * Audit Records (Admin Only)
3607
+ *
3608
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ListAuditRecords
3609
+ */
3610
+ listAuditRecords: {
3611
+ methodKind: "unary";
3612
+ input: typeof ListAuditRecordsRequestSchema;
3613
+ output: typeof ListAuditRecordsResponseSchema;
3614
+ },
3615
+ /**
3616
+ * buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
3617
+ * buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE
3618
+ *
3619
+ * @generated from rpc raystack.frontier.v1beta1.AdminService.ExportAuditRecords
3620
+ */
3621
+ exportAuditRecords: {
3622
+ methodKind: "server_streaming";
3623
+ input: typeof ExportAuditRecordsRequestSchema;
3624
+ output: typeof HttpBodySchema;
3625
+ },
3626
+ }>;
3627
+