@salesforce/lds-adapters-platform-sharing 1.280.0 → 1.281.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.
@@ -13,6 +13,9 @@ types:
13
13
  GroupCollectionRepresentation:
14
14
  (luvio.ttl): 300
15
15
 
16
+ SobjectsOutputSharingRepresentation:
17
+ (luvio.ttl): 900000
18
+
16
19
  /sharing:
17
20
  /publicGroupsSummary:
18
21
  post:
@@ -37,3 +40,17 @@ types:
37
40
  userId:
38
41
  type: string
39
42
  required: true
43
+ /sobjects:
44
+ get:
45
+ (luvio.adapter):
46
+ name: getAllSobjects
47
+ queryParameters:
48
+ limit:
49
+ type: integer
50
+ required: false
51
+ offset:
52
+ type: integer
53
+ required: false
54
+ searchText:
55
+ type: string
56
+ required: false