@salesforce/lds-adapters-platform-appexchange 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.
|
@@ -1153,7 +1153,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
1153
1153
|
function createResourceRequest$6(config) {
|
|
1154
1154
|
const headers = {};
|
|
1155
1155
|
return {
|
|
1156
|
-
baseUri: '/services/data/
|
|
1156
|
+
baseUri: '/services/data/v68.0',
|
|
1157
1157
|
basePath: '/connect/appexchange/assets/listings/' + config.urlParams.listingId + '/actions/' + config.urlParams.actionId + '',
|
|
1158
1158
|
method: 'get',
|
|
1159
1159
|
body: null,
|
|
@@ -1376,7 +1376,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1376
1376
|
function createResourceRequest$5(config) {
|
|
1377
1377
|
const headers = {};
|
|
1378
1378
|
return {
|
|
1379
|
-
baseUri: '/services/data/
|
|
1379
|
+
baseUri: '/services/data/v68.0',
|
|
1380
1380
|
basePath: '/connect/appexchange/assets/listings/' + config.urlParams.listingId + '/topics/' + config.urlParams.topicId + '',
|
|
1381
1381
|
method: 'get',
|
|
1382
1382
|
body: null,
|
|
@@ -1665,7 +1665,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1665
1665
|
function createResourceRequest$4(config) {
|
|
1666
1666
|
const headers = {};
|
|
1667
1667
|
return {
|
|
1668
|
-
baseUri: '/services/data/
|
|
1668
|
+
baseUri: '/services/data/v68.0',
|
|
1669
1669
|
basePath: '/connect/appexchange/assets/actions',
|
|
1670
1670
|
method: 'get',
|
|
1671
1671
|
body: null,
|
|
@@ -1943,7 +1943,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1943
1943
|
function createResourceRequest$3(config) {
|
|
1944
1944
|
const headers = {};
|
|
1945
1945
|
return {
|
|
1946
|
-
baseUri: '/services/data/
|
|
1946
|
+
baseUri: '/services/data/v68.0',
|
|
1947
1947
|
basePath: '/connect/appexchange/assets/topics',
|
|
1948
1948
|
method: 'get',
|
|
1949
1949
|
body: null,
|
|
@@ -5031,7 +5031,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
5031
5031
|
function createResourceRequest$2(config) {
|
|
5032
5032
|
const headers = {};
|
|
5033
5033
|
return {
|
|
5034
|
-
baseUri: '/services/data/
|
|
5034
|
+
baseUri: '/services/data/v68.0',
|
|
5035
5035
|
basePath: '/connect/appexchange/listings/' + config.urlParams.listingId + '',
|
|
5036
5036
|
method: 'get',
|
|
5037
5037
|
body: null,
|
|
@@ -5911,7 +5911,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
5911
5911
|
function createResourceRequest$1(config) {
|
|
5912
5912
|
const headers = {};
|
|
5913
5913
|
return {
|
|
5914
|
-
baseUri: '/services/data/
|
|
5914
|
+
baseUri: '/services/data/v68.0',
|
|
5915
5915
|
basePath: '/connect/appexchange/search-listings',
|
|
5916
5916
|
method: 'post',
|
|
5917
5917
|
body: config.body,
|
|
@@ -6105,7 +6105,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
6105
6105
|
function createResourceRequest(config) {
|
|
6106
6106
|
const headers = {};
|
|
6107
6107
|
return {
|
|
6108
|
-
baseUri: '/services/data/
|
|
6108
|
+
baseUri: '/services/data/v68.0',
|
|
6109
6109
|
basePath: '/connect/appexchange/user-events',
|
|
6110
6110
|
method: 'post',
|
|
6111
6111
|
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.433.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.433.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
52
|
+
"@salesforce/lds-compiler-plugins": "^1.433.0"
|
|
53
53
|
},
|
|
54
54
|
"nx": {
|
|
55
55
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -1163,7 +1163,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
1163
1163
|
function createResourceRequest$6(config) {
|
|
1164
1164
|
const headers = {};
|
|
1165
1165
|
return {
|
|
1166
|
-
baseUri: '/services/data/
|
|
1166
|
+
baseUri: '/services/data/v68.0',
|
|
1167
1167
|
basePath: '/connect/appexchange/assets/listings/' + config.urlParams.listingId + '/actions/' + config.urlParams.actionId + '',
|
|
1168
1168
|
method: 'get',
|
|
1169
1169
|
body: null,
|
|
@@ -1452,7 +1452,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1452
1452
|
function createResourceRequest$5(config) {
|
|
1453
1453
|
const headers = {};
|
|
1454
1454
|
return {
|
|
1455
|
-
baseUri: '/services/data/
|
|
1455
|
+
baseUri: '/services/data/v68.0',
|
|
1456
1456
|
basePath: '/connect/appexchange/assets/actions',
|
|
1457
1457
|
method: 'get',
|
|
1458
1458
|
body: null,
|
|
@@ -1730,7 +1730,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1730
1730
|
function createResourceRequest$4(config) {
|
|
1731
1731
|
const headers = {};
|
|
1732
1732
|
return {
|
|
1733
|
-
baseUri: '/services/data/
|
|
1733
|
+
baseUri: '/services/data/v68.0',
|
|
1734
1734
|
basePath: '/connect/appexchange/assets/topics',
|
|
1735
1735
|
method: 'get',
|
|
1736
1736
|
body: null,
|
|
@@ -4818,7 +4818,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
4818
4818
|
function createResourceRequest$3(config) {
|
|
4819
4819
|
const headers = {};
|
|
4820
4820
|
return {
|
|
4821
|
-
baseUri: '/services/data/
|
|
4821
|
+
baseUri: '/services/data/v68.0',
|
|
4822
4822
|
basePath: '/connect/appexchange/listings/' + config.urlParams.listingId + '',
|
|
4823
4823
|
method: 'get',
|
|
4824
4824
|
body: null,
|
|
@@ -5041,7 +5041,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
5041
5041
|
function createResourceRequest$2(config) {
|
|
5042
5042
|
const headers = {};
|
|
5043
5043
|
return {
|
|
5044
|
-
baseUri: '/services/data/
|
|
5044
|
+
baseUri: '/services/data/v68.0',
|
|
5045
5045
|
basePath: '/connect/appexchange/assets/listings/' + config.urlParams.listingId + '/topics/' + config.urlParams.topicId + '',
|
|
5046
5046
|
method: 'get',
|
|
5047
5047
|
body: null,
|
|
@@ -5249,7 +5249,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
5249
5249
|
function createResourceRequest$1(config) {
|
|
5250
5250
|
const headers = {};
|
|
5251
5251
|
return {
|
|
5252
|
-
baseUri: '/services/data/
|
|
5252
|
+
baseUri: '/services/data/v68.0',
|
|
5253
5253
|
basePath: '/connect/appexchange/user-events',
|
|
5254
5254
|
method: 'post',
|
|
5255
5255
|
body: config.body,
|
|
@@ -6120,7 +6120,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
6120
6120
|
function createResourceRequest(config) {
|
|
6121
6121
|
const headers = {};
|
|
6122
6122
|
return {
|
|
6123
|
-
baseUri: '/services/data/
|
|
6123
|
+
baseUri: '/services/data/v68.0',
|
|
6124
6124
|
basePath: '/connect/appexchange/search-listings',
|
|
6125
6125
|
method: 'post',
|
|
6126
6126
|
body: config.body,
|
|
@@ -6270,4 +6270,4 @@ withDefaultLuvio((luvio) => {
|
|
|
6270
6270
|
});
|
|
6271
6271
|
|
|
6272
6272
|
export { getActionDetails, getActionDetails_imperative, getAssetActions, getAssetActions_imperative, getAssetTopics, getAssetTopics_imperative, getListingDetails, getListingDetails_imperative, getTopicDetails, getTopicDetails_imperative, postAppExchangeUserEvents, searchListings };
|
|
6273
|
-
// version: 1.
|
|
6273
|
+
// version: 1.433.0-db129b48d2
|