UNPKG

@aptly-as/types

Version:
23 lines (22 loc) 1.07 kB
import { AptlyAppImplementationSetting } from './app.js'; export var AptlyOrderPaymentStatus; (function (AptlyOrderPaymentStatus) { AptlyOrderPaymentStatus["Pending"] = "PENDING"; AptlyOrderPaymentStatus["Authorized"] = "AUTHORIZED"; AptlyOrderPaymentStatus["OnHold"] = "ON_HOLD"; AptlyOrderPaymentStatus["Captured"] = "CAPTURED"; AptlyOrderPaymentStatus["Expired"] = "EXPIRED"; })(AptlyOrderPaymentStatus || (AptlyOrderPaymentStatus = {})); export var AptlyOrderSigneeType; (function (AptlyOrderSigneeType) { AptlyOrderSigneeType[AptlyOrderSigneeType["Unit"] = 0] = "Unit"; AptlyOrderSigneeType[AptlyOrderSigneeType["Admin"] = 1] = "Admin"; })(AptlyOrderSigneeType || (AptlyOrderSigneeType = {})); export var AptlyOrderAction; (function (AptlyOrderAction) { AptlyOrderAction["Complete"] = "complete"; AptlyOrderAction["Delivery"] = "delivery"; AptlyOrderAction["Payment"] = "payment"; AptlyOrderAction["SignManually"] = "sign-manually"; AptlyOrderAction["Sign"] = "sign"; })(AptlyOrderAction || (AptlyOrderAction = {}));