@salesforce/lds-adapters-platform-sharing 1.356.0 → 1.358.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 +6 -6
- package/package.json +3 -3
- package/sfdc/index.js +7 -7
- package/src/raml/api.raml +1 -1
|
@@ -526,7 +526,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
526
526
|
function createResourceRequest$5(config) {
|
|
527
527
|
const headers = {};
|
|
528
528
|
return {
|
|
529
|
-
baseUri: '/services/data/
|
|
529
|
+
baseUri: '/services/data/v65.0',
|
|
530
530
|
basePath: '/sharing/groups-for-user/' + config.urlParams.userId + '/' + config.urlParams.groupType + '',
|
|
531
531
|
method: 'get',
|
|
532
532
|
body: null,
|
|
@@ -801,7 +801,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
801
801
|
function createResourceRequest$4(config) {
|
|
802
802
|
const headers = {};
|
|
803
803
|
return {
|
|
804
|
-
baseUri: '/services/data/
|
|
804
|
+
baseUri: '/services/data/v65.0',
|
|
805
805
|
basePath: '/sharing/addRemoveUserToGroups',
|
|
806
806
|
method: 'post',
|
|
807
807
|
body: config.body,
|
|
@@ -1598,7 +1598,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1598
1598
|
function createResourceRequest$3(config) {
|
|
1599
1599
|
const headers = {};
|
|
1600
1600
|
return {
|
|
1601
|
-
baseUri: '/services/data/
|
|
1601
|
+
baseUri: '/services/data/v65.0',
|
|
1602
1602
|
basePath: '/sharing/publicGroupsDetails',
|
|
1603
1603
|
method: 'post',
|
|
1604
1604
|
body: config.body,
|
|
@@ -2551,7 +2551,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
2551
2551
|
function createResourceRequest$2(config) {
|
|
2552
2552
|
const headers = {};
|
|
2553
2553
|
return {
|
|
2554
|
-
baseUri: '/services/data/
|
|
2554
|
+
baseUri: '/services/data/v65.0',
|
|
2555
2555
|
basePath: '/sharing/publicGroupsSummary',
|
|
2556
2556
|
method: 'post',
|
|
2557
2557
|
body: config.body,
|
|
@@ -2867,7 +2867,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2867
2867
|
function createResourceRequest$1(config) {
|
|
2868
2868
|
const headers = {};
|
|
2869
2869
|
return {
|
|
2870
|
-
baseUri: '/services/data/
|
|
2870
|
+
baseUri: '/services/data/v65.0',
|
|
2871
2871
|
basePath: '/sharing/sobjects',
|
|
2872
2872
|
method: 'get',
|
|
2873
2873
|
body: null,
|
|
@@ -3263,7 +3263,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3263
3263
|
function createResourceRequest(config) {
|
|
3264
3264
|
const headers = {};
|
|
3265
3265
|
return {
|
|
3266
|
-
baseUri: '/services/data/
|
|
3266
|
+
baseUri: '/services/data/v65.0',
|
|
3267
3267
|
basePath: '/sharing/userPermissions',
|
|
3268
3268
|
method: 'get',
|
|
3269
3269
|
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.358.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.358.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.358.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -272,7 +272,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
272
272
|
function createResourceRequest$5(config) {
|
|
273
273
|
const headers = {};
|
|
274
274
|
return {
|
|
275
|
-
baseUri: '/services/data/
|
|
275
|
+
baseUri: '/services/data/v65.0',
|
|
276
276
|
basePath: '/sharing/addRemoveUserToGroups',
|
|
277
277
|
method: 'post',
|
|
278
278
|
body: config.body,
|
|
@@ -585,7 +585,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
585
585
|
function createResourceRequest$4(config) {
|
|
586
586
|
const headers = {};
|
|
587
587
|
return {
|
|
588
|
-
baseUri: '/services/data/
|
|
588
|
+
baseUri: '/services/data/v65.0',
|
|
589
589
|
basePath: '/sharing/sobjects',
|
|
590
590
|
method: 'get',
|
|
591
591
|
body: null,
|
|
@@ -1119,7 +1119,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1119
1119
|
function createResourceRequest$3(config) {
|
|
1120
1120
|
const headers = {};
|
|
1121
1121
|
return {
|
|
1122
|
-
baseUri: '/services/data/
|
|
1122
|
+
baseUri: '/services/data/v65.0',
|
|
1123
1123
|
basePath: '/sharing/groups-for-user/' + config.urlParams.userId + '/' + config.urlParams.groupType + '',
|
|
1124
1124
|
method: 'get',
|
|
1125
1125
|
body: null,
|
|
@@ -1920,7 +1920,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1920
1920
|
function createResourceRequest$2(config) {
|
|
1921
1921
|
const headers = {};
|
|
1922
1922
|
return {
|
|
1923
|
-
baseUri: '/services/data/
|
|
1923
|
+
baseUri: '/services/data/v65.0',
|
|
1924
1924
|
basePath: '/sharing/publicGroupsDetails',
|
|
1925
1925
|
method: 'post',
|
|
1926
1926
|
body: config.body,
|
|
@@ -2873,7 +2873,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2873
2873
|
function createResourceRequest$1(config) {
|
|
2874
2874
|
const headers = {};
|
|
2875
2875
|
return {
|
|
2876
|
-
baseUri: '/services/data/
|
|
2876
|
+
baseUri: '/services/data/v65.0',
|
|
2877
2877
|
basePath: '/sharing/publicGroupsSummary',
|
|
2878
2878
|
method: 'post',
|
|
2879
2879
|
body: config.body,
|
|
@@ -3273,7 +3273,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3273
3273
|
function createResourceRequest(config) {
|
|
3274
3274
|
const headers = {};
|
|
3275
3275
|
return {
|
|
3276
|
-
baseUri: '/services/data/
|
|
3276
|
+
baseUri: '/services/data/v65.0',
|
|
3277
3277
|
basePath: '/sharing/userPermissions',
|
|
3278
3278
|
method: 'get',
|
|
3279
3279
|
body: null,
|
|
@@ -3446,4 +3446,4 @@ withDefaultLuvio((luvio) => {
|
|
|
3446
3446
|
});
|
|
3447
3447
|
|
|
3448
3448
|
export { addRemoveUserToGroups, addRemoveUserToGroups_imperative, getAllSobjects, getAllSobjects_imperative, getGroupsForUser, getGroupsForUser_imperative, getPublicGroupMembershipDetails, getPublicGroupMembershipDetails_imperative, getPublicGroupShareData, getPublicGroupShareData_imperative, getUserPermissions, getUserPermissions_imperative };
|
|
3449
|
-
// version: 1.
|
|
3449
|
+
// version: 1.358.0-abc73971a1
|