@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.
- package/dist/bundle.js +4391 -2346
- package/dist/bundle.js.map +1 -1
- package/dist/dts/workspace-elements/base/data-collections/utils.d.ts +1 -1
- package/dist/index.browser.d.mts +1 -1
- package/dist/index.browser.d.ts +1 -1
- package/dist/index.browser.js.map +1 -1
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.node.d.mts +1 -1
- package/dist/index.node.d.ts +1 -1
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.mjs.map +1 -1
- package/package.json +2 -45
|
@@ -10,7 +10,7 @@ export declare function parseDataLocationPath(path: string): DataLocationPointer
|
|
|
10
10
|
export declare function parseDataLocationPath(path: string | undefined): DataLocationPointer | undefined;
|
|
11
11
|
export declare function makeDataLocationPath(pointer: DataLocationPointer): string;
|
|
12
12
|
export declare function makeDataLocationPath(pointer: DataLocationPointer | undefined): string | undefined;
|
|
13
|
-
export declare function makeDataLocationOperationPath(collectionPath: string, operation: string):
|
|
13
|
+
export declare function makeDataLocationOperationPath(collectionPath: string, operation: string): any;
|
|
14
14
|
export declare function isSameDataLocation(location1: DataLocationPointer, location2: DataLocationPointer): boolean;
|
|
15
15
|
export declare function isDataLocationMethodSupported(location: ConnectorDataCollection, methodKey: string): boolean;
|
|
16
16
|
export declare function getDataCollectionCreateFields(spec: DataCollectionSpec): DataSchema | undefined;
|
package/dist/index.browser.d.mts
CHANGED
|
@@ -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):
|
|
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;
|
package/dist/index.browser.d.ts
CHANGED
|
@@ -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):
|
|
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;
|