@epilot/app-client 0.13.7 → 0.13.8
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 +4 -0
- package/dist/openapi.json +5 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -1213,6 +1213,10 @@ declare namespace Components {
|
|
|
1213
1213
|
* Name of the app
|
|
1214
1214
|
*/
|
|
1215
1215
|
name: string;
|
|
1216
|
+
/**
|
|
1217
|
+
* Public URL of the app logo, if one has been uploaded
|
|
1218
|
+
*/
|
|
1219
|
+
icon_url?: string;
|
|
1216
1220
|
/**
|
|
1217
1221
|
* Configuration values for the app components
|
|
1218
1222
|
*/
|
package/dist/openapi.json
CHANGED
|
@@ -4915,6 +4915,11 @@
|
|
|
4915
4915
|
"description": "Name of the app",
|
|
4916
4916
|
"readOnly": true
|
|
4917
4917
|
},
|
|
4918
|
+
"icon_url": {
|
|
4919
|
+
"type": "string",
|
|
4920
|
+
"description": "Public URL of the app logo, if one has been uploaded",
|
|
4921
|
+
"readOnly": true
|
|
4922
|
+
},
|
|
4918
4923
|
"option_values": {
|
|
4919
4924
|
"type": "array",
|
|
4920
4925
|
"items": {
|