@epilot/app-client 0.1.1 → 0.1.2

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
@@ -709,7 +709,7 @@ declare namespace Paths {
709
709
  version?: Parameters.Version;
710
710
  }
711
711
  namespace Responses {
712
- export type $200 = /* Information about the installed app. Has configuration data of the installed version */ Components.Schemas.Installation;
712
+ export type $200 = /* Configuration of the published app */ Components.Schemas.Configuration;
713
713
  export interface $404 {
714
714
  }
715
715
  }
package/dist/openapi.json CHANGED
@@ -143,7 +143,7 @@
143
143
  "content": {
144
144
  "application/json": {
145
145
  "schema": {
146
- "$ref": "#/components/schemas/Installation"
146
+ "$ref": "#/components/schemas/Configuration"
147
147
  }
148
148
  }
149
149
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/app-client",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "JavaScript client library for the epilot App API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",