UNPKG

@mochabug/adapt-web

Version:

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

37 lines 2.33 kB
"use strict"; // Copyright 2025 Google LLC // // 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.CustomHttpPatternSchema = exports.HttpRuleSchema = exports.HttpSchema = exports.file_google_api_http = void 0; const codegenv2_1 = require("@bufbuild/protobuf/codegenv2"); /** * Describes the file google/api/http.proto. */ exports.file_google_api_http = (0, codegenv2_1.fileDesc)("ChVnb29nbGUvYXBpL2h0dHAucHJvdG8SCmdvb2dsZS5hcGkiVAoESHR0cBIjCgVydWxlcxgBIAMoCzIULmdvb2dsZS5hcGkuSHR0cFJ1bGUSJwofZnVsbHlfZGVjb2RlX3Jlc2VydmVkX2V4cGFuc2lvbhgCIAEoCCKBAgoISHR0cFJ1bGUSEAoIc2VsZWN0b3IYASABKAkSDQoDZ2V0GAIgASgJSAASDQoDcHV0GAMgASgJSAASDgoEcG9zdBgEIAEoCUgAEhAKBmRlbGV0ZRgFIAEoCUgAEg8KBXBhdGNoGAYgASgJSAASLwoGY3VzdG9tGAggASgLMh0uZ29vZ2xlLmFwaS5DdXN0b21IdHRwUGF0dGVybkgAEgwKBGJvZHkYByABKAkSFQoNcmVzcG9uc2VfYm9keRgMIAEoCRIxChNhZGRpdGlvbmFsX2JpbmRpbmdzGAsgAygLMhQuZ29vZ2xlLmFwaS5IdHRwUnVsZUIJCgdwYXR0ZXJuIi8KEUN1c3RvbUh0dHBQYXR0ZXJuEgwKBGtpbmQYASABKAkSDAoEcGF0aBgCIAEoCUJnCg5jb20uZ29vZ2xlLmFwaUIJSHR0cFByb3RvUAFaQWdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvYXBpL2Fubm90YXRpb25zO2Fubm90YXRpb25zogIER0FQSWIGcHJvdG8z"); /** * Describes the message google.api.Http. * Use `create(HttpSchema)` to create a new message. */ exports.HttpSchema = (0, codegenv2_1.messageDesc)(exports.file_google_api_http, 0); /** * Describes the message google.api.HttpRule. * Use `create(HttpRuleSchema)` to create a new message. */ exports.HttpRuleSchema = (0, codegenv2_1.messageDesc)(exports.file_google_api_http, 1); /** * Describes the message google.api.CustomHttpPattern. * Use `create(CustomHttpPatternSchema)` to create a new message. */ exports.CustomHttpPatternSchema = (0, codegenv2_1.messageDesc)(exports.file_google_api_http, 2); //# sourceMappingURL=http_pb.js.map