quetch 0.30.0 → 0.31.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 (164) hide show
  1. package/dist/tools/comparatorFieldValues.d.ts +8 -0
  2. package/dist/tools/comparatorFieldValues.js +26 -0
  3. package/dist/tools/comparatorFieldValues.js.map +1 -0
  4. package/dist/tools/get.d.ts +4 -4
  5. package/dist/tools/get.js +6 -2
  6. package/dist/tools/get.js.map +1 -1
  7. package/dist/tools/querySettings.d.ts +8 -0
  8. package/dist/tools/querySettings.js +16 -0
  9. package/dist/tools/querySettings.js.map +1 -0
  10. package/dist/tools/sortItemList.d.ts +4 -4
  11. package/dist/tools/sortItemList.js +17 -24
  12. package/dist/tools/sortItemList.js.map +1 -1
  13. package/dist/tools/transformerFilterChildren.d.ts +2 -22
  14. package/dist/tools/transformerFilterChildren.js +1 -4
  15. package/dist/tools/transformerFilterChildren.js.map +1 -1
  16. package/dist/tools.d.ts +2 -0
  17. package/dist/tools.js +2 -0
  18. package/dist/tools.js.map +1 -1
  19. package/dist/types/CombineUnion.d.ts +1 -1
  20. package/dist/types/Decrement.d.ts +4 -0
  21. package/dist/types/Decrement.js +1 -0
  22. package/dist/types/Decrement.js.map +1 -0
  23. package/dist/types/DepthLimit.d.ts +1 -0
  24. package/dist/types/DepthLimit.js +1 -0
  25. package/dist/types/DepthLimit.js.map +1 -0
  26. package/dist/types/FieldKey.d.ts +2 -1
  27. package/dist/types/Get.d.ts +3 -1
  28. package/dist/types/KeyFiltered.d.ts +1 -1
  29. package/dist/types/NormalizedPathFieldSettings.d.ts +24 -0
  30. package/dist/types/NormalizedPathFieldSettings.js +1 -0
  31. package/dist/types/NormalizedPathFieldSettings.js.map +1 -0
  32. package/dist/types/Path.d.ts +4 -3
  33. package/dist/types/PathFiltered.d.ts +4 -3
  34. package/dist/types/QuerySettings.d.ts +12 -17
  35. package/dist/types.d.ts +3 -1
  36. package/doc/README.md +5 -1
  37. package/doc/classes/RequestError.md +5 -5
  38. package/doc/functions/aggregate.md +1 -1
  39. package/doc/functions/branch.md +1 -1
  40. package/doc/functions/cache.md +1 -1
  41. package/doc/functions/combine.md +1 -1
  42. package/doc/functions/comparatorFieldValues.md +33 -0
  43. package/doc/functions/cork.md +1 -1
  44. package/doc/functions/defineCheckQuery.md +1 -1
  45. package/doc/functions/defineCustomFetch.md +1 -1
  46. package/doc/functions/defineGenericFetch.md +1 -1
  47. package/doc/functions/escapeRegex.md +1 -1
  48. package/doc/functions/fetchExternal.md +1 -1
  49. package/doc/functions/fetchLocal.md +1 -1
  50. package/doc/functions/fieldListFromFilter.md +1 -1
  51. package/doc/functions/filterChildren.md +1 -1
  52. package/doc/functions/filterFromValue.md +1 -1
  53. package/doc/functions/get.md +2 -2
  54. package/doc/functions/groupFilters.md +1 -1
  55. package/doc/functions/identity.md +1 -1
  56. package/doc/functions/intrinsicFilter.md +1 -1
  57. package/doc/functions/isFilterGroup.md +1 -1
  58. package/doc/functions/log.md +1 -1
  59. package/doc/functions/normalizeOrder.md +1 -1
  60. package/doc/functions/queryItemList.md +1 -1
  61. package/doc/functions/querySettings.md +33 -0
  62. package/doc/functions/retry.md +1 -1
  63. package/doc/functions/reverseOrder.md +1 -1
  64. package/doc/functions/sameField.md +1 -1
  65. package/doc/functions/sortItemList.md +2 -2
  66. package/doc/functions/splitPath.md +2 -2
  67. package/doc/functions/testFilter.md +1 -1
  68. package/doc/functions/transformerFilterChildren.md +2 -2
  69. package/doc/interfaces/CustomFetch.md +1 -1
  70. package/doc/type-aliases/AggregateFunction.md +1 -1
  71. package/doc/type-aliases/AggregateFunctionOperator.md +1 -1
  72. package/doc/type-aliases/CombineUnion.md +2 -2
  73. package/doc/type-aliases/Context.md +1 -1
  74. package/doc/type-aliases/CustomFieldAggregateMap.md +1 -1
  75. package/doc/type-aliases/CustomFieldMap.md +1 -1
  76. package/doc/type-aliases/Decrement.md +17 -0
  77. package/doc/type-aliases/DepthLimit.md +13 -0
  78. package/doc/type-aliases/Field.md +1 -1
  79. package/doc/type-aliases/FieldFiltered.md +1 -1
  80. package/doc/type-aliases/FieldFunction.md +1 -1
  81. package/doc/type-aliases/FieldFunctionCustom.md +1 -1
  82. package/doc/type-aliases/FieldFunctionFormatDate.md +1 -1
  83. package/doc/type-aliases/FieldFunctionReturn.md +1 -1
  84. package/doc/type-aliases/FieldKey.md +2 -2
  85. package/doc/type-aliases/FieldMap.md +1 -1
  86. package/doc/type-aliases/Filter.md +1 -1
  87. package/doc/type-aliases/FilterArray.md +1 -1
  88. package/doc/type-aliases/FilterBoolean.md +1 -1
  89. package/doc/type-aliases/FilterChildren.md +1 -1
  90. package/doc/type-aliases/FilterCustom.md +1 -1
  91. package/doc/type-aliases/FilterField.md +1 -1
  92. package/doc/type-aliases/FilterGroup.md +1 -1
  93. package/doc/type-aliases/FilterNumber.md +1 -1
  94. package/doc/type-aliases/FilterOperator.md +1 -1
  95. package/doc/type-aliases/FilterString.md +1 -1
  96. package/doc/type-aliases/FilterStringIntersect.md +1 -1
  97. package/doc/type-aliases/FilterStringMatch.md +1 -1
  98. package/doc/type-aliases/Get.md +5 -3
  99. package/doc/type-aliases/Group.md +1 -1
  100. package/doc/type-aliases/Handler.md +1 -1
  101. package/doc/type-aliases/Immutable.md +1 -1
  102. package/doc/type-aliases/InjectCustomFields.md +1 -1
  103. package/doc/type-aliases/IntersectUnion.md +1 -1
  104. package/doc/type-aliases/IntrinsicFilter.md +1 -1
  105. package/doc/type-aliases/Item.md +1 -1
  106. package/doc/type-aliases/Join.md +1 -1
  107. package/doc/type-aliases/Key.md +1 -1
  108. package/doc/type-aliases/KeyFiltered.md +2 -2
  109. package/doc/type-aliases/KeyFromUnion.md +1 -1
  110. package/doc/type-aliases/Locale.md +1 -1
  111. package/doc/type-aliases/NextHandler.md +1 -1
  112. package/doc/type-aliases/NormalizedPathFieldSettings.md +57 -0
  113. package/doc/type-aliases/Order.md +1 -1
  114. package/doc/type-aliases/OrderNormalized.md +1 -1
  115. package/doc/type-aliases/Parameters.md +1 -1
  116. package/doc/type-aliases/Path.md +3 -3
  117. package/doc/type-aliases/PathFiltered.md +3 -3
  118. package/doc/type-aliases/Primitive.md +1 -1
  119. package/doc/type-aliases/PrimitiveObject.md +1 -1
  120. package/doc/type-aliases/Query.md +1 -1
  121. package/doc/type-aliases/QueryAggregate.md +1 -1
  122. package/doc/type-aliases/QueryCreate.md +1 -1
  123. package/doc/type-aliases/QueryCreateMultiple.md +1 -1
  124. package/doc/type-aliases/QueryDelete.md +1 -1
  125. package/doc/type-aliases/QueryDeleteMultiple.md +1 -1
  126. package/doc/type-aliases/QueryMethod.md +1 -1
  127. package/doc/type-aliases/QueryRead.md +1 -1
  128. package/doc/type-aliases/QueryReadMultiple.md +1 -1
  129. package/doc/type-aliases/QuerySettings.md +36 -30
  130. package/doc/type-aliases/QueryUpdate.md +1 -1
  131. package/doc/type-aliases/QueryUpdateMultiple.md +1 -1
  132. package/doc/type-aliases/Result.md +1 -1
  133. package/doc/type-aliases/Store.md +1 -1
  134. package/doc/type-aliases/Value.md +1 -1
  135. package/doc/type-aliases/ValueMap.md +1 -1
  136. package/doc/variables/CACHE.md +1 -1
  137. package/doc/variables/FILTER_ANY.md +1 -1
  138. package/doc/variables/FILTER_NONE.md +1 -1
  139. package/doc/variables/SELF.md +1 -1
  140. package/lib/tools/comparatorFieldValues.ts +46 -0
  141. package/lib/tools/get.ts +9 -4
  142. package/lib/tools/querySettings.ts +20 -0
  143. package/lib/tools/sortItemList.test.ts +31 -8
  144. package/lib/tools/sortItemList.ts +21 -41
  145. package/lib/tools/testFilter.test.ts +35 -12
  146. package/lib/tools/transformerFilterChildren.ts +3 -26
  147. package/lib/tools.ts +2 -0
  148. package/lib/types/CombineUnion.ts +12 -10
  149. package/lib/types/Decrement.ts +5 -0
  150. package/lib/types/DepthLimit.ts +1 -0
  151. package/lib/types/FieldKey.ts +6 -1
  152. package/lib/types/Get.ts +17 -9
  153. package/lib/types/KeyFiltered.ts +14 -10
  154. package/lib/types/NormalizedPathFieldSettings.ts +25 -0
  155. package/lib/types/Path.ts +18 -15
  156. package/lib/types/PathFiltered.ts +20 -17
  157. package/lib/types/QuerySettings.ts +16 -17
  158. package/lib/types.ts +3 -1
  159. package/package.json +2 -2
  160. package/dist/types/Increment.d.ts +0 -4
  161. package/dist/types/Increment.js +0 -1
  162. package/dist/types/Increment.js.map +0 -1
  163. package/doc/type-aliases/Increment.md +0 -17
  164. package/lib/types/Increment.ts +0 -5
