@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,82 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/assets/v1beta1/ownership.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file raystack/assets/v1beta1/ownership.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_raystack_assets_v1beta1_ownership: GenFile = /*@__PURE__*/
|
|
13
|
+
fileDesc("CidyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9vd25lcnNoaXAucHJvdG8SF3JheXN0YWNrLmFzc2V0cy52MWJldGExIjsKCU93bmVyc2hpcBIuCgZvd25lcnMYByADKAsyHi5yYXlzdGFjay5hc3NldHMudjFiZXRhMS5Pd25lciI/CgVPd25lchILCgN1cm4YASABKAkSDAoEbmFtZRgCIAEoCRIMCgRyb2xlGAMgASgJEg0KBWVtYWlsGAQgASgJQl0KEmlvLnJheXN0YWNrLmFzc2V0c0IOT3duZXJzaGlwUHJvdG9aN2dpdGh1Yi5jb20vcmF5c3RhY2svcHJvdG9uL2Fzc2V0cy92MWJldGExO2Fzc2V0c3YxYmV0YTFiBnByb3RvMw");
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Ownership is a facet that describes the ownership of a resource.
|
|
17
|
+
*
|
|
18
|
+
* @generated from message raystack.assets.v1beta1.Ownership
|
|
19
|
+
*/
|
|
20
|
+
export type Ownership = Message<"raystack.assets.v1beta1.Ownership"> & {
|
|
21
|
+
/**
|
|
22
|
+
* Required: The list of owners of the resource.
|
|
23
|
+
* For an example check the owner schema.
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: repeated raystack.assets.v1beta1.Owner owners = 7;
|
|
26
|
+
*/
|
|
27
|
+
owners: Owner[];
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Describes the message raystack.assets.v1beta1.Ownership.
|
|
32
|
+
* Use `create(OwnershipSchema)` to create a new message.
|
|
33
|
+
*/
|
|
34
|
+
export const OwnershipSchema: GenMessage<Ownership> = /*@__PURE__*/
|
|
35
|
+
messageDesc(file_raystack_assets_v1beta1_ownership, 0);
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Owner is a facet that describes the owner of a resource.
|
|
39
|
+
*
|
|
40
|
+
* The name of the owner.
|
|
41
|
+
* Example: `user:johndoe`.
|
|
42
|
+
*
|
|
43
|
+
* @generated from message raystack.assets.v1beta1.Owner
|
|
44
|
+
*/
|
|
45
|
+
export type Owner = Message<"raystack.assets.v1beta1.Owner"> & {
|
|
46
|
+
/**
|
|
47
|
+
* @generated from field: string urn = 1;
|
|
48
|
+
*/
|
|
49
|
+
urn: string;
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* The name of the owner.
|
|
53
|
+
* Example: `John Doe`.
|
|
54
|
+
*
|
|
55
|
+
* @generated from field: string name = 2;
|
|
56
|
+
*/
|
|
57
|
+
name: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* The role of the owner.
|
|
61
|
+
* Example: `admin`, `steward`.
|
|
62
|
+
*
|
|
63
|
+
* @generated from field: string role = 3;
|
|
64
|
+
*/
|
|
65
|
+
role: string;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* The email of the owner.
|
|
69
|
+
* Example: `abc@email.com`
|
|
70
|
+
*
|
|
71
|
+
* @generated from field: string email = 4;
|
|
72
|
+
*/
|
|
73
|
+
email: string;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message raystack.assets.v1beta1.Owner.
|
|
78
|
+
* Use `create(OwnerSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export const OwnerSchema: GenMessage<Owner> = /*@__PURE__*/
|
|
81
|
+
messageDesc(file_raystack_assets_v1beta1_ownership, 1);
|
|
82
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/assets/v1beta1/preview.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { ListValue } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file raystack/assets/v1beta1/preview.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_raystack_assets_v1beta1_preview: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Preview contains samples of the metadata.
|
|
16
|
+
*
|
|
17
|
+
* @generated from message raystack.assets.v1beta1.Preview
|
|
18
|
+
*/
|
|
19
|
+
export declare type Preview = Message<"raystack.assets.v1beta1.Preview"> & {
|
|
20
|
+
/**
|
|
21
|
+
* fields is a list of fields.
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: repeated string fields = 1;
|
|
24
|
+
*/
|
|
25
|
+
fields: string[];
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* rows is a multidimensional array containing
|
|
29
|
+
* Optional: List of properties the user has.
|
|
30
|
+
*
|
|
31
|
+
* @generated from field: google.protobuf.ListValue rows = 2;
|
|
32
|
+
*/
|
|
33
|
+
rows?: ListValue;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Describes the message raystack.assets.v1beta1.Preview.
|
|
38
|
+
* Use `create(PreviewSchema)` to create a new message.
|
|
39
|
+
*/
|
|
40
|
+
export declare const PreviewSchema: GenMessage<Preview>;
|
|
41
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/assets/v1beta1/preview.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file raystack/assets/v1beta1/preview.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_raystack_assets_v1beta1_preview = /*@__PURE__*/
|
|
12
|
+
fileDesc("CiVyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9wcmV2aWV3LnByb3RvEhdyYXlzdGFjay5hc3NldHMudjFiZXRhMSJDCgdQcmV2aWV3Eg4KBmZpZWxkcxgBIAMoCRIoCgRyb3dzGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLkxpc3RWYWx1ZUJbChJpby5yYXlzdGFjay5hc3NldHNCDFByZXZpZXdQcm90b1o3Z2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vYXNzZXRzL3YxYmV0YTE7YXNzZXRzdjFiZXRhMWIGcHJvdG8z", [file_google_protobuf_struct]);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message raystack.assets.v1beta1.Preview.
|
|
16
|
+
* Use `create(PreviewSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const PreviewSchema = /*@__PURE__*/
|
|
19
|
+
messageDesc(file_raystack_assets_v1beta1_preview, 0);
|
|
20
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/assets/v1beta1/preview.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import type { ListValue } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
9
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Describes the file raystack/assets/v1beta1/preview.proto.
|
|
13
|
+
*/
|
|
14
|
+
export const file_raystack_assets_v1beta1_preview: GenFile = /*@__PURE__*/
|
|
15
|
+
fileDesc("CiVyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9wcmV2aWV3LnByb3RvEhdyYXlzdGFjay5hc3NldHMudjFiZXRhMSJDCgdQcmV2aWV3Eg4KBmZpZWxkcxgBIAMoCRIoCgRyb3dzGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLkxpc3RWYWx1ZUJbChJpby5yYXlzdGFjay5hc3NldHNCDFByZXZpZXdQcm90b1o3Z2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vYXNzZXRzL3YxYmV0YTE7YXNzZXRzdjFiZXRhMWIGcHJvdG8z", [file_google_protobuf_struct]);
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Preview contains samples of the metadata.
|
|
19
|
+
*
|
|
20
|
+
* @generated from message raystack.assets.v1beta1.Preview
|
|
21
|
+
*/
|
|
22
|
+
export type Preview = Message<"raystack.assets.v1beta1.Preview"> & {
|
|
23
|
+
/**
|
|
24
|
+
* fields is a list of fields.
|
|
25
|
+
*
|
|
26
|
+
* @generated from field: repeated string fields = 1;
|
|
27
|
+
*/
|
|
28
|
+
fields: string[];
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* rows is a multidimensional array containing
|
|
32
|
+
* Optional: List of properties the user has.
|
|
33
|
+
*
|
|
34
|
+
* @generated from field: google.protobuf.ListValue rows = 2;
|
|
35
|
+
*/
|
|
36
|
+
rows?: ListValue;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Describes the message raystack.assets.v1beta1.Preview.
|
|
41
|
+
* Use `create(PreviewSchema)` to create a new message.
|
|
42
|
+
*/
|
|
43
|
+
export const PreviewSchema: GenMessage<Preview> = /*@__PURE__*/
|
|
44
|
+
messageDesc(file_raystack_assets_v1beta1_preview, 0);
|
|
45
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/assets/v1beta1/properties.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file raystack/assets/v1beta1/properties.proto.
|
|
10
|
+
*/
|
|
11
|
+
export declare const file_raystack_assets_v1beta1_properties: GenFile;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @generated from message raystack.assets.v1beta1.Properties
|
|
15
|
+
*/
|
|
16
|
+
export declare type Properties = Message<"raystack.assets.v1beta1.Properties"> & {
|
|
17
|
+
/**
|
|
18
|
+
* Optional: List of tags the user has.
|
|
19
|
+
*
|
|
20
|
+
* @generated from field: repeated string tags = 1;
|
|
21
|
+
*/
|
|
22
|
+
tags: string[];
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Optional. List of labels the user has.
|
|
26
|
+
*
|
|
27
|
+
* @generated from field: map<string, string> labels = 2;
|
|
28
|
+
*/
|
|
29
|
+
labels: { [key: string]: string };
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Optional: List of properties the user has.
|
|
33
|
+
*
|
|
34
|
+
* @generated from field: google.protobuf.Struct attributes = 3;
|
|
35
|
+
*/
|
|
36
|
+
attributes?: JsonObject;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Describes the message raystack.assets.v1beta1.Properties.
|
|
41
|
+
* Use `create(PropertiesSchema)` to create a new message.
|
|
42
|
+
*/
|
|
43
|
+
export declare const PropertiesSchema: GenMessage<Properties>;
|
|
44
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/assets/v1beta1/properties.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file raystack/assets/v1beta1/properties.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_raystack_assets_v1beta1_properties = /*@__PURE__*/
|
|
12
|
+
fileDesc("CihyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9wcm9wZXJ0aWVzLnByb3RvEhdyYXlzdGFjay5hc3NldHMudjFiZXRhMSK3AQoKUHJvcGVydGllcxIMCgR0YWdzGAEgAygJEj8KBmxhYmVscxgCIAMoCzIvLnJheXN0YWNrLmFzc2V0cy52MWJldGExLlByb3BlcnRpZXMuTGFiZWxzRW50cnkSKwoKYXR0cmlidXRlcxgDIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QaLQoLTGFiZWxzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4AUJeChJpby5yYXlzdGFjay5hc3NldHNCD1Byb3BlcnRpZXNQcm90b1o3Z2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vYXNzZXRzL3YxYmV0YTE7YXNzZXRzdjFiZXRhMWIGcHJvdG8z", [file_google_protobuf_struct]);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message raystack.assets.v1beta1.Properties.
|
|
16
|
+
* Use `create(PropertiesSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const PropertiesSchema = /*@__PURE__*/
|
|
19
|
+
messageDesc(file_raystack_assets_v1beta1_properties, 0);
|
|
20
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/assets/v1beta1/properties.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file raystack/assets/v1beta1/properties.proto.
|
|
12
|
+
*/
|
|
13
|
+
export const file_raystack_assets_v1beta1_properties: GenFile = /*@__PURE__*/
|
|
14
|
+
fileDesc("CihyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9wcm9wZXJ0aWVzLnByb3RvEhdyYXlzdGFjay5hc3NldHMudjFiZXRhMSK3AQoKUHJvcGVydGllcxIMCgR0YWdzGAEgAygJEj8KBmxhYmVscxgCIAMoCzIvLnJheXN0YWNrLmFzc2V0cy52MWJldGExLlByb3BlcnRpZXMuTGFiZWxzRW50cnkSKwoKYXR0cmlidXRlcxgDIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QaLQoLTGFiZWxzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4AUJeChJpby5yYXlzdGFjay5hc3NldHNCD1Byb3BlcnRpZXNQcm90b1o3Z2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vYXNzZXRzL3YxYmV0YTE7YXNzZXRzdjFiZXRhMWIGcHJvdG8z", [file_google_protobuf_struct]);
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* @generated from message raystack.assets.v1beta1.Properties
|
|
18
|
+
*/
|
|
19
|
+
export type Properties = Message<"raystack.assets.v1beta1.Properties"> & {
|
|
20
|
+
/**
|
|
21
|
+
* Optional: List of tags the user has.
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: repeated string tags = 1;
|
|
24
|
+
*/
|
|
25
|
+
tags: string[];
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Optional. List of labels the user has.
|
|
29
|
+
*
|
|
30
|
+
* @generated from field: map<string, string> labels = 2;
|
|
31
|
+
*/
|
|
32
|
+
labels: { [key: string]: string };
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Optional: List of properties the user has.
|
|
36
|
+
*
|
|
37
|
+
* @generated from field: google.protobuf.Struct attributes = 3;
|
|
38
|
+
*/
|
|
39
|
+
attributes?: JsonObject;
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Describes the message raystack.assets.v1beta1.Properties.
|
|
44
|
+
* Use `create(PropertiesSchema)` to create a new message.
|
|
45
|
+
*/
|
|
46
|
+
export const PropertiesSchema: GenMessage<Properties> = /*@__PURE__*/
|
|
47
|
+
messageDesc(file_raystack_assets_v1beta1_properties, 0);
|
|
48
|
+
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/assets/v1beta1/resource.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file raystack/assets/v1beta1/resource.proto.
|
|
10
|
+
*/
|
|
11
|
+
export declare const file_raystack_assets_v1beta1_resource: GenFile;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Resource is a generic resource that represents a file or other resource.
|
|
15
|
+
* It can be a table, job, user or group.
|
|
16
|
+
*
|
|
17
|
+
* @generated from message raystack.assets.v1beta1.Resource
|
|
18
|
+
*/
|
|
19
|
+
export declare type Resource = Message<"raystack.assets.v1beta1.Resource"> & {
|
|
20
|
+
/**
|
|
21
|
+
* The unique identifier of the resource.
|
|
22
|
+
* Example: `user:jdoe` or `group:accounting`.
|
|
23
|
+
*
|
|
24
|
+
* @generated from field: string urn = 1;
|
|
25
|
+
*/
|
|
26
|
+
urn: string;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* The name of the resource.
|
|
30
|
+
* Example: `John Doe` or `Accounting`.
|
|
31
|
+
*
|
|
32
|
+
* @generated from field: string name = 2;
|
|
33
|
+
*/
|
|
34
|
+
name: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* The source of the resource.
|
|
38
|
+
* Example: `github` or `bigquery`.
|
|
39
|
+
*
|
|
40
|
+
* @generated from field: string service = 3;
|
|
41
|
+
*/
|
|
42
|
+
service: string;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* The type of the asset.
|
|
46
|
+
* Example: `user` or `group`.
|
|
47
|
+
*
|
|
48
|
+
* @generated from field: string type = 4;
|
|
49
|
+
*/
|
|
50
|
+
type: string;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* The REST URL for accessing the resource. URL returns the resource itself.
|
|
54
|
+
* Example: `https://xyz.com/v1/users/user-123`
|
|
55
|
+
*
|
|
56
|
+
* @generated from field: string url = 5;
|
|
57
|
+
*/
|
|
58
|
+
url: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* The description of the resource.
|
|
62
|
+
* Example: `This resource is being used for storing important number`
|
|
63
|
+
*
|
|
64
|
+
* @generated from field: string description = 6;
|
|
65
|
+
*/
|
|
66
|
+
description: string;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Describes the message raystack.assets.v1beta1.Resource.
|
|
71
|
+
* Use `create(ResourceSchema)` to create a new message.
|
|
72
|
+
*/
|
|
73
|
+
export declare const ResourceSchema: GenMessage<Resource>;
|
|
74
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/assets/v1beta1/resource.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file raystack/assets/v1beta1/resource.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_raystack_assets_v1beta1_resource = /*@__PURE__*/
|
|
11
|
+
fileDesc("CiZyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9yZXNvdXJjZS5wcm90bxIXcmF5c3RhY2suYXNzZXRzLnYxYmV0YTEiZgoIUmVzb3VyY2USCwoDdXJuGAEgASgJEgwKBG5hbWUYAiABKAkSDwoHc2VydmljZRgDIAEoCRIMCgR0eXBlGAQgASgJEgsKA3VybBgFIAEoCRITCgtkZXNjcmlwdGlvbhgGIAEoCUJcChJpby5yYXlzdGFjay5hc3NldHNCDVJlc291cmNlUHJvdG9aN2dpdGh1Yi5jb20vcmF5c3RhY2svcHJvdG9uL2Fzc2V0cy92MWJldGExO2Fzc2V0c3YxYmV0YTFiBnByb3RvMw");
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message raystack.assets.v1beta1.Resource.
|
|
15
|
+
* Use `create(ResourceSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const ResourceSchema = /*@__PURE__*/
|
|
18
|
+
messageDesc(file_raystack_assets_v1beta1_resource, 0);
|
|
19
|
+
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/assets/v1beta1/resource.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file raystack/assets/v1beta1/resource.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_raystack_assets_v1beta1_resource: GenFile = /*@__PURE__*/
|
|
13
|
+
fileDesc("CiZyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9yZXNvdXJjZS5wcm90bxIXcmF5c3RhY2suYXNzZXRzLnYxYmV0YTEiZgoIUmVzb3VyY2USCwoDdXJuGAEgASgJEgwKBG5hbWUYAiABKAkSDwoHc2VydmljZRgDIAEoCRIMCgR0eXBlGAQgASgJEgsKA3VybBgFIAEoCRITCgtkZXNjcmlwdGlvbhgGIAEoCUJcChJpby5yYXlzdGFjay5hc3NldHNCDVJlc291cmNlUHJvdG9aN2dpdGh1Yi5jb20vcmF5c3RhY2svcHJvdG9uL2Fzc2V0cy92MWJldGExO2Fzc2V0c3YxYmV0YTFiBnByb3RvMw");
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Resource is a generic resource that represents a file or other resource.
|
|
17
|
+
* It can be a table, job, user or group.
|
|
18
|
+
*
|
|
19
|
+
* @generated from message raystack.assets.v1beta1.Resource
|
|
20
|
+
*/
|
|
21
|
+
export type Resource = Message<"raystack.assets.v1beta1.Resource"> & {
|
|
22
|
+
/**
|
|
23
|
+
* The unique identifier of the resource.
|
|
24
|
+
* Example: `user:jdoe` or `group:accounting`.
|
|
25
|
+
*
|
|
26
|
+
* @generated from field: string urn = 1;
|
|
27
|
+
*/
|
|
28
|
+
urn: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* The name of the resource.
|
|
32
|
+
* Example: `John Doe` or `Accounting`.
|
|
33
|
+
*
|
|
34
|
+
* @generated from field: string name = 2;
|
|
35
|
+
*/
|
|
36
|
+
name: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* The source of the resource.
|
|
40
|
+
* Example: `github` or `bigquery`.
|
|
41
|
+
*
|
|
42
|
+
* @generated from field: string service = 3;
|
|
43
|
+
*/
|
|
44
|
+
service: string;
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* The type of the asset.
|
|
48
|
+
* Example: `user` or `group`.
|
|
49
|
+
*
|
|
50
|
+
* @generated from field: string type = 4;
|
|
51
|
+
*/
|
|
52
|
+
type: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* The REST URL for accessing the resource. URL returns the resource itself.
|
|
56
|
+
* Example: `https://xyz.com/v1/users/user-123`
|
|
57
|
+
*
|
|
58
|
+
* @generated from field: string url = 5;
|
|
59
|
+
*/
|
|
60
|
+
url: string;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* The description of the resource.
|
|
64
|
+
* Example: `This resource is being used for storing important number`
|
|
65
|
+
*
|
|
66
|
+
* @generated from field: string description = 6;
|
|
67
|
+
*/
|
|
68
|
+
description: string;
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Describes the message raystack.assets.v1beta1.Resource.
|
|
73
|
+
* Use `create(ResourceSchema)` to create a new message.
|
|
74
|
+
*/
|
|
75
|
+
export const ResourceSchema: GenMessage<Resource> = /*@__PURE__*/
|
|
76
|
+
messageDesc(file_raystack_assets_v1beta1_resource, 0);
|
|
77
|
+
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/assets/v1beta1/schema.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Properties } from "./properties_pb";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file raystack/assets/v1beta1/schema.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_raystack_assets_v1beta1_schema: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Columns represents a list of columns.
|
|
16
|
+
* It is facet used to specify the schema of a table or a file.
|
|
17
|
+
*
|
|
18
|
+
* @generated from message raystack.assets.v1beta1.Columns
|
|
19
|
+
*/
|
|
20
|
+
export declare type Columns = Message<"raystack.assets.v1beta1.Columns"> & {
|
|
21
|
+
/**
|
|
22
|
+
* The list of columns.
|
|
23
|
+
*
|
|
24
|
+
* @generated from field: repeated raystack.assets.v1beta1.Column columns = 1;
|
|
25
|
+
*/
|
|
26
|
+
columns: Column[];
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message raystack.assets.v1beta1.Columns.
|
|
31
|
+
* Use `create(ColumnsSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
export declare const ColumnsSchema: GenMessage<Columns>;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Column represents a column in a table or a file.
|
|
37
|
+
*
|
|
38
|
+
* @generated from message raystack.assets.v1beta1.Column
|
|
39
|
+
*/
|
|
40
|
+
export declare type Column = Message<"raystack.assets.v1beta1.Column"> & {
|
|
41
|
+
/**
|
|
42
|
+
* The name of the column.
|
|
43
|
+
* Example: `customer_id`.
|
|
44
|
+
*
|
|
45
|
+
* @generated from field: string name = 1;
|
|
46
|
+
*/
|
|
47
|
+
name: string;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* The description of the column.
|
|
51
|
+
* Example: `The unique id of the customer`
|
|
52
|
+
*
|
|
53
|
+
* @generated from field: string description = 2;
|
|
54
|
+
*/
|
|
55
|
+
description: string;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* @generated from field: string data_type = 3;
|
|
59
|
+
*/
|
|
60
|
+
dataType: string;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* The format of the column.
|
|
64
|
+
* Example: `true`.
|
|
65
|
+
*
|
|
66
|
+
* @generated from field: bool is_nullable = 4;
|
|
67
|
+
*/
|
|
68
|
+
isNullable: boolean;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* The length of the column.
|
|
72
|
+
* Example: `10`.
|
|
73
|
+
*
|
|
74
|
+
* @generated from field: int64 length = 5;
|
|
75
|
+
*/
|
|
76
|
+
length: bigint;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* The profile of the column.
|
|
80
|
+
*
|
|
81
|
+
* @generated from field: raystack.assets.v1beta1.ColumnProfile profile = 6;
|
|
82
|
+
*/
|
|
83
|
+
profile?: ColumnProfile;
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Representation of the column properties.
|
|
87
|
+
* Properties facet can be used to set custom properties, tags and labels for a column.
|
|
88
|
+
*
|
|
89
|
+
* @generated from field: raystack.assets.v1beta1.Properties properties = 31;
|
|
90
|
+
*/
|
|
91
|
+
properties?: Properties;
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* Describes the message raystack.assets.v1beta1.Column.
|
|
96
|
+
* Use `create(ColumnSchema)` to create a new message.
|
|
97
|
+
*/
|
|
98
|
+
export declare const ColumnSchema: GenMessage<Column>;
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* @generated from message raystack.assets.v1beta1.ColumnProfile
|
|
102
|
+
*/
|
|
103
|
+
export declare type ColumnProfile = Message<"raystack.assets.v1beta1.ColumnProfile"> & {
|
|
104
|
+
/**
|
|
105
|
+
* @generated from field: string min = 1;
|
|
106
|
+
*/
|
|
107
|
+
min: string;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* @generated from field: string max = 2;
|
|
111
|
+
*/
|
|
112
|
+
max: string;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* @generated from field: double avg = 3;
|
|
116
|
+
*/
|
|
117
|
+
avg: number;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* @generated from field: double med = 4;
|
|
121
|
+
*/
|
|
122
|
+
med: number;
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* @generated from field: int64 unique = 5;
|
|
126
|
+
*/
|
|
127
|
+
unique: bigint;
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* @generated from field: int64 count = 6;
|
|
131
|
+
*/
|
|
132
|
+
count: bigint;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* @generated from field: string top = 7;
|
|
136
|
+
*/
|
|
137
|
+
top: string;
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Describes the message raystack.assets.v1beta1.ColumnProfile.
|
|
142
|
+
* Use `create(ColumnProfileSchema)` to create a new message.
|
|
143
|
+
*/
|
|
144
|
+
export declare const ColumnProfileSchema: GenMessage<ColumnProfile>;
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* TopicSchema represents a schema for message bus.
|
|
148
|
+
* It is facet used to specify the schema of a message bus.
|
|
149
|
+
*
|
|
150
|
+
* @generated from message raystack.assets.v1beta1.TopicSchema
|
|
151
|
+
*/
|
|
152
|
+
export declare type TopicSchema = Message<"raystack.assets.v1beta1.TopicSchema"> & {
|
|
153
|
+
/**
|
|
154
|
+
* @generated from field: string schema_url = 1;
|
|
155
|
+
*/
|
|
156
|
+
schemaUrl: string;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* @generated from field: string format = 2;
|
|
160
|
+
*/
|
|
161
|
+
format: string;
|
|
162
|
+
};
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* Describes the message raystack.assets.v1beta1.TopicSchema.
|
|
166
|
+
* Use `create(TopicSchemaSchema)` to create a new message.
|
|
167
|
+
*/
|
|
168
|
+
export declare const TopicSchemaSchema: GenMessage<TopicSchema>;
|
|
169
|
+
|