@membranehq/sdk 0.9.2 → 0.9.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.
@@ -8833,7 +8833,6 @@ interface App {
8833
8833
  id: string;
8834
8834
  apiDocsUri: string;
8835
8835
  appUri: string;
8836
- canIntegrate: boolean;
8837
8836
  categories: string[];
8838
8837
  defaultConnectorId: string;
8839
8838
  key: string;
@@ -8833,7 +8833,6 @@ interface App {
8833
8833
  id: string;
8834
8834
  apiDocsUri: string;
8835
8835
  appUri: string;
8836
- canIntegrate: boolean;
8837
8836
  categories: string[];
8838
8837
  defaultConnectorId: string;
8839
8838
  key: string;
@@ -10023,7 +10023,7 @@ const WorkspaceElementSpecs = {
10023
10023
  },
10024
10024
  [exports.WorkspaceElementType.App]: {
10025
10025
  type: exports.WorkspaceElementType.App,
10026
- apiPath: 'pathfinder/apps',
10026
+ apiPath: 'external-apps',
10027
10027
  name: 'App',
10028
10028
  namePlural: 'Apps',
10029
10029
  },