@axonflow/sdk 2.3.0 → 3.3.1

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.
Files changed (126) hide show
  1. package/README.md +185 -8
  2. package/dist/cjs/client.d.ts +487 -8
  3. package/dist/cjs/client.d.ts.map +1 -1
  4. package/dist/cjs/client.js +1672 -45
  5. package/dist/cjs/client.js.map +1 -1
  6. package/dist/cjs/errors.d.ts +22 -0
  7. package/dist/cjs/errors.d.ts.map +1 -1
  8. package/dist/cjs/errors.js +32 -1
  9. package/dist/cjs/errors.js.map +1 -1
  10. package/dist/cjs/index.d.ts +10 -14
  11. package/dist/cjs/index.d.ts.map +1 -1
  12. package/dist/cjs/index.js +11 -20
  13. package/dist/cjs/index.js.map +1 -1
  14. package/dist/cjs/types/connector.d.ts +54 -0
  15. package/dist/cjs/types/connector.d.ts.map +1 -1
  16. package/dist/cjs/types/connector.js +7 -0
  17. package/dist/cjs/types/connector.js.map +1 -1
  18. package/dist/cjs/types/execution.d.ts +227 -0
  19. package/dist/cjs/types/execution.d.ts.map +1 -0
  20. package/dist/cjs/types/execution.js +73 -0
  21. package/dist/cjs/types/execution.js.map +1 -0
  22. package/dist/cjs/types/index.d.ts +3 -0
  23. package/dist/cjs/types/index.d.ts.map +1 -1
  24. package/dist/cjs/types/index.js +3 -0
  25. package/dist/cjs/types/index.js.map +1 -1
  26. package/dist/cjs/types/masfeat.d.ts +238 -0
  27. package/dist/cjs/types/masfeat.d.ts.map +1 -0
  28. package/dist/cjs/types/masfeat.js +11 -0
  29. package/dist/cjs/types/masfeat.js.map +1 -0
  30. package/dist/cjs/types/planning.d.ts +126 -1
  31. package/dist/cjs/types/planning.d.ts.map +1 -1
  32. package/dist/cjs/types/policies.d.ts +19 -1
  33. package/dist/cjs/types/policies.d.ts.map +1 -1
  34. package/dist/cjs/types/proxy.d.ts +29 -3
  35. package/dist/cjs/types/proxy.d.ts.map +1 -1
  36. package/dist/cjs/types/workflows.d.ts +318 -0
  37. package/dist/cjs/types/workflows.d.ts.map +1 -0
  38. package/dist/cjs/types/workflows.js +61 -0
  39. package/dist/cjs/types/workflows.js.map +1 -0
  40. package/dist/esm/client.d.ts +487 -8
  41. package/dist/esm/client.d.ts.map +1 -1
  42. package/dist/esm/client.js +1673 -46
  43. package/dist/esm/client.js.map +1 -1
  44. package/dist/esm/errors.d.ts +22 -0
  45. package/dist/esm/errors.d.ts.map +1 -1
  46. package/dist/esm/errors.js +30 -0
  47. package/dist/esm/errors.js.map +1 -1
  48. package/dist/esm/index.d.ts +10 -14
  49. package/dist/esm/index.d.ts.map +1 -1
  50. package/dist/esm/index.js +7 -15
  51. package/dist/esm/index.js.map +1 -1
  52. package/dist/esm/types/connector.d.ts +54 -0
  53. package/dist/esm/types/connector.d.ts.map +1 -1
  54. package/dist/esm/types/connector.js +6 -1
  55. package/dist/esm/types/connector.js.map +1 -1
  56. package/dist/esm/types/execution.d.ts +227 -0
  57. package/dist/esm/types/execution.d.ts.map +1 -0
  58. package/dist/esm/types/execution.js +70 -0
  59. package/dist/esm/types/execution.js.map +1 -0
  60. package/dist/esm/types/index.d.ts +3 -0
  61. package/dist/esm/types/index.d.ts.map +1 -1
  62. package/dist/esm/types/index.js +3 -0
  63. package/dist/esm/types/index.js.map +1 -1
  64. package/dist/esm/types/masfeat.d.ts +238 -0
  65. package/dist/esm/types/masfeat.d.ts.map +1 -0
  66. package/dist/esm/types/masfeat.js +10 -0
  67. package/dist/esm/types/masfeat.js.map +1 -0
  68. package/dist/esm/types/planning.d.ts +126 -1
  69. package/dist/esm/types/planning.d.ts.map +1 -1
  70. package/dist/esm/types/policies.d.ts +19 -1
  71. package/dist/esm/types/policies.d.ts.map +1 -1
  72. package/dist/esm/types/proxy.d.ts +29 -3
  73. package/dist/esm/types/proxy.d.ts.map +1 -1
  74. package/dist/esm/types/workflows.d.ts +318 -0
  75. package/dist/esm/types/workflows.d.ts.map +1 -0
  76. package/dist/esm/types/workflows.js +58 -0
  77. package/dist/esm/types/workflows.js.map +1 -0
  78. package/package.json +7 -2
  79. package/dist/cjs/interceptors/anthropic.d.ts +0 -40
  80. package/dist/cjs/interceptors/anthropic.d.ts.map +0 -1
  81. package/dist/cjs/interceptors/anthropic.js +0 -101
  82. package/dist/cjs/interceptors/anthropic.js.map +0 -1
  83. package/dist/cjs/interceptors/base.d.ts +0 -23
  84. package/dist/cjs/interceptors/base.d.ts.map +0 -1
  85. package/dist/cjs/interceptors/base.js +0 -10
  86. package/dist/cjs/interceptors/base.js.map +0 -1
  87. package/dist/cjs/interceptors/bedrock.d.ts +0 -142
  88. package/dist/cjs/interceptors/bedrock.d.ts.map +0 -1
  89. package/dist/cjs/interceptors/bedrock.js +0 -263
  90. package/dist/cjs/interceptors/bedrock.js.map +0 -1
  91. package/dist/cjs/interceptors/gemini.d.ts +0 -89
  92. package/dist/cjs/interceptors/gemini.d.ts.map +0 -1
  93. package/dist/cjs/interceptors/gemini.js +0 -121
  94. package/dist/cjs/interceptors/gemini.js.map +0 -1
  95. package/dist/cjs/interceptors/ollama.d.ts +0 -143
  96. package/dist/cjs/interceptors/ollama.d.ts.map +0 -1
  97. package/dist/cjs/interceptors/ollama.js +0 -153
  98. package/dist/cjs/interceptors/ollama.js.map +0 -1
  99. package/dist/cjs/interceptors/openai.d.ts +0 -40
  100. package/dist/cjs/interceptors/openai.d.ts.map +0 -1
  101. package/dist/cjs/interceptors/openai.js +0 -100
  102. package/dist/cjs/interceptors/openai.js.map +0 -1
  103. package/dist/esm/interceptors/anthropic.d.ts +0 -40
  104. package/dist/esm/interceptors/anthropic.d.ts.map +0 -1
  105. package/dist/esm/interceptors/anthropic.js +0 -96
  106. package/dist/esm/interceptors/anthropic.js.map +0 -1
  107. package/dist/esm/interceptors/base.d.ts +0 -23
  108. package/dist/esm/interceptors/base.d.ts.map +0 -1
  109. package/dist/esm/interceptors/base.js +0 -6
  110. package/dist/esm/interceptors/base.js.map +0 -1
  111. package/dist/esm/interceptors/bedrock.d.ts +0 -142
  112. package/dist/esm/interceptors/bedrock.d.ts.map +0 -1
  113. package/dist/esm/interceptors/bedrock.js +0 -224
  114. package/dist/esm/interceptors/bedrock.js.map +0 -1
  115. package/dist/esm/interceptors/gemini.d.ts +0 -89
  116. package/dist/esm/interceptors/gemini.d.ts.map +0 -1
  117. package/dist/esm/interceptors/gemini.js +0 -116
  118. package/dist/esm/interceptors/gemini.js.map +0 -1
  119. package/dist/esm/interceptors/ollama.d.ts +0 -143
  120. package/dist/esm/interceptors/ollama.d.ts.map +0 -1
  121. package/dist/esm/interceptors/ollama.js +0 -147
  122. package/dist/esm/interceptors/ollama.js.map +0 -1
  123. package/dist/esm/interceptors/openai.d.ts +0 -40
  124. package/dist/esm/interceptors/openai.d.ts.map +0 -1
  125. package/dist/esm/interceptors/openai.js +0 -95
  126. package/dist/esm/interceptors/openai.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import { AxonFlowConfig, ConnectorMetadata, ConnectorInstallRequest, ConnectorResponse, ConnectorHealthStatus, PlanResponse, PlanExecutionResponse, PolicyApprovalResult, PolicyApprovalOptions, AuditResult, AuditOptions, AuditSearchRequest, AuditQueryOptions, AuditSearchResponse, ExecuteQueryOptions, ExecuteQueryResponse, HealthStatus, StaticPolicy, DynamicPolicy, PolicyOverride, ListStaticPoliciesOptions, ListDynamicPoliciesOptions, CreateStaticPolicyRequest, UpdateStaticPolicyRequest, CreateDynamicPolicyRequest, UpdateDynamicPolicyRequest, CreatePolicyOverrideRequest, TestPatternResult, PolicyVersion, EffectivePoliciesOptions, GitProviderType, ConfigureGitProviderRequest, ConfigureGitProviderResponse, ValidateGitProviderRequest, ValidateGitProviderResponse, ListGitProvidersResponse, CreatePRRequest, CreatePRResponse, PRRecord, ListPRsOptions, ListPRsResponse, CodeGovernanceMetrics, ExportOptions, ExportResponse, ExecutionSnapshot, TimelineEntry, ExecutionDetail, ListExecutionsResponse, ListExecutionsOptions, ExecutionExportOptions, Budget, BudgetsResponse, BudgetStatus, BudgetAlertsResponse, BudgetDecision, UsageSummary, UsageBreakdown, UsageRecordsResponse, PricingListResponse, CreateBudgetRequest, UpdateBudgetRequest, ListBudgetsOptions, BudgetCheckRequest, ListUsageRecordsOptions } from './types';
