@salesforce/lds-adapters-platform-external-connectivity 1.311.0 → 1.312.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.
@@ -616,7 +616,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
616
616
  function createResourceRequest$7(config) {
617
617
  const headers = {};
618
618
  return {
619
- baseUri: '/services/data/v62.0',
619
+ baseUri: '/services/data/v63.0',
620
620
  basePath: '/external-connectivity/connections',
621
621
  method: 'get',
622
622
  body: null,
@@ -833,7 +833,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
833
833
  function createResourceRequest$6(config) {
834
834
  const headers = {};
835
835
  return {
836
- baseUri: '/services/data/v62.0',
836
+ baseUri: '/services/data/v63.0',
837
837
  basePath: '/external-connectivity/connections',
838
838
  method: 'post',
839
839
  body: config.body,
@@ -1194,7 +1194,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
1194
1194
  function createResourceRequest$5(config) {
1195
1195
  const headers = {};
1196
1196
  return {
1197
- baseUri: '/services/data/v62.0',
1197
+ baseUri: '/services/data/v63.0',
1198
1198
  basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
1199
1199
  method: 'get',
1200
1200
  body: null,
@@ -1458,7 +1458,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
1458
1458
  function createResourceRequest$4(config) {
1459
1459
  const headers = {};
1460
1460
  return {
1461
- baseUri: '/services/data/v62.0',
1461
+ baseUri: '/services/data/v63.0',
1462
1462
  basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
1463
1463
  method: 'put',
1464
1464
  body: config.body,
@@ -1557,7 +1557,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
1557
1557
  function createResourceRequest$3(config) {
1558
1558
  const headers = {};
1559
1559
  return {
1560
- baseUri: '/services/data/v62.0',
1560
+ baseUri: '/services/data/v63.0',
1561
1561
  basePath: '/external-connectivity/connections/delete/' + config.urlParams.connectionDeveloperName + '',
1562
1562
  method: 'post',
1563
1563
  body: null,
@@ -1816,7 +1816,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
1816
1816
  function createResourceRequest$2(config) {
1817
1817
  const headers = {};
1818
1818
  return {
1819
- baseUri: '/services/data/v62.0',
1819
+ baseUri: '/services/data/v63.0',
1820
1820
  basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/test',
1821
1821
  method: 'post',
1822
1822
  body: null,
@@ -1986,7 +1986,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1986
1986
  function createResourceRequest$1(config) {
1987
1987
  const headers = {};
1988
1988
  return {
1989
- baseUri: '/services/data/v62.0',
1989
+ baseUri: '/services/data/v63.0',
1990
1990
  basePath: '/external-connectivity/connectors',
1991
1991
  method: 'get',
1992
1992
  body: null,
@@ -2275,7 +2275,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
2275
2275
  function createResourceRequest(config) {
2276
2276
  const headers = {};
2277
2277
  return {
2278
- baseUri: '/services/data/v62.0',
2278
+ baseUri: '/services/data/v63.0',
2279
2279
  basePath: '/external-connectivity/connectors/' + config.urlParams.connectorDeveloperName + '',
2280
2280
  method: 'get',
2281
2281
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-external-connectivity",
3
- "version": "1.311.0",
3
+ "version": "1.312.0",
4
4
  "description": "A set of API for external connectivity",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/platform-external-connectivity.js",
@@ -41,10 +41,10 @@
41
41
  "test:unit:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand"
42
42
  },
43
43
  "dependencies": {
44
- "@salesforce/lds-bindings": "^1.311.0"
44
+ "@salesforce/lds-bindings": "^1.312.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@salesforce/lds-compiler-plugins": "^1.311.0"
47
+ "@salesforce/lds-compiler-plugins": "^1.312.0"
48
48
  },
49
49
  "nx": {
50
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -225,7 +225,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
225
225
  function createResourceRequest$7(config) {
226
226
  const headers = {};
227
227
  return {
228
- baseUri: '/services/data/v62.0',
228
+ baseUri: '/services/data/v63.0',
229
229
  basePath: '/external-connectivity/connections',
230
230
  method: 'post',
231
231
  body: config.body,
@@ -464,7 +464,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
464
464
  function createResourceRequest$6(config) {
465
465
  const headers = {};
466
466
  return {
467
- baseUri: '/services/data/v62.0',
467
+ baseUri: '/services/data/v63.0',
468
468
  basePath: '/external-connectivity/connections/delete/' + config.urlParams.connectionDeveloperName + '',
469
469
  method: 'post',
470
470
  body: null,
@@ -961,7 +961,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
961
961
  function createResourceRequest$5(config) {
962
962
  const headers = {};
963
963
  return {
964
- baseUri: '/services/data/v62.0',
964
+ baseUri: '/services/data/v63.0',
965
965
  basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
966
966
  method: 'get',
967
967
  body: null,
@@ -1438,7 +1438,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
1438
1438
  function createResourceRequest$4(config) {
1439
1439
  const headers = {};
1440
1440
  return {
1441
- baseUri: '/services/data/v62.0',
1441
+ baseUri: '/services/data/v63.0',
1442
1442
  basePath: '/external-connectivity/connections',
1443
1443
  method: 'get',
1444
1444
  body: null,
@@ -1727,7 +1727,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1727
1727
  function createResourceRequest$3(config) {
1728
1728
  const headers = {};
1729
1729
  return {
1730
- baseUri: '/services/data/v62.0',
1730
+ baseUri: '/services/data/v63.0',
1731
1731
  basePath: '/external-connectivity/connectors/' + config.urlParams.connectorDeveloperName + '',
1732
1732
  method: 'get',
1733
1733
  body: null,
@@ -1930,7 +1930,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1930
1930
  function createResourceRequest$2(config) {
1931
1931
  const headers = {};
1932
1932
  return {
1933
- baseUri: '/services/data/v62.0',
1933
+ baseUri: '/services/data/v63.0',
1934
1934
  basePath: '/external-connectivity/connectors',
1935
1935
  method: 'get',
1936
1936
  body: null,
@@ -2219,7 +2219,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
2219
2219
  function createResourceRequest$1(config) {
2220
2220
  const headers = {};
2221
2221
  return {
2222
- baseUri: '/services/data/v62.0',
2222
+ baseUri: '/services/data/v63.0',
2223
2223
  basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/test',
2224
2224
  method: 'post',
2225
2225
  body: null,
@@ -2309,7 +2309,7 @@ function ingestSuccess(luvio, resourceParams, response) {
2309
2309
  function createResourceRequest(config) {
2310
2310
  const headers = {};
2311
2311
  return {
2312
- baseUri: '/services/data/v62.0',
2312
+ baseUri: '/services/data/v63.0',
2313
2313
  basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
2314
2314
  method: 'put',
2315
2315
  body: config.body,
@@ -2461,4 +2461,4 @@ withDefaultLuvio((luvio) => {
2461
2461
  });
2462
2462
 
2463
2463
  export { createConnection, deleteConnection, getConnectionDetails, getConnectionDetails_imperative, getConnections, getConnections_imperative, getConnectorDetails, getConnectorDetails_imperative, getConnectors, getConnectors_imperative, testConnection, updateConnection };
2464
- // version: 1.311.0-5f03b383b7
2464
+ // version: 1.312.0-0d267bac6a
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '61.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v62.0
9
+ baseUri: /services/data/v63.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0