UNPKG

@mochabug/adapt-web

Version:

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

33 lines 2.56 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.OneOfBindingSchema = exports.ServiceBindingSchema = exports.file_mochabugapis_adapt_plugins_v1_service_binding = void 0; const codegenv2_1 = require("@bufbuild/protobuf/codegenv2"); const validate_pb_js_1 = require("../../../../buf/validate/validate_pb.js"); /** * Describes the file mochabugapis/adapt/plugins/v1/service_binding.proto. */ exports.file_mochabugapis_adapt_plugins_v1_service_binding = (0, codegenv2_1.fileDesc)("CjNtb2NoYWJ1Z2FwaXMvYWRhcHQvcGx1Z2lucy92MS9zZXJ2aWNlX2JpbmRpbmcucHJvdG8SHW1vY2hhYnVnYXBpcy5hZGFwdC5wbHVnaW5zLnYxIugBCg5TZXJ2aWNlQmluZGluZxItCgRuYW1lGAEgASgJQh+6SBxyGhABGGQyFF5bXyRhLXpdW18kYS16MC05XSokEjIKB3NlcnZpY2UYAiABKAlCH7pIHHIaEAEYZDIUXltfJGEtel1bXyRhLXowLTldKiRIABI9CgZvbmVfb2YYAyABKAsyKy5tb2NoYWJ1Z2FwaXMuYWRhcHQucGx1Z2lucy52MS5PbmVPZkJpbmRpbmdIABIVCghvcHRpb25hbBgEIAEoCEgBiAEBQhAKB2JpbmRpbmcSBbpIAggBQgsKCV9vcHRpb25hbCKmAgoMT25lT2ZCaW5kaW5nEjsKB29wdGlvbnMYASADKAlCKrpIJ5IBJAgBEBQYASIcchoQARhkMhReW18kYS16XVtfJGEtejAtOV0qJBI4CgdkZWZhdWx0GAIgASgJQiK6SB/YAQFyGhABGGQyFF5bXyRhLXpdW18kYS16MC05XSokSACIAQE6kgG6SI4BGosBChJkZWZhdWx0X2luX29wdGlvbnMSNE1ha2Ugc3VyZSB0aGF0IHRoZSBkZWZhdWx0IGV4aXN0cyBpbnNpZGUgdGhlIG9wdGlvbnMaPyFoYXModGhpcy5kZWZhdWx0KSB8fCB0aGlzLm9wdGlvbnMuZXhpc3RzKHgsIHggPT0gdGhpcy5kZWZhdWx0KUIKCghfZGVmYXVsdGIGcHJvdG8z", [validate_pb_js_1.file_buf_validate_validate]); /** * Describes the message mochabugapis.adapt.plugins.v1.ServiceBinding. * Use `create(ServiceBindingSchema)` to create a new message. */ exports.ServiceBindingSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_plugins_v1_service_binding, 0); /** * Describes the message mochabugapis.adapt.plugins.v1.OneOfBinding. * Use `create(OneOfBindingSchema)` to create a new message. */ exports.OneOfBindingSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_plugins_v1_service_binding, 1); //# sourceMappingURL=service_binding_pb.js.map