@salesforce/lds-adapters-platform-sharing 1.311.0 → 1.312.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.
@@ -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/v62.0',
389
+ baseUri: '/services/data/v63.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/v62.0',
1188
+ baseUri: '/services/data/v63.0',
1189
1189
  basePath: '/sharing/publicGroupsDetails',
1190
1190
  method: 'post',
1191
1191
  body: config.body,
@@ -1944,7 +1944,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
1944
1944
  function createResourceRequest$2(config) {
1945
1945
  const headers = {};
1946
1946
  return {
1947
- baseUri: '/services/data/v62.0',
1947
+ baseUri: '/services/data/v63.0',
1948
1948
  basePath: '/sharing/publicGroupsSummary',
1949
1949
  method: 'post',
1950
1950
  body: config.body,
@@ -2260,7 +2260,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
2260
2260
  function createResourceRequest$1(config) {
2261
2261
  const headers = {};
2262
2262
  return {
2263
- baseUri: '/services/data/v62.0',
2263
+ baseUri: '/services/data/v63.0',
2264
2264
  basePath: '/sharing/sobjects',
2265
2265
  method: 'get',
2266
2266
  body: null,
@@ -2656,7 +2656,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
2656
2656
  function createResourceRequest(config) {
2657
2657
  const headers = {};
2658
2658
  return {
2659
- baseUri: '/services/data/v62.0',
2659
+ baseUri: '/services/data/v63.0',
2660
2660
  basePath: '/sharing/userPermissions',
2661
2661
  method: 'get',
2662
2662
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-sharing",
3
- "version": "1.311.0",
3
+ "version": "1.312.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.311.0"
43
+ "@salesforce/lds-bindings": "^1.312.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.311.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.312.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/v62.0',
317
+ baseUri: '/services/data/v63.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/v62.0',
711
+ baseUri: '/services/data/v63.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/v62.0',
1510
+ baseUri: '/services/data/v63.0',
1511
1511
  basePath: '/sharing/publicGroupsDetails',
1512
1512
  method: 'post',
1513
1513
  body: config.body,
@@ -2266,7 +2266,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
2266
2266
  function createResourceRequest$1(config) {
2267
2267
  const headers = {};
2268
2268
  return {
2269
- baseUri: '/services/data/v62.0',
2269
+ baseUri: '/services/data/v63.0',
2270
2270
  basePath: '/sharing/publicGroupsSummary',
2271
2271
  method: 'post',
2272
2272
  body: config.body,
@@ -2666,7 +2666,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
2666
2666
  function createResourceRequest(config) {
2667
2667
  const headers = {};
2668
2668
  return {
2669
- baseUri: '/services/data/v62.0',
2669
+ baseUri: '/services/data/v63.0',
2670
2670
  basePath: '/sharing/userPermissions',
2671
2671
  method: 'get',
2672
2672
  body: null,
@@ -2827,4 +2827,4 @@ withDefaultLuvio((luvio) => {
2827
2827
  });
2828
2828
 
2829
2829
  export { getAllSobjects, getAllSobjects_imperative, getGroupsForUser, getGroupsForUser_imperative, getPublicGroupMembershipDetails, getPublicGroupMembershipDetails_imperative, getPublicGroupShareData, getPublicGroupShareData_imperative, getUserPermissions, getUserPermissions_imperative };
2830
- // version: 1.311.0-5f03b383b7
2830
+ // version: 1.312.0-0d267bac6a
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '62.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v62.0
9
+ baseUri: /services/data/v63.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0