@threekit/redux-store-api
Advanced tools
Comparing version 0.1.43 to 0.1.44
@@ -201,10 +201,10 @@ import { type BaseQueryFn, type EndpointBuilder } from '@reduxjs/toolkit/query/react'; | ||
savedConfigurationsGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -228,10 +228,10 @@ productId: string; | ||
} | undefined, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -248,10 +248,10 @@ productId: string; | ||
savedConfigurationsCreate: import("@reduxjs/toolkit/query/react").MutationDefinition<import("@threekit/rest-api").CreateSavedConfigurationProps, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -493,11 +493,10 @@ productId: string; | ||
assetsGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
as: string | null; | ||
orgId: string; | ||
description: string | null; | ||
metadata: Record<string, string | number> | null; | ||
tags: string[]; | ||
@@ -508,2 +507,3 @@ keywords: string[]; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -528,11 +528,10 @@ defaultStageId: string | null; | ||
assetsGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void | object | undefined, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
as: string | null; | ||
orgId: string; | ||
description: string | null; | ||
metadata: Record<string, string | number> | null; | ||
tags: string[]; | ||
@@ -543,2 +542,3 @@ keywords: string[]; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -545,0 +545,0 @@ defaultStageId: string | null; |
@@ -5,11 +5,10 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
as: string | null; | ||
orgId: string; | ||
description: string | null; | ||
metadata: Record<string, string | number> | null; | ||
tags: string[]; | ||
@@ -20,2 +19,3 @@ keywords: string[]; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -40,11 +40,10 @@ defaultStageId: string | null; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
as: string | null; | ||
orgId: string; | ||
description: string | null; | ||
metadata: Record<string, string | number> | null; | ||
tags: string[]; | ||
@@ -55,2 +54,3 @@ keywords: string[]; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -57,0 +57,0 @@ defaultStageId: string | null; |
@@ -220,10 +220,10 @@ import { type ThreekitAuthProps, ThreekitClient } from '@threekit/rest-api'; | ||
savedConfigurationsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -247,10 +247,10 @@ productId: string; | ||
} | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -267,10 +267,10 @@ productId: string; | ||
savedConfigurationsCreate: import("@reduxjs/toolkit/query").MutationDefinition<import("@threekit/rest-api").CreateSavedConfigurationProps, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -512,11 +512,10 @@ productId: string; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
as: string | null; | ||
orgId: string; | ||
description: string | null; | ||
metadata: Record<string, string | number> | null; | ||
tags: string[]; | ||
@@ -527,2 +526,3 @@ keywords: string[]; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -547,11 +547,10 @@ defaultStageId: string | null; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
as: string | null; | ||
orgId: string; | ||
description: string | null; | ||
metadata: Record<string, string | number> | null; | ||
tags: string[]; | ||
@@ -562,2 +561,3 @@ keywords: string[]; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -857,10 +857,10 @@ defaultStageId: string | null; | ||
savedConfigurationsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -884,10 +884,10 @@ productId: string; | ||
} | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -904,10 +904,10 @@ productId: string; | ||
savedConfigurationsCreate: import("@reduxjs/toolkit/query").MutationDefinition<import("@threekit/rest-api").CreateSavedConfigurationProps, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -1149,11 +1149,10 @@ productId: string; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
as: string | null; | ||
orgId: string; | ||
description: string | null; | ||
metadata: Record<string, string | number> | null; | ||
tags: string[]; | ||
@@ -1164,2 +1163,3 @@ keywords: string[]; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -1184,11 +1184,10 @@ defaultStageId: string | null; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
as: string | null; | ||
orgId: string; | ||
description: string | null; | ||
metadata: Record<string, string | number> | null; | ||
tags: string[]; | ||
@@ -1199,2 +1198,3 @@ keywords: string[]; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -1201,0 +1201,0 @@ defaultStageId: string | null; |
@@ -6,10 +6,10 @@ import { type CreateSavedConfigurationProps } from '@threekit/rest-api'; | ||
savedConfigurationsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -33,10 +33,10 @@ productId: string; | ||
} | undefined, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -53,10 +53,10 @@ productId: string; | ||
savedConfigurationsCreate: import("@reduxjs/toolkit/query").MutationDefinition<CreateSavedConfigurationProps, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
shortId: string; | ||
customerId: string | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -63,0 +63,0 @@ productId: string; |
{ | ||
"name": "@threekit/redux-store-api", | ||
"version": "0.1.43", | ||
"version": "0.1.44", | ||
"license": "MIT", | ||
@@ -11,3 +11,3 @@ "type": "module", | ||
"@reduxjs/toolkit": "^2.0.1", | ||
"@threekit/rest-api": "^0.1.43", | ||
"@threekit/rest-api": "^0.1.44", | ||
"redux": "^5.0.1", | ||
@@ -21,3 +21,3 @@ "zod": "^3.22.4" | ||
"sideEffects": false, | ||
"gitHead": "6745ad6ac9ef68a7d3c67972e16afc569fc50bf9" | ||
"gitHead": "22a296cc6e3dafbc26e8c14d80b2a7dd19ead71f" | ||
} |
Sorry, the diff of this file is not supported yet
357515
Updated@threekit/rest-api@^0.1.44