@membranehq/sdk 0.11.3 → 0.11.4-beta.0

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.
@@ -7691,7 +7691,7 @@ declare function parseDataLocationPath(path: string): DataLocationPointer;
7691
7691
  declare function parseDataLocationPath(path: string | undefined): DataLocationPointer | undefined;
7692
7692
  declare function makeDataLocationPath(pointer: DataLocationPointer): string;
7693
7693
  declare function makeDataLocationPath(pointer: DataLocationPointer | undefined): string | undefined;
7694
- declare function makeDataLocationOperationPath(collectionPath: string, operation: string): string;
7694
+ declare function makeDataLocationOperationPath(collectionPath: string, operation: string): any;
7695
7695
  declare function isSameDataLocation(location1: DataLocationPointer, location2: DataLocationPointer): boolean;
7696
7696
  declare function isDataLocationMethodSupported(location: ConnectorDataCollection, methodKey: string): boolean;
7697
7697
  declare function getDataCollectionCreateFields(spec: DataCollectionSpec): DataSchema | undefined;
@@ -7691,7 +7691,7 @@ declare function parseDataLocationPath(path: string): DataLocationPointer;
7691
7691
  declare function parseDataLocationPath(path: string | undefined): DataLocationPointer | undefined;
7692
7692
  declare function makeDataLocationPath(pointer: DataLocationPointer): string;
7693
7693
  declare function makeDataLocationPath(pointer: DataLocationPointer | undefined): string | undefined;
7694
- declare function makeDataLocationOperationPath(collectionPath: string, operation: string): string;
7694
+ declare function makeDataLocationOperationPath(collectionPath: string, operation: string): any;
7695
7695
  declare function isSameDataLocation(location1: DataLocationPointer, location2: DataLocationPointer): boolean;
7696
7696
  declare function isDataLocationMethodSupported(location: ConnectorDataCollection, methodKey: string): boolean;
7697
7697
  declare function getDataCollectionCreateFields(spec: DataCollectionSpec): DataSchema | undefined;