@salesforce/lds-adapters-sales-user-working-hours 1.384.0 → 1.386.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/v65.0',
412
+ baseUri: '/services/data/v66.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/v65.0',
755
+ baseUri: '/services/data/v66.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/v65.0',
849
+ baseUri: '/services/data/v66.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/v65.0',
937
+ baseUri: '/services/data/v66.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.384.0",
3
+ "version": "1.386.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",
@@ -43,11 +43,11 @@
43
43
  "test": "nx build:karma && karma start --single-run"
44
44
  },
45
45
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.384.0"
46
+ "@salesforce/lds-bindings": "^1.386.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.384.0",
50
- "@salesforce/lds-karma": "^1.384.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.386.0",
50
+ "@salesforce/lds-karma": "^1.386.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
package/sfdc/index.js CHANGED
@@ -460,7 +460,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
460
460
  function createResourceRequest$3(config) {
461
461
  const headers = {};
462
462
  return {
463
- baseUri: '/services/data/v65.0',
463
+ baseUri: '/services/data/v66.0',
464
464
  basePath: '/sales/working-hours/time-slots',
465
465
  method: 'post',
466
466
  body: config.body,
@@ -548,7 +548,7 @@ function evictSuccess(luvio, resourceParams) {
548
548
  function createResourceRequest$2(config) {
549
549
  const headers = {};
550
550
  return {
551
- baseUri: '/services/data/v65.0',
551
+ baseUri: '/services/data/v66.0',
552
552
  basePath: '/sales/working-hours/time-slots/' + config.urlParams.id + '',
553
553
  method: 'delete',
554
554
  body: null,
@@ -816,7 +816,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
816
816
  function createResourceRequest$1(config) {
817
817
  const headers = {};
818
818
  return {
819
- baseUri: '/services/data/v65.0',
819
+ baseUri: '/services/data/v66.0',
820
820
  basePath: '/sales/working-hours/time-slots',
821
821
  method: 'get',
822
822
  body: null,
@@ -976,7 +976,7 @@ function ingestSuccess(luvio, resourceParams, response) {
976
976
  function createResourceRequest(config) {
977
977
  const headers = {};
978
978
  return {
979
- baseUri: '/services/data/v65.0',
979
+ baseUri: '/services/data/v66.0',
980
980
  basePath: '/sales/working-hours/time-slots',
981
981
  method: 'patch',
982
982
  body: config.body,
@@ -1089,4 +1089,4 @@ withDefaultLuvio((luvio) => {
1089
1089
  });
1090
1090
 
1091
1091
  export { createSalesUserWorkingHours, deleteSalesUserWorkingHours, getSalesUserWorkingHours, getSalesUserWorkingHoursNotifyChange, getSalesUserWorkingHours_imperative, notifyUserWorkingHoursUpdateAvailable, updateSalesUserWorkingHours };
1092
- // version: 1.384.0-835fd13f44
1092
+ // version: 1.386.0-521094e838
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/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0