@xpert-ai/xpert-sdk 0.0.13 → 0.0.14

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/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { Client, getApiKey } from "./client.js";
2
2
  export type { ClientConfig, RequestHook } from "./client.js";
3
- export type { Assistant, AssistantBase, AssistantGraph, AssistantVersion, Checkpoint, Config, Cron, CronCreateForThreadResponse, CronCreateResponse, DefaultValues, GraphSchema, Interrupt, Item, ListNamespaceResponse, Metadata, Run, SearchItem, SearchItemsResponse, Thread, ThreadContextUsage, ThreadState, ThreadStatus, ThreadGoal, ThreadGoalPatchRequest, ThreadGoalSetRequest, ThreadGoalStatus, ThreadGoalUserStatus, ChatConversation, ChatConversationFrom, ChatConversationStatus, ChatMessage, ChatMessageFeedback, ChatMessageFeedbackRating, ChatFollowUpMode, ChatFollowUpRequest, ChatRequest, ChatRequestHuman, ChatResumeDecision, ChatResumeRequest, ChatRetryRequest, ChatSendRequest, ChatState, ChatTarget, ChatInterruptPatch, LegacyChatRequest, RunInput, IconDefinition, RuntimeCapabilitiesResponse, RuntimeCapabilitiesSelection, RuntimeCapabilityIcon, RuntimeCapabilityPlugin, RuntimeCapabilityPluginMeta, RuntimeCapabilitySkill, RuntimeCapabilitySkillMeta, RuntimeCapabilitySubAgent, RuntimeCapabilitiesSelectionSet, RuntimeI18nObject, RuntimeI18nText, RuntimePromptWorkflow, RuntimeSlashCommand, RuntimeSlashCommandAction, RuntimeSlashCommandAvailability, RuntimeSlashCommandCapability, RuntimeSlashCommandKind, SandboxManagedService, SandboxManagedServiceEnvEntry, SandboxManagedServiceLogs, SandboxManagedServicePreviewSession, SandboxManagedServiceStartInput, SandboxManagedServiceStatus, SandboxManagedServiceTransportMode, Pagination, ThreadTask, StorageFile, } from "./schema.js";
3
+ export type { Assistant, AssistantBase, AssistantGraph, AssistantVersion, Checkpoint, Config, Cron, CronCreateForThreadResponse, CronCreateResponse, DefaultValues, GraphSchema, Interrupt, Item, ListNamespaceResponse, Metadata, Run, SearchItem, SearchItemsResponse, Thread, ThreadContextUsage, ThreadState, ThreadStatus, ThreadGoal, ThreadGoalPatchRequest, ThreadGoalSetRequest, ThreadGoalStatus, ThreadGoalUserStatus, ChatConversation, ChatConversationFrom, ChatConversationStatus, ChatMessage, ChatMessageFeedback, ChatMessageFeedbackRating, ChatTaskSummaryAgent, ChatTaskSummaryContribution, ChatTaskSummaryList, ChatTaskSummaryOutput, ChatTaskSummaryPending, ChatTaskSummaryPlan, ChatTaskSummaryResourceReference, ChatTaskSummarySection, ChatTaskSummarySectionItem, ChatTaskSummarySectionPage, ChatTaskSummarySnapshot, ChatTaskSummarySource, ChatTaskSummaryTodos, ChatFollowUpMode, ChatFollowUpRequest, ChatRequest, ChatRequestHuman, ChatResumeDecision, ChatResumeRequest, ChatRetryRequest, ChatSendRequest, ChatState, ChatTarget, ChatInterruptPatch, LegacyChatRequest, RunInput, IconDefinition, RuntimeCapabilitiesResponse, RuntimeCapabilitiesSelection, RuntimeCapabilityIcon, RuntimeCapabilityPlugin, RuntimeCapabilityPluginMeta, RuntimeCapabilitySkill, RuntimeCapabilitySkillMeta, RuntimeCapabilitySubAgent, RuntimeCapabilitiesSelectionSet, RuntimeI18nObject, RuntimeI18nText, RuntimePromptWorkflow, RuntimeSlashCommand, RuntimeSlashCommandAction, RuntimeSlashCommandAvailability, RuntimeSlashCommandCapability, RuntimeSlashCommandKind, SandboxManagedService, SandboxManagedServiceEnvEntry, SandboxManagedServiceLogs, SandboxManagedServicePreviewSession, SandboxManagedServiceStartInput, SandboxManagedServiceStatus, SandboxManagedServiceTransportMode, Pagination, ThreadTask, StorageFile, } from "./schema.js";
4
4
  export { overrideFetchImplementation } from "./singletons/fetch.js";
5
5
  export type { Command, OnConflictBehavior, RunsInvokePayload, } from "./types.js";
6
6
  export type { AIMessage, FunctionMessage, HumanMessage, Message, RemoveMessage, SystemMessage, ToolMessage, } from "./types.messages.js";
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"OAAO,EAAE,MAAM,EAAE,SAAS,EAAE;OA+ErB,EAAE,2BAA2B,EAAE"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"OAAO,EAAE,MAAM,EAAE,SAAS,EAAE;OA4FrB,EAAE,2BAA2B,EAAE"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"OAAO,EAAE,MAAM,EAAE,SAAS,EAAE;OA+ErB,EAAE,2BAA2B,EAAE"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"OAAO,EAAE,MAAM,EAAE,SAAS,EAAE;OA4FrB,EAAE,2BAA2B,EAAE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xpert-ai/xpert-sdk",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "SDK Core functionality package",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",