@epilot/blueprint-manifest-client 2.6.3 → 2.6.4

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/openapi.d.ts CHANGED
@@ -792,6 +792,7 @@ declare namespace Paths {
792
792
  * Temporary flag to indicate if multiple resources are being exported
793
793
  */
794
794
  isExportingMultipleResources?: boolean;
795
+ generateAISummary?: boolean;
795
796
  }
796
797
  namespace Responses {
797
798
  export interface $200 {
package/dist/openapi.json CHANGED
@@ -157,6 +157,10 @@
157
157
  "isExportingMultipleResources": {
158
158
  "type": "boolean",
159
159
  "description": "Temporary flag to indicate if multiple resources are being exported"
160
+ },
161
+ "generateAISummary": {
162
+ "type": "boolean",
163
+ "default": false
160
164
  }
161
165
  },
162
166
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/blueprint-manifest-client",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "Client for epilot Terraform Blueprint Manifest API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",