@salesforce/lds-adapters-platform-lightning-types 1.334.0 → 1.335.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.
|
@@ -594,7 +594,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
594
594
|
function createResourceRequest$2(config) {
|
|
595
595
|
const headers = {};
|
|
596
596
|
return {
|
|
597
|
-
baseUri: '/services/data/
|
|
597
|
+
baseUri: '/services/data/v64.0',
|
|
598
598
|
basePath: '/connect/lightning-types',
|
|
599
599
|
method: 'get',
|
|
600
600
|
body: null,
|
|
@@ -909,7 +909,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
909
909
|
function createResourceRequest$1(config) {
|
|
910
910
|
const headers = {};
|
|
911
911
|
return {
|
|
912
|
-
baseUri: '/services/data/
|
|
912
|
+
baseUri: '/services/data/v64.0',
|
|
913
913
|
basePath: '/connect/lightning-types/' + config.urlParams.fullyQualifiedName + '',
|
|
914
914
|
method: 'get',
|
|
915
915
|
body: null,
|
|
@@ -1421,7 +1421,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1421
1421
|
function createResourceRequest(config) {
|
|
1422
1422
|
const headers = {};
|
|
1423
1423
|
return {
|
|
1424
|
-
baseUri: '/services/data/
|
|
1424
|
+
baseUri: '/services/data/v64.0',
|
|
1425
1425
|
basePath: '/connect/lightning-model/types',
|
|
1426
1426
|
method: 'post',
|
|
1427
1427
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-lightning-types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.335.0",
|
|
4
4
|
"description": "wire adapter for lightning types",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/platform-lightning-types.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.335.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.335.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -316,7 +316,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
316
316
|
function createResourceRequest$2(config) {
|
|
317
317
|
const headers = {};
|
|
318
318
|
return {
|
|
319
|
-
baseUri: '/services/data/
|
|
319
|
+
baseUri: '/services/data/v64.0',
|
|
320
320
|
basePath: '/connect/lightning-types/' + config.urlParams.fullyQualifiedName + '',
|
|
321
321
|
method: 'get',
|
|
322
322
|
body: null,
|
|
@@ -918,7 +918,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
918
918
|
function createResourceRequest$1(config) {
|
|
919
919
|
const headers = {};
|
|
920
920
|
return {
|
|
921
|
-
baseUri: '/services/data/
|
|
921
|
+
baseUri: '/services/data/v64.0',
|
|
922
922
|
basePath: '/connect/lightning-types',
|
|
923
923
|
method: 'get',
|
|
924
924
|
body: null,
|
|
@@ -1431,7 +1431,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1431
1431
|
function createResourceRequest(config) {
|
|
1432
1432
|
const headers = {};
|
|
1433
1433
|
return {
|
|
1434
|
-
baseUri: '/services/data/
|
|
1434
|
+
baseUri: '/services/data/v64.0',
|
|
1435
1435
|
basePath: '/connect/lightning-model/types',
|
|
1436
1436
|
method: 'post',
|
|
1437
1437
|
body: config.body,
|
|
@@ -1589,4 +1589,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1589
1589
|
});
|
|
1590
1590
|
|
|
1591
1591
|
export { getLightningType, getLightningType_imperative, getLightningTypes, getLightningTypes_imperative, getTypes, getTypes_imperative };
|
|
1592
|
-
// version: 1.
|
|
1592
|
+
// version: 1.335.0-22a7c4d20b
|