@waldur/admin 8.0.9-dev.1 → 8.0.9-dev.2

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.
@@ -898,7 +898,7 @@ export type ChecklistRequest = {
898
898
  */
899
899
  checklist_type?: ChecklistTypeEnum;
900
900
  };
901
- export type ChecklistTypeEnum = 'project_compliance' | 'proposal_compliance' | 'offering_compliance' | 'project_metadata' | 'onboarding_customer' | 'onboarding_intent';
901
+ export type ChecklistTypeEnum = 'project_compliance' | 'proposal_compliance' | 'offering_compliance' | 'project_metadata' | 'onboarding_customer' | 'onboarding_intent' | 'workflow_step';
902
902
  export type CircuitBreakerConfig = {
903
903
  /**
904
904
  * Number of failures before opening circuit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waldur/admin",
3
- "version": "8.0.9-dev.1",
3
+ "version": "8.0.9-dev.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
package/src/types.gen.ts CHANGED
@@ -944,7 +944,7 @@ export type ChecklistRequest = {
944
944
  checklist_type?: ChecklistTypeEnum;
945
945
  };
946
946
 
947
- export type ChecklistTypeEnum = 'project_compliance' | 'proposal_compliance' | 'offering_compliance' | 'project_metadata' | 'onboarding_customer' | 'onboarding_intent';
947
+ export type ChecklistTypeEnum = 'project_compliance' | 'proposal_compliance' | 'offering_compliance' | 'project_metadata' | 'onboarding_customer' | 'onboarding_intent' | 'workflow_step';
948
948
 
949
949
  export type CircuitBreakerConfig = {
950
950
  /**