@salesforce/lds-adapters-uiapi 1.232.0 → 1.233.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/dist/es/es2018/types/src/generated/types/LookupValuesRepresentation.d.ts +9 -6
- package/dist/es/es2018/types/src/generated/types/PicklistValuesRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLookupRecords/validateAdapterConfig.d.ts +17 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiLookupsByFieldApiNameAndObjectApiName/ingestSuccess.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiLookupsByFieldApiNameAndObjectApiName/select.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/PicklistValuesRepresentation/keyBuilderFromType.d.ts +2 -0
- package/dist/es/es2018/types/src/wire/getLookupRecords/index.d.ts +1 -17
- package/dist/es/es2018/uiapi-records-service.js +3686 -3491
- package/package.json +1 -1
- package/sfdc/graphqlAdapters.js +1 -1
- package/sfdc/index.js +2802 -2607
- package/src/raml/api.raml +6 -1
- package/src/raml/luvio.raml +1 -2
package/src/raml/api.raml
CHANGED
|
@@ -1924,7 +1924,12 @@ types:
|
|
|
1924
1924
|
type: object
|
|
1925
1925
|
properties:
|
|
1926
1926
|
//:
|
|
1927
|
-
|
|
1927
|
+
description: Search Lookups Metadata
|
|
1928
|
+
type: object
|
|
1929
|
+
properties:
|
|
1930
|
+
secondaryField:
|
|
1931
|
+
description: API name of the field used as a secondary display field.
|
|
1932
|
+
type: string | nil
|
|
1928
1933
|
MatchRepresentation:
|
|
1929
1934
|
description: 'Representation of group of possible matches '
|
|
1930
1935
|
type: object
|
package/src/raml/luvio.raml
CHANGED
|
@@ -348,7 +348,7 @@ types:
|
|
|
348
348
|
PicklistValuesRepresentation:
|
|
349
349
|
examples:
|
|
350
350
|
mockGetPicklistValuesResponse: !include ../mocks/types/PicklistValuesRepresentation/picklist-Account-MasterRecordTypeId-fieldApiName-Type.json
|
|
351
|
-
(luvio.ttl):
|
|
351
|
+
(luvio.ttl): 900000
|
|
352
352
|
(luvio.integrity):
|
|
353
353
|
- eTag
|
|
354
354
|
(luvio.key):
|
|
@@ -1006,7 +1006,6 @@ types:
|
|
|
1006
1006
|
# mockPayloadId: mockGetLookupRecords
|
|
1007
1007
|
coercedParams:
|
|
1008
1008
|
fieldApiName: SalesforceFieldId
|
|
1009
|
-
targetApiName: SalesforceObjectId
|
|
1010
1009
|
/nav-items:
|
|
1011
1010
|
get:
|
|
1012
1011
|
queryParameters:
|