@equos/node-sdk 3.0.2-rc.8 → 3.0.2-rc.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ export { EquosClient, EquosOptions } from './client';
2
+ export * from './api/models';
3
+ export * from './api/apis';
package/dist/index.js ADDED
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.EquosClient = void 0;
18
+ var client_1 = require("./client");
19
+ Object.defineProperty(exports, "EquosClient", { enumerable: true, get: function () { return client_1.EquosClient; } });
20
+ __exportStar(require("./api/models"), exports);
21
+ __exportStar(require("./api/apis"), exports);
@@ -0,0 +1,7 @@
1
+ export interface EquosOptions {
2
+ /**
3
+ * API endpoint to use (default: https://api.equos.ai)
4
+ * Can leave blank to use the default endpoint.
5
+ */
6
+ endpoint?: string;
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equos/node-sdk",
3
- "version": "3.0.2-rc.8",
3
+ "version": "3.0.2-rc.9",
4
4
  "description": "Equos.ai node.js official SDK.",
5
5
  "keywords": [
6
6
  "ai",