@salesforce/lds-adapters-cms-type 1.134.3 → 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.
- package/dist/es/es2018/cms-type.js +1 -1
- package/package.json +1 -1
- package/sfdc/index.js +2 -2
- package/src/raml/api.raml +1 -1
|
@@ -316,7 +316,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
316
316
|
function createResourceRequest(config) {
|
|
317
317
|
const headers = {};
|
|
318
318
|
return {
|
|
319
|
-
baseUri: '/services/data/
|
|
319
|
+
baseUri: '/services/data/v59.0',
|
|
320
320
|
basePath: '/connect/cms/content-types/' + config.urlParams.contentTypeFQN + '',
|
|
321
321
|
method: 'get',
|
|
322
322
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -326,7 +326,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
326
326
|
function createResourceRequest(config) {
|
|
327
327
|
const headers = {};
|
|
328
328
|
return {
|
|
329
|
-
baseUri: '/services/data/
|
|
329
|
+
baseUri: '/services/data/v59.0',
|
|
330
330
|
basePath: '/connect/cms/content-types/' + config.urlParams.contentTypeFQN + '',
|
|
331
331
|
method: 'get',
|
|
332
332
|
body: null,
|
|
@@ -489,4 +489,4 @@ withDefaultLuvio((luvio) => {
|
|
|
489
489
|
});
|
|
490
490
|
|
|
491
491
|
export { getContentType, getContentType_imperative };
|
|
492
|
-
// version: 1.134.
|
|
492
|
+
// version: 1.134.5-a25b51598
|