@epilot/app-client 0.0.3 → 0.0.4
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
|
@@ -156,7 +156,7 @@ declare namespace Components {
|
|
|
156
156
|
*/
|
|
157
157
|
options?: /* Options for the component configuration */ Options[];
|
|
158
158
|
} | {
|
|
159
|
-
component_type
|
|
159
|
+
component_type: "PORTAL_EXTENSION";
|
|
160
160
|
origin?: "END_CUSTOMER_PORTAL" | "INSTALLER_PORTAL";
|
|
161
161
|
configuration: PortalExtensionConfig;
|
|
162
162
|
/**
|
package/dist/openapi.json
CHANGED