UNPKG

@gitpod/sdk

Version:
40 lines (39 loc) 2.6 kB
"use strict"; // Copyright 2022 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. Object.defineProperty(exports, "__esModule", { value: true }); exports.property = exports.schema = exports.operation = exports.document = exports.file_gnostic_openapi_v3_annotations = void 0; const codegenv2_1 = require("@bufbuild/protobuf/codegenv2"); const openapiv3_pb_1 = require("./openapiv3_pb"); const wkt_1 = require("@bufbuild/protobuf/wkt"); /** * Describes the file gnostic/openapi/v3/annotations.proto. */ exports.file_gnostic_openapi_v3_annotations = (0, codegenv2_1.fileDesc)("CiRnbm9zdGljL29wZW5hcGkvdjMvYW5ub3RhdGlvbnMucHJvdG8SEmdub3N0aWMub3BlbmFwaS52MzpXCghkb2N1bWVudBIcLmdvb2dsZS5wcm90b2J1Zi5GaWxlT3B0aW9ucxj3CCABKAsyHC5nbm9zdGljLm9wZW5hcGkudjMuRG9jdW1lbnRSCGRvY3VtZW50OlwKCW9wZXJhdGlvbhIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGPcIIAEoCzIdLmdub3N0aWMub3BlbmFwaS52My5PcGVyYXRpb25SCW9wZXJhdGlvbjpUCgZzY2hlbWESHy5nb29nbGUucHJvdG9idWYuTWVzc2FnZU9wdGlvbnMY9wggASgLMhouZ25vc3RpYy5vcGVuYXBpLnYzLlNjaGVtYVIGc2NoZW1hOlYKCHByb3BlcnR5Eh0uZ29vZ2xlLnByb3RvYnVmLkZpZWxkT3B0aW9ucxj3CCABKAsyGi5nbm9zdGljLm9wZW5hcGkudjMuU2NoZW1hUghwcm9wZXJ0eUJaCg5vcmcub3BlbmFwaV92M0IQQW5ub3RhdGlvbnNQcm90b1ABWi5naXRodWIuY29tL2dvb2dsZS9nbm9zdGljL29wZW5hcGl2MztvcGVuYXBpX3YzogIDT0FTYgZwcm90bzM", [openapiv3_pb_1.file_gnostic_openapi_v3_openapiv3, wkt_1.file_google_protobuf_descriptor]); /** * @generated from extension: gnostic.openapi.v3.Document document = 1143; */ exports.document = (0, codegenv2_1.extDesc)(exports.file_gnostic_openapi_v3_annotations, 0); /** * @generated from extension: gnostic.openapi.v3.Operation operation = 1143; */ exports.operation = (0, codegenv2_1.extDesc)(exports.file_gnostic_openapi_v3_annotations, 1); /** * @generated from extension: gnostic.openapi.v3.Schema schema = 1143; */ exports.schema = (0, codegenv2_1.extDesc)(exports.file_gnostic_openapi_v3_annotations, 2); /** * @generated from extension: gnostic.openapi.v3.Schema property = 1143; */ exports.property = (0, codegenv2_1.extDesc)(exports.file_gnostic_openapi_v3_annotations, 3);