@notionhq/client
Version:
A simple and easy to use client for the Notion API
36 lines • 1.83 kB
JavaScript
;
// cspell:disable-file
// Note: This is a generated file. DO NOT EDIT!
//
// This barrel re-exports all API types from per-resource modules.
// Import from this file for backwards compatibility, or import
// directly from the specific resource module.
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("./api-endpoints/blocks"), exports);
__exportStar(require("./api-endpoints/comments"), exports);
__exportStar(require("./api-endpoints/common"), exports);
__exportStar(require("./api-endpoints/custom-emojis"), exports);
__exportStar(require("./api-endpoints/data-sources"), exports);
__exportStar(require("./api-endpoints/databases"), exports);
__exportStar(require("./api-endpoints/file-uploads"), exports);
__exportStar(require("./api-endpoints/oauth"), exports);
__exportStar(require("./api-endpoints/pages"), exports);
__exportStar(require("./api-endpoints/search"), exports);
__exportStar(require("./api-endpoints/users"), exports);
__exportStar(require("./api-endpoints/views"), exports);
__exportStar(require("./api-endpoints/webhooks"), exports);
//# sourceMappingURL=api-endpoints.js.map