@mochabug/adapt-web
Version:
The client library to execute automations, without effort, in a browser environment
65 lines • 4.47 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.
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
/**
* Describes the file mochabugapis/adapt/runtime/v1/incoming.proto.
*/
export const file_mochabugapis_adapt_runtime_v1_incoming = /*@__PURE__*/ fileDesc("Cixtb2NoYWJ1Z2FwaXMvYWRhcHQvcnVudGltZS92MS9pbmNvbWluZy5wcm90bxIdbW9jaGFidWdhcGlzLmFkYXB0LnJ1bnRpbWUudjEiOgoOSG9zdGluZ0RldGFpbHMSGAoLcHVibGljX2hvc3QYASABKAlIAIgBAUIOCgxfcHVibGljX2hvc3QiZgoVU3RhcnRFeGVjdXRpb25SZXF1ZXN0EhAKCHJlY2VpdmVyGAEgASgJEjsKBGhvc3QYAiABKAsyLS5tb2NoYWJ1Z2FwaXMuYWRhcHQucnVudGltZS52MS5Ib3N0aW5nRGV0YWlscyIYChZTdGFydEV4ZWN1dGlvblJlc3BvbnNlIlMKFFN0b3BFeGVjdXRpb25SZXF1ZXN0EjsKBGhvc3QYASABKAsyLS5tb2NoYWJ1Z2FwaXMuYWRhcHQucnVudGltZS52MS5Ib3N0aW5nRGV0YWlscyIXChVTdG9wRXhlY3V0aW9uUmVzcG9uc2UiUQoSQ3JvblRyaWdnZXJSZXF1ZXN0EjsKBGhvc3QYASABKAsyLS5tb2NoYWJ1Z2FwaXMuYWRhcHQucnVudGltZS52MS5Ib3N0aW5nRGV0YWlscyIVChNDcm9uVHJpZ2dlclJlc3BvbnNlIp8CChVFeGNoYW5nZVJlc3VsdFJlcXVlc3QSCgoCaWQYASABKAkSDAoEbmFtZRgCIAEoCRITCgt0cmFuc21pdHRlchgDIAEoCRJSCgdzaWduYWxzGAQgAygLMkEubW9jaGFidWdhcGlzLmFkYXB0LnJ1bnRpbWUudjEuRXhjaGFuZ2VSZXN1bHRSZXF1ZXN0LlNpZ25hbHNFbnRyeRI7CgRob3N0GAUgASgLMi0ubW9jaGFidWdhcGlzLmFkYXB0LnJ1bnRpbWUudjEuSG9zdGluZ0RldGFpbHMaRgoMU2lnbmFsc0VudHJ5EgsKA2tleRgBIAEoCRIlCgV2YWx1ZRgCIAEoCzIWLmdvb2dsZS5wcm90b2J1Zi5WYWx1ZToCOAEiGAoWRXhjaGFuZ2VSZXN1bHRSZXNwb25zZWIGcHJvdG8z", [file_google_protobuf_struct]);
/**
* Describes the message mochabugapis.adapt.runtime.v1.HostingDetails.
* Use `create(HostingDetailsSchema)` to create a new message.
*/
export const HostingDetailsSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 0);
/**
* Describes the message mochabugapis.adapt.runtime.v1.StartExecutionRequest.
* Use `create(StartExecutionRequestSchema)` to create a new message.
*/
export const StartExecutionRequestSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 1);
/**
* Describes the message mochabugapis.adapt.runtime.v1.StartExecutionResponse.
* Use `create(StartExecutionResponseSchema)` to create a new message.
*/
export const StartExecutionResponseSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 2);
/**
* Describes the message mochabugapis.adapt.runtime.v1.StopExecutionRequest.
* Use `create(StopExecutionRequestSchema)` to create a new message.
*/
export const StopExecutionRequestSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 3);
/**
* Describes the message mochabugapis.adapt.runtime.v1.StopExecutionResponse.
* Use `create(StopExecutionResponseSchema)` to create a new message.
*/
export const StopExecutionResponseSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 4);
/**
* Describes the message mochabugapis.adapt.runtime.v1.CronTriggerRequest.
* Use `create(CronTriggerRequestSchema)` to create a new message.
*/
export const CronTriggerRequestSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 5);
/**
* Describes the message mochabugapis.adapt.runtime.v1.CronTriggerResponse.
* Use `create(CronTriggerResponseSchema)` to create a new message.
*/
export const CronTriggerResponseSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 6);
/**
* Describes the message mochabugapis.adapt.runtime.v1.ExchangeResultRequest.
* Use `create(ExchangeResultRequestSchema)` to create a new message.
*/
export const ExchangeResultRequestSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 7);
/**
* Describes the message mochabugapis.adapt.runtime.v1.ExchangeResultResponse.
* Use `create(ExchangeResultResponseSchema)` to create a new message.
*/
export const ExchangeResultResponseSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 8);
//# sourceMappingURL=incoming_pb.js.map