@epilot/blueprint-manifest-client 2.6.7 → 2.6.8

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
@@ -869,6 +869,7 @@ declare namespace Paths {
869
869
  */
870
870
  isExportingMultipleResources?: boolean;
871
871
  generateAISummary?: boolean;
872
+ language?: "en" | "de";
872
873
  }
873
874
  namespace Responses {
874
875
  export interface $200 {
package/dist/openapi.json CHANGED
@@ -207,6 +207,13 @@
207
207
  "generateAISummary": {
208
208
  "type": "boolean",
209
209
  "default": false
210
+ },
211
+ "language": {
212
+ "type": "string",
213
+ "enum": [
214
+ "en",
215
+ "de"
216
+ ]
210
217
  }
211
218
  },
212
219
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/blueprint-manifest-client",
3
- "version": "2.6.7",
3
+ "version": "2.6.8",
4
4
  "description": "Client for epilot Terraform Blueprint Manifest API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",