@salesforce/lds-adapters-platform-sharing 1.333.0 → 1.335.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 +5 -5
- package/package.json +3 -3
- package/sfdc/index.js +6 -6
- package/src/raml/api.raml +1 -1
|
@@ -386,7 +386,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
386
386
|
function createResourceRequest$4(config) {
|
|
387
387
|
const headers = {};
|
|
388
388
|
return {
|
|
389
|
-
baseUri: '/services/data/
|
|
389
|
+
baseUri: '/services/data/v64.0',
|
|
390
390
|
basePath: '/sharing/groups-for-user/' + config.urlParams.userId + '/' + config.urlParams.groupType + '',
|
|
391
391
|
method: 'get',
|
|
392
392
|
body: null,
|
|
@@ -1185,7 +1185,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1185
1185
|
function createResourceRequest$3(config) {
|
|
1186
1186
|
const headers = {};
|
|
1187
1187
|
return {
|
|
1188
|
-
baseUri: '/services/data/
|
|
1188
|
+
baseUri: '/services/data/v64.0',
|
|
1189
1189
|
basePath: '/sharing/publicGroupsDetails',
|
|
1190
1190
|
method: 'post',
|
|
1191
1191
|
body: config.body,
|
|
@@ -2138,7 +2138,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
2138
2138
|
function createResourceRequest$2(config) {
|
|
2139
2139
|
const headers = {};
|
|
2140
2140
|
return {
|
|
2141
|
-
baseUri: '/services/data/
|
|
2141
|
+
baseUri: '/services/data/v64.0',
|
|
2142
2142
|
basePath: '/sharing/publicGroupsSummary',
|
|
2143
2143
|
method: 'post',
|
|
2144
2144
|
body: config.body,
|
|
@@ -2454,7 +2454,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2454
2454
|
function createResourceRequest$1(config) {
|
|
2455
2455
|
const headers = {};
|
|
2456
2456
|
return {
|
|
2457
|
-
baseUri: '/services/data/
|
|
2457
|
+
baseUri: '/services/data/v64.0',
|
|
2458
2458
|
basePath: '/sharing/sobjects',
|
|
2459
2459
|
method: 'get',
|
|
2460
2460
|
body: null,
|
|
@@ -2850,7 +2850,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2850
2850
|
function createResourceRequest(config) {
|
|
2851
2851
|
const headers = {};
|
|
2852
2852
|
return {
|
|
2853
|
-
baseUri: '/services/data/
|
|
2853
|
+
baseUri: '/services/data/v64.0',
|
|
2854
2854
|
basePath: '/sharing/userPermissions',
|
|
2855
2855
|
method: 'get',
|
|
2856
2856
|
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.335.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.335.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.335.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -314,7 +314,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
314
314
|
function createResourceRequest$4(config) {
|
|
315
315
|
const headers = {};
|
|
316
316
|
return {
|
|
317
|
-
baseUri: '/services/data/
|
|
317
|
+
baseUri: '/services/data/v64.0',
|
|
318
318
|
basePath: '/sharing/sobjects',
|
|
319
319
|
method: 'get',
|
|
320
320
|
body: null,
|
|
@@ -708,7 +708,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
708
708
|
function createResourceRequest$3(config) {
|
|
709
709
|
const headers = {};
|
|
710
710
|
return {
|
|
711
|
-
baseUri: '/services/data/
|
|
711
|
+
baseUri: '/services/data/v64.0',
|
|
712
712
|
basePath: '/sharing/groups-for-user/' + config.urlParams.userId + '/' + config.urlParams.groupType + '',
|
|
713
713
|
method: 'get',
|
|
714
714
|
body: null,
|
|
@@ -1507,7 +1507,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1507
1507
|
function createResourceRequest$2(config) {
|
|
1508
1508
|
const headers = {};
|
|
1509
1509
|
return {
|
|
1510
|
-
baseUri: '/services/data/
|
|
1510
|
+
baseUri: '/services/data/v64.0',
|
|
1511
1511
|
basePath: '/sharing/publicGroupsDetails',
|
|
1512
1512
|
method: 'post',
|
|
1513
1513
|
body: config.body,
|
|
@@ -2460,7 +2460,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2460
2460
|
function createResourceRequest$1(config) {
|
|
2461
2461
|
const headers = {};
|
|
2462
2462
|
return {
|
|
2463
|
-
baseUri: '/services/data/
|
|
2463
|
+
baseUri: '/services/data/v64.0',
|
|
2464
2464
|
basePath: '/sharing/publicGroupsSummary',
|
|
2465
2465
|
method: 'post',
|
|
2466
2466
|
body: config.body,
|
|
@@ -2860,7 +2860,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2860
2860
|
function createResourceRequest(config) {
|
|
2861
2861
|
const headers = {};
|
|
2862
2862
|
return {
|
|
2863
|
-
baseUri: '/services/data/
|
|
2863
|
+
baseUri: '/services/data/v64.0',
|
|
2864
2864
|
basePath: '/sharing/userPermissions',
|
|
2865
2865
|
method: 'get',
|
|
2866
2866
|
body: null,
|
|
@@ -3021,4 +3021,4 @@ withDefaultLuvio((luvio) => {
|
|
|
3021
3021
|
});
|
|
3022
3022
|
|
|
3023
3023
|
export { getAllSobjects, getAllSobjects_imperative, getGroupsForUser, getGroupsForUser_imperative, getPublicGroupMembershipDetails, getPublicGroupMembershipDetails_imperative, getPublicGroupShareData, getPublicGroupShareData_imperative, getUserPermissions, getUserPermissions_imperative };
|
|
3024
|
-
// version: 1.
|
|
3024
|
+
// version: 1.335.0-22a7c4d20b
|