raystack-proton 2025.11.5.35259__py3-none-any.whl
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.
- google/__init__.py +0 -0
- google/api/__init__.py +0 -0
- google/api/annotations_pb2.py +37 -0
- google/api/annotations_pb2.pyi +8 -0
- google/api/field_behavior_pb2.py +38 -0
- google/api/field_behavior_pb2.pyi +27 -0
- google/api/http_pb2.py +41 -0
- google/api/http_pb2.pyi +47 -0
- google/api/httpbody_pb2.py +38 -0
- google/api/httpbody_pb2.pyi +18 -0
- protoc_gen_openapiv2/__init__.py +0 -0
- protoc_gen_openapiv2/options/__init__.py +0 -0
- protoc_gen_openapiv2/options/annotations_pb2.py +37 -0
- protoc_gen_openapiv2/options/annotations_pb2.pyi +16 -0
- protoc_gen_openapiv2/options/openapiv2_pb2.py +142 -0
- protoc_gen_openapiv2/options/openapiv2_pb2.pyi +463 -0
- raystack/__init__.py +0 -0
- raystack/assets/__init__.py +0 -0
- raystack/assets/v1beta1/__init__.py +0 -0
- raystack/assets/v1beta1/bucket_pb2.py +45 -0
- raystack/assets/v1beta1/bucket_pb2.pyi +59 -0
- raystack/assets/v1beta1/dashboard_pb2.py +45 -0
- raystack/assets/v1beta1/dashboard_pb2.pyi +65 -0
- raystack/assets/v1beta1/event_pb2.py +38 -0
- raystack/assets/v1beta1/event_pb2.pyi +19 -0
- raystack/assets/v1beta1/group_pb2.py +43 -0
- raystack/assets/v1beta1/group_pb2.pyi +35 -0
- raystack/assets/v1beta1/job_pb2.py +43 -0
- raystack/assets/v1beta1/job_pb2.pyi +28 -0
- raystack/assets/v1beta1/lineage_pb2.py +38 -0
- raystack/assets/v1beta1/lineage_pb2.pyi +16 -0
- raystack/assets/v1beta1/ownership_pb2.py +39 -0
- raystack/assets/v1beta1/ownership_pb2.pyi +25 -0
- raystack/assets/v1beta1/preview_pb2.py +38 -0
- raystack/assets/v1beta1/preview_pb2.pyi +16 -0
- raystack/assets/v1beta1/properties_pb2.py +42 -0
- raystack/assets/v1beta1/properties_pb2.pyi +25 -0
- raystack/assets/v1beta1/resource_pb2.py +37 -0
- raystack/assets/v1beta1/resource_pb2.pyi +21 -0
- raystack/assets/v1beta1/schema_pb2.py +44 -0
- raystack/assets/v1beta1/schema_pb2.pyi +58 -0
- raystack/assets/v1beta1/table_pb2.py +49 -0
- raystack/assets/v1beta1/table_pb2.pyi +63 -0
- raystack/assets/v1beta1/timestamp_pb2.py +40 -0
- raystack/assets/v1beta1/timestamp_pb2.pyi +25 -0
- raystack/assets/v1beta1/topic_pb2.py +46 -0
- raystack/assets/v1beta1/topic_pb2.pyi +41 -0
- raystack/assets/v1beta1/user_pb2.py +45 -0
- raystack/assets/v1beta1/user_pb2.pyi +63 -0
- raystack/assets/v1beta2/__init__.py +0 -0
- raystack/assets/v1beta2/application_pb2.py +39 -0
- raystack/assets/v1beta2/application_pb2.pyi +24 -0
- raystack/assets/v1beta2/asset_pb2.py +44 -0
- raystack/assets/v1beta2/asset_pb2.pyi +49 -0
- raystack/assets/v1beta2/bucket_pb2.py +42 -0
- raystack/assets/v1beta2/bucket_pb2.pyi +54 -0
- raystack/assets/v1beta2/common_pb2.py +44 -0
- raystack/assets/v1beta2/common_pb2.pyi +52 -0
- raystack/assets/v1beta2/dashboard_pb2.py +42 -0
- raystack/assets/v1beta2/dashboard_pb2.pyi +60 -0
- raystack/assets/v1beta2/experiment_pb2.py +41 -0
- raystack/assets/v1beta2/experiment_pb2.pyi +40 -0
- raystack/assets/v1beta2/feature_table_pb2.py +47 -0
- raystack/assets/v1beta2/feature_table_pb2.pyi +59 -0
- raystack/assets/v1beta2/group_pb2.py +40 -0
- raystack/assets/v1beta2/group_pb2.pyi +26 -0
- raystack/assets/v1beta2/job_pb2.py +39 -0
- raystack/assets/v1beta2/job_pb2.pyi +20 -0
- raystack/assets/v1beta2/metric_pb2.py +39 -0
- raystack/assets/v1beta2/metric_pb2.pyi +28 -0
- raystack/assets/v1beta2/model_pb2.py +49 -0
- raystack/assets/v1beta2/model_pb2.pyi +73 -0
- raystack/assets/v1beta2/table_pb2.py +47 -0
- raystack/assets/v1beta2/table_pb2.pyi +93 -0
- raystack/assets/v1beta2/topic_pb2.py +43 -0
- raystack/assets/v1beta2/topic_pb2.pyi +40 -0
- raystack/assets/v1beta2/user_pb2.py +43 -0
- raystack/assets/v1beta2/user_pb2.pyi +61 -0
- raystack/common/__init__.py +0 -0
- raystack/common/v1/__init__.py +0 -0
- raystack/common/v1/service_connect.py +119 -0
- raystack/common/v1/service_pb2.py +48 -0
- raystack/common/v1/service_pb2.pyi +39 -0
- raystack/compass/__init__.py +0 -0
- raystack/compass/v1beta1/__init__.py +0 -0
- raystack/compass/v1beta1/service_connect.py +2784 -0
- raystack/compass/v1beta1/service_pb2.py +581 -0
- raystack/compass/v1beta1/service_pb2.pyi +1055 -0
- raystack/entropy/__init__.py +0 -0
- raystack/entropy/v1beta1/__init__.py +0 -0
- raystack/entropy/v1beta1/module_connect.py +379 -0
- raystack/entropy/v1beta1/module_pb2.py +72 -0
- raystack/entropy/v1beta1/module_pb2.pyi +88 -0
- raystack/entropy/v1beta1/resource_connect.py +574 -0
- raystack/entropy/v1beta1/resource_pb2.py +134 -0
- raystack/entropy/v1beta1/resource_pb2.pyi +268 -0
- raystack/frontier/__init__.py +0 -0
- raystack/frontier/v1beta1/__init__.py +0 -0
- raystack/frontier/v1beta1/admin_connect.py +4021 -0
- raystack/frontier/v1beta1/admin_pb2.py +617 -0
- raystack/frontier/v1beta1/admin_pb2.pyi +1151 -0
- raystack/frontier/v1beta1/frontier_connect.py +10974 -0
- raystack/frontier/v1beta1/frontier_pb2.py +1612 -0
- raystack/frontier/v1beta1/frontier_pb2.pyi +2666 -0
- raystack/frontier/v1beta1/models_pb2.py +400 -0
- raystack/frontier/v1beta1/models_pb2.pyi +1160 -0
- raystack/guardian/__init__.py +0 -0
- raystack/guardian/v1beta1/__init__.py +0 -0
- raystack/guardian/v1beta1/guardian_connect.py +2654 -0
- raystack/guardian/v1beta1/guardian_pb2.py +527 -0
- raystack/guardian/v1beta1/guardian_pb2.pyi +1257 -0
- raystack/optimus/__init__.py +0 -0
- raystack/optimus/core/__init__.py +0 -0
- raystack/optimus/core/v1beta1/__init__.py +0 -0
- raystack/optimus/core/v1beta1/backup_connect.py +249 -0
- raystack/optimus/core/v1beta1/backup_pb2.py +70 -0
- raystack/optimus/core/v1beta1/backup_pb2.pyi +108 -0
- raystack/optimus/core/v1beta1/job_run_connect.py +314 -0
- raystack/optimus/core/v1beta1/job_run_pb2.py +88 -0
- raystack/optimus/core/v1beta1/job_run_pb2.pyi +164 -0
- raystack/optimus/core/v1beta1/job_spec_connect.py +1289 -0
- raystack/optimus/core/v1beta1/job_spec_pb2.py +229 -0
- raystack/optimus/core/v1beta1/job_spec_pb2.pyi +700 -0
- raystack/optimus/core/v1beta1/namespace_connect.py +249 -0
- raystack/optimus/core/v1beta1/namespace_pb2.py +63 -0
- raystack/optimus/core/v1beta1/namespace_pb2.pyi +66 -0
- raystack/optimus/core/v1beta1/project_connect.py +249 -0
- raystack/optimus/core/v1beta1/project_pb2.py +63 -0
- raystack/optimus/core/v1beta1/project_pb2.pyi +60 -0
- raystack/optimus/core/v1beta1/replay_connect.py +314 -0
- raystack/optimus/core/v1beta1/replay_pb2.py +72 -0
- raystack/optimus/core/v1beta1/replay_pb2.pyi +127 -0
- raystack/optimus/core/v1beta1/resource_connect.py +509 -0
- raystack/optimus/core/v1beta1/resource_pb2.py +93 -0
- raystack/optimus/core/v1beta1/resource_pb2.pyi +182 -0
- raystack/optimus/core/v1beta1/runtime_connect.py +119 -0
- raystack/optimus/core/v1beta1/runtime_pb2.py +45 -0
- raystack/optimus/core/v1beta1/runtime_pb2.pyi +19 -0
- raystack/optimus/core/v1beta1/secret_connect.py +314 -0
- raystack/optimus/core/v1beta1/secret_pb2.py +66 -0
- raystack/optimus/core/v1beta1/secret_pb2.pyi +81 -0
- raystack/optimus/core/v1beta1/status_pb2.py +39 -0
- raystack/optimus/core/v1beta1/status_pb2.pyi +31 -0
- raystack/optimus/integration/__init__.py +0 -0
- raystack/optimus/integration/v1beta1/__init__.py +0 -0
- raystack/optimus/integration/v1beta1/event_pb2.py +50 -0
- raystack/optimus/integration/v1beta1/event_pb2.pyi +94 -0
- raystack/optimus/plugins/__init__.py +0 -0
- raystack/optimus/plugins/v1beta1/__init__.py +0 -0
- raystack/optimus/plugins/v1beta1/dependency_resolver_connect.py +314 -0
- raystack/optimus/plugins/v1beta1/dependency_resolver_pb2.py +66 -0
- raystack/optimus/plugins/v1beta1/dependency_resolver_pb2.pyi +118 -0
- raystack/predator/__init__.py +0 -0
- raystack/predator/v1beta1/__init__.py +0 -0
- raystack/predator/v1beta1/metrics_log_pb2.py +46 -0
- raystack/predator/v1beta1/metrics_log_pb2.pyi +68 -0
- raystack/predator/v1beta1/result_log_pb2.py +45 -0
- raystack/predator/v1beta1/result_log_pb2.pyi +61 -0
- raystack/raccoon/__init__.py +0 -0
- raystack/raccoon/v1beta1/__init__.py +0 -0
- raystack/raccoon/v1beta1/raccoon_connect.py +119 -0
- raystack/raccoon/v1beta1/raccoon_pb2.py +52 -0
- raystack/raccoon/v1beta1/raccoon_pb2.pyi +74 -0
- raystack/siren/__init__.py +0 -0
- raystack/siren/v1beta1/__init__.py +0 -0
- raystack/siren/v1beta1/siren_connect.py +2329 -0
- raystack/siren/v1beta1/siren_pb2.py +415 -0
- raystack/siren/v1beta1/siren_pb2.pyi +890 -0
- raystack/stencil/__init__.py +0 -0
- raystack/stencil/v1beta1/__init__.py +0 -0
- raystack/stencil/v1beta1/stencil_connect.py +1094 -0
- raystack/stencil/v1beta1/stencil_pb2.py +158 -0
- raystack/stencil/v1beta1/stencil_pb2.pyi +357 -0
- raystack_proton-2025.11.5.35259.dist-info/METADATA +103 -0
- raystack_proton-2025.11.5.35259.dist-info/RECORD +181 -0
- raystack_proton-2025.11.5.35259.dist-info/WHEEL +5 -0
- raystack_proton-2025.11.5.35259.dist-info/licenses/LICENSE +201 -0
- raystack_proton-2025.11.5.35259.dist-info/top_level.txt +4 -0
- validate/__init__.py +0 -0
- validate/validate_pb2.py +86 -0
- validate/validate_pb2.pyi +497 -0
|
@@ -0,0 +1,617 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/frontier/v1beta1/admin.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
33,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/frontier/v1beta1/admin.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
26
|
+
from google.api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2
|
|
27
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
28
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
29
|
+
from google.api import httpbody_pb2 as google_dot_api_dot_httpbody__pb2
|
|
30
|
+
from protoc_gen_openapiv2.options import annotations_pb2 as protoc__gen__openapiv2_dot_options_dot_annotations__pb2
|
|
31
|
+
from raystack.frontier.v1beta1 import models_pb2 as raystack_dot_frontier_dot_v1beta1_dot_models__pb2
|
|
32
|
+
from validate import validate_pb2 as validate_dot_validate__pb2
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%raystack/frontier/v1beta1/admin.proto\x12\x19raystack.frontier.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x19google/api/httpbody.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\x1a&raystack/frontier/v1beta1/models.proto\x1a\x17validate/validate.proto\"\x93\x04\n\x13ListAllUsersRequest\x12m\n\tpage_size\x18\x01 \x01(\x05\x42P\x92\x41\x44\x32\x42The maximum number of users to return per page. The default is 50.\xfa\x42\x06\x1a\x04(\x01@\x01R\x08pageSize\x12U\n\x08page_num\x18\x02 \x01(\x05\x42:\x92\x41.2,The page number to return. The default is 1.\xfa\x42\x06\x1a\x04(\x01@\x01R\x07pageNum\x12h\n\x07keyword\x18\x03 \x01(\tBN\x92\x41K2IThe keyword to search for. It can be a user\'s name, email,metadata or id.R\x07keyword\x12=\n\x06org_id\x18\x04 \x01(\tB&\x92\x41#2!The organization id to filter by.R\x05orgId\x12:\n\x08group_id\x18\x05 \x01(\tB\x1f\x92\x41\x1c\x32\x1aThe group id to filter by.R\x07groupId\x12Q\n\x05state\x18\x06 \x01(\tB;\x92\x41\x38\x32\x36The state to filter by. It can be enabled or disabled.R\x05state\"c\n\x14ListAllUsersResponse\x12\x14\n\x05\x63ount\x18\x01 \x01(\x05R\x05\x63ount\x12\x35\n\x05users\x18\x02 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x05users\"\x1c\n\x1aListAllServiceUsersRequest\"j\n\x1bListAllServiceUsersResponse\x12K\n\rservice_users\x18\x01 \x03(\x0b\x32&.raystack.frontier.v1beta1.ServiceUserR\x0cserviceUsers\"\xab\x01\n\x11ListGroupsRequest\x12=\n\x06org_id\x18\x02 \x01(\tB&\x92\x41#2!The organization id to filter by.R\x05orgId\x12Q\n\x05state\x18\x03 \x01(\tB;\x92\x41\x38\x32\x36The state to filter by. It can be enabled or disabled.R\x05stateJ\x04\x08\x01\x10\x02\"N\n\x12ListGroupsResponse\x12\x38\n\x06groups\x18\x01 \x03(\x0b\x32 .raystack.frontier.v1beta1.GroupR\x06groups\"\xf7\x02\n\x1bListAllOrganizationsRequest\x12\x37\n\x07user_id\x18\x01 \x01(\tB\x1e\x92\x41\x1b\x32\x19The user id to filter by.R\x06userId\x12Q\n\x05state\x18\x02 \x01(\tB;\x92\x41\x38\x32\x36The state to filter by. It can be enabled or disabled.R\x05state\x12u\n\tpage_size\x18\x03 \x01(\x05\x42X\x92\x41L2JThe maximum number of organizations to return per page. The default is 50.\xfa\x42\x06\x1a\x04(\x01@\x01R\x08pageSize\x12U\n\x08page_num\x18\x04 \x01(\x05\x42:\x92\x41.2,The page number to return. The default is 1.\xfa\x42\x06\x1a\x04(\x01@\x01R\x07pageNum\"\xa9\x01\n\x1cListAllOrganizationsResponse\x12M\n\rorganizations\x18\x01 \x03(\x0b\x32\'.raystack.frontier.v1beta1.OrganizationR\rorganizations\x12:\n\x05\x63ount\x18\x02 \x01(\x05\x42$\x92\x41!2\x1fTotal number of records presentR\x05\x63ount\"\xa7\x01\n\x13ListProjectsRequest\x12=\n\x06org_id\x18\x01 \x01(\tB&\x92\x41#2!The organization id to filter by.R\x05orgId\x12Q\n\x05state\x18\x02 \x01(\tB;\x92\x41\x38\x32\x36The state to filter by. It can be enabled or disabled.R\x05state\"V\n\x14ListProjectsResponse\x12>\n\x08projects\x18\x01 \x03(\x0b\x32\".raystack.frontier.v1beta1.ProjectR\x08projects\"\x87\x01\n\x14ListRelationsRequest\x12\x38\n\x07subject\x18\x01 \x01(\tB\x1e\x92\x41\x1b\x32\x19The subject to filter by.R\x07subject\x12\x35\n\x06object\x18\x02 \x01(\tB\x1d\x92\x41\x1a\x32\x18The object to filter by.R\x06object\"Z\n\x15ListRelationsResponse\x12\x41\n\trelations\x18\x01 \x03(\x0b\x32#.raystack.frontier.v1beta1.RelationR\trelations\"\xa9\x02\n\x14ListResourcesRequest\x12\x37\n\x07user_id\x18\x01 \x01(\tB\x1e\x92\x41\x1b\x32\x19The user id to filter by.R\x06userId\x12@\n\nproject_id\x18\x02 \x01(\tB!\x92\x41\x1e\x32\x1cThe project id to filter by.R\tprojectId\x12O\n\x0forganization_id\x18\x03 \x01(\tB&\x92\x41#2!The organization id to filter by.R\x0eorganizationId\x12\x45\n\tnamespace\x18\x04 \x01(\tB\'\x92\x41\x1d\x32\x1bThe namespace to filter by.\xfa\x42\x04r\x02\x10\x03R\tnamespace\"Z\n\x15ListResourcesResponse\x12\x41\n\tresources\x18\x01 \x03(\x0b\x32#.raystack.frontier.v1beta1.ResourceR\tresources\"S\n\x11\x43reateRoleRequest\x12>\n\x04\x62ody\x18\x01 \x01(\x0b\x32*.raystack.frontier.v1beta1.RoleRequestBodyR\x04\x62ody\"I\n\x12\x43reateRoleResponse\x12\x33\n\x04role\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.RoleR\x04role\"\x84\x01\n\x11UpdateRoleRequest\x12/\n\x02id\x18\x01 \x01(\tB\x1f\x92\x41\x18\x32\x16The role id to update.\xe2\x41\x01\x02R\x02id\x12>\n\x04\x62ody\x18\x02 \x01(\x0b\x32*.raystack.frontier.v1beta1.RoleRequestBodyR\x04\x62ody\"I\n\x12UpdateRoleResponse\x12\x33\n\x04role\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.RoleR\x04role\"D\n\x11\x44\x65leteRoleRequest\x12/\n\x02id\x18\x01 \x01(\tB\x1f\x92\x41\x18\x32\x16The role id to delete.\xe2\x41\x01\x02R\x02id\"\x14\n\x12\x44\x65leteRoleResponse\"\xe5\x06\n\x15PermissionRequestBody\x12\x93\x01\n\x04name\x18\x01 \x01(\tB\x7f\x18\x01\x92\x41z2xThe name of the permission. It should be unique across a Frontier instance and can contain only alphanumeric characters.R\x04name\x12\x9a\x01\n\tnamespace\x18\x02 \x01(\tB|\x18\x01\x92\x41w2uThe namespace of the permission. The namespace should be in service/resource format.<br/>*Example:*`compute/guardian`R\tnamespace\x12|\n\x08metadata\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructBG\x92\x41\x44\x32\x42The metadata object for permissions that can hold key value pairs.R\x08metadata\x12\x99\x01\n\x05title\x18\x04 \x01(\tB\x82\x01\x92\x41\x7f\x32}The title can contain any UTF-8 character, used to provide a human-readable name for the permissions. Can also be left empty.R\x05title\x12\xfe\x01\n\x03key\x18\x05 \x01(\tB\xeb\x01\x92\x41\xe7\x01\x32\xcc\x01Permission path key is composed of three parts, \'service.resource.verb\'. Where \'service.resource\' works as a namespace for the \'verb\'. Namespace name cannot be `app` as it\'s reserved for core permissions.J\x16\"compute.instance.get\"R\x03key\"c\n\x17\x43reatePermissionRequest\x12H\n\x06\x62odies\x18\x01 \x03(\x0b\x32\x30.raystack.frontier.v1beta1.PermissionRequestBodyR\x06\x62odies\"c\n\x18\x43reatePermissionResponse\x12G\n\x0bpermissions\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PermissionR\x0bpermissions\"u\n\x17UpdatePermissionRequest\x12\x14\n\x02id\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x02id\x12\x44\n\x04\x62ody\x18\x02 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.PermissionRequestBodyR\x04\x62ody\"a\n\x18UpdatePermissionResponse\x12\x45\n\npermission\x18\x01 \x01(\x0b\x32%.raystack.frontier.v1beta1.PermissionR\npermission\")\n\x17\x44\x65letePermissionRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x1a\n\x18\x44\x65letePermissionResponse\"\x18\n\x16ListPreferencesRequest\"b\n\x17ListPreferencesResponse\x12G\n\x0bpreferences\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PreferenceR\x0bpreferences\"n\n\x18\x43reatePreferencesRequest\x12R\n\x0bpreferences\x18\x01 \x03(\x0b\x32\x30.raystack.frontier.v1beta1.PreferenceRequestBodyR\x0bpreferences\"b\n\x19\x43reatePreferencesResponse\x12\x45\n\npreference\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PreferenceR\npreference\"\xf6\x05\n\'CheckFederatedResourcePermissionRequest\x12_\n\x07subject\x18\x01 \x01(\tBE\x92\x41>2<the subject to check. <br/> *Example:* `user:..uuidofuser..`\xe2\x41\x01\x02R\x07subject\x12\xce\x03\n\x08resource\x18\x02 \x01(\tB\xb1\x03\x92\x41\xa9\x03\x32\xa6\x03`namespace:uuid` or `namespace:name` of the org or project, and `namespace:urn` of a resource under a project. In case of an org/project either provide the complete namespace (app/organization) or Frontier can also parse aliases for the same as `org` or `project`. <br/> *Example:* `organization:92f69c3a-334b-4f25-90b8-4d4f3be6b825` or `app/project:project-name` or `compute/instance:92f69c3a-334b-4f25-90b8-4d4f3be6b825`\xe2\x41\x01\x02R\x08resource\x12\x98\x01\n\npermission\x18\x03 \x01(\tBx\x92\x41Y2Wthe permission name to check. <br/> *Example:* `get`, `list`, `compute.instance.create`\xe2\x41\x01\x02\xfa\x42\x15r\x13\x32\x11^[A-Za-z0-9._-]+$R\npermission\"B\n(CheckFederatedResourcePermissionResponse\x12\x16\n\x06status\x18\x01 \x01(\x08R\x06status\"\x9d\x02\n\x16\x41\x64\x64PlatformUserRequest\x12\x41\n\x07user_id\x18\x01 \x01(\tB(\x92\x41%2#The user id to add to the platform.R\x06userId\x12W\n\x0eserviceuser_id\x18\x02 \x01(\tB0\x92\x41-2+The service user id to add to the platform.R\rserviceuserId\x12g\n\x08relation\x18\x03 \x01(\tBK\x92\x41\x44\x32\x42The relation to add as in the platform. It can be admin or member.\xe2\x41\x01\x02R\x08relation\"\x19\n\x17\x41\x64\x64PlatformUserResponse\"\x1a\n\x18ListPlatformUsersRequest\"\x9e\x01\n\x19ListPlatformUsersResponse\x12\x35\n\x05users\x18\x01 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x05users\x12J\n\x0cserviceusers\x18\x02 \x03(\x0b\x32&.raystack.frontier.v1beta1.ServiceUserR\x0cserviceusers\"\xc9\x01\n\x19RemovePlatformUserRequest\x12J\n\x07user_id\x18\x01 \x01(\tB1\x92\x41.2,The user id to remove from the the platform.R\x06userId\x12`\n\x0eserviceuser_id\x18\x02 \x01(\tB9\x92\x41\x36\x32\x34The service user id to remove from the the platform.R\rserviceuserId\"\x1c\n\x1aRemovePlatformUserResponse\"\x9b\x02\n\x18\x44\x65legatedCheckoutRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\x12`\n\x11subscription_body\x18\n \x01(\x0b\x32\x33.raystack.frontier.v1beta1.CheckoutSubscriptionBodyR\x10subscriptionBody\x12Q\n\x0cproduct_body\x18\x0b \x01(\x0b\x32..raystack.frontier.v1beta1.CheckoutProductBodyR\x0bproductBody\"\xa6\x01\n\x19\x44\x65legatedCheckoutResponse\x12K\n\x0csubscription\x18\x01 \x01(\x0b\x32\'.raystack.frontier.v1beta1.SubscriptionR\x0csubscription\x12<\n\x07product\x18\x02 \x01(\x0b\x32\".raystack.frontier.v1beta1.ProductR\x07product\"\xf8\x01\n\x16ListAllInvoicesRequest\x12\x15\n\x06org_id\x18\x01 \x01(\tR\x05orgId\x12p\n\tpage_size\x18\x02 \x01(\x05\x42S\x92\x41G2EThe maximum number of invoices to return per page. The default is 50.\xfa\x42\x06\x1a\x04(\x01@\x01R\x08pageSize\x12U\n\x08page_num\x18\x03 \x01(\x05\x42:\x92\x41.2,The page number to return. The default is 1.\xfa\x42\x06\x1a\x04(\x01@\x01R\x07pageNum\"\x95\x01\n\x17ListAllInvoicesResponse\x12>\n\x08invoices\x18\x01 \x03(\x0b\x32\".raystack.frontier.v1beta1.InvoiceR\x08invoices\x12:\n\x05\x63ount\x18\x02 \x01(\x05\x42$\x92\x41!2\x1fTotal number of records presentR\x05\x63ount\"\x19\n\x17GenerateInvoicesRequest\"\x1a\n\x18GenerateInvoicesResponse\"6\n\x1dListAllBillingAccountsRequest\x12\x15\n\x06org_id\x18\x01 \x01(\tR\x05orgId\"v\n\x1eListAllBillingAccountsResponse\x12T\n\x10\x62illing_accounts\x18\x01 \x03(\x0b\x32).raystack.frontier.v1beta1.BillingAccountR\x0f\x62illingAccounts\"\xc3\x01\n\x19RevertBillingUsageRequest\x12\x15\n\x06org_id\x18\x01 \x01(\tR\x05orgId\x12\x1d\n\nproject_id\x18\x02 \x01(\tR\tprojectId\x12*\n\nbilling_id\x18\x03 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\x12#\n\x08usage_id\x18\x04 \x01(\tB\x08\xfa\x42\x05r\x03\xb0\x01\x01R\x07usageId\x12\x1f\n\x06\x61mount\x18\x05 \x01(\x03\x42\x07\xfa\x42\x04\"\x02(\x00R\x06\x61mount\"\x1c\n\x1aRevertBillingUsageResponse\"\xf9\x02\n\x12WebhookRequestBody\x12\x1a\n\x03url\x18\x01 \x01(\tB\x08\xfa\x42\x05r\x03\x88\x01\x01R\x03url\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12+\n\x11subscribed_events\x18\x03 \x03(\tR\x10subscribedEvents\x12T\n\x07headers\x18\x04 \x03(\x0b\x32:.raystack.frontier.v1beta1.WebhookRequestBody.HeadersEntryR\x07headers\x12\x31\n\x05state\x18\x05 \x01(\tB\x1b\xfa\x42\x18r\x16R\x07\x65nabledR\x08\x64isabled\xd0\x01\x01R\x05state\x12\x33\n\x08metadata\x18\x14 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x1a:\n\x0cHeadersEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"Y\n\x14\x43reateWebhookRequest\x12\x41\n\x04\x62ody\x18\x01 \x01(\x0b\x32-.raystack.frontier.v1beta1.WebhookRequestBodyR\x04\x62ody\"U\n\x15\x43reateWebhookResponse\x12<\n\x07webhook\x18\x01 \x01(\x0b\x32\".raystack.frontier.v1beta1.WebhookR\x07webhook\"\x95\x01\n\x14UpdateWebhookRequest\x12:\n\x02id\x18\x01 \x01(\tB*\x92\x41\x1b\x32\x19The webhook id to update.\xe2\x41\x01\x02\xfa\x42\x05r\x03\xb0\x01\x01R\x02id\x12\x41\n\x04\x62ody\x18\x02 \x01(\x0b\x32-.raystack.frontier.v1beta1.WebhookRequestBodyR\x04\x62ody\"U\n\x15UpdateWebhookResponse\x12<\n\x07webhook\x18\x01 \x01(\x0b\x32\".raystack.frontier.v1beta1.WebhookR\x07webhook\"R\n\x14\x44\x65leteWebhookRequest\x12:\n\x02id\x18\x01 \x01(\tB*\x92\x41\x1b\x32\x19The webhook id to delete.\xe2\x41\x01\x02\xfa\x42\x05r\x03\xb0\x01\x01R\x02id\"\x17\n\x15\x44\x65leteWebhookResponse\"\x15\n\x13ListWebhooksRequest\"V\n\x14ListWebhooksResponse\x12>\n\x08webhooks\x18\x01 \x03(\x0b\x32\".raystack.frontier.v1beta1.WebhookR\x08webhooks\"\x7f\n!UpdateBillingAccountLimitsRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12\x1b\n\x02id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\x02id\x12\x1d\n\ncredit_min\x18\x03 \x01(\x03R\tcreditMin\"$\n\"UpdateBillingAccountLimitsResponse\"_\n\x1fGetBillingAccountDetailsRequest\x12\x1f\n\x06org_id\x18\x01 \x01(\tB\x08\xfa\x42\x05r\x03\xb0\x01\x01R\x05orgId\x12\x1b\n\x02id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\x02id\"a\n GetBillingAccountDetailsResponse\x12\x1d\n\ncredit_min\x18\x01 \x01(\x03R\tcreditMin\x12\x1e\n\x0b\x64ue_in_days\x18\x02 \x01(\x03R\tdueInDays\"\xaa\x01\n\"UpdateBillingAccountDetailsRequest\x12\x1f\n\x06org_id\x18\x01 \x01(\tB\x08\xfa\x42\x05r\x03\xb0\x01\x01R\x05orgId\x12\x1b\n\x02id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\x02id\x12\x1d\n\ncredit_min\x18\x03 \x01(\x03R\tcreditMin\x12\'\n\x0b\x64ue_in_days\x18\x04 \x01(\x03\x42\x07\xfa\x42\x04\"\x02(\x00R\tdueInDays\"%\n#UpdateBillingAccountDetailsResponse\"^\n\x19SetOrganizationKycRequest\x12\x15\n\x06org_id\x18\x01 \x01(\tR\x05orgId\x12\x16\n\x06status\x18\x02 \x01(\x08R\x06status\x12\x12\n\x04link\x18\x03 \x01(\tR\x04link\"Y\n\x1aSearchOrganizationsRequest\x12;\n\x05query\x18\x01 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"s\n\x1aSetOrganizationKycResponse\x12U\n\x10organization_kyc\x18\x01 \x01(\x0b\x32*.raystack.frontier.v1beta1.OrganizationKycR\x0forganizationKyc\"\x1d\n\x1bListOrganizationsKycRequest\"w\n\x1cListOrganizationsKycResponse\x12W\n\x11organizations_kyc\x18\x01 \x03(\x0b\x32*.raystack.frontier.v1beta1.OrganizationKycR\x10organizationsKyc\"\xf9\x06\n\x1bSearchOrganizationsResponse\x12o\n\rorganizations\x18\x01 \x03(\x0b\x32I.raystack.frontier.v1beta1.SearchOrganizationsResponse.OrganizationResultR\rorganizations\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group\x1a\xc9\x04\n\x12OrganizationResult\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x14\n\x05title\x18\x03 \x01(\tR\x05title\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x14\n\x05state\x18\x06 \x01(\tR\x05state\x12\x16\n\x06\x61vatar\x18\x07 \x01(\tR\x06\x61vatar\x12\x1d\n\ncreated_by\x18\x08 \x01(\tR\tcreatedBy\x12\x1b\n\tplan_name\x18\t \x01(\tR\x08planName\x12;\n\x0cpayment_mode\x18\n \x01(\tB\x18\xfa\x42\x15r\x13R\x07prepaidR\x08postpaidR\x0bpaymentMode\x12U\n\x19subscription_cycle_end_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x16subscriptionCycleEndAt\x12\x18\n\x07\x63ountry\x18\x0c \x01(\tR\x07\x63ountry\x12-\n\x12subscription_state\x18\x0e \x01(\tR\x11subscriptionState\x12#\n\rplan_interval\x18\x0f \x01(\tR\x0cplanInterval\x12\x17\n\x07plan_id\x18\x10 \x01(\tR\x06planId\"S\n\x14ListProspectsRequest\x12;\n\x05query\x18\x01 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"\xf9\x01\n\x15ListProspectsResponse\x12\x41\n\tprospects\x18\x01 \x03(\x0b\x32#.raystack.frontier.v1beta1.ProspectR\tprospects\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group\"K\n\x12GetProspectRequest\x12\x35\n\x02id\x18\x01 \x01(\tB%\x92\x41\x14\x32\x12id of the prospect\xe2\x41\x01\x02\xfa\x42\x07r\x05\x10\x01\xb0\x01\x01R\x02id\"V\n\x13GetProspectResponse\x12?\n\x08prospect\x18\x01 \x01(\x0b\x32#.raystack.frontier.v1beta1.ProspectR\x08prospect\"\xf9\x06\n\x15UpdateProspectRequest\x12\x35\n\x02id\x18\x01 \x01(\tB%\x92\x41\x14\x32\x12id of the prospect\xe2\x41\x01\x02\xfa\x42\x07r\x05\x10\x01\xb0\x01\x01R\x02id\x12\x44\n\x04name\x18\x02 \x01(\tB0\x92\x41\x17\x32\x15\x66ull name of the user\xfa\x42\x13r\x11\x32\x0c^[A-Za-z ]+$\xd0\x01\x01R\x04name\x12\x39\n\x05\x65mail\x18\x05 \x01(\tB#\x92\x41\x13\x32\x11\x65mail of the user\xe2\x41\x01\x02\xfa\x42\x06r\x04\x10\x01`\x01R\x05\x65mail\x12\x33\n\x05phone\x18\x06 \x01(\tB\x1d\x92\x41\x1a\x32\x18phone number of the userR\x05phone\x12\x8a\x01\n\x08\x61\x63tivity\x18\x07 \x01(\tBn\x92\x41N2Lactivity for which user is subscribing, e.g. newsletter, waitlist, blogs etc\xe2\x41\x01\x02\xfa\x42\x16r\x14\x10\x01\x32\x10^[A-Za-z0-9-_]+$R\x08\x61\x63tivity\x12\xb4\x01\n\x06status\x18\x08 \x01(\x0e\x32*.raystack.frontier.v1beta1.Prospect.StatusBp\x92\x41_2]subscription status for this activity. Allowed values - 1 for UNSUBSCRIBED; 2 for SUBSCRIBED;\xe2\x41\x01\x02\xfa\x42\x07\x82\x01\x04\x18\x01\x18\x02R\x06status\x12u\n\x06source\x18\t \x01(\tB]\x92\x41@2>source of this user addition e.g. platform, website, admin etc\xfa\x42\x17r\x15\x32\x10^[A-Za-z0-9-_]+$\xd0\x01\x01R\x06source\x12[\n\x08verified\x18\n \x01(\x08\x42?\x92\x41<2:verification status of this user addition e.g. true, falseR\x08verified\x12[\n\x08metadata\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructB&\x92\x41#2!additional info as key value pairR\x08metadata\"Y\n\x16UpdateProspectResponse\x12?\n\x08prospect\x18\x01 \x01(\x0b\x32#.raystack.frontier.v1beta1.ProspectR\x08prospect\"N\n\x15\x44\x65leteProspectRequest\x12\x35\n\x02id\x18\x01 \x01(\tB%\x92\x41\x14\x32\x12id of the prospect\xe2\x41\x01\x02\xfa\x42\x07r\x05\x10\x01\xb0\x01\x01R\x02id\"\x18\n\x16\x44\x65leteProspectResponse\"\xc2\x06\n\x15\x43reateProspectRequest\x12\x44\n\x04name\x18\x01 \x01(\tB0\x92\x41\x17\x32\x15\x66ull name of the user\xfa\x42\x13r\x11\x32\x0c^[A-Za-z ]+$\xd0\x01\x01R\x04name\x12\x39\n\x05\x65mail\x18\x05 \x01(\tB#\x92\x41\x13\x32\x11\x65mail of the user\xe2\x41\x01\x02\xfa\x42\x06r\x04\x10\x01`\x01R\x05\x65mail\x12\x33\n\x05phone\x18\x06 \x01(\tB\x1d\x92\x41\x1a\x32\x18phone number of the userR\x05phone\x12\x8a\x01\n\x08\x61\x63tivity\x18\x07 \x01(\tBn\x92\x41N2Lactivity for which user is subscribing, e.g. newsletter, waitlist, blogs etc\xe2\x41\x01\x02\xfa\x42\x16r\x14\x10\x01\x32\x10^[A-Za-z0-9-_]+$R\x08\x61\x63tivity\x12\xb4\x01\n\x06status\x18\x08 \x01(\x0e\x32*.raystack.frontier.v1beta1.Prospect.StatusBp\x92\x41_2]subscription status for this activity. Allowed values - 1 for UNSUBSCRIBED; 2 for SUBSCRIBED;\xe2\x41\x01\x02\xfa\x42\x07\x82\x01\x04\x18\x01\x18\x02R\x06status\x12u\n\x06source\x18\t \x01(\tB]\x92\x41@2>source of this user addition e.g. platform, website, admin etc\xfa\x42\x17r\x15\x32\x10^[A-Za-z0-9-_]+$\xd0\x01\x01R\x06source\x12[\n\x08verified\x18\n \x01(\x08\x42?\x92\x41<2:verification status of this user addition e.g. true, falseR\x08verified\x12[\n\x08metadata\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructB&\x92\x41#2!additional info as key value pairR\x08metadata\"Y\n\x16\x43reateProspectResponse\x12?\n\x08prospect\x18\x01 \x01(\x0b\x32#.raystack.frontier.v1beta1.ProspectR\x08prospect\"v\n\x1eSearchOrganizationUsersRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12;\n\x05query\x18\x02 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"\x81\x05\n\x1fSearchOrganizationUsersResponse\x12h\n\torg_users\x18\x01 \x03(\x0b\x32K.raystack.frontier.v1beta1.SearchOrganizationUsersResponse.OrganizationUserR\x08orgUsers\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group\x1a\xd4\x02\n\x10OrganizationUser\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x14\n\x05title\x18\x03 \x01(\tR\x05title\x12\x14\n\x05\x65mail\x18\x04 \x01(\tR\x05\x65mail\x12>\n\rorg_joined_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0borgJoinedAt\x12\x14\n\x05state\x18\x06 \x01(\tR\x05state\x12\x16\n\x06\x61vatar\x18\x07 \x01(\tR\x06\x61vatar\x12\x1d\n\nrole_names\x18\x08 \x03(\tR\troleNames\x12\x1f\n\x0brole_titles\x18\t \x03(\tR\nroleTitles\x12\x19\n\x08role_ids\x18\n \x03(\tR\x07roleIds\x12\'\n\x0forganization_id\x18\x0b \x01(\tR\x0eorganizationId\"9\n\x1e\x45xportOrganizationUsersRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\"y\n!SearchOrganizationProjectsRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12;\n\x05query\x18\x02 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"\xc3\x04\n\"SearchOrganizationProjectsResponse\x12t\n\x0corg_projects\x18\x01 \x03(\x0b\x32Q.raystack.frontier.v1beta1.SearchOrganizationProjectsResponse.OrganizationProjectR\x0borgProjects\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group\x1a\x87\x02\n\x13OrganizationProject\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x14\n\x05title\x18\x03 \x01(\tR\x05title\x12\x14\n\x05state\x18\x04 \x01(\tR\x05state\x12!\n\x0cmember_count\x18\x05 \x01(\x03R\x0bmemberCount\x12\x19\n\x08user_ids\x18\x06 \x03(\tR\x07userIds\x12\x39\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\'\n\x0forganization_id\x18\x08 \x01(\tR\x0eorganizationId\"<\n!ExportOrganizationProjectsRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\"q\n\x19SearchProjectUsersRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12;\n\x05query\x18\x02 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"\x95\x04\n\x1aSearchProjectUsersResponse\x12\x66\n\rproject_users\x18\x01 \x03(\x0b\x32\x41.raystack.frontier.v1beta1.SearchProjectUsersResponse.ProjectUserR\x0cprojectUsers\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group\x1a\xef\x01\n\x0bProjectUser\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x14\n\x05title\x18\x03 \x01(\tR\x05title\x12\x14\n\x05\x65mail\x18\x04 \x01(\tR\x05\x65mail\x12\x16\n\x06\x61vatar\x18\x07 \x01(\tR\x06\x61vatar\x12\x1d\n\nrole_names\x18\x08 \x03(\tR\troleNames\x12\x1f\n\x0brole_titles\x18\t \x03(\tR\nroleTitles\x12\x19\n\x08role_ids\x18\n \x03(\tR\x07roleIds\x12\x1d\n\nproject_id\x18\x0b \x01(\tR\tprojectId\"y\n!SearchOrganizationInvoicesRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12;\n\x05query\x18\x02 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"\xb3\x04\n\"SearchOrganizationInvoicesResponse\x12\x86\x01\n\x15organization_invoices\x18\x01 \x03(\x0b\x32Q.raystack.frontier.v1beta1.SearchOrganizationInvoicesResponse.OrganizationInvoiceR\x14organizationInvoices\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group\x1a\xe4\x01\n\x13OrganizationInvoice\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x16\n\x06\x61mount\x18\x02 \x01(\x03R\x06\x61mount\x12\x1a\n\x08\x63urrency\x18\x03 \x01(\tR\x08\x63urrency\x12\x14\n\x05state\x18\x04 \x01(\tR\x05state\x12!\n\x0cinvoice_link\x18\x05 \x01(\tR\x0binvoiceLink\x12\x39\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\"w\n\x1fSearchOrganizationTokensRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12;\n\x05query\x18\x02 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"\xd0\x04\n SearchOrganizationTokensResponse\x12~\n\x13organization_tokens\x18\x01 \x03(\x0b\x32M.raystack.frontier.v1beta1.SearchOrganizationTokensResponse.OrganizationTokenR\x12organizationTokens\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group\x1a\x8c\x02\n\x11OrganizationToken\x12\x16\n\x06\x61mount\x18\x01 \x01(\x03R\x06\x61mount\x12\x12\n\x04type\x18\x02 \x01(\tR\x04type\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07user_id\x18\x04 \x01(\tR\x06userId\x12\x1d\n\nuser_title\x18\x05 \x01(\tR\tuserTitle\x12\x1f\n\x0buser_avatar\x18\x06 \x01(\tR\nuserAvatar\x12\x39\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x15\n\x06org_id\x18\x08 \x01(\tR\x05orgId\":\n\x1f\x45xportOrganizationTokensRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\"\x87\x01\n/SearchOrganizationServiceUserCredentialsRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12;\n\x05query\x18\x02 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"\xce\x04\n0SearchOrganizationServiceUserCredentialsResponse\x12\xbf\x01\n$organization_serviceuser_credentials\x18\x01 \x03(\x0b\x32m.raystack.frontier.v1beta1.SearchOrganizationServiceUserCredentialsResponse.OrganizationServiceUserCredentialR\"organizationServiceuserCredentials\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group\x1a\xb8\x01\n!OrganizationServiceUserCredential\x12\x14\n\x05title\x18\x01 \x01(\tR\x05title\x12+\n\x11serviceuser_title\x18\x02 \x01(\tR\x10serviceuserTitle\x12\x39\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x15\n\x06org_id\x18\x04 \x01(\tR\x05orgId\"Q\n\x12SearchUsersRequest\x12;\n\x05query\x18\x01 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"\xeb\x01\n\x13SearchUsersResponse\x12\x35\n\x05users\x18\x01 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x05users\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group\"\x14\n\x12\x45xportUsersRequest\"\x87\x01\n\x1eSearchUserOrganizationsRequest\x12(\n\x02id\x18\x01 \x01(\tB\x18\x92\x41\t2\x07user ID\xe2\x41\x01\x02\xfa\x42\x05r\x03\xb0\x01\x01R\x02id\x12;\n\x05query\x18\x02 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"\x98\x05\n\x1fSearchUserOrganizationsResponse\x12z\n\x12user_organizations\x18\x01 \x03(\x0b\x32K.raystack.frontier.v1beta1.SearchUserOrganizationsResponse.UserOrganizationR\x11userOrganizations\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group\x1a\xd9\x02\n\x10UserOrganization\x12\x15\n\x06org_id\x18\x01 \x01(\tR\x05orgId\x12\x1b\n\torg_title\x18\x02 \x01(\tR\x08orgTitle\x12\x19\n\x08org_name\x18\x03 \x01(\tR\x07orgName\x12\x1d\n\norg_avatar\x18\x04 \x01(\tR\torgAvatar\x12#\n\rproject_count\x18\x05 \x01(\x03R\x0cprojectCount\x12\x1d\n\nrole_names\x18\x06 \x03(\tR\troleNames\x12\x1f\n\x0brole_titles\x18\x07 \x03(\tR\nroleTitles\x12\x19\n\x08role_ids\x18\x08 \x03(\tR\x07roleIds\x12>\n\rorg_joined_on\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0borgJoinedOn\x12\x17\n\x07user_id\x18\n \x01(\tR\x06userId\"\xbb\x01\n\x19SearchUserProjectsRequest\x12\x31\n\x07user_id\x18\x01 \x01(\tB\x18\x92\x41\t2\x07user ID\xe2\x41\x01\x02\xfa\x42\x05r\x03\xb0\x01\x01R\x06userId\x12.\n\x06org_id\x18\x02 \x01(\tB\x17\x92\x41\x08\x32\x06org ID\xe2\x41\x01\x02\xfa\x42\x05r\x03\xb0\x01\x01R\x05orgId\x12;\n\x05query\x18\x03 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"\x92\x05\n\x1aSearchUserProjectsResponse\x12\x66\n\ruser_projects\x18\x01 \x03(\x0b\x32\x41.raystack.frontier.v1beta1.SearchUserProjectsResponse.UserProjectR\x0cuserProjects\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group\x1a\xec\x02\n\x0bUserProject\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12#\n\rproject_title\x18\x02 \x01(\tR\x0cprojectTitle\x12!\n\x0cproject_name\x18\x03 \x01(\tR\x0bprojectName\x12H\n\x12project_created_on\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x10projectCreatedOn\x12\x1d\n\nuser_names\x18\x05 \x03(\tR\tuserNames\x12\x1f\n\x0buser_titles\x18\x06 \x03(\tR\nuserTitles\x12\x19\n\x08user_ids\x18\x07 \x03(\tR\x07userIds\x12!\n\x0cuser_avatars\x18\x08 \x03(\tR\x0buserAvatars\x12\x15\n\x06org_id\x18\t \x01(\tR\x05orgId\x12\x17\n\x07user_id\x18\n \x01(\tR\x06userId\"\x96\r\n\x1e\x41\x64minCreateOrganizationRequest\x12o\n\x04\x62ody\x18\x01 \x01(\x0b\x32Q.raystack.frontier.v1beta1.AdminCreateOrganizationRequest.OrganizationRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\x1a\x82\x0c\n\x17OrganizationRequestBody\x12\x81\x02\n\x04name\x18\x01 \x01(\tB\xec\x01\x92\x41\xcd\x01\x32\xca\x01The name of the organization. The name must be unique within the entire Frontier instance. The name can contain only alphanumeric characters, dashes and underscores.<br/>*Example:*`\"frontier-org1-acme\"`\xe2\x41\x01\x02\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9-_]+$R\x04name\x12\xb9\x01\n\x05title\x18\x02 \x01(\tB\xa2\x01\x92\x41\x9e\x01\x32\x9b\x01The title can contain any UTF-8 character, used to provide a human-readable name for the organization. Can also be left empty.<br/> *Example*: `\"Acme Inc\"`R\x05title\x12\xf3\x03\n\x08metadata\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructB\xbd\x03\x92\x41\xb9\x03\x32\xb6\x03Metadata object for organizations that can hold key value pairs defined in Organization Metaschema. The metadata object can be used to store arbitrary information about the organization such as labels, descriptions etc. The default Organization Metaschema contains labels and descripton fields. Update the Organization Metaschema to add more fields. <br/>*Example*:`{\"labels\": {\"key\": \"value\"}, \"description\": \"Organization description\"}`R\x08metadata\x12\xf8\x02\n\x06\x61vatar\x18\x04 \x01(\tB\xdf\x02\x92\x41\x8f\x02\x32\xd3\x01The avatar is base64 encoded image data of the user. Can also be left empty. The image should be less than 200KB. Should follow the regex pattern `^data:image/(png|jpg|jpeg|gif);base64,([a-zA-Z0-9+/]+={0,2})+$`.J7\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAA\"\xfa\x42IrG\x18\x90\xa1\x0f\x32>^data:image/(png|jpg|jpeg|gif);base64,([a-zA-Z0-9+/]+={0,2})+$\xd0\x01\x01R\x06\x61vatar\x12\xb5\x01\n\x0forg_owner_email\x18\x05 \x01(\tB\x8c\x01\x92\x41~2|The email of the user. The email must be unique within the entire Frontier instance.<br/>*Example:*`\"john.doe@raystack.org\"`\xe2\x41\x01\x02\xfa\x42\x04r\x02`\x01R\rorgOwnerEmail\"n\n\x1f\x41\x64minCreateOrganizationResponse\x12K\n\x0corganization\x18\x01 \x01(\x0b\x32\'.raystack.frontier.v1beta1.OrganizationR\x0corganization\"T\n\x15SearchInvoicesRequest\x12;\n\x05query\x18\x01 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"\xa1\x04\n\x16SearchInvoicesResponse\x12U\n\x08invoices\x18\x01 \x03(\x0b\x32\x39.raystack.frontier.v1beta1.SearchInvoicesResponse.InvoiceR\x08invoices\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group\x1a\x90\x02\n\x07Invoice\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x16\n\x06\x61mount\x18\x02 \x01(\x03R\x06\x61mount\x12\x1a\n\x08\x63urrency\x18\x03 \x01(\tR\x08\x63urrency\x12\x14\n\x05state\x18\x04 \x01(\tR\x05state\x12!\n\x0cinvoice_link\x18\x05 \x01(\tR\x0binvoiceLink\x12\x39\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\x12\x19\n\x08org_name\x18\x08 \x01(\tR\x07orgName\x12\x1b\n\torg_title\x18\t \x01(\tR\x08orgTitle\"}\n%SearchOrganizationServiceUsersRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12;\n\x05query\x18\x02 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"\xa1\x05\n&SearchOrganizationServiceUsersResponse\x12\x97\x01\n\x1aorganization_service_users\x18\x01 \x03(\x0b\x32Y.raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse.OrganizationServiceUserR\x18organizationServiceUsers\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group\x1a\x43\n\x07Project\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05title\x18\x02 \x01(\tR\x05title\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x1a\xf8\x01\n\x17OrganizationServiceUser\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05title\x18\x02 \x01(\tR\x05title\x12\x15\n\x06org_id\x18\x03 \x01(\tR\x05orgId\x12\x65\n\x08projects\x18\x04 \x03(\x0b\x32I.raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse.ProjectR\x08projects\x12\x39\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\"\x1c\n\x1aGetCurrentAdminUserRequest\"\x9d\x01\n\x1bGetCurrentAdminUserResponse\x12\x33\n\x04user\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x04user\x12I\n\x0cservice_user\x18\x02 \x01(\x0b\x32&.raystack.frontier.v1beta1.ServiceUserR\x0bserviceUser\"@\n\x17ListUserSessionsRequest\x12%\n\x07user_id\x18\x01 \x01(\tB\x0c\xe2\x41\x01\x02\xfa\x42\x05r\x03\xb0\x01\x01R\x06userId\"Z\n\x18ListUserSessionsResponse\x12>\n\x08sessions\x18\x01 \x03(\x0b\x32\".raystack.frontier.v1beta1.SessionR\x08sessions\"M\n\x18RevokeUserSessionRequest\x12+\n\nsession_id\x18\x02 \x01(\tB\x0c\xe2\x41\x01\x02\xfa\x42\x05r\x03\xb0\x01\x01R\tsessionIdJ\x04\x08\x01\x10\x02\"\x1b\n\x19RevokeUserSessionResponse\"V\n\x17ListAuditRecordsRequest\x12;\n\x05query\x18\x01 \x01(\x0b\x32%.raystack.frontier.v1beta1.RQLRequestR\x05query\"^\n\x19\x45xportAuditRecordsRequest\x12\x41\n\x05query\x18\x01 \x01(\x0b\x32+.raystack.frontier.v1beta1.RQLExportRequestR\x05query\"\x86\x02\n\x18ListAuditRecordsResponse\x12K\n\raudit_records\x18\x01 \x03(\x0b\x32&.raystack.frontier.v1beta1.AuditRecordR\x0c\x61uditRecords\x12U\n\npagination\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.RQLQueryPaginationResponseR\npagination\x12\x46\n\x05group\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.RQLQueryGroupResponseR\x05group2\xd3}\n\x0c\x41\x64minService\x12\xaf\x02\n\x0cListAllUsers\x12..raystack.frontier.v1beta1.ListAllUsersRequest\x1a/.raystack.frontier.v1beta1.ListAllUsersResponse\"\xbd\x01\x92\x41\x9d\x01\n\x04User\x12\x0eList all users\x1a\x84\x01Lists all the users from all the organizations in a Frontier instance. It can be filtered by keyword, organization, group and state.\x82\xd3\xe4\x93\x02\x16\x12\x14/v1beta1/admin/users\x12\x9b\x02\n\x13ListAllServiceUsers\x12\x35.raystack.frontier.v1beta1.ListAllServiceUsersRequest\x1a\x36.raystack.frontier.v1beta1.ListAllServiceUsersResponse\"\x94\x01\x92\x41n\n\x04User\x12\x16List all service users\x1aNLists all the service users from all the organizations in a Frontier instance.\x82\xd3\xe4\x93\x02\x1d\x12\x1b/v1beta1/admin/serviceusers\x12\x9c\x02\n\nListGroups\x12,.raystack.frontier.v1beta1.ListGroupsRequest\x1a-.raystack.frontier.v1beta1.ListGroupsResponse\"\xb0\x01\x92\x41\x8f\x01\n\x05Group\x12\x0fList all groups\x1auLists all the groups from all the organizations in a Frontier instance. It can be filtered by organization and state.\x82\xd3\xe4\x93\x02\x17\x12\x15/v1beta1/admin/groups\x12\xb3\x02\n\x14ListAllOrganizations\x12\x36.raystack.frontier.v1beta1.ListAllOrganizationsRequest\x1a\x37.raystack.frontier.v1beta1.ListAllOrganizationsResponse\"\xa9\x01\x92\x41\x81\x01\n\x0cOrganization\x12\x16List all organizations\x1aYLists all the organizations in a Frontier instance. It can be filtered by user and state.\x82\xd3\xe4\x93\x02\x1e\x12\x1c/v1beta1/admin/organizations\x12\xf0\x01\n\x17\x41\x64minCreateOrganization\x12\x39.raystack.frontier.v1beta1.AdminCreateOrganizationRequest\x1a:.raystack.frontier.v1beta1.AdminCreateOrganizationResponse\"^\x92\x41\x31\n\x0cOrganization\x12!Create organization as superadmin\x82\xd3\xe4\x93\x02$\"\x1c/v1beta1/admin/organizations:\x04\x62ody\x12\xb2\x02\n\x13SearchOrganizations\x12\x35.raystack.frontier.v1beta1.SearchOrganizationsRequest\x1a\x36.raystack.frontier.v1beta1.SearchOrganizationsResponse\"\xab\x01\x92\x41v\n\x0cOrganization\x12\x14Search organizations\x1aPSearch organization based on org demographic properties and billing plan details\x82\xd3\xe4\x93\x02,\"#/v1beta1/admin/organizations/search:\x05query\x12\xfb\x01\n\x17SearchOrganizationUsers\x12\x39.raystack.frontier.v1beta1.SearchOrganizationUsersRequest\x1a:.raystack.frontier.v1beta1.SearchOrganizationUsersResponse\"i\x92\x41)\n\x0cOrganization\x12\x19Search organization users\x82\xd3\xe4\x93\x02\x37\"./v1beta1/admin/organizations/{id}/users/search:\x05query\x12\xdd\x01\n\x12SearchProjectUsers\x12\x34.raystack.frontier.v1beta1.SearchProjectUsersRequest\x1a\x35.raystack.frontier.v1beta1.SearchProjectUsersResponse\"Z\x92\x41\x1f\n\x07Project\x12\x14Search Project users\x82\xd3\xe4\x93\x02\x32\")/v1beta1/admin/projects/{id}/users/search:\x05query\x12\x8a\x02\n\x1aSearchOrganizationProjects\x12<.raystack.frontier.v1beta1.SearchOrganizationProjectsRequest\x1a=.raystack.frontier.v1beta1.SearchOrganizationProjectsResponse\"o\x92\x41,\n\x0cOrganization\x12\x1cSearch organization projects\x82\xd3\xe4\x93\x02:\"1/v1beta1/admin/organizations/{id}/projects/search:\x05query\x12\x8a\x02\n\x1aSearchOrganizationInvoices\x12<.raystack.frontier.v1beta1.SearchOrganizationInvoicesRequest\x1a=.raystack.frontier.v1beta1.SearchOrganizationInvoicesResponse\"o\x92\x41,\n\x0cOrganization\x12\x1cSearch organization invoices\x82\xd3\xe4\x93\x02:\"1/v1beta1/admin/organizations/{id}/invoices/search:\x05query\x12\x80\x02\n\x18SearchOrganizationTokens\x12:.raystack.frontier.v1beta1.SearchOrganizationTokensRequest\x1a;.raystack.frontier.v1beta1.SearchOrganizationTokensResponse\"k\x92\x41*\n\x0cOrganization\x12\x1aSearch organization tokens\x82\xd3\xe4\x93\x02\x38\"//v1beta1/admin/organizations/{id}/tokens/search:\x05query\x12\xd4\x02\n(SearchOrganizationServiceUserCredentials\x12J.raystack.frontier.v1beta1.SearchOrganizationServiceUserCredentialsRequest\x1aK.raystack.frontier.v1beta1.SearchOrganizationServiceUserCredentialsResponse\"\x8e\x01\x92\x41<\n\x0cOrganization\x12,Search organization service user credentials\x82\xd3\xe4\x93\x02I\"@/v1beta1/admin/organizations/{id}/serviceuser_credentials/search:\x05query\x12\x9f\x02\n\x1eSearchOrganizationServiceUsers\x12@.raystack.frontier.v1beta1.SearchOrganizationServiceUsersRequest\x1a\x41.raystack.frontier.v1beta1.SearchOrganizationServiceUsersResponse\"x\x92\x41\x31\n\x0cOrganization\x12!Search organization service users\x82\xd3\xe4\x93\x02>\"5/v1beta1/admin/organizations/{id}/serviceusers/search:\x05query\x12\x8d\x02\n\x13\x45xportOrganizations\x12\x35.raystack.frontier.v1beta1.ExportOrganizationsRequest\x1a\x14.google.api.HttpBody\"\xa6\x01\x92\x41x\n\x0cOrganization\x12\x14\x45xport organizations\x1aHExport organization with demographic properties and billing plan details:\x08text/csv\x82\xd3\xe4\x93\x02%\x12#/v1beta1/admin/organizations/export0\x01\x12\x88\x02\n\x17\x45xportOrganizationUsers\x12\x39.raystack.frontier.v1beta1.ExportOrganizationUsersRequest\x1a\x14.google.api.HttpBody\"\x99\x01\x92\x41`\n\x0cOrganization\x12\x19\x45xport organization users\x1a+Export organization user their role details:\x08text/csv\x82\xd3\xe4\x93\x02\x30\x12./v1beta1/admin/organizations/{id}/users/export0\x01\x12\x93\x02\n\x1a\x45xportOrganizationProjects\x12<.raystack.frontier.v1beta1.ExportOrganizationProjectsRequest\x1a\x14.google.api.HttpBody\"\x9e\x01\x92\x41\x62\n\x0cOrganization\x12\x1c\x45xport organization projects\x1a*Export organization projects with user IDs:\x08text/csv\x82\xd3\xe4\x93\x02\x33\x12\x31/v1beta1/admin/organizations/{id}/projects/export0\x01\x12\xfb\x01\n\x18\x45xportOrganizationTokens\x12:.raystack.frontier.v1beta1.ExportOrganizationTokensRequest\x1a\x14.google.api.HttpBody\"\x8a\x01\x92\x41P\n\x0cOrganization\x12\x1a\x45xport organization tokens\x1a\x1a\x45xport organization tokens:\x08text/csv\x82\xd3\xe4\x93\x02\x31\x12//v1beta1/admin/organizations/{id}/tokens/export0\x01\x12\xdd\x01\n\x0b\x45xportUsers\x12-.raystack.frontier.v1beta1.ExportUsersRequest\x1a\x14.google.api.HttpBody\"\x86\x01\x92\x41`\n\x04User\x12\x0c\x45xport users\x1a@Export user with demographic properties and billing plan details:\x08text/csv\x82\xd3\xe4\x93\x02\x1d\x12\x1b/v1beta1/admin/users/export0\x01\x12\xd7\x01\n\x0bSearchUsers\x12-.raystack.frontier.v1beta1.SearchUsersRequest\x1a..raystack.frontier.v1beta1.SearchUsersResponse\"i\x92\x41<\n\x04User\x12\x0cSearch users\x1a&Search users based on their properties\x82\xd3\xe4\x93\x02$\"\x1b/v1beta1/admin/users/search:\x05query\x12\xf4\x01\n\x17SearchUserOrganizations\x12\x39.raystack.frontier.v1beta1.SearchUserOrganizationsRequest\x1a:.raystack.frontier.v1beta1.SearchUserOrganizationsResponse\"b\x92\x41\"\n\x04User\x12\x1aSearch users organizations\x82\xd3\xe4\x93\x02\x37\"./v1beta1/admin/users/{id}/organizations/search:\x05query\x12\x82\x02\n\x12SearchUserProjects\x12\x34.raystack.frontier.v1beta1.SearchUserProjectsRequest\x1a\x35.raystack.frontier.v1beta1.SearchUserProjectsResponse\"\x7f\x92\x41/\n\x04User\x12\'Search projects of a user within an org\x82\xd3\xe4\x93\x02G\">/v1beta1/admin/users/{user_id}/organizations/{org_id}/projects:\x05query\x12\xad\x02\n\x12SetOrganizationKyc\x12\x34.raystack.frontier.v1beta1.SetOrganizationKycRequest\x1a\x35.raystack.frontier.v1beta1.SetOrganizationKycResponse\"\xa9\x01\x92\x41r\n\x0fOrganizationKyc\x12&Set KYC information of an organization\x1a\x37Set KYC information of an organization using ID or name\x82\xd3\xe4\x93\x02.\x1a)/v1beta1/admin/organizations/{org_id}/kyc:\x01*\x12\x9b\x02\n\x14ListOrganizationsKyc\x12\x36.raystack.frontier.v1beta1.ListOrganizationsKycRequest\x1a\x37.raystack.frontier.v1beta1.ListOrganizationsKycResponse\"\x91\x01\x92\x41\x66\n\x0fOrganizationKyc\x12)List KYC information of all organizations\x1a(List KYC information of all organization\x82\xd3\xe4\x93\x02\"\x12 /v1beta1/admin/organizations/kyc\x12\xaa\x02\n\x0cListProjects\x12..raystack.frontier.v1beta1.ListProjectsRequest\x1a/.raystack.frontier.v1beta1.ListProjectsResponse\"\xb8\x01\x92\x41\x95\x01\n\x07Project\x12\x11List all projects\x1awLists all the projects from all the organizations in a Frontier instance. It can be filtered by organization and state.\x82\xd3\xe4\x93\x02\x19\x12\x17/v1beta1/admin/projects\x12\xb5\x01\n\rListRelations\x12/.raystack.frontier.v1beta1.ListRelationsRequest\x1a\x30.raystack.frontier.v1beta1.ListRelationsResponse\"A\x92\x41\x1e\n\x08Relation\x12\x12List all relations\x82\xd3\xe4\x93\x02\x1a\x12\x18/v1beta1/admin/relations\x12\xc5\x02\n\rListResources\x12/.raystack.frontier.v1beta1.ListResourcesRequest\x1a\x30.raystack.frontier.v1beta1.ListResourcesResponse\"\xd0\x01\x92\x41\xac\x01\n\x08Resource\x12\x12List all resources\x1a\x8b\x01Lists all the resources from all the organizations in a Frontier instance. It can be filtered by user, project, organization and namespace.\x82\xd3\xe4\x93\x02\x1a\x12\x18/v1beta1/admin/resources\x12\x98\x02\n\nCreateRole\x12,.raystack.frontier.v1beta1.CreateRoleRequest\x1a-.raystack.frontier.v1beta1.CreateRoleResponse\"\xac\x01\x92\x41\x8c\x01\n\x04Role\x12\x14\x43reate platform role\x1anCreates a platform wide role. It can be used to grant permissions to all the resources in a Frontier instance.\x82\xd3\xe4\x93\x02\x16\"\x0e/v1beta1/roles:\x04\x62ody\x12\xd5\x01\n\nUpdateRole\x12,.raystack.frontier.v1beta1.UpdateRoleRequest\x1a-.raystack.frontier.v1beta1.UpdateRoleResponse\"j\x92\x41\x46\n\x04Role\x12\x0bUpdate role\x1a\x31Update a role title, description and permissions.\x82\xd3\xe4\x93\x02\x1b\x1a\x13/v1beta1/roles/{id}:\x04\x62ody\x12\xdc\x01\n\nDeleteRole\x12,.raystack.frontier.v1beta1.DeleteRoleRequest\x1a-.raystack.frontier.v1beta1.DeleteRoleResponse\"q\x92\x41S\n\x04Role\x12\x14\x44\x65lete platform role\x1a\x35\x44\x65lete a platform wide role and all of its relations.\x82\xd3\xe4\x93\x02\x15*\x13/v1beta1/roles/{id}\x12\xb1\x02\n\x10\x43reatePermission\x12\x32.raystack.frontier.v1beta1.CreatePermissionRequest\x1a\x33.raystack.frontier.v1beta1.CreatePermissionResponse\"\xb3\x01\x92\x41\x90\x01\n\nPermission\x12\x1a\x43reate platform permission\x1a\x66\x43reates a permission. It can be used to grant permissions to all the resources in a Frontier instance.\x82\xd3\xe4\x93\x02\x19\"\x14/v1beta1/permissions:\x01*\x12\xbf\x02\n\x10UpdatePermission\x12\x32.raystack.frontier.v1beta1.UpdatePermissionRequest\x1a\x33.raystack.frontier.v1beta1.UpdatePermissionResponse\"\xc1\x01\x92\x41\x96\x01\n\nPermission\x12\x1aUpdate platform permission\x1alUpdates a permission by ID. It can be used to grant permissions to all the resources in a Frontier instance.\x82\xd3\xe4\x93\x02!\x1a\x19/v1beta1/permissions/{id}:\x04\x62ody\x12\xc9\x01\n\x10\x44\x65letePermission\x12\x32.raystack.frontier.v1beta1.DeletePermissionRequest\x1a\x33.raystack.frontier.v1beta1.DeletePermissionResponse\"L\x92\x41(\n\nPermission\x12\x1a\x44\x65lete platform permission\x82\xd3\xe4\x93\x02\x1b*\x19/v1beta1/permissions/{id}\x12\xb0\x02\n\x0fListPreferences\x12\x31.raystack.frontier.v1beta1.ListPreferencesRequest\x1a\x32.raystack.frontier.v1beta1.ListPreferencesResponse\"\xb5\x01\x92\x41\x95\x01\n\nPreference\x12\x19List platform preferences\x1alReturns a list of all preferences configured on an instance in Frontier. e.g user, project, organization etc\x82\xd3\xe4\x93\x02\x16\x12\x14/v1beta1/preferences\x12\xfb\x02\n\x11\x43reatePreferences\x12\x33.raystack.frontier.v1beta1.CreatePreferencesRequest\x1a\x34.raystack.frontier.v1beta1.CreatePreferencesResponse\"\xfa\x01\x92\x41\xd7\x01\n\nPreference\x12\x1b\x43reate platform preferences\x1a\xab\x01\x43reate new platform preferences. The platform preferences **name** must be unique within the platform and can contain only alphanumeric characters, dashes and underscores.\x82\xd3\xe4\x93\x02\x19\"\x14/v1beta1/preferences:\x01*\x12\x83\x03\n CheckFederatedResourcePermission\x12\x42.raystack.frontier.v1beta1.CheckFederatedResourcePermissionRequest\x1a\x43.raystack.frontier.v1beta1.CheckFederatedResourcePermissionResponse\"\xd5\x01\x92\x41\xb2\x01\n\x05\x41uthz\x12\x05\x43heck\x1a\xa1\x01Returns true if a principal has required permissions to access a resource and false otherwise.<br/> Note the principal can be a user, group or a service account.\x82\xd3\xe4\x93\x02\x19\"\x14/v1beta1/admin/check:\x01*\x12\xe0\x01\n\x0f\x41\x64\x64PlatformUser\x12\x31.raystack.frontier.v1beta1.AddPlatformUserRequest\x1a\x32.raystack.frontier.v1beta1.AddPlatformUserResponse\"f\x92\x41;\n\x08Platform\x12\x11\x41\x64\x64 platform user\x1a\x1c\x41\x64\x64s a user to the platform.\x82\xd3\xe4\x93\x02\"\"\x1d/v1beta1/admin/platform/users:\x01*\x12\xf3\x01\n\x11ListPlatformUsers\x12\x33.raystack.frontier.v1beta1.ListPlatformUsersRequest\x1a\x34.raystack.frontier.v1beta1.ListPlatformUsersResponse\"s\x92\x41K\n\x08Platform\x12\x13List platform users\x1a*Lists all the users added to the platform.\x82\xd3\xe4\x93\x02\x1f\x12\x1d/v1beta1/admin/platform/users\x12\xf8\x01\n\x12RemovePlatformUser\x12\x34.raystack.frontier.v1beta1.RemovePlatformUserRequest\x1a\x35.raystack.frontier.v1beta1.RemovePlatformUserResponse\"u\x92\x41\x43\n\x08Platform\x12\x14Remove platform user\x1a!Removes a user from the platform.\x82\xd3\xe4\x93\x02)\"$/v1beta1/admin/platform/users/remove:\x01*\x12\xc0\x03\n\x11\x44\x65legatedCheckout\x12\x33.raystack.frontier.v1beta1.DelegatedCheckoutRequest\x1a\x34.raystack.frontier.v1beta1.DelegatedCheckoutResponse\"\xbf\x02\x92\x41\xad\x01\n\x08\x43heckout\x12\"Checkout a product or subscription\x1a}Checkout a product to buy it one time or start a subscription plan on a billing account manually. It bypasses billing engine.\x82\xd3\xe4\x93\x02\x87\x01\"D/v1beta1/admin/organizations/{org_id}/billing/{billing_id}/checkouts:\x01*Z<\"7/v1beta1/admin/organizations/{org_id}/billing/checkouts:\x01*\x12\xb1\x02\n\x0fListAllInvoices\x12\x31.raystack.frontier.v1beta1.ListAllInvoicesRequest\x1a\x32.raystack.frontier.v1beta1.ListAllInvoicesResponse\"\xb6\x01\x92\x41\x8b\x01\n\x07Invoice\x12\x11List all invoices\x1amLists all the invoices from all the organizations in a Frontier instance. It can be filtered by organization.\x82\xd3\xe4\x93\x02!\x12\x1f/v1beta1/admin/billing/invoices\x12\xa7\x02\n\x10GenerateInvoices\x12\x32.raystack.frontier.v1beta1.GenerateInvoicesRequest\x1a\x33.raystack.frontier.v1beta1.GenerateInvoicesResponse\"\xa9\x01\x92\x41s\n\x07Invoice\x12\x1aTrigger invoice generation\x1aLTriggers the creation of credit overdraft invoices for all billing accounts.\x82\xd3\xe4\x93\x02-\"(/v1beta1/admin/billing/invoices/generate:\x01*\x12\xd6\x02\n\x16ListAllBillingAccounts\x12\x38.raystack.frontier.v1beta1.ListAllBillingAccountsRequest\x1a\x39.raystack.frontier.v1beta1.ListAllBillingAccountsResponse\"\xc6\x01\x92\x41\x9b\x01\n\x07\x42illing\x12\x19List all billing accounts\x1auLists all the billing accounts from all the organizations in a Frontier instance. It can be filtered by organization.\x82\xd3\xe4\x93\x02!\x12\x1f/v1beta1/admin/billing/accounts\x12\xe4\x02\n\x12RevertBillingUsage\x12\x34.raystack.frontier.v1beta1.RevertBillingUsageRequest\x1a\x35.raystack.frontier.v1beta1.RevertBillingUsageResponse\"\xe0\x01\x92\x41L\n\x07\x42illing\x12\x14Revert billing usage\x1a+Revert billing usage for a billing account.\x82\xd3\xe4\x93\x02\x8a\x01\"R/v1beta1/admin/organizations/{org_id}/billing/{billing_id}/usage/{usage_id}/revert:\x01*Z1\",/v1beta1/organizations/billing/usages/revert:\x01*\x12\xc9\x01\n\rCreateWebhook\x12/.raystack.frontier.v1beta1.CreateWebhookRequest\x1a\x30.raystack.frontier.v1beta1.CreateWebhookResponse\"U\x92\x41\x30\n\x07Webhook\x12\x0e\x43reate webhook\x1a\x15\x43reate a new webhook.\x82\xd3\xe4\x93\x02\x1c\"\x17/v1beta1/admin/webhooks:\x01*\x12\xca\x01\n\rUpdateWebhook\x12/.raystack.frontier.v1beta1.UpdateWebhookRequest\x1a\x30.raystack.frontier.v1beta1.UpdateWebhookResponse\"V\x92\x41,\n\x07Webhook\x12\x0eUpdate webhook\x1a\x11Update a webhook.\x82\xd3\xe4\x93\x02!\x1a\x1c/v1beta1/admin/webhooks/{id}:\x01*\x12\xc7\x01\n\rDeleteWebhook\x12/.raystack.frontier.v1beta1.DeleteWebhookRequest\x1a\x30.raystack.frontier.v1beta1.DeleteWebhookResponse\"S\x92\x41,\n\x07Webhook\x12\x0e\x44\x65lete webhook\x1a\x11\x44\x65lete a webhook.\x82\xd3\xe4\x93\x02\x1e*\x1c/v1beta1/admin/webhooks/{id}\x12\xbf\x01\n\x0cListWebhooks\x12..raystack.frontier.v1beta1.ListWebhooksRequest\x1a/.raystack.frontier.v1beta1.ListWebhooksResponse\"N\x92\x41,\n\x07Webhook\x12\rList webhooks\x1a\x12List all webhooks.\x82\xd3\xe4\x93\x02\x19\x12\x17/v1beta1/admin/webhooks\x12\xb0\x02\n\x1aUpdateBillingAccountLimits\x12<.raystack.frontier.v1beta1.UpdateBillingAccountLimitsRequest\x1a=.raystack.frontier.v1beta1.UpdateBillingAccountLimitsResponse\"\x94\x01\x88\x02\x01\x92\x41J\n\x07\x42illing\x12\x1dUpdate billing account limits\x1a\x1eUpdate billing account limits.X\x01\x82\xd3\xe4\x93\x02>\x1a\x39/v1beta1/admin/organizations/{org_id}/billing/{id}/limits:\x01*\x12\xb3\x02\n\x18GetBillingAccountDetails\x12:.raystack.frontier.v1beta1.GetBillingAccountDetailsRequest\x1a;.raystack.frontier.v1beta1.GetBillingAccountDetailsResponse\"\x9d\x01\x92\x41X\n\x07\x42illing\x12\x1bGet billing account details\x1a\x30Get billing account details that can be updated.\x82\xd3\xe4\x93\x02<\x12:/v1beta1/admin/organizations/{org_id}/billing/{id}/details\x12\xb1\x02\n\x1bUpdateBillingAccountDetails\x12=.raystack.frontier.v1beta1.UpdateBillingAccountDetailsRequest\x1a>.raystack.frontier.v1beta1.UpdateBillingAccountDetailsResponse\"\x92\x01\x92\x41J\n\x07\x42illing\x12\x1eUpdate billing account details\x1a\x1fUpdate billing account details.\x82\xd3\xe4\x93\x02?\x1a:/v1beta1/admin/organizations/{org_id}/billing/{id}/details:\x01*\x12\xe7\x01\n\x0e\x43reateProspect\x12\x30.raystack.frontier.v1beta1.CreateProspectRequest\x1a\x31.raystack.frontier.v1beta1.CreateProspectResponse\"p\x92\x41J\n\x08Prospect\x12\x0f\x43reate prospect\x1a-Create prospect for given email and activity.\x82\xd3\xe4\x93\x02\x1d\"\x18/v1beta1/admin/prospects:\x01*\x12\xfc\x01\n\rListProspects\x12/.raystack.frontier.v1beta1.ListProspectsRequest\x1a\x30.raystack.frontier.v1beta1.ListProspectsResponse\"\x87\x01\x92\x41X\n\x08Prospect\x12\x0eList prospects\x1a<List prospects and supports filters, sorting and pagination.\x82\xd3\xe4\x93\x02&\"\x1d/v1beta1/admin/prospects/list:\x05query\x12\xc2\x01\n\x0bGetProspect\x12-.raystack.frontier.v1beta1.GetProspectRequest\x1a..raystack.frontier.v1beta1.GetProspectResponse\"T\x92\x41,\n\x08Prospect\x12\x0cGet prospect\x1a\x12Get prospect by ID\x82\xd3\xe4\x93\x02\x1f\x12\x1d/v1beta1/admin/prospects/{id}\x12\xdb\x01\n\x0eUpdateProspect\x12\x30.raystack.frontier.v1beta1.UpdateProspectRequest\x1a\x31.raystack.frontier.v1beta1.UpdateProspectResponse\"d\x92\x41\x39\n\x08Prospect\x12\x0fUpdate prospect\x1a\x1cUpdate prospect for given ID\x82\xd3\xe4\x93\x02\"\x1a\x1d/v1beta1/admin/prospects/{id}:\x01*\x12\xd8\x01\n\x0e\x44\x65leteProspect\x12\x30.raystack.frontier.v1beta1.DeleteProspectRequest\x1a\x31.raystack.frontier.v1beta1.DeleteProspectResponse\"a\x92\x41\x39\n\x08Prospect\x12\x0f\x44\x65lete prospect\x1a\x1c\x44\x65lete prospect for given ID\x82\xd3\xe4\x93\x02\x1f*\x1d/v1beta1/admin/prospects/{id}\x12\xda\x01\n\x0eSearchInvoices\x12\x30.raystack.frontier.v1beta1.SearchInvoicesRequest\x1a\x31.raystack.frontier.v1beta1.SearchInvoicesResponse\"c\x92\x41\x33\n\x07invoice\x12(Search invoices across all organizations\x82\xd3\xe4\x93\x02\'\"\x1e/v1beta1/admin/invoices/search:\x05query\x12\xb4\x02\n\x13GetCurrentAdminUser\x12\x35.raystack.frontier.v1beta1.GetCurrentAdminUserRequest\x1a\x36.raystack.frontier.v1beta1.GetCurrentAdminUserResponse\"\xad\x01\x92\x41\x88\x01\n\x04User\x12\x16Get current admin user\x1ahReturns the current authenticated admin user profile. Returns 403 Forbidden if the user is not an admin.\x82\xd3\xe4\x93\x02\x1b\x12\x19/v1beta1/admin/users/self\x12}\n\x10ListUserSessions\x12\x32.raystack.frontier.v1beta1.ListUserSessionsRequest\x1a\x33.raystack.frontier.v1beta1.ListUserSessionsResponse\"\x00\x12\x80\x01\n\x11RevokeUserSession\x12\x33.raystack.frontier.v1beta1.RevokeUserSessionRequest\x1a\x34.raystack.frontier.v1beta1.RevokeUserSessionResponse\"\x00\x12}\n\x10ListAuditRecords\x12\x32.raystack.frontier.v1beta1.ListAuditRecordsRequest\x1a\x33.raystack.frontier.v1beta1.ListAuditRecordsResponse\"\x00\x12\x64\n\x12\x45xportAuditRecords\x12\x34.raystack.frontier.v1beta1.ExportAuditRecordsRequest\x1a\x14.google.api.HttpBody\"\x00\x30\x01\x42\xf4\x0e\n#io.raystack.proton.frontier.v1beta1B\x08\x46rontierZ;github.com/raystack/proton/frontier/v1beta1;frontierv1beta1\x92\x41\x84\x0e\x12\xfe\x06\n\x1b\x46rontier Administration API\x12\xcf\x05The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.\"@\n\x13Raystack Foundation\x12\x15https://raystack.org/\x1a\x12hello@raystack.org*D\n\nApache 2.0\x12\x36https://github.com/raystack/frontier/blob/main/LICENSE2\x05\x30.2.0\x1a\x0e\x31\x32\x37.0.0.1:7400*\x01\x01\x32\x10\x61pplication/json:\x10\x61pplication/jsonR<\n\x03\x32\x30\x30\x12\x35\n\x1bOK - A successful response.\x12\x16\n\x14\x1a\x12.google.rpc.StatusRi\n\x03\x34\x30\x30\x12\x62\nHBad Request - The request was malformed or contained invalid parameters.\x12\x16\n\x14\x1a\x12.google.rpc.StatusRJ\n\x03\x34\x30\x31\x12\x43\n)Unauthorized - Authentication is required\x12\x16\n\x14\x1a\x12.google.rpc.StatusRa\n\x03\x34\x30\x33\x12Z\n@Forbidden - User does not have permission to access the resource\x12\x16\n\x14\x1a\x12.google.rpc.StatusRQ\n\x03\x34\x30\x34\x12J\n0Not Found - The requested resource was not found\x12\x16\n\x14\x1a\x12.google.rpc.StatusRu\n\x03\x35\x30\x30\x12n\nTInternal Server Error. Returned when theres is something wrong with Frontier server.\x12\x16\n\x14\x1a\x12.google.rpc.StatusZ\xa8\x01\nN\n\x05\x42\x61sic\x12\x45\x08\x01\x12\x37use Client ID as username and Client Secret as password\x1a\x06\x42\x61sic \x02\nV\n\x06\x42\x65\x61rer\x12L\x08\x03\x12=Access token or JWT token, prefixed by Bearer: Bearer <token>\x1a\x07\x42\x65\x61rer \x02\x62\x0b\n\t\n\x05\x42\x61sic\x12\x00\x62\x0c\n\n\n\x06\x42\x65\x61rer\x12\x00j\x06\n\x04Userj\x07\n\x05Groupj\x0e\n\x0cOrganizationj\t\n\x07Projectj\n\n\x08Relationj\n\n\x08Resourcej\x08\n\x06Policyj\x06\n\x04Rolej\x0c\n\nPermissionb\x06proto3')
|
|
36
|
+
|
|
37
|
+
_globals = globals()
|
|
38
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
39
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.frontier.v1beta1.admin_pb2', _globals)
|
|
40
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
41
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
42
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n#io.raystack.proton.frontier.v1beta1B\010FrontierZ;github.com/raystack/proton/frontier/v1beta1;frontierv1beta1\222A\204\016\022\376\006\n\033Frontier Administration API\022\317\005The Frontier APIs adhere to the OpenAPI specification, also known as Swagger, which provides a standardized approach for designing, documenting, and consuming RESTful APIs. With OpenAPI, you gain a clear understanding of the API endpoints, request/response structures, and authentication mechanisms supported by the Frontier APIs. By leveraging the OpenAPI specification, developers can easily explore and interact with the Frontier APIs using a variety of tools and libraries. The OpenAPI specification enables automatic code generation, interactive API documentation, and seamless integration with API testing frameworks, making it easier than ever to integrate Frontier into your existing applications and workflows.\"@\n\023Raystack Foundation\022\025https://raystack.org/\032\022hello@raystack.org*D\n\nApache 2.0\0226https://github.com/raystack/frontier/blob/main/LICENSE2\0050.2.0\032\016127.0.0.1:7400*\001\0012\020application/json:\020application/jsonR<\n\003200\0225\n\033OK - A successful response.\022\026\n\024\032\022.google.rpc.StatusRi\n\003400\022b\nHBad Request - The request was malformed or contained invalid parameters.\022\026\n\024\032\022.google.rpc.StatusRJ\n\003401\022C\n)Unauthorized - Authentication is required\022\026\n\024\032\022.google.rpc.StatusRa\n\003403\022Z\n@Forbidden - User does not have permission to access the resource\022\026\n\024\032\022.google.rpc.StatusRQ\n\003404\022J\n0Not Found - The requested resource was not found\022\026\n\024\032\022.google.rpc.StatusRu\n\003500\022n\nTInternal Server Error. Returned when theres is something wrong with Frontier server.\022\026\n\024\032\022.google.rpc.StatusZ\250\001\nN\n\005Basic\022E\010\001\0227use Client ID as username and Client Secret as password\032\006Basic \002\nV\n\006Bearer\022L\010\003\022=Access token or JWT token, prefixed by Bearer: Bearer <token>\032\007Bearer \002b\013\n\t\n\005Basic\022\000b\014\n\n\n\006Bearer\022\000j\006\n\004Userj\007\n\005Groupj\016\n\014Organizationj\t\n\007Projectj\n\n\010Relationj\n\n\010Resourcej\010\n\006Policyj\006\n\004Rolej\014\n\nPermission'
|
|
43
|
+
_globals['_LISTALLUSERSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
44
|
+
_globals['_LISTALLUSERSREQUEST'].fields_by_name['page_size']._serialized_options = b'\222AD2BThe maximum number of users to return per page. The default is 50.\372B\006\032\004(\001@\001'
|
|
45
|
+
_globals['_LISTALLUSERSREQUEST'].fields_by_name['page_num']._loaded_options = None
|
|
46
|
+
_globals['_LISTALLUSERSREQUEST'].fields_by_name['page_num']._serialized_options = b'\222A.2,The page number to return. The default is 1.\372B\006\032\004(\001@\001'
|
|
47
|
+
_globals['_LISTALLUSERSREQUEST'].fields_by_name['keyword']._loaded_options = None
|
|
48
|
+
_globals['_LISTALLUSERSREQUEST'].fields_by_name['keyword']._serialized_options = b'\222AK2IThe keyword to search for. It can be a user\'s name, email,metadata or id.'
|
|
49
|
+
_globals['_LISTALLUSERSREQUEST'].fields_by_name['org_id']._loaded_options = None
|
|
50
|
+
_globals['_LISTALLUSERSREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A#2!The organization id to filter by.'
|
|
51
|
+
_globals['_LISTALLUSERSREQUEST'].fields_by_name['group_id']._loaded_options = None
|
|
52
|
+
_globals['_LISTALLUSERSREQUEST'].fields_by_name['group_id']._serialized_options = b'\222A\0342\032The group id to filter by.'
|
|
53
|
+
_globals['_LISTALLUSERSREQUEST'].fields_by_name['state']._loaded_options = None
|
|
54
|
+
_globals['_LISTALLUSERSREQUEST'].fields_by_name['state']._serialized_options = b'\222A826The state to filter by. It can be enabled or disabled.'
|
|
55
|
+
_globals['_LISTGROUPSREQUEST'].fields_by_name['org_id']._loaded_options = None
|
|
56
|
+
_globals['_LISTGROUPSREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A#2!The organization id to filter by.'
|
|
57
|
+
_globals['_LISTGROUPSREQUEST'].fields_by_name['state']._loaded_options = None
|
|
58
|
+
_globals['_LISTGROUPSREQUEST'].fields_by_name['state']._serialized_options = b'\222A826The state to filter by. It can be enabled or disabled.'
|
|
59
|
+
_globals['_LISTALLORGANIZATIONSREQUEST'].fields_by_name['user_id']._loaded_options = None
|
|
60
|
+
_globals['_LISTALLORGANIZATIONSREQUEST'].fields_by_name['user_id']._serialized_options = b'\222A\0332\031The user id to filter by.'
|
|
61
|
+
_globals['_LISTALLORGANIZATIONSREQUEST'].fields_by_name['state']._loaded_options = None
|
|
62
|
+
_globals['_LISTALLORGANIZATIONSREQUEST'].fields_by_name['state']._serialized_options = b'\222A826The state to filter by. It can be enabled or disabled.'
|
|
63
|
+
_globals['_LISTALLORGANIZATIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
64
|
+
_globals['_LISTALLORGANIZATIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\222AL2JThe maximum number of organizations to return per page. The default is 50.\372B\006\032\004(\001@\001'
|
|
65
|
+
_globals['_LISTALLORGANIZATIONSREQUEST'].fields_by_name['page_num']._loaded_options = None
|
|
66
|
+
_globals['_LISTALLORGANIZATIONSREQUEST'].fields_by_name['page_num']._serialized_options = b'\222A.2,The page number to return. The default is 1.\372B\006\032\004(\001@\001'
|
|
67
|
+
_globals['_LISTALLORGANIZATIONSRESPONSE'].fields_by_name['count']._loaded_options = None
|
|
68
|
+
_globals['_LISTALLORGANIZATIONSRESPONSE'].fields_by_name['count']._serialized_options = b'\222A!2\037Total number of records present'
|
|
69
|
+
_globals['_LISTPROJECTSREQUEST'].fields_by_name['org_id']._loaded_options = None
|
|
70
|
+
_globals['_LISTPROJECTSREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A#2!The organization id to filter by.'
|
|
71
|
+
_globals['_LISTPROJECTSREQUEST'].fields_by_name['state']._loaded_options = None
|
|
72
|
+
_globals['_LISTPROJECTSREQUEST'].fields_by_name['state']._serialized_options = b'\222A826The state to filter by. It can be enabled or disabled.'
|
|
73
|
+
_globals['_LISTRELATIONSREQUEST'].fields_by_name['subject']._loaded_options = None
|
|
74
|
+
_globals['_LISTRELATIONSREQUEST'].fields_by_name['subject']._serialized_options = b'\222A\0332\031The subject to filter by.'
|
|
75
|
+
_globals['_LISTRELATIONSREQUEST'].fields_by_name['object']._loaded_options = None
|
|
76
|
+
_globals['_LISTRELATIONSREQUEST'].fields_by_name['object']._serialized_options = b'\222A\0322\030The object to filter by.'
|
|
77
|
+
_globals['_LISTRESOURCESREQUEST'].fields_by_name['user_id']._loaded_options = None
|
|
78
|
+
_globals['_LISTRESOURCESREQUEST'].fields_by_name['user_id']._serialized_options = b'\222A\0332\031The user id to filter by.'
|
|
79
|
+
_globals['_LISTRESOURCESREQUEST'].fields_by_name['project_id']._loaded_options = None
|
|
80
|
+
_globals['_LISTRESOURCESREQUEST'].fields_by_name['project_id']._serialized_options = b'\222A\0362\034The project id to filter by.'
|
|
81
|
+
_globals['_LISTRESOURCESREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
82
|
+
_globals['_LISTRESOURCESREQUEST'].fields_by_name['organization_id']._serialized_options = b'\222A#2!The organization id to filter by.'
|
|
83
|
+
_globals['_LISTRESOURCESREQUEST'].fields_by_name['namespace']._loaded_options = None
|
|
84
|
+
_globals['_LISTRESOURCESREQUEST'].fields_by_name['namespace']._serialized_options = b'\222A\0352\033The namespace to filter by.\372B\004r\002\020\003'
|
|
85
|
+
_globals['_UPDATEROLEREQUEST'].fields_by_name['id']._loaded_options = None
|
|
86
|
+
_globals['_UPDATEROLEREQUEST'].fields_by_name['id']._serialized_options = b'\222A\0302\026The role id to update.\342A\001\002'
|
|
87
|
+
_globals['_DELETEROLEREQUEST'].fields_by_name['id']._loaded_options = None
|
|
88
|
+
_globals['_DELETEROLEREQUEST'].fields_by_name['id']._serialized_options = b'\222A\0302\026The role id to delete.\342A\001\002'
|
|
89
|
+
_globals['_PERMISSIONREQUESTBODY'].fields_by_name['name']._loaded_options = None
|
|
90
|
+
_globals['_PERMISSIONREQUESTBODY'].fields_by_name['name']._serialized_options = b'\030\001\222Az2xThe name of the permission. It should be unique across a Frontier instance and can contain only alphanumeric characters.'
|
|
91
|
+
_globals['_PERMISSIONREQUESTBODY'].fields_by_name['namespace']._loaded_options = None
|
|
92
|
+
_globals['_PERMISSIONREQUESTBODY'].fields_by_name['namespace']._serialized_options = b'\030\001\222Aw2uThe namespace of the permission. The namespace should be in service/resource format.<br/>*Example:*`compute/guardian`'
|
|
93
|
+
_globals['_PERMISSIONREQUESTBODY'].fields_by_name['metadata']._loaded_options = None
|
|
94
|
+
_globals['_PERMISSIONREQUESTBODY'].fields_by_name['metadata']._serialized_options = b'\222AD2BThe metadata object for permissions that can hold key value pairs.'
|
|
95
|
+
_globals['_PERMISSIONREQUESTBODY'].fields_by_name['title']._loaded_options = None
|
|
96
|
+
_globals['_PERMISSIONREQUESTBODY'].fields_by_name['title']._serialized_options = b'\222A\1772}The title can contain any UTF-8 character, used to provide a human-readable name for the permissions. Can also be left empty.'
|
|
97
|
+
_globals['_PERMISSIONREQUESTBODY'].fields_by_name['key']._loaded_options = None
|
|
98
|
+
_globals['_PERMISSIONREQUESTBODY'].fields_by_name['key']._serialized_options = b'\222A\347\0012\314\001Permission path key is composed of three parts, \'service.resource.verb\'. Where \'service.resource\' works as a namespace for the \'verb\'. Namespace name cannot be `app` as it\'s reserved for core permissions.J\026\"compute.instance.get\"'
|
|
99
|
+
_globals['_UPDATEPERMISSIONREQUEST'].fields_by_name['id']._loaded_options = None
|
|
100
|
+
_globals['_UPDATEPERMISSIONREQUEST'].fields_by_name['id']._serialized_options = b'\342A\001\002'
|
|
101
|
+
_globals['_CHECKFEDERATEDRESOURCEPERMISSIONREQUEST'].fields_by_name['subject']._loaded_options = None
|
|
102
|
+
_globals['_CHECKFEDERATEDRESOURCEPERMISSIONREQUEST'].fields_by_name['subject']._serialized_options = b'\222A>2<the subject to check. <br/> *Example:* `user:..uuidofuser..`\342A\001\002'
|
|
103
|
+
_globals['_CHECKFEDERATEDRESOURCEPERMISSIONREQUEST'].fields_by_name['resource']._loaded_options = None
|
|
104
|
+
_globals['_CHECKFEDERATEDRESOURCEPERMISSIONREQUEST'].fields_by_name['resource']._serialized_options = b'\222A\251\0032\246\003`namespace:uuid` or `namespace:name` of the org or project, and `namespace:urn` of a resource under a project. In case of an org/project either provide the complete namespace (app/organization) or Frontier can also parse aliases for the same as `org` or `project`. <br/> *Example:* `organization:92f69c3a-334b-4f25-90b8-4d4f3be6b825` or `app/project:project-name` or `compute/instance:92f69c3a-334b-4f25-90b8-4d4f3be6b825`\342A\001\002'
|
|
105
|
+
_globals['_CHECKFEDERATEDRESOURCEPERMISSIONREQUEST'].fields_by_name['permission']._loaded_options = None
|
|
106
|
+
_globals['_CHECKFEDERATEDRESOURCEPERMISSIONREQUEST'].fields_by_name['permission']._serialized_options = b'\222AY2Wthe permission name to check. <br/> *Example:* `get`, `list`, `compute.instance.create`\342A\001\002\372B\025r\0232\021^[A-Za-z0-9._-]+$'
|
|
107
|
+
_globals['_ADDPLATFORMUSERREQUEST'].fields_by_name['user_id']._loaded_options = None
|
|
108
|
+
_globals['_ADDPLATFORMUSERREQUEST'].fields_by_name['user_id']._serialized_options = b'\222A%2#The user id to add to the platform.'
|
|
109
|
+
_globals['_ADDPLATFORMUSERREQUEST'].fields_by_name['serviceuser_id']._loaded_options = None
|
|
110
|
+
_globals['_ADDPLATFORMUSERREQUEST'].fields_by_name['serviceuser_id']._serialized_options = b'\222A-2+The service user id to add to the platform.'
|
|
111
|
+
_globals['_ADDPLATFORMUSERREQUEST'].fields_by_name['relation']._loaded_options = None
|
|
112
|
+
_globals['_ADDPLATFORMUSERREQUEST'].fields_by_name['relation']._serialized_options = b'\222AD2BThe relation to add as in the platform. It can be admin or member.\342A\001\002'
|
|
113
|
+
_globals['_REMOVEPLATFORMUSERREQUEST'].fields_by_name['user_id']._loaded_options = None
|
|
114
|
+
_globals['_REMOVEPLATFORMUSERREQUEST'].fields_by_name['user_id']._serialized_options = b'\222A.2,The user id to remove from the the platform.'
|
|
115
|
+
_globals['_REMOVEPLATFORMUSERREQUEST'].fields_by_name['serviceuser_id']._loaded_options = None
|
|
116
|
+
_globals['_REMOVEPLATFORMUSERREQUEST'].fields_by_name['serviceuser_id']._serialized_options = b'\222A624The service user id to remove from the the platform.'
|
|
117
|
+
_globals['_DELEGATEDCHECKOUTREQUEST'].fields_by_name['org_id']._loaded_options = None
|
|
118
|
+
_globals['_DELEGATEDCHECKOUTREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
|
|
119
|
+
_globals['_DELEGATEDCHECKOUTREQUEST'].fields_by_name['billing_id']._loaded_options = None
|
|
120
|
+
_globals['_DELEGATEDCHECKOUTREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
|
|
121
|
+
_globals['_LISTALLINVOICESREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
122
|
+
_globals['_LISTALLINVOICESREQUEST'].fields_by_name['page_size']._serialized_options = b'\222AG2EThe maximum number of invoices to return per page. The default is 50.\372B\006\032\004(\001@\001'
|
|
123
|
+
_globals['_LISTALLINVOICESREQUEST'].fields_by_name['page_num']._loaded_options = None
|
|
124
|
+
_globals['_LISTALLINVOICESREQUEST'].fields_by_name['page_num']._serialized_options = b'\222A.2,The page number to return. The default is 1.\372B\006\032\004(\001@\001'
|
|
125
|
+
_globals['_LISTALLINVOICESRESPONSE'].fields_by_name['count']._loaded_options = None
|
|
126
|
+
_globals['_LISTALLINVOICESRESPONSE'].fields_by_name['count']._serialized_options = b'\222A!2\037Total number of records present'
|
|
127
|
+
_globals['_REVERTBILLINGUSAGEREQUEST'].fields_by_name['billing_id']._loaded_options = None
|
|
128
|
+
_globals['_REVERTBILLINGUSAGEREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
|
|
129
|
+
_globals['_REVERTBILLINGUSAGEREQUEST'].fields_by_name['usage_id']._loaded_options = None
|
|
130
|
+
_globals['_REVERTBILLINGUSAGEREQUEST'].fields_by_name['usage_id']._serialized_options = b'\372B\005r\003\260\001\001'
|
|
131
|
+
_globals['_REVERTBILLINGUSAGEREQUEST'].fields_by_name['amount']._loaded_options = None
|
|
132
|
+
_globals['_REVERTBILLINGUSAGEREQUEST'].fields_by_name['amount']._serialized_options = b'\372B\004\"\002(\000'
|
|
133
|
+
_globals['_WEBHOOKREQUESTBODY_HEADERSENTRY']._loaded_options = None
|
|
134
|
+
_globals['_WEBHOOKREQUESTBODY_HEADERSENTRY']._serialized_options = b'8\001'
|
|
135
|
+
_globals['_WEBHOOKREQUESTBODY'].fields_by_name['url']._loaded_options = None
|
|
136
|
+
_globals['_WEBHOOKREQUESTBODY'].fields_by_name['url']._serialized_options = b'\372B\005r\003\210\001\001'
|
|
137
|
+
_globals['_WEBHOOKREQUESTBODY'].fields_by_name['state']._loaded_options = None
|
|
138
|
+
_globals['_WEBHOOKREQUESTBODY'].fields_by_name['state']._serialized_options = b'\372B\030r\026R\007enabledR\010disabled\320\001\001'
|
|
139
|
+
_globals['_UPDATEWEBHOOKREQUEST'].fields_by_name['id']._loaded_options = None
|
|
140
|
+
_globals['_UPDATEWEBHOOKREQUEST'].fields_by_name['id']._serialized_options = b'\222A\0332\031The webhook id to update.\342A\001\002\372B\005r\003\260\001\001'
|
|
141
|
+
_globals['_DELETEWEBHOOKREQUEST'].fields_by_name['id']._loaded_options = None
|
|
142
|
+
_globals['_DELETEWEBHOOKREQUEST'].fields_by_name['id']._serialized_options = b'\222A\0332\031The webhook id to delete.\342A\001\002\372B\005r\003\260\001\001'
|
|
143
|
+
_globals['_UPDATEBILLINGACCOUNTLIMITSREQUEST'].fields_by_name['org_id']._loaded_options = None
|
|
144
|
+
_globals['_UPDATEBILLINGACCOUNTLIMITSREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
|
|
145
|
+
_globals['_UPDATEBILLINGACCOUNTLIMITSREQUEST'].fields_by_name['id']._loaded_options = None
|
|
146
|
+
_globals['_UPDATEBILLINGACCOUNTLIMITSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
|
|
147
|
+
_globals['_GETBILLINGACCOUNTDETAILSREQUEST'].fields_by_name['org_id']._loaded_options = None
|
|
148
|
+
_globals['_GETBILLINGACCOUNTDETAILSREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\005r\003\260\001\001'
|
|
149
|
+
_globals['_GETBILLINGACCOUNTDETAILSREQUEST'].fields_by_name['id']._loaded_options = None
|
|
150
|
+
_globals['_GETBILLINGACCOUNTDETAILSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
|
|
151
|
+
_globals['_UPDATEBILLINGACCOUNTDETAILSREQUEST'].fields_by_name['org_id']._loaded_options = None
|
|
152
|
+
_globals['_UPDATEBILLINGACCOUNTDETAILSREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\005r\003\260\001\001'
|
|
153
|
+
_globals['_UPDATEBILLINGACCOUNTDETAILSREQUEST'].fields_by_name['id']._loaded_options = None
|
|
154
|
+
_globals['_UPDATEBILLINGACCOUNTDETAILSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
|
|
155
|
+
_globals['_UPDATEBILLINGACCOUNTDETAILSREQUEST'].fields_by_name['due_in_days']._loaded_options = None
|
|
156
|
+
_globals['_UPDATEBILLINGACCOUNTDETAILSREQUEST'].fields_by_name['due_in_days']._serialized_options = b'\372B\004\"\002(\000'
|
|
157
|
+
_globals['_SEARCHORGANIZATIONSRESPONSE_ORGANIZATIONRESULT'].fields_by_name['payment_mode']._loaded_options = None
|
|
158
|
+
_globals['_SEARCHORGANIZATIONSRESPONSE_ORGANIZATIONRESULT'].fields_by_name['payment_mode']._serialized_options = b'\372B\025r\023R\007prepaidR\010postpaid'
|
|
159
|
+
_globals['_GETPROSPECTREQUEST'].fields_by_name['id']._loaded_options = None
|
|
160
|
+
_globals['_GETPROSPECTREQUEST'].fields_by_name['id']._serialized_options = b'\222A\0242\022id of the prospect\342A\001\002\372B\007r\005\020\001\260\001\001'
|
|
161
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['id']._loaded_options = None
|
|
162
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['id']._serialized_options = b'\222A\0242\022id of the prospect\342A\001\002\372B\007r\005\020\001\260\001\001'
|
|
163
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['name']._loaded_options = None
|
|
164
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['name']._serialized_options = b'\222A\0272\025full name of the user\372B\023r\0212\014^[A-Za-z ]+$\320\001\001'
|
|
165
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['email']._loaded_options = None
|
|
166
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['email']._serialized_options = b'\222A\0232\021email of the user\342A\001\002\372B\006r\004\020\001`\001'
|
|
167
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['phone']._loaded_options = None
|
|
168
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['phone']._serialized_options = b'\222A\0322\030phone number of the user'
|
|
169
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['activity']._loaded_options = None
|
|
170
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['activity']._serialized_options = b'\222AN2Lactivity for which user is subscribing, e.g. newsletter, waitlist, blogs etc\342A\001\002\372B\026r\024\020\0012\020^[A-Za-z0-9-_]+$'
|
|
171
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['status']._loaded_options = None
|
|
172
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['status']._serialized_options = b'\222A_2]subscription status for this activity. Allowed values - 1 for UNSUBSCRIBED; 2 for SUBSCRIBED;\342A\001\002\372B\007\202\001\004\030\001\030\002'
|
|
173
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['source']._loaded_options = None
|
|
174
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['source']._serialized_options = b'\222A@2>source of this user addition e.g. platform, website, admin etc\372B\027r\0252\020^[A-Za-z0-9-_]+$\320\001\001'
|
|
175
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['verified']._loaded_options = None
|
|
176
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['verified']._serialized_options = b'\222A<2:verification status of this user addition e.g. true, false'
|
|
177
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['metadata']._loaded_options = None
|
|
178
|
+
_globals['_UPDATEPROSPECTREQUEST'].fields_by_name['metadata']._serialized_options = b'\222A#2!additional info as key value pair'
|
|
179
|
+
_globals['_DELETEPROSPECTREQUEST'].fields_by_name['id']._loaded_options = None
|
|
180
|
+
_globals['_DELETEPROSPECTREQUEST'].fields_by_name['id']._serialized_options = b'\222A\0242\022id of the prospect\342A\001\002\372B\007r\005\020\001\260\001\001'
|
|
181
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['name']._loaded_options = None
|
|
182
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['name']._serialized_options = b'\222A\0272\025full name of the user\372B\023r\0212\014^[A-Za-z ]+$\320\001\001'
|
|
183
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['email']._loaded_options = None
|
|
184
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['email']._serialized_options = b'\222A\0232\021email of the user\342A\001\002\372B\006r\004\020\001`\001'
|
|
185
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['phone']._loaded_options = None
|
|
186
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['phone']._serialized_options = b'\222A\0322\030phone number of the user'
|
|
187
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['activity']._loaded_options = None
|
|
188
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['activity']._serialized_options = b'\222AN2Lactivity for which user is subscribing, e.g. newsletter, waitlist, blogs etc\342A\001\002\372B\026r\024\020\0012\020^[A-Za-z0-9-_]+$'
|
|
189
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['status']._loaded_options = None
|
|
190
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['status']._serialized_options = b'\222A_2]subscription status for this activity. Allowed values - 1 for UNSUBSCRIBED; 2 for SUBSCRIBED;\342A\001\002\372B\007\202\001\004\030\001\030\002'
|
|
191
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['source']._loaded_options = None
|
|
192
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['source']._serialized_options = b'\222A@2>source of this user addition e.g. platform, website, admin etc\372B\027r\0252\020^[A-Za-z0-9-_]+$\320\001\001'
|
|
193
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['verified']._loaded_options = None
|
|
194
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['verified']._serialized_options = b'\222A<2:verification status of this user addition e.g. true, false'
|
|
195
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['metadata']._loaded_options = None
|
|
196
|
+
_globals['_CREATEPROSPECTREQUEST'].fields_by_name['metadata']._serialized_options = b'\222A#2!additional info as key value pair'
|
|
197
|
+
_globals['_SEARCHORGANIZATIONUSERSREQUEST'].fields_by_name['id']._loaded_options = None
|
|
198
|
+
_globals['_SEARCHORGANIZATIONUSERSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
|
|
199
|
+
_globals['_EXPORTORGANIZATIONUSERSREQUEST'].fields_by_name['id']._loaded_options = None
|
|
200
|
+
_globals['_EXPORTORGANIZATIONUSERSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
|
|
201
|
+
_globals['_SEARCHORGANIZATIONPROJECTSREQUEST'].fields_by_name['id']._loaded_options = None
|
|
202
|
+
_globals['_SEARCHORGANIZATIONPROJECTSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
|
|
203
|
+
_globals['_EXPORTORGANIZATIONPROJECTSREQUEST'].fields_by_name['id']._loaded_options = None
|
|
204
|
+
_globals['_EXPORTORGANIZATIONPROJECTSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
|
|
205
|
+
_globals['_SEARCHPROJECTUSERSREQUEST'].fields_by_name['id']._loaded_options = None
|
|
206
|
+
_globals['_SEARCHPROJECTUSERSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
|
|
207
|
+
_globals['_SEARCHORGANIZATIONINVOICESREQUEST'].fields_by_name['id']._loaded_options = None
|
|
208
|
+
_globals['_SEARCHORGANIZATIONINVOICESREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
|
|
209
|
+
_globals['_SEARCHORGANIZATIONTOKENSREQUEST'].fields_by_name['id']._loaded_options = None
|
|
210
|
+
_globals['_SEARCHORGANIZATIONTOKENSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
|
|
211
|
+
_globals['_EXPORTORGANIZATIONTOKENSREQUEST'].fields_by_name['id']._loaded_options = None
|
|
212
|
+
_globals['_EXPORTORGANIZATIONTOKENSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
|
|
213
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERCREDENTIALSREQUEST'].fields_by_name['id']._loaded_options = None
|
|
214
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERCREDENTIALSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
|
|
215
|
+
_globals['_SEARCHUSERORGANIZATIONSREQUEST'].fields_by_name['id']._loaded_options = None
|
|
216
|
+
_globals['_SEARCHUSERORGANIZATIONSREQUEST'].fields_by_name['id']._serialized_options = b'\222A\t2\007user ID\342A\001\002\372B\005r\003\260\001\001'
|
|
217
|
+
_globals['_SEARCHUSERPROJECTSREQUEST'].fields_by_name['user_id']._loaded_options = None
|
|
218
|
+
_globals['_SEARCHUSERPROJECTSREQUEST'].fields_by_name['user_id']._serialized_options = b'\222A\t2\007user ID\342A\001\002\372B\005r\003\260\001\001'
|
|
219
|
+
_globals['_SEARCHUSERPROJECTSREQUEST'].fields_by_name['org_id']._loaded_options = None
|
|
220
|
+
_globals['_SEARCHUSERPROJECTSREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A\0102\006org ID\342A\001\002\372B\005r\003\260\001\001'
|
|
221
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST_ORGANIZATIONREQUESTBODY'].fields_by_name['name']._loaded_options = None
|
|
222
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST_ORGANIZATIONREQUESTBODY'].fields_by_name['name']._serialized_options = b'\222A\315\0012\312\001The name of the organization. The name must be unique within the entire Frontier instance. The name can contain only alphanumeric characters, dashes and underscores.<br/>*Example:*`\"frontier-org1-acme\"`\342A\001\002\372B\024r\0222\020^[A-Za-z0-9-_]+$'
|
|
223
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST_ORGANIZATIONREQUESTBODY'].fields_by_name['title']._loaded_options = None
|
|
224
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST_ORGANIZATIONREQUESTBODY'].fields_by_name['title']._serialized_options = b'\222A\236\0012\233\001The title can contain any UTF-8 character, used to provide a human-readable name for the organization. Can also be left empty.<br/> *Example*: `\"Acme Inc\"`'
|
|
225
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST_ORGANIZATIONREQUESTBODY'].fields_by_name['metadata']._loaded_options = None
|
|
226
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST_ORGANIZATIONREQUESTBODY'].fields_by_name['metadata']._serialized_options = b'\222A\271\0032\266\003Metadata object for organizations that can hold key value pairs defined in Organization Metaschema. The metadata object can be used to store arbitrary information about the organization such as labels, descriptions etc. The default Organization Metaschema contains labels and descripton fields. Update the Organization Metaschema to add more fields. <br/>*Example*:`{\"labels\": {\"key\": \"value\"}, \"description\": \"Organization description\"}`'
|
|
227
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST_ORGANIZATIONREQUESTBODY'].fields_by_name['avatar']._loaded_options = None
|
|
228
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST_ORGANIZATIONREQUESTBODY'].fields_by_name['avatar']._serialized_options = b'\222A\217\0022\323\001The avatar is base64 encoded image data of the user. Can also be left empty. The image should be less than 200KB. Should follow the regex pattern `^data:image/(png|jpg|jpeg|gif);base64,([a-zA-Z0-9+/]+={0,2})+$`.J7\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAA\"\372BIrG\030\220\241\0172>^data:image/(png|jpg|jpeg|gif);base64,([a-zA-Z0-9+/]+={0,2})+$\320\001\001'
|
|
229
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST_ORGANIZATIONREQUESTBODY'].fields_by_name['org_owner_email']._loaded_options = None
|
|
230
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST_ORGANIZATIONREQUESTBODY'].fields_by_name['org_owner_email']._serialized_options = b'\222A~2|The email of the user. The email must be unique within the entire Frontier instance.<br/>*Example:*`\"john.doe@raystack.org\"`\342A\001\002\372B\004r\002`\001'
|
|
231
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST'].fields_by_name['body']._loaded_options = None
|
|
232
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
|
|
233
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERSREQUEST'].fields_by_name['id']._loaded_options = None
|
|
234
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
|
|
235
|
+
_globals['_LISTUSERSESSIONSREQUEST'].fields_by_name['user_id']._loaded_options = None
|
|
236
|
+
_globals['_LISTUSERSESSIONSREQUEST'].fields_by_name['user_id']._serialized_options = b'\342A\001\002\372B\005r\003\260\001\001'
|
|
237
|
+
_globals['_REVOKEUSERSESSIONREQUEST'].fields_by_name['session_id']._loaded_options = None
|
|
238
|
+
_globals['_REVOKEUSERSESSIONREQUEST'].fields_by_name['session_id']._serialized_options = b'\342A\001\002\372B\005r\003\260\001\001'
|
|
239
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListAllUsers']._loaded_options = None
|
|
240
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListAllUsers']._serialized_options = b'\222A\235\001\n\004User\022\016List all users\032\204\001Lists all the users from all the organizations in a Frontier instance. It can be filtered by keyword, organization, group and state.\202\323\344\223\002\026\022\024/v1beta1/admin/users'
|
|
241
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListAllServiceUsers']._loaded_options = None
|
|
242
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListAllServiceUsers']._serialized_options = b'\222An\n\004User\022\026List all service users\032NLists all the service users from all the organizations in a Frontier instance.\202\323\344\223\002\035\022\033/v1beta1/admin/serviceusers'
|
|
243
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListGroups']._loaded_options = None
|
|
244
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListGroups']._serialized_options = b'\222A\217\001\n\005Group\022\017List all groups\032uLists all the groups from all the organizations in a Frontier instance. It can be filtered by organization and state.\202\323\344\223\002\027\022\025/v1beta1/admin/groups'
|
|
245
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListAllOrganizations']._loaded_options = None
|
|
246
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListAllOrganizations']._serialized_options = b'\222A\201\001\n\014Organization\022\026List all organizations\032YLists all the organizations in a Frontier instance. It can be filtered by user and state.\202\323\344\223\002\036\022\034/v1beta1/admin/organizations'
|
|
247
|
+
_globals['_ADMINSERVICE'].methods_by_name['AdminCreateOrganization']._loaded_options = None
|
|
248
|
+
_globals['_ADMINSERVICE'].methods_by_name['AdminCreateOrganization']._serialized_options = b'\222A1\n\014Organization\022!Create organization as superadmin\202\323\344\223\002$\"\034/v1beta1/admin/organizations:\004body'
|
|
249
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizations']._loaded_options = None
|
|
250
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizations']._serialized_options = b'\222Av\n\014Organization\022\024Search organizations\032PSearch organization based on org demographic properties and billing plan details\202\323\344\223\002,\"#/v1beta1/admin/organizations/search:\005query'
|
|
251
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizationUsers']._loaded_options = None
|
|
252
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizationUsers']._serialized_options = b'\222A)\n\014Organization\022\031Search organization users\202\323\344\223\0027\"./v1beta1/admin/organizations/{id}/users/search:\005query'
|
|
253
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchProjectUsers']._loaded_options = None
|
|
254
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchProjectUsers']._serialized_options = b'\222A\037\n\007Project\022\024Search Project users\202\323\344\223\0022\")/v1beta1/admin/projects/{id}/users/search:\005query'
|
|
255
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizationProjects']._loaded_options = None
|
|
256
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizationProjects']._serialized_options = b'\222A,\n\014Organization\022\034Search organization projects\202\323\344\223\002:\"1/v1beta1/admin/organizations/{id}/projects/search:\005query'
|
|
257
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizationInvoices']._loaded_options = None
|
|
258
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizationInvoices']._serialized_options = b'\222A,\n\014Organization\022\034Search organization invoices\202\323\344\223\002:\"1/v1beta1/admin/organizations/{id}/invoices/search:\005query'
|
|
259
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizationTokens']._loaded_options = None
|
|
260
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizationTokens']._serialized_options = b'\222A*\n\014Organization\022\032Search organization tokens\202\323\344\223\0028\"//v1beta1/admin/organizations/{id}/tokens/search:\005query'
|
|
261
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizationServiceUserCredentials']._loaded_options = None
|
|
262
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizationServiceUserCredentials']._serialized_options = b'\222A<\n\014Organization\022,Search organization service user credentials\202\323\344\223\002I\"@/v1beta1/admin/organizations/{id}/serviceuser_credentials/search:\005query'
|
|
263
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizationServiceUsers']._loaded_options = None
|
|
264
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchOrganizationServiceUsers']._serialized_options = b'\222A1\n\014Organization\022!Search organization service users\202\323\344\223\002>\"5/v1beta1/admin/organizations/{id}/serviceusers/search:\005query'
|
|
265
|
+
_globals['_ADMINSERVICE'].methods_by_name['ExportOrganizations']._loaded_options = None
|
|
266
|
+
_globals['_ADMINSERVICE'].methods_by_name['ExportOrganizations']._serialized_options = b'\222Ax\n\014Organization\022\024Export organizations\032HExport organization with demographic properties and billing plan details:\010text/csv\202\323\344\223\002%\022#/v1beta1/admin/organizations/export'
|
|
267
|
+
_globals['_ADMINSERVICE'].methods_by_name['ExportOrganizationUsers']._loaded_options = None
|
|
268
|
+
_globals['_ADMINSERVICE'].methods_by_name['ExportOrganizationUsers']._serialized_options = b'\222A`\n\014Organization\022\031Export organization users\032+Export organization user their role details:\010text/csv\202\323\344\223\0020\022./v1beta1/admin/organizations/{id}/users/export'
|
|
269
|
+
_globals['_ADMINSERVICE'].methods_by_name['ExportOrganizationProjects']._loaded_options = None
|
|
270
|
+
_globals['_ADMINSERVICE'].methods_by_name['ExportOrganizationProjects']._serialized_options = b'\222Ab\n\014Organization\022\034Export organization projects\032*Export organization projects with user IDs:\010text/csv\202\323\344\223\0023\0221/v1beta1/admin/organizations/{id}/projects/export'
|
|
271
|
+
_globals['_ADMINSERVICE'].methods_by_name['ExportOrganizationTokens']._loaded_options = None
|
|
272
|
+
_globals['_ADMINSERVICE'].methods_by_name['ExportOrganizationTokens']._serialized_options = b'\222AP\n\014Organization\022\032Export organization tokens\032\032Export organization tokens:\010text/csv\202\323\344\223\0021\022//v1beta1/admin/organizations/{id}/tokens/export'
|
|
273
|
+
_globals['_ADMINSERVICE'].methods_by_name['ExportUsers']._loaded_options = None
|
|
274
|
+
_globals['_ADMINSERVICE'].methods_by_name['ExportUsers']._serialized_options = b'\222A`\n\004User\022\014Export users\032@Export user with demographic properties and billing plan details:\010text/csv\202\323\344\223\002\035\022\033/v1beta1/admin/users/export'
|
|
275
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchUsers']._loaded_options = None
|
|
276
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchUsers']._serialized_options = b'\222A<\n\004User\022\014Search users\032&Search users based on their properties\202\323\344\223\002$\"\033/v1beta1/admin/users/search:\005query'
|
|
277
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchUserOrganizations']._loaded_options = None
|
|
278
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchUserOrganizations']._serialized_options = b'\222A\"\n\004User\022\032Search users organizations\202\323\344\223\0027\"./v1beta1/admin/users/{id}/organizations/search:\005query'
|
|
279
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchUserProjects']._loaded_options = None
|
|
280
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchUserProjects']._serialized_options = b'\222A/\n\004User\022\'Search projects of a user within an org\202\323\344\223\002G\">/v1beta1/admin/users/{user_id}/organizations/{org_id}/projects:\005query'
|
|
281
|
+
_globals['_ADMINSERVICE'].methods_by_name['SetOrganizationKyc']._loaded_options = None
|
|
282
|
+
_globals['_ADMINSERVICE'].methods_by_name['SetOrganizationKyc']._serialized_options = b'\222Ar\n\017OrganizationKyc\022&Set KYC information of an organization\0327Set KYC information of an organization using ID or name\202\323\344\223\002.\032)/v1beta1/admin/organizations/{org_id}/kyc:\001*'
|
|
283
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListOrganizationsKyc']._loaded_options = None
|
|
284
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListOrganizationsKyc']._serialized_options = b'\222Af\n\017OrganizationKyc\022)List KYC information of all organizations\032(List KYC information of all organization\202\323\344\223\002\"\022 /v1beta1/admin/organizations/kyc'
|
|
285
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListProjects']._loaded_options = None
|
|
286
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListProjects']._serialized_options = b'\222A\225\001\n\007Project\022\021List all projects\032wLists all the projects from all the organizations in a Frontier instance. It can be filtered by organization and state.\202\323\344\223\002\031\022\027/v1beta1/admin/projects'
|
|
287
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListRelations']._loaded_options = None
|
|
288
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListRelations']._serialized_options = b'\222A\036\n\010Relation\022\022List all relations\202\323\344\223\002\032\022\030/v1beta1/admin/relations'
|
|
289
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListResources']._loaded_options = None
|
|
290
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListResources']._serialized_options = b'\222A\254\001\n\010Resource\022\022List all resources\032\213\001Lists all the resources from all the organizations in a Frontier instance. It can be filtered by user, project, organization and namespace.\202\323\344\223\002\032\022\030/v1beta1/admin/resources'
|
|
291
|
+
_globals['_ADMINSERVICE'].methods_by_name['CreateRole']._loaded_options = None
|
|
292
|
+
_globals['_ADMINSERVICE'].methods_by_name['CreateRole']._serialized_options = b'\222A\214\001\n\004Role\022\024Create platform role\032nCreates a platform wide role. It can be used to grant permissions to all the resources in a Frontier instance.\202\323\344\223\002\026\"\016/v1beta1/roles:\004body'
|
|
293
|
+
_globals['_ADMINSERVICE'].methods_by_name['UpdateRole']._loaded_options = None
|
|
294
|
+
_globals['_ADMINSERVICE'].methods_by_name['UpdateRole']._serialized_options = b'\222AF\n\004Role\022\013Update role\0321Update a role title, description and permissions.\202\323\344\223\002\033\032\023/v1beta1/roles/{id}:\004body'
|
|
295
|
+
_globals['_ADMINSERVICE'].methods_by_name['DeleteRole']._loaded_options = None
|
|
296
|
+
_globals['_ADMINSERVICE'].methods_by_name['DeleteRole']._serialized_options = b'\222AS\n\004Role\022\024Delete platform role\0325Delete a platform wide role and all of its relations.\202\323\344\223\002\025*\023/v1beta1/roles/{id}'
|
|
297
|
+
_globals['_ADMINSERVICE'].methods_by_name['CreatePermission']._loaded_options = None
|
|
298
|
+
_globals['_ADMINSERVICE'].methods_by_name['CreatePermission']._serialized_options = b'\222A\220\001\n\nPermission\022\032Create platform permission\032fCreates a permission. It can be used to grant permissions to all the resources in a Frontier instance.\202\323\344\223\002\031\"\024/v1beta1/permissions:\001*'
|
|
299
|
+
_globals['_ADMINSERVICE'].methods_by_name['UpdatePermission']._loaded_options = None
|
|
300
|
+
_globals['_ADMINSERVICE'].methods_by_name['UpdatePermission']._serialized_options = b'\222A\226\001\n\nPermission\022\032Update platform permission\032lUpdates a permission by ID. It can be used to grant permissions to all the resources in a Frontier instance.\202\323\344\223\002!\032\031/v1beta1/permissions/{id}:\004body'
|
|
301
|
+
_globals['_ADMINSERVICE'].methods_by_name['DeletePermission']._loaded_options = None
|
|
302
|
+
_globals['_ADMINSERVICE'].methods_by_name['DeletePermission']._serialized_options = b'\222A(\n\nPermission\022\032Delete platform permission\202\323\344\223\002\033*\031/v1beta1/permissions/{id}'
|
|
303
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListPreferences']._loaded_options = None
|
|
304
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListPreferences']._serialized_options = b'\222A\225\001\n\nPreference\022\031List platform preferences\032lReturns a list of all preferences configured on an instance in Frontier. e.g user, project, organization etc\202\323\344\223\002\026\022\024/v1beta1/preferences'
|
|
305
|
+
_globals['_ADMINSERVICE'].methods_by_name['CreatePreferences']._loaded_options = None
|
|
306
|
+
_globals['_ADMINSERVICE'].methods_by_name['CreatePreferences']._serialized_options = b'\222A\327\001\n\nPreference\022\033Create platform preferences\032\253\001Create new platform preferences. The platform preferences **name** must be unique within the platform and can contain only alphanumeric characters, dashes and underscores.\202\323\344\223\002\031\"\024/v1beta1/preferences:\001*'
|
|
307
|
+
_globals['_ADMINSERVICE'].methods_by_name['CheckFederatedResourcePermission']._loaded_options = None
|
|
308
|
+
_globals['_ADMINSERVICE'].methods_by_name['CheckFederatedResourcePermission']._serialized_options = b'\222A\262\001\n\005Authz\022\005Check\032\241\001Returns true if a principal has required permissions to access a resource and false otherwise.<br/> Note the principal can be a user, group or a service account.\202\323\344\223\002\031\"\024/v1beta1/admin/check:\001*'
|
|
309
|
+
_globals['_ADMINSERVICE'].methods_by_name['AddPlatformUser']._loaded_options = None
|
|
310
|
+
_globals['_ADMINSERVICE'].methods_by_name['AddPlatformUser']._serialized_options = b'\222A;\n\010Platform\022\021Add platform user\032\034Adds a user to the platform.\202\323\344\223\002\"\"\035/v1beta1/admin/platform/users:\001*'
|
|
311
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListPlatformUsers']._loaded_options = None
|
|
312
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListPlatformUsers']._serialized_options = b'\222AK\n\010Platform\022\023List platform users\032*Lists all the users added to the platform.\202\323\344\223\002\037\022\035/v1beta1/admin/platform/users'
|
|
313
|
+
_globals['_ADMINSERVICE'].methods_by_name['RemovePlatformUser']._loaded_options = None
|
|
314
|
+
_globals['_ADMINSERVICE'].methods_by_name['RemovePlatformUser']._serialized_options = b'\222AC\n\010Platform\022\024Remove platform user\032!Removes a user from the platform.\202\323\344\223\002)\"$/v1beta1/admin/platform/users/remove:\001*'
|
|
315
|
+
_globals['_ADMINSERVICE'].methods_by_name['DelegatedCheckout']._loaded_options = None
|
|
316
|
+
_globals['_ADMINSERVICE'].methods_by_name['DelegatedCheckout']._serialized_options = b'\222A\255\001\n\010Checkout\022\"Checkout a product or subscription\032}Checkout a product to buy it one time or start a subscription plan on a billing account manually. It bypasses billing engine.\202\323\344\223\002\207\001\"D/v1beta1/admin/organizations/{org_id}/billing/{billing_id}/checkouts:\001*Z<\"7/v1beta1/admin/organizations/{org_id}/billing/checkouts:\001*'
|
|
317
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListAllInvoices']._loaded_options = None
|
|
318
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListAllInvoices']._serialized_options = b'\222A\213\001\n\007Invoice\022\021List all invoices\032mLists all the invoices from all the organizations in a Frontier instance. It can be filtered by organization.\202\323\344\223\002!\022\037/v1beta1/admin/billing/invoices'
|
|
319
|
+
_globals['_ADMINSERVICE'].methods_by_name['GenerateInvoices']._loaded_options = None
|
|
320
|
+
_globals['_ADMINSERVICE'].methods_by_name['GenerateInvoices']._serialized_options = b'\222As\n\007Invoice\022\032Trigger invoice generation\032LTriggers the creation of credit overdraft invoices for all billing accounts.\202\323\344\223\002-\"(/v1beta1/admin/billing/invoices/generate:\001*'
|
|
321
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListAllBillingAccounts']._loaded_options = None
|
|
322
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListAllBillingAccounts']._serialized_options = b'\222A\233\001\n\007Billing\022\031List all billing accounts\032uLists all the billing accounts from all the organizations in a Frontier instance. It can be filtered by organization.\202\323\344\223\002!\022\037/v1beta1/admin/billing/accounts'
|
|
323
|
+
_globals['_ADMINSERVICE'].methods_by_name['RevertBillingUsage']._loaded_options = None
|
|
324
|
+
_globals['_ADMINSERVICE'].methods_by_name['RevertBillingUsage']._serialized_options = b'\222AL\n\007Billing\022\024Revert billing usage\032+Revert billing usage for a billing account.\202\323\344\223\002\212\001\"R/v1beta1/admin/organizations/{org_id}/billing/{billing_id}/usage/{usage_id}/revert:\001*Z1\",/v1beta1/organizations/billing/usages/revert:\001*'
|
|
325
|
+
_globals['_ADMINSERVICE'].methods_by_name['CreateWebhook']._loaded_options = None
|
|
326
|
+
_globals['_ADMINSERVICE'].methods_by_name['CreateWebhook']._serialized_options = b'\222A0\n\007Webhook\022\016Create webhook\032\025Create a new webhook.\202\323\344\223\002\034\"\027/v1beta1/admin/webhooks:\001*'
|
|
327
|
+
_globals['_ADMINSERVICE'].methods_by_name['UpdateWebhook']._loaded_options = None
|
|
328
|
+
_globals['_ADMINSERVICE'].methods_by_name['UpdateWebhook']._serialized_options = b'\222A,\n\007Webhook\022\016Update webhook\032\021Update a webhook.\202\323\344\223\002!\032\034/v1beta1/admin/webhooks/{id}:\001*'
|
|
329
|
+
_globals['_ADMINSERVICE'].methods_by_name['DeleteWebhook']._loaded_options = None
|
|
330
|
+
_globals['_ADMINSERVICE'].methods_by_name['DeleteWebhook']._serialized_options = b'\222A,\n\007Webhook\022\016Delete webhook\032\021Delete a webhook.\202\323\344\223\002\036*\034/v1beta1/admin/webhooks/{id}'
|
|
331
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListWebhooks']._loaded_options = None
|
|
332
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListWebhooks']._serialized_options = b'\222A,\n\007Webhook\022\rList webhooks\032\022List all webhooks.\202\323\344\223\002\031\022\027/v1beta1/admin/webhooks'
|
|
333
|
+
_globals['_ADMINSERVICE'].methods_by_name['UpdateBillingAccountLimits']._loaded_options = None
|
|
334
|
+
_globals['_ADMINSERVICE'].methods_by_name['UpdateBillingAccountLimits']._serialized_options = b'\210\002\001\222AJ\n\007Billing\022\035Update billing account limits\032\036Update billing account limits.X\001\202\323\344\223\002>\0329/v1beta1/admin/organizations/{org_id}/billing/{id}/limits:\001*'
|
|
335
|
+
_globals['_ADMINSERVICE'].methods_by_name['GetBillingAccountDetails']._loaded_options = None
|
|
336
|
+
_globals['_ADMINSERVICE'].methods_by_name['GetBillingAccountDetails']._serialized_options = b'\222AX\n\007Billing\022\033Get billing account details\0320Get billing account details that can be updated.\202\323\344\223\002<\022:/v1beta1/admin/organizations/{org_id}/billing/{id}/details'
|
|
337
|
+
_globals['_ADMINSERVICE'].methods_by_name['UpdateBillingAccountDetails']._loaded_options = None
|
|
338
|
+
_globals['_ADMINSERVICE'].methods_by_name['UpdateBillingAccountDetails']._serialized_options = b'\222AJ\n\007Billing\022\036Update billing account details\032\037Update billing account details.\202\323\344\223\002?\032:/v1beta1/admin/organizations/{org_id}/billing/{id}/details:\001*'
|
|
339
|
+
_globals['_ADMINSERVICE'].methods_by_name['CreateProspect']._loaded_options = None
|
|
340
|
+
_globals['_ADMINSERVICE'].methods_by_name['CreateProspect']._serialized_options = b'\222AJ\n\010Prospect\022\017Create prospect\032-Create prospect for given email and activity.\202\323\344\223\002\035\"\030/v1beta1/admin/prospects:\001*'
|
|
341
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListProspects']._loaded_options = None
|
|
342
|
+
_globals['_ADMINSERVICE'].methods_by_name['ListProspects']._serialized_options = b'\222AX\n\010Prospect\022\016List prospects\032<List prospects and supports filters, sorting and pagination.\202\323\344\223\002&\"\035/v1beta1/admin/prospects/list:\005query'
|
|
343
|
+
_globals['_ADMINSERVICE'].methods_by_name['GetProspect']._loaded_options = None
|
|
344
|
+
_globals['_ADMINSERVICE'].methods_by_name['GetProspect']._serialized_options = b'\222A,\n\010Prospect\022\014Get prospect\032\022Get prospect by ID\202\323\344\223\002\037\022\035/v1beta1/admin/prospects/{id}'
|
|
345
|
+
_globals['_ADMINSERVICE'].methods_by_name['UpdateProspect']._loaded_options = None
|
|
346
|
+
_globals['_ADMINSERVICE'].methods_by_name['UpdateProspect']._serialized_options = b'\222A9\n\010Prospect\022\017Update prospect\032\034Update prospect for given ID\202\323\344\223\002\"\032\035/v1beta1/admin/prospects/{id}:\001*'
|
|
347
|
+
_globals['_ADMINSERVICE'].methods_by_name['DeleteProspect']._loaded_options = None
|
|
348
|
+
_globals['_ADMINSERVICE'].methods_by_name['DeleteProspect']._serialized_options = b'\222A9\n\010Prospect\022\017Delete prospect\032\034Delete prospect for given ID\202\323\344\223\002\037*\035/v1beta1/admin/prospects/{id}'
|
|
349
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchInvoices']._loaded_options = None
|
|
350
|
+
_globals['_ADMINSERVICE'].methods_by_name['SearchInvoices']._serialized_options = b'\222A3\n\007invoice\022(Search invoices across all organizations\202\323\344\223\002\'\"\036/v1beta1/admin/invoices/search:\005query'
|
|
351
|
+
_globals['_ADMINSERVICE'].methods_by_name['GetCurrentAdminUser']._loaded_options = None
|
|
352
|
+
_globals['_ADMINSERVICE'].methods_by_name['GetCurrentAdminUser']._serialized_options = b'\222A\210\001\n\004User\022\026Get current admin user\032hReturns the current authenticated admin user profile. Returns 403 Forbidden if the user is not an admin.\202\323\344\223\002\033\022\031/v1beta1/admin/users/self'
|
|
353
|
+
_globals['_LISTALLUSERSREQUEST']._serialized_start=335
|
|
354
|
+
_globals['_LISTALLUSERSREQUEST']._serialized_end=866
|
|
355
|
+
_globals['_LISTALLUSERSRESPONSE']._serialized_start=868
|
|
356
|
+
_globals['_LISTALLUSERSRESPONSE']._serialized_end=967
|
|
357
|
+
_globals['_LISTALLSERVICEUSERSREQUEST']._serialized_start=969
|
|
358
|
+
_globals['_LISTALLSERVICEUSERSREQUEST']._serialized_end=997
|
|
359
|
+
_globals['_LISTALLSERVICEUSERSRESPONSE']._serialized_start=999
|
|
360
|
+
_globals['_LISTALLSERVICEUSERSRESPONSE']._serialized_end=1105
|
|
361
|
+
_globals['_LISTGROUPSREQUEST']._serialized_start=1108
|
|
362
|
+
_globals['_LISTGROUPSREQUEST']._serialized_end=1279
|
|
363
|
+
_globals['_LISTGROUPSRESPONSE']._serialized_start=1281
|
|
364
|
+
_globals['_LISTGROUPSRESPONSE']._serialized_end=1359
|
|
365
|
+
_globals['_LISTALLORGANIZATIONSREQUEST']._serialized_start=1362
|
|
366
|
+
_globals['_LISTALLORGANIZATIONSREQUEST']._serialized_end=1737
|
|
367
|
+
_globals['_LISTALLORGANIZATIONSRESPONSE']._serialized_start=1740
|
|
368
|
+
_globals['_LISTALLORGANIZATIONSRESPONSE']._serialized_end=1909
|
|
369
|
+
_globals['_LISTPROJECTSREQUEST']._serialized_start=1912
|
|
370
|
+
_globals['_LISTPROJECTSREQUEST']._serialized_end=2079
|
|
371
|
+
_globals['_LISTPROJECTSRESPONSE']._serialized_start=2081
|
|
372
|
+
_globals['_LISTPROJECTSRESPONSE']._serialized_end=2167
|
|
373
|
+
_globals['_LISTRELATIONSREQUEST']._serialized_start=2170
|
|
374
|
+
_globals['_LISTRELATIONSREQUEST']._serialized_end=2305
|
|
375
|
+
_globals['_LISTRELATIONSRESPONSE']._serialized_start=2307
|
|
376
|
+
_globals['_LISTRELATIONSRESPONSE']._serialized_end=2397
|
|
377
|
+
_globals['_LISTRESOURCESREQUEST']._serialized_start=2400
|
|
378
|
+
_globals['_LISTRESOURCESREQUEST']._serialized_end=2697
|
|
379
|
+
_globals['_LISTRESOURCESRESPONSE']._serialized_start=2699
|
|
380
|
+
_globals['_LISTRESOURCESRESPONSE']._serialized_end=2789
|
|
381
|
+
_globals['_CREATEROLEREQUEST']._serialized_start=2791
|
|
382
|
+
_globals['_CREATEROLEREQUEST']._serialized_end=2874
|
|
383
|
+
_globals['_CREATEROLERESPONSE']._serialized_start=2876
|
|
384
|
+
_globals['_CREATEROLERESPONSE']._serialized_end=2949
|
|
385
|
+
_globals['_UPDATEROLEREQUEST']._serialized_start=2952
|
|
386
|
+
_globals['_UPDATEROLEREQUEST']._serialized_end=3084
|
|
387
|
+
_globals['_UPDATEROLERESPONSE']._serialized_start=3086
|
|
388
|
+
_globals['_UPDATEROLERESPONSE']._serialized_end=3159
|
|
389
|
+
_globals['_DELETEROLEREQUEST']._serialized_start=3161
|
|
390
|
+
_globals['_DELETEROLEREQUEST']._serialized_end=3229
|
|
391
|
+
_globals['_DELETEROLERESPONSE']._serialized_start=3231
|
|
392
|
+
_globals['_DELETEROLERESPONSE']._serialized_end=3251
|
|
393
|
+
_globals['_PERMISSIONREQUESTBODY']._serialized_start=3254
|
|
394
|
+
_globals['_PERMISSIONREQUESTBODY']._serialized_end=4123
|
|
395
|
+
_globals['_CREATEPERMISSIONREQUEST']._serialized_start=4125
|
|
396
|
+
_globals['_CREATEPERMISSIONREQUEST']._serialized_end=4224
|
|
397
|
+
_globals['_CREATEPERMISSIONRESPONSE']._serialized_start=4226
|
|
398
|
+
_globals['_CREATEPERMISSIONRESPONSE']._serialized_end=4325
|
|
399
|
+
_globals['_UPDATEPERMISSIONREQUEST']._serialized_start=4327
|
|
400
|
+
_globals['_UPDATEPERMISSIONREQUEST']._serialized_end=4444
|
|
401
|
+
_globals['_UPDATEPERMISSIONRESPONSE']._serialized_start=4446
|
|
402
|
+
_globals['_UPDATEPERMISSIONRESPONSE']._serialized_end=4543
|
|
403
|
+
_globals['_DELETEPERMISSIONREQUEST']._serialized_start=4545
|
|
404
|
+
_globals['_DELETEPERMISSIONREQUEST']._serialized_end=4586
|
|
405
|
+
_globals['_DELETEPERMISSIONRESPONSE']._serialized_start=4588
|
|
406
|
+
_globals['_DELETEPERMISSIONRESPONSE']._serialized_end=4614
|
|
407
|
+
_globals['_LISTPREFERENCESREQUEST']._serialized_start=4616
|
|
408
|
+
_globals['_LISTPREFERENCESREQUEST']._serialized_end=4640
|
|
409
|
+
_globals['_LISTPREFERENCESRESPONSE']._serialized_start=4642
|
|
410
|
+
_globals['_LISTPREFERENCESRESPONSE']._serialized_end=4740
|
|
411
|
+
_globals['_CREATEPREFERENCESREQUEST']._serialized_start=4742
|
|
412
|
+
_globals['_CREATEPREFERENCESREQUEST']._serialized_end=4852
|
|
413
|
+
_globals['_CREATEPREFERENCESRESPONSE']._serialized_start=4854
|
|
414
|
+
_globals['_CREATEPREFERENCESRESPONSE']._serialized_end=4952
|
|
415
|
+
_globals['_CHECKFEDERATEDRESOURCEPERMISSIONREQUEST']._serialized_start=4955
|
|
416
|
+
_globals['_CHECKFEDERATEDRESOURCEPERMISSIONREQUEST']._serialized_end=5713
|
|
417
|
+
_globals['_CHECKFEDERATEDRESOURCEPERMISSIONRESPONSE']._serialized_start=5715
|
|
418
|
+
_globals['_CHECKFEDERATEDRESOURCEPERMISSIONRESPONSE']._serialized_end=5781
|
|
419
|
+
_globals['_ADDPLATFORMUSERREQUEST']._serialized_start=5784
|
|
420
|
+
_globals['_ADDPLATFORMUSERREQUEST']._serialized_end=6069
|
|
421
|
+
_globals['_ADDPLATFORMUSERRESPONSE']._serialized_start=6071
|
|
422
|
+
_globals['_ADDPLATFORMUSERRESPONSE']._serialized_end=6096
|
|
423
|
+
_globals['_LISTPLATFORMUSERSREQUEST']._serialized_start=6098
|
|
424
|
+
_globals['_LISTPLATFORMUSERSREQUEST']._serialized_end=6124
|
|
425
|
+
_globals['_LISTPLATFORMUSERSRESPONSE']._serialized_start=6127
|
|
426
|
+
_globals['_LISTPLATFORMUSERSRESPONSE']._serialized_end=6285
|
|
427
|
+
_globals['_REMOVEPLATFORMUSERREQUEST']._serialized_start=6288
|
|
428
|
+
_globals['_REMOVEPLATFORMUSERREQUEST']._serialized_end=6489
|
|
429
|
+
_globals['_REMOVEPLATFORMUSERRESPONSE']._serialized_start=6491
|
|
430
|
+
_globals['_REMOVEPLATFORMUSERRESPONSE']._serialized_end=6519
|
|
431
|
+
_globals['_DELEGATEDCHECKOUTREQUEST']._serialized_start=6522
|
|
432
|
+
_globals['_DELEGATEDCHECKOUTREQUEST']._serialized_end=6805
|
|
433
|
+
_globals['_DELEGATEDCHECKOUTRESPONSE']._serialized_start=6808
|
|
434
|
+
_globals['_DELEGATEDCHECKOUTRESPONSE']._serialized_end=6974
|
|
435
|
+
_globals['_LISTALLINVOICESREQUEST']._serialized_start=6977
|
|
436
|
+
_globals['_LISTALLINVOICESREQUEST']._serialized_end=7225
|
|
437
|
+
_globals['_LISTALLINVOICESRESPONSE']._serialized_start=7228
|
|
438
|
+
_globals['_LISTALLINVOICESRESPONSE']._serialized_end=7377
|
|
439
|
+
_globals['_GENERATEINVOICESREQUEST']._serialized_start=7379
|
|
440
|
+
_globals['_GENERATEINVOICESREQUEST']._serialized_end=7404
|
|
441
|
+
_globals['_GENERATEINVOICESRESPONSE']._serialized_start=7406
|
|
442
|
+
_globals['_GENERATEINVOICESRESPONSE']._serialized_end=7432
|
|
443
|
+
_globals['_LISTALLBILLINGACCOUNTSREQUEST']._serialized_start=7434
|
|
444
|
+
_globals['_LISTALLBILLINGACCOUNTSREQUEST']._serialized_end=7488
|
|
445
|
+
_globals['_LISTALLBILLINGACCOUNTSRESPONSE']._serialized_start=7490
|
|
446
|
+
_globals['_LISTALLBILLINGACCOUNTSRESPONSE']._serialized_end=7608
|
|
447
|
+
_globals['_REVERTBILLINGUSAGEREQUEST']._serialized_start=7611
|
|
448
|
+
_globals['_REVERTBILLINGUSAGEREQUEST']._serialized_end=7806
|
|
449
|
+
_globals['_REVERTBILLINGUSAGERESPONSE']._serialized_start=7808
|
|
450
|
+
_globals['_REVERTBILLINGUSAGERESPONSE']._serialized_end=7836
|
|
451
|
+
_globals['_WEBHOOKREQUESTBODY']._serialized_start=7839
|
|
452
|
+
_globals['_WEBHOOKREQUESTBODY']._serialized_end=8216
|
|
453
|
+
_globals['_WEBHOOKREQUESTBODY_HEADERSENTRY']._serialized_start=8158
|
|
454
|
+
_globals['_WEBHOOKREQUESTBODY_HEADERSENTRY']._serialized_end=8216
|
|
455
|
+
_globals['_CREATEWEBHOOKREQUEST']._serialized_start=8218
|
|
456
|
+
_globals['_CREATEWEBHOOKREQUEST']._serialized_end=8307
|
|
457
|
+
_globals['_CREATEWEBHOOKRESPONSE']._serialized_start=8309
|
|
458
|
+
_globals['_CREATEWEBHOOKRESPONSE']._serialized_end=8394
|
|
459
|
+
_globals['_UPDATEWEBHOOKREQUEST']._serialized_start=8397
|
|
460
|
+
_globals['_UPDATEWEBHOOKREQUEST']._serialized_end=8546
|
|
461
|
+
_globals['_UPDATEWEBHOOKRESPONSE']._serialized_start=8548
|
|
462
|
+
_globals['_UPDATEWEBHOOKRESPONSE']._serialized_end=8633
|
|
463
|
+
_globals['_DELETEWEBHOOKREQUEST']._serialized_start=8635
|
|
464
|
+
_globals['_DELETEWEBHOOKREQUEST']._serialized_end=8717
|
|
465
|
+
_globals['_DELETEWEBHOOKRESPONSE']._serialized_start=8719
|
|
466
|
+
_globals['_DELETEWEBHOOKRESPONSE']._serialized_end=8742
|
|
467
|
+
_globals['_LISTWEBHOOKSREQUEST']._serialized_start=8744
|
|
468
|
+
_globals['_LISTWEBHOOKSREQUEST']._serialized_end=8765
|
|
469
|
+
_globals['_LISTWEBHOOKSRESPONSE']._serialized_start=8767
|
|
470
|
+
_globals['_LISTWEBHOOKSRESPONSE']._serialized_end=8853
|
|
471
|
+
_globals['_UPDATEBILLINGACCOUNTLIMITSREQUEST']._serialized_start=8855
|
|
472
|
+
_globals['_UPDATEBILLINGACCOUNTLIMITSREQUEST']._serialized_end=8982
|
|
473
|
+
_globals['_UPDATEBILLINGACCOUNTLIMITSRESPONSE']._serialized_start=8984
|
|
474
|
+
_globals['_UPDATEBILLINGACCOUNTLIMITSRESPONSE']._serialized_end=9020
|
|
475
|
+
_globals['_GETBILLINGACCOUNTDETAILSREQUEST']._serialized_start=9022
|
|
476
|
+
_globals['_GETBILLINGACCOUNTDETAILSREQUEST']._serialized_end=9117
|
|
477
|
+
_globals['_GETBILLINGACCOUNTDETAILSRESPONSE']._serialized_start=9119
|
|
478
|
+
_globals['_GETBILLINGACCOUNTDETAILSRESPONSE']._serialized_end=9216
|
|
479
|
+
_globals['_UPDATEBILLINGACCOUNTDETAILSREQUEST']._serialized_start=9219
|
|
480
|
+
_globals['_UPDATEBILLINGACCOUNTDETAILSREQUEST']._serialized_end=9389
|
|
481
|
+
_globals['_UPDATEBILLINGACCOUNTDETAILSRESPONSE']._serialized_start=9391
|
|
482
|
+
_globals['_UPDATEBILLINGACCOUNTDETAILSRESPONSE']._serialized_end=9428
|
|
483
|
+
_globals['_SETORGANIZATIONKYCREQUEST']._serialized_start=9430
|
|
484
|
+
_globals['_SETORGANIZATIONKYCREQUEST']._serialized_end=9524
|
|
485
|
+
_globals['_SEARCHORGANIZATIONSREQUEST']._serialized_start=9526
|
|
486
|
+
_globals['_SEARCHORGANIZATIONSREQUEST']._serialized_end=9615
|
|
487
|
+
_globals['_SETORGANIZATIONKYCRESPONSE']._serialized_start=9617
|
|
488
|
+
_globals['_SETORGANIZATIONKYCRESPONSE']._serialized_end=9732
|
|
489
|
+
_globals['_LISTORGANIZATIONSKYCREQUEST']._serialized_start=9734
|
|
490
|
+
_globals['_LISTORGANIZATIONSKYCREQUEST']._serialized_end=9763
|
|
491
|
+
_globals['_LISTORGANIZATIONSKYCRESPONSE']._serialized_start=9765
|
|
492
|
+
_globals['_LISTORGANIZATIONSKYCRESPONSE']._serialized_end=9884
|
|
493
|
+
_globals['_SEARCHORGANIZATIONSRESPONSE']._serialized_start=9887
|
|
494
|
+
_globals['_SEARCHORGANIZATIONSRESPONSE']._serialized_end=10776
|
|
495
|
+
_globals['_SEARCHORGANIZATIONSRESPONSE_ORGANIZATIONRESULT']._serialized_start=10191
|
|
496
|
+
_globals['_SEARCHORGANIZATIONSRESPONSE_ORGANIZATIONRESULT']._serialized_end=10776
|
|
497
|
+
_globals['_LISTPROSPECTSREQUEST']._serialized_start=10778
|
|
498
|
+
_globals['_LISTPROSPECTSREQUEST']._serialized_end=10861
|
|
499
|
+
_globals['_LISTPROSPECTSRESPONSE']._serialized_start=10864
|
|
500
|
+
_globals['_LISTPROSPECTSRESPONSE']._serialized_end=11113
|
|
501
|
+
_globals['_GETPROSPECTREQUEST']._serialized_start=11115
|
|
502
|
+
_globals['_GETPROSPECTREQUEST']._serialized_end=11190
|
|
503
|
+
_globals['_GETPROSPECTRESPONSE']._serialized_start=11192
|
|
504
|
+
_globals['_GETPROSPECTRESPONSE']._serialized_end=11278
|
|
505
|
+
_globals['_UPDATEPROSPECTREQUEST']._serialized_start=11281
|
|
506
|
+
_globals['_UPDATEPROSPECTREQUEST']._serialized_end=12170
|
|
507
|
+
_globals['_UPDATEPROSPECTRESPONSE']._serialized_start=12172
|
|
508
|
+
_globals['_UPDATEPROSPECTRESPONSE']._serialized_end=12261
|
|
509
|
+
_globals['_DELETEPROSPECTREQUEST']._serialized_start=12263
|
|
510
|
+
_globals['_DELETEPROSPECTREQUEST']._serialized_end=12341
|
|
511
|
+
_globals['_DELETEPROSPECTRESPONSE']._serialized_start=12343
|
|
512
|
+
_globals['_DELETEPROSPECTRESPONSE']._serialized_end=12367
|
|
513
|
+
_globals['_CREATEPROSPECTREQUEST']._serialized_start=12370
|
|
514
|
+
_globals['_CREATEPROSPECTREQUEST']._serialized_end=13204
|
|
515
|
+
_globals['_CREATEPROSPECTRESPONSE']._serialized_start=13206
|
|
516
|
+
_globals['_CREATEPROSPECTRESPONSE']._serialized_end=13295
|
|
517
|
+
_globals['_SEARCHORGANIZATIONUSERSREQUEST']._serialized_start=13297
|
|
518
|
+
_globals['_SEARCHORGANIZATIONUSERSREQUEST']._serialized_end=13415
|
|
519
|
+
_globals['_SEARCHORGANIZATIONUSERSRESPONSE']._serialized_start=13418
|
|
520
|
+
_globals['_SEARCHORGANIZATIONUSERSRESPONSE']._serialized_end=14059
|
|
521
|
+
_globals['_SEARCHORGANIZATIONUSERSRESPONSE_ORGANIZATIONUSER']._serialized_start=13719
|
|
522
|
+
_globals['_SEARCHORGANIZATIONUSERSRESPONSE_ORGANIZATIONUSER']._serialized_end=14059
|
|
523
|
+
_globals['_EXPORTORGANIZATIONUSERSREQUEST']._serialized_start=14061
|
|
524
|
+
_globals['_EXPORTORGANIZATIONUSERSREQUEST']._serialized_end=14118
|
|
525
|
+
_globals['_SEARCHORGANIZATIONPROJECTSREQUEST']._serialized_start=14120
|
|
526
|
+
_globals['_SEARCHORGANIZATIONPROJECTSREQUEST']._serialized_end=14241
|
|
527
|
+
_globals['_SEARCHORGANIZATIONPROJECTSRESPONSE']._serialized_start=14244
|
|
528
|
+
_globals['_SEARCHORGANIZATIONPROJECTSRESPONSE']._serialized_end=14823
|
|
529
|
+
_globals['_SEARCHORGANIZATIONPROJECTSRESPONSE_ORGANIZATIONPROJECT']._serialized_start=14560
|
|
530
|
+
_globals['_SEARCHORGANIZATIONPROJECTSRESPONSE_ORGANIZATIONPROJECT']._serialized_end=14823
|
|
531
|
+
_globals['_EXPORTORGANIZATIONPROJECTSREQUEST']._serialized_start=14825
|
|
532
|
+
_globals['_EXPORTORGANIZATIONPROJECTSREQUEST']._serialized_end=14885
|
|
533
|
+
_globals['_SEARCHPROJECTUSERSREQUEST']._serialized_start=14887
|
|
534
|
+
_globals['_SEARCHPROJECTUSERSREQUEST']._serialized_end=15000
|
|
535
|
+
_globals['_SEARCHPROJECTUSERSRESPONSE']._serialized_start=15003
|
|
536
|
+
_globals['_SEARCHPROJECTUSERSRESPONSE']._serialized_end=15536
|
|
537
|
+
_globals['_SEARCHPROJECTUSERSRESPONSE_PROJECTUSER']._serialized_start=15297
|
|
538
|
+
_globals['_SEARCHPROJECTUSERSRESPONSE_PROJECTUSER']._serialized_end=15536
|
|
539
|
+
_globals['_SEARCHORGANIZATIONINVOICESREQUEST']._serialized_start=15538
|
|
540
|
+
_globals['_SEARCHORGANIZATIONINVOICESREQUEST']._serialized_end=15659
|
|
541
|
+
_globals['_SEARCHORGANIZATIONINVOICESRESPONSE']._serialized_start=15662
|
|
542
|
+
_globals['_SEARCHORGANIZATIONINVOICESRESPONSE']._serialized_end=16225
|
|
543
|
+
_globals['_SEARCHORGANIZATIONINVOICESRESPONSE_ORGANIZATIONINVOICE']._serialized_start=15997
|
|
544
|
+
_globals['_SEARCHORGANIZATIONINVOICESRESPONSE_ORGANIZATIONINVOICE']._serialized_end=16225
|
|
545
|
+
_globals['_SEARCHORGANIZATIONTOKENSREQUEST']._serialized_start=16227
|
|
546
|
+
_globals['_SEARCHORGANIZATIONTOKENSREQUEST']._serialized_end=16346
|
|
547
|
+
_globals['_SEARCHORGANIZATIONTOKENSRESPONSE']._serialized_start=16349
|
|
548
|
+
_globals['_SEARCHORGANIZATIONTOKENSRESPONSE']._serialized_end=16941
|
|
549
|
+
_globals['_SEARCHORGANIZATIONTOKENSRESPONSE_ORGANIZATIONTOKEN']._serialized_start=16673
|
|
550
|
+
_globals['_SEARCHORGANIZATIONTOKENSRESPONSE_ORGANIZATIONTOKEN']._serialized_end=16941
|
|
551
|
+
_globals['_EXPORTORGANIZATIONTOKENSREQUEST']._serialized_start=16943
|
|
552
|
+
_globals['_EXPORTORGANIZATIONTOKENSREQUEST']._serialized_end=17001
|
|
553
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERCREDENTIALSREQUEST']._serialized_start=17004
|
|
554
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERCREDENTIALSREQUEST']._serialized_end=17139
|
|
555
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERCREDENTIALSRESPONSE']._serialized_start=17142
|
|
556
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERCREDENTIALSRESPONSE']._serialized_end=17732
|
|
557
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERCREDENTIALSRESPONSE_ORGANIZATIONSERVICEUSERCREDENTIAL']._serialized_start=17548
|
|
558
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERCREDENTIALSRESPONSE_ORGANIZATIONSERVICEUSERCREDENTIAL']._serialized_end=17732
|
|
559
|
+
_globals['_SEARCHUSERSREQUEST']._serialized_start=17734
|
|
560
|
+
_globals['_SEARCHUSERSREQUEST']._serialized_end=17815
|
|
561
|
+
_globals['_SEARCHUSERSRESPONSE']._serialized_start=17818
|
|
562
|
+
_globals['_SEARCHUSERSRESPONSE']._serialized_end=18053
|
|
563
|
+
_globals['_EXPORTUSERSREQUEST']._serialized_start=18055
|
|
564
|
+
_globals['_EXPORTUSERSREQUEST']._serialized_end=18075
|
|
565
|
+
_globals['_SEARCHUSERORGANIZATIONSREQUEST']._serialized_start=18078
|
|
566
|
+
_globals['_SEARCHUSERORGANIZATIONSREQUEST']._serialized_end=18213
|
|
567
|
+
_globals['_SEARCHUSERORGANIZATIONSRESPONSE']._serialized_start=18216
|
|
568
|
+
_globals['_SEARCHUSERORGANIZATIONSRESPONSE']._serialized_end=18880
|
|
569
|
+
_globals['_SEARCHUSERORGANIZATIONSRESPONSE_USERORGANIZATION']._serialized_start=18535
|
|
570
|
+
_globals['_SEARCHUSERORGANIZATIONSRESPONSE_USERORGANIZATION']._serialized_end=18880
|
|
571
|
+
_globals['_SEARCHUSERPROJECTSREQUEST']._serialized_start=18883
|
|
572
|
+
_globals['_SEARCHUSERPROJECTSREQUEST']._serialized_end=19070
|
|
573
|
+
_globals['_SEARCHUSERPROJECTSRESPONSE']._serialized_start=19073
|
|
574
|
+
_globals['_SEARCHUSERPROJECTSRESPONSE']._serialized_end=19731
|
|
575
|
+
_globals['_SEARCHUSERPROJECTSRESPONSE_USERPROJECT']._serialized_start=19367
|
|
576
|
+
_globals['_SEARCHUSERPROJECTSRESPONSE_USERPROJECT']._serialized_end=19731
|
|
577
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST']._serialized_start=19734
|
|
578
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST']._serialized_end=21420
|
|
579
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST_ORGANIZATIONREQUESTBODY']._serialized_start=19882
|
|
580
|
+
_globals['_ADMINCREATEORGANIZATIONREQUEST_ORGANIZATIONREQUESTBODY']._serialized_end=21420
|
|
581
|
+
_globals['_ADMINCREATEORGANIZATIONRESPONSE']._serialized_start=21422
|
|
582
|
+
_globals['_ADMINCREATEORGANIZATIONRESPONSE']._serialized_end=21532
|
|
583
|
+
_globals['_SEARCHINVOICESREQUEST']._serialized_start=21534
|
|
584
|
+
_globals['_SEARCHINVOICESREQUEST']._serialized_end=21618
|
|
585
|
+
_globals['_SEARCHINVOICESRESPONSE']._serialized_start=21621
|
|
586
|
+
_globals['_SEARCHINVOICESRESPONSE']._serialized_end=22166
|
|
587
|
+
_globals['_SEARCHINVOICESRESPONSE_INVOICE']._serialized_start=21894
|
|
588
|
+
_globals['_SEARCHINVOICESRESPONSE_INVOICE']._serialized_end=22166
|
|
589
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERSREQUEST']._serialized_start=22168
|
|
590
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERSREQUEST']._serialized_end=22293
|
|
591
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERSRESPONSE']._serialized_start=22296
|
|
592
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERSRESPONSE']._serialized_end=22969
|
|
593
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERSRESPONSE_PROJECT']._serialized_start=22651
|
|
594
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERSRESPONSE_PROJECT']._serialized_end=22718
|
|
595
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERSRESPONSE_ORGANIZATIONSERVICEUSER']._serialized_start=22721
|
|
596
|
+
_globals['_SEARCHORGANIZATIONSERVICEUSERSRESPONSE_ORGANIZATIONSERVICEUSER']._serialized_end=22969
|
|
597
|
+
_globals['_GETCURRENTADMINUSERREQUEST']._serialized_start=22971
|
|
598
|
+
_globals['_GETCURRENTADMINUSERREQUEST']._serialized_end=22999
|
|
599
|
+
_globals['_GETCURRENTADMINUSERRESPONSE']._serialized_start=23002
|
|
600
|
+
_globals['_GETCURRENTADMINUSERRESPONSE']._serialized_end=23159
|
|
601
|
+
_globals['_LISTUSERSESSIONSREQUEST']._serialized_start=23161
|
|
602
|
+
_globals['_LISTUSERSESSIONSREQUEST']._serialized_end=23225
|
|
603
|
+
_globals['_LISTUSERSESSIONSRESPONSE']._serialized_start=23227
|
|
604
|
+
_globals['_LISTUSERSESSIONSRESPONSE']._serialized_end=23317
|
|
605
|
+
_globals['_REVOKEUSERSESSIONREQUEST']._serialized_start=23319
|
|
606
|
+
_globals['_REVOKEUSERSESSIONREQUEST']._serialized_end=23396
|
|
607
|
+
_globals['_REVOKEUSERSESSIONRESPONSE']._serialized_start=23398
|
|
608
|
+
_globals['_REVOKEUSERSESSIONRESPONSE']._serialized_end=23425
|
|
609
|
+
_globals['_LISTAUDITRECORDSREQUEST']._serialized_start=23427
|
|
610
|
+
_globals['_LISTAUDITRECORDSREQUEST']._serialized_end=23513
|
|
611
|
+
_globals['_EXPORTAUDITRECORDSREQUEST']._serialized_start=23515
|
|
612
|
+
_globals['_EXPORTAUDITRECORDSREQUEST']._serialized_end=23609
|
|
613
|
+
_globals['_LISTAUDITRECORDSRESPONSE']._serialized_start=23612
|
|
614
|
+
_globals['_LISTAUDITRECORDSRESPONSE']._serialized_end=23874
|
|
615
|
+
_globals['_ADMINSERVICE']._serialized_start=23877
|
|
616
|
+
_globals['_ADMINSERVICE']._serialized_end=39960
|
|
617
|
+
# @@protoc_insertion_point(module_scope)
|