@threekit/redux-store-api
Advanced tools
Comparing version 0.2.11 to 0.3.0
@@ -21,3 +21,3 @@ import { type BaseQueryFn, type EndpointBuilder } from '@reduxjs/toolkit/query/react'; | ||
webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -27,4 +27,4 @@ status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
}; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
topic: string; | ||
@@ -37,3 +37,3 @@ address: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -43,4 +43,4 @@ status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
}; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
topic: string; | ||
@@ -53,3 +53,3 @@ address: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -59,4 +59,4 @@ status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
}; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
topic: string; | ||
@@ -118,6 +118,6 @@ address: string; | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -133,6 +133,6 @@ description: string | null; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -152,6 +152,6 @@ description: string | null; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -170,6 +170,6 @@ description: string | null; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -185,6 +185,6 @@ description: string | null; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -200,9 +200,9 @@ description: string | null; | ||
savedConfigurationsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: 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; | ||
customerId: string | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
@@ -230,9 +230,9 @@ shortId: string; | ||
} | undefined, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: 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; | ||
customerId: string | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
@@ -253,9 +253,9 @@ shortId: string; | ||
savedConfigurationsCreate: import("@reduxjs/toolkit/query").MutationDefinition<import("@threekit/rest-api").CreateSavedConfigurationProps, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: 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; | ||
customerId: string | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
@@ -278,4 +278,4 @@ shortId: string; | ||
id: string; | ||
userId: string; | ||
name: string; | ||
userId: string; | ||
slug: string; | ||
@@ -375,6 +375,6 @@ members: { | ||
assets: { | ||
type: "Node" | "Attribute"; | ||
id: string; | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
id: string; | ||
}[]; | ||
@@ -387,8 +387,6 @@ objects: Record<string, string>; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -398,2 +396,4 @@ asset: { | ||
} | null; | ||
head: string; | ||
name: string; | ||
parentFolderId: string | null; | ||
@@ -433,8 +433,6 @@ as: string | null; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -444,2 +442,4 @@ asset: { | ||
} | null; | ||
head: string; | ||
name: string; | ||
parentFolderId: string | null; | ||
@@ -471,8 +471,6 @@ as: string | null; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -482,2 +480,4 @@ asset: { | ||
} | null; | ||
head: string; | ||
name: string; | ||
parentFolderId: string | null; | ||
@@ -509,8 +509,8 @@ as: string | null; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
@@ -537,14 +537,14 @@ as: string | null; | ||
analytics: boolean; | ||
branch?: string | undefined; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
}, "api">; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
@@ -571,16 +571,16 @@ as: string | null; | ||
analytics: boolean; | ||
branch?: string | undefined; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
}[], "api">; | ||
translationsGetByLocale: import("@reduxjs/toolkit/query").QueryDefinition<string, RestApiBaseQuery, TAGS, Record<string, string>, "api">; | ||
appsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -591,9 +591,9 @@ deletedAt?: string | null | undefined; | ||
appsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -606,13 +606,13 @@ deletedAt?: string | null | undefined; | ||
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; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -626,9 +626,9 @@ deletedAt?: string | null | undefined; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -639,9 +639,9 @@ deletedAt?: string | null | undefined; | ||
appsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -648,0 +648,0 @@ deletedAt?: string | null | undefined; |
@@ -6,9 +6,9 @@ import { UpdateAppProps } from '@threekit/rest-api'; | ||
appsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -19,9 +19,9 @@ deletedAt?: string | null | undefined; | ||
appsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -34,13 +34,13 @@ deletedAt?: string | null | undefined; | ||
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; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -54,9 +54,9 @@ deletedAt?: string | null | undefined; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -67,9 +67,9 @@ deletedAt?: string | null | undefined; | ||
appsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -76,0 +76,0 @@ deletedAt?: string | null | undefined; |
@@ -5,8 +5,8 @@ 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; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
@@ -33,14 +33,14 @@ as: string | null; | ||
analytics: boolean; | ||
branch?: string | undefined; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
}, "api">; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
@@ -67,8 +67,8 @@ as: string | null; | ||
analytics: boolean; | ||
branch?: string | undefined; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
}[], "api">; | ||
translationsGetByLocale: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, Record<string, string>, "api">; | ||
}; |
@@ -5,8 +5,6 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -16,2 +14,4 @@ asset: { | ||
} | null; | ||
head: string; | ||
name: string; | ||
parentFolderId: string | null; | ||
@@ -51,8 +51,6 @@ as: string | null; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -62,2 +60,4 @@ asset: { | ||
} | null; | ||
head: string; | ||
name: string; | ||
parentFolderId: string | null; | ||
@@ -89,8 +89,6 @@ as: string | null; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -100,2 +98,4 @@ asset: { | ||
} | null; | ||
head: string; | ||
name: string; | ||
parentFolderId: string | null; | ||
@@ -102,0 +102,0 @@ as: string | null; |
@@ -11,6 +11,6 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
assets: { | ||
type: "Node" | "Attribute"; | ||
id: string; | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
id: 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,4 +46,4 @@ status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
}; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
topic: string; | ||
@@ -56,3 +56,3 @@ address: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -62,4 +62,4 @@ status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
}; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
topic: string; | ||
@@ -72,3 +72,3 @@ address: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -78,4 +78,4 @@ status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
}; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
topic: string; | ||
@@ -137,6 +137,6 @@ address: string; | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -152,6 +152,6 @@ description: string | null; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -171,6 +171,6 @@ description: string | null; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -189,6 +189,6 @@ description: string | null; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -204,6 +204,6 @@ description: string | null; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -219,9 +219,9 @@ description: 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; | ||
sessionId: string | null; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
customerId: string | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
@@ -249,9 +249,9 @@ shortId: string; | ||
} | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
customerId: string | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
@@ -272,9 +272,9 @@ shortId: 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; | ||
sessionId: string | null; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
customerId: string | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
@@ -297,4 +297,4 @@ shortId: string; | ||
id: string; | ||
userId: string; | ||
name: string; | ||
userId: string; | ||
slug: string; | ||
@@ -394,6 +394,6 @@ members: { | ||
assets: { | ||
type: "Node" | "Attribute"; | ||
id: string; | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
id: string; | ||
}[]; | ||
@@ -406,8 +406,6 @@ objects: Record<string, string>; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -417,2 +415,4 @@ asset: { | ||
} | null; | ||
head: string; | ||
name: string; | ||
parentFolderId: string | null; | ||
@@ -452,8 +452,6 @@ as: string | null; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -463,2 +461,4 @@ asset: { | ||
} | null; | ||
head: string; | ||
name: string; | ||
parentFolderId: string | null; | ||
@@ -490,8 +490,6 @@ as: string | null; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -501,2 +499,4 @@ asset: { | ||
} | null; | ||
head: string; | ||
name: string; | ||
parentFolderId: string | null; | ||
@@ -528,8 +528,8 @@ as: string | null; | ||
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; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
@@ -556,14 +556,14 @@ as: string | null; | ||
analytics: boolean; | ||
branch?: string | undefined; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
}, "api">; | ||
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; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
@@ -590,16 +590,16 @@ as: string | null; | ||
analytics: boolean; | ||
branch?: string | undefined; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
}[], "api">; | ||
translationsGetByLocale: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, Record<string, string>, "api">; | ||
appsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -610,9 +610,9 @@ deletedAt?: string | null | undefined; | ||
appsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -625,13 +625,13 @@ deletedAt?: string | null | undefined; | ||
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; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -645,9 +645,9 @@ deletedAt?: string | null | undefined; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -658,9 +658,9 @@ deletedAt?: string | null | undefined; | ||
appsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -691,3 +691,3 @@ deletedAt?: string | null | undefined; | ||
webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -697,4 +697,4 @@ status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
}; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
topic: string; | ||
@@ -707,3 +707,3 @@ address: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -713,4 +713,4 @@ status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
}; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
topic: string; | ||
@@ -723,3 +723,3 @@ address: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -729,4 +729,4 @@ status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
}; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
topic: string; | ||
@@ -788,6 +788,6 @@ address: string; | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -803,6 +803,6 @@ description: string | null; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -822,6 +822,6 @@ description: string | null; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -840,6 +840,6 @@ description: string | null; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -855,6 +855,6 @@ description: string | null; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -870,9 +870,9 @@ description: 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; | ||
sessionId: string | null; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
customerId: string | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
@@ -900,9 +900,9 @@ shortId: string; | ||
} | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
sessionId: string | null; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
customerId: string | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
@@ -923,9 +923,9 @@ shortId: 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; | ||
sessionId: string | null; | ||
metadata: Record<string, string | number | z.objectOutputType<{}, z.ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
customerId: string | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
@@ -948,4 +948,4 @@ shortId: string; | ||
id: string; | ||
userId: string; | ||
name: string; | ||
userId: string; | ||
slug: string; | ||
@@ -1045,6 +1045,6 @@ members: { | ||
assets: { | ||
type: "Node" | "Attribute"; | ||
id: string; | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
HEAD: string; | ||
id: string; | ||
}[]; | ||
@@ -1057,8 +1057,6 @@ objects: Record<string, string>; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -1068,2 +1066,4 @@ asset: { | ||
} | null; | ||
head: string; | ||
name: string; | ||
parentFolderId: string | null; | ||
@@ -1103,8 +1103,6 @@ as: string | null; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -1114,2 +1112,4 @@ asset: { | ||
} | null; | ||
head: string; | ||
name: string; | ||
parentFolderId: string | null; | ||
@@ -1141,8 +1141,6 @@ as: string | null; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "item"; | ||
head: string; | ||
createdAt: string; | ||
id: string; | ||
name: string; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
@@ -1152,2 +1150,4 @@ asset: { | ||
} | null; | ||
head: string; | ||
name: string; | ||
parentFolderId: string | null; | ||
@@ -1179,8 +1179,8 @@ as: string | null; | ||
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; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
@@ -1207,14 +1207,14 @@ as: string | null; | ||
analytics: boolean; | ||
branch?: string | undefined; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
}, "api">; | ||
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; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
parentFolderId: string; | ||
@@ -1241,16 +1241,16 @@ as: string | null; | ||
analytics: boolean; | ||
branch?: string | undefined; | ||
createdBy?: string | undefined; | ||
deletedAt?: string | null | undefined; | ||
updatedAt?: string | null | undefined; | ||
branch?: string | undefined; | ||
}[], "api">; | ||
translationsGetByLocale: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, Record<string, string>, "api">; | ||
appsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -1261,9 +1261,9 @@ deletedAt?: string | null | undefined; | ||
appsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -1276,13 +1276,13 @@ deletedAt?: string | null | undefined; | ||
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; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -1296,9 +1296,9 @@ deletedAt?: string | null | undefined; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -1309,9 +1309,9 @@ deletedAt?: string | null | undefined; | ||
appsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
metadata: Record<string, string | number> | null; | ||
url: string; | ||
id: string; | ||
name: string; | ||
metadata: Record<string, string | number> | null; | ||
createdBy?: string | undefined; | ||
@@ -1318,0 +1318,0 @@ deletedAt?: string | null | undefined; |
@@ -7,4 +7,4 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
id: string; | ||
userId: string; | ||
name: string; | ||
userId: string; | ||
slug: string; | ||
@@ -11,0 +11,0 @@ members: { |
@@ -6,9 +6,9 @@ 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; | ||
sessionId: string | null; | ||
metadata: Record<string, string | number | import("zod").objectOutputType<{}, import("zod").ZodUnknown, "strip">> | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
customerId: string | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
@@ -36,9 +36,9 @@ shortId: string; | ||
} | undefined, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: 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; | ||
customerId: string | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
@@ -59,9 +59,9 @@ shortId: string; | ||
savedConfigurationsCreate: import("@reduxjs/toolkit/query").MutationDefinition<CreateSavedConfigurationProps, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
id: 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; | ||
customerId: string | null; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
@@ -68,0 +68,0 @@ shortId: string; |
@@ -6,6 +6,6 @@ import { UpdateTagProps } from '@threekit/rest-api'; | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -21,6 +21,6 @@ description: string | null; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -40,6 +40,6 @@ description: string | null; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -58,6 +58,6 @@ description: string | null; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -73,6 +73,6 @@ description: string | null; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
name: string; | ||
@@ -79,0 +79,0 @@ description: string | null; |
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,4 +11,4 @@ status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
}; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
topic: string; | ||
@@ -21,3 +21,3 @@ address: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -27,4 +27,4 @@ status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
}; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
topic: string; | ||
@@ -37,3 +37,3 @@ address: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
filter: { | ||
@@ -43,4 +43,4 @@ status: ("success" | "failed" | "List" | "In Cart" | "New" | "In Progress" | "Complete")[]; | ||
}; | ||
createdAt: string; | ||
id: string; | ||
orgId: string; | ||
topic: string; | ||
@@ -47,0 +47,0 @@ address: string; |
{ | ||
"name": "@threekit/redux-store-api", | ||
"version": "0.2.11", | ||
"version": "0.3.0", | ||
"type": "module", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"@reduxjs/toolkit": "^2.0.1", | ||
"@threekit/rest-api": "^0.2.11", | ||
"@threekit/rest-api": "^0.3.0", | ||
"axios": "^1.7.2", | ||
@@ -19,3 +19,3 @@ "zod": "^3.23.8" | ||
"sideEffects": false, | ||
"gitHead": "b5b7cddaef5d87493d1e2310abbce5352600d769" | ||
"gitHead": "3cc82a25956340e5f1671efdf765df4fa9bb24b0" | ||
} |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
364771
1
+ Added@threekit/rest-api@0.3.0(transitive)
- Removed@threekit/rest-api@0.2.11(transitive)
Updated@threekit/rest-api@^0.3.0