@waldur/admin 8.0.9-dev.1 → 8.0.9-dev.3
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/types.gen.d.ts +1 -1
- package/package.json +1 -1
- package/src/types.gen.ts +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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
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
|
/**
|