@human2human/sdk 0.1.0 → 0.2.0
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.
- package/dist/client.d.ts +3 -0
- package/dist/environment.d.ts +1 -1
- package/dist/environment.js +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +5 -1
- package/dist/resources/agent/build/index.d.ts +3 -0
- package/dist/resources/agent/build/index.js +3 -0
- package/dist/resources/agent/build/resource-client.d.ts +3 -0
- package/dist/resources/agent/build/resource-client.js +3 -0
- package/dist/resources/agent/build/workflow/index.d.ts +3 -0
- package/dist/resources/agent/build/workflow/index.js +3 -0
- package/dist/resources/agent/build/workflow/resource-client.d.ts +3 -0
- package/dist/resources/agent/build/workflow/resource-client.js +3 -0
- package/dist/resources/agent/index.d.ts +3 -0
- package/dist/resources/agent/index.js +3 -0
- package/dist/resources/agent/resource-client.d.ts +3 -0
- package/dist/resources/agent/resource-client.js +3 -0
- package/dist/resources/auth/index.d.ts +3 -0
- package/dist/resources/auth/index.js +3 -0
- package/dist/resources/auth/login/index.d.ts +3 -0
- package/dist/resources/auth/login/index.js +3 -0
- package/dist/resources/auth/login/resource-client.d.ts +3 -0
- package/dist/resources/auth/login/resource-client.js +3 -0
- package/dist/resources/auth/refresh/index.d.ts +3 -0
- package/dist/resources/auth/refresh/index.js +3 -0
- package/dist/resources/auth/refresh/resource-client.d.ts +3 -0
- package/dist/resources/auth/refresh/resource-client.js +3 -0
- package/dist/resources/auth/resource-client.d.ts +3 -0
- package/dist/resources/auth/resource-client.js +3 -0
- package/dist/resources/chats/index.d.ts +3 -0
- package/dist/resources/chats/index.js +3 -0
- package/dist/resources/chats/resource-client.d.ts +3 -0
- package/dist/resources/chats/resource-client.js +3 -0
- package/dist/resources/feeds/index.d.ts +3 -0
- package/dist/resources/feeds/index.js +3 -0
- package/dist/resources/feeds/items/index.d.ts +3 -0
- package/dist/resources/feeds/items/index.js +3 -0
- package/dist/resources/feeds/items/resource-client.d.ts +3 -0
- package/dist/resources/feeds/items/resource-client.js +3 -0
- package/dist/resources/feeds/resource-client.d.ts +3 -0
- package/dist/resources/feeds/resource-client.js +3 -0
- package/dist/resources/feeds/vector/index.d.ts +3 -0
- package/dist/resources/feeds/vector/index.js +3 -0
- package/dist/resources/feeds/vector/resource-client.d.ts +3 -0
- package/dist/resources/feeds/vector/resource-client.js +3 -0
- package/dist/resources/feeds/vector/search/index.d.ts +3 -0
- package/dist/resources/feeds/vector/search/index.js +3 -0
- package/dist/resources/feeds/vector/search/resource-client.d.ts +3 -0
- package/dist/resources/feeds/vector/search/resource-client.js +3 -0
- package/dist/resources/integrations/api/index.d.ts +3 -0
- package/dist/resources/integrations/api/index.js +3 -0
- package/dist/resources/integrations/api/operations/index.d.ts +3 -0
- package/dist/resources/integrations/api/operations/index.js +3 -0
- package/dist/resources/integrations/api/operations/request-types.d.ts +3 -3
- package/dist/resources/integrations/api/operations/request-types.js +9 -9
- package/dist/resources/integrations/api/operations/resource-client.d.ts +3 -0
- package/dist/resources/integrations/api/operations/resource-client.js +3 -0
- package/dist/resources/integrations/api/resource-client.d.ts +3 -0
- package/dist/resources/integrations/api/resource-client.js +3 -0
- package/dist/resources/integrations/api/secrets/index.d.ts +3 -0
- package/dist/resources/integrations/api/secrets/index.js +3 -0
- package/dist/resources/integrations/api/secrets/request-types.d.ts +1 -1
- package/dist/resources/integrations/api/secrets/request-types.js +3 -3
- package/dist/resources/integrations/api/secrets/resource-client.d.ts +3 -0
- package/dist/resources/integrations/api/secrets/resource-client.js +3 -0
- package/dist/resources/integrations/index.d.ts +3 -0
- package/dist/resources/integrations/index.js +3 -0
- package/dist/resources/integrations/resource-client.d.ts +3 -0
- package/dist/resources/integrations/resource-client.js +3 -0
- package/dist/resources/search-groups/index.d.ts +3 -0
- package/dist/resources/search-groups/index.js +3 -0
- package/dist/resources/search-groups/items/index.d.ts +3 -0
- package/dist/resources/search-groups/items/index.js +3 -0
- package/dist/resources/search-groups/items/resource-client.d.ts +3 -0
- package/dist/resources/search-groups/items/resource-client.js +3 -0
- package/dist/resources/search-groups/resource-client.d.ts +3 -0
- package/dist/resources/search-groups/resource-client.js +3 -0
- package/dist/resources/tools/code-execution/index.d.ts +3 -0
- package/dist/resources/tools/code-execution/index.js +3 -0
- package/dist/resources/tools/code-execution/request-types.d.ts +2 -2
- package/dist/resources/tools/code-execution/request-types.js +6 -6
- package/dist/resources/tools/code-execution/resource-client.d.ts +3 -0
- package/dist/resources/tools/code-execution/resource-client.js +3 -0
- package/dist/resources/tools/dictionary-search/index.d.ts +3 -0
- package/dist/resources/tools/dictionary-search/index.js +3 -0
- package/dist/resources/tools/dictionary-search/resource-client.d.ts +3 -0
- package/dist/resources/tools/dictionary-search/resource-client.js +3 -0
- package/dist/resources/tools/format/index.d.ts +3 -0
- package/dist/resources/tools/format/index.js +3 -0
- package/dist/resources/tools/format/resource-client.d.ts +3 -0
- package/dist/resources/tools/format/resource-client.js +3 -0
- package/dist/resources/tools/index.d.ts +3 -0
- package/dist/resources/tools/index.js +3 -0
- package/dist/resources/tools/internet-search/index.d.ts +3 -0
- package/dist/resources/tools/internet-search/index.js +3 -0
- package/dist/resources/tools/internet-search/resource-client.d.ts +4 -1
- package/dist/resources/tools/internet-search/resource-client.js +5 -36
- package/dist/resources/tools/memory-query/index.d.ts +3 -0
- package/dist/resources/tools/memory-query/index.js +3 -0
- package/dist/resources/tools/memory-query/resource-client.d.ts +3 -0
- package/dist/resources/tools/memory-query/resource-client.js +3 -0
- package/dist/resources/tools/meta-tagger/index.d.ts +3 -0
- package/dist/resources/tools/meta-tagger/index.js +3 -0
- package/dist/resources/tools/meta-tagger/resource-client.d.ts +3 -0
- package/dist/resources/tools/meta-tagger/resource-client.js +3 -0
- package/dist/resources/tools/resource-client.d.ts +3 -0
- package/dist/resources/tools/resource-client.js +3 -0
- package/dist/resources/tools/standard-llm/index.d.ts +3 -0
- package/dist/resources/tools/standard-llm/index.js +3 -0
- package/dist/resources/tools/standard-llm/resource-client.d.ts +3 -0
- package/dist/resources/tools/standard-llm/resource-client.js +3 -0
- package/dist/resources/tools/structured-output/index.d.ts +3 -0
- package/dist/resources/tools/structured-output/index.js +3 -0
- package/dist/resources/tools/structured-output/resource-client.d.ts +3 -0
- package/dist/resources/tools/structured-output/resource-client.js +3 -0
- package/dist/resources/workflow/index.d.ts +3 -0
- package/dist/resources/workflow/index.js +3 -0
- package/dist/resources/workflow/resource-client.d.ts +3 -0
- package/dist/resources/workflow/resource-client.js +3 -0
- package/dist/resources/workflow/run/index.d.ts +3 -0
- package/dist/resources/workflow/run/index.js +3 -0
- package/dist/resources/workflow/run/resource-client.d.ts +3 -0
- package/dist/resources/workflow/run/resource-client.js +3 -0
- package/dist/resources/workflow/run/trigger/index.d.ts +3 -0
- package/dist/resources/workflow/run/trigger/index.js +3 -0
- package/dist/resources/workflow/run/trigger/resource-client.d.ts +3 -0
- package/dist/resources/workflow/run/trigger/resource-client.js +3 -0
- package/dist/resources/workflows/dispatch/index.d.ts +3 -0
- package/dist/resources/workflows/dispatch/index.js +3 -0
- package/dist/resources/workflows/dispatch/resource-client.d.ts +3 -0
- package/dist/resources/workflows/dispatch/resource-client.js +3 -0
- package/dist/resources/workflows/index.d.ts +3 -0
- package/dist/resources/workflows/index.js +3 -0
- package/dist/resources/workflows/invoke/index.d.ts +3 -0
- package/dist/resources/workflows/invoke/index.js +3 -0
- package/dist/resources/workflows/invoke/resource-client.d.ts +3 -0
- package/dist/resources/workflows/invoke/resource-client.js +3 -0
- package/dist/resources/workflows/resource-client.d.ts +3 -0
- package/dist/resources/workflows/resource-client.js +3 -0
- package/dist/types/index.d.ts +4 -1
- package/dist/types/index.js +3 -0
- package/dist/types/tools-internet-search-create-response.d.ts +22 -0
- package/dist/types/tools-internet-search-create-response.js +70 -0
- package/package.json +1 -1
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
import { ApiPromise, CoreClient, CoreResourceClient, RequestOptions, ResourceClientOptions } from "make-api-request-js";
|
|
5
5
|
import * as requests from "../../../resources/tools/standard-llm/request-types";
|
|
6
6
|
import * as types from "../../../types";
|
|
7
|
+
/**
|
|
8
|
+
* Generated by Sideko (sideko.dev)
|
|
9
|
+
**/
|
|
7
10
|
export declare class StandardLlmClient extends CoreResourceClient {
|
|
8
11
|
constructor(coreClient: CoreClient, opts: ResourceClientOptions);
|
|
9
12
|
/**
|
|
@@ -41,6 +41,9 @@ const make_api_request_js_1 = require("make-api-request-js");
|
|
|
41
41
|
const z = __importStar(require("zod"));
|
|
42
42
|
const tools_standard_llm_create_body_1 = require("../../../types/tools-standard-llm-create-body");
|
|
43
43
|
const tools_standard_llm_create_response_item_1 = require("../../../types/tools-standard-llm-create-response-item");
|
|
44
|
+
/**
|
|
45
|
+
* Generated by Sideko (sideko.dev)
|
|
46
|
+
**/
|
|
44
47
|
class StandardLlmClient extends make_api_request_js_1.CoreResourceClient {
|
|
45
48
|
constructor(coreClient, opts) {
|
|
46
49
|
super(coreClient, opts);
|
|
@@ -6,3 +6,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.StructuredOutputClient = void 0;
|
|
7
7
|
var resource_client_1 = require("./resource-client");
|
|
8
8
|
Object.defineProperty(exports, "StructuredOutputClient", { enumerable: true, get: function () { return resource_client_1.StructuredOutputClient; } });
|
|
9
|
+
/**
|
|
10
|
+
* Generated by Sideko (sideko.dev)
|
|
11
|
+
**/
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
**/
|
|
4
4
|
import { ApiPromise, CoreClient, CoreResourceClient, RequestOptions, ResourceClientOptions } from "make-api-request-js";
|
|
5
5
|
import * as requests from "../../../resources/tools/structured-output/request-types";
|
|
6
|
+
/**
|
|
7
|
+
* Generated by Sideko (sideko.dev)
|
|
8
|
+
**/
|
|
6
9
|
export declare class StructuredOutputClient extends CoreResourceClient {
|
|
7
10
|
constructor(coreClient: CoreClient, opts: ResourceClientOptions);
|
|
8
11
|
/**
|
|
@@ -40,6 +40,9 @@ exports.StructuredOutputClient = void 0;
|
|
|
40
40
|
const make_api_request_js_1 = require("make-api-request-js");
|
|
41
41
|
const z = __importStar(require("zod"));
|
|
42
42
|
const tools_structured_output_create_body_1 = require("../../../types/tools-structured-output-create-body");
|
|
43
|
+
/**
|
|
44
|
+
* Generated by Sideko (sideko.dev)
|
|
45
|
+
**/
|
|
43
46
|
class StructuredOutputClient extends make_api_request_js_1.CoreResourceClient {
|
|
44
47
|
constructor(coreClient, opts) {
|
|
45
48
|
super(coreClient, opts);
|
|
@@ -40,3 +40,6 @@ exports.run = exports.WorkflowClient = void 0;
|
|
|
40
40
|
var resource_client_1 = require("./resource-client");
|
|
41
41
|
Object.defineProperty(exports, "WorkflowClient", { enumerable: true, get: function () { return resource_client_1.WorkflowClient; } });
|
|
42
42
|
exports.run = __importStar(require("./run"));
|
|
43
|
+
/**
|
|
44
|
+
* Generated by Sideko (sideko.dev)
|
|
45
|
+
**/
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
**/
|
|
4
4
|
import { CoreClient, CoreResourceClient, ResourceClientOptions } from "make-api-request-js";
|
|
5
5
|
import { RunClient } from "../../resources/workflow/run";
|
|
6
|
+
/**
|
|
7
|
+
* Generated by Sideko (sideko.dev)
|
|
8
|
+
**/
|
|
6
9
|
export declare class WorkflowClient extends CoreResourceClient {
|
|
7
10
|
private _runLazy?;
|
|
8
11
|
constructor(coreClient: CoreClient, opts: ResourceClientOptions);
|
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.WorkflowClient = void 0;
|
|
7
7
|
const make_api_request_js_1 = require("make-api-request-js");
|
|
8
|
+
/**
|
|
9
|
+
* Generated by Sideko (sideko.dev)
|
|
10
|
+
**/
|
|
8
11
|
class WorkflowClient extends make_api_request_js_1.CoreResourceClient {
|
|
9
12
|
constructor(coreClient, opts) {
|
|
10
13
|
super(coreClient, opts);
|
|
@@ -40,3 +40,6 @@ exports.trigger = exports.RunClient = void 0;
|
|
|
40
40
|
var resource_client_1 = require("./resource-client");
|
|
41
41
|
Object.defineProperty(exports, "RunClient", { enumerable: true, get: function () { return resource_client_1.RunClient; } });
|
|
42
42
|
exports.trigger = __importStar(require("./trigger"));
|
|
43
|
+
/**
|
|
44
|
+
* Generated by Sideko (sideko.dev)
|
|
45
|
+
**/
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
**/
|
|
4
4
|
import { CoreClient, CoreResourceClient, ResourceClientOptions } from "make-api-request-js";
|
|
5
5
|
import { TriggerClient } from "../../../resources/workflow/run/trigger";
|
|
6
|
+
/**
|
|
7
|
+
* Generated by Sideko (sideko.dev)
|
|
8
|
+
**/
|
|
6
9
|
export declare class RunClient extends CoreResourceClient {
|
|
7
10
|
private _triggerLazy?;
|
|
8
11
|
constructor(coreClient: CoreClient, opts: ResourceClientOptions);
|
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.RunClient = void 0;
|
|
7
7
|
const make_api_request_js_1 = require("make-api-request-js");
|
|
8
|
+
/**
|
|
9
|
+
* Generated by Sideko (sideko.dev)
|
|
10
|
+
**/
|
|
8
11
|
class RunClient extends make_api_request_js_1.CoreResourceClient {
|
|
9
12
|
constructor(coreClient, opts) {
|
|
10
13
|
super(coreClient, opts);
|
|
@@ -6,3 +6,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.TriggerClient = void 0;
|
|
7
7
|
var resource_client_1 = require("./resource-client");
|
|
8
8
|
Object.defineProperty(exports, "TriggerClient", { enumerable: true, get: function () { return resource_client_1.TriggerClient; } });
|
|
9
|
+
/**
|
|
10
|
+
* Generated by Sideko (sideko.dev)
|
|
11
|
+
**/
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
import { ApiPromise, CoreClient, CoreResourceClient, RequestOptions, ResourceClientOptions } from "make-api-request-js";
|
|
5
5
|
import * as requests from "../../../../resources/workflow/run/trigger/request-types";
|
|
6
6
|
import * as types from "../../../../types";
|
|
7
|
+
/**
|
|
8
|
+
* Generated by Sideko (sideko.dev)
|
|
9
|
+
**/
|
|
7
10
|
export declare class TriggerClient extends CoreResourceClient {
|
|
8
11
|
constructor(coreClient: CoreClient, opts: ResourceClientOptions);
|
|
9
12
|
/**
|
|
@@ -7,6 +7,9 @@ exports.TriggerClient = void 0;
|
|
|
7
7
|
const make_api_request_js_1 = require("make-api-request-js");
|
|
8
8
|
const workflow_run_trigger_create_body_1 = require("../../../../types/workflow-run-trigger-create-body");
|
|
9
9
|
const workflow_run_trigger_create_response_1 = require("../../../../types/workflow-run-trigger-create-response");
|
|
10
|
+
/**
|
|
11
|
+
* Generated by Sideko (sideko.dev)
|
|
12
|
+
**/
|
|
10
13
|
class TriggerClient extends make_api_request_js_1.CoreResourceClient {
|
|
11
14
|
constructor(coreClient, opts) {
|
|
12
15
|
super(coreClient, opts);
|
|
@@ -6,3 +6,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.DispatchClient = void 0;
|
|
7
7
|
var resource_client_1 = require("./resource-client");
|
|
8
8
|
Object.defineProperty(exports, "DispatchClient", { enumerable: true, get: function () { return resource_client_1.DispatchClient; } });
|
|
9
|
+
/**
|
|
10
|
+
* Generated by Sideko (sideko.dev)
|
|
11
|
+
**/
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
import { ApiPromise, CoreClient, CoreResourceClient, RequestOptions, ResourceClientOptions } from "make-api-request-js";
|
|
5
5
|
import * as requests from "../../../resources/workflows/dispatch/request-types";
|
|
6
6
|
import * as types from "../../../types";
|
|
7
|
+
/**
|
|
8
|
+
* Generated by Sideko (sideko.dev)
|
|
9
|
+
**/
|
|
7
10
|
export declare class DispatchClient extends CoreResourceClient {
|
|
8
11
|
constructor(coreClient: CoreClient, opts: ResourceClientOptions);
|
|
9
12
|
/**
|
|
@@ -7,6 +7,9 @@ exports.DispatchClient = void 0;
|
|
|
7
7
|
const make_api_request_js_1 = require("make-api-request-js");
|
|
8
8
|
const workflows_dispatch_create_body_1 = require("../../../types/workflows-dispatch-create-body");
|
|
9
9
|
const workflows_dispatch_create_response_1 = require("../../../types/workflows-dispatch-create-response");
|
|
10
|
+
/**
|
|
11
|
+
* Generated by Sideko (sideko.dev)
|
|
12
|
+
**/
|
|
10
13
|
class DispatchClient extends make_api_request_js_1.CoreResourceClient {
|
|
11
14
|
constructor(coreClient, opts) {
|
|
12
15
|
super(coreClient, opts);
|
|
@@ -41,3 +41,6 @@ exports.dispatch = __importStar(require("./dispatch"));
|
|
|
41
41
|
exports.invoke = __importStar(require("./invoke"));
|
|
42
42
|
var resource_client_1 = require("./resource-client");
|
|
43
43
|
Object.defineProperty(exports, "WorkflowsClient", { enumerable: true, get: function () { return resource_client_1.WorkflowsClient; } });
|
|
44
|
+
/**
|
|
45
|
+
* Generated by Sideko (sideko.dev)
|
|
46
|
+
**/
|
|
@@ -6,3 +6,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.InvokeClient = void 0;
|
|
7
7
|
var resource_client_1 = require("./resource-client");
|
|
8
8
|
Object.defineProperty(exports, "InvokeClient", { enumerable: true, get: function () { return resource_client_1.InvokeClient; } });
|
|
9
|
+
/**
|
|
10
|
+
* Generated by Sideko (sideko.dev)
|
|
11
|
+
**/
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
import { ApiPromise, CoreClient, CoreResourceClient, RequestOptions, ResourceClientOptions } from "make-api-request-js";
|
|
5
5
|
import * as requests from "../../../resources/workflows/invoke/request-types";
|
|
6
6
|
import * as types from "../../../types";
|
|
7
|
+
/**
|
|
8
|
+
* Generated by Sideko (sideko.dev)
|
|
9
|
+
**/
|
|
7
10
|
export declare class InvokeClient extends CoreResourceClient {
|
|
8
11
|
constructor(coreClient: CoreClient, opts: ResourceClientOptions);
|
|
9
12
|
/**
|
|
@@ -7,6 +7,9 @@ exports.InvokeClient = void 0;
|
|
|
7
7
|
const make_api_request_js_1 = require("make-api-request-js");
|
|
8
8
|
const workflows_invoke_create_body_1 = require("../../../types/workflows-invoke-create-body");
|
|
9
9
|
const workflows_invoke_create_response_1 = require("../../../types/workflows-invoke-create-response");
|
|
10
|
+
/**
|
|
11
|
+
* Generated by Sideko (sideko.dev)
|
|
12
|
+
**/
|
|
10
13
|
class InvokeClient extends make_api_request_js_1.CoreResourceClient {
|
|
11
14
|
constructor(coreClient, opts) {
|
|
12
15
|
super(coreClient, opts);
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
import { CoreClient, CoreResourceClient, ResourceClientOptions } from "make-api-request-js";
|
|
5
5
|
import { DispatchClient } from "../../resources/workflows/dispatch";
|
|
6
6
|
import { InvokeClient } from "../../resources/workflows/invoke";
|
|
7
|
+
/**
|
|
8
|
+
* Generated by Sideko (sideko.dev)
|
|
9
|
+
**/
|
|
7
10
|
export declare class WorkflowsClient extends CoreResourceClient {
|
|
8
11
|
private _invokeLazy?;
|
|
9
12
|
private _dispatchLazy?;
|
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.WorkflowsClient = void 0;
|
|
7
7
|
const make_api_request_js_1 = require("make-api-request-js");
|
|
8
|
+
/**
|
|
9
|
+
* Generated by Sideko (sideko.dev)
|
|
10
|
+
**/
|
|
8
11
|
class WorkflowsClient extends make_api_request_js_1.CoreResourceClient {
|
|
9
12
|
constructor(coreClient, opts) {
|
|
10
13
|
super(coreClient, opts);
|
package/dist/types/index.d.ts
CHANGED
|
@@ -126,7 +126,7 @@ export { ToolsFormatCreateResponseItem } from "./tools-format-create-response-it
|
|
|
126
126
|
export { ToolsInternetSearchCreateBody } from "./tools-internet-search-create-body";
|
|
127
127
|
export { ToolsInternetSearchCreateBodyMessagesItem } from "./tools-internet-search-create-body-messages-item";
|
|
128
128
|
export { ToolsInternetSearchCreateBodyMessagesItemRoleEnum } from "./tools-internet-search-create-body-messages-item-role-enum";
|
|
129
|
-
export {
|
|
129
|
+
export { ToolsInternetSearchCreateResponse } from "./tools-internet-search-create-response";
|
|
130
130
|
export { ToolsListResponse } from "./tools-list-response";
|
|
131
131
|
export { ToolsMemoryQueryCreateBodyObj0 } from "./tools-memory-query-create-body-obj0";
|
|
132
132
|
export { ToolsMemoryQueryCreateBodyObj0Input } from "./tools-memory-query-create-body-obj0-input";
|
|
@@ -153,3 +153,6 @@ export { WorkflowsDispatchCreateResponse } from "./workflows-dispatch-create-res
|
|
|
153
153
|
export { WorkflowsInvokeCreateBody } from "./workflows-invoke-create-body";
|
|
154
154
|
export { WorkflowsInvokeCreateResponse } from "./workflows-invoke-create-response";
|
|
155
155
|
export { WorkflowsInvokeCreateResponseWorkflow } from "./workflows-invoke-create-response-workflow";
|
|
156
|
+
/**
|
|
157
|
+
* Generated by Sideko (sideko.dev)
|
|
158
|
+
**/
|
package/dist/types/index.js
CHANGED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by Sideko (sideko.dev)
|
|
3
|
+
**/
|
|
4
|
+
import * as z from "zod";
|
|
5
|
+
/**
|
|
6
|
+
* ToolsInternetSearchCreateResponse
|
|
7
|
+
*/
|
|
8
|
+
export type ToolsInternetSearchCreateResponse = {
|
|
9
|
+
markdown: string;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
* ToolsInternetSearchCreateResponse without any key transformation, this is what
|
|
14
|
+
* we expect to come in as network data
|
|
15
|
+
*/
|
|
16
|
+
export type External$ToolsInternetSearchCreateResponse = {
|
|
17
|
+
markdown: string;
|
|
18
|
+
};
|
|
19
|
+
export declare const Schemas$ToolsInternetSearchCreateResponse: {
|
|
20
|
+
in: z.ZodType<ToolsInternetSearchCreateResponse, z.ZodTypeDef, unknown>;
|
|
21
|
+
out: z.ZodType<External$ToolsInternetSearchCreateResponse, z.ZodTypeDef, ToolsInternetSearchCreateResponse>;
|
|
22
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by Sideko (sideko.dev)
|
|
4
|
+
**/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.Schemas$ToolsInternetSearchCreateResponse = void 0;
|
|
40
|
+
const make_api_request_js_1 = require("make-api-request-js");
|
|
41
|
+
const z = __importStar(require("zod"));
|
|
42
|
+
/**
|
|
43
|
+
* Takes network data, validates it, and transforms keys to match typescript object ToolsInternetSearchCreateResponse
|
|
44
|
+
*/
|
|
45
|
+
const SchemaIn$ToolsInternetSearchCreateResponse = z
|
|
46
|
+
.object({
|
|
47
|
+
markdown: z.string(),
|
|
48
|
+
})
|
|
49
|
+
.transform((obj) => {
|
|
50
|
+
return (0, make_api_request_js_1.zodTransform)(obj, {
|
|
51
|
+
markdown: "markdown",
|
|
52
|
+
});
|
|
53
|
+
});
|
|
54
|
+
/**
|
|
55
|
+
* @internal
|
|
56
|
+
* Takes typescript data, validates it, and maps keys to match the expected external object External$ToolsInternetSearchCreateResponse
|
|
57
|
+
*/
|
|
58
|
+
const SchemaOut$ToolsInternetSearchCreateResponse = z
|
|
59
|
+
.object({
|
|
60
|
+
markdown: z.string(),
|
|
61
|
+
})
|
|
62
|
+
.transform((obj) => {
|
|
63
|
+
return (0, make_api_request_js_1.zodTransform)(obj, {
|
|
64
|
+
markdown: "markdown",
|
|
65
|
+
});
|
|
66
|
+
});
|
|
67
|
+
exports.Schemas$ToolsInternetSearchCreateResponse = {
|
|
68
|
+
in: SchemaIn$ToolsInternetSearchCreateResponse,
|
|
69
|
+
out: SchemaOut$ToolsInternetSearchCreateResponse,
|
|
70
|
+
};
|