UNPKG

@mochabug/adapt-web

Version:

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

40 lines 3.59 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.ServiceSettingsSchema = exports.GroupConfigSchema = exports.OneOfConfigSchema = exports.file_mochabugapis_adapt_plugins_v1_service_settings = void 0; const codegenv2_1 = require("@bufbuild/protobuf/codegenv2"); const validate_pb_js_1 = require("../../../../buf/validate/validate_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"); /** * Describes the file mochabugapis/adapt/plugins/v1/service_settings.proto. */ exports.file_mochabugapis_adapt_plugins_v1_service_settings = (0, codegenv2_1.fileDesc)("CjRtb2NoYWJ1Z2FwaXMvYWRhcHQvcGx1Z2lucy92MS9zZXJ2aWNlX3NldHRpbmdzLnByb3RvEh1tb2NoYWJ1Z2FwaXMuYWRhcHQucGx1Z2lucy52MSKpAgoLT25lT2ZDb25maWcSPAoIc2VsZWN0ZWQYAyABKAlCJbpIInIgEAEYZDIaXltfJGEtekEtWl1bXyRhLXpBLVowLTldKiRIAIgBARI9CgV2YWx1ZRgEIAEoCzIuLm1vY2hhYnVnYXBpcy5hZGFwdC5wbHVnaW5zLnYxLlNlcnZpY2VTZXR0aW5nczqPAbpIiwEaiAEKFXZhbHVlX3NldF9pZl9zZWxlY3RlZBJIdmFsdWUgbXVzdCBiZSBzZXQgd2hlbiBzZWxlY3RlZCBpcyBzZXQsIGFuZCB1bnNldCB3aGVuIHNlbGVjdGVkIGlzIHVuc2V0GiVoYXModGhpcy5zZWxlY3RlZCkgPT0gaGFzKHRoaXMudmFsdWUpQgsKCV9zZWxlY3RlZCK4AQoLR3JvdXBDb25maWcSqAEKB21lbWJlcnMYAyADKAsyLi5tb2NoYWJ1Z2FwaXMuYWRhcHQucGx1Z2lucy52MS5TZXJ2aWNlU2V0dGluZ3NCZ7pIZLoBWgoTdW5pcXVlX21lbWJlcl9uYW1lcxIbbWVtYmVyIG5hbWVzIG11c3QgYmUgdW5pcXVlGiZ0aGlzLm1hcChtZW1iZXIsIG1lbWJlci5uYW1lKS51bmlxdWUoKZIBBAgBEGQi9gIKD1NlcnZpY2VTZXR0aW5ncxIzCgRuYW1lGAEgASgJQiW6SCJyIBABGGQyGl5bXyRhLXpBLVpdW18kYS16QS1aMC05XSokEhIKCmNvbmZpZ3VyZWQYAiABKAgSPQoGb2F1dGgyGAMgASgLMisubW9jaGFidWdhcGlzLmFkYXB0LnBsdWdpbnMudjEuT2F1dGgyQ29uZmlnSAASRAoKaHR0cF9wcm94eRgEIAEoCzIuLm1vY2hhYnVnYXBpcy5hZGFwdC5wbHVnaW5zLnYxLkh0dHBQcm94eUNvbmZpZ0gAEhIKCHZhcmlhYmxlGAUgASgMSAASOwoFb25lb2YYBiABKAsyKi5tb2NoYWJ1Z2FwaXMuYWRhcHQucGx1Z2lucy52MS5PbmVPZkNvbmZpZ0gAEjsKBWdyb3VwGAcgASgLMioubW9jaGFidWdhcGlzLmFkYXB0LnBsdWdpbnMudjEuR3JvdXBDb25maWdIAEIHCgV2YWx1ZWIGcHJvdG8z", [validate_pb_js_1.file_buf_validate_validate, 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]); /** * 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_service_settings, 0); /** * Describes the message mochabugapis.adapt.plugins.v1.GroupConfig. * Use `create(GroupConfigSchema)` to create a new message. */ exports.GroupConfigSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_plugins_v1_service_settings, 1); /** * Describes the message mochabugapis.adapt.plugins.v1.ServiceSettings. * Use `create(ServiceSettingsSchema)` to create a new message. */ exports.ServiceSettingsSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_plugins_v1_service_settings, 2); //# sourceMappingURL=service_settings_pb.js.map