@webiny/api-workflows 6.2.0 → 6.3.0-beta.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.
Files changed (25) hide show
  1. package/features/internal/GetUserTeams/feature.d.ts +4 -1
  2. package/features/notifications/ListNotificationTypes/feature.d.ts +4 -1
  3. package/features/notifications/NotificationTransport/feature.d.ts +4 -1
  4. package/features/workflow/CreateWorkflow/feature.d.ts +4 -1
  5. package/features/workflow/DeleteWorkflow/feature.d.ts +4 -1
  6. package/features/workflow/GetWorkflow/feature.d.ts +4 -1
  7. package/features/workflow/ListWorkflows/feature.d.ts +4 -1
  8. package/features/workflow/StoreWorkflow/feature.d.ts +4 -1
  9. package/features/workflow/UpdateWorkflow/feature.d.ts +4 -1
  10. package/features/workflowState/ApproveWorkflowStateStep/feature.d.ts +4 -1
  11. package/features/workflowState/CancelWorkflowState/feature.d.ts +4 -1
  12. package/features/workflowState/CreateWorkflowState/feature.d.ts +4 -1
  13. package/features/workflowState/DeleteTargetWorkflowState/feature.d.ts +4 -1
  14. package/features/workflowState/DeleteWorkflowState/feature.d.ts +4 -1
  15. package/features/workflowState/GetTargetWorkflowState/feature.d.ts +4 -1
  16. package/features/workflowState/GetWorkflowState/feature.d.ts +4 -1
  17. package/features/workflowState/ListOwnWorkflowStates/feature.d.ts +4 -1
  18. package/features/workflowState/ListRequestedWorkflowStates/feature.d.ts +4 -1
  19. package/features/workflowState/ListWorkflowStates/feature.d.ts +4 -1
  20. package/features/workflowState/README.md +2 -2
  21. package/features/workflowState/RejectWorkflowStateStep/feature.d.ts +4 -1
  22. package/features/workflowState/StartWorkflowStateStep/feature.d.ts +4 -1
  23. package/features/workflowState/TakeOverWorkflowStateStep/feature.d.ts +4 -1
  24. package/features/workflowState/UpdateWorkflowState/feature.d.ts +4 -1
  25. package/package.json +16 -16
@@ -1 +1,4 @@
1
- export declare const GetUserTeamsFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const GetUserTeamsFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const ListNotificationTypesFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const ListNotificationTypesFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const NotificationTransportFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const NotificationTransportFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const CreateWorkflowFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const CreateWorkflowFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const DeleteWorkflowFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const DeleteWorkflowFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const GetWorkflowFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const GetWorkflowFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const ListWorkflowsFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const ListWorkflowsFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const StoreWorkflowFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const StoreWorkflowFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const UpdateWorkflowFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const UpdateWorkflowFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const ApproveWorkflowStateStepFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const ApproveWorkflowStateStepFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const CancelWorkflowStateFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const CancelWorkflowStateFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const CreateWorkflowStateFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const CreateWorkflowStateFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const DeleteTargetWorkflowStateFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const DeleteTargetWorkflowStateFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const DeleteWorkflowStateFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const DeleteWorkflowStateFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const GetTargetWorkflowStateFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const GetTargetWorkflowStateFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const GetWorkflowStateFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const GetWorkflowStateFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const ListOwnWorkflowStatesFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const ListOwnWorkflowStatesFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const ListRequestedWorkflowStatesFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const ListRequestedWorkflowStatesFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const ListWorkflowStatesFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const ListWorkflowStatesFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -2,7 +2,7 @@
2
2
 
3
3
  Method "Delete Target Workflow State" and "Delete Workflow State" basically does the same thing:
4
4
 
5
- * Delete Target Workflow State: Deletes a workflow state based on the target ID (full id, with revision).
6
- * Delete Workflow State: Deletes a workflow state by its ID.
5
+ - Delete Target Workflow State: Deletes a workflow state based on the target ID (full id, with revision).
6
+ - Delete Workflow State: Deletes a workflow state by its ID.
7
7
 
8
8
  Both methods trigger same event.
@@ -1 +1,4 @@
1
- export declare const RejectWorkflowStateStepFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const RejectWorkflowStateStepFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const StartWorkflowStateStepFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const StartWorkflowStateStepFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const TakeOverWorkflowStateStepFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const TakeOverWorkflowStateStepFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const UpdateWorkflowStateFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const UpdateWorkflowStateFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-workflows",
3
- "version": "6.2.0",
3
+ "version": "6.3.0-beta.0",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "description": "Workflows API",
@@ -14,28 +14,28 @@
14
14
  },
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@webiny/api": "6.2.0",
18
- "@webiny/api-core": "6.2.0",
19
- "@webiny/api-headless-cms": "6.2.0",
20
- "@webiny/api-mailer": "6.2.0",
21
- "@webiny/feature": "6.2.0",
22
- "@webiny/handler": "6.2.0",
23
- "@webiny/handler-graphql": "6.2.0",
24
- "@webiny/utils": "6.2.0",
17
+ "@webiny/api": "6.3.0-beta.0",
18
+ "@webiny/api-core": "6.3.0-beta.0",
19
+ "@webiny/api-headless-cms": "6.3.0-beta.0",
20
+ "@webiny/api-mailer": "6.3.0-beta.0",
21
+ "@webiny/feature": "6.3.0-beta.0",
22
+ "@webiny/handler": "6.3.0-beta.0",
23
+ "@webiny/handler-graphql": "6.3.0-beta.0",
24
+ "@webiny/utils": "6.3.0-beta.0",
25
25
  "zod": "4.3.6"
26
26
  },
27
27
  "devDependencies": {
28
- "@webiny/build-tools": "6.2.0",
29
- "@webiny/plugins": "6.2.0",
30
- "@webiny/project-utils": "6.2.0",
31
- "@webiny/testing": "6.2.0",
32
- "type-fest": "5.5.0",
33
- "typescript": "5.9.3",
28
+ "@webiny/build-tools": "6.3.0-beta.0",
29
+ "@webiny/plugins": "6.3.0-beta.0",
30
+ "@webiny/project-utils": "6.3.0-beta.0",
31
+ "@webiny/testing": "6.3.0-beta.0",
32
+ "type-fest": "5.6.0",
33
+ "typescript": "6.0.3",
34
34
  "vitest": "4.1.4"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public",
38
38
  "directory": "dist"
39
39
  },
40
- "gitHead": "3d3148358b6febbc857371930871743bec3b3939"
40
+ "gitHead": "94c21e58aebc9855bf1ae972423281faa0f5c135"
41
41
  }