@salesforce/lds-adapters-platform-sharing 1.279.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/LICENSE.txt +82 -0
- package/dist/es/es2018/platform-sharing.js +1215 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/getGroupsForUser.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getPublicGroupShareData.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/resources/getSharingGroupsForUserByGroupTypeAndUserId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getSharingRecordAccessDetailByRecordIdAndUserId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getSharingRulesByEntityApiName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSharingShareAccessLevels.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getSharingShareAccessLevelsByObjectApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSharingUserAccessLevelsByRecordId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getSharingUserOrGroupTypes.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getSharingUsersOrGroups.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postSharingPublicGroupsSummary.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/types/AccessLevelFieldRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AccessLevelRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/GroupCollectionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/IncludedGroupsSharingRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ListViewGroupSharingRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PublicGroupRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/PublicGroupSummaryInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/PublicGroupSummaryRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/QueueRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RecordAccessDetailRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RecordUserAccessCollectionRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/RecordUserAccessRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ReportAndDashboardFolderGroupSharingRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ShareAccessLevelRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ShareRelationshipArrayRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ShareRelationshipCollectionRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ShareRelationshipRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SharingReasonRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/SharingRuleCollectionRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SharingRuleRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/SharingRulesCriteriaGroupSharingRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SharingRulesOwnerGroupSharingRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SupportedObjectListRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/UserOrGroupRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/UserOrGroupTypeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/UserOrGroupTypesCollectionRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/UsersOrGroupsCollectionRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +1261 -0
- package/src/raml/api.raml +689 -0
- package/src/raml/luvio.raml +39 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
#%RAML 1.0 Overlay
|
|
2
|
+
extends: ./api.raml
|
|
3
|
+
|
|
4
|
+
uses:
|
|
5
|
+
luvio: luvio://annotations.raml
|
|
6
|
+
|
|
7
|
+
(luvio.keyPrefix): 'sharing'
|
|
8
|
+
|
|
9
|
+
types:
|
|
10
|
+
PublicGroupSummaryRepresentation:
|
|
11
|
+
(luvio.ttl): 300
|
|
12
|
+
|
|
13
|
+
GroupCollectionRepresentation:
|
|
14
|
+
(luvio.ttl): 300
|
|
15
|
+
|
|
16
|
+
/sharing:
|
|
17
|
+
/publicGroupsSummary:
|
|
18
|
+
post:
|
|
19
|
+
(luvio.adapter):
|
|
20
|
+
name: getPublicGroupShareData
|
|
21
|
+
(luvio.method): get
|
|
22
|
+
/groups-for-user/{userId}/{groupType}:
|
|
23
|
+
get:
|
|
24
|
+
(luvio.adapter):
|
|
25
|
+
name: getGroupsForUser
|
|
26
|
+
queryParameters:
|
|
27
|
+
limit:
|
|
28
|
+
type: integer
|
|
29
|
+
required: false
|
|
30
|
+
offset:
|
|
31
|
+
type: integer
|
|
32
|
+
required: false
|
|
33
|
+
uriParameters:
|
|
34
|
+
groupType:
|
|
35
|
+
type: string
|
|
36
|
+
required: true
|
|
37
|
+
userId:
|
|
38
|
+
type: string
|
|
39
|
+
required: true
|