@raystack/proton 0.1.0-ce225175aa066e6f296bc489293bb83ed0edcef6 → 0.1.0-dcceed81ad090604a542bb2a9a12bab7218bc59b
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 +115 -0
- package/google/api/annotations_pb.d.ts +34 -0
- package/google/api/annotations_pb.js +36 -0
- package/google/api/annotations_pb.ts +15 -9
- 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 +19 -19
- package/google/api/http_pb.d.ts +477 -0
- package/google/api/http_pb.js +47 -0
- package/google/api/http_pb.ts +43 -108
- package/google/api/httpbody_pb.d.ts +104 -0
- package/google/api/httpbody_pb.js +34 -0
- package/google/api/httpbody_pb.ts +23 -37
- package/index.d.ts +10 -0
- package/index.js +10 -0
- package/index.ts +10 -0
- package/package.json +64 -17
- 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 +23 -29
- 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 +338 -808
- package/raystack/assets/index.d.ts +29 -0
- package/raystack/assets/index.js +29 -0
- package/raystack/assets/index.ts +29 -29
- 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 +46 -89
- 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 +49 -97
- 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 +22 -36
- 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 +38 -74
- 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 +30 -43
- 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 +22 -36
- 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 +31 -68
- 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 +21 -34
- 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 +22 -37
- 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 +24 -43
- 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 +59 -145
- 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 +59 -120
- 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 +28 -62
- 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 +43 -78
- 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 +58 -125
- 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 +23 -39
- 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 +30 -53
- 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 +41 -87
- 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 +56 -137
- 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 +44 -93
- 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 +38 -79
- 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 +51 -115
- 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 +32 -68
- 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 +21 -35
- 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 +25 -43
- 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 +59 -147
- 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 +82 -200
- 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 +41 -99
- 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 +53 -121
- package/raystack/common/index.d.ts +2 -0
- package/raystack/common/index.js +2 -0
- package/raystack/common/index.ts +1 -2
- 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 +3 -14
- 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 +57 -97
- package/raystack/compass/index.d.ts +2 -0
- package/raystack/compass/index.js +2 -0
- package/raystack/compass/index.ts +1 -2
- 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 +44 -424
- 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 +1448 -3319
- package/raystack/entropy/index.d.ts +4 -0
- package/raystack/entropy/index.js +4 -0
- package/raystack/entropy/index.ts +2 -4
- 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 +7 -54
- 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 +156 -324
- 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 +9 -74
- 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 +330 -756
- package/raystack/frontier/index.d.ts +5 -0
- package/raystack/frontier/index.js +5 -0
- package/raystack/frontier/index.ts +3 -5
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.d.ts +269 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +323 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +81 -514
- package/raystack/frontier/v1beta1/admin_pb.d.ts +3624 -0
- package/raystack/frontier/v1beta1/admin_pb.js +935 -0
- package/raystack/frontier/v1beta1/admin_pb.ts +1940 -3791
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +738 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +905 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +194 -1688
- package/raystack/frontier/v1beta1/frontier_pb.d.ts +8784 -0
- package/raystack/frontier/v1beta1/frontier_pb.js +2593 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +4962 -11060
- package/raystack/frontier/v1beta1/models_pb.d.ts +3092 -0
- package/raystack/frontier/v1beta1/models_pb.js +504 -0
- package/raystack/frontier/v1beta1/models_pb.ts +1145 -2324
- package/raystack/guardian/index.d.ts +2 -0
- package/raystack/guardian/index.js +2 -0
- package/raystack/guardian/index.ts +1 -2
- 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 +42 -404
- 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 +1584 -3783
- 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 +5 -34
- 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 +137 -273
- 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 +6 -44
- 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 +194 -376
- 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 +17 -154
- 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 +910 -2081
- 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 +5 -34
- 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 +113 -212
- 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 +5 -34
- 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 +104 -248
- 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 +6 -44
- 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 +160 -335
- 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 +8 -64
- 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 +266 -527
- 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 +3 -14
- 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 +48 -61
- 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 +6 -44
- 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 +155 -283
- 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 +35 -54
- 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 +75 -187
- 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 +6 -44
- 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 +193 -426
- package/raystack/predator/index.d.ts +2 -0
- package/raystack/predator/index.js +2 -0
- package/raystack/predator/index.ts +2 -2
- 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 +67 -173
- 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 +60 -144
- package/raystack/raccoon/index.d.ts +2 -0
- package/raystack/raccoon/index.js +2 -0
- package/raystack/raccoon/index.ts +1 -2
- 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 +3 -14
- 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 +142 -189
- package/raystack/siren/index.d.ts +2 -0
- package/raystack/siren/index.js +2 -0
- package/raystack/siren/index.ts +1 -2
- 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 +37 -354
- 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 +1155 -2637
- package/raystack/stencil/index.d.ts +2 -0
- package/raystack/stencil/index.js +2 -0
- package/raystack/stencil/index.ts +1 -2
- 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 +18 -164
- 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 +530 -1157
- package/validate/validate_pb.d.ts +1953 -0
- package/validate/validate_pb.js +223 -0
- package/validate/validate_pb.ts +401 -1038
- package/google/api/field_behavior.ts +0 -95
- package/google/api/http.ts +0 -695
- package/google/api/httpbody.ts +0 -159
- package/google/protobuf/any.ts +0 -322
- package/google/protobuf/descriptor.ts +0 -3475
- package/google/protobuf/duration.ts +0 -231
- package/google/protobuf/struct.ts +0 -484
- package/google/protobuf/timestamp.ts +0 -290
- package/google/protobuf/wrappers.ts +0 -752
- package/protoc-gen-openapiv2/options/openapiv2.ts +0 -3110
- package/raystack/assets/v1beta1/bucket.ts +0 -362
- package/raystack/assets/v1beta1/dashboard.ts +0 -426
- package/raystack/assets/v1beta1/event.ts +0 -105
- package/raystack/assets/v1beta1/group.ts +0 -223
- package/raystack/assets/v1beta1/job.ts +0 -147
- package/raystack/assets/v1beta1/lineage.ts +0 -90
- package/raystack/assets/v1beta1/ownership.ts +0 -179
- package/raystack/assets/v1beta1/preview.ts +0 -87
- package/raystack/assets/v1beta1/properties.ts +0 -116
- package/raystack/assets/v1beta1/resource.ts +0 -149
- package/raystack/assets/v1beta1/schema.ts +0 -421
- package/raystack/assets/v1beta1/table.ts +0 -408
- package/raystack/assets/v1beta1/timestamp.ts +0 -158
- package/raystack/assets/v1beta1/topic.ts +0 -253
- package/raystack/assets/v1beta1/user.ts +0 -451
- package/raystack/assets/v1beta2/application.ts +0 -125
- package/raystack/assets/v1beta2/asset.ts +0 -269
- package/raystack/assets/v1beta2/bucket.ts +0 -341
- package/raystack/assets/v1beta2/common.ts +0 -392
- package/raystack/assets/v1beta2/dashboard.ts +0 -393
- package/raystack/assets/v1beta2/experiment.ts +0 -274
- package/raystack/assets/v1beta2/feature_table.ts +0 -387
- package/raystack/assets/v1beta2/group.ts +0 -178
- package/raystack/assets/v1beta2/job.ts +0 -99
- package/raystack/assets/v1beta2/metric.ts +0 -163
- package/raystack/assets/v1beta2/model.ts +0 -519
- package/raystack/assets/v1beta2/table.ts +0 -663
- package/raystack/assets/v1beta2/topic.ts +0 -275
- package/raystack/assets/v1beta2/user.ts +0 -433
- package/raystack/common/v1/service.client.ts +0 -37
- package/raystack/common/v1/service.ts +0 -245
- package/raystack/common/v1/service_connect.ts +0 -26
- package/raystack/compass/v1beta1/service.client.ts +0 -594
- package/raystack/compass/v1beta1/service.ts +0 -8169
- package/raystack/compass/v1beta1/service_connect.ts +0 -407
- package/raystack/entropy/v1beta1/module.client.ts +0 -89
- package/raystack/entropy/v1beta1/module.ts +0 -692
- package/raystack/entropy/v1beta1/module_connect.ts +0 -62
- package/raystack/entropy/v1beta1/resource.client.ts +0 -129
- package/raystack/entropy/v1beta1/resource.ts +0 -1817
- package/raystack/entropy/v1beta1/resource_connect.ts +0 -89
- package/raystack/frontier/v1beta1/admin.client.ts +0 -849
- package/raystack/frontier/v1beta1/admin.ts +0 -9007
- package/raystack/frontier/v1beta1/admin_connect.ts +0 -573
- package/raystack/frontier/v1beta1/frontier.client.ts +0 -2307
- package/raystack/frontier/v1beta1/frontier.ts +0 -23706
- package/raystack/frontier/v1beta1/frontier_connect.ts +0 -1574
- package/raystack/frontier/v1beta1/models.ts +0 -7433
- package/raystack/guardian/v1beta1/guardian.client.ts +0 -552
- package/raystack/guardian/v1beta1/guardian.ts +0 -9688
- package/raystack/guardian/v1beta1/guardian_connect.ts +0 -381
- package/raystack/optimus/core/v1beta1/backup.client.ts +0 -63
- package/raystack/optimus/core/v1beta1/backup.ts +0 -708
- package/raystack/optimus/core/v1beta1/backup_connect.ts +0 -44
- package/raystack/optimus/core/v1beta1/job_run.client.ts +0 -96
- package/raystack/optimus/core/v1beta1/job_run.ts +0 -1008
- package/raystack/optimus/core/v1beta1/job_run_connect.ts +0 -63
- package/raystack/optimus/core/v1beta1/job_spec.client.ts +0 -363
- package/raystack/optimus/core/v1beta1/job_spec.ts +0 -5134
- package/raystack/optimus/core/v1beta1/job_spec_connect.ts +0 -233
- package/raystack/optimus/core/v1beta1/namespace.client.ts +0 -75
- package/raystack/optimus/core/v1beta1/namespace.ts +0 -477
- package/raystack/optimus/core/v1beta1/namespace_connect.ts +0 -50
- package/raystack/optimus/core/v1beta1/project.client.ts +0 -75
- package/raystack/optimus/core/v1beta1/project.ts +0 -520
- package/raystack/optimus/core/v1beta1/project_connect.ts +0 -50
- package/raystack/optimus/core/v1beta1/replay.client.ts +0 -76
- package/raystack/optimus/core/v1beta1/replay.ts +0 -881
- package/raystack/optimus/core/v1beta1/replay_connect.ts +0 -53
- package/raystack/optimus/core/v1beta1/resource.client.ts +0 -148
- package/raystack/optimus/core/v1beta1/resource.ts +0 -1329
- package/raystack/optimus/core/v1beta1/resource_connect.ts +0 -96
- package/raystack/optimus/core/v1beta1/runtime.client.ts +0 -45
- package/raystack/optimus/core/v1beta1/runtime.ts +0 -131
- package/raystack/optimus/core/v1beta1/runtime_connect.ts +0 -30
- package/raystack/optimus/core/v1beta1/secret.client.ts +0 -92
- package/raystack/optimus/core/v1beta1/secret.ts +0 -619
- package/raystack/optimus/core/v1beta1/secret_connect.ts +0 -61
- package/raystack/optimus/core/v1beta1/status.ts +0 -113
- package/raystack/optimus/integration/v1beta1/event.ts +0 -531
- package/raystack/optimus/plugins/v1beta1/dependency_resolver.client.ts +0 -100
- package/raystack/optimus/plugins/v1beta1/dependency_resolver.ts +0 -950
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_connect.ts +0 -65
- package/raystack/predator/v1beta1/metrics_log.ts +0 -457
- package/raystack/predator/v1beta1/result_log.ts +0 -390
- package/raystack/raccoon/v1beta1/raccoon.client.ts +0 -37
- package/raystack/raccoon/v1beta1/raccoon.ts +0 -442
- package/raystack/raccoon/v1beta1/raccoon_connect.ts +0 -26
- package/raystack/siren/v1beta1/siren.client.ts +0 -479
- package/raystack/siren/v1beta1/siren.ts +0 -6507
- package/raystack/siren/v1beta1/siren_connect.ts +0 -332
- package/raystack/stencil/v1beta1/stencil.client.ts +0 -232
- package/raystack/stencil/v1beta1/stencil.ts +0 -2716
- package/raystack/stencil/v1beta1/stencil_connect.ts +0 -161
- package/validate/validate.ts +0 -4130
|
@@ -0,0 +1,37 @@
|
|
|
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/user.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/user.proto.
|
|
13
|
+
*/
|
|
14
|
+
export const file_raystack_assets_v1beta1_user = /*@__PURE__*/
|
|
15
|
+
fileDesc("CiJyYXlzdGFjay9hc3NldHMvdjFiZXRhMS91c2VyLnByb3RvEhdyYXlzdGFjay5hc3NldHMudjFiZXRhMSLwAwoEVXNlchIzCghyZXNvdXJjZRgBIAEoCzIhLnJheXN0YWNrLmFzc2V0cy52MWJldGExLlJlc291cmNlEg0KBWVtYWlsGAMgASgJEhAKCHVzZXJuYW1lGAQgASgJEhIKCmZpcnN0X25hbWUYBSABKAkSEQoJbGFzdF9uYW1lGAYgASgJEhEKCWZ1bGxfbmFtZRgHIAEoCRIUCgxkaXNwbGF5X25hbWUYCCABKAkSDQoFdGl0bGUYCSABKAkSDgoGc3RhdHVzGAogASgJEhUKDW1hbmFnZXJfZW1haWwYCyABKAkSMgoIcHJvZmlsZXMYFSADKAsyIC5yYXlzdGFjay5hc3NldHMudjFiZXRhMS5Qcm9maWxlEjgKC21lbWJlcnNoaXBzGBYgAygLMiMucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuTWVtYmVyc2hpcBI3Cgpwcm9wZXJ0aWVzGB8gASgLMiMucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuUHJvcGVydGllcxI2Cgp0aW1lc3RhbXBzGCAgASgLMiIucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuVGltZXN0YW1wEi0KBWV2ZW50GGQgASgLMh4ucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuRXZlbnQiLQoKTWVtYmVyc2hpcBIRCglncm91cF91cm4YASABKAkSDAoEcm9sZRgCIAMoCSI0CgdQcm9maWxlEgoKAmlkGAEgASgJEhAKCHBsYXRmb3JtGAIgASgJEgsKA3VybBgDIAEoCUJYChJpby5yYXlzdGFjay5hc3NldHNCCVVzZXJQcm90b1o3Z2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vYXNzZXRzL3YxYmV0YTE7YXNzZXRzdjFiZXRhMWIGcHJvdG8z", [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.User.
|
|
19
|
+
* Use `create(UserSchema)` to create a new message.
|
|
20
|
+
*/
|
|
21
|
+
export const UserSchema = /*@__PURE__*/
|
|
22
|
+
messageDesc(file_raystack_assets_v1beta1_user, 0);
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Describes the message raystack.assets.v1beta1.Membership.
|
|
26
|
+
* Use `create(MembershipSchema)` to create a new message.
|
|
27
|
+
*/
|
|
28
|
+
export const MembershipSchema = /*@__PURE__*/
|
|
29
|
+
messageDesc(file_raystack_assets_v1beta1_user, 1);
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Describes the message raystack.assets.v1beta1.Profile.
|
|
33
|
+
* Use `create(ProfileSchema)` to create a new message.
|
|
34
|
+
*/
|
|
35
|
+
export const ProfileSchema = /*@__PURE__*/
|
|
36
|
+
messageDesc(file_raystack_assets_v1beta1_user, 2);
|
|
37
|
+
|
|
@@ -1,14 +1,24 @@
|
|
|
1
|
-
// @generated by protoc-gen-es
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
2
|
// @generated from file raystack/assets/v1beta1/user.proto (package raystack.assets.v1beta1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
4
|
|
|
6
|
-
import type {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
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/user.proto.
|
|
19
|
+
*/
|
|
20
|
+
export const file_raystack_assets_v1beta1_user: GenFile = /*@__PURE__*/
|
|
21
|
+
fileDesc("CiJyYXlzdGFjay9hc3NldHMvdjFiZXRhMS91c2VyLnByb3RvEhdyYXlzdGFjay5hc3NldHMudjFiZXRhMSLwAwoEVXNlchIzCghyZXNvdXJjZRgBIAEoCzIhLnJheXN0YWNrLmFzc2V0cy52MWJldGExLlJlc291cmNlEg0KBWVtYWlsGAMgASgJEhAKCHVzZXJuYW1lGAQgASgJEhIKCmZpcnN0X25hbWUYBSABKAkSEQoJbGFzdF9uYW1lGAYgASgJEhEKCWZ1bGxfbmFtZRgHIAEoCRIUCgxkaXNwbGF5X25hbWUYCCABKAkSDQoFdGl0bGUYCSABKAkSDgoGc3RhdHVzGAogASgJEhUKDW1hbmFnZXJfZW1haWwYCyABKAkSMgoIcHJvZmlsZXMYFSADKAsyIC5yYXlzdGFjay5hc3NldHMudjFiZXRhMS5Qcm9maWxlEjgKC21lbWJlcnNoaXBzGBYgAygLMiMucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuTWVtYmVyc2hpcBI3Cgpwcm9wZXJ0aWVzGB8gASgLMiMucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuUHJvcGVydGllcxI2Cgp0aW1lc3RhbXBzGCAgASgLMiIucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuVGltZXN0YW1wEi0KBWV2ZW50GGQgASgLMh4ucmF5c3RhY2suYXNzZXRzLnYxYmV0YTEuRXZlbnQiLQoKTWVtYmVyc2hpcBIRCglncm91cF91cm4YASABKAkSDAoEcm9sZRgCIAMoCSI0CgdQcm9maWxlEgoKAmlkGAEgASgJEhAKCHBsYXRmb3JtGAIgASgJEgsKA3VybBgDIAEoCUJYChJpby5yYXlzdGFjay5hc3NldHNCCVVzZXJQcm90b1o3Z2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vYXNzZXRzL3YxYmV0YTE7YXNzZXRzdjFiZXRhMWIGcHJvdG8z", [file_raystack_assets_v1beta1_event, file_raystack_assets_v1beta1_properties, file_raystack_assets_v1beta1_resource, file_raystack_assets_v1beta1_timestamp]);
|
|
12
22
|
|
|
13
23
|
/**
|
|
14
24
|
* User is a person who uses or operates something.
|
|
@@ -17,7 +27,7 @@ import { Event } from "./event_pb";
|
|
|
17
27
|
*
|
|
18
28
|
* @generated from message raystack.assets.v1beta1.User
|
|
19
29
|
*/
|
|
20
|
-
export
|
|
30
|
+
export type User = Message<"raystack.assets.v1beta1.User"> & {
|
|
21
31
|
/**
|
|
22
32
|
* Representation of the resource
|
|
23
33
|
*
|
|
@@ -31,7 +41,7 @@ export class User extends Message<User> {
|
|
|
31
41
|
*
|
|
32
42
|
* @generated from field: string email = 3;
|
|
33
43
|
*/
|
|
34
|
-
email
|
|
44
|
+
email: string;
|
|
35
45
|
|
|
36
46
|
/**
|
|
37
47
|
* The username of the user.
|
|
@@ -39,7 +49,7 @@ export class User extends Message<User> {
|
|
|
39
49
|
*
|
|
40
50
|
* @generated from field: string username = 4;
|
|
41
51
|
*/
|
|
42
|
-
username
|
|
52
|
+
username: string;
|
|
43
53
|
|
|
44
54
|
/**
|
|
45
55
|
* The first name of the user.
|
|
@@ -47,7 +57,7 @@ export class User extends Message<User> {
|
|
|
47
57
|
*
|
|
48
58
|
* @generated from field: string first_name = 5;
|
|
49
59
|
*/
|
|
50
|
-
firstName
|
|
60
|
+
firstName: string;
|
|
51
61
|
|
|
52
62
|
/**
|
|
53
63
|
* The last name of the user.
|
|
@@ -55,7 +65,7 @@ export class User extends Message<User> {
|
|
|
55
65
|
*
|
|
56
66
|
* @generated from field: string last_name = 6;
|
|
57
67
|
*/
|
|
58
|
-
lastName
|
|
68
|
+
lastName: string;
|
|
59
69
|
|
|
60
70
|
/**
|
|
61
71
|
* The full name of the user.
|
|
@@ -63,7 +73,7 @@ export class User extends Message<User> {
|
|
|
63
73
|
*
|
|
64
74
|
* @generated from field: string full_name = 7;
|
|
65
75
|
*/
|
|
66
|
-
fullName
|
|
76
|
+
fullName: string;
|
|
67
77
|
|
|
68
78
|
/**
|
|
69
79
|
* The display name of the user.
|
|
@@ -71,7 +81,7 @@ export class User extends Message<User> {
|
|
|
71
81
|
*
|
|
72
82
|
* @generated from field: string display_name = 8;
|
|
73
83
|
*/
|
|
74
|
-
displayName
|
|
84
|
+
displayName: string;
|
|
75
85
|
|
|
76
86
|
/**
|
|
77
87
|
* The job title of the user,
|
|
@@ -79,7 +89,7 @@ export class User extends Message<User> {
|
|
|
79
89
|
*
|
|
80
90
|
* @generated from field: string title = 9;
|
|
81
91
|
*/
|
|
82
|
-
title
|
|
92
|
+
title: string;
|
|
83
93
|
|
|
84
94
|
/**
|
|
85
95
|
* The status of the user.
|
|
@@ -87,7 +97,7 @@ export class User extends Message<User> {
|
|
|
87
97
|
*
|
|
88
98
|
* @generated from field: string status = 10;
|
|
89
99
|
*/
|
|
90
|
-
status
|
|
100
|
+
status: string;
|
|
91
101
|
|
|
92
102
|
/**
|
|
93
103
|
* The email of the manger of the user.
|
|
@@ -95,7 +105,7 @@ export class User extends Message<User> {
|
|
|
95
105
|
*
|
|
96
106
|
* @generated from field: string manager_email = 11;
|
|
97
107
|
*/
|
|
98
|
-
managerEmail
|
|
108
|
+
managerEmail: string;
|
|
99
109
|
|
|
100
110
|
/**
|
|
101
111
|
* List of the user social media accounts.
|
|
@@ -103,7 +113,7 @@ export class User extends Message<User> {
|
|
|
103
113
|
*
|
|
104
114
|
* @generated from field: repeated raystack.assets.v1beta1.Profile profiles = 21;
|
|
105
115
|
*/
|
|
106
|
-
profiles: Profile[]
|
|
116
|
+
profiles: Profile[];
|
|
107
117
|
|
|
108
118
|
/**
|
|
109
119
|
* List of the groups user belongs to.
|
|
@@ -111,7 +121,7 @@ export class User extends Message<User> {
|
|
|
111
121
|
*
|
|
112
122
|
* @generated from field: repeated raystack.assets.v1beta1.Membership memberships = 22;
|
|
113
123
|
*/
|
|
114
|
-
memberships: Membership[]
|
|
124
|
+
memberships: Membership[];
|
|
115
125
|
|
|
116
126
|
/**
|
|
117
127
|
* Representation of custom properties of user.
|
|
@@ -136,62 +146,28 @@ export class User extends Message<User> {
|
|
|
136
146
|
* @generated from field: raystack.assets.v1beta1.Event event = 100;
|
|
137
147
|
*/
|
|
138
148
|
event?: Event;
|
|
149
|
+
};
|
|
139
150
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
static readonly typeName = "raystack.assets.v1beta1.User";
|
|
147
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
148
|
-
{ no: 1, name: "resource", kind: "message", T: Resource },
|
|
149
|
-
{ no: 3, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
150
|
-
{ no: 4, name: "username", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
151
|
-
{ no: 5, name: "first_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
152
|
-
{ no: 6, name: "last_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
153
|
-
{ no: 7, name: "full_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
154
|
-
{ no: 8, name: "display_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
155
|
-
{ no: 9, name: "title", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
156
|
-
{ no: 10, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
157
|
-
{ no: 11, name: "manager_email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
158
|
-
{ no: 21, name: "profiles", kind: "message", T: Profile, repeated: true },
|
|
159
|
-
{ no: 22, name: "memberships", kind: "message", T: Membership, repeated: true },
|
|
160
|
-
{ no: 31, name: "properties", kind: "message", T: Properties },
|
|
161
|
-
{ no: 32, name: "timestamps", kind: "message", T: Timestamp },
|
|
162
|
-
{ no: 100, name: "event", kind: "message", T: Event },
|
|
163
|
-
]);
|
|
164
|
-
|
|
165
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): User {
|
|
166
|
-
return new User().fromBinary(bytes, options);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): User {
|
|
170
|
-
return new User().fromJson(jsonValue, options);
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): User {
|
|
174
|
-
return new User().fromJsonString(jsonString, options);
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
static equals(a: User | PlainMessage<User> | undefined, b: User | PlainMessage<User> | undefined): boolean {
|
|
178
|
-
return proto3.util.equals(User, a, b);
|
|
179
|
-
}
|
|
180
|
-
}
|
|
151
|
+
/**
|
|
152
|
+
* Describes the message raystack.assets.v1beta1.User.
|
|
153
|
+
* Use `create(UserSchema)` to create a new message.
|
|
154
|
+
*/
|
|
155
|
+
export const UserSchema: GenMessage<User> = /*@__PURE__*/
|
|
156
|
+
messageDesc(file_raystack_assets_v1beta1_user, 0);
|
|
181
157
|
|
|
182
158
|
/**
|
|
183
159
|
* Membership is a relationship between a user and a group.
|
|
184
160
|
*
|
|
185
161
|
* @generated from message raystack.assets.v1beta1.Membership
|
|
186
162
|
*/
|
|
187
|
-
export
|
|
163
|
+
export type Membership = Message<"raystack.assets.v1beta1.Membership"> & {
|
|
188
164
|
/**
|
|
189
165
|
* The unique identifier of the group.
|
|
190
166
|
* Example: `group:mygroup`
|
|
191
167
|
*
|
|
192
168
|
* @generated from field: string group_urn = 1;
|
|
193
169
|
*/
|
|
194
|
-
groupUrn
|
|
170
|
+
groupUrn: string;
|
|
195
171
|
|
|
196
172
|
/**
|
|
197
173
|
* The role user has in the group.
|
|
@@ -199,50 +175,29 @@ export class Membership extends Message<Membership> {
|
|
|
199
175
|
*
|
|
200
176
|
* @generated from field: repeated string role = 2;
|
|
201
177
|
*/
|
|
202
|
-
role: string[]
|
|
203
|
-
|
|
204
|
-
constructor(data?: PartialMessage<Membership>) {
|
|
205
|
-
super();
|
|
206
|
-
proto3.util.initPartial(data, this);
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
210
|
-
static readonly typeName = "raystack.assets.v1beta1.Membership";
|
|
211
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
212
|
-
{ no: 1, name: "group_urn", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
213
|
-
{ no: 2, name: "role", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
214
|
-
]);
|
|
178
|
+
role: string[];
|
|
179
|
+
};
|
|
215
180
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Membership {
|
|
225
|
-
return new Membership().fromJsonString(jsonString, options);
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
static equals(a: Membership | PlainMessage<Membership> | undefined, b: Membership | PlainMessage<Membership> | undefined): boolean {
|
|
229
|
-
return proto3.util.equals(Membership, a, b);
|
|
230
|
-
}
|
|
231
|
-
}
|
|
181
|
+
/**
|
|
182
|
+
* Describes the message raystack.assets.v1beta1.Membership.
|
|
183
|
+
* Use `create(MembershipSchema)` to create a new message.
|
|
184
|
+
*/
|
|
185
|
+
export const MembershipSchema: GenMessage<Membership> = /*@__PURE__*/
|
|
186
|
+
messageDesc(file_raystack_assets_v1beta1_user, 1);
|
|
232
187
|
|
|
233
188
|
/**
|
|
234
189
|
* Profile is a social media account of the user.
|
|
235
190
|
*
|
|
236
191
|
* @generated from message raystack.assets.v1beta1.Profile
|
|
237
192
|
*/
|
|
238
|
-
export
|
|
193
|
+
export type Profile = Message<"raystack.assets.v1beta1.Profile"> & {
|
|
239
194
|
/**
|
|
240
195
|
* The unique identifier of the profile.
|
|
241
196
|
* Example: `profile:jdoe`
|
|
242
197
|
*
|
|
243
198
|
* @generated from field: string id = 1;
|
|
244
199
|
*/
|
|
245
|
-
id
|
|
200
|
+
id: string;
|
|
246
201
|
|
|
247
202
|
/**
|
|
248
203
|
* The type of the profile.
|
|
@@ -250,7 +205,7 @@ export class Profile extends Message<Profile> {
|
|
|
250
205
|
*
|
|
251
206
|
* @generated from field: string platform = 2;
|
|
252
207
|
*/
|
|
253
|
-
platform
|
|
208
|
+
platform: string;
|
|
254
209
|
|
|
255
210
|
/**
|
|
256
211
|
* The url of the profile.
|
|
@@ -258,35 +213,13 @@ export class Profile extends Message<Profile> {
|
|
|
258
213
|
*
|
|
259
214
|
* @generated from field: string url = 3;
|
|
260
215
|
*/
|
|
261
|
-
url
|
|
262
|
-
|
|
263
|
-
constructor(data?: PartialMessage<Profile>) {
|
|
264
|
-
super();
|
|
265
|
-
proto3.util.initPartial(data, this);
|
|
266
|
-
}
|
|
216
|
+
url: string;
|
|
217
|
+
};
|
|
267
218
|
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
]);
|
|
275
|
-
|
|
276
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Profile {
|
|
277
|
-
return new Profile().fromBinary(bytes, options);
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Profile {
|
|
281
|
-
return new Profile().fromJson(jsonValue, options);
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Profile {
|
|
285
|
-
return new Profile().fromJsonString(jsonString, options);
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
static equals(a: Profile | PlainMessage<Profile> | undefined, b: Profile | PlainMessage<Profile> | undefined): boolean {
|
|
289
|
-
return proto3.util.equals(Profile, a, b);
|
|
290
|
-
}
|
|
291
|
-
}
|
|
219
|
+
/**
|
|
220
|
+
* Describes the message raystack.assets.v1beta1.Profile.
|
|
221
|
+
* Use `create(ProfileSchema)` to create a new message.
|
|
222
|
+
*/
|
|
223
|
+
export const ProfileSchema: GenMessage<Profile> = /*@__PURE__*/
|
|
224
|
+
messageDesc(file_raystack_assets_v1beta1_user, 2);
|
|
292
225
|
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/assets/v1beta2/application.proto (package raystack.assets.v1beta2, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file raystack/assets/v1beta2/application.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_raystack_assets_v1beta2_application: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @generated from message raystack.assets.v1beta2.Application
|
|
16
|
+
*/
|
|
17
|
+
export declare type Application = Message<"raystack.assets.v1beta2.Application"> & {
|
|
18
|
+
/**
|
|
19
|
+
* The service/application's ID
|
|
20
|
+
*
|
|
21
|
+
* @generated from field: string id = 1;
|
|
22
|
+
*/
|
|
23
|
+
id: string;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Optional: The version of the service.
|
|
27
|
+
*
|
|
28
|
+
* @generated from field: string version = 2;
|
|
29
|
+
*/
|
|
30
|
+
version: string;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* List of attributes the model has.
|
|
34
|
+
*
|
|
35
|
+
* @generated from field: google.protobuf.Struct attributes = 3;
|
|
36
|
+
*/
|
|
37
|
+
attributes?: JsonObject;
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* The timestamp of the service's creation.
|
|
41
|
+
*
|
|
42
|
+
* @generated from field: google.protobuf.Timestamp create_time = 101;
|
|
43
|
+
*/
|
|
44
|
+
createTime?: Timestamp;
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* The timestamp when the service was last modified.
|
|
48
|
+
*
|
|
49
|
+
* @generated from field: google.protobuf.Timestamp update_time = 102;
|
|
50
|
+
*/
|
|
51
|
+
updateTime?: Timestamp;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message raystack.assets.v1beta2.Application.
|
|
56
|
+
* Use `create(ApplicationSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export declare const ApplicationSchema: GenMessage<Application>;
|
|
59
|
+
|
|
@@ -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/v1beta2/application.proto (package raystack.assets.v1beta2, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file raystack/assets/v1beta2/application.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_raystack_assets_v1beta2_application = /*@__PURE__*/
|
|
12
|
+
fileDesc("CilyYXlzdGFjay9hc3NldHMvdjFiZXRhMi9hcHBsaWNhdGlvbi5wcm90bxIXcmF5c3RhY2suYXNzZXRzLnYxYmV0YTIiuQEKC0FwcGxpY2F0aW9uEgoKAmlkGAEgASgJEg8KB3ZlcnNpb24YAiABKAkSKwoKYXR0cmlidXRlcxgDIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSLwoLY3JlYXRlX3RpbWUYZSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi8KC3VwZGF0ZV90aW1lGGYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEJfChJpby5yYXlzdGFjay5hc3NldHNCEEFwcGxpY2F0aW9uUHJvdG9aN2dpdGh1Yi5jb20vcmF5c3RhY2svcHJvdG9uL2Fzc2V0cy92MWJldGEyO2Fzc2V0c3YxYmV0YTJiBnByb3RvMw", [file_google_protobuf_struct, file_google_protobuf_timestamp]);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message raystack.assets.v1beta2.Application.
|
|
16
|
+
* Use `create(ApplicationSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const ApplicationSchema = /*@__PURE__*/
|
|
19
|
+
messageDesc(file_raystack_assets_v1beta2_application, 0);
|
|
20
|
+
|
|
@@ -1,35 +1,43 @@
|
|
|
1
|
-
// @generated by protoc-gen-es
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
2
|
// @generated from file raystack/assets/v1beta2/application.proto (package raystack.assets.v1beta2, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
4
|
|
|
6
|
-
import type {
|
|
7
|
-
import {
|
|
5
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
9
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Describes the file raystack/assets/v1beta2/application.proto.
|
|
13
|
+
*/
|
|
14
|
+
export const file_raystack_assets_v1beta2_application: GenFile = /*@__PURE__*/
|
|
15
|
+
fileDesc("CilyYXlzdGFjay9hc3NldHMvdjFiZXRhMi9hcHBsaWNhdGlvbi5wcm90bxIXcmF5c3RhY2suYXNzZXRzLnYxYmV0YTIiuQEKC0FwcGxpY2F0aW9uEgoKAmlkGAEgASgJEg8KB3ZlcnNpb24YAiABKAkSKwoKYXR0cmlidXRlcxgDIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSLwoLY3JlYXRlX3RpbWUYZSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi8KC3VwZGF0ZV90aW1lGGYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEJfChJpby5yYXlzdGFjay5hc3NldHNCEEFwcGxpY2F0aW9uUHJvdG9aN2dpdGh1Yi5jb20vcmF5c3RhY2svcHJvdG9uL2Fzc2V0cy92MWJldGEyO2Fzc2V0c3YxYmV0YTJiBnByb3RvMw", [file_google_protobuf_struct, file_google_protobuf_timestamp]);
|
|
8
16
|
|
|
9
17
|
/**
|
|
10
18
|
* @generated from message raystack.assets.v1beta2.Application
|
|
11
19
|
*/
|
|
12
|
-
export
|
|
20
|
+
export type Application = Message<"raystack.assets.v1beta2.Application"> & {
|
|
13
21
|
/**
|
|
14
22
|
* The service/application's ID
|
|
15
23
|
*
|
|
16
24
|
* @generated from field: string id = 1;
|
|
17
25
|
*/
|
|
18
|
-
id
|
|
26
|
+
id: string;
|
|
19
27
|
|
|
20
28
|
/**
|
|
21
29
|
* Optional: The version of the service.
|
|
22
30
|
*
|
|
23
31
|
* @generated from field: string version = 2;
|
|
24
32
|
*/
|
|
25
|
-
version
|
|
33
|
+
version: string;
|
|
26
34
|
|
|
27
35
|
/**
|
|
28
36
|
* List of attributes the model has.
|
|
29
37
|
*
|
|
30
38
|
* @generated from field: google.protobuf.Struct attributes = 3;
|
|
31
39
|
*/
|
|
32
|
-
attributes?:
|
|
40
|
+
attributes?: JsonObject;
|
|
33
41
|
|
|
34
42
|
/**
|
|
35
43
|
* The timestamp of the service's creation.
|
|
@@ -44,36 +52,12 @@ export class Application extends Message<Application> {
|
|
|
44
52
|
* @generated from field: google.protobuf.Timestamp update_time = 102;
|
|
45
53
|
*/
|
|
46
54
|
updateTime?: Timestamp;
|
|
55
|
+
};
|
|
47
56
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
static readonly typeName = "raystack.assets.v1beta2.Application";
|
|
55
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
56
|
-
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
57
|
-
{ no: 2, name: "version", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
58
|
-
{ no: 3, name: "attributes", kind: "message", T: Struct },
|
|
59
|
-
{ no: 101, name: "create_time", kind: "message", T: Timestamp },
|
|
60
|
-
{ no: 102, name: "update_time", kind: "message", T: Timestamp },
|
|
61
|
-
]);
|
|
62
|
-
|
|
63
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Application {
|
|
64
|
-
return new Application().fromBinary(bytes, options);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Application {
|
|
68
|
-
return new Application().fromJson(jsonValue, options);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Application {
|
|
72
|
-
return new Application().fromJsonString(jsonString, options);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
static equals(a: Application | PlainMessage<Application> | undefined, b: Application | PlainMessage<Application> | undefined): boolean {
|
|
76
|
-
return proto3.util.equals(Application, a, b);
|
|
77
|
-
}
|
|
78
|
-
}
|
|
57
|
+
/**
|
|
58
|
+
* Describes the message raystack.assets.v1beta2.Application.
|
|
59
|
+
* Use `create(ApplicationSchema)` to create a new message.
|
|
60
|
+
*/
|
|
61
|
+
export const ApplicationSchema: GenMessage<Application> = /*@__PURE__*/
|
|
62
|
+
messageDesc(file_raystack_assets_v1beta2_application, 0);
|
|
79
63
|
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/assets/v1beta2/asset.proto (package raystack.assets.v1beta2, 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 { Any, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
import type { Event, Lineage, Owner } from "./common_pb";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file raystack/assets/v1beta2/asset.proto.
|
|
12
|
+
*/
|
|
13
|
+
export declare const file_raystack_assets_v1beta2_asset: GenFile;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Asset is a resource that represents any type of asset.
|
|
17
|
+
*
|
|
18
|
+
* @generated from message raystack.assets.v1beta2.Asset
|
|
19
|
+
*/
|
|
20
|
+
export declare type Asset = Message<"raystack.assets.v1beta2.Asset"> & {
|
|
21
|
+
/**
|
|
22
|
+
* The unique identifier of the asset.
|
|
23
|
+
* Example: `user:jdoe` or `group:accounting`.
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: string urn = 1;
|
|
26
|
+
*/
|
|
27
|
+
urn: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* The name of the asset.
|
|
31
|
+
* Example: `John Doe` or `Accounting`.
|
|
32
|
+
*
|
|
33
|
+
* @generated from field: string name = 2;
|
|
34
|
+
*/
|
|
35
|
+
name: string;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* The source of the asset.
|
|
39
|
+
* Example: `github` or `bigquery`.
|
|
40
|
+
*
|
|
41
|
+
* @generated from field: string service = 3;
|
|
42
|
+
*/
|
|
43
|
+
service: string;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* The type of the asset.
|
|
47
|
+
* Example: `user` or `group`.
|
|
48
|
+
*
|
|
49
|
+
* @generated from field: string type = 4;
|
|
50
|
+
*/
|
|
51
|
+
type: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* The REST URL for accessing the resource. URL returns the resource itself.
|
|
55
|
+
* Example: `https://xyz.com/v1/users/user-123`
|
|
56
|
+
*
|
|
57
|
+
* @generated from field: string url = 5;
|
|
58
|
+
*/
|
|
59
|
+
url: string;
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* The description of the resource.
|
|
63
|
+
* Example: `This resource is being used for storing important number`
|
|
64
|
+
*
|
|
65
|
+
* @generated from field: string description = 6;
|
|
66
|
+
*/
|
|
67
|
+
description: string;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Represents Data in asset, can be of type bucket, dashboard, group ... user
|
|
71
|
+
*
|
|
72
|
+
* @generated from field: google.protobuf.Any data = 7;
|
|
73
|
+
*/
|
|
74
|
+
data?: Any;
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* The ownership of the job.
|
|
78
|
+
* For an example check out Owner.
|
|
79
|
+
*
|
|
80
|
+
* @generated from field: repeated raystack.assets.v1beta2.Owner owners = 31;
|
|
81
|
+
*/
|
|
82
|
+
owners: Owner[];
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* The lineage of the job.
|
|
86
|
+
* For an example check out lineage schema.
|
|
87
|
+
*
|
|
88
|
+
* @generated from field: raystack.assets.v1beta2.Lineage lineage = 32;
|
|
89
|
+
*/
|
|
90
|
+
lineage?: Lineage;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Optional. List of labels the user has.
|
|
94
|
+
*
|
|
95
|
+
* @generated from field: map<string, string> labels = 33;
|
|
96
|
+
*/
|
|
97
|
+
labels: { [key: string]: string };
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* The timestamp of the generated event.
|
|
101
|
+
* Event schemas is defined in the common event schema.
|
|
102
|
+
*
|
|
103
|
+
* @generated from field: raystack.assets.v1beta2.Event event = 100;
|
|
104
|
+
*/
|
|
105
|
+
event?: Event;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* The timestamp when the asset was created.
|
|
109
|
+
* This information is expected to be maintained by the system.
|
|
110
|
+
*
|
|
111
|
+
* @generated from field: google.protobuf.Timestamp create_time = 101;
|
|
112
|
+
*/
|
|
113
|
+
createTime?: Timestamp;
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* The timestamp when the asset was last modified.
|
|
117
|
+
* This information is expected to be maintained by the system.
|
|
118
|
+
*
|
|
119
|
+
* @generated from field: google.protobuf.Timestamp update_time = 102;
|
|
120
|
+
*/
|
|
121
|
+
updateTime?: Timestamp;
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Describes the message raystack.assets.v1beta2.Asset.
|
|
126
|
+
* Use `create(AssetSchema)` to create a new message.
|
|
127
|
+
*/
|
|
128
|
+
export declare const AssetSchema: GenMessage<Asset>;
|
|
129
|
+
|