UNPKG

@paddle/paddle-node-sdk

Version:

A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.

32 lines (31 loc) 1.75 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./subscription-discount.js"), exports); __exportStar(require("./subscription-time-period.js"), exports); __exportStar(require("./subscription-scheduled-change.js"), exports); __exportStar(require("./subscription-management.js"), exports); __exportStar(require("./subscription-item.js"), exports); __exportStar(require("./subscription.js"), exports); __exportStar(require("./subscription-collection.js"), exports); __exportStar(require("./next-transaction.js"), exports); __exportStar(require("./transaction-details-preview.js"), exports); __exportStar(require("./transaction-line-item-preview.js"), exports); __exportStar(require("./subscription-preview.js"), exports); __exportStar(require("./subscription-preview-update-summary.js"), exports); __exportStar(require("./subscription-preview-summary-result.js"), exports); __exportStar(require("./next-transaction-adjustment-preview.js"), exports); __exportStar(require("./next-transaction-adjustment-item.js"), exports);