@salesforce/lds-adapters-platform-i18n 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.
@@ -202,7 +202,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
202
202
  function createResourceRequest(config) {
203
203
  const headers = {};
204
204
  return {
205
- baseUri: '/services/data/v59.0',
205
+ baseUri: '/services/data/v60.0',
206
206
  basePath: '/connect/i18n/timezones/' + config.urlParams.locale + '',
207
207
  method: 'get',
208
208
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-i18n",
3
- "version": "1.231.0",
3
+ "version": "1.232.0",
4
4
  "description": "Glboalization Services",
5
5
  "license": "MIT",
6
6
  "main": "dist/es/es2018/platform-i18n.js",
package/sfdc/index.js CHANGED
@@ -212,7 +212,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
212
212
  function createResourceRequest(config) {
213
213
  const headers = {};
214
214
  return {
215
- baseUri: '/services/data/v59.0',
215
+ baseUri: '/services/data/v60.0',
216
216
  basePath: '/connect/i18n/timezones/' + config.urlParams.locale + '',
217
217
  method: 'get',
218
218
  body: null,
@@ -331,4 +331,4 @@ withDefaultLuvio((luvio) => {
331
331
  });
332
332
 
333
333
  export { getTimezonesByLocale, getTimezonesByLocale_imperative };
334
- // version: 1.231.0-2b4244fb5
334
+ // version: 1.232.0-6cf0cd6c7
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/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0