@raystack/proton 0.1.0-8cb19702a3e47d173732860d58084b83d6941865 → 0.1.0-a1dcf6bc73a67f383c852060b5129e492d4160d7
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 +2 -0
- package/google/api/annotations_pb.d.ts +34 -0
- package/google/api/annotations_pb.js +36 -0
- package/google/api/annotations_pb.ts +1 -1
- 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 +1 -1
- package/google/api/http_pb.d.ts +477 -0
- package/google/api/http_pb.js +47 -0
- package/google/api/http_pb.ts +1 -1
- package/google/api/httpbody_pb.d.ts +104 -0
- package/google/api/httpbody_pb.js +34 -0
- package/google/api/httpbody_pb.ts +1 -1
- package/index.d.ts +10 -0
- package/index.js +10 -0
- package/package.json +37 -36
- 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 +1 -1
- 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 +1 -1
- package/raystack/assets/index.d.ts +29 -0
- package/raystack/assets/index.js +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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/raystack/common/index.d.ts +2 -0
- package/raystack/common/index.js +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 +1 -1
- 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 +1 -1
- package/raystack/compass/index.d.ts +2 -0
- package/raystack/compass/index.js +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 +1 -1
- 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 +1 -1
- package/raystack/entropy/index.d.ts +4 -0
- package/raystack/entropy/index.js +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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/raystack/frontier/index.d.ts +5 -0
- package/raystack/frontier/index.js +5 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.d.ts +269 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +323 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +22 -1
- package/raystack/frontier/v1beta1/admin_pb.d.ts +3624 -0
- package/raystack/frontier/v1beta1/admin_pb.js +935 -0
- package/raystack/frontier/v1beta1/admin_pb.ts +169 -3
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +755 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +925 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +32 -1
- package/raystack/frontier/v1beta1/frontier_pb.d.ts +8980 -0
- package/raystack/frontier/v1beta1/frontier_pb.js +2649 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +218 -3
- package/raystack/frontier/v1beta1/models_pb.d.ts +3056 -0
- package/raystack/frontier/v1beta1/models_pb.js +497 -0
- package/raystack/frontier/v1beta1/models_pb.ts +322 -52
- package/raystack/guardian/index.d.ts +2 -0
- package/raystack/guardian/index.js +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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +2 -29
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/raystack/predator/index.d.ts +2 -0
- package/raystack/predator/index.js +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 +1 -1
- 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 +1 -1
- package/raystack/raccoon/index.d.ts +2 -0
- package/raystack/raccoon/index.js +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 +1 -1
- 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 +1 -1
- package/raystack/siren/index.d.ts +2 -0
- package/raystack/siren/index.js +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 +1 -1
- 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 +1 -1
- package/raystack/stencil/index.d.ts +2 -0
- package/raystack/stencil/index.js +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 +1 -1
- 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 +1 -1
- package/validate/validate_pb.d.ts +1953 -0
- package/validate/validate_pb.js +223 -0
- package/validate/validate_pb.ts +1 -1
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/entropy/v1beta1/resource.proto (package raystack.entropy.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, serviceDesc, tsEnum } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { file_google_api_annotations } from "../../../google/api/annotations_pb";
|
|
7
|
+
import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file raystack/entropy/v1beta1/resource.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_raystack_entropy_v1beta1_resource = /*@__PURE__*/
|
|
13
|
+
fileDesc("CidyYXlzdGFjay9lbnRyb3B5L3YxYmV0YTEvcmVzb3VyY2UucHJvdG8SGHJheXN0YWNrLmVudHJvcHkudjFiZXRhMSIwChJSZXNvdXJjZURlcGVuZGVuY3kSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJInsKDFJlc291cmNlU3BlYxInCgdjb25maWdzGAEgASgLMhYuZ29vZ2xlLnByb3RvYnVmLlZhbHVlEkIKDGRlcGVuZGVuY2llcxgCIAMoCzIsLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZURlcGVuZGVuY3kiHAoKTGlzdFN0cmluZxIOCgZ2YWx1ZXMYASADKAkipgEKCkxvZ09wdGlvbnMSQgoHZmlsdGVycxgBIAMoCzIxLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5Mb2dPcHRpb25zLkZpbHRlcnNFbnRyeRpUCgxGaWx0ZXJzRW50cnkSCwoDa2V5GAEgASgJEjMKBXZhbHVlGAIgASgLMiQucmF5c3RhY2suZW50cm9weS52MWJldGExLkxpc3RTdHJpbmc6AjgBIrkCCg1SZXNvdXJjZVN0YXRlEj4KBnN0YXR1cxgBIAEoDjIuLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZVN0YXRlLlN0YXR1cxImCgZvdXRwdXQYAiABKAsyFi5nb29nbGUucHJvdG9idWYuVmFsdWUSEwoLbW9kdWxlX2RhdGEYAyABKAwSOQoLbG9nX29wdGlvbnMYBCABKAsyJC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuTG9nT3B0aW9ucyJwCgZTdGF0dXMSFgoSU1RBVFVTX1VOU1BFQ0lGSUVEEAASEgoOU1RBVFVTX1BFTkRJTkcQARIQCgxTVEFUVVNfRVJST1IQAhISCg5TVEFUVVNfREVMRVRFRBADEhQKEFNUQVRVU19DT01QTEVURUQQBCKBAwoIUmVzb3VyY2USCwoDdXJuGAEgASgJEgwKBGtpbmQYAiABKAkSDAoEbmFtZRgDIAEoCRIPCgdwcm9qZWN0GAQgASgJEj4KBmxhYmVscxgFIAMoCzIuLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZS5MYWJlbHNFbnRyeRIuCgpjcmVhdGVkX2F0GAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgp1cGRhdGVkX2F0GAcgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBI0CgRzcGVjGAggASgLMiYucmF5c3RhY2suZW50cm9weS52MWJldGExLlJlc291cmNlU3BlYxI2CgVzdGF0ZRgJIAEoCzInLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZVN0YXRlGi0KC0xhYmVsc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEiNQoUTGlzdFJlc291cmNlc1JlcXVlc3QSDwoHcHJvamVjdBgBIAEoCRIMCgRraW5kGAIgASgJIk4KFUxpc3RSZXNvdXJjZXNSZXNwb25zZRI1CglyZXNvdXJjZXMYASADKAsyIi5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuUmVzb3VyY2UiIQoSR2V0UmVzb3VyY2VSZXF1ZXN0EgsKA3VybhgBIAEoCSJLChNHZXRSZXNvdXJjZVJlc3BvbnNlEjQKCHJlc291cmNlGAEgASgLMiIucmF5c3RhY2suZW50cm9weS52MWJldGExLlJlc291cmNlIk0KFUNyZWF0ZVJlc291cmNlUmVxdWVzdBI0CghyZXNvdXJjZRgBIAEoCzIiLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZSJOChZDcmVhdGVSZXNvdXJjZVJlc3BvbnNlEjQKCHJlc291cmNlGAEgASgLMiIucmF5c3RhY2suZW50cm9weS52MWJldGExLlJlc291cmNlItoBChVVcGRhdGVSZXNvdXJjZVJlcXVlc3QSCwoDdXJuGAEgASgJEjgKCG5ld19zcGVjGAIgASgLMiYucmF5c3RhY2suZW50cm9weS52MWJldGExLlJlc291cmNlU3BlYxJLCgZsYWJlbHMYAyADKAsyOy5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuVXBkYXRlUmVzb3VyY2VSZXF1ZXN0LkxhYmVsc0VudHJ5Gi0KC0xhYmVsc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEiTgoWVXBkYXRlUmVzb3VyY2VSZXNwb25zZRI0CghyZXNvdXJjZRgBIAEoCzIiLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZSIkChVEZWxldGVSZXNvdXJjZVJlcXVlc3QSCwoDdXJuGAEgASgJIhgKFkRlbGV0ZVJlc291cmNlUmVzcG9uc2Ui0gEKEkFwcGx5QWN0aW9uUmVxdWVzdBILCgN1cm4YASABKAkSDgoGYWN0aW9uGAIgASgJEiYKBnBhcmFtcxgDIAEoCzIWLmdvb2dsZS5wcm90b2J1Zi5WYWx1ZRJICgZsYWJlbHMYBCADKAsyOC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuQXBwbHlBY3Rpb25SZXF1ZXN0LkxhYmVsc0VudHJ5Gi0KC0xhYmVsc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEiSwoTQXBwbHlBY3Rpb25SZXNwb25zZRI0CghyZXNvdXJjZRgBIAEoCzIiLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZSKHAQoITG9nQ2h1bmsSDAoEZGF0YRgBIAEoDBI+CgZsYWJlbHMYAiADKAsyLi5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuTG9nQ2h1bmsuTGFiZWxzRW50cnkaLQoLTGFiZWxzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASKQAQoNR2V0TG9nUmVxdWVzdBILCgN1cm4YASABKAkSQwoGZmlsdGVyGAYgAygLMjMucmF5c3RhY2suZW50cm9weS52MWJldGExLkdldExvZ1JlcXVlc3QuRmlsdGVyRW50cnkaLQoLRmlsdGVyRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASJDCg5HZXRMb2dSZXNwb25zZRIxCgVjaHVuaxgBIAEoCzIiLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5Mb2dDaHVuayKYAgoQUmVzb3VyY2VSZXZpc2lvbhIKCgJpZBgBIAEoCRILCgN1cm4YAiABKAkSRgoGbGFiZWxzGAMgAygLMjYucmF5c3RhY2suZW50cm9weS52MWJldGExLlJlc291cmNlUmV2aXNpb24uTGFiZWxzRW50cnkSLgoKY3JlYXRlZF9hdBgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASNAoEc3BlYxgFIAEoCzImLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZVNwZWMSDgoGcmVhc29uGAYgASgJGi0KC0xhYmVsc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEiKgobR2V0UmVzb3VyY2VSZXZpc2lvbnNSZXF1ZXN0EgsKA3VybhgBIAEoCSJdChxHZXRSZXNvdXJjZVJldmlzaW9uc1Jlc3BvbnNlEj0KCXJldmlzaW9ucxgBIAMoCzIqLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZVJldmlzaW9uMuEJCg9SZXNvdXJjZVNlcnZpY2USjAEKDUxpc3RSZXNvdXJjZXMSLi5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuTGlzdFJlc291cmNlc1JlcXVlc3QaLy5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuTGlzdFJlc291cmNlc1Jlc3BvbnNlIhqC0+STAhQSEi92MWJldGExL3Jlc291cmNlcxKMAQoLR2V0UmVzb3VyY2USLC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuR2V0UmVzb3VyY2VSZXF1ZXN0Gi0ucmF5c3RhY2suZW50cm9weS52MWJldGExLkdldFJlc291cmNlUmVzcG9uc2UiIILT5JMCGhIYL3YxYmV0YTEvcmVzb3VyY2VzL3t1cm59EpkBCg5DcmVhdGVSZXNvdXJjZRIvLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5DcmVhdGVSZXNvdXJjZVJlcXVlc3QaMC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuQ3JlYXRlUmVzb3VyY2VSZXNwb25zZSIkgtPkkwIeIhIvdjFiZXRhMS9yZXNvdXJjZXM6CHJlc291cmNlEpgBCg5VcGRhdGVSZXNvdXJjZRIvLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5VcGRhdGVSZXNvdXJjZVJlcXVlc3QaMC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuVXBkYXRlUmVzb3VyY2VSZXNwb25zZSIjgtPkkwIdMhgvdjFiZXRhMS9yZXNvdXJjZXMve3Vybn06ASoSlQEKDkRlbGV0ZVJlc291cmNlEi8ucmF5c3RhY2suZW50cm9weS52MWJldGExLkRlbGV0ZVJlc291cmNlUmVxdWVzdBowLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5EZWxldGVSZXNvdXJjZVJlc3BvbnNlIiCC0+STAhoqGC92MWJldGExL3Jlc291cmNlcy97dXJufRKlAQoLQXBwbHlBY3Rpb24SLC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuQXBwbHlBY3Rpb25SZXF1ZXN0Gi0ucmF5c3RhY2suZW50cm9weS52MWJldGExLkFwcGx5QWN0aW9uUmVzcG9uc2UiOYLT5JMCMyIpL3YxYmV0YTEvcmVzb3VyY2VzL3t1cm59L2FjdGlvbnMve2FjdGlvbn06BnBhcmFtcxKEAQoGR2V0TG9nEicucmF5c3RhY2suZW50cm9weS52MWJldGExLkdldExvZ1JlcXVlc3QaKC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuR2V0TG9nUmVzcG9uc2UiJYLT5JMCHxIdL3YxYmV0YTEvcmVzb3VyY2VzL3t1cm59L2xvZ3MwARKxAQoUR2V0UmVzb3VyY2VSZXZpc2lvbnMSNS5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuR2V0UmVzb3VyY2VSZXZpc2lvbnNSZXF1ZXN0GjYucmF5c3RhY2suZW50cm9weS52MWJldGExLkdldFJlc291cmNlUmV2aXNpb25zUmVzcG9uc2UiKoLT5JMCJBIiL3YxYmV0YTEvcmVzb3VyY2VzL3t1cm59L3JldmlzaW9uc0J3CiJpby5yYXlzdGFjay5wcm90b24uZW50cm9weS52MWJldGExQhRSZXNvdXJjZVNlcnZpY2VQcm90b1ABWjlnaXRodWIuY29tL3JheXN0YWNrL3Byb3Rvbi9lbnRyb3B5L3YxYmV0YTE7ZW50cm9weXYxYmV0YTFiBnByb3RvMw", [file_google_api_annotations, file_google_protobuf_struct, file_google_protobuf_timestamp]);
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message raystack.entropy.v1beta1.ResourceDependency.
|
|
17
|
+
* Use `create(ResourceDependencySchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const ResourceDependencySchema = /*@__PURE__*/
|
|
20
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 0);
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Describes the message raystack.entropy.v1beta1.ResourceSpec.
|
|
24
|
+
* Use `create(ResourceSpecSchema)` to create a new message.
|
|
25
|
+
*/
|
|
26
|
+
export const ResourceSpecSchema = /*@__PURE__*/
|
|
27
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 1);
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message raystack.entropy.v1beta1.ListString.
|
|
31
|
+
* Use `create(ListStringSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
export const ListStringSchema = /*@__PURE__*/
|
|
34
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 2);
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Describes the message raystack.entropy.v1beta1.LogOptions.
|
|
38
|
+
* Use `create(LogOptionsSchema)` to create a new message.
|
|
39
|
+
*/
|
|
40
|
+
export const LogOptionsSchema = /*@__PURE__*/
|
|
41
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 3);
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Describes the message raystack.entropy.v1beta1.ResourceState.
|
|
45
|
+
* Use `create(ResourceStateSchema)` to create a new message.
|
|
46
|
+
*/
|
|
47
|
+
export const ResourceStateSchema = /*@__PURE__*/
|
|
48
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 4);
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Describes the enum raystack.entropy.v1beta1.ResourceState.Status.
|
|
52
|
+
*/
|
|
53
|
+
export const ResourceState_StatusSchema = /*@__PURE__*/
|
|
54
|
+
enumDesc(file_raystack_entropy_v1beta1_resource, 4, 0);
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* @generated from enum raystack.entropy.v1beta1.ResourceState.Status
|
|
58
|
+
*/
|
|
59
|
+
export const ResourceState_Status = /*@__PURE__*/
|
|
60
|
+
tsEnum(ResourceState_StatusSchema);
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Describes the message raystack.entropy.v1beta1.Resource.
|
|
64
|
+
* Use `create(ResourceSchema)` to create a new message.
|
|
65
|
+
*/
|
|
66
|
+
export const ResourceSchema = /*@__PURE__*/
|
|
67
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 5);
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Describes the message raystack.entropy.v1beta1.ListResourcesRequest.
|
|
71
|
+
* Use `create(ListResourcesRequestSchema)` to create a new message.
|
|
72
|
+
*/
|
|
73
|
+
export const ListResourcesRequestSchema = /*@__PURE__*/
|
|
74
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 6);
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message raystack.entropy.v1beta1.ListResourcesResponse.
|
|
78
|
+
* Use `create(ListResourcesResponseSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export const ListResourcesResponseSchema = /*@__PURE__*/
|
|
81
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 7);
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Describes the message raystack.entropy.v1beta1.GetResourceRequest.
|
|
85
|
+
* Use `create(GetResourceRequestSchema)` to create a new message.
|
|
86
|
+
*/
|
|
87
|
+
export const GetResourceRequestSchema = /*@__PURE__*/
|
|
88
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 8);
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Describes the message raystack.entropy.v1beta1.GetResourceResponse.
|
|
92
|
+
* Use `create(GetResourceResponseSchema)` to create a new message.
|
|
93
|
+
*/
|
|
94
|
+
export const GetResourceResponseSchema = /*@__PURE__*/
|
|
95
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 9);
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Describes the message raystack.entropy.v1beta1.CreateResourceRequest.
|
|
99
|
+
* Use `create(CreateResourceRequestSchema)` to create a new message.
|
|
100
|
+
*/
|
|
101
|
+
export const CreateResourceRequestSchema = /*@__PURE__*/
|
|
102
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 10);
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Describes the message raystack.entropy.v1beta1.CreateResourceResponse.
|
|
106
|
+
* Use `create(CreateResourceResponseSchema)` to create a new message.
|
|
107
|
+
*/
|
|
108
|
+
export const CreateResourceResponseSchema = /*@__PURE__*/
|
|
109
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 11);
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* Describes the message raystack.entropy.v1beta1.UpdateResourceRequest.
|
|
113
|
+
* Use `create(UpdateResourceRequestSchema)` to create a new message.
|
|
114
|
+
*/
|
|
115
|
+
export const UpdateResourceRequestSchema = /*@__PURE__*/
|
|
116
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 12);
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* Describes the message raystack.entropy.v1beta1.UpdateResourceResponse.
|
|
120
|
+
* Use `create(UpdateResourceResponseSchema)` to create a new message.
|
|
121
|
+
*/
|
|
122
|
+
export const UpdateResourceResponseSchema = /*@__PURE__*/
|
|
123
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 13);
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Describes the message raystack.entropy.v1beta1.DeleteResourceRequest.
|
|
127
|
+
* Use `create(DeleteResourceRequestSchema)` to create a new message.
|
|
128
|
+
*/
|
|
129
|
+
export const DeleteResourceRequestSchema = /*@__PURE__*/
|
|
130
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 14);
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Describes the message raystack.entropy.v1beta1.DeleteResourceResponse.
|
|
134
|
+
* Use `create(DeleteResourceResponseSchema)` to create a new message.
|
|
135
|
+
*/
|
|
136
|
+
export const DeleteResourceResponseSchema = /*@__PURE__*/
|
|
137
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 15);
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Describes the message raystack.entropy.v1beta1.ApplyActionRequest.
|
|
141
|
+
* Use `create(ApplyActionRequestSchema)` to create a new message.
|
|
142
|
+
*/
|
|
143
|
+
export const ApplyActionRequestSchema = /*@__PURE__*/
|
|
144
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 16);
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Describes the message raystack.entropy.v1beta1.ApplyActionResponse.
|
|
148
|
+
* Use `create(ApplyActionResponseSchema)` to create a new message.
|
|
149
|
+
*/
|
|
150
|
+
export const ApplyActionResponseSchema = /*@__PURE__*/
|
|
151
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 17);
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Describes the message raystack.entropy.v1beta1.LogChunk.
|
|
155
|
+
* Use `create(LogChunkSchema)` to create a new message.
|
|
156
|
+
*/
|
|
157
|
+
export const LogChunkSchema = /*@__PURE__*/
|
|
158
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 18);
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* Describes the message raystack.entropy.v1beta1.GetLogRequest.
|
|
162
|
+
* Use `create(GetLogRequestSchema)` to create a new message.
|
|
163
|
+
*/
|
|
164
|
+
export const GetLogRequestSchema = /*@__PURE__*/
|
|
165
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 19);
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* Describes the message raystack.entropy.v1beta1.GetLogResponse.
|
|
169
|
+
* Use `create(GetLogResponseSchema)` to create a new message.
|
|
170
|
+
*/
|
|
171
|
+
export const GetLogResponseSchema = /*@__PURE__*/
|
|
172
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 20);
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Describes the message raystack.entropy.v1beta1.ResourceRevision.
|
|
176
|
+
* Use `create(ResourceRevisionSchema)` to create a new message.
|
|
177
|
+
*/
|
|
178
|
+
export const ResourceRevisionSchema = /*@__PURE__*/
|
|
179
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 21);
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Describes the message raystack.entropy.v1beta1.GetResourceRevisionsRequest.
|
|
183
|
+
* Use `create(GetResourceRevisionsRequestSchema)` to create a new message.
|
|
184
|
+
*/
|
|
185
|
+
export const GetResourceRevisionsRequestSchema = /*@__PURE__*/
|
|
186
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 22);
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* Describes the message raystack.entropy.v1beta1.GetResourceRevisionsResponse.
|
|
190
|
+
* Use `create(GetResourceRevisionsResponseSchema)` to create a new message.
|
|
191
|
+
*/
|
|
192
|
+
export const GetResourceRevisionsResponseSchema = /*@__PURE__*/
|
|
193
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 23);
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* @generated from service raystack.entropy.v1beta1.ResourceService
|
|
197
|
+
*/
|
|
198
|
+
export const ResourceService = /*@__PURE__*/
|
|
199
|
+
serviceDesc(file_raystack_entropy_v1beta1_resource, 0);
|
|
200
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts,import_extension=none"
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
2
|
// @generated from file raystack/entropy/v1beta1/resource.proto (package raystack.entropy.v1beta1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * as AdminServiceQueries from "./v1beta1/admin-AdminService_connectquery";
|
|
2
|
+
export * as FrontierServiceQueries from "./v1beta1/frontier-FrontierService_connectquery";
|
|
3
|
+
export * from "./v1beta1/admin_pb";
|
|
4
|
+
export * from "./v1beta1/frontier_pb";
|
|
5
|
+
export * from "./v1beta1/models_pb";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * as AdminServiceQueries from "./v1beta1/admin-AdminService_connectquery";
|
|
2
|
+
export * as FrontierServiceQueries from "./v1beta1/frontier-FrontierService_connectquery";
|
|
3
|
+
export * from "./v1beta1/admin_pb";
|
|
4
|
+
export * from "./v1beta1/frontier_pb";
|
|
5
|
+
export * from "./v1beta1/models_pb";
|
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-query v2.1.1 with parameter "target=ts+js+dts"
|
|
2
|
+
// @generated from file raystack/frontier/v1beta1/admin.proto (package raystack.frontier.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { AdminService } from "./admin_pb";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Users
|
|
9
|
+
*
|
|
10
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListAllUsers
|
|
11
|
+
*/
|
|
12
|
+
export const listAllUsers: typeof AdminService["method"]["listAllUsers"];
|
|
13
|
+
/**
|
|
14
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListAllServiceUsers
|
|
15
|
+
*/
|
|
16
|
+
export const listAllServiceUsers: typeof AdminService["method"]["listAllServiceUsers"];
|
|
17
|
+
/**
|
|
18
|
+
* Group
|
|
19
|
+
*
|
|
20
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListGroups
|
|
21
|
+
*/
|
|
22
|
+
export const listGroups: typeof AdminService["method"]["listGroups"];
|
|
23
|
+
/**
|
|
24
|
+
* Organizations
|
|
25
|
+
*
|
|
26
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListAllOrganizations
|
|
27
|
+
*/
|
|
28
|
+
export const listAllOrganizations: typeof AdminService["method"]["listAllOrganizations"];
|
|
29
|
+
/**
|
|
30
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.AdminCreateOrganization
|
|
31
|
+
*/
|
|
32
|
+
export const adminCreateOrganization: typeof AdminService["method"]["adminCreateOrganization"];
|
|
33
|
+
/**
|
|
34
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizations
|
|
35
|
+
*/
|
|
36
|
+
export const searchOrganizations: typeof AdminService["method"]["searchOrganizations"];
|
|
37
|
+
/**
|
|
38
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizationUsers
|
|
39
|
+
*/
|
|
40
|
+
export const searchOrganizationUsers: typeof AdminService["method"]["searchOrganizationUsers"];
|
|
41
|
+
/**
|
|
42
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.SearchProjectUsers
|
|
43
|
+
*/
|
|
44
|
+
export const searchProjectUsers: typeof AdminService["method"]["searchProjectUsers"];
|
|
45
|
+
/**
|
|
46
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizationProjects
|
|
47
|
+
*/
|
|
48
|
+
export const searchOrganizationProjects: typeof AdminService["method"]["searchOrganizationProjects"];
|
|
49
|
+
/**
|
|
50
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizationInvoices
|
|
51
|
+
*/
|
|
52
|
+
export const searchOrganizationInvoices: typeof AdminService["method"]["searchOrganizationInvoices"];
|
|
53
|
+
/**
|
|
54
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizationTokens
|
|
55
|
+
*/
|
|
56
|
+
export const searchOrganizationTokens: typeof AdminService["method"]["searchOrganizationTokens"];
|
|
57
|
+
/**
|
|
58
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizationServiceUserCredentials
|
|
59
|
+
*/
|
|
60
|
+
export const searchOrganizationServiceUserCredentials: typeof AdminService["method"]["searchOrganizationServiceUserCredentials"];
|
|
61
|
+
/**
|
|
62
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.SearchOrganizationServiceUsers
|
|
63
|
+
*/
|
|
64
|
+
export const searchOrganizationServiceUsers: typeof AdminService["method"]["searchOrganizationServiceUsers"];
|
|
65
|
+
/**
|
|
66
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.SearchUsers
|
|
67
|
+
*/
|
|
68
|
+
export const searchUsers: typeof AdminService["method"]["searchUsers"];
|
|
69
|
+
/**
|
|
70
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.SearchUserOrganizations
|
|
71
|
+
*/
|
|
72
|
+
export const searchUserOrganizations: typeof AdminService["method"]["searchUserOrganizations"];
|
|
73
|
+
/**
|
|
74
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.SearchUserProjects
|
|
75
|
+
*/
|
|
76
|
+
export const searchUserProjects: typeof AdminService["method"]["searchUserProjects"];
|
|
77
|
+
/**
|
|
78
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.SetOrganizationKyc
|
|
79
|
+
*/
|
|
80
|
+
export const setOrganizationKyc: typeof AdminService["method"]["setOrganizationKyc"];
|
|
81
|
+
/**
|
|
82
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListOrganizationsKyc
|
|
83
|
+
*/
|
|
84
|
+
export const listOrganizationsKyc: typeof AdminService["method"]["listOrganizationsKyc"];
|
|
85
|
+
/**
|
|
86
|
+
* Projects
|
|
87
|
+
*
|
|
88
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListProjects
|
|
89
|
+
*/
|
|
90
|
+
export const listProjects: typeof AdminService["method"]["listProjects"];
|
|
91
|
+
/**
|
|
92
|
+
* Relations
|
|
93
|
+
*
|
|
94
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListRelations
|
|
95
|
+
*/
|
|
96
|
+
export const listRelations: typeof AdminService["method"]["listRelations"];
|
|
97
|
+
/**
|
|
98
|
+
* Resources
|
|
99
|
+
*
|
|
100
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListResources
|
|
101
|
+
*/
|
|
102
|
+
export const listResources: typeof AdminService["method"]["listResources"];
|
|
103
|
+
/**
|
|
104
|
+
* Roles
|
|
105
|
+
*
|
|
106
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.CreateRole
|
|
107
|
+
*/
|
|
108
|
+
export const createRole: typeof AdminService["method"]["createRole"];
|
|
109
|
+
/**
|
|
110
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.UpdateRole
|
|
111
|
+
*/
|
|
112
|
+
export const updateRole: typeof AdminService["method"]["updateRole"];
|
|
113
|
+
/**
|
|
114
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.DeleteRole
|
|
115
|
+
*/
|
|
116
|
+
export const deleteRole: typeof AdminService["method"]["deleteRole"];
|
|
117
|
+
/**
|
|
118
|
+
* Permissions
|
|
119
|
+
*
|
|
120
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.CreatePermission
|
|
121
|
+
*/
|
|
122
|
+
export const createPermission: typeof AdminService["method"]["createPermission"];
|
|
123
|
+
/**
|
|
124
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.UpdatePermission
|
|
125
|
+
*/
|
|
126
|
+
export const updatePermission: typeof AdminService["method"]["updatePermission"];
|
|
127
|
+
/**
|
|
128
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.DeletePermission
|
|
129
|
+
*/
|
|
130
|
+
export const deletePermission: typeof AdminService["method"]["deletePermission"];
|
|
131
|
+
/**
|
|
132
|
+
* Preferences
|
|
133
|
+
*
|
|
134
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListPreferences
|
|
135
|
+
*/
|
|
136
|
+
export const listPreferences: typeof AdminService["method"]["listPreferences"];
|
|
137
|
+
/**
|
|
138
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.CreatePreferences
|
|
139
|
+
*/
|
|
140
|
+
export const createPreferences: typeof AdminService["method"]["createPreferences"];
|
|
141
|
+
/**
|
|
142
|
+
* Check
|
|
143
|
+
*
|
|
144
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.CheckFederatedResourcePermission
|
|
145
|
+
*/
|
|
146
|
+
export const checkFederatedResourcePermission: typeof AdminService["method"]["checkFederatedResourcePermission"];
|
|
147
|
+
/**
|
|
148
|
+
* Platform
|
|
149
|
+
*
|
|
150
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.AddPlatformUser
|
|
151
|
+
*/
|
|
152
|
+
export const addPlatformUser: typeof AdminService["method"]["addPlatformUser"];
|
|
153
|
+
/**
|
|
154
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListPlatformUsers
|
|
155
|
+
*/
|
|
156
|
+
export const listPlatformUsers: typeof AdminService["method"]["listPlatformUsers"];
|
|
157
|
+
/**
|
|
158
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.RemovePlatformUser
|
|
159
|
+
*/
|
|
160
|
+
export const removePlatformUser: typeof AdminService["method"]["removePlatformUser"];
|
|
161
|
+
/**
|
|
162
|
+
* Checkout
|
|
163
|
+
*
|
|
164
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.DelegatedCheckout
|
|
165
|
+
*/
|
|
166
|
+
export const delegatedCheckout: typeof AdminService["method"]["delegatedCheckout"];
|
|
167
|
+
/**
|
|
168
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListAllInvoices
|
|
169
|
+
*/
|
|
170
|
+
export const listAllInvoices: typeof AdminService["method"]["listAllInvoices"];
|
|
171
|
+
/**
|
|
172
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.GenerateInvoices
|
|
173
|
+
*/
|
|
174
|
+
export const generateInvoices: typeof AdminService["method"]["generateInvoices"];
|
|
175
|
+
/**
|
|
176
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListAllBillingAccounts
|
|
177
|
+
*/
|
|
178
|
+
export const listAllBillingAccounts: typeof AdminService["method"]["listAllBillingAccounts"];
|
|
179
|
+
/**
|
|
180
|
+
* Usage
|
|
181
|
+
*
|
|
182
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.RevertBillingUsage
|
|
183
|
+
*/
|
|
184
|
+
export const revertBillingUsage: typeof AdminService["method"]["revertBillingUsage"];
|
|
185
|
+
/**
|
|
186
|
+
* Webhooks
|
|
187
|
+
*
|
|
188
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.CreateWebhook
|
|
189
|
+
*/
|
|
190
|
+
export const createWebhook: typeof AdminService["method"]["createWebhook"];
|
|
191
|
+
/**
|
|
192
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.UpdateWebhook
|
|
193
|
+
*/
|
|
194
|
+
export const updateWebhook: typeof AdminService["method"]["updateWebhook"];
|
|
195
|
+
/**
|
|
196
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.DeleteWebhook
|
|
197
|
+
*/
|
|
198
|
+
export const deleteWebhook: typeof AdminService["method"]["deleteWebhook"];
|
|
199
|
+
/**
|
|
200
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListWebhooks
|
|
201
|
+
*/
|
|
202
|
+
export const listWebhooks: typeof AdminService["method"]["listWebhooks"];
|
|
203
|
+
/**
|
|
204
|
+
* Billing Account
|
|
205
|
+
*
|
|
206
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.UpdateBillingAccountLimits
|
|
207
|
+
* @deprecated
|
|
208
|
+
*/
|
|
209
|
+
export const updateBillingAccountLimits: typeof AdminService["method"]["updateBillingAccountLimits"];
|
|
210
|
+
/**
|
|
211
|
+
* GetBillingAccountDetails returns the billing account details that can be updated via UpdateBillingAccountDetails
|
|
212
|
+
*
|
|
213
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.GetBillingAccountDetails
|
|
214
|
+
*/
|
|
215
|
+
export const getBillingAccountDetails: typeof AdminService["method"]["getBillingAccountDetails"];
|
|
216
|
+
/**
|
|
217
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.UpdateBillingAccountDetails
|
|
218
|
+
*/
|
|
219
|
+
export const updateBillingAccountDetails: typeof AdminService["method"]["updateBillingAccountDetails"];
|
|
220
|
+
/**
|
|
221
|
+
* Prospects
|
|
222
|
+
*
|
|
223
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.CreateProspect
|
|
224
|
+
*/
|
|
225
|
+
export const createProspect: typeof AdminService["method"]["createProspect"];
|
|
226
|
+
/**
|
|
227
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListProspects
|
|
228
|
+
*/
|
|
229
|
+
export const listProspects: typeof AdminService["method"]["listProspects"];
|
|
230
|
+
/**
|
|
231
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.GetProspect
|
|
232
|
+
*/
|
|
233
|
+
export const getProspect: typeof AdminService["method"]["getProspect"];
|
|
234
|
+
/**
|
|
235
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.UpdateProspect
|
|
236
|
+
*/
|
|
237
|
+
export const updateProspect: typeof AdminService["method"]["updateProspect"];
|
|
238
|
+
/**
|
|
239
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.DeleteProspect
|
|
240
|
+
*/
|
|
241
|
+
export const deleteProspect: typeof AdminService["method"]["deleteProspect"];
|
|
242
|
+
/**
|
|
243
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.SearchInvoices
|
|
244
|
+
*/
|
|
245
|
+
export const searchInvoices: typeof AdminService["method"]["searchInvoices"];
|
|
246
|
+
/**
|
|
247
|
+
* Admin Self
|
|
248
|
+
*
|
|
249
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.GetCurrentAdminUser
|
|
250
|
+
*/
|
|
251
|
+
export const getCurrentAdminUser: typeof AdminService["method"]["getCurrentAdminUser"];
|
|
252
|
+
/**
|
|
253
|
+
* Returns a list of all sessions for a specific user. Admin access required.
|
|
254
|
+
*
|
|
255
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListUserSessions
|
|
256
|
+
*/
|
|
257
|
+
export const listUserSessions: typeof AdminService["method"]["listUserSessions"];
|
|
258
|
+
/**
|
|
259
|
+
* Revoke a specific session for a specific user (admin only).
|
|
260
|
+
*
|
|
261
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.RevokeUserSession
|
|
262
|
+
*/
|
|
263
|
+
export const revokeUserSession: typeof AdminService["method"]["revokeUserSession"];
|
|
264
|
+
/**
|
|
265
|
+
* Audit Records (Admin Only)
|
|
266
|
+
*
|
|
267
|
+
* @generated from rpc raystack.frontier.v1beta1.AdminService.ListAuditRecords
|
|
268
|
+
*/
|
|
269
|
+
export const listAuditRecords: typeof AdminService["method"]["listAuditRecords"];
|