1
+ import { AxonFlowConfig, ConnectorMetadata, ConnectorInstallRequest, ConnectorResponse, ConnectorHealthStatus, PlanResponse, PlanExecutionResponse, GeneratePlanOptions, CancelPlanResponse, UpdatePlanRequest, UpdatePlanResponse, PlanVersionsResponse, ResumePlanResponse, RollbackPlanResponse, PolicyApprovalResult, PolicyApprovalOptions, AuditResult, AuditOptions, AuditSearchRequest, AuditQueryOptions, AuditSearchResponse, ExecuteQueryOptions, ExecuteQueryResponse, HealthStatus, StaticPolicy, DynamicPolicy, PolicyOverride, ListStaticPoliciesOptions, ListDynamicPoliciesOptions, CreateStaticPolicyRequest, UpdateStaticPolicyRequest, CreateDynamicPolicyRequest, UpdateDynamicPolicyRequest, CreatePolicyOverrideRequest, TestPatternResult, PolicyVersion, EffectivePoliciesOptions, GitProviderType, ConfigureGitProviderRequest, ConfigureGitProviderResponse, ValidateGitProviderRequest, ValidateGitProviderResponse, ListGitProvidersResponse, CreatePRRequest, CreatePRResponse, PRRecord, ListPRsOptions, ListPRsResponse, CodeGovernanceMetrics, ExportOptions, ExportResponse, ExecutionSnapshot, TimelineEntry, ExecutionDetail, ListExecutionsResponse, ListExecutionsOptions, ExecutionExportOptions, Budget, BudgetsResponse, BudgetStatus, BudgetAlertsResponse, BudgetDecision, UsageSummary, UsageBreakdown, UsageRecordsResponse, PricingListResponse, CreateBudgetRequest, UpdateBudgetRequest, ListBudgetsOptions, BudgetCheckRequest, ListUsageRecordsOptions, CreateWorkflowRequest, CreateWorkflowResponse, StepGateRequest, StepGateResponse, WorkflowStatusResponse, ListWorkflowsOptions, ListWorkflowsResponse, MarkStepCompletedRequest, ApproveStepResponse, RejectStepResponse, PendingApprovalsResponse, PendingApprovalsOptions, CreateWebhookRequest, WebhookSubscription, UpdateWebhookRequest, ListWebhooksResponse, RegisterSystemRequest, UpdateSystemRequest, AISystemRegistry, RegistrySummary, ListSystemsOptions, CreateAssessmentRequest, UpdateAssessmentRequest, FEATAssessment, ApproveAssessmentRequest, RejectAssessmentRequest, ListAssessmentsOptions, KillSwitch, ConfigureKillSwitchRequest, CheckKillSwitchRequest, TriggerKillSwitchRequest, RestoreKillSwitchRequest, DisableKillSwitchRequest, KillSwitchEvent, ExecutionStatus, UnifiedListExecutionsRequest, UnifiedListExecutionsResponse } from './types';
2
2
  /**
3
3
  * Main AxonFlow client for invisible AI governance
4
4
  */
