@medusajs/workflow-engine-inmemory 2.1.3-preview-20241219150145 → 2.1.3-preview-20241219180142
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +1,10 @@
|
|
1
1
|
import { TransactionState } from "@medusajs/framework/orchestration";
|
2
|
-
export declare const WorkflowExecution: import("@medusajs/framework/utils").DmlEntity<{
|
2
|
+
export declare const WorkflowExecution: import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
|
3
3
|
id: import("@medusajs/framework/utils").IdProperty;
|
4
4
|
workflow_id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").TextProperty>;
|
5
5
|
transaction_id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").TextProperty>;
|
6
6
|
execution: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
|
7
7
|
context: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
|
8
8
|
state: import("@medusajs/framework/utils").EnumProperty<typeof TransactionState>;
|
9
|
-
}
|
10
|
-
id: import("@medusajs/framework/utils").IdProperty;
|
11
|
-
workflow_id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").TextProperty>;
|
12
|
-
transaction_id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").TextProperty>;
|
13
|
-
execution: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
|
14
|
-
context: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
|
15
|
-
state: import("@medusajs/framework/utils").EnumProperty<typeof TransactionState>;
|
16
|
-
} & {} & import("@medusajs/framework/utils").DMLSchemaDefaults, "workflow_execution">;
|
9
|
+
}>, "workflow_execution">;
|
17
10
|
//# sourceMappingURL=workflow-execution.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"workflow-execution.d.ts","sourceRoot":"","sources":["../../src/models/workflow-execution.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAGpE,eAAO,MAAM,iBAAiB
|
1
|
+
{"version":3,"file":"workflow-execution.d.ts","sourceRoot":"","sources":["../../src/models/workflow-execution.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAGpE,eAAO,MAAM,iBAAiB;;;;;;;yBA0B1B,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/workflow-engine-inmemory",
|
3
|
-
"version": "2.1.3-preview-
|
3
|
+
"version": "2.1.3-preview-20241219180142",
|
4
4
|
"description": "Medusa Workflow Orchestrator module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -36,8 +36,8 @@
|
|
36
36
|
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@medusajs/framework": "2.1.3-preview-
|
40
|
-
"@medusajs/test-utils": "2.1.3-preview-
|
39
|
+
"@medusajs/framework": "2.1.3-preview-20241219180142",
|
40
|
+
"@medusajs/test-utils": "2.1.3-preview-20241219180142",
|
41
41
|
"@mikro-orm/cli": "5.9.7",
|
42
42
|
"@mikro-orm/core": "5.9.7",
|
43
43
|
"@mikro-orm/migrations": "5.9.7",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"ulid": "^2.3.0"
|
55
55
|
},
|
56
56
|
"peerDependencies": {
|
57
|
-
"@medusajs/framework": "2.1.3-preview-
|
57
|
+
"@medusajs/framework": "2.1.3-preview-20241219180142",
|
58
58
|
"@mikro-orm/core": "5.9.7",
|
59
59
|
"@mikro-orm/migrations": "5.9.7",
|
60
60
|
"@mikro-orm/postgresql": "5.9.7",
|