@mochabug/adapt-web
Version:
The client library to execute automations, without effort, in a browser environment
33 lines • 2.48 kB
JavaScript
;
// 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.OneOfDefinitionSchema = exports.GroupedDefinitionSchema = exports.file_mochabugapis_adapt_plugins_v1_compound_services = 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/compound_services.proto.
*/
exports.file_mochabugapis_adapt_plugins_v1_compound_services = (0, codegenv2_1.fileDesc)("CjVtb2NoYWJ1Z2FwaXMvYWRhcHQvcGx1Z2lucy92MS9jb21wb3VuZF9zZXJ2aWNlcy5wcm90bxIdbW9jaGFidWdhcGlzLmFkYXB0LnBsdWdpbnMudjEiJQoRR3JvdXBlZERlZmluaXRpb24SEAoIc2VydmljZXMYASADKAkikQMKD09uZU9mRGVmaW5pdGlvbhKFAQoHb3B0aW9ucxgBIAMoCzI7Lm1vY2hhYnVnYXBpcy5hZGFwdC5wbHVnaW5zLnYxLk9uZU9mRGVmaW5pdGlvbi5PcHRpb25zRW50cnlCN7pINJoBMQgBEDIiInIgEAEYZDIaXltfJGEtekEtWl1bXyRhLXpBLVowLTldKiQqB3IFEAEY+gESOwoHZGVmYXVsdBgCIAEoCUIlukgiciAQARhkMhpeW18kYS16QS1aXVtfJGEtekEtWjAtOV0qJEgAiAEBGi4KDE9wdGlvbnNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBOn26SHoaeAoSZGVmYXVsdF9pbl9vcHRpb25zEi5kZWZhdWx0IG11c3QgZXhpc3QgYXMgYSBrZXkgaW4gdGhlIG9wdGlvbnMgbWFwGjIhaGFzKHRoaXMuZGVmYXVsdCkgfHwgdGhpcy5kZWZhdWx0IGluIHRoaXMub3B0aW9uc0IKCghfZGVmYXVsdGIGcHJvdG8z", [validate_pb_js_1.file_buf_validate_validate]);
/**
* Describes the message mochabugapis.adapt.plugins.v1.GroupedDefinition.
* Use `create(GroupedDefinitionSchema)` to create a new message.
*/
exports.GroupedDefinitionSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_plugins_v1_compound_services, 0);
/**
* Describes the message mochabugapis.adapt.plugins.v1.OneOfDefinition.
* Use `create(OneOfDefinitionSchema)` to create a new message.
*/
exports.OneOfDefinitionSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_plugins_v1_compound_services, 1);
//# sourceMappingURL=compound_services_pb.js.map