@vertesia/common 0.80.0 → 0.81.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/lib/cjs/store/index.js +2 -2
- package/lib/cjs/store/index.js.map +1 -1
- package/lib/cjs/store/{agent.js → worker.js} +1 -1
- package/lib/cjs/store/worker.js.map +1 -0
- package/lib/esm/store/index.js +2 -2
- package/lib/esm/store/index.js.map +1 -1
- package/lib/esm/store/worker.js +2 -0
- package/lib/esm/store/worker.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/apps.d.ts +5 -3
- package/lib/types/apps.d.ts.map +1 -1
- package/lib/types/environment.d.ts +2 -0
- package/lib/types/environment.d.ts.map +1 -1
- package/lib/types/store/index.d.ts +2 -2
- package/lib/types/store/index.d.ts.map +1 -1
- package/lib/types/store/worker.d.ts +18 -0
- package/lib/types/store/worker.d.ts.map +1 -0
- package/lib/vertesia-common.js +1 -1
- package/lib/vertesia-common.js.map +1 -1
- package/package.json +2 -2
- package/src/apps.ts +5 -3
- package/src/store/index.ts +3 -2
- package/src/store/worker.ts +19 -0
- package/lib/cjs/store/agent.js.map +0 -1
- package/lib/esm/store/agent.js +0 -2
- package/lib/esm/store/agent.js.map +0 -1
- package/lib/types/store/agent.d.ts +0 -18
- package/lib/types/store/agent.d.ts.map +0 -1
- package/src/store/agent.ts +0 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertesia/common",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.81.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./lib/types/index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"ajv": "^8.16.0",
|
|
30
30
|
"json-schema": "^0.4.0",
|
|
31
|
-
"@llumiverse/common": "0.
|
|
31
|
+
"@llumiverse/common": "0.24.0"
|
|
32
32
|
},
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
package/src/apps.ts
CHANGED
|
@@ -23,10 +23,12 @@ export interface AppManifestData {
|
|
|
23
23
|
name: string;
|
|
24
24
|
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
27
|
-
*
|
|
26
|
+
* Visibility level of the app:
|
|
27
|
+
* - "public": visible to all accounts
|
|
28
|
+
* - "private": visible only to the owning account
|
|
29
|
+
* - "vertesia": visible only to Vertesia team members (any project)
|
|
28
30
|
*/
|
|
29
|
-
|
|
31
|
+
visibility: "public" | "private" | "vertesia";
|
|
30
32
|
|
|
31
33
|
title: string;
|
|
32
34
|
description: string;
|
package/src/store/index.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
export * from "./activity-catalog.js";
|
|
2
|
-
export * from "./agent.js";
|
|
3
2
|
export * from "./collections.js";
|
|
4
3
|
export * from "./common.js";
|
|
5
4
|
export * from "./doc-analyzer.js";
|
|
6
5
|
export * from "./dsl-workflow.js";
|
|
7
6
|
export * from "./object-types.js";
|
|
7
|
+
export * from "./signals.js";
|
|
8
8
|
export * from "./store.js";
|
|
9
9
|
export * from "./temporalio.js";
|
|
10
|
+
export * from "./worker.js";
|
|
10
11
|
export * from "./workflow.js";
|
|
11
|
-
|
|
12
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface CreateWorkerDeploymentRequest {
|
|
2
|
+
/**
|
|
3
|
+
* The worker ID is composed from the worker organization and the worker name, separated by a slash.
|
|
4
|
+
* Example: vertesia/docgen-worker
|
|
5
|
+
*/
|
|
6
|
+
workerId: string;
|
|
7
|
+
/**
|
|
8
|
+
* The environment to deploy the worker to. This should be one of the following values:
|
|
9
|
+
* - `production`
|
|
10
|
+
* - `preview`
|
|
11
|
+
* - `staging`
|
|
12
|
+
*/
|
|
13
|
+
environment: 'production' | 'preview' | 'staging';
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* The worker docker image version. A major.minor.patch[-modifier] string.
|
|
17
|
+
*/
|
|
18
|
+
version: string;
|
|
19
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"agent.js","sourceRoot":"","sources":["../../../src/store/agent.ts"],"names":[],"mappings":""}
|
package/lib/esm/store/agent.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"agent.js","sourceRoot":"","sources":["../../../src/store/agent.ts"],"names":[],"mappings":""}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export interface CreateAgentDeploymentRequest {
|
|
2
|
-
/**
|
|
3
|
-
* The agent ID is composed from the agent organization and the agent name, separated by a slash.
|
|
4
|
-
* Example: vertesia/docgen-agent
|
|
5
|
-
*/
|
|
6
|
-
agentId: string;
|
|
7
|
-
/**
|
|
8
|
-
* The environment to deploy the agent to. This should be one of the following values:
|
|
9
|
-
* - `production`
|
|
10
|
-
* - `preview`
|
|
11
|
-
* - `staging`
|
|
12
|
-
*/
|
|
13
|
-
environment: 'production' | 'preview' | 'staging';
|
|
14
|
-
/**
|
|
15
|
-
* The agent docker image version. A major.minor.patch[-modifier] string.
|
|
16
|
-
*/
|
|
17
|
-
version: string;
|
|
18
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"agent.d.ts","sourceRoot":"","sources":["../../../src/store/agent.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,4BAA4B;IACzC;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;;OAKG;IACH,WAAW,EAAE,YAAY,GAAG,SAAS,GAAG,SAAS,CAAC;IAElD;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB"}
|
package/src/store/agent.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export interface CreateAgentDeploymentRequest {
|
|
2
|
-
/**
|
|
3
|
-
* The agent ID is composed from the agent organization and the agent name, separated by a slash.
|
|
4
|
-
* Example: vertesia/docgen-agent
|
|
5
|
-
*/
|
|
6
|
-
agentId: string;
|
|
7
|
-
/**
|
|
8
|
-
* The environment to deploy the agent to. This should be one of the following values:
|
|
9
|
-
* - `production`
|
|
10
|
-
* - `preview`
|
|
11
|
-
* - `staging`
|
|
12
|
-
*/
|
|
13
|
-
environment: 'production' | 'preview' | 'staging';
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* The agent docker image version. A major.minor.patch[-modifier] string.
|
|
17
|
-
*/
|
|
18
|
-
version: string;
|
|
19
|
-
}
|