@salesforce/lds-adapters-service-serviceemployee 1.384.0 → 1.385.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.
|
@@ -442,7 +442,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
442
442
|
function createResourceRequest$6(config) {
|
|
443
443
|
const headers = {};
|
|
444
444
|
return {
|
|
445
|
-
baseUri: '/services/data/
|
|
445
|
+
baseUri: '/services/data/v66.0',
|
|
446
446
|
basePath: '/connect/employee-hub/employee-profile-card/employee-details',
|
|
447
447
|
method: 'post',
|
|
448
448
|
body: config.body,
|
|
@@ -762,7 +762,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
762
762
|
function createResourceRequest$5(config) {
|
|
763
763
|
const headers = {};
|
|
764
764
|
return {
|
|
765
|
-
baseUri: '/services/data/
|
|
765
|
+
baseUri: '/services/data/v66.0',
|
|
766
766
|
basePath: '/connect/employee-hub/profile/user/' + config.urlParams.userId + '',
|
|
767
767
|
method: 'post',
|
|
768
768
|
body: config.body,
|
|
@@ -1725,7 +1725,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1725
1725
|
function createResourceRequest$4(config) {
|
|
1726
1726
|
const headers = {};
|
|
1727
1727
|
return {
|
|
1728
|
-
baseUri: '/services/data/
|
|
1728
|
+
baseUri: '/services/data/v66.0',
|
|
1729
1729
|
basePath: '/connect/employee/enablement/programs',
|
|
1730
1730
|
method: 'get',
|
|
1731
1731
|
body: null,
|
|
@@ -1921,7 +1921,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
1921
1921
|
function createResourceRequest$3(config) {
|
|
1922
1922
|
const headers = {};
|
|
1923
1923
|
return {
|
|
1924
|
-
baseUri: '/services/data/
|
|
1924
|
+
baseUri: '/services/data/v66.0',
|
|
1925
1925
|
basePath: '/connect/service-employee/employee-user-provisioning',
|
|
1926
1926
|
method: 'post',
|
|
1927
1927
|
body: config.body,
|
|
@@ -2134,7 +2134,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
2134
2134
|
function createResourceRequest$2(config) {
|
|
2135
2135
|
const headers = {};
|
|
2136
2136
|
return {
|
|
2137
|
-
baseUri: '/services/data/
|
|
2137
|
+
baseUri: '/services/data/v66.0',
|
|
2138
2138
|
basePath: '/connect/service-employee/user-settings',
|
|
2139
2139
|
method: 'patch',
|
|
2140
2140
|
body: config.body,
|
|
@@ -2907,7 +2907,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2907
2907
|
function createResourceRequest$1(config) {
|
|
2908
2908
|
const headers = {};
|
|
2909
2909
|
return {
|
|
2910
|
-
baseUri: '/services/data/
|
|
2910
|
+
baseUri: '/services/data/v66.0',
|
|
2911
2911
|
basePath: '/connect/service-employee/user-settings/details',
|
|
2912
2912
|
method: 'get',
|
|
2913
2913
|
body: null,
|
|
@@ -3512,7 +3512,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3512
3512
|
function createResourceRequest(config) {
|
|
3513
3513
|
const headers = {};
|
|
3514
3514
|
return {
|
|
3515
|
-
baseUri: '/services/data/
|
|
3515
|
+
baseUri: '/services/data/v66.0',
|
|
3516
3516
|
basePath: '/connect/serviceEmployee/availableUserOptions',
|
|
3517
3517
|
method: 'post',
|
|
3518
3518
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-service-serviceemployee",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.385.0",
|
|
4
4
|
"description": "Employee Service Resources",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/service-serviceemployee.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.385.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.385.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -815,7 +815,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
815
815
|
function createResourceRequest$6(config) {
|
|
816
816
|
const headers = {};
|
|
817
817
|
return {
|
|
818
|
-
baseUri: '/services/data/
|
|
818
|
+
baseUri: '/services/data/v66.0',
|
|
819
819
|
basePath: '/connect/serviceEmployee/availableUserOptions',
|
|
820
820
|
method: 'post',
|
|
821
821
|
body: config.body,
|
|
@@ -1811,7 +1811,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1811
1811
|
function createResourceRequest$5(config) {
|
|
1812
1812
|
const headers = {};
|
|
1813
1813
|
return {
|
|
1814
|
-
baseUri: '/services/data/
|
|
1814
|
+
baseUri: '/services/data/v66.0',
|
|
1815
1815
|
basePath: '/connect/employee/enablement/programs',
|
|
1816
1816
|
method: 'get',
|
|
1817
1817
|
body: null,
|
|
@@ -2261,7 +2261,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
2261
2261
|
function createResourceRequest$4(config) {
|
|
2262
2262
|
const headers = {};
|
|
2263
2263
|
return {
|
|
2264
|
-
baseUri: '/services/data/
|
|
2264
|
+
baseUri: '/services/data/v66.0',
|
|
2265
2265
|
basePath: '/connect/employee-hub/employee-profile-card/employee-details',
|
|
2266
2266
|
method: 'post',
|
|
2267
2267
|
body: config.body,
|
|
@@ -2581,7 +2581,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
2581
2581
|
function createResourceRequest$3(config) {
|
|
2582
2582
|
const headers = {};
|
|
2583
2583
|
return {
|
|
2584
|
-
baseUri: '/services/data/
|
|
2584
|
+
baseUri: '/services/data/v66.0',
|
|
2585
2585
|
basePath: '/connect/employee-hub/profile/user/' + config.urlParams.userId + '',
|
|
2586
2586
|
method: 'post',
|
|
2587
2587
|
body: config.body,
|
|
@@ -3150,7 +3150,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3150
3150
|
function createResourceRequest$2(config) {
|
|
3151
3151
|
const headers = {};
|
|
3152
3152
|
return {
|
|
3153
|
-
baseUri: '/services/data/
|
|
3153
|
+
baseUri: '/services/data/v66.0',
|
|
3154
3154
|
basePath: '/connect/service-employee/user-settings/details',
|
|
3155
3155
|
method: 'get',
|
|
3156
3156
|
body: null,
|
|
@@ -3343,7 +3343,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
3343
3343
|
function createResourceRequest$1(config) {
|
|
3344
3344
|
const headers = {};
|
|
3345
3345
|
return {
|
|
3346
|
-
baseUri: '/services/data/
|
|
3346
|
+
baseUri: '/services/data/v66.0',
|
|
3347
3347
|
basePath: '/connect/service-employee/employee-user-provisioning',
|
|
3348
3348
|
method: 'post',
|
|
3349
3349
|
body: config.body,
|
|
@@ -3556,7 +3556,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
3556
3556
|
function createResourceRequest(config) {
|
|
3557
3557
|
const headers = {};
|
|
3558
3558
|
return {
|
|
3559
|
-
baseUri: '/services/data/
|
|
3559
|
+
baseUri: '/services/data/v66.0',
|
|
3560
3560
|
basePath: '/connect/service-employee/user-settings',
|
|
3561
3561
|
method: 'patch',
|
|
3562
3562
|
body: config.body,
|
|
@@ -3688,4 +3688,4 @@ withDefaultLuvio((luvio) => {
|
|
|
3688
3688
|
});
|
|
3689
3689
|
|
|
3690
3690
|
export { availableUserOptions, availableUserOptions_imperative, getEmpEnablementPrograms, getEmpEnablementPrograms_imperative, getFieldDetailsFromCompactLayout, getUserProfileDetails, getUserSettings, getUserSettings_imperative, postEmployeeUserProvisioningJob, updateUserSettings };
|
|
3691
|
-
// version: 1.
|
|
3691
|
+
// version: 1.385.0-c6070cc476
|