@raystack/proton 0.1.0-00c55b6ba2a3f425eca16ca3d36e172952e4824d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +113 -0
- package/google/api/annotations_pb.d.ts +34 -0
- package/google/api/annotations_pb.js +36 -0
- package/google/api/annotations_pb.ts +39 -0
- package/google/api/field_behavior_pb.d.ts +134 -0
- package/google/api/field_behavior_pb.js +65 -0
- package/google/api/field_behavior_pb.ts +139 -0
- package/google/api/http_pb.d.ts +477 -0
- package/google/api/http_pb.js +47 -0
- package/google/api/http_pb.ts +482 -0
- package/google/api/httpbody_pb.d.ts +104 -0
- package/google/api/httpbody_pb.js +34 -0
- package/google/api/httpbody_pb.ts +108 -0
- package/index.d.ts +10 -0
- package/index.js +10 -0
- package/index.ts +10 -0
- package/package.json +94 -0
- package/protoc-gen-openapiv2/options/annotations_pb.d.ts +63 -0
- package/protoc-gen-openapiv2/options/annotations_pb.js +69 -0
- package/protoc-gen-openapiv2/options/annotations_pb.ts +72 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1497 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.js +232 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.ts +1525 -0
- package/raystack/assets/index.d.ts +29 -0
- package/raystack/assets/index.js +29 -0
- package/raystack/assets/index.ts +29 -0
- package/raystack/assets/v1beta1/bucket_pb.d.ts +180 -0
- package/raystack/assets/v1beta1/bucket_pb.js +32 -0
- package/raystack/assets/v1beta1/bucket_pb.ts +190 -0
- package/raystack/assets/v1beta1/dashboard_pb.d.ts +217 -0
- package/raystack/assets/v1beta1/dashboard_pb.js +32 -0
- package/raystack/assets/v1beta1/dashboard_pb.ts +227 -0
- package/raystack/assets/v1beta1/event_pb.d.ts +52 -0
- package/raystack/assets/v1beta1/event_pb.js +20 -0
- package/raystack/assets/v1beta1/event_pb.ts +56 -0
- package/raystack/assets/v1beta1/group_pb.d.ts +105 -0
- package/raystack/assets/v1beta1/group_pb.js +30 -0
- package/raystack/assets/v1beta1/group_pb.ts +113 -0
- package/raystack/assets/v1beta1/job_pb.d.ts +78 -0
- package/raystack/assets/v1beta1/job_pb.js +25 -0
- package/raystack/assets/v1beta1/job_pb.ts +87 -0
- package/raystack/assets/v1beta1/lineage_pb.d.ts +43 -0
- package/raystack/assets/v1beta1/lineage_pb.js +20 -0
- package/raystack/assets/v1beta1/lineage_pb.ts +47 -0
- package/raystack/assets/v1beta1/ownership_pb.d.ts +78 -0
- package/raystack/assets/v1beta1/ownership_pb.js +26 -0
- package/raystack/assets/v1beta1/ownership_pb.ts +82 -0
- package/raystack/assets/v1beta1/preview_pb.d.ts +41 -0
- package/raystack/assets/v1beta1/preview_pb.js +20 -0
- package/raystack/assets/v1beta1/preview_pb.ts +45 -0
- package/raystack/assets/v1beta1/properties_pb.d.ts +44 -0
- package/raystack/assets/v1beta1/properties_pb.js +20 -0
- package/raystack/assets/v1beta1/properties_pb.ts +48 -0
- package/raystack/assets/v1beta1/resource_pb.d.ts +74 -0
- package/raystack/assets/v1beta1/resource_pb.js +19 -0
- package/raystack/assets/v1beta1/resource_pb.ts +77 -0
- package/raystack/assets/v1beta1/schema_pb.d.ts +169 -0
- package/raystack/assets/v1beta1/schema_pb.js +41 -0
- package/raystack/assets/v1beta1/schema_pb.ts +176 -0
- package/raystack/assets/v1beta1/table_pb.d.ts +192 -0
- package/raystack/assets/v1beta1/table_pb.js +41 -0
- package/raystack/assets/v1beta1/table_pb.ts +205 -0
- package/raystack/assets/v1beta1/timestamp_pb.d.ts +68 -0
- package/raystack/assets/v1beta1/timestamp_pb.js +27 -0
- package/raystack/assets/v1beta1/timestamp_pb.ts +73 -0
- package/raystack/assets/v1beta1/topic_pb.d.ts +125 -0
- package/raystack/assets/v1beta1/topic_pb.js +33 -0
- package/raystack/assets/v1beta1/topic_pb.ts +136 -0
- package/raystack/assets/v1beta1/user_pb.d.ts +216 -0
- package/raystack/assets/v1beta1/user_pb.js +37 -0
- package/raystack/assets/v1beta1/user_pb.ts +225 -0
- package/raystack/assets/v1beta2/application_pb.d.ts +59 -0
- package/raystack/assets/v1beta2/application_pb.js +20 -0
- package/raystack/assets/v1beta2/application_pb.ts +63 -0
- package/raystack/assets/v1beta2/asset_pb.d.ts +129 -0
- package/raystack/assets/v1beta2/asset_pb.js +21 -0
- package/raystack/assets/v1beta2/asset_pb.ts +134 -0
- package/raystack/assets/v1beta2/bucket_pb.d.ts +163 -0
- package/raystack/assets/v1beta2/bucket_pb.js +28 -0
- package/raystack/assets/v1beta2/bucket_pb.ts +169 -0
- package/raystack/assets/v1beta2/common_pb.d.ts +170 -0
- package/raystack/assets/v1beta2/common_pb.js +41 -0
- package/raystack/assets/v1beta2/common_pb.ts +177 -0
- package/raystack/assets/v1beta2/dashboard_pb.d.ts +192 -0
- package/raystack/assets/v1beta2/dashboard_pb.js +28 -0
- package/raystack/assets/v1beta2/dashboard_pb.ts +198 -0
- package/raystack/assets/v1beta2/experiment_pb.d.ts +134 -0
- package/raystack/assets/v1beta2/experiment_pb.js +27 -0
- package/raystack/assets/v1beta2/experiment_pb.ts +139 -0
- package/raystack/assets/v1beta2/feature_table_pb.d.ts +167 -0
- package/raystack/assets/v1beta2/feature_table_pb.js +34 -0
- package/raystack/assets/v1beta2/feature_table_pb.ts +173 -0
- package/raystack/assets/v1beta2/group_pb.d.ts +77 -0
- package/raystack/assets/v1beta2/group_pb.js +27 -0
- package/raystack/assets/v1beta2/group_pb.ts +82 -0
- package/raystack/assets/v1beta2/job_pb.d.ts +47 -0
- package/raystack/assets/v1beta2/job_pb.js +20 -0
- package/raystack/assets/v1beta2/job_pb.ts +51 -0
- package/raystack/assets/v1beta2/metric_pb.d.ts +83 -0
- package/raystack/assets/v1beta2/metric_pb.js +20 -0
- package/raystack/assets/v1beta2/metric_pb.ts +87 -0
- package/raystack/assets/v1beta2/model_pb.d.ts +227 -0
- package/raystack/assets/v1beta2/model_pb.js +41 -0
- package/raystack/assets/v1beta2/model_pb.ts +234 -0
- package/raystack/assets/v1beta2/table_pb.d.ts +283 -0
- package/raystack/assets/v1beta2/table_pb.js +48 -0
- package/raystack/assets/v1beta2/table_pb.ts +291 -0
- package/raystack/assets/v1beta2/topic_pb.d.ts +117 -0
- package/raystack/assets/v1beta2/topic_pb.js +34 -0
- package/raystack/assets/v1beta2/topic_pb.ts +123 -0
- package/raystack/assets/v1beta2/user_pb.d.ts +203 -0
- package/raystack/assets/v1beta2/user_pb.js +34 -0
- package/raystack/assets/v1beta2/user_pb.ts +209 -0
- package/raystack/common/index.d.ts +2 -0
- package/raystack/common/index.js +2 -0
- package/raystack/common/index.ts +2 -0
- package/raystack/common/v1/service-CommonService_connectquery.d.ts +10 -0
- package/raystack/common/v1/service-CommonService_connectquery.js +10 -0
- package/raystack/common/v1/service-CommonService_connectquery.ts +10 -0
- package/raystack/common/v1/service_pb.d.ts +100 -0
- package/raystack/common/v1/service_pb.js +42 -0
- package/raystack/common/v1/service_pb.ts +109 -0
- package/raystack/compass/index.d.ts +2 -0
- package/raystack/compass/index.js +2 -0
- package/raystack/compass/index.ts +2 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.d.ts +184 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.js +225 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +225 -0
- package/raystack/compass/v1beta1/service_pb.d.ts +2994 -0
- package/raystack/compass/v1beta1/service_pb.js +745 -0
- package/raystack/compass/v1beta1/service_pb.ts +3104 -0
- package/raystack/entropy/index.d.ts +4 -0
- package/raystack/entropy/index.js +4 -0
- package/raystack/entropy/index.ts +4 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.d.ts +26 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.js +30 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +30 -0
- package/raystack/entropy/v1beta1/module_pb.d.ts +261 -0
- package/raystack/entropy/v1beta1/module_pb.js +97 -0
- package/raystack/entropy/v1beta1/module_pb.ts +277 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.d.ts +34 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.js +40 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +40 -0
- package/raystack/entropy/v1beta1/resource_pb.d.ts +636 -0
- package/raystack/entropy/v1beta1/resource_pb.js +200 -0
- package/raystack/entropy/v1beta1/resource_pb.ts +666 -0
- package/raystack/frontier/index.d.ts +5 -0
- package/raystack/frontier/index.js +5 -0
- package/raystack/frontier/index.ts +5 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.d.ts +263 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +316 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +316 -0
- package/raystack/frontier/v1beta1/admin_pb.d.ts +3550 -0
- package/raystack/frontier/v1beta1/admin_pb.js +914 -0
- package/raystack/frontier/v1beta1/admin_pb.ts +3687 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +746 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +915 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +915 -0
- package/raystack/frontier/v1beta1/frontier_pb.d.ts +8883 -0
- package/raystack/frontier/v1beta1/frontier_pb.js +2635 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +9265 -0
- package/raystack/frontier/v1beta1/models_pb.d.ts +2861 -0
- package/raystack/frontier/v1beta1/models_pb.js +450 -0
- package/raystack/frontier/v1beta1/models_pb.ts +2928 -0
- package/raystack/guardian/index.d.ts +2 -0
- package/raystack/guardian/index.js +2 -0
- package/raystack/guardian/index.ts +2 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.d.ts +168 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.js +207 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +207 -0
- package/raystack/guardian/v1beta1/guardian_pb.d.ts +3537 -0
- package/raystack/guardian/v1beta1/guardian_pb.js +823 -0
- package/raystack/guardian/v1beta1/guardian_pb.ts +3659 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.d.ts +18 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.js +20 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +20 -0
- package/raystack/optimus/core/v1beta1/backup_pb.d.ts +256 -0
- package/raystack/optimus/core/v1beta1/backup_pb.js +77 -0
- package/raystack/optimus/core/v1beta1/backup_pb.ts +270 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.d.ts +30 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.js +33 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +33 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.d.ts +410 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.js +127 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.ts +430 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.d.ts +98 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.js +112 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +112 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.d.ts +1953 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.js +487 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.ts +2025 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.d.ts +24 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.js +26 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +26 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.d.ts +180 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.js +69 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.ts +192 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.d.ts +24 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.js +26 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +26 -0
- package/raystack/optimus/core/v1beta1/project_pb.d.ts +166 -0
- package/raystack/optimus/core/v1beta1/project_pb.js +69 -0
- package/raystack/optimus/core/v1beta1/project_pb.ts +178 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.d.ts +22 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.js +25 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +25 -0
- package/raystack/optimus/core/v1beta1/replay_pb.d.ts +331 -0
- package/raystack/optimus/core/v1beta1/replay_pb.js +91 -0
- package/raystack/optimus/core/v1beta1/replay_pb.ts +347 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.d.ts +43 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.js +48 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +48 -0
- package/raystack/optimus/core/v1beta1/resource_pb.d.ts +507 -0
- package/raystack/optimus/core/v1beta1/resource_pb.js +134 -0
- package/raystack/optimus/core/v1beta1/resource_pb.ts +530 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.d.ts +12 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.js +12 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +12 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.d.ts +62 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.js +36 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.ts +69 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.d.ts +30 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.js +33 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +33 -0
- package/raystack/optimus/core/v1beta1/secret_pb.d.ts +250 -0
- package/raystack/optimus/core/v1beta1/secret_pb.js +84 -0
- package/raystack/optimus/core/v1beta1/secret_pb.ts +265 -0
- package/raystack/optimus/core/v1beta1/status_pb.d.ts +78 -0
- package/raystack/optimus/core/v1beta1/status_pb.js +31 -0
- package/raystack/optimus/core/v1beta1/status_pb.ts +82 -0
- package/raystack/optimus/integration/v1beta1/event_pb.d.ts +239 -0
- package/raystack/optimus/integration/v1beta1/event_pb.js +62 -0
- package/raystack/optimus/integration/v1beta1/event_pb.ts +250 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.d.ts +31 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.js +34 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +34 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.d.ts +353 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.js +120 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +371 -0
- package/raystack/predator/index.d.ts +2 -0
- package/raystack/predator/index.js +2 -0
- package/raystack/predator/index.ts +2 -0
- package/raystack/predator/v1beta1/metrics_log_pb.d.ts +163 -0
- package/raystack/predator/v1beta1/metrics_log_pb.js +48 -0
- package/raystack/predator/v1beta1/metrics_log_pb.ts +171 -0
- package/raystack/predator/v1beta1/result_log_pb.d.ts +143 -0
- package/raystack/predator/v1beta1/result_log_pb.js +42 -0
- package/raystack/predator/v1beta1/result_log_pb.ts +151 -0
- package/raystack/raccoon/index.d.ts +2 -0
- package/raystack/raccoon/index.js +2 -0
- package/raystack/raccoon/index.ts +2 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.d.ts +10 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.js +10 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +10 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.d.ts +268 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.js +64 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.ts +277 -0
- package/raystack/siren/index.d.ts +2 -0
- package/raystack/siren/index.js +2 -0
- package/raystack/siren/index.ts +2 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.d.ts +146 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.js +180 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +180 -0
- package/raystack/siren/v1beta1/siren_pb.d.ts +2281 -0
- package/raystack/siren/v1beta1/siren_pb.js +603 -0
- package/raystack/siren/v1beta1/siren_pb.ts +2371 -0
- package/raystack/stencil/index.d.ts +2 -0
- package/raystack/stencil/index.js +2 -0
- package/raystack/stencil/index.ts +2 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.d.ts +70 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.js +85 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +85 -0
- package/raystack/stencil/v1beta1/stencil_pb.d.ts +1057 -0
- package/raystack/stencil/v1beta1/stencil_pb.js +298 -0
- package/raystack/stencil/v1beta1/stencil_pb.ts +1102 -0
- package/validate/validate_pb.d.ts +1953 -0
- package/validate/validate_pb.js +223 -0
- package/validate/validate_pb.ts +1984 -0
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-query v2.1.1 with parameter "target=ts+js+dts"
|
|
2
|
+
// @generated from file raystack/guardian/v1beta1/guardian.proto (package raystack.guardian.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { GuardianService } from "./guardian_pb";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListProviders
|
|
9
|
+
*/
|
|
10
|
+
export const listProviders: typeof GuardianService["method"]["listProviders"];
|
|
11
|
+
/**
|
|
12
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetProvider
|
|
13
|
+
*/
|
|
14
|
+
export const getProvider: typeof GuardianService["method"]["getProvider"];
|
|
15
|
+
/**
|
|
16
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetProviderTypes
|
|
17
|
+
*/
|
|
18
|
+
export const getProviderTypes: typeof GuardianService["method"]["getProviderTypes"];
|
|
19
|
+
/**
|
|
20
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CreateProvider
|
|
21
|
+
*/
|
|
22
|
+
export const createProvider: typeof GuardianService["method"]["createProvider"];
|
|
23
|
+
/**
|
|
24
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateProvider
|
|
25
|
+
*/
|
|
26
|
+
export const updateProvider: typeof GuardianService["method"]["updateProvider"];
|
|
27
|
+
/**
|
|
28
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.DeleteProvider
|
|
29
|
+
*/
|
|
30
|
+
export const deleteProvider: typeof GuardianService["method"]["deleteProvider"];
|
|
31
|
+
/**
|
|
32
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListRoles
|
|
33
|
+
*/
|
|
34
|
+
export const listRoles: typeof GuardianService["method"]["listRoles"];
|
|
35
|
+
/**
|
|
36
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ImportActivities
|
|
37
|
+
*/
|
|
38
|
+
export const importActivities: typeof GuardianService["method"]["importActivities"];
|
|
39
|
+
/**
|
|
40
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetActivity
|
|
41
|
+
*/
|
|
42
|
+
export const getActivity: typeof GuardianService["method"]["getActivity"];
|
|
43
|
+
/**
|
|
44
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListActivities
|
|
45
|
+
*/
|
|
46
|
+
export const listActivities: typeof GuardianService["method"]["listActivities"];
|
|
47
|
+
/**
|
|
48
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListPolicies
|
|
49
|
+
*/
|
|
50
|
+
export const listPolicies: typeof GuardianService["method"]["listPolicies"];
|
|
51
|
+
/**
|
|
52
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetPolicy
|
|
53
|
+
*/
|
|
54
|
+
export const getPolicy: typeof GuardianService["method"]["getPolicy"];
|
|
55
|
+
/**
|
|
56
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CreatePolicy
|
|
57
|
+
*/
|
|
58
|
+
export const createPolicy: typeof GuardianService["method"]["createPolicy"];
|
|
59
|
+
/**
|
|
60
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdatePolicy
|
|
61
|
+
*/
|
|
62
|
+
export const updatePolicy: typeof GuardianService["method"]["updatePolicy"];
|
|
63
|
+
/**
|
|
64
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetPolicyPreferences
|
|
65
|
+
*/
|
|
66
|
+
export const getPolicyPreferences: typeof GuardianService["method"]["getPolicyPreferences"];
|
|
67
|
+
/**
|
|
68
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListResources
|
|
69
|
+
*/
|
|
70
|
+
export const listResources: typeof GuardianService["method"]["listResources"];
|
|
71
|
+
/**
|
|
72
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetResource
|
|
73
|
+
*/
|
|
74
|
+
export const getResource: typeof GuardianService["method"]["getResource"];
|
|
75
|
+
/**
|
|
76
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateResource
|
|
77
|
+
*/
|
|
78
|
+
export const updateResource: typeof GuardianService["method"]["updateResource"];
|
|
79
|
+
/**
|
|
80
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.DeleteResource
|
|
81
|
+
*/
|
|
82
|
+
export const deleteResource: typeof GuardianService["method"]["deleteResource"];
|
|
83
|
+
/**
|
|
84
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListUserAppeals
|
|
85
|
+
*/
|
|
86
|
+
export const listUserAppeals: typeof GuardianService["method"]["listUserAppeals"];
|
|
87
|
+
/**
|
|
88
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListAppeals
|
|
89
|
+
*/
|
|
90
|
+
export const listAppeals: typeof GuardianService["method"]["listAppeals"];
|
|
91
|
+
/**
|
|
92
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetAppeal
|
|
93
|
+
*/
|
|
94
|
+
export const getAppeal: typeof GuardianService["method"]["getAppeal"];
|
|
95
|
+
/**
|
|
96
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CancelAppeal
|
|
97
|
+
*/
|
|
98
|
+
export const cancelAppeal: typeof GuardianService["method"]["cancelAppeal"];
|
|
99
|
+
/**
|
|
100
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CreateAppeal
|
|
101
|
+
*/
|
|
102
|
+
export const createAppeal: typeof GuardianService["method"]["createAppeal"];
|
|
103
|
+
/**
|
|
104
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListUserApprovals
|
|
105
|
+
*/
|
|
106
|
+
export const listUserApprovals: typeof GuardianService["method"]["listUserApprovals"];
|
|
107
|
+
/**
|
|
108
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListApprovals
|
|
109
|
+
*/
|
|
110
|
+
export const listApprovals: typeof GuardianService["method"]["listApprovals"];
|
|
111
|
+
/**
|
|
112
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateApproval
|
|
113
|
+
*/
|
|
114
|
+
export const updateApproval: typeof GuardianService["method"]["updateApproval"];
|
|
115
|
+
/**
|
|
116
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.AddApprover
|
|
117
|
+
*/
|
|
118
|
+
export const addApprover: typeof GuardianService["method"]["addApprover"];
|
|
119
|
+
/**
|
|
120
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.DeleteApprover
|
|
121
|
+
*/
|
|
122
|
+
export const deleteApprover: typeof GuardianService["method"]["deleteApprover"];
|
|
123
|
+
/**
|
|
124
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListGrants
|
|
125
|
+
*/
|
|
126
|
+
export const listGrants: typeof GuardianService["method"]["listGrants"];
|
|
127
|
+
/**
|
|
128
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListUserGrants
|
|
129
|
+
*/
|
|
130
|
+
export const listUserGrants: typeof GuardianService["method"]["listUserGrants"];
|
|
131
|
+
/**
|
|
132
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetGrant
|
|
133
|
+
*/
|
|
134
|
+
export const getGrant: typeof GuardianService["method"]["getGrant"];
|
|
135
|
+
/**
|
|
136
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateGrant
|
|
137
|
+
*/
|
|
138
|
+
export const updateGrant: typeof GuardianService["method"]["updateGrant"];
|
|
139
|
+
/**
|
|
140
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.RevokeGrant
|
|
141
|
+
*/
|
|
142
|
+
export const revokeGrant: typeof GuardianService["method"]["revokeGrant"];
|
|
143
|
+
/**
|
|
144
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.RevokeGrants
|
|
145
|
+
*/
|
|
146
|
+
export const revokeGrants: typeof GuardianService["method"]["revokeGrants"];
|
|
147
|
+
/**
|
|
148
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ImportGrantsFromProvider
|
|
149
|
+
*/
|
|
150
|
+
export const importGrantsFromProvider: typeof GuardianService["method"]["importGrantsFromProvider"];
|
|
151
|
+
/**
|
|
152
|
+
* Namespace contains information about a tenant
|
|
153
|
+
*
|
|
154
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CreateNamespace
|
|
155
|
+
*/
|
|
156
|
+
export const createNamespace: typeof GuardianService["method"]["createNamespace"];
|
|
157
|
+
/**
|
|
158
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetNamespace
|
|
159
|
+
*/
|
|
160
|
+
export const getNamespace: typeof GuardianService["method"]["getNamespace"];
|
|
161
|
+
/**
|
|
162
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListNamespaces
|
|
163
|
+
*/
|
|
164
|
+
export const listNamespaces: typeof GuardianService["method"]["listNamespaces"];
|
|
165
|
+
/**
|
|
166
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateNamespace
|
|
167
|
+
*/
|
|
168
|
+
export const updateNamespace: typeof GuardianService["method"]["updateNamespace"];
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-query v2.1.1 with parameter "target=ts+js+dts"
|
|
2
|
+
// @generated from file raystack/guardian/v1beta1/guardian.proto (package raystack.guardian.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { GuardianService } from "./guardian_pb";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListProviders
|
|
9
|
+
*/
|
|
10
|
+
export const listProviders = GuardianService.method.listProviders;
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetProvider
|
|
14
|
+
*/
|
|
15
|
+
export const getProvider = GuardianService.method.getProvider;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetProviderTypes
|
|
19
|
+
*/
|
|
20
|
+
export const getProviderTypes = GuardianService.method.getProviderTypes;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CreateProvider
|
|
24
|
+
*/
|
|
25
|
+
export const createProvider = GuardianService.method.createProvider;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateProvider
|
|
29
|
+
*/
|
|
30
|
+
export const updateProvider = GuardianService.method.updateProvider;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.DeleteProvider
|
|
34
|
+
*/
|
|
35
|
+
export const deleteProvider = GuardianService.method.deleteProvider;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListRoles
|
|
39
|
+
*/
|
|
40
|
+
export const listRoles = GuardianService.method.listRoles;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ImportActivities
|
|
44
|
+
*/
|
|
45
|
+
export const importActivities = GuardianService.method.importActivities;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetActivity
|
|
49
|
+
*/
|
|
50
|
+
export const getActivity = GuardianService.method.getActivity;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListActivities
|
|
54
|
+
*/
|
|
55
|
+
export const listActivities = GuardianService.method.listActivities;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListPolicies
|
|
59
|
+
*/
|
|
60
|
+
export const listPolicies = GuardianService.method.listPolicies;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetPolicy
|
|
64
|
+
*/
|
|
65
|
+
export const getPolicy = GuardianService.method.getPolicy;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CreatePolicy
|
|
69
|
+
*/
|
|
70
|
+
export const createPolicy = GuardianService.method.createPolicy;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdatePolicy
|
|
74
|
+
*/
|
|
75
|
+
export const updatePolicy = GuardianService.method.updatePolicy;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetPolicyPreferences
|
|
79
|
+
*/
|
|
80
|
+
export const getPolicyPreferences = GuardianService.method.getPolicyPreferences;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListResources
|
|
84
|
+
*/
|
|
85
|
+
export const listResources = GuardianService.method.listResources;
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetResource
|
|
89
|
+
*/
|
|
90
|
+
export const getResource = GuardianService.method.getResource;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateResource
|
|
94
|
+
*/
|
|
95
|
+
export const updateResource = GuardianService.method.updateResource;
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.DeleteResource
|
|
99
|
+
*/
|
|
100
|
+
export const deleteResource = GuardianService.method.deleteResource;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListUserAppeals
|
|
104
|
+
*/
|
|
105
|
+
export const listUserAppeals = GuardianService.method.listUserAppeals;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListAppeals
|
|
109
|
+
*/
|
|
110
|
+
export const listAppeals = GuardianService.method.listAppeals;
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetAppeal
|
|
114
|
+
*/
|
|
115
|
+
export const getAppeal = GuardianService.method.getAppeal;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CancelAppeal
|
|
119
|
+
*/
|
|
120
|
+
export const cancelAppeal = GuardianService.method.cancelAppeal;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CreateAppeal
|
|
124
|
+
*/
|
|
125
|
+
export const createAppeal = GuardianService.method.createAppeal;
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListUserApprovals
|
|
129
|
+
*/
|
|
130
|
+
export const listUserApprovals = GuardianService.method.listUserApprovals;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListApprovals
|
|
134
|
+
*/
|
|
135
|
+
export const listApprovals = GuardianService.method.listApprovals;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateApproval
|
|
139
|
+
*/
|
|
140
|
+
export const updateApproval = GuardianService.method.updateApproval;
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.AddApprover
|
|
144
|
+
*/
|
|
145
|
+
export const addApprover = GuardianService.method.addApprover;
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.DeleteApprover
|
|
149
|
+
*/
|
|
150
|
+
export const deleteApprover = GuardianService.method.deleteApprover;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListGrants
|
|
154
|
+
*/
|
|
155
|
+
export const listGrants = GuardianService.method.listGrants;
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListUserGrants
|
|
159
|
+
*/
|
|
160
|
+
export const listUserGrants = GuardianService.method.listUserGrants;
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetGrant
|
|
164
|
+
*/
|
|
165
|
+
export const getGrant = GuardianService.method.getGrant;
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateGrant
|
|
169
|
+
*/
|
|
170
|
+
export const updateGrant = GuardianService.method.updateGrant;
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.RevokeGrant
|
|
174
|
+
*/
|
|
175
|
+
export const revokeGrant = GuardianService.method.revokeGrant;
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.RevokeGrants
|
|
179
|
+
*/
|
|
180
|
+
export const revokeGrants = GuardianService.method.revokeGrants;
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ImportGrantsFromProvider
|
|
184
|
+
*/
|
|
185
|
+
export const importGrantsFromProvider = GuardianService.method.importGrantsFromProvider;
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* Namespace contains information about a tenant
|
|
189
|
+
*
|
|
190
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CreateNamespace
|
|
191
|
+
*/
|
|
192
|
+
export const createNamespace = GuardianService.method.createNamespace;
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetNamespace
|
|
196
|
+
*/
|
|
197
|
+
export const getNamespace = GuardianService.method.getNamespace;
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListNamespaces
|
|
201
|
+
*/
|
|
202
|
+
export const listNamespaces = GuardianService.method.listNamespaces;
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateNamespace
|
|
206
|
+
*/
|
|
207
|
+
export const updateNamespace = GuardianService.method.updateNamespace;
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-query v2.1.1 with parameter "target=ts+js+dts"
|
|
2
|
+
// @generated from file raystack/guardian/v1beta1/guardian.proto (package raystack.guardian.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { GuardianService } from "./guardian_pb";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListProviders
|
|
9
|
+
*/
|
|
10
|
+
export const listProviders = GuardianService.method.listProviders;
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetProvider
|
|
14
|
+
*/
|
|
15
|
+
export const getProvider = GuardianService.method.getProvider;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetProviderTypes
|
|
19
|
+
*/
|
|
20
|
+
export const getProviderTypes = GuardianService.method.getProviderTypes;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CreateProvider
|
|
24
|
+
*/
|
|
25
|
+
export const createProvider = GuardianService.method.createProvider;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateProvider
|
|
29
|
+
*/
|
|
30
|
+
export const updateProvider = GuardianService.method.updateProvider;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.DeleteProvider
|
|
34
|
+
*/
|
|
35
|
+
export const deleteProvider = GuardianService.method.deleteProvider;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListRoles
|
|
39
|
+
*/
|
|
40
|
+
export const listRoles = GuardianService.method.listRoles;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ImportActivities
|
|
44
|
+
*/
|
|
45
|
+
export const importActivities = GuardianService.method.importActivities;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetActivity
|
|
49
|
+
*/
|
|
50
|
+
export const getActivity = GuardianService.method.getActivity;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListActivities
|
|
54
|
+
*/
|
|
55
|
+
export const listActivities = GuardianService.method.listActivities;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListPolicies
|
|
59
|
+
*/
|
|
60
|
+
export const listPolicies = GuardianService.method.listPolicies;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetPolicy
|
|
64
|
+
*/
|
|
65
|
+
export const getPolicy = GuardianService.method.getPolicy;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CreatePolicy
|
|
69
|
+
*/
|
|
70
|
+
export const createPolicy = GuardianService.method.createPolicy;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdatePolicy
|
|
74
|
+
*/
|
|
75
|
+
export const updatePolicy = GuardianService.method.updatePolicy;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetPolicyPreferences
|
|
79
|
+
*/
|
|
80
|
+
export const getPolicyPreferences = GuardianService.method.getPolicyPreferences;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListResources
|
|
84
|
+
*/
|
|
85
|
+
export const listResources = GuardianService.method.listResources;
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetResource
|
|
89
|
+
*/
|
|
90
|
+
export const getResource = GuardianService.method.getResource;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateResource
|
|
94
|
+
*/
|
|
95
|
+
export const updateResource = GuardianService.method.updateResource;
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.DeleteResource
|
|
99
|
+
*/
|
|
100
|
+
export const deleteResource = GuardianService.method.deleteResource;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListUserAppeals
|
|
104
|
+
*/
|
|
105
|
+
export const listUserAppeals = GuardianService.method.listUserAppeals;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListAppeals
|
|
109
|
+
*/
|
|
110
|
+
export const listAppeals = GuardianService.method.listAppeals;
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetAppeal
|
|
114
|
+
*/
|
|
115
|
+
export const getAppeal = GuardianService.method.getAppeal;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CancelAppeal
|
|
119
|
+
*/
|
|
120
|
+
export const cancelAppeal = GuardianService.method.cancelAppeal;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CreateAppeal
|
|
124
|
+
*/
|
|
125
|
+
export const createAppeal = GuardianService.method.createAppeal;
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListUserApprovals
|
|
129
|
+
*/
|
|
130
|
+
export const listUserApprovals = GuardianService.method.listUserApprovals;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListApprovals
|
|
134
|
+
*/
|
|
135
|
+
export const listApprovals = GuardianService.method.listApprovals;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateApproval
|
|
139
|
+
*/
|
|
140
|
+
export const updateApproval = GuardianService.method.updateApproval;
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.AddApprover
|
|
144
|
+
*/
|
|
145
|
+
export const addApprover = GuardianService.method.addApprover;
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.DeleteApprover
|
|
149
|
+
*/
|
|
150
|
+
export const deleteApprover = GuardianService.method.deleteApprover;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListGrants
|
|
154
|
+
*/
|
|
155
|
+
export const listGrants = GuardianService.method.listGrants;
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListUserGrants
|
|
159
|
+
*/
|
|
160
|
+
export const listUserGrants = GuardianService.method.listUserGrants;
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetGrant
|
|
164
|
+
*/
|
|
165
|
+
export const getGrant = GuardianService.method.getGrant;
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateGrant
|
|
169
|
+
*/
|
|
170
|
+
export const updateGrant = GuardianService.method.updateGrant;
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.RevokeGrant
|
|
174
|
+
*/
|
|
175
|
+
export const revokeGrant = GuardianService.method.revokeGrant;
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.RevokeGrants
|
|
179
|
+
*/
|
|
180
|
+
export const revokeGrants = GuardianService.method.revokeGrants;
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ImportGrantsFromProvider
|
|
184
|
+
*/
|
|
185
|
+
export const importGrantsFromProvider = GuardianService.method.importGrantsFromProvider;
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* Namespace contains information about a tenant
|
|
189
|
+
*
|
|
190
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.CreateNamespace
|
|
191
|
+
*/
|
|
192
|
+
export const createNamespace = GuardianService.method.createNamespace;
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.GetNamespace
|
|
196
|
+
*/
|
|
197
|
+
export const getNamespace = GuardianService.method.getNamespace;
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.ListNamespaces
|
|
201
|
+
*/
|
|
202
|
+
export const listNamespaces = GuardianService.method.listNamespaces;
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* @generated from rpc raystack.guardian.v1beta1.GuardianService.UpdateNamespace
|
|
206
|
+
*/
|
|
207
|
+
export const updateNamespace = GuardianService.method.updateNamespace;
|