@salesforce/lds-adapters-analytics-unifiedanalytics 1.354.0-dev13 → 1.354.0-dev15

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/src/raml/api.raml CHANGED
@@ -290,18 +290,23 @@ types:
290
290
  searchTerm:
291
291
  description: Search term parameter value
292
292
  type: string
293
+ required: false
293
294
  userCapability:
294
295
  description: User permission
295
296
  type: string
297
+ required: false
296
298
  useAutoSuggest:
297
299
  description: Use auto suggest term parameter value
298
300
  type: boolean
301
+ required: false
299
302
  limit:
300
303
  description: Limit parameter value
301
304
  type: integer
305
+ required: false
302
306
  offset:
303
307
  description: Offset parameter value
304
308
  type: integer
309
+ required: false
305
310
  AnalyticsUsersQueryResultsRepresentation:
306
311
  description: Results of Users Query
307
312
  type: object
@@ -2165,6 +2170,25 @@ types:
2165
2170
  userOrGroupId:
2166
2171
  description: Id of the User/Group
2167
2172
  type: string
2173
+ SetupRecordShareUserOrGroupRepresentation:
2174
+ description: User or Group Representation
2175
+ type: object
2176
+ properties:
2177
+ id:
2178
+ description: Id of the User or Group
2179
+ type: string
2180
+ displayName:
2181
+ description: Display name of the User or Group
2182
+ type: string
2183
+ profilePhotoUrl:
2184
+ description: Profile Photo URL of the User
2185
+ type: string
2186
+ email:
2187
+ description: Email of the User
2188
+ type: string
2189
+ username:
2190
+ description: Username of the User
2191
+ type: string
2168
2192
  SetupRecordAccessRepresentation:
2169
2193
  description: Record Access mapping for specific UserOrGroup
2170
2194
  discriminatorValue: RecordAccessMappingForUserOrGroup
@@ -2186,6 +2210,12 @@ types:
2186
2210
  userOrGroupId:
2187
2211
  description: User/Group Id
2188
2212
  type: string
2213
+ userOrGroup:
2214
+ description: User/Group
2215
+ type: SetupRecordShareUserOrGroupRepresentation
2216
+ createdDate:
2217
+ description: Created Date
2218
+ type: string
2189
2219
  SetupRecordShareCollectionRepresentation:
2190
2220
  description: A collection of shares for a record
2191
2221
  type: object
@@ -3247,6 +3277,20 @@ types:
3247
3277
  userOrGroupId:
3248
3278
  type: string
3249
3279
  required: false
3280
+ orderBy:
3281
+ description: Order By value, default is Created Date
3282
+ type: string
3283
+ required: false
3284
+ enum:
3285
+ - CreatedDate
3286
+ - UserDisplayName
3287
+ sortOrder:
3288
+ description: Sort Order value, default is descending
3289
+ type: string
3290
+ required: false
3291
+ enum:
3292
+ - DESC
3293
+ - ASC
3250
3294
  patch:
3251
3295
  displayName: patchSetupRecordShareCollection
3252
3296
  description: Update an record share to be associated with a record Item