@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 +1 -1
- package/dist/openapi.json +1 -1
- package/package.json +1 -1
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 = /*
|
|
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