@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 CHANGED
@@ -737,7 +737,7 @@ declare namespace Paths {
737
737
  }
738
738
  namespace Responses {
739
739
  export interface $200 {
740
- versions?: string[];
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
@@ -257,7 +257,7 @@
257
257
  "versions": {
258
258
  "type": "array",
259
259
  "items": {
260
- "type": "string"
260
+ "$ref": "#/components/schemas/AppVersioned"
261
261
  }
262
262
  },
263
263
  "pagination": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/app-client",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "JavaScript client library for the epilot App API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",