@salesforce/lds-adapters-uiapi 1.314.0 → 1.316.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/src/raml/api.raml CHANGED
@@ -2373,9 +2373,13 @@ types:
2373
2373
  properties:
2374
2374
  sourceRecord:
2375
2375
  description: The source record
2376
- # A bug in the keybuilder code generation forces us to support nil when the property is not required
2377
- # We can remove the support of nil as soon as W-14087127 is fixed.
2378
- type: RecordInputRepresentation | nil
2376
+ type: RecordInputRepresentation
2377
+ required: false
2378
+ orderBy:
2379
+ description: The sorting preference for the results.
2380
+ type: array
2381
+ items:
2382
+ type: ListOrderedByInfoInputRepresentation
2379
2383
  required: false
2380
2384
  MatchRepresentation:
2381
2385
  description: 'Representation of group of possible matches '
@@ -481,6 +481,8 @@ types:
481
481
  (luvio.coerceFunction): ../primitives/SortedStringArray/coerce
482
482
  SortedStringArrayAllowEmpty:
483
483
  (luvio.coerceFunction): ../primitives/SortedStringArrayAllowEmpty/coerce
484
+ SortedStringArrayTitleCase:
485
+ (luvio.coerceFunction): ../primitives/SortedStringArrayTitleCase/coerce
484
486
  SalesforceFieldIdArray:
485
487
  (luvio.coerceFunction): ../primitives/FieldIdArray/coerce
486
488
  SalesforceRecordId18:
@@ -1327,7 +1329,7 @@ types:
1327
1329
  mockPayloadId: mockAccountResponse
1328
1330
  coercedParams:
1329
1331
  recordId: SalesforceRecordId18
1330
- layoutTypes: SortedStringArray
1332
+ layoutTypes: SortedStringArrayTitleCase
1331
1333
  modes: SortedStringArray
1332
1334
  fields: SalesforceFieldIdArray
1333
1335
  optionalFields: SalesforceFieldIdArray
@@ -1368,7 +1370,7 @@ types:
1368
1370
  name: getRecordUi
1369
1371
  coercedParams:
1370
1372
  recordIds: SalesforceRecordId18Array
1371
- layoutTypes: SortedStringArray
1373
+ layoutTypes: SortedStringArrayTitleCase
1372
1374
  modes: SortedStringArray
1373
1375
  optionalFields: SalesforceFieldIdArray
1374
1376
  tests: