@salesforce/lds-adapters-uiapi 1.250.1 → 1.252.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 (21) hide show
  1. package/dist/es/es2018/types/src/generated/adapters/getSearchResults.d.ts +4 -0
  2. package/dist/es/es2018/types/src/generated/resources/postUiApiSearchResults.d.ts +4 -0
  3. package/dist/es/es2018/types/src/generated/types/ListColumnInlineEditAttributesRepresentation.d.ts +31 -0
  4. package/dist/es/es2018/types/src/generated/types/ListColumnInlineEditAttributesRepresentationWrapper.d.ts +28 -0
  5. package/dist/es/es2018/types/src/generated/types/ListColumnRepresentation.d.ts +7 -3
  6. package/dist/es/es2018/types/src/generated/types/ListInfoRepresentation.d.ts +17 -4
  7. package/dist/es/es2018/types/src/generated/types/ListInlineEditDetailsRepresentation.d.ts +31 -0
  8. package/dist/es/es2018/types/src/generated/types/SearchDataCategoryInputRepresentation.d.ts +34 -0
  9. package/dist/es/es2018/types/src/generated/types/SearchDataCategoryOutputRepresentation.d.ts +34 -0
  10. package/dist/es/es2018/types/src/generated/types/SearchFilterOutputRepresentation.d.ts +34 -0
  11. package/dist/es/es2018/types/src/generated/types/SearchObjectOptionsOutputRepresentation.d.ts +33 -0
  12. package/dist/es/es2018/types/src/generated/types/SearchObjectOptionsRepresentation.d.ts +33 -0
  13. package/dist/es/es2018/types/src/generated/types/SearchRequestInputRepresentation.d.ts +9 -1
  14. package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +9 -1
  15. package/dist/es/es2018/uiapi-records-service.js +861 -438
  16. package/package.json +4 -4
  17. package/sfdc/graphqlAdapters.js +1 -1
  18. package/sfdc/index.js +862 -439
  19. package/sfdc/uiapi-static-functions.js +1 -1
  20. package/src/raml/api.raml +144 -0
  21. package/src/raml/luvio.raml +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-uiapi",
3
- "version": "1.250.1",
3
+ "version": "1.252.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.250.1-26c7958c1
18006
+ // version: 1.252.0-eca5ba0ae