@salesforce/lds-adapters-platform-appexchange 1.455.0 → 1.457.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.
|
@@ -1261,7 +1261,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
1261
1261
|
function createResourceRequest$6(config) {
|
|
1262
1262
|
const headers = {};
|
|
1263
1263
|
return {
|
|
1264
|
-
baseUri: '/services/data/
|
|
1264
|
+
baseUri: '/services/data/v69.0',
|
|
1265
1265
|
basePath: '/connect/appexchange/assets/listings/' + config.urlParams.listingId + '/actions/' + config.urlParams.actionId + '',
|
|
1266
1266
|
method: 'get',
|
|
1267
1267
|
body: null,
|
|
@@ -1484,7 +1484,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1484
1484
|
function createResourceRequest$5(config) {
|
|
1485
1485
|
const headers = {};
|
|
1486
1486
|
return {
|
|
1487
|
-
baseUri: '/services/data/
|
|
1487
|
+
baseUri: '/services/data/v69.0',
|
|
1488
1488
|
basePath: '/connect/appexchange/assets/listings/' + config.urlParams.listingId + '/topics/' + config.urlParams.topicId + '',
|
|
1489
1489
|
method: 'get',
|
|
1490
1490
|
body: null,
|
|
@@ -1773,7 +1773,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1773
1773
|
function createResourceRequest$4(config) {
|
|
1774
1774
|
const headers = {};
|
|
1775
1775
|
return {
|
|
1776
|
-
baseUri: '/services/data/
|
|
1776
|
+
baseUri: '/services/data/v69.0',
|
|
1777
1777
|
basePath: '/connect/appexchange/assets/actions',
|
|
1778
1778
|
method: 'get',
|
|
1779
1779
|
body: null,
|
|
@@ -2051,7 +2051,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2051
2051
|
function createResourceRequest$3(config) {
|
|
2052
2052
|
const headers = {};
|
|
2053
2053
|
return {
|
|
2054
|
-
baseUri: '/services/data/
|
|
2054
|
+
baseUri: '/services/data/v69.0',
|
|
2055
2055
|
basePath: '/connect/appexchange/assets/topics',
|
|
2056
2056
|
method: 'get',
|
|
2057
2057
|
body: null,
|
|
@@ -5139,7 +5139,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
5139
5139
|
function createResourceRequest$2(config) {
|
|
5140
5140
|
const headers = {};
|
|
5141
5141
|
return {
|
|
5142
|
-
baseUri: '/services/data/
|
|
5142
|
+
baseUri: '/services/data/v69.0',
|
|
5143
5143
|
basePath: '/connect/appexchange/listings/' + config.urlParams.listingId + '',
|
|
5144
5144
|
method: 'get',
|
|
5145
5145
|
body: null,
|
|
@@ -6019,7 +6019,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
6019
6019
|
function createResourceRequest$1(config) {
|
|
6020
6020
|
const headers = {};
|
|
6021
6021
|
return {
|
|
6022
|
-
baseUri: '/services/data/
|
|
6022
|
+
baseUri: '/services/data/v69.0',
|
|
6023
6023
|
basePath: '/connect/appexchange/search-listings',
|
|
6024
6024
|
method: 'post',
|
|
6025
6025
|
body: config.body,
|
|
@@ -6213,7 +6213,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
6213
6213
|
function createResourceRequest(config) {
|
|
6214
6214
|
const headers = {};
|
|
6215
6215
|
return {
|
|
6216
|
-
baseUri: '/services/data/
|
|
6216
|
+
baseUri: '/services/data/v69.0',
|
|
6217
6217
|
basePath: '/connect/appexchange/user-events',
|
|
6218
6218
|
method: 'post',
|
|
6219
6219
|
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.457.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.457.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
52
|
+
"@salesforce/lds-compiler-plugins": "^1.457.0"
|
|
53
53
|
},
|
|
54
54
|
"nx": {
|
|
55
55
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -1271,7 +1271,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
1271
1271
|
function createResourceRequest$6(config) {
|
|
1272
1272
|
const headers = {};
|
|
1273
1273
|
return {
|
|
1274
|
-
baseUri: '/services/data/
|
|
1274
|
+
baseUri: '/services/data/v69.0',
|
|
1275
1275
|
basePath: '/connect/appexchange/assets/listings/' + config.urlParams.listingId + '/actions/' + config.urlParams.actionId + '',
|
|
1276
1276
|
method: 'get',
|
|
1277
1277
|
body: null,
|
|
@@ -1560,7 +1560,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1560
1560
|
function createResourceRequest$5(config) {
|
|
1561
1561
|
const headers = {};
|
|
1562
1562
|
return {
|
|
1563
|
-
baseUri: '/services/data/
|
|
1563
|
+
baseUri: '/services/data/v69.0',
|
|
1564
1564
|
basePath: '/connect/appexchange/assets/actions',
|
|
1565
1565
|
method: 'get',
|
|
1566
1566
|
body: null,
|
|
@@ -1838,7 +1838,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1838
1838
|
function createResourceRequest$4(config) {
|
|
1839
1839
|
const headers = {};
|
|
1840
1840
|
return {
|
|
1841
|
-
baseUri: '/services/data/
|
|
1841
|
+
baseUri: '/services/data/v69.0',
|
|
1842
1842
|
basePath: '/connect/appexchange/assets/topics',
|
|
1843
1843
|
method: 'get',
|
|
1844
1844
|
body: null,
|
|
@@ -4926,7 +4926,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
4926
4926
|
function createResourceRequest$3(config) {
|
|
4927
4927
|
const headers = {};
|
|
4928
4928
|
return {
|
|
4929
|
-
baseUri: '/services/data/
|
|
4929
|
+
baseUri: '/services/data/v69.0',
|
|
4930
4930
|
basePath: '/connect/appexchange/listings/' + config.urlParams.listingId + '',
|
|
4931
4931
|
method: 'get',
|
|
4932
4932
|
body: null,
|
|
@@ -5149,7 +5149,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
5149
5149
|
function createResourceRequest$2(config) {
|
|
5150
5150
|
const headers = {};
|
|
5151
5151
|
return {
|
|
5152
|
-
baseUri: '/services/data/
|
|
5152
|
+
baseUri: '/services/data/v69.0',
|
|
5153
5153
|
basePath: '/connect/appexchange/assets/listings/' + config.urlParams.listingId + '/topics/' + config.urlParams.topicId + '',
|
|
5154
5154
|
method: 'get',
|
|
5155
5155
|
body: null,
|
|
@@ -5357,7 +5357,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
5357
5357
|
function createResourceRequest$1(config) {
|
|
5358
5358
|
const headers = {};
|
|
5359
5359
|
return {
|
|
5360
|
-
baseUri: '/services/data/
|
|
5360
|
+
baseUri: '/services/data/v69.0',
|
|
5361
5361
|
basePath: '/connect/appexchange/user-events',
|
|
5362
5362
|
method: 'post',
|
|
5363
5363
|
body: config.body,
|
|
@@ -6228,7 +6228,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
6228
6228
|
function createResourceRequest(config) {
|
|
6229
6229
|
const headers = {};
|
|
6230
6230
|
return {
|
|
6231
|
-
baseUri: '/services/data/
|
|
6231
|
+
baseUri: '/services/data/v69.0',
|
|
6232
6232
|
basePath: '/connect/appexchange/search-listings',
|
|
6233
6233
|
method: 'post',
|
|
6234
6234
|
body: config.body,
|
|
@@ -6378,4 +6378,4 @@ withDefaultLuvio((luvio) => {
|
|
|
6378
6378
|
});
|
|
6379
6379
|
|
|
6380
6380
|
export { getActionDetails, getActionDetails_imperative, getAssetActions, getAssetActions_imperative, getAssetTopics, getAssetTopics_imperative, getListingDetails, getListingDetails_imperative, getTopicDetails, getTopicDetails_imperative, postAppExchangeUserEvents, searchListings };
|
|
6381
|
-
// version: 1.
|
|
6381
|
+
// version: 1.457.0-5118f3b372
|