@epilot/app-client 0.0.12 → 0.0.13
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
|
@@ -737,7 +737,7 @@ declare namespace Paths {
|
|
|
737
737
|
}
|
|
738
738
|
namespace Responses {
|
|
739
739
|
export interface $200 {
|
|
740
|
-
versions?:
|
|
740
|
+
versions?: /* Configuration data about your app which is versionable */ Components.Schemas.AppVersioned[];
|
|
741
741
|
pagination?: {
|
|
742
742
|
total?: number;
|
|
743
743
|
page?: number;
|
package/dist/openapi.json
CHANGED