@raystack/proton 0.1.0-35dd68d487bfa7e7339c40e9b103ee7377aac6e6 → 0.1.0-434b8aec0c95625a6633f4e890be311d3e0fefef
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/google/api/annotations_pb.d.ts +34 -0
- package/google/api/annotations_pb.js +36 -0
- package/google/api/annotations_pb.ts +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 +269 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +323 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +75 -524
- 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 +1918 -3843
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +755 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +925 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +200 -1674
- package/raystack/frontier/v1beta1/frontier_pb.d.ts +8980 -0
- package/raystack/frontier/v1beta1/frontier_pb.js +2649 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +5062 -10956
- package/raystack/frontier/v1beta1/models_pb.d.ts +3043 -0
- package/raystack/frontier/v1beta1/models_pb.js +485 -0
- package/raystack/frontier/v1beta1/models_pb.ts +1053 -2283
- 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 -866
- package/raystack/frontier/v1beta1/admin.ts +0 -9117
- package/raystack/frontier/v1beta1/admin_connect.ts +0 -584
- 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,83 +1,53 @@
|
|
|
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/optimus/plugins/v1beta1/dependency_resolver.proto (package raystack.optimus.plugins.v1beta1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
4
|
|
|
6
|
-
import type {
|
|
7
|
-
import {
|
|
5
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
9
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Describes the file raystack/optimus/plugins/v1beta1/dependency_resolver.proto.
|
|
13
|
+
*/
|
|
14
|
+
export const file_raystack_optimus_plugins_v1beta1_dependency_resolver: GenFile = /*@__PURE__*/
|
|
15
|
+
fileDesc("CjpyYXlzdGFjay9vcHRpbXVzL3BsdWdpbnMvdjFiZXRhMS9kZXBlbmRlbmN5X3Jlc29sdmVyLnByb3RvEiByYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMSIQCg5HZXROYW1lUmVxdWVzdCIfCg9HZXROYW1lUmVzcG9uc2USDAoEbmFtZRgBIAEoCSLZAQoaR2VuZXJhdGVEZXN0aW5hdGlvblJlcXVlc3QSOQoGY29uZmlnGAEgASgLMikucmF5c3RhY2sub3B0aW11cy5wbHVnaW5zLnYxYmV0YTEuQ29uZmlncxI4CgZhc3NldHMYAiABKAsyKC5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5Bc3NldHMSQAoHb3B0aW9ucxgoIAEoCzIvLnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLlBsdWdpbk9wdGlvbnNKBAgDEAQiTAobR2VuZXJhdGVEZXN0aW5hdGlvblJlc3BvbnNlEhMKC2Rlc3RpbmF0aW9uGAEgASgJEhgKEGRlc3RpbmF0aW9uX3R5cGUYAiABKAki2gEKG0dlbmVyYXRlRGVwZW5kZW5jaWVzUmVxdWVzdBI5CgZjb25maWcYASABKAsyKS5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5Db25maWdzEjgKBmFzc2V0cxgCIAEoCzIoLnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkFzc2V0cxJACgdvcHRpb25zGCggASgLMi8ucmF5c3RhY2sub3B0aW11cy5wbHVnaW5zLnYxYmV0YTEuUGx1Z2luT3B0aW9uc0oECAMQBCI0ChxHZW5lcmF0ZURlcGVuZGVuY2llc1Jlc3BvbnNlEhQKDGRlcGVuZGVuY2llcxgBIAMoCSJzCgdDb25maWdzEkEKB2NvbmZpZ3MYASADKAsyMC5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5Db25maWdzLkNvbmZpZxolCgZDb25maWcSDAoEbmFtZRgBIAEoCRINCgV2YWx1ZRgCIAEoCSJuCgZBc3NldHMSPgoGYXNzZXRzGAEgAygLMi4ucmF5c3RhY2sub3B0aW11cy5wbHVnaW5zLnYxYmV0YTEuQXNzZXRzLkFzc2V0GiQKBUFzc2V0EgwKBG5hbWUYASABKAkSDQoFdmFsdWUYAiABKAkiOQoMSW5zdGFuY2VEYXRhEgwKBG5hbWUYASABKAkSDQoFdmFsdWUYAiABKAkSDAoEdHlwZRgDIAEoCSKFAwoUQ29tcGlsZUFzc2V0c1JlcXVlc3QSOgoHY29uZmlncxgBIAEoCzIpLnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkNvbmZpZ3MSOAoGYXNzZXRzGAIgASgLMigucmF5c3RhY2sub3B0aW11cy5wbHVnaW5zLnYxYmV0YTEuQXNzZXRzEkUKDWluc3RhbmNlX2RhdGEYCCADKAsyLi5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5JbnN0YW5jZURhdGESLgoKc3RhcnRfdGltZRgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLAoIZW5kX3RpbWUYByABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEkAKB29wdGlvbnMYKCABKAsyLy5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5QbHVnaW5PcHRpb25zSgQIAxAESgQIBBAFSgQIBRAGIlEKFUNvbXBpbGVBc3NldHNSZXNwb25zZRI4CgZhc3NldHMYASABKAsyKC5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5Bc3NldHMiIAoNUGx1Z2luT3B0aW9ucxIPCgdkcnlfcnVuGAEgASgIMr4EChxEZXBlbmRlbmN5UmVzb2x2ZXJNb2RTZXJ2aWNlEm4KB0dldE5hbWUSMC5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5HZXROYW1lUmVxdWVzdBoxLnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkdldE5hbWVSZXNwb25zZRKSAQoTR2VuZXJhdGVEZXN0aW5hdGlvbhI8LnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkdlbmVyYXRlRGVzdGluYXRpb25SZXF1ZXN0Gj0ucmF5c3RhY2sub3B0aW11cy5wbHVnaW5zLnYxYmV0YTEuR2VuZXJhdGVEZXN0aW5hdGlvblJlc3BvbnNlEpUBChRHZW5lcmF0ZURlcGVuZGVuY2llcxI9LnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkdlbmVyYXRlRGVwZW5kZW5jaWVzUmVxdWVzdBo+LnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkdlbmVyYXRlRGVwZW5kZW5jaWVzUmVzcG9uc2USgAEKDUNvbXBpbGVBc3NldHMSNi5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5Db21waWxlQXNzZXRzUmVxdWVzdBo3LnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkNvbXBpbGVBc3NldHNSZXNwb25zZUJnCiNvcmcucmF5c3RhY2sucHJvdG9uLm9wdGltdXMucGx1Z2luc0IaRGVwZW5kZW5jeVJlc29sdmVyTW9kUHJvdG9QAVoiZ2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vb3B0aW11c2IGcHJvdG8z", [file_google_protobuf_timestamp]);
|
|
8
16
|
|
|
9
17
|
/**
|
|
10
18
|
* @generated from message raystack.optimus.plugins.v1beta1.GetNameRequest
|
|
11
19
|
*/
|
|
12
|
-
export
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
]);
|
|
22
|
-
|
|
23
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetNameRequest {
|
|
24
|
-
return new GetNameRequest().fromBinary(bytes, options);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetNameRequest {
|
|
28
|
-
return new GetNameRequest().fromJson(jsonValue, options);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetNameRequest {
|
|
32
|
-
return new GetNameRequest().fromJsonString(jsonString, options);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
static equals(a: GetNameRequest | PlainMessage<GetNameRequest> | undefined, b: GetNameRequest | PlainMessage<GetNameRequest> | undefined): boolean {
|
|
36
|
-
return proto3.util.equals(GetNameRequest, a, b);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
20
|
+
export type GetNameRequest = Message<"raystack.optimus.plugins.v1beta1.GetNameRequest"> & {
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Describes the message raystack.optimus.plugins.v1beta1.GetNameRequest.
|
|
25
|
+
* Use `create(GetNameRequestSchema)` to create a new message.
|
|
26
|
+
*/
|
|
27
|
+
export const GetNameRequestSchema: GenMessage<GetNameRequest> = /*@__PURE__*/
|
|
28
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 0);
|
|
39
29
|
|
|
40
30
|
/**
|
|
41
31
|
* @generated from message raystack.optimus.plugins.v1beta1.GetNameResponse
|
|
42
32
|
*/
|
|
43
|
-
export
|
|
33
|
+
export type GetNameResponse = Message<"raystack.optimus.plugins.v1beta1.GetNameResponse"> & {
|
|
44
34
|
/**
|
|
45
35
|
* @generated from field: string name = 1;
|
|
46
36
|
*/
|
|
47
|
-
name
|
|
37
|
+
name: string;
|
|
38
|
+
};
|
|
48
39
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
static readonly typeName = "raystack.optimus.plugins.v1beta1.GetNameResponse";
|
|
56
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
57
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
58
|
-
]);
|
|
59
|
-
|
|
60
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetNameResponse {
|
|
61
|
-
return new GetNameResponse().fromBinary(bytes, options);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetNameResponse {
|
|
65
|
-
return new GetNameResponse().fromJson(jsonValue, options);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetNameResponse {
|
|
69
|
-
return new GetNameResponse().fromJsonString(jsonString, options);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
static equals(a: GetNameResponse | PlainMessage<GetNameResponse> | undefined, b: GetNameResponse | PlainMessage<GetNameResponse> | undefined): boolean {
|
|
73
|
-
return proto3.util.equals(GetNameResponse, a, b);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message raystack.optimus.plugins.v1beta1.GetNameResponse.
|
|
42
|
+
* Use `create(GetNameResponseSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetNameResponseSchema: GenMessage<GetNameResponse> = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 1);
|
|
76
46
|
|
|
77
47
|
/**
|
|
78
48
|
* @generated from message raystack.optimus.plugins.v1beta1.GenerateDestinationRequest
|
|
79
49
|
*/
|
|
80
|
-
export
|
|
50
|
+
export type GenerateDestinationRequest = Message<"raystack.optimus.plugins.v1beta1.GenerateDestinationRequest"> & {
|
|
81
51
|
/**
|
|
82
52
|
* @generated from field: raystack.optimus.plugins.v1beta1.Configs config = 1;
|
|
83
53
|
*/
|
|
@@ -92,84 +62,41 @@ export class GenerateDestinationRequest extends Message<GenerateDestinationReque
|
|
|
92
62
|
* @generated from field: raystack.optimus.plugins.v1beta1.PluginOptions options = 40;
|
|
93
63
|
*/
|
|
94
64
|
options?: PluginOptions;
|
|
65
|
+
};
|
|
95
66
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
static readonly typeName = "raystack.optimus.plugins.v1beta1.GenerateDestinationRequest";
|
|
103
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
104
|
-
{ no: 1, name: "config", kind: "message", T: Configs },
|
|
105
|
-
{ no: 2, name: "assets", kind: "message", T: Assets },
|
|
106
|
-
{ no: 40, name: "options", kind: "message", T: PluginOptions },
|
|
107
|
-
]);
|
|
108
|
-
|
|
109
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GenerateDestinationRequest {
|
|
110
|
-
return new GenerateDestinationRequest().fromBinary(bytes, options);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GenerateDestinationRequest {
|
|
114
|
-
return new GenerateDestinationRequest().fromJson(jsonValue, options);
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GenerateDestinationRequest {
|
|
118
|
-
return new GenerateDestinationRequest().fromJsonString(jsonString, options);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
static equals(a: GenerateDestinationRequest | PlainMessage<GenerateDestinationRequest> | undefined, b: GenerateDestinationRequest | PlainMessage<GenerateDestinationRequest> | undefined): boolean {
|
|
122
|
-
return proto3.util.equals(GenerateDestinationRequest, a, b);
|
|
123
|
-
}
|
|
124
|
-
}
|
|
67
|
+
/**
|
|
68
|
+
* Describes the message raystack.optimus.plugins.v1beta1.GenerateDestinationRequest.
|
|
69
|
+
* Use `create(GenerateDestinationRequestSchema)` to create a new message.
|
|
70
|
+
*/
|
|
71
|
+
export const GenerateDestinationRequestSchema: GenMessage<GenerateDestinationRequest> = /*@__PURE__*/
|
|
72
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 2);
|
|
125
73
|
|
|
126
74
|
/**
|
|
127
75
|
* @generated from message raystack.optimus.plugins.v1beta1.GenerateDestinationResponse
|
|
128
76
|
*/
|
|
129
|
-
export
|
|
77
|
+
export type GenerateDestinationResponse = Message<"raystack.optimus.plugins.v1beta1.GenerateDestinationResponse"> & {
|
|
130
78
|
/**
|
|
131
79
|
* @generated from field: string destination = 1;
|
|
132
80
|
*/
|
|
133
|
-
destination
|
|
81
|
+
destination: string;
|
|
134
82
|
|
|
135
83
|
/**
|
|
136
84
|
* @generated from field: string destination_type = 2;
|
|
137
85
|
*/
|
|
138
|
-
destinationType
|
|
139
|
-
|
|
140
|
-
constructor(data?: PartialMessage<GenerateDestinationResponse>) {
|
|
141
|
-
super();
|
|
142
|
-
proto3.util.initPartial(data, this);
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
146
|
-
static readonly typeName = "raystack.optimus.plugins.v1beta1.GenerateDestinationResponse";
|
|
147
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
148
|
-
{ no: 1, name: "destination", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
149
|
-
{ no: 2, name: "destination_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
150
|
-
]);
|
|
151
|
-
|
|
152
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GenerateDestinationResponse {
|
|
153
|
-
return new GenerateDestinationResponse().fromBinary(bytes, options);
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GenerateDestinationResponse {
|
|
157
|
-
return new GenerateDestinationResponse().fromJson(jsonValue, options);
|
|
158
|
-
}
|
|
86
|
+
destinationType: string;
|
|
87
|
+
};
|
|
159
88
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
}
|
|
167
|
-
}
|
|
89
|
+
/**
|
|
90
|
+
* Describes the message raystack.optimus.plugins.v1beta1.GenerateDestinationResponse.
|
|
91
|
+
* Use `create(GenerateDestinationResponseSchema)` to create a new message.
|
|
92
|
+
*/
|
|
93
|
+
export const GenerateDestinationResponseSchema: GenMessage<GenerateDestinationResponse> = /*@__PURE__*/
|
|
94
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 3);
|
|
168
95
|
|
|
169
96
|
/**
|
|
170
97
|
* @generated from message raystack.optimus.plugins.v1beta1.GenerateDependenciesRequest
|
|
171
98
|
*/
|
|
172
|
-
export
|
|
99
|
+
export type GenerateDependenciesRequest = Message<"raystack.optimus.plugins.v1beta1.GenerateDependenciesRequest"> & {
|
|
173
100
|
/**
|
|
174
101
|
* @generated from field: raystack.optimus.plugins.v1beta1.Configs config = 1;
|
|
175
102
|
*/
|
|
@@ -184,287 +111,141 @@ export class GenerateDependenciesRequest extends Message<GenerateDependenciesReq
|
|
|
184
111
|
* @generated from field: raystack.optimus.plugins.v1beta1.PluginOptions options = 40;
|
|
185
112
|
*/
|
|
186
113
|
options?: PluginOptions;
|
|
114
|
+
};
|
|
187
115
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
static readonly typeName = "raystack.optimus.plugins.v1beta1.GenerateDependenciesRequest";
|
|
195
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
196
|
-
{ no: 1, name: "config", kind: "message", T: Configs },
|
|
197
|
-
{ no: 2, name: "assets", kind: "message", T: Assets },
|
|
198
|
-
{ no: 40, name: "options", kind: "message", T: PluginOptions },
|
|
199
|
-
]);
|
|
200
|
-
|
|
201
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GenerateDependenciesRequest {
|
|
202
|
-
return new GenerateDependenciesRequest().fromBinary(bytes, options);
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GenerateDependenciesRequest {
|
|
206
|
-
return new GenerateDependenciesRequest().fromJson(jsonValue, options);
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GenerateDependenciesRequest {
|
|
210
|
-
return new GenerateDependenciesRequest().fromJsonString(jsonString, options);
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
static equals(a: GenerateDependenciesRequest | PlainMessage<GenerateDependenciesRequest> | undefined, b: GenerateDependenciesRequest | PlainMessage<GenerateDependenciesRequest> | undefined): boolean {
|
|
214
|
-
return proto3.util.equals(GenerateDependenciesRequest, a, b);
|
|
215
|
-
}
|
|
216
|
-
}
|
|
116
|
+
/**
|
|
117
|
+
* Describes the message raystack.optimus.plugins.v1beta1.GenerateDependenciesRequest.
|
|
118
|
+
* Use `create(GenerateDependenciesRequestSchema)` to create a new message.
|
|
119
|
+
*/
|
|
120
|
+
export const GenerateDependenciesRequestSchema: GenMessage<GenerateDependenciesRequest> = /*@__PURE__*/
|
|
121
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 4);
|
|
217
122
|
|
|
218
123
|
/**
|
|
219
124
|
* @generated from message raystack.optimus.plugins.v1beta1.GenerateDependenciesResponse
|
|
220
125
|
*/
|
|
221
|
-
export
|
|
126
|
+
export type GenerateDependenciesResponse = Message<"raystack.optimus.plugins.v1beta1.GenerateDependenciesResponse"> & {
|
|
222
127
|
/**
|
|
223
128
|
* @generated from field: repeated string dependencies = 1;
|
|
224
129
|
*/
|
|
225
|
-
dependencies: string[]
|
|
226
|
-
|
|
227
|
-
constructor(data?: PartialMessage<GenerateDependenciesResponse>) {
|
|
228
|
-
super();
|
|
229
|
-
proto3.util.initPartial(data, this);
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
233
|
-
static readonly typeName = "raystack.optimus.plugins.v1beta1.GenerateDependenciesResponse";
|
|
234
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
235
|
-
{ no: 1, name: "dependencies", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
236
|
-
]);
|
|
130
|
+
dependencies: string[];
|
|
131
|
+
};
|
|
237
132
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GenerateDependenciesResponse {
|
|
247
|
-
return new GenerateDependenciesResponse().fromJsonString(jsonString, options);
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
static equals(a: GenerateDependenciesResponse | PlainMessage<GenerateDependenciesResponse> | undefined, b: GenerateDependenciesResponse | PlainMessage<GenerateDependenciesResponse> | undefined): boolean {
|
|
251
|
-
return proto3.util.equals(GenerateDependenciesResponse, a, b);
|
|
252
|
-
}
|
|
253
|
-
}
|
|
133
|
+
/**
|
|
134
|
+
* Describes the message raystack.optimus.plugins.v1beta1.GenerateDependenciesResponse.
|
|
135
|
+
* Use `create(GenerateDependenciesResponseSchema)` to create a new message.
|
|
136
|
+
*/
|
|
137
|
+
export const GenerateDependenciesResponseSchema: GenMessage<GenerateDependenciesResponse> = /*@__PURE__*/
|
|
138
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 5);
|
|
254
139
|
|
|
255
140
|
/**
|
|
256
141
|
* @generated from message raystack.optimus.plugins.v1beta1.Configs
|
|
257
142
|
*/
|
|
258
|
-
export
|
|
143
|
+
export type Configs = Message<"raystack.optimus.plugins.v1beta1.Configs"> & {
|
|
259
144
|
/**
|
|
260
145
|
* @generated from field: repeated raystack.optimus.plugins.v1beta1.Configs.Config configs = 1;
|
|
261
146
|
*/
|
|
262
|
-
configs: Configs_Config[]
|
|
263
|
-
|
|
264
|
-
constructor(data?: PartialMessage<Configs>) {
|
|
265
|
-
super();
|
|
266
|
-
proto3.util.initPartial(data, this);
|
|
267
|
-
}
|
|
147
|
+
configs: Configs_Config[];
|
|
148
|
+
};
|
|
268
149
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Configs {
|
|
276
|
-
return new Configs().fromBinary(bytes, options);
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Configs {
|
|
280
|
-
return new Configs().fromJson(jsonValue, options);
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Configs {
|
|
284
|
-
return new Configs().fromJsonString(jsonString, options);
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
static equals(a: Configs | PlainMessage<Configs> | undefined, b: Configs | PlainMessage<Configs> | undefined): boolean {
|
|
288
|
-
return proto3.util.equals(Configs, a, b);
|
|
289
|
-
}
|
|
290
|
-
}
|
|
150
|
+
/**
|
|
151
|
+
* Describes the message raystack.optimus.plugins.v1beta1.Configs.
|
|
152
|
+
* Use `create(ConfigsSchema)` to create a new message.
|
|
153
|
+
*/
|
|
154
|
+
export const ConfigsSchema: GenMessage<Configs> = /*@__PURE__*/
|
|
155
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 6);
|
|
291
156
|
|
|
292
157
|
/**
|
|
293
158
|
* @generated from message raystack.optimus.plugins.v1beta1.Configs.Config
|
|
294
159
|
*/
|
|
295
|
-
export
|
|
160
|
+
export type Configs_Config = Message<"raystack.optimus.plugins.v1beta1.Configs.Config"> & {
|
|
296
161
|
/**
|
|
297
162
|
* @generated from field: string name = 1;
|
|
298
163
|
*/
|
|
299
|
-
name
|
|
164
|
+
name: string;
|
|
300
165
|
|
|
301
166
|
/**
|
|
302
167
|
* @generated from field: string value = 2;
|
|
303
168
|
*/
|
|
304
|
-
value
|
|
169
|
+
value: string;
|
|
170
|
+
};
|
|
305
171
|
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
static readonly typeName = "raystack.optimus.plugins.v1beta1.Configs.Config";
|
|
313
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
314
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
315
|
-
{ no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
316
|
-
]);
|
|
317
|
-
|
|
318
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Configs_Config {
|
|
319
|
-
return new Configs_Config().fromBinary(bytes, options);
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Configs_Config {
|
|
323
|
-
return new Configs_Config().fromJson(jsonValue, options);
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Configs_Config {
|
|
327
|
-
return new Configs_Config().fromJsonString(jsonString, options);
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
static equals(a: Configs_Config | PlainMessage<Configs_Config> | undefined, b: Configs_Config | PlainMessage<Configs_Config> | undefined): boolean {
|
|
331
|
-
return proto3.util.equals(Configs_Config, a, b);
|
|
332
|
-
}
|
|
333
|
-
}
|
|
172
|
+
/**
|
|
173
|
+
* Describes the message raystack.optimus.plugins.v1beta1.Configs.Config.
|
|
174
|
+
* Use `create(Configs_ConfigSchema)` to create a new message.
|
|
175
|
+
*/
|
|
176
|
+
export const Configs_ConfigSchema: GenMessage<Configs_Config> = /*@__PURE__*/
|
|
177
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 6, 0);
|
|
334
178
|
|
|
335
179
|
/**
|
|
336
180
|
* @generated from message raystack.optimus.plugins.v1beta1.Assets
|
|
337
181
|
*/
|
|
338
|
-
export
|
|
182
|
+
export type Assets = Message<"raystack.optimus.plugins.v1beta1.Assets"> & {
|
|
339
183
|
/**
|
|
340
184
|
* @generated from field: repeated raystack.optimus.plugins.v1beta1.Assets.Asset assets = 1;
|
|
341
185
|
*/
|
|
342
|
-
assets: Assets_Asset[]
|
|
343
|
-
|
|
344
|
-
constructor(data?: PartialMessage<Assets>) {
|
|
345
|
-
super();
|
|
346
|
-
proto3.util.initPartial(data, this);
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
350
|
-
static readonly typeName = "raystack.optimus.plugins.v1beta1.Assets";
|
|
351
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
352
|
-
{ no: 1, name: "assets", kind: "message", T: Assets_Asset, repeated: true },
|
|
353
|
-
]);
|
|
354
|
-
|
|
355
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Assets {
|
|
356
|
-
return new Assets().fromBinary(bytes, options);
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Assets {
|
|
360
|
-
return new Assets().fromJson(jsonValue, options);
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Assets {
|
|
364
|
-
return new Assets().fromJsonString(jsonString, options);
|
|
365
|
-
}
|
|
186
|
+
assets: Assets_Asset[];
|
|
187
|
+
};
|
|
366
188
|
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
189
|
+
/**
|
|
190
|
+
* Describes the message raystack.optimus.plugins.v1beta1.Assets.
|
|
191
|
+
* Use `create(AssetsSchema)` to create a new message.
|
|
192
|
+
*/
|
|
193
|
+
export const AssetsSchema: GenMessage<Assets> = /*@__PURE__*/
|
|
194
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 7);
|
|
371
195
|
|
|
372
196
|
/**
|
|
373
197
|
* @generated from message raystack.optimus.plugins.v1beta1.Assets.Asset
|
|
374
198
|
*/
|
|
375
|
-
export
|
|
199
|
+
export type Assets_Asset = Message<"raystack.optimus.plugins.v1beta1.Assets.Asset"> & {
|
|
376
200
|
/**
|
|
377
201
|
* @generated from field: string name = 1;
|
|
378
202
|
*/
|
|
379
|
-
name
|
|
203
|
+
name: string;
|
|
380
204
|
|
|
381
205
|
/**
|
|
382
206
|
* @generated from field: string value = 2;
|
|
383
207
|
*/
|
|
384
|
-
value
|
|
385
|
-
|
|
386
|
-
constructor(data?: PartialMessage<Assets_Asset>) {
|
|
387
|
-
super();
|
|
388
|
-
proto3.util.initPartial(data, this);
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
392
|
-
static readonly typeName = "raystack.optimus.plugins.v1beta1.Assets.Asset";
|
|
393
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
394
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
395
|
-
{ no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
396
|
-
]);
|
|
397
|
-
|
|
398
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Assets_Asset {
|
|
399
|
-
return new Assets_Asset().fromBinary(bytes, options);
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Assets_Asset {
|
|
403
|
-
return new Assets_Asset().fromJson(jsonValue, options);
|
|
404
|
-
}
|
|
208
|
+
value: string;
|
|
209
|
+
};
|
|
405
210
|
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
}
|
|
413
|
-
}
|
|
211
|
+
/**
|
|
212
|
+
* Describes the message raystack.optimus.plugins.v1beta1.Assets.Asset.
|
|
213
|
+
* Use `create(Assets_AssetSchema)` to create a new message.
|
|
214
|
+
*/
|
|
215
|
+
export const Assets_AssetSchema: GenMessage<Assets_Asset> = /*@__PURE__*/
|
|
216
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 7, 0);
|
|
414
217
|
|
|
415
218
|
/**
|
|
416
219
|
* @generated from message raystack.optimus.plugins.v1beta1.InstanceData
|
|
417
220
|
*/
|
|
418
|
-
export
|
|
221
|
+
export type InstanceData = Message<"raystack.optimus.plugins.v1beta1.InstanceData"> & {
|
|
419
222
|
/**
|
|
420
223
|
* @generated from field: string name = 1;
|
|
421
224
|
*/
|
|
422
|
-
name
|
|
225
|
+
name: string;
|
|
423
226
|
|
|
424
227
|
/**
|
|
425
228
|
* @generated from field: string value = 2;
|
|
426
229
|
*/
|
|
427
|
-
value
|
|
230
|
+
value: string;
|
|
428
231
|
|
|
429
232
|
/**
|
|
430
233
|
* @generated from field: string type = 3;
|
|
431
234
|
*/
|
|
432
|
-
type
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
442
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
443
|
-
{ no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
444
|
-
{ no: 3, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
445
|
-
]);
|
|
446
|
-
|
|
447
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InstanceData {
|
|
448
|
-
return new InstanceData().fromBinary(bytes, options);
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InstanceData {
|
|
452
|
-
return new InstanceData().fromJson(jsonValue, options);
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InstanceData {
|
|
456
|
-
return new InstanceData().fromJsonString(jsonString, options);
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
static equals(a: InstanceData | PlainMessage<InstanceData> | undefined, b: InstanceData | PlainMessage<InstanceData> | undefined): boolean {
|
|
460
|
-
return proto3.util.equals(InstanceData, a, b);
|
|
461
|
-
}
|
|
462
|
-
}
|
|
235
|
+
type: string;
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* Describes the message raystack.optimus.plugins.v1beta1.InstanceData.
|
|
240
|
+
* Use `create(InstanceDataSchema)` to create a new message.
|
|
241
|
+
*/
|
|
242
|
+
export const InstanceDataSchema: GenMessage<InstanceData> = /*@__PURE__*/
|
|
243
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 8);
|
|
463
244
|
|
|
464
245
|
/**
|
|
465
246
|
* @generated from message raystack.optimus.plugins.v1beta1.CompileAssetsRequest
|
|
466
247
|
*/
|
|
467
|
-
export
|
|
248
|
+
export type CompileAssetsRequest = Message<"raystack.optimus.plugins.v1beta1.CompileAssetsRequest"> & {
|
|
468
249
|
/**
|
|
469
250
|
* @generated from field: raystack.optimus.plugins.v1beta1.Configs configs = 1;
|
|
470
251
|
*/
|
|
@@ -478,7 +259,7 @@ export class CompileAssetsRequest extends Message<CompileAssetsRequest> {
|
|
|
478
259
|
/**
|
|
479
260
|
* @generated from field: repeated raystack.optimus.plugins.v1beta1.InstanceData instance_data = 8;
|
|
480
261
|
*/
|
|
481
|
-
instanceData: InstanceData[]
|
|
262
|
+
instanceData: InstanceData[];
|
|
482
263
|
|
|
483
264
|
/**
|
|
484
265
|
* @generated from field: google.protobuf.Timestamp start_time = 6;
|
|
@@ -494,111 +275,97 @@ export class CompileAssetsRequest extends Message<CompileAssetsRequest> {
|
|
|
494
275
|
* @generated from field: raystack.optimus.plugins.v1beta1.PluginOptions options = 40;
|
|
495
276
|
*/
|
|
496
277
|
options?: PluginOptions;
|
|
278
|
+
};
|
|
497
279
|
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
static readonly typeName = "raystack.optimus.plugins.v1beta1.CompileAssetsRequest";
|
|
505
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
506
|
-
{ no: 1, name: "configs", kind: "message", T: Configs },
|
|
507
|
-
{ no: 2, name: "assets", kind: "message", T: Assets },
|
|
508
|
-
{ no: 8, name: "instance_data", kind: "message", T: InstanceData, repeated: true },
|
|
509
|
-
{ no: 6, name: "start_time", kind: "message", T: Timestamp },
|
|
510
|
-
{ no: 7, name: "end_time", kind: "message", T: Timestamp },
|
|
511
|
-
{ no: 40, name: "options", kind: "message", T: PluginOptions },
|
|
512
|
-
]);
|
|
513
|
-
|
|
514
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CompileAssetsRequest {
|
|
515
|
-
return new CompileAssetsRequest().fromBinary(bytes, options);
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CompileAssetsRequest {
|
|
519
|
-
return new CompileAssetsRequest().fromJson(jsonValue, options);
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CompileAssetsRequest {
|
|
523
|
-
return new CompileAssetsRequest().fromJsonString(jsonString, options);
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
static equals(a: CompileAssetsRequest | PlainMessage<CompileAssetsRequest> | undefined, b: CompileAssetsRequest | PlainMessage<CompileAssetsRequest> | undefined): boolean {
|
|
527
|
-
return proto3.util.equals(CompileAssetsRequest, a, b);
|
|
528
|
-
}
|
|
529
|
-
}
|
|
280
|
+
/**
|
|
281
|
+
* Describes the message raystack.optimus.plugins.v1beta1.CompileAssetsRequest.
|
|
282
|
+
* Use `create(CompileAssetsRequestSchema)` to create a new message.
|
|
283
|
+
*/
|
|
284
|
+
export const CompileAssetsRequestSchema: GenMessage<CompileAssetsRequest> = /*@__PURE__*/
|
|
285
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 9);
|
|
530
286
|
|
|
531
287
|
/**
|
|
532
288
|
* @generated from message raystack.optimus.plugins.v1beta1.CompileAssetsResponse
|
|
533
289
|
*/
|
|
534
|
-
export
|
|
290
|
+
export type CompileAssetsResponse = Message<"raystack.optimus.plugins.v1beta1.CompileAssetsResponse"> & {
|
|
535
291
|
/**
|
|
536
292
|
* @generated from field: raystack.optimus.plugins.v1beta1.Assets assets = 1;
|
|
537
293
|
*/
|
|
538
294
|
assets?: Assets;
|
|
295
|
+
};
|
|
539
296
|
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
static readonly typeName = "raystack.optimus.plugins.v1beta1.CompileAssetsResponse";
|
|
547
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
548
|
-
{ no: 1, name: "assets", kind: "message", T: Assets },
|
|
549
|
-
]);
|
|
550
|
-
|
|
551
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CompileAssetsResponse {
|
|
552
|
-
return new CompileAssetsResponse().fromBinary(bytes, options);
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CompileAssetsResponse {
|
|
556
|
-
return new CompileAssetsResponse().fromJson(jsonValue, options);
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CompileAssetsResponse {
|
|
560
|
-
return new CompileAssetsResponse().fromJsonString(jsonString, options);
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
static equals(a: CompileAssetsResponse | PlainMessage<CompileAssetsResponse> | undefined, b: CompileAssetsResponse | PlainMessage<CompileAssetsResponse> | undefined): boolean {
|
|
564
|
-
return proto3.util.equals(CompileAssetsResponse, a, b);
|
|
565
|
-
}
|
|
566
|
-
}
|
|
297
|
+
/**
|
|
298
|
+
* Describes the message raystack.optimus.plugins.v1beta1.CompileAssetsResponse.
|
|
299
|
+
* Use `create(CompileAssetsResponseSchema)` to create a new message.
|
|
300
|
+
*/
|
|
301
|
+
export const CompileAssetsResponseSchema: GenMessage<CompileAssetsResponse> = /*@__PURE__*/
|
|
302
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 10);
|
|
567
303
|
|
|
568
304
|
/**
|
|
569
305
|
* @generated from message raystack.optimus.plugins.v1beta1.PluginOptions
|
|
570
306
|
*/
|
|
571
|
-
export
|
|
307
|
+
export type PluginOptions = Message<"raystack.optimus.plugins.v1beta1.PluginOptions"> & {
|
|
572
308
|
/**
|
|
573
309
|
* @generated from field: bool dry_run = 1;
|
|
574
310
|
*/
|
|
575
|
-
dryRun
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
311
|
+
dryRun: boolean;
|
|
312
|
+
};
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* Describes the message raystack.optimus.plugins.v1beta1.PluginOptions.
|
|
316
|
+
* Use `create(PluginOptionsSchema)` to create a new message.
|
|
317
|
+
*/
|
|
318
|
+
export const PluginOptionsSchema: GenMessage<PluginOptions> = /*@__PURE__*/
|
|
319
|
+
messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 11);
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* DependencyResolverModService must be implemented by all plugins want to support automatic
|
|
323
|
+
* dependency resolution
|
|
324
|
+
*
|
|
325
|
+
* @generated from service raystack.optimus.plugins.v1beta1.DependencyResolverModService
|
|
326
|
+
*/
|
|
327
|
+
export const DependencyResolverModService: GenService<{
|
|
328
|
+
/**
|
|
329
|
+
* GetName returns name of the plugin
|
|
330
|
+
*
|
|
331
|
+
* @generated from rpc raystack.optimus.plugins.v1beta1.DependencyResolverModService.GetName
|
|
332
|
+
*/
|
|
333
|
+
getName: {
|
|
334
|
+
methodKind: "unary";
|
|
335
|
+
input: typeof GetNameRequestSchema;
|
|
336
|
+
output: typeof GetNameResponseSchema;
|
|
337
|
+
},
|
|
338
|
+
/**
|
|
339
|
+
* GenerateDestination derive destination from config and assets
|
|
340
|
+
*
|
|
341
|
+
* @generated from rpc raystack.optimus.plugins.v1beta1.DependencyResolverModService.GenerateDestination
|
|
342
|
+
*/
|
|
343
|
+
generateDestination: {
|
|
344
|
+
methodKind: "unary";
|
|
345
|
+
input: typeof GenerateDestinationRequestSchema;
|
|
346
|
+
output: typeof GenerateDestinationResponseSchema;
|
|
347
|
+
},
|
|
348
|
+
/**
|
|
349
|
+
* GenerateDependencies return names of job destination on which this unit
|
|
350
|
+
* is dependent on
|
|
351
|
+
*
|
|
352
|
+
* @generated from rpc raystack.optimus.plugins.v1beta1.DependencyResolverModService.GenerateDependencies
|
|
353
|
+
*/
|
|
354
|
+
generateDependencies: {
|
|
355
|
+
methodKind: "unary";
|
|
356
|
+
input: typeof GenerateDependenciesRequestSchema;
|
|
357
|
+
output: typeof GenerateDependenciesResponseSchema;
|
|
358
|
+
},
|
|
359
|
+
/**
|
|
360
|
+
* CompileAssets overrides the default asset compilation behaviour
|
|
361
|
+
*
|
|
362
|
+
* @generated from rpc raystack.optimus.plugins.v1beta1.DependencyResolverModService.CompileAssets
|
|
363
|
+
*/
|
|
364
|
+
compileAssets: {
|
|
365
|
+
methodKind: "unary";
|
|
366
|
+
input: typeof CompileAssetsRequestSchema;
|
|
367
|
+
output: typeof CompileAssetsResponseSchema;
|
|
368
|
+
},
|
|
369
|
+
}> = /*@__PURE__*/
|
|
370
|
+
serviceDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 0);
|
|
604
371
|
|