@threekit/redux-store-api
Advanced tools
Comparing version 0.1.31 to 0.1.33
@@ -21,8 +21,8 @@ import { type BaseQueryFn, type EndpointBuilder } from '@reduxjs/toolkit/query/react'; | ||
webhooksGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
orgId: string; | ||
filter: { | ||
status: ("success" | "List" | "In Cart" | "New" | "In Progress" | "Complete" | "failed")[]; | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
@@ -36,8 +36,8 @@ topic: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
orgId: string; | ||
filter: { | ||
status: ("success" | "List" | "In Cart" | "New" | "In Progress" | "Complete" | "failed")[]; | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
@@ -51,8 +51,8 @@ topic: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query/react").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
orgId: string; | ||
filter: { | ||
status: ("success" | "List" | "In Cart" | "New" | "In Progress" | "Complete" | "failed")[]; | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
@@ -67,2 +67,3 @@ topic: string; | ||
createdAt: string; | ||
id: string; | ||
settings: { | ||
@@ -74,3 +75,2 @@ mfa?: { | ||
}; | ||
id: string; | ||
profile: Record<string, string>; | ||
@@ -85,2 +85,3 @@ orgs: string[]; | ||
createdAt: string; | ||
id: string; | ||
settings: { | ||
@@ -92,3 +93,2 @@ mfa?: { | ||
}; | ||
id: string; | ||
profile: Record<string, string>; | ||
@@ -103,2 +103,3 @@ orgs: string[]; | ||
createdAt: string; | ||
id: string; | ||
settings: { | ||
@@ -110,3 +111,2 @@ mfa?: { | ||
}; | ||
id: string; | ||
orgs: string[]; | ||
@@ -121,5 +121,5 @@ emails: string[]; | ||
tagsGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -136,5 +136,5 @@ name: string; | ||
tagsGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -155,5 +155,5 @@ name: string; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -185,5 +185,5 @@ name: string; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -200,5 +200,5 @@ name: string; | ||
tagsDeleteById: import("@reduxjs/toolkit/query/react").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -215,10 +215,10 @@ name: string; | ||
savedConfigurationsGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
orgId: string; | ||
id: 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; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -242,10 +242,10 @@ productId: string; | ||
} | undefined, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
orgId: string; | ||
id: 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; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -262,10 +262,10 @@ productId: string; | ||
savedConfigurationsCreate: import("@reduxjs/toolkit/query/react").MutationDefinition<import("@threekit/rest-api").CreateSavedConfigurationProps, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
orgId: string; | ||
id: 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; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -284,4 +284,4 @@ productId: string; | ||
id: string; | ||
name: string; | ||
userId: string; | ||
name: string; | ||
slug: string; | ||
@@ -371,3 +371,3 @@ members: { | ||
column: string; | ||
comparator: "=" | "!="; | ||
comparator: "!=" | "="; | ||
}>; | ||
@@ -382,4 +382,4 @@ }, RestApiBaseQuery, TAGS, Record<string, string | number>, "api">; | ||
assets: { | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
orgId: string; | ||
id: string; | ||
@@ -394,7 +394,7 @@ HEAD: string; | ||
assetsV2GetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
head: string; | ||
id: string; | ||
head: string; | ||
name: string; | ||
@@ -439,7 +439,7 @@ metadata: Record<string, string | number> | null; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
head: string; | ||
id: string; | ||
head: string; | ||
name: string; | ||
@@ -476,7 +476,7 @@ metadata: Record<string, string | number> | null; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query/react").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
head: string; | ||
id: string; | ||
head: string; | ||
name: string; | ||
@@ -513,5 +513,5 @@ metadata: Record<string, string | number> | null; | ||
assetsGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: string; | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
@@ -547,5 +547,5 @@ name: string; | ||
assetsGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void | object | undefined, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: string; | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
@@ -582,5 +582,5 @@ name: string; | ||
appsGet: import("@reduxjs/toolkit/query/react").QueryDefinition<void, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
url: string; | ||
@@ -595,5 +595,5 @@ id: string; | ||
appsGetById: import("@reduxjs/toolkit/query/react").QueryDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
url: string; | ||
@@ -610,9 +610,9 @@ id: string; | ||
name: string; | ||
orgId?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
orgId?: string | undefined; | ||
metadata?: Record<string, string | number> | null | undefined; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
url: string; | ||
@@ -635,5 +635,5 @@ id: string; | ||
}, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
url: string; | ||
@@ -648,5 +648,5 @@ id: string; | ||
appsDeleteById: import("@reduxjs/toolkit/query/react").MutationDefinition<string, RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
url: string; | ||
@@ -653,0 +653,0 @@ id: string; |
@@ -6,5 +6,5 @@ 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; | ||
orgId: string; | ||
url: string; | ||
@@ -19,5 +19,5 @@ id: string; | ||
appsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
url: string; | ||
@@ -34,9 +34,9 @@ id: string; | ||
name: string; | ||
orgId?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
orgId?: string | undefined; | ||
metadata?: Record<string, string | number> | null | undefined; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
url: string; | ||
@@ -54,5 +54,5 @@ id: string; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
url: string; | ||
@@ -67,5 +67,5 @@ id: string; | ||
appsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
url: string; | ||
@@ -72,0 +72,0 @@ id: string; |
@@ -5,5 +5,5 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: string; | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
@@ -39,5 +39,5 @@ name: string; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: string; | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
@@ -44,0 +44,0 @@ name: string; |
@@ -5,7 +5,7 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
head: string; | ||
id: string; | ||
head: string; | ||
name: string; | ||
@@ -50,7 +50,7 @@ metadata: Record<string, string | number> | null; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
head: string; | ||
id: string; | ||
head: string; | ||
name: string; | ||
@@ -87,7 +87,7 @@ metadata: Record<string, string | number> | null; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
head: string; | ||
id: string; | ||
head: string; | ||
name: string; | ||
@@ -94,0 +94,0 @@ metadata: Record<string, string | number> | null; |
@@ -11,4 +11,4 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
assets: { | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
orgId: string; | ||
id: string; | ||
@@ -15,0 +15,0 @@ HEAD: string; |
@@ -40,8 +40,8 @@ import { type ThreekitAuthProps, ThreekitClient } from '@threekit/rest-api'; | ||
webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
orgId: string; | ||
filter: { | ||
status: ("success" | "List" | "In Cart" | "New" | "In Progress" | "Complete" | "failed")[]; | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
@@ -55,8 +55,8 @@ topic: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
orgId: string; | ||
filter: { | ||
status: ("success" | "List" | "In Cart" | "New" | "In Progress" | "Complete" | "failed")[]; | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
@@ -70,8 +70,8 @@ topic: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
orgId: string; | ||
filter: { | ||
status: ("success" | "List" | "In Cart" | "New" | "In Progress" | "Complete" | "failed")[]; | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
@@ -86,2 +86,3 @@ topic: string; | ||
createdAt: string; | ||
id: string; | ||
settings: { | ||
@@ -93,3 +94,2 @@ mfa?: { | ||
}; | ||
id: string; | ||
profile: Record<string, string>; | ||
@@ -104,2 +104,3 @@ orgs: string[]; | ||
createdAt: string; | ||
id: string; | ||
settings: { | ||
@@ -111,3 +112,2 @@ mfa?: { | ||
}; | ||
id: string; | ||
profile: Record<string, string>; | ||
@@ -122,2 +122,3 @@ orgs: string[]; | ||
createdAt: string; | ||
id: string; | ||
settings: { | ||
@@ -129,3 +130,2 @@ mfa?: { | ||
}; | ||
id: string; | ||
orgs: string[]; | ||
@@ -140,5 +140,5 @@ emails: string[]; | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -155,5 +155,5 @@ name: string; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -174,5 +174,5 @@ name: string; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -204,5 +204,5 @@ name: string; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -219,5 +219,5 @@ name: string; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -234,10 +234,10 @@ name: string; | ||
savedConfigurationsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
orgId: string; | ||
id: 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; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -261,10 +261,10 @@ productId: string; | ||
} | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
orgId: string; | ||
id: 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; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -281,10 +281,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; | ||
orgId: string; | ||
id: 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; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -303,4 +303,4 @@ productId: string; | ||
id: string; | ||
name: string; | ||
userId: string; | ||
name: string; | ||
slug: string; | ||
@@ -390,3 +390,3 @@ members: { | ||
column: string; | ||
comparator: "=" | "!="; | ||
comparator: "!=" | "="; | ||
}>; | ||
@@ -401,4 +401,4 @@ }, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, Record<string, string | number>, "api">; | ||
assets: { | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
orgId: string; | ||
id: string; | ||
@@ -413,7 +413,7 @@ HEAD: string; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
head: string; | ||
id: string; | ||
head: string; | ||
name: string; | ||
@@ -458,7 +458,7 @@ metadata: Record<string, string | number> | null; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
head: string; | ||
id: string; | ||
head: string; | ||
name: string; | ||
@@ -495,7 +495,7 @@ metadata: Record<string, string | number> | null; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
head: string; | ||
id: string; | ||
head: string; | ||
name: string; | ||
@@ -532,5 +532,5 @@ metadata: Record<string, string | number> | null; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: string; | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
@@ -566,5 +566,5 @@ name: string; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: string; | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
@@ -601,5 +601,5 @@ name: string; | ||
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; | ||
orgId: string; | ||
url: string; | ||
@@ -614,5 +614,5 @@ id: string; | ||
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; | ||
orgId: string; | ||
url: string; | ||
@@ -629,9 +629,9 @@ id: string; | ||
name: string; | ||
orgId?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
orgId?: 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; | ||
orgId: string; | ||
url: string; | ||
@@ -654,5 +654,5 @@ id: string; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
url: string; | ||
@@ -667,5 +667,5 @@ id: string; | ||
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; | ||
orgId: string; | ||
url: string; | ||
@@ -700,8 +700,8 @@ id: string; | ||
webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
orgId: string; | ||
filter: { | ||
status: ("success" | "List" | "In Cart" | "New" | "In Progress" | "Complete" | "failed")[]; | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
@@ -715,8 +715,8 @@ topic: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
orgId: string; | ||
filter: { | ||
status: ("success" | "List" | "In Cart" | "New" | "In Progress" | "Complete" | "failed")[]; | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
@@ -730,8 +730,8 @@ topic: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
createdAt: string; | ||
orgId: string; | ||
filter: { | ||
status: ("success" | "List" | "In Cart" | "New" | "In Progress" | "Complete" | "failed")[]; | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
@@ -746,2 +746,3 @@ topic: string; | ||
createdAt: string; | ||
id: string; | ||
settings: { | ||
@@ -753,3 +754,2 @@ mfa?: { | ||
}; | ||
id: string; | ||
profile: Record<string, string>; | ||
@@ -764,2 +764,3 @@ orgs: string[]; | ||
createdAt: string; | ||
id: string; | ||
settings: { | ||
@@ -771,3 +772,2 @@ mfa?: { | ||
}; | ||
id: string; | ||
profile: Record<string, string>; | ||
@@ -782,2 +782,3 @@ orgs: string[]; | ||
createdAt: string; | ||
id: string; | ||
settings: { | ||
@@ -789,3 +790,2 @@ mfa?: { | ||
}; | ||
id: string; | ||
orgs: string[]; | ||
@@ -800,5 +800,5 @@ emails: string[]; | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -815,5 +815,5 @@ name: string; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -834,5 +834,5 @@ name: string; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -864,5 +864,5 @@ name: string; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -879,5 +879,5 @@ name: string; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -894,10 +894,10 @@ name: string; | ||
savedConfigurationsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
orgId: string; | ||
id: 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; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -921,10 +921,10 @@ productId: string; | ||
} | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
orgId: string; | ||
id: 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; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -941,10 +941,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; | ||
orgId: string; | ||
id: 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; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -963,4 +963,4 @@ productId: string; | ||
id: string; | ||
name: string; | ||
userId: string; | ||
name: string; | ||
slug: string; | ||
@@ -1050,3 +1050,3 @@ members: { | ||
column: string; | ||
comparator: "=" | "!="; | ||
comparator: "!=" | "="; | ||
}>; | ||
@@ -1061,4 +1061,4 @@ }, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, Record<string, string | number>, "api">; | ||
assets: { | ||
orgId: string; | ||
type: "Node" | "Attribute"; | ||
orgId: string; | ||
id: string; | ||
@@ -1073,7 +1073,7 @@ HEAD: string; | ||
assetsV2GetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
head: string; | ||
id: string; | ||
head: string; | ||
name: string; | ||
@@ -1118,7 +1118,7 @@ metadata: Record<string, string | number> | null; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
head: string; | ||
id: string; | ||
head: string; | ||
name: string; | ||
@@ -1155,7 +1155,7 @@ metadata: Record<string, string | number> | null; | ||
assetsV2DeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: "item"; | ||
createdAt: string; | ||
type: "item"; | ||
orgId: string; | ||
head: string; | ||
id: string; | ||
head: string; | ||
name: string; | ||
@@ -1192,5 +1192,5 @@ metadata: Record<string, string | number> | null; | ||
assetsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: string; | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
@@ -1226,5 +1226,5 @@ name: string; | ||
assetsGet: import("@reduxjs/toolkit/query").QueryDefinition<void | object | undefined, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
type: string; | ||
createdAt: string; | ||
type: string; | ||
orgId: string; | ||
id: string; | ||
@@ -1261,5 +1261,5 @@ name: string; | ||
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; | ||
orgId: string; | ||
url: string; | ||
@@ -1274,5 +1274,5 @@ id: string; | ||
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; | ||
orgId: string; | ||
url: string; | ||
@@ -1289,9 +1289,9 @@ id: string; | ||
name: string; | ||
orgId?: string | undefined; | ||
configuration?: import("@threekit/rest-api").Configuration | null | undefined; | ||
orgId?: 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; | ||
orgId: string; | ||
url: string; | ||
@@ -1314,5 +1314,5 @@ id: string; | ||
}, import("./api.js").RestApiBaseQuery, import("./constants.js").TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
configuration: import("@threekit/rest-api").Configuration | null; | ||
orgId: string; | ||
url: string; | ||
@@ -1327,5 +1327,5 @@ id: string; | ||
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; | ||
orgId: string; | ||
url: string; | ||
@@ -1332,0 +1332,0 @@ id: string; |
@@ -13,7 +13,7 @@ import { z } from 'zod'; | ||
column: string; | ||
comparator: "=" | "!="; | ||
comparator: "!=" | "="; | ||
}, { | ||
value: string; | ||
column: string; | ||
comparator: "=" | "!="; | ||
comparator: "!=" | "="; | ||
}>>; | ||
@@ -25,3 +25,3 @@ }, "strip", z.ZodTypeAny, { | ||
column: string; | ||
comparator: "=" | "!="; | ||
comparator: "!=" | "="; | ||
}>; | ||
@@ -33,3 +33,3 @@ }, { | ||
column: string; | ||
comparator: "=" | "!="; | ||
comparator: "!=" | "="; | ||
}>; | ||
@@ -44,5 +44,5 @@ }>; | ||
column: string; | ||
comparator: "=" | "!="; | ||
comparator: "!=" | "="; | ||
}>; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, Record<string, string | number>, "api">; | ||
}; |
@@ -7,4 +7,4 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
id: string; | ||
name: string; | ||
userId: string; | ||
name: string; | ||
slug: string; | ||
@@ -11,0 +11,0 @@ members: { |
@@ -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; | ||
orgId: string; | ||
id: 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; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -33,10 +33,10 @@ productId: string; | ||
} | undefined, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
createdAt: string; | ||
orgId: string; | ||
id: 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; | ||
variant: import("@threekit/rest-api").Configuration | 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; | ||
orgId: string; | ||
id: 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; | ||
variant: import("@threekit/rest-api").Configuration | null; | ||
sceneGraphState: string | null; | ||
identifier: string | null; | ||
@@ -63,0 +63,0 @@ productId: string; |
@@ -6,5 +6,5 @@ import { UpdateTagProps } from '@threekit/rest-api'; | ||
tagsGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -21,5 +21,5 @@ name: string; | ||
tagsGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -40,5 +40,5 @@ name: string; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -58,5 +58,5 @@ name: string; | ||
}, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -73,5 +73,5 @@ name: string; | ||
tagsDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
orgId: string; | ||
type: "asset" | "catalog"; | ||
createdAt: string; | ||
type: "asset" | "catalog"; | ||
orgId: string; | ||
id: string; | ||
@@ -78,0 +78,0 @@ name: string; |
import { z } from 'zod'; | ||
export declare const CreateTagPropsMock: z.ZodObject<Omit<{ | ||
orgId: z.ZodOptional<z.ZodString>; | ||
type: z.ZodUnion<[z.ZodLiteral<"catalog">, z.ZodLiteral<"asset">]>; | ||
orgId: z.ZodOptional<z.ZodString>; | ||
name: z.ZodString; | ||
@@ -6,0 +6,0 @@ }, "orgId">, "strip", z.ZodTypeAny, { |
@@ -6,2 +6,3 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
createdAt: string; | ||
id: string; | ||
settings: { | ||
@@ -13,3 +14,2 @@ mfa?: { | ||
}; | ||
id: string; | ||
profile: Record<string, string>; | ||
@@ -24,2 +24,3 @@ orgs: string[]; | ||
createdAt: string; | ||
id: string; | ||
settings: { | ||
@@ -31,3 +32,2 @@ mfa?: { | ||
}; | ||
id: string; | ||
profile: Record<string, string>; | ||
@@ -42,2 +42,3 @@ orgs: string[]; | ||
createdAt: string; | ||
id: string; | ||
settings: { | ||
@@ -49,3 +50,2 @@ mfa?: { | ||
}; | ||
id: string; | ||
orgs: string[]; | ||
@@ -52,0 +52,0 @@ emails: string[]; |
@@ -5,8 +5,8 @@ import type { RestApiEndpointBuilder } from '../api.js'; | ||
webhooksGet: import("@reduxjs/toolkit/query").QueryDefinition<void, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
orgId: string; | ||
filter: { | ||
status: ("success" | "List" | "In Cart" | "New" | "In Progress" | "Complete" | "failed")[]; | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
@@ -20,8 +20,8 @@ topic: string; | ||
webhooksGetById: import("@reduxjs/toolkit/query").QueryDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
orgId: string; | ||
filter: { | ||
status: ("success" | "List" | "In Cart" | "New" | "In Progress" | "Complete" | "failed")[]; | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
@@ -35,8 +35,8 @@ topic: string; | ||
webhooksDeleteById: import("@reduxjs/toolkit/query").MutationDefinition<string, import("../api.js").RestApiBaseQuery, TAGS, { | ||
createdAt: string; | ||
orgId: string; | ||
filter: { | ||
status: ("success" | "List" | "In Cart" | "New" | "In Progress" | "Complete" | "failed")[]; | ||
status: ("List" | "In Cart" | "New" | "In Progress" | "Complete" | "success" | "failed")[]; | ||
type?: string[] | undefined; | ||
}; | ||
orgId: string; | ||
createdAt: string; | ||
id: string; | ||
@@ -43,0 +43,0 @@ topic: string; |
{ | ||
"name": "@threekit/redux-store-api", | ||
"version": "0.1.31", | ||
"version": "0.1.33", | ||
"license": "MIT", | ||
@@ -11,3 +11,3 @@ "type": "module", | ||
"@reduxjs/toolkit": "^2.0.1", | ||
"@threekit/rest-api": "^0.1.31", | ||
"@threekit/rest-api": "^0.1.33", | ||
"redux": "^5.0.1", | ||
@@ -21,3 +21,3 @@ "zod": "^3.22.4" | ||
"sideEffects": false, | ||
"gitHead": "a2efa52189694c9968ea1bb36181bf4333fed111" | ||
"gitHead": "8be37bfc5f71c7e8b248c28c2dcdca1e796cc389" | ||
} |
Sorry, the diff of this file is not supported yet
Updated@threekit/rest-api@^0.1.33