@raystack/proton 0.1.0-00c55b6ba2a3f425eca16ca3d36e172952e4824d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +113 -0
- package/google/api/annotations_pb.d.ts +34 -0
- package/google/api/annotations_pb.js +36 -0
- package/google/api/annotations_pb.ts +39 -0
- package/google/api/field_behavior_pb.d.ts +134 -0
- package/google/api/field_behavior_pb.js +65 -0
- package/google/api/field_behavior_pb.ts +139 -0
- package/google/api/http_pb.d.ts +477 -0
- package/google/api/http_pb.js +47 -0
- package/google/api/http_pb.ts +482 -0
- package/google/api/httpbody_pb.d.ts +104 -0
- package/google/api/httpbody_pb.js +34 -0
- package/google/api/httpbody_pb.ts +108 -0
- package/index.d.ts +10 -0
- package/index.js +10 -0
- package/index.ts +10 -0
- package/package.json +94 -0
- package/protoc-gen-openapiv2/options/annotations_pb.d.ts +63 -0
- package/protoc-gen-openapiv2/options/annotations_pb.js +69 -0
- package/protoc-gen-openapiv2/options/annotations_pb.ts +72 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1497 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.js +232 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.ts +1525 -0
- package/raystack/assets/index.d.ts +29 -0
- package/raystack/assets/index.js +29 -0
- package/raystack/assets/index.ts +29 -0
- package/raystack/assets/v1beta1/bucket_pb.d.ts +180 -0
- package/raystack/assets/v1beta1/bucket_pb.js +32 -0
- package/raystack/assets/v1beta1/bucket_pb.ts +190 -0
- package/raystack/assets/v1beta1/dashboard_pb.d.ts +217 -0
- package/raystack/assets/v1beta1/dashboard_pb.js +32 -0
- package/raystack/assets/v1beta1/dashboard_pb.ts +227 -0
- package/raystack/assets/v1beta1/event_pb.d.ts +52 -0
- package/raystack/assets/v1beta1/event_pb.js +20 -0
- package/raystack/assets/v1beta1/event_pb.ts +56 -0
- package/raystack/assets/v1beta1/group_pb.d.ts +105 -0
- package/raystack/assets/v1beta1/group_pb.js +30 -0
- package/raystack/assets/v1beta1/group_pb.ts +113 -0
- package/raystack/assets/v1beta1/job_pb.d.ts +78 -0
- package/raystack/assets/v1beta1/job_pb.js +25 -0
- package/raystack/assets/v1beta1/job_pb.ts +87 -0
- package/raystack/assets/v1beta1/lineage_pb.d.ts +43 -0
- package/raystack/assets/v1beta1/lineage_pb.js +20 -0
- package/raystack/assets/v1beta1/lineage_pb.ts +47 -0
- package/raystack/assets/v1beta1/ownership_pb.d.ts +78 -0
- package/raystack/assets/v1beta1/ownership_pb.js +26 -0
- package/raystack/assets/v1beta1/ownership_pb.ts +82 -0
- package/raystack/assets/v1beta1/preview_pb.d.ts +41 -0
- package/raystack/assets/v1beta1/preview_pb.js +20 -0
- package/raystack/assets/v1beta1/preview_pb.ts +45 -0
- package/raystack/assets/v1beta1/properties_pb.d.ts +44 -0
- package/raystack/assets/v1beta1/properties_pb.js +20 -0
- package/raystack/assets/v1beta1/properties_pb.ts +48 -0
- package/raystack/assets/v1beta1/resource_pb.d.ts +74 -0
- package/raystack/assets/v1beta1/resource_pb.js +19 -0
- package/raystack/assets/v1beta1/resource_pb.ts +77 -0
- package/raystack/assets/v1beta1/schema_pb.d.ts +169 -0
- package/raystack/assets/v1beta1/schema_pb.js +41 -0
- package/raystack/assets/v1beta1/schema_pb.ts +176 -0
- package/raystack/assets/v1beta1/table_pb.d.ts +192 -0
- package/raystack/assets/v1beta1/table_pb.js +41 -0
- package/raystack/assets/v1beta1/table_pb.ts +205 -0
- package/raystack/assets/v1beta1/timestamp_pb.d.ts +68 -0
- package/raystack/assets/v1beta1/timestamp_pb.js +27 -0
- package/raystack/assets/v1beta1/timestamp_pb.ts +73 -0
- package/raystack/assets/v1beta1/topic_pb.d.ts +125 -0
- package/raystack/assets/v1beta1/topic_pb.js +33 -0
- package/raystack/assets/v1beta1/topic_pb.ts +136 -0
- package/raystack/assets/v1beta1/user_pb.d.ts +216 -0
- package/raystack/assets/v1beta1/user_pb.js +37 -0
- package/raystack/assets/v1beta1/user_pb.ts +225 -0
- package/raystack/assets/v1beta2/application_pb.d.ts +59 -0
- package/raystack/assets/v1beta2/application_pb.js +20 -0
- package/raystack/assets/v1beta2/application_pb.ts +63 -0
- package/raystack/assets/v1beta2/asset_pb.d.ts +129 -0
- package/raystack/assets/v1beta2/asset_pb.js +21 -0
- package/raystack/assets/v1beta2/asset_pb.ts +134 -0
- package/raystack/assets/v1beta2/bucket_pb.d.ts +163 -0
- package/raystack/assets/v1beta2/bucket_pb.js +28 -0
- package/raystack/assets/v1beta2/bucket_pb.ts +169 -0
- package/raystack/assets/v1beta2/common_pb.d.ts +170 -0
- package/raystack/assets/v1beta2/common_pb.js +41 -0
- package/raystack/assets/v1beta2/common_pb.ts +177 -0
- package/raystack/assets/v1beta2/dashboard_pb.d.ts +192 -0
- package/raystack/assets/v1beta2/dashboard_pb.js +28 -0
- package/raystack/assets/v1beta2/dashboard_pb.ts +198 -0
- package/raystack/assets/v1beta2/experiment_pb.d.ts +134 -0
- package/raystack/assets/v1beta2/experiment_pb.js +27 -0
- package/raystack/assets/v1beta2/experiment_pb.ts +139 -0
- package/raystack/assets/v1beta2/feature_table_pb.d.ts +167 -0
- package/raystack/assets/v1beta2/feature_table_pb.js +34 -0
- package/raystack/assets/v1beta2/feature_table_pb.ts +173 -0
- package/raystack/assets/v1beta2/group_pb.d.ts +77 -0
- package/raystack/assets/v1beta2/group_pb.js +27 -0
- package/raystack/assets/v1beta2/group_pb.ts +82 -0
- package/raystack/assets/v1beta2/job_pb.d.ts +47 -0
- package/raystack/assets/v1beta2/job_pb.js +20 -0
- package/raystack/assets/v1beta2/job_pb.ts +51 -0
- package/raystack/assets/v1beta2/metric_pb.d.ts +83 -0
- package/raystack/assets/v1beta2/metric_pb.js +20 -0
- package/raystack/assets/v1beta2/metric_pb.ts +87 -0
- package/raystack/assets/v1beta2/model_pb.d.ts +227 -0
- package/raystack/assets/v1beta2/model_pb.js +41 -0
- package/raystack/assets/v1beta2/model_pb.ts +234 -0
- package/raystack/assets/v1beta2/table_pb.d.ts +283 -0
- package/raystack/assets/v1beta2/table_pb.js +48 -0
- package/raystack/assets/v1beta2/table_pb.ts +291 -0
- package/raystack/assets/v1beta2/topic_pb.d.ts +117 -0
- package/raystack/assets/v1beta2/topic_pb.js +34 -0
- package/raystack/assets/v1beta2/topic_pb.ts +123 -0
- package/raystack/assets/v1beta2/user_pb.d.ts +203 -0
- package/raystack/assets/v1beta2/user_pb.js +34 -0
- package/raystack/assets/v1beta2/user_pb.ts +209 -0
- package/raystack/common/index.d.ts +2 -0
- package/raystack/common/index.js +2 -0
- package/raystack/common/index.ts +2 -0
- package/raystack/common/v1/service-CommonService_connectquery.d.ts +10 -0
- package/raystack/common/v1/service-CommonService_connectquery.js +10 -0
- package/raystack/common/v1/service-CommonService_connectquery.ts +10 -0
- package/raystack/common/v1/service_pb.d.ts +100 -0
- package/raystack/common/v1/service_pb.js +42 -0
- package/raystack/common/v1/service_pb.ts +109 -0
- package/raystack/compass/index.d.ts +2 -0
- package/raystack/compass/index.js +2 -0
- package/raystack/compass/index.ts +2 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.d.ts +184 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.js +225 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +225 -0
- package/raystack/compass/v1beta1/service_pb.d.ts +2994 -0
- package/raystack/compass/v1beta1/service_pb.js +745 -0
- package/raystack/compass/v1beta1/service_pb.ts +3104 -0
- package/raystack/entropy/index.d.ts +4 -0
- package/raystack/entropy/index.js +4 -0
- package/raystack/entropy/index.ts +4 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.d.ts +26 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.js +30 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +30 -0
- package/raystack/entropy/v1beta1/module_pb.d.ts +261 -0
- package/raystack/entropy/v1beta1/module_pb.js +97 -0
- package/raystack/entropy/v1beta1/module_pb.ts +277 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.d.ts +34 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.js +40 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +40 -0
- package/raystack/entropy/v1beta1/resource_pb.d.ts +636 -0
- package/raystack/entropy/v1beta1/resource_pb.js +200 -0
- package/raystack/entropy/v1beta1/resource_pb.ts +666 -0
- package/raystack/frontier/index.d.ts +5 -0
- package/raystack/frontier/index.js +5 -0
- package/raystack/frontier/index.ts +5 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.d.ts +263 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +316 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +316 -0
- package/raystack/frontier/v1beta1/admin_pb.d.ts +3550 -0
- package/raystack/frontier/v1beta1/admin_pb.js +914 -0
- package/raystack/frontier/v1beta1/admin_pb.ts +3687 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +746 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +915 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +915 -0
- package/raystack/frontier/v1beta1/frontier_pb.d.ts +8883 -0
- package/raystack/frontier/v1beta1/frontier_pb.js +2635 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +9265 -0
- package/raystack/frontier/v1beta1/models_pb.d.ts +2861 -0
- package/raystack/frontier/v1beta1/models_pb.js +450 -0
- package/raystack/frontier/v1beta1/models_pb.ts +2928 -0
- package/raystack/guardian/index.d.ts +2 -0
- package/raystack/guardian/index.js +2 -0
- package/raystack/guardian/index.ts +2 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.d.ts +168 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.js +207 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +207 -0
- package/raystack/guardian/v1beta1/guardian_pb.d.ts +3537 -0
- package/raystack/guardian/v1beta1/guardian_pb.js +823 -0
- package/raystack/guardian/v1beta1/guardian_pb.ts +3659 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.d.ts +18 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.js +20 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +20 -0
- package/raystack/optimus/core/v1beta1/backup_pb.d.ts +256 -0
- package/raystack/optimus/core/v1beta1/backup_pb.js +77 -0
- package/raystack/optimus/core/v1beta1/backup_pb.ts +270 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.d.ts +30 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.js +33 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +33 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.d.ts +410 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.js +127 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.ts +430 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.d.ts +98 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.js +112 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +112 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.d.ts +1953 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.js +487 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.ts +2025 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.d.ts +24 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.js +26 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +26 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.d.ts +180 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.js +69 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.ts +192 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.d.ts +24 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.js +26 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +26 -0
- package/raystack/optimus/core/v1beta1/project_pb.d.ts +166 -0
- package/raystack/optimus/core/v1beta1/project_pb.js +69 -0
- package/raystack/optimus/core/v1beta1/project_pb.ts +178 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.d.ts +22 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.js +25 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +25 -0
- package/raystack/optimus/core/v1beta1/replay_pb.d.ts +331 -0
- package/raystack/optimus/core/v1beta1/replay_pb.js +91 -0
- package/raystack/optimus/core/v1beta1/replay_pb.ts +347 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.d.ts +43 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.js +48 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +48 -0
- package/raystack/optimus/core/v1beta1/resource_pb.d.ts +507 -0
- package/raystack/optimus/core/v1beta1/resource_pb.js +134 -0
- package/raystack/optimus/core/v1beta1/resource_pb.ts +530 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.d.ts +12 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.js +12 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +12 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.d.ts +62 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.js +36 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.ts +69 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.d.ts +30 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.js +33 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +33 -0
- package/raystack/optimus/core/v1beta1/secret_pb.d.ts +250 -0
- package/raystack/optimus/core/v1beta1/secret_pb.js +84 -0
- package/raystack/optimus/core/v1beta1/secret_pb.ts +265 -0
- package/raystack/optimus/core/v1beta1/status_pb.d.ts +78 -0
- package/raystack/optimus/core/v1beta1/status_pb.js +31 -0
- package/raystack/optimus/core/v1beta1/status_pb.ts +82 -0
- package/raystack/optimus/integration/v1beta1/event_pb.d.ts +239 -0
- package/raystack/optimus/integration/v1beta1/event_pb.js +62 -0
- package/raystack/optimus/integration/v1beta1/event_pb.ts +250 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.d.ts +31 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.js +34 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +34 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.d.ts +353 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.js +120 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +371 -0
- package/raystack/predator/index.d.ts +2 -0
- package/raystack/predator/index.js +2 -0
- package/raystack/predator/index.ts +2 -0
- package/raystack/predator/v1beta1/metrics_log_pb.d.ts +163 -0
- package/raystack/predator/v1beta1/metrics_log_pb.js +48 -0
- package/raystack/predator/v1beta1/metrics_log_pb.ts +171 -0
- package/raystack/predator/v1beta1/result_log_pb.d.ts +143 -0
- package/raystack/predator/v1beta1/result_log_pb.js +42 -0
- package/raystack/predator/v1beta1/result_log_pb.ts +151 -0
- package/raystack/raccoon/index.d.ts +2 -0
- package/raystack/raccoon/index.js +2 -0
- package/raystack/raccoon/index.ts +2 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.d.ts +10 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.js +10 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +10 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.d.ts +268 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.js +64 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.ts +277 -0
- package/raystack/siren/index.d.ts +2 -0
- package/raystack/siren/index.js +2 -0
- package/raystack/siren/index.ts +2 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.d.ts +146 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.js +180 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +180 -0
- package/raystack/siren/v1beta1/siren_pb.d.ts +2281 -0
- package/raystack/siren/v1beta1/siren_pb.js +603 -0
- package/raystack/siren/v1beta1/siren_pb.ts +2371 -0
- package/raystack/stencil/index.d.ts +2 -0
- package/raystack/stencil/index.js +2 -0
- package/raystack/stencil/index.ts +2 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.d.ts +70 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.js +85 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +85 -0
- package/raystack/stencil/v1beta1/stencil_pb.d.ts +1057 -0
- package/raystack/stencil/v1beta1/stencil_pb.js +298 -0
- package/raystack/stencil/v1beta1/stencil_pb.ts +1102 -0
- package/validate/validate_pb.d.ts +1953 -0
- package/validate/validate_pb.js +223 -0
- package/validate/validate_pb.ts +1984 -0
|
@@ -0,0 +1,1102 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/stencil/v1beta1/stencil.proto (package raystack.stencil.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import { file_google_api_annotations } from "../../../google/api/annotations_pb";
|
|
8
|
+
import { file_google_api_field_behavior } from "../../../google/api/field_behavior_pb";
|
|
9
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
10
|
+
import { file_google_protobuf_descriptor, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
import { file_protoc_gen_openapiv2_options_annotations } from "../../../protoc-gen-openapiv2/options/annotations_pb";
|
|
12
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the file raystack/stencil/v1beta1/stencil.proto.
|
|
16
|
+
*/
|
|
17
|
+
export const file_raystack_stencil_v1beta1_stencil: GenFile = /*@__PURE__*/
|
|
18
|
+
fileDesc("CiZyYXlzdGFjay9zdGVuY2lsL3YxYmV0YTEvc3RlbmNpbC5wcm90bxIYcmF5c3RhY2suc3RlbmNpbC52MWJldGExIowCCglOYW1lc3BhY2USCgoCaWQYASABKAkSNwoGZm9ybWF0GAIgASgOMicucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNjaGVtYS5Gb3JtYXQSRQoNY29tcGF0aWJpbGl0eRgDIAEoDjIuLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEuQ29tcGF0aWJpbGl0eRITCgtkZXNjcmlwdGlvbhgEIAEoCRIuCgpjcmVhdGVkX2F0GAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgp1cGRhdGVkX2F0GAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCLSBAoGU2NoZW1hEgwKBG5hbWUYASABKAkSNwoGZm9ybWF0GAIgASgOMicucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNjaGVtYS5Gb3JtYXQSEQoJYXV0aG9yaXR5GAMgASgJEkUKDWNvbXBhdGliaWxpdHkYBCABKA4yLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuU2NoZW1hLkNvbXBhdGliaWxpdHkSLgoKY3JlYXRlZF9hdBgFIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLgoKdXBkYXRlZF9hdBgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiVwoGRm9ybWF0EhYKEkZPUk1BVF9VTlNQRUNJRklFRBAAEhMKD0ZPUk1BVF9QUk9UT0JVRhABEg8KC0ZPUk1BVF9BVlJPEAISDwoLRk9STUFUX0pTT04QAyLtAQoNQ29tcGF0aWJpbGl0eRIdChlDT01QQVRJQklMSVRZX1VOU1BFQ0lGSUVEEAASGgoWQ09NUEFUSUJJTElUWV9CQUNLV0FSRBABEiUKIUNPTVBBVElCSUxJVFlfQkFDS1dBUkRfVFJBTlNJVElWRRACEhkKFUNPTVBBVElCSUxJVFlfRk9SV0FSRBADEiQKIENPTVBBVElCSUxJVFlfRk9SV0FSRF9UUkFOU0lUSVZFEAQSFgoSQ09NUEFUSUJJTElUWV9GVUxMEAUSIQodQ09NUEFUSUJJTElUWV9GVUxMX1RSQU5TSVRJVkUQBiIXChVMaXN0TmFtZXNwYWNlc1JlcXVlc3QiUQoWTGlzdE5hbWVzcGFjZXNSZXNwb25zZRI3CgpuYW1lc3BhY2VzGAEgAygLMiMucmF5c3RhY2suc3RlbmNpbC52MWJldGExLk5hbWVzcGFjZSIhChNHZXROYW1lc3BhY2VSZXF1ZXN0EgoKAmlkGAEgASgJIk4KFEdldE5hbWVzcGFjZVJlc3BvbnNlEjYKCW5hbWVzcGFjZRgBIAEoCzIjLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5OYW1lc3BhY2UiywEKFkNyZWF0ZU5hbWVzcGFjZVJlcXVlc3QSEAoCaWQYASABKAlCBOJBAQISPQoGZm9ybWF0GAIgASgOMicucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNjaGVtYS5Gb3JtYXRCBOJBAQISSwoNY29tcGF0aWJpbGl0eRgDIAEoDjIuLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEuQ29tcGF0aWJpbGl0eUIE4kEBAhITCgtkZXNjcmlwdGlvbhgEIAEoCSJRChdDcmVhdGVOYW1lc3BhY2VSZXNwb25zZRI2CgluYW1lc3BhY2UYASABKAsyIy5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuTmFtZXNwYWNlIsUBChZVcGRhdGVOYW1lc3BhY2VSZXF1ZXN0EgoKAmlkGAEgASgJEj0KBmZvcm1hdBgCIAEoDjInLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEuRm9ybWF0QgTiQQECEksKDWNvbXBhdGliaWxpdHkYAyABKA4yLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuU2NoZW1hLkNvbXBhdGliaWxpdHlCBOJBAQISEwoLZGVzY3JpcHRpb24YBCABKAkiUQoXVXBkYXRlTmFtZXNwYWNlUmVzcG9uc2USNgoJbmFtZXNwYWNlGAEgASgLMiMucmF5c3RhY2suc3RlbmNpbC52MWJldGExLk5hbWVzcGFjZSIkChZEZWxldGVOYW1lc3BhY2VSZXF1ZXN0EgoKAmlkGAEgASgJIioKF0RlbGV0ZU5hbWVzcGFjZVJlc3BvbnNlEg8KB21lc3NhZ2UYASABKAkiIAoSTGlzdFNjaGVtYXNSZXF1ZXN0EgoKAmlkGAEgASgJIkgKE0xpc3RTY2hlbWFzUmVzcG9uc2USMQoHc2NoZW1hcxgBIAMoCzIgLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEiQQoWR2V0TGF0ZXN0U2NoZW1hUmVxdWVzdBIUCgxuYW1lc3BhY2VfaWQYASABKAkSEQoJc2NoZW1hX2lkGAIgASgJIicKF0dldExhdGVzdFNjaGVtYVJlc3BvbnNlEgwKBGRhdGEYAyABKAwi0gEKE0NyZWF0ZVNjaGVtYVJlcXVlc3QSFAoMbmFtZXNwYWNlX2lkGAEgASgJEhEKCXNjaGVtYV9pZBgCIAEoCRISCgRkYXRhGAMgASgMQgTiQQECEjcKBmZvcm1hdBgEIAEoDjInLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEuRm9ybWF0EkUKDWNvbXBhdGliaWxpdHkYBSABKA4yLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuU2NoZW1hLkNvbXBhdGliaWxpdHkiRQoUQ3JlYXRlU2NoZW1hUmVzcG9uc2USDwoHdmVyc2lvbhgBIAEoBRIKCgJpZBgCIAEoCRIQCghsb2NhdGlvbhgDIAEoCSKfAQoZQ2hlY2tDb21wYXRpYmlsaXR5UmVxdWVzdBIUCgxuYW1lc3BhY2VfaWQYASABKAkSEQoJc2NoZW1hX2lkGAIgASgJEhIKBGRhdGEYAyABKAxCBOJBAQISRQoNY29tcGF0aWJpbGl0eRgEIAEoDjIuLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEuQ29tcGF0aWJpbGl0eSIcChpDaGVja0NvbXBhdGliaWxpdHlSZXNwb25zZSJDChhHZXRTY2hlbWFNZXRhZGF0YVJlcXVlc3QSFAoMbmFtZXNwYWNlX2lkGAEgASgJEhEKCXNjaGVtYV9pZBgCIAEoCSKcAgoZR2V0U2NoZW1hTWV0YWRhdGFSZXNwb25zZRI3CgZmb3JtYXQYASABKA4yJy5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuU2NoZW1hLkZvcm1hdBJFCg1jb21wYXRpYmlsaXR5GAIgASgOMi4ucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNjaGVtYS5Db21wYXRpYmlsaXR5EhEKCWF1dGhvcml0eRgDIAEoCRIMCgRuYW1lGAQgASgJEi4KCmNyZWF0ZWRfYXQYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYBiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIo0BChtVcGRhdGVTY2hlbWFNZXRhZGF0YVJlcXVlc3QSFAoMbmFtZXNwYWNlX2lkGAEgASgJEhEKCXNjaGVtYV9pZBgCIAEoCRJFCg1jb21wYXRpYmlsaXR5GAMgASgOMi4ucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNjaGVtYS5Db21wYXRpYmlsaXR5IrEBChxVcGRhdGVTY2hlbWFNZXRhZGF0YVJlc3BvbnNlEjcKBmZvcm1hdBgBIAEoDjInLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TY2hlbWEuRm9ybWF0EkUKDWNvbXBhdGliaWxpdHkYAiABKA4yLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuU2NoZW1hLkNvbXBhdGliaWxpdHkSEQoJYXV0aG9yaXR5GAMgASgJIj4KE0RlbGV0ZVNjaGVtYVJlcXVlc3QSFAoMbmFtZXNwYWNlX2lkGAEgASgJEhEKCXNjaGVtYV9pZBgCIAEoCSInChREZWxldGVTY2hlbWFSZXNwb25zZRIPCgdtZXNzYWdlGAEgASgJIj4KE0xpc3RWZXJzaW9uc1JlcXVlc3QSFAoMbmFtZXNwYWNlX2lkGAEgASgJEhEKCXNjaGVtYV9pZBgCIAEoCSIoChRMaXN0VmVyc2lvbnNSZXNwb25zZRIQCgh2ZXJzaW9ucxgBIAMoBSJPChBHZXRTY2hlbWFSZXF1ZXN0EhQKDG5hbWVzcGFjZV9pZBgBIAEoCRIRCglzY2hlbWFfaWQYAiABKAkSEgoKdmVyc2lvbl9pZBgDIAEoBSIhChFHZXRTY2hlbWFSZXNwb25zZRIMCgRkYXRhGAEgASgMIlMKFERlbGV0ZVZlcnNpb25SZXF1ZXN0EhQKDG5hbWVzcGFjZV9pZBgBIAEoCRIRCglzY2hlbWFfaWQYAiABKAkSEgoKdmVyc2lvbl9pZBgDIAEoBSIoChVEZWxldGVWZXJzaW9uUmVzcG9uc2USDwoHbWVzc2FnZRgBIAEoCSKBAQoNU2VhcmNoUmVxdWVzdBIUCgxuYW1lc3BhY2VfaWQYASABKAkSEQoJc2NoZW1hX2lkGAIgASgJEhMKBXF1ZXJ5GAMgASgJQgTiQQECEhEKB2hpc3RvcnkYBCABKAhIABIUCgp2ZXJzaW9uX2lkGAUgASgFSABCCQoHdmVyc2lvbiJ4Cg5TZWFyY2hSZXNwb25zZRIyCgRoaXRzGAEgAygLMiQucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNlYXJjaEhpdHMSMgoEbWV0YRgCIAEoCzIkLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TZWFyY2hNZXRhInYKClNlYXJjaEhpdHMSFAoMbmFtZXNwYWNlX2lkGAEgASgJEhEKCXNjaGVtYV9pZBgCIAEoCRISCgp2ZXJzaW9uX2lkGAMgASgFEg4KBmZpZWxkcxgEIAMoCRINCgV0eXBlcxgFIAMoCRIMCgRwYXRoGAYgASgJIhsKClNlYXJjaE1ldGESDQoFdG90YWwYASABKA0yshgKDlN0ZW5jaWxTZXJ2aWNlErgBCg5MaXN0TmFtZXNwYWNlcxIvLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5MaXN0TmFtZXNwYWNlc1JlcXVlc3QaMC5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuTGlzdE5hbWVzcGFjZXNSZXNwb25zZSJDkkElCgluYW1lc3BhY2USGExpc3QgbmFtZXMgb2YgbmFtZXNwYWNlc4LT5JMCFRITL3YxYmV0YTEvbmFtZXNwYWNlcxKyAQoMR2V0TmFtZXNwYWNlEi0ucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkdldE5hbWVzcGFjZVJlcXVlc3QaLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuR2V0TmFtZXNwYWNlUmVzcG9uc2UiQ5JBIAoJbmFtZXNwYWNlEhNHZXQgbmFtZXNwYWNlIGJ5IGlkgtPkkwIaEhgvdjFiZXRhMS9uYW1lc3BhY2VzL3tpZH0SvAEKD0NyZWF0ZU5hbWVzcGFjZRIwLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5DcmVhdGVOYW1lc3BhY2VSZXF1ZXN0GjEucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkNyZWF0ZU5hbWVzcGFjZVJlc3BvbnNlIkSSQSMKCW5hbWVzcGFjZRIWQ3JlYXRlIG5hbWVzcGFjZSBlbnRyeYLT5JMCGCITL3YxYmV0YTEvbmFtZXNwYWNlczoBKhLIAQoPVXBkYXRlTmFtZXNwYWNlEjAucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlVwZGF0ZU5hbWVzcGFjZVJlcXVlc3QaMS5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuVXBkYXRlTmFtZXNwYWNlUmVzcG9uc2UiUJJBKgoJbmFtZXNwYWNlEh1VcGRhdGUgbmFtZXNwYWNlIGVudGl0eSBieSBpZILT5JMCHRoYL3YxYmV0YTEvbmFtZXNwYWNlcy97aWR9OgEqEpICCg9EZWxldGVOYW1lc3BhY2USMC5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuRGVsZXRlTmFtZXNwYWNlUmVxdWVzdBoxLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5EZWxldGVOYW1lc3BhY2VSZXNwb25zZSKZAZJBdgoJbmFtZXNwYWNlEhZEZWxldGUgbmFtZXNwYWNlIGJ5IGlkGlFFbnN1cmUgYWxsIHNjaGVtYXMgdW5kZXIgdGhpcyBuYW1lc3BhY2UgaXMgZGVsZXRlZCwgb3RoZXJ3aXNlIGl0IHdpbGwgdGhyb3cgZXJyb3KC0+STAhoqGC92MWJldGExL25hbWVzcGFjZXMve2lkfRLBAQoLTGlzdFNjaGVtYXMSLC5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuTGlzdFNjaGVtYXNSZXF1ZXN0Gi0ucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkxpc3RTY2hlbWFzUmVzcG9uc2UiVZJBKgoGc2NoZW1hEiBMaXN0IHNjaGVtYXMgdW5kZXIgdGhlIG5hbWVzcGFjZYLT5JMCIhIgL3YxYmV0YTEvbmFtZXNwYWNlcy97aWR9L3NjaGVtYXMSbwoMQ3JlYXRlU2NoZW1hEi0ucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkNyZWF0ZVNjaGVtYVJlcXVlc3QaLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuQ3JlYXRlU2NoZW1hUmVzcG9uc2UiABKBAQoSQ2hlY2tDb21wYXRpYmlsaXR5EjMucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkNoZWNrQ29tcGF0aWJpbGl0eVJlcXVlc3QaNC5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuQ2hlY2tDb21wYXRpYmlsaXR5UmVzcG9uc2UiABKgAgoRR2V0U2NoZW1hTWV0YWRhdGESMi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuR2V0U2NoZW1hTWV0YWRhdGFSZXF1ZXN0GjMucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkdldFNjaGVtYU1ldGFkYXRhUmVzcG9uc2UioQGSQVsKBnNjaGVtYRJRQ3JlYXRlIHNjaGVtYSB1bmRlciB0aGUgbmFtZXNwYWNlLiBSZXR1cm5zIHZlcnNpb24gbnVtYmVyLCB1bmlxdWUgSUQgYW5kIGxvY2F0aW9ugtPkkwI9EjsvdjFiZXRhMS9uYW1lc3BhY2VzL3tuYW1lc3BhY2VfaWR9L3NjaGVtYXMve3NjaGVtYV9pZH0vbWV0YRLwAQoUVXBkYXRlU2NoZW1hTWV0YWRhdGESNS5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuVXBkYXRlU2NoZW1hTWV0YWRhdGFSZXF1ZXN0GjYucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlVwZGF0ZVNjaGVtYU1ldGFkYXRhUmVzcG9uc2UiaZJBJQoGc2NoZW1hEhtVcGRhdGUgb25seSBzY2hlbWEgbWV0YWRhdGGC0+STAjsyNi92MWJldGExL25hbWVzcGFjZXMve25hbWVzcGFjZV9pZH0vc2NoZW1hcy97c2NoZW1hX2lkfToBKhJ4Cg9HZXRMYXRlc3RTY2hlbWESMC5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuR2V0TGF0ZXN0U2NoZW1hUmVxdWVzdBoxLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5HZXRMYXRlc3RTY2hlbWFSZXNwb25zZSIAEtEBCgxEZWxldGVTY2hlbWESLS5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuRGVsZXRlU2NoZW1hUmVxdWVzdBouLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5EZWxldGVTY2hlbWFSZXNwb25zZSJikkEhCgZzY2hlbWESF0RlbGV0ZSBzcGVjaWZpZWQgc2NoZW1hgtPkkwI4KjYvdjFiZXRhMS9uYW1lc3BhY2VzL3tuYW1lc3BhY2VfaWR9L3NjaGVtYXMve3NjaGVtYV9pZH0SZgoJR2V0U2NoZW1hEioucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkdldFNjaGVtYVJlcXVlc3QaKy5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuR2V0U2NoZW1hUmVzcG9uc2UiABLwAQoMTGlzdFZlcnNpb25zEi0ucmF5c3RhY2suc3RlbmNpbC52MWJldGExLkxpc3RWZXJzaW9uc1JlcXVlc3QaLi5yYXlzdGFjay5zdGVuY2lsLnYxYmV0YTEuTGlzdFZlcnNpb25zUmVzcG9uc2UigAGSQTYKBnNjaGVtYQoHdmVyc2lvbhIjTGlzdCBhbGwgdmVyc2lvbiBudW1iZXJzIGZvciBzY2hlbWGC0+STAkESPy92MWJldGExL25hbWVzcGFjZXMve25hbWVzcGFjZV9pZH0vc2NoZW1hcy97c2NoZW1hX2lkfS92ZXJzaW9ucxKDAgoNRGVsZXRlVmVyc2lvbhIuLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5EZWxldGVWZXJzaW9uUmVxdWVzdBovLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5EZWxldGVWZXJzaW9uUmVzcG9uc2UikAGSQTkKBnNjaGVtYQoHdmVyc2lvbhImRGVsZXRlIHNwZWNpZmllZCB2ZXJzaW9uIG9mIHRoZSBzY2hlbWGC0+STAk4qTC92MWJldGExL25hbWVzcGFjZXMve25hbWVzcGFjZV9pZH0vc2NoZW1hcy97c2NoZW1hX2lkfS92ZXJzaW9ucy97dmVyc2lvbl9pZH0SkgEKBlNlYXJjaBInLnJheXN0YWNrLnN0ZW5jaWwudjFiZXRhMS5TZWFyY2hSZXF1ZXN0GigucmF5c3RhY2suc3RlbmNpbC52MWJldGExLlNlYXJjaFJlc3BvbnNlIjWSQRsKBnNjaGVtYRIRR2xvYmFsIFNlYXJjaCBBUEmC0+STAhESDy92MWJldGExL3NlYXJjaEJKWjlnaXRodWIuY29tL3JheXN0YWNrL3Byb3Rvbi9zdGVuY2lsL3YxYmV0YTE7c3RlbmNpbHYxYmV0YTGSQQwSBzIFMC4xLjQqAQFiBnByb3RvMw", [file_google_api_annotations, file_google_api_field_behavior, file_google_protobuf_descriptor, file_google_protobuf_timestamp, file_protoc_gen_openapiv2_options_annotations]);
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* @generated from message raystack.stencil.v1beta1.Namespace
|
|
22
|
+
*/
|
|
23
|
+
export type Namespace = Message<"raystack.stencil.v1beta1.Namespace"> & {
|
|
24
|
+
/**
|
|
25
|
+
* @generated from field: string id = 1;
|
|
26
|
+
*/
|
|
27
|
+
id: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Format format = 2;
|
|
31
|
+
*/
|
|
32
|
+
format: Schema_Format;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 3;
|
|
36
|
+
*/
|
|
37
|
+
compatibility: Schema_Compatibility;
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* @generated from field: string description = 4;
|
|
41
|
+
*/
|
|
42
|
+
description: string;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
46
|
+
*/
|
|
47
|
+
createdAt?: Timestamp;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 6;
|
|
51
|
+
*/
|
|
52
|
+
updatedAt?: Timestamp;
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Describes the message raystack.stencil.v1beta1.Namespace.
|
|
57
|
+
* Use `create(NamespaceSchema)` to create a new message.
|
|
58
|
+
*/
|
|
59
|
+
export const NamespaceSchema: GenMessage<Namespace> = /*@__PURE__*/
|
|
60
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 0);
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* @generated from message raystack.stencil.v1beta1.Schema
|
|
64
|
+
*/
|
|
65
|
+
export type Schema = Message<"raystack.stencil.v1beta1.Schema"> & {
|
|
66
|
+
/**
|
|
67
|
+
* @generated from field: string name = 1;
|
|
68
|
+
*/
|
|
69
|
+
name: string;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Format format = 2;
|
|
73
|
+
*/
|
|
74
|
+
format: Schema_Format;
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* @generated from field: string authority = 3;
|
|
78
|
+
*/
|
|
79
|
+
authority: string;
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 4;
|
|
83
|
+
*/
|
|
84
|
+
compatibility: Schema_Compatibility;
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
88
|
+
*/
|
|
89
|
+
createdAt?: Timestamp;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 6;
|
|
93
|
+
*/
|
|
94
|
+
updatedAt?: Timestamp;
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Describes the message raystack.stencil.v1beta1.Schema.
|
|
99
|
+
* Use `create(SchemaSchema)` to create a new message.
|
|
100
|
+
*/
|
|
101
|
+
export const SchemaSchema: GenMessage<Schema> = /*@__PURE__*/
|
|
102
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 1);
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @generated from enum raystack.stencil.v1beta1.Schema.Format
|
|
106
|
+
*/
|
|
107
|
+
export enum Schema_Format {
|
|
108
|
+
/**
|
|
109
|
+
* @generated from enum value: FORMAT_UNSPECIFIED = 0;
|
|
110
|
+
*/
|
|
111
|
+
UNSPECIFIED = 0,
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* @generated from enum value: FORMAT_PROTOBUF = 1;
|
|
115
|
+
*/
|
|
116
|
+
PROTOBUF = 1,
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* @generated from enum value: FORMAT_AVRO = 2;
|
|
120
|
+
*/
|
|
121
|
+
AVRO = 2,
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* @generated from enum value: FORMAT_JSON = 3;
|
|
125
|
+
*/
|
|
126
|
+
JSON = 3,
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* Describes the enum raystack.stencil.v1beta1.Schema.Format.
|
|
131
|
+
*/
|
|
132
|
+
export const Schema_FormatSchema: GenEnum<Schema_Format> = /*@__PURE__*/
|
|
133
|
+
enumDesc(file_raystack_stencil_v1beta1_stencil, 1, 0);
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* @generated from enum raystack.stencil.v1beta1.Schema.Compatibility
|
|
137
|
+
*/
|
|
138
|
+
export enum Schema_Compatibility {
|
|
139
|
+
/**
|
|
140
|
+
* @generated from enum value: COMPATIBILITY_UNSPECIFIED = 0;
|
|
141
|
+
*/
|
|
142
|
+
UNSPECIFIED = 0,
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* @generated from enum value: COMPATIBILITY_BACKWARD = 1;
|
|
146
|
+
*/
|
|
147
|
+
BACKWARD = 1,
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* @generated from enum value: COMPATIBILITY_BACKWARD_TRANSITIVE = 2;
|
|
151
|
+
*/
|
|
152
|
+
BACKWARD_TRANSITIVE = 2,
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* @generated from enum value: COMPATIBILITY_FORWARD = 3;
|
|
156
|
+
*/
|
|
157
|
+
FORWARD = 3,
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* @generated from enum value: COMPATIBILITY_FORWARD_TRANSITIVE = 4;
|
|
161
|
+
*/
|
|
162
|
+
FORWARD_TRANSITIVE = 4,
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* @generated from enum value: COMPATIBILITY_FULL = 5;
|
|
166
|
+
*/
|
|
167
|
+
FULL = 5,
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* @generated from enum value: COMPATIBILITY_FULL_TRANSITIVE = 6;
|
|
171
|
+
*/
|
|
172
|
+
FULL_TRANSITIVE = 6,
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* Describes the enum raystack.stencil.v1beta1.Schema.Compatibility.
|
|
177
|
+
*/
|
|
178
|
+
export const Schema_CompatibilitySchema: GenEnum<Schema_Compatibility> = /*@__PURE__*/
|
|
179
|
+
enumDesc(file_raystack_stencil_v1beta1_stencil, 1, 1);
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* @generated from message raystack.stencil.v1beta1.ListNamespacesRequest
|
|
183
|
+
*/
|
|
184
|
+
export type ListNamespacesRequest = Message<"raystack.stencil.v1beta1.ListNamespacesRequest"> & {
|
|
185
|
+
};
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* Describes the message raystack.stencil.v1beta1.ListNamespacesRequest.
|
|
189
|
+
* Use `create(ListNamespacesRequestSchema)` to create a new message.
|
|
190
|
+
*/
|
|
191
|
+
export const ListNamespacesRequestSchema: GenMessage<ListNamespacesRequest> = /*@__PURE__*/
|
|
192
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 2);
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* @generated from message raystack.stencil.v1beta1.ListNamespacesResponse
|
|
196
|
+
*/
|
|
197
|
+
export type ListNamespacesResponse = Message<"raystack.stencil.v1beta1.ListNamespacesResponse"> & {
|
|
198
|
+
/**
|
|
199
|
+
* @generated from field: repeated raystack.stencil.v1beta1.Namespace namespaces = 1;
|
|
200
|
+
*/
|
|
201
|
+
namespaces: Namespace[];
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* Describes the message raystack.stencil.v1beta1.ListNamespacesResponse.
|
|
206
|
+
* Use `create(ListNamespacesResponseSchema)` to create a new message.
|
|
207
|
+
*/
|
|
208
|
+
export const ListNamespacesResponseSchema: GenMessage<ListNamespacesResponse> = /*@__PURE__*/
|
|
209
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 3);
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* @generated from message raystack.stencil.v1beta1.GetNamespaceRequest
|
|
213
|
+
*/
|
|
214
|
+
export type GetNamespaceRequest = Message<"raystack.stencil.v1beta1.GetNamespaceRequest"> & {
|
|
215
|
+
/**
|
|
216
|
+
* @generated from field: string id = 1;
|
|
217
|
+
*/
|
|
218
|
+
id: string;
|
|
219
|
+
};
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* Describes the message raystack.stencil.v1beta1.GetNamespaceRequest.
|
|
223
|
+
* Use `create(GetNamespaceRequestSchema)` to create a new message.
|
|
224
|
+
*/
|
|
225
|
+
export const GetNamespaceRequestSchema: GenMessage<GetNamespaceRequest> = /*@__PURE__*/
|
|
226
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 4);
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* @generated from message raystack.stencil.v1beta1.GetNamespaceResponse
|
|
230
|
+
*/
|
|
231
|
+
export type GetNamespaceResponse = Message<"raystack.stencil.v1beta1.GetNamespaceResponse"> & {
|
|
232
|
+
/**
|
|
233
|
+
* @generated from field: raystack.stencil.v1beta1.Namespace namespace = 1;
|
|
234
|
+
*/
|
|
235
|
+
namespace?: Namespace;
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* Describes the message raystack.stencil.v1beta1.GetNamespaceResponse.
|
|
240
|
+
* Use `create(GetNamespaceResponseSchema)` to create a new message.
|
|
241
|
+
*/
|
|
242
|
+
export const GetNamespaceResponseSchema: GenMessage<GetNamespaceResponse> = /*@__PURE__*/
|
|
243
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 5);
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* @generated from message raystack.stencil.v1beta1.CreateNamespaceRequest
|
|
247
|
+
*/
|
|
248
|
+
export type CreateNamespaceRequest = Message<"raystack.stencil.v1beta1.CreateNamespaceRequest"> & {
|
|
249
|
+
/**
|
|
250
|
+
* @generated from field: string id = 1;
|
|
251
|
+
*/
|
|
252
|
+
id: string;
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Format format = 2;
|
|
256
|
+
*/
|
|
257
|
+
format: Schema_Format;
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 3;
|
|
261
|
+
*/
|
|
262
|
+
compatibility: Schema_Compatibility;
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* @generated from field: string description = 4;
|
|
266
|
+
*/
|
|
267
|
+
description: string;
|
|
268
|
+
};
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* Describes the message raystack.stencil.v1beta1.CreateNamespaceRequest.
|
|
272
|
+
* Use `create(CreateNamespaceRequestSchema)` to create a new message.
|
|
273
|
+
*/
|
|
274
|
+
export const CreateNamespaceRequestSchema: GenMessage<CreateNamespaceRequest> = /*@__PURE__*/
|
|
275
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 6);
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* @generated from message raystack.stencil.v1beta1.CreateNamespaceResponse
|
|
279
|
+
*/
|
|
280
|
+
export type CreateNamespaceResponse = Message<"raystack.stencil.v1beta1.CreateNamespaceResponse"> & {
|
|
281
|
+
/**
|
|
282
|
+
* @generated from field: raystack.stencil.v1beta1.Namespace namespace = 1;
|
|
283
|
+
*/
|
|
284
|
+
namespace?: Namespace;
|
|
285
|
+
};
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* Describes the message raystack.stencil.v1beta1.CreateNamespaceResponse.
|
|
289
|
+
* Use `create(CreateNamespaceResponseSchema)` to create a new message.
|
|
290
|
+
*/
|
|
291
|
+
export const CreateNamespaceResponseSchema: GenMessage<CreateNamespaceResponse> = /*@__PURE__*/
|
|
292
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 7);
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* @generated from message raystack.stencil.v1beta1.UpdateNamespaceRequest
|
|
296
|
+
*/
|
|
297
|
+
export type UpdateNamespaceRequest = Message<"raystack.stencil.v1beta1.UpdateNamespaceRequest"> & {
|
|
298
|
+
/**
|
|
299
|
+
* @generated from field: string id = 1;
|
|
300
|
+
*/
|
|
301
|
+
id: string;
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Format format = 2;
|
|
305
|
+
*/
|
|
306
|
+
format: Schema_Format;
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 3;
|
|
310
|
+
*/
|
|
311
|
+
compatibility: Schema_Compatibility;
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* @generated from field: string description = 4;
|
|
315
|
+
*/
|
|
316
|
+
description: string;
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
/**
|
|
320
|
+
* Describes the message raystack.stencil.v1beta1.UpdateNamespaceRequest.
|
|
321
|
+
* Use `create(UpdateNamespaceRequestSchema)` to create a new message.
|
|
322
|
+
*/
|
|
323
|
+
export const UpdateNamespaceRequestSchema: GenMessage<UpdateNamespaceRequest> = /*@__PURE__*/
|
|
324
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 8);
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* @generated from message raystack.stencil.v1beta1.UpdateNamespaceResponse
|
|
328
|
+
*/
|
|
329
|
+
export type UpdateNamespaceResponse = Message<"raystack.stencil.v1beta1.UpdateNamespaceResponse"> & {
|
|
330
|
+
/**
|
|
331
|
+
* @generated from field: raystack.stencil.v1beta1.Namespace namespace = 1;
|
|
332
|
+
*/
|
|
333
|
+
namespace?: Namespace;
|
|
334
|
+
};
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* Describes the message raystack.stencil.v1beta1.UpdateNamespaceResponse.
|
|
338
|
+
* Use `create(UpdateNamespaceResponseSchema)` to create a new message.
|
|
339
|
+
*/
|
|
340
|
+
export const UpdateNamespaceResponseSchema: GenMessage<UpdateNamespaceResponse> = /*@__PURE__*/
|
|
341
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 9);
|
|
342
|
+
|
|
343
|
+
/**
|
|
344
|
+
* @generated from message raystack.stencil.v1beta1.DeleteNamespaceRequest
|
|
345
|
+
*/
|
|
346
|
+
export type DeleteNamespaceRequest = Message<"raystack.stencil.v1beta1.DeleteNamespaceRequest"> & {
|
|
347
|
+
/**
|
|
348
|
+
* @generated from field: string id = 1;
|
|
349
|
+
*/
|
|
350
|
+
id: string;
|
|
351
|
+
};
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* Describes the message raystack.stencil.v1beta1.DeleteNamespaceRequest.
|
|
355
|
+
* Use `create(DeleteNamespaceRequestSchema)` to create a new message.
|
|
356
|
+
*/
|
|
357
|
+
export const DeleteNamespaceRequestSchema: GenMessage<DeleteNamespaceRequest> = /*@__PURE__*/
|
|
358
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 10);
|
|
359
|
+
|
|
360
|
+
/**
|
|
361
|
+
* @generated from message raystack.stencil.v1beta1.DeleteNamespaceResponse
|
|
362
|
+
*/
|
|
363
|
+
export type DeleteNamespaceResponse = Message<"raystack.stencil.v1beta1.DeleteNamespaceResponse"> & {
|
|
364
|
+
/**
|
|
365
|
+
* @generated from field: string message = 1;
|
|
366
|
+
*/
|
|
367
|
+
message: string;
|
|
368
|
+
};
|
|
369
|
+
|
|
370
|
+
/**
|
|
371
|
+
* Describes the message raystack.stencil.v1beta1.DeleteNamespaceResponse.
|
|
372
|
+
* Use `create(DeleteNamespaceResponseSchema)` to create a new message.
|
|
373
|
+
*/
|
|
374
|
+
export const DeleteNamespaceResponseSchema: GenMessage<DeleteNamespaceResponse> = /*@__PURE__*/
|
|
375
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 11);
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* @generated from message raystack.stencil.v1beta1.ListSchemasRequest
|
|
379
|
+
*/
|
|
380
|
+
export type ListSchemasRequest = Message<"raystack.stencil.v1beta1.ListSchemasRequest"> & {
|
|
381
|
+
/**
|
|
382
|
+
* @generated from field: string id = 1;
|
|
383
|
+
*/
|
|
384
|
+
id: string;
|
|
385
|
+
};
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* Describes the message raystack.stencil.v1beta1.ListSchemasRequest.
|
|
389
|
+
* Use `create(ListSchemasRequestSchema)` to create a new message.
|
|
390
|
+
*/
|
|
391
|
+
export const ListSchemasRequestSchema: GenMessage<ListSchemasRequest> = /*@__PURE__*/
|
|
392
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 12);
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* @generated from message raystack.stencil.v1beta1.ListSchemasResponse
|
|
396
|
+
*/
|
|
397
|
+
export type ListSchemasResponse = Message<"raystack.stencil.v1beta1.ListSchemasResponse"> & {
|
|
398
|
+
/**
|
|
399
|
+
* @generated from field: repeated raystack.stencil.v1beta1.Schema schemas = 1;
|
|
400
|
+
*/
|
|
401
|
+
schemas: Schema[];
|
|
402
|
+
};
|
|
403
|
+
|
|
404
|
+
/**
|
|
405
|
+
* Describes the message raystack.stencil.v1beta1.ListSchemasResponse.
|
|
406
|
+
* Use `create(ListSchemasResponseSchema)` to create a new message.
|
|
407
|
+
*/
|
|
408
|
+
export const ListSchemasResponseSchema: GenMessage<ListSchemasResponse> = /*@__PURE__*/
|
|
409
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 13);
|
|
410
|
+
|
|
411
|
+
/**
|
|
412
|
+
* @generated from message raystack.stencil.v1beta1.GetLatestSchemaRequest
|
|
413
|
+
*/
|
|
414
|
+
export type GetLatestSchemaRequest = Message<"raystack.stencil.v1beta1.GetLatestSchemaRequest"> & {
|
|
415
|
+
/**
|
|
416
|
+
* @generated from field: string namespace_id = 1;
|
|
417
|
+
*/
|
|
418
|
+
namespaceId: string;
|
|
419
|
+
|
|
420
|
+
/**
|
|
421
|
+
* @generated from field: string schema_id = 2;
|
|
422
|
+
*/
|
|
423
|
+
schemaId: string;
|
|
424
|
+
};
|
|
425
|
+
|
|
426
|
+
/**
|
|
427
|
+
* Describes the message raystack.stencil.v1beta1.GetLatestSchemaRequest.
|
|
428
|
+
* Use `create(GetLatestSchemaRequestSchema)` to create a new message.
|
|
429
|
+
*/
|
|
430
|
+
export const GetLatestSchemaRequestSchema: GenMessage<GetLatestSchemaRequest> = /*@__PURE__*/
|
|
431
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 14);
|
|
432
|
+
|
|
433
|
+
/**
|
|
434
|
+
* @generated from message raystack.stencil.v1beta1.GetLatestSchemaResponse
|
|
435
|
+
*/
|
|
436
|
+
export type GetLatestSchemaResponse = Message<"raystack.stencil.v1beta1.GetLatestSchemaResponse"> & {
|
|
437
|
+
/**
|
|
438
|
+
* @generated from field: bytes data = 3;
|
|
439
|
+
*/
|
|
440
|
+
data: Uint8Array;
|
|
441
|
+
};
|
|
442
|
+
|
|
443
|
+
/**
|
|
444
|
+
* Describes the message raystack.stencil.v1beta1.GetLatestSchemaResponse.
|
|
445
|
+
* Use `create(GetLatestSchemaResponseSchema)` to create a new message.
|
|
446
|
+
*/
|
|
447
|
+
export const GetLatestSchemaResponseSchema: GenMessage<GetLatestSchemaResponse> = /*@__PURE__*/
|
|
448
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 15);
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* @generated from message raystack.stencil.v1beta1.CreateSchemaRequest
|
|
452
|
+
*/
|
|
453
|
+
export type CreateSchemaRequest = Message<"raystack.stencil.v1beta1.CreateSchemaRequest"> & {
|
|
454
|
+
/**
|
|
455
|
+
* @generated from field: string namespace_id = 1;
|
|
456
|
+
*/
|
|
457
|
+
namespaceId: string;
|
|
458
|
+
|
|
459
|
+
/**
|
|
460
|
+
* @generated from field: string schema_id = 2;
|
|
461
|
+
*/
|
|
462
|
+
schemaId: string;
|
|
463
|
+
|
|
464
|
+
/**
|
|
465
|
+
* @generated from field: bytes data = 3;
|
|
466
|
+
*/
|
|
467
|
+
data: Uint8Array;
|
|
468
|
+
|
|
469
|
+
/**
|
|
470
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Format format = 4;
|
|
471
|
+
*/
|
|
472
|
+
format: Schema_Format;
|
|
473
|
+
|
|
474
|
+
/**
|
|
475
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 5;
|
|
476
|
+
*/
|
|
477
|
+
compatibility: Schema_Compatibility;
|
|
478
|
+
};
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* Describes the message raystack.stencil.v1beta1.CreateSchemaRequest.
|
|
482
|
+
* Use `create(CreateSchemaRequestSchema)` to create a new message.
|
|
483
|
+
*/
|
|
484
|
+
export const CreateSchemaRequestSchema: GenMessage<CreateSchemaRequest> = /*@__PURE__*/
|
|
485
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 16);
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* @generated from message raystack.stencil.v1beta1.CreateSchemaResponse
|
|
489
|
+
*/
|
|
490
|
+
export type CreateSchemaResponse = Message<"raystack.stencil.v1beta1.CreateSchemaResponse"> & {
|
|
491
|
+
/**
|
|
492
|
+
* @generated from field: int32 version = 1;
|
|
493
|
+
*/
|
|
494
|
+
version: number;
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* @generated from field: string id = 2;
|
|
498
|
+
*/
|
|
499
|
+
id: string;
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* @generated from field: string location = 3;
|
|
503
|
+
*/
|
|
504
|
+
location: string;
|
|
505
|
+
};
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* Describes the message raystack.stencil.v1beta1.CreateSchemaResponse.
|
|
509
|
+
* Use `create(CreateSchemaResponseSchema)` to create a new message.
|
|
510
|
+
*/
|
|
511
|
+
export const CreateSchemaResponseSchema: GenMessage<CreateSchemaResponse> = /*@__PURE__*/
|
|
512
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 17);
|
|
513
|
+
|
|
514
|
+
/**
|
|
515
|
+
* @generated from message raystack.stencil.v1beta1.CheckCompatibilityRequest
|
|
516
|
+
*/
|
|
517
|
+
export type CheckCompatibilityRequest = Message<"raystack.stencil.v1beta1.CheckCompatibilityRequest"> & {
|
|
518
|
+
/**
|
|
519
|
+
* @generated from field: string namespace_id = 1;
|
|
520
|
+
*/
|
|
521
|
+
namespaceId: string;
|
|
522
|
+
|
|
523
|
+
/**
|
|
524
|
+
* @generated from field: string schema_id = 2;
|
|
525
|
+
*/
|
|
526
|
+
schemaId: string;
|
|
527
|
+
|
|
528
|
+
/**
|
|
529
|
+
* @generated from field: bytes data = 3;
|
|
530
|
+
*/
|
|
531
|
+
data: Uint8Array;
|
|
532
|
+
|
|
533
|
+
/**
|
|
534
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 4;
|
|
535
|
+
*/
|
|
536
|
+
compatibility: Schema_Compatibility;
|
|
537
|
+
};
|
|
538
|
+
|
|
539
|
+
/**
|
|
540
|
+
* Describes the message raystack.stencil.v1beta1.CheckCompatibilityRequest.
|
|
541
|
+
* Use `create(CheckCompatibilityRequestSchema)` to create a new message.
|
|
542
|
+
*/
|
|
543
|
+
export const CheckCompatibilityRequestSchema: GenMessage<CheckCompatibilityRequest> = /*@__PURE__*/
|
|
544
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 18);
|
|
545
|
+
|
|
546
|
+
/**
|
|
547
|
+
* @generated from message raystack.stencil.v1beta1.CheckCompatibilityResponse
|
|
548
|
+
*/
|
|
549
|
+
export type CheckCompatibilityResponse = Message<"raystack.stencil.v1beta1.CheckCompatibilityResponse"> & {
|
|
550
|
+
};
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* Describes the message raystack.stencil.v1beta1.CheckCompatibilityResponse.
|
|
554
|
+
* Use `create(CheckCompatibilityResponseSchema)` to create a new message.
|
|
555
|
+
*/
|
|
556
|
+
export const CheckCompatibilityResponseSchema: GenMessage<CheckCompatibilityResponse> = /*@__PURE__*/
|
|
557
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 19);
|
|
558
|
+
|
|
559
|
+
/**
|
|
560
|
+
* @generated from message raystack.stencil.v1beta1.GetSchemaMetadataRequest
|
|
561
|
+
*/
|
|
562
|
+
export type GetSchemaMetadataRequest = Message<"raystack.stencil.v1beta1.GetSchemaMetadataRequest"> & {
|
|
563
|
+
/**
|
|
564
|
+
* @generated from field: string namespace_id = 1;
|
|
565
|
+
*/
|
|
566
|
+
namespaceId: string;
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* @generated from field: string schema_id = 2;
|
|
570
|
+
*/
|
|
571
|
+
schemaId: string;
|
|
572
|
+
};
|
|
573
|
+
|
|
574
|
+
/**
|
|
575
|
+
* Describes the message raystack.stencil.v1beta1.GetSchemaMetadataRequest.
|
|
576
|
+
* Use `create(GetSchemaMetadataRequestSchema)` to create a new message.
|
|
577
|
+
*/
|
|
578
|
+
export const GetSchemaMetadataRequestSchema: GenMessage<GetSchemaMetadataRequest> = /*@__PURE__*/
|
|
579
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 20);
|
|
580
|
+
|
|
581
|
+
/**
|
|
582
|
+
* @generated from message raystack.stencil.v1beta1.GetSchemaMetadataResponse
|
|
583
|
+
*/
|
|
584
|
+
export type GetSchemaMetadataResponse = Message<"raystack.stencil.v1beta1.GetSchemaMetadataResponse"> & {
|
|
585
|
+
/**
|
|
586
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Format format = 1;
|
|
587
|
+
*/
|
|
588
|
+
format: Schema_Format;
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 2;
|
|
592
|
+
*/
|
|
593
|
+
compatibility: Schema_Compatibility;
|
|
594
|
+
|
|
595
|
+
/**
|
|
596
|
+
* @generated from field: string authority = 3;
|
|
597
|
+
*/
|
|
598
|
+
authority: string;
|
|
599
|
+
|
|
600
|
+
/**
|
|
601
|
+
* @generated from field: string name = 4;
|
|
602
|
+
*/
|
|
603
|
+
name: string;
|
|
604
|
+
|
|
605
|
+
/**
|
|
606
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
607
|
+
*/
|
|
608
|
+
createdAt?: Timestamp;
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 6;
|
|
612
|
+
*/
|
|
613
|
+
updatedAt?: Timestamp;
|
|
614
|
+
};
|
|
615
|
+
|
|
616
|
+
/**
|
|
617
|
+
* Describes the message raystack.stencil.v1beta1.GetSchemaMetadataResponse.
|
|
618
|
+
* Use `create(GetSchemaMetadataResponseSchema)` to create a new message.
|
|
619
|
+
*/
|
|
620
|
+
export const GetSchemaMetadataResponseSchema: GenMessage<GetSchemaMetadataResponse> = /*@__PURE__*/
|
|
621
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 21);
|
|
622
|
+
|
|
623
|
+
/**
|
|
624
|
+
* @generated from message raystack.stencil.v1beta1.UpdateSchemaMetadataRequest
|
|
625
|
+
*/
|
|
626
|
+
export type UpdateSchemaMetadataRequest = Message<"raystack.stencil.v1beta1.UpdateSchemaMetadataRequest"> & {
|
|
627
|
+
/**
|
|
628
|
+
* @generated from field: string namespace_id = 1;
|
|
629
|
+
*/
|
|
630
|
+
namespaceId: string;
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* @generated from field: string schema_id = 2;
|
|
634
|
+
*/
|
|
635
|
+
schemaId: string;
|
|
636
|
+
|
|
637
|
+
/**
|
|
638
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 3;
|
|
639
|
+
*/
|
|
640
|
+
compatibility: Schema_Compatibility;
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
/**
|
|
644
|
+
* Describes the message raystack.stencil.v1beta1.UpdateSchemaMetadataRequest.
|
|
645
|
+
* Use `create(UpdateSchemaMetadataRequestSchema)` to create a new message.
|
|
646
|
+
*/
|
|
647
|
+
export const UpdateSchemaMetadataRequestSchema: GenMessage<UpdateSchemaMetadataRequest> = /*@__PURE__*/
|
|
648
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 22);
|
|
649
|
+
|
|
650
|
+
/**
|
|
651
|
+
* @generated from message raystack.stencil.v1beta1.UpdateSchemaMetadataResponse
|
|
652
|
+
*/
|
|
653
|
+
export type UpdateSchemaMetadataResponse = Message<"raystack.stencil.v1beta1.UpdateSchemaMetadataResponse"> & {
|
|
654
|
+
/**
|
|
655
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Format format = 1;
|
|
656
|
+
*/
|
|
657
|
+
format: Schema_Format;
|
|
658
|
+
|
|
659
|
+
/**
|
|
660
|
+
* @generated from field: raystack.stencil.v1beta1.Schema.Compatibility compatibility = 2;
|
|
661
|
+
*/
|
|
662
|
+
compatibility: Schema_Compatibility;
|
|
663
|
+
|
|
664
|
+
/**
|
|
665
|
+
* @generated from field: string authority = 3;
|
|
666
|
+
*/
|
|
667
|
+
authority: string;
|
|
668
|
+
};
|
|
669
|
+
|
|
670
|
+
/**
|
|
671
|
+
* Describes the message raystack.stencil.v1beta1.UpdateSchemaMetadataResponse.
|
|
672
|
+
* Use `create(UpdateSchemaMetadataResponseSchema)` to create a new message.
|
|
673
|
+
*/
|
|
674
|
+
export const UpdateSchemaMetadataResponseSchema: GenMessage<UpdateSchemaMetadataResponse> = /*@__PURE__*/
|
|
675
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 23);
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* @generated from message raystack.stencil.v1beta1.DeleteSchemaRequest
|
|
679
|
+
*/
|
|
680
|
+
export type DeleteSchemaRequest = Message<"raystack.stencil.v1beta1.DeleteSchemaRequest"> & {
|
|
681
|
+
/**
|
|
682
|
+
* @generated from field: string namespace_id = 1;
|
|
683
|
+
*/
|
|
684
|
+
namespaceId: string;
|
|
685
|
+
|
|
686
|
+
/**
|
|
687
|
+
* @generated from field: string schema_id = 2;
|
|
688
|
+
*/
|
|
689
|
+
schemaId: string;
|
|
690
|
+
};
|
|
691
|
+
|
|
692
|
+
/**
|
|
693
|
+
* Describes the message raystack.stencil.v1beta1.DeleteSchemaRequest.
|
|
694
|
+
* Use `create(DeleteSchemaRequestSchema)` to create a new message.
|
|
695
|
+
*/
|
|
696
|
+
export const DeleteSchemaRequestSchema: GenMessage<DeleteSchemaRequest> = /*@__PURE__*/
|
|
697
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 24);
|
|
698
|
+
|
|
699
|
+
/**
|
|
700
|
+
* @generated from message raystack.stencil.v1beta1.DeleteSchemaResponse
|
|
701
|
+
*/
|
|
702
|
+
export type DeleteSchemaResponse = Message<"raystack.stencil.v1beta1.DeleteSchemaResponse"> & {
|
|
703
|
+
/**
|
|
704
|
+
* @generated from field: string message = 1;
|
|
705
|
+
*/
|
|
706
|
+
message: string;
|
|
707
|
+
};
|
|
708
|
+
|
|
709
|
+
/**
|
|
710
|
+
* Describes the message raystack.stencil.v1beta1.DeleteSchemaResponse.
|
|
711
|
+
* Use `create(DeleteSchemaResponseSchema)` to create a new message.
|
|
712
|
+
*/
|
|
713
|
+
export const DeleteSchemaResponseSchema: GenMessage<DeleteSchemaResponse> = /*@__PURE__*/
|
|
714
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 25);
|
|
715
|
+
|
|
716
|
+
/**
|
|
717
|
+
* @generated from message raystack.stencil.v1beta1.ListVersionsRequest
|
|
718
|
+
*/
|
|
719
|
+
export type ListVersionsRequest = Message<"raystack.stencil.v1beta1.ListVersionsRequest"> & {
|
|
720
|
+
/**
|
|
721
|
+
* @generated from field: string namespace_id = 1;
|
|
722
|
+
*/
|
|
723
|
+
namespaceId: string;
|
|
724
|
+
|
|
725
|
+
/**
|
|
726
|
+
* @generated from field: string schema_id = 2;
|
|
727
|
+
*/
|
|
728
|
+
schemaId: string;
|
|
729
|
+
};
|
|
730
|
+
|
|
731
|
+
/**
|
|
732
|
+
* Describes the message raystack.stencil.v1beta1.ListVersionsRequest.
|
|
733
|
+
* Use `create(ListVersionsRequestSchema)` to create a new message.
|
|
734
|
+
*/
|
|
735
|
+
export const ListVersionsRequestSchema: GenMessage<ListVersionsRequest> = /*@__PURE__*/
|
|
736
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 26);
|
|
737
|
+
|
|
738
|
+
/**
|
|
739
|
+
* @generated from message raystack.stencil.v1beta1.ListVersionsResponse
|
|
740
|
+
*/
|
|
741
|
+
export type ListVersionsResponse = Message<"raystack.stencil.v1beta1.ListVersionsResponse"> & {
|
|
742
|
+
/**
|
|
743
|
+
* @generated from field: repeated int32 versions = 1;
|
|
744
|
+
*/
|
|
745
|
+
versions: number[];
|
|
746
|
+
};
|
|
747
|
+
|
|
748
|
+
/**
|
|
749
|
+
* Describes the message raystack.stencil.v1beta1.ListVersionsResponse.
|
|
750
|
+
* Use `create(ListVersionsResponseSchema)` to create a new message.
|
|
751
|
+
*/
|
|
752
|
+
export const ListVersionsResponseSchema: GenMessage<ListVersionsResponse> = /*@__PURE__*/
|
|
753
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 27);
|
|
754
|
+
|
|
755
|
+
/**
|
|
756
|
+
* @generated from message raystack.stencil.v1beta1.GetSchemaRequest
|
|
757
|
+
*/
|
|
758
|
+
export type GetSchemaRequest = Message<"raystack.stencil.v1beta1.GetSchemaRequest"> & {
|
|
759
|
+
/**
|
|
760
|
+
* @generated from field: string namespace_id = 1;
|
|
761
|
+
*/
|
|
762
|
+
namespaceId: string;
|
|
763
|
+
|
|
764
|
+
/**
|
|
765
|
+
* @generated from field: string schema_id = 2;
|
|
766
|
+
*/
|
|
767
|
+
schemaId: string;
|
|
768
|
+
|
|
769
|
+
/**
|
|
770
|
+
* @generated from field: int32 version_id = 3;
|
|
771
|
+
*/
|
|
772
|
+
versionId: number;
|
|
773
|
+
};
|
|
774
|
+
|
|
775
|
+
/**
|
|
776
|
+
* Describes the message raystack.stencil.v1beta1.GetSchemaRequest.
|
|
777
|
+
* Use `create(GetSchemaRequestSchema)` to create a new message.
|
|
778
|
+
*/
|
|
779
|
+
export const GetSchemaRequestSchema: GenMessage<GetSchemaRequest> = /*@__PURE__*/
|
|
780
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 28);
|
|
781
|
+
|
|
782
|
+
/**
|
|
783
|
+
* @generated from message raystack.stencil.v1beta1.GetSchemaResponse
|
|
784
|
+
*/
|
|
785
|
+
export type GetSchemaResponse = Message<"raystack.stencil.v1beta1.GetSchemaResponse"> & {
|
|
786
|
+
/**
|
|
787
|
+
* @generated from field: bytes data = 1;
|
|
788
|
+
*/
|
|
789
|
+
data: Uint8Array;
|
|
790
|
+
};
|
|
791
|
+
|
|
792
|
+
/**
|
|
793
|
+
* Describes the message raystack.stencil.v1beta1.GetSchemaResponse.
|
|
794
|
+
* Use `create(GetSchemaResponseSchema)` to create a new message.
|
|
795
|
+
*/
|
|
796
|
+
export const GetSchemaResponseSchema: GenMessage<GetSchemaResponse> = /*@__PURE__*/
|
|
797
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 29);
|
|
798
|
+
|
|
799
|
+
/**
|
|
800
|
+
* @generated from message raystack.stencil.v1beta1.DeleteVersionRequest
|
|
801
|
+
*/
|
|
802
|
+
export type DeleteVersionRequest = Message<"raystack.stencil.v1beta1.DeleteVersionRequest"> & {
|
|
803
|
+
/**
|
|
804
|
+
* @generated from field: string namespace_id = 1;
|
|
805
|
+
*/
|
|
806
|
+
namespaceId: string;
|
|
807
|
+
|
|
808
|
+
/**
|
|
809
|
+
* @generated from field: string schema_id = 2;
|
|
810
|
+
*/
|
|
811
|
+
schemaId: string;
|
|
812
|
+
|
|
813
|
+
/**
|
|
814
|
+
* @generated from field: int32 version_id = 3;
|
|
815
|
+
*/
|
|
816
|
+
versionId: number;
|
|
817
|
+
};
|
|
818
|
+
|
|
819
|
+
/**
|
|
820
|
+
* Describes the message raystack.stencil.v1beta1.DeleteVersionRequest.
|
|
821
|
+
* Use `create(DeleteVersionRequestSchema)` to create a new message.
|
|
822
|
+
*/
|
|
823
|
+
export const DeleteVersionRequestSchema: GenMessage<DeleteVersionRequest> = /*@__PURE__*/
|
|
824
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 30);
|
|
825
|
+
|
|
826
|
+
/**
|
|
827
|
+
* @generated from message raystack.stencil.v1beta1.DeleteVersionResponse
|
|
828
|
+
*/
|
|
829
|
+
export type DeleteVersionResponse = Message<"raystack.stencil.v1beta1.DeleteVersionResponse"> & {
|
|
830
|
+
/**
|
|
831
|
+
* @generated from field: string message = 1;
|
|
832
|
+
*/
|
|
833
|
+
message: string;
|
|
834
|
+
};
|
|
835
|
+
|
|
836
|
+
/**
|
|
837
|
+
* Describes the message raystack.stencil.v1beta1.DeleteVersionResponse.
|
|
838
|
+
* Use `create(DeleteVersionResponseSchema)` to create a new message.
|
|
839
|
+
*/
|
|
840
|
+
export const DeleteVersionResponseSchema: GenMessage<DeleteVersionResponse> = /*@__PURE__*/
|
|
841
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 31);
|
|
842
|
+
|
|
843
|
+
/**
|
|
844
|
+
* @generated from message raystack.stencil.v1beta1.SearchRequest
|
|
845
|
+
*/
|
|
846
|
+
export type SearchRequest = Message<"raystack.stencil.v1beta1.SearchRequest"> & {
|
|
847
|
+
/**
|
|
848
|
+
* @generated from field: string namespace_id = 1;
|
|
849
|
+
*/
|
|
850
|
+
namespaceId: string;
|
|
851
|
+
|
|
852
|
+
/**
|
|
853
|
+
* @generated from field: string schema_id = 2;
|
|
854
|
+
*/
|
|
855
|
+
schemaId: string;
|
|
856
|
+
|
|
857
|
+
/**
|
|
858
|
+
* @generated from field: string query = 3;
|
|
859
|
+
*/
|
|
860
|
+
query: string;
|
|
861
|
+
|
|
862
|
+
/**
|
|
863
|
+
* @generated from oneof raystack.stencil.v1beta1.SearchRequest.version
|
|
864
|
+
*/
|
|
865
|
+
version: {
|
|
866
|
+
/**
|
|
867
|
+
* @generated from field: bool history = 4;
|
|
868
|
+
*/
|
|
869
|
+
value: boolean;
|
|
870
|
+
case: "history";
|
|
871
|
+
} | {
|
|
872
|
+
/**
|
|
873
|
+
* @generated from field: int32 version_id = 5;
|
|
874
|
+
*/
|
|
875
|
+
value: number;
|
|
876
|
+
case: "versionId";
|
|
877
|
+
} | { case: undefined; value?: undefined };
|
|
878
|
+
};
|
|
879
|
+
|
|
880
|
+
/**
|
|
881
|
+
* Describes the message raystack.stencil.v1beta1.SearchRequest.
|
|
882
|
+
* Use `create(SearchRequestSchema)` to create a new message.
|
|
883
|
+
*/
|
|
884
|
+
export const SearchRequestSchema: GenMessage<SearchRequest> = /*@__PURE__*/
|
|
885
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 32);
|
|
886
|
+
|
|
887
|
+
/**
|
|
888
|
+
* @generated from message raystack.stencil.v1beta1.SearchResponse
|
|
889
|
+
*/
|
|
890
|
+
export type SearchResponse = Message<"raystack.stencil.v1beta1.SearchResponse"> & {
|
|
891
|
+
/**
|
|
892
|
+
* @generated from field: repeated raystack.stencil.v1beta1.SearchHits hits = 1;
|
|
893
|
+
*/
|
|
894
|
+
hits: SearchHits[];
|
|
895
|
+
|
|
896
|
+
/**
|
|
897
|
+
* @generated from field: raystack.stencil.v1beta1.SearchMeta meta = 2;
|
|
898
|
+
*/
|
|
899
|
+
meta?: SearchMeta;
|
|
900
|
+
};
|
|
901
|
+
|
|
902
|
+
/**
|
|
903
|
+
* Describes the message raystack.stencil.v1beta1.SearchResponse.
|
|
904
|
+
* Use `create(SearchResponseSchema)` to create a new message.
|
|
905
|
+
*/
|
|
906
|
+
export const SearchResponseSchema: GenMessage<SearchResponse> = /*@__PURE__*/
|
|
907
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 33);
|
|
908
|
+
|
|
909
|
+
/**
|
|
910
|
+
* @generated from message raystack.stencil.v1beta1.SearchHits
|
|
911
|
+
*/
|
|
912
|
+
export type SearchHits = Message<"raystack.stencil.v1beta1.SearchHits"> & {
|
|
913
|
+
/**
|
|
914
|
+
* @generated from field: string namespace_id = 1;
|
|
915
|
+
*/
|
|
916
|
+
namespaceId: string;
|
|
917
|
+
|
|
918
|
+
/**
|
|
919
|
+
* @generated from field: string schema_id = 2;
|
|
920
|
+
*/
|
|
921
|
+
schemaId: string;
|
|
922
|
+
|
|
923
|
+
/**
|
|
924
|
+
* @generated from field: int32 version_id = 3;
|
|
925
|
+
*/
|
|
926
|
+
versionId: number;
|
|
927
|
+
|
|
928
|
+
/**
|
|
929
|
+
* @generated from field: repeated string fields = 4;
|
|
930
|
+
*/
|
|
931
|
+
fields: string[];
|
|
932
|
+
|
|
933
|
+
/**
|
|
934
|
+
* @generated from field: repeated string types = 5;
|
|
935
|
+
*/
|
|
936
|
+
types: string[];
|
|
937
|
+
|
|
938
|
+
/**
|
|
939
|
+
* @generated from field: string path = 6;
|
|
940
|
+
*/
|
|
941
|
+
path: string;
|
|
942
|
+
};
|
|
943
|
+
|
|
944
|
+
/**
|
|
945
|
+
* Describes the message raystack.stencil.v1beta1.SearchHits.
|
|
946
|
+
* Use `create(SearchHitsSchema)` to create a new message.
|
|
947
|
+
*/
|
|
948
|
+
export const SearchHitsSchema: GenMessage<SearchHits> = /*@__PURE__*/
|
|
949
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 34);
|
|
950
|
+
|
|
951
|
+
/**
|
|
952
|
+
* @generated from message raystack.stencil.v1beta1.SearchMeta
|
|
953
|
+
*/
|
|
954
|
+
export type SearchMeta = Message<"raystack.stencil.v1beta1.SearchMeta"> & {
|
|
955
|
+
/**
|
|
956
|
+
* @generated from field: uint32 total = 1;
|
|
957
|
+
*/
|
|
958
|
+
total: number;
|
|
959
|
+
};
|
|
960
|
+
|
|
961
|
+
/**
|
|
962
|
+
* Describes the message raystack.stencil.v1beta1.SearchMeta.
|
|
963
|
+
* Use `create(SearchMetaSchema)` to create a new message.
|
|
964
|
+
*/
|
|
965
|
+
export const SearchMetaSchema: GenMessage<SearchMeta> = /*@__PURE__*/
|
|
966
|
+
messageDesc(file_raystack_stencil_v1beta1_stencil, 35);
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* @generated from service raystack.stencil.v1beta1.StencilService
|
|
970
|
+
*/
|
|
971
|
+
export const StencilService: GenService<{
|
|
972
|
+
/**
|
|
973
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.ListNamespaces
|
|
974
|
+
*/
|
|
975
|
+
listNamespaces: {
|
|
976
|
+
methodKind: "unary";
|
|
977
|
+
input: typeof ListNamespacesRequestSchema;
|
|
978
|
+
output: typeof ListNamespacesResponseSchema;
|
|
979
|
+
},
|
|
980
|
+
/**
|
|
981
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.GetNamespace
|
|
982
|
+
*/
|
|
983
|
+
getNamespace: {
|
|
984
|
+
methodKind: "unary";
|
|
985
|
+
input: typeof GetNamespaceRequestSchema;
|
|
986
|
+
output: typeof GetNamespaceResponseSchema;
|
|
987
|
+
},
|
|
988
|
+
/**
|
|
989
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.CreateNamespace
|
|
990
|
+
*/
|
|
991
|
+
createNamespace: {
|
|
992
|
+
methodKind: "unary";
|
|
993
|
+
input: typeof CreateNamespaceRequestSchema;
|
|
994
|
+
output: typeof CreateNamespaceResponseSchema;
|
|
995
|
+
},
|
|
996
|
+
/**
|
|
997
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.UpdateNamespace
|
|
998
|
+
*/
|
|
999
|
+
updateNamespace: {
|
|
1000
|
+
methodKind: "unary";
|
|
1001
|
+
input: typeof UpdateNamespaceRequestSchema;
|
|
1002
|
+
output: typeof UpdateNamespaceResponseSchema;
|
|
1003
|
+
},
|
|
1004
|
+
/**
|
|
1005
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.DeleteNamespace
|
|
1006
|
+
*/
|
|
1007
|
+
deleteNamespace: {
|
|
1008
|
+
methodKind: "unary";
|
|
1009
|
+
input: typeof DeleteNamespaceRequestSchema;
|
|
1010
|
+
output: typeof DeleteNamespaceResponseSchema;
|
|
1011
|
+
},
|
|
1012
|
+
/**
|
|
1013
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.ListSchemas
|
|
1014
|
+
*/
|
|
1015
|
+
listSchemas: {
|
|
1016
|
+
methodKind: "unary";
|
|
1017
|
+
input: typeof ListSchemasRequestSchema;
|
|
1018
|
+
output: typeof ListSchemasResponseSchema;
|
|
1019
|
+
},
|
|
1020
|
+
/**
|
|
1021
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.CreateSchema
|
|
1022
|
+
*/
|
|
1023
|
+
createSchema: {
|
|
1024
|
+
methodKind: "unary";
|
|
1025
|
+
input: typeof CreateSchemaRequestSchema;
|
|
1026
|
+
output: typeof CreateSchemaResponseSchema;
|
|
1027
|
+
},
|
|
1028
|
+
/**
|
|
1029
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.CheckCompatibility
|
|
1030
|
+
*/
|
|
1031
|
+
checkCompatibility: {
|
|
1032
|
+
methodKind: "unary";
|
|
1033
|
+
input: typeof CheckCompatibilityRequestSchema;
|
|
1034
|
+
output: typeof CheckCompatibilityResponseSchema;
|
|
1035
|
+
},
|
|
1036
|
+
/**
|
|
1037
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.GetSchemaMetadata
|
|
1038
|
+
*/
|
|
1039
|
+
getSchemaMetadata: {
|
|
1040
|
+
methodKind: "unary";
|
|
1041
|
+
input: typeof GetSchemaMetadataRequestSchema;
|
|
1042
|
+
output: typeof GetSchemaMetadataResponseSchema;
|
|
1043
|
+
},
|
|
1044
|
+
/**
|
|
1045
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.UpdateSchemaMetadata
|
|
1046
|
+
*/
|
|
1047
|
+
updateSchemaMetadata: {
|
|
1048
|
+
methodKind: "unary";
|
|
1049
|
+
input: typeof UpdateSchemaMetadataRequestSchema;
|
|
1050
|
+
output: typeof UpdateSchemaMetadataResponseSchema;
|
|
1051
|
+
},
|
|
1052
|
+
/**
|
|
1053
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.GetLatestSchema
|
|
1054
|
+
*/
|
|
1055
|
+
getLatestSchema: {
|
|
1056
|
+
methodKind: "unary";
|
|
1057
|
+
input: typeof GetLatestSchemaRequestSchema;
|
|
1058
|
+
output: typeof GetLatestSchemaResponseSchema;
|
|
1059
|
+
},
|
|
1060
|
+
/**
|
|
1061
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.DeleteSchema
|
|
1062
|
+
*/
|
|
1063
|
+
deleteSchema: {
|
|
1064
|
+
methodKind: "unary";
|
|
1065
|
+
input: typeof DeleteSchemaRequestSchema;
|
|
1066
|
+
output: typeof DeleteSchemaResponseSchema;
|
|
1067
|
+
},
|
|
1068
|
+
/**
|
|
1069
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.GetSchema
|
|
1070
|
+
*/
|
|
1071
|
+
getSchema: {
|
|
1072
|
+
methodKind: "unary";
|
|
1073
|
+
input: typeof GetSchemaRequestSchema;
|
|
1074
|
+
output: typeof GetSchemaResponseSchema;
|
|
1075
|
+
},
|
|
1076
|
+
/**
|
|
1077
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.ListVersions
|
|
1078
|
+
*/
|
|
1079
|
+
listVersions: {
|
|
1080
|
+
methodKind: "unary";
|
|
1081
|
+
input: typeof ListVersionsRequestSchema;
|
|
1082
|
+
output: typeof ListVersionsResponseSchema;
|
|
1083
|
+
},
|
|
1084
|
+
/**
|
|
1085
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.DeleteVersion
|
|
1086
|
+
*/
|
|
1087
|
+
deleteVersion: {
|
|
1088
|
+
methodKind: "unary";
|
|
1089
|
+
input: typeof DeleteVersionRequestSchema;
|
|
1090
|
+
output: typeof DeleteVersionResponseSchema;
|
|
1091
|
+
},
|
|
1092
|
+
/**
|
|
1093
|
+
* @generated from rpc raystack.stencil.v1beta1.StencilService.Search
|
|
1094
|
+
*/
|
|
1095
|
+
search: {
|
|
1096
|
+
methodKind: "unary";
|
|
1097
|
+
input: typeof SearchRequestSchema;
|
|
1098
|
+
output: typeof SearchResponseSchema;
|
|
1099
|
+
},
|
|
1100
|
+
}> = /*@__PURE__*/
|
|
1101
|
+
serviceDesc(file_raystack_stencil_v1beta1_stencil, 0);
|
|
1102
|
+
|