@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,105 @@
|
|
|
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/group.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 { Resource } from "./resource_pb";
|
|
8
|
+
import type { Properties } from "./properties_pb";
|
|
9
|
+
import type { Timestamp } from "./timestamp_pb";
|
|
10
|
+
import type { Event } from "./event_pb";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file raystack/assets/v1beta1/group.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_raystack_assets_v1beta1_group: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Group represents a group of users and resources.
|
|
19
|
+
*
|
|
20
|
+
* @generated from message raystack.assets.v1beta1.Group
|
|
21
|
+
*/
|
|
22
|
+
export declare type Group = Message<"raystack.assets.v1beta1.Group"> & {
|
|
23
|
+
/**
|
|
24
|
+
* Representation of the resource
|
|
25
|
+
*
|
|
26
|
+
* @generated from field: raystack.assets.v1beta1.Resource resource = 1;
|
|
27
|
+
*/
|
|
28
|
+
resource?: Resource;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* The email of the group.
|
|
32
|
+
* Example: `xyz@xyz.com`
|
|
33
|
+
*
|
|
34
|
+
* @generated from field: string email = 2;
|
|
35
|
+
*/
|
|
36
|
+
email: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* The members of the group.
|
|
40
|
+
* For example look at schema of the member.
|
|
41
|
+
*
|
|
42
|
+
* @generated from field: repeated raystack.assets.v1beta1.Member members = 21;
|
|
43
|
+
*/
|
|
44
|
+
members: Member[];
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* List of the user's custom properties.
|
|
48
|
+
* Properties facet can be used to set custom properties, tags and labels for a user.
|
|
49
|
+
*
|
|
50
|
+
* @generated from field: raystack.assets.v1beta1.Properties properties = 31;
|
|
51
|
+
*/
|
|
52
|
+
properties?: Properties;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* The timestamp of the user's creation.
|
|
56
|
+
* Timstamp facet can be used to set the creation and updation timestamp of a user.
|
|
57
|
+
*
|
|
58
|
+
* @generated from field: raystack.assets.v1beta1.Timestamp timestamps = 32;
|
|
59
|
+
*/
|
|
60
|
+
timestamps?: Timestamp;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* The timestamp of the generated event.
|
|
64
|
+
* Event schemas is defined in the common event schema.
|
|
65
|
+
*
|
|
66
|
+
* @generated from field: raystack.assets.v1beta1.Event event = 100;
|
|
67
|
+
*/
|
|
68
|
+
event?: Event;
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Describes the message raystack.assets.v1beta1.Group.
|
|
73
|
+
* Use `create(GroupSchema)` to create a new message.
|
|
74
|
+
*/
|
|
75
|
+
export declare const GroupSchema: GenMessage<Group>;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Member represents a user.
|
|
79
|
+
*
|
|
80
|
+
* @generated from message raystack.assets.v1beta1.Member
|
|
81
|
+
*/
|
|
82
|
+
export declare type Member = Message<"raystack.assets.v1beta1.Member"> & {
|
|
83
|
+
/**
|
|
84
|
+
* The unique identifier for the user.
|
|
85
|
+
* Example: `user:example`.
|
|
86
|
+
*
|
|
87
|
+
* @generated from field: string urn = 1;
|
|
88
|
+
*/
|
|
89
|
+
urn: string;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* The role of the user.
|
|
93
|
+
* Example: `owner`.
|
|
94
|
+
*
|
|
95
|
+
* @generated from field: string role = 2;
|
|
96
|
+
*/
|
|
97
|
+
role: string;
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* Describes the message raystack.assets.v1beta1.Member.
|
|
102
|
+
* Use `create(MemberSchema)` to create a new message.
|
|
103
|
+
*/
|
|
104
|
+
export declare const MemberSchema: GenMessage<Member>;
|
|
105
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
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/group.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { file_raystack_assets_v1beta1_event } from "./event_pb";
|
|
7
|
+
import { file_raystack_assets_v1beta1_properties } from "./properties_pb";
|
|
8
|
+
import { file_raystack_assets_v1beta1_resource } from "./resource_pb";
|
|
9
|
+
import { file_raystack_assets_v1beta1_timestamp } from "./timestamp_pb";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Describes the file raystack/assets/v1beta1/group.proto.
|
|
13
|
+
*/
|
|
14
|
+
export const file_raystack_assets_v1beta1_group = /*@__PURE__*/
|
|
15
|
+
fileDesc("CiNyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9ncm91cC5wcm90bxIXcmF5c3RhY2suYXNzZXRzLnYxYmV0YTEinQIKBUdyb3VwEjMKCHJlc291cmNlGAEgASgLMiEucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuUmVzb3VyY2USDQoFZW1haWwYAiABKAkSMAoHbWVtYmVycxgVIAMoCzIfLnJheXN0YWNrLmFzc2V0cy52MWJldGExLk1lbWJlchI3Cgpwcm9wZXJ0aWVzGB8gASgLMiMucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuUHJvcGVydGllcxI2Cgp0aW1lc3RhbXBzGCAgASgLMiIucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuVGltZXN0YW1wEi0KBWV2ZW50GGQgASgLMh4ucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuRXZlbnQiIwoGTWVtYmVyEgsKA3VybhgBIAEoCRIMCgRyb2xlGAIgASgJQlkKEmlvLnJheXN0YWNrLmFzc2V0c0IKR3JvdXBQcm90b1o3Z2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vYXNzZXRzL3YxYmV0YTE7YXNzZXRzdjFiZXRhMWIGcHJvdG8z", [file_raystack_assets_v1beta1_event, file_raystack_assets_v1beta1_properties, file_raystack_assets_v1beta1_resource, file_raystack_assets_v1beta1_timestamp]);
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Describes the message raystack.assets.v1beta1.Group.
|
|
19
|
+
* Use `create(GroupSchema)` to create a new message.
|
|
20
|
+
*/
|
|
21
|
+
export const GroupSchema = /*@__PURE__*/
|
|
22
|
+
messageDesc(file_raystack_assets_v1beta1_group, 0);
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Describes the message raystack.assets.v1beta1.Member.
|
|
26
|
+
* Use `create(MemberSchema)` to create a new message.
|
|
27
|
+
*/
|
|
28
|
+
export const MemberSchema = /*@__PURE__*/
|
|
29
|
+
messageDesc(file_raystack_assets_v1beta1_group, 1);
|
|
30
|
+
|
|
@@ -0,0 +1,113 @@
|
|
|
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/group.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 { Event } from "./event_pb";
|
|
8
|
+
import { file_raystack_assets_v1beta1_event } from "./event_pb";
|
|
9
|
+
import type { Properties } from "./properties_pb";
|
|
10
|
+
import { file_raystack_assets_v1beta1_properties } from "./properties_pb";
|
|
11
|
+
import type { Resource } from "./resource_pb";
|
|
12
|
+
import { file_raystack_assets_v1beta1_resource } from "./resource_pb";
|
|
13
|
+
import type { Timestamp } from "./timestamp_pb";
|
|
14
|
+
import { file_raystack_assets_v1beta1_timestamp } from "./timestamp_pb";
|
|
15
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Describes the file raystack/assets/v1beta1/group.proto.
|
|
19
|
+
*/
|
|
20
|
+
export const file_raystack_assets_v1beta1_group: GenFile = /*@__PURE__*/
|
|
21
|
+
fileDesc("CiNyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9ncm91cC5wcm90bxIXcmF5c3RhY2suYXNzZXRzLnYxYmV0YTEinQIKBUdyb3VwEjMKCHJlc291cmNlGAEgASgLMiEucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuUmVzb3VyY2USDQoFZW1haWwYAiABKAkSMAoHbWVtYmVycxgVIAMoCzIfLnJheXN0YWNrLmFzc2V0cy52MWJldGExLk1lbWJlchI3Cgpwcm9wZXJ0aWVzGB8gASgLMiMucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuUHJvcGVydGllcxI2Cgp0aW1lc3RhbXBzGCAgASgLMiIucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuVGltZXN0YW1wEi0KBWV2ZW50GGQgASgLMh4ucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuRXZlbnQiIwoGTWVtYmVyEgsKA3VybhgBIAEoCRIMCgRyb2xlGAIgASgJQlkKEmlvLnJheXN0YWNrLmFzc2V0c0IKR3JvdXBQcm90b1o3Z2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vYXNzZXRzL3YxYmV0YTE7YXNzZXRzdjFiZXRhMWIGcHJvdG8z", [file_raystack_assets_v1beta1_event, file_raystack_assets_v1beta1_properties, file_raystack_assets_v1beta1_resource, file_raystack_assets_v1beta1_timestamp]);
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Group represents a group of users and resources.
|
|
25
|
+
*
|
|
26
|
+
* @generated from message raystack.assets.v1beta1.Group
|
|
27
|
+
*/
|
|
28
|
+
export type Group = Message<"raystack.assets.v1beta1.Group"> & {
|
|
29
|
+
/**
|
|
30
|
+
* Representation of the resource
|
|
31
|
+
*
|
|
32
|
+
* @generated from field: raystack.assets.v1beta1.Resource resource = 1;
|
|
33
|
+
*/
|
|
34
|
+
resource?: Resource;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* The email of the group.
|
|
38
|
+
* Example: `xyz@xyz.com`
|
|
39
|
+
*
|
|
40
|
+
* @generated from field: string email = 2;
|
|
41
|
+
*/
|
|
42
|
+
email: string;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* The members of the group.
|
|
46
|
+
* For example look at schema of the member.
|
|
47
|
+
*
|
|
48
|
+
* @generated from field: repeated raystack.assets.v1beta1.Member members = 21;
|
|
49
|
+
*/
|
|
50
|
+
members: Member[];
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* List of the user's custom properties.
|
|
54
|
+
* Properties facet can be used to set custom properties, tags and labels for a user.
|
|
55
|
+
*
|
|
56
|
+
* @generated from field: raystack.assets.v1beta1.Properties properties = 31;
|
|
57
|
+
*/
|
|
58
|
+
properties?: Properties;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* The timestamp of the user's creation.
|
|
62
|
+
* Timstamp facet can be used to set the creation and updation timestamp of a user.
|
|
63
|
+
*
|
|
64
|
+
* @generated from field: raystack.assets.v1beta1.Timestamp timestamps = 32;
|
|
65
|
+
*/
|
|
66
|
+
timestamps?: Timestamp;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* The timestamp of the generated event.
|
|
70
|
+
* Event schemas is defined in the common event schema.
|
|
71
|
+
*
|
|
72
|
+
* @generated from field: raystack.assets.v1beta1.Event event = 100;
|
|
73
|
+
*/
|
|
74
|
+
event?: Event;
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Describes the message raystack.assets.v1beta1.Group.
|
|
79
|
+
* Use `create(GroupSchema)` to create a new message.
|
|
80
|
+
*/
|
|
81
|
+
export const GroupSchema: GenMessage<Group> = /*@__PURE__*/
|
|
82
|
+
messageDesc(file_raystack_assets_v1beta1_group, 0);
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Member represents a user.
|
|
86
|
+
*
|
|
87
|
+
* @generated from message raystack.assets.v1beta1.Member
|
|
88
|
+
*/
|
|
89
|
+
export type Member = Message<"raystack.assets.v1beta1.Member"> & {
|
|
90
|
+
/**
|
|
91
|
+
* The unique identifier for the user.
|
|
92
|
+
* Example: `user:example`.
|
|
93
|
+
*
|
|
94
|
+
* @generated from field: string urn = 1;
|
|
95
|
+
*/
|
|
96
|
+
urn: string;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* The role of the user.
|
|
100
|
+
* Example: `owner`.
|
|
101
|
+
*
|
|
102
|
+
* @generated from field: string role = 2;
|
|
103
|
+
*/
|
|
104
|
+
role: string;
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Describes the message raystack.assets.v1beta1.Member.
|
|
109
|
+
* Use `create(MemberSchema)` to create a new message.
|
|
110
|
+
*/
|
|
111
|
+
export const MemberSchema: GenMessage<Member> = /*@__PURE__*/
|
|
112
|
+
messageDesc(file_raystack_assets_v1beta1_group, 1);
|
|
113
|
+
|
|
@@ -0,0 +1,78 @@
|
|
|
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/job.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 { Resource } from "./resource_pb";
|
|
8
|
+
import type { Ownership } from "./ownership_pb";
|
|
9
|
+
import type { Lineage } from "./lineage_pb";
|
|
10
|
+
import type { Properties } from "./properties_pb";
|
|
11
|
+
import type { Timestamp } from "./timestamp_pb";
|
|
12
|
+
import type { Event } from "./event_pb";
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the file raystack/assets/v1beta1/job.proto.
|
|
16
|
+
*/
|
|
17
|
+
export declare const file_raystack_assets_v1beta1_job: GenFile;
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Job is a resource that represents a job.
|
|
21
|
+
*
|
|
22
|
+
* @generated from message raystack.assets.v1beta1.Job
|
|
23
|
+
*/
|
|
24
|
+
export declare type Job = Message<"raystack.assets.v1beta1.Job"> & {
|
|
25
|
+
/**
|
|
26
|
+
* Representation of the resource
|
|
27
|
+
*
|
|
28
|
+
* @generated from field: raystack.assets.v1beta1.Resource resource = 1;
|
|
29
|
+
*/
|
|
30
|
+
resource?: Resource;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* The ownership of the job.
|
|
34
|
+
* For an example check out ownership.
|
|
35
|
+
*
|
|
36
|
+
* @generated from field: raystack.assets.v1beta1.Ownership ownership = 31;
|
|
37
|
+
*/
|
|
38
|
+
ownership?: Ownership;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* The lineage of the job.
|
|
42
|
+
* For an example check out lineage schema.
|
|
43
|
+
*
|
|
44
|
+
* @generated from field: raystack.assets.v1beta1.Lineage lineage = 32;
|
|
45
|
+
*/
|
|
46
|
+
lineage?: Lineage;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* List of the user's custom properties.
|
|
50
|
+
* Properties facet can be used to set custom properties, tags and labels for a user.
|
|
51
|
+
*
|
|
52
|
+
* @generated from field: raystack.assets.v1beta1.Properties properties = 33;
|
|
53
|
+
*/
|
|
54
|
+
properties?: Properties;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* The timestamp of the user's creation.
|
|
58
|
+
* Timstamp facet can be used to set the creation and updation timestamp of a user.
|
|
59
|
+
*
|
|
60
|
+
* @generated from field: raystack.assets.v1beta1.Timestamp timestamps = 34;
|
|
61
|
+
*/
|
|
62
|
+
timestamps?: Timestamp;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* The timestamp of the generated event.
|
|
66
|
+
* Event schemas is defined in the common event schema.
|
|
67
|
+
*
|
|
68
|
+
* @generated from field: raystack.assets.v1beta1.Event event = 100;
|
|
69
|
+
*/
|
|
70
|
+
event?: Event;
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Describes the message raystack.assets.v1beta1.Job.
|
|
75
|
+
* Use `create(JobSchema)` to create a new message.
|
|
76
|
+
*/
|
|
77
|
+
export declare const JobSchema: GenMessage<Job>;
|
|
78
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
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/job.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { file_raystack_assets_v1beta1_event } from "./event_pb";
|
|
7
|
+
import { file_raystack_assets_v1beta1_lineage } from "./lineage_pb";
|
|
8
|
+
import { file_raystack_assets_v1beta1_ownership } from "./ownership_pb";
|
|
9
|
+
import { file_raystack_assets_v1beta1_properties } from "./properties_pb";
|
|
10
|
+
import { file_raystack_assets_v1beta1_resource } from "./resource_pb";
|
|
11
|
+
import { file_raystack_assets_v1beta1_timestamp } from "./timestamp_pb";
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the file raystack/assets/v1beta1/job.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_raystack_assets_v1beta1_job = /*@__PURE__*/
|
|
17
|
+
fileDesc("CiFyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9qb2IucHJvdG8SF3JheXN0YWNrLmFzc2V0cy52MWJldGExIsQCCgNKb2ISMwoIcmVzb3VyY2UYASABKAsyIS5yYXlzdGFjay5hc3NldHMudjFiZXRhMS5SZXNvdXJjZRI1Cglvd25lcnNoaXAYHyABKAsyIi5yYXlzdGFjay5hc3NldHMudjFiZXRhMS5Pd25lcnNoaXASMQoHbGluZWFnZRggIAEoCzIgLnJheXN0YWNrLmFzc2V0cy52MWJldGExLkxpbmVhZ2USNwoKcHJvcGVydGllcxghIAEoCzIjLnJheXN0YWNrLmFzc2V0cy52MWJldGExLlByb3BlcnRpZXMSNgoKdGltZXN0YW1wcxgiIAEoCzIiLnJheXN0YWNrLmFzc2V0cy52MWJldGExLlRpbWVzdGFtcBItCgVldmVudBhkIAEoCzIeLnJheXN0YWNrLmFzc2V0cy52MWJldGExLkV2ZW50QlcKEmlvLnJheXN0YWNrLmFzc2V0c0IISm9iUHJvdG9aN2dpdGh1Yi5jb20vcmF5c3RhY2svcHJvdG9uL2Fzc2V0cy92MWJldGExO2Fzc2V0c3YxYmV0YTFiBnByb3RvMw", [file_raystack_assets_v1beta1_event, file_raystack_assets_v1beta1_lineage, file_raystack_assets_v1beta1_ownership, file_raystack_assets_v1beta1_properties, file_raystack_assets_v1beta1_resource, file_raystack_assets_v1beta1_timestamp]);
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message raystack.assets.v1beta1.Job.
|
|
21
|
+
* Use `create(JobSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const JobSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_raystack_assets_v1beta1_job, 0);
|
|
25
|
+
|
|
@@ -0,0 +1,87 @@
|
|
|
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/job.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 { Event } from "./event_pb";
|
|
8
|
+
import { file_raystack_assets_v1beta1_event } from "./event_pb";
|
|
9
|
+
import type { Lineage } from "./lineage_pb";
|
|
10
|
+
import { file_raystack_assets_v1beta1_lineage } from "./lineage_pb";
|
|
11
|
+
import type { Ownership } from "./ownership_pb";
|
|
12
|
+
import { file_raystack_assets_v1beta1_ownership } from "./ownership_pb";
|
|
13
|
+
import type { Properties } from "./properties_pb";
|
|
14
|
+
import { file_raystack_assets_v1beta1_properties } from "./properties_pb";
|
|
15
|
+
import type { Resource } from "./resource_pb";
|
|
16
|
+
import { file_raystack_assets_v1beta1_resource } from "./resource_pb";
|
|
17
|
+
import type { Timestamp } from "./timestamp_pb";
|
|
18
|
+
import { file_raystack_assets_v1beta1_timestamp } from "./timestamp_pb";
|
|
19
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Describes the file raystack/assets/v1beta1/job.proto.
|
|
23
|
+
*/
|
|
24
|
+
export const file_raystack_assets_v1beta1_job: GenFile = /*@__PURE__*/
|
|
25
|
+
fileDesc("CiFyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9qb2IucHJvdG8SF3JheXN0YWNrLmFzc2V0cy52MWJldGExIsQCCgNKb2ISMwoIcmVzb3VyY2UYASABKAsyIS5yYXlzdGFjay5hc3NldHMudjFiZXRhMS5SZXNvdXJjZRI1Cglvd25lcnNoaXAYHyABKAsyIi5yYXlzdGFjay5hc3NldHMudjFiZXRhMS5Pd25lcnNoaXASMQoHbGluZWFnZRggIAEoCzIgLnJheXN0YWNrLmFzc2V0cy52MWJldGExLkxpbmVhZ2USNwoKcHJvcGVydGllcxghIAEoCzIjLnJheXN0YWNrLmFzc2V0cy52MWJldGExLlByb3BlcnRpZXMSNgoKdGltZXN0YW1wcxgiIAEoCzIiLnJheXN0YWNrLmFzc2V0cy52MWJldGExLlRpbWVzdGFtcBItCgVldmVudBhkIAEoCzIeLnJheXN0YWNrLmFzc2V0cy52MWJldGExLkV2ZW50QlcKEmlvLnJheXN0YWNrLmFzc2V0c0IISm9iUHJvdG9aN2dpdGh1Yi5jb20vcmF5c3RhY2svcHJvdG9uL2Fzc2V0cy92MWJldGExO2Fzc2V0c3YxYmV0YTFiBnByb3RvMw", [file_raystack_assets_v1beta1_event, file_raystack_assets_v1beta1_lineage, file_raystack_assets_v1beta1_ownership, file_raystack_assets_v1beta1_properties, file_raystack_assets_v1beta1_resource, file_raystack_assets_v1beta1_timestamp]);
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Job is a resource that represents a job.
|
|
29
|
+
*
|
|
30
|
+
* @generated from message raystack.assets.v1beta1.Job
|
|
31
|
+
*/
|
|
32
|
+
export type Job = Message<"raystack.assets.v1beta1.Job"> & {
|
|
33
|
+
/**
|
|
34
|
+
* Representation of the resource
|
|
35
|
+
*
|
|
36
|
+
* @generated from field: raystack.assets.v1beta1.Resource resource = 1;
|
|
37
|
+
*/
|
|
38
|
+
resource?: Resource;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* The ownership of the job.
|
|
42
|
+
* For an example check out ownership.
|
|
43
|
+
*
|
|
44
|
+
* @generated from field: raystack.assets.v1beta1.Ownership ownership = 31;
|
|
45
|
+
*/
|
|
46
|
+
ownership?: Ownership;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* The lineage of the job.
|
|
50
|
+
* For an example check out lineage schema.
|
|
51
|
+
*
|
|
52
|
+
* @generated from field: raystack.assets.v1beta1.Lineage lineage = 32;
|
|
53
|
+
*/
|
|
54
|
+
lineage?: Lineage;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* List of the user's custom properties.
|
|
58
|
+
* Properties facet can be used to set custom properties, tags and labels for a user.
|
|
59
|
+
*
|
|
60
|
+
* @generated from field: raystack.assets.v1beta1.Properties properties = 33;
|
|
61
|
+
*/
|
|
62
|
+
properties?: Properties;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* The timestamp of the user's creation.
|
|
66
|
+
* Timstamp facet can be used to set the creation and updation timestamp of a user.
|
|
67
|
+
*
|
|
68
|
+
* @generated from field: raystack.assets.v1beta1.Timestamp timestamps = 34;
|
|
69
|
+
*/
|
|
70
|
+
timestamps?: Timestamp;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* The timestamp of the generated event.
|
|
74
|
+
* Event schemas is defined in the common event schema.
|
|
75
|
+
*
|
|
76
|
+
* @generated from field: raystack.assets.v1beta1.Event event = 100;
|
|
77
|
+
*/
|
|
78
|
+
event?: Event;
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Describes the message raystack.assets.v1beta1.Job.
|
|
83
|
+
* Use `create(JobSchema)` to create a new message.
|
|
84
|
+
*/
|
|
85
|
+
export const JobSchema: GenMessage<Job> = /*@__PURE__*/
|
|
86
|
+
messageDesc(file_raystack_assets_v1beta1_job, 0);
|
|
87
|
+
|
|
@@ -0,0 +1,43 @@
|
|
|
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/lineage.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 { Resource } from "./resource_pb";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file raystack/assets/v1beta1/lineage.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_raystack_assets_v1beta1_lineage: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Linage reprsents the relationship of resource to other resources.
|
|
16
|
+
* Relation is way of describing the relationship between two resources.
|
|
17
|
+
*
|
|
18
|
+
* @generated from message raystack.assets.v1beta1.Lineage
|
|
19
|
+
*/
|
|
20
|
+
export declare type Lineage = Message<"raystack.assets.v1beta1.Lineage"> & {
|
|
21
|
+
/**
|
|
22
|
+
* The resource that is the source of the relationship.
|
|
23
|
+
* Example: a resource that is the parent of another resource.
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: repeated raystack.assets.v1beta1.Resource upstreams = 1;
|
|
26
|
+
*/
|
|
27
|
+
upstreams: Resource[];
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* The resource that is the destination of the relationship.
|
|
31
|
+
* Example: a resource that is the child of another resource.
|
|
32
|
+
*
|
|
33
|
+
* @generated from field: repeated raystack.assets.v1beta1.Resource downstreams = 2;
|
|
34
|
+
*/
|
|
35
|
+
downstreams: Resource[];
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Describes the message raystack.assets.v1beta1.Lineage.
|
|
40
|
+
* Use `create(LineageSchema)` to create a new message.
|
|
41
|
+
*/
|
|
42
|
+
export declare const LineageSchema: GenMessage<Lineage>;
|
|
43
|
+
|
|
@@ -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/lineage.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { file_raystack_assets_v1beta1_resource } from "./resource_pb";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file raystack/assets/v1beta1/lineage.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_raystack_assets_v1beta1_lineage = /*@__PURE__*/
|
|
12
|
+
fileDesc("CiVyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9saW5lYWdlLnByb3RvEhdyYXlzdGFjay5hc3NldHMudjFiZXRhMSJ3CgdMaW5lYWdlEjQKCXVwc3RyZWFtcxgBIAMoCzIhLnJheXN0YWNrLmFzc2V0cy52MWJldGExLlJlc291cmNlEjYKC2Rvd25zdHJlYW1zGAIgAygLMiEucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuUmVzb3VyY2VCWwoSaW8ucmF5c3RhY2suYXNzZXRzQgxMaW5lYWdlUHJvdG9aN2dpdGh1Yi5jb20vcmF5c3RhY2svcHJvdG9uL2Fzc2V0cy92MWJldGExO2Fzc2V0c3YxYmV0YTFiBnByb3RvMw", [file_raystack_assets_v1beta1_resource]);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message raystack.assets.v1beta1.Lineage.
|
|
16
|
+
* Use `create(LineageSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const LineageSchema = /*@__PURE__*/
|
|
19
|
+
messageDesc(file_raystack_assets_v1beta1_lineage, 0);
|
|
20
|
+
|
|
@@ -0,0 +1,47 @@
|
|
|
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/lineage.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 { Resource } from "./resource_pb";
|
|
8
|
+
import { file_raystack_assets_v1beta1_resource } from "./resource_pb";
|
|
9
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Describes the file raystack/assets/v1beta1/lineage.proto.
|
|
13
|
+
*/
|
|
14
|
+
export const file_raystack_assets_v1beta1_lineage: GenFile = /*@__PURE__*/
|
|
15
|
+
fileDesc("CiVyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9saW5lYWdlLnByb3RvEhdyYXlzdGFjay5hc3NldHMudjFiZXRhMSJ3CgdMaW5lYWdlEjQKCXVwc3RyZWFtcxgBIAMoCzIhLnJheXN0YWNrLmFzc2V0cy52MWJldGExLlJlc291cmNlEjYKC2Rvd25zdHJlYW1zGAIgAygLMiEucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuUmVzb3VyY2VCWwoSaW8ucmF5c3RhY2suYXNzZXRzQgxMaW5lYWdlUHJvdG9aN2dpdGh1Yi5jb20vcmF5c3RhY2svcHJvdG9uL2Fzc2V0cy92MWJldGExO2Fzc2V0c3YxYmV0YTFiBnByb3RvMw", [file_raystack_assets_v1beta1_resource]);
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Linage reprsents the relationship of resource to other resources.
|
|
19
|
+
* Relation is way of describing the relationship between two resources.
|
|
20
|
+
*
|
|
21
|
+
* @generated from message raystack.assets.v1beta1.Lineage
|
|
22
|
+
*/
|
|
23
|
+
export type Lineage = Message<"raystack.assets.v1beta1.Lineage"> & {
|
|
24
|
+
/**
|
|
25
|
+
* The resource that is the source of the relationship.
|
|
26
|
+
* Example: a resource that is the parent of another resource.
|
|
27
|
+
*
|
|
28
|
+
* @generated from field: repeated raystack.assets.v1beta1.Resource upstreams = 1;
|
|
29
|
+
*/
|
|
30
|
+
upstreams: Resource[];
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* The resource that is the destination of the relationship.
|
|
34
|
+
* Example: a resource that is the child of another resource.
|
|
35
|
+
*
|
|
36
|
+
* @generated from field: repeated raystack.assets.v1beta1.Resource downstreams = 2;
|
|
37
|
+
*/
|
|
38
|
+
downstreams: Resource[];
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Describes the message raystack.assets.v1beta1.Lineage.
|
|
43
|
+
* Use `create(LineageSchema)` to create a new message.
|
|
44
|
+
*/
|
|
45
|
+
export const LineageSchema: GenMessage<Lineage> = /*@__PURE__*/
|
|
46
|
+
messageDesc(file_raystack_assets_v1beta1_lineage, 0);
|
|
47
|
+
|
|
@@ -0,0 +1,78 @@
|
|
|
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 type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file raystack/assets/v1beta1/ownership.proto.
|
|
10
|
+
*/
|
|
11
|
+
export declare const file_raystack_assets_v1beta1_ownership: GenFile;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Ownership is a facet that describes the ownership of a resource.
|
|
15
|
+
*
|
|
16
|
+
* @generated from message raystack.assets.v1beta1.Ownership
|
|
17
|
+
*/
|
|
18
|
+
export declare type Ownership = Message<"raystack.assets.v1beta1.Ownership"> & {
|
|
19
|
+
/**
|
|
20
|
+
* Required: The list of owners of the resource.
|
|
21
|
+
* For an example check the owner schema.
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: repeated raystack.assets.v1beta1.Owner owners = 7;
|
|
24
|
+
*/
|
|
25
|
+
owners: Owner[];
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Describes the message raystack.assets.v1beta1.Ownership.
|
|
30
|
+
* Use `create(OwnershipSchema)` to create a new message.
|
|
31
|
+
*/
|
|
32
|
+
export declare const OwnershipSchema: GenMessage<Ownership>;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Owner is a facet that describes the owner of a resource.
|
|
36
|
+
*
|
|
37
|
+
* The name of the owner.
|
|
38
|
+
* Example: `user:johndoe`.
|
|
39
|
+
*
|
|
40
|
+
* @generated from message raystack.assets.v1beta1.Owner
|
|
41
|
+
*/
|
|
42
|
+
export declare type Owner = Message<"raystack.assets.v1beta1.Owner"> & {
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: string urn = 1;
|
|
45
|
+
*/
|
|
46
|
+
urn: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* The name of the owner.
|
|
50
|
+
* Example: `John Doe`.
|
|
51
|
+
*
|
|
52
|
+
* @generated from field: string name = 2;
|
|
53
|
+
*/
|
|
54
|
+
name: string;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* The role of the owner.
|
|
58
|
+
* Example: `admin`, `steward`.
|
|
59
|
+
*
|
|
60
|
+
* @generated from field: string role = 3;
|
|
61
|
+
*/
|
|
62
|
+
role: string;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* The email of the owner.
|
|
66
|
+
* Example: `abc@email.com`
|
|
67
|
+
*
|
|
68
|
+
* @generated from field: string email = 4;
|
|
69
|
+
*/
|
|
70
|
+
email: string;
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Describes the message raystack.assets.v1beta1.Owner.
|
|
75
|
+
* Use `create(OwnerSchema)` to create a new message.
|
|
76
|
+
*/
|
|
77
|
+
export declare const OwnerSchema: GenMessage<Owner>;
|
|
78
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file raystack/assets/v1beta1/ownership.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_raystack_assets_v1beta1_ownership = /*@__PURE__*/
|
|
11
|
+
fileDesc("CidyYXlzdGFjay9hc3NldHMvdjFiZXRhMS9vd25lcnNoaXAucHJvdG8SF3JheXN0YWNrLmFzc2V0cy52MWJldGExIjsKCU93bmVyc2hpcBIuCgZvd25lcnMYByADKAsyHi5yYXlzdGFjay5hc3NldHMudjFiZXRhMS5Pd25lciI/CgVPd25lchILCgN1cm4YASABKAkSDAoEbmFtZRgCIAEoCRIMCgRyb2xlGAMgASgJEg0KBWVtYWlsGAQgASgJQl0KEmlvLnJheXN0YWNrLmFzc2V0c0IOT3duZXJzaGlwUHJvdG9aN2dpdGh1Yi5jb20vcmF5c3RhY2svcHJvdG9uL2Fzc2V0cy92MWJldGExO2Fzc2V0c3YxYmV0YTFiBnByb3RvMw");
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message raystack.assets.v1beta1.Ownership.
|
|
15
|
+
* Use `create(OwnershipSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const OwnershipSchema = /*@__PURE__*/
|
|
18
|
+
messageDesc(file_raystack_assets_v1beta1_ownership, 0);
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message raystack.assets.v1beta1.Owner.
|
|
22
|
+
* Use `create(OwnerSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const OwnerSchema = /*@__PURE__*/
|
|
25
|
+
messageDesc(file_raystack_assets_v1beta1_ownership, 1);
|
|
26
|
+
|