UNPKG

@mochabug/adapt-web

Version:

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

32 lines 2.92 kB
"use strict"; // 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. Object.defineProperty(exports, "__esModule", { value: true }); exports.ServiceDefinitionSchema = exports.file_mochabugapis_adapt_plugins_v1_service_definition = void 0; const codegenv2_1 = require("@bufbuild/protobuf/codegenv2"); const validate_pb_js_1 = require("../../../../buf/validate/validate_pb.js"); const compound_services_pb_js_1 = require("./compound_services_pb.js"); const http_proxy_service_pb_js_1 = require("./http_proxy_service_pb.js"); const oauth2_service_pb_js_1 = require("./oauth2_service_pb.js"); const variable_service_pb_js_1 = require("./variable_service_pb.js"); /** * Describes the file mochabugapis/adapt/plugins/v1/service_definition.proto. */ exports.file_mochabugapis_adapt_plugins_v1_service_definition = (0, codegenv2_1.fileDesc)("CjZtb2NoYWJ1Z2FwaXMvYWRhcHQvcGx1Z2lucy92MS9zZXJ2aWNlX2RlZmluaXRpb24ucHJvdG8SHW1vY2hhYnVnYXBpcy5hZGFwdC5wbHVnaW5zLnYxIqMEChFTZXJ2aWNlRGVmaW5pdGlvbhIzCgRuYW1lGAEgASgJQiW6SCJyIBABGGQyGl5bXyRhLXpBLVpdW18kYS16QS1aMC05XSokEhgKBWxhYmVsGAIgASgJQgm6SAZyBBABGGQSJAoLZGVzY3JpcHRpb24YAyABKAlCCrpIB3IFEAEY+gFIAYgBARIVCghvcHRpb25hbBgEIAEoCEgCiAEBEkUKCHZhcmlhYmxlGAUgASgLMjEubW9jaGFidWdhcGlzLmFkYXB0LnBsdWdpbnMudjEuVmFyaWFibGVEZWZpbml0aW9uSAASQQoGb2F1dGgyGAYgASgLMi8ubW9jaGFidWdhcGlzLmFkYXB0LnBsdWdpbnMudjEuT2F1dGgyRGVmaW5pdGlvbkgAEkgKCmh0dHBfcHJveHkYByABKAsyMi5tb2NoYWJ1Z2FwaXMuYWRhcHQucGx1Z2lucy52MS5IdHRwUHJveHlEZWZpbml0aW9uSAASQQoFZ3JvdXAYCCABKAsyMC5tb2NoYWJ1Z2FwaXMuYWRhcHQucGx1Z2lucy52MS5Hcm91cGVkRGVmaW5pdGlvbkgAEj8KBW9uZW9mGAkgASgLMi4ubW9jaGFidWdhcGlzLmFkYXB0LnBsdWdpbnMudjEuT25lT2ZEZWZpbml0aW9uSABCDQoEdHlwZRIFukgCCAFCDgoMX2Rlc2NyaXB0aW9uQgsKCV9vcHRpb25hbGIGcHJvdG8z", [validate_pb_js_1.file_buf_validate_validate, compound_services_pb_js_1.file_mochabugapis_adapt_plugins_v1_compound_services, http_proxy_service_pb_js_1.file_mochabugapis_adapt_plugins_v1_http_proxy_service, oauth2_service_pb_js_1.file_mochabugapis_adapt_plugins_v1_oauth2_service, variable_service_pb_js_1.file_mochabugapis_adapt_plugins_v1_variable_service]); /** * Describes the message mochabugapis.adapt.plugins.v1.ServiceDefinition. * Use `create(ServiceDefinitionSchema)` to create a new message. */ exports.ServiceDefinitionSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_plugins_v1_service_definition, 0); //# sourceMappingURL=service_definition_pb.js.map