@salesforce/lds-adapters-uiapi 1.251.0 → 1.253.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.
Files changed (27) hide show
  1. package/dist/es/es2018/types/src/generated/adapters/getActionOverrides.d.ts +1 -0
  2. package/dist/es/es2018/types/src/generated/adapters/getSearchResults.d.ts +4 -0
  3. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsOverridesByObjectApiName.d.ts +1 -0
  4. package/dist/es/es2018/types/src/generated/resources/postUiApiSearchResults.d.ts +4 -0
  5. package/dist/es/es2018/types/src/generated/types/ListColumnInlineEditAttributesRepresentation.d.ts +31 -0
  6. package/dist/es/es2018/types/src/generated/types/ListColumnInlineEditAttributesRepresentationWrapper.d.ts +28 -0
  7. package/dist/es/es2018/types/src/generated/types/ListColumnRepresentation.d.ts +7 -3
  8. package/dist/es/es2018/types/src/generated/types/ListInfoRepresentation.d.ts +17 -4
  9. package/dist/es/es2018/types/src/generated/types/ListInlineEditDetailsRepresentation.d.ts +31 -0
  10. package/dist/es/es2018/types/src/generated/types/SearchDataCategoryInputRepresentation.d.ts +34 -0
  11. package/dist/es/es2018/types/src/generated/types/SearchDataCategoryOutputRepresentation.d.ts +34 -0
  12. package/dist/es/es2018/types/src/generated/types/SearchFilterOutputRepresentation.d.ts +34 -0
  13. package/dist/es/es2018/types/src/generated/types/SearchObjectOptionsOutputRepresentation.d.ts +33 -0
  14. package/dist/es/es2018/types/src/generated/types/SearchObjectOptionsRepresentation.d.ts +33 -0
  15. package/dist/es/es2018/types/src/generated/types/SearchRequestInputRepresentation.d.ts +9 -1
  16. package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +9 -1
  17. package/dist/es/es2018/types/src/wire/getLookupRecords/index.d.ts +19 -3
  18. package/dist/es/es2018/uiapi-records-service.js +4161 -3931
  19. package/package.json +4 -4
  20. package/sfdc/graphqlAdapters.js +1 -1
  21. package/sfdc/index.js +3289 -3059
  22. package/sfdc/uiapi-static-functions.js +1 -1
  23. package/src/raml/api.raml +147 -0
  24. package/src/raml/luvio.raml +5 -0
  25. package/dist/es/es2018/types/src/raml-artifacts/adapters/getLookupRecords/validateAdapterConfig.d.ts +0 -20
  26. package/dist/es/es2018/types/src/raml-artifacts/resources/postUiApiLookupsByFieldApiNameAndObjectApiName/ingestSuccess.d.ts +0 -4
  27. package/dist/es/es2018/types/src/raml-artifacts/resources/postUiApiLookupsByFieldApiNameAndObjectApiName/select.d.ts +0 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-uiapi",
3
- "version": "1.251.0",
3
+ "version": "1.253.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for record related UI API endpoints",
6
6
  "main": "dist/es/es2018/uiapi-records-service.js",
@@ -82,9 +82,9 @@
82
82
  {
83
83
  "path": "./sfdc/index.js",
84
84
  "maxSize": {
85
- "none": "1.50 MB",
86
- "min": "700 kB",
87
- "compressed": "107 kB"
85
+ "none": "1.60 MB",
86
+ "min": "800 kB",
87
+ "compressed": "110 kB"
88
88
  }
89
89
  },
90
90
  {
@@ -18003,4 +18003,4 @@ register({
18003
18003
  });
18004
18004
 
18005
18005
  export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
18006
- // version: 1.251.0-55b09aa76
18006
+ // version: 1.253.0-15fc9805a