UNPKG

@mochabug/adapt-web

Version:

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

30 lines 2.07 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.OneOfConfigSchema = exports.file_mochabugapis_adapt_plugins_v1_oneof_service = void 0; const codegenv2_1 = require("@bufbuild/protobuf/codegenv2"); const wkt_1 = require("@bufbuild/protobuf/wkt"); const oauth2_service_pb_js_1 = require("./oauth2_service_pb.js"); const tls_service_pb_js_1 = require("./tls_service_pb.js"); /** * Describes the file mochabugapis/adapt/plugins/v1/oneof_service.proto. */ exports.file_mochabugapis_adapt_plugins_v1_oneof_service = (0, codegenv2_1.fileDesc)("CjFtb2NoYWJ1Z2FwaXMvYWRhcHQvcGx1Z2lucy92MS9vbmVvZl9zZXJ2aWNlLnByb3RvEh1tb2NoYWJ1Z2FwaXMuYWRhcHQucGx1Z2lucy52MSLeAQoLT25lT2ZDb25maWcSFQoIc2VsZWN0ZWQYASABKAlIAYgBARI9CgZvYXV0aDIYAiABKAsyKy5tb2NoYWJ1Z2FwaXMuYWRhcHQucGx1Z2lucy52MS5PYXV0aDJDb25maWdIABI3CgN0bHMYAyABKAsyKC5tb2NoYWJ1Z2FwaXMuYWRhcHQucGx1Z2lucy52MS5UbHNDb25maWdIABIqCgh2YXJpYWJsZRgEIAEoCzIWLmdvb2dsZS5wcm90b2J1Zi5WYWx1ZUgAQgcKBXZhbHVlQgsKCV9zZWxlY3RlZGIGcHJvdG8z", [wkt_1.file_google_protobuf_struct, oauth2_service_pb_js_1.file_mochabugapis_adapt_plugins_v1_oauth2_service, tls_service_pb_js_1.file_mochabugapis_adapt_plugins_v1_tls_service]); /** * Describes the message mochabugapis.adapt.plugins.v1.OneOfConfig. * Use `create(OneOfConfigSchema)` to create a new message. */ exports.OneOfConfigSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_plugins_v1_oneof_service, 0); //# sourceMappingURL=oneof_service_pb.js.map