@amaster.ai/client 1.1.0-beta.40 → 1.1.0-beta.41
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.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +12 -12
package/dist/index.d.cts
CHANGED
|
@@ -3,7 +3,7 @@ export { LoginParams, LoginResponse, OAuthProvider, Permission, RegisterParams,
|
|
|
3
3
|
import { EntityClient } from '@amaster.ai/entity-client';
|
|
4
4
|
export { EntityListResponse, EntityQueryParams, FilterGroup, FilterItem, FilterOperator } from '@amaster.ai/entity-client';
|
|
5
5
|
import { BpmClient } from '@amaster.ai/bpm-client';
|
|
6
|
-
export { CamundaVariable, HistoryProcessInstance, HistoryTask, ProcessInstance, ProcessVariable, Task, TaskFormSchema, TaskQueryParams } from '@amaster.ai/bpm-client';
|
|
6
|
+
export { ActivityInstanceTree, CamundaVariable, HistoryActivityInstance, HistoryProcessInstance, HistoryTask, ProcessInstance, ProcessVariable, Task, TaskFormSchema, TaskQueryParams, UserOperationLog } from '@amaster.ai/bpm-client';
|
|
7
7
|
import { WorkflowClient } from '@amaster.ai/workflow-client';
|
|
8
8
|
export { WorkflowFile, WorkflowInputValue, WorkflowRunRequest, WorkflowRunResponse } from '@amaster.ai/workflow-client';
|
|
9
9
|
import { ASRClient } from '@amaster.ai/asr-client';
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export { LoginParams, LoginResponse, OAuthProvider, Permission, RegisterParams,
|
|
|
3
3
|
import { EntityClient } from '@amaster.ai/entity-client';
|
|
4
4
|
export { EntityListResponse, EntityQueryParams, FilterGroup, FilterItem, FilterOperator } from '@amaster.ai/entity-client';
|
|
5
5
|
import { BpmClient } from '@amaster.ai/bpm-client';
|
|
6
|
-
export { CamundaVariable, HistoryProcessInstance, HistoryTask, ProcessInstance, ProcessVariable, Task, TaskFormSchema, TaskQueryParams } from '@amaster.ai/bpm-client';
|
|
6
|
+
export { ActivityInstanceTree, CamundaVariable, HistoryActivityInstance, HistoryProcessInstance, HistoryTask, ProcessInstance, ProcessVariable, Task, TaskFormSchema, TaskQueryParams, UserOperationLog } from '@amaster.ai/bpm-client';
|
|
7
7
|
import { WorkflowClient } from '@amaster.ai/workflow-client';
|
|
8
8
|
export { WorkflowFile, WorkflowInputValue, WorkflowRunRequest, WorkflowRunResponse } from '@amaster.ai/workflow-client';
|
|
9
9
|
import { ASRClient } from '@amaster.ai/asr-client';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amaster.ai/client",
|
|
3
|
-
"version": "1.1.0-beta.
|
|
3
|
+
"version": "1.1.0-beta.41",
|
|
4
4
|
"description": "Unified API client for Amaster platform - All services in one package",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -72,17 +72,17 @@
|
|
|
72
72
|
"registry": "https://registry.npmjs.org/"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@amaster.ai/asr-client": "1.1.0-beta.
|
|
76
|
-
"@amaster.ai/auth-client": "1.1.0-beta.
|
|
77
|
-
"@amaster.ai/
|
|
78
|
-
"@amaster.ai/
|
|
79
|
-
"@amaster.ai/
|
|
80
|
-
"@amaster.ai/
|
|
81
|
-
"@amaster.ai/
|
|
82
|
-
"@amaster.ai/
|
|
83
|
-
"@amaster.ai/
|
|
84
|
-
"@amaster.ai/
|
|
85
|
-
"@amaster.ai/
|
|
75
|
+
"@amaster.ai/asr-client": "1.1.0-beta.41",
|
|
76
|
+
"@amaster.ai/auth-client": "1.1.0-beta.41",
|
|
77
|
+
"@amaster.ai/bpm-client": "1.1.0-beta.41",
|
|
78
|
+
"@amaster.ai/copilot-client": "1.1.0-beta.41",
|
|
79
|
+
"@amaster.ai/function-client": "1.1.0-beta.41",
|
|
80
|
+
"@amaster.ai/http-client": "1.1.0-beta.41",
|
|
81
|
+
"@amaster.ai/s3-client": "1.1.0-beta.41",
|
|
82
|
+
"@amaster.ai/tts-client": "1.1.0-beta.41",
|
|
83
|
+
"@amaster.ai/workflow-client": "1.1.0-beta.41",
|
|
84
|
+
"@amaster.ai/asr-http-client": "1.1.0-beta.41",
|
|
85
|
+
"@amaster.ai/entity-client": "1.1.0-beta.41"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
88
|
"axios": "^1.11.0"
|