@@ -16,6 +16,16 @@ export declare class AxonFlow {
16
16
  * @returns Headers object with authentication headers
17
17
  */
18
18
  private getAuthHeaders;
19
+ /**
20
+ * Get the effective clientId, using smart default for community mode.
21
+ *
22
+ * Returns the configured clientId if set, otherwise returns "community"
23
+ * as a smart default. This enables zero-config usage for community/self-hosted
24
+ * deployments while still supporting enterprise deployments with explicit credentials.
25
+ *
26
+ * @returns The clientId to use in requests
27
+ */
28
+ private getEffectiveClientId;
19
29
  /**
20
30
  * Main method to protect AI calls with governance
21
31
  * @param aiCall The AI call to protect
@@ -53,7 +63,7 @@ export declare class AxonFlow {
53
63
  *
54
64
  * **Proxy Mode:**
55
65
  * ```typescript
56
- * const response = await axonflow.executeQuery({
66
+ * const response = await axonflow.proxyLLMCall({
57
67
  * userToken: 'user-123',
58
68
  * query: 'Your prompt here',
59
69
  * requestType: 'chat'
@@ -111,10 +121,19 @@ export declare class AxonFlow {
111
121
  */
112
122
  orchestratorHealthCheck(): Promise<HealthStatus>;
113
123
  /**
114
- * Execute a query through AxonFlow with policy enforcement (Proxy Mode).
124
+ * Send a query through AxonFlow with full policy enforcement (Proxy Mode).
115
125
  *
116
- * This is the primary method for Proxy Mode, where AxonFlow handles policy
117
- * checking and optionally routes requests to LLM providers.
126
+ * This is Proxy Mode - AxonFlow acts as an intermediary, making the LLM call on your behalf.
127
+ *
128
+ * Use this when you want AxonFlow to:
129
+ * - Evaluate policies before the LLM call
130
+ * - Make the LLM call to the configured provider
131
+ * - Filter/redact sensitive data from responses
132
+ * - Automatically track costs and audit the interaction
133
+ *
134
+ * For Gateway Mode (lower latency, you make the LLM call), use:
135
+ * - getPolicyApprovedContext() before your LLM call
136
+ * - auditLLMCall() after your LLM call
118
137
  *
119
138
  * @param options - Query execution options
120
139
  * @returns ExecuteQueryResponse with results or error information
@@ -124,7 +143,7 @@ export declare class AxonFlow {
124
143
  *
125
144
  * @example
126
145
  * ```typescript
127
- * const response = await axonflow.executeQuery({
146
+ * const response = await axonflow.proxyLLMCall({
128
147
  * userToken: 'user-123',
129
148
  * query: 'Explain quantum computing',
130
149
  * requestType: 'chat',
@@ -136,7 +155,7 @@ export declare class AxonFlow {
136
155
  * }
137
156
  * ```
138
157
  */
139
- executeQuery(options: ExecuteQueryOptions): Promise<ExecuteQueryResponse>;
158
+ proxyLLMCall(options: ExecuteQueryOptions): Promise<ExecuteQueryResponse>;
140
159
  /**
141
160
  * List all available MCP connectors from the marketplace
142
161
  */
@@ -209,8 +228,9 @@ export declare class AxonFlow {
209
228
  * @param query - Natural language query describing the task
210
229
  * @param domain - Optional domain hint (travel, healthcare, etc.)
211
230
  * @param userToken - Optional user token for authentication (defaults to tenant/client_id)
231
+ * @param options - Optional plan generation options (execution mode, etc.)
212
232
  */
213
- generatePlan(query: string, domain?: string, userToken?: string): Promise<PlanResponse>;
233
+ generatePlan(query: string, domain?: string, userToken?: string, options?: GeneratePlanOptions): Promise<PlanResponse>;
214
234
  /**
215
235
  * Execute a previously generated multi-agent plan
216
236
  * @param planId - ID of the plan to execute
@@ -221,6 +241,30 @@ export declare class AxonFlow {
221
241
  * Get the status of a running or completed plan
222
242
  */
223
243
  getPlanStatus(planId: string): Promise<PlanExecutionResponse>;
244
+ /**
245
+ * Cancel a running or pending plan
246
+ * @param planId - ID of the plan to cancel
247
+ * @param reason - Optional reason for cancellation
248
+ */
249
+ cancelPlan(planId: string, reason?: string): Promise<CancelPlanResponse>;
250
+ /**
251
+ * Update a plan with optimistic concurrency control.
252
+ * Throws VersionConflictError on 409 (version mismatch).
253
+ * @param planId - ID of the plan to update
254
+ * @param request - Update request with version and fields to change
255
+ */
256
+ updatePlan(planId: string, request: UpdatePlanRequest): Promise<UpdatePlanResponse>;
257
+ /**
258
+ * Get version history for a plan
259
+ * @param planId - ID of the plan
260
+ */
261
+ getPlanVersions(planId: string): Promise<PlanVersionsResponse>;
262
+ /**
263
+ * Resume a paused plan (e.g., after approval gate or confirm mode)
264
+ * @param planId - ID of the plan to resume
265
+ * @param approved - Whether the plan is approved to proceed (defaults to true)
266
+ */
267
+ resumePlan(planId: string, approved?: boolean): Promise<ResumePlanResponse>;
224
268
  /**
225
269
  * Gateway Mode: Pre-check policy approval before making a direct LLM call.
226
270
  * Alias for getPolicyApprovedContext() for simpler API.
@@ -1079,5 +1123,440 @@ export declare class AxonFlow {
1079
1123
  * Requires prior authentication via loginToPortal().
1080
1124
  */
1081
1125
  private portalRequestText;
1126
+ /**
1127
+ * Create a new workflow for governance tracking.
1128
+ *
1129
+ * Call this at the start of your external orchestrator workflow (LangChain, LangGraph, CrewAI, etc.)
1130
+ * to register it with AxonFlow for governance tracking.
1131
+ *
1132
+ * @example
1133
+ * ```typescript
1134
+ * const workflow = await client.createWorkflow({
1135
+ * workflow_name: 'customer-support-agent',
1136
+ * source: 'langgraph',
1137
+ * total_steps: 5,
1138
+ * metadata: { customer_id: 'cust-123' }
1139
+ * });
1140
+ * console.log(`Workflow created: ${workflow.workflow_id}`);
1141
+ * ```
1142
+ */
1143
+ createWorkflow(request: CreateWorkflowRequest): Promise<CreateWorkflowResponse>;
1144
+ /**
1145
+ * Get the status of a workflow.
1146
+ *
1147
+ * @example
1148
+ * ```typescript
1149
+ * const status = await client.getWorkflow('wf_123');
1150
+ * console.log(`Status: ${status.status}, Step: ${status.current_step_index}`);
1151
+ * ```
1152
+ */
1153
+ getWorkflow(workflowId: string): Promise<WorkflowStatusResponse>;
1154
+ /**
1155
+ * Check if a workflow step is allowed to proceed (step gate).
1156
+ *
1157
+ * This is the core governance method. Call this before executing each step
1158
+ * in your workflow to check if the step is allowed based on policies.
1159
+ *
1160
+ * @example
1161
+ * ```typescript
1162
+ * const gate = await client.stepGate('wf_123', 'step-generate-code', {
1163
+ * step_name: 'Generate Code',
1164
+ * step_type: 'llm_call',
1165
+ * model: 'gpt-4',
1166
+ * provider: 'openai',
1167
+ * step_input: { prompt: 'Generate a hello world function' }
1168
+ * });
1169
+ *
1170
+ * if (gate.decision === 'block') {
1171
+ * throw new Error(`Step blocked: ${gate.reason}`);
1172
+ * }
1173
+ * if (gate.decision === 'require_approval') {
1174
+ * console.log(`Approval required: ${gate.approval_url}`);
1175
+ * return;
1176
+ * }
1177
+ * // Step is allowed, proceed with execution
1178
+ * ```
1179
+ */
1180
+ stepGate(workflowId: string, stepId: string, request: StepGateRequest): Promise<StepGateResponse>;
1181
+ /**
1182
+ * Complete a workflow successfully.
1183
+ *
1184
+ * Call this when your workflow has completed all steps successfully.
1185
+ *
1186
+ * @example
1187
+ * ```typescript
1188
+ * await client.completeWorkflow('wf_123');
1189
+ * ```
1190
+ */
1191
+ completeWorkflow(workflowId: string): Promise<void>;
1192
+ /**
1193
+ * Abort a workflow.
1194
+ *
1195
+ * Call this when you need to stop a workflow due to an error or user request.
1196
+ *
1197
+ * @example
1198
+ * ```typescript
1199
+ * await client.abortWorkflow('wf_123', 'User cancelled the operation');
1200
+ * ```
1201
+ */
1202
+ abortWorkflow(workflowId: string, reason?: string): Promise<void>;
1203
+ /**
1204
+ * Mark a workflow step as completed.
1205
+ *
1206
+ * Call this after a step has been executed successfully.
1207
+ *
1208
+ * @example
1209
+ * ```typescript
1210
+ * await client.markStepCompleted('wf_123', 'step-1', {
1211
+ * output: { result: 'success' }
1212
+ * });
1213
+ * ```
1214
+ */
1215
+ markStepCompleted(workflowId: string, stepId: string, request?: MarkStepCompletedRequest): Promise<void>;
1216
+ /**
1217
+ * Resume a workflow after approval.
1218
+ *
1219
+ * Call this after a step has been approved to continue the workflow.
1220
+ *
1221
+ * @example
1222
+ * ```typescript
1223
+ * // After approval received via webhook or polling
1224
+ * await client.resumeWorkflow('wf_123');
1225
+ * ```
1226
+ */
1227
+ resumeWorkflow(workflowId: string): Promise<void>;
1228
+ /**
1229
+ * List workflows with optional filters.
1230
+ *
1231
+ * @example
1232
+ * ```typescript
1233
+ * const result = await client.listWorkflows({
1234
+ * status: 'in_progress',
1235
+ * source: 'langgraph',
1236
+ * limit: 10
1237
+ * });
1238
+ * console.log(`Found ${result.total} workflows`);
1239
+ * ```
1240
+ */
1241
+ listWorkflows(options?: ListWorkflowsOptions): Promise<ListWorkflowsResponse>;
1242
+ /**
1243
+ * Approve a workflow step that requires human approval.
1244
+ *
1245
+ * Call this to approve a step that was gated with a 'require_approval' decision.
1246
+ *
1247
+ * @param workflowId - ID of the workflow
1248
+ * @param stepId - ID of the step to approve
1249
+ * @returns Approval response with status
1250
+ *
1251
+ * @example
1252
+ * ```typescript
1253
+ * const result = await client.approveStep('wf_123', 'step_456');
1254
+ * console.log(`Step ${result.step_id} status: ${result.status}`);
1255
+ * ```
1256
+ */
1257
+ approveStep(workflowId: string, stepId: string): Promise<ApproveStepResponse>;
1258
+ /**
1259
+ * Reject a workflow step that requires human approval.
1260
+ *
1261
+ * Call this to reject a step that was gated with a 'require_approval' decision.
1262
+ *
1263
+ * @param workflowId - ID of the workflow
1264
+ * @param stepId - ID of the step to reject
1265
+ * @param reason - Optional reason for rejection
1266
+ * @returns Rejection response with status
1267
+ *
1268
+ * @example
1269
+ * ```typescript
1270
+ * const result = await client.rejectStep('wf_123', 'step_456', 'Policy violation detected');
1271
+ * console.log(`Step ${result.step_id} status: ${result.status}`);
1272
+ * ```
1273
+ */
1274
+ rejectStep(workflowId: string, stepId: string, reason?: string): Promise<RejectStepResponse>;
1275
+ /**
1276
+ * Get pending approvals for workflow steps.
1277
+ *
1278
+ * Lists all steps that are waiting for human approval across all workflows.
1279
+ *
1280
+ * @param options - Optional filtering options
1281
+ * @returns List of pending approvals with total count
1282
+ *
1283
+ * @example
1284
+ * ```typescript
1285
+ * const pending = await client.getPendingApprovals({ limit: 10 });
1286
+ * console.log(`${pending.total} approvals pending`);
1287
+ * for (const approval of pending.approvals) {
1288
+ * console.log(`${approval.workflow_name} / ${approval.step_name}`);
1289
+ * }
1290
+ * ```
1291
+ */
1292
+ getPendingApprovals(options?: PendingApprovalsOptions): Promise<PendingApprovalsResponse>;
1293
+ /**
1294
+ * Rollback a plan to a previous version.
1295
+ *
1296
+ * @param planId - ID of the plan to rollback
1297
+ * @param targetVersion - Version number to rollback to
1298
+ * @returns Rollback response with version information
1299
+ *
1300
+ * @example
1301
+ * ```typescript
1302
+ * const result = await client.rollbackPlan('plan_123', 2);
1303
+ * console.log(`Rolled back to v${result.version} from v${result.previousVersion}`);
1304
+ * ```
1305
+ */
1306
+ rollbackPlan(planId: string, targetVersion: number): Promise<RollbackPlanResponse>;
1307
+ /**
1308
+ * Create a webhook subscription.
1309
+ *
1310
+ * @param request - Webhook configuration
1311
+ * @returns Created webhook subscription
1312
+ *
1313
+ * @example
1314
+ * ```typescript
1315
+ * const webhook = await client.createWebhook({
1316
+ * url: 'https://example.com/webhook',
1317
+ * events: ['workflow.completed', 'step.approval_required'],
1318
+ * active: true
1319
+ * });
1320
+ * console.log(`Webhook created: ${webhook.id}`);
1321
+ * ```
1322
+ */
1323
+ createWebhook(request: CreateWebhookRequest): Promise<WebhookSubscription>;
1324
+ /**
1325
+ * Get a webhook subscription by ID.
1326
+ *
1327
+ * @param webhookId - ID of the webhook to retrieve
1328
+ * @returns Webhook subscription details
1329
+ *
1330
+ * @example
1331
+ * ```typescript
1332
+ * const webhook = await client.getWebhook('wh_123');
1333
+ * console.log(`Webhook URL: ${webhook.url}, Active: ${webhook.active}`);
1334
+ * ```
1335
+ */
1336
+ getWebhook(webhookId: string): Promise<WebhookSubscription>;
1337
+ /**
1338
+ * Update a webhook subscription.
1339
+ *
1340
+ * @param webhookId - ID of the webhook to update
1341
+ * @param request - Fields to update
1342
+ * @returns Updated webhook subscription
1343
+ *
1344
+ * @example
1345
+ * ```typescript
1346
+ * const webhook = await client.updateWebhook('wh_123', {
1347
+ * events: ['workflow.completed'],
1348
+ * active: false
1349
+ * });
1350
+ * ```
1351
+ */
1352
+ updateWebhook(webhookId: string, request: UpdateWebhookRequest): Promise<WebhookSubscription>;
1353
+ /**
1354
+ * Delete a webhook subscription.
1355
+ *
1356
+ * @param webhookId - ID of the webhook to delete
1357
+ *
1358
+ * @example
1359
+ * ```typescript
1360
+ * await client.deleteWebhook('wh_123');
1361
+ * ```
1362
+ */
1363
+ deleteWebhook(webhookId: string): Promise<void>;
1364
+ /**
1365
+ * List all webhook subscriptions.
1366
+ *
1367
+ * @returns List of webhook subscriptions with total count
1368
+ *
1369
+ * @example
1370
+ * ```typescript
1371
+ * const result = await client.listWebhooks();
1372
+ * console.log(`${result.total} webhooks configured`);
1373
+ * for (const wh of result.webhooks) {
1374
+ * console.log(`${wh.id}: ${wh.url} (${wh.active ? 'active' : 'inactive'})`);
1375
+ * }
1376
+ * ```
1377
+ */
1378
+ listWebhooks(): Promise<ListWebhooksResponse>;
1379
+ /**
1380
+ * MAS FEAT compliance module for Singapore regulatory compliance.
1381
+ *
1382
+ * Enterprise Feature: Requires AxonFlow Enterprise license.
1383
+ *
1384
+ * @example
1385
+ * ```typescript
1386
+ * // Register an AI system
1387
+ * const system = await axonflow.masfeat.registerSystem({
1388
+ * systemId: 'credit-scoring-v1',
1389
+ * systemName: 'Credit Scoring AI',
1390
+ * useCase: 'credit_scoring',
1391
+ * ownerTeam: 'Risk Management',
1392
+ * customerImpact: 4,
1393
+ * modelComplexity: 3,
1394
+ * humanReliance: 5
1395
+ * });
1396
+ *
1397
+ * // Configure kill switch
1398
+ * const ks = await axonflow.masfeat.configureKillSwitch('credit-scoring-v1', {
1399
+ * accuracyThreshold: 0.85,
1400
+ * biasThreshold: 0.15,
1401
+ * autoTriggerEnabled: true
1402
+ * });
1403
+ * ```
1404
+ */
1405
+ get masfeat(): {
1406
+ registerSystem: (request: RegisterSystemRequest) => Promise<AISystemRegistry>;
1407
+ getSystem: (systemId: string) => Promise<AISystemRegistry>;
1408
+ updateSystem: (systemId: string, request: UpdateSystemRequest) => Promise<AISystemRegistry>;
1409
+ listSystems: (options?: ListSystemsOptions) => Promise<AISystemRegistry[]>;
1410
+ activateSystem: (systemId: string) => Promise<AISystemRegistry>;
1411
+ retireSystem: (systemId: string) => Promise<AISystemRegistry>;
1412
+ getRegistrySummary: () => Promise<RegistrySummary>;
1413
+ createAssessment: (request: CreateAssessmentRequest) => Promise<FEATAssessment>;
1414
+ getAssessment: (assessmentId: string) => Promise<FEATAssessment>;
1415
+ updateAssessment: (assessmentId: string, request: UpdateAssessmentRequest) => Promise<FEATAssessment>;
1416
+ listAssessments: (options?: ListAssessmentsOptions) => Promise<FEATAssessment[]>;
1417
+ submitAssessment: (assessmentId: string) => Promise<FEATAssessment>;
1418
+ approveAssessment: (assessmentId: string, request: ApproveAssessmentRequest) => Promise<FEATAssessment>;
1419
+ rejectAssessment: (assessmentId: string, request: RejectAssessmentRequest) => Promise<FEATAssessment>;
1420
+ getKillSwitch: (systemId: string) => Promise<KillSwitch>;
1421
+ configureKillSwitch: (systemId: string, request: ConfigureKillSwitchRequest) => Promise<KillSwitch>;
1422
+ checkKillSwitch: (systemId: string, request: CheckKillSwitchRequest) => Promise<KillSwitch>;
1423
+ triggerKillSwitch: (systemId: string, request: TriggerKillSwitchRequest) => Promise<KillSwitch>;
1424
+ restoreKillSwitch: (systemId: string, request: RestoreKillSwitchRequest) => Promise<KillSwitch>;
1425
+ enableKillSwitch: (systemId: string) => Promise<KillSwitch>;
1426
+ disableKillSwitch: (systemId: string, request?: DisableKillSwitchRequest) => Promise<KillSwitch>;
1427
+ getKillSwitchHistory: (systemId: string, limit?: number) => Promise<KillSwitchEvent[]>;
1428
+ };
1429
+ private masfeatRegisterSystem;
1430
+ private masfeatGetSystem;
1431
+ private masfeatUpdateSystem;
1432
+ private masfeatListSystems;
1433
+ private masfeatActivateSystem;
1434
+ private masfeatRetireSystem;
1435
+ private masfeatGetRegistrySummary;
1436
+ private masfeatCreateAssessment;
1437
+ private masfeatGetAssessment;
1438
+ private masfeatUpdateAssessment;
1439
+ private masfeatListAssessments;
1440
+ private masfeatSubmitAssessment;
1441
+ private masfeatApproveAssessment;
1442
+ private masfeatRejectAssessment;
1443
+ private masfeatGetKillSwitch;
1444
+ private masfeatConfigureKillSwitch;
1445
+ private masfeatCheckKillSwitch;
1446
+ private masfeatTriggerKillSwitch;
1447
+ private masfeatRestoreKillSwitch;
1448
+ private masfeatEnableKillSwitch;
1449
+ private masfeatDisableKillSwitch;
1450
+ private masfeatGetKillSwitchHistory;
1451
+ private mapSystemResponse;
1452
+ private mapFindingResponse;
1453
+ private mapAssessmentResponse;
1454
+ private mapKillSwitchResponse;
1455
+ /**
1456
+ * Get unified execution status for a MAP plan or WCP workflow.
1457
+ *
1458
+ * This method provides a consistent interface for tracking execution progress
1459
+ * regardless of whether the underlying execution is a MAP plan or WCP workflow.
1460
+ *
1461
+ * @param executionId - The execution ID (plan ID or workflow ID)
1462
+ * @returns Unified execution status
1463
+ *
1464
+ * @example
1465
+ * ```typescript
1466
+ * // Get status for any execution (MAP or WCP)
1467
+ * const status = await client.getExecutionStatus('exec_123');
1468
+ * console.log(`Type: ${status.execution_type}`);
1469
+ * console.log(`Status: ${status.status}`);
1470
+ * console.log(`Progress: ${status.progress_percent}%`);
1471
+ *
1472
+ * // Check steps
1473
+ * for (const step of status.steps) {
1474
+ * console.log(` Step ${step.step_index}: ${step.step_name} - ${step.status}`);
1475
+ * }
1476
+ * ```
1477
+ */
1478
+ getExecutionStatus(executionId: string): Promise<ExecutionStatus>;
1479
+ /**
1480
+ * List unified executions with optional filters.
1481
+ *
1482
+ * Returns a paginated list of executions (both MAP plans and WCP workflows)
1483
+ * with optional filtering by type, status, tenant, or organization.
1484
+ * This method provides a unified view across all execution types.
1485
+ *
1486
+ * @param options - Filter and pagination options
1487
+ * @returns Paginated list of unified executions
1488
+ *
1489
+ * @example
1490
+ * ```typescript
1491
+ * // List all running executions
1492
+ * const result = await client.listUnifiedExecutions({
1493
+ * status: 'running',
1494
+ * limit: 20
1495
+ * });
1496
+ * console.log(`Found ${result.total} running executions`);
1497
+ *
1498
+ * // List only MAP plans
1499
+ * const mapPlans = await client.listUnifiedExecutions({
1500
+ * execution_type: 'map_plan',
1501
+ * limit: 50
1502
+ * });
1503
+ *
1504
+ * // List WCP workflows for a specific tenant
1505
+ * const workflows = await client.listUnifiedExecutions({
1506
+ * execution_type: 'wcp_workflow',
1507
+ * tenant_id: 'tenant_123'
1508
+ * });
1509
+ * ```
1510
+ */
1511
+ listUnifiedExecutions(options?: UnifiedListExecutionsRequest): Promise<UnifiedListExecutionsResponse>;
1512
+ /**
1513
+ * Cancel a unified execution (MAP plan or WCP workflow).
1514
+ *
1515
+ * This method cancels an execution via the unified execution API,
1516
+ * automatically propagating to the correct subsystem (MAP or WCP).
1517
+ *
1518
+ * @param executionId - The execution ID (plan ID or workflow ID)
1519
+ * @param reason - Optional reason for cancellation
1520
+ *
1521
+ * @example
1522
+ * ```typescript
1523
+ * await client.cancelExecution('wf_abc123', 'User requested cancellation');
1524
+ * ```
1525
+ */
1526
+ cancelExecution(executionId: string, reason?: string): Promise<void>;
1527
+ /**
1528
+ * Stream real-time execution status updates via Server-Sent Events (SSE).
1529
+ *
1530
+ * Connects to the SSE streaming endpoint and invokes the callback with each
1531
+ * ExecutionStatus update as it arrives. The stream automatically closes when
1532
+ * the execution reaches a terminal state (completed, failed, cancelled, aborted,
1533
+ * or expired).
1534
+ *
1535
+ * @param executionId - The execution ID (plan ID or workflow ID)
1536
+ * @param callback - Function called with each ExecutionStatus update
1537
+ * @param options - Optional configuration including an AbortSignal for cancellation
1538
+ *
1539
+ * @example
1540
+ * ```typescript
1541
+ * // Stream with a callback
1542
+ * await client.streamExecutionStatus('exec_123', (status) => {
1543
+ * console.log(`Progress: ${status.progress_percent}%`);
1544
+ * console.log(`Status: ${status.status}`);
1545
+ * for (const step of status.steps) {
1546
+ * console.log(` Step ${step.step_index}: ${step.step_name} - ${step.status}`);
1547
+ * }
1548
+ * });
1549
+ *
1550
+ * // Stream with abort support
1551
+ * const controller = new AbortController();
1552
+ * setTimeout(() => controller.abort(), 60000); // timeout after 1 minute
1553
+ * await client.streamExecutionStatus('exec_123', (status) => {
1554
+ * console.log(`${status.status}: ${status.progress_percent}%`);
1555
+ * }, { signal: controller.signal });
1556
+ * ```
1557
+ */
1558
+ streamExecutionStatus(executionId: string, callback: (status: ExecutionStatus) => void, options?: {
1559
+ signal?: AbortSignal;
1560
+ }): Promise<void>;
1082
1561
  }
1083
1562
  //# sourceMappingURL=client.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/client.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/client.ts"],"names":[],"mappings":"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"}