@ember-data-types/rest 5.4.0-alpha.98 → 5.4.0-alpha.99
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/package.json
CHANGED
|
@@ -36,7 +36,7 @@ declare module '@ember-data/rest/-private/builders/query' {
|
|
|
36
36
|
* - `backgroundReload` - Whether to reload the request if it is already in the store, but to also resolve the
|
|
37
37
|
* promise with the cached value, not supplying this option will delegate to the store's CachePolicy,
|
|
38
38
|
* defaulting to `false` if none is configured.
|
|
39
|
-
* - `
|
|
39
|
+
* - `urlParamsSettings` - an object containing options for how to serialize the query params (see `buildQueryParams`)
|
|
40
40
|
*
|
|
41
41
|
* ```ts
|
|
42
42
|
* import { query } from '@ember-data/rest/request';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference path="./request.d.ts" />
|
|
2
|
-
/// <reference path="./-private/builders/save-record.d.ts" />
|
|
3
2
|
/// <reference path="./-private/builders/query.d.ts" />
|
|
4
3
|
/// <reference path="./-private/builders/-utils.d.ts" />
|
|
4
|
+
/// <reference path="./-private/builders/save-record.d.ts" />
|
|
5
5
|
/// <reference path="./-private/builders/find-record.d.ts" />
|