UNPKG

@broadcom/endevor-bridge-for-git-rest-api

Version:

Endevor Bridge for Git Rest client

14 lines (13 loc) 533 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateMFWebhookServerSettings = void 0; const MfWebhookAction_1 = require("./MfWebhookAction"); const AbstractRequest_1 = require("../AbstractRequest"); class CreateMFWebhookServerSettings extends MfWebhookAction_1.MfWebhookAction { constructor(payload) { super(); this.payload = payload; this.method = AbstractRequest_1.RequestMethod.POST; } } exports.CreateMFWebhookServerSettings = CreateMFWebhookServerSettings;