@salesforce/lds-adapters-uiapi 1.227.2 → 1.228.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/QuickActionDefaultsRepresentation.d.ts +1 -0
- package/dist/es/es2018/types/src/main.d.ts +1 -0
- package/dist/es/es2018/types/src/sfdc_rest.d.ts +1 -0
- package/dist/es/es2018/uiapi-records-service.js +308 -294
- package/package.json +1 -1
- package/sfdc/graphqlAdapters.js +1 -1
- package/sfdc/index.js +314 -298
- package/src/raml/luvio.raml +4 -0
package/package.json
CHANGED
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -18233,4 +18233,4 @@ register({
|
|
|
18233
18233
|
});
|
|
18234
18234
|
|
|
18235
18235
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
|
|
18236
|
-
// version: 1.
|
|
18236
|
+
// version: 1.228.0-946298e9a
|