@portone/server-sdk
Version:
PortOne JavaScript SDK for server-side usage
45 lines (44 loc) • 3.69 kB
TypeScript
export type { Webhook } from "./Webhook.js";
export type { WebhookBillingKey } from "./WebhookBillingKey.js";
export type { WebhookBillingKeyData } from "./WebhookBillingKeyData.js";
export type { WebhookBillingKeyDataDeleted } from "./WebhookBillingKeyDataDeleted.js";
export type { WebhookBillingKeyDataFailed } from "./WebhookBillingKeyDataFailed.js";
export type { WebhookBillingKeyDataIssued } from "./WebhookBillingKeyDataIssued.js";
export type { WebhookBillingKeyDataReady } from "./WebhookBillingKeyDataReady.js";
export type { WebhookBillingKeyDataUpdated } from "./WebhookBillingKeyDataUpdated.js";
export type { WebhookBillingKeyDeleted } from "./WebhookBillingKeyDeleted.js";
export type { WebhookBillingKeyFailed } from "./WebhookBillingKeyFailed.js";
export type { WebhookBillingKeyIssued } from "./WebhookBillingKeyIssued.js";
export type { WebhookBillingKeyReady } from "./WebhookBillingKeyReady.js";
export type { WebhookBillingKeyUpdated } from "./WebhookBillingKeyUpdated.js";
export type { WebhookTransaction } from "./WebhookTransaction.js";
export type { WebhookTransactionCancelled } from "./WebhookTransactionCancelled.js";
export type { WebhookTransactionCancelledCancelled } from "./WebhookTransactionCancelledCancelled.js";
export type { WebhookTransactionCancelledCancelPending } from "./WebhookTransactionCancelledCancelPending.js";
export type { WebhookTransactionCancelledData } from "./WebhookTransactionCancelledData.js";
export type { WebhookTransactionCancelledDataCancelled } from "./WebhookTransactionCancelledDataCancelled.js";
export type { WebhookTransactionCancelledDataCancelPending } from "./WebhookTransactionCancelledDataCancelPending.js";
export type { WebhookTransactionCancelledDataPartialCancelled } from "./WebhookTransactionCancelledDataPartialCancelled.js";
export type { WebhookTransactionCancelledPartialCancelled } from "./WebhookTransactionCancelledPartialCancelled.js";
export type { WebhookTransactionConfirm } from "./WebhookTransactionConfirm.js";
export type { WebhookTransactionData } from "./WebhookTransactionData.js";
export type { WebhookTransactionDataConfirm } from "./WebhookTransactionDataConfirm.js";
export type { WebhookTransactionDataDisputeCreated } from "./WebhookTransactionDataDisputeCreated.js";
export type { WebhookTransactionDataDisputeResolved } from "./WebhookTransactionDataDisputeResolved.js";
export type { WebhookTransactionDataFailed } from "./WebhookTransactionDataFailed.js";
export type { WebhookTransactionDataPaid } from "./WebhookTransactionDataPaid.js";
export type { WebhookTransactionDataPayPending } from "./WebhookTransactionDataPayPending.js";
export type { WebhookTransactionDataReady } from "./WebhookTransactionDataReady.js";
export type { WebhookTransactionDataVirtualAccountIssued } from "./WebhookTransactionDataVirtualAccountIssued.js";
export type { WebhookTransactionDisputeCreated } from "./WebhookTransactionDisputeCreated.js";
export type { WebhookTransactionDisputeResolved } from "./WebhookTransactionDisputeResolved.js";
export type { WebhookTransactionFailed } from "./WebhookTransactionFailed.js";
export type { WebhookTransactionPaid } from "./WebhookTransactionPaid.js";
export type { WebhookTransactionPayPending } from "./WebhookTransactionPayPending.js";
export type { WebhookTransactionReady } from "./WebhookTransactionReady.js";
export type { WebhookTransactionVirtualAccountIssued } from "./WebhookTransactionVirtualAccountIssued.js";
import type { Webhook } from "./Webhook.js";
import type { Unrecognized } from "../../utils/unrecognized.js";
export declare function isUnrecognizedWebhook(entity: Webhook): entity is {
readonly type: Unrecognized;
};