@threekit/redux-store-api
Advanced tools
Comparing version 0.1.38 to 0.1.39
@@ -365,4 +365,4 @@ import { type BaseQueryFn, type EndpointBuilder } from '@reduxjs/toolkit/query/react'; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
id: string; | ||
HEAD: string; | ||
}[]; | ||
@@ -377,4 +377,4 @@ objects: Record<string, string>; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
head: string; | ||
id: string; | ||
@@ -422,4 +422,4 @@ name: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
head: string; | ||
id: string; | ||
@@ -459,4 +459,4 @@ name: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
head: string; | ||
id: string; | ||
@@ -463,0 +463,0 @@ name: string; |
@@ -7,4 +7,4 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
head: string; | ||
id: string; | ||
@@ -52,4 +52,4 @@ name: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
head: string; | ||
id: string; | ||
@@ -89,4 +89,4 @@ name: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
head: string; | ||
id: string; | ||
@@ -93,0 +93,0 @@ name: string; |
@@ -13,4 +13,4 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
id: string; | ||
HEAD: string; | ||
}[]; | ||
@@ -17,0 +17,0 @@ objects: Record<string, string>; |
@@ -384,4 +384,4 @@ import { type ThreekitAuthProps, ThreekitClient } from '@threekit/rest-api'; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
id: string; | ||
HEAD: string; | ||
}[]; | ||
@@ -396,4 +396,4 @@ objects: Record<string, string>; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
head: string; | ||
id: string; | ||
@@ -441,4 +441,4 @@ name: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
head: string; | ||
id: string; | ||
@@ -478,4 +478,4 @@ name: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
head: string; | ||
id: string; | ||
@@ -1018,4 +1018,4 @@ name: string; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
id: string; | ||
HEAD: string; | ||
}[]; | ||
@@ -1030,4 +1030,4 @@ objects: Record<string, string>; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
head: string; | ||
id: string; | ||
@@ -1075,4 +1075,4 @@ name: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
head: string; | ||
id: string; | ||
@@ -1112,4 +1112,4 @@ name: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
head: string; | ||
id: string; | ||
@@ -1116,0 +1116,0 @@ name: string; |
{ | ||
"name": "@threekit/redux-store-api", | ||
"version": "0.1.38", | ||
"version": "0.1.39", | ||
"license": "MIT", | ||
@@ -11,3 +11,3 @@ "type": "module", | ||
"@reduxjs/toolkit": "^2.0.1", | ||
"@threekit/rest-api": "^0.1.38", | ||
"@threekit/rest-api": "^0.1.39", | ||
"redux": "^5.0.1", | ||
@@ -21,3 +21,3 @@ "zod": "^3.22.4" | ||
"sideEffects": false, | ||
"gitHead": "6495b9ae1ac68688652b7c75a8f84fa1d2b0981d" | ||
"gitHead": "117b61f58e74ecbf8148bee18ee7398984959064" | ||
} |
Sorry, the diff of this file is not supported yet
357511
Updated@threekit/rest-api@^0.1.39