@salesforce/lds-adapters-uiapi 1.236.0 → 1.237.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/adapters/updateListInfoByName.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoInputRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/ListObjectColumnRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/ListObjectInfoRepresentation.d.ts +5 -1
- package/dist/es/es2018/uiapi-records-service.js +696 -485
- package/package.json +1 -1
- package/sfdc/graphqlAdapters.js +1 -1
- package/sfdc/index.js +677 -466
- package/src/raml/api.raml +12 -6
package/package.json
CHANGED
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -18145,4 +18145,4 @@ register({
|
|
|
18145
18145
|
});
|
|
18146
18146
|
|
|
18147
18147
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
|
|
18148
|
-
// version: 1.
|
|
18148
|
+
// version: 1.237.0-7b19a35c5
|