@threekit/redux-store-api
Advanced tools
Comparing version 0.1.49 to 0.1.50
@@ -21,3 +21,3 @@ import { type BaseQueryFn, type EndpointBuilder } from '@reduxjs/toolkit/query/react'; | ||
webhooksGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -27,3 +27,3 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
}; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
@@ -37,3 +37,3 @@ topic: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -43,3 +43,3 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
}; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
@@ -53,3 +53,3 @@ topic: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query/react").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -59,3 +59,3 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
}; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
@@ -118,5 +118,5 @@ topic: string; | ||
tagsGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -133,5 +133,5 @@ name: string; | ||
tagsGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -152,5 +152,5 @@ name: string; | ||
}, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -182,5 +182,5 @@ name: string; | ||
}, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -197,5 +197,5 @@ name: string; | ||
tagsDeleteById: import("@reduxjs/toolkit/query/react").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -213,10 +213,11 @@ name: string; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
shortId: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
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; | ||
identifier: string | null; | ||
metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
productId: string; | ||
@@ -227,3 +228,2 @@ productVersion: string | null; | ||
attachments: Record<string, string>; | ||
sessionId: string | null; | ||
publishFileId: string | null; | ||
@@ -244,10 +244,11 @@ creator: string | null; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
shortId: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
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; | ||
identifier: string | null; | ||
metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
productId: string; | ||
@@ -258,3 +259,2 @@ productVersion: string | null; | ||
attachments: Record<string, string>; | ||
sessionId: string | null; | ||
publishFileId: string | null; | ||
@@ -268,10 +268,11 @@ creator: string | null; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
shortId: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
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; | ||
identifier: string | null; | ||
metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
productId: string; | ||
@@ -282,3 +283,2 @@ productVersion: string | null; | ||
attachments: Record<string, string>; | ||
sessionId: string | null; | ||
publishFileId: string | null; | ||
@@ -389,6 +389,6 @@ creator: string | null; | ||
assets: { | ||
type: "Node" | "Attribute"; | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
id: string; | ||
HEAD: string; | ||
}[]; | ||
@@ -401,5 +401,5 @@ objects: Record<string, string>; | ||
assetsV2GetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
head: string; | ||
@@ -446,5 +446,5 @@ id: string; | ||
}, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
head: string; | ||
@@ -483,5 +483,5 @@ id: string; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query/react").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
head: string; | ||
@@ -520,8 +520,9 @@ id: string; | ||
assetsGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
createdAt: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
parentFolderId: string; | ||
as: string | null; | ||
@@ -534,3 +535,2 @@ description: string | null; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -550,13 +550,14 @@ defaultStageId: string | null; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
deletedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
}, "api">; | ||
assetsGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void | object | undefined, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
createdAt: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
parentFolderId: string; | ||
as: string | null; | ||
@@ -569,3 +570,2 @@ description: string | null; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -585,4 +585,4 @@ defaultStageId: string | null; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
deletedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
@@ -592,8 +592,8 @@ }[], "api">; | ||
appsGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -605,8 +605,8 @@ createdBy?: string | undefined; | ||
appsGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -618,14 +618,14 @@ createdBy?: string | undefined; | ||
appsCreate: import("@reduxjs/toolkit/query/react").MutationDefinition<{ | ||
name: string; | ||
url: string; | ||
name: string; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
orgId?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
metadata?: Record<string, string | number> | null | undefined; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -640,13 +640,13 @@ createdBy?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
name?: string | undefined; | ||
url?: string | undefined; | ||
name?: string | undefined; | ||
metadata?: Record<string, string | number> | null | undefined; | ||
}; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -658,8 +658,8 @@ createdBy?: string | undefined; | ||
appsDeleteById: import("@reduxjs/toolkit/query/react").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -666,0 +666,0 @@ createdBy?: string | undefined; |
@@ -6,8 +6,8 @@ import { UpdateAppProps } from '@threekit/rest-api'; | ||
appsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -19,8 +19,8 @@ createdBy?: string | undefined; | ||
appsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -32,14 +32,14 @@ createdBy?: string | undefined; | ||
appsCreate: import("@reduxjs/toolkit/query").MutationDefinition<{ | ||
name: string; | ||
url: string; | ||
name: string; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
orgId?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
metadata?: Record<string, string | number> | null | undefined; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -54,8 +54,8 @@ createdBy?: string | undefined; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -67,8 +67,8 @@ createdBy?: string | undefined; | ||
appsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -75,0 +75,0 @@ createdBy?: string | undefined; |
@@ -5,8 +5,9 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
createdAt: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
parentFolderId: string; | ||
as: string | null; | ||
@@ -19,3 +20,2 @@ description: string | null; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -35,13 +35,14 @@ defaultStageId: string | null; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
deletedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
}, "api">; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
createdAt: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
parentFolderId: string; | ||
as: string | null; | ||
@@ -54,3 +55,2 @@ description: string | null; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -70,4 +70,4 @@ defaultStageId: string | null; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
deletedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
@@ -74,0 +74,0 @@ }[], "api">; |
@@ -5,5 +5,5 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
head: string; | ||
@@ -50,5 +50,5 @@ id: string; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
head: string; | ||
@@ -87,5 +87,5 @@ id: string; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
head: string; | ||
@@ -92,0 +92,0 @@ id: string; |
@@ -11,6 +11,6 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
assets: { | ||
type: "Node" | "Attribute"; | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
id: string; | ||
HEAD: string; | ||
}[]; | ||
@@ -17,0 +17,0 @@ objects: Record<string, string>; |
@@ -40,3 +40,3 @@ import { type ThreekitAuthProps, ThreekitClient } from '@threekit/rest-api'; | ||
webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -46,3 +46,3 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
}; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
@@ -56,3 +56,3 @@ topic: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -62,3 +62,3 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
}; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
@@ -72,3 +72,3 @@ topic: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -78,3 +78,3 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
}; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
@@ -137,5 +137,5 @@ topic: string; | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -152,5 +152,5 @@ name: string; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -171,5 +171,5 @@ name: string; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -201,5 +201,5 @@ name: string; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -216,5 +216,5 @@ name: string; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -232,10 +232,11 @@ name: string; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
shortId: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
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; | ||
identifier: string | null; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
productId: string; | ||
@@ -246,3 +247,2 @@ productVersion: string | null; | ||
attachments: Record<string, string>; | ||
sessionId: string | null; | ||
publishFileId: string | null; | ||
@@ -263,10 +263,11 @@ creator: string | null; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
shortId: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
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; | ||
identifier: string | null; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
productId: string; | ||
@@ -277,3 +278,2 @@ productVersion: string | null; | ||
attachments: Record<string, string>; | ||
sessionId: string | null; | ||
publishFileId: string | null; | ||
@@ -287,10 +287,11 @@ creator: string | null; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
shortId: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
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; | ||
identifier: string | null; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
productId: string; | ||
@@ -301,3 +302,2 @@ productVersion: string | null; | ||
attachments: Record<string, string>; | ||
sessionId: string | null; | ||
publishFileId: string | null; | ||
@@ -408,6 +408,6 @@ creator: string | null; | ||
assets: { | ||
type: "Node" | "Attribute"; | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
id: string; | ||
HEAD: string; | ||
}[]; | ||
@@ -420,5 +420,5 @@ objects: Record<string, string>; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
head: string; | ||
@@ -465,5 +465,5 @@ id: string; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
head: string; | ||
@@ -502,5 +502,5 @@ id: string; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
head: string; | ||
@@ -539,8 +539,9 @@ id: string; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
createdAt: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
parentFolderId: string; | ||
as: string | null; | ||
@@ -553,3 +554,2 @@ description: string | null; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -569,13 +569,14 @@ defaultStageId: string | null; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
deletedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
}, "api">; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
createdAt: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
parentFolderId: string; | ||
as: string | null; | ||
@@ -588,3 +589,2 @@ description: string | null; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -604,4 +604,4 @@ defaultStageId: string | null; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
deletedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
@@ -611,8 +611,8 @@ }[], "api">; | ||
appsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -624,8 +624,8 @@ createdBy?: string | undefined; | ||
appsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -637,14 +637,14 @@ createdBy?: string | undefined; | ||
appsCreate: import("@reduxjs/toolkit/query").MutationDefinition<{ | ||
name: string; | ||
url: string; | ||
name: string; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
orgId?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
metadata?: Record<string, string | number> | null | undefined; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -659,13 +659,13 @@ createdBy?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
name?: string | undefined; | ||
url?: string | undefined; | ||
name?: string | undefined; | ||
metadata?: Record<string, string | number> | null | undefined; | ||
}; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -677,8 +677,8 @@ createdBy?: string | undefined; | ||
appsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -710,3 +710,3 @@ createdBy?: string | undefined; | ||
webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -716,3 +716,3 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
}; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
@@ -726,3 +726,3 @@ topic: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -732,3 +732,3 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
}; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
@@ -742,3 +742,3 @@ topic: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -748,3 +748,3 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
}; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
@@ -807,5 +807,5 @@ topic: string; | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -822,5 +822,5 @@ name: string; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -841,5 +841,5 @@ name: string; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -871,5 +871,5 @@ name: string; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -886,5 +886,5 @@ name: string; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -902,10 +902,11 @@ name: string; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
shortId: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
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; | ||
identifier: string | null; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
productId: string; | ||
@@ -916,3 +917,2 @@ productVersion: string | null; | ||
attachments: Record<string, string>; | ||
sessionId: string | null; | ||
publishFileId: string | null; | ||
@@ -933,10 +933,11 @@ creator: string | null; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
shortId: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
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; | ||
identifier: string | null; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
productId: string; | ||
@@ -947,3 +948,2 @@ productVersion: string | null; | ||
attachments: Record<string, string>; | ||
sessionId: string | null; | ||
publishFileId: string | null; | ||
@@ -957,10 +957,11 @@ creator: string | null; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
shortId: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
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; | ||
identifier: string | null; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
productId: string; | ||
@@ -971,3 +972,2 @@ productVersion: string | null; | ||
attachments: Record<string, string>; | ||
sessionId: string | null; | ||
publishFileId: string | null; | ||
@@ -1078,6 +1078,6 @@ creator: string | null; | ||
assets: { | ||
type: "Node" | "Attribute"; | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
id: string; | ||
HEAD: string; | ||
}[]; | ||
@@ -1090,5 +1090,5 @@ objects: Record<string, string>; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
head: string; | ||
@@ -1135,5 +1135,5 @@ id: string; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
head: string; | ||
@@ -1172,5 +1172,5 @@ id: string; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
head: string; | ||
@@ -1209,8 +1209,9 @@ id: string; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
createdAt: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
parentFolderId: string; | ||
as: string | null; | ||
@@ -1223,3 +1224,2 @@ description: string | null; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -1239,13 +1239,14 @@ defaultStageId: string | null; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
deletedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
}, "api">; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
createdAt: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
parentFolderId: string; | ||
as: string | null; | ||
@@ -1258,3 +1259,2 @@ description: string | null; | ||
proxyId: string | null; | ||
parentFolderId: string; | ||
publishedAt: string | null; | ||
@@ -1274,4 +1274,4 @@ defaultStageId: string | null; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
deletedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
@@ -1281,8 +1281,8 @@ }[], "api">; | ||
appsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -1294,8 +1294,8 @@ createdBy?: string | undefined; | ||
appsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -1307,14 +1307,14 @@ createdBy?: string | undefined; | ||
appsCreate: import("@reduxjs/toolkit/query").MutationDefinition<{ | ||
name: string; | ||
url: string; | ||
name: string; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
orgId?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
metadata?: Record<string, string | number> | null | undefined; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -1329,13 +1329,13 @@ createdBy?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
name?: string | undefined; | ||
url?: string | undefined; | ||
name?: string | undefined; | ||
metadata?: Record<string, string | number> | null | undefined; | ||
}; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -1347,8 +1347,8 @@ createdBy?: string | undefined; | ||
appsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
url: string; | ||
orgId: string; | ||
id: string; | ||
name: string; | ||
url: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -1355,0 +1355,0 @@ createdBy?: string | undefined; |
@@ -7,10 +7,11 @@ import { type CreateSavedConfigurationProps } from '@threekit/rest-api'; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
shortId: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
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; | ||
identifier: string | null; | ||
metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
productId: string; | ||
@@ -21,3 +22,2 @@ productVersion: string | null; | ||
attachments: Record<string, string>; | ||
sessionId: string | null; | ||
publishFileId: string | null; | ||
@@ -38,10 +38,11 @@ creator: string | null; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
shortId: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
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; | ||
identifier: string | null; | ||
metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
productId: string; | ||
@@ -52,3 +53,2 @@ productVersion: string | null; | ||
attachments: Record<string, string>; | ||
sessionId: string | null; | ||
publishFileId: string | null; | ||
@@ -62,10 +62,11 @@ creator: string | null; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
shortId: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
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; | ||
identifier: string | null; | ||
metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
productId: string; | ||
@@ -76,3 +77,2 @@ productVersion: string | null; | ||
attachments: Record<string, string>; | ||
sessionId: string | null; | ||
publishFileId: string | null; | ||
@@ -79,0 +79,0 @@ creator: string | null; |
@@ -6,5 +6,5 @@ import { UpdateTagProps } from '@threekit/rest-api'; | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -21,5 +21,5 @@ name: string; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -40,5 +40,5 @@ name: string; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -58,5 +58,5 @@ name: string; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -73,5 +73,5 @@ name: string; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
@@ -78,0 +78,0 @@ name: string; |
import { z } from 'zod'; | ||
export declare const CreateTagPropsMock: z.ZodObject<Omit<{ | ||
type: z.ZodUnion<[z.ZodLiteral<"catalog">, z.ZodLiteral<"asset">]>; | ||
orgId: z.ZodOptional<z.ZodString>; | ||
type: z.ZodUnion<[z.ZodLiteral<"catalog">, z.ZodLiteral<"asset">]>; | ||
name: z.ZodString; | ||
@@ -6,0 +6,0 @@ }, "orgId">, "strip", z.ZodTypeAny, { |
@@ -5,3 +5,3 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -11,3 +11,3 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
}; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
@@ -21,3 +21,3 @@ topic: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -27,3 +27,3 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
}; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
@@ -37,3 +37,3 @@ topic: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -43,3 +43,3 @@ status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
}; | ||
createdAt: string; | ||
orgId: string; | ||
id: string; | ||
@@ -46,0 +46,0 @@ topic: string; |
{ | ||
"name": "@threekit/redux-store-api", | ||
"version": "0.1.49", | ||
"version": "0.1.50", | ||
"license": "MIT", | ||
@@ -11,3 +11,3 @@ "type": "module", | ||
"@reduxjs/toolkit": "^2.0.1", | ||
"@threekit/rest-api": "^0.1.49", | ||
"@threekit/rest-api": "^0.1.50", | ||
"redux": "^5.0.1", | ||
@@ -21,3 +21,3 @@ "zod": "^3.22.4" | ||
"sideEffects": false, | ||
"gitHead": "7bd15bb181990c5914b11803e49a7a56d460e39e" | ||
"gitHead": "41b5eb5c56f04d982376f67abc982b07918304b1" | ||
} |
Sorry, the diff of this file is not supported yet
359735
Updated@threekit/rest-api@^0.1.50