UNPKG

attio-js

Version:

Developer-friendly & type-safe JS/TS SDK based on the official OpenAPI spec of Attio.

59 lines 2.33 kB
"use strict"; /* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Attio = void 0; const sdks_js_1 = require("../lib/sdks.js"); const attributes_js_1 = require("./attributes.js"); const comments_js_1 = require("./comments.js"); const entries_js_1 = require("./entries.js"); const lists_js_1 = require("./lists.js"); const meta_js_1 = require("./meta.js"); const notes_js_1 = require("./notes.js"); const objects_js_1 = require("./objects.js"); const records_js_1 = require("./records.js"); const tasks_js_1 = require("./tasks.js"); const threads_js_1 = require("./threads.js"); const webhooks_js_1 = require("./webhooks.js"); const workspacemembers_js_1 = require("./workspacemembers.js"); class Attio extends sdks_js_1.ClientSDK { get objects() { return (this._objects ?? (this._objects = new objects_js_1.Objects(this._options))); } get attributes() { return (this._attributes ?? (this._attributes = new attributes_js_1.Attributes(this._options))); } get records() { return (this._records ?? (this._records = new records_js_1.Records(this._options))); } get lists() { return (this._lists ?? (this._lists = new lists_js_1.Lists(this._options))); } get entries() { return (this._entries ?? (this._entries = new entries_js_1.Entries(this._options))); } get workspaceMembers() { return (this._workspaceMembers ?? (this._workspaceMembers = new workspacemembers_js_1.WorkspaceMembers(this._options))); } get notes() { return (this._notes ?? (this._notes = new notes_js_1.Notes(this._options))); } get tasks() { return (this._tasks ?? (this._tasks = new tasks_js_1.Tasks(this._options))); } get threads() { return (this._threads ?? (this._threads = new threads_js_1.Threads(this._options))); } get comments() { return (this._comments ?? (this._comments = new comments_js_1.Comments(this._options))); } get webhooks() { return (this._webhooks ?? (this._webhooks = new webhooks_js_1.Webhooks(this._options))); } get meta() { return (this._meta ?? (this._meta = new meta_js_1.Meta(this._options))); } } exports.Attio = Attio; //# sourceMappingURL=sdk.js.map