@salesforce/lds-adapters-platform-sharing 1.431.0 → 1.432.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.
- package/dist/es/es2018/platform-sharing.js +7 -7
- package/package.json +3 -3
- package/sfdc/index.js +8 -8
- package/src/raml/api.raml +1 -1
|
@@ -526,7 +526,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
526
526
|
function createResourceRequest$6(config) {
|
|
527
527
|
const headers = {};
|
|
528
528
|
return {
|
|
529
|
-
baseUri: '/services/data/
|
|
529
|
+
baseUri: '/services/data/v68.0',
|
|
530
530
|
basePath: '/sharing/groups-for-user/' + config.urlParams.userId + '/' + config.urlParams.groupType + '',
|
|
531
531
|
method: 'get',
|
|
532
532
|
body: null,
|
|
@@ -1039,7 +1039,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
1039
1039
|
function createResourceRequest$5(config) {
|
|
1040
1040
|
const headers = {};
|
|
1041
1041
|
return {
|
|
1042
|
-
baseUri: '/services/data/
|
|
1042
|
+
baseUri: '/services/data/v68.0',
|
|
1043
1043
|
basePath: '/sharing/compareUserAssignments',
|
|
1044
1044
|
method: 'post',
|
|
1045
1045
|
body: config.body,
|
|
@@ -1314,7 +1314,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
1314
1314
|
function createResourceRequest$4(config) {
|
|
1315
1315
|
const headers = {};
|
|
1316
1316
|
return {
|
|
1317
|
-
baseUri: '/services/data/
|
|
1317
|
+
baseUri: '/services/data/v68.0',
|
|
1318
1318
|
basePath: '/sharing/addRemoveUserToGroups',
|
|
1319
1319
|
method: 'post',
|
|
1320
1320
|
body: config.body,
|
|
@@ -2111,7 +2111,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
2111
2111
|
function createResourceRequest$3(config) {
|
|
2112
2112
|
const headers = {};
|
|
2113
2113
|
return {
|
|
2114
|
-
baseUri: '/services/data/
|
|
2114
|
+
baseUri: '/services/data/v68.0',
|
|
2115
2115
|
basePath: '/sharing/publicGroupsDetails',
|
|
2116
2116
|
method: 'post',
|
|
2117
2117
|
body: config.body,
|
|
@@ -3311,7 +3311,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3311
3311
|
function createResourceRequest$2(config) {
|
|
3312
3312
|
const headers = {};
|
|
3313
3313
|
return {
|
|
3314
|
-
baseUri: '/services/data/
|
|
3314
|
+
baseUri: '/services/data/v68.0',
|
|
3315
3315
|
basePath: '/sharing/publicGroupsSummary',
|
|
3316
3316
|
method: 'post',
|
|
3317
3317
|
body: config.body,
|
|
@@ -3627,7 +3627,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3627
3627
|
function createResourceRequest$1(config) {
|
|
3628
3628
|
const headers = {};
|
|
3629
3629
|
return {
|
|
3630
|
-
baseUri: '/services/data/
|
|
3630
|
+
baseUri: '/services/data/v68.0',
|
|
3631
3631
|
basePath: '/sharing/sobjects',
|
|
3632
3632
|
method: 'get',
|
|
3633
3633
|
body: null,
|
|
@@ -4023,7 +4023,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
4023
4023
|
function createResourceRequest(config) {
|
|
4024
4024
|
const headers = {};
|
|
4025
4025
|
return {
|
|
4026
|
-
baseUri: '/services/data/
|
|
4026
|
+
baseUri: '/services/data/v68.0',
|
|
4027
4027
|
basePath: '/sharing/userPermissions',
|
|
4028
4028
|
method: 'get',
|
|
4029
4029
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-sharing",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.432.0",
|
|
4
4
|
"description": "Sharing",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/platform-sharing.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.432.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.432.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -272,7 +272,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
272
272
|
function createResourceRequest$6(config) {
|
|
273
273
|
const headers = {};
|
|
274
274
|
return {
|
|
275
|
-
baseUri: '/services/data/
|
|
275
|
+
baseUri: '/services/data/v68.0',
|
|
276
276
|
basePath: '/sharing/addRemoveUserToGroups',
|
|
277
277
|
method: 'post',
|
|
278
278
|
body: config.body,
|
|
@@ -781,7 +781,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
781
781
|
function createResourceRequest$5(config) {
|
|
782
782
|
const headers = {};
|
|
783
783
|
return {
|
|
784
|
-
baseUri: '/services/data/
|
|
784
|
+
baseUri: '/services/data/v68.0',
|
|
785
785
|
basePath: '/sharing/compareUserAssignments',
|
|
786
786
|
method: 'post',
|
|
787
787
|
body: config.body,
|
|
@@ -1098,7 +1098,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
1098
1098
|
function createResourceRequest$4(config) {
|
|
1099
1099
|
const headers = {};
|
|
1100
1100
|
return {
|
|
1101
|
-
baseUri: '/services/data/
|
|
1101
|
+
baseUri: '/services/data/v68.0',
|
|
1102
1102
|
basePath: '/sharing/sobjects',
|
|
1103
1103
|
method: 'get',
|
|
1104
1104
|
body: null,
|
|
@@ -1632,7 +1632,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1632
1632
|
function createResourceRequest$3(config) {
|
|
1633
1633
|
const headers = {};
|
|
1634
1634
|
return {
|
|
1635
|
-
baseUri: '/services/data/
|
|
1635
|
+
baseUri: '/services/data/v68.0',
|
|
1636
1636
|
basePath: '/sharing/groups-for-user/' + config.urlParams.userId + '/' + config.urlParams.groupType + '',
|
|
1637
1637
|
method: 'get',
|
|
1638
1638
|
body: null,
|
|
@@ -2433,7 +2433,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
2433
2433
|
function createResourceRequest$2(config) {
|
|
2434
2434
|
const headers = {};
|
|
2435
2435
|
return {
|
|
2436
|
-
baseUri: '/services/data/
|
|
2436
|
+
baseUri: '/services/data/v68.0',
|
|
2437
2437
|
basePath: '/sharing/publicGroupsDetails',
|
|
2438
2438
|
method: 'post',
|
|
2439
2439
|
body: config.body,
|
|
@@ -3633,7 +3633,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3633
3633
|
function createResourceRequest$1(config) {
|
|
3634
3634
|
const headers = {};
|
|
3635
3635
|
return {
|
|
3636
|
-
baseUri: '/services/data/
|
|
3636
|
+
baseUri: '/services/data/v68.0',
|
|
3637
3637
|
basePath: '/sharing/publicGroupsSummary',
|
|
3638
3638
|
method: 'post',
|
|
3639
3639
|
body: config.body,
|
|
@@ -4033,7 +4033,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
4033
4033
|
function createResourceRequest(config) {
|
|
4034
4034
|
const headers = {};
|
|
4035
4035
|
return {
|
|
4036
|
-
baseUri: '/services/data/
|
|
4036
|
+
baseUri: '/services/data/v68.0',
|
|
4037
4037
|
basePath: '/sharing/userPermissions',
|
|
4038
4038
|
method: 'get',
|
|
4039
4039
|
body: null,
|
|
@@ -4218,4 +4218,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4218
4218
|
});
|
|
4219
4219
|
|
|
4220
4220
|
export { addRemoveUserToGroups, addRemoveUserToGroups_imperative, compareUserAssignments, compareUserAssignments_imperative, getAllSobjects, getAllSobjects_imperative, getGroupsForUser, getGroupsForUser_imperative, getPublicGroupMembershipDetails, getPublicGroupMembershipDetails_imperative, getPublicGroupShareData, getPublicGroupShareData_imperative, getUserPermissions, getUserPermissions_imperative };
|
|
4221
|
-
// version: 1.
|
|
4221
|
+
// version: 1.432.0-b99ba9d219
|