@salesforce/lds-adapters-platform-flow-builder 1.134.4 → 1.134.5
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.
|
@@ -751,7 +751,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
751
751
|
function createResourceRequest(config) {
|
|
752
752
|
const headers = {};
|
|
753
753
|
return {
|
|
754
|
-
baseUri: '/services/data/
|
|
754
|
+
baseUri: '/services/data/v59.0',
|
|
755
755
|
basePath: '/connect/interaction/builder/rules',
|
|
756
756
|
method: 'get',
|
|
757
757
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -761,7 +761,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
761
761
|
function createResourceRequest(config) {
|
|
762
762
|
const headers = {};
|
|
763
763
|
return {
|
|
764
|
-
baseUri: '/services/data/
|
|
764
|
+
baseUri: '/services/data/v59.0',
|
|
765
765
|
basePath: '/connect/interaction/builder/rules',
|
|
766
766
|
method: 'get',
|
|
767
767
|
body: null,
|
|
@@ -910,4 +910,4 @@ withDefaultLuvio((luvio) => {
|
|
|
910
910
|
});
|
|
911
911
|
|
|
912
912
|
export { getRules, getRules_imperative };
|
|
913
|
-
// version: 1.134.
|
|
913
|
+
// version: 1.134.5-a25b51598
|