@salesforce/lds-adapters-platform-appexchange 1.383.0 → 1.385.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.
@@ -3604,7 +3604,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
3604
3604
  function createResourceRequest$2(config) {
3605
3605
  const headers = {};
3606
3606
  return {
3607
- baseUri: '/services/data/v65.0',
3607
+ baseUri: '/services/data/v66.0',
3608
3608
  basePath: '/connect/appexchange/listings/' + config.urlParams.listingId + '',
3609
3609
  method: 'get',
3610
3610
  body: null,
@@ -4459,7 +4459,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
4459
4459
  function createResourceRequest$1(config) {
4460
4460
  const headers = {};
4461
4461
  return {
4462
- baseUri: '/services/data/v65.0',
4462
+ baseUri: '/services/data/v66.0',
4463
4463
  basePath: '/connect/appexchange/search-listings',
4464
4464
  method: 'post',
4465
4465
  body: config.body,
@@ -4652,7 +4652,7 @@ function ingestSuccess(luvio, resourceParams, response) {
4652
4652
  function createResourceRequest(config) {
4653
4653
  const headers = {};
4654
4654
  return {
4655
- baseUri: '/services/data/v65.0',
4655
+ baseUri: '/services/data/v66.0',
4656
4656
  basePath: '/connect/appexchange/user-events',
4657
4657
  method: 'post',
4658
4658
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-appexchange",
3
- "version": "1.383.0",
3
+ "version": "1.385.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.383.0"
49
+ "@salesforce/lds-bindings": "^1.385.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@salesforce/lds-compiler-plugins": "^1.383.0"
52
+ "@salesforce/lds-compiler-plugins": "^1.385.0"
53
53
  },
54
54
  "nx": {
55
55
  "targets": {
package/sfdc/index.js CHANGED
@@ -3614,7 +3614,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
3614
3614
  function createResourceRequest$2(config) {
3615
3615
  const headers = {};
3616
3616
  return {
3617
- baseUri: '/services/data/v65.0',
3617
+ baseUri: '/services/data/v66.0',
3618
3618
  basePath: '/connect/appexchange/listings/' + config.urlParams.listingId + '',
3619
3619
  method: 'get',
3620
3620
  body: null,
@@ -3822,7 +3822,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
3822
3822
  function createResourceRequest$1(config) {
3823
3823
  const headers = {};
3824
3824
  return {
3825
- baseUri: '/services/data/v65.0',
3825
+ baseUri: '/services/data/v66.0',
3826
3826
  basePath: '/connect/appexchange/user-events',
3827
3827
  method: 'post',
3828
3828
  body: config.body,
@@ -4668,7 +4668,7 @@ function ingestSuccess(luvio, resourceParams, response) {
4668
4668
  function createResourceRequest(config) {
4669
4669
  const headers = {};
4670
4670
  return {
4671
- baseUri: '/services/data/v65.0',
4671
+ baseUri: '/services/data/v66.0',
4672
4672
  basePath: '/connect/appexchange/search-listings',
4673
4673
  method: 'post',
4674
4674
  body: config.body,
@@ -4785,4 +4785,4 @@ withDefaultLuvio((luvio) => {
4785
4785
  });
4786
4786
 
4787
4787
  export { getListingDetails, getListingDetails_imperative, postAppExchangeUserEvents, searchListings };
4788
- // version: 1.383.0-d85dce8db1
4788
+ // version: 1.385.0-c6070cc476
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '65.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0