Skip to content

Commit cbe5e53

Browse files
authored
Merge pull request #477 from wmathurin/fix/net-retrieve-array-fieldlist
fix(net): join array fieldlist in net.retrieve so the documented usage works
2 parents e0f4551 + 018d5e4 commit cbe5e53

26 files changed

Lines changed: 116 additions & 52 deletions

dist/index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import * as mobilesync from "./react.force.mobilesync";
33
import * as net from "./react.force.net";
44
import * as oauth from "./react.force.oauth";
55
import * as smartstore from "./react.force.smartstore";
6-
import * as forceTest from "./react.force.test";
76
import * as forceUtil from "./react.force.util";
87
declare const forceClient: typeof net;
9-
export { forceClient, forceLog, forceTest, forceUtil, mobilesync, net, oauth, smartstore, };
8+
export { forceClient, forceLog, forceUtil, mobilesync, net, oauth, smartstore, };

dist/index.js

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react.force.common.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react.force.common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react.force.log.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react.force.log.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react.force.mobilesync.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ export declare const MERGE_MODE: {
1919
readonly OVERWRITE: "OVERWRITE";
2020
readonly LEAVE_IF_CHANGED: "LEAVE_IF_CHANGED";
2121
};
22+
export declare const resetSyncManager: (storeConfig: StoreConfig | boolean, successCB: ExecSuccessCallback<string>, errorCB: ExecErrorCallback) => void;
2223
export {};

dist/react.force.mobilesync.js

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)