@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 CHANGED
@@ -156,7 +156,7 @@ declare namespace Components {
156
156
  */
157
157
  options?: /* Options for the component configuration */ Options[];
158
158
  } | {
159
- component_type?: "PORTAL_EXTENSION";
159
+ component_type: "PORTAL_EXTENSION";
160
160
  origin?: "END_CUSTOMER_PORTAL" | "INSTALLER_PORTAL";
161
161
  configuration: PortalExtensionConfig;
162
162
  /**
package/dist/openapi.json CHANGED
@@ -425,7 +425,7 @@
425
425
  {
426
426
  "type": "object",
427
427
  "required": [
428
- "type",
428
+ "component_type",
429
429
  "configuration"
430
430
  ],
431
431
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/app-client",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "JavaScript client library for the epilot App API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",