UNPKG

magicbell

Version:
18 lines 643 B
"use strict"; // This file is generated. Do not update manually! Object.defineProperty(exports, "__esModule", { value: true }); exports.UsersNotifications = void 0; const resource_js_1 = require("../../client/resource.js"); class UsersNotifications extends resource_js_1.Resource { path = 'users'; entity = 'notification'; list(userId, dataOrOptions, options) { return this.request({ method: 'GET', path: '{user_id}/notifications', paged: true, }, userId, dataOrOptions, options); } } exports.UsersNotifications = UsersNotifications; //# sourceMappingURL=notifications.js.map