@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.
@@ -4,7 +4,6 @@ export interface App {
4
4
  id: string;
5
5
  apiDocsUri: string;
6
6
  appUri: string;
7
- canIntegrate: boolean;
8
7
  categories: string[];
9
8
  defaultConnectorId: string;
10
9
  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;
@@ -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;
@@ -9999,7 +9999,7 @@ const WorkspaceElementSpecs = {
9999
9999
  },
10000
10000
  [exports.WorkspaceElementType.App]: {
10001
10001
  type: exports.WorkspaceElementType.App,
10002
- apiPath: 'pathfinder/apps',
10002
+ apiPath: 'external-apps',
10003
10003
  name: 'App',
10004
10004
  namePlural: 'Apps',
10005
10005
  },