UNPKG

@mochabug/adapt-web

Version:

The client library to execute automations, without effort, in a browser environment

28 lines 2.32 kB
// Copyright 2023, mochabug AB // // 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. import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2"; import { file_buf_validate_validate } from "../../../../buf/validate/validate_pb.js"; import { file_mochabugapis_adapt_plugins_v1_oauth2_service } from "./oauth2_service_pb.js"; import { file_mochabugapis_adapt_plugins_v1_tls_service } from "./tls_service_pb.js"; import { file_mochabugapis_adapt_plugins_v1_variable_service } from "./variable_service_pb.js"; /** * Describes the file mochabugapis/adapt/plugins/v1/service_definition.proto. */ export const file_mochabugapis_adapt_plugins_v1_service_definition = /*@__PURE__*/ fileDesc("CjZtb2NoYWJ1Z2FwaXMvYWRhcHQvcGx1Z2lucy92MS9zZXJ2aWNlX2RlZmluaXRpb24ucHJvdG8SHW1vY2hhYnVnYXBpcy5hZGFwdC5wbHVnaW5zLnYxIu4CChFTZXJ2aWNlRGVmaW5pdGlvbhItCgRuYW1lGAEgASgJQh+6SBxyGhABGGQyFF5bXyRhLXpdW18kYS16MC05XSokEhsKBWxhYmVsGAIgASgJQgy6SAnYAQFyBBABGGQSJwoLZGVzY3JpcHRpb24YAyABKAlCDbpICtgBAXIFEAEY+gFIAYgBARJFCgh2YXJpYWJsZRgEIAEoCzIxLm1vY2hhYnVnYXBpcy5hZGFwdC5wbHVnaW5zLnYxLlZhcmlhYmxlRGVmaW5pdGlvbkgAEjsKA3RscxgFIAEoCzIsLm1vY2hhYnVnYXBpcy5hZGFwdC5wbHVnaW5zLnYxLlRsc0RlZmluaXRpb25IABJBCgZvYXV0aDIYBiABKAsyLy5tb2NoYWJ1Z2FwaXMuYWRhcHQucGx1Z2lucy52MS5PYXV0aDJEZWZpbml0aW9uSABCDQoEdHlwZRIFukgCCAFCDgoMX2Rlc2NyaXB0aW9uYgZwcm90bzM", [file_buf_validate_validate, file_mochabugapis_adapt_plugins_v1_oauth2_service, file_mochabugapis_adapt_plugins_v1_tls_service, file_mochabugapis_adapt_plugins_v1_variable_service]); /** * Describes the message mochabugapis.adapt.plugins.v1.ServiceDefinition. * Use `create(ServiceDefinitionSchema)` to create a new message. */ export const ServiceDefinitionSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_plugins_v1_service_definition, 0); //# sourceMappingURL=service_definition_pb.js.map