@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.
Files changed (49) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/platform-sharing.js +1215 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/getGroupsForUser.d.ts +30 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getPublicGroupShareData.d.ts +31 -0
  6. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
  7. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -0
  8. package/dist/es/es2018/types/src/generated/resources/getSharingGroupsForUserByGroupTypeAndUserId.d.ts +20 -0
  9. package/dist/es/es2018/types/src/generated/resources/getSharingRecordAccessDetailByRecordIdAndUserId.d.ts +20 -0
  10. package/dist/es/es2018/types/src/generated/resources/getSharingRulesByEntityApiName.d.ts +18 -0
  11. package/dist/es/es2018/types/src/generated/resources/getSharingShareAccessLevels.d.ts +12 -0
  12. package/dist/es/es2018/types/src/generated/resources/getSharingShareAccessLevelsByObjectApiName.d.ts +15 -0
  13. package/dist/es/es2018/types/src/generated/resources/getSharingUserAccessLevelsByRecordId.d.ts +19 -0
  14. package/dist/es/es2018/types/src/generated/resources/getSharingUserOrGroupTypes.d.ts +12 -0
  15. package/dist/es/es2018/types/src/generated/resources/getSharingUsersOrGroups.d.ts +19 -0
  16. package/dist/es/es2018/types/src/generated/resources/postSharingPublicGroupsSummary.d.ts +19 -0
  17. package/dist/es/es2018/types/src/generated/types/AccessLevelFieldRepresentation.d.ts +37 -0
  18. package/dist/es/es2018/types/src/generated/types/AccessLevelRepresentation.d.ts +34 -0
  19. package/dist/es/es2018/types/src/generated/types/GroupCollectionRepresentation.d.ts +34 -0
  20. package/dist/es/es2018/types/src/generated/types/IncludedGroupsSharingRepresentation.d.ts +40 -0
  21. package/dist/es/es2018/types/src/generated/types/ListViewGroupSharingRepresentation.d.ts +31 -0
  22. package/dist/es/es2018/types/src/generated/types/PublicGroupRepresentation.d.ts +34 -0
  23. package/dist/es/es2018/types/src/generated/types/PublicGroupSummaryInputRepresentation.d.ts +40 -0
  24. package/dist/es/es2018/types/src/generated/types/PublicGroupSummaryRepresentation.d.ts +46 -0
  25. package/dist/es/es2018/types/src/generated/types/QueueRepresentation.d.ts +31 -0
  26. package/dist/es/es2018/types/src/generated/types/RecordAccessDetailRepresentation.d.ts +35 -0
  27. package/dist/es/es2018/types/src/generated/types/RecordUserAccessCollectionRepresentation.d.ts +41 -0
  28. package/dist/es/es2018/types/src/generated/types/RecordUserAccessRepresentation.d.ts +32 -0
  29. package/dist/es/es2018/types/src/generated/types/ReportAndDashboardFolderGroupSharingRepresentation.d.ts +43 -0
  30. package/dist/es/es2018/types/src/generated/types/ShareAccessLevelRepresentation.d.ts +40 -0
  31. package/dist/es/es2018/types/src/generated/types/ShareRelationshipArrayRepresentation.d.ts +29 -0
  32. package/dist/es/es2018/types/src/generated/types/ShareRelationshipCollectionRepresentation.d.ts +29 -0
  33. package/dist/es/es2018/types/src/generated/types/ShareRelationshipRepresentation.d.ts +34 -0
  34. package/dist/es/es2018/types/src/generated/types/SharingReasonRepresentation.d.ts +41 -0
  35. package/dist/es/es2018/types/src/generated/types/SharingRuleCollectionRepresentation.d.ts +29 -0
  36. package/dist/es/es2018/types/src/generated/types/SharingRuleRepresentation.d.ts +57 -0
  37. package/dist/es/es2018/types/src/generated/types/SharingRulesCriteriaGroupSharingRepresentation.d.ts +37 -0
  38. package/dist/es/es2018/types/src/generated/types/SharingRulesOwnerGroupSharingRepresentation.d.ts +37 -0
  39. package/dist/es/es2018/types/src/generated/types/SupportedObjectListRepresentation.d.ts +28 -0
  40. package/dist/es/es2018/types/src/generated/types/UserOrGroupRepresentation.d.ts +31 -0
  41. package/dist/es/es2018/types/src/generated/types/UserOrGroupTypeRepresentation.d.ts +34 -0
  42. package/dist/es/es2018/types/src/generated/types/UserOrGroupTypesCollectionRepresentation.d.ts +29 -0
  43. package/dist/es/es2018/types/src/generated/types/UsersOrGroupsCollectionRepresentation.d.ts +29 -0
  44. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  45. package/package.json +66 -0
  46. package/sfdc/index.d.ts +1 -0
  47. package/sfdc/index.js +1261 -0
  48. package/src/raml/api.raml +689 -0
  49. 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