@salesforce/lds-adapters-industries-fieldset 1.231.0 → 1.232.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.
@@ -225,7 +225,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
225
225
  function createResourceRequest(config) {
226
226
  const headers = {};
227
227
  return {
228
- baseUri: '/services/data/v59.0',
228
+ baseUri: '/services/data/v60.0',
229
229
  basePath: '/connect/fieldset/' + config.urlParams.objectName + '',
230
230
  method: 'get',
231
231
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-fieldset",
3
- "version": "1.231.0",
3
+ "version": "1.232.0",
4
4
  "description": "Field Set",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/industries-fieldset.js",
package/sfdc/index.js CHANGED
@@ -235,7 +235,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
235
235
  function createResourceRequest(config) {
236
236
  const headers = {};
237
237
  return {
238
- baseUri: '/services/data/v59.0',
238
+ baseUri: '/services/data/v60.0',
239
239
  basePath: '/connect/fieldset/' + config.urlParams.objectName + '',
240
240
  method: 'get',
241
241
  body: null,
@@ -398,4 +398,4 @@ withDefaultLuvio((luvio) => {
398
398
  });
399
399
 
400
400
  export { getFieldSets, getFieldSetsNotifyChange, getFieldSets_imperative };
401
- // version: 1.231.0-2b4244fb5
401
+ // version: 1.232.0-6cf0cd6c7
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '59.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0