@salesforce/lds-adapters-experience-model 1.412.0 → 1.413.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.
- package/dist/es/es2018/experience-model.js +7 -7
- package/package.json +4 -4
- package/sfdc/index.js +8 -8
- package/src/raml/api.raml +1 -1
|
@@ -267,7 +267,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
267
267
|
function createResourceRequest$6(config) {
|
|
268
268
|
const headers = {};
|
|
269
269
|
return {
|
|
270
|
-
baseUri: '/services/data/
|
|
270
|
+
baseUri: '/services/data/v67.0',
|
|
271
271
|
basePath: '/connect/experience-model/block-types',
|
|
272
272
|
method: 'get',
|
|
273
273
|
body: null,
|
|
@@ -540,7 +540,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
540
540
|
function createResourceRequest$5(config) {
|
|
541
541
|
const headers = {};
|
|
542
542
|
return {
|
|
543
|
-
baseUri: '/services/data/
|
|
543
|
+
baseUri: '/services/data/v67.0',
|
|
544
544
|
basePath: '/connect/experience-model/block-types/' + config.urlParams.fullyQualifiedName + '',
|
|
545
545
|
method: 'get',
|
|
546
546
|
body: null,
|
|
@@ -820,7 +820,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
820
820
|
function createResourceRequest$4(config) {
|
|
821
821
|
const headers = {};
|
|
822
822
|
return {
|
|
823
|
-
baseUri: '/services/data/
|
|
823
|
+
baseUri: '/services/data/v67.0',
|
|
824
824
|
basePath: '/connect/experience-model/content-types',
|
|
825
825
|
method: 'get',
|
|
826
826
|
body: null,
|
|
@@ -1077,7 +1077,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1077
1077
|
function createResourceRequest$3(config) {
|
|
1078
1078
|
const headers = {};
|
|
1079
1079
|
return {
|
|
1080
|
-
baseUri: '/services/data/
|
|
1080
|
+
baseUri: '/services/data/v67.0',
|
|
1081
1081
|
basePath: '/connect/experience-model/content-types/' + config.urlParams.fullyQualifiedName + '',
|
|
1082
1082
|
method: 'get',
|
|
1083
1083
|
body: null,
|
|
@@ -1355,7 +1355,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1355
1355
|
function createResourceRequest$2(config) {
|
|
1356
1356
|
const headers = {};
|
|
1357
1357
|
return {
|
|
1358
|
-
baseUri: '/services/data/
|
|
1358
|
+
baseUri: '/services/data/v67.0',
|
|
1359
1359
|
basePath: '/connect/experience-model/property-types',
|
|
1360
1360
|
method: 'get',
|
|
1361
1361
|
body: null,
|
|
@@ -1607,7 +1607,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1607
1607
|
function createResourceRequest$1(config) {
|
|
1608
1608
|
const headers = {};
|
|
1609
1609
|
return {
|
|
1610
|
-
baseUri: '/services/data/
|
|
1610
|
+
baseUri: '/services/data/v67.0',
|
|
1611
1611
|
basePath: '/connect/experience-model/property-types/' + config.urlParams.fullyQualifiedName + '',
|
|
1612
1612
|
method: 'get',
|
|
1613
1613
|
body: null,
|
|
@@ -2133,7 +2133,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2133
2133
|
function createResourceRequest(config) {
|
|
2134
2134
|
const headers = {};
|
|
2135
2135
|
return {
|
|
2136
|
-
baseUri: '/services/data/
|
|
2136
|
+
baseUri: '/services/data/v67.0',
|
|
2137
2137
|
basePath: '/connect/experience-model/types',
|
|
2138
2138
|
method: 'post',
|
|
2139
2139
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-experience-model",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.413.0",
|
|
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",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"test:unit": "jest"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.
|
|
47
|
+
"@salesforce/lds-bindings": "^1.413.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.413.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.413.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -258,7 +258,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
258
258
|
function createResourceRequest$6(config) {
|
|
259
259
|
const headers = {};
|
|
260
260
|
return {
|
|
261
|
-
baseUri: '/services/data/
|
|
261
|
+
baseUri: '/services/data/v67.0',
|
|
262
262
|
basePath: '/connect/experience-model/block-types/' + config.urlParams.fullyQualifiedName + '',
|
|
263
263
|
method: 'get',
|
|
264
264
|
body: null,
|
|
@@ -546,7 +546,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
546
546
|
function createResourceRequest$5(config) {
|
|
547
547
|
const headers = {};
|
|
548
548
|
return {
|
|
549
|
-
baseUri: '/services/data/
|
|
549
|
+
baseUri: '/services/data/v67.0',
|
|
550
550
|
basePath: '/connect/experience-model/block-types',
|
|
551
551
|
method: 'get',
|
|
552
552
|
body: null,
|
|
@@ -803,7 +803,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
803
803
|
function createResourceRequest$4(config) {
|
|
804
804
|
const headers = {};
|
|
805
805
|
return {
|
|
806
|
-
baseUri: '/services/data/
|
|
806
|
+
baseUri: '/services/data/v67.0',
|
|
807
807
|
basePath: '/connect/experience-model/content-types/' + config.urlParams.fullyQualifiedName + '',
|
|
808
808
|
method: 'get',
|
|
809
809
|
body: null,
|
|
@@ -1083,7 +1083,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1083
1083
|
function createResourceRequest$3(config) {
|
|
1084
1084
|
const headers = {};
|
|
1085
1085
|
return {
|
|
1086
|
-
baseUri: '/services/data/
|
|
1086
|
+
baseUri: '/services/data/v67.0',
|
|
1087
1087
|
basePath: '/connect/experience-model/content-types',
|
|
1088
1088
|
method: 'get',
|
|
1089
1089
|
body: null,
|
|
@@ -1338,7 +1338,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1338
1338
|
function createResourceRequest$2(config) {
|
|
1339
1339
|
const headers = {};
|
|
1340
1340
|
return {
|
|
1341
|
-
baseUri: '/services/data/
|
|
1341
|
+
baseUri: '/services/data/v67.0',
|
|
1342
1342
|
basePath: '/connect/experience-model/property-types/' + config.urlParams.fullyQualifiedName + '',
|
|
1343
1343
|
method: 'get',
|
|
1344
1344
|
body: null,
|
|
@@ -1616,7 +1616,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1616
1616
|
function createResourceRequest$1(config) {
|
|
1617
1617
|
const headers = {};
|
|
1618
1618
|
return {
|
|
1619
|
-
baseUri: '/services/data/
|
|
1619
|
+
baseUri: '/services/data/v67.0',
|
|
1620
1620
|
basePath: '/connect/experience-model/property-types',
|
|
1621
1621
|
method: 'get',
|
|
1622
1622
|
body: null,
|
|
@@ -2143,7 +2143,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2143
2143
|
function createResourceRequest(config) {
|
|
2144
2144
|
const headers = {};
|
|
2145
2145
|
return {
|
|
2146
|
-
baseUri: '/services/data/
|
|
2146
|
+
baseUri: '/services/data/v67.0',
|
|
2147
2147
|
basePath: '/connect/experience-model/types',
|
|
2148
2148
|
method: 'post',
|
|
2149
2149
|
body: config.body,
|
|
@@ -2341,4 +2341,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2341
2341
|
});
|
|
2342
2342
|
|
|
2343
2343
|
export { getBlockType, getBlockType_imperative, getBlockTypes, getBlockTypes_imperative, getContentType, getContentType_imperative, getContentTypes, getContentTypes_imperative, getPropertyType, getPropertyType_imperative, getPropertyTypes, getPropertyTypes_imperative, getTypes, getTypes_imperative };
|
|
2344
|
-
// version: 1.
|
|
2344
|
+
// version: 1.413.0-8cd312301b
|