@portone/server-sdk
Version:
PortOne JavaScript SDK for server-side usage
123 lines (122 loc) • 4.81 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _exportNames = {
BulkPayoutError: true
};
Object.defineProperty(exports, "BulkPayoutError", {
enumerable: true,
get: function () {
return _BulkPayoutError.BulkPayoutError;
}
});
var _BulkPayoutError = require("./BulkPayoutError.cjs");
var _GetPlatformBulkPayoutsBody = require("./GetPlatformBulkPayoutsBody.cjs");
Object.keys(_GetPlatformBulkPayoutsBody).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _GetPlatformBulkPayoutsBody[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _GetPlatformBulkPayoutsBody[key];
}
});
});
var _GetPlatformBulkPayoutsResponse = require("./GetPlatformBulkPayoutsResponse.cjs");
Object.keys(_GetPlatformBulkPayoutsResponse).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _GetPlatformBulkPayoutsResponse[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _GetPlatformBulkPayoutsResponse[key];
}
});
});
var _PlatformBulkPayout = require("./PlatformBulkPayout.cjs");
Object.keys(_PlatformBulkPayout).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _PlatformBulkPayout[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _PlatformBulkPayout[key];
}
});
});
var _PlatformBulkPayoutFilterInput = require("./PlatformBulkPayoutFilterInput.cjs");
Object.keys(_PlatformBulkPayoutFilterInput).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _PlatformBulkPayoutFilterInput[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _PlatformBulkPayoutFilterInput[key];
}
});
});
var _PlatformBulkPayoutFilterInputCriteria = require("./PlatformBulkPayoutFilterInputCriteria.cjs");
Object.keys(_PlatformBulkPayoutFilterInputCriteria).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _PlatformBulkPayoutFilterInputCriteria[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _PlatformBulkPayoutFilterInputCriteria[key];
}
});
});
var _PlatformBulkPayoutStats = require("./PlatformBulkPayoutStats.cjs");
Object.keys(_PlatformBulkPayoutStats).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _PlatformBulkPayoutStats[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _PlatformBulkPayoutStats[key];
}
});
});
var _PlatformBulkPayoutStatus = require("./PlatformBulkPayoutStatus.cjs");
Object.keys(_PlatformBulkPayoutStatus).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _PlatformBulkPayoutStatus[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _PlatformBulkPayoutStatus[key];
}
});
});
var _PlatformBulkPayoutStatusStats = require("./PlatformBulkPayoutStatusStats.cjs");
Object.keys(_PlatformBulkPayoutStatusStats).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _PlatformBulkPayoutStatusStats[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _PlatformBulkPayoutStatusStats[key];
}
});
});
var _client = require("./client.cjs");
Object.keys(_client).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _client[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _client[key];
}
});
});