@salesforce/lds-adapters-sales-user-working-hours 1.231.0 → 1.233.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.
@@ -409,7 +409,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
409
409
  function createResourceRequest$3(config) {
410
410
  const headers = {};
411
411
  return {
412
- baseUri: '/services/data/v59.0',
412
+ baseUri: '/services/data/v60.0',
413
413
  basePath: '/sales/working-hours/time-slots',
414
414
  method: 'get',
415
415
  body: null,
@@ -752,7 +752,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
752
752
  function createResourceRequest$2(config) {
753
753
  const headers = {};
754
754
  return {
755
- baseUri: '/services/data/v59.0',
755
+ baseUri: '/services/data/v60.0',
756
756
  basePath: '/sales/working-hours/time-slots',
757
757
  method: 'patch',
758
758
  body: config.body,
@@ -846,7 +846,7 @@ function ingestSuccess(luvio, resourceParams, response) {
846
846
  function createResourceRequest$1(config) {
847
847
  const headers = {};
848
848
  return {
849
- baseUri: '/services/data/v59.0',
849
+ baseUri: '/services/data/v60.0',
850
850
  basePath: '/sales/working-hours/time-slots',
851
851
  method: 'post',
852
852
  body: config.body,
@@ -934,7 +934,7 @@ function evictSuccess(luvio, resourceParams) {
934
934
  function createResourceRequest(config) {
935
935
  const headers = {};
936
936
  return {
937
- baseUri: '/services/data/v59.0',
937
+ baseUri: '/services/data/v60.0',
938
938
  basePath: '/sales/working-hours/time-slots/' + config.urlParams.id + '',
939
939
  method: 'delete',
940
940
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-user-working-hours",
3
- "version": "1.231.0",
3
+ "version": "1.233.0",
4
4
  "description": "API family to interact with Sales User Working Hours",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/sales-user-working-hours.js",
package/sfdc/index.js CHANGED
@@ -419,7 +419,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
419
419
  function createResourceRequest$3(config) {
420
420
  const headers = {};
421
421
  return {
422
- baseUri: '/services/data/v59.0',
422
+ baseUri: '/services/data/v60.0',
423
423
  basePath: '/sales/working-hours/time-slots',
424
424
  method: 'get',
425
425
  body: null,
@@ -798,7 +798,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
798
798
  function createResourceRequest$2(config) {
799
799
  const headers = {};
800
800
  return {
801
- baseUri: '/services/data/v59.0',
801
+ baseUri: '/services/data/v60.0',
802
802
  basePath: '/sales/working-hours/time-slots',
803
803
  method: 'patch',
804
804
  body: config.body,
@@ -892,7 +892,7 @@ function ingestSuccess(luvio, resourceParams, response) {
892
892
  function createResourceRequest$1(config) {
893
893
  const headers = {};
894
894
  return {
895
- baseUri: '/services/data/v59.0',
895
+ baseUri: '/services/data/v60.0',
896
896
  basePath: '/sales/working-hours/time-slots',
897
897
  method: 'post',
898
898
  body: config.body,
@@ -980,7 +980,7 @@ function evictSuccess(luvio, resourceParams) {
980
980
  function createResourceRequest(config) {
981
981
  const headers = {};
982
982
  return {
983
- baseUri: '/services/data/v59.0',
983
+ baseUri: '/services/data/v60.0',
984
984
  basePath: '/sales/working-hours/time-slots/' + config.urlParams.id + '',
985
985
  method: 'delete',
986
986
  body: null,
@@ -1086,4 +1086,4 @@ withDefaultLuvio((luvio) => {
1086
1086
  });
1087
1087
 
1088
1088
  export { createSalesUserWorkingHours, deleteSalesUserWorkingHours, getSalesUserWorkingHours, getSalesUserWorkingHoursNotifyChange, getSalesUserWorkingHours_imperative, notifyUserWorkingHoursUpdateAvailable, updateSalesUserWorkingHours };
1089
- // version: 1.231.0-2b4244fb5
1089
+ // version: 1.233.0-e0ba7cc7b
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