@salesforce/lds-adapters-platform-data-provider 1.231.0 → 1.232.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.
|
@@ -185,7 +185,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
185
185
|
function createResourceRequest(config) {
|
|
186
186
|
const headers = {};
|
|
187
187
|
return {
|
|
188
|
-
baseUri: '/services/data/
|
|
188
|
+
baseUri: '/services/data/v60.0',
|
|
189
189
|
basePath: '/connect/data-providers/' + config.urlParams.dataProviderFullyQualifiedName + '/schema',
|
|
190
190
|
method: 'post',
|
|
191
191
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-data-provider",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.232.0",
|
|
4
4
|
"description": "Data Provider connect api resource family",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/platform-data-provider.js",
|
package/sfdc/index.js
CHANGED
|
@@ -195,7 +195,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
195
195
|
function createResourceRequest(config) {
|
|
196
196
|
const headers = {};
|
|
197
197
|
return {
|
|
198
|
-
baseUri: '/services/data/
|
|
198
|
+
baseUri: '/services/data/v60.0',
|
|
199
199
|
basePath: '/connect/data-providers/' + config.urlParams.dataProviderFullyQualifiedName + '/schema',
|
|
200
200
|
method: 'post',
|
|
201
201
|
body: config.body,
|
|
@@ -317,4 +317,4 @@ withDefaultLuvio((luvio) => {
|
|
|
317
317
|
});
|
|
318
318
|
|
|
319
319
|
export { getSchema, getSchema_imperative };
|
|
320
|
-
// version: 1.
|
|
320
|
+
// version: 1.232.0-6cf0cd6c7
|