@epilot/app-client 0.0.14 → 0.0.15

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
@@ -577,7 +577,7 @@ declare namespace Components {
577
577
  /**
578
578
  * German translation
579
579
  */
580
- de?: string;
580
+ de: string;
581
581
  }
582
582
  export interface UploadFilePayload {
583
583
  /**
package/dist/openapi.json CHANGED
@@ -1541,6 +1541,9 @@
1541
1541
  },
1542
1542
  "TranslatedString": {
1543
1543
  "type": "object",
1544
+ "required": [
1545
+ "de"
1546
+ ],
1544
1547
  "properties": {
1545
1548
  "en": {
1546
1549
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/app-client",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "JavaScript client library for the epilot App API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",