@sp-api-sdk/notifications-api-v1
Version:
The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner's business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscrip
44 lines (43 loc) • 2.39 kB
JavaScript
;
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("./aggregation-filter"), exports);
__exportStar(require("./aggregation-settings"), exports);
__exportStar(require("./aggregation-time-period"), exports);
__exportStar(require("./create-destination-request"), exports);
__exportStar(require("./create-destination-response"), exports);
__exportStar(require("./create-subscription-request"), exports);
__exportStar(require("./create-subscription-response"), exports);
__exportStar(require("./delete-destination-response"), exports);
__exportStar(require("./delete-subscription-by-id-response"), exports);
__exportStar(require("./destination"), exports);
__exportStar(require("./destination-resource"), exports);
__exportStar(require("./destination-resource-specification"), exports);
__exportStar(require("./event-bridge-resource"), exports);
__exportStar(require("./event-bridge-resource-specification"), exports);
__exportStar(require("./event-filter"), exports);
__exportStar(require("./event-filter-all-of"), exports);
__exportStar(require("./get-destination-response"), exports);
__exportStar(require("./get-destinations-response"), exports);
__exportStar(require("./get-subscription-by-id-response"), exports);
__exportStar(require("./get-subscription-response"), exports);
__exportStar(require("./marketplace-filter"), exports);
__exportStar(require("./model-error"), exports);
__exportStar(require("./order-change-type-enum"), exports);
__exportStar(require("./order-change-type-filter"), exports);
__exportStar(require("./processing-directive"), exports);
__exportStar(require("./sqs-resource"), exports);
__exportStar(require("./subscription"), exports);