@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/package.json
CHANGED
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -18146,4 +18146,4 @@ register({
|
|
|
18146
18146
|
});
|
|
18147
18147
|
|
|
18148
18148
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
|
|
18149
|
-
// version: 1.
|
|
18149
|
+
// version: 1.233.0-e0ba7cc7b
|