@salesforce/lds-adapters-platform-data-provider 1.288.0 → 1.290.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.
@@ -214,7 +214,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
214
214
  function createResourceRequest(config) {
215
215
  const headers = {};
216
216
  return {
217
- baseUri: '/services/data/v61.0',
217
+ baseUri: '/services/data/v62.0',
218
218
  basePath: '/connect/data-providers/' + config.urlParams.dataProviderFullyQualifiedName + '/schema',
219
219
  method: 'post',
220
220
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-data-provider",
3
- "version": "1.288.0",
3
+ "version": "1.290.0",
4
4
  "description": "Data Provider connect api resource family",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/platform-data-provider.js",
@@ -40,11 +40,11 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.288.0"
43
+ "@salesforce/lds-bindings": "^1.290.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.288.0",
47
- "@salesforce/lds-karma": "^1.288.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.290.0",
47
+ "@salesforce/lds-karma": "^1.290.0"
48
48
  },
49
49
  "nx": {
50
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -224,7 +224,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
224
224
  function createResourceRequest(config) {
225
225
  const headers = {};
226
226
  return {
227
- baseUri: '/services/data/v61.0',
227
+ baseUri: '/services/data/v62.0',
228
228
  basePath: '/connect/data-providers/' + config.urlParams.dataProviderFullyQualifiedName + '/schema',
229
229
  method: 'post',
230
230
  body: config.body,
@@ -345,4 +345,4 @@ withDefaultLuvio((luvio) => {
345
345
  });
346
346
 
347
347
  export { getSchema, getSchema_imperative };
348
- // version: 1.288.0-a5619da7d
348
+ // version: 1.290.0-e2ccd0161
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '58.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v61.0
9
+ baseUri: /services/data/v62.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0