@raystack/proton 0.1.0-09b6d3e7c1e4b03bb30db032380c04e0524ac701 → 0.1.0-2dbafa5913a214851fdc4f1beefbe27c4a6de55a
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/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 +62 -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 +251 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +302 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +60 -514
- package/raystack/frontier/v1beta1/admin_pb.d.ts +3465 -0
- package/raystack/frontier/v1beta1/admin_pb.js +886 -0
- package/raystack/frontier/v1beta1/admin_pb.ts +1774 -3791
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +728 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +894 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +169 -1674
- package/raystack/frontier/v1beta1/frontier_pb.d.ts +8773 -0
- package/raystack/frontier/v1beta1/frontier_pb.js +2593 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +4850 -10959
- package/raystack/frontier/v1beta1/models_pb.d.ts +2794 -0
- package/raystack/frontier/v1beta1/models_pb.js +436 -0
- package/raystack/frontier/v1beta1/models_pb.ts +810 -2296
- 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 +192 -0
- package/raystack/optimus/core/v1beta1/project_pb.js +76 -0
- package/raystack/optimus/core/v1beta1/project_pb.ts +121 -238
- 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
|
@@ -1,10 +1,18 @@
|
|
|
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/experiment.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/experiment.proto.
|
|
13
|
+
*/
|
|
14
|
+
export const file_raystack_assets_v1beta2_experiment: GenFile = /*@__PURE__*/
|
|
15
|
+
fileDesc("CihyYXlzdGFjay9hc3NldHMvdjFiZXRhMi9leHBlcmltZW50LnByb3RvEhdyYXlzdGFjay5hc3NldHMudjFiZXRhMiKMAwoKRXhwZXJpbWVudBIOCgZlbnRpdHkYASABKAkSFwoPdHJhZmZpY19wZXJjZW50GAIgASgCEj0KCHZhcmlhbnRzGAMgAygLMisucmF5c3RhY2suYXNzZXRzLnYxYmV0YTIuRXhwZXJpbWVudC5WYXJpYW50EisKCmF0dHJpYnV0ZXMYBSABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0Ei8KC2NyZWF0ZV90aW1lGGUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIvCgt1cGRhdGVfdGltZRhmIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAahgEKB1ZhcmlhbnQSDAoEbmFtZRgBIAEoCRIXCg90cmFmZmljX3BlcmNlbnQYAiABKAISEgoKaXNfY29udHJvbBgDIAEoCBIrCgphdHRyaWJ1dGVzGAQgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdBITCgtpc19wcm9tb3RlZBgFIAEoCEJeChJpby5yYXlzdGFjay5hc3NldHNCD0V4cGVyaW1lbnRQcm90b1o3Z2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vYXNzZXRzL3YxYmV0YTI7YXNzZXRzdjFiZXRhMmIGcHJvdG8z", [file_google_protobuf_struct, file_google_protobuf_timestamp]);
|
|
8
16
|
|
|
9
17
|
/**
|
|
10
18
|
* An experiment is the set of configurations and filters that allow for
|
|
@@ -13,28 +21,28 @@ import { Message, proto3, Struct, Timestamp } from "@bufbuild/protobuf";
|
|
|
13
21
|
*
|
|
14
22
|
* @generated from message raystack.assets.v1beta2.Experiment
|
|
15
23
|
*/
|
|
16
|
-
export
|
|
24
|
+
export type Experiment = Message<"raystack.assets.v1beta2.Experiment"> & {
|
|
17
25
|
/**
|
|
18
26
|
* Optional: Type of the entity being experimented over. ex: customer, session,
|
|
19
27
|
* device, driver etc.
|
|
20
28
|
*
|
|
21
29
|
* @generated from field: string entity = 1;
|
|
22
30
|
*/
|
|
23
|
-
entity
|
|
31
|
+
entity: string;
|
|
24
32
|
|
|
25
33
|
/**
|
|
26
34
|
* Optional: Percentage of the traffic that the experiment is enabled for.
|
|
27
35
|
*
|
|
28
36
|
* @generated from field: float traffic_percent = 2;
|
|
29
37
|
*/
|
|
30
|
-
trafficPercent
|
|
38
|
+
trafficPercent: number;
|
|
31
39
|
|
|
32
40
|
/**
|
|
33
41
|
* The variants of the experiment possibly including the control group.
|
|
34
42
|
*
|
|
35
43
|
* @generated from field: repeated raystack.assets.v1beta2.Experiment.Variant variants = 3;
|
|
36
44
|
*/
|
|
37
|
-
variants: Experiment_Variant[]
|
|
45
|
+
variants: Experiment_Variant[];
|
|
38
46
|
|
|
39
47
|
/**
|
|
40
48
|
* Optional: List of attributes the experiment has. This could include the
|
|
@@ -56,7 +64,7 @@ export class Experiment extends Message<Experiment> {
|
|
|
56
64
|
*
|
|
57
65
|
* @generated from field: google.protobuf.Struct attributes = 5;
|
|
58
66
|
*/
|
|
59
|
-
attributes?:
|
|
67
|
+
attributes?: JsonObject;
|
|
60
68
|
|
|
61
69
|
/**
|
|
62
70
|
* The timestamp of the experiment's creation.
|
|
@@ -71,110 +79,61 @@ export class Experiment extends Message<Experiment> {
|
|
|
71
79
|
* @generated from field: google.protobuf.Timestamp update_time = 102;
|
|
72
80
|
*/
|
|
73
81
|
updateTime?: Timestamp;
|
|
82
|
+
};
|
|
74
83
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
static readonly typeName = "raystack.assets.v1beta2.Experiment";
|
|
82
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
83
|
-
{ no: 1, name: "entity", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
84
|
-
{ no: 2, name: "traffic_percent", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
|
|
85
|
-
{ no: 3, name: "variants", kind: "message", T: Experiment_Variant, repeated: true },
|
|
86
|
-
{ no: 5, name: "attributes", kind: "message", T: Struct },
|
|
87
|
-
{ no: 101, name: "create_time", kind: "message", T: Timestamp },
|
|
88
|
-
{ no: 102, name: "update_time", kind: "message", T: Timestamp },
|
|
89
|
-
]);
|
|
90
|
-
|
|
91
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Experiment {
|
|
92
|
-
return new Experiment().fromBinary(bytes, options);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Experiment {
|
|
96
|
-
return new Experiment().fromJson(jsonValue, options);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Experiment {
|
|
100
|
-
return new Experiment().fromJsonString(jsonString, options);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
static equals(a: Experiment | PlainMessage<Experiment> | undefined, b: Experiment | PlainMessage<Experiment> | undefined): boolean {
|
|
104
|
-
return proto3.util.equals(Experiment, a, b);
|
|
105
|
-
}
|
|
106
|
-
}
|
|
84
|
+
/**
|
|
85
|
+
* Describes the message raystack.assets.v1beta2.Experiment.
|
|
86
|
+
* Use `create(ExperimentSchema)` to create a new message.
|
|
87
|
+
*/
|
|
88
|
+
export const ExperimentSchema: GenMessage<Experiment> = /*@__PURE__*/
|
|
89
|
+
messageDesc(file_raystack_assets_v1beta2_experiment, 0);
|
|
107
90
|
|
|
108
91
|
/**
|
|
109
92
|
* Instance of configurations to be compared in the experiment.
|
|
110
93
|
*
|
|
111
94
|
* @generated from message raystack.assets.v1beta2.Experiment.Variant
|
|
112
95
|
*/
|
|
113
|
-
export
|
|
96
|
+
export type Experiment_Variant = Message<"raystack.assets.v1beta2.Experiment.Variant"> & {
|
|
114
97
|
/**
|
|
115
98
|
* Name of the experiment variant.
|
|
116
99
|
*
|
|
117
100
|
* @generated from field: string name = 1;
|
|
118
101
|
*/
|
|
119
|
-
name
|
|
102
|
+
name: string;
|
|
120
103
|
|
|
121
104
|
/**
|
|
122
105
|
* Traffic percent enabled for the variant.
|
|
123
106
|
*
|
|
124
107
|
* @generated from field: float traffic_percent = 2;
|
|
125
108
|
*/
|
|
126
|
-
trafficPercent
|
|
109
|
+
trafficPercent: number;
|
|
127
110
|
|
|
128
111
|
/**
|
|
129
112
|
* Indicated whether the variant is the control for the experiment.
|
|
130
113
|
*
|
|
131
114
|
* @generated from field: bool is_control = 3;
|
|
132
115
|
*/
|
|
133
|
-
isControl
|
|
116
|
+
isControl: boolean;
|
|
134
117
|
|
|
135
118
|
/**
|
|
136
119
|
* List of properties the entity has.
|
|
137
120
|
*
|
|
138
121
|
* @generated from field: google.protobuf.Struct attributes = 4;
|
|
139
122
|
*/
|
|
140
|
-
attributes?:
|
|
123
|
+
attributes?: JsonObject;
|
|
141
124
|
|
|
142
125
|
/**
|
|
143
126
|
* Whether the variant has been promoted to all users.
|
|
144
127
|
*
|
|
145
128
|
* @generated from field: bool is_promoted = 5;
|
|
146
129
|
*/
|
|
147
|
-
isPromoted
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
157
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
158
|
-
{ no: 2, name: "traffic_percent", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
|
|
159
|
-
{ no: 3, name: "is_control", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
160
|
-
{ no: 4, name: "attributes", kind: "message", T: Struct },
|
|
161
|
-
{ no: 5, name: "is_promoted", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
162
|
-
]);
|
|
163
|
-
|
|
164
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Experiment_Variant {
|
|
165
|
-
return new Experiment_Variant().fromBinary(bytes, options);
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Experiment_Variant {
|
|
169
|
-
return new Experiment_Variant().fromJson(jsonValue, options);
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Experiment_Variant {
|
|
173
|
-
return new Experiment_Variant().fromJsonString(jsonString, options);
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
static equals(a: Experiment_Variant | PlainMessage<Experiment_Variant> | undefined, b: Experiment_Variant | PlainMessage<Experiment_Variant> | undefined): boolean {
|
|
177
|
-
return proto3.util.equals(Experiment_Variant, a, b);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
130
|
+
isPromoted: boolean;
|
|
131
|
+
};
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Describes the message raystack.assets.v1beta2.Experiment.Variant.
|
|
135
|
+
* Use `create(Experiment_VariantSchema)` to create a new message.
|
|
136
|
+
*/
|
|
137
|
+
export const Experiment_VariantSchema: GenMessage<Experiment_Variant> = /*@__PURE__*/
|
|
138
|
+
messageDesc(file_raystack_assets_v1beta2_experiment, 0, 0);
|
|
180
139
|
|
|
@@ -0,0 +1,167 @@
|
|
|
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/feature_table.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/feature_table.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_raystack_assets_v1beta2_feature_table: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Feature is a Machine Learning(ML) feature. In machine learning, a feature
|
|
16
|
+
* is an individual measurable property, typically represented by a column,
|
|
17
|
+
* that serves as an input for Machine Learning (ML) algorithms.
|
|
18
|
+
*
|
|
19
|
+
* @generated from message raystack.assets.v1beta2.Feature
|
|
20
|
+
*/
|
|
21
|
+
export declare type Feature = Message<"raystack.assets.v1beta2.Feature"> & {
|
|
22
|
+
/**
|
|
23
|
+
* The name of the field.
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: string name = 1;
|
|
26
|
+
*/
|
|
27
|
+
name: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* The data type associated with an individual ML Feature.
|
|
31
|
+
*
|
|
32
|
+
* @generated from field: string data_type = 2;
|
|
33
|
+
*/
|
|
34
|
+
dataType: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Optional: Name of the algorithm used to compute the feature, e.g., PCA,
|
|
38
|
+
* bucketing etc.
|
|
39
|
+
*
|
|
40
|
+
* @generated from field: string algorithm = 3;
|
|
41
|
+
*/
|
|
42
|
+
algorithm: string;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Optional: Name of the entity instance.
|
|
46
|
+
*
|
|
47
|
+
* @generated from field: string entity_name = 4;
|
|
48
|
+
*/
|
|
49
|
+
entityName: string;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Describes the message raystack.assets.v1beta2.Feature.
|
|
54
|
+
* Use `create(FeatureSchema)` to create a new message.
|
|
55
|
+
*/
|
|
56
|
+
export declare const FeatureSchema: GenMessage<Feature>;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* FeatureTable is a Machine Learning(ML) feature table or view that
|
|
60
|
+
* represents a logical group of time-series feature data as it is found in a
|
|
61
|
+
* data source.
|
|
62
|
+
*
|
|
63
|
+
* @generated from message raystack.assets.v1beta2.FeatureTable
|
|
64
|
+
*/
|
|
65
|
+
export declare type FeatureTable = Message<"raystack.assets.v1beta2.FeatureTable"> & {
|
|
66
|
+
/**
|
|
67
|
+
* Optional: Feature store's namespace or project.
|
|
68
|
+
*
|
|
69
|
+
* @generated from field: string namespace = 1;
|
|
70
|
+
*/
|
|
71
|
+
namespace: string;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Optional: The list of entities that this feature view is associated with.
|
|
75
|
+
*
|
|
76
|
+
* @generated from field: repeated raystack.assets.v1beta2.FeatureTable.Entity entities = 2;
|
|
77
|
+
*/
|
|
78
|
+
entities: FeatureTable_Entity[];
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Features that are part of the table, akin to columns in a table.
|
|
82
|
+
*
|
|
83
|
+
* @generated from field: repeated raystack.assets.v1beta2.Feature features = 3;
|
|
84
|
+
*/
|
|
85
|
+
features: Feature[];
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* List of attributes the model has.
|
|
89
|
+
*
|
|
90
|
+
* @generated from field: google.protobuf.Struct attributes = 4;
|
|
91
|
+
*/
|
|
92
|
+
attributes?: JsonObject;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* The timestamp when the feature table was created.
|
|
96
|
+
*
|
|
97
|
+
* @generated from field: google.protobuf.Timestamp create_time = 101;
|
|
98
|
+
*/
|
|
99
|
+
createTime?: Timestamp;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* The timestamp when the feature table was last modified.
|
|
103
|
+
*
|
|
104
|
+
* @generated from field: google.protobuf.Timestamp update_time = 102;
|
|
105
|
+
*/
|
|
106
|
+
updateTime?: Timestamp;
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Describes the message raystack.assets.v1beta2.FeatureTable.
|
|
111
|
+
* Use `create(FeatureTableSchema)` to create a new message.
|
|
112
|
+
*/
|
|
113
|
+
export declare const FeatureTableSchema: GenMessage<FeatureTable>;
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* An entity is a collection of semantically related features. Users define
|
|
117
|
+
* entities to map to the domain of their use case. For example, a
|
|
118
|
+
* ride-hailing service could have customers and drivers as their entities,
|
|
119
|
+
* which group related features that correspond to these customers and drivers.
|
|
120
|
+
*
|
|
121
|
+
* @generated from message raystack.assets.v1beta2.FeatureTable.Entity
|
|
122
|
+
*/
|
|
123
|
+
export declare type FeatureTable_Entity = Message<"raystack.assets.v1beta2.FeatureTable.Entity"> & {
|
|
124
|
+
/**
|
|
125
|
+
* The unique name of the entity.
|
|
126
|
+
*
|
|
127
|
+
* @generated from field: string name = 1;
|
|
128
|
+
*/
|
|
129
|
+
name: string;
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* A property that uniquely identifies different entities within the
|
|
133
|
+
* collection. The join_key property is typically used for joining entities
|
|
134
|
+
* with their associated features.
|
|
135
|
+
*
|
|
136
|
+
* @generated from field: repeated string join_keys = 2;
|
|
137
|
+
*/
|
|
138
|
+
joinKeys: string[];
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Optional: Arbitrary metadata.
|
|
142
|
+
*
|
|
143
|
+
* @generated from field: map<string, string> labels = 3;
|
|
144
|
+
*/
|
|
145
|
+
labels: { [key: string]: string };
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Optional: Description of the entity.
|
|
149
|
+
*
|
|
150
|
+
* @generated from field: string description = 4;
|
|
151
|
+
*/
|
|
152
|
+
description: string;
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* Optional: Data type of the entity.
|
|
156
|
+
*
|
|
157
|
+
* @generated from field: string type = 5;
|
|
158
|
+
*/
|
|
159
|
+
type: string;
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Describes the message raystack.assets.v1beta2.FeatureTable.Entity.
|
|
164
|
+
* Use `create(FeatureTable_EntitySchema)` to create a new message.
|
|
165
|
+
*/
|
|
166
|
+
export declare const FeatureTable_EntitySchema: GenMessage<FeatureTable_Entity>;
|
|
167
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
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/feature_table.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/feature_table.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_raystack_assets_v1beta2_feature_table = /*@__PURE__*/
|
|
12
|
+
fileDesc("CityYXlzdGFjay9hc3NldHMvdjFiZXRhMi9mZWF0dXJlX3RhYmxlLnByb3RvEhdyYXlzdGFjay5hc3NldHMudjFiZXRhMiJSCgdGZWF0dXJlEgwKBG5hbWUYASABKAkSEQoJZGF0YV90eXBlGAIgASgJEhEKCWFsZ29yaXRobRgDIAEoCRITCgtlbnRpdHlfbmFtZRgEIAEoCSLsAwoMRmVhdHVyZVRhYmxlEhEKCW5hbWVzcGFjZRgBIAEoCRI+CghlbnRpdGllcxgCIAMoCzIsLnJheXN0YWNrLmFzc2V0cy52MWJldGEyLkZlYXR1cmVUYWJsZS5FbnRpdHkSMgoIZmVhdHVyZXMYAyADKAsyIC5yYXlzdGFjay5hc3NldHMudjFiZXRhMi5GZWF0dXJlEisKCmF0dHJpYnV0ZXMYBCABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0Ei8KC2NyZWF0ZV90aW1lGGUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIvCgt1cGRhdGVfdGltZRhmIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAaxQEKBkVudGl0eRIMCgRuYW1lGAEgASgJEhEKCWpvaW5fa2V5cxgCIAMoCRJICgZsYWJlbHMYAyADKAsyOC5yYXlzdGFjay5hc3NldHMudjFiZXRhMi5GZWF0dXJlVGFibGUuRW50aXR5LkxhYmVsc0VudHJ5EhMKC2Rlc2NyaXB0aW9uGAQgASgJEgwKBHR5cGUYBSABKAkaLQoLTGFiZWxzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4AUJbChJpby5yYXlzdGFjay5hc3NldHNCDEZlYXR1cmVQcm90b1o3Z2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vYXNzZXRzL3YxYmV0YTI7YXNzZXRzdjFiZXRhMmIGcHJvdG8z", [file_google_protobuf_struct, file_google_protobuf_timestamp]);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message raystack.assets.v1beta2.Feature.
|
|
16
|
+
* Use `create(FeatureSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const FeatureSchema = /*@__PURE__*/
|
|
19
|
+
messageDesc(file_raystack_assets_v1beta2_feature_table, 0);
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message raystack.assets.v1beta2.FeatureTable.
|
|
23
|
+
* Use `create(FeatureTableSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const FeatureTableSchema = /*@__PURE__*/
|
|
26
|
+
messageDesc(file_raystack_assets_v1beta2_feature_table, 1);
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Describes the message raystack.assets.v1beta2.FeatureTable.Entity.
|
|
30
|
+
* Use `create(FeatureTable_EntitySchema)` to create a new message.
|
|
31
|
+
*/
|
|
32
|
+
export const FeatureTable_EntitySchema = /*@__PURE__*/
|
|
33
|
+
messageDesc(file_raystack_assets_v1beta2_feature_table, 1, 0);
|
|
34
|
+
|
|
@@ -1,10 +1,18 @@
|
|
|
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/feature_table.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/feature_table.proto.
|
|
13
|
+
*/
|
|
14
|
+
export const file_raystack_assets_v1beta2_feature_table: GenFile = /*@__PURE__*/
|
|
15
|
+
fileDesc("CityYXlzdGFjay9hc3NldHMvdjFiZXRhMi9mZWF0dXJlX3RhYmxlLnByb3RvEhdyYXlzdGFjay5hc3NldHMudjFiZXRhMiJSCgdGZWF0dXJlEgwKBG5hbWUYASABKAkSEQoJZGF0YV90eXBlGAIgASgJEhEKCWFsZ29yaXRobRgDIAEoCRITCgtlbnRpdHlfbmFtZRgEIAEoCSLsAwoMRmVhdHVyZVRhYmxlEhEKCW5hbWVzcGFjZRgBIAEoCRI+CghlbnRpdGllcxgCIAMoCzIsLnJheXN0YWNrLmFzc2V0cy52MWJldGEyLkZlYXR1cmVUYWJsZS5FbnRpdHkSMgoIZmVhdHVyZXMYAyADKAsyIC5yYXlzdGFjay5hc3NldHMudjFiZXRhMi5GZWF0dXJlEisKCmF0dHJpYnV0ZXMYBCABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0Ei8KC2NyZWF0ZV90aW1lGGUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIvCgt1cGRhdGVfdGltZRhmIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAaxQEKBkVudGl0eRIMCgRuYW1lGAEgASgJEhEKCWpvaW5fa2V5cxgCIAMoCRJICgZsYWJlbHMYAyADKAsyOC5yYXlzdGFjay5hc3NldHMudjFiZXRhMi5GZWF0dXJlVGFibGUuRW50aXR5LkxhYmVsc0VudHJ5EhMKC2Rlc2NyaXB0aW9uGAQgASgJEgwKBHR5cGUYBSABKAkaLQoLTGFiZWxzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4AUJbChJpby5yYXlzdGFjay5hc3NldHNCDEZlYXR1cmVQcm90b1o3Z2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vYXNzZXRzL3YxYmV0YTI7YXNzZXRzdjFiZXRhMmIGcHJvdG8z", [file_google_protobuf_struct, file_google_protobuf_timestamp]);
|
|
8
16
|
|
|
9
17
|
/**
|
|
10
18
|
* Feature is a Machine Learning(ML) feature. In machine learning, a feature
|
|
@@ -13,20 +21,20 @@ import { Message, proto3, Struct, Timestamp } from "@bufbuild/protobuf";
|
|
|
13
21
|
*
|
|
14
22
|
* @generated from message raystack.assets.v1beta2.Feature
|
|
15
23
|
*/
|
|
16
|
-
export
|
|
24
|
+
export type Feature = Message<"raystack.assets.v1beta2.Feature"> & {
|
|
17
25
|
/**
|
|
18
26
|
* The name of the field.
|
|
19
27
|
*
|
|
20
28
|
* @generated from field: string name = 1;
|
|
21
29
|
*/
|
|
22
|
-
name
|
|
30
|
+
name: string;
|
|
23
31
|
|
|
24
32
|
/**
|
|
25
33
|
* The data type associated with an individual ML Feature.
|
|
26
34
|
*
|
|
27
35
|
* @generated from field: string data_type = 2;
|
|
28
36
|
*/
|
|
29
|
-
dataType
|
|
37
|
+
dataType: string;
|
|
30
38
|
|
|
31
39
|
/**
|
|
32
40
|
* Optional: Name of the algorithm used to compute the feature, e.g., PCA,
|
|
@@ -34,45 +42,22 @@ export class Feature extends Message<Feature> {
|
|
|
34
42
|
*
|
|
35
43
|
* @generated from field: string algorithm = 3;
|
|
36
44
|
*/
|
|
37
|
-
algorithm
|
|
45
|
+
algorithm: string;
|
|
38
46
|
|
|
39
47
|
/**
|
|
40
48
|
* Optional: Name of the entity instance.
|
|
41
49
|
*
|
|
42
50
|
* @generated from field: string entity_name = 4;
|
|
43
51
|
*/
|
|
44
|
-
entityName
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
54
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
55
|
-
{ no: 2, name: "data_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
56
|
-
{ no: 3, name: "algorithm", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
57
|
-
{ no: 4, name: "entity_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
58
|
-
]);
|
|
59
|
-
|
|
60
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Feature {
|
|
61
|
-
return new Feature().fromBinary(bytes, options);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Feature {
|
|
65
|
-
return new Feature().fromJson(jsonValue, options);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Feature {
|
|
69
|
-
return new Feature().fromJsonString(jsonString, options);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
static equals(a: Feature | PlainMessage<Feature> | undefined, b: Feature | PlainMessage<Feature> | undefined): boolean {
|
|
73
|
-
return proto3.util.equals(Feature, a, b);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
52
|
+
entityName: string;
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Describes the message raystack.assets.v1beta2.Feature.
|
|
57
|
+
* Use `create(FeatureSchema)` to create a new message.
|
|
58
|
+
*/
|
|
59
|
+
export const FeatureSchema: GenMessage<Feature> = /*@__PURE__*/
|
|
60
|
+
messageDesc(file_raystack_assets_v1beta2_feature_table, 0);
|
|
76
61
|
|
|
77
62
|
/**
|
|
78
63
|
* FeatureTable is a Machine Learning(ML) feature table or view that
|
|
@@ -81,34 +66,34 @@ export class Feature extends Message<Feature> {
|
|
|
81
66
|
*
|
|
82
67
|
* @generated from message raystack.assets.v1beta2.FeatureTable
|
|
83
68
|
*/
|
|
84
|
-
export
|
|
69
|
+
export type FeatureTable = Message<"raystack.assets.v1beta2.FeatureTable"> & {
|
|
85
70
|
/**
|
|
86
71
|
* Optional: Feature store's namespace or project.
|
|
87
72
|
*
|
|
88
73
|
* @generated from field: string namespace = 1;
|
|
89
74
|
*/
|
|
90
|
-
namespace
|
|
75
|
+
namespace: string;
|
|
91
76
|
|
|
92
77
|
/**
|
|
93
78
|
* Optional: The list of entities that this feature view is associated with.
|
|
94
79
|
*
|
|
95
80
|
* @generated from field: repeated raystack.assets.v1beta2.FeatureTable.Entity entities = 2;
|
|
96
81
|
*/
|
|
97
|
-
entities: FeatureTable_Entity[]
|
|
82
|
+
entities: FeatureTable_Entity[];
|
|
98
83
|
|
|
99
84
|
/**
|
|
100
85
|
* Features that are part of the table, akin to columns in a table.
|
|
101
86
|
*
|
|
102
87
|
* @generated from field: repeated raystack.assets.v1beta2.Feature features = 3;
|
|
103
88
|
*/
|
|
104
|
-
features: Feature[]
|
|
89
|
+
features: Feature[];
|
|
105
90
|
|
|
106
91
|
/**
|
|
107
92
|
* List of attributes the model has.
|
|
108
93
|
*
|
|
109
94
|
* @generated from field: google.protobuf.Struct attributes = 4;
|
|
110
95
|
*/
|
|
111
|
-
attributes?:
|
|
96
|
+
attributes?: JsonObject;
|
|
112
97
|
|
|
113
98
|
/**
|
|
114
99
|
* The timestamp when the feature table was created.
|
|
@@ -123,39 +108,14 @@ export class FeatureTable extends Message<FeatureTable> {
|
|
|
123
108
|
* @generated from field: google.protobuf.Timestamp update_time = 102;
|
|
124
109
|
*/
|
|
125
110
|
updateTime?: Timestamp;
|
|
111
|
+
};
|
|
126
112
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
static readonly typeName = "raystack.assets.v1beta2.FeatureTable";
|
|
134
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
135
|
-
{ no: 1, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
136
|
-
{ no: 2, name: "entities", kind: "message", T: FeatureTable_Entity, repeated: true },
|
|
137
|
-
{ no: 3, name: "features", kind: "message", T: Feature, repeated: true },
|
|
138
|
-
{ no: 4, name: "attributes", kind: "message", T: Struct },
|
|
139
|
-
{ no: 101, name: "create_time", kind: "message", T: Timestamp },
|
|
140
|
-
{ no: 102, name: "update_time", kind: "message", T: Timestamp },
|
|
141
|
-
]);
|
|
142
|
-
|
|
143
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FeatureTable {
|
|
144
|
-
return new FeatureTable().fromBinary(bytes, options);
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FeatureTable {
|
|
148
|
-
return new FeatureTable().fromJson(jsonValue, options);
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FeatureTable {
|
|
152
|
-
return new FeatureTable().fromJsonString(jsonString, options);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
static equals(a: FeatureTable | PlainMessage<FeatureTable> | undefined, b: FeatureTable | PlainMessage<FeatureTable> | undefined): boolean {
|
|
156
|
-
return proto3.util.equals(FeatureTable, a, b);
|
|
157
|
-
}
|
|
158
|
-
}
|
|
113
|
+
/**
|
|
114
|
+
* Describes the message raystack.assets.v1beta2.FeatureTable.
|
|
115
|
+
* Use `create(FeatureTableSchema)` to create a new message.
|
|
116
|
+
*/
|
|
117
|
+
export const FeatureTableSchema: GenMessage<FeatureTable> = /*@__PURE__*/
|
|
118
|
+
messageDesc(file_raystack_assets_v1beta2_feature_table, 1);
|
|
159
119
|
|
|
160
120
|
/**
|
|
161
121
|
* An entity is a collection of semantically related features. Users define
|
|
@@ -165,13 +125,13 @@ export class FeatureTable extends Message<FeatureTable> {
|
|
|
165
125
|
*
|
|
166
126
|
* @generated from message raystack.assets.v1beta2.FeatureTable.Entity
|
|
167
127
|
*/
|
|
168
|
-
export
|
|
128
|
+
export type FeatureTable_Entity = Message<"raystack.assets.v1beta2.FeatureTable.Entity"> & {
|
|
169
129
|
/**
|
|
170
130
|
* The unique name of the entity.
|
|
171
131
|
*
|
|
172
132
|
* @generated from field: string name = 1;
|
|
173
133
|
*/
|
|
174
|
-
name
|
|
134
|
+
name: string;
|
|
175
135
|
|
|
176
136
|
/**
|
|
177
137
|
* A property that uniquely identifies different entities within the
|
|
@@ -180,58 +140,34 @@ export class FeatureTable_Entity extends Message<FeatureTable_Entity> {
|
|
|
180
140
|
*
|
|
181
141
|
* @generated from field: repeated string join_keys = 2;
|
|
182
142
|
*/
|
|
183
|
-
joinKeys: string[]
|
|
143
|
+
joinKeys: string[];
|
|
184
144
|
|
|
185
145
|
/**
|
|
186
146
|
* Optional: Arbitrary metadata.
|
|
187
147
|
*
|
|
188
148
|
* @generated from field: map<string, string> labels = 3;
|
|
189
149
|
*/
|
|
190
|
-
labels: { [key: string]: string }
|
|
150
|
+
labels: { [key: string]: string };
|
|
191
151
|
|
|
192
152
|
/**
|
|
193
153
|
* Optional: Description of the entity.
|
|
194
154
|
*
|
|
195
155
|
* @generated from field: string description = 4;
|
|
196
156
|
*/
|
|
197
|
-
description
|
|
157
|
+
description: string;
|
|
198
158
|
|
|
199
159
|
/**
|
|
200
160
|
* Optional: Data type of the entity.
|
|
201
161
|
*
|
|
202
162
|
* @generated from field: string type = 5;
|
|
203
163
|
*/
|
|
204
|
-
type
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
214
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
215
|
-
{ no: 2, name: "join_keys", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
216
|
-
{ no: 3, name: "labels", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
217
|
-
{ no: 4, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
218
|
-
{ no: 5, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
219
|
-
]);
|
|
220
|
-
|
|
221
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FeatureTable_Entity {
|
|
222
|
-
return new FeatureTable_Entity().fromBinary(bytes, options);
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FeatureTable_Entity {
|
|
226
|
-
return new FeatureTable_Entity().fromJson(jsonValue, options);
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FeatureTable_Entity {
|
|
230
|
-
return new FeatureTable_Entity().fromJsonString(jsonString, options);
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
static equals(a: FeatureTable_Entity | PlainMessage<FeatureTable_Entity> | undefined, b: FeatureTable_Entity | PlainMessage<FeatureTable_Entity> | undefined): boolean {
|
|
234
|
-
return proto3.util.equals(FeatureTable_Entity, a, b);
|
|
235
|
-
}
|
|
236
|
-
}
|
|
164
|
+
type: string;
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* Describes the message raystack.assets.v1beta2.FeatureTable.Entity.
|
|
169
|
+
* Use `create(FeatureTable_EntitySchema)` to create a new message.
|
|
170
|
+
*/
|
|
171
|
+
export const FeatureTable_EntitySchema: GenMessage<FeatureTable_Entity> = /*@__PURE__*/
|
|
172
|
+
messageDesc(file_raystack_assets_v1beta2_feature_table, 1, 0);
|
|
237
173
|
|