@salesforce/lds-adapters-experience-model 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.
- package/dist/es/es2018/experience-model.js +6 -6
- package/package.json +1 -1
- package/sfdc/index.js +7 -7
- package/src/raml/api.raml +1 -1
|
@@ -303,7 +303,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
303
303
|
function createResourceRequest$5(config) {
|
|
304
304
|
const headers = {};
|
|
305
305
|
return {
|
|
306
|
-
baseUri: '/services/data/
|
|
306
|
+
baseUri: '/services/data/v59.0',
|
|
307
307
|
basePath: '/connect/experience-model/block-types',
|
|
308
308
|
method: 'get',
|
|
309
309
|
body: null,
|
|
@@ -697,7 +697,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
697
697
|
function createResourceRequest$4(config) {
|
|
698
698
|
const headers = {};
|
|
699
699
|
return {
|
|
700
|
-
baseUri: '/services/data/
|
|
700
|
+
baseUri: '/services/data/v59.0',
|
|
701
701
|
basePath: '/connect/experience-model/block-types/' + config.urlParams.fullyQualifiedName + '',
|
|
702
702
|
method: 'get',
|
|
703
703
|
body: null,
|
|
@@ -1046,7 +1046,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1046
1046
|
function createResourceRequest$3(config) {
|
|
1047
1047
|
const headers = {};
|
|
1048
1048
|
return {
|
|
1049
|
-
baseUri: '/services/data/
|
|
1049
|
+
baseUri: '/services/data/v59.0',
|
|
1050
1050
|
basePath: '/connect/experience-model/content-types',
|
|
1051
1051
|
method: 'get',
|
|
1052
1052
|
body: null,
|
|
@@ -1410,7 +1410,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1410
1410
|
function createResourceRequest$2(config) {
|
|
1411
1411
|
const headers = {};
|
|
1412
1412
|
return {
|
|
1413
|
-
baseUri: '/services/data/
|
|
1413
|
+
baseUri: '/services/data/v59.0',
|
|
1414
1414
|
basePath: '/connect/experience-model/content-types/' + config.urlParams.fullyQualifiedName + '',
|
|
1415
1415
|
method: 'get',
|
|
1416
1416
|
body: null,
|
|
@@ -1757,7 +1757,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1757
1757
|
function createResourceRequest$1(config) {
|
|
1758
1758
|
const headers = {};
|
|
1759
1759
|
return {
|
|
1760
|
-
baseUri: '/services/data/
|
|
1760
|
+
baseUri: '/services/data/v59.0',
|
|
1761
1761
|
basePath: '/connect/experience-model/property-types',
|
|
1762
1762
|
method: 'get',
|
|
1763
1763
|
body: null,
|
|
@@ -2093,7 +2093,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2093
2093
|
function createResourceRequest(config) {
|
|
2094
2094
|
const headers = {};
|
|
2095
2095
|
return {
|
|
2096
|
-
baseUri: '/services/data/
|
|
2096
|
+
baseUri: '/services/data/v59.0',
|
|
2097
2097
|
basePath: '/connect/experience-model/property-types/' + config.urlParams.fullyQualifiedName + '',
|
|
2098
2098
|
method: 'get',
|
|
2099
2099
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-experience-model",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.5",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "APIs to read and query all the 'types' in the Unified Experience Model",
|
|
6
6
|
"main": "dist/es/es2018/experience-model.js",
|
package/sfdc/index.js
CHANGED
|
@@ -309,7 +309,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
309
309
|
function createResourceRequest$5(config) {
|
|
310
310
|
const headers = {};
|
|
311
311
|
return {
|
|
312
|
-
baseUri: '/services/data/
|
|
312
|
+
baseUri: '/services/data/v59.0',
|
|
313
313
|
basePath: '/connect/experience-model/block-types/' + config.urlParams.fullyQualifiedName + '',
|
|
314
314
|
method: 'get',
|
|
315
315
|
body: null,
|
|
@@ -673,7 +673,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
673
673
|
function createResourceRequest$4(config) {
|
|
674
674
|
const headers = {};
|
|
675
675
|
return {
|
|
676
|
-
baseUri: '/services/data/
|
|
676
|
+
baseUri: '/services/data/v59.0',
|
|
677
677
|
basePath: '/connect/experience-model/block-types',
|
|
678
678
|
method: 'get',
|
|
679
679
|
body: null,
|
|
@@ -1037,7 +1037,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1037
1037
|
function createResourceRequest$3(config) {
|
|
1038
1038
|
const headers = {};
|
|
1039
1039
|
return {
|
|
1040
|
-
baseUri: '/services/data/
|
|
1040
|
+
baseUri: '/services/data/v59.0',
|
|
1041
1041
|
basePath: '/connect/experience-model/content-types/' + config.urlParams.fullyQualifiedName + '',
|
|
1042
1042
|
method: 'get',
|
|
1043
1043
|
body: null,
|
|
@@ -1386,7 +1386,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1386
1386
|
function createResourceRequest$2(config) {
|
|
1387
1387
|
const headers = {};
|
|
1388
1388
|
return {
|
|
1389
|
-
baseUri: '/services/data/
|
|
1389
|
+
baseUri: '/services/data/v59.0',
|
|
1390
1390
|
basePath: '/connect/experience-model/content-types',
|
|
1391
1391
|
method: 'get',
|
|
1392
1392
|
body: null,
|
|
@@ -1748,7 +1748,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1748
1748
|
function createResourceRequest$1(config) {
|
|
1749
1749
|
const headers = {};
|
|
1750
1750
|
return {
|
|
1751
|
-
baseUri: '/services/data/
|
|
1751
|
+
baseUri: '/services/data/v59.0',
|
|
1752
1752
|
basePath: '/connect/experience-model/property-types/' + config.urlParams.fullyQualifiedName + '',
|
|
1753
1753
|
method: 'get',
|
|
1754
1754
|
body: null,
|
|
@@ -2095,7 +2095,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2095
2095
|
function createResourceRequest(config) {
|
|
2096
2096
|
const headers = {};
|
|
2097
2097
|
return {
|
|
2098
|
-
baseUri: '/services/data/
|
|
2098
|
+
baseUri: '/services/data/v59.0',
|
|
2099
2099
|
basePath: '/connect/experience-model/property-types',
|
|
2100
2100
|
method: 'get',
|
|
2101
2101
|
body: null,
|
|
@@ -2303,4 +2303,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2303
2303
|
});
|
|
2304
2304
|
|
|
2305
2305
|
export { getBlockType, getBlockType_imperative, getBlockTypes, getBlockTypes_imperative, getContentType, getContentType_imperative, getContentTypes, getContentTypes_imperative, getPropertyType, getPropertyType_imperative, getPropertyTypes, getPropertyTypes_imperative };
|
|
2306
|
-
// version: 1.134.
|
|
2306
|
+
// version: 1.134.5-a25b51598
|