UNPKG

@mochabug/adapt-web

Version:

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

68 lines 4.97 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.ExchangeResultResponseSchema = exports.ExchangeResultRequestSchema = exports.CronTriggerResponseSchema = exports.CronTriggerRequestSchema = exports.StopExecutionResponseSchema = exports.StopExecutionRequestSchema = exports.StartExecutionResponseSchema = exports.StartExecutionRequestSchema = exports.HostingDetailsSchema = exports.file_mochabugapis_adapt_runtime_v1_incoming = void 0; const codegenv2_1 = require("@bufbuild/protobuf/codegenv2"); const wkt_1 = require("@bufbuild/protobuf/wkt"); /** * Describes the file mochabugapis/adapt/runtime/v1/incoming.proto. */ exports.file_mochabugapis_adapt_runtime_v1_incoming = (0, codegenv2_1.fileDesc)("Cixtb2NoYWJ1Z2FwaXMvYWRhcHQvcnVudGltZS92MS9pbmNvbWluZy5wcm90bxIdbW9jaGFidWdhcGlzLmFkYXB0LnJ1bnRpbWUudjEiOgoOSG9zdGluZ0RldGFpbHMSGAoLcHVibGljX2hvc3QYASABKAlIAIgBAUIOCgxfcHVibGljX2hvc3QiZgoVU3RhcnRFeGVjdXRpb25SZXF1ZXN0EhAKCHJlY2VpdmVyGAEgASgJEjsKBGhvc3QYAiABKAsyLS5tb2NoYWJ1Z2FwaXMuYWRhcHQucnVudGltZS52MS5Ib3N0aW5nRGV0YWlscyIYChZTdGFydEV4ZWN1dGlvblJlc3BvbnNlIlMKFFN0b3BFeGVjdXRpb25SZXF1ZXN0EjsKBGhvc3QYASABKAsyLS5tb2NoYWJ1Z2FwaXMuYWRhcHQucnVudGltZS52MS5Ib3N0aW5nRGV0YWlscyIXChVTdG9wRXhlY3V0aW9uUmVzcG9uc2UiUQoSQ3JvblRyaWdnZXJSZXF1ZXN0EjsKBGhvc3QYASABKAsyLS5tb2NoYWJ1Z2FwaXMuYWRhcHQucnVudGltZS52MS5Ib3N0aW5nRGV0YWlscyIVChNDcm9uVHJpZ2dlclJlc3BvbnNlIp8CChVFeGNoYW5nZVJlc3VsdFJlcXVlc3QSCgoCaWQYASABKAkSDAoEbmFtZRgCIAEoCRITCgt0cmFuc21pdHRlchgDIAEoCRJSCgdzaWduYWxzGAQgAygLMkEubW9jaGFidWdhcGlzLmFkYXB0LnJ1bnRpbWUudjEuRXhjaGFuZ2VSZXN1bHRSZXF1ZXN0LlNpZ25hbHNFbnRyeRI7CgRob3N0GAUgASgLMi0ubW9jaGFidWdhcGlzLmFkYXB0LnJ1bnRpbWUudjEuSG9zdGluZ0RldGFpbHMaRgoMU2lnbmFsc0VudHJ5EgsKA2tleRgBIAEoCRIlCgV2YWx1ZRgCIAEoCzIWLmdvb2dsZS5wcm90b2J1Zi5WYWx1ZToCOAEiGAoWRXhjaGFuZ2VSZXN1bHRSZXNwb25zZWIGcHJvdG8z", [wkt_1.file_google_protobuf_struct]); /** * Describes the message mochabugapis.adapt.runtime.v1.HostingDetails. * Use `create(HostingDetailsSchema)` to create a new message. */ exports.HostingDetailsSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_runtime_v1_incoming, 0); /** * Describes the message mochabugapis.adapt.runtime.v1.StartExecutionRequest. * Use `create(StartExecutionRequestSchema)` to create a new message. */ exports.StartExecutionRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_runtime_v1_incoming, 1); /** * Describes the message mochabugapis.adapt.runtime.v1.StartExecutionResponse. * Use `create(StartExecutionResponseSchema)` to create a new message. */ exports.StartExecutionResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_runtime_v1_incoming, 2); /** * Describes the message mochabugapis.adapt.runtime.v1.StopExecutionRequest. * Use `create(StopExecutionRequestSchema)` to create a new message. */ exports.StopExecutionRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_runtime_v1_incoming, 3); /** * Describes the message mochabugapis.adapt.runtime.v1.StopExecutionResponse. * Use `create(StopExecutionResponseSchema)` to create a new message. */ exports.StopExecutionResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_runtime_v1_incoming, 4); /** * Describes the message mochabugapis.adapt.runtime.v1.CronTriggerRequest. * Use `create(CronTriggerRequestSchema)` to create a new message. */ exports.CronTriggerRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_runtime_v1_incoming, 5); /** * Describes the message mochabugapis.adapt.runtime.v1.CronTriggerResponse. * Use `create(CronTriggerResponseSchema)` to create a new message. */ exports.CronTriggerResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_runtime_v1_incoming, 6); /** * Describes the message mochabugapis.adapt.runtime.v1.ExchangeResultRequest. * Use `create(ExchangeResultRequestSchema)` to create a new message. */ exports.ExchangeResultRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_runtime_v1_incoming, 7); /** * Describes the message mochabugapis.adapt.runtime.v1.ExchangeResultResponse. * Use `create(ExchangeResultResponseSchema)` to create a new message. */ exports.ExchangeResultResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_mochabugapis_adapt_runtime_v1_incoming, 8); //# sourceMappingURL=incoming_pb.js.map