@epilot/app-client 0.6.0-rc.2 → 0.6.0-rc.3

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
@@ -93,7 +93,7 @@ declare namespace Components {
93
93
  /**
94
94
  * URL of the uploaded App Bridge App. This is the entrypoint for the app
95
95
  */
96
- app_url: string;
96
+ app_url?: string;
97
97
  /**
98
98
  * URL of the uploaded zip file containing the app
99
99
  */
package/dist/openapi.json CHANGED
@@ -1892,10 +1892,7 @@
1892
1892
  "type": "string",
1893
1893
  "description": "URL of the app in dev mode"
1894
1894
  }
1895
- },
1896
- "required": [
1897
- "app_url"
1898
- ]
1895
+ }
1899
1896
  },
1900
1897
  "JourneyBlockComponentArgs": {
1901
1898
  "allOf": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/app-client",
3
- "version": "0.6.0-rc.2",
3
+ "version": "0.6.0-rc.3",
4
4
  "description": "JavaScript client library for the epilot App API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",