@salesforce/lds-adapters-platform-appexchange 1.355.0 → 1.357.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.
|
@@ -3538,7 +3538,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3538
3538
|
function createResourceRequest$2(config) {
|
|
3539
3539
|
const headers = {};
|
|
3540
3540
|
return {
|
|
3541
|
-
baseUri: '/services/data/
|
|
3541
|
+
baseUri: '/services/data/v65.0',
|
|
3542
3542
|
basePath: '/connect/appexchange/listings/' + config.urlParams.listingId + '',
|
|
3543
3543
|
method: 'get',
|
|
3544
3544
|
body: null,
|
|
@@ -4241,7 +4241,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
4241
4241
|
function createResourceRequest$1(config) {
|
|
4242
4242
|
const headers = {};
|
|
4243
4243
|
return {
|
|
4244
|
-
baseUri: '/services/data/
|
|
4244
|
+
baseUri: '/services/data/v65.0',
|
|
4245
4245
|
basePath: '/connect/appexchange/search-listings',
|
|
4246
4246
|
method: 'post',
|
|
4247
4247
|
body: config.body,
|
|
@@ -4432,7 +4432,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
4432
4432
|
function createResourceRequest(config) {
|
|
4433
4433
|
const headers = {};
|
|
4434
4434
|
return {
|
|
4435
|
-
baseUri: '/services/data/
|
|
4435
|
+
baseUri: '/services/data/v65.0',
|
|
4436
4436
|
basePath: '/connect/appexchange/user-events',
|
|
4437
4437
|
method: 'post',
|
|
4438
4438
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-appexchange",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.357.0",
|
|
4
4
|
"description": "This API Family is owned by AppExchange Everywhere team, aimed at integrating AppExchange with Core.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/platform-appexchange.js",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"test:unit": "jest"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@salesforce/lds-bindings": "^1.
|
|
49
|
+
"@salesforce/lds-bindings": "^1.357.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
52
|
+
"@salesforce/lds-compiler-plugins": "^1.357.0"
|
|
53
53
|
},
|
|
54
54
|
"nx": {
|
|
55
55
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -3548,7 +3548,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3548
3548
|
function createResourceRequest$2(config) {
|
|
3549
3549
|
const headers = {};
|
|
3550
3550
|
return {
|
|
3551
|
-
baseUri: '/services/data/
|
|
3551
|
+
baseUri: '/services/data/v65.0',
|
|
3552
3552
|
basePath: '/connect/appexchange/listings/' + config.urlParams.listingId + '',
|
|
3553
3553
|
method: 'get',
|
|
3554
3554
|
body: null,
|
|
@@ -3756,7 +3756,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
3756
3756
|
function createResourceRequest$1(config) {
|
|
3757
3757
|
const headers = {};
|
|
3758
3758
|
return {
|
|
3759
|
-
baseUri: '/services/data/
|
|
3759
|
+
baseUri: '/services/data/v65.0',
|
|
3760
3760
|
basePath: '/connect/appexchange/user-events',
|
|
3761
3761
|
method: 'post',
|
|
3762
3762
|
body: config.body,
|
|
@@ -4450,7 +4450,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
4450
4450
|
function createResourceRequest(config) {
|
|
4451
4451
|
const headers = {};
|
|
4452
4452
|
return {
|
|
4453
|
-
baseUri: '/services/data/
|
|
4453
|
+
baseUri: '/services/data/v65.0',
|
|
4454
4454
|
basePath: '/connect/appexchange/search-listings',
|
|
4455
4455
|
method: 'post',
|
|
4456
4456
|
body: config.body,
|
|
@@ -4565,4 +4565,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4565
4565
|
});
|
|
4566
4566
|
|
|
4567
4567
|
export { getListingDetails, getListingDetails_imperative, postAppExchangeUserEvents, searchListings };
|
|
4568
|
-
// version: 1.
|
|
4568
|
+
// version: 1.357.0-5a2425b0d8
|