@salesforce/lds-adapters-experience-model 1.431.0 → 1.433.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
|
@@ -323,7 +323,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
323
323
|
function createResourceRequest$6(config) {
|
|
324
324
|
const headers = {};
|
|
325
325
|
return {
|
|
326
|
-
baseUri: '/services/data/
|
|
326
|
+
baseUri: '/services/data/v68.0',
|
|
327
327
|
basePath: '/connect/experience-model/block-types',
|
|
328
328
|
method: 'get',
|
|
329
329
|
body: null,
|
|
@@ -596,7 +596,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
596
596
|
function createResourceRequest$5(config) {
|
|
597
597
|
const headers = {};
|
|
598
598
|
return {
|
|
599
|
-
baseUri: '/services/data/
|
|
599
|
+
baseUri: '/services/data/v68.0',
|
|
600
600
|
basePath: '/connect/experience-model/block-types/' + config.urlParams.fullyQualifiedName + '',
|
|
601
601
|
method: 'get',
|
|
602
602
|
body: null,
|
|
@@ -876,7 +876,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
876
876
|
function createResourceRequest$4(config) {
|
|
877
877
|
const headers = {};
|
|
878
878
|
return {
|
|
879
|
-
baseUri: '/services/data/
|
|
879
|
+
baseUri: '/services/data/v68.0',
|
|
880
880
|
basePath: '/connect/experience-model/content-types',
|
|
881
881
|
method: 'get',
|
|
882
882
|
body: null,
|
|
@@ -1133,7 +1133,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1133
1133
|
function createResourceRequest$3(config) {
|
|
1134
1134
|
const headers = {};
|
|
1135
1135
|
return {
|
|
1136
|
-
baseUri: '/services/data/
|
|
1136
|
+
baseUri: '/services/data/v68.0',
|
|
1137
1137
|
basePath: '/connect/experience-model/content-types/' + config.urlParams.fullyQualifiedName + '',
|
|
1138
1138
|
method: 'get',
|
|
1139
1139
|
body: null,
|
|
@@ -1411,7 +1411,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1411
1411
|
function createResourceRequest$2(config) {
|
|
1412
1412
|
const headers = {};
|
|
1413
1413
|
return {
|
|
1414
|
-
baseUri: '/services/data/
|
|
1414
|
+
baseUri: '/services/data/v68.0',
|
|
1415
1415
|
basePath: '/connect/experience-model/property-types',
|
|
1416
1416
|
method: 'get',
|
|
1417
1417
|
body: null,
|
|
@@ -1663,7 +1663,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1663
1663
|
function createResourceRequest$1(config) {
|
|
1664
1664
|
const headers = {};
|
|
1665
1665
|
return {
|
|
1666
|
-
baseUri: '/services/data/
|
|
1666
|
+
baseUri: '/services/data/v68.0',
|
|
1667
1667
|
basePath: '/connect/experience-model/property-types/' + config.urlParams.fullyQualifiedName + '',
|
|
1668
1668
|
method: 'get',
|
|
1669
1669
|
body: null,
|
|
@@ -2212,7 +2212,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2212
2212
|
function createResourceRequest(config) {
|
|
2213
2213
|
const headers = {};
|
|
2214
2214
|
return {
|
|
2215
|
-
baseUri: '/services/data/
|
|
2215
|
+
baseUri: '/services/data/v68.0',
|
|
2216
2216
|
basePath: '/connect/experience-model/types',
|
|
2217
2217
|
method: 'post',
|
|
2218
2218
|
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.433.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.433.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.433.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.433.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -314,7 +314,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
314
314
|
function createResourceRequest$6(config) {
|
|
315
315
|
const headers = {};
|
|
316
316
|
return {
|
|
317
|
-
baseUri: '/services/data/
|
|
317
|
+
baseUri: '/services/data/v68.0',
|
|
318
318
|
basePath: '/connect/experience-model/block-types/' + config.urlParams.fullyQualifiedName + '',
|
|
319
319
|
method: 'get',
|
|
320
320
|
body: null,
|
|
@@ -602,7 +602,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
602
602
|
function createResourceRequest$5(config) {
|
|
603
603
|
const headers = {};
|
|
604
604
|
return {
|
|
605
|
-
baseUri: '/services/data/
|
|
605
|
+
baseUri: '/services/data/v68.0',
|
|
606
606
|
basePath: '/connect/experience-model/block-types',
|
|
607
607
|
method: 'get',
|
|
608
608
|
body: null,
|
|
@@ -859,7 +859,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
859
859
|
function createResourceRequest$4(config) {
|
|
860
860
|
const headers = {};
|
|
861
861
|
return {
|
|
862
|
-
baseUri: '/services/data/
|
|
862
|
+
baseUri: '/services/data/v68.0',
|
|
863
863
|
basePath: '/connect/experience-model/content-types/' + config.urlParams.fullyQualifiedName + '',
|
|
864
864
|
method: 'get',
|
|
865
865
|
body: null,
|
|
@@ -1139,7 +1139,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1139
1139
|
function createResourceRequest$3(config) {
|
|
1140
1140
|
const headers = {};
|
|
1141
1141
|
return {
|
|
1142
|
-
baseUri: '/services/data/
|
|
1142
|
+
baseUri: '/services/data/v68.0',
|
|
1143
1143
|
basePath: '/connect/experience-model/content-types',
|
|
1144
1144
|
method: 'get',
|
|
1145
1145
|
body: null,
|
|
@@ -1394,7 +1394,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1394
1394
|
function createResourceRequest$2(config) {
|
|
1395
1395
|
const headers = {};
|
|
1396
1396
|
return {
|
|
1397
|
-
baseUri: '/services/data/
|
|
1397
|
+
baseUri: '/services/data/v68.0',
|
|
1398
1398
|
basePath: '/connect/experience-model/property-types/' + config.urlParams.fullyQualifiedName + '',
|
|
1399
1399
|
method: 'get',
|
|
1400
1400
|
body: null,
|
|
@@ -1672,7 +1672,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1672
1672
|
function createResourceRequest$1(config) {
|
|
1673
1673
|
const headers = {};
|
|
1674
1674
|
return {
|
|
1675
|
-
baseUri: '/services/data/
|
|
1675
|
+
baseUri: '/services/data/v68.0',
|
|
1676
1676
|
basePath: '/connect/experience-model/property-types',
|
|
1677
1677
|
method: 'get',
|
|
1678
1678
|
body: null,
|
|
@@ -2222,7 +2222,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2222
2222
|
function createResourceRequest(config) {
|
|
2223
2223
|
const headers = {};
|
|
2224
2224
|
return {
|
|
2225
|
-
baseUri: '/services/data/
|
|
2225
|
+
baseUri: '/services/data/v68.0',
|
|
2226
2226
|
basePath: '/connect/experience-model/types',
|
|
2227
2227
|
method: 'post',
|
|
2228
2228
|
body: config.body,
|
|
@@ -2420,4 +2420,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2420
2420
|
});
|
|
2421
2421
|
|
|
2422
2422
|
export { getBlockType, getBlockType_imperative, getBlockTypes, getBlockTypes_imperative, getContentType, getContentType_imperative, getContentTypes, getContentTypes_imperative, getPropertyType, getPropertyType_imperative, getPropertyTypes, getPropertyTypes_imperative, getTypes, getTypes_imperative };
|
|
2423
|
-
// version: 1.
|
|
2423
|
+
// version: 1.433.0-db129b48d2
|