@@ -0,0 +1,33 @@
1
+ [**quetch**](../README.md)
2
+
3
+ ***
4
+
5
+ [quetch](../README.md) / comparatorFieldValues
6
+
7
+ # Function: comparatorFieldValues()
8
+
9
+ > **comparatorFieldValues**\<`T`\>(`options`): [`QuerySettings`](../type-aliases/QuerySettings.md)\<`T`\>\[`"compareFieldValues"`\]
10
+
11
+ Returns a function that transforms a `FilterChildren` into a `FilterStringMatch`.
12
+
13
+ ## Type Parameters
14
+
15
+ • **T**
16
+
17
+ ## Parameters
18
+
19
+ ### options
20
+
21
+ [`NormalizedPathFieldSettings`](../type-aliases/NormalizedPathFieldSettings.md)\<`T`\> = `EMPTY_OBJECT`
22
+
23
+ Options for the transformer.
24
+
25
+ ## Returns
26
+
27
+ [`QuerySettings`](../type-aliases/QuerySettings.md)\<`T`\>\[`"compareFieldValues"`\]
28
+
29
+ A function that takes a `FilterChildren` and returns a `FilterStringMatch` that matches the paths of the children of the item specified in the `FilterChildren`.
30
+
31
+ ## Defined in
32
+
33
+ [lib/tools/comparatorFieldValues.ts:18](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/comparatorFieldValues.ts#L18)
@@ -22,4 +22,4 @@ Uncallable handler used to terminate a sequence of handlers combined with `combi
22
22
 
23
23
  ## Defined in
24
24
 
25
- [lib/tools/cork.ts:6](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/cork.ts#L6)
25
+ [lib/tools/cork.ts:6](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/cork.ts#L6)
@@ -56,4 +56,4 @@ Function that checks queries.
56
56
 
57
57
  ## Defined in
58
58
 
59
- [lib/tools/defineCheckQuery.ts:8](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/defineCheckQuery.ts#L8)
59
+ [lib/tools/defineCheckQuery.ts:8](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/defineCheckQuery.ts#L8)
@@ -68,4 +68,4 @@ A custom fetch function.
68
68
 
69
69
  ## Defined in
70
70
 
71
- [lib/tools/defineCustomFetch.ts:11](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/defineCustomFetch.ts#L11)
71
+ [lib/tools/defineCustomFetch.ts:11](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/defineCustomFetch.ts#L11)
@@ -55,4 +55,4 @@ A curried generic fetch function.
55
55
 
56
56
  ## Defined in
57
57
 
58
- [lib/tools/defineGenericFetch.ts:14](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/defineGenericFetch.ts#L14)
58
+ [lib/tools/defineGenericFetch.ts:14](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/defineGenericFetch.ts#L14)
@@ -26,4 +26,4 @@ Escaped regular expression
26
26
 
27
27
  ## Defined in
28
28
 
29
- [lib/tools/escapeRegex.ts:7](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/escapeRegex.ts#L7)
29
+ [lib/tools/escapeRegex.ts:7](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/escapeRegex.ts#L7)
@@ -26,4 +26,4 @@ Handler that returns a promise that resolves to the response.
26
26
 
27
27
  ## Defined in
28
28
 
29
- [lib/middlewares/fetchExternal.ts:12](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/middlewares/fetchExternal.ts#L12)
29
+ [lib/middlewares/fetchExternal.ts:12](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/middlewares/fetchExternal.ts#L12)
@@ -22,4 +22,4 @@ Promise that resolves to the response.
22
22
 
23
23
  ## Defined in
24
24
 
25
- [lib/middlewares/fetchLocal.ts:9](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/middlewares/fetchLocal.ts#L9)
25
+ [lib/middlewares/fetchLocal.ts:9](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/middlewares/fetchLocal.ts#L9)
@@ -30,4 +30,4 @@ A list of fields.
30
30
 
31
31
  ## Defined in
32
32
 
33
- [lib/tools/fieldListFromFilter.ts:11](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/fieldListFromFilter.ts#L11)
33
+ [lib/tools/fieldListFromFilter.ts:11](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/fieldListFromFilter.ts#L11)
@@ -54,4 +54,4 @@ A filter that can be used to match child items.
54
54
 
55
55
  ## Defined in
56
56
 
57
- [lib/tools/filterChildren.ts:15](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/filterChildren.ts#L15)
57
+ [lib/tools/filterChildren.ts:15](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/filterChildren.ts#L15)
@@ -24,4 +24,4 @@
24
24
 
25
25
  ## Defined in
26
26
 
27
- [lib/tools/filterFromValue.ts:8](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/filterFromValue.ts#L8)
27
+ [lib/tools/filterFromValue.ts:8](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/filterFromValue.ts#L8)
@@ -17,7 +17,7 @@ If the `path` leads to an unknown property, returns `undefined`.
17
17
 
18
18
  • **T**
19
19
 
20
- • **P** *extends* `string` \| `number` \| `symbol` \| readonly [`number`] \| readonly `never`[] \| readonly [`Key`](../type-aliases/Key.md)[] \| readonly [keyof `T`\<`T`\>] \| readonly [keyof `T`\<`T`\>, [`Path`](../type-aliases/Path.md)\<`T`\<`T`\>\[keyof `T`\<`T`\>\], `8`\>]
20
+ • **P**
21
21
 
22
22
  ## Parameters
23
23
 
@@ -41,4 +41,4 @@ The property value found at the given path, or `undefined` if it cannot be found
41
41
 
42
42
  ## Defined in
43
43
 
44
- [lib/tools/get.ts:14](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/get.ts#L14)
44
+ [lib/tools/get.ts:16](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/get.ts#L16)
@@ -38,4 +38,4 @@ The filters to group together.
38
38
 
39
39
  ## Defined in
40
40
 
41
- [lib/tools/groupFilters.ts:16](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/groupFilters.ts#L16)
41
+ [lib/tools/groupFilters.ts:16](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/groupFilters.ts#L16)
@@ -34,4 +34,4 @@
34
34
 
35
35
  ## Defined in
36
36
 
37
- [lib/middlewares/identity.ts:3](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/middlewares/identity.ts#L3)
37
+ [lib/middlewares/identity.ts:3](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/middlewares/identity.ts#L3)
@@ -36,4 +36,4 @@ The transformed intrinsic filter.
36
36
 
37
37
  ## Defined in
38
38
 
39
- [lib/tools/intrinsicFilter.ts:10](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/intrinsicFilter.ts#L10)
39
+ [lib/tools/intrinsicFilter.ts:10](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/intrinsicFilter.ts#L10)
@@ -28,4 +28,4 @@ Whether the provided filter is a group filter or not.
28
28
 
29
29
  ## Defined in
30
30
 
31
- [lib/tools/isFilterGroup.ts:9](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/isFilterGroup.ts#L9)
31
+ [lib/tools/isFilterGroup.ts:9](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/isFilterGroup.ts#L9)
@@ -34,4 +34,4 @@ Query handler
34
34
 
35
35
  ## Defined in
36
36
 
37
- [lib/middlewares/log.ts:13](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/middlewares/log.ts#L13)
37
+ [lib/middlewares/log.ts:13](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/middlewares/log.ts#L13)
@@ -38,4 +38,4 @@ The normalized order object.
38
38
 
39
39
  ## Defined in
40
40
 
41
- [lib/tools/normalizeOrder.ts:11](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/normalizeOrder.ts#L11)
41
+ [lib/tools/normalizeOrder.ts:11](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/normalizeOrder.ts#L11)
@@ -32,4 +32,4 @@ The result of the query.
32
32
 
33
33
  ## Defined in
34
34
 
35
- [lib/tools/queryItemList.ts:48](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/queryItemList.ts#L48)
35
+ [lib/tools/queryItemList.ts:48](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/queryItemList.ts#L48)
@@ -0,0 +1,33 @@
1
+ [**quetch**](../README.md)
2
+
3
+ ***
4
+
5
+ [quetch](../README.md) / querySettings
6
+
7
+ # Function: querySettings()
8
+
9
+ > **querySettings**\<`T`\>(`settings`): [`QuerySettings`](../type-aliases/QuerySettings.md)\<`T`\>
10
+
11
+ Returns query settings for path fields.
12
+
13
+ ## Type Parameters
14
+
15
+ • **T**
16
+
17
+ ## Parameters
18
+
19
+ ### settings
20
+
21
+ [`NormalizedPathFieldSettings`](../type-aliases/NormalizedPathFieldSettings.md)\<`T`\> = `EMPTY_OBJECT`
22
+
23
+ Settings for normalizing path fields.
24
+
25
+ ## Returns
26
+
27
+ [`QuerySettings`](../type-aliases/QuerySettings.md)\<`T`\>
28
+
29
+ Query settings for path fields.
30
+
31
+ ## Defined in
32
+
33
+ [lib/tools/querySettings.ts:13](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/querySettings.ts#L13)
@@ -36,4 +36,4 @@ Handler
36
36
 
37
37
  ## Defined in
38
38
 
39
- [lib/middlewares/retry.ts:15](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/middlewares/retry.ts#L15)
39
+ [lib/middlewares/retry.ts:15](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/middlewares/retry.ts#L15)
@@ -38,4 +38,4 @@ The reversed order.
38
38
 
39
39
  ## Defined in
40
40
 
41
- [lib/tools/reverseOrder.ts:11](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/reverseOrder.ts#L11)
41
+ [lib/tools/reverseOrder.ts:11](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/reverseOrder.ts#L11)
@@ -32,4 +32,4 @@ Whether the fields are the same.
32
32
 
33
33
  ## Defined in
34
34
 
35
- [lib/tools/sameField.ts:12](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/sameField.ts#L12)
35
+ [lib/tools/sameField.ts:12](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/sameField.ts#L12)
@@ -18,7 +18,7 @@ Sorts provided `value` array according to the `orderList`.
18
18
 
19
19
  ### orderList
20
20
 
21
- `undefined` | readonly [`Order`](../type-aliases/Order.md)\<`T`\>[]
21
+ `undefined` | `NoInfer`\<readonly [`Order`](../type-aliases/Order.md)\<`T`\>[]\>
22
22
 
23
23
  ### value
24
24
 
@@ -40,4 +40,4 @@ A new sorted array.
40
40
 
41
41
  ## Defined in
42
42
 
43
- [lib/tools/sortItemList.ts:16](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/sortItemList.ts#L16)
43
+ [lib/tools/sortItemList.ts:16](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/sortItemList.ts#L16)
@@ -38,7 +38,7 @@ An array containing the splitted path items if `path` is defined, or a function
38
38
 
39
39
  ### Defined in
40
40
 
41
- [lib/tools/splitPath.ts:22](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/splitPath.ts#L22)
41
+ [lib/tools/splitPath.ts:22](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/splitPath.ts#L22)
42
42
 
43
43
  ## Call Signature
44
44
 
@@ -70,4 +70,4 @@ An array containing the splitted path items if `path` is defined, or a function
70
70
 
71
71
  ### Defined in
72
72
 
73
- [lib/tools/splitPath.ts:27](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/splitPath.ts#L27)
73
+ [lib/tools/splitPath.ts:27](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/splitPath.ts#L27)
@@ -38,4 +38,4 @@ Optional query settings.
38
38
 
39
39
  ## Defined in
40
40
 
41
- [lib/tools/testFilter.ts:25](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/testFilter.ts#L25)
41
+ [lib/tools/testFilter.ts:25](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/testFilter.ts#L25)
@@ -18,7 +18,7 @@ Returns a function that transforms a `FilterChildren` into a `FilterStringMatch`
18
18
 
19
19
  ### options
20
20
 
21
- `TransformerFilterChildrenOptions`\<`T`\> = `EMPTY_OBJECT`
21
+ [`NormalizedPathFieldSettings`](../type-aliases/NormalizedPathFieldSettings.md)\<`T`\> = `EMPTY_OBJECT`
22
22
 
23
23
  Options for the transformer.
24
24
 
@@ -40,4 +40,4 @@ A function that takes a `FilterChildren` and returns a `FilterStringMatch` that
40
40
 
41
41
  ## Defined in
42
42
 
43
- [lib/tools/transformerFilterChildren.ts:39](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/tools/transformerFilterChildren.ts#L39)
43
+ [lib/tools/transformerFilterChildren.ts:19](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/tools/transformerFilterChildren.ts#L19)
@@ -28,4 +28,4 @@
28
28
 
29
29
  ## Defined in
30
30
 
31
- [lib/types/CustomFetch.ts:5](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/CustomFetch.ts#L5)
31
+ [lib/types/CustomFetch.ts:5](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/CustomFetch.ts#L5)
@@ -16,4 +16,4 @@ Aggregation function.
16
16
 
17
17
  ## Defined in
18
18
 
19
- [lib/types/AggregateFunction.ts:7](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/AggregateFunction.ts#L7)
19
+ [lib/types/AggregateFunction.ts:7](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/AggregateFunction.ts#L7)
@@ -10,4 +10,4 @@
10
10
 
11
11
  ## Defined in
12
12
 
13
- [lib/types/AggregateFunctionOperator.ts:3](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/AggregateFunctionOperator.ts#L3)
13
+ [lib/types/AggregateFunctionOperator.ts:3](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/AggregateFunctionOperator.ts#L3)
@@ -6,7 +6,7 @@
6
6
 
7
7
  # Type Alias: CombineUnion\<U\>
8
8
 
9
- > **CombineUnion**\<`U`\>: [`0`] *extends* [`1` & `U`] ? `any` : [`U`] *extends* [`Function` \| readonly `Function`[]] ? `undefined` : [`U`] *extends* [[`Primitive`](Primitive.md)] ? `U` : [`U`] *extends* readonly [`any`[]] ? `U` : `{ [K in KeyFromUnion<U>]: Continue<Combine<U, K>> }`
9
+ > **CombineUnion**\<`U`\>: [`unknown`] *extends* [`U`] ? `unknown` : [`0`] *extends* [`1` & `U`] ? `any` : [`U`] *extends* [`Function` \| readonly `Function`[]] ? `undefined` : [`U`] *extends* [[`Primitive`](Primitive.md)] ? `U` : [`U`] *extends* readonly [`any`[]] ? `U` : `{ [K in KeyFromUnion<U>]: Continue<Combine<U, K>> }`
10
10
 
11
11
  ## Type Parameters
12
12
 
@@ -14,4 +14,4 @@
14
14
 
15
15
  ## Defined in
16
16
 
17
- [lib/types/CombineUnion.ts:4](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/CombineUnion.ts#L4)
17
+ [lib/types/CombineUnion.ts:4](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/CombineUnion.ts#L4)
@@ -21,4 +21,4 @@ It can be a partial object of the type `T` or a primitive value wrapped in an ob
21
21
 
22
22
  ## Defined in
23
23
 
24
- [lib/types/Context.ts:13](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/Context.ts#L13)
24
+ [lib/types/Context.ts:13](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/Context.ts#L13)
@@ -14,4 +14,4 @@
14
14
 
15
15
  ## Defined in
16
16
 
17
- [lib/types/CustomFieldAggregateMap.ts:3](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/CustomFieldAggregateMap.ts#L3)
17
+ [lib/types/CustomFieldAggregateMap.ts:3](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/CustomFieldAggregateMap.ts#L3)
@@ -14,4 +14,4 @@
14
14
 
15
15
  ## Defined in
16
16
 
17
- [lib/types/CustomFieldMap.ts:3](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/CustomFieldMap.ts#L3)
17
+ [lib/types/CustomFieldMap.ts:3](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/CustomFieldMap.ts#L3)
@@ -0,0 +1,17 @@
1
+ [**quetch**](../README.md)
2
+
3
+ ***
4
+
5
+ [quetch](../README.md) / Decrement
6
+
7
+ # Type Alias: Decrement\<D\>
8
+
9
+ > **Decrement**\<`D`\>: `D` *extends* `Digit` ? `NextDigit`\[`D`\] : `-1`
10
+
11
+ ## Type Parameters
12
+
13
+ • **D**
14
+
15
+ ## Defined in
16
+
17
+ [lib/types/Decrement.ts:5](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/Decrement.ts#L5)
@@ -0,0 +1,13 @@
1
+ [**quetch**](../README.md)
2
+
3
+ ***
4
+
5
+ [quetch](../README.md) / DepthLimit
6
+
7
+ # Type Alias: DepthLimit
8
+
9
+ > **DepthLimit**: `4`
10
+
11
+ ## Defined in
12
+
13
+ [lib/types/DepthLimit.ts:1](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/DepthLimit.ts#L1)
@@ -14,4 +14,4 @@
14
14
 
15
15
  ## Defined in
16
16
 
17
- [lib/types/Field.ts:5](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/Field.ts#L5)
17
+ [lib/types/Field.ts:5](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/Field.ts#L5)
@@ -16,4 +16,4 @@
16
16
 
17
17
  ## Defined in
18
18
 
19
- [lib/types/FieldFiltered.ts:5](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FieldFiltered.ts#L5)
19
+ [lib/types/FieldFiltered.ts:5](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FieldFiltered.ts#L5)
@@ -14,4 +14,4 @@
14
14
 
15
15
  ## Defined in
16
16
 
17
- [lib/types/FieldFunction.ts:4](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FieldFunction.ts#L4)
17
+ [lib/types/FieldFunction.ts:4](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FieldFunction.ts#L4)
@@ -36,4 +36,4 @@ Applies a custom field transform function.
36
36
 
37
37
  ## Defined in
38
38
 
39
- [lib/types/FieldFunctionCustom.ts:4](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FieldFunctionCustom.ts#L4)
39
+ [lib/types/FieldFunctionCustom.ts:4](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FieldFunctionCustom.ts#L4)
@@ -30,4 +30,4 @@ Formats the date found in a given field, which can be an ISO string date or a ti
30
30
 
31
31
  ## Defined in
32
32
 
33
- [lib/types/FieldFunctionFormatDate.ts:6](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FieldFunctionFormatDate.ts#L6)
33
+ [lib/types/FieldFunctionFormatDate.ts:6](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FieldFunctionFormatDate.ts#L6)
@@ -18,4 +18,4 @@ Return types of custom field functions.
18
18
 
19
19
  ## Defined in
20
20
 
21
- [lib/types/FieldFunctionReturn.ts:4](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FieldFunctionReturn.ts#L4)
21
+ [lib/types/FieldFunctionReturn.ts:4](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FieldFunctionReturn.ts#L4)
@@ -6,7 +6,7 @@
6
6
 
7
7
  # Type Alias: FieldKey\<T\>
8
8
 
9
- > **FieldKey**\<`T`\>: `T` *extends* [`Primitive`](Primitive.md) ? *typeof* [`SELF`](../variables/SELF.md) : keyof `T`
9
+ > **FieldKey**\<`T`\>: `T` *extends* [`Primitive`](Primitive.md) ? *typeof* [`SELF`](../variables/SELF.md) : [`unknown`] *extends* [`T`] ? [`Key`](Key.md) : keyof `T`
10
10
 
11
11
  ## Type Parameters
12
12
 
@@ -14,4 +14,4 @@
14
14
 
15
15
  ## Defined in
16
16
 
17
- [lib/types/FieldKey.ts:5](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FieldKey.ts#L5)
17
+ [lib/types/FieldKey.ts:6](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FieldKey.ts#L6)
@@ -18,4 +18,4 @@ Maps the fields of the provided value `T` to a specific value `V`.
18
18
 
19
19
  ## Defined in
20
20
 
21
- [lib/types/FieldMap.ts:6](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FieldMap.ts#L6)
21
+ [lib/types/FieldMap.ts:6](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FieldMap.ts#L6)
@@ -16,4 +16,4 @@ Describes a predicate for filtering items.
16
16
 
17
17
  ## Defined in
18
18
 
19
- [lib/types/Filter.ts:15](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/Filter.ts#L15)
19
+ [lib/types/Filter.ts:15](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/Filter.ts#L15)
@@ -32,4 +32,4 @@ Checks if a given array field matches a given array value according to a given o
32
32
 
33
33
  ## Defined in
34
34
 
35
- [lib/types/FilterArray.ts:11](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FilterArray.ts#L11)
35
+ [lib/types/FilterArray.ts:11](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FilterArray.ts#L11)
@@ -26,4 +26,4 @@ Checks if a given boolean field is `true` or `false`.
26
26
 
27
27
  ## Defined in
28
28
 
29
- [lib/types/FilterBoolean.ts:7](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FilterBoolean.ts#L7)
29
+ [lib/types/FilterBoolean.ts:7](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FilterBoolean.ts#L7)
@@ -54,4 +54,4 @@ Minimum depth of the children to match. If `0`, matches the parent. If `1`, matc
54
54
 
55
55
  ## Defined in
56
56
 
57
- [lib/types/FilterChildren.ts:8](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FilterChildren.ts#L8)
57
+ [lib/types/FilterChildren.ts:8](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FilterChildren.ts#L8)
@@ -36,4 +36,4 @@ Custom filter where `value(item)` returns `true` for matching items.
36
36
 
37
37
  ## Defined in
38
38
 
39
- [lib/types/FilterCustom.ts:4](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FilterCustom.ts#L4)
39
+ [lib/types/FilterCustom.ts:4](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FilterCustom.ts#L4)
@@ -28,4 +28,4 @@ The field name or path for which to check its existence.
28
28
 
29
29
  ## Defined in
30
30
 
31
- [lib/types/FilterField.ts:6](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FilterField.ts#L6)
31
+ [lib/types/FilterField.ts:6](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FilterField.ts#L6)
@@ -84,4 +84,4 @@ Filters to join.
84
84
 
85
85
  ## Defined in
86
86
 
87
- [lib/types/FilterGroup.ts:6](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FilterGroup.ts#L6)
87
+ [lib/types/FilterGroup.ts:6](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FilterGroup.ts#L6)
@@ -26,4 +26,4 @@ Checks if a given number field matches a given number value according to a given
26
26
 
27
27
  ## Defined in
28
28
 
29
- [lib/types/FilterNumber.ts:7](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FilterNumber.ts#L7)
29
+ [lib/types/FilterNumber.ts:7](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FilterNumber.ts#L7)
@@ -10,4 +10,4 @@
10
10
 
11
11
  ## Defined in
12
12
 
13
- [lib/types/FilterOperator.ts:3](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FilterOperator.ts#L3)
13
+ [lib/types/FilterOperator.ts:3](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FilterOperator.ts#L3)
@@ -34,4 +34,4 @@ Checks if a given string field matches a given string value according to a given
34
34
 
35
35
  ## Defined in
36
36
 
37
- [lib/types/FilterString.ts:8](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FilterString.ts#L8)
37
+ [lib/types/FilterString.ts:8](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FilterString.ts#L8)
@@ -34,4 +34,4 @@ Checks if a given string field has any of the provided values.
34
34
 
35
35
  ## Defined in
36
36
 
37
- [lib/types/FilterStringIntersect.ts:8](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FilterStringIntersect.ts#L8)
37
+ [lib/types/FilterStringIntersect.ts:8](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FilterStringIntersect.ts#L8)
@@ -50,4 +50,4 @@ Ignore casing differences if `true`.
50
50
 
51
51
  ## Defined in
52
52
 
53
- [lib/types/FilterStringMatch.ts:9](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/FilterStringMatch.ts#L9)
53
+ [lib/types/FilterStringMatch.ts:9](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/FilterStringMatch.ts#L9)
@@ -4,9 +4,9 @@
4
4
 
5
5
  [quetch](../README.md) / Get
6
6
 
7
- # Type Alias: Get\<T, P\>
7
+ # Type Alias: Get\<T, P, D\>
8
8
 
9
- > **Get**\<`T`, `P`\>: [`P`] *extends* [readonly [infer K, `...(infer R)`]] ? `K` *extends* keyof `T` ? `R` *extends* [`Path`](Path.md)\<`T`\[`K`\]\> ? [`Get`](Get.md)\<`T`\[`K`\], `R`\> : `T`\[`K`\] : `never` : [`P`] *extends* [keyof `T`] ? `T`\[`P`\] : `T`
9
+ > **Get**\<`T`, `P`, `D`\>: [`unknown`] *extends* [`T`] ? `unknown` : [`0`] *extends* [`1` & `T`] ? `any` : `D` *extends* `-1` ? `any` : [`P`] *extends* [readonly [infer K, `...(infer R)`]] ? `K` *extends* keyof `T` ? `R` *extends* [`Path`](Path.md)\<`T`\[`K`\]\> ? [`Get`](Get.md)\<`T`\[`K`\], `R`, [`Decrement`](Decrement.md)\<`D`\>\> : `T`\[`K`\] : `never` : [`P`] *extends* [keyof `T`] ? `T`\[`P`\] : `T`
10
10
 
11
11
  Returns the type of the property at the specified `P` path.
12
12
 
@@ -16,6 +16,8 @@ Returns the type of the property at the specified `P` path.
16
16
 
17
17
  • **P**
18
18
 
19
+ • **D** = [`DepthLimit`](DepthLimit.md)
20
+
19
21
  ## Defined in
20
22
 
21
- [lib/types/Get.ts:6](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/Get.ts#L6)
23
+ [lib/types/Get.ts:8](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/Get.ts#L8)
@@ -16,4 +16,4 @@ Specifies how items should be grouped.
16
16
 
17
17
  ## Defined in
18
18
 
19
- [lib/types/Group.ts:4](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/Group.ts#L4)
19
+ [lib/types/Group.ts:4](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/Group.ts#L4)
@@ -36,4 +36,4 @@ Handles an `input` query and returns an `output` promise, eventually using the `
36
36
 
37
37
  ## Defined in
38
38
 
39
- [lib/types/Handler.ts:6](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/Handler.ts#L6)
39
+ [lib/types/Handler.ts:6](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/Handler.ts#L6)
@@ -14,4 +14,4 @@
14
14
 
15
15
  ## Defined in
16
16
 
17
- [lib/types/Immutable.ts:1](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/Immutable.ts#L1)
17
+ [lib/types/Immutable.ts:1](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/Immutable.ts#L1)
@@ -18,4 +18,4 @@ Injects the custom fields into the entity type.
18
18
 
19
19
  ## Defined in
20
20
 
21
- [lib/types/InjectCustomFields.ts:8](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/InjectCustomFields.ts#L8)
21
+ [lib/types/InjectCustomFields.ts:8](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/InjectCustomFields.ts#L8)
@@ -14,4 +14,4 @@
14
14
 
15
15
  ## Defined in
16
16
 
17
- [lib/types/IntersectUnion.ts:1](https://github.com/nevoland/quetch/blob/94f546831241bf41f83cf97787b7e923c8cf7824/lib/types/IntersectUnion.ts#L1)
17
+ [lib/types/IntersectUnion.ts:1](https://github.com/nevoland/quetch/blob/1cf615b166541d2a753e34c0a2dd4a9474026d7a/lib/types/IntersectUnion.ts#L1)