Skip to content

Commit

Permalink
Add schema group headlines to blueprint manifest client
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishu Goel committed Oct 4, 2024
1 parent 93a39b4 commit af61da2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clients/blueprint-manifest-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epilot/blueprint-manifest-client",
"version": "2.5.0",
"version": "2.5.1",
"description": "Client for epilot Terraform Blueprint Manifest API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion clients/blueprint-manifest-client/src/openapi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ declare namespace Components {
}[];
changes?: PlanChanges;
}
export type ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "custom_variable";
export type ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "custom_variable";
export interface RootResourceNode {
/**
* ID of the resource
Expand Down
4 changes: 1 addition & 3 deletions clients/blueprint-manifest-client/src/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
{
"url": "https://blueprint-manifest.sls.epilot.io"
},
{
"url": "https://blueprint-manifest.sls.epilot.io"
},
{
"url": "https://blueprint-manifest.sls.epilot.io"
}
Expand Down Expand Up @@ -530,6 +527,7 @@
"schema_attribute",
"schema_capability",
"schema_group",
"schema_group_headline",
"workflow_definition",
"closing_reason",
"taxonomy_classification",
Expand Down

0 comments on commit af61da2

Please sign in to comment.