@gen3/core 0.12.16 → 0.12.17
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/cjs/index.js +8 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/dts/features/guppy/guppySlice.d.ts.map +1 -1
- package/dist/esm/index.js +8 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
- package/LICENSE +0 -15
package/dist/cjs/index.js
CHANGED
|
@@ -3166,7 +3166,14 @@ const explorerTags = guppyApi.enhanceEndpoints({
|
|
|
3166
3166
|
variables
|
|
3167
3167
|
};
|
|
3168
3168
|
},
|
|
3169
|
-
|
|
3169
|
+
transformErrorResponse: ()=>{
|
|
3170
|
+
return {
|
|
3171
|
+
data: {
|
|
3172
|
+
_aggregation: []
|
|
3173
|
+
}
|
|
3174
|
+
};
|
|
3175
|
+
},
|
|
3176
|
+
// return . separated fields as proper values
|
|
3170
3177
|
transformResponse: (response, _meta, args)=>{
|
|
3171
3178
|
const containsDots = args?.fields?.filter((f)=>f.includes('.'));
|
|
3172
3179
|
// check if dot seperated in arry and not